/* Poppins, served from the app itself.
 *
 * This used to be @import url("https://fonts.googleapis.com/css2?family=Poppins…"),
 * which meant every device asked Google for the font on every cold start, before
 * anybody had done anything. Three things were wrong with that:
 *
 *   1. It sends the user's IP address to a third party we had not declared, in
 *      27 EU countries, over a point German courts have already ruled on.
 *   2. The app could not render its own typeface offline.
 *   3. First paint waited on somebody else's CDN.
 *
 * The files below are the same ones Google serves, downloaded and shipped in the
 * bundle. Latin and Latin Extended only: Pikora is in English, Italian, German and
 * Spanish, and the Devanagari subset Google also offers is 40kB of nothing.
 *
 * Weights must stay in step with what the app uses (400/500/600/700). Adding a
 * weight means adding the file, not adding a URL.
 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Pikora landing — tokens taken from design-system/tokens.ts (measured from the app) */

:root {
  --paper:      #F4F5F5;
  --ink:        #0C0C0E;
  --ink-2:      #17171B;
  --card:       #FFFFFF;
  --lime:       #D5FF40;
  --iris:       #6C5CE7;
  --iris-tint:  #ECEBFC;
  --iris-line:  #C9C4F5;
  --line:       #E6E7E8;
  --muted:      #72777A;

  --r-card: 18px;
  --r-nav:  26px;
  --r-pill: 999px;

  --shadow-card: 0 12px 30px rgba(12, 12, 14, .12);
  --shadow-nav:  0 12px 34px rgba(12, 12, 14, .14);
  --shadow-screen: 0 20px 48px rgba(12, 12, 14, .16);
  --shadow-screen-dark: 0 24px 60px rgba(0, 0, 0, .5);

  --gutter: 80px;
  --maxw: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ── type ─────────────────────────────────────────────────────────── */

.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: var(--iris);
}
.eyebrow--lime { color: var(--lime); }
.eyebrow--ink  { color: var(--ink); }

h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.035em; line-height: 1.04; }

h1 { font-size: clamp(44px, 6.7vw, 96px); }
h2 { font-size: clamp(32px, 3.9vw, 56px); }
h3 { font-size: clamp(26px, 3.2vw, 46px); }

.lede   { font-size: clamp(16px, 1.3vw, 18px); font-weight: 500; line-height: 1.58; }
.stat   { font-size: clamp(17px, 1.4vw, 20px); font-weight: 600; letter-spacing: -.015em; line-height: 1.45; }
.note   { font-size: 14px; font-weight: 500; color: var(--muted); line-height: 1.5; }
.fine   { font-size: 12px; font-weight: 500; opacity: .6; }

.dim  { opacity: .72; }
.dim2 { opacity: .64; }

/* ── buttons ──────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  height: 62px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .16s cubic-bezier(.22,1,.36,1), opacity .16s;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--iris); outline-offset: 3px; }

.btn--dark { background: var(--ink);  color: var(--lime); }
.btn--lime { background: var(--lime); color: var(--ink); border-color: var(--ink); }

.btn--sm { height: 44px; padding: 0 22px; font-size: 11px; }

/* App Store badge */
.appstore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 62px;
  padding: 0 28px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transition: transform .16s cubic-bezier(.22,1,.36,1);
}
.appstore:hover { transform: translateY(-2px); }
.appstore:focus-visible { outline: 3px solid var(--iris); outline-offset: 3px; }
.appstore svg { flex: none; }
.appstore span { display: block; line-height: 1.15; }
.appstore .as-sm  { font-size: 9.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }
.appstore .as-lg  { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }

/* ── chips / tags ─────────────────────────────────────────────────── */

