/* OJAS 4D — ojas4d.com
   Colour, type and radius tokens are the product's --dg-* set, so the site and
   the workspace are visibly the same thing. Site-only tokens follow them. */
:root {
  --dg-bg: #0A0B0D; --dg-surface: #101216; --dg-surface-2: #16191E; --dg-surface-3: #1D2127;
  --dg-line: #22262D; --dg-line-strong: #2E343D; --dg-line-faint: #191C21;
  --dg-text: #F2F4F7; --dg-text-soft: #B6BDC7; --dg-text-muted: #8A929C; --dg-text-faint: #7A828E;
  --dg-accent: #FF5A26; --dg-accent-hover: #FF6E42; --dg-accent-press: #E8481A;
  --dg-accent-wash: rgba(255, 90, 38, .10); --dg-accent-line: rgba(255, 90, 38, .28); --dg-accent-ink: #0A0B0D;
  --dg-amber: #FFB259;
  --dg-ok: #3FBF7F; --dg-ok-wash: rgba(63, 191, 127, .12);
  --dg-warn: #F0B429; --dg-warn-wash: rgba(240, 180, 41, .12);
  --dg-font-sans: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --dg-font-serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --dg-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --dg-radius-sm: 4px; --dg-radius: 7px; --dg-radius-lg: 12px;
  --dg-ease: cubic-bezier(.22, 1, .36, 1);

  --gutter: clamp(20px, 4.2vw, 56px);
  --wrap: 1240px;
  --section: clamp(84px, 11vw, 168px);
  --t-display: clamp(2.75rem, 1.2rem + 6.2vw, 6.25rem);
  --t-h2: clamp(2rem, 1.1rem + 3.2vw, 3.75rem);
  --t-h3: clamp(1.25rem, 1.05rem + .7vw, 1.625rem);
  --t-lede: clamp(1.0625rem, .98rem + .42vw, 1.3125rem);
  --float: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 50px -18px rgba(0, 0, 0, .85);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--dg-bg); color: var(--dg-text);
  font: 400 1rem/1.6 var(--dg-font-sans); letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg, canvas, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; letter-spacing: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--dg-accent); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--dg-accent); color: var(--dg-accent-ink); }

.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--dg-text); color: var(--dg-bg); border-radius: var(--dg-radius); font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }
.mono { font-family: var(--dg-font-mono); font-feature-settings: "tnum" 1, "zero" 1; letter-spacing: 0; }
.serif { font-family: var(--dg-font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.accent { color: var(--dg-accent); }

/* ── type ─────────────────────────────────────────────────────────────── */
.display { font-size: var(--t-display); line-height: .96; letter-spacing: -0.045em; font-weight: 600; text-wrap: balance; }
.display .serif { letter-spacing: -0.03em; font-size: 1.06em; line-height: .9; }
.h2 { font-size: var(--t-h2); line-height: 1.02; letter-spacing: -0.038em; font-weight: 600; text-wrap: balance; }
.h2 .serif { font-size: 1.05em; letter-spacing: -0.025em; }
.h3 { font-size: var(--t-h3); line-height: 1.2; letter-spacing: -0.025em; font-weight: 600; }
.lede { font-size: var(--t-lede); line-height: 1.5; color: var(--dg-text-soft); max-width: 58ch; text-wrap: pretty; }
.body { color: var(--dg-text-soft); max-width: 62ch; text-wrap: pretty; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 .75rem/1 var(--dg-font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--dg-text-muted);
}
.eyebrow i { font-style: normal; color: var(--dg-accent); }
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--dg-accent); }

/* ── buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: .9375rem; text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background .18s var(--dg-ease), border-color .18s var(--dg-ease), transform .18s var(--dg-ease), color .18s var(--dg-ease);
}
.btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--dg-ease); }
.btn:hover svg.go { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn.primary { background: var(--dg-accent); color: var(--dg-accent-ink); }
.btn.primary:hover { background: var(--dg-accent-hover); }
.btn.line { border-color: var(--dg-line-strong); color: var(--dg-text); background: rgba(16, 18, 22, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn.line:hover { border-color: var(--dg-text-muted); background: rgba(29, 33, 39, .8); }
.btn.small { min-height: 40px; padding: 0 16px; font-size: .875rem; }
.btn.block { width: 100%; }
.link { color: var(--dg-text); text-decoration: underline; text-decoration-color: var(--dg-line-strong); text-underline-offset: 4px; text-decoration-thickness: 1px; transition: text-decoration-color .18s; }
.link:hover { text-decoration-color: var(--dg-accent); }

/* ── chips ────────────────────────────────────────────────────────────── */
.chip { display: inline-flex; align-items: center; gap: 7px; font: 500 .6875rem/1 var(--dg-font-mono); letter-spacing: .04em; text-transform: uppercase; padding: 6px 9px; border-radius: 999px; white-space: nowrap; }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.chip.live { color: var(--dg-ok); background: var(--dg-ok-wash); }
.chip.dev { color: var(--dg-warn); background: var(--dg-warn-wash); }
.chip.plan { color: var(--dg-text-muted); background: var(--dg-surface-3); }

/* ── nav ──────────────────────────────────────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s var(--dg-ease), border-color .3s var(--dg-ease); border-bottom: 1px solid transparent; }
.nav.stuck { background: rgba(10, 11, 13, .78); backdrop-filter: saturate(140%) blur(16px); -webkit-backdrop-filter: saturate(140%) blur(16px); border-bottom-color: var(--dg-line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand svg { width: 26px; height: 26px; }
.brand b { font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.03em; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.nav-links a { padding: 8px 12px; border-radius: 999px; font-size: .9063rem; color: var(--dg-text-soft); text-decoration: none; transition: color .18s, background .18s; }
.nav-links a:hover { color: var(--dg-text); background: rgba(255, 255, 255, .06); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-cta .signin { padding: 8px 12px; font-size: .9063rem; color: var(--dg-text-soft); text-decoration: none; }
.nav-cta .signin:hover { color: var(--dg-text); }
.burger { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; background: none; border-radius: var(--dg-radius); cursor: pointer; }
.burger span { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: var(--dg-text); transition: transform .25s var(--dg-ease), opacity .2s; }
.burger[aria-expanded=true] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded=true] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── hero ─────────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: min(100svh, 1040px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--dg-line); }
.stage { position: absolute; inset: 0; z-index: -2; background: #07080A; }
.stage img.poster, .stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage canvas { opacity: 0; transition: opacity 1.2s var(--dg-ease); cursor: grab; touch-action: pan-y; }
.stage.live canvas { opacity: 1; }
.stage.dragging canvas { cursor: grabbing; }
.stage svg.marks { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0; transition: opacity 1s var(--dg-ease) .4s; overflow: visible; }
.stage.live svg.marks { opacity: 1; }
.scrim { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 11, 13, .82) 0%, rgba(10, 11, 13, 0) 22%),
    linear-gradient(0deg, rgba(10, 11, 13, .96) 0%, rgba(10, 11, 13, .55) 30%, rgba(10, 11, 13, 0) 62%),
    linear-gradient(90deg, rgba(10, 11, 13, .80) 0%, rgba(10, 11, 13, .25) 46%, rgba(10, 11, 13, 0) 70%); }
.hero-copy { position: relative; padding-top: 140px; padding-bottom: clamp(36px, 5vw, 64px); display: grid; justify-items: start; gap: clamp(20px, 2.4vw, 30px); pointer-events: none; }
.hero-copy > * { pointer-events: auto; }
.hero-copy .display { max-width: 10.5ch; font-size: clamp(2.75rem, 1rem + 5.4vw, 5.5rem); }
.hero-copy .lede { max-width: 44ch; color: #D3D8DF; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-note { font: 400 .8125rem/1.4 var(--dg-font-mono); color: var(--dg-text-muted); }
.hero-bar { position: relative; border-top: 1px solid rgba(255, 255, 255, .09); background: rgba(10, 11, 13, .55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hero-bar .wrap { display: flex; flex-wrap: wrap; gap: 8px 32px; align-items: center; min-height: 52px; padding-block: 12px; font: 400 .75rem/1.3 var(--dg-font-mono); color: var(--dg-text-muted); }
.hero-bar b { font-weight: 500; color: var(--dg-text); }
.hero-bar .right { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--dg-ok); box-shadow: 0 0 0 0 rgba(63, 191, 127, .6); animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(63, 191, 127, 0); } 100% { box-shadow: 0 0 0 0 rgba(63, 191, 127, 0); } }

.pin { position: absolute; left: 0; top: 0; z-index: 1; transform: translate(-50%, -100%); padding: 9px 13px 10px; border-radius: var(--dg-radius); background: rgba(12, 14, 17, .88); border: 1px solid rgba(255, 255, 255, .12); box-shadow: var(--float); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity .8s var(--dg-ease) .6s; will-change: transform; }
.stage.live .pin { opacity: 1; }
.stage.live .pin.shy { opacity: 0; transition-delay: 0s; transition-duration: .3s; }
.pin small { display: block; font: 500 .625rem/1 var(--dg-font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--dg-text-muted); margin-bottom: 5px; }
.pin b { font: 500 1rem/1 var(--dg-font-mono); letter-spacing: -0.01em; }
.pin.s b { font-size: .8125rem; }

/* ── sections ─────────────────────────────────────────────────────────── */
.section { padding-block: var(--section); position: relative; }
.section + .section { border-top: 1px solid var(--dg-line); }
.section.tint { background: var(--dg-surface); }
.head { display: grid; gap: 22px; margin-bottom: clamp(44px, 5.5vw, 84px); }
.head.split { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: end; gap: 28px 64px; }
.head.split .lede { justify-self: end; }

