/* Fonts are served from this site: no third-party requests. Nunito and Nunito Sans, SIL Open Font Licence (assets/fonts). */
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url("assets/fonts/nunito-latin.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url("assets/fonts/nunito-sans-latin.woff2") format("woff2"); }

/* Binders site. Dark first, like the app. Tokens first; components only use tokens. */
:root {
  --ground: #0d0a1e;
  --ground-2: #130f2b;
  --surface: #1a1538;
  --surface-2: #221b49;
  --line: rgba(190, 180, 255, 0.14);
  --text: #eeebfb;
  --muted: #aaa4c9;
  --accent: #604cf4;
  --accent-ink: #ffffff;
  --accent-soft: #a99dff;
  --glow: rgba(96, 76, 244, 0.38);
  --ok: #34c759;
  --choice: #f0a23a;
  --shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.06);
  --b-indigo: #6a58f6;
  --b-teal: #2aa39f;
  --b-orange: #ee8533;
  --b-pink: #e65c94;
  --b-green: #4da85c;
  --display: ui-rounded, "SF Pro Rounded", "Nunito", system-ui, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Nunito Sans", "Segoe UI", Roboto, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --radius: 14px;
  /* The top bar wears the app icon's deep indigo in both themes */
  --nav-bg: rgba(30, 22, 92, 0.9);
  --nav-text: #f3f0ff;
  --nav-muted: #c2bbea;
  --nav-line: rgba(200, 190, 255, 0.2);
  --nav-focus: #cfc7ff;
}
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
    --ground: #f6f4fd;
    --ground-2: #efecfa;
    --surface: #ffffff;
    --surface-2: #f3f0fc;
    --line: rgba(52, 38, 140, 0.14);
    --text: #1a1535;
    --muted: #5d5881;
    --accent: #5442e6;
    --accent-soft: #4a39d6;
    --glow: rgba(96, 76, 244, 0.22);
    --shadow: 0 40px 80px -36px rgba(40, 28, 120, 0.45), 0 0 0 1px rgba(40, 28, 120, 0.1);
  }
}
:root[data-theme="light"] {
  --ground: #f6f4fd; --ground-2: #efecfa; --surface: #ffffff; --surface-2: #f3f0fc; --line: rgba(52, 38, 140, 0.14);
  --text: #1a1535; --muted: #5d5881; --accent: #5442e6; --accent-soft: #4a39d6; --glow: rgba(96, 76, 244, 0.22);
  --shadow: 0 40px 80px -36px rgba(40, 28, 120, 0.45), 0 0 0 1px rgba(40, 28, 120, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font: 400 1.0625rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-soft); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 3px; border-radius: 6px; }
.wrap { width: min(1200px, 100%); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent); color: var(--accent-ink); padding: 10px 16px; border-radius: 10px; z-index: 20; }
.skip:focus { left: 12px; }

h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.9rem, 7.4vw, 5.4rem); line-height: 0.98; font-weight: 900; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.06; }
h3 { font-size: 1.1rem; letter-spacing: 0; display: flex; align-items: center; gap: 10px; }
p { margin: 0; }
.lede { font-size: clamp(1.1rem, 1.7vw, 1.3rem); color: var(--muted); max-width: 40em; }
.lede.narrow { max-width: 34em; }
.fineprint { font-size: 0.875rem; color: var(--muted); }

/* Navigation */
.nav { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 10; backdrop-filter: saturate(170%) blur(18px); -webkit-backdrop-filter: saturate(170%) blur(18px);
  background: var(--nav-bg); border-bottom: 1px solid var(--nav-line); box-shadow: 0 10px 30px -18px rgba(12, 8, 40, 0.55); transition: box-shadow 0.2s ease; }
.nav.scrolled { box-shadow: 0 14px 34px -14px rgba(12, 8, 40, 0.7); }
.nav :focus-visible { outline-color: var(--nav-focus); }
.nav-row { display: flex; align-items: center; gap: 24px; min-height: 92px; }
.brand { display: inline-flex; align-items: center; gap: 14px; font: 800 2rem/1 var(--display); letter-spacing: -0.02em; color: var(--nav-text); text-decoration: none; }
.brand img { border-radius: 15px; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.1); }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { color: var(--nav-muted); text-decoration: none; font-size: 0.95rem; padding: 10px 2px; transition: color 0.18s ease; }
.nav-links a:hover { color: var(--nav-text); }
.nav .button { box-shadow: 0 10px 26px -10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25); }

