/* Gone Stumpin — Scroll World homepage (survey-sheet world)
   Palette: sheet #F8F9F4, ink #0F1209, lime #A8CE1F (fills and marks only), pencil #4D5745.
   Type: Bricolage Grotesque (variable: opsz, wdth, wght). Wordmark: Anton + Permanent Marker. */

@font-face { font-family: "Bricolage Grotesque"; src: url("assets/fonts/BricolageGrotesque-var.woff2") format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Anton"; src: url("assets/fonts/Anton-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Permanent Marker"; src: url("assets/fonts/PermanentMarker-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }

:root {
  --sheet: #F8F9F4;
  --sheet-2: #EEF1E6;
  --ink: #0F1209;
  --ink-2: #4D5745;
  --lime: #A8CE1F;
  --lime-2: #7E9C12;
  --logo-black: #000000;
  --rule: 1px solid var(--ink);
  --rule-soft: 1px solid #B8C0AC;
  --font: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --head-h: 68px;
  --gutter: clamp(18px, 4vw, 56px);
  --measure: 62ch;
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--sheet); color: var(--ink);
  font-family: var(--font); font-size: 1.0625rem; line-height: 1.5; font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--lime); color: var(--ink); }
html { scrollbar-color: var(--ink) var(--sheet-2); caret-color: var(--ink); accent-color: var(--lime-2); }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; box-shadow: 0 0 0 1px var(--ink); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