/* registration marks: the corner ticks a surveyor puts on a plan */
.ticked { position: relative; }
.ticked::before, .ticked::after { content: ""; position: absolute; width: 9px; height: 9px; border: 1px solid var(--dg-line-strong); pointer-events: none; }
.ticked::before { left: -1px; top: -1px; border-right: 0; border-bottom: 0; }
.ticked::after { right: -1px; bottom: -1px; border-left: 0; border-top: 0; }

/* proof */
.proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); overflow: hidden; background: var(--dg-surface); }
.proof > div { padding: clamp(22px, 2.6vw, 36px); border-right: 1px solid var(--dg-line); display: grid; gap: 14px; align-content: start; }
.proof > div:last-child { border-right: 0; }
.proof dt { font: 500 clamp(1.75rem, 1.1rem + 2.1vw, 3rem)/1 var(--dg-font-mono); letter-spacing: -0.04em; color: var(--dg-text); }
.proof dt span { font-size: .42em; letter-spacing: 0; color: var(--dg-text-muted); margin-left: 4px; }
.proof dd { font-size: .9063rem; line-height: 1.45; color: var(--dg-text-muted); }

/* steps */
.steps { display: grid; gap: clamp(64px, 8vw, 128px); }
.step { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.step:nth-child(even) { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.step:nth-child(even) .step-text { order: 2; }
.step-text { display: grid; gap: 18px; }
.step-n { font: 500 .75rem/1 var(--dg-font-mono); letter-spacing: .08em; color: var(--dg-accent); }
.step-text ul { display: grid; gap: 10px; margin-top: 6px; }
.step-text li { position: relative; padding-left: 22px; color: var(--dg-text-soft); font-size: .9688rem; line-height: 1.5; }
.step-text li::before { content: ""; position: absolute; left: 0; top: .68em; width: 10px; height: 1px; background: var(--dg-accent); }
.shot { border: 1px solid var(--dg-line-strong); border-radius: var(--dg-radius-lg); overflow: hidden; background: var(--dg-surface); box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .02) inset; }
.shot-bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 14px; border-bottom: 1px solid var(--dg-line); background: var(--dg-surface-2); }
.shot-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--dg-line-strong); }
.shot-bar span { margin-left: 10px; font: 400 .6875rem/1 var(--dg-font-mono); color: var(--dg-text-faint); }
.shot img { width: 100%; height: auto; }
.cap { margin-top: 12px; font: 400 .75rem/1.45 var(--dg-font-mono); color: var(--dg-text-faint); }

