/*
Theme Name: Green Gold Landscaping — Git Staging
Author: Green Gold Landscaping Inc.
Description: Custom WordPress theme for Green Gold Landscaping Inc., focused on local SEO, performance, accessibility, and lead generation.
Version: 1.0.0
Text Domain: greengold
*/
:root {
	--gg-green: #183c2b;
	--gg-green-dark: #102b1f;
	--gg-gold: #c8a96b;
	--gg-light: #f7f5ef;
	--gg-white: #ffffff;
	--gg-text: #1b1b1b;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	line-height: 1.65;
	color: var(--gg-text);
	background: var(--gg-white);
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none !important;
}

a:focus-visible, button:focus-visible, .primary-navigation:focus-visible {
	outline: 3px solid var(--gg-green-dark);
	outline-offset: 3px;
	box-shadow: 0 0 0 3px var(--gg-white);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	top: 8px;
	left: 16px;
	z-index: 100000;
	padding: 12px 20px;
	background: var(--gg-white);
	color: var(--gg-green);
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header, .hero {
	line-height: 1.6;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--gg-white);
	border-bottom: 1px solid #e2e7e1;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	max-width: 1440px;
	min-height: 104px;
	margin: 0 auto;
	padding: 12px 32px;
	display: grid;
	grid-template-columns: minmax(144px, 1fr) minmax(0, auto) auto;
	align-items: center;
	gap: 24px;
}

.site-branding {
	--gg-logo-width: 96px;
	--gg-logo-height: 80px;
	--gg-logo-scale: 1.5;
	min-width: 0;
}

.site-name {
	display: inline-block;
	color: var(--gg-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.1;
}

.site-name span {
	display: block;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-branding .custom-logo-link {
	display: flex;
	align-items: center;
	width: var(--gg-logo-width);
	max-width: 100%;
	height: var(--gg-logo-height);
	overflow: visible;
}

.site-branding .custom-logo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	/* Enlarge padded logo artwork without changing its reserved layout space. */
	transform: scale(var(--gg-logo-scale));
	transform-origin: left center;
}

.primary-navigation {
	min-width: 0;
}

.primary-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.primary-menu > li {
	min-width: 0;
	position: relative;
}

.primary-navigation a, .menu-unavailable {
	overflow-wrap: anywhere;
	display: block;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 600;
}

.primary-navigation a:hover, .primary-navigation .current-menu-item > a {
	color: var(--gg-green);
	text-decoration: underline;
	text-decoration-color: var(--gg-gold);
	text-underline-offset: 6px;
}

.menu-unavailable {
	color: #626a63;
	cursor: default;
}

.primary-navigation .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 190px;
	max-width: 260px;
	padding: 12px 18px;
	background: var(--gg-white);
	box-shadow: 0 8px 24px #102b1f26;
}

.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu {
	display: block;
}

.primary-navigation .sub-menu .sub-menu {
	position: static;
	min-width: 0;
	padding: 0 0 0 12px;
	box-shadow: none;
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--gg-green);
	white-space: nowrap;
}

.header-phone:hover {
	text-decoration: underline;
}

.header-phone__compact, .menu-link, .menu-toggle, .primary-navigation .navigation-close {
	display: none;
}

.button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.button-primary {
	background: var(--gg-green);
	color: var(--gg-white);
	border-color: var(--gg-green);
}

.button-primary:hover {
	background: var(--gg-green-dark);
	border-color: var(--gg-gold);
}

.button-primary:active {
	background: #091e14;
}

.button-secondary {
	border-color: #ffffffb3;
	color: var(--gg-white);
	background: transparent;
}

.button-secondary:hover {
	background: var(--gg-white);
	color: var(--gg-green);
	border-color: var(--gg-white);
}

.button-secondary:active {
	background: var(--gg-light);
	color: var(--gg-green);
}

.header-estimate {
	padding: 12px 16px;
	font-size: 1rem;
	white-space: nowrap;
}

.hero {
	position: relative;
	isolation: isolate;
	min-height: 660px;
	display: flex;
	align-items: center;
	background: var(--gg-green-dark);
	color: var(--gg-white);
}

.hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	z-index: -2;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 24, 16, 0.88), rgba(8, 24, 16, 0.72) 50%, rgba(8, 24, 16, 0.25));
	z-index: -1;
}

.hero__content {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 88px 32px;
}

.hero__eyebrow {
	max-width: 600px;
	margin: 0 0 22px;
	color: #e2cb9f;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.8;
}