.tag {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 20px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
}
.tag--lime { background: var(--lime); color: var(--ink); }
.tag--iris { background: var(--iris-tint); color: var(--iris); border-color: var(--iris-line); }
.tag--ink  { background: var(--ink); color: var(--lime); }
.tag--white{ background: #fff; color: var(--ink); }
.tag--ghost{ background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }

.tags { display: flex; flex-wrap: wrap; gap: 14px; }

/* ── nav ──────────────────────────────────────────────────────────── */

/* floating island, the way the app's own nav sits */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px var(--gutter);
  background: transparent;
  pointer-events: none;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: calc(var(--maxw) - var(--gutter) * 2);
  margin: 0 auto;
  height: 72px;
  padding: 0 14px 0 30px;
  background: var(--card);
  border-radius: var(--r-nav);
  box-shadow: var(--shadow-nav);
  pointer-events: auto;
}
/* The brand is a lockup now: the mark, then the word. Laid out with flex and a gap
   rather than a margin on the svg, so the two stay related if either changes size. */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-decoration: none;
}
/* Optically centred: the wordmark's cap height sits a shade above the disc's middle,
   so the mark is nudged rather than left to align on the box. */
.brand__mark { flex: none; display: block; margin-top: -2px; }
@media (max-width: 560px) {
  .brand { gap: 12px; font-size: 24px; }
  .brand__mark { width: 42px; height: 42px; }
}
.nav__links { display: flex; gap: 34px; }
.nav__links a {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .9;
}
.nav__links a:hover { opacity: .55; }

/* ── section shell ────────────────────────────────────────────────── */