/* does / won't */
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); overflow: hidden; }
.pair > div { padding: clamp(26px, 3.4vw, 52px); display: grid; gap: 18px; align-content: start; background: var(--dg-bg); }
.pair > div + div { border-left: 1px solid var(--dg-line); background: linear-gradient(180deg, rgba(255, 90, 38, .07), rgba(255, 90, 38, 0) 60%), var(--dg-bg); }
.pair h3 { font: 500 .75rem/1 var(--dg-font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--dg-text-muted); }
.pair > div + div h3 { color: var(--dg-accent); }
.pair p.big { font-size: clamp(1.25rem, 1rem + 1.05vw, 1.75rem); line-height: 1.3; letter-spacing: -0.025em; color: var(--dg-text); text-wrap: pretty; }
.pair p { color: var(--dg-text-soft); font-size: .9688rem; }
.refusals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.refusal { padding: 22px; border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); background: var(--dg-surface); display: grid; gap: 10px; align-content: start; }
.refusal code { font: 500 .75rem/1.4 var(--dg-font-mono); color: var(--dg-amber); }
.refusal p { font-size: .9063rem; color: var(--dg-text-muted); line-height: 1.5; }

/* deliverables */
.grid5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); overflow: hidden; }
.deliv { padding: 26px 22px 24px; border-right: 1px solid var(--dg-line); display: grid; gap: 14px; align-content: start; background: var(--dg-bg); transition: background .25s var(--dg-ease); }
.deliv:last-child { border-right: 0; }
.deliv:hover { background: var(--dg-surface); }
.deliv svg { width: 30px; height: 30px; fill: none; stroke: var(--dg-accent); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.deliv h3 { font-size: 1.0625rem; letter-spacing: -0.02em; font-weight: 600; }
.deliv p { font-size: .875rem; line-height: 1.5; color: var(--dg-text-muted); }
.deliv dl { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--dg-line-faint); display: grid; gap: 6px; font: 400 .6875rem/1.3 var(--dg-font-mono); color: var(--dg-text-faint); }
.deliv dl div { display: flex; justify-content: space-between; gap: 8px; }
.deliv dd { color: var(--dg-text-soft); text-align: right; }

/* accuracy */
.acc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.acc > div { padding: clamp(24px, 2.8vw, 38px); border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); background: var(--dg-bg); display: grid; gap: 14px; align-content: start; }
.acc .fig { font: 500 clamp(1.75rem, 1.2rem + 1.7vw, 2.625rem)/1 var(--dg-font-mono); letter-spacing: -0.04em; }
.acc .fig small { font-size: .45em; letter-spacing: 0; color: var(--dg-text-muted); }
.acc h3 { font-size: 1rem; font-weight: 600; letter-spacing: -0.02em; }
.acc p { font-size: .9063rem; color: var(--dg-text-muted); line-height: 1.5; }