/* Buttons */
.button { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; background: var(--accent); color: var(--accent-ink);
  font: 700 1.05rem/1 var(--display); text-decoration: none; box-shadow: 0 14px 34px -12px var(--glow), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); filter: brightness(1.08); box-shadow: 0 18px 40px -12px var(--glow), inset 0 1px 0 rgba(255, 255, 255, 0.22); }
.button:active { transform: translateY(0); }
.button.small { min-height: 44px; padding: 0 18px; font-size: 0.95rem; }
.button svg, .ghost svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ghost { display: inline-flex; align-items: center; min-height: 52px; padding: 0 8px; color: var(--text); font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; }
.ghost:hover { color: var(--accent-soft); }

/* Hero */
.hero { position: relative; padding-block: clamp(48px, 8vw, 96px) 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto; height: 760px; pointer-events: none;
  background: radial-gradient(60% 60% at 22% 30%, var(--glow), transparent 70%), radial-gradient(40% 50% at 85% 10%, rgba(230, 92, 148, 0.16), transparent 70%); }
.hero .wrap { position: relative; }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 26px; }
.pills li { display: inline-flex; align-items: center; gap: 9px; font: 700 0.8rem/1 var(--body); letter-spacing: 0.07em; text-transform: uppercase; color: var(--accent-soft);
  padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface) 70%, transparent); }
.pills li:first-child { color: var(--text); border-color: color-mix(in srgb, var(--ok) 45%, var(--line)); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.6); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { to { box-shadow: 0 0 0 10px rgba(52, 199, 89, 0); } }
.hero .lede { margin-top: 26px; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 34px; }
.hero .fineprint { margin-top: 16px; }
.stage { position: relative; margin-top: clamp(40px, 6vw, 72px); padding-bottom: 72px; }

/* App windows */
.window { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #f4f2fa; }
.window.dark { background: #15102e; }
.window img { width: 100%; }

/* The flow bar: Binders' own dictation pill, alive */
.flow { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); display: grid; justify-items: center; gap: 10px; width: min(640px, 92%); }
.flow-caption { max-width: 100%; padding: 11px 18px; border-radius: 16px; background: rgba(28, 28, 32, 0.94); color: #fff; font: 500 1.02rem/1.35 var(--body);
  box-shadow: 0 18px 40px -14px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.08); text-align: center; min-height: 46px; display: flex; align-items: center; gap: 10px; }