.hero h1 {
	max-width: 690px;
	margin: 0 0 24px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: clamp(36px, 4.5vw, 64px);
	line-height: 1.1;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.hero__description {
	max-width: 580px;
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.hero .button-primary {
	border-color: var(--gg-gold);
}

.hero__trust {
	max-width: 610px;
	margin: 28px 0 0;
	font-size: 0.9375rem;
	line-height: 1.9;
}

/* Exact complement of the JavaScript desktop breakpoint, including fractional widths. */
@media not all and (min-width: 1280px) {
	.site-header__inner {
		min-height: 84px;
		padding: 10px 24px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 16px;
	}

	.site-name {
		font-size: 25px;
	}

	.site-branding {
		--gg-logo-width: 80px;
		--gg-logo-height: 64px;
		--gg-logo-scale: 1.3;
	}

	.header-estimate, .header-phone__number {
		display: none;
	}

	.header-phone__compact {
		display: inline;
	}

	.menu-link, .menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 44px;
		width: 96px;
		min-width: 96px;
		flex: 0 0 96px;
		padding: 8px;
		border: 1px solid #c9d3cb;
		border-radius: 3px;
		background: var(--gg-white);
		color: var(--gg-green);
		font-size: 1rem;
		font-weight: 700;
		cursor: pointer;
	}

	.menu-toggle:hover, .menu-link:hover {
		background: var(--gg-light);
	}

	.menu-toggle:active {
		background: #e2e7e1;
	}

	.menu-toggle__icon {
		width: 16px;
		height: 12px;
		flex-shrink: 0;
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		position: relative;
	}

	.menu-toggle__icon::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 3px;
		border-top: 2px solid currentColor;
	}

	.menu-toggle__label-close,
	.menu-toggle[aria-expanded="true"] .menu-toggle__label-menu {
		display: none;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__label-close {
		display: inline;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
		border: 0;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before,
	.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
		border-top: 2px solid currentColor;
		transform: rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
		transform: rotate(-45deg);
	}

	.primary-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		max-height: calc(100dvh - 130px);
		overflow-y: auto;
		padding: 20px 24px 28px;
		border-top: 1px solid #e2e7e1;
		border-bottom: 2px solid var(--gg-gold);
		background: var(--gg-white);
		box-shadow: 0 16px 28px #102b1f26;
	}

	.site-header:not(.navigation-ready) .primary-navigation:target, .menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu > li + li {
		border-top: 1px solid #e2e7e1;
	}

	.primary-navigation a, .menu-unavailable {
		min-height: 44px;
		padding: 12px 0;
		font-size: 1rem;
		overflow-wrap: anywhere;
	}

	.primary-navigation .sub-menu {
		display: block;
		position: static;
		min-width: 0;
		max-width: none;
		padding: 0 0 0 18px;
		box-shadow: none;
	}

	.site-header:not(.navigation-ready) .navigation-close {
		display: block;
	}

	.navigation-ready .navigation-close {
		display: none;
	}

	.hero {
		min-height: 620px;
	}

}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.hero::before {
		background: linear-gradient(90deg, rgba(8, 24, 16, 0.84), rgba(8, 24, 16, 0.65));
	}

	.hero__content {
		padding: 64px 24px;
	}

}

@media (max-width: 600px) {
	/* WordPress's mobile admin bar scrolls away rather than staying fixed. */
	.admin-bar .site-header {
		top: 0;
	}

}

@media (max-width: 480px) {
	.site-header__inner {
		min-height: 80px;
		padding: 8px 16px;
		gap: 8px;
	}

	.site-name {
		font-size: 22px;
	}

	.site-name span {
		font-size: 9px;
		letter-spacing: 0.1em;
	}


	.header-actions {
		gap: 8px;
	}

	.menu-link, .menu-toggle {
		width: 64px;
		min-width: 64px;
		flex-basis: 64px;
	}

	.menu-toggle {
		flex-direction: column;
		gap: 2px;
		padding: 4px;
		font-size: 1rem;
		line-height: 1.4;
	}

	.hero {
		min-height: 600px;
	}

	.hero__content {
		padding: 52px 20px;
	}

	.hero__eyebrow {
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}

	.hero h1 {
		font-size: clamp(32px, 8.5vw, 40px);
	}

	.hero__description {
		font-size: 1.125rem;
		line-height: 1.65;
	}

	.hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		margin-top: 26px;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__trust {
		font-size: 0.9375rem;
	}

	.hero__image {
		object-position: 62% center;
	}

}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.button {
		transition: none;
	}

}

/* Phase 2: authority strip and editorial service cards. */
.trust-bar {
	background: var(--gg-light);
	border-bottom: 1px solid #dedfd5;
	color: var(--gg-green);
}

.trust-bar__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 20px;
	list-style: none;
}