/* family */
.family { border-top: 1px solid var(--dg-line); }
.fam { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) auto; gap: 16px 40px; align-items: baseline; padding: clamp(22px, 2.6vw, 34px) 0; border-bottom: 1px solid var(--dg-line); transition: padding-left .3s var(--dg-ease); }
.fam:hover { padding-left: 10px; }
.fam h3 { font-size: clamp(1.375rem, 1.1rem + 1vw, 2rem); letter-spacing: -0.035em; font-weight: 600; }
.fam p { color: var(--dg-text-muted); font-size: .9688rem; max-width: 60ch; }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 22px; padding: 28px 24px 24px; border: 1px solid var(--dg-line); border-radius: var(--dg-radius-lg); background: var(--dg-bg); }
.plan.hot { border-color: var(--dg-accent-line); background: linear-gradient(180deg, rgba(255, 90, 38, .09), rgba(255, 90, 38, 0) 42%), var(--dg-bg); }
.plan .tag { position: absolute; top: -11px; left: 22px; font: 500 .625rem/1 var(--dg-font-mono); letter-spacing: .08em; text-transform: uppercase; padding: 6px 9px; border-radius: 999px; background: var(--dg-accent); color: var(--dg-accent-ink); }
.plan h3 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.02em; }
.plan .price { display: flex; align-items: baseline; gap: 6px; font: 500 2.75rem/1 var(--dg-font-mono); letter-spacing: -0.05em; }
.plan .price small { font-size: .8125rem; letter-spacing: 0; color: var(--dg-text-muted); }
.plan .blurb { font-size: .9063rem; line-height: 1.5; color: var(--dg-text-muted); min-height: 4.5em; }
.plan ul { display: grid; gap: 11px; padding-top: 20px; border-top: 1px solid var(--dg-line-faint); margin-bottom: auto; }
.plan li { position: relative; padding-left: 24px; font-size: .9063rem; line-height: 1.4; color: var(--dg-text-soft); }
.plan li::before { content: ""; position: absolute; left: 2px; top: .42em; width: 10px; height: 5px; border-left: 1.5px solid var(--dg-accent); border-bottom: 1.5px solid var(--dg-accent); transform: rotate(-45deg); }
.plan li em { font: 500 .625rem/1 var(--dg-font-mono); font-style: normal; letter-spacing: .04em; text-transform: uppercase; color: var(--dg-warn); background: var(--dg-warn-wash); padding: 3px 6px; border-radius: 3px; margin-left: 4px; white-space: nowrap; }
.fine { margin-top: 26px; font-size: .8438rem; line-height: 1.55; color: var(--dg-text-faint); max-width: 84ch; }

/* faq */
.faq { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 28px 72px; align-items: start; }
.faq .head { margin: 0; position: sticky; top: 100px; }
.qa { border-top: 1px solid var(--dg-line); }
.qa details { border-bottom: 1px solid var(--dg-line); }
.qa summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); font-weight: 500; letter-spacing: -0.02em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: ""; flex: none; width: 12px; height: 12px; border-right: 1.5px solid var(--dg-text-muted); border-bottom: 1.5px solid var(--dg-text-muted); transform: rotate(45deg) translate(-3px, -3px); transition: transform .3s var(--dg-ease); }
.qa details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.qa summary:hover { color: var(--dg-accent); }
.qa .a { padding: 0 48px 28px 0; color: var(--dg-text-soft); display: grid; gap: 12px; max-width: 70ch; }

/* closing */
.close { position: relative; overflow: hidden; text-align: center; padding-block: clamp(96px, 13vw, 200px); }
.close::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 70% at 50% 100%, rgba(255, 90, 38, .16), rgba(255, 90, 38, 0) 70%),
    linear-gradient(var(--dg-line-faint) 1px, transparent 1px) 0 0 / 100% 72px,
    linear-gradient(90deg, var(--dg-line-faint) 1px, transparent 1px) 0 0 / 72px 100%;
  -webkit-mask-image: radial-gradient(70% 80% at 50% 60%, #000 30%, transparent 78%); mask-image: radial-gradient(70% 80% at 50% 60%, #000 30%, transparent 78%); }
.close .wrap { display: grid; gap: 28px; justify-items: center; }
.close .display { max-width: 16ch; }
.close .lede { text-align: center; }

.lead { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; width: 100%; max-width: 520px; }
.lead label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.lead input { flex: 1 1 240px; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--dg-line-strong); background: rgba(16, 18, 22, .8); }
.lead input::placeholder { color: var(--dg-text-faint); }
.lead input:focus { outline: none; border-color: var(--dg-accent); }
.lead-msg { min-height: 1.4em; font: 400 .8125rem/1.4 var(--dg-font-mono); color: var(--dg-text-muted); }
.lead-msg.ok { color: var(--dg-ok); } .lead-msg.bad { color: var(--dg-amber); }

