.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,223,.8); backdrop-filter: blur(18px); }
/* Header + footer span the FULL viewport width (content stays capped at --container).
   Their inner row is edge-to-edge with a comfortable side gutter (2026-06). */
.site-header > .container,
.site-footer > .container { width: 100%; max-width: none; padding-inline: var(--container-edge, 2.5rem); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--color-green-700), var(--color-green-900)); color: white; font-weight: 900; letter-spacing: -.08em; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1.02rem; letter-spacing: -.02em; }
.brand-text small { color: var(--color-muted); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

.primary-nav { justify-self: center; }
.primary-nav ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: .15rem; }
.primary-nav li { position: relative; }
.primary-nav a, .primary-nav button { display: inline-flex; align-items: center; min-height: 44px; padding: .55rem .7rem; border: 0; background: transparent; color: var(--color-ink); font-weight: 800; cursor: pointer; }
.primary-nav button { width: 30px; justify-content: center; color: var(--color-green-700); }
.nav-chevron { display: block; width: .72rem; height: .72rem; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; }
.dropdown { position: absolute; top: calc(100% + .4rem); left: 0; min-width: 245px; display: grid !important; gap: .15rem !important; padding: .65rem !important; background: white; border: 1px solid var(--color-line); border-radius: 18px; box-shadow: var(--shadow-card); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { width: 100%; border-radius: 12px; min-height: 38px; }
.dropdown a:hover { background: var(--color-green-100); }
.header-phone { display: grid; justify-items: end; line-height: 1.1; color: var(--color-green-800); }
.header-phone strong { font-size: 1.55rem; font-weight: 900; }
.header-phone span { font-size: .78rem; color: var(--color-muted); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav-toggle { display: none; border: 0; background: var(--color-green-900); width: 46px; height: 46px; border-radius: 14px; padding: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 10px; }

.hero { position: relative; min-height: min(760px, calc(100vh - 88px)); display: grid; align-items: center; overflow: hidden; isolation: isolate; background-size: cover; background-position: center; color: white; }
.hero--services { min-height: min(610px, calc(100vh - 88px)); }
.hero--service-page { min-height: min(620px, calc(100vh - 88px)); }
.hero--about { min-height: min(600px, calc(100vh - 88px)); }
.hero--gallery { min-height: min(560px, calc(100vh - 88px)); }
.hero--careers { min-height: min(560px, calc(100vh - 88px)); }
.hero--contact { min-height: min(560px, calc(100vh - 88px)); }
.hero--blog { min-height: min(560px, calc(100vh - 88px)); }
.hero--blog-post { min-height: min(500px, calc(100vh - 88px)); background: var(--color-green-900); }
.hero--service-area-page { min-height: min(600px, calc(100vh - 88px)); }
.hero--service-areas { min-height: min(620px, calc(100vh - 88px)); }
.hero--legal { min-height: min(500px, calc(100vh - 88px)); }
.hero--media-room { min-height: min(520px, calc(100vh - 88px)); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(0deg, rgba(16,61,36,.45), transparent); z-index: -1; }
.hero-grid { padding-block: clamp(4rem, 7vw, 7rem); }
.hero--services .hero-grid { padding-block: clamp(3rem, 5vw, 5rem); }
.hero-content { max-width: 1080px; }
.hero-content--centered { margin-inline: auto; text-align: center; }
.hero-content--centered .eyebrow { justify-content: center; }
.hero-content--centered .hero-copy { margin-inline: auto; }
.hero--service-areas { background-position: center; }
.hero--service-areas .hero-content--centered { max-width: 900px; margin-inline: 0 auto; text-align: left; }
.hero--service-areas .hero-content--centered .eyebrow { justify-content: flex-start; }
.hero--service-areas .hero-content--centered .hero-copy { margin-inline: 0; }
.hero--service-areas .button-row--centered { justify-content: flex-start; }
.hero h1, .hero p { color: white; }
.hero-title { line-height: .94; }
.hero-title-main { display: block; max-width: 980px; text-wrap: balance; }
.hero-title-location { display: block; margin-top: .82rem; color: #aee6b7; font-size: clamp(1.75rem, 2.5vw, 2.65rem); line-height: 1.06; font-weight: 850; font-style: italic; letter-spacing: -.035em; max-width: 980px; text-wrap: balance; }
.hero-copy { max-width: 680px; font-size: clamp(1.08rem, 1.4vw, 1.28rem); margin-top: 1.3rem; color: #ffffff !important; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: .85rem; color: var(--color-green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow-light { color: #d7f7dc; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button-row--centered { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .9rem 1.35rem; border-radius: var(--radius-pill); font-weight: 900; border: 2px solid transparent; box-shadow: 0 14px 32px rgba(16,61,36,.16); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(16,61,36,.22); }
.btn-primary { background: var(--color-green-700); color: white; }
.btn-primary:hover { background: var(--color-green-900); color: white; }
.btn-light { background: white; color: var(--color-green-800); }
.btn-light:hover { color: var(--color-green-900); }
.btn-small { min-height: 46px; padding: .72rem 1.05rem; font-size: .94rem; }
.btn-outline { background: transparent; color: var(--color-green-700); border-color: var(--color-green-700); box-shadow: none; }
.btn-outline:hover { background: var(--color-green-700); color: #fff; }
.hero-trust { list-style: none; padding: 0; margin: 1.8rem 0 0; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-trust li { color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.1); border-radius: var(--radius-pill); padding: .45rem .8rem; font-weight: 800; }

.section-heading { margin-bottom: 2.2rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; }
.centered { text-align: center; max-width: 760px; margin-inline: auto; }
.centered .eyebrow { justify-content: center; }
.section-subtitle { margin-top: .9rem; max-width: 670px; font-size: 1.08rem; }
.with-rule { padding-bottom: 1.5rem; border-bottom: 2px solid var(--color-green-700); }

.alternating-services { display: grid; gap: 1.25rem; }
.service-row { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 1.25rem; }
.service-row--reverse { grid-template-columns: .92fr 1.08fr; }
.service-row--reverse .service-image { order: 2; }
.service-image, .framed-image, .article-image { min-height: 330px; border-radius: var(--radius-lg); background-size: cover; background-position: center; box-shadow: var(--shadow-soft); background-color: var(--color-green-800); }
.service-image { position: relative; width: 100%; min-width: 0; justify-self: stretch; overflow: hidden; display: grid; align-items: end; padding: 1.25rem; }
.service-card { align-self: center; padding: clamp(1.6rem, 4vw, 3.2rem); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-card); border: 1px solid rgba(220,230,223,.7); }
.service-card h3::after { content: ""; display: block; width: 100%; height: 1px; background: var(--color-line); margin: 1rem 0; }
.service-card a, .text-link { display: inline-flex; margin-top: 1.2rem; color: var(--color-green-700); font-weight: 900; }

.services-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.services-main { min-width: 0; }
.section-kicker { margin-top: .75rem; color: var(--color-green-700); font-size: clamp(1.35rem, 2.4vw, 2rem); }
.service-jump-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin-bottom: 2rem; }
.service-jump-grid a { display: flex; align-items: center; gap: .75rem; min-height: 68px; padding: 1rem; border: 1px solid var(--color-line); border-radius: 20px; background: white; box-shadow: 0 12px 28px rgba(24,45,34,.07); font-weight: 900; }
.service-jump-grid span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--color-green-100); color: var(--color-green-800); font-size: .82rem; }
.hub-service { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.35rem; padding: 1.1rem 0 2.4rem; margin-top: 1.3rem; border-bottom: 2px solid var(--color-line); scroll-margin-top: 110px; }
.service-page .hub-service:first-of-type { margin-top: 1.6rem; }
.sub-service .eyebrow { margin-bottom: .55rem; }
.hub-service-image { width: 100%; min-width: 0; min-height: 360px; aspect-ratio: 16 / 7.5; border-radius: var(--radius-lg); background-size: cover; background-position: center; box-shadow: var(--shadow-soft); }
.hub-service-body { padding: clamp(1.1rem, 2.6vw, 1.8rem) .25rem 0; max-width: 860px; }
.hub-service-body p + p { margin-top: 1rem; }
.hub-service-body h2 { max-width: 780px; margin-bottom: 1.25rem; }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .6rem; }
.check-list li { position: relative; padding-left: 1.55rem; color: var(--color-muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .2em; width: .9em; height: .9em; background: var(--color-green-700); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat; }
.service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.1rem; margin-top: 1.45rem; }
.phone-link { color: var(--color-green-800); font-weight: 950; }
.services-sidebar { display: grid; gap: 1rem; }
.quote-card { padding: 1.35rem; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-card); }
.script-heading { color: var(--color-green-700); font-weight: 900; font-size: 1.15rem; font-style: italic; margin-bottom: .35rem; }
.quote-card h2, .sidebar-callout h2 { font-size: 1.35rem; letter-spacing: -.03em; }
.quote-card p { margin-top: .55rem; }
.quote-form { display: grid; gap: .8rem; margin-top: 1rem; }
.quote-form label { display: grid; gap: .35rem; color: var(--color-ink); font-weight: 850; font-size: .92rem; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid var(--color-line); border-radius: 14px; padding: .72rem .8rem; background: var(--color-bg); color: var(--color-ink); }
.quote-form textarea { resize: vertical; }
.quote-form .btn { width: 100%; min-height: 48px; }
.sidebar-callout { border-radius: var(--radius-md); padding: 1.25rem; box-shadow: var(--shadow-card); }
.sidebar-callout--dark { background: var(--color-green-900); color: white; }
.sidebar-callout--dark span { display: block; color: rgba(255,255,255,.72); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.sidebar-callout--dark a { display: inline-flex; margin-top: .35rem; color: white; font-size: 1.55rem; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.sidebar-callout--areas { background: var(--color-green-700); color: white; }
.sidebar-callout--areas h2 { color: white; margin-bottom: .8rem; }
.sidebar-callout--areas ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.sidebar-callout--areas li { display: flex; align-items: flex-start; }
.sidebar-callout--areas li::before { content: ""; flex: 0 0 auto; width: .38rem; height: .38rem; border-radius: 999px; background: #d7f7dc; margin: .52em .45rem 0 0; }
.sidebar-callout--areas a { color: white; font-weight: 850; }
.text-link-light { color: #d7f7dc !important; }
.service-hub-proof { background: var(--color-bg); }
.service-proof-section,
.service-scoping-section { padding-block: clamp(3.2rem, 5.5vw, 5rem); }
.service-proof-section { background: white; border-top: 1px solid var(--color-line); }
.service-scoping-section { position: relative; background: linear-gradient(180deg, #eef6f0 0%, var(--color-bg) 100%); border-top: 1px solid rgba(29,107,63,.14); border-bottom: 1px solid rgba(29,107,63,.14); }
.service-scoping-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 18%, rgba(29,107,63,.08), transparent 34%); }
.service-scoping-section .container { position: relative; }
.proof-list-card { padding: clamp(1.5rem, 4vw, 2.4rem); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-card); border: 1px solid var(--color-line); }
.proof-list-card h3 { margin-bottom: .6rem; }

.service-area-intro { background: white; }
.service-area-photo { min-height: 520px; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.service-area-map-section { background: var(--color-bg); }
.service-area-directory { background: white; }
.area-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.area-link-card { display: grid; align-content: start; min-height: 245px; padding: clamp(1.25rem, 3vw, 1.8rem); border-radius: var(--radius-lg); border: 1px solid var(--color-line); background: white; box-shadow: 0 14px 34px rgba(24,45,34,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.area-link-card:hover { transform: translateY(-3px); border-color: rgba(29,107,63,.35); box-shadow: var(--shadow-card); color: inherit; }
.area-link-card span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 50%; background: var(--color-green-100); color: var(--color-green-800); font-weight: 950; }
.area-link-card h3 { margin-bottom: .75rem; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.area-link-card p { font-size: .98rem; }
.area-link-card--cta { background: var(--color-green-900); border-color: var(--color-green-900); }
.area-link-card--cta h3,
.area-link-card--cta p { color: white; }
.area-link-card--cta span { background: rgba(255,255,255,.12); color: #d7f7dc; }
.service-area-local-proof { background: linear-gradient(180deg, #eef6f0 0%, var(--color-bg) 100%); border-top: 1px solid rgba(29,107,63,.14); }
.city-service-area-content { background: white; }
.about-page-content { background: white; }
.city-service-area-layout { grid-template-columns: minmax(0, 760px) minmax(320px, 360px); gap: clamp(2.25rem, 5vw, 4.5rem); align-items: start; }
.about-layout { grid-template-columns: minmax(0, 760px) minmax(320px, 360px); gap: clamp(2.25rem, 5vw, 4.5rem); align-items: start; }
.city-service-main { display: grid; gap: clamp(1.85rem, 3vw, 2.65rem); }
.about-main { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.9rem, 3.2vw, 2.85rem); }
.city-intro-copy { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
.city-intro-copy p { font-size: clamp(1.05rem, 1.2vw, 1.17rem); line-height: 1.5; color: #212121; }
.impact-phone-cta { position: relative; overflow: hidden; min-height: 205px; display: grid; align-items: center; justify-items: center; gap: .75rem; padding: clamp(1.6rem, 4vw, 2.7rem); border-radius: 22px; text-align: center; color: white; background: linear-gradient(135deg, var(--color-green-900), var(--color-green-700)); background-size: cover; background-position: center; box-shadow: var(--shadow-soft); }
.impact-phone-cta h2 { max-width: 680px; color: white; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.08; }
.impact-phone-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.18rem; border-radius: var(--radius-pill); background: white; color: var(--color-green-800); font-weight: 950; box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.impact-phone-cta a::before,
.city-service-actions .phone-link::before,
.sidebar-callout--dark a::before { content: ""; flex: 0 0 auto; width: 1em; height: 1em; margin-right: .45rem; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.61a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.47-1.16a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.61.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.61a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.47-1.16a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.61.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat; }
.city-core-service { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.05rem; padding-block: .25rem clamp(2rem, 3.2vw, 2.55rem); border-bottom: 4px solid var(--color-green-700); scroll-margin-top: 110px; }
.city-core-service h2 { max-width: 820px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; }
.city-core-service p { line-height: 1.5; color: #212121; }
.city-core-service .hub-service-image { margin-block: .25rem .2rem; min-height: 330px; aspect-ratio: 16 / 8.4; border-radius: 22px; }
.city-service-actions { margin-top: .2rem; gap: 1rem 1.35rem; }
.city-service-actions .phone-link { display: inline-flex; align-items: center; min-height: 46px; color: var(--color-green-700); font-weight: 950; }
.city-service-sidebar { align-self: start; gap: 1.35rem; }
.city-service-sidebar .quote-card { border: 3px solid var(--color-green-700); box-shadow: none; border-radius: 22px; padding: 1.25rem; }
.city-service-sidebar .script-heading { position: relative; display: block; text-align: center; margin: 0 0 .8rem; font-size: 1.45rem; color: var(--color-green-700); }
.city-service-sidebar .script-heading::after { content: ""; display: inline-block; width: 1em; height: 1em; margin-left: .35rem; background: currentColor; transform: translateY(.15rem); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E") center / contain no-repeat; }
.city-service-sidebar .quote-card h2 { font-size: 1.25rem; text-align: center; }
.city-service-sidebar .quote-card > p:not(.script-heading) { text-align: center; }
.city-service-sidebar .quote-form input,
.city-service-sidebar .quote-form textarea,
.city-service-sidebar .quote-form select { background: white; border-color: rgba(29,107,63,.26); }
.city-service-sidebar .sidebar-callout--dark { border-radius: 22px; box-shadow: 0 18px 40px rgba(16,61,36,.2); }
.sidebar-map-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.city-map-static { position: relative; overflow: hidden; aspect-ratio: 1 / .88; min-height: 290px; background:
  radial-gradient(circle at 27% 52%, rgba(29,107,63,.16) 0 7px, transparent 8px),
  linear-gradient(118deg, transparent 0 46%, rgba(255,255,255,.82) 46.4% 48.4%, transparent 49%),
  linear-gradient(32deg, transparent 0 58%, rgba(255,255,255,.9) 58.4% 60.2%, transparent 61%),
  linear-gradient(90deg, #b7d9e8 0 38%, #e9efe4 38% 100%);
  box-shadow: 0 12px 26px rgba(24,45,34,.08); border: 1px solid rgba(29,107,63,.16); }
.city-map-static::before { content: ""; position: absolute; inset: 0; background:
  repeating-linear-gradient(0deg, transparent 0 36px, rgba(29,107,63,.08) 37px 38px),
  repeating-linear-gradient(90deg, transparent 0 42px, rgba(29,107,63,.06) 43px 44px); opacity: .8; }
.city-map-static::after { content: "Service area"; position: absolute; right: .55rem; bottom: .45rem; color: rgba(47,61,52,.55); font-size: .68rem; font-weight: 800; }
.map-water, .map-label, .map-marker, .map-road { position: absolute; z-index: 1; }
.map-water { left: .75rem; top: 46%; max-width: 90px; color: #246783; font-weight: 900; font-size: .78rem; line-height: 1.05; }
.map-label { padding: .22rem .42rem; border-radius: 999px; background: rgba(255,255,255,.76); color: #212121; font-size: .72rem; font-weight: 900; box-shadow: 0 4px 12px rgba(24,45,34,.08); }
.map-label--city { left: 48%; top: 45%; color: var(--color-green-800); }
.map-label--north { left: 59%; top: 20%; }
.map-label--south { left: 45%; bottom: 18%; }
.map-road { height: 5px; border-radius: 999px; background: #f7cf77; box-shadow: 0 0 0 1px rgba(125,99,42,.12); transform-origin: left center; }
.map-road--one { left: 38%; top: 56%; width: 52%; transform: rotate(-19deg); }
.map-road--two { left: 44%; top: 25%; width: 42%; transform: rotate(58deg); }
.map-marker { left: 52%; top: 38%; width: 1.05rem; height: 1.05rem; border-radius: 999px; background: #d84f35; box-shadow: 0 0 0 .28rem rgba(216,79,53,.18), 0 2px 8px rgba(0,0,0,.2); }
.sidebar-service-list-card { padding: 1.35rem; border: 3px solid var(--color-green-700); border-radius: 22px; background: white; box-shadow: var(--shadow-card); }
.sidebar-service-list-card h2 { margin-bottom: 1rem; font-size: 1.4rem; letter-spacing: -.03em; }
.sidebar-service-list-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.sidebar-service-list-card a { position: relative; display: inline-flex; color: var(--color-ink); font-weight: 850; }
.sidebar-service-list-card a::before { content: ""; flex: 0 0 auto; width: .75em; height: .75em; margin-right: .45rem; background: var(--color-green-700); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat; }

.about-story-section { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.1rem; padding-bottom: clamp(2rem, 3.2vw, 2.75rem); border-bottom: 2px solid var(--color-line); }
.about-story-section:last-child { border-bottom: 0; padding-bottom: 0; }
.about-story-section h2 { max-width: 820px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; }
.about-story-section .section-heading { margin-bottom: .1rem; }
.about-story-section .with-rule { padding-bottom: 1.05rem; }
.about-story-section .section-kicker { line-height: 1.18; }
.about-story-section p { line-height: 1.5; color: #212121; }
.about-story-section p + p { margin-top: .15rem; }
.about-content-image { width: 100%; max-width: 100%; min-width: 0; justify-self: stretch; box-sizing: border-box; min-height: 330px; aspect-ratio: 16 / 8.4; border-radius: 22px; background-size: cover; background-position: center; box-shadow: var(--shadow-soft); margin-top: .25rem; }
.about-check-list { margin-block: .35rem .2rem; }
.about-sidebar .quote-card { border: 3px solid var(--color-green-700); box-shadow: none; border-radius: 22px; padding: 1.25rem; }
.about-sidebar .script-heading { position: relative; display: block; text-align: center; margin: 0 0 .8rem; font-size: 1.45rem; color: var(--color-green-700); }
.about-sidebar .script-heading::after { content: ""; display: inline-block; width: 1em; height: 1em; margin-left: .35rem; background: currentColor; transform: translateY(.15rem); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E") center / contain no-repeat; }
.about-sidebar .quote-card h2 { font-size: 1.25rem; text-align: center; }
.about-sidebar .quote-card > p:not(.script-heading) { text-align: center; }
.about-sidebar .quote-form input,
.about-sidebar .quote-form textarea,
.about-sidebar .quote-form select { background: white; border-color: rgba(29,107,63,.26); }
.about-areas-card { border-radius: 22px; }
.about-areas-card ul { grid-template-columns: minmax(0, 1fr); gap: .62rem; }
.about-areas-card .city-list-more a { color: #d7f7dc; }
.link-arrow { display: inline-block; width: .82em; height: .82em; margin-left: .28rem; background: currentColor; transform: translateY(.08em); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat; }

.gallery-page-section,
.careers-page-section { background: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.9rem, 2vw, 1.25rem); }
.gallery-item { position: relative; overflow: hidden; min-width: 0; min-height: 260px; aspect-ratio: 1 / .82; border: 0; border-radius: 22px; background-color: var(--color-green-800); background-size: cover; background-position: center; box-shadow: var(--shadow-card); cursor: pointer; }
.gallery-item::before { content: ""; position: absolute; inset: 0; background: rgba(16,61,36,0); transition: background .2s ease; }
.gallery-item:hover::before,
.gallery-item:focus-visible::before { background: rgba(16,61,36,.18); }
.gallery-item:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; }
.has-gallery-lightbox { overflow: hidden; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: clamp(1rem, 3vw, 2rem); }
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgba(6,24,15,.86); }
.gallery-lightbox__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0, 960px) auto; grid-template-areas: "close close close" "prev image next" "meta meta meta"; gap: .85rem; align-items: center; width: min(100%, 1120px); max-height: calc(100vh - 2rem); }
.gallery-lightbox__image { grid-area: image; width: 100%; max-width: 100%; min-width: 0; height: min(68vh, 620px); border-radius: 24px; background-color: var(--color-green-900); background-size: cover; background-position: center; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.gallery-lightbox__close,
.gallery-lightbox__nav { border: 0; border-radius: var(--radius-pill); background: rgba(255,255,255,.94); color: var(--color-green-900); font-weight: 900; box-shadow: 0 14px 32px rgba(0,0,0,.18); cursor: pointer; }
.gallery-lightbox__close { grid-area: close; justify-self: end; padding: .72rem 1rem; }
.gallery-lightbox__nav { padding: .78rem 1rem; }
.gallery-lightbox__nav--prev { grid-area: prev; }
.gallery-lightbox__nav--next { grid-area: next; }
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
.gallery-lightbox__meta { grid-area: meta; display: flex; justify-content: flex-end; gap: 1rem; align-items: center; color: white; font-weight: 800; }
.gallery-lightbox__meta span { color: rgba(255,255,255,.72); white-space: nowrap; }
.careers-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 380px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.careers-main { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.15rem; min-width: 0; }
.careers-main p { line-height: 1.5; color: #212121; }
.careers-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .95rem; margin-top: .8rem; }
.careers-info-card { min-width: 0; padding: 1.15rem; border-radius: 20px; border: 1px solid var(--color-line); background: var(--color-bg); box-shadow: 0 12px 28px rgba(24,45,34,.06); }
.careers-info-card h3 { margin-bottom: .5rem; font-size: 1.2rem; }
.careers-info-card p { line-height: 1.5; }
.careers-sidebar { display: grid; gap: 1rem; min-width: 0; }
.career-form-card { padding: 1.35rem; border: 3px solid var(--color-green-700); border-radius: 22px; background: white; box-shadow: var(--shadow-card); }
.career-form-card h2 { font-size: 1.35rem; letter-spacing: -.03em; }
.career-form-card p:not(.script-heading) { margin-top: .55rem; }
.form-placeholder-box { display: grid; place-items: center; min-height: 260px; margin-top: 1rem; border: 2px dashed rgba(29,107,63,.35); border-radius: 18px; background: linear-gradient(180deg, #f6faf7, #eef6f0); color: var(--color-green-800); text-align: center; font-weight: 900; }

.contact-page-section { background: white; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 380px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-main,
.contact-sidebar { min-width: 0; }
.contact-form-card { padding: clamp(1.35rem, 3vw, 2rem); border: 3px solid var(--color-green-700); border-radius: 24px; background: white; box-shadow: var(--shadow-card); }
.contact-form-card .section-heading { margin-bottom: 1.15rem; }
.contact-form-card > p:not(.script-heading) { margin-bottom: 1rem; line-height: 1.5; color: #212121; }
.contact-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.contact-form label:nth-last-of-type(-n+2),
.contact-form .btn { grid-column: 1 / -1; }
.contact-sidebar { display: grid; gap: 1rem; }
.contact-phone-card { border-radius: 24px; }
.contact-phone-card p { margin-top: .8rem; color: #ffffff; line-height: 1.5; }
.contact-info-card { padding: 1.25rem; border: 1px solid rgba(29,107,63,.16); border-radius: 22px; background: var(--color-bg); box-shadow: 0 12px 28px rgba(24,45,34,.06); }
.contact-info-card h2 { font-size: 1.35rem; margin-bottom: 1rem; }
.contact-detail-list { display: grid; gap: .95rem; margin: 0; }
.contact-detail-list div { padding-top: .95rem; border-top: 1px solid rgba(29,107,63,.16); }
.contact-detail-list div:first-child { padding-top: 0; border-top: 0; }
.contact-detail-list dt { color: var(--color-green-800); font-weight: 950; }
.contact-detail-list dd { margin: .25rem 0 0; color: #212121; line-height: 1.5; }
.contact-areas-card { border-radius: 22px; }
.contact-next-section { background: linear-gradient(180deg, #eef6f0 0%, var(--color-bg) 100%); border-top: 1px solid rgba(29,107,63,.14); }
.contact-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-step-card { min-width: 0; padding: clamp(1.25rem, 3vw, 1.7rem); border: 1px solid var(--color-line); border-radius: 22px; background: white; box-shadow: 0 14px 34px rgba(24,45,34,.08); }
.contact-step-card span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 50%; background: var(--color-green-100); color: var(--color-green-800); font-weight: 950; }
.contact-step-card h3 { margin-bottom: .65rem; font-size: 1.32rem; }
.contact-step-card p { line-height: 1.5; }

.blog-index-section,
.blog-post-section { background: white; }
.blog-feature-image { background-size: cover; background-position: center; background-color: var(--color-green-800); }
.featured-article-card { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; margin-bottom: 1.25rem; border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-card); }
.featured-article-image { min-height: 390px; }
.featured-article-body { display: grid; align-content: center; padding: clamp(1.45rem, 4vw, 2.6rem); }
.featured-article-body h3 { max-width: 720px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.02; }
.featured-article-body p { margin-top: 1rem; line-height: 1.5; }
.article-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-block: 1.2rem 1.35rem; }
.article-meta span { display: inline-flex; align-items: center; min-height: 34px; padding: .36rem .7rem; border-radius: var(--radius-pill); background: var(--color-green-100); color: var(--color-green-800); font-weight: 900; font-size: .84rem; }
.blog-card-grid { margin-top: 1.25rem; }
.blog-card { min-height: 250px; height: 100%; }
.blog-card.is-hidden { display: none; }
.article-label { color: var(--color-green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.blog-card h3 { margin-top: .55rem; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.blog-card h3 a { color: var(--color-ink); }
.article-link-row { display: flex; flex-wrap: wrap; gap: .55rem 1rem; align-items: center; margin-top: auto; padding-top: 1rem; }
.article-link-row .text-link { margin-top: 0; }
.support-link { color: var(--color-muted); font-size: .92rem; font-weight: 850; }
.blog-post-page { background: white; }
.breadcrumb-nav { padding-block: .9rem; border-bottom: 1px solid rgba(220,230,223,.8); background: rgba(255,255,255,.96); }
.breadcrumb-nav ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; list-style: none; padding: 0; margin: 0; color: var(--color-muted); font-size: .9rem; font-weight: 850; }
.breadcrumb-nav li { display: inline-flex; align-items: center; gap: .55rem; }
.breadcrumb-nav li + li::before { content: "/"; color: rgba(91,107,96,.58); }
.breadcrumb-nav a { color: var(--color-green-700); }
.blog-hero-backdrop { position: absolute; inset: -6px; filter: blur(3px); transform: scale(1.01); opacity: .88; z-index: 0; }
.hero--blog-post::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,54,32,.94), rgba(13,54,32,.78) 48%, rgba(16,35,54,.54)); z-index: 1; }
.hero--blog-post .hero-grid { position: relative; z-index: 2; }
.hero--blog-post .hero-grid { padding-block: clamp(2.8rem, 5vw, 4.8rem); }
.article-meta--hero { margin-top: 1.5rem; }
.article-meta--hero span { background: rgba(255,255,255,.13); color: white; border: 1px solid rgba(255,255,255,.22); }
.blog-post-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(320px, 360px); gap: clamp(2.25rem, 5vw, 4.5rem); align-items: start; }
.blog-post-main { min-width: 0; }
.blog-feature-figure { margin: clamp(1.25rem, 3vw, 2rem) 0 clamp(1.45rem, 3.5vw, 2.25rem); }
.blog-feature-figure .blog-feature-image { width: 100%; min-height: 430px; aspect-ratio: 16 / 8.5; border-radius: 24px; box-shadow: var(--shadow-soft); }
.blog-feature-figure figcaption { margin-top: .75rem; color: var(--color-muted); font-size: .92rem; font-weight: 750; }
.article-lede { font-size: clamp(1.14rem, 1.5vw, 1.3rem); line-height: 1.5; color: #212121; }
.blog-post-main h2 { margin-top: clamp(2rem, 4vw, 2.75rem); margin-bottom: .7rem; font-size: clamp(1.85rem, 3vw, 2.7rem); line-height: 1.08; }
.blog-post-main h2:first-child { margin-top: 0; }
.blog-post-main p { line-height: 1.5; color: #212121; }
.blog-post-main p + p { margin-top: .85rem; }
.blog-post-main a { color: var(--color-green-700); font-weight: 900; }
.blog-post-sidebar { display: grid; gap: 1rem; min-width: 0; }
.blog-article-cta { border-radius: 24px; }
.blog-article-cta p { margin-top: .8rem; color: #ffffff; line-height: 1.5; }
.related-reading-section { background: var(--color-bg); padding-top: clamp(3rem, 6vw, 5rem); }
.related-reading-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; padding: clamp(1.25rem, 3vw, 1.8rem); border: 1px solid var(--color-line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-card); }
.related-reading-card h3 { margin-top: .35rem; font-size: clamp(1.45rem, 2vw, 2rem); }
.related-reading-card p:not(.article-label) { margin-top: .6rem; color: var(--color-muted); line-height: 1.5; }

.areas-section { position: relative; }
.areas-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.areas-copy p + p { margin-top: 1rem; }
.areas-copy .btn { margin-top: 1.5rem; }
.areas-copy a:not(.btn) { color: var(--color-green-700); font-weight: 900; }
.areas-card { --areas-card-pad: clamp(1.6rem, 4vw, 3.2rem); overflow: hidden; background: var(--color-green-900); color: white; border-radius: var(--radius-lg); padding: var(--areas-card-pad); box-shadow: var(--shadow-soft); }
.areas-card h3 { color: white; margin-bottom: 1.5rem; }
.areas-card--map { padding: 0; background: var(--color-green-900); }
.areas-card--map .gbp-map-embed { margin: 0; aspect-ratio: 16 / 9; border: 0; }
.areas-card--map h3 { margin: 0; padding: 1.6rem var(--areas-card-pad) 0; }
.areas-card--map .city-list { margin: 0 var(--areas-card-pad) var(--areas-card-pad); }
.coverage-directory-panel { margin-top: clamp(1.5rem, 4vw, 2.4rem); padding: clamp(1.35rem, 3vw, 2rem); border-radius: var(--radius-lg); background: var(--color-green-900); color: white; box-shadow: var(--shadow-soft); }
.coverage-panel-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .8fr); gap: 1.5rem; align-items: end; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.coverage-panel-heading h3 { color: white; font-size: clamp(1.75rem, 3vw, 2.65rem); }
.coverage-panel-heading p { color: #ffffff; }
.coverage-pill-grid { list-style: none; padding: 0; margin: 1.35rem 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; }
.coverage-pill-grid a,
.coverage-pill-grid span { display: flex; align-items: center; min-height: 46px; padding: .72rem .85rem; border-radius: 999px; border: 1px solid rgba(174,230,183,.26); background: rgba(255,255,255,.08); color: white; font-weight: 850; line-height: 1.15; }
.coverage-pill-grid a:hover { background: rgba(174,230,183,.18); color: white; }
.gbp-map-embed { overflow: hidden; aspect-ratio: 16 / 8.4; margin: calc(var(--areas-card-pad) * -1) calc(var(--areas-card-pad) * -1) 1.75rem; border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.gbp-map-embed iframe,
.gbp-map-embed a,
.gbp-map-embed img { display: block; width: 100%; height: 100%; border: 0; }
.gbp-map-embed img { object-fit: cover; }
.city-list { list-style: none; padding: 1.4rem 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem 1rem; }
.city-list a { color: white; font-weight: 850; }
.city-list-more a { color: #d7f7dc; }
.city-list-more span { display: inline-block; width: .82em; height: .82em; margin-left: .28rem; background: currentColor; transform: translateY(.08em); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat; }
.city-list li::before { content: ""; flex: 0 0 auto; width: .38rem; height: .38rem; border-radius: 999px; background: #aee6b7; margin: .52em .5rem 0 0; }
.city-list li { display: flex; align-items: flex-start; }

.split-section { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split-section--reverse { grid-template-columns: .9fr 1fr; }
.split-section--reverse .split-copy { order: 2; }
.split-copy p + p { margin-top: 1rem; }
.split-copy .btn { margin-top: 1.6rem; }
.framed-image { min-height: 520px; position: relative; }
.framed-image::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border-radius: var(--radius-lg); border: 8px solid var(--color-green-700); z-index: -1; }
.testimonials-section { background: var(--color-bg); }
.review-widget-wrap { margin-top: 2rem; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.article-card { overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-card); border: 1px solid rgba(220,230,223,.8); }
.article-image { min-height: 230px; border-radius: 0; box-shadow: none; }
.article-body { display: flex; flex-direction: column; height: 100%; padding: 1.35rem; }
.article-body p { margin-top: .8rem; }
.blog-load-more-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.5rem; padding: 1.15rem 1.25rem; border: 1px solid rgba(220,230,223,.9); border-radius: 20px; background: white; box-shadow: var(--shadow-card); }
.blog-load-more-row span { color: var(--color-muted); font-weight: 850; }
.blog-load-more-row button { border: 0; cursor: pointer; }

.legal-page-section,
.media-room-section { background: white; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 940px); justify-content: center; }
.legal-content { min-width: 0; padding: clamp(1.35rem, 4vw, 2.6rem); border: 1px solid rgba(29,107,63,.14); border-radius: 24px; background: white; box-shadow: var(--shadow-card); }
.legal-content h2 { margin-top: clamp(1.75rem, 3vw, 2.35rem); margin-bottom: .65rem; font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.12; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { color: #212121; line-height: 1.5; }
.legal-content p + p { margin-top: .8rem; }
.legal-content a { color: var(--color-green-700); font-weight: 900; }
.legal-updated { margin-top: clamp(1.75rem, 3vw, 2.25rem); padding-top: 1rem; border-top: 1px solid rgba(29,107,63,.16); color: var(--color-muted) !important; font-weight: 750; }
.media-room-embed { min-width: 0; padding: clamp(1.35rem, 4vw, 2.5rem); border: 1px solid rgba(29,107,63,.14); border-radius: 24px; background: white; box-shadow: var(--shadow-card); }
.media-room-embed h2 { margin-bottom: .75rem; }
.media-room-embed > p:not(.eyebrow) { max-width: 720px; line-height: 1.5; }
.embed-code-slot { display: grid; place-items: center; min-height: clamp(420px, 55vw, 760px); margin-top: 1.35rem; padding: clamp(1.25rem, 3vw, 2rem); border: 2px dashed rgba(29,107,63,.35); border-radius: 22px; background: linear-gradient(180deg, #f7fbf7, #eef6f0); text-align: center; }
.embed-code-slot p { color: var(--color-green-800); font-weight: 950; }

.final-cta { padding-block: clamp(5rem, 9vw, 8rem); background-size: cover; background-position: center; }
.cta-panel { width: min(680px, 100%); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); background: rgba(16,61,36,.95); color: white; box-shadow: var(--shadow-soft); }
.cta-panel h2, .cta-panel p { color: white; }
.cta-panel p { margin-top: 1rem; color: #ffffff; }
.cta-panel .btn { margin-top: 1.6rem; }

.site-footer { position: relative; padding-block: 3rem 1.4rem; color: white; background: #111815; overflow: hidden; }
/* footer grass-line motif removed (2026-06-05 feedback) */
.site-footer a:hover { color: #aee6b7; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand--footer .brand-text strong, .brand--footer .brand-text small { color: white; }
.social-list { list-style: none; padding: 0; margin: 0; display: flex; gap: .6rem; }
.social-list a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: rgba(255,255,255,.85); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 2rem; padding-block: 2.2rem; }
.site-footer h2 { font-size: 1.05rem; color: white; letter-spacing: -.02em; margin-bottom: .8rem; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; color: rgba(255,255,255,.72); }
.footer-list a { color: rgba(255,255,255,.82); }
.footer-cta { border-radius: 24px; padding: 1.25rem; background: rgba(255,255,255,.08); }
.footer-cta p { color: rgba(255,255,255,.72); margin: .6rem 0 1rem; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.footer-bottom p { color: rgba(255,255,255,.62); }
.footer-bottom nav { display: flex; gap: 1rem; }
.footer-bottom a { color: rgba(255,255,255,.92); text-decoration: underline; text-underline-offset: .16em; }

.reveal { animation: fadeUp .6s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto; min-height: 76px; }
  .nav-toggle { display: block; justify-self: end; }
  .header-phone { display: none; }
  .primary-nav { display: none; grid-column: 1 / -1; justify-self: stretch; padding-bottom: 1rem; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; display: grid; }
  .primary-nav a, .primary-nav button { min-height: 42px; }
  .has-dropdown { display: grid; grid-template-columns: 1fr auto; }
  .dropdown { position: static; grid-column: 1 / -1; min-width: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-radius: 14px; background: var(--color-bg); display: none !important; }
  .has-dropdown.is-open .dropdown { display: grid !important; }
  .hero { min-height: auto; }
  .split-heading, .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .service-row, .service-row--reverse, .areas-grid, .split-section, .split-section--reverse, .footer-grid, .services-layout, .city-service-area-layout, .about-layout, .careers-layout, .contact-layout, .featured-article-card, .blog-post-layout { grid-template-columns: minmax(0, 1fr); }
  .service-image { height: calc((100vw - 2rem) / 2); }
  .city-service-area-layout > *, .about-layout > *, .careers-layout > *, .contact-layout > *, .blog-post-layout > *, .city-service-main, .city-service-sidebar, .about-main, .about-sidebar, .careers-main, .careers-sidebar, .contact-main, .contact-sidebar, .blog-post-main, .blog-post-sidebar, .city-service-main > *, .city-service-sidebar > *, .about-main > *, .about-sidebar > *, .careers-main > *, .careers-sidebar > *, .contact-main > *, .contact-sidebar > *, .blog-post-main > *, .blog-post-sidebar > * { min-width: 0; max-width: 100%; }
  .city-service-sidebar > *, .about-sidebar > * { width: 100%; }
  .city-core-service h2, .city-core-service p, .city-intro-copy p, .impact-phone-cta h2, .about-story-section h2, .about-story-section p { max-width: 100%; overflow-wrap: anywhere; }
  .coverage-panel-heading { grid-template-columns: 1fr; align-items: start; }
  .coverage-pill-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .area-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-card-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid, .careers-card-grid, .contact-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-lightbox__dialog { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "close close" "image image" "meta meta" "prev next"; }
  .gallery-lightbox__nav--prev { justify-self: stretch; }
  .gallery-lightbox__nav--next { justify-self: stretch; }
  .city-service-grid { grid-template-columns: 1fr; }
  .service-jump-grid { grid-template-columns: 1fr; }
  .service-row--reverse .service-image, .split-section--reverse .split-copy { order: initial; }
  .article-grid { grid-template-columns: 1fr; }

  .framed-image { min-height: 360px; }
  .framed-image::before { inset: 14px -12px -12px 14px; border-width: 5px; }
}

@media (max-width: 560px) {
  .container { width: 100%; max-width: 100%; margin-inline: auto; padding-inline: 1rem; }
  .site-header, main, section, footer { max-width: 100%; overflow-x: hidden; }
  .header-inner { gap: .65rem; }
  .brand { min-width: 0; gap: .6rem; }
  .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
  .brand-text { min-width: 0; }
  .brand-text strong { font-size: .95rem; }
  .brand-text small { font-size: .66rem; letter-spacing: .06em; }
  .nav-toggle { width: 42px; height: 42px; padding: 10px; }
  .hero-grid { padding-block: 4rem; }
  .hero-content, .hero-title, .hero-title-main, .hero-copy, .eyebrow { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .hero--service-areas .hero-content--centered { margin-inline: 0 auto; text-align: left; }
  .hero--service-areas .hero-content--centered .eyebrow { justify-content: flex-start; }
  .hero--service-areas .hero-content--centered .hero-copy { margin-inline: 0; }
  .hero--service-areas .button-row--centered { justify-content: flex-start; }
  .coverage-pill-grid { grid-template-columns: 1fr; }
  .button-row { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .hero-trust { display: grid; }
  .area-card-grid { grid-template-columns: 1fr; }
  .gallery-grid, .careers-card-grid, .contact-step-grid, .contact-form, .blog-card-grid { grid-template-columns: 1fr; }
  .blog-feature-figure .blog-feature-image { min-height: 0; aspect-ratio: 16 / 9; border-radius: 18px; }
  .related-reading-card { grid-template-columns: minmax(0, 1fr); }
  .area-link-card { min-height: 0; }
  .gallery-item { width: 100%; min-height: 0; aspect-ratio: 16 / 10.5; }
  .gallery-lightbox { padding: .8rem; }
  .gallery-lightbox__image { aspect-ratio: 4 / 3; border-radius: 18px; }
  .gallery-lightbox__meta { align-items: flex-start; flex-direction: column; gap: .35rem; font-size: .92rem; }
  .gallery-lightbox__close,
  .gallery-lightbox__nav { padding: .72rem .9rem; }
  .service-image { min-height: 240px; }
  .hub-service-image { min-height: 220px; aspect-ratio: 16 / 9; }
  .city-core-service .hub-service-image { width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
  .about-content-image { width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
  .city-map-static { width: 100%; min-height: 0; aspect-ratio: 1 / .88; }
  .service-card, .areas-card, .cta-panel { padding: 1.35rem; }
}

/* --- Branding & footer standards (2026-06-05; see docs/conventions/branding-and-footer.md) --- */
.brand-logo { height: 80px; width: auto; display: block; }
.header-inner { padding-block: 0.5rem; align-items: center; }
.brand-logo--footer { height: 52px; width: auto; filter: brightness(0) invert(1); }
.social-list a svg { width: 15px; height: 15px; display: block; }
/* Client photos can carry an EXIF orientation tag browsers apply to backgrounds; ignore it. */
.hero, .service-image, .framed-image, .article-image, .hub-service-image, .about-content-image, .city-map-static { image-orientation: none; }

/* Service blocks render as white cards with the image on top (2026-06-06 feedback).
   Applies to: Services hub, Core Service pages (sub-services), and Service-Area pages. */
.services-hub .hub-service,
.hub-service.sub-service,
.city-core-service {
  background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: clamp(1rem, 2.6vw, 1.6rem); margin-top: 1.6rem;
}
.services-hub .hub-service-image,
.sub-service .hub-service-image,
.city-core-service .hub-service-image { border-radius: var(--radius-md); }
.services-hub .hub-service-body,
.sub-service .hub-service-body { padding-inline: clamp(.25rem, 1.2vw, .75rem); }

/* Contact page: tighter, faster-to-form layout (2026-06-06 feedback) */
.contact-layout { align-items: start; }
.contact-form-card h2 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); line-height: 1.1; }
.contact-form-card .section-kicker { font-size: 1.02rem; line-height: 1.4; margin-top: .5rem; }
.contact-form-card iframe { min-height: 0 !important; }

/* === Mobile menu redesign (2026-06-07) — Perspective.co-style full-screen overlay.
   Scoped entirely to <=980px; the desktop header/menu is intentionally untouched. */
.nav-cta { display: none; }
.nav-call-icon { display: none; }
/* Mobile-only header pieces — hidden on desktop. `display: contents` makes the
   actions wrapper transparent to the desktop grid so it stays auto / 1fr / auto. */
.header-call-btn { display: none; }
.header-actions { display: contents; }

@media (max-width: 980px) {
  :root { --header-h: 64px; }

  /* Sleeker, shorter mobile header (2026-06-07 feedback). The 80px logo drove the
     height on desktop; on mobile we shrink it and tighten the bar. */
  .header-inner { min-height: 56px; padding-block: .35rem; }
  .brand-logo { height: 46px; }

  /* Three-zone bar: call button far left | centered logo | hamburger far right.
     Equal `auto` side columns keep the logo truly centered. `.header-actions` stays
     `display: contents` so its two children place individually on the grid. */
  .header-inner { grid-template-columns: auto 1fr auto; grid-auto-rows: auto; }
  /* All three pinned to row 1 — the logo precedes the buttons in the DOM, and grid's
     forward-only auto-flow would otherwise bump the lower-column buttons to a 2nd row. */
  .header-call-btn { grid-row: 1; grid-column: 1; justify-self: start; }
  .brand { grid-row: 1; grid-column: 2; justify-self: center; min-width: 0; }
  .brand-logo { max-width: 60vw; width: auto; }
  .nav-toggle { grid-row: 1; grid-column: 3; justify-self: end; }

  /* Header stays on top of the overlay; hamburger morphs into an X.
     Drop the backdrop blur on mobile: backdrop-filter makes .site-header the
     containing block for the fixed overlay, which would trap it inside the header. */
  .site-header { z-index: 120; backdrop-filter: none; -webkit-backdrop-filter: none; }

  /* Shared icon-button styling for the call button + hamburger (matching boxes with depth). */
  .nav-toggle, .header-call-btn {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; padding: 0; border-radius: 13px;
    background: var(--color-green-800); color: #fff;
    box-shadow: 0 6px 18px rgba(16, 61, 36, .30);
    transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
  }
  .nav-toggle:active, .header-call-btn:active { transform: scale(.95); }

  /* Call button — the phone icon */
  .header-call-icon { display: block; width: 21px; height: 21px; }

  /* Hamburger bars (flex-centered) */
  .nav-toggle { flex-direction: column; gap: 5px; }
  .nav-toggle span:not(.sr-only) {
    width: 21px; height: 2px; margin: 0; background: #fff; border-radius: 10px;
    transition: transform .28s ease, opacity .18s ease;
  }
  .nav-toggle.is-active span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-active span:nth-child(3) { opacity: 0; }
  .nav-toggle.is-active span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

  /* Lock page scroll + solidify the header while open */
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { background: #fff; }

  /* Full-screen sliding overlay panel (sits beneath the sticky header bar) */
  .primary-nav {
    position: fixed; inset: 0; z-index: 105;
    display: block;
    padding: calc(var(--header-h) + 1.4rem) clamp(1.1rem, 5vw, 1.75rem) calc(1.9rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .34s cubic-bezier(.22,.61,.36,1), opacity .26s ease, visibility .34s;
  }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }

  /* Link list */
  .primary-nav ul { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .primary-nav > ul > li { border-bottom: 1px solid var(--color-line); }
  .primary-nav > ul > li:last-of-type { border-bottom: 0; }
  .has-dropdown { grid-template-columns: 1fr auto; align-items: center; }
  .primary-nav > ul > li > a,
  .has-dropdown > a {
    font-size: 1.32rem; font-weight: 800; letter-spacing: -.01em;
    padding: 1.02rem .15rem; color: var(--color-ink); min-height: 0;
  }
  .has-dropdown > button { width: 52px; height: 58px; color: var(--color-green-700); justify-content: flex-end; }
  .nav-chevron { width: .95rem; height: .95rem; transition: transform .26s ease; }
  .has-dropdown.is-open .nav-chevron { transform: rotate(180deg); }

  /* Accordion sub-menus */
  .dropdown {
    background: var(--color-bg); border: 0; border-radius: 14px;
    padding: .35rem !important; margin: 0 0 .9rem; gap: .1rem !important;
  }
  .dropdown a {
    font-size: 1.04rem; font-weight: 700; color: var(--color-muted);
    min-height: 48px; padding: .72rem .95rem; border-radius: 10px;
  }
  .dropdown a:hover, .dropdown a:active { background: var(--color-green-100); color: var(--color-green-800); }

  /* CTA footer inside the menu.
     Selectors are scoped under .primary-nav (specificity 0,2-3,0) so they beat the
     generic `.primary-nav a` rule (0,1,1) that otherwise flattens the buttons. */
  .primary-nav .nav-cta { display: grid; gap: .8rem; margin-top: 1.6rem; }
  .primary-nav .nav-cta .btn { width: 100%; min-height: 56px; justify-content: center; font-size: 1.06rem; padding: 1.05rem 1.25rem; }
  .primary-nav .nav-cta .btn-primary { background: var(--color-green-700); color: #fff; border: 2px solid transparent; box-shadow: 0 14px 32px rgba(16,61,36,.16); }
  .primary-nav .nav-call {
    display: flex; align-items: center; justify-content: center; gap: .55rem;
    min-height: 56px; padding: .6rem 1rem; border-radius: 999px;
    border: 2px solid var(--color-green-700); color: var(--color-green-800);
    font-weight: 800; font-size: 1.05rem; background: transparent;
  }
  .primary-nav .nav-call strong { font-weight: 900; }
  .nav-call-icon {
    display: block; width: 1.1rem; height: 1.1rem; background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  /* Staggered entrance */
  .primary-nav.is-open > ul > li,
  .primary-nav.is-open .nav-cta { animation: navItemIn .42s ease both; }
  .primary-nav.is-open > ul > li:nth-child(1) { animation-delay: .05s; }
  .primary-nav.is-open > ul > li:nth-child(2) { animation-delay: .09s; }
  .primary-nav.is-open > ul > li:nth-child(3) { animation-delay: .13s; }
  .primary-nav.is-open > ul > li:nth-child(4) { animation-delay: .17s; }
  .primary-nav.is-open > ul > li:nth-child(5) { animation-delay: .21s; }
  .primary-nav.is-open .nav-cta { animation-delay: .25s; }
}

@keyframes navItemIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .primary-nav { transition: none !important; }
  .primary-nav.is-open > ul > li,
  .primary-nav.is-open .nav-cta { animation: none !important; }
  .nav-toggle span:not(.sr-only), .nav-chevron { transition: none !important; }
}

/* === Desktop nav refinement (2026-06-07) — higher-class menu + dropdowns.
   Scoped to >=981px; the mobile overlay menu (<=980px) is untouched. */
@media (min-width: 981px) {
  /* Top-level links: lighter weight, refined spacing, animated underline */
  .primary-nav > ul { gap: .2rem; }
  .primary-nav > ul > li > a {
    position: relative;
    font-weight: 600; font-size: .97rem; letter-spacing: .005em;
    color: var(--color-ink); padding: .55rem .9rem; border-radius: 10px;
    transition: color .2s ease;
  }
  .primary-nav .has-dropdown > a { padding-right: .35rem; }
  .primary-nav > ul > li > a::after {
    content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .34rem; height: 2px;
    background: var(--color-green-700); border-radius: 2px;
    transform: scaleX(0); transform-origin: left center;
    transition: transform .26s cubic-bezier(.4, 0, .2, 1);
  }
  .primary-nav > ul > li:hover > a,
  .primary-nav > ul > li > a:focus-visible { color: var(--color-green-800); }
  .primary-nav > ul > li:hover > a::after,
  .primary-nav > ul > li > a[aria-current="page"]::after { transform: scaleX(1); }

  /* Chevron: smaller, rotates on hover */
  .primary-nav .has-dropdown > button { width: 24px; color: var(--color-green-700); padding: 0; }
  .primary-nav .nav-chevron { width: .64rem; height: .64rem; transition: transform .26s ease; }
  .primary-nav .has-dropdown:hover .nav-chevron { transform: rotate(180deg); }

  /* Dropdown panel: layered shadow, hairline border, caret + hover bridge */
  .primary-nav .dropdown {
    left: 0; top: calc(100% + 14px); min-width: 266px; max-width: 340px;
    padding: 12px !important; gap: 2px !important;
    background: #fff; border: 1px solid rgba(214, 226, 218, .9); border-radius: 16px;
    box-shadow: 0 24px 60px -20px rgba(16, 40, 24, .38), 0 8px 20px -14px rgba(16, 40, 24, .20);
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s cubic-bezier(.4, 0, .2, 1), visibility .22s;
  }
  .primary-nav .has-dropdown:hover .dropdown,
  .primary-nav .has-dropdown:focus-within .dropdown { transform: translateY(0); }
  .primary-nav .dropdown::before {
    content: ""; position: absolute; top: -7px; left: 26px; width: 13px; height: 13px;
    background: #fff; border-left: 1px solid rgba(214, 226, 218, .9); border-top: 1px solid rgba(214, 226, 218, .9);
    border-top-left-radius: 3px; transform: rotate(45deg);
  }
  .primary-nav .dropdown::after {
    content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px;
  }

  /* Dropdown items: medium weight, soft hover tint, chevron slides in */
  .primary-nav .dropdown a {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    min-height: 42px; padding: .55rem .8rem; border-radius: 10px;
    white-space: normal; line-height: 1.25; /* long service names wrap instead of stretching */
    font-weight: 500; font-size: .95rem; color: var(--color-ink);
    transition: background .18s ease, color .18s ease;
  }
  .primary-nav .dropdown a::after {
    content: ""; flex: none; width: 15px; height: 15px; background: currentColor;
    opacity: 0; transform: translateX(-5px);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: opacity .18s ease, transform .18s ease;
  }
  .primary-nav .dropdown a:hover,
  .primary-nav .dropdown a:focus-visible { background: var(--color-green-100); color: var(--color-green-800); }
  .primary-nav .dropdown a:hover::after,
  .primary-nav .dropdown a:focus-visible::after { opacity: 1; transform: none; }
}

/* ── Fixed image-box shapes (2026-06) ──────────────────────────────────────────────
   Box images are background-only, so a fixed aspect-ratio is safe and makes each box the
   SAME shape at every screen width — so the Site Image Manager crop is exactly what the
   site renders. !important overrides the scattered legacy min-height / per-breakpoint aspect
   rules above. Heroes + CTA bands stay responsive content sections. */
.framed-image      { aspect-ratio: 5 / 4 !important; min-height: 0 !important; }
.service-image     { aspect-ratio: 2 / 1 !important; min-height: 0 !important; }
.article-image     { aspect-ratio: 2 / 1 !important; min-height: 0 !important; }
.hub-service-image { aspect-ratio: 2 / 1 !important; min-height: 0 !important; }


/* Center the capped two-column layouts (≈760px main + ~360px sidebar) within the wide 1440
   container so the empty space is balanced on both sides (2026-06-29 — fixes the left-shift
   the 1440 widening introduced; same pattern .legal-layout already uses). */
.city-service-area-layout, .about-layout, .blog-post-layout { justify-content: center; }
