/* RV Renovators preview. Written 2026-09-18, fourth pass (rebuilt from the ground up). */
@font-face { font-family: "Red Hat Display"; src: url("/assets/fonts/RedHatDisplay.woff2") format("woff2"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("/assets/fonts/RedHatText.woff2") format("woff2"); font-weight: 400 600; font-display: swap; }
@font-face { font-family: "RH fallback"; src: local("Helvetica Neue"), local("Arial"); size-adjust: 97%; ascent-override: 98%; descent-override: 29%; }

:root {
  --paper: #f5f5f3;          /* booth white */
  --white: #ffffff;
  --ink: #15171a;
  --ink-2: #4a5057;
  --steel: #676e76;          /* primer grey, for small text */
  --line: #dcdfe1;
  --mark: #ff5a1f;           /* the adjuster's paint marker */
  --display: "Red Hat Display", "RH fallback", system-ui, sans-serif;
  --text: "Red Hat Text", "RH fallback", system-ui, sans-serif;
  --gut: clamp(20px, 4vw, 56px);
  --max: 1360px;
  --edge: max(var(--gut), calc((100vw - var(--max)) / 2 + var(--gut)));
  --hh: 68px;
  --r: 14px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --pad: clamp(96px, 11vw, 168px);
}
@media (max-width: 520px) { :root { --hh: 60px; } }
@media (max-width: 600px) { :root { --pad: 52px; } }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--hh) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--text); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -0.035em; margin: 0; text-wrap: balance; }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--mark); outline-offset: 3px; border-radius: 4px; }
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }
cite { display: block; margin-top: 12px; font: 400 14px/1.3 var(--text); font-style: normal; color: var(--steel); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font: 500 16px/1 var(--text); text-decoration: none; border: 0; cursor: pointer; white-space: nowrap; transition: background-color .2s, transform .2s var(--ease); }
.btn:active { transform: scale(.98); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #2b3036; }
.btn-hit { background: var(--mark); color: #fff; }
.btn-hit:hover { background: #e84c12; }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: 15px; }
.btn-lg { min-height: 56px; padding: 0 30px; font-size: 17px; }

.sec-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 20px 64px; align-items: end; margin-bottom: clamp(48px, 5.5vw, 80px); }
.sec-head h2 { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.02; }
.sec-head p { color: var(--ink-2); font-size: 18px; max-width: 42ch; }
@media (max-width: 900px) { .sec-head { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .sec-head { gap: 16px; margin-bottom: 36px; } }

/* header */
.top { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--paper) 86%, transparent); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.top-in { max-width: var(--max); margin-inline: auto; padding: 0 var(--gut); height: calc(var(--hh) - 1px); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; text-decoration: none; font: 600 18px/1 var(--display); letter-spacing: -0.02em; white-space: nowrap; }
.brand small { font: 400 14px/1 var(--text); color: var(--steel); letter-spacing: 0; margin-left: 2px; }
.brand-mark { width: 22px; height: 12px; border: 1.6px solid currentColor; border-radius: 3px 7px 2px 2px; position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--mark); right: 3px; top: 2px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-size: 15px; color: var(--ink-2); transition: color .2s; }
.nav a:hover { color: var(--ink); }
.top-act { display: flex; align-items: center; gap: 18px; }
.top-phone { font: 500 15px/1 var(--display); text-decoration: none; font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 1080px) { .nav { display: none; } .top-act { margin-left: auto; } }
@media (max-width: 520px) {
  .top-in { gap: 12px; }
  .brand small, .top-act .btn-sm { display: none; }
  .top-phone { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; background: var(--ink); color: #fff; }
}

/* photos that swap or compare */
.shot-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare { cursor: ew-resize; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.compare .after { clip-path: inset(0 0 0 var(--pos)); z-index: 2; }
.compare img, .compare svg { pointer-events: none; -webkit-user-drag: none; user-select: none; -webkit-user-select: none; }
.grip { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; margin-left: -1px; background: #fff; z-index: 3; box-shadow: 0 0 0 .5px rgba(0, 0, 0, .12); pointer-events: none; }
.grip::after { content: ""; position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: #fff; box-shadow: 0 6px 22px rgba(21, 23, 26, .24); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cpath d='M19 17l-6 6 6 6M27 17l6 6-6 6' fill='none' stroke='%2315171a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; pointer-events: none; }
.compare:has(.range:focus-visible) .grip::after { outline: 2px solid var(--mark); outline-offset: 3px; }
.cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 64px 24px 20px; background: linear-gradient(to top, rgba(12, 14, 16, .58), transparent); color: #fff; font: 500 15px/1.4 var(--text); pointer-events: none; }
.compare .cap, .pair .cap { right: 50%; }
@keyframes fill { from { opacity: 0; } }
.is-in { animation: fill .45s ease both; }

/* ---------- 1. the adjuster's marker ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: calc(100svh - var(--hh)); min-height: 620px; max-height: 1000px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px clamp(32px, 5vw, 88px) 48px var(--edge); }
.hero h1 { font-size: clamp(44px, min(5.1vw, 8.8vh), 88px); line-height: .95; letter-spacing: -0.05em; max-width: 11ch; }
.hero-lede { margin-top: clamp(20px, 3.4vh, 32px); font-size: clamp(17px, 1.3vw, 19px); color: var(--ink-2); max-width: 40ch; }
.hero-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: clamp(28px, 5vh, 48px); }
.tel { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink-2); text-decoration: none; font-size: 16px; white-space: nowrap; }
.tel:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--mark); text-underline-offset: 4px; }
.hero-shot { position: relative; margin: 0; overflow: hidden; background: #cfd3d6; }
.marks { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.mark { fill: none; stroke: var(--mark); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; opacity: .95; }
.motion .mark { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1s var(--ease) forwards; }
.motion .mark:nth-child(1) { animation-delay: .35s; }
.motion .mark:nth-child(2) { animation-delay: .8s; }
.motion .mark:nth-child(3) { animation-delay: 1.15s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.chip { position: absolute; left: 20px; bottom: 20px; z-index: 4; display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; background: rgba(21, 23, 26, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff; font: 500 14px/1 var(--text); pointer-events: none; transition: opacity .4s; }
.hero-shot.is-touched .chip { opacity: 0; }
@media (max-width: 900px) {
  .hero { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; padding: 28px var(--gut) 56px; }
  .hero-copy { display: contents; }
  .hero h1 { font-size: clamp(40px, 10.6vw, 64px); max-width: none; }
  .hero-lede { margin-top: 16px; }
  .hero-shot { order: 1; aspect-ratio: 5 / 4; margin: 24px calc(var(--gut) * -1) 0; }
  .hero-acts { order: 2; margin-top: 24px; }
}
@media (min-width: 601px) and (max-width: 900px) { .hero-shot { aspect-ratio: 2 / 1; } }

/* ---------- 2. the damage diagram ---------- */
.diagram { padding: var(--pad) 0; }
.diagram-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.diagram h2 { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.02; }
.diagram-side > p { margin-top: 18px; color: var(--ink-2); font-size: 18px; max-width: 40ch; }
.coach { position: relative; margin-top: clamp(40px, 5vw, 72px); }
.coach-svg { --sw: 1; display: block; width: 100%; height: auto; overflow: visible; -webkit-tap-highlight-color: transparent; }
.body { fill: var(--white); }
.ln { fill: none; stroke: var(--ink); stroke-width: calc(1.5px * var(--sw)); stroke-linejoin: round; stroke-linecap: round; }
.ln-soft { stroke: #6f767e; stroke-width: calc(1px * var(--sw)); }
.wheel { fill: var(--paper); }
.ground { stroke: var(--line); stroke-width: 1; vector-effect: non-scaling-stroke; }
.hatch-line { stroke: var(--mark); stroke-width: 1.4; opacity: .75; }
.lines { pointer-events: none; }
.zone, .zone rect { fill: transparent; cursor: pointer; }
.zone:focus { outline: none; }
.zfill, .zfill rect { fill: transparent; transition: fill .25s; }
.zfill.is-hover, .zfill.is-hover rect { fill: color-mix(in srgb, var(--mark) 8%, transparent); }
.zfill.is-on, .zfill.is-on rect { fill: url(#hatch); }
.zfill[data-zone="side"].is-on { fill: color-mix(in srgb, var(--mark) 7%, transparent); }
.zfill.is-focus, .zfill.is-focus rect { stroke: var(--mark); stroke-width: calc(2px * var(--sw)); }
.marker { pointer-events: none; transition: transform .5s var(--ease); }
.marker-dot { fill: var(--mark); }
.marker-ring { fill: none; stroke: var(--mark); stroke-width: 1.5; vector-effect: non-scaling-stroke; transform-origin: center; transform-box: fill-box; animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { 0% { opacity: .9; transform: scale(.35); } 70%, 100% { opacity: 0; transform: scale(1.4); } }
.coach-tip { position: absolute; left: 0; top: 0; pointer-events: none; background: var(--ink); color: #fff; font: 500 14px/1 var(--text); padding: 8px 11px; border-radius: 8px; white-space: nowrap; opacity: 0; transform: translate(-50%, calc(-100% - 12px)); transition: opacity .15s; }
.coach-tip.is-on { opacity: 1; }
@media (hover: none) { .coach-tip { display: none; } }
.diagram-media { position: relative; aspect-ratio: 1 / 1; }
.diagram-media .shot { position: absolute; inset: 0; margin: 0; overflow: hidden; border-radius: var(--r); background: #cfd3d6; }
.shot[hidden] { display: none; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--paper) !important; }
.pair-half { position: relative; overflow: hidden; }
@media (max-width: 900px) {
  .diagram-grid { grid-template-columns: 1fr; }
  .diagram-media { aspect-ratio: 4 / 3; margin-inline: calc(var(--gut) * -1); }
  .diagram-media .shot { border-radius: 0; }
}

/* ---------- 3. roll-up bay doors ---------- */
.bays { padding: min(var(--pad), clamp(80px, 8vw, 128px)) 0; background: var(--white); border-block: 1px solid var(--line); }
.doors { display: flex; gap: 6px; height: min(62vh, 560px); min-height: 440px; width: min(100% - 2 * var(--gut), var(--max) - 2 * var(--gut)); margin-inline: auto; }
.door { border-radius: 4px; }
.door { position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; cursor: pointer; background: #2a2d31; transition: flex-grow .8s var(--ease); }
.door.is-open { flex-grow: 2.7; }
.door img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) brightness(.86); transition: filter .8s var(--ease); }
.door.is-open img { filter: none; }
.door::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(10, 12, 14, .72), rgba(10, 12, 14, .1) 45%, transparent 65%); pointer-events: none; }
/* the door itself: aluminium slats, rolled most of the way down until you open it */
.slats { position: absolute; left: 0; right: 0; top: 0; height: 100%; z-index: 1; transform: translateY(-38%); transition: transform .9s var(--ease);
  background: repeating-linear-gradient(to bottom, #eceeec 0, #e2e5e3 20px, #c3c8c9 21px, #f6f7f5 22px, #eceeec 24px); box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }
.slats::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: linear-gradient(#b7bcbe, #9aa0a3); }
.door.is-open .slats { transform: translateY(-100%); box-shadow: none; }
.door-text { position: absolute; left: clamp(20px, 2.2vw, 32px); right: clamp(20px, 2.2vw, 32px); bottom: clamp(20px, 2.6vw, 36px); z-index: 3; color: #fff; }
.door h3 { font-size: 20px; line-height: 1.15; letter-spacing: -0.02em; transition: font-size .6s var(--ease); }
.door.is-open h3 { font-size: clamp(24px, 2.2vw, 32px); }
.door p { margin-top: 10px; max-width: 40ch; color: rgba(255, 255, 255, .86); font-size: 16px; }
.door-text a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; font-weight: 500; font-size: 15px; text-decoration: underline; text-decoration-color: var(--mark); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.door p, .door-text a { opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .5s var(--ease); pointer-events: none; }
.door.is-open p, .door.is-open .door-text a { opacity: 1; transform: none; transition-delay: .35s; pointer-events: auto; }
.door:focus-visible { outline-offset: -4px; }
@media (max-width: 900px) {
  .doors { flex-direction: column; height: auto; min-height: 0; gap: 16px; width: 100%; }
  .door { border-radius: 0; }
  .door { flex: none; aspect-ratio: 4 / 3; cursor: default; }
  .door img { filter: none; }
  .door::after { background: linear-gradient(to top, rgba(10, 12, 14, .86), rgba(10, 12, 14, .5) 55%, transparent 85%); }
  .slats { display: none; }
  .door p, .door-text a { opacity: 1; transform: none; pointer-events: auto; }
}

/* ---------- 4. the route through the shop ---------- */
.route { padding: var(--pad) 0; }
.track { list-style: none; margin: 0; padding: 0 var(--edge); display: flex; gap: clamp(16px, 1.8vw, 28px); position: relative; }
.stop { flex: none; width: clamp(260px, 24vw, 340px); display: flex; flex-direction: column; }
.stop figure { margin: 0 0 20px; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r); background: #cfd3d6; }
.stop figure img { width: 100%; height: 100%; object-fit: cover; }
.who { position: relative; align-self: flex-start; font: 500 14px/1 var(--text); color: var(--steel); padding: 6px 0; }
.stop p { margin-top: 8px; font: 400 clamp(19px, 1.5vw, 22px)/1.3 var(--display); letter-spacing: -0.015em; max-width: 26ch; }
/* your two stops: no photo, the word circled in the same marker as the hero */
.you-card { aspect-ratio: 4 / 5; border-radius: var(--r); background: var(--white); border: 1px solid var(--line); padding: clamp(24px, 2.4vw, 36px); display: flex; flex-direction: column; justify-content: space-between; }
.you-card p { margin: 0; font: 500 clamp(24px, 2.2vw, 32px)/1.15 var(--display); letter-spacing: -0.03em; max-width: 12ch; }
.who-you { font: 500 clamp(40px, 3.6vw, 56px)/1 var(--display); letter-spacing: -0.04em; color: var(--ink); padding: 10px 18px; margin-left: -12px; }
.who-you svg { position: absolute; inset: -6px -14px; width: calc(100% + 28px); height: calc(100% + 12px); overflow: visible; }
.who-you .mark { stroke-width: 4; }
.motion .route .mark { stroke-dasharray: 1; stroke-dashoffset: 1; animation: none; }
.motion .route .is-seen .mark { animation: draw 1s var(--ease) .15s forwards; }
.route-run:not(.is-pinned) .track { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); scrollbar-width: none; padding-bottom: 4px; }
.route-run:not(.is-pinned) .track::-webkit-scrollbar { display: none; }
.route-run:not(.is-pinned) .stop { scroll-snap-align: start; }
.is-pinned .route-pin { position: sticky; top: var(--hh); height: calc(100vh - var(--hh)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.is-pinned .route-pin .sec-head { margin-bottom: clamp(32px, 4vh, 56px); }
.is-pinned .stop { width: clamp(240px, min(24vw, 36vh), 340px); }
.is-pinned .track { will-change: transform; }
.route { padding-block: clamp(40px, 5vw, 80px); }
@media (max-width: 900px) { .route { padding-block: var(--pad); } .stop { width: 72vw; } }

/* ---------- 5. the family ---------- */
.family { padding: var(--pad) 0; background: var(--white); border-block: 1px solid var(--line); }
.family-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 88px); align-items: start; padding-right: var(--edge); }
.family-shot { margin: 0; position: sticky; top: calc(var(--hh) + 40px); }
.family-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 18% 50%; border-radius: 0 var(--r) var(--r) 0; }
.family-shot figcaption { margin-top: 14px; padding-left: var(--edge); color: var(--steel); font-size: 14px; }
.family h2 { font-size: clamp(34px, 3.8vw, 56px); line-height: 1.02; }
.family-lede { margin-top: 20px; color: var(--ink-2); font-size: 18px; max-width: 44ch; }
.review { margin: 0; padding: 28px 0; border-top: 1px solid var(--line); }
.review-lead { margin-top: 36px; border-top-color: var(--ink); }
.review-lead p { font: 400 clamp(22px, 2vw, 28px)/1.32 var(--display); letter-spacing: -0.015em; }
.review p { font: 400 19px/1.45 var(--display); letter-spacing: -0.01em; max-width: 46ch; }
.job { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; font: 500 14px/1 var(--text); color: var(--ink); }
.job::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mark); }
@media (max-width: 900px) {
  .family-grid { grid-template-columns: 1fr; padding-right: 0; }
  .family-shot { position: static; }
  .family-shot img { border-radius: 0; }
  .family-shot figcaption { padding-left: var(--gut); }
  .family-copy { padding-inline: var(--gut); }
}

/* ---------- 6. questions ---------- */
.faq { background: var(--white); border-block: 1px solid var(--line); padding: var(--pad) 0; }
.faq-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 40px clamp(40px, 6vw, 104px); align-items: start; }
.faq h2 { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.02; }
.faq-lede { margin-top: 18px; color: var(--ink-2); font-size: 18px; max-width: 34ch; }
.faq-lede a { text-decoration-color: var(--mark); text-underline-offset: 3px; }
.qa { border-top: 1px solid var(--ink); }
.qa details { border-bottom: 1px solid var(--line); }
.qa summary { list-style: none; cursor: pointer; position: relative; padding: 22px 44px 22px 0; font: 500 clamp(18px, 1.5vw, 21px)/1.3 var(--display); letter-spacing: -0.015em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::before, .qa summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 1.5px; background: var(--ink); transition: transform .25s var(--ease); }
.qa summary::after { transform: rotate(90deg); }
.qa details[open] summary::after { transform: rotate(0); }
.qa details p { padding: 0 44px 24px 0; color: var(--ink-2); max-width: 62ch; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }

/* ---------- 7. drop-off ---------- */
.est { padding: var(--pad) 0; }
.est-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 120px); align-items: start; }
.est h2 { font-size: clamp(36px, 4.4vw, 64px); line-height: 1; }
.est-lede { margin-top: 18px; color: var(--ink-2); font-size: 18px; max-width: 50ch; }
.form { margin-top: clamp(32px, 4vw, 52px); }
.f-spots { border: 0; margin: 0 0 28px; padding: 0; }
.f-spots legend, .field label { font: 500 15px/1.3 var(--text); color: var(--ink); padding: 0; margin-bottom: 12px; }
.checkin { max-width: 560px; margin: 6px 0 22px; }
.coach-mini .marker { display: none; }
.checks { display: flex; flex-wrap: wrap; gap: 8px; }
.checks label { position: relative; }
.checks input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.checks span { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-size: 15px; transition: background-color .2s, border-color .2s, color .2s; }
.checks span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--line); }
.checks input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.checks input:checked + span::before { background: var(--mark); }
.checks input:focus-visible + span { outline: 2px solid var(--mark); outline-offset: 2px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; margin-bottom: 28px; }
.field { display: flex; flex-direction: column; }
.field label { margin-bottom: 8px; }
.field-wide { grid-column: 1 / -1; }
.opt { color: var(--steel); font-weight: 400; }
.field input, .field select, .field textarea { font: 400 17px/1.4 var(--text); color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; min-height: 52px; width: 100%; transition: border-color .2s, box-shadow .2s; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%2315171a' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px; padding-right: 40px; }
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #899098; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ink) 10%, transparent); }
.field [aria-invalid="true"] { border-color: var(--mark); }
.err { color: #c23a15; font-size: 14px; margin-top: 6px; }
.ready { margin-top: 8px; padding: 26px 0 0; border-top: 1px solid var(--line); }
.ready-title { font: 500 24px/1.2 var(--display); letter-spacing: -0.02em; }
.ready p + p { margin: 8px 0 20px; color: var(--ink-2); }
@media (max-width: 640px) { .fields { grid-template-columns: 1fr; } }
.est-side { padding-top: 8px; }
.est-call-label { color: var(--ink-2); }
.est-call { display: inline-block; margin-top: 6px; font: 500 clamp(34px, 3.4vw, 48px)/1 var(--display); letter-spacing: -0.035em; text-decoration: none; font-variant-numeric: tabular-nums; background: linear-gradient(var(--mark), var(--mark)) 0 100% / 0 2px no-repeat; padding-bottom: 6px; transition: background-size .35s var(--ease); }
.est-call:hover { background-size: 100% 2px; }
.facts { margin: 36px 0 0; display: grid; grid-template-columns: 72px 1fr; gap: 16px 20px; padding-top: 28px; border-top: 1px solid var(--line); }
.facts dt { color: var(--steel); font-size: 15px; padding-top: 2px; }
.facts dd { margin: 0; }
.facts a { text-decoration-color: var(--mark); text-underline-offset: 3px; }
@media (max-width: 900px) { .est-grid { grid-template-columns: 1fr; } }

/* footer */
.foot { background: var(--white); border-top: 1px solid var(--line); padding: 64px 0 28px; font-size: 15px; }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-brand p { margin-top: 16px; color: var(--ink-2); max-width: 36ch; }
.foot-nav, .foot-contact { display: flex; flex-direction: column; gap: 10px; }
.foot a { text-decoration: none; }
.foot-nav a:hover, .foot-contact a:hover { text-decoration: underline; text-decoration-color: var(--mark); text-underline-offset: 3px; }
.foot-contact span { color: var(--ink-2); }
.foot-base { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 12px; background: linear-gradient(var(--line), var(--line)) var(--gut) 0 / calc(100% - 2 * var(--gut)) 1px no-repeat; color: var(--steel); font-size: 14px; }
.foot-base a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; }
.foot-base { align-items: center; }
@media (max-width: 800px) { .foot-in { grid-template-columns: 1fr; gap: 28px; } .foot-base { flex-direction: column; } .foot-nav, .foot-contact { gap: 0; } .foot-nav a, .foot-contact a, .foot-contact span { padding: 10px 0; } .foot-base { gap: 4px; } }

/* ---------- phones: one calm type scale (34 / 28 / 19 / 16 / 13) and fewer things on screen ---------- */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .brand { font-size: 16px; }
  .top-phone { font-size: 14px; }
  .hero h1 { font-size: 34px; line-height: 1; letter-spacing: -0.04em; }
  .hero-lede { font-size: 16px; margin-top: 14px; }
  .hero-acts .tel { display: none; }
  .hero-acts { margin-top: 20px; }
  .btn-lg { min-height: 50px; padding: 0 24px; font-size: 16px; }
  .sec-head h2, .diagram h2, .family h2, .faq h2, .est h2 { font-size: 28px; line-height: 1.08; letter-spacing: -0.03em; }
  .sec-head p, .diagram-side > p, .family-lede, .faq-lede, .est-lede { font-size: 16px; }
  .coach { margin-top: 28px; }
  .cap { font-size: 13px; padding: 44px 14px 12px; }
  .chip, .dip-tag { font-size: 13px; min-height: 30px; padding: 0 11px; left: 12px; bottom: 12px; }
  .door h3, .door.is-open h3 { font-size: 19px; }
  .door p { font-size: 14.5px; margin-top: 6px; }
  .door-text { left: 18px; right: 18px; bottom: 12px; }
  .door-text a { font-size: 14px; margin-top: 2px; }
  .stop p { font-size: 16px; }
  .you-card p { font-size: 20px; }
  .who { font-size: 13px; }
  .who.who-you { font-size: 32px; }
  .review { padding: 22px 0; }
  .review p { font-size: 16px; line-height: 1.5; }
  .review-lead p { font-size: 19px; line-height: 1.4; }
  .job { font-size: 13px; margin-bottom: 8px; }
  cite { font-size: 13px; margin-top: 8px; }
  .family-shot figcaption { display: none; }
  .qa summary { font-size: 16.5px; padding: 18px 40px 18px 0; }
  .qa details p { font-size: 15.5px; padding-bottom: 18px; }
  .checkin { display: none; }
  .f-spots legend, .field label { font-size: 14px; }
  .checks span { font-size: 14px; min-height: 42px; padding: 0 14px; }
  .est-call-label { font-size: 15px; }
  .est-call { font-size: 28px; }
  .facts dd { font-size: 15.5px; }
  .facts dt { font-size: 14px; }
  .foot { font-size: 14px; }
  .foot-brand p { font-size: 14px; }
  .doors { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-inline: var(--gut); }
  .door { aspect-ratio: 1; border-radius: 10px; }
  .door p { display: none; }
  .door h3, .door.is-open h3 { font-size: 16px; line-height: 1.2; }
  .door-text { left: 12px; right: 12px; bottom: 4px; }
  .door-text a { font-size: 13px; }
  .door::after { background: linear-gradient(to top, rgba(10, 12, 14, .78), rgba(10, 12, 14, .2) 60%, transparent 80%); }
  .hero { padding-bottom: 8px; }
  .you-card { aspect-ratio: auto; height: 100%; min-height: 0; justify-content: flex-start; gap: 20px; }
  .stop-you { align-self: flex-start; }
  .foot-brand p, .foot-contact span { display: none; }
  .foot-in { gap: 12px; }
  .faq-grid { gap: 24px; }
  .family-copy .review:nth-of-type(n+4) { display: none; }
  .foot { padding-top: 36px; }
  .foot-in { gap: 20px; }
  .foot-nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
  .foot-brand p { margin-top: 8px; }
  .foot-base { margin-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