/* footer */
.foot { border-top: 1px solid var(--dg-line); padding-block: clamp(48px, 6vw, 80px) 36px; background: var(--dg-surface); }
.foot-grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); gap: 40px 32px; }
.foot h4 { font: 500 .6875rem/1 var(--dg-font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--dg-text-faint); margin-bottom: 18px; }
.foot li + li { margin-top: 11px; }
.foot li a { color: var(--dg-text-soft); text-decoration: none; font-size: .9063rem; }
.foot li a:hover { color: var(--dg-text); }
.foot .about { display: grid; gap: 18px; align-content: start; max-width: 38ch; }
.foot .about p { font-size: .9063rem; color: var(--dg-text-muted); line-height: 1.55; }
.foot-base { margin-top: clamp(40px, 5vw, 72px); padding-top: 24px; border-top: 1px solid var(--dg-line); display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; font: 400 .75rem/1.5 var(--dg-font-mono); color: var(--dg-text-faint); }

/* legal / plain pages */
.plain { padding-top: 150px; padding-bottom: var(--section); }
.plain .wrap { max-width: calc(760px + var(--gutter) * 2); }
.plain h1 { font-size: clamp(2.25rem, 1.5rem + 3vw, 3.75rem); line-height: 1; letter-spacing: -0.04em; font-weight: 600; margin-bottom: 14px; }
.plain .stamp { font: 400 .8125rem/1 var(--dg-font-mono); color: var(--dg-text-faint); margin-bottom: 48px; }
.plain h2 { font-size: 1.375rem; letter-spacing: -0.025em; font-weight: 600; margin: 44px 0 12px; }
.plain p, .plain li { color: var(--dg-text-soft); margin-bottom: 14px; }
.plain ul { padding-left: 20px; list-style: disc; }

