:root { --ink:#222221; --orange:#fa5236; --pink:#e43657; --magenta:#bb2b78; --purple:#94288a; --ivory:#f7f2ec; --gray:#737273; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--white); color:var(--ink); font-family:Inter,Arial,Helvetica,sans-serif; font-size:16px; line-height:1.5; }
button,input,select,textarea { font:inherit; }
.site-header { align-items:center; background:var(--white); display:flex; justify-content:space-between; min-height:80px; padding:16px clamp(16px,4vw,64px); }
.wordmark-link img { display:block; min-width:160px; width:172px; }
.header-link { color:var(--ink); font-size:14px; font-weight:700; text-decoration:none; }
.hero { align-items:flex-end; color:var(--white); display:flex; min-height:calc(100svh - 80px); overflow:hidden; position:relative; }
.hero-image,.hero-scrim { height:100%; inset:0; position:absolute; width:100%; }
.hero-image { object-fit:cover; object-position:center; transform:scale(1.02); animation:hero-arrival 850ms ease-out both; }
.hero-scrim { background:linear-gradient(90deg,rgba(12,10,8,.84),rgba(12,10,8,.36) 58%,rgba(12,10,8,.18)); }
.hero-content { max-width:860px; padding:64px clamp(16px,8vw,128px) 72px; position:relative; }
.eyebrow { font-size:12px; font-weight:700; letter-spacing:.08em; margin:0 0 16px; text-transform:uppercase; }
.hero h1,.section-intro h2,.form-context h2,.close-section h2 { font-family:"Inter Display",Inter,Arial,sans-serif; letter-spacing:-.035em; line-height:1.02; margin:0; }
.hero h1 { font-size:clamp(46px,5.5vw,80px); max-width:760px; }
.hero-copy { font-size:clamp(18px,1.7vw,22px); max-width:610px; margin:20px 0 26px; }
.button { align-items:center; border:0; border-radius:999px; cursor:pointer; display:inline-flex; font-weight:700; gap:10px; justify-content:center; min-height:52px; padding:12px 22px; text-decoration:none; transition:transform 180ms ease,background 180ms ease; }
.button:hover { transform:translateY(-2px); }
.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:2px solid var(--purple); outline-offset:3px; }
.button-primary { background:var(--orange); color:var(--ink); }
.button-secondary { background:transparent; border:1px solid var(--ink); color:var(--ink); }
.signal-section,.form-section,.close-section { padding:clamp(64px,10vw,128px) clamp(16px,8vw,128px); }
.signal-section { background:var(--ivory); }
.section-intro { max-width:790px; }
.section-intro h2,.form-context h2,.close-section h2 { font-size:clamp(36px,4vw,58px); }
.signal-list { border-top:1px solid rgba(34,34,33,.2); list-style:none; margin:64px 0 0; padding:0; }
.signal-list li { align-items:baseline; border-bottom:1px solid rgba(34,34,33,.2); display:grid; gap:16px; grid-template-columns:72px minmax(180px,1fr) minmax(220px,1.2fr); padding:24px 0; }
.signal-list span { color:var(--magenta); font-size:13px; font-weight:700; }
.signal-list strong { font-size:22px; }
.signal-list p { color:#4f4e4e; margin:0; }
.form-section { align-items:start; display:grid; gap:clamp(48px,8vw,120px); grid-template-columns:minmax(280px,.65fr) minmax(0,1fr); }
.form-context { position:sticky; top:32px; }
.form-context>p:not(.eyebrow) { color:#4f4e4e; max-width:420px; }
.audit-note { align-items:flex-start; border-top:1px solid rgba(34,34,33,.2); display:flex; gap:12px; margin-top:44px; padding-top:20px; }
.audit-note span { color:var(--purple); font-weight:800; }.audit-note p,.form-progress-copy { font-size:14px; margin:0; }
.form-progress-copy { color:var(--gray); margin-top:36px; }
.audit-form { min-width:0; }
.progress-track { background:#e9e3dc; height:4px; margin-bottom:32px; overflow:hidden; }.progress-track span { background:linear-gradient(90deg,var(--orange),var(--pink),var(--magenta),var(--purple)); display:block; height:100%; transition:width 350ms ease; width:10%; }
.question-step { animation:step-arrival 260ms ease-out both; }.step-label { color:var(--magenta); font-size:12px; font-weight:700; letter-spacing:.08em; margin:0 0 10px; text-transform:uppercase; }.question-step h3 { font-family:"Inter Display",Inter,Arial,sans-serif; font-size:clamp(26px,3vw,40px); letter-spacing:-.03em; line-height:1.12; margin:0 0 8px; }.help-text { color:var(--gray); margin:0 0 28px; }
.question-grid { display:grid; gap:20px; }.field { border-top:1px solid #d8d4cf; padding-top:22px; }.field label,.field legend { display:block; font-weight:700; margin-bottom:10px; }.field legend { padding:0; }.field input:not([type=checkbox]):not([type=radio]),.field textarea,.field select { background:var(--white); border:1px solid #bdb8b1; border-radius:8px; color:var(--ink); min-height:50px; padding:12px; width:100%; }.field textarea { min-height:132px; resize:vertical; }.choices { display:grid; gap:10px; grid-template-columns:repeat(2,minmax(0,1fr)); }.choice { align-items:center; border:1px solid #d8d4cf; border-radius:8px; cursor:pointer; display:flex; gap:10px; min-height:52px; padding:10px 12px; }.choice:has(input:checked) { background:rgba(250,82,54,.08); border-color:var(--orange); }.choice input { accent-color:var(--purple); height:18px; width:18px; }.field-error { color:#a51b37; font-size:14px; margin:8px 0 0; }.form-error-summary { background:#fff0f2; border-left:4px solid #a51b37; margin:0 0 24px; padding:14px; }.form-actions { display:flex; gap:12px; justify-content:space-between; margin-top:36px; }.form-actions .button-primary { margin-left:auto; }.form-status { color:var(--gray); min-height:24px; }.close-section { background:var(--ink); color:var(--white); }.close-section p:not(.eyebrow) { color:#dedad5; max-width:600px; }.honeypot { height:0; left:-10000px; opacity:0; position:absolute; width:0; }
@keyframes hero-arrival { from { opacity:.4; transform:scale(1.08); } to { opacity:1; transform:scale(1.02); } } @keyframes step-arrival { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:800px) { .hero { min-height:680px; }.hero-scrim { background:linear-gradient(0deg,rgba(12,10,8,.9),rgba(12,10,8,.25)); }.signal-list li { grid-template-columns:48px 1fr; }.signal-list p { grid-column:2; }.form-section { grid-template-columns:1fr; }.form-context { position:static; }.choices { grid-template-columns:1fr; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.hero-image,.question-step { animation:none; }.button,.progress-track span { transition:none; } }
