:root {
  --black: #050505;
  --black-soft: #101010;
  --white: #f7f7f3;
  --paper: #ecece7;
  --gray: #a4a4a0;
  --line-dark: rgba(5, 5, 5, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --pad: clamp(20px, 4vw, 72px);
  --max: 1600px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--black); background: var(--white); }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 12px 18px;
  color: var(--black);
  background: var(--white);
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  min-height: 78px;
  padding: 12px var(--pad);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
  transition: min-height 300ms var(--ease), background 300ms ease;
}
.site-header.is-scrolled { min-height: 64px; background: rgba(5, 5, 5, 0.96); }
.brand { display: inline-flex; align-items: center; width: 116px; }
.brand img { width: 108px; height: 52px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(22px, 3vw, 52px); }
.desktop-nav a,
.header-cta {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
.desktop-nav a { color: rgba(255, 255, 255, 0.66); transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.header-cta {
  border: 1px solid var(--white);
  padding: 15px 19px;
  transition: color 180ms ease, background 180ms ease;
}
.header-cta:hover, .header-cta:focus-visible { color: var(--black); background: var(--white); }
.menu-button, .mobile-nav { display: none; }

.eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow.dark { color: rgba(5, 5, 5, 0.58); }
.button {
  min-height: 54px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms var(--ease), color 180ms ease, background 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-light { color: var(--black); border-color: var(--white); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: transparent; }
.button-dark { color: var(--white); border-color: var(--black); background: var(--black); }
.button-dark:hover, .button-dark:focus-visible { color: var(--black); background: transparent; }
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.text-link span { transition: transform 200ms var(--ease); }
.text-link:hover span { transform: translate(3px, 3px); }
.dark-link { color: var(--black); }

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(132px, 15vh, 180px) var(--pad) 64px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: clip;
}
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: clamp(46px, 5vw, 80px) clamp(46px, 5vw, 80px);
  mask-image: linear-gradient(to bottom, transparent 2%, black 25%, black 74%, transparent 100%);
}
.hero-copy { position: relative; z-index: 1; max-width: 1180px; }
.hero-title {
  margin: clamp(34px, 5vh, 62px) 0 34px;
  font-size: clamp(56px, 7.5vw, 126px);
  line-height: 0.86;
  letter-spacing: -0.078em;
  text-transform: uppercase;
  max-width: 1080px;
}
.hero-title > span { display: block; }
.type-line { min-height: 1.05em; color: var(--white); }
.terminal-cursor {
  display: inline-block;
  width: 0.64em;
  height: 0.075em;
  margin-left: 0.08em;
  vertical-align: 0.08em;
  background: currentColor;
  animation: cursor-blink 900ms steps(1) infinite;
}
@keyframes cursor-blink { 50% { opacity: 0; } }
.hero-intro {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.58;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof {
  margin: clamp(52px, 8vh, 90px) auto 0;
  display: flex;
  justify-content: center;
  gap: 22px clamp(32px, 5vw, 72px);
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  color: rgba(255,255,255,.48);
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(14px, 1.35vw, 19px);
  line-height: 1.3;
  letter-spacing: .08em;
  font-weight: 700;
}
.hero-proof span { display: inline-flex; align-items: center; gap: 12px; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; background: var(--white); }

.belief-section {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 560px;
  padding: clamp(90px, 10vw, 150px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(30px, 5vw, 90px);
  color: var(--black);
  background: var(--white);
}
.section-index { font-family: "Courier New", Courier, monospace; font-size: 10px; letter-spacing: .13em; color: rgba(5,5,5,.52); }
.section-index.light { color: rgba(255,255,255,.5); }
.belief-copy h2, .section-heading h2, .evidence-intro h2, .founder-copy h2, .audit-heading h2, .faq-heading h2, .final-cta h2 {
  margin: 22px 0 0;
  font-size: clamp(50px, 6.4vw, 112px);
  line-height: .91;
  letter-spacing: -.072em;
  text-transform: uppercase;
}
.belief-details { align-self: end; padding-bottom: 8px; }
.belief-details p { margin: 0 0 24px; color: rgba(5,5,5,.67); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.6; }

.services-section { max-width: var(--max); margin: 0 auto; padding: clamp(96px, 10vw, 150px) var(--pad); color: var(--black); background: var(--paper); }
.section-heading { max-width: 1060px; margin-bottom: clamp(58px, 7vw, 96px); }
.section-heading > p:last-child { max-width: 670px; margin: 32px 0 0 auto; color: rgba(5,5,5,.62); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.service-card { min-height: 350px; padding: clamp(28px, 4vw, 52px); display: grid; grid-template-columns: 70px 1fr; gap: 24px; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.service-featured { grid-row: span 2; min-height: 700px; color: var(--white); background: var(--black); }
.service-number { font-family: "Courier New", Courier, monospace; font-size: 11px; letter-spacing: .1em; }
.service-card > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.service-label { margin-bottom: 18px; font-family: "Courier New", Courier, monospace; font-size: 9px; letter-spacing: .12em; opacity: .58; }
.service-card h3 { margin: 0 0 20px; font-size: clamp(34px, 3.5vw, 62px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.service-card p { max-width: 580px; margin: 0; color: inherit; opacity: .65; font-size: 17px; line-height: 1.55; }
.service-card ul { width: 100%; margin: 36px 0 46px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.service-card li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: "Courier New", Courier, monospace; font-size: 10px; letter-spacing: .08em; }
.service-featured .button { background: var(--white); color: var(--black); border-color: var(--white); }
.service-featured .button:hover { background: transparent; color: var(--white); }

.evidence-section { max-width: var(--max); margin: 0 auto; padding: clamp(96px, 10vw, 150px) var(--pad); background: var(--black); }
.evidence-intro { max-width: 960px; margin: 40px 0 72px 12%; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.case-card { min-height: 470px; padding: clamp(30px, 5vw, 62px); display: flex; flex-direction: column; border: 1px solid var(--white); }
.case-card.invert { color: var(--black); background: var(--white); }
.case-top { display: flex; align-items: flex-start; justify-content: space-between; }
.case-top span { font-family: "Courier New", Courier, monospace; font-size: 10px; letter-spacing: .12em; opacity: .55; }
.case-top strong { font-size: clamp(68px, 8vw, 130px); line-height: .72; letter-spacing: -.08em; }
.case-card h3 { margin: auto 0 28px; font-size: clamp(32px, 3.5vw, 58px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.case-card p { margin: 0 0 40px; opacity: .65; line-height: 1.58; font-size: 16px; }
.case-card a { align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 6px; }
.evidence-note { margin: 22px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }

.founder-section { max-width: var(--max); margin: 0 auto; min-height: 640px; color: var(--black); background: var(--white); }
.founder-copy { min-height: 640px; max-width: 1280px; padding: clamp(90px, 10vw, 160px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.founder-copy h2 { font-size: clamp(48px, 5.2vw, 88px); }
.founder-copy > p:not(.eyebrow) { max-width: 720px; margin: 34px 0 0; color: rgba(5,5,5,.65); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.6; }
.founder-links { margin-top: 40px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }

.audit-section { max-width: var(--max); margin: 0 auto; padding: clamp(96px, 10vw, 150px) var(--pad); background: var(--black); }
.audit-heading { display: grid; grid-template-columns: .46fr 1fr .62fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.audit-heading h2 { margin: 0; font-size: clamp(58px, 6.5vw, 112px); }
.audit-heading > p:last-child { margin: 0; color: rgba(255,255,255,.6); font-size: 17px; line-height: 1.55; }
.audit-shell { display: grid; grid-template-columns: minmax(310px, .62fr) minmax(0, 1.38fr); min-height: 720px; border: 1px solid var(--line-light); }
.audit-aside { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; border-right: 1px solid var(--line-light); background: #0a0a0a; }
.audit-progress-label { display: flex; justify-content: space-between; font-family: "Courier New", Courier, monospace; font-size: 9px; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.audit-progress { height: 2px; margin-top: 16px; background: rgba(255,255,255,.14); }
.audit-progress span { display: block; width: 20%; height: 100%; background: var(--white); transition: width 600ms var(--ease); }
.audit-persuasion { margin: auto 0; }
.audit-persuasion > span, .audit-deliverables > span, .fit-preview span, .submission-note span, .audit-success > span { font-family: "Courier New", Courier, monospace; font-size: 9px; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.audit-persuasion h3 { margin: 20px 0; font-size: clamp(36px, 4vw, 66px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.audit-persuasion p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.58; }
.audit-deliverables { padding-top: 28px; border-top: 1px solid var(--line-light); }
.audit-deliverables ul { margin: 18px 0 0; padding: 0; list-style: none; }
.audit-deliverables li { margin-top: 10px; font-size: 12px; }
.audit-deliverables li::before { content: "—"; margin-right: 10px; color: rgba(255,255,255,.45); }
.audit-form { position: relative; padding: clamp(34px, 5vw, 78px); background: var(--white); color: var(--black); }
.audit-step { display: none; min-width: 0; margin: 0; padding: 0; border: 0; }
.audit-step.active { display: block; animation: step-in 520ms var(--ease) both; }
@keyframes step-in { from { opacity: 0; transform: translateY(22px); } }
.audit-step legend { max-width: 920px; padding: 0; font-size: clamp(38px, 4.2vw, 68px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; font-weight: 800; }
.step-help { max-width: 720px; margin: 22px 0 38px; color: rgba(5,5,5,.6); font-size: 16px; line-height: 1.55; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice > span { min-height: 108px; padding: 19px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); transition: color 170ms ease, background 170ms ease, transform 170ms ease; }
.choice b { font-size: 16px; line-height: 1.2; }
.choice small { margin-top: 8px; color: rgba(5,5,5,.56); font-size: 12px; line-height: 1.35; }
.choice:hover > span { transform: translate(-3px,-3px); box-shadow: 3px 3px 0 var(--black); }
.choice input:focus-visible + span { outline: 3px solid var(--black); outline-offset: -5px; }
.choice input:checked + span { color: var(--white); background: var(--black); }
.choice input:checked + span small { color: rgba(255,255,255,.62); }
.choice-grid.compact .choice > span { min-height: 92px; }
.field-grid { display: grid; gap: 24px; }
.field-grid.two-columns { grid-template-columns: repeat(2, 1fr); }
.field-grid label > span, .question-label { display: block; margin-bottom: 9px; font-family: "Courier New", Courier, monospace; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.field-grid input, .field-grid textarea, .field-grid select {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(5,5,5,.35);
  border-radius: 0;
  padding: 14px 16px;
  color: var(--black);
  background: transparent;
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.field-grid textarea { resize: vertical; }
.field-grid input:focus, .field-grid textarea:focus, .field-grid select:focus { border-color: var(--black); box-shadow: 0 0 0 2px var(--black); }
.field-grid input::placeholder, .field-grid textarea::placeholder { color: rgba(5,5,5,.38); }
.question-block { margin-bottom: 28px; }
.fit-preview, .submission-note { margin-top: 28px; padding: 18px; display: flex; gap: 12px 24px; justify-content: space-between; align-items: center; border: 1px solid var(--black); }
.fit-preview span, .submission-note span { color: rgba(5,5,5,.5); }
.fit-preview strong, .submission-note strong { max-width: 640px; font-size: 13px; text-align: right; }
.consent { margin-top: 28px; display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 13px; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--black); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-nav { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.step-next, .step-back, .form-submit {
  min-height: 52px;
  border: 1px solid var(--black);
  padding: 0 22px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, transform 180ms var(--ease);
}
.step-next, .form-submit { margin-left: auto; color: var(--white); background: var(--black); }
.step-back { color: var(--black); background: transparent; }
.step-next:hover, .form-submit:hover, .step-back:hover { transform: translateY(-2px); }
.step-next:hover, .form-submit:hover { color: var(--black); background: transparent; }
.step-back:hover { color: var(--white); background: var(--black); }
.field-error { min-height: 20px; margin-top: 12px; color: #222; font-size: 12px; font-weight: 700; }
.audit-success { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.audit-success[hidden] { display: none; }
.audit-success > span { color: rgba(5,5,5,.52); }
.audit-success h3 { max-width: 820px; margin: 22px 0; font-size: clamp(48px, 5.5vw, 88px); line-height: .93; letter-spacing: -.065em; text-transform: uppercase; }
.audit-success p { max-width: 700px; margin: 0 0 34px; color: rgba(5,5,5,.62); line-height: 1.6; }
.submit-status { margin-top: 14px; min-height: 20px; font-size: 12px; font-weight: 700; }

.section-cta {
  margin-top: clamp(36px, 5vw, 70px);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.section-cta p { margin: 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.5vw, 22px); }
.evidence-cta { margin-top: 42px; }
.belief-details .button { margin-top: 30px; }

.conditional-group[hidden] { display: none; }
.conditional-group .compact-select { margin-top: 18px; }
.compact-select > span { display: block; margin-bottom: 8px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.compact-select select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(5,5,5,.35); border-radius: 0; color: var(--black); background: transparent; font: inherit; }
.audit-live-fit { display: block; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }
.result-fields { margin-top: 18px; }

.faq-section { max-width: var(--max); margin: 0 auto; padding: clamp(96px, 10vw, 150px) var(--pad); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 140px); background: var(--black); }
.faq-heading h2 { font-size: clamp(54px, 5.6vw, 98px); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; min-height: 94px; padding: 28px 54px 28px 0; display: flex; align-items: center; cursor: pointer; list-style: none; font-size: clamp(18px, 1.6vw, 25px); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 8px; width: 18px; height: 1px; background: var(--white); transition: transform 250ms ease; }
.faq-list summary span::after { content: ""; right: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; margin: -8px 0 32px; color: rgba(255,255,255,.6); line-height: 1.62; }

.final-cta { position: relative; min-height: 600px; padding: clamp(96px, 10vw, 150px) var(--pad); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; color: var(--black); background: var(--white); }
.final-cta h2 { position: relative; z-index: 1; max-width: 1200px; }
.final-cta .button { position: relative; z-index: 1; margin-top: 42px; color: var(--white); border-color: var(--black); background: var(--black); }
.final-cta .button:hover { color: var(--black); background: transparent; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 70px var(--pad) 28px; display: grid; grid-template-columns: 1.7fr repeat(3, .7fr); gap: 42px; border-top: 1px solid var(--line-light); background: var(--black); }
.footer-brand img { width: 140px; height: auto; object-fit: contain; object-position: left; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 11px; }
.footer-column span { margin-bottom: 8px; color: rgba(255,255,255,.4); font-family: "Courier New", Courier, monospace; font-size: 9px; letter-spacing: .12em; }
.footer-column a { align-self: flex-start; color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-link-button { align-self: flex-start; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.72); font-size: 13px; cursor: pointer; }
.footer-link-button:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { grid-column: 1 / -1; margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); font-family: "Courier New", Courier, monospace; font-size: 9px; letter-spacing: .1em; }

.legal-main { min-height: 80vh; padding: 150px var(--pad) 110px; color: var(--black); background: var(--white); }
.legal-shell { width: min(860px, 100%); margin: 0 auto; }
.legal-shell h1 { max-width: 10ch; margin: 26px 0 24px; font-size: clamp(58px, 10vw, 118px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.legal-updated { margin-bottom: 70px; color: var(--muted-dark); font-family: "Courier New", Courier, monospace; font-size: 11px; letter-spacing: .08em; }
.legal-shell article { border-top: 1px solid var(--black); }
.legal-shell section { padding: 38px 0; border-bottom: 1px solid rgba(5,5,5,.18); }
.legal-shell h2 { margin: 0 0 18px; font-size: clamp(25px, 4vw, 38px); letter-spacing: -.04em; }
.legal-shell p, .legal-shell li { color: #373737; font-size: 16px; line-height: 1.75; }
.legal-shell p { margin: 0 0 14px; }
.legal-shell ul { margin: 16px 0 0; padding-left: 22px; }
.legal-shell a { color: var(--black); text-underline-offset: 4px; }

.cookie-banner { position: fixed; z-index: 500; right: 18px; bottom: 18px; width: min(720px, calc(100vw - 36px)); display: grid; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.2); background: #101010; color: var(--white); box-shadow: 0 22px 75px rgba(0,0,0,.48); }
.cookie-banner strong { font-family: "Courier New", Courier, monospace; font-size: 11px; letter-spacing: .1em; }
.cookie-banner p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.cookie-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.cookie-actions a { margin-right: auto; color: rgba(255,255,255,.75); font-size: 12px; }
.cookie-actions button { min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); cursor: pointer; }
.cookie-actions .cookie-primary { border-color: var(--white); background: var(--white); color: var(--black); }
.legal-notice { padding: 22px !important; border: 1px solid var(--black) !important; background: #f2f2f2; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 900ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 150px 1fr auto; }
  .desktop-nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-title { font-size: clamp(58px, 10vw, 112px); }
  .belief-section { grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); }
  .belief-details { grid-column: auto; max-width: 760px; }
  .service-card { grid-template-columns: 50px 1fr; }
  .audit-heading { grid-template-columns: 1fr 1fr; }
  .audit-heading .eyebrow { grid-column: 1 / -1; }
  .audit-shell { grid-template-columns: .55fr 1.45fr; }
  .faq-section { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --pad: 20px; }
  .site-header { min-height: 66px; grid-template-columns: 1fr auto; padding-top: 7px; padding-bottom: 7px; }
  .brand { width: 105px; }
  .brand img { width: 100px; height: 48px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { width: 48px; height: 48px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line-light); background: transparent; cursor: pointer; }
  .menu-button span { display: block; width: 20px; height: 1px; background: var(--white); transition: transform 200ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 66px 0 0; padding: 30px 20px 100px; display: flex; flex-direction: column; background: var(--black); transform: translateX(100%); transition: transform 450ms var(--ease); }
  .mobile-nav.is-open { transform: none; }
  .mobile-nav a { padding: 22px 0; border-bottom: 1px solid var(--line-light); font-size: clamp(29px, 9vw, 48px); letter-spacing: -.04em; text-decoration: none; text-transform: uppercase; font-weight: 800; }
  .hero { min-height: auto; padding-top: 126px; padding-bottom: 70px; gap: 60px; }
  .hero-title { margin-top: 30px; margin-bottom: 26px; font-size: clamp(48px, 15vw, 86px); }
  .hero-title > span:first-child { max-width: 10ch; }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .belief-section { min-height: auto; padding-top: 100px; padding-bottom: 100px; grid-template-columns: 1fr; }
  .belief-details { grid-column: auto; }
  .belief-copy h2, .section-heading h2, .evidence-intro h2, .founder-copy h2, .audit-heading h2, .faq-heading h2, .final-cta h2 { font-size: clamp(44px, 14vw, 76px); }
  .services-section, .evidence-section, .audit-section, .faq-section { padding-top: 100px; padding-bottom: 100px; }
  .service-grid, .evidence-grid { grid-template-columns: 1fr; }
  .service-featured { min-height: 660px; grid-row: auto; }
  .service-card { min-height: 370px; padding: 28px 22px; grid-template-columns: 38px 1fr; gap: 10px; }
  .evidence-intro { margin: 50px 0 70px; }
  .case-card { min-height: 520px; }
  .founder-section { min-height: 0; grid-template-columns: 1fr; }
  .founder-mark { padding: 70px 20px; border-right: 0; border-bottom: 1px solid var(--black); }
  .founder-mark img { width: min(80vw, 420px); }
  .founder-copy { padding: 90px 20px; }
  .audit-heading { grid-template-columns: 1fr; }
  .audit-shell { grid-template-columns: 1fr; }
  .audit-aside { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .audit-persuasion { margin: 62px 0; }
  .audit-form { padding: 48px 20px; }
  .choice-grid, .field-grid.two-columns { grid-template-columns: 1fr; }
  .choice > span { min-height: 92px; }
  .fit-preview, .submission-note { align-items: flex-start; flex-direction: column; }
  .fit-preview strong, .submission-note strong { text-align: left; }
  .final-cta { min-height: 650px; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .hero-proof { flex-direction: column; }
  .button { width: 100%; }
  .hero-actions .text-link { width: auto; }
  .case-card { min-height: 560px; padding: 28px 20px; }
  .case-top strong { font-size: 76px; }
  .audit-form { padding-left: 16px; padding-right: 16px; }
  .audit-step legend { font-size: 36px; }
  .form-nav { align-items: stretch; flex-direction: column-reverse; }
  .step-next, .step-back, .form-submit { width: 100%; margin: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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

/* Crawlable company, service, and evidence pages. */
.insight-main { max-width: var(--max); margin: 0 auto; padding-top: 78px; color: var(--black); background: var(--white); }
.insight-hero { min-height: 620px; padding: clamp(100px, 12vw, 180px) var(--pad) clamp(80px, 10vw, 150px); display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--line-dark); }
.insight-hero h1 { max-width: 1180px; margin: 28px 0 0; font-size: clamp(54px, 8vw, 130px); line-height: .88; letter-spacing: -.076em; text-transform: uppercase; }
.insight-hero > p:not(.eyebrow) { max-width: 780px; margin: 34px 0 0; color: rgba(5,5,5,.65); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.62; }
.insight-section { padding: clamp(82px, 9vw, 140px) var(--pad); border-bottom: 1px solid var(--line-dark); }
.insight-section.dark { color: var(--white); background: var(--black); border-color: var(--line-light); }
.insight-heading { display: grid; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 100px); }
.insight-heading h2 { max-width: 980px; margin: 0; font-size: clamp(42px, 6vw, 96px); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.insight-body { max-width: 920px; margin: clamp(48px, 7vw, 90px) 0 0 auto; }
.insight-body p, .insight-body li { color: rgba(5,5,5,.68); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.72; }
.insight-section.dark .insight-body p, .insight-section.dark .insight-body li { color: rgba(255,255,255,.7); }
.insight-body p + p { margin-top: 24px; }
.insight-body ul, .insight-body ol { padding-left: 24px; }
.insight-body li + li { margin-top: 12px; }
.insight-body a { font-weight: 800; text-underline-offset: 4px; }
.insight-grid { margin-top: clamp(46px, 7vw, 88px); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.insight-card { min-height: 280px; padding: clamp(26px, 3vw, 46px); border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.insight-card span { font: 700 10px/1.3 "Courier New", monospace; letter-spacing: .14em; }
.insight-card h3 { margin: 70px 0 18px; font-size: clamp(30px, 3vw, 50px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.insight-card p { margin: 0; color: rgba(5,5,5,.65); font-size: 16px; line-height: 1.62; }
.insight-section.dark .insight-card p { color: rgba(255,255,255,.68); }
.fact-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.fact-strip div { min-height: 190px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.insight-section.dark .fact-strip { border-color: var(--line-light); }
.insight-section.dark .fact-strip div { border-color: var(--line-light); }
.fact-strip strong { font-size: clamp(38px, 5vw, 72px); letter-spacing: -.06em; }
.fact-strip span { font: 700 10px/1.5 "Courier New", monospace; letter-spacing: .12em; text-transform: uppercase; }
.insight-cta { padding: clamp(86px, 10vw, 150px) var(--pad); color: var(--white); background: var(--black); }
.insight-cta h2 { max-width: 1050px; margin: 18px 0 38px; font-size: clamp(48px, 7vw, 112px); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.source-note { margin-top: 30px; padding: 22px; border: 1px solid currentColor; color: inherit; font: 12px/1.7 "Courier New", monospace; }

@media (max-width: 820px) {
  .insight-main { padding-top: 66px; }
  .insight-hero { min-height: 520px; padding: 88px 20px 76px; }
  .insight-heading { grid-template-columns: 1fr; }
  .insight-section, .insight-cta { padding: 76px 20px; }
  .insight-grid, .fact-strip { grid-template-columns: 1fr; }
  .insight-card { min-height: 250px; }
  .insight-body { margin-top: 42px; }
}

/* 2026-08 Apple-inspired refinement: calm hierarchy, direct feedback, natural scrolling. */
html { scroll-padding-top: 78px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
.eyebrow,
.hero-proof,
.section-index,
.method-card > span,
.service-label,
.audit-progress-label,
.audit-persuasion > span,
.audit-deliverables > span,
.fit-preview span,
.submission-note span,
.audit-success > span,
.field-grid label > span,
.question-label,
.footer-column span,
.footer-bottom {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
}
.site-header {
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: min-height 300ms var(--ease), background 300ms ease, box-shadow 300ms ease;
}
.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.9);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16);
}
.button,
.header-cta,
.step-next,
.step-back,
.form-submit,
.menu-button,
.choice > span { -webkit-tap-highlight-color: transparent; }
.button:active,
.header-cta:active,
.step-next:active,
.step-back:active,
.form-submit:active,
.menu-button:active { transform: scale(.975); transition-duration: 90ms; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.reveal { transform: translateY(16px); transition: opacity 520ms ease, transform 620ms var(--ease); }

.method-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(96px, 10vw, 150px) var(--pad);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: var(--black);
}
.method-intro {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1.15fr) minmax(260px, .51fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}
.method-intro h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(52px, 6.4vw, 108px);
  line-height: .92;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.method-intro > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.62;
}
.method-flow {
  margin-top: clamp(58px, 7vw, 92px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .34);
  border-left: 1px solid rgba(255, 255, 255, .34);
}
.method-card {
  min-height: 320px;
  padding: clamp(24px, 2.7vw, 42px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  background: #080808;
  transition: color 260ms ease, background 260ms ease;
}
.method-card > span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  letter-spacing: .12em;
}
.method-card h3 {
  margin: auto 0 18px;
  font-size: clamp(30px, 3vw, 50px);
  line-height: .94;
  letter-spacing: -.052em;
  text-transform: uppercase;
}
.method-card p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 15px;
  line-height: 1.58;
}
@media (hover: hover) and (pointer: fine) {
  .method-card:hover { color: var(--black); background: var(--white); }
  .method-card:hover > span,
  .method-card:hover p { color: rgba(5, 5, 5, .62); }
}
.belief-section,
.method-section,
.services-section,
.evidence-section,
.founder-section,
.faq-section,
.final-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (max-width: 1100px) {
  .method-intro { grid-template-columns: .28fr 1fr; }
  .method-intro > p:last-child { grid-column: 2; max-width: 680px; }
  .method-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-card { min-height: 290px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 66px; }
  .site-header {
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
    background: rgba(5, 5, 5, .82);
  }
  .mobile-nav {
    inset: 66px 0 0;
    padding: 24px max(20px, env(safe-area-inset-right)) calc(80px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
    background: rgba(5, 5, 5, .96);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    transition: opacity 220ms ease, transform 320ms var(--ease), visibility 0s linear 320ms;
  }
  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .mobile-nav a { min-height: 64px; padding: 18px 0; }
  .hero {
    padding-top: 112px;
    padding-bottom: 64px;
    gap: 46px;
  }
  .hero-title {
    margin-top: 26px;
    margin-bottom: 24px;
    max-width: 100%;
    font-size: clamp(43px, 12.7vw, 70px);
    line-height: .91;
    letter-spacing: -.065em;
  }
  .hero-title > span:first-child { max-width: 11ch; }
  .type-line { white-space: nowrap; }
  .hero-intro { max-width: 34rem; line-height: 1.55; }
  .hero-actions { width: 100%; gap: 22px; }
  .belief-section { padding-top: 92px; padding-bottom: 92px; }
  .belief-copy h2,
  .section-heading h2,
  .evidence-intro h2,
  .founder-copy h2,
  .audit-heading h2,
  .faq-heading h2,
  .final-cta h2 { font-size: clamp(42px, 11.8vw, 68px); line-height: .94; letter-spacing: -.062em; }
  .method-section { padding-top: 92px; padding-bottom: 92px; }
  .method-intro { grid-template-columns: 1fr; gap: 28px; }
  .method-intro h2 { font-size: clamp(43px, 12vw, 68px); line-height: .94; }
  .method-intro > p:last-child { grid-column: auto; }
  .method-flow { margin-top: 58px; grid-template-columns: 1fr; }
  .method-card { min-height: 260px; padding: 26px 22px; }
  .method-card h3 { margin-top: 76px; }
  .services-section,
  .evidence-section,
  .audit-section,
  .faq-section { padding-top: 92px; padding-bottom: 92px; }
  .service-featured { min-height: 520px; }
  .service-card { min-height: 290px; }
  .case-card { min-height: 440px; }
  .founder-mark { padding-top: 64px; padding-bottom: 64px; }
  .founder-copy { padding-top: 76px; padding-bottom: 76px; }
  .audit-aside { min-height: 0; padding: 30px 22px; }
  .audit-persuasion { margin: 52px 0; }
  .audit-form { padding-top: 38px; padding-bottom: 38px; }
  .field-grid input,
  .field-grid textarea,
  .field-grid select { min-height: 54px; font-size: 16px; }
  .choice > span { min-height: 84px; }
  .final-cta { min-height: 560px; }
}

@media (max-width: 480px) {
  .hero-proof { flex-direction: column; align-items: center; gap: 20px; font-size: 15px; }
  .service-card { padding: 26px 18px; }
  .case-card { min-height: 410px; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-nav { background: var(--black); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  .site-header,
  .mobile-nav { background: var(--black); }
  .hero-intro,
  .method-intro > p:last-child,
  .method-card p { color: rgba(255, 255, 255, .86); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible { opacity: 1; transform: none; }
  .mobile-nav { transform: none; }
}

/* Native snap capture, matching the Oprators journey interaction. */
html.audit-snapping { scroll-snap-type: y mandatory; scroll-padding-top: 76px; }
html.audit-snapping .audit-shell { scroll-margin-top: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.audit-section {
  min-height: 0;
}
.audit-shell {
  position: relative;
  top: auto;
  height: calc(100svh - 76px);
  min-height: 0;
  max-height: none;
  overflow: hidden;
  scroll-margin-top: 76px;
}
.audit-aside,
.audit-form {
  min-height: 0;
  overflow: hidden;
}
.audit-aside { padding: clamp(22px, 3vw, 42px); }
.audit-form { padding: clamp(18px, 2.7vw, 38px); display: flex; flex-direction: column; justify-content: center; }
.audit-step { padding-bottom: 8px; }
.audit-step legend { font-size: clamp(30px, 3vw, 50px); }
.step-help { margin: 10px 0 18px; font-size: 14px; }
.choice > span { min-height: 68px; padding: 11px 14px; }
.choice-grid.compact .choice > span { min-height: 60px; }
.choice small { margin-top: 5px; }
.form-nav {
  position: static;
  margin-top: 16px;
  padding-top: 8px;
  background: var(--white);
}
.field-grid { gap: 12px; }
.compact-fields input,
.compact-fields select { min-height: 50px; }
.fit-preview,
.submission-note { margin-top: 12px; padding: 11px; }
.question-block { margin-bottom: 12px; }
.audit-success { min-height: 100%; }

@media (max-width: 820px) {
  html.audit-snapping { scroll-padding-top: 66px; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .section-cta .button { width: 100%; }
  .founder-section,
  .founder-copy { min-height: 0; }
  .audit-section {
    min-height: 0;
    padding: 76px 12px 92px;
  }
  .audit-heading { margin-bottom: 44px; padding: 0 8px; }
  .audit-shell {
    top: auto;
    height: calc(100svh - 66px);
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: 118px minmax(0, 1fr);
    scroll-margin-top: 66px;
  }
  .audit-aside {
    min-height: 0;
    max-height: 118px;
    padding: 10px 14px;
    overflow: hidden;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .audit-progress { margin-top: 7px; }
  .audit-persuasion { margin: 7px 0 0; }
  .audit-persuasion > span { font-size: 8px; }
  .audit-persuasion h3 { margin: 4px 0 3px; font-size: clamp(19px, 5.4vw, 25px); line-height: .96; }
  .audit-persuasion p { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.25; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
  .audit-live-fit { display: none; }
  .audit-deliverables { display: none; }
  .audit-form { padding: 14px 12px 12px; }
  .audit-step legend { font-size: clamp(25px, 7vw, 32px); }
  .step-help { margin: 7px 0 11px; font-size: 11px; line-height: 1.3; }
  .choice-grid,
  .choice-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice > span,
  .choice-grid.compact .choice > span { min-height: 58px; padding: 8px; }
  .choice b { font-size: 11px; }
  .choice small { margin-top: 3px; font-size: 8px; line-height: 1.15; }
  .compact-select { display: block; }
  .compact-select select { min-height: 42px; font-size: 15px; }
  .field-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field-grid { gap: 8px; }
  .field-grid label > span { font-size: 8px; }
  .field-grid input,
  .field-grid select { min-height: 42px; padding: 8px; font-size: 14px; }
  .fit-preview,
  .submission-note { gap: 5px; margin-top: 9px; padding: 8px; }
  .fit-preview strong,
  .submission-note strong { font-size: 11px; }
  .form-nav { margin-top: 10px; padding-top: 6px; }
  .step-next,
  .step-back,
  .form-submit { min-height: 42px; }
  .audit-success h3 { font-size: clamp(34px, 9vw, 54px); }
}

@media (max-width: 480px) {
  .audit-aside { max-height: 118px; }
  .audit-form { padding-left: 12px; padding-right: 12px; }
  .form-nav { flex-direction: row; }
  .form-nav > button { width: auto; flex: 1; }
  .form-nav > span:empty { display: none; }
  .cookie-banner { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); width: calc(100vw - 16px); max-height: calc(100svh - 16px); padding: 17px; overflow: auto; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions a { grid-column: 1 / -1; margin: 0; }
  .cookie-actions button { width: 100%; padding: 0 10px; }
}

/* Centered, personalized audit flow. */
.audit-shell {
  display: block;
  width: min(100%, 1040px);
  margin: 0 auto;
  background: var(--white);
}
.audit-form {
  height: 100%;
  padding: clamp(24px, 4vw, 56px);
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(5,5,5,.35) transparent;
}
.audit-form-top {
  flex: 0 0 auto;
  margin-bottom: clamp(22px, 3vh, 36px);
}
.audit-form-top .audit-progress-label {
  color: rgba(5,5,5,.52);
}
.audit-form-top .audit-progress {
  margin-top: 12px;
  background: rgba(5,5,5,.13);
}
.audit-form-top .audit-progress span {
  background: var(--black);
  transition: width 240ms cubic-bezier(.23,1,.32,1);
}
.audit-step.active {
  animation: centered-step-in 220ms cubic-bezier(.23,1,.32,1) both;
}
@keyframes centered-step-in {
  from { opacity: 0; transform: translateY(8px); }
}
.choice.is-wide {
  grid-column: 1 / -1;
}
.other-detail {
  margin-top: 12px;
}
.other-detail[hidden] {
  display: none;
}
.step-personalized {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 3px solid var(--black);
  background: #f1f1f1;
}
.step-personalized > span {
  display: block;
  margin-bottom: 7px;
  font-family: "Courier New", Courier, monospace;
  color: rgba(5,5,5,.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
}
.step-personalized strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.step-personalized p {
  margin: 5px 0 0;
  color: rgba(5,5,5,.6);
  font-size: 12px;
  line-height: 1.4;
}
.step-next:active,
.step-back:active,
.form-submit:active,
.choice:active > span {
  transform: scale(.97);
}

@media (max-width: 820px) {
  .audit-shell {
    display: block;
    height: calc(100svh - 66px);
    grid-template-rows: none;
  }
  .audit-form {
    height: 100%;
    padding: 16px 12px 12px;
  }
  .audit-form-top {
    margin-bottom: 14px;
  }
  .audit-step legend {
    font-size: clamp(24px, 6.6vw, 31px);
  }
  .service-choice-grid .choice > span {
    min-height: 54px;
  }
  .step-personalized {
    margin-top: 10px;
    padding: 9px 10px;
  }
  .step-personalized > span {
    margin-bottom: 4px;
    font-size: 7px;
  }
  .step-personalized strong {
    font-size: 11px;
  }
  .step-personalized p {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.25;
  }
  .other-detail {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audit-step.active {
    animation: none;
  }
}