/* ── reveal ───────────────────────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--dg-ease), transform .9s var(--dg-ease); transition-delay: var(--d, 0ms); }
.rv.in { opacity: 1; transform: none; }
.no-js .rv { opacity: 1; transform: none; }

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

/* ── responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .deliv:nth-child(3) { border-right: 0; }
  .deliv:nth-child(-n+3) { border-bottom: 1px solid var(--dg-line); }
  .foot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot .about { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: block; }
  .nav.open { background: var(--dg-bg); border-bottom-color: var(--dg-line); }
  .nav.open .nav-in { flex-wrap: wrap; height: auto; padding-bottom: 22px; }
  .nav.open .brand, .nav.open .burger { height: 68px; display: inline-flex; align-items: center; }
  .nav.open .burger { display: block; }
  .nav.open .nav-links { display: grid; width: 100%; margin: 0; gap: 0; order: 3; }
  .nav.open .nav-links a { padding: 14px 4px; border-radius: 0; border-bottom: 1px solid var(--dg-line); font-size: 1.0625rem; color: var(--dg-text); }
  .nav.open .nav-cta { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin: 18px 0 0; order: 4; }
  .nav.open .nav-cta .signin { text-align: center; border: 1px solid var(--dg-line-strong); border-radius: 999px; min-height: 48px; display: grid; place-items: center; }
  .head.split { grid-template-columns: 1fr; } .head.split .lede { justify-self: start; }
  .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof > div:nth-child(2) { border-right: 0; }
  .proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--dg-line); }
  .step, .step:nth-child(even) { grid-template-columns: 1fr; }
  .step:nth-child(even) .step-text { order: 0; }
  .pair { grid-template-columns: 1fr; } .pair > div + div { border-left: 0; border-top: 1px solid var(--dg-line); }
  .refusals, .acc { grid-template-columns: 1fr; }
  .fam { grid-template-columns: 1fr; gap: 10px; } .fam:hover { padding-left: 0; }
  .faq { grid-template-columns: 1fr; } .faq .head { position: static; }
  .qa .a { padding-right: 0; }
  .pin.s { display: none; }
  .stage svg.marks, .pin { display: none; }
  .scrim { background:
    linear-gradient(180deg, rgba(10, 11, 13, .8) 0%, rgba(10, 11, 13, 0) 20%),
    linear-gradient(0deg, rgba(10, 11, 13, .98) 0%, rgba(10, 11, 13, .82) 42%, rgba(10, 11, 13, .1) 78%); }
}
@media (max-width: 620px) {
  .plans, .grid5 { grid-template-columns: 1fr; }
  .deliv { border-right: 0; border-bottom: 1px solid var(--dg-line); } .deliv:last-child { border-bottom: 0; }
  .plan .blurb { min-height: 0; }
  .proof { grid-template-columns: 1fr; }
  .proof > div { border-right: 0; border-bottom: 1px solid var(--dg-line); } .proof > div:last-child { border-bottom: 0; }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions { justify-self: stretch; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-bar .right { margin-left: 0; }
  .pin { display: none; }
}

/* upload check: drawn in HTML so it stays sharp and carries no screenshot */
.check .checklist { padding: 10px 0; }
.checklist li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; padding: 15px 22px 15px 52px; position: relative; border-bottom: 1px solid var(--dg-line-faint); font-size: .9375rem; color: var(--dg-text-soft); line-height: 1.45; }
.checklist li:last-child { border-bottom: 0; }
.checklist li::before { content: ""; position: absolute; left: 22px; top: 19px; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--dg-line-strong); }
.checklist li.ok::before { border-color: var(--dg-ok); background: radial-gradient(circle, var(--dg-ok) 0 3px, transparent 3.5px); }
.checklist li.warn::before { border-color: var(--dg-warn); background: radial-gradient(circle, var(--dg-warn) 0 3px, transparent 3.5px); }
.checklist b { font: 500 1em var(--dg-font-mono); color: var(--dg-text); }
.checklist code { font: 400 .875em var(--dg-font-mono); color: var(--dg-amber); }
.checklist span { font: 500 .6875rem/1 var(--dg-font-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--dg-text-faint); min-width: 74px; }
.checklist em { margin-left: auto; font: 500 .6875rem/1 var(--dg-font-mono); font-style: normal; letter-spacing: .04em; text-transform: uppercase; color: var(--dg-ok); background: var(--dg-ok-wash); padding: 5px 8px; border-radius: 999px; }

/* used once, to photograph the hero for its own poster */
.poster-mode .nav, .poster-mode .hero-copy, .poster-mode .hero-bar, .poster-mode .scrim, .poster-mode .pin, .poster-mode svg.marks, .poster-mode main > :not(.hero), .poster-mode .foot, .poster-mode .poster { display: none !important; }
.poster-mode .hero { min-height: 100vh; height: 100vh; border: 0; }
.poster-mode .stage canvas { transition: none; opacity: 1; }

@media (min-width: 901px) and (max-height: 960px) {
  .hero-copy { padding-top: 104px; padding-bottom: 30px; gap: 18px; }
  .hero-copy .display { font-size: clamp(2.75rem, 1rem + 4.4vw, 4.625rem); }
  .hero-copy .lede { font-size: 1.0625rem; }
}
@media (min-width: 901px) and (max-height: 760px) {
  .hero-copy { padding-top: 92px; gap: 14px; }
  .hero-copy .display { font-size: clamp(2.5rem, 1rem + 3.4vw, 3.75rem); }
  .hero-note { display: none; }
}
