/**
 * Green Country Online Child - Business Profile & archive presentation.
 * Intentionally lightweight; inherits typography and colour from Kadence.
 */

.gco-business,
.gco-archive {
	max-width: 1120px;
	margin-inline: auto;
	padding: 2.5rem 1.25rem 4rem;
}

/* --- Header --------------------------------------------------------------- */
.gco-business__header {
	margin-bottom: 1.5rem;
}

.gco-business__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8rem;
	margin: 0 0 0.35rem;
}

.gco-business__logo img {
	max-width: 180px;
	height: auto;
	margin-bottom: 0.75rem;
}

.gco-business__title {
	margin: 0 0 0.35rem;
}

.gco-business__branch {
	font-weight: 600;
	margin: 0 0 0.35rem;
}

.gco-business__tagline {
	font-size: 1.1rem;
	margin: 0 0 0.5rem;
}

.gco-business__place {
	margin: 0;
}

.gco-business__status {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 0.25rem 0.6rem;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 600;
	background: #f3f0e6;
}

.gco-business__status--permanently_closed,
.gco-business__status--temporarily_closed {
	background: #f6d9d4;
}

/* --- Media -------------------------------------------------------------- */
.gco-business__media {
	margin: 1.5rem 0;
}

.gco-business__photo {
	margin: 0 0 1rem;
}

.gco-business__photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.gco-business__video {
	position: relative;
	aspect-ratio: 16 / 9;
}

.gco-business__video :is(iframe, embed, object) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
}

/* --- Sections --------------------------------------------------------- */
.gco-section {
	margin: 2rem 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gco-section > h2 {
	margin-top: 0;
}

.gco-business__lede {
	font-size: 1.075rem;
	margin: 1.5rem 0;
}

/* --- Quick facts ------------------------------------------------------- */
.gco-quick-facts__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem 1.5rem;
	margin: 0 0 1rem;
}

.gco-quick-facts__row dt {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.gco-quick-facts__row dd {
	margin: 0.15rem 0 0;
	font-weight: 600;
}

/* --- Generic fact lists ---------------------------------------------- */
.gco-inline-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.75rem 1.5rem;
	margin: 0.5rem 0 0;
}

.gco-inline-facts dt {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.gco-inline-facts dd {
	margin: 0.15rem 0 0;
}

.gco-detail {
	opacity: 0.75;
}

.gco-list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
}

/* --- Hours ----------------------------------------------------------- */
.gco-hours__table {
	width: 100%;
	max-width: 420px;
	border-collapse: collapse;
}

.gco-hours__table th,
.gco-hours__table td {
	text-align: left;
	padding: 0.35rem 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gco-hours__table tr.is-today {
	font-weight: 700;
}

.gco-hours__notes {
	margin-top: 0.75rem;
	opacity: 0.85;
}

/* --- Areas / badges ------------------------------------------------- */
.gco-areas {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.gco-areas li a {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 999px;
	font-size: 0.9rem;
}

.gco-badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gco-badge {
	padding: 0.3rem 0.7rem;
	background: #eef2e8;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 600;
}

/* --- FAQ ------------------------------------------------------------ */
.gco-faq__item {
	margin-bottom: 1rem;
}

.gco-faq__q {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
}

.gco-faq__a {
	margin: 0;
}

/* --- Contact ------------------------------------------------------- */
.gco-contact__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gco-contact__list li {
	margin-bottom: 0.4rem;
}

.gco-contact__label {
	display: inline-block;
	min-width: 90px;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.gco-contact__social a {
	margin-right: 0.6rem;
}

/* --- Provenance / sponsorship / credit --------------------------- */
.gco-provenance__badges {
	list-style: none;
	margin: 0 0 0.5rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gco-provenance__badges li {
	font-size: 0.85rem;
	padding: 0.25rem 0.6rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.gco-provenance__reviewed {
	font-size: 0.9rem;
	opacity: 0.8;
	margin: 0;
}

.gco-sponsorship {
	background: #fbf7ea;
	border: 1px solid #e6dcbd;
	border-radius: 8px;
	padding: 1rem 1.25rem;
}

.gco-sponsorship__label {
	font-weight: 700;
	margin: 0 0 0.25rem;
}

.gco-sponsorship__text {
	margin: 0;
	font-size: 0.95rem;
}

.gco-media-credit {
	font-size: 0.85rem;
	opacity: 0.75;
	margin-top: 2rem;
}

.gco-sources__list {
	padding-left: 1.1rem;
}

.gco-sources__date {
	opacity: 0.7;
	font-size: 0.9rem;
}

/* --- Buttons ------------------------------------------------------ */
.gco-button {
	display: inline-block;
	padding: 0.6rem 1.1rem;
	background: #2f6b3d;
	color: #fff;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
}

.gco-button--outline {
	background: transparent;
	color: inherit;
	border: 1px solid currentColor;
	margin: 0 0.4rem 0.4rem 0;
}

/* --- Archives --------------------------------------------------- */
.gco-archive__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8rem;
	margin: 0 0 0.25rem;
}

.gco-archive__intro {
	margin-top: 0.75rem;
	max-width: 70ch;
}

.gco-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.5rem;
	margin: 2rem 0;
}

.gco-card {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.gco-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gco-card__thumb img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.gco-card__body {
	padding: 1rem;
}

.gco-card__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.72rem;
	opacity: 0.7;
	margin: 0 0 0.2rem;
}

.gco-card__title {
	font-size: 1.1rem;
	margin: 0 0 0.2rem;
}

.gco-card__place {
	font-size: 0.9rem;
	opacity: 0.8;
	margin: 0 0 0.4rem;
}

.gco-card__desc {
	font-size: 0.92rem;
	margin: 0;
}

.gco-empty {
	padding: 2rem 0;
}
