
:root {
  --navy: #0b3045;
  --navy-deep: #123e50;
  --blue: #007fb5;
  --blue-dark: #006893;
  --sky: #eaf7fb;
  --sky-2: #eef4f6;
  --mint: #dbeae4;
  --text: #173647;
  --muted: #46616f;
  --line: #cbd9de;
  --white: #ffffff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
main { overflow: hidden; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; margin-bottom: 48px; text-align: center; }
.section-heading.centered p { max-width: 640px; margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .76rem; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25rem; }
.lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #77c6e4; outline-offset: 3px; }
.button-primary { color: #fff; background: var(--blue-dark); }
.button-primary:hover { background: #005775; }
.button-secondary { color: var(--navy); background: #fff; border-color: #94afba; }
.button-secondary:hover { border-color: var(--blue); color: var(--blue-dark); }
.button-soft { color: var(--navy); background: var(--mint); }
.arrow-link { display: inline-flex; gap: 14px; align-items: center; color: var(--blue-dark); font-weight: 800; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 5px 22px rgba(11,48,69,.045); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: min(315px, 31vw); }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 29px; color: var(--navy); font-size: .92rem; font-weight: 750; }
.desktop-nav > a:not(.button):hover { color: var(--blue); }
.nav-cta { color: #fff !important; }
.mobile-menu { display: none; }

.home-hero { padding: 58px 0 38px; background: var(--navy-deep); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; }
.hero-copy { padding: 30px 0; color: #fff; }
.hero-copy h1 { max-width: 680px; color: #fff; }
.hero-copy .eyebrow { color: #9bdcec; }
.hero-copy .lead { color: #dceaf0; }
.hero-kicker { margin: 22px 0 20px; color: #9bdcec; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.13; letter-spacing: -.035em; }
.hero-copy .button-secondary { color: #fff; background: transparent; border-color: #afcbd5; }
.hero-copy .button-secondary:hover { color: #fff; border-color: #fff; }
.hero-mosaic { min-height: 560px; display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.12) saturate(1.03); }
.hero-mosaic .mosaic-main { grid-row: 1 / 3; object-position: 64% center; }
.hero-mosaic img:nth-child(3), .hero-mosaic img:nth-child(4) { display: none; }
.trust-bar { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid span { padding: 22px 24px; border-left: 1px solid var(--line); color: var(--muted); font-size: .9rem; text-align: center; }
.trust-grid span:last-child { border-right: 1px solid var(--line); }
.trust-grid strong { color: var(--navy); }

.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-heading > :last-child { max-width: 520px; justify-self: end; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-width: 0; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.service-card-body { min-height: 270px; display: flex; flex-direction: column; padding: 30px; }
.service-card h3 { margin: 14px 0 13px; }
.service-card p { color: var(--muted); }
.service-card .arrow-link { margin-top: auto; }
.card-number { color: var(--blue-dark); font-size: .74rem; font-weight: 800; }

.image-story-section { background: var(--sky); }
.image-story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 78px; align-items: center; }
.story-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 580px; }
.story-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.story-mosaic .story-large { grid-row: 1 / 3; }
.story-copy h2 { margin-bottom: 25px; }
.story-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

.city-section { background: #fff; }
.city-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.city-copy h2 { margin-bottom: 28px; }
.city-copy > p { max-width: 530px; color: var(--muted); }
.district-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 22px; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .88rem; }
.district-preview li::before { content: "•"; margin-right: 8px; color: var(--blue); }
.city-visual { position: relative; min-height: 600px; display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.city-photo { grid-row: 1 / 3; width: 100%; height: 100%; object-fit: cover; }
.city-map { width: 100%; height: 100%; padding: 22px; object-fit: contain; background: var(--sky); }
.district-badge { width: 210px; aspect-ratio: 1; align-self: end; justify-self: start; transform: translateX(-42px); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #fff; box-shadow: 0 14px 50px rgba(11,48,69,.10); text-align: center; }
.district-badge strong { color: var(--blue); font-size: 4rem; line-height: .95; }
.district-badge span { color: var(--navy); font-weight: 800; }

.numbers-section { background: var(--sky-2); }
.numbers-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.numbers-copy > p { max-width: 560px; margin-top: 24px; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stats-grid > div { min-height: 135px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.stats-grid strong { color: var(--blue); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; }
.stats-grid span { margin-top: 8px; color: var(--navy); font-size: .88rem; font-weight: 750; }
.numbers-images { position: relative; min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.numbers-images img { width: 100%; height: 470px; object-fit: cover; }
.numbers-images .numbers-tall { margin-top: 70px; }
.since-badge { position: absolute; right: 50%; top: 50%; width: 180px; aspect-ratio: 1; transform: translate(50%,-30%); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #fff; box-shadow: 0 14px 50px rgba(11,48,69,.10); }
.since-badge strong { color: var(--blue); font-size: 3.7rem; line-height: 1; }
.since-badge span { max-width: 110px; text-align: center; font-weight: 800; }

.process-section { background: #fff; }
.process-grid { align-items: center; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.process-list h3 { margin-bottom: 7px; }
.process-list p { margin: 0; color: var(--muted); }

.references-section { background: #fff; border-top: 1px solid var(--line); }
.logo-wall { min-width: 0; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; gap: 24px; }
.client-logo { min-width: 0; min-height: 52px; display: grid; place-items: center; padding: 4px; background: transparent; }
.client-logo img { max-width: 100%; max-height: 38px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .2s ease, opacity .2s ease; }
.client-logo:hover img { filter: none; opacity: 1; }
.reference-quote { max-width: 900px; margin: 70px auto 0; text-align: center; }
.reference-quote blockquote { margin: 0; color: var(--navy); font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.45; letter-spacing: -.02em; }
.reference-quote p { margin: 22px 0 0; color: var(--muted); font-size: .9rem; }

.blog-section { background: var(--sky-2); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-grid article img { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 24px; object-fit: cover; }
.blog-grid article .eyebrow { margin-bottom: 10px; }
.blog-grid article h3 { margin-bottom: 12px; }
.blog-grid article p { color: var(--muted); }

.contact-cta { padding: 90px 0; background: #fff; border-top: 1px solid var(--line); }
.contact-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.contact-cta-grid > div:last-child { max-width: 520px; }
.contact-cta-grid p { color: var(--muted); }
.phone-link { color: var(--blue-dark); font-weight: 800; }

.client-strip-section { padding: 27px 0; background: #fff; border-top: 1px solid var(--line); }
.client-strip-inner { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 34px; align-items: center; }
.client-strip-label { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 800; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { padding: 58px 0 22px; color: #f7fafb; background: var(--navy-deep); border-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .75fr .9fr; gap: 54px; }
.footer-brand p { max-width: 330px; color: #c8d9df; }
.footer-brand .footer-wordmark { margin: 0; color: #fff; font-size: 1.55rem; font-weight: 800; line-height: 1; letter-spacing: .035em; }
.footer-brand .footer-wordmark-sub { margin: 8px 0 25px; color: #9bdcec; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.site-footer h2 { margin-bottom: 22px; color: #fff; font-size: .77rem; letter-spacing: .17em; text-transform: uppercase; }
.site-footer p, .site-footer li { color: #c8d9df; font-size: .92rem; }
.site-footer ul { display: grid; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; }
.site-footer a:hover { color: #9bdcec; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #afc5cd; font-size: .78rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; color: var(--muted); font-size: .78rem; }
.breadcrumbs span { display: flex; gap: 8px; }
.page-hero { padding: 32px 0 76px; color: #fff; background: var(--navy-deep); }
.page-hero .breadcrumbs { color: #bed1d8; }
.page-hero .breadcrumbs a:hover { color: #fff; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 70px; align-items: center; }
.page-hero-grid--text { grid-template-columns: minmax(0, 820px); }
.page-hero-grid h1 { margin-bottom: 24px; color: #fff; }
.page-hero-grid .eyebrow { color: #9bdcec; }
.page-hero-grid .lead { color: #dceaf0; }
.page-hero-grid .button-secondary { color: #fff; background: transparent; border-color: #afcbd5; }
.page-hero-grid .button-secondary:hover { color: #fff; border-color: #fff; }
.page-hero-image { width: 100%; height: min(480px, 43vw); min-height: 360px; object-fit: cover; filter: brightness(1.08) saturate(1.02); }
.detail-intro-section { padding-block: 72px; background: var(--sky); }
.detail-intro { max-width: 900px; }
.detail-intro p { color: var(--text); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.75; }
.detail-intro p:last-child { margin-bottom: 0; }
.detail-section { background: #fff; }
.detail-section--tint { background: var(--sky-2); }
.detail-section-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: start; }
.detail-section-heading { position: sticky; top: 132px; }
.detail-section-heading > span { display: block; margin-bottom: 16px; color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.detail-section-heading h2 { font-size: clamp(1.85rem, 3.2vw, 3rem); }
.detail-copy { max-width: 760px; }
.detail-copy > p { color: var(--muted); }
.detail-copy h3 { margin: 38px 0 14px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.detail-copy h3:first-child { margin-top: 0; }
.detail-copy .check-list { margin-block: 26px 32px; }
.rich-list a, .rich-links a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.rich-links { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.detail-section--conversion { border-top: 1px solid var(--line); background: #fff; }
.detail-section--conversion .detail-section-grid { align-items: center; }
.detail-section--conversion .detail-section-heading { position: static; }
.conversion-actions { margin-top: 28px; }
.faq-section { background: var(--sky); }
.faq-list { border-top: 1px solid #bed3db; }
.faq-list details { border-bottom: 1px solid #bed3db; }
.faq-list summary { position: relative; padding: 22px 52px 22px 0; color: var(--navy); cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--blue-dark); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-answer { padding: 0 48px 18px 0; }
.faq-answer p { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.content-grid p, .content-narrow p { color: var(--muted); }
.content-narrow { max-width: 800px; margin-inline: auto; }
.content-narrow h2 { margin: 2.2rem 0 1rem; font-size: 2rem; }
.location-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 36px 0 0; padding: 0; list-style: none; }
.location-list li { padding: 13px 16px; background: var(--sky-2); border-left: 3px solid var(--blue); font-size: .9rem; }
.area-intro-section { background: var(--sky); }
.area-intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.area-intro-copy h2 { margin-bottom: 26px; }
.area-intro-copy > p { color: var(--muted); }
.area-map-panel { position: relative; min-height: 560px; display: grid; place-items: center; padding: 48px; background: #fff; border: 1px solid #d1e2e8; }
.area-map-panel img { width: min(100%, 620px); height: 460px; object-fit: contain; }
.area-map-badge { position: absolute; right: 30px; bottom: 30px; width: 168px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy-deep); box-shadow: 0 14px 45px rgba(11,48,69,.15); color: #fff; text-align: center; }
.area-map-badge strong { color: #9bdcec; font-size: 3.65rem; line-height: .95; }
.area-map-badge span { margin-top: 7px; font-size: .88rem; font-weight: 800; }
.regional-pages-section { background: #fff; }
.regional-pages-section .split-heading > p { color: var(--muted); }
.regional-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.regional-card { min-height: 300px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.regional-card h3 { margin: 18px 0 14px; }
.regional-card p { color: var(--muted); }
.regional-card .arrow-link { margin-top: auto; }
.county-section { background: var(--sky-2); }
.county-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.county-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: start; padding: 26px; border: 1px solid var(--line); background: #fff; }
.county-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.county-card h3 { margin: 0 0 10px; font-size: clamp(1.08rem, 1.6vw, 1.32rem); }
.county-card p { margin: 0 0 12px; color: var(--muted); font-size: .94rem; }
.page-supplement-media { background: #fff; }
.page-supplement-media figure { max-width: 980px; margin: 0 auto; }
.page-supplement-media img { width: 100%; height: auto; }
.page-supplement-media figcaption { padding-top: 10px; color: var(--muted); font-size: .82rem; }
.area-process-section { background: var(--sky-2); }
.area-process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.area-process-heading h2 { margin-bottom: 25px; }
.area-process-heading > p { color: var(--muted); }
.area-process-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.area-process-list li { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.area-process-list span { margin-bottom: 12px; color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.area-process-list strong { color: var(--navy); font-size: 1.02rem; line-height: 1.45; }
.district-intro-section { background: var(--sky); }
.district-intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.district-intro-copy h2 { margin-bottom: 28px; }
.district-intro-copy > p { max-width: 580px; color: var(--muted); }
.district-map-panel { position: relative; min-height: 470px; display: grid; place-items: center; padding: 56px; background: #fff; border: 1px solid #d1e2e8; }
.district-map-panel > img { width: min(100%, 360px); }
.district-map-badge { position: absolute; right: 30px; bottom: 30px; width: 168px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--navy-deep); box-shadow: 0 14px 45px rgba(11,48,69,.16); }
.district-map-badge strong { color: #9bdcec; font-size: 3.65rem; line-height: .95; }
.district-map-badge span { margin-top: 7px; font-size: .88rem; font-weight: 800; }
.district-grid-section { background: #fff; }
.district-grid-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.district-grid-heading > p { max-width: 520px; margin: 0; justify-self: end; color: var(--muted); }
.district-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.district-card { min-width: 0; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.district-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(11,48,69,.09); }
.district-card figure { margin: 0; }
.district-card-media { position: relative; overflow: hidden; background: var(--sky-2); }
.district-card-media img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s ease; }
.district-card:hover img { transform: scale(1.025); }
.district-card-media span { position: absolute; left: 12px; top: 12px; min-width: 32px; padding: 5px 7px; color: #fff; background: rgba(11,48,69,.86); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; }
.district-card figcaption { min-height: 70px; display: flex; align-items: center; padding: 15px 16px; color: var(--navy); font-size: .9rem; font-weight: 800; line-height: 1.35; }
.district-services-section { background: var(--sky-2); }
.district-services-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.district-services-copy { max-width: 720px; }
.district-services-copy p { color: var(--muted); }
.district-services-copy a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.district-faq-section { background: var(--sky); }
.district-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.contact-panel { padding: 36px; background: var(--sky); }
.contact-panel h2 { margin-bottom: 24px; font-size: 2rem; }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; border: 1px solid #aebfc7; border-radius: 2px; color: var(--text); background: #fff; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid #bfe8f6; border-color: var(--blue); }
.checkbox-label { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 400 !important; }
.checkbox-label input { width: 18px; margin-top: 3px; }
.geb24-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin-bottom: 18px; padding: 14px 16px; border-left: 4px solid var(--blue); background: var(--sky); color: var(--navy); }
.form-status--error { border-color: #9f2f2f; background: #fff1f1; }
.blog-overview-section { background: #fff; }
.blog-featured { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; border: 1px solid var(--line); background: #fff; }
.blog-featured-media { min-width: 0; overflow: hidden; background: var(--sky-2); }
.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-featured-media:hover img { transform: scale(1.015); }
.blog-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 72px); }
.blog-featured-copy h2 { margin-bottom: 24px; font-size: clamp(2rem, 3.6vw, 3.35rem); }
.blog-featured-copy > p:not(.post-meta) { color: var(--muted); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 14px; color: var(--blue-dark); font-size: .73rem; font-weight: 800; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.post-meta span { position: relative; }
.post-meta span::after { content: ""; position: absolute; right: -10px; top: 50%; width: 3px; height: 3px; transform: translateY(-50%); border-radius: 50%; background: var(--line); }
.blog-recent-section { background: var(--sky); }
.blog-list-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.blog-list-heading > p { max-width: 520px; margin: 0; justify-self: end; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.article-card { min-width: 0; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: #fff; }
.article-card > a { min-width: 0; overflow: hidden; background: var(--sky-2); }
.article-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: transform .3s ease; }
.article-card:hover img { transform: scale(1.02); }
.article-card > div { min-height: 310px; display: flex; flex-direction: column; padding: 30px; }
.article-card h3 { margin-bottom: 14px; font-size: clamp(1.28rem, 2vw, 1.65rem); }
.article-card > div > p:not(.post-meta) { color: var(--muted); }
.article-card .arrow-link { margin-top: auto; }
.blog-archive-section { background: #fff; }
.topic-archive-actions { margin-top: 42px; }
.blog-archive-layout { display: grid; grid-template-columns: .42fr .58fr; gap: 100px; align-items: start; }
.blog-archive-heading { position: sticky; top: 132px; }
.blog-archive-heading h2 { margin-bottom: 26px; }
.blog-archive-heading p { max-width: 450px; color: var(--muted); }
.blog-archive-years { border-top: 1px solid var(--line); }
.archive-year { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.archive-year h3 { color: var(--blue-dark); font-size: 1.1rem; letter-spacing: .04em; }
.archive-year ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.archive-year li { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 12px 0; border-bottom: 1px solid #e5edef; }
.archive-year li:last-child { border-bottom: 0; }
.archive-year a { color: var(--navy); font-weight: 750; line-height: 1.4; }
.archive-year a:hover { color: var(--blue-dark); }
.archive-year time { padding-top: 2px; color: var(--muted); font-size: .76rem; white-space: nowrap; }

.blog-article-hero { padding: 32px 0 78px; color: #fff; background: var(--navy-deep); }
.blog-article-hero .breadcrumbs { color: #bed1d8; }
.blog-article-hero .breadcrumbs a:hover { color: #fff; }
.blog-article-hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 72px; align-items: center; }
.blog-article-heading h1 { margin-bottom: 28px; color: #fff; font-size: clamp(2.45rem, 4.4vw, 4.65rem); }
.blog-article-heading .eyebrow { color: #9bdcec; }
.blog-article-heading .lead { color: #dceaf0; }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 30px 0 0; color: #bed1d8; font-size: .84rem; }
.article-byline strong { color: #fff; }
.blog-article-hero-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: brightness(1.06) saturate(1.02); }
.article-content-section { background: #fff; }
.article-content-layout { display: grid; grid-template-columns: minmax(0, 740px) minmax(220px, 300px); gap: 100px; justify-content: center; align-items: start; }
.article-prose { color: var(--text); font-size: clamp(1rem, 1.25vw, 1.08rem); line-height: 1.78; }
.article-prose p { margin-bottom: 1.55rem; }
.article-prose h2 { margin: 3.35rem 0 1.25rem; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.18; }
.article-prose h2:first-child { margin-top: 0; }
.article-prose h3 { margin: 2.6rem 0 1rem; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.25; }
.article-prose ul, .article-prose ol { display: grid; gap: 12px; margin: 0 0 1.65rem; padding-left: 1.35rem; }
.article-prose li { padding-left: 7px; }
.article-prose a { color: var(--blue-dark); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-prose blockquote { margin: 2rem 0; padding: 24px 28px; color: var(--navy); background: var(--sky); border-left: 4px solid var(--blue); font-size: 1.15rem; }
.article-project-gallery { margin-top: 3.5rem; }
.article-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.article-media-card { margin: 0; border: 1px solid var(--line); background: var(--sky-2); }
.article-media-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.article-media-card figcaption { padding: 12px 14px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.story-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; }
.article-side { position: sticky; top: 132px; padding: 28px; background: var(--sky); border-top: 4px solid var(--blue-dark); }
.article-side h2 { margin-bottom: 24px; font-size: 1.65rem; }
.article-side ul { display: grid; margin: 0; padding: 0; border-top: 1px solid #c3d9e1; list-style: none; }
.article-side li { border-bottom: 1px solid #c3d9e1; }
.article-side a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; color: var(--navy); font-weight: 800; }
.article-side a:hover { color: var(--blue-dark); }
.article-related-section { background: var(--sky-2); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.related-card { display: grid; grid-template-columns: .85fr 1.15fr; min-width: 0; border: 1px solid var(--line); background: #fff; }
.related-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.related-card > div { min-height: 270px; display: flex; flex-direction: column; padding: 28px; }
.related-card h3 { margin-bottom: 18px; font-size: clamp(1.25rem, 2vw, 1.6rem); }
.related-card .arrow-link { margin-top: auto; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .hero-grid, .image-story-grid, .city-grid, .numbers-layout { gap: 45px; }
  .hero-mosaic { min-height: 460px; }
  .story-mosaic { min-height: 500px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / 3; }
  .article-card, .related-card { grid-template-columns: 1fr; }
  .article-card img, .related-card img { min-height: 230px; aspect-ratio: 16 / 9; }
  .district-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .section { padding: 76px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; color: var(--navy); font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; inset: 92px 0 auto; display: grid; padding: 20px; background: #fff; border-block: 1px solid var(--line); box-shadow: 0 18px 35px rgba(11,48,69,.08); }
  .mobile-menu nav a { padding: 12px max(20px, calc((100vw - var(--shell))/2)); text-align: center; font-weight: 750; }
  .brand { width: min(290px, 68vw); }
  .hero-grid, .image-story-grid, .city-grid, .numbers-layout, .page-hero-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 25px; }
  .hero-copy { max-width: 720px; padding-bottom: 0; }
  .hero-mosaic { min-height: 560px; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; }
  .split-heading, .contact-cta-grid { grid-template-columns: 1fr; gap: 28px; }
  .split-heading > :last-child, .contact-cta-grid > div:last-child { max-width: 680px; justify-self: start; }
  .services-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .image-story-grid { gap: 45px; }
  .story-copy { max-width: 700px; }
  .city-grid { gap: 50px; }
  .city-copy { max-width: 720px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 18px; }
  .client-strip-inner { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
  .footer-grid > :last-child { grid-column: auto; }
  .page-hero-grid { gap: 42px; }
  .page-hero-image { max-height: 430px; }
  .detail-section-grid { grid-template-columns: 1fr; gap: 32px; }
  .detail-section-heading { position: static; }
  .content-grid { grid-template-columns: 1fr; gap: 35px; }
  .location-list { grid-template-columns: repeat(2, 1fr); }
  .area-intro-grid, .area-process-grid { grid-template-columns: 1fr; gap: 44px; }
  .district-intro-layout, .district-services-layout, .district-faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .district-grid-heading { grid-template-columns: 1fr; gap: 24px; }
  .district-grid-heading > p { max-width: 680px; justify-self: start; }
  .district-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .area-map-panel { min-height: 500px; }
  .regional-card-grid { grid-template-columns: repeat(2, 1fr); }
  .county-grid { grid-template-columns: 1fr; }
  .blog-featured, .blog-article-hero-grid, .article-content-layout, .blog-archive-layout { grid-template-columns: 1fr; }
  .blog-featured { min-height: 0; }
  .blog-featured-media img { aspect-ratio: 16 / 9; }
  .blog-list-heading { grid-template-columns: 1fr; gap: 25px; }
  .blog-list-heading > p { max-width: 680px; justify-self: start; }
  .blog-archive-layout { gap: 45px; }
  .blog-archive-heading, .article-side { position: static; }
  .blog-article-hero-grid { gap: 42px; }
  .article-content-layout { gap: 48px; }
  .article-side { max-width: 740px; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .header-inner { min-height: 78px; }
  .mobile-menu[open] nav { inset-block-start: 78px; }
  .home-hero { padding-top: 32px; }
  .hero-mosaic { min-height: 420px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .75fr; }
  .hero-mosaic .mosaic-main { grid-column: 1 / 3; grid-row: 1; }
  .hero-mosaic img:nth-child(2) { grid-column: 1; grid-row: 2; }
  .hero-mosaic img:nth-child(4) { display: block; grid-column: 2; grid-row: 2; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span { padding: 16px 8px; border-bottom: 1px solid var(--line); font-size: .78rem; }
  .button-row { align-items: stretch; }
  .button { width: 100%; }
  .services-grid, .blog-grid, .article-grid, .related-grid { grid-template-columns: 1fr; }
  .article-grid { gap: 18px; }
  .service-card-body { min-height: 235px; }
  .story-mosaic { min-height: 430px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .story-mosaic .story-large { grid-column: 1 / 3; grid-row: 1; }
  .story-mosaic img:nth-child(2) { grid-column: 1; grid-row: 2; }
  .story-mosaic img:nth-child(3) { grid-column: 2; grid-row: 2; }
  .city-visual { min-height: 440px; grid-template-columns: 1fr 1fr; }
  .city-photo { grid-column: 1 / 3; grid-row: 1; }
  .city-map { grid-column: 1; grid-row: 2; }
  .district-badge { width: 145px; grid-column: 2; grid-row: 2; transform: none; align-self: center; justify-self: center; }
  .district-badge strong { font-size: 2.8rem; }
  .district-preview { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div { min-height: 112px; }
  .numbers-images { min-height: 390px; }
  .numbers-images img { height: 335px; }
  .numbers-images .numbers-tall { margin-top: 45px; }
  .since-badge { width: 125px; }
  .since-badge strong { font-size: 2.6rem; }
  .since-badge span { font-size: .76rem; }
  .logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 26px; }
  .client-logo { min-height: 46px; padding: 2px; }
  .client-logo img { max-width: 135px; max-height: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .page-hero-image { height: 360px; min-height: 0; }
  .detail-intro-section { padding-block: 54px; }
  .faq-answer { padding-right: 0; }
  .location-list, .form-row { grid-template-columns: 1fr; }
  .area-map-panel { min-height: 390px; padding: 24px; }
  .area-map-panel img { height: 320px; }
  .area-map-badge { right: 18px; bottom: 18px; width: 128px; }
  .area-map-badge strong { font-size: 2.75rem; }
  .district-map-panel { min-height: 390px; padding: 26px; }
  .district-map-badge { right: 18px; bottom: 18px; width: 128px; }
  .district-map-badge strong { font-size: 2.75rem; }
  .district-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .district-card figcaption { min-height: 64px; padding: 12px; font-size: .82rem; }
  .regional-card-grid, .area-process-list { grid-template-columns: 1fr; }
  .regional-card { min-height: 250px; }
  .county-card { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; padding: 18px; }
  .blog-featured-copy { padding: 32px 24px; }
  .article-card > div, .related-card > div { min-height: 0; }
  .archive-year { grid-template-columns: 1fr; gap: 8px; }
  .archive-year li { grid-template-columns: 1fr; gap: 3px; }
  .blog-article-hero { padding-bottom: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