.flow-caption.toast { background: rgba(28, 28, 32, 0.96); }
.flow-caption svg { width: 18px; height: 18px; flex: none; fill: none; stroke: #b9adff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.flow-pill { display: flex; align-items: center; justify-content: center; gap: 4px; height: 44px; padding: 0 22px; border-radius: 999px; background: #111114;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.14); }
.flow-pill i { display: block; width: 4px; height: 26px; border-radius: 2px; background: #fff; transform: scaleY(0.25); transform-origin: center;
  animation: talk 1.1s ease-in-out infinite; animation-delay: calc(var(--i) * -0.083s); }
.flow.quiet .flow-pill i { animation-play-state: paused; transform: scaleY(0.16); }
@keyframes talk { 0%, 100% { transform: scaleY(0.22); } 35% { transform: scaleY(1); } 60% { transform: scaleY(0.45); } 80% { transform: scaleY(0.8); } }

/* Privacy band, straight after the hero */
.band { padding-block: clamp(40px, 6vw, 72px) clamp(48px, 7vw, 88px); }
.band h2 { max-width: 18em; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.fact { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2.6vw, 30px); }
.fact svg { width: 30px; height: 30px; fill: none; stroke: var(--ok); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 16px; }
.fact h3 { font-size: 1.2rem; }
.fact p { color: var(--muted); margin-top: 8px; font-size: 1rem; }
.band .more { margin-top: 24px; }

/* Ask: the app's own search bar and answer card */
.ask { display: grid; gap: 14px; }
.ask-bar { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 8px 8px 8px 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.ask-bar > svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; }
.ask-question { flex: 1; font-size: clamp(1rem, 1.6vw, 1.15rem); min-height: 1.6em; }
.ask-question::after { content: ""; display: inline-block; width: 2px; height: 1.1em; margin-left: 2px; vertical-align: -0.18em; background: var(--accent-soft); opacity: 0; }
.ask.typing .ask-question::after { opacity: 1; animation: caret 0.9s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.ask-button { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 16px; border-radius: 11px; background: var(--accent); color: var(--accent-ink); font: 700 0.95rem/1 var(--display); }
.ask-button svg, .answer-head svg { width: 18px; height: 18px; fill: currentColor; }
.ask-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font: 500 0.92rem/1.3 var(--body); text-align: left; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; min-height: 44px; cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease; }
.chip:hover { color: var(--text); border-color: var(--accent-soft); }
.chip[aria-pressed="true"] { color: var(--text); background: color-mix(in srgb, var(--accent) 22%, transparent); border-color: color-mix(in srgb, var(--accent) 60%, transparent); }
.answer { border-radius: 16px; padding: clamp(20px, 2.6vw, 28px); background: color-mix(in srgb, var(--accent) 13%, var(--surface)); border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line)); min-height: 292px; }
.answer-head, .answer-sub { display: flex; align-items: center; gap: 8px; font: 700 0.78rem/1 var(--body); letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.answer-head { color: var(--accent-soft); }
.answer-body { margin: 14px 0 20px; font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.5; min-height: 5.2em; }
.answer-body ul { margin: 8px 0 0; padding-left: 1.2em; display: grid; gap: 4px; }
.answer-body sup { white-space: nowrap; font-size: 0.68em; color: var(--accent-soft); letter-spacing: 0.02em; }
.sources { list-style: none; counter-reset: source; padding: 0; margin: 12px 0 0; display: grid; gap: 8px; }
.sources li { counter-increment: source; display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 0.95rem; transition: opacity 0.3s ease, transform 0.3s ease; }
.sources li::before { content: "[" counter(source) "]"; order: 0; flex: none; color: var(--muted); font: 0.85rem/1 var(--mono); }
.sources li::after { content: ""; order: 1; flex: none; width: 18px; height: 18px; background: var(--muted);
  -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat; }
.sources li span { order: 2; font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sources li em { order: 3; flex: none; font-style: normal; color: var(--muted); font-size: 0.88rem; white-space: nowrap; }
.sources li[data-kind="writing"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 17 11-11 3 3L7 20H4v-3Zm7 3h9'/%3E%3C/svg%3E"); }
.sources li[data-kind="meeting"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 19c.6-3 3-4.5 6-4.5s5.400 1.500 6 4.500M16 5.500a3 3 0 0 1 0 5.500m2 3.500c1.700.600 2.700 2 3 4'/%3E%3C/svg%3E"); }
.sources li[data-kind="note"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2.500'/%3E%3Cpath d='M8 9h8M8 13h8M8 17h5'/%3E%3C/svg%3E"); }
.sources li.hide { opacity: 0; transform: translateY(6px); }
.ask-note { font-size: 0.85rem; color: var(--muted); }

/* Four-word strip */
.strip { border-block: 1px solid var(--line); background: var(--ground-2); }
.strip-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 28px; padding-block: 26px; color: var(--muted); font-size: 0.98rem; }
.strip-row strong { display: block; color: var(--text); font: 800 1.1rem/1.3 var(--display); }

/* Feature sections */
.feature { padding-block: clamp(72px, 10vw, 128px); }
.feature + .feature { padding-top: 0; }
.grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.flip .copy { order: 2; }
/* Stack: the copy runs in two columns above a wide picture */
.stack .grid { grid-template-columns: minmax(0, 1fr); gap: clamp(28px, 4vw, 48px); }
.stack .copy { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); column-gap: clamp(28px, 5vw, 72px); align-items: end; }
.stack .copy > .tab, .stack .copy > h2, .stack .copy > p { grid-column: 1; }
.stack .copy > .points { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; align-self: end; }
.window.pane { border: 1px solid var(--line); }
.flip .grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.copy > p:not(.tab) { color: var(--muted); margin-top: 18px; }
.tab { display: inline-flex; align-items: center; gap: 10px; font: 700 0.8rem/1 var(--body); letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.tab::before { content: ""; width: 6px; height: 22px; border-radius: 3px; background: var(--spine, var(--accent)); }
.points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.points li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.consent { margin-top: 22px; max-width: 46ch; }
.points svg { width: 20px; height: 20px; margin-top: 3px; fill: none; stroke: var(--accent-soft); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* Dictation visual */
.transform { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); }
.label { font: 700 0.75rem/1 var(--body); letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.said { font-size: 1.12rem; color: var(--muted); }
.said s { text-decoration-color: var(--b-pink); text-decoration-thickness: 2px; }
.landed { font: 700 clamp(1.25rem, 2.2vw, 1.6rem)/1.3 var(--display); color: var(--text); }
.arrow { display: grid; place-items: center; width: 40px; height: 40px; margin: 18px 0; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line); }
.arrow svg { width: 20px; height: 20px; fill: none; stroke: var(--accent-soft); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.keys { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 16px 0 0; }
.keys div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 60%, transparent); }
.keys dt { display: flex; align-items: center; gap: 5px; font-size: 0.85rem; color: var(--muted); }
.keys dd { margin: 0; font-size: 0.9rem; font-weight: 600; text-align: right; }
.combo { white-space: nowrap; }
kbd { display: inline-grid; place-items: center; min-width: 30px; height: 28px; padding: 0 7px; border-radius: 7px; font: 600 0.82rem/1 var(--mono); color: var(--text);
  background: var(--surface-2); border: 1px solid var(--line); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22); }

/* Privacy */
.privacy { padding-block: clamp(72px, 10vw, 120px); background: var(--ground-2); border-block: 1px solid var(--line); }
.privacy .lede { margin-top: 16px; }
.ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); }
.col ul { margin: 18px 0 0; padding-left: 1.15em; color: var(--muted); display: grid; gap: 10px; }
.col li::marker { color: var(--accent-soft); }
.dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.dot.on { background: var(--ok); }
.dot.choice { background: var(--choice); }
.more { margin-top: 26px; }

