:root {
  --bg: #101111;
  --page: #0b0b0c;
  --panel: #141415;
  --surface: #1a1a1b;
  --surface-2: #232324;
  --silver: #c0c0c0;
  --silver-hi: #ffffff;
  --silver-lt: #dfdfdf;
  --silver-lo: #808080;
  --silver-dk: #404040;
  --citron: #fff58c;
  --butter: #f2dc6b;
  --signal: #ff4d22;
  --signal-dk: #b8320f;
  --teal: #2ecfc0;
  --grape: #9966ff;
  --ink: #f3f0e2;
  --muted: #b9b9ae;
  --rule: #3a3a3a;
  --link: #66ccff;
  --visited: #cc99ff;
  --hover: #fff58c;
  --display: "Arial Black", "Arial Bold", Gadget, Impact, sans-serif;
  --body: Verdana, Tahoma, Geneva, sans-serif;
  --mono: "Courier New", Courier, monospace;
  --chrome: Geneva, Verdana, Tahoma, sans-serif;
  /* The phone and puck mockups keep the apps' own typography */
  --app-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  --app-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
  --gutter: 24px;
  --titlebar: 20px;
  --bevel-out: #ffffff #404040 #404040 #ffffff;
  --bevel-in: #404040 #ffffff #ffffff #404040;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Starfield, tiled at prime sizes so it never visibly repeats */
body {
  margin: 0;
  color: var(--ink);
  font: 14px/1.6 var(--body);
  background-color: #03030a;
  background-image:
    radial-gradient(circle at 13px 17px, #fff 0 1px, transparent 1.6px),
    radial-gradient(circle at 71px 43px, rgba(255, 255, 255, 0.65) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 37px 89px, var(--citron) 0 1px, transparent 1.6px),
    radial-gradient(circle at 120px 64px, var(--teal) 0 1px, transparent 1.6px),
    radial-gradient(circle at 160px 140px, #fff 0 1.4px, transparent 2px),
    radial-gradient(circle at 20px 120px, rgba(255, 255, 255, 0.55) 0 0.8px, transparent 1.3px),
    radial-gradient(circle at 200px 30px, var(--signal) 0 1px, transparent 1.6px);
  background-size: 97px 97px, 131px 131px, 173px 173px, 211px 211px, 257px 257px, 149px 149px, 307px 307px;
}

img { display: block; max-width: 100%; }
p { margin: 0; }

a { color: var(--link); text-underline-offset: 2px; }
a:visited { color: var(--visited); }
a:hover { color: var(--hover); }
:focus-visible { outline: 2px dotted var(--citron); outline-offset: 2px; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 10;
  padding: 6px 12px; font-weight: bold; text-decoration: none;
  color: #000; background: var(--butter); border: 2px solid; border-color: var(--bevel-out);
}
.skip:focus, .skip:visited { color: #000; }
.skip:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* The page: one fixed-width window on the starfield */
.page {
  width: min(800px, 100% - 16px);
  margin: 20px auto 28px;
  background: var(--page);
  border: 3px solid var(--silver);
  box-shadow: -1px -1px 0 var(--silver-hi), 1px 1px 0 #000, inset 1px 1px 0 var(--silver-lo), inset -1px -1px 0 var(--silver-lt), 8px 8px 0 rgba(0, 0, 0, 0.55);
}
.wrap { padding-inline: var(--gutter); }

.eyebrow {
  font: bold 12px/1.2 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 6px;
}
h1, h2, h3 { font-family: var(--display); font-weight: 900; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(30px, 6vw, 46px); line-height: 1.08; }
h2 {
  font-size: clamp(24px, 4.6vw, 34px); line-height: 1.12;
  color: var(--butter);
  text-shadow: 2px 2px 0 var(--signal-dk), 3px 3px 0 #000;
}
h3 { font-size: 17px; line-height: 1.25; }
.lede { color: var(--muted); font-size: 15px; max-width: 42ch; }
.section-head { margin-bottom: 20px; }
.section-head p:not(.eyebrow) { color: var(--muted); margin-top: 8px; max-width: 58ch; }

/* Header, toolbar and marquee */
.site-header { background: linear-gradient(#1c1c1f, var(--page)); }
.site-header .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 14px; }
.brand { display: block; margin-bottom: 12px; }
.brand img { width: 96px; height: auto; }
.nav {
  flex: 1 0 100%;
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px;
  margin-inline: calc(-1 * var(--gutter));
  padding: 5px var(--gutter);
  background: var(--silver);
  border-top: 2px solid var(--silver-hi);
  border-bottom: 2px solid var(--silver-dk);
}
.nav a:not(.btn), .nav a:not(.btn):visited {
  display: inline-block; padding: 3px 12px;
  font: bold 12px/1.4 var(--body); color: #000; text-decoration: none;
  background: var(--silver);
  border: 2px solid; border-color: var(--bevel-out);
  box-shadow: inset -1px -1px 0 var(--silver-lo);
}
.nav a:not(.btn):hover { background: #d4d4d4; }
.nav a:not(.btn):active { border-color: var(--bevel-in); box-shadow: inset 1px 1px 0 var(--silver-lo); padding: 4px 11px 2px 13px; }
.nav .btn { margin-left: auto; }

.ticker {
  overflow: hidden; white-space: nowrap;
  background: #000;
  border-bottom: 2px solid var(--silver-dk);
  font: bold 13px/28px var(--mono); color: var(--citron);
}
.ticker-track { display: flex; width: max-content; animation: ticker 48s linear infinite; }
.ticker-track span { padding-right: 1ch; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .ticker-track span + span { display: none; }
}

/* Beveled buttons that press in */
.btn, .btn:visited {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 38px; padding: 6px 18px;
  font: bold 14px/1.2 var(--body); color: #000; text-decoration: none; cursor: pointer;
  background: var(--silver);
  border: 2px solid; border-color: var(--bevel-out); border-radius: 0;
  box-shadow: inset -1px -1px 0 var(--silver-lo), inset 1px 1px 0 var(--silver-lt), 1px 1px 0 #000;
}
.btn:hover { color: #000; filter: brightness(1.06); }
.btn:active { border-color: var(--bevel-in); box-shadow: inset 1px 1px 0 var(--silver-lo), 1px 1px 0 #000; transform: translate(1px, 1px); }
.btn-butter { background: var(--butter); border-color: #fffbe0 #6e5f10 #6e5f10 #fffbe0; box-shadow: inset -1px -1px 0 #b59c38, inset 1px 1px 0 #fff6bf, 1px 1px 0 #000; }
.btn-butter:active { border-color: #6e5f10 #fffbe0 #fffbe0 #6e5f10; box-shadow: inset 1px 1px 0 #b59c38, 1px 1px 0 #000; }
.btn-signal { background: var(--signal); border-color: #ffb8a3 #6b1a05 #6b1a05 #ffb8a3; box-shadow: inset -1px -1px 0 var(--signal-dk), inset 1px 1px 0 #ff8a6a, 1px 1px 0 #000; }
.btn-signal:active { border-color: #6b1a05 #ffb8a3 #ffb8a3 #6b1a05; box-shadow: inset 1px 1px 0 var(--signal-dk), 1px 1px 0 #000; }
.btn-sm { min-height: 28px; padding: 2px 12px; font-size: 12px; }
.btn[aria-disabled="true"] { cursor: not-allowed; }
.btn svg { width: 16px; height: 16px; }
.btn[data-placeholder].is-soon { background: #a8a8a8; color: #000; border-color: var(--bevel-in); box-shadow: none; transform: none; filter: none; }

/* Windows: silver frame, Mac OS 8 platinum title bar, dark content well */
.card {
  --tb: repeating-linear-gradient(#e9e9e9 0 1px, #bdbdbd 1px 2px);
  position: relative;
  padding: calc(var(--titlebar) + 14px) 16px 16px;
  background: var(--panel);
  border: 3px solid var(--silver);
  box-shadow: -1px -1px 0 var(--silver-hi), 1px 1px 0 #000, inset 1px 1px 0 #000, inset -1px -1px 0 var(--silver-lo), 4px 4px 0 rgba(0, 0, 0, 0.6);
}
.card[data-title]::before {
  content: attr(data-title);
  content: attr(data-title) / "";
  position: absolute; left: 0; right: 0; top: 0; height: var(--titlebar);
  display: flex; align-items: center; justify-content: center;
  padding: 0 44px;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font: bold 12px/1 var(--chrome); color: #000;
  text-shadow: -1px 0 #e9e9e9, 1px 0 #e9e9e9, 0 1px #e9e9e9, 0 -1px #e9e9e9;
  background:
    linear-gradient(var(--silver-lt), var(--silver-lt)) 7px 50% / 9px 9px no-repeat,
    linear-gradient(#000, #000) 6px 50% / 11px 11px no-repeat,
    linear-gradient(var(--silver-lt), var(--silver-lt)) right 7px top 50% / 9px 9px no-repeat,
    linear-gradient(#000, #000) right 6px top 50% / 11px 11px no-repeat,
    linear-gradient(var(--silver-lt), var(--silver-lt)) right 23px top 50% / 9px 9px no-repeat,
    linear-gradient(#000, #000) right 22px top 50% / 11px 11px no-repeat,
    var(--tb);
  border-bottom: 2px solid var(--silver-lo);
}

/* Label stickers */
.sticker {
  display: inline-block;
  padding: 2px 8px;
  font: bold 11px/1.4 var(--mono); letter-spacing: 0.08em; text-transform: uppercase;
  color: #000; background: var(--butter);
  border: 2px solid; border-color: #fffbe0 #6e5f10 #6e5f10 #fffbe0;
  box-shadow: 1px 1px 0 #000;
}
.sticker.signal { background: var(--signal); border-color: #ffb8a3 #6b1a05 #6b1a05 #ffb8a3; }
.sticker.teal { background: var(--teal); border-color: #c4fff9 #0c5f57 #0c5f57 #c4fff9; }

.burst {
  display: grid; place-items: center; text-align: center;
  width: 88px; aspect-ratio: 1;
  font: bold 12px/1.15 var(--mono); letter-spacing: 0.06em; text-transform: uppercase;
  color: #000; background: var(--butter);
  clip-path: polygon(50% 0%, 61% 13%, 77% 7%, 80% 23%, 96% 27%, 89% 42%, 100% 55%, 87% 64%, 90% 81%, 73% 81%, 65% 96%, 50% 88%, 35% 96%, 27% 81%, 10% 81%, 13% 64%, 0% 55%, 11% 42%, 4% 27%, 20% 23%, 23% 7%, 39% 13%);
  transform: rotate(10deg);
}

/* Sections split by chunky 3D rules */
main > section { padding: 32px 0 36px; }
main > section:not(:first-child)::before {
  content: ""; display: block;
  margin: -32px var(--gutter) 30px;
  border-top: 2px solid #000; border-bottom: 2px solid #4a4a4a;
}
.band { background: #0e0e13; }

.section-head.with-art { display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; align-items: center; }
.head-art { margin: 0; padding: calc(var(--titlebar) + 6px) 6px 6px; background: #000; }
.head-art img { width: 100%; height: auto; }
.head-art.scene { width: 300px; transform: rotate(1.5deg); }
.head-art.printad { width: 200px; transform: rotate(-2deg); }

/* A banner ad between sections, the way every 90s page had one */
.ad-strip { padding: 4px 0 26px; }
.ad-label { font: 10px/1.4 var(--body); letter-spacing: 0.2em; text-transform: uppercase; color: #8f8f86; text-align: center; margin-bottom: 4px; }
.banner { display: block; border: 2px solid; border-color: var(--bevel-out); box-shadow: 2px 2px 0 #000; }
.banner img { width: 100%; height: auto; }
.banner:hover { filter: brightness(1.1); }

/* Hero */
.hero {
  padding: 26px 0 34px;
  background: linear-gradient(rgba(11, 11, 12, 0.7), rgba(11, 11, 12, 0.7)), url("/assets/tile-confetti.webp") 0 0 / 256px 256px;
}
.hero .wrap { container-type: inline-size; display: grid; grid-template-columns: 1fr auto; gap: 22px 28px; align-items: center; }
/* Sized to the page so each phrase keeps to one line; "Less clickity-clack," is 10.6em wide in Arial Black */
.hero h1 { grid-column: 1 / -1; font-size: min(66px, 9.1cqi); line-height: 1.02; text-shadow: 3px 3px 0 #000; }
.hero h1 .line { display: block; white-space: nowrap; }
.hero h1 .there { color: var(--citron); }
/* Logo x-height (390 of 561 units) matches Arial Black's 0.519em; its 79-unit descender drops below the baseline */
.hero h1 .wordmark-inline { display: inline-block; max-width: none; height: 0.747em; width: auto; vertical-align: -0.105em; margin-left: 0.16em; filter: drop-shadow(3px 3px 0 #000); }
.hero-copy { align-self: start; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.trust { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0 0; padding: 0; list-style: none; }
.trust li {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 8px;
  font: 12px/1.4 var(--mono); color: var(--ink);
  background: #000; border: 2px solid; border-color: var(--bevel-in);
}
.trust svg { width: 14px; height: 14px; color: var(--citron); flex: none; }

.hero-art { display: grid; place-items: center; padding: calc(var(--titlebar) + 18px) 22px 22px; background: #07070a; }
.hero-art .phone { zoom: 0.9; }
.hero-art .burst { position: absolute; right: -22px; bottom: 28px; z-index: 2; }

/* Phone mockup (sized in CSS px from the 390pt Dictate layout at ~0.64 scale).
   The screen keeps iPhone proportions and a fixed width so it never compresses. */
.phone {
  --screen-w: 250px;
  width: calc(var(--screen-w) + 20px);
  min-width: calc(var(--screen-w) + 20px);
  padding: 10px;
  border-radius: calc(var(--screen-w) * 0.15 + 10px);
  background: linear-gradient(160deg, #4a463f, #1c1b19 42%, #2f2c28);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1), 4px 4px 0 #000;
  flex: none;
  margin: 0;
}
.screen {
  position: relative; overflow: hidden;
  width: var(--screen-w); height: auto; aspect-ratio: 9 / 19.5;
  border-radius: calc(var(--screen-w) * 0.15);
  background: var(--bg);
  display: flex; flex-direction: column;
  font-family: var(--app-body); line-height: 1.55;
}
.island { position: absolute; top: 9px; left: 50%; width: 76px; height: 22px; margin-left: -38px; border-radius: 999px; background: #000; z-index: 2; }
.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 22px 0 26px; height: 34px; font-size: 11px; font-weight: 600; }
.statusbar .icons { display: flex; gap: 4px; align-items: center; }
.statusbar .icons i { display: block; background: var(--ink); border-radius: 2px; }
.statusbar .icons i:nth-child(1) { width: 13px; height: 8px; clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.statusbar .icons i:nth-child(2) { width: 18px; height: 9px; border-radius: 3px; }
.dictate { flex: 1; display: flex; flex-direction: column; padding: 4px 17px 0; min-height: 0; }
.dictate-top { display: flex; justify-content: space-between; align-items: center; }
.dictate-top img { width: 58px; }
.dictate-top svg { width: 17px; height: 17px; color: var(--ink); }
.connection { display: flex; align-items: center; gap: 5px; margin-top: 7px; font-family: var(--app-mono); font-size: 8.5px; color: var(--muted); }
.connection::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--citron); }

.control { position: relative; height: 150px; margin-top: 6px; display: grid; place-items: center; }
.control svg.surface { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.control .glyph { position: relative; z-index: 1; width: 22px; height: 22px; }
.control .ring { position: absolute; width: 75px; height: 75px; border-radius: 50%; border: 2px solid var(--bg); z-index: 1; }
.chip {
  position: absolute; left: 50%; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  height: 15px; padding: 0 6px; transform: translateX(-50%);
  border-radius: 999px; font-family: var(--app-mono); font-size: 6.5px; font-weight: 600; letter-spacing: 0.1em; white-space: nowrap;
  color: rgba(243, 240, 226, 0.85); background: rgba(16, 17, 17, 0.92); box-shadow: inset 0 0 0 1px rgba(243, 240, 226, 0.28);
}
.chip svg { width: 7px; height: 7px; }
.chip.up { top: 10px; }
.chip.down { bottom: 10px; }
.chip.on-teal { color: var(--bg); background: var(--teal); box-shadow: none; transform: translateX(-50%) scale(1.06); }
.chip.on-citron { color: var(--bg); background: var(--citron); box-shadow: none; transform: translateX(-50%) scale(1.06); }

.press-title { text-align: center; font-family: var(--app-mono); font-size: 8.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; }
.press-hint { text-align: center; font-family: var(--app-mono); font-size: 7.8px; color: var(--muted); margin-top: 4px; min-height: 22px; padding: 0 8px; }

.transcript { flex: 1; padding-top: 8px; }
.transcript-head { display: flex; justify-content: space-between; align-items: baseline; }
.mini-eyebrow { font-family: var(--app-mono); font-size: 7px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.timer { font-family: var(--app-mono); font-size: 14px; color: var(--signal); }
.screen .transcript p { font-family: var(--app-mono); font-size: 10px; line-height: 1.6; margin-top: 8px; color: var(--ink); }

.recent { border-top: 0.5px solid rgba(255, 255, 255, 0.12); margin-top: 6px; }
.recent-head { display: flex; justify-content: space-between; align-items: center; height: 28px; }
.recent-head span:last-child { font-family: var(--app-mono); font-size: 7px; color: var(--citron); letter-spacing: 0.06em; }
.recent-row { display: flex; align-items: center; gap: 9px; height: 42px; border-bottom: 0.5px solid rgba(255, 255, 255, 0.12); }
.recent-row svg { width: 14px; height: 14px; color: var(--citron); flex: none; }
.recent-row .t { font-size: 10px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recent-row .m { font-family: var(--app-mono); font-size: 7px; color: var(--muted); margin-top: 2px; }
.recent-row .chev { margin-left: auto; color: var(--muted); font-size: 10px; }

.tabbar { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 0.5px solid rgba(255, 255, 255, 0.12); padding: 8px 6px 18px; margin-top: auto; }
.tabbar span { display: grid; justify-items: center; gap: 3px; font-family: var(--app-mono); font-size: 6.5px; color: var(--muted); }
.tabbar svg { width: 14px; height: 14px; }
.tabbar .on { color: var(--citron); }

.halo { transform-box: view-box; transform-origin: 75px 75px; animation: wobble 2.4s ease-in-out infinite; }
.halo:nth-child(2) { animation-delay: -0.8s; }
.halo:nth-child(3) { animation-delay: -1.6s; }
@keyframes wobble { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.045); } }
@media (prefers-reduced-motion: reduce) { .halo { animation: none; } }

/* How it works */
.gestures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gesture { display: flex; flex-direction: column; align-items: center; text-align: center; padding: calc(var(--titlebar) + 12px) 10px 16px; }
.gesture .sticker { align-self: flex-start; }
.gesture .phone { --screen-w: 226px; zoom: 0.82; margin: 14px 0 18px; text-align: left; }
.gesture .phone .screen .dictate { padding-inline: 14px; }
.gesture h3 { font-size: 15px; margin-bottom: 6px; }
.gesture p { color: var(--muted); font-size: 13px; }
.aside-note { margin-top: 22px; color: var(--muted); display: flex; gap: 10px; align-items: center; justify-content: center; text-align: center; font-size: 13px; }
.aside-note svg { width: 18px; height: 18px; color: var(--citron); flex: none; }

/* Features */
.features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.feature .knob {
  width: 48px; height: 48px; display: grid; place-items: center; color: #000;
  border: 2px solid; border-color: rgba(255, 255, 255, 0.75) rgba(0, 0, 0, 0.55) rgba(0, 0, 0, 0.55) rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 0 #000;
}
.feature .knob svg { width: 26px; height: 26px; }
.knob.citron { background: var(--butter); }
.knob.signal { background: var(--signal); }
.knob.teal { background: var(--teal); }
.knob.grape { background: var(--grape); }
.feature h3 { font-size: 15px; margin-bottom: 6px; }
.feature p { color: var(--muted); font-size: 13px; }
.feature p + p { margin-top: 8px; }
.feature .fine { font-size: 12px; color: #9d9d93; }

/* Puck, on a teal desktop */
.puck-stage {
  display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; gap: 24px 12px;
  padding: calc(var(--titlebar) + 28px) 12px 22px;
  background: repeating-conic-gradient(#007a7a 0 25%, #008585 0 50%) 0 0 / 4px 4px;
}
.puck-state { display: grid; grid-template-rows: 380px auto; justify-items: center; gap: 10px; margin: 0; }
.puck-state .puck { align-self: center; }
.puck-state figcaption { text-align: center; max-width: 190px; }
.puck-state figcaption strong { display: inline-block; padding: 0 5px; font: bold 12px/1.5 var(--chrome); color: #000; background: #fff; }
.puck-state figcaption span { display: block; margin-top: 4px; color: #fff; font-size: 12px; text-shadow: 1px 1px 0 #000; }
.puck { position: relative; zoom: 1.35; }
.puck svg { position: absolute; inset: 0; overflow: visible; }
.puck .card-paper {
  position: absolute; background: var(--citron); color: var(--bg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%);
}
.puck .card-paper::after {
  content: ""; position: absolute; right: 0; bottom: 0; width: 13px; height: 13px;
  background: #c9ba59; clip-path: polygon(0 0, 100% 0, 0 100%);
}
.puck .title { position: absolute; font-family: var(--app-mono); font-weight: 600; font-size: 10px; letter-spacing: 0.06em; line-height: 1.55; }
.puck .body { position: absolute; font-family: var(--app-mono); font-size: 11px; line-height: 15px; }
.puck-list { margin: 20px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.puck-list li { display: flex; gap: 8px; }
.puck-list svg { width: 16px; height: 16px; color: var(--citron); flex: none; margin-top: 2px; }

/* Pricing */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.plan { display: flex; flex-direction: column; }
.plan .sticker { position: absolute; top: calc(var(--titlebar) + 12px); right: 14px; }
.plan h3 { font-size: 22px; }
.plan .tag { color: var(--muted); font-size: 13px; margin-top: 2px; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 4px; }
.price b { font-family: var(--display); font-weight: 900; font-size: 40px; line-height: 1; text-shadow: 2px 2px 0 #000; }
.price span { color: var(--muted); font-size: 13px; }
.allowance { font: bold 13px/1.4 var(--mono); color: var(--citron); }
.plan ul { list-style: none; padding: 0; margin: 14px 0 18px; display: grid; gap: 6px; font-size: 13px; }
.plan li { display: flex; gap: 8px; align-items: flex-start; }
.plan li svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--citron); }
.plan .btn { margin-top: auto; width: 100%; }
.plan-note { color: var(--muted); font-size: 13px; margin: -6px 0 18px; }
.plan.featured { --tb: repeating-linear-gradient(#fff9c2 0 1px, #e3c94f 1px 2px); background: #17150a; }

/* Yak-01: a toy-package shot, with the real product photo as a thumbnail */
.hardware {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 260px 1fr; gap: 16px 26px; align-items: center;
  --tb: repeating-linear-gradient(#ffd0c2 0 1px, #f0805f 1px 2px);
}
.yak-art { margin: 0; }
.yak-art .package { width: 100%; height: auto; border: 2px solid; border-color: var(--bevel-in); }
.yak-art figcaption { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 12px; color: var(--muted); }
.yak-art figcaption img { width: 64px; height: 64px; object-fit: cover; flex: none; border: 2px solid; border-color: var(--bevel-out); }
.hardware-copy { padding-right: 8px; }
.hardware-copy h3 { font-size: 34px; color: var(--signal); text-shadow: 2px 2px 0 #000; }
.hardware-copy .tag { font-size: 14px; }
.hardware-desc { color: var(--muted); font-size: 13px; margin-top: 10px; }
.hardware-copy .price { margin: 14px 0 16px; }
.fineprint { text-align: center; color: #9d9d93; font-size: 12px; margin-top: 18px; }

/* Speaker grille with the logo molded in butter yellow */
.grille {
  --mesh: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 4px 4px, linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 4px 4px;
  display: grid; place-items: center;
  width: 112px; aspect-ratio: 1; border-radius: 50%;
  background: var(--mesh), #131312;
  box-shadow: inset 0 0 0 5px rgba(58, 54, 49, 0.95), inset 0 0 0 6px rgba(255, 255, 255, 0.08), inset 0 6px 14px rgba(0, 0, 0, 0.7), 3px 3px 0 #000;
}
.grille-mark {
  width: 70%; aspect-ratio: 2279 / 1270;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px) 0 0 / 4px 4px, linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px) 0 0 / 4px 4px, var(--butter);
  -webkit-mask: url("/assets/wordmark-mono.svg") center / contain no-repeat;
  mask: url("/assets/wordmark-mono.svg") center / contain no-repeat;
}

/* Footer */
.site-footer { padding: 22px 0 14px; background: #101012; border-top: 2px solid #000; box-shadow: inset 0 2px 0 #3a3a3a; font-size: 13px; }
.site-footer .wrap { display: grid; grid-template-columns: minmax(170px, 1.4fr) repeat(auto-fit, minmax(130px, 1fr)); gap: 20px; }
.footer-brand .grille { width: 84px; }
.site-footer .tagline { margin-top: 10px; color: var(--muted); font-size: 12px; }
.site-footer h4 { font: bold 12px/1.2 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin: 0 0 8px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.site-footer ul a[aria-current="page"] { color: var(--citron); }

.retro-row {
  grid-column: 1 / -1;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 2px solid #000; box-shadow: 0 -2px 0 #3a3a3a inset;
  text-align: center;
}
.retro-row::before { content: none; }
.counter { font: 12px/1.4 var(--body); color: var(--muted); }
.odometer { display: inline-flex; gap: 2px; margin-left: 6px; vertical-align: middle; padding: 2px; background: #000; border: 2px solid; border-color: var(--bevel-in); }
.odometer b { display: inline-block; width: 15px; font: bold 15px/20px var(--mono); color: var(--citron); background: linear-gradient(#222 0 50%, #111 50%); text-align: center; }
.site-footer .badges { align-self: stretch; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.badges li {
  display: grid; place-items: center; width: 88px; height: 31px;
  font: 9px/1.1 var(--body); text-align: center; color: #000;
  border: 1px solid #000; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.badges b { font-size: 10px; }
.badge-800 { background: var(--butter); }
.badge-mac { background: var(--teal); }
.badge-audio { background: var(--signal); }
.webring { font: 12px/1.4 var(--mono); color: #9d9d93; }
.site-footer .legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 12px; border-top: 1px dotted #444; color: #8f8f86; font-size: 11px; }

/* Download page */
.download-main { padding: 28px 0 36px; }
.download-card { max-width: 600px; margin: 0 auto; padding: calc(var(--titlebar) + 0px) 28px 26px; text-align: center; }
.construction {
  margin: 0 -28px 24px; padding: 8px 0;
  background: repeating-linear-gradient(-45deg, #000 0 14px, var(--butter) 14px 28px);
  border-bottom: 2px solid #000;
  animation: hazard 1.6s linear infinite;
}
.construction span { display: inline-block; padding: 3px 12px; white-space: nowrap; font: 900 clamp(10px, 3.2vw, 14px)/1.3 var(--display); letter-spacing: 0.06em; text-transform: uppercase; color: var(--citron); background: #000; }
@keyframes hazard { to { background-position: 39.6px 0; } }
@media (prefers-reduced-motion: reduce) { .construction { animation: none; } }
.download-card .app-icon { width: 112px; height: 112px; margin: 0 auto 18px; border-radius: 24px; box-shadow: 4px 4px 0 #000; }
.download-card h1 { font-size: clamp(28px, 6vw, 40px); }
.download-card .lede { margin: 12px auto 0; }
.download-cta { display: grid; justify-items: center; gap: 8px; margin-top: 22px; }
.download-cta .note { font: 12px/1.4 var(--mono); color: var(--muted); }
.reqs { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 20px 0 0; padding: 0; list-style: none; }
.reqs li { padding: 3px 8px; font: 12px/1.4 var(--mono); background: #000; border: 2px solid; border-color: var(--bevel-in); }
.steps { text-align: left; margin: 24px auto 0; max-width: 440px; padding: 20px 0 0; border-top: 2px solid #000; box-shadow: inset 0 2px 0 #3a3a3a; display: grid; gap: 10px; list-style: none; counter-reset: step; }
.steps li { display: flex; gap: 12px; align-items: baseline; font-size: 14px; }
.steps li::before {
  counter-increment: step; content: counter(step);
  display: inline-grid; place-items: center; flex: none; width: 24px; height: 24px;
  font: bold 12px/1 var(--mono); color: #000; background: var(--butter);
  border: 2px solid; border-color: #fffbe0 #6e5f10 #6e5f10 #fffbe0;
}
.back { display: inline-block; margin-top: 22px; font-size: 13px; }

/* Responsive */
@media (max-width: 840px) {
  .gestures {
    display: flex; gap: 12px;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter);
    margin-inline: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 16px;
    scrollbar-color: var(--silver) #000;
  }
  .gesture { flex: 0 0 280px; scroll-snap-align: start; }
  .gesture .phone { zoom: 1; }
}
@media (max-width: 760px) {
  :root { --gutter: 12px; }
  .page { width: calc(100% - 12px); margin: 6px auto 16px; }
  .brand img { width: 84px; }
  .nav .btn { margin-left: 0; }
  main > section { padding: 26px 0 28px; }
  main > section:not(:first-child)::before { margin-top: -26px; margin-bottom: 24px; }
  .section-head.with-art { grid-template-columns: 1fr; }
  .head-art.scene { width: min(300px, 100%); justify-self: center; }
  .head-art.printad { width: 180px; justify-self: center; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-art { justify-self: center; }
  .hero-art .phone { zoom: 1; }
  .hero-art .burst { right: -8px; bottom: 18px; width: 76px; font-size: 10px; }
  .features { grid-template-columns: 1fr; }
  .puck-stage { flex-direction: column; align-items: center; gap: 28px; }
  .puck-state { grid-template-rows: auto auto; }
  .puck-list { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .hardware { grid-template-columns: 1fr; }
  .yak-art { max-width: 280px; margin-inline: auto; }
  .hardware-copy .btn { width: 100%; }
  .site-footer .wrap { grid-template-columns: 1fr 1fr; }
  .site-footer .wrap > :first-child { grid-column: 1 / -1; }
  .download-card { padding-inline: 16px; }
  .construction { margin-inline: -16px; }
}
