:root {
  --ink: #0a2333;
  --ink-2: #102f42;
  --ink-3: #173e51;
  --paper: #f7f4ed;
  --paper-2: #eee9df;
  --white: #fff;
  --teal: #0f817c;
  --teal-dark: #0b6764;
  --teal-light: #d9efeb;
  --copper: #c78e62;
  --text: #1a2c36;
  --muted: #5b6971;
  --line: #d7d8d4;
  --success: #176c50;
  --error: #9d3232;
  --shadow-sm: 0 10px 28px rgba(10,35,51,.08);
  --shadow-md: 0 24px 60px rgba(10,35,51,.13);
  --radius: 20px;
  --radius-sm: 12px;
  --shell: min(1180px, calc(100% - 40px));
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body { margin: 0; overflow-x: clip; max-width: 100%; color: var(--text); background: var(--white); font-family: var(--font-sans); line-height: 1.62; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #60d4c8; outline-offset: 4px; }
::selection { background: #c5ebe6; color: var(--ink); }

/* Prevent mobile horizontal drift caused by transformed/absolute children and long content. */
main, header, footer, section, nav, .shell { max-width: 100%; }
.site-header__inner, .hero__grid, .path-grid, .content-grid--2, .content-grid--3, .split-section, .intake-grid, .contact-layout, .report-showcase, .article-layout, .article-hero__inner, .page-hero__inner, .service-area-band__inner, .footer-grid { min-width: 0; }
.site-header__inner > *, .hero__grid > *, .path-grid > *, .content-grid--2 > *, .content-grid--3 > *, .split-section > *, .intake-grid > *, .contact-layout > *, .report-showcase > *, .article-layout > *, .article-hero__inner > *, .page-hero__inner > *, .footer-grid > * { min-width: 0; }
h1, h2, h3, h4, p, li, a, strong, span { overflow-wrap: anywhere; }
.report-stack { overflow: hidden; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 16px; top: 12px; padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-160%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; }

h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--ink); font-family: var(--font-serif); line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 5.5vw, 5.45rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.9rem); }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.3em; padding-left: 1.25rem; }
.lead-copy { font-size: 1.17rem; color: var(--muted); }
.eyebrow { margin: 0 0 .8rem; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.icon { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon--small { width: 19px; height: 19px; }

.site-header { position: sticky; z-index: 1000; top: 0; color: var(--white); background: rgba(7,25,36,.97); border-bottom: 1px solid rgba(255,255,255,.09); transition: box-shadow .25s, background .25s; }
.site-header--scrolled { box-shadow: 0 10px 28px rgba(0,0,0,.22); background: rgba(7,25,36,.99); }
.site-header__inner { min-height: 83px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 235px; }
.brand__mark { width: 64px; height: 51px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.brand__text strong { font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .09em; font-size: 1.07rem; }
.brand__text small { margin-top: 5px; color: #71cbc2; text-transform: uppercase; letter-spacing: .105em; font-size: .57rem; font-weight: 700; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { text-decoration: none; font-size: .88rem; font-weight: 650; color: #e7eeef; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: #55c9be; transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 6px; text-decoration: none; font-size: .84rem; font-weight: 700; white-space: nowrap; }
.header-phone:hover { background: rgba(255,255,255,.08); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: white; padding: 9px; }
.mobile-menu { background: #071924; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu__inner { display: grid; padding-block: 10px 24px; }
.mobile-menu a { padding: 13px 2px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.09); color: #edf4f4; font-weight: 650; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 12px 19px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-size: .91rem; font-weight: 760; transition: transform .18s, background .18s, color .18s, border .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--teal); box-shadow: 0 9px 24px rgba(15,129,124,.24); }
.button--primary:hover { background: var(--teal-dark); box-shadow: 0 12px 28px rgba(15,129,124,.32); }
.button--secondary { color: var(--ink); background: transparent; border-color: #96a2a7; }
.button--secondary:hover { background: var(--paper); border-color: var(--ink); }
.button--light { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.72); }
.button--light:hover { color: var(--ink); background: white; border-color: white; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--teal-light); }
.button--full { width: 100%; }
.text-link { color: var(--teal-dark); font-weight: 760; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }

.hero { overflow: hidden; background: linear-gradient(100deg, #faf8f3 0%, #fff 54%, #edf4f1 100%); border-bottom: 1px solid #e4e2dc; }
.hero__grid { min-height: 660px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 48px; padding-block: 66px; }
.hero__copy { max-width: 675px; }
.hero h1 { max-width: 760px; }
.hero__lead { max-width: 630px; font-size: clamp(1.08rem, 1.4vw, 1.25rem); color: #263d48; }
.hero__support { max-width: 630px; color: var(--muted); }
.hero__copy .button-row { margin-top: 28px; }
.hero__micro { margin-top: 19px; font-size: .78rem; font-weight: 700; color: #66747b; letter-spacing: .025em; }
.hero__visual { position: relative; min-width: 0; }
.hero__visual::before { content: ""; position: absolute; inset: 11% -7% -10% 13%; border-radius: 50%; background: radial-gradient(circle, rgba(15,129,124,.15), transparent 70%); filter: blur(9px); }
.hero-process { position: relative; border-radius: 28px; padding: 28px; background: linear-gradient(155deg,#0a2333,#0c3444 58%,#0d4a54); box-shadow: 0 34px 65px rgba(10,35,51,.18); overflow: hidden; }
.hero-process::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 12%,rgba(34,183,169,.2),transparent 24%); pointer-events: none; }
.hero-process__heading { position: relative; z-index: 1; margin-bottom: 22px; }
.hero-process__heading span { display: block; margin-bottom: 7px; color: #7ad6ce; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-process__heading strong { display: block; max-width: 470px; color: white; font-family: var(--font-serif); font-size: clamp(1.5rem,2.1vw,2rem); line-height: 1.08; }
.hero-process__steps { position: relative; z-index: 1; display: grid; gap: 14px; }
.hero-process__step { position: relative; display: grid; grid-template-columns: 42px 150px 1fr; align-items: center; gap: 15px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 14px 26px rgba(4,17,25,.18); }
.hero-process__number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--teal); color: white; font-weight: 900; }
.hero-process__media { height: 94px; border-radius: 13px; overflow: hidden; }
.hero-process__media--home img { width: 100%; height: 100%; object-fit: cover; }
.hero-process__media--report { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: linear-gradient(145deg,#0a2333,#0e5260); color: white; }
.hero-process__media--report img { width: 58px; height: auto; }
.hero-process__media--report span { font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-process__media--plan { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 12px; background: #edf7f4; color: #17414a; font-size: .72rem; font-weight: 800; }
.hero-process__copy small { display: block; margin-bottom: 5px; color: var(--teal); font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.hero-process__copy strong { display: block; color: #0a2333; font-size: 1.04rem; line-height: 1.28; }


.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-strip__grid > div { min-height: 111px; display: flex; align-items: center; gap: 19px; padding: 22px 35px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip .icon { width: 39px; height: 39px; color: var(--teal); }
.trust-strip span { display: flex; flex-direction: column; line-height: 1.35; }
.trust-strip strong { font-family: var(--font-serif); font-size: 1.28rem; color: var(--ink); }
.trust-strip small { color: var(--muted); }

.section { padding-block: clamp(68px, 9vw, 116px); }
.section--paper { background: var(--paper); }
.section--ink { color: #eaf1f1; background: var(--ink); }
.section--ink h2, .section--ink h3, .section--ink strong { color: white; }
.section-heading { max-width: 760px; margin-bottom: 43px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading--light > p:last-child { color: #bdd0d0; }
.rounded-section { border-radius: 28px; padding: clamp(36px, 6vw, 76px); }

.path-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.path-card { display: grid; grid-template-columns: auto 1fr; gap: 25px; min-height: 255px; padding: 35px; border: 1px solid #d7ddd9; border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); overflow: hidden; position: relative; }
.path-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -75px; bottom: -95px; border-radius: 50%; background: rgba(15,129,124,.07); }
.path-card--water { background: linear-gradient(135deg,#fff,#f0f4f5); }
.path-card--health { background: linear-gradient(135deg,#fff,#eef6f0); }
.path-card__icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); }
.path-card__icon .icon { width: 33px; height: 33px; }
.path-card h3 { max-width: 350px; }
.path-card p { color: var(--muted); }

.comparison-card { display: grid; grid-template-columns: 1fr 54px 1fr; align-items: stretch; background: white; border: 1px solid #d5d8d4; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.comparison-card > div:not(.comparison-card__divider) { padding: clamp(28px, 4vw, 48px); }
.comparison-card__good { background: linear-gradient(145deg,#edf8f6,#fff); }
.comparison-card__divider { align-self: center; justify-self: center; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: .76rem; font-weight: 900; z-index: 2; }
.centered-pullquote { max-width: 920px; margin: 45px auto 0; text-align: center; color: var(--ink); font-family: var(--font-serif); font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height: 1.25; }
.check-list, .x-list, .neutral-list { padding: 0; list-style: none; }
.check-list li, .x-list li, .neutral-list li { position: relative; padding-left: 30px; margin: 11px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.x-list li::before { content: "×"; position: absolute; left: 2px; color: #9a5a52; font-weight: 900; font-size: 1.25rem; line-height: 1; }
.neutral-list li::before { content: "—"; position: absolute; left: 1px; color: #8a9498; font-weight: 900; }
.check-list--light li::before { color: #70d9cf; }

.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 110px); align-items: start; margin-bottom: clamp(65px, 8vw, 105px); }
.split-section--home { margin-bottom: 0; }
.prose { color: #314650; }
.prose p, .prose li { font-size: 1.045rem; }
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.55em; font-size: 1.42rem; }
.prose a { color: var(--teal-dark); }
.prose--wide { max-width: 850px; margin: auto; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-list > div { padding: 28px; background: white; display: flex; flex-direction: column; gap: 7px; }
.feature-list strong { color: var(--ink); font-family: var(--font-serif); font-size: 1.28rem; }
.feature-list span { color: var(--muted); }
.feature-list--light { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.13); }
.feature-list--light > div { background: rgba(255,255,255,.04); }
.feature-list--light span { color: #bdd0d0; }
.feature-list--compact { grid-template-columns: 1fr; }
.feature-list--compact > div { padding: 21px 25px; }

.content-grid { display: grid; gap: 24px; margin-bottom: clamp(62px, 8vw, 100px); }
.content-grid--2 { grid-template-columns: repeat(2,1fr); }
.content-grid--3 { grid-template-columns: repeat(3,1fr); }
.card { padding: 31px; border: 1px solid #daddd9; border-radius: var(--radius); background: white; box-shadow: 0 7px 25px rgba(10,35,51,.055); }
.card h2, .card h3 { font-size: 1.65rem; }
.card p { color: var(--muted); }
.card--tint { background: #f2f7f5; }
.card--featured { border-color: rgba(15,129,124,.45); box-shadow: 0 18px 40px rgba(15,129,124,.12); }
.card__icon, .number-chip { display: inline-grid; place-items: center; min-width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: var(--teal-light); color: var(--teal-dark); font-size: .78rem; font-weight: 900; }
.link-card { text-decoration: none; }
.link-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }

.callout-band { margin-block: clamp(68px, 9vw, 110px); padding: clamp(32px, 5vw, 58px); display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; border-radius: var(--radius); background: var(--ink); color: #d9e5e5; }
.callout-band h2 { color: white; }
.callout-band p { margin-bottom: 0; }
.notice { margin-block: 45px; padding: 27px 30px; border-left: 5px solid var(--teal); background: #edf7f5; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.notice h2 { font-size: 1.5rem; }
.notice p:last-child { margin-bottom: 0; }
.scope-note { text-align: center; color: var(--muted); }

.timeline { display: grid; gap: 0; margin-bottom: clamp(70px, 9vw, 110px); }
.timeline article { display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 0 0 42px; position: relative; }
.timeline article::before { content: ""; position: absolute; top: 48px; bottom: 0; left: 27px; width: 1px; background: #c9d5d2; }
.timeline article:last-child::before { display: none; }
.timeline article > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .76rem; font-weight: 900; }
.timeline article h2 { font-size: 1.75rem; }
.timeline article p { max-width: 800px; color: var(--muted); }
.timeline--large article { padding-bottom: 54px; }

.report-showcase { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.report-showcase--home { min-height: 590px; }
.report-stack { position: relative; width: min(440px, 91%); aspect-ratio: .78; margin: auto; perspective: 900px; }
.report-sheet { position: absolute; inset: 4%; overflow: hidden; background: white; border-radius: 9px; box-shadow: 0 24px 62px rgba(0,0,0,.25); border: 1px solid rgba(10,35,51,.11); }
.report-sheet--back { transform: translate(53px,-11px) rotate(8deg); opacity: .76; background: #f2f5f4; }
.report-sheet--middle { transform: translate(27px,1px) rotate(3.6deg); padding: 25px; background: #fbfbf8; }
.report-sheet--front { transform: rotate(-2.4deg); color: var(--ink); background: #fdfdfb; }
.report-page-preview { height: 100%; padding: 22px; background: linear-gradient(180deg,#ffffff,#f2f5f3); }
.report-page-preview__label { display: block; padding-bottom: 12px; border-bottom: 3px solid var(--teal); color: var(--ink); font-family: var(--font-serif); font-size: 1rem; font-weight: 750; }
.report-page-preview__line { display: block; height: 8px; margin-top: 18px; border-radius: 999px; background: #ccd7d5; }
.report-page-preview__line--short { width: 66%; }
.report-page-preview__callout { display: block; height: 110px; margin-top: 27px; border: 1px solid #d6c8ae; border-left: 5px solid var(--copper); border-radius: 6px; background: #f5f0e7; }
.report-page-preview__photo { display: block; height: 165px; margin-top: 20px; border-radius: 7px; background: linear-gradient(145deg,#a6bdba 0 38%,#d9c7a7 38% 48%,#526f71 48% 100%); }
.report-cover__header { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 21px; color: #b9d1cf; background: radial-gradient(circle at 85% 0,rgba(15,129,124,.45),transparent 42%),linear-gradient(135deg,#071924,#0b2e3e); }
.report-cover__header img { width: 84px; height: auto; max-height: 58px; object-fit: contain; }
.report-cover__header span { max-width: 175px; text-align: right; text-transform: uppercase; letter-spacing: .11em; font-size: .54rem; font-weight: 800; line-height: 1.45; }
.report-cover__body { padding: 22px 27px 24px; }
.report-cover__kicker { margin: 0 0 7px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: .59rem; font-weight: 900; }
.section--ink .report-cover__body > strong { color: var(--ink); }
.report-cover__body > strong { display: block; min-height: 57px; font-family: var(--font-serif); font-size: clamp(1.42rem,2.5vw,1.92rem); line-height: 1.04; }
.report-cover__photo { position: relative; height: 178px; margin: 16px 0 14px; overflow: hidden; border-radius: 7px; background: #d7dfdc; box-shadow: inset 0 0 0 1px rgba(10,35,51,.12); }
.report-cover__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 52%,rgba(7,25,36,.42)); pointer-events: none; }
.report-cover__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; filter: saturate(.82) contrast(1.03); }
.report-cover__photo span { position: absolute; z-index: 1; right: 10px; bottom: 9px; padding: 5px 8px; border-radius: 4px; color: white; background: rgba(7,25,36,.78); text-transform: uppercase; letter-spacing: .1em; font-size: .48rem; font-weight: 900; }
.report-cover__property { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid #d7dfdc; }
.report-cover__property span { color: var(--ink); font-family: var(--font-serif); font-size: .95rem; font-weight: 760; }
.report-cover__property small { color: var(--muted); font-size: .58rem; text-align: right; }
.report-cover__meta { margin: 12px 0 0; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .5rem; }

.page-hero { color: white; background: radial-gradient(circle at 78% 12%, rgba(15,129,124,.32), transparent 31%), linear-gradient(135deg,#0a2333,#071924); overflow: hidden; }
.page-hero__inner { min-height: 425px; display: grid; grid-template-columns: 1.15fr .6fr; align-items: center; gap: 70px; padding-block: 70px; }
.page-hero h1 { max-width: 850px; color: white; font-size: clamp(2.75rem, 5vw, 4.8rem); }
.page-hero__inner > div:first-child > p:last-child { max-width: 780px; color: #c7d6d5; font-size: 1.15rem; }
.page-hero__mark { display: grid; place-items: center; opacity: .16; }
.page-hero__mark img { max-height: 260px; object-fit: contain; }
.page-hero--resources .resource-hero-icon { width: 180px; height: 180px; fill: none; stroke: #9ddfd8; stroke-width: 1.15; }
.page-content { padding-top: clamp(65px,8vw,100px); }

.about-profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-bottom: 80px; }
.blueprint-card { min-height: 430px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 40px; border-radius: 24px; background: linear-gradient(145deg,#0a2333,#123d4d); box-shadow: var(--shadow-md); }
.blueprint-card img { width: 76%; opacity: .92; }
.blueprint-card span { color: #98c9c4; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; text-align: center; }
.region-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 65px; }
.region-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }
.region-grid h2 { font-size: 1.45rem; }
.region-grid p { margin-bottom: 0; color: var(--muted); }

.article-hero { color: white; background: radial-gradient(circle at 85% 10%, rgba(15,129,124,.32), transparent 30%), linear-gradient(135deg,#0a2333,#071924); }
.article-hero__inner { min-height: 530px; display: grid; grid-template-columns: 1.15fr .55fr; align-items: center; gap: 70px; padding-block: 70px; }
.article-hero h1 { color: white; font-size: clamp(2.6rem, 5vw, 4.65rem); max-width: 850px; }
.article-hero__summary { max-width: 780px; color: #c8d7d7; font-size: 1.16rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; color: #9fb9b8; font-size: .83rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #9fb9b8; font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.article-hero__graphic { min-height: 340px; display: grid; place-items: center; position: relative; }
.article-hero__graphic img { width: 80%; opacity: .14; }
.article-hero__graphic > div { position: absolute; bottom: 15%; left: 5%; right: 5%; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.article-hero__graphic span, .article-hero__graphic strong { display: block; }
.article-hero__graphic span { color: #69c9c0; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; font-weight: 900; }
.article-hero__graphic strong { margin-top: 8px; color: white; font-family: var(--font-serif); font-size: 1.2rem; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 310px; gap: 85px; align-items: start; padding-block: 80px 105px; }
.article-body { color: #2d414a; }
.article-body > p:first-child { font-size: 1.23rem; color: #233a45; }
.article-body h2 { margin-top: 2em; font-size: clamp(1.75rem,3vw,2.45rem); }
.article-body h3 { font-family: var(--font-sans); font-size: 1.14rem; letter-spacing: 0; color: var(--teal-dark); }
.article-body li { margin: .55em 0; }
.article-callout { display: grid; gap: 5px; margin: 35px 0; padding: 27px 30px; border-left: 5px solid var(--copper); background: var(--paper); }
.article-callout strong { color: var(--ink); font-family: var(--font-serif); font-size: 1.36rem; }
.article-callout span { color: var(--muted); }
.article-sources { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; font-size: 1.45rem; }
.article-sources a { overflow-wrap: anywhere; }
.article-aside { position: sticky; top: 112px; display: grid; gap: 18px; }
.aside-card { padding: 29px; border-radius: var(--radius); background: var(--paper); border: 1px solid #dadbd6; }
.aside-card h2 { font-size: 1.55rem; }
.aside-card p { color: var(--muted); font-size: .94rem; }
.aside-phone { display: block; text-align: center; margin-top: 15px; color: var(--ink); font-weight: 800; }
.aside-note { padding: 20px; border-radius: 12px; background: #edf7f5; color: #3c5559; font-size: .86rem; }
.aside-note p { margin: 4px 0 0; }
.related-section { background: var(--paper); }

.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.resource-grid--large { grid-template-columns: repeat(3,1fr); }
.resource-card { min-height: 275px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: white; box-shadow: 0 8px 25px rgba(10,35,51,.045); }
.resource-card > span { color: var(--teal); text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 900; }
.resource-card h2, .resource-card h3 { margin-top: 15px; font-size: 1.55rem; }
.resource-card h2 a, .resource-card h3 a { text-decoration: none; }
.resource-card p { color: var(--muted); }
.resource-card .text-link { margin-top: auto; }

.intake-section { border-top: 1px solid #dedad1; }
.intake-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-direct { display: grid; gap: 12px; margin: 30px 0; }
.contact-direct a, .page-hero__contact a { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.contact-direct a { padding: 17px 19px; border: 1px solid #d2d6d3; border-radius: 12px; background: white; }
.contact-direct span, .page-hero__contact span { display: flex; flex-direction: column; line-height: 1.3; }
.contact-direct small { color: var(--muted); }
.scope-disclaimer { font-size: .86rem; color: var(--muted); }
.intake-form { position: relative; padding: clamp(27px,4vw,43px); color: white; background: var(--ink); border-radius: 22px; box-shadow: var(--shadow-md); }
.form-heading h3 { color: white; font-size: 2rem; margin-bottom: 7px; }
.form-heading > p:last-child { color: #a9c0bf; font-size: .83rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: #dbe7e6; font-size: .78rem; font-weight: 720; }
.form-grid__full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #b8c3c2; border-radius: 7px; background: white; color: var(--ink); padding: 12px 13px; }
textarea { resize: vertical; min-height: 120px; }
input:focus, select:focus, textarea:focus { border-color: #5ad0c5; outline: 2px solid rgba(90,208,197,.25); }
.upload-field { padding: 14px; border: 1px dashed rgba(255,255,255,.32); border-radius: 10px; }
.upload-field > span { display: flex; align-items: center; gap: 8px; }
.upload-field input { color: white; background: transparent; border: 0; padding: 4px 0; }
.upload-field small { color: #9fb9b8; font-size: .72rem; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 20px 0; color: #b9cccc; font-size: .77rem; }
.consent input { width: 17px; height: 17px; margin-top: 3px; }
.form-privacy { margin: 12px 0 0; text-align: center; color: #90abaa; font-size: .72rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 55px; align-items: start; }
.contact-sidebar { display: grid; gap: 22px; }
.page-hero__contact { display: grid; gap: 18px; }
.page-hero__contact a { padding: 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); }
.page-hero__contact small { color: #9fb9b8; }
.page-hero__contact strong { color: white; }
.alert { margin-bottom: 20px; padding: 17px 19px; border-radius: 10px; font-weight: 700; }
.alert--success { color: #0f5a42; background: #dff5ec; border: 1px solid #acd9c8; }
.alert--error { color: #862c2c; background: #fde9e9; border: 1px solid #e6b0b0; }

.service-area-band { border-top: 1px solid var(--line); background: linear-gradient(180deg,#ffffff,#f7f5ef); }
.service-area-band__inner { display: grid; gap: 31px; }
.service-area-band__heading { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.service-area-band__heading > div, .final-cta__inner > div { max-width: 830px; }
.service-area-band__heading p:last-child, .final-cta__inner p:last-child { color: var(--muted); }
.service-city-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-city-list li { padding: 8px 13px; border: 1px solid #d6ddda; border-radius: 999px; color: #314a54; background: rgba(255,255,255,.88); box-shadow: 0 4px 12px rgba(10,35,51,.035); font-size: .78rem; font-weight: 700; }
.final-cta__inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.final-cta { border-top: 1px solid var(--line); }

.site-footer { padding: 75px 0 25px; color: #c7d4d4; background: #071924; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 55px; }
.site-footer h2 { color: white; font-family: var(--font-sans); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; color: #c7d4d4; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: white; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { max-width: 410px; color: #93abab; font-size: .88rem; }
.footer-contact a { font-weight: 760; color: white; }
.footer-bottom { margin-top: 55px; padding-top: 21px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.11); color: #819b9a; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-action-bar { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-phone { margin-left: auto; }
  .hero__grid { grid-template-columns: 1fr .82fr; gap: 25px; }
  .article-layout { grid-template-columns: minmax(0,1fr) 285px; gap: 45px; }
  .resource-grid, .resource-grid--large { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  :root { --shell: min(720px, calc(100% - 28px)); }
  body { padding-bottom: 66px; }
  .site-header__inner { min-height: 70px; width: 100%; max-width: 100%; }
  .brand { min-width: 0; }
  .brand__mark { width: 52px; height: 40px; }
  .brand__text strong { font-size: .93rem; }
  .brand__text small { font-size: .49rem; }
  .header-phone span { display: none; }
  .header-phone { padding: 9px; border-radius: 8px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 36px 0 50px; gap: 28px; }
  .hero__visual { order: 2; margin-inline: 0; }
  .hero__copy { padding-top: 0; }
  .hero h1 { font-size: clamp(2.35rem,10.2vw,3.35rem); line-height: .98; }
  .trust-strip__grid { grid-template-columns: repeat(3,1fr); }
  .trust-strip__grid > div { min-height: 116px; padding: 19px 8px; flex-direction: column; text-align: center; gap: 8px; }
  .trust-strip .icon { width: 30px; height: 30px; }
  .trust-strip strong { font-size: 1rem; }
  .trust-strip small { font-size: .68rem; }
  .path-grid, .content-grid--2, .content-grid--3, .split-section, .about-profile, .intake-grid, .contact-layout, .report-showcase, .article-hero__inner, .page-hero__inner, .callout-band { grid-template-columns: 1fr; }
  .split-section { gap: 25px; }
  .comparison-card { grid-template-columns: 1fr; }
  .comparison-card__divider { margin-block: -22px; }
  .feature-list { grid-template-columns: 1fr; }
  .report-showcase { gap: 40px; }
  .report-stack { max-width: 370px; }
  .page-hero__inner { min-height: 390px; gap: 20px; }
  .page-hero__mark { display: none; }
  .article-hero__inner { min-height: 0; padding-block: 55px; }
  .article-hero__graphic { display: none; }
  .article-layout { grid-template-columns: 1fr; padding-block: 58px 78px; }
  .article-aside { position: static; }
  .resource-grid, .resource-grid--large { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .service-area-band__heading, .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { box-sizing: border-box; width: 100%; max-width: 100%; overflow: hidden; position: fixed; z-index: 999; display: grid; grid-template-columns: 1fr 1.35fr; left: 0; right: 0; bottom: 0; height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); color: white; box-shadow: 0 -8px 25px rgba(0,0,0,.22); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 800; background: var(--ink); }
  .mobile-action-bar a:last-child { background: var(--teal); }
}

@media (max-width: 560px) {
  .site-header__inner { gap: 7px; }
  .brand__text small { display: none; }
  .brand__text strong { font-size: .85rem; letter-spacing: .065em; }
  .brand__mark { width: 47px; }
  .hero-process { border-radius: 20px; padding: 18px; }
  .hero-process__heading { margin-bottom: 16px; }
  .hero-process__heading strong { font-size: 1.35rem; }
  .hero-process__step { grid-template-columns: 34px 82px 1fr; gap: 10px; padding: 10px; border-radius: 14px; }
  .hero-process__number { width: 30px; height: 30px; font-size: .82rem; }
  .hero-process__media { height: 72px; border-radius: 10px; }
  .hero-process__media--report img { width: 40px; }
  .hero-process__media--report span { font-size: .48rem; }
  .hero-process__media--plan { gap: 4px; padding: 8px; font-size: .52rem; }
  .hero-process__copy small { margin-bottom: 3px; font-size: .58rem; }
  .hero-process__copy strong { font-size: .82rem; line-height: 1.2; }
  .hero__copy .button-row { display: grid; }
  .hero__copy .button { width: 100%; }
  .hero__micro { font-size: .71rem; }
  .hero h1 { font-size: clamp(2.25rem,10vw,3rem); }
  .section { padding-block: 62px; }
  .path-card { grid-template-columns: 1fr; padding: 27px; }
  .trust-strip__grid > div { padding-inline: 3px; }
  .trust-strip small { max-width: 100px; }
  .card { padding: 25px; }
  .rounded-section { border-radius: 17px; padding: 27px; }
  .timeline article { grid-template-columns: 50px 1fr; gap: 15px; }
  .timeline article > span { width: 42px; height: 42px; }
  .timeline article::before { left: 20px; top: 40px; }
  .report-stack { width: 95%; }
  .report-cover__header { min-height: 78px; padding: 13px 16px; }
  .report-cover__header img { width: 70px; max-height: 48px; }
  .report-cover__header span { max-width: 145px; font-size: .47rem; }
  .report-cover__body { padding: 18px 20px 20px; }
  .report-cover__body > strong { min-height: 51px; font-size: 1.4rem; }
  .report-cover__photo { height: 145px; margin-block: 13px 12px; }
  .report-cover__property { display: grid; gap: 3px; }
  .report-cover__property small { text-align: left; }
  .report-cover__meta { margin-top: 9px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .intake-form { border-radius: 15px; padding: 23px; }
  .region-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .article-meta { display: grid; gap: 6px; }
  .article-hero h1, .page-hero h1 { font-size: clamp(2.35rem,12vw,3.3rem); }
}

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

/* v1.10 homepage headline refinement */
.hero--evidence h1 { font-size: clamp(3rem, 4.45vw, 4.6rem); line-height: 1.02; max-width: 650px; }

/* v1.9 evidence-led hero */
.hero--evidence .hero__grid { grid-template-columns: .88fr 1.12fr; gap: 42px; min-height: 720px; }
.hero--evidence .hero__copy { max-width: 620px; }
.hero--evidence .hero__visual--diagram { margin: 0; position: relative; min-width: 0; }
.hero--evidence .hero__visual--diagram::before { content: ""; position: absolute; inset: 10% -5% -6% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(15,129,124,.14), transparent 70%); filter: blur(10px); }
.hero--evidence .hero__visual--diagram img { position: relative; display: block; width: 100%; max-height: 650px; object-fit: contain; border-radius: 24px; background: #fff; box-shadow: 0 30px 58px rgba(10,35,51,.18); }
.hero--evidence .hero__visual--diagram figcaption { position: relative; margin-top: 13px; text-align: center; color: var(--teal-dark); font-weight: 850; letter-spacing: .01em; }

@media (max-width: 1080px) {
  .hero--evidence .hero__grid { grid-template-columns: .95fr 1.05fr; gap: 25px; }
  .hero--evidence .hero__visual--diagram img { max-height: 570px; }
}

@media (max-width: 850px) {
  .hero--evidence .hero__grid { grid-template-columns: 1fr; padding-top: 36px; }
  .hero--evidence .hero__visual--diagram { order: 2; }
  .hero--evidence .hero__visual--diagram img { max-height: none; border-radius: 18px; }
  .hero--evidence .hero__visual--diagram figcaption { font-size: .86rem; }
}

@media (max-width: 560px) {
  .hero--evidence h1 { font-size: clamp(2.05rem, 8.9vw, 2.75rem); line-height: 1.01; }
  .hero--evidence .hero__lead { font-size: 1.02rem; }
  .hero--evidence .hero__support { font-size: .93rem; }
  .hero--evidence .hero__visual--diagram { margin-inline: -4px; }
  .hero--evidence .hero__visual--diagram img { width: 100%; }
}

/* Whole-home assessment illustration */
.whole-home-assessment-graphic {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}
.whole-home-assessment-graphic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(9, 35, 48, 0.14);
}

/* About Rob portrait */
.about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #eef3f1;
  box-shadow: var(--shadow-md);
}
.about-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 778 / 708;
  object-fit: cover;
}
.about-photo figcaption {
  padding: 14px 18px;
  color: var(--muted);
  background: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