/* ------------------------------------------------------------------ type */
h1, h2, h3 { font-family: var(--font); font-stretch: 80%; font-weight: 750; line-height: 1; letter-spacing: -0.015em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
p { margin: 0; }
.label { font-stretch: 85%; font-weight: 650; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.lede { font-size: clamp(1.1rem, 1.4vw, 1.25rem); line-height: 1.45; max-width: 46ch; background: var(--sheet); }
.lede--gap { margin-bottom: var(--s-6); }
.mark { background: linear-gradient(transparent 58%, var(--lime) 58%, var(--lime) 92%, transparent 92%); padding: 0 0.08em; }

/* -------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2); min-height: 48px; padding: 0.7rem 1.35rem; border: 1.5px solid var(--ink); background: var(--sheet); color: var(--ink); font: inherit; font-weight: 650; font-stretch: 90%; letter-spacing: 0.01em; text-decoration: none; cursor: pointer; transition: transform 150ms var(--ease-out), background-color 150ms; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--lime); border-color: var(--ink); }
.btn--primary:hover { background: #B9DB3A; }
.btn--ghost { background: transparent; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.text-link { font-weight: 650; }

/* --------------------------------------------------------------- header */
.skip-link { position: absolute; left: var(--gutter); top: -100px; z-index: 1000; padding: var(--s-3) var(--s-4); background: var(--ink); color: var(--sheet); font-weight: 650; }
.skip-link:focus { top: var(--s-3); }

.site-head { position: sticky; top: 0; z-index: 500; background: var(--sheet); border-bottom: var(--rule); height: var(--head-h); }
.site-head__inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; }
.brand { display: flex; align-items: center; gap: var(--s-3); padding: 0 var(--s-4) 0 var(--gutter); background: var(--logo-black); color: #F8F8F8; text-decoration: none; border-right: var(--rule); }
.brand__badge { width: 44px; height: 44px; }
.brand__word { display: grid; line-height: 0.95; }
.brand__gone { font-family: "Anton", var(--font); font-size: 1.55rem; letter-spacing: 0.02em; color: var(--lime); text-transform: uppercase; }
.brand__stumpin { font-family: "Permanent Marker", var(--font); font-size: 1.05rem; color: #F8F8F8; margin-top: -0.05em; }
.site-nav { display: flex; align-items: stretch; justify-content: center; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; }
.site-nav a { display: flex; align-items: center; padding: 0 clamp(10px, 1.4vw, 20px); font-stretch: 85%; font-weight: 650; font-size: 0.92rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-left: var(--rule-soft); }
.site-nav li:last-child a { border-right: var(--rule-soft); }
.site-nav a:hover { background: var(--sheet-2); }
.head-cta { display: flex; align-items: center; padding: 0 var(--gutter) 0 var(--s-4); }
.head-cta .btn { min-height: 42px; padding: 0.5rem 1.1rem; }
.menu-toggle { display: none; }

/* ------------------------------------------------------------- the film */
.film { position: relative; background: #FFFFFF; border-bottom: var(--rule); }
.film-stage { display: none; }
.film.is-world { /* height set by the engine */ }
.film.is-world .film-stage { display: block; position: sticky; top: var(--head-h); height: calc(100vh - var(--head-h)); height: calc(100dvh - var(--head-h)); overflow: hidden; }

.sw-stage { position: absolute; inset: 0; }
.sw-scenes { position: absolute; inset: 0; z-index: 1; }
.sw-scene { position: absolute; inset: 0; opacity: 0; overflow: hidden; will-change: opacity; }
.sw-scene__still, .sw-scene__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.sw-scene__still { will-change: transform; transform-origin: center 45%; }
.sw-scene.has-clip .sw-scene__still { opacity: 0; }
.sw-scene__video { z-index: 1; }

.sw-notes { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.sw-note { position: absolute; left: var(--gutter); top: 50%; translate: 0 -50%; width: min(38vw, 520px); padding: var(--s-5) var(--s-6) var(--s-6); background: rgba(248, 249, 244, 0.94); border: var(--rule); opacity: 0; will-change: opacity, transform; visibility: hidden; }
.sw-note.is-active { visibility: visible; pointer-events: auto; }
.sw-note--right { left: auto; right: calc(var(--gutter) + 56px); }
.sw-note::before { content: ""; position: absolute; left: -1px; top: -1px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27%3E%3Cpath d=%27M0 0h22v4H4v18H0z%27 fill=%27%23A8CE1F%27/%3E%3C/svg%3E") no-repeat; }
.sw-note .station { font-stretch: 85%; font-weight: 650; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--ink-2); margin-top: var(--s-5); padding-top: var(--s-3); border-top: var(--rule-soft); }
.sw-note h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.sw-note p { margin-top: var(--s-4); max-width: 42ch; }
.sw-note .tags { margin-top: var(--s-5); }
.sw-note .beat-actions { margin-top: var(--s-5); display: flex; flex-wrap: wrap; gap: var(--s-3); }

.sw-rail { position: absolute; right: clamp(14px, 2.4vw, 32px); top: 50%; transform: translateY(-50%); z-index: 6; }
.sw-rail ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; position: relative; }
.sw-rail ol::before { content: ""; position: absolute; left: 50%; top: 10px; bottom: 10px; width: 1px; background: var(--ink); opacity: 0.35; transform: translateX(-50%); }
.sw-rail__dot { position: relative; width: 28px; height: 28px; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center; padding: 0; }
.sw-rail__dot i { width: 12px; height: 12px; border: 1.5px solid var(--ink); background: var(--sheet); transform: rotate(45deg); transition: background-color 200ms, transform 200ms var(--ease-out); }
.sw-rail__dot:hover i, .sw-rail__dot.is-active i { background: var(--lime); transform: rotate(45deg) scale(1.25); }
.sw-rail__label { position: absolute; right: 34px; top: 50%; transform: translateY(-50%); white-space: nowrap; font-size: 0.85rem; font-weight: 650; font-stretch: 85%; letter-spacing: 0.1em; text-transform: uppercase; background: var(--sheet); border: var(--rule); padding: 4px 10px; opacity: 0; transition: opacity 200ms; pointer-events: none; }
.sw-rail__dot:hover .sw-rail__label, .sw-rail__dot.is-active .sw-rail__label, .sw-rail__dot:focus-visible .sw-rail__label { opacity: 1; }

.sw-progress { position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--sheet-2); z-index: 7; }
.sw-progress span { display: block; height: 100%; width: 100%; background: var(--lime); transform-origin: 0 50%; transform: scaleX(0); }
.sw-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 650; font-stretch: 85%; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: rgba(248, 249, 244, 0.9); padding: 8px 12px; border: var(--rule); transition: opacity 300ms; }
.sw-hint i { width: 18px; height: 28px; border: 1.5px solid var(--ink); position: relative; }
.sw-hint i::after { content: ""; position: absolute; left: 50%; top: 5px; width: 4px; height: 7px; background: var(--lime); transform: translateX(-50%); animation: hint-wheel 1.7s ease-in-out infinite; }
@keyframes hint-wheel { 0% { opacity: 0; top: 5px; } 40% { opacity: 1; } 100% { opacity: 0; top: 15px; } }

/* -------- static figure sequence (phones, reduced motion, no JS, and while no engine) */
.figures { display: grid; }
.figure { margin: 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); border-bottom: var(--rule); }
.figure:last-child { border-bottom: 0; }
.figure__media { position: relative; background: #FFFFFF; border-right: var(--rule); }
.figure__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.figure__media::after { content: ""; position: absolute; right: 0; bottom: 0; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27%3E%3Cpath d=%27M22 22H0v-4h18V0h4z%27 fill=%27%23A8CE1F%27/%3E%3C/svg%3E") no-repeat; }
.figure figcaption { padding: clamp(24px, 4vw, 56px) var(--gutter); display: grid; align-content: center; gap: var(--s-4); }
.figure .station { font-stretch: 85%; font-weight: 650; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--ink-2); padding-top: var(--s-3); border-top: var(--rule-soft); }
.figure h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.figure p { max-width: 46ch; }
.tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.tags li { font-size: 0.82rem; font-weight: 650; font-stretch: 90%; padding: 5px 10px; border: var(--rule); background: var(--sheet); position: relative; padding-left: 22px; }
.tags li::before { content: ""; position: absolute; left: 8px; top: 50%; width: 8px; height: 8px; background: var(--lime); border: 1px solid var(--ink); transform: translateY(-50%) rotate(45deg); }
.beat-actions { display: flex; flex-wrap: wrap; gap: var(--s-3); }

/* ------------------------------------------------------------- sections */
.section { position: relative; padding: clamp(56px, 8vw, 112px) var(--gutter); border-bottom: var(--rule); }
/* the plat is one continuous drawing under the whole sheet; it scrolls with the page */
main { background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271600%27 height=%271400%27 viewBox=%270 0 1600 1400%27%3E%3Cg fill=%27none%27 stroke=%27%230F1209%27 stroke-opacity=%27.16%27 stroke-width=%271%27%3E%3Cpath d=%27M0 84.5H1600M96.5 0V1400M0 1316.5H1600M1504.5 0V1400%27/%3E%3Cpath d=%27M0 700.5H1600M800.5 0V1400%27 stroke-dasharray=%2710 8%27/%3E%3Cpath d=%27M96.5 84.5H1504.5%27 stroke-dasharray=%272 6%27/%3E%3Ccircle cx=%27212%27 cy=%27236%27 r=%2712%27/%3E%3Ccircle cx=%27212%27 cy=%27236%27 r=%272%27/%3E%3Ccircle cx=%271248%27 cy=%27318%27 r=%2715%27/%3E%3Ccircle cx=%271248%27 cy=%27318%27 r=%272%27/%3E%3Ccircle cx=%27462%27 cy=%271042%27 r=%2710%27/%3E%3Ccircle cx=%27462%27 cy=%271042%27 r=%272%27/%3E%3Ccircle cx=%271040%27 cy=%27880%27 r=%278%27/%3E%3C/g%3E%3Cg fill=%27%230F1209%27 fill-opacity=%27.32%27 font-family=%27sans-serif%27 font-size=%2710%27%3E%3Ctext x=%27300%27 y=%2778%27%3EN 89%C2%B012%27 E  148.20%27%3C/text%3E%3Ctext x=%271020%27 y=%271310%27%3ES 88%C2%B054%27 W  131.75%27%3C/text%3E%3Ctext x=%27100%27 y=%27520%27 transform=%27rotate(-90 100 520)%27%3ES 00%C2%B048%27 E  110.00%27%3C/text%3E%3Ctext x=%271508%27 y=%271000%27 transform=%27rotate(-90 1508 1000)%27%3EN 01%C2%B006%27 W  95.40%27%3C/text%3E%3C/g%3E%3C/svg%3E") repeat, var(--sheet); background-size: 1600px 1400px, auto; background-position: center top, 0 0; }
.section::after { content: ""; position: absolute; right: clamp(10px, 1.5vw, 24px); top: clamp(14px, 2vw, 28px); width: 28px; height: 44px; background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%27 height=%2744%27 viewBox=%270 0 28 44%27%3E%3Cg fill=%27none%27 stroke=%27%230F1209%27 stroke-opacity=%27.45%27 stroke-width=%271.2%27%3E%3Cpath d=%27M14 42V14M14 14l-6 8M14 14l6 8%27/%3E%3Ccircle cx=%2714%27 cy=%2732%27 r=%278%27/%3E%3C/g%3E%3Ctext x=%2714%27 y=%2710%27 text-anchor=%27middle%27 font-family=%27sans-serif%27 font-size=%2710%27 fill=%27%230F1209%27 fill-opacity=%27.5%27%3EN%3C/text%3E%3C/svg%3E") no-repeat; pointer-events: none; }
.section__inner { max-width: 1240px; margin: 0 auto; background: var(--sheet); padding: clamp(20px, 3vw, 40px) clamp(16px, 2.5vw, 40px); }
.section-title { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: var(--s-4); margin-bottom: clamp(28px, 4vw, 56px); }
.section-title::after { content: ""; height: 1px; background: var(--ink); margin-bottom: 0.3em; }
.section-title h2 { background: var(--sheet); padding-right: var(--s-2); display: flex; align-items: baseline; gap: var(--s-3); text-transform: uppercase; letter-spacing: 0.01em; font-size: clamp(1.9rem, 3.6vw, 3rem); }
.section-title h2::before { content: ""; width: 14px; height: 14px; background: var(--lime); border: 1.5px solid var(--ink); transform: rotate(45deg); flex: none; }

/* stump work */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.split__copy { display: grid; gap: var(--s-5); background: var(--sheet); }
.finish { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-3); }
.finish li { border: 1.5px dashed var(--ink-2); padding: var(--s-4) var(--s-5); display: grid; gap: var(--s-1); background: var(--sheet); }
.finish li strong { font-stretch: 85%; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem; }
.finish li:first-child { border-style: solid; border-color: var(--ink); background: #FFFFFF; }
.plate { border: var(--rule); background: #FFFFFF; position: relative; }
.plate img { width: 100%; }
.plate figcaption { padding: var(--s-3) var(--s-4); border-top: var(--rule); font-size: 0.85rem; color: var(--ink-2); }
.plate::before { content: ""; position: absolute; left: -1px; top: -1px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27%3E%3Cpath d=%27M0 0h22v4H4v18H0z%27 fill=%27%23A8CE1F%27/%3E%3C/svg%3E") no-repeat; z-index: 1; }

/* services */
.services-lead { display: grid; grid-template-columns: auto 1fr; gap: var(--s-5); align-items: center; border: var(--rule); background: #FFFFFF; padding: var(--s-5) var(--s-6); margin-bottom: var(--s-6); }
.services-lead img { width: 96px; height: 96px; border: var(--rule); border-radius: 50%; background: var(--logo-black); }
.services-lead h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
.services-lead p { margin-top: var(--s-2); max-width: 60ch; }
.service-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: var(--rule); background: var(--sheet); }
.service-group { padding: var(--s-5) var(--s-6); border-right: var(--rule); }
.service-group:last-child { border-right: 0; }
.service-group h3 { font-size: 1.05rem; font-stretch: 85%; letter-spacing: 0.08em; text-transform: uppercase; padding-bottom: var(--s-3); border-bottom: var(--rule); margin-bottom: var(--s-4); }
.service-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-4); }
.service-group li strong { display: block; font-weight: 700; }
.service-group li span { color: var(--ink-2); font-size: 0.95rem; }
.services-cta { margin-top: var(--s-6); display: flex; gap: var(--s-4); flex-wrap: wrap; align-items: center; }
.services-cta__note { color: var(--ink-2); }

/* why */
.reasons { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: var(--rule); background: var(--sheet); }
.reasons li { padding: var(--s-5) var(--s-6); border-bottom: var(--rule); border-right: var(--rule); display: grid; gap: var(--s-2); }
.reasons li:nth-child(2n) { border-right: 0; }
.reasons li:last-child { border-bottom: 0; }
.reasons .reasons__wide { grid-column: 1 / -1; border-right: 0; }
.reasons strong { font-stretch: 85%; font-weight: 700; font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.1; }
.reasons span { color: var(--ink-2); }
.owner-note { margin-top: var(--s-6); display: grid; grid-template-columns: auto 1fr; gap: var(--s-5); align-items: center; background: var(--sheet); border: var(--rule); padding: var(--s-4); }
.owner-note img { width: 140px; height: 140px; background: var(--logo-black); border: var(--rule); }
.owner-note p { max-width: 60ch; }

/* area */
.area { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.area__intro { display: grid; gap: var(--s-4); background: var(--sheet); align-content: start; }
.stations { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: var(--rule); background: var(--sheet); }
.stations li { padding: var(--s-4) var(--s-5); border-right: var(--rule); border-bottom: var(--rule); font-weight: 650; font-stretch: 90%; display: flex; align-items: center; gap: var(--s-3); }
.stations li:nth-child(3n) { border-right: 0; }
.stations li:nth-last-child(-n+3) { border-bottom: 0; }
.stations li::before { content: ""; width: 10px; height: 10px; background: var(--lime); border: 1.5px solid var(--ink); transform: rotate(45deg); flex: none; }
.stations li:first-child::before { background: var(--ink); }
.area__note { margin-top: var(--s-4); color: var(--ink-2); font-size: 0.95rem; background: var(--sheet); display: inline-block; }

/* estimate form */
.estimate { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.estimate__intro { display: grid; gap: var(--s-4); position: sticky; top: calc(var(--head-h) + 24px); background: var(--sheet); }
.preview-note { border: 1.5px dashed var(--ink-2); padding: var(--s-3) var(--s-4); font-size: 0.92rem; color: var(--ink-2); background: var(--sheet); }
.form { border: var(--rule); background: #FFFFFF; padding: clamp(20px, 3vw, 40px); display: grid; gap: var(--s-5); }
.field { display: grid; gap: var(--s-2); border: 0; padding: 0; margin: 0; min-width: 0; }
.field label, .field legend { font-weight: 700; font-stretch: 90%; }
.field legend { padding: 0; margin-bottom: var(--s-2); }
.field input, .field select, .field textarea { font: inherit; color: var(--ink); background: var(--sheet); border: 1.5px solid var(--ink); padding: 0.7rem 0.85rem; min-height: 48px; width: 100%; border-radius: 0; }
.field textarea { resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-width: 2.5px; background: #FFFFFF; }
.field-hint { font-size: 0.9rem; color: var(--ink-2); }
.field-error { font-size: 0.92rem; font-weight: 700; color: var(--ink); padding-left: 20px; position: relative; }
.field-error::before { content: ""; position: absolute; left: 2px; top: 0.35em; width: 10px; height: 10px; background: var(--lime); border: 1.5px solid var(--ink); transform: rotate(45deg); }
.optional { font-weight: 400; color: var(--ink-2); }
.radio-row { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.radio { display: inline-flex; align-items: center; gap: var(--s-2); border: 1.5px dashed var(--ink-2); padding: 0.55rem 0.85rem; min-height: 44px; cursor: pointer; font-weight: 600; }
.radio:has(input:checked) { border-style: solid; border-color: var(--ink); background: var(--sheet); box-shadow: inset 0 -4px 0 var(--lime); }
.radio input { accent-color: var(--lime-2); width: 18px; height: 18px; margin: 0; }
.form-status { border: 1.5px solid var(--ink); background: var(--lime); color: var(--ink); font-weight: 700; padding: var(--s-3) var(--s-4); }
.form-footnote { font-size: 0.88rem; color: var(--ink-2); }
.summary { border: var(--rule); background: #FFFFFF; padding: clamp(20px, 3vw, 40px); display: grid; gap: var(--s-4); }
.summary-flag { display: inline-block; background: var(--lime); color: var(--ink); font-weight: 700; font-stretch: 90%; font-size: 0.9rem; padding: 4px 8px; justify-self: start; }
.summary dl { margin: 0; display: grid; gap: 0; border: var(--rule); }
.summary dl > div { display: grid; grid-template-columns: 160px 1fr; gap: var(--s-3); padding: var(--s-3) var(--s-4); border-bottom: var(--rule-soft); }
.summary dl > div:last-child { border-bottom: 0; }
.summary dt { font-weight: 700; font-stretch: 90%; color: var(--ink-2); }
.summary dd { margin: 0; overflow-wrap: anywhere; }

/* footer */
.site-foot { padding: clamp(32px, 5vw, 64px) var(--gutter); display: grid; gap: var(--s-5); background: var(--sheet); }
.site-foot__inner { max-width: 1240px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: auto 1fr; gap: var(--s-6); align-items: start; }
.site-foot .brand { border: var(--rule); padding: var(--s-3) var(--s-4); }
.foot-facts { display: grid; gap: var(--s-2); color: var(--ink-2); font-size: 0.95rem; }
.foot-facts strong { color: var(--ink); }
.foot-note { max-width: 1240px; margin: 0 auto; width: 100%; font-size: 0.85rem; color: var(--ink-2); border-top: var(--rule-soft); padding-top: var(--s-4); }

/* ---------------------------------------------------------- responsive */
@media (max-width: 1100px) {
  .service-groups { grid-template-columns: 1fr; }
  .service-group { border-right: 0; border-bottom: var(--rule); }
  .service-group:last-child { border-bottom: 0; }
}
@media (max-width: 860px) {
  :root { --head-h: 60px; }
  main { background-image: none; }
  .section::after { display: none; }
  .site-head__inner { grid-template-columns: auto 1fr auto; }
  .brand { padding-left: var(--s-4); }
  .brand__badge { width: 38px; height: 38px; }
  .brand__gone { font-size: 1.25rem; } .brand__stumpin { font-size: 0.92rem; }
  .head-cta { padding-right: var(--s-3); }
  .head-cta .btn { min-height: 40px; padding: 0.45rem 0.8rem; font-size: 0.9rem; }
  .menu-toggle { display: inline-flex; align-items: center; gap: var(--s-2); min-height: 44px; padding: 0 var(--s-4); border: 0; border-left: var(--rule-soft); background: transparent; font: inherit; font-weight: 650; font-stretch: 85%; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem; cursor: pointer; }
  .menu-toggle__bars { width: 20px; height: 2px; background: var(--ink); box-shadow: 0 -6px 0 var(--ink), 0 6px 0 var(--ink); }
  .site-nav { position: absolute; left: 0; right: 0; top: var(--head-h); background: var(--sheet); border-bottom: var(--rule); display: none; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: var(--s-4) var(--gutter); border: 0; border-bottom: var(--rule-soft); min-height: 48px; }
  .site-nav li:last-child a { border-right: 0; border-bottom: 0; }
  .figure { grid-template-columns: 1fr; }
  .figure__media { border-right: 0; border-bottom: var(--rule); }
  .split, .area, .estimate { grid-template-columns: 1fr; }
  .estimate__intro { position: static; }
  .reasons { grid-template-columns: 1fr; }
  .reasons li { border-right: 0; }
  .reasons li:nth-last-child(2):nth-child(odd) { border-bottom: var(--rule); }
  .stations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stations li:nth-child(3n) { border-right: var(--rule); }
  .stations li:nth-child(2n) { border-right: 0; }
  .stations li:nth-last-child(-n+3) { border-bottom: var(--rule); }
  .stations li:nth-last-child(-n+1) { border-bottom: 0; }
  .stations li:nth-last-child(2):nth-child(odd) { border-bottom: 0; }
  .owner-note { grid-template-columns: 1fr; }
  .site-foot__inner { grid-template-columns: 1fr; }
  .summary dl > div { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 480px) {
}
@media (prefers-reduced-motion: reduce) {
  .btn, .sw-rail__dot i { transition: none; }
  .sw-hint i::after { animation: none; }
}


/* Fable review: balanced tags, centered work illustration, and a useful footer. */
.tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tags li { text-align: center; }
.tags li:last-child:nth-child(3) { grid-column: 1 / -1; justify-self: center; }
.stump-media { align-self: center; display: grid; gap: 24px; text-align: center; min-width: 0; }
.stump-media .plate { margin: 0; }
.stump-media p { margin: 0; }
.site-foot { background: var(--ink); color: var(--sheet); padding: 64px var(--gutter) 24px; gap: 48px; }
.site-foot__inner { grid-template-columns: 1.1fr 1fr 1.2fr; gap: 40px; }
.site-foot .brand { display: inline-flex; border: 0; padding: 0; }
.foot-brand p, .foot-estimate p { color: #c2c8b8; margin: 20px 0 0; }
.foot-nav { display: grid; gap: 12px; align-content: start; }
.site-foot h3 { font-size: 1.15rem; line-height: 1.3; margin-bottom: 6px; }
.foot-nav a { width: fit-content; font-size: .95rem; text-decoration: none; color: #c2c8b8; }
.foot-nav a:hover { color: var(--sheet); text-decoration: underline; }
.foot-estimate .btn { margin-top: 24px; }
.foot-bottom { width: 100%; max-width: 1240px; margin: 0 auto; padding-top: 24px; border-top: 1px solid #39402e; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.foot-bottom p { margin: 0; font-size: .8rem; color: #a9b09e; line-height: 1.7; }
.foot-bottom .agency-credits { font-size: .72rem; text-align: right; }
.agency-credits a { text-decoration-color: #667058; }
@media (max-width: 860px) {
  .site-foot__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-foot { padding-top: 40px; gap: 32px; }
  .site-foot__inner { grid-template-columns: 1fr; gap: 32px; }
  .foot-bottom { flex-direction: column; align-items: start; }
  .foot-bottom .agency-credits { text-align: left; }
}

@media (max-width: 860px) {
  .head-cta { grid-column: 3; justify-self: end; justify-content: flex-end; gap: 12px; }
  .menu-toggle { padding-right: 0; }
  .owner-note img { justify-self: center; }
}

/* Draw the survey rules, leaving content readable before scripts run. */
@keyframes draft-rule { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.section-title.is-drafted::after { transform-origin: left; animation: draft-rule 700ms var(--ease-out) both; }
.btn { transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), transform 120ms var(--ease-out); }
.btn:active { transform: translateY(1px); }
.field input, .field select, .field textarea { transition: border-color 180ms var(--ease-out), background-color 180ms var(--ease-out); }
.field input:focus, .field select:focus, .field textarea:focus { background-color: #fff; }
.radio:has(input:checked) { background: var(--sheet-2); border-style: solid; }
@media (max-width: 600px) {
  .section-title { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .section-title::after { width: 100%; }
  .section-title h2 { font-size: clamp(1.6rem, 7vw, 2rem); }
  .foot-nav a { min-height: 44px; display: flex; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  .section-title.is-drafted::after { animation: none; }
  .btn, .field input, .field select, .field textarea { transition: none; }
  .btn:active { transform: none; }
}

.foot-phone { display: inline-flex; min-height: 44px; align-items: center; color: var(--sheet); text-decoration: none; }
@media (max-width: 600px) {
  .site-foot { padding: 32px 20px 20px; gap: 24px; }
  .site-foot__inner { gap: 22px; }
  .foot-brand p { margin-top: 12px; margin-bottom: 8px; }
  .foot-nav { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 16px; row-gap: 0; }
  .foot-nav h3 { grid-column: 1 / -1; margin-bottom: 8px; }
  .foot-nav a { font-size: .9rem; line-height: 1.4; }
  .foot-estimate p { margin-top: 8px; }
  .foot-estimate .btn { width: 100%; margin-top: 16px; min-height: 48px; }
  .foot-bottom { padding-top: 16px; gap: 12px; }
  .foot-bottom .agency-credits { font-size: 12px; }
  input, select, textarea { font-size: 16px; }
}

@media (min-width: 861px) {
  .site-nav li { display: flex; align-items: stretch; }
  .site-nav a { height: 100%; }
  .stump-media { padding-top: clamp(72px, 9vw, 112px); }
}