.band {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
.band--paper { background: var(--paper); }
.band--white { background: #fff; }
.band--lime  { background: var(--lime); }
.band--dark  { background: var(--ink); color: #fff; }
.band--dark .note { color: rgba(255,255,255,.6); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.split__text { max-width: 620px; }
.split__media { display: flex; justify-content: center; }

.screen { filter: drop-shadow(0 20px 40px rgba(12,12,14,.16)); }

/* widths measured off the Figma frame, so the web matches the design 1:1 */
.s-promise   { width: min(341px, 76vw); }
.s-remix     { width: min(311px, 74vw); }
.s-build     { width: min(209px, 40vw); }
.s-surprise  { width: min(244px, 46vw); }
.s-rate      { width: min(291px, 70vw); }
.s-challenge { width: min(520px, 84vw); }
.s-status    { width: min(341px, 76vw); }
.s-shop      { width: min(272px, 72vw); }
.band--dark .screen { filter: drop-shadow(0 24px 48px rgba(0,0,0,.55)); }

.piki { pointer-events: none; user-select: none; }

/* ── hero ─────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 24px 0 0;
}
.hero__dome {
  position: absolute;
  left: 50%;
  bottom: -640px;
  transform: translateX(-50%);
  width: 132%;
  height: 1300px;
  border-radius: 50%;
  background: var(--lime);
}
.hero__inner { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 26px; }
.hero__sub { margin: 0 auto 8px; max-width: 700px; }
.hero__line { margin: 0 auto; font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; letter-spacing: -.02em; }
.hero__piki {
  position: relative;
  z-index: 3;
  display: block;
  margin: 26px auto -2px;
  width: min(470px, 62vw);
}
.hero__scroll {
  position: absolute;
  left: var(--gutter);
  bottom: 40px;
  z-index: 4;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  display: grid; place-items: center;
  font-size: 20px; font-weight: 700;
  text-decoration: none;
}

.sticker {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 20px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
  background: var(--lime);
  color: var(--ink);
  white-space: nowrap;
}
.sticker--iris { background: var(--iris-tint); color: var(--iris); border-color: var(--iris-line); }
.sticker.s1 { left: 8%;  top: 158px; transform: rotate(-9deg); }
.sticker.s2 { right: 8%; top: 152px; transform: rotate(7deg); }
.sticker.s3 { left: 10%; top: 312px; transform: rotate(5deg); }
.sticker.s4 { right: 6%; top: 298px; transform: rotate(-7deg); }

/* ── promise ──────────────────────────────────────────────────────── */

.promise-head { max-width: 900px; margin-bottom: 54px; }
.promise-head .lede { margin: 0 0 6px; }
.promise-head .stat { margin: 0; }

.equation {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.equation .screen { flex: none; margin-left: 10px; }
.eq-card {
  width: 200px;
  flex: none;
  min-height: 168px;
  padding: 24px 20px;
  border-radius: var(--r-card);
  background: var(--ink);
  color: #fff;
}
.eq-card b {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--iris);
  margin-bottom: 12px;
}
.eq-card p { margin: 0; font-size: 14px; font-weight: 500; opacity: .7; line-height: 1.5; }
.eq-op { font-size: 28px; font-weight: 700; }

/* ── old + new ────────────────────────────────────────────────────── */

.beats > * + * { margin-top: 0; }
.beat { padding: 30px 0; border-bottom: 1px solid var(--line); }
.beat:last-child { border-bottom: 0; }
.beat h3 { margin-bottom: 12px; }
.beat--pay h3 { color: var(--iris); }

.shot { position: relative; width: max-content; }
.callout {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
  background: var(--lime);
  color: var(--ink);
  white-space: nowrap;
}
.callout--iris { background: var(--iris-tint); color: var(--iris); border-color: var(--iris); }

/* the leader line from the label across to the piece it points at */
.callout::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 132px;          /* crosses the gap and lands on the piece itself */
  height: 1.5px;
  background: currentColor;
}
.callout.c1 { right: calc(100% + 40px); top: 27%; }
.callout.c2 { right: calc(100% + 40px); top: 63%; }

/* ── play ─────────────────────────────────────────────────────────── */

.duo { display: flex; gap: 26px; justify-content: flex-end; }
.duo figure { margin: 0; text-align: center; }
.duo figcaption {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--iris);
}


.modes { margin-top: 64px; }
.mode {
  display: grid;
  grid-template-columns: 60px 260px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.mode:last-child { border-bottom: 1px solid var(--line); }
.mode__n { font-size: 16px; font-weight: 700; color: var(--iris); }
.mode__t { font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.mode__d { font-size: 14px; font-weight: 500; color: var(--muted); }

/* ── challenges ───────────────────────────────────────────────────── */

.blind {
  margin-top: 40px;
  max-width: 540px;
  padding: 26px 30px;
  border-radius: var(--r-card);
  background: var(--ink-2);
  border: 1px solid #2A2A30;
}
.blind b {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 10px;
}
.blind p { margin: 0; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.6); }

/* ── reputation ladder ────────────────────────────────────────────── */

.ladder { margin-top: 46px; }
.rung {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}
.rung:last-child { border-bottom: 1px solid var(--line); }
.rung__badge {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  border-radius: var(--r-pill);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
/* exact pairs from tokens.ts `status` */
.b-newcomer { background: var(--paper);     color: var(--muted); box-shadow: inset 0 0 0 1px var(--line); }
.b-rising   { background: var(--iris-tint); color: var(--iris); }
.b-stylist  { background: var(--iris);      color: #fff; }
.b-top      { background: var(--ink);       color: var(--lime); }
.b-icon     { background: var(--lime);      color: var(--ink); }

.aim {
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin-left: 14px;
  padding: 0 14px;
  border-radius: var(--r-pill);
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ── final ────────────────────────────────────────────────────────── */

.final {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 110px 0 0;
  background: var(--paper);
}
.final__dome {
  position: absolute;
  left: 50%;
  bottom: -420px;
  transform: translateX(-50%);
  width: 106%;
  height: 760px;
  border-radius: 50%;
  background: var(--lime);
}
.final__inner { position: relative; z-index: 2; }
.final h2 { margin-bottom: 22px; }
.final__piki { position: relative; z-index: 3; display: block; margin: 20px auto 0; width: min(759px, 86vw); }

/* ── footer ───────────────────────────────────────────────────────── */

.footer {
  background: var(--ink);
  color: #fff;
  padding: 80px 0 46px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr) 1.25fr;
  gap: 40px;
}
.footer h4 {
  margin: 0 0 20px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lime);
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li + li { margin-top: 10px; }
.footer a { font-size: 14px; font-weight: 500; opacity: .66; text-decoration: none; }
.footer a:hover { opacity: 1; }
.footer__brand { font-size: 24px; font-weight: 700; letter-spacing: -.03em; margin: 0 0 12px; }
.footer__tag { font-size: 14px; font-weight: 500; opacity: .55; margin: 0 0 30px; max-width: 340px; }

.socials { display: flex; align-items: center; gap: 14px; }
.socials a {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--ink-2);
  display: grid; place-items: center;
  opacity: 1;
}
.socials a:hover { background: #26262c; }
.socials svg { width: 22px; height: 22px; }
.socials .handle { font-size: 12px; opacity: .5; }

.contact-row { margin-bottom: 22px; }
.contact-row b {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .4;
  margin-bottom: 4px;
}
.contact-row a { font-size: 14px; opacity: .85; }

.footer__bar {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  opacity: .42;
}

/* ── legal pages ──────────────────────────────────────────────────── */

.legal { padding: 80px 0 120px; }
.legal__head { max-width: 760px; margin-bottom: 56px; }
.legal__head h1 { font-size: clamp(38px, 5vw, 64px); margin-bottom: 18px; }
.legal__meta { font-size: 13px; font-weight: 500; color: var(--muted); }
.legal__body { max-width: 760px; }
.legal__body h2 {
  font-size: 24px;
  letter-spacing: -.02em;
  margin: 52px 0 14px;
  scroll-margin-top: 120px;
}
.legal__body h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; margin: 28px 0 8px; }
.legal__body p, .legal__body li { font-size: 15px; line-height: 1.72; }
.legal__body ul { padding-left: 20px; }
.legal__body li + li { margin-top: 7px; }
.legal__body a { color: var(--iris); }
.legal__toc {
  padding: 26px 30px;
  border-radius: var(--r-card);
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
.legal__toc ol { margin: 0; padding-left: 20px; }
.legal__toc li { font-size: 14px; }
.legal__toc a { color: var(--ink); text-decoration: none; }
.legal__toc a:hover { color: var(--iris); }

.callout-box {
  padding: 22px 26px;
  border-radius: var(--r-card);
  background: var(--iris-tint);
  border: 1px solid var(--iris-line);
  margin: 26px 0;
}
.callout-box p { margin: 0; font-size: 14px; }

.placeholder {
  background: var(--lime);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
}

/* ── responsive ───────────────────────────────────────────────────── */

@media (max-width: 1180px) {
  :root { --gutter: 48px; }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__col--brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --gutter: 24px; }
  .nav__links { display: none; }
  .band { padding: 72px 0; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .split--flip .split__media { order: -1; }
  .sticker { display: none; }
  .mode {
    grid-template-columns: 44px minmax(0, 1fr);
    row-gap: 8px;
  }
  .mode__d { grid-column: 2; }
  .mode .tag { grid-column: 2; justify-self: start; }
  .rung { grid-template-columns: 1fr; gap: 10px; }
  .equation { flex-wrap: wrap; gap: 12px; }
  .eq-card { width: calc(50% - 6px); min-height: 0; }
  .eq-op { display: none; }
  .equation .screen { width: 60%; max-width: 240px; margin: 18px auto 0; }
  .promise-head { margin-bottom: 34px; }
  .duo { justify-content: center; }

  /* narrow: pin the labels onto the screen itself so the lines still point at a piece */
  .shot { width: max-content; margin: 0 auto; }
  .callout {
    left: 12px;
    right: auto;
    height: 26px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: .1em;
  }
  .callout::after { width: 46px; }
  .callout.c1 { top: 26%; }
  .callout.c2 { top: 62%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__bar { flex-direction: column; }
  .hero { padding-top: 72px; }
  .hero__scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