/* Download */
.download { padding-block: clamp(80px, 11vw, 140px); text-align: center; position: relative; overflow: hidden; }
.download::before { content: ""; position: absolute; inset: auto -10% -40% -10%; height: 520px; background: radial-gradient(50% 60% at 50% 60%, var(--glow), transparent 70%); pointer-events: none; }
.download .wrap { position: relative; display: grid; justify-items: center; gap: 18px; }
.big-icon { border-radius: 26px; box-shadow: 0 30px 60px -20px var(--glow); }
.download .button { margin-top: 10px; }
.steps { list-style: none; padding: 0; margin: 34px 0 6px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; text-align: left; width: min(980px, 100%); }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; color: var(--muted); font-size: 0.98rem; }
.steps span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; margin-bottom: 12px; background: var(--surface-2); color: var(--text); font: 800 0.95rem/1 var(--display); }
.sum code { font: 0.8rem/1.5 var(--mono); overflow-wrap: anywhere; color: var(--muted); }

/* Footer */
.foot { border-top: 1px solid var(--line); padding-block: 34px 48px; color: var(--muted); font-size: 0.9rem; }
.foot-row { display: grid; grid-template-columns: 1fr auto; gap: 12px 24px; }
.marks { grid-column: 1 / -1; font-size: 0.8rem; max-width: 70ch; }

/* Plain pages */
.page { padding-block: clamp(48px, 7vw, 88px); }
.page .wrap { width: min(760px, 100%); }
.page h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1.05; }
.page h2 { font-size: 1.4rem; margin-top: 44px; }
.page p, .page li { color: var(--muted); margin-top: 14px; }
.page ul { padding-left: 1.2em; }

/* Reveal: content is visible by default; motion only adds a small lift */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0.001; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse, .flow-pill i { animation: none; }
  .flow-pill i { transform: scaleY(calc(0.3 + 0.5 * var(--h, 0.5))); }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-row .button { margin-left: auto; }
  .grid, .flip .grid { grid-template-columns: minmax(0, 1fr); }
  .flip .copy { order: 0; }
  .stack .copy { grid-template-columns: minmax(0, 1fr); }
  .stack .copy > .points { grid-column: 1; grid-row: auto; margin-top: 26px; }
  .strip-row { grid-template-columns: repeat(2, 1fr); }
  .ledger, .steps, .facts { grid-template-columns: minmax(0, 1fr); }
  .sources li { flex-wrap: wrap; row-gap: 2px; }
  .sources li em { flex-basis: 100%; padding-left: 62px; white-space: normal; }
  .brand { font-size: 1.6rem; gap: 11px; }
  .brand img { width: 48px; height: 48px; border-radius: 12px; }
  .nav-row { min-height: 76px; }
  .flow-caption { font-size: 0.92rem; }
  .stage { padding-bottom: 96px; }
}
@media (max-width: 480px) {
  .strip-row { grid-template-columns: minmax(0, 1fr); }
  .foot-row { grid-template-columns: minmax(0, 1fr); }
}
