/* mess site. Big type, dark room, blue light. */

:root {
  --bg: #0a0a0c;
  --bg-2: #101013;
  --surface: rgb(255 255 255 / 0.045);
  --surface-2: rgb(255 255 255 / 0.08);
  --line: rgb(255 255 255 / 0.1);
  --text: #f5f5f7;
  --muted: #9b9ba1;
  --dim: #63636a;
  --accent: #0a84ff;
  --accent-soft: #7fbcff;
  --keep: #30d158;
  --reject: #ff453a;
  --radius: 18px;
  --pad: clamp(20px, 5vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }
::selection { background: rgb(10 132 255 / 0.4); }

.wrap { width: min(1200px, 100% - var(--pad) * 2); margin-inline: auto; }
.wrap.narrow { width: min(880px, 100% - var(--pad) * 2); }

/* ---------- top bar ---------- */

header.bar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgb(10 10 12 / 0.7);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease;
}
header.bar.scrolled { border-bottom-color: var(--line); }
.bar-in { display: flex; align-items: center; gap: 14px; padding: 14px 0; }
.mark { width: 28px; height: 28px; flex: none; display: block; }
.bar strong { font-size: 15.5px; letter-spacing: -0.01em; font-weight: 600; }
.bar nav { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.bar nav a {
  text-decoration: none; color: var(--muted); font-size: 13.5px;
  padding: 7px 12px; border-radius: 9px;
}
.bar nav a:hover { color: var(--text); background: var(--surface); }
.bar nav a.cta { background: var(--accent); color: #fff; font-weight: 500; }
.bar nav a.cta:hover { background: #339bff; }
@media (max-width: 620px) { .bar nav a.hide-s { display: none; } }

/* ---------- hero ---------- */

.hero {
  position: relative;
  padding: clamp(72px, 12vw, 160px) 0 clamp(20px, 4vw, 44px);
  text-align: center;
  /* stage light, painted as a plain background; a huge glow pseudo-element
     here broke compositing below the fold in embedded WebKit views */
  background:
    radial-gradient(46% 520px at 50% -60px, rgb(10 132 255 / 0.15), transparent 72%),
    radial-gradient(24% 300px at 80% 40px, rgb(255 69 58 / 0.05), transparent 70%);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; color: var(--muted); letter-spacing: 0.01em;
  background: var(--surface); border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 30px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--keep); box-shadow: 0 0 8px var(--keep); }

h1 {
  font-size: clamp(52px, 10.5vw, 128px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 .grad {
  background: linear-gradient(96deg, #ffffff 10%, var(--accent-soft) 55%, var(--accent) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede {
  font-size: clamp(17px, 2.4vw, 23px);
  color: var(--muted);
  max-width: 46ch;
  margin: 0 auto 36px;
  line-height: 1.5;
}
.lede strong { color: var(--text); font-weight: 550; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: var(--surface);
  color: var(--text); text-decoration: none;
  padding: 14px 24px; border-radius: 13px; font-size: 15.5px; font-weight: 550;
  cursor: pointer; transition: background 150ms ease, transform 150ms ease;
}
.btn:hover { background: var(--surface-2); }
.btn:active { transform: translateY(1px); }
.btn.primary { background: var(--accent); border-color: transparent; color: #fff; box-shadow: 0 8px 30px -8px rgb(10 132 255 / 0.6); }
.btn.primary:hover { background: #339bff; }
.btn.big { padding: 16px 30px; font-size: 16.5px; border-radius: 15px; }
.hero-note { font-size: 13px; color: var(--dim); margin-top: 20px; }

/* ---------- full-width hero board ---------- */

.board-shell {
  padding: clamp(24px, 5vw, 56px) 0 0;
}
.stage.wide {
  aspect-ratio: 21 / 9;
  max-height: 560px;
  width: 100%;
}
@media (max-width: 720px) { .stage.wide { aspect-ratio: 4 / 3; } }

/* ---------- sections ---------- */

section { padding: clamp(64px, 10vw, 140px) 0; }
.kicker {
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); font-weight: 650; margin: 0 0 16px;
}
h2 {
  font-size: clamp(34px, 5.6vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
  font-weight: 680;
}
.sub {
  color: var(--muted); max-width: 58ch; margin: 0 0 40px;
  font-size: clamp(16px, 2vw, 19.5px); line-height: 1.6;
}
.center { text-align: center; }
.center .sub { margin-inline: auto; }

/* numbered moves */
.moves { display: flex; flex-direction: column; gap: clamp(48px, 8vw, 110px); }
.move {
  display: grid; gap: clamp(24px, 5vw, 64px);
  grid-template-columns: 1fr 1.15fr; align-items: center;
}
.move.flip .copy { order: 2; }
@media (max-width: 880px) {
  .move { grid-template-columns: 1fr; }
  .move.flip .copy { order: 0; }
}
.move .n {
  font-size: clamp(64px, 9vw, 120px);
  font-weight: 750; line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.35), rgb(255 255 255 / 0.06));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 6px;
}
.move h3 {
  font-size: clamp(26px, 3.6vw, 40px);
  letter-spacing: -0.03em; line-height: 1.08;
  margin: 0 0 14px; font-weight: 660;
}
.move p { color: var(--muted); font-size: clamp(15.5px, 1.8vw, 18px); line-height: 1.65; margin: 0 0 14px; }
.move p strong { color: var(--text); font-weight: 550; }
kbd {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 0.82em; padding: 2.5px 7px; border-radius: 6px;
  background: var(--surface-2); border: 1px solid var(--line); color: var(--text);
  box-shadow: 0 1.5px 0 rgb(0 0 0 / 0.5);
}

/* big claim band */
.claims {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.claim {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(20px, 3vw, 30px);
}
.claim b {
  display: block; font-weight: 700;
  font-size: clamp(34px, 4.6vw, 54px); letter-spacing: -0.03em; line-height: 1.05;
  margin-bottom: 6px;
}
.claim span { color: var(--muted); font-size: 14.5px; line-height: 1.5; display: block; }

/* manifesto */
.manifesto {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(60% 100% at 50% 0%, rgb(10 132 255 / 0.07), transparent 70%);
  text-align: center;
}
.manifesto blockquote {
  margin: 0 auto; max-width: 26ch;
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 660; letter-spacing: -0.03em; line-height: 1.15;
}
.manifesto blockquote em { font-style: normal; color: var(--accent-soft); }
.manifesto p { color: var(--muted); max-width: 60ch; margin: 26px auto 0; font-size: clamp(15px, 1.8vw, 18px); }

/* ---------- stages (demo boxes) ---------- */

.stage {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #141417, #0e0e10);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 40px 90px -40px rgb(0 0 0 / 0.95), 0 0 0 1px rgb(0 0 0 / 0.3);
}
.stage::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgb(255 255 255 / 0.07) 1px, transparent 1.4px);
  background-size: 22px 22px;
  z-index: 0;
}
.stage .tag {
  position: absolute; left: 14px; top: 13px; z-index: 5;
  font-size: 11.5px; color: var(--dim);
  background: rgb(0 0 0 / 0.45); padding: 4px 10px; border-radius: 7px;
  border: 1px solid var(--line);
}
.ph { position: absolute; border-radius: 3px; background-size: cover; overflow: hidden; z-index: 2; }
.g1 { background: linear-gradient(140deg, #6b1d2b, #c8433f 55%, #2a1016); }
.g2 { background: linear-gradient(160deg, #10233f, #2f6ea8 60%, #0b1524); }
.g3 { background: linear-gradient(130deg, #3a2350, #8a4fb0 58%, #180f21); }
.g4 { background: linear-gradient(150deg, #123227, #2f8f66 60%, #0a1b14); }
.g5 { background: linear-gradient(120deg, #4a3410, #d09327 55%, #1c1206); }
.g6 { background: linear-gradient(170deg, #2b2b30, #7c7c86 60%, #131316); }

.keycap {
  position: absolute; z-index: 6;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 13px; font-weight: 600;
  padding: 6px 12px; border-radius: 9px;
  background: rgb(0 0 0 / 0.75); border: 1px solid var(--line);
  color: #fff; opacity: 0;
}

/* ---------- cheatsheet ---------- */

.sheet {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px 30px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(22px, 3.5vw, 36px);
}
.sheet div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 14.5px; padding: 5px 0; }
.sheet span { color: var(--muted); text-align: right; }

/* ---------- newsletter ---------- */

.signup {
  background:
    radial-gradient(80% 120% at 50% 0%, rgb(10 132 255 / 0.14), rgb(10 132 255 / 0.02)),
    var(--surface);
  border: 1px solid rgb(10 132 255 / 0.3);
  border-radius: 26px;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}
.signup h2 { margin-bottom: 12px; }
.signup .sub { margin-inline: auto; margin-bottom: 30px; }
form.sub-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
form.sub-form input[type="email"] {
  flex: 1 1 320px; max-width: 400px;
  background: rgb(0 0 0 / 0.4); border: 1px solid var(--line); color: var(--text);
  padding: 14px 17px; border-radius: 13px; font-size: 15.5px; outline: none;
  font-family: inherit;
}
form.sub-form input[type="email"]:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgb(10 132 255 / 0.25); }
form.sub-form input[type="email"]::placeholder { color: var(--dim); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-msg { margin-top: 16px; font-size: 14.5px; min-height: 22px; }
.form-msg.ok { color: var(--keep); }
.form-msg.err { color: var(--reject); }

/* ---------- footer ---------- */

footer { border-top: 1px solid var(--line); padding: 34px 0 56px; color: var(--dim); font-size: 13.5px; }
footer .cols { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
footer a { color: var(--muted); }
footer a:hover { color: var(--text); }

/* ---------- reveal ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .stage * { animation: none !important; }
}

/* ============================================================
   Animated demos: CSS recreations of the real interactions.
   Loops are 8s so they read without feeling frantic.
   ============================================================ */

.ph .ring, .ph .veil { position: absolute; inset: 0; border-radius: 3px; opacity: 0; }
.ph .ring { border: 1px solid rgb(255 255 255 / 0.35); box-shadow: 0 0 16px 3px rgb(255 255 255 / 0.5); }
.ph .veil { background: rgb(20 20 22 / 0.8); }
.ph .play {
  position: absolute; left: 5px; top: 5px; font-size: 9px; color: #fff;
  background: rgb(0 0 0 / 0.55); border-radius: 999px; padding: 1px 5px;
}

/* ---- demo 1: culling ---- */

#d-cull .ph { width: 24%; aspect-ratio: 3 / 4; }
#d-cull .p1 { left: 8%;  top: 9%; }
#d-cull .p2 { left: 38%; top: 9%; }
#d-cull .p3 { left: 68%; top: 9%; }
#d-cull .p4 { left: 8%;  top: 53%; }
#d-cull .p5 { left: 38%; top: 53%; }
#d-cull .p6 { left: 68%; top: 53%; }

#d-cull .sel {
  position: absolute; z-index: 4; aspect-ratio: 3 / 4; border: 1.5px solid var(--accent); border-radius: 4px;
  animation: cull-sel 8s infinite steps(1);
}
@keyframes cull-sel {
  0%,   16% { left: 6.6%;  top: 7.2%;  width: 26.8%; opacity: 1; }
  16.1%,32% { left: 36.6%; top: 7.2%;  width: 26.8%; }
  32.1%,48% { left: 66.6%; top: 7.2%;  width: 26.8%; }
  48.1%,64% { left: 6.6%;  top: 51.2%; width: 26.8%; }
  64.1%,80% { left: 36.6%; top: 51.2%; width: 26.8%; }
  80.1%,96% { left: 66.6%; top: 51.2%; width: 26.8%; }
  96.1%,100% { opacity: 0; }
}

/* each photo's verdict lands just as the selection leaves it */
#d-cull .p1 .ring { animation: verdict 8s infinite; animation-delay: 1.1s; }
#d-cull .p2 .veil { animation: verdict 8s infinite; animation-delay: 2.3s; }
#d-cull .p3 .ring { animation: verdict 8s infinite; animation-delay: 3.5s; }
#d-cull .p4 .veil { animation: verdict 8s infinite; animation-delay: 4.7s; }
#d-cull .p5 .ring { animation: verdict 8s infinite; animation-delay: 5.9s; }
#d-cull .p6 .veil { animation: verdict 8s infinite; animation-delay: 7.1s; }
@keyframes verdict {
  0%, 1% { opacity: 0; }
  3%, 86% { opacity: 1; }
  92%, 100% { opacity: 0; }
}

#d-cull .keycap { right: 12px; bottom: 12px; }
#d-cull .k-keep { animation: keycap 8s infinite; }
#d-cull .k-rej  { animation: keycap 8s infinite; animation-delay: 1.2s; }
@keyframes keycap {
  0%, 2% { opacity: 0; transform: translateY(4px) scale(0.96); }
  4%, 11% { opacity: 1; transform: none; }
  14%, 100% { opacity: 0; }
}
#d-cull .k-keep { animation-name: keycap-keep; }
@keyframes keycap-keep {
  0%,2% { opacity: 0; } 4%,11% { opacity: 1; }
  14%,27% { opacity: 0; } 29%,36% { opacity: 1; }
  39%,52% { opacity: 0; } 54%,61% { opacity: 1; }
  64%,100% { opacity: 0; }
}
#d-cull .k-rej { animation-name: keycap-rej; }
@keyframes keycap-rej {
  0%,14% { opacity: 0; } 16%,23% { opacity: 1; }
  26%,39% { opacity: 0; } 41%,48% { opacity: 1; }
  51%,64% { opacity: 0; } 66%,73% { opacity: 1; }
  76%,100% { opacity: 0; }
}

/* ---- demo 2: gather scattered keepers ---- */

#d-gather .ph { width: 21%; aspect-ratio: 3 / 2; animation: 8s infinite both; }
#d-gather .q1 { animation-name: gather1; }
#d-gather .q2 { animation-name: gather2; }
#d-gather .q3 { animation-name: gather3; }
#d-gather .q4 { animation-name: gather4; }
#d-gather .q5 { animation-name: gather5; }
#d-gather .q6 { animation-name: gather6; }
@keyframes gather1 { 0%,22% { left: 7%; top: 12%; } 45%,88% { left: 26%; top: 24%; } 100% { left: 7%; top: 12%; } }
@keyframes gather2 { 0%,22% { left: 71%; top: 8%; } 45%,88% { left: 52%; top: 24%; } 100% { left: 71%; top: 8%; } }
@keyframes gather3 { 0%,22% { left: 44%; top: 68%; } 45%,88% { left: 26%; top: 44%; } 100% { left: 44%; top: 68%; } }
@keyframes gather4 { 0%,22% { left: 12%; top: 62%; } 45%,88% { left: 52%; top: 44%; } 100% { left: 12%; top: 62%; } }
@keyframes gather5 { 0%,22% { left: 66%; top: 55%; } 45%,88% { left: 26%; top: 64%; } 100% { left: 66%; top: 55%; } }
@keyframes gather6 { 0%,22% { left: 38%; top: 20%; } 45%,88% { left: 52%; top: 64%; } 100% { left: 38%; top: 20%; } }
#d-gather .ph { transition: none; }
#d-gather .ph { animation-timing-function: cubic-bezier(.22,.9,.24,1); }
#d-gather .keycap { left: 50%; top: 50%; transform: translate(-50%,-50%); animation: gather-menu 8s infinite; }
@keyframes gather-menu {
  0%, 20% { opacity: 0; }
  24%, 38% { opacity: 1; }
  44%, 100% { opacity: 0; }
}

/* ---- demo 3: carousel frames + snapping ---- */

#d-frames .frame {
  position: absolute; top: 18%; height: 62%; width: 26%;
  border: 1.5px solid rgb(255 255 255 / 0.55); border-radius: 2px;
}
#d-frames .f1 { left: 8%; }
#d-frames .f2 { left: 35.5%; }
#d-frames .f3 { left: 63%; }
#d-frames .badge {
  position: absolute; top: -22px; left: 0; font-size: 10px; color: var(--dim);
  background: rgb(0 0 0 / 0.5); border: 1px solid var(--line); border-radius: 5px; padding: 1px 6px;
}
#d-frames .slide-fill { position: absolute; inset: 0; opacity: 0; animation: fill-in 8s infinite; }
#d-frames .f1 .slide-fill { animation-delay: 0.6s; }
#d-frames .f2 .slide-fill { animation-delay: 1.4s; }
#d-frames .f3 .slide-fill { animation-delay: 2.2s; }
@keyframes fill-in {
  0%, 4% { opacity: 0; transform: scale(0.92); }
  10%, 88% { opacity: 1; transform: none; }
  95%, 100% { opacity: 0; }
}
#d-frames .guide {
  position: absolute; top: 10%; bottom: 10%; width: 1px; background: #ff5d8f; opacity: 0;
  animation: guide 8s infinite;
}
#d-frames .guide.g-a { left: 34.2%; animation-delay: 1.1s; }
#d-frames .guide.g-b { left: 61.7%; animation-delay: 1.9s; }
@keyframes guide { 0%,4% { opacity: 0; } 7%,13% { opacity: 1; } 18%,100% { opacity: 0; } }

/* ---- demo 4: export ---- */

#d-export .out {
  position: absolute; left: 50%; top: 50%; width: 22%; aspect-ratio: 4 / 5;
  border-radius: 3px; transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px -12px rgb(0 0 0 / 0.9);
  animation: 8s infinite both cubic-bezier(.2,.8,.2,1);
}
#d-export .o1 { animation-name: out1; }
#d-export .o2 { animation-name: out2; }
#d-export .o3 { animation-name: out3; }
@keyframes out1 {
  0%, 10% { transform: translate(-50%,-50%) scale(0.8); opacity: 0; }
  22%, 74% { transform: translate(-165%,-50%) scale(1); opacity: 1; }
  88%, 100% { transform: translate(-165%,-50%) scale(1); opacity: 0; }
}
@keyframes out2 {
  0%, 16% { transform: translate(-50%,-50%) scale(0.8); opacity: 0; }
  28%, 74% { transform: translate(-50%,-50%) scale(1); opacity: 1; }
  88%, 100% { opacity: 0; }
}
@keyframes out3 {
  0%, 22% { transform: translate(-50%,-50%) scale(0.8); opacity: 0; }
  34%, 74% { transform: translate(65%,-50%) scale(1); opacity: 1; }
  88%, 100% { transform: translate(65%,-50%) scale(1); opacity: 0; }
}
#d-export .fname {
  position: absolute; left: 50%; bottom: 13%; transform: translateX(-50%);
  font-family: ui-monospace, SFMono-Regular, monospace; font-size: 11px; color: var(--muted);
  opacity: 0; animation: fname 8s infinite;
}
@keyframes fname { 0%,30% { opacity: 0; } 38%,74% { opacity: 1; } 84%,100% { opacity: 0; } }

/* -- features page -- */

.toc {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 26px; padding-bottom: 8px;
}
.toc a {
  text-decoration: none; font-size: 13px; color: var(--muted);
  border: 1px solid var(--line); background: var(--surface);
  padding: 7px 13px; border-radius: 999px;
}
.toc a:hover { color: var(--text); background: var(--surface-2); }

.feat-grid {
  display: grid; gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.feat {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px;
}
.feat h4 { margin: 0 0 8px; font-size: 16px; letter-spacing: -0.01em; font-weight: 620; }
.feat p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.feat code {
  font-family: ui-monospace, SFMono-Regular, monospace; font-size: 0.85em;
  background: var(--surface-2); padding: 1px 5px; border-radius: 4px;
}

.step-n {
  width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgb(10 132 255 / 0.15); border: 1px solid rgb(10 132 255 / 0.35);
  color: var(--accent); font-weight: 650; font-size: 15px; margin-bottom: 14px;
}

footer a { color: var(--muted); }
footer a:hover { color: var(--text); }

/* ---- hero board: a wide slice of a real cull in progress ---- */

#d-board .ph { width: 11.5%; aspect-ratio: 3 / 4; }
#d-board .b1  { left: 4%;    top: 12%; }
#d-board .b2  { left: 17.5%; top: 9%; }
#d-board .b3  { left: 31%;   top: 14%; }
#d-board .b4  { left: 44.5%; top: 8%; }
#d-board .b5  { left: 58%;   top: 13%; }
#d-board .b6  { left: 71.5%; top: 9%; }
#d-board .b7  { left: 85%;   top: 12%; }
#d-board .b8  { left: 10.5%; top: 55%; aspect-ratio: 4 / 3; }
#d-board .b9  { left: 25%;   top: 58%; aspect-ratio: 4 / 3; }
#d-board .b10 { left: 39.5%; top: 54%; aspect-ratio: 4 / 3; }
#d-board .b11 { left: 54%;   top: 57%; aspect-ratio: 4 / 3; }
#d-board .b12 { left: 68.5%; top: 54%; aspect-ratio: 4 / 3; }
#d-board .b13 { left: 83%;   top: 58%; aspect-ratio: 4 / 3; }
@media (max-width: 720px) {
  #d-board .b5, #d-board .b6, #d-board .b7, #d-board .b12, #d-board .b13 { display: none; }
  #d-board .ph { width: 20%; }
  #d-board .b1 { left: 6%; }  #d-board .b2 { left: 30%; } #d-board .b3 { left: 54%; } #d-board .b4 { left: 78%; }
  #d-board .b8 { left: 6%; }  #d-board .b9 { left: 33%; } #d-board .b10 { left: 60%; } #d-board .b11 { left: 33%; top: 57%; }
}

/* verdicts sweep across the board */
#d-board .ring, #d-board .veil { position: absolute; inset: 0; border-radius: 3px; opacity: 0; }
#d-board .ring { border: 1px solid rgb(255 255 255 / 0.35); box-shadow: 0 0 16px 3px rgb(255 255 255 / 0.5); }
#d-board .veil { background: rgb(16 16 18 / 0.82); }
#d-board .ph i { animation: board-verdict 11s infinite; }
#d-board .b1 i  { animation-delay: 0.4s; }
#d-board .b2 i  { animation-delay: 1.1s; }
#d-board .b3 i  { animation-delay: 1.8s; }
#d-board .b4 i  { animation-delay: 2.5s; }
#d-board .b5 i  { animation-delay: 3.2s; }
#d-board .b6 i  { animation-delay: 3.9s; }
#d-board .b7 i  { animation-delay: 4.6s; }
#d-board .b8 i  { animation-delay: 5.3s; }
#d-board .b9 i  { animation-delay: 6.0s; }
#d-board .b10 i { animation-delay: 6.7s; }
#d-board .b11 i { animation-delay: 7.4s; }
#d-board .b12 i { animation-delay: 8.1s; }
#d-board .b13 i { animation-delay: 8.8s; }
@keyframes board-verdict {
  0%, 1% { opacity: 0; }
  2.5%, 88% { opacity: 1; }
  94%, 100% { opacity: 0; }
}
#d-board .keycap { right: 16px; bottom: 16px; }
#d-board .kc-1 { animation: bkc1 11s infinite; }
#d-board .kc-2 { animation: bkc2 11s infinite; }
@keyframes bkc1 { /* "1 · reject" flashes on veil beats */
  0%,9% { opacity: 0; } 10%,14% { opacity: 1; }
  15%,22% { opacity: 0; } 23%,27% { opacity: 1; }
  28%,41% { opacity: 0; } 42%,46% { opacity: 1; }
  47%,60% { opacity: 0; } 61%,65% { opacity: 1; }
  66%,100% { opacity: 0; }
}
@keyframes bkc2 { /* "2 · keep" on ring beats */
  0%,2% { opacity: 0; } 3%,7% { opacity: 1; }
  8%,16% { opacity: 0; } 17%,21% { opacity: 1; }
  22%,34% { opacity: 0; } 35%,39% { opacity: 1; }
  40%,53% { opacity: 0; } 54%,58% { opacity: 1; }
  59%,73% { opacity: 0; } 74%,78% { opacity: 1; }
  79%,100% { opacity: 0; }
}

/* -- hero brand lockup: the name, unmissable -- */
.lockup {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-bottom: 26px;
}
.lockup-mark { width: 46px; height: 46px; display: block; }
.lockup span {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1;
}
/* equal-weight hero buttons */
.hero-actions .btn.big { min-width: 170px; justify-content: center; }

/* -- unified nav -- */
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.bar nav a.active { color: var(--text); background: var(--surface-2); }

/* -- real captures (homepage + showcase) -- */
.cap {
  border-radius: var(--radius); border: 1px solid var(--line);
  overflow: hidden; background: #101013;
  box-shadow: 0 30px 70px -35px rgb(0 0 0 / 0.95);
}
.cap img, .cap video { display: block; width: 100%; height: auto; }
.caption { margin: 14px 2px 0; color: var(--muted); font-size: 14.5px; }
.caption b { color: var(--text); font-weight: 600; }
.case { margin-bottom: clamp(48px, 8vw, 96px); }
