:root {
  --paper: #f5f0e8;
  --paper-2: #fbf8f2;
  --ink: #26302d;
  --muted: #68716b;
  --line: rgba(38,48,45,.14);
  --clay: #c96b4b;
  --clay-dark: #984c37;
  --sage: #7c9181;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(49, 40, 30, .10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --ease: cubic-bezier(.32,.72,0,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Manrope', system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; line-height: 1.04; }
h1 { font-size: clamp(2.7rem, 7vw, 6.7rem); max-width: 10ch; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); max-width: 12ch; }
h3 { font-size: 1.28rem; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.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; }

.site-header { position: relative; z-index: 10; padding: 18px 20px 0; pointer-events: none; }
.nav-shell { width: min(1220px, 100%); margin: 0 auto; padding: 10px 12px 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(251,248,242,.86); border: 1px solid rgba(38,48,45,.12); border-radius: 999px; box-shadow: 0 14px 35px rgba(50,43,34,.08), inset 0 1px 0 rgba(255,255,255,.65); backdrop-filter: blur(18px); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand em { color: var(--clay-dark); font-style: normal; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--clay); color: var(--white); font-family: 'DM Mono', monospace; font-weight: 500; font-size: 1rem; }
.desktop-nav { display: flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; cursor: pointer; transition: color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease); }
.nav-dropdown-trigger:hover, .nav-dropdown.is-open .nav-dropdown-trigger, .nav-dropdown.active .nav-dropdown-trigger { background: rgba(201,107,75,.10); color: var(--ink); transform: translateY(-1px); }
.nav-dropdown-trigger svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.nav-dropdown.is-open .nav-dropdown-trigger svg { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 245px; padding: 8px; display: grid; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-5px); background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); pointer-events: none; transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; }
.nav-dropdown.is-open .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.nav-dropdown-menu a { min-height: 36px; padding: 8px 10px; border-radius: 9px; font-size: .72rem; }
.nav-dropdown-menu a:hover { background: rgba(201,107,75,.10); transform: none; }
.desktop-nav a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border-radius: 999px; color: var(--muted); transition: color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { background: rgba(201,107,75,.10); color: var(--ink); transform: translateY(-1px); }
.desktop-nav .nav-cta { background: var(--ink); color: var(--white); }
.desktop-nav .nav-cta:hover { background: var(--clay-dark); color: var(--white); }
.desktop-nav svg, .text-link svg, .button svg, .card-link svg, .location-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .45s var(--ease); }
.desktop-nav a:hover svg, .text-link:hover svg, .button:hover svg, .card-link:hover svg, .location-link:hover svg { transform: translate(3px,-2px); }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.mobile-menu { position: absolute; top: calc(100% + 10px); right: max(20px, calc((100% - 1220px) / 2)); width: min(340px, calc(100% - 40px)); padding: 12px; display: grid; gap: 2px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); pointer-events: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu > a { padding: 12px 8px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-dropdown { border-bottom: 1px solid var(--line); }
.mobile-dropdown > button { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.mobile-dropdown > button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.mobile-dropdown.is-open > button svg { transform: rotate(180deg); }
.mobile-dropdown-links { display: none; padding: 0 0 7px 10px; }
.mobile-dropdown.is-open .mobile-dropdown-links { display: grid; }
.mobile-dropdown-links a { padding: 9px 8px; color: var(--muted); font-size: .84rem; }
.mobile-menu .button { border-bottom: 0; margin-top: 8px; }

main { overflow: clip; }
.page-hero, .detail-hero, .contact-hero { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 84px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.page-hero { min-height: min(780px, calc(100dvh - 100px)); }
.hero-copy, .detail-copy { position: relative; z-index: 1; }
.hero-copy h1, .detail-copy h1 { margin: 14px 0 25px; }
.hero-intro { max-width: 58ch; color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.2rem); line-height: 1.75; }
.eyebrow { display: inline-block; color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: .67rem; line-height: 1.2; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px 0 22px; border: 0; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .4s var(--ease), background .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease); }
.button svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: rgba(255,255,255,.17); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(50,43,34,.13); }
.button:active { transform: translateY(0) scale(.98); }
.button:disabled { opacity: .62; cursor: wait; transform: none; }
.button-accent { background: var(--clay); color: var(--white); }
.button-accent:hover { background: var(--clay-dark); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #3a4540; color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: .78rem; font-weight: 800; border-bottom: 1px solid rgba(38,48,45,.25); padding-bottom: 4px; transition: color .3s var(--ease), border-color .3s var(--ease); }
.text-link:hover { color: var(--clay-dark); border-color: var(--clay); }
.hero-visual, .detail-image { position: relative; min-height: 510px; border-radius: var(--radius-xl); padding: 7px; background: rgba(124,145,129,.20); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.hero-visual::before, .detail-image::before { content: ''; position: absolute; width: 110px; height: 110px; left: -30px; bottom: -27px; border-radius: 18px; background: var(--clay); opacity: .85; }
.hero-visual img, .detail-image img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 496px; object-fit: cover; border-radius: calc(var(--radius-xl) - 7px); }
.image-caption, .image-label { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; justify-content: space-between; gap: 12px; color: var(--white); font-family: 'DM Mono', monospace; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.image-label { right: 26px; left: auto; padding: 8px 11px; background: rgba(38,48,45,.72); border-radius: 999px; text-shadow: none; }

.proof-strip { width: min(1220px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { display: flex; align-items: center; gap: 14px; padding: 24px 25px; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }
.proof-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--clay-dark); background: rgba(201,107,75,.10); border-radius: 50%; }
.proof-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.proof-strip b, .proof-strip small { display: block; }
.proof-strip b { font-size: .78rem; }
.proof-strip small { margin-top: 3px; color: var(--muted); font-size: .7rem; }

.section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 128px 0; }
.intro-split, .image-story, .area-callout, .local-guide, .standards-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: start; gap: clamp(48px, 10vw, 160px); }
.intro-split h2, .image-story h2, .area-callout h2, .local-guide h2, .standards-grid h2 { margin-top: 14px; }
.intro-split p, .image-story p, .area-callout p, .local-guide p, .standards-grid p { max-width: 60ch; color: var(--muted); }
.intro-split .text-link { margin-top: 14px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { margin-top: 14px; }
.section-note { max-width: 40ch; color: var(--muted); font-size: .92rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-grid-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { display: grid; grid-template-columns: minmax(130px, .75fr) minmax(0, 1.25fr); min-height: 252px; overflow: hidden; background: var(--paper-2); border: 1px solid rgba(38,48,45,.09); border-radius: var(--radius-lg); box-shadow: 0 14px 40px rgba(50,43,34,.05); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-image { overflow: hidden; min-height: 100%; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover .card-image img { transform: scale(1.06); }
.card-content { padding: 24px 22px 23px; display: flex; flex-direction: column; align-items: flex-start; }
.card-kicker, .guide-number, .scope-item > span { color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: .72rem; }
.card-content h3 { margin: 18px 0 11px; }
.card-content p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.65; }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--clay-dark); font-size: .72rem; font-weight: 800; }
.image-story { align-items: center; }
.story-image { position: relative; padding: 7px; background: rgba(124,145,129,.20); border-radius: var(--radius-xl); transform: rotate(-1.4deg); box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 590px; object-fit: cover; border-radius: calc(var(--radius-xl) - 7px); }
.story-copy { padding-left: 4vw; }
.story-copy p { margin-top: 23px; }
.check-list { display: grid; gap: 11px; margin: 27px 0 32px; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; color: var(--clay); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.area-section { padding-top: 70px; }
.location-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-grid-large { grid-template-columns: repeat(3, minmax(0,1fr)); }
.location-link { position: relative; min-height: 106px; display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 20px 42px 20px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s var(--ease), color .35s var(--ease); }
.location-link:hover { background: rgba(201,107,75,.09); }
.location-link span { font-size: .9rem; font-weight: 800; }
.location-link small { color: var(--muted); font-size: .7rem; }
.location-link svg { position: absolute; right: 18px; top: 50%; width: 18px; transform: translateY(-50%); color: var(--clay-dark); }
.cta-band { width: min(1220px, calc(100% - 40px)); margin: 0 auto 128px; padding: 60px; display: flex; align-items: end; justify-content: space-between; gap: 44px; color: var(--white); background: var(--ink); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.cta-band h2 { margin: 13px 0 15px; color: var(--white); }
.cta-band p { max-width: 52ch; margin: 0; color: rgba(255,253,248,.72); }

.detail-hero { padding-top: 105px; }
.detail-copy h1 { max-width: 11ch; }
.detail-image { min-height: 570px; }
.detail-image img { min-height: 556px; }
.detail-intro, .combo-answer { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: start; gap: 100px; }
.answer-block { padding: 34px 0 0; border-top: 1px solid var(--ink); }
.answer-block h2 { max-width: 18ch; margin: 14px 0 20px; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.answer-block p { max-width: 64ch; color: var(--muted); }
.fact-list { border-top: 1px solid var(--line); }
.fact-list > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.fact-list small { color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.fact-list strong { font-size: .83rem; }
.fact-list span { grid-column: 2; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-item { min-height: 220px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(251,248,242,.36); }
.scope-item h3 { margin: 32px 0 12px; font-size: 1.05rem; }
.scope-item p { color: var(--muted); font-size: .78rem; line-height: 1.6; }
.questions-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.questions-section h2 { margin-top: 14px; }
.question-list details, .faq-section details { border-top: 1px solid var(--line); }
.question-list details:last-child, .faq-section details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; font-size: .95rem; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: 1.2rem; font-weight: 400; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 65ch; padding: 0 40px 22px 0; color: var(--muted); font-size: .84rem; }
.mini-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mini-service-grid .service-card { grid-template-columns: 1fr; min-height: 0; }
.mini-service-grid .card-image { height: 170px; }
.mini-service-grid .card-content { min-height: 220px; }
.link-row { display: flex; justify-content: space-between; gap: 20px; padding-top: 0; }
.area-callout { align-items: center; padding: 80px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area-mark { justify-self: end; width: 190px; height: 190px; display: grid; place-content: center; gap: 10px; text-align: center; border-radius: 50%; background: var(--sage); color: var(--white); font-family: 'DM Mono', monospace; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; transform: rotate(6deg); }
.area-mark svg { width: 27px; height: 27px; margin: 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.narrow { max-width: 760px; }

.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.guide-card { min-height: 330px; display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 38px 32px; background: var(--paper); transition: background .35s var(--ease), transform .35s var(--ease); }
.guide-card:hover { position: relative; z-index: 1; background: var(--paper-2); transform: translateY(-3px); }
.guide-card h2 { max-width: 18ch; margin: 15px 0; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
.guide-card p { color: var(--muted); font-size: .82rem; }
.article { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 120px; }
.article-header { max-width: 860px; padding-bottom: 70px; }
.article-header h1 { max-width: 13ch; margin: 16px 0 25px; font-size: clamp(2.7rem, 6vw, 5.7rem); }
.article-lede { max-width: 70ch; color: var(--muted); font-size: 1.12rem; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 32px; color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 100px; align-items: start; }
.article-main { max-width: 740px; }
.article-main > section { padding-top: 56px; }
.article-main h2 { max-width: 20ch; margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.article-main p { color: var(--muted); }
.article-main .answer-block { padding: 30px; background: rgba(201,107,75,.08); border-top: 0; border-left: 3px solid var(--clay); border-radius: 0 20px 20px 0; }
.article-main .answer-block p { margin: 13px 0 0; color: var(--ink); font-size: 1.02rem; }
.article-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.article-list li { display: flex; gap: 12px; color: var(--muted); font-size: .9rem; }
.article-list svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 4px; color: var(--clay); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.aside-card { position: sticky; top: 105px; display: grid; gap: 13px; padding: 22px; border-top: 1px solid var(--ink); }
.aside-card a { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 800; }
.aside-card a svg { width: 15px; height: 15px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; }
.aside-note { position: static; margin-top: 32px; background: rgba(124,145,129,.11); border-top: 0; border-radius: 18px; }
.aside-note p { margin: 0; color: var(--muted); font-size: .75rem; }
.article-cta { margin-top: 70px; padding: 34px; background: var(--ink); border-radius: 22px; }
.article-cta h2 { color: var(--white); }
.article-cta p { color: rgba(255,253,248,.72); }
.article-cta .eyebrow { color: #edaa8c; }
.faq-section details p { padding-right: 0; }

.contact-hero { padding-bottom: 45px; }
.contact-hero h1 { margin: 14px 0 22px; }
.contact-note { max-width: 350px; justify-self: end; padding: 28px; background: rgba(124,145,129,.13); border-radius: 24px; }
.contact-note .check-list { margin-bottom: 0; }
.contact-section { padding-top: 45px; }
.lead-form { padding: clamp(26px, 5vw, 56px); background: var(--paper-2); border: 1px solid rgba(38,48,45,.1); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.form-heading h2 { margin: 13px 0 13px; }
.form-heading p { max-width: 52ch; color: var(--muted); font-size: .85rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 36px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span, .consent { font-size: .72rem; font-weight: 800; }
.form-grid b, .consent b { color: var(--clay-dark); }
.form-grid small { color: var(--muted); font-weight: 500; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgba(38,48,45,.18); border-radius: 12px; background: var(--paper); color: var(--ink); padding: 12px 14px; outline: none; transition: border .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease); }
.form-grid textarea { min-height: 140px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 4px rgba(201,107,75,.12); background: var(--white); }
.field-wide { grid-column: 1 / -1; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 24px 0; color: var(--muted); font-weight: 500; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--clay); }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.form-status.is-success { color: #2d6c4a; }
.form-status.is-error { color: var(--clay-dark); }
.notice-panel { padding: 40px; background: rgba(201,107,75,.09); border-left: 3px solid var(--clay); border-radius: 0 22px 22px 0; }
.notice-panel h2 { margin: 13px 0; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.notice-panel p { max-width: 70ch; margin: 0; color: var(--muted); }
.empty-page { width: min(900px, calc(100% - 40px)); min-height: 70dvh; margin: 0 auto; display: grid; place-content: center; align-items: center; padding: 110px 0; }
.empty-page h1 { margin: 14px 0; }

.site-footer { padding: 80px max(20px, calc((100vw - 1220px) / 2)) 26px; background: #e9e2d8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 80px; padding-bottom: 60px; }
.footer-brand { margin-bottom: 17px; }
.footer-note { max-width: 28ch; color: var(--muted); font-size: .82rem; }
.site-footer > .footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.site-footer a { transition: color .25s var(--ease); }
.site-footer a:hover { color: var(--clay-dark); }
.footer-label { margin-bottom: 7px; color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer > .footer-grid > div:not(:first-child) a { color: var(--muted); font-size: .76rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(38,48,45,.13); color: var(--muted); font-size: .65rem; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease) var(--delay, 0ms), transform .75s var(--ease) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  h1 { font-size: clamp(2.65rem, 10vw, 5rem); }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .page-hero, .detail-hero, .contact-hero { grid-template-columns: 1fr; gap: 42px; padding-top: 75px; }
  .hero-visual, .detail-image { min-height: 430px; transform: none; }
  .hero-visual img, .detail-image img { min-height: 416px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip > div:last-child { border-bottom: 0; }
  .service-grid-wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .scope-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .questions-section { grid-template-columns: 1fr; gap: 45px; }
  .detail-intro, .combo-answer { grid-template-columns: 1fr; gap: 55px; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }
  .aside-card { position: static; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .aside-note { margin-top: 0; }
  .footer-grid { gap: 45px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer-bottom span:nth-child(2), .footer-bottom span:last-child { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { padding: 10px 10px 0; }
  .nav-shell { padding-left: 13px; }
  .brand { font-size: .78rem; }
  .brand-mark { width: 31px; height: 31px; font-size: .88rem; }
  .mobile-menu { right: 10px; width: min(340px, calc(100% - 20px)); }
  .page-hero, .detail-hero, .contact-hero, .section, .article { width: min(100% - 32px, 1220px); }
  .cta-band { width: calc(100% - 32px); margin-bottom: 80px; padding: 32px 24px; align-items: start; flex-direction: column; }
  .section { padding: 80px 0; }
  .page-hero { min-height: 0; padding-top: 63px; padding-bottom: 60px; }
  .hero-visual, .detail-image { min-height: 320px; }
  .hero-visual img, .detail-image img { min-height: 306px; }
  .hero-visual::before, .detail-image::before { width: 70px; height: 70px; left: -10px; bottom: -12px; }
  .image-caption { right: 15px; bottom: 15px; left: 15px; font-size: .55rem; }
  .image-label { right: 15px; bottom: 15px; font-size: .55rem; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading .text-link { margin-top: 18px; }
  .intro-split, .image-story, .area-callout, .local-guide, .standards-grid { grid-template-columns: 1fr; gap: 34px; }
  .story-copy { padding-left: 0; }
  .story-image img { height: 360px; }
  .service-grid, .service-grid-wide, .mini-service-grid, .guide-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 125px 1fr; min-height: 220px; }
  .service-grid-wide .service-card { grid-template-columns: 115px 1fr; }
  .card-content { padding: 19px 17px; }
  .card-content h3 { margin-top: 13px; font-size: 1.1rem; }
  .card-content p { font-size: .73rem; }
  .location-grid, .location-grid-large { grid-template-columns: 1fr 1fr; }
  .location-link { min-height: 100px; padding: 16px 32px 16px 14px; }
  .location-link span { font-size: .78rem; }
  .location-link small { font-size: .61rem; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-item { min-height: 0; }
  .link-row { flex-direction: column; align-items: flex-start; }
  .area-mark { justify-self: start; width: 135px; height: 135px; font-size: .68rem; }
  .article { padding-top: 75px; }
  .article-header { padding-bottom: 45px; }
  .article-header h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .article-layout { gap: 30px; }
  .article-aside { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; padding: 27px 20px; grid-template-columns: 40px 1fr; gap: 14px; }
  .guide-card h2 { font-size: 1.55rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .lead-form { padding: 24px 18px; }
  .contact-note { justify-self: stretch; }
  .notice-panel { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

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