.trust-bar__list li {
	padding: 16px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.trust-bar__list li + li {
	border-top: 1px solid #dedfd5;
}

.services {
	padding: clamp(56px, 7vw, 104px) 20px;
	background: var(--gg-white);
	color: var(--gg-text);
	line-height: 1.65;
}

.services__inner {
	max-width: 1216px;
	margin: 0 auto;
}

.services__header {
	display: grid;
	gap: 24px;
	margin-bottom: 40px;
}

.services__eyebrow {
	margin: 0 0 16px;
	color: var(--gg-green);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.services h2 {
	max-width: 20ch;
	margin: 0;
	color: var(--gg-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.services__intro {
	max-width: 58ch;
	margin: 0;
	color: #4c584f;
	font-size: 1.125rem;
}

.services__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.service-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-top: 2px solid var(--gg-gold);
	background: var(--gg-light);
	overflow-wrap: anywhere;
}

.service-card__media {
	position: relative;
	aspect-ratio: 3 / 2;
	flex: 0 0 auto;
	overflow: hidden;
}

.service-card__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px 24px 24px;
}

/* Image-free services are typographic panels, not empty image slots. */
.service-card--text {
	background: var(--gg-green);
}

.service-card--text .service-card__body {
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.service-card.service-card--text h3,
.service-card--text .service-card__link {
	color: var(--gg-white);
}

.service-card--text .service-card__number {
	color: var(--gg-gold);
}

.service-card--text .service-card__description {
	color: #e5e9e3;
}

.service-card--text .service-card__action {
	margin-top: 0;
	border-color: #ffffff40;
}

.service-card__number {
	margin-bottom: 24px;
	color: #626a63;
	font-size: 0.9375rem;
	letter-spacing: 0.12em;
}

.service-card h3 {
	margin: 0 0 16px;
	color: var(--gg-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.service-card__description {
	margin: 0 0 24px;
	color: #4c584f;
	font-size: 1.125rem;
}

.service-card__action {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #dedfd5;
}

.service-card__link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 44px;
	color: var(--gg-green);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.service-card__link:hover,
.service-card__link:active {
	color: var(--gg-green-dark);
	text-decoration-thickness: 2px;
}

.service-card--text .service-card__link:hover,
.service-card--text .service-card__link:active {
	color: var(--gg-gold);
}


@media (min-width: 640px) {
	.trust-bar__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 20px 24px;
	}

	.trust-bar__list li {
		padding: 16px 24px;
		text-align: center;
	}

	.trust-bar__list li + li {
		border-top: 0;
	}

	.trust-bar__list li:nth-child(even) {
		border-left: 1px solid #dedfd5;
	}

	.trust-bar__list li:nth-child(n + 3) {
		border-top: 1px solid #dedfd5;
	}

	.services {
		padding-right: 32px;
		padding-left: 32px;
	}

	.services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.trust-bar__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 24px 32px;
	}

	.trust-bar__list li:nth-child(n) {
		border-top: 0;
	}

	.trust-bar__list li + li {
		border-left: 1px solid #dedfd5;
	}

	.services__header {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
		align-items: end;
		gap: 64px;
		margin-bottom: 48px;
	}

	.services__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Phase 3: category previews and outdoor living feature. */
.featured-work,
.outdoor-feature {
	padding: clamp(56px, 7vw, 104px) 20px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.featured-work {
	background: var(--gg-light);
	color: var(--gg-green);
}

.featured-work__inner,
.outdoor-feature__inner {
	max-width: 1216px;
	margin: 0 auto;
}

.featured-work__header {
	max-width: 780px;
	margin-bottom: 40px;
}

.featured-work__eyebrow,
.outdoor-feature__eyebrow {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.featured-work h2,
.outdoor-feature h2 {
	margin: 0 0 24px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.featured-work__intro,
.outdoor-feature__description {
	margin: 0;
	font-size: 1.125rem;
}

.featured-work__intro,
.work-preview > p {
	color: #4c584f;
}

.featured-work__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 40px 32px;
}

.work-preview {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-bottom: 1px solid var(--gg-gold);
	padding-bottom: 24px;
}

.featured-work__media,
.outdoor-feature__media {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.featured-work__media {
	margin-bottom: 24px;
}

.featured-work__image,
.outdoor-feature__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.work-preview h3 {
	margin: 0 0 16px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.work-preview > p {
	margin: 0 0 20px;
	font-size: 1.125rem;
}

.featured-work__link {
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 0;
	min-height: 44px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.featured-work__link:hover {
	text-decoration-thickness: 2px;
}

.featured-work__action {
	margin-top: 40px;
}

.outdoor-feature {
	background: var(--gg-green);
	color: var(--gg-white);
}

.outdoor-feature__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 40px;
}

.outdoor-feature__content {
	min-width: 0;
}

.outdoor-feature__eyebrow {
	color: var(--gg-gold);
}

.outdoor-feature__description {
	color: #e5e9e3;
}

.outdoor-feature__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px 24px;
	margin: 28px 0 32px;
	padding-left: 20px;
	font-size: 1.125rem;
}

.outdoor-feature__list li::marker {
	color: var(--gg-gold);
}

.outdoor-feature__cta {
	background: var(--gg-gold);
	color: var(--gg-green-dark);
	border-color: var(--gg-gold);
}

.outdoor-feature__cta:hover {
	background: var(--gg-light);
	border-color: var(--gg-light);
	color: var(--gg-green-dark);
}

.featured-work .button,
.outdoor-feature .button {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.outdoor-feature__cta:focus-visible {
	outline-color: var(--gg-gold);
	box-shadow: 0 0 0 3px var(--gg-green-dark);
}

@media (min-width: 640px) {
	.featured-work,
	.outdoor-feature {
		padding-right: 32px;
		padding-left: 32px;
	}

	.outdoor-feature__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.featured-work__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.featured-work__media {
		aspect-ratio: 4 / 3;
	}

	.outdoor-feature__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 64px;
	}

	.outdoor-feature__media {
		aspect-ratio: 4 / 5;
	}

	.outdoor-feature__inner--text {
		grid-template-columns: minmax(0, 1fr);
		max-width: 780px;
	}
}

/* Phase 4: property-care pillars and numbered project process. */
.why-greengold,
.our-process {
	padding: clamp(48px, 7vw, 96px) 20px;
	color: var(--gg-green);
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.why-greengold {
	background: var(--gg-white);
}

.our-process {
	background: var(--gg-light);
}

.why-greengold__inner,
.our-process__inner {
	max-width: 1216px;
	margin: 0 auto;
}

.why-greengold__header,
.our-process__header {
	max-width: 780px;
	margin-bottom: 36px;
}

.why-greengold__eyebrow,
.our-process__eyebrow {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.why-greengold h2,
.our-process h2 {
	margin: 0 0 20px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.why-greengold__intro,
.our-process__intro {
	margin: 0;
	color: #4c584f;
	font-size: 1.125rem;
}

.why-greengold__pillars,
.our-process__steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
}

.why-greengold__pillar {
	min-width: 0;
	padding-top: 20px;
	border-top: 2px solid var(--gg-gold);
}

.why-greengold h3,
.our-process h3 {
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	line-height: 1.2;
}

.why-greengold h3 {
	font-size: 30px;
}

.why-greengold__pillar p,
.our-process__steps p {
	margin: 0;
	color: #4c584f;
	font-size: 1.125rem;
}

.our-process__steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.our-process__steps > li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-content: start;
	gap: 16px;
	min-width: 0;
	border-top: 1px solid var(--gg-gold);
	padding-top: 20px;
}

.our-process__number {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 36px;
	line-height: 1;
}

.our-process h3 {
	font-size: 24px;
}

@media (min-width: 640px) {
	.why-greengold,
	.our-process {
		padding-right: 32px;
		padding-left: 32px;
	}

	.our-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

@media (min-width: 1024px) {
	.why-greengold__pillars {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px;
	}
}

@media (min-width: 1280px) {
	.our-process__steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 24px;
	}

	.our-process__steps > li {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}
}

/* Phase 5: service coverage, connected reviews and illustrative comparisons. */
.home-areas,
.home-reviews,
.home-comparisons {
	padding: clamp(48px, 7vw, 96px) 20px;
	color: var(--gg-green);
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.home-areas,
.home-comparisons {
	background: var(--gg-white);
}

.home-reviews {
	background: var(--gg-light);
}

.home-areas__inner,
.home-comparisons__inner {
	max-width: 1216px;
	margin: 0 auto;
}

.home-areas__header,
.home-comparisons__header,
.home-reviews__inner {
	max-width: 780px;
}

.home-reviews__inner {
	margin: 0 auto;
	text-align: center;
}

.home-areas__eyebrow,
.home-reviews__eyebrow,
.home-comparisons__eyebrow {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.home-areas h2,
.home-reviews h2,
.home-comparisons h2 {
	margin: 0 0 20px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.home-areas__intro,
.home-reviews__message,
.home-comparisons__intro {
	margin: 0;
	color: #4c584f;
	font-size: 1.125rem;
}

.home-areas__county {
	margin: 32px 0 0;
	padding: 20px 0;
	border-top: 2px solid var(--gg-gold);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1.2;
}

.home-areas__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-areas__list li {
	min-width: 0;
	border-top: 1px solid #dedfd5;
}

.home-areas__list a,
.home-areas__list span {
	display: block;
	padding: 14px 0;
	font-size: 1.125rem;
}

.home-areas a,
.home-reviews__link {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.home-areas a:hover,
.home-reviews__link:hover {
	text-decoration-thickness: 2px;
}

.home-reviews__link {
	display: inline-block;
	min-height: 44px;
	margin-top: 20px;
	padding: 10px 0;
	font-size: 1rem;
	font-weight: 700;
}

.home-comparisons__disclosure {
	margin: 24px 0 0;
	padding-left: 16px;
	border-left: 3px solid var(--gg-gold);
	font-size: 1.125rem;
	font-weight: 700;
}

.home-comparisons__panels {
	display: grid;
	gap: 40px;
	margin-top: 36px;
}

.comparison-panel {
	min-width: 0;
	border-top: 1px solid #dedfd5;
	padding-top: 24px;
}

.comparison-panel h3 {
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(26px, 2.5vw, 32px);
	font-weight: 400;
	line-height: 1.2;
}

.comparison-panel__description {
	max-width: 72ch;
	margin: 0 0 20px;
	color: #4c584f;
	font-size: 1.125rem;
}

.comparison-panel__pair {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.comparison-panel__figure {
	min-width: 0;
	margin: 0;
}

.comparison-panel__figure figcaption {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 700;
}

.comparison-panel__media {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--gg-light);
}

.comparison-panel__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.comparison-panel__unavailable {
	margin: 0;
	font-size: 1.125rem;
}

@media (min-width: 640px) {
	.home-areas,
	.home-reviews,
	.home-comparisons {
		padding-right: 32px;
		padding-left: 32px;
	}

	.home-areas__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 32px;
	}
}

@media (min-width: 768px) {
	.comparison-panel__pair {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Phase 6: native FAQ, closing invitation and global footer. */
.home-faq,
.home-final-cta {
	padding: clamp(48px, 7vw, 96px) 20px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.home-faq {
	background: var(--gg-light);
	color: var(--gg-green);
}

.home-faq__inner {
	max-width: 960px;
	margin: 0 auto;
}

.home-faq__header {
	max-width: 780px;
	margin-bottom: 32px;
}

.home-faq__eyebrow,
.home-final-cta__eyebrow {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.home-faq h2,
.home-final-cta h2 {
	margin: 0 0 20px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.home-faq__intro {
	margin: 0;
	color: #4c584f;
	font-size: 1.125rem;
}

.home-faq details {
	border-top: 1px solid #ced3c9;
}

.home-faq details:last-child {
	border-bottom: 1px solid #ced3c9;
}

.home-faq summary {
	padding: 20px 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.home-faq summary:focus-visible {
	outline: 3px solid var(--gg-green);
	outline-offset: 3px;
}

.home-faq details > p {
	margin: 0;
	padding: 0 4px 24px;
	max-width: 80ch;
	color: #4c584f;
	font-size: 1.125rem;
}

.home-final-cta {
	background: var(--gg-green);
	color: var(--gg-white);
	text-align: center;
}

.home-final-cta__inner {
	max-width: 800px;
	margin: 0 auto;
}

.home-final-cta__eyebrow {
	color: var(--gg-gold);
}

.home-final-cta__description {
	max-width: 58ch;
	margin: 0 auto;
	color: #e5e9e3;
	font-size: 18px;
}

.home-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 32px;
}

.home-final-cta .button {
	max-width: 100%;
	white-space: normal;
}

.home-final-cta__estimate {
	background: var(--gg-gold);
	color: var(--gg-green-dark);
	border-color: var(--gg-gold);
}

.home-final-cta__phone {
	color: var(--gg-white);
	border-color: var(--gg-gold);
}

.home-final-cta .button:hover {
	background: var(--gg-light);
	color: var(--gg-green-dark);
	border-color: var(--gg-light);
}

.home-final-cta a:focus-visible,
.site-footer a:focus-visible {
	outline: 3px solid var(--gg-gold);
	outline-offset: 3px;
	box-shadow: 0 0 0 3px var(--gg-green-dark);
}

.site-footer {
	background: var(--gg-green-dark);
	color: #e5e9e3;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.site-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 20px 24px;
}

.site-footer__columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
}

.site-footer__columns > * {
	min-width: 0;
}

.site-footer__brand p {
	margin: 0;
	font-size: 1rem;
}

.site-footer__brand .site-footer__name {
	margin-bottom: 16px;
	color: var(--gg-white);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	line-height: 1.2;
}

.site-footer__label {
	margin: 0 0 12px;
	color: var(--gg-gold);
	font-size: 1rem;
	font-weight: 700;
}

.site-footer__links,
.site-footer__legal {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__links a,
.site-footer__unlinked,
.site-footer address > a {
	display: block;
	padding: 10px 0;
	font-size: 1rem;
}

.site-footer a:hover {
	color: var(--gg-white);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-footer address {
	font-style: normal;
	font-size: 1rem;
}

.site-footer address p {
	margin: 12px 0;
}

.site-footer__estimate {
	display: inline-block;
	min-height: 44px;
	padding: 10px 0;
	color: var(--gg-gold);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 32px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #ffffff40;
	font-size: 1rem;
}

.site-footer__bottom > p {
	margin: 0;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
}

.site-footer__legal a {
	display: inline-block;
	min-height: 44px;
	padding: 10px 0;
}

@media (min-width: 640px) {
	.home-faq,
	.home-final-cta {
		padding-right: 32px;
		padding-left: 32px;
	}

	.site-footer__inner {
		padding: 64px 32px 24px;
	}

	.site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.site-footer__columns {
		grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
	}
}

/* Published page content must remain readable outside the homepage template. */
.site-content {
	max-width: 1024px;
	min-height: 30vh;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 80px) 20px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.site-content h1,
.site-content h2 {
	color: var(--gg-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	line-height: 1.2;
}

.site-content h1 {
	font-size: clamp(32px, 4vw, 48px);
}

.site-content a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Contact / estimate page. */
.contact-page {
	padding: clamp(40px, 6vw, 88px) 20px;
	background: var(--gg-light);
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.contact-page__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page__intro {
	max-width: 720px;
	margin-bottom: 28px;
}

.contact-page__eyebrow {
	color: var(--gg-green);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.contact-page h1,
.contact-page h2 {
	color: var(--gg-green);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

.contact-page h1 { font-size: clamp(34px, 3.8vw, 52px); text-wrap: balance; }
.contact-page h2 { font-size: clamp(26px, 3vw, 34px); }
.contact-page__grid { display: grid; align-items: start; gap: 36px; }
.contact-page__grid > *, .estimate-form__field { min-width: 0; }
.contact-details { border-top: 2px solid var(--gg-gold); padding-top: 22px; }
.contact-details address { font-style: normal; }
.contact-details p { margin: 0 0 16px; }
.contact-details__label { display: block; margin-bottom: 4px; font-size: 0.9375rem; font-weight: 700; letter-spacing: 0.06em; color: #526257; }
.contact-details a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; padding: 4px 0; color: var(--gg-green); text-decoration: underline; text-decoration-color: var(--gg-gold); text-underline-offset: 5px; }

.estimate-form {
	padding: clamp(20px, 3vw, 38px);
	border: 1px solid #e4e1d7;
	border-top: 3px solid var(--gg-gold);
	border-radius: 4px;
	box-shadow: 0 10px 30px #183c2b0a;
	background: #fdfbf6;
	scroll-margin-top: 120px;
}

.estimate-form__fields { display: grid; gap: 22px; margin: 26px 0; }
.estimate-form label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 1rem; }
.estimate-form label span { font-size: 0.9375rem; font-weight: 400; color: #526257; }
.estimate-form input, .estimate-form select, .estimate-form textarea {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 14px;
	border: 1px solid #7f8d82;
	border-radius: 3px;
	background: #f7f6f1;
	color: var(--gg-text);
	font: inherit;
	font-size: 1.125rem;
	line-height: 1.4;
	scroll-margin-top: 120px;
}

.estimate-form textarea { resize: vertical; min-height: 168px; }
.estimate-form :focus-visible { outline: 3px solid var(--gg-green); outline-offset: 3px; }
.estimate-form [aria-invalid="true"] { border: 2px solid #8b2923; }
.estimate-form__field-error { margin: 8px 0 0; color: #8b2923; font-size: 1rem; }
.estimate-form__errors { padding: 20px; border-left: 3px solid #8b2923; background: var(--gg-light); }
.estimate-form__errors h3 { margin-top: 0; font-size: 18px; }
.estimate-form__errors ul { padding-left: 20px; }
.estimate-form__errors a { display: inline-block; padding: 8px 0; text-decoration: underline; }
.estimate-form__success { padding: 24px; border-left: 3px solid var(--gg-green); background: var(--gg-light); }
.estimate-form .button { width: 100%; min-height: 56px; font-size: 1rem; white-space: normal; cursor: pointer; }
.estimate-form__trap { display: none; }

@media (min-width: 640px) {
	.estimate-form__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.estimate-form__field--wide { grid-column: 1 / -1; }
}

@media (min-width: 1024px) {
	.contact-page__grid { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr); gap: clamp(40px, 5vw, 72px); }
}

.contact-details h2 { margin-bottom: 18px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; }
.contact-page__reassurance { max-width: 40ch; margin: 22px 0 0; color: #43574a; }
.estimate-form > h2 { margin-bottom: 10px; }
.estimate-form > #estimate-required { max-width: 44ch; margin: 0; font-size: 1rem; line-height: 1.6; color: #526257; }
.estimate-form__privacy { margin: 24px 0 14px; font-size: 0.9375rem; color: #526257; }
.estimate-form select {
	appearance: none;
	padding-right: 38px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23183c2b' stroke-width='1.5' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}
.estimate-form :is(input, select, textarea):focus-visible { border-color: var(--gg-green); background-color: #fffefb; box-shadow: 0 0 0 1px var(--gg-green); }
.estimate-form__errors { margin-top: 24px; background: #fcf4f1; }
.estimate-form__errors ul { margin-bottom: 0; }
.estimate-form__success { border: 1px solid #ccdacf; border-left: 4px solid var(--gg-green); color: var(--gg-green-dark); }
@media (forced-colors: active) {
	.estimate-form select { appearance: auto; background-image: none; }
}

.contact-details > p { margin-bottom: 0; }
.estimate-form .button {
	font-weight: 700;
	letter-spacing: 0.02em;
	border: 2px solid var(--gg-green);
	background: var(--gg-green);
	color: var(--gg-white);
}
.estimate-form .button:hover,
.estimate-form .button:focus-visible {
	border-color: var(--gg-gold);
	background: var(--gg-green-dark);
}
.estimate-form .button:focus-visible {
	outline: 3px solid var(--gg-green);
	outline-offset: 3px;
	box-shadow: 0 0 0 2px var(--gg-gold);
}

/* Services overview: image-led rows, using the existing service catalog. */
.service-directory { color: var(--gg-text); line-height: 1.65; overflow-wrap: anywhere; }
.service-directory__inner { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.service-directory__intro { padding: clamp(44px, 6vw, 88px) 0; background: var(--gg-light); }
.service-directory__eyebrow { margin: 0 0 18px; color: var(--gg-green); font-size: 0.9375rem; font-weight: 700; letter-spacing: 0.12em; }
.service-directory h1, .service-directory h2 { color: var(--gg-green); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.15; text-wrap: balance; }
.service-directory h1 { max-width: 23ch; margin: 0 0 24px; font-size: clamp(34px, 4.5vw, 58px); }
.service-directory h2 { margin: 0 0 20px; font-size: clamp(28px, 3.2vw, 40px); }
.service-directory__description { max-width: 66ch; margin: 0; font-size: 1.125rem; color: #4c584f; }
.service-directory__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 28px; }
.service-directory__actions .button { min-height: 52px; white-space: normal; }
.service-directory__link { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 12px; min-height: 44px; padding-block: 8px; color: var(--gg-green); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gg-gold); text-underline-offset: 6px; }
.service-directory__link:hover { color: var(--gg-green-dark); text-decoration-thickness: 2px; }
.service-directory__catalog { padding-block: clamp(32px, 4vw, 56px); scroll-margin-top: 120px; }
.service-directory__navigation ul { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 24px; margin: 0 0 24px; padding: 0; list-style: none; }
.service-directory__navigation a { display: flex; align-items: center; min-height: 48px; padding: 12px 0; border-bottom: 1px solid #dfdfd3; color: var(--gg-green); font-size: 1rem; font-weight: 700; }
.service-directory__navigation a:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-directory__service { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 28px; padding-block: clamp(32px, 5vw, 64px); border-bottom: 1px solid #dfdfd3; scroll-margin-top: 120px; }
.service-directory__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--gg-light); }
.service-directory__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-directory__content { min-width: 0; }
.service-directory__content p { max-width: 48ch; margin: 0 0 20px; color: #4c584f; font-size: 1.125rem; }
.service-directory__number { display: block; width: fit-content; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--gg-gold); color: #526257; font-size: 0.9375rem; letter-spacing: 0.1em; }
.service-directory__cta { padding-block: clamp(40px, 6vw, 72px); background: var(--gg-light); border-top: 2px solid var(--gg-gold); }
.service-directory__cta h2 { max-width: 22ch; }
.service-directory__cta p:not(.service-directory__eyebrow) { max-width: 54ch; margin: 0; color: #4c584f; }
.service-directory__service--text .service-directory__content { padding: 28px; background: var(--gg-light); border-left: 2px solid var(--gg-gold); }
@media (min-width: 640px) {
	.service-directory__navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
	.service-directory__navigation ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.service-directory__service { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
	.service-directory__service--text { grid-template-columns: minmax(0, 1fr); }
	.service-directory__cta .service-directory__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
	.service-directory__cta .service-directory__actions { flex-direction: column; align-items: flex-start; flex-shrink: 0; margin-top: 0; }
}

/* Outdoor Living detail page; shared typography and actions follow Services. */
.outdoor-page__hero { padding-block: clamp(40px, 6vw, 80px); background: var(--gg-light); }
.outdoor-page__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.outdoor-page h1 { font-size: clamp(34px, 3.8vw, 52px); }
.outdoor-page__media { aspect-ratio: 3 / 2; overflow: hidden; background: #e8e8df; }
.outdoor-page__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.outdoor-page__section { padding-block: clamp(44px, 6vw, 80px); scroll-margin-top: 120px; }
.outdoor-page__section-intro { max-width: 760px; }
.outdoor-page__section-intro p:not(.service-directory__eyebrow), .outdoor-page__planning p:not(.service-directory__eyebrow) { margin: 0; color: #4c584f; font-size: 1.125rem; }
.outdoor-page__features { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px 36px; margin-top: 36px; }
.outdoor-page__feature { padding-top: 24px; border-top: 1px solid var(--gg-gold); }
.outdoor-page__feature h3 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; line-height: 1.25; color: var(--gg-green); }
.outdoor-page__feature p { margin: 0; color: #4c584f; }
.outdoor-page__services-link { margin-top: 32px; }
.outdoor-page__planning { padding-block: clamp(36px, 5vw, 64px); border-top: 1px solid #dfdfd3; }
.outdoor-page__planning-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.outdoor-page__planning ul { margin: 0; padding-left: 22px; }
.outdoor-page__planning li { padding: 0 0 18px 6px; }
.outdoor-page__planning li::marker { color: var(--gg-green); }
@media (min-width: 640px) {
	.outdoor-page__features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
	.outdoor-page__hero-grid, .outdoor-page__planning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
	.outdoor-page__hero-grid--text { grid-template-columns: minmax(0, 1fr); }
	.outdoor-page__features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Confirmed county coverage, without placeholder city destinations. */
.coverage-page__communities { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 32px; margin: 32px 0 0; padding: 0; list-style: none; }
.coverage-page__communities li { padding: 16px 0; border-bottom: 1px solid #dfdfd3; color: var(--gg-green); font-size: 18px; }
.coverage-page .outdoor-page__planning h3 { margin: 0 0 16px; color: var(--gg-green); font-size: 22px; }
@media (min-width: 640px) {
	.coverage-page__communities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
	.coverage-page__communities { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Keep editor-managed project images inside the page at every viewport. */
.project-gallery__content > * { max-width: 100%; }
.project-gallery__content .alignwide, .project-gallery__content .alignfull { width: 100%; max-width: 100%; margin-inline: 0; }
.project-gallery__content img { max-width: 100%; height: auto; }
.project-gallery__content figcaption { overflow-wrap: anywhere; font-size: 1rem; line-height: 1.6; }
.project-gallery__content a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 480px) {
	.project-gallery__content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: 100%; margin-inline: 0; }
}

/* The family story uses the same typography and spacing as service pages. */
.about-page__story { max-width: 70ch; }
.about-page__story p:not(.service-directory__eyebrow) { margin: 0 0 20px; color: #4c584f; font-size: 1.125rem; }
.about-page__story p:last-child { margin-bottom: 0; }
.about-page__meaning { padding-block: clamp(36px, 5vw, 64px); border-block: 1px solid #dfdfd3; background: #fdfbf6; }
.about-page__media { aspect-ratio: 3 / 2; background: var(--gg-light); }
.about-page__image { display: block; width: 100%; height: 100%; object-fit: contain; }

/* Native editorial resources, with optional WordPress featured images. */
.resources-page__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px 32px; margin-top: 36px; }
.resources-page__card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; border-top: 2px solid var(--gg-gold); padding-top: 24px; }
.resources-page__card h3 { margin: 12px 0 18px; color: var(--gg-green); font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 400; line-height: 1.25; }
.resources-page__card h3 a { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.resources-page__card > p { color: #4c584f; }
.resources-page__card > p:not(.resources-page__date) { max-width: 62ch; margin: 0 0 24px; line-height: 1.7; }
.resources-page__card > .service-directory__link { margin-top: auto; min-height: 48px; text-decoration-thickness: 2px; }
/* Count the cards on this page, including a partially filled pagination page. */
.resources-page__card:only-child { grid-column: 1 / -1; width: 100%; max-width: 840px; }
.resources-page__card:only-child h3 { max-width: 32ch; font-size: clamp(28px, 3vw, 38px); line-height: 1.2; }
.resources-page__card:only-child > .service-directory__link { margin-top: 4px; }
.resources-page__media { width: 100%; aspect-ratio: 3 / 2; flex: 0 0 auto; margin-bottom: 24px; overflow: hidden; }
.resources-page__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.resources-page__date { margin: 0; color: #526257; font-size: 1rem; }
.resources-page__pagination { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.resources-page__pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid #526257; }
.resources-page__pagination .current { background: var(--gg-green); color: var(--gg-white); }
.resource-article__inner { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.resource-article h1 { max-width: none; }
.resource-article__photo { margin-bottom: 36px; }
.resource-article__photo img { display: block; width: 100%; height: auto; }
.resource-article__content { line-height: 1.7; }
.resource-article__content > * { max-width: 100%; }
.resource-article__content h2, .resource-article__content h3 { margin-top: 36px; }
.resource-article__content a { text-decoration: underline; text-underline-offset: 4px; }
.resource-article__content .alignfull, .resource-article__content .alignwide { width: 100%; margin-inline: 0; }
.resource-article__content :is(iframe, video) { max-width: 100%; }
.resource-article__content :is(pre, .wp-block-table) { overflow-x: auto; }
.resource-article__content figcaption { font-size: 1rem; line-height: 1.6; }
@media (min-width: 640px) {
	.resources-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
	.resources-page__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.resources-page__grid:has(> .resources-page__card:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Corporate gallery: substantial imagery and explicit concept disclosures. */
.corporate-gallery__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px 32px; margin-top: 32px; }
.corporate-gallery__figure { min-width: 0; margin: 0; }
.corporate-gallery__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--gg-light); }
.corporate-gallery__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.corporate-gallery__figure figcaption { padding-top: 16px; color: var(--gg-green); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.5vw, 30px); line-height: 1.3; }
.project-gallery .corporate-gallery__disclosure { margin-top: 24px; padding: 20px 24px; border-left: 4px solid var(--gg-gold); background: var(--gg-light); color: var(--gg-green); font-size: 1.125rem; font-weight: 700; }
.project-gallery .corporate-gallery__concept-label { margin: 0 0 20px; font-weight: 700; }
.reviews-page__pending { max-width: 760px; padding: clamp(24px, 4vw, 40px); border-left: 3px solid var(--gg-gold); background: var(--gg-light); }
.reviews-page__pending p { margin-top: 0; }
.reviews-page__widget { min-width: 0; max-width: 100%; }
@media (min-width: 768px) {
	.corporate-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
