/* Podback's site. One look, deliberately: Podback's yellow as the page, ink as the type, and the app's own paper
   only inside the phone. The design is the "3b" direction on the Podback Website Directions canvas. */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/fonts/bricolage-grotesque.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: "Literata";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/literata.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: "Literata";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/literata-italic.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: "Nunito";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/fonts/nunito.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;
}

:root {
  color-scheme: light;
  --yellow: #F2D420;
  --ink: #1C1B1A;
  --paper: #FBFAF8;
  --muted: #6A655E;
  --faint: #B8B2AA;
  --hairline: #E3DFD8;
  --yellow-soft: #F9F0C0;
  --yellow-mark: #F7EA9D;
  --artwork: #24404F;
  --ink-45: rgba(28, 27, 26, 0.45);
  --ink-60: rgba(28, 27, 26, 0.6);
  --ink-72: rgba(28, 27, 26, 0.72);
  --ink-14: rgba(28, 27, 26, 0.14);
  --on-ink-muted: #A39D96;
  --on-ink-body: #CFCAC2;

  --disp: "Bricolage Grotesque", system-ui, sans-serif;
  --chrome: system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --read: ui-serif, "New York", "Literata", Georgia, serif;
  --voice: ui-rounded, "SF Pro Rounded", "Nunito", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0, 0, 1);
  --gutter: clamp(20px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--chrome);
  -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, ol { margin: 0; }
a { color: var(--ink); }
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 8px; }
.band :focus-visible, .features :focus-visible { outline-color: var(--yellow); }

.wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter); }
.tab { font-variant-numeric: tabular-nums; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip { position: absolute; left: -9999px; top: 12px; z-index: 10; padding: 12px 16px; border-radius: 8px; background: var(--ink); color: var(--paper); font-weight: 700; }
.skip:focus { left: 16px; }
.label { font-size: 12px; line-height: 15px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.link-button {
  min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}

/* The bar across the top */
.nav { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; font-family: var(--disp); font-size: 24px; line-height: 28px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { width: 30px; height: 30px; fill: var(--ink); stroke: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.sound {
  height: 44px; min-width: 44px; padding: 0; border: 2px solid var(--ink); border-radius: 22px; background: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  font-size: 15px; font-weight: 700; transition: background-color 200ms var(--ease), color 200ms var(--ease);
}
.sound svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sound .sound-body { fill: currentColor; }
.sound .sound-wave { opacity: 0; transition: opacity 200ms; }
.sound[aria-pressed="true"] { background: var(--ink); color: var(--yellow); }
.sound[aria-pressed="true"] .sound-wave { opacity: 1; }
.sound-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.pill {
  height: 44px; padding: 0 16px; border-radius: 22px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.pill-ink { background: var(--ink); color: var(--paper); }
.pill-ink:hover { background: #33312E; color: var(--paper); }
.pill-large { height: 56px; border-radius: 28px; padding: 0 28px; font-size: 17px; }
.wide-only { display: none; }

/* The opening: the words at the size of a poster, and the mark as the one listening or speaking */
.hero { display: flex; flex-direction: column; gap: 20px; padding-block: 16px 28px; }
.mark { width: 200px; height: 200px; overflow: visible; flex-shrink: 0; order: -1; }
.mark rect { fill: var(--ink); }
.mark-brow { fill: none; stroke: var(--ink); stroke-width: 72; stroke-linecap: round; opacity: 0; }
.hero-text { height: 340px; min-width: 0; }
.phase { display: flex; flex-direction: column; gap: 12px; }
.phase[data-phase="play"] { gap: 22px; }
.phase.rise { animation: rise 380ms var(--ease) both; }
.hero-headline { font-family: var(--disp); font-size: clamp(50px, 7vw, 100px); line-height: 0.94; font-weight: 800; letter-spacing: -0.045em; text-wrap: balance; }
.now-playing { display: flex; flex-direction: column; gap: 8px; max-width: 700px; }
.caption { font-family: "Literata", ui-serif, Georgia, serif; font-style: italic; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.42; }
.caption .ahead { color: rgba(28, 27, 26, 0.38); }
.caption span { transition: color 150ms; }
.big-quote { font-family: var(--disp); font-size: clamp(84px, 11.8vw, 170px); line-height: 0.93; font-weight: 800; letter-spacing: -0.05em; }
.question { font-family: var(--disp); font-size: clamp(56px, 8.9vw, 128px); line-height: 0.92; font-weight: 800; letter-spacing: -0.045em; }
.question-small { font-family: var(--disp); font-size: clamp(24px, 3vw, 44px); line-height: 1.12; font-weight: 800; letter-spacing: -0.03em; color: rgba(28, 27, 26, 0.5); }
.answer { font-family: var(--voice); font-size: clamp(26px, 2.9vw, 42px); line-height: 1.27; font-weight: 700; }
.phase[data-phase="answer"] .label { margin-top: 6px; }
.w { transition: opacity 150ms; }
.w.off { opacity: 0; }
.caret { display: inline-block; width: 0.11em; height: 0.95em; margin-left: 0.06em; vertical-align: -0.16em; background: var(--ink); animation: blink 1s infinite; }

/* The strip under it: the episode's sound, standing still while Podback has the floor */
.band { background: var(--ink); color: var(--paper); padding-block: 16px 10px; }
.band-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "show clock" "status toggle";
  align-items: center; column-gap: 12px; row-gap: 2px; font-size: 14px; line-height: 19px;
}
.band-show { grid-area: show; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.band-title { color: var(--on-ink-muted); display: none; }
.band-status { grid-area: status; font-weight: 600; transition: color 200ms; }
.band-status.is-talk { color: var(--yellow); }
.band-clock { grid-area: clock; }
.band-clock .muted { color: var(--on-ink-muted); font-weight: 500; }
.band-toggle { grid-area: toggle; justify-self: end; color: var(--paper); font-size: 14px; }
.wave { display: block; width: 100%; height: 88px; margin-top: 6px; }

/* How a question works */
.how { display: flex; flex-direction: column; gap: 28px; padding-block: 72px 80px; }
.how-copy { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.how-copy > .label { margin-bottom: -14px; }
.how-title { font-family: var(--disp); font-size: clamp(56px, 7.2vw, 104px); line-height: 0.92; font-weight: 800; letter-spacing: -0.045em; text-wrap: balance; }
.steps { display: none; list-style: none; padding: 0; max-width: 640px; }
.step {
  width: 100%; padding: 16px 0; border: 0; background: none; cursor: pointer; text-align: left;
  display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 22px; align-items: start;
}
.step-n {
  width: 44px; height: 44px; border-radius: 22px; border: 2px solid rgba(28, 27, 26, 0.3); display: flex; align-items: center; justify-content: center;
  font-family: var(--disp); font-size: 20px; font-weight: 800; color: var(--ink-60); transition: background-color 200ms, color 200ms, border-color 200ms;
}
.step.is-on .step-n { background: var(--ink); border-color: var(--ink); color: var(--yellow); }
.step-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.step-title { font-family: var(--disp); font-size: 40px; line-height: 44px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink-45); transition: color 200ms; }
.step-line { font-size: 18px; line-height: 27px; color: var(--ink-72); text-wrap: pretty; transition: color 200ms; }
.step.is-on .step-title, .step.is-on .step-line { color: var(--ink); }
.progress { display: block; height: 4px; border-radius: 2px; background: var(--ink-14); overflow: hidden; }
.step .progress { margin-top: 10px; }
.progress-fill { display: block; height: 100%; width: 0; background: var(--ink); }
.chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 8px; }
.chip {
  min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer; text-align: left;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  font-family: var(--disp); font-size: 16px; line-height: 18px; font-weight: 800; color: rgba(28, 27, 26, 0.55); transition: color 200ms;
}
.chip.is-on { color: var(--ink); }
.current-step { min-height: 150px; display: flex; flex-direction: column; gap: 8px; }
.current-step.rise { animation: fadein 250ms var(--ease) both; }
.current-title { font-family: var(--disp); font-size: 38px; line-height: 42px; font-weight: 800; letter-spacing: -0.03em; }
.current-line { font-size: 17px; line-height: 25px; text-wrap: pretty; }
.toggle-wide { display: none; align-self: flex-start; font-size: 16px; font-weight: 600; }
.toggle-narrow { align-self: center; font-size: 16px; font-weight: 600; }

/* The phone: Podback's Now Playing, drawn at its own size and scaled whole */
.device-frame { --s: 0.74; align-self: center; flex-shrink: 0; width: calc(410px * var(--s)); height: calc(864px * var(--s)); }
.device {
  width: 410px; height: 864px; padding: 10px; border-radius: 58px; background: var(--ink);
  box-shadow: 0 40px 90px rgba(28, 27, 26, 0.28); transform: scale(var(--s)); transform-origin: top left;
}
.screen {
  width: 390px; height: 844px; border-radius: 48px; background: var(--paper); overflow: hidden; padding: 34px 20px 26px;
  display: flex; flex-direction: column; gap: 14px; font-family: var(--chrome); color: var(--ink);
}
.screen p { margin: 0; }
.plabel { font-size: 11px; line-height: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.plabel.ink { color: var(--ink); }
.np-header { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.np-art { width: 104px; height: 104px; flex-shrink: 0; border-radius: 12px; background: var(--artwork); display: flex; align-items: center; justify-content: center; }
.np-art span { width: 38px; height: 38px; border-radius: 50%; border: 2px solid rgba(251, 250, 248, 0.85); }
.np-meta { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.np-title { font-size: 18px; line-height: 22px; font-weight: 600; text-wrap: balance; }
.np-state { display: flex; align-items: center; gap: 7px; font-size: 14px; line-height: 18px; color: var(--muted); }
.np-glyph { width: 12px; height: 12px; fill: var(--muted); }
.np-middle { height: 436px; flex-shrink: 0; display: flex; flex-direction: column; overflow: hidden; }
.np-switch { height: 40px; flex-shrink: 0; display: flex; gap: 20px; align-items: center; font-size: 15px; font-weight: 600; color: var(--muted); transition: opacity 200ms; }
.np-switch .on { color: var(--ink); }
.np-switch.off { opacity: 0; }
.np-transcript { display: flex; flex-direction: column; gap: 14px; padding-top: 6px; }
.np-talk { display: flex; flex-direction: column; gap: 22px; padding-top: 6px; }
.np-transcript.rise, .np-talk.rise, .np-saved.rise, .np-turn.rise, .np-line.rise { animation: fadein 250ms var(--ease) both; }
.np-turn { display: flex; flex-direction: column; gap: 4px; }
.np-talk .np-turn { gap: 6px; }
.np-read { font-family: var(--read); font-size: 17px; line-height: 25.5px; }
.np-read.heard, .w-heard { color: var(--muted); }
.w-now { color: var(--ink); }
.w-ahead { color: var(--faint); }
.np-read span { transition: color 200ms, background-color 200ms; }
.w-mark { background: var(--yellow-mark); }
.np-saved { background: var(--yellow-soft); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; }
.np-saved-grid { display: grid; grid-template-columns: 70px minmax(0, 1fr); row-gap: 4px; column-gap: 8px; align-items: baseline; font-size: 15px; line-height: 21px; }
.voice { font-family: var(--voice); font-weight: 600; }
.clamp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-question { font-size: 26px; line-height: 31px; font-weight: 600; letter-spacing: -0.01em; transition: font-size 250ms var(--ease), line-height 250ms var(--ease), color 250ms; }
.np-question.small { font-size: 17px; line-height: 22px; color: var(--muted); }
.np-answer { font-size: 21px; line-height: 28px; }
.caret-sm { display: inline-block; width: 3px; height: 20px; margin-left: 1px; vertical-align: -3px; background: var(--yellow); animation: blink 1s infinite; }
.np-timeline { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.track { position: relative; height: 16px; }
.track > span { position: absolute; }
.track-bg { left: 0; right: 0; top: 6px; height: 4px; border-radius: 2px; background: var(--hairline); }
.track-fill { left: 0; top: 6px; height: 4px; border-radius: 2px; background: var(--ink); width: 59%; }
.chapter { top: 0; width: 1px; height: 5px; background: var(--faint); }
/* The show's chapters and the conversations already saved, where the demo episode has them (of 1:04:30). */
.c1 { left: 10.54%; } .c2 { left: 18.66%; } .c3 { left: 33.33%; } .c4 { left: 51.55%; } .c5 { left: 66.15%; }
.t1 { left: 19.64%; } .t2 { left: 41.73%; } .t3 { left: 59.22%; }
.tick { top: 1px; width: 3px; height: 14px; margin-left: -1.5px; border-radius: 1.5px; background: var(--yellow); transition: opacity 250ms; }
.tick.off { opacity: 0; }
.playhead { top: 1px; width: 14px; height: 14px; margin-left: -7px; border-radius: 7px; background: var(--ink); left: 59%; }
.np-times { display: flex; justify-content: space-between; font-size: 13px; line-height: 16px; color: var(--muted); }
.np-transport { height: 88px; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; }
.side { width: 44px; display: flex; flex-direction: column; align-items: center; gap: 4px; transition: opacity 200ms; }
.side .tab { font-size: 12px; line-height: 14px; font-weight: 600; color: var(--muted); }
.screen.talk [data-np-side] { opacity: 0; }
.arc { width: 28px; height: 28px; fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.skip { width: 30px; height: 30px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip text { fill: var(--ink); stroke: none; font: 700 7px system-ui, sans-serif; text-anchor: middle; }
.circle { width: 72px; height: 72px; flex-shrink: 0; border-radius: 36px; background: var(--ink); position: relative; }
.brow { position: absolute; left: 22px; top: -19px; width: 44px; height: 13px; overflow: visible; }
.brow path { fill: none; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; stroke-dasharray: 48; stroke-dashoffset: 48; opacity: 0; }
.circle-parts { position: absolute; left: 0; top: 0; width: 72px; height: 72px; overflow: visible; }
.circle-parts rect { fill: var(--paper); }
.np-ask { height: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; }
.np-speed { width: 44px; font-size: 16px; font-weight: 600; transition: opacity 200ms; }
.np-ask-pill { height: 52px; padding: 0 28px; border-radius: 26px; background: var(--yellow); display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 600; }
.np-ask-pill svg { width: 18px; height: 18px; fill: var(--ink); }
.np-line { font-size: 13px; line-height: 18px; color: var(--muted); text-align: center; max-width: 240px; }
.np-moon { width: 44px; display: flex; justify-content: flex-end; transition: opacity 200ms; }
.np-moon svg { width: 24px; height: 24px; fill: none; stroke: var(--muted); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Between questions */
.features { background: var(--ink); color: var(--paper); padding-block: 64px 72px; }
.features-label { color: var(--yellow); margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; }
.feature { display: flex; flex-direction: column; gap: 14px; }
.feature-tick { width: 5px; height: 28px; border-radius: 3px; background: var(--yellow); }
.feature h3 { font-family: var(--disp); font-size: clamp(40px, 3.9vw, 56px); line-height: 1.02; font-weight: 800; letter-spacing: -0.035em; text-wrap: balance; }
.feature p { max-width: 480px; font-size: 17px; line-height: 26px; color: var(--on-ink-body); text-wrap: pretty; }

/* The end */
.footer { padding-block: 72px max(40px, env(safe-area-inset-bottom)); }
.cta { display: flex; flex-direction: column; gap: 28px; }
.cta-title { font-family: var(--disp); font-size: clamp(76px, 15.3vw, 220px); line-height: 0.87; font-weight: 800; letter-spacing: -0.055em; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }
.cta-actions .pill-large { width: 100%; }
.cta-note { font-size: 15px; line-height: 20px; font-weight: 600; text-align: center; }
.footer-links {
  display: flex; flex-wrap: wrap; column-gap: 24px; margin-top: 48px; padding-top: 18px; border-top: 2px solid var(--ink);
  font-size: 14px; line-height: 20px; font-weight: 600;
}
.footer-links > * { min-height: 44px; display: inline-flex; align-items: center; }

@media (min-width: 480px) {
  .device-frame { --s: 1; }
}

@media (min-width: 720px) {
  .band-title { display: inline; }
  .sound { padding: 0 18px; }
  .sound-label { position: static; width: auto; height: auto; overflow: visible; clip-path: none; }
  .wide-only { display: inline; }
  .narrow-only { display: none; }
  .pill { padding: 0 20px; font-size: 15px; }
  .cta-actions .pill-large { width: auto; }
  .cta-actions { align-items: flex-start; }
  .cta-note { text-align: left; }
}

@media (min-width: 1080px) {
  .label { font-size: 13px; line-height: 16px; }
  .nav { height: 92px; }
  .brand { gap: 12px; font-size: 30px; line-height: 32px; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-actions { gap: 12px; }

  .hero { --mark: clamp(380px, 36vw, 520px); display: grid; grid-template-columns: minmax(0, 1fr) var(--mark); column-gap: 72px; align-items: center; height: 640px; padding-block: 24px 0; }
  .mark { width: var(--mark); height: var(--mark); order: 0; }
  .hero-text { height: 560px; display: flex; flex-direction: column; justify-content: center; }
  .phase { gap: 16px; }
  .phase[data-phase="play"] { gap: 30px; }
  .phase[data-phase="answer"] { gap: 18px; }
  .phase[data-phase="answer"] .label { margin-top: 10px; }
  .caret { width: 5px; }

  .band { margin-top: 40px; padding-block: 22px 0; }
  .band-row { grid-template-columns: auto minmax(0, 1fr) auto auto; grid-template-areas: "show status clock toggle"; column-gap: 24px; font-size: 15px; line-height: 20px; }
  .band-status { justify-self: center; }
  .band-toggle { font-size: 15px; }
  .wave { height: 128px; margin-top: 14px; }

  .how { display: grid; grid-template-columns: minmax(0, 1fr) 410px; column-gap: clamp(64px, 8vw, 120px); align-items: center; padding-block: 128px 136px; }
  .how-copy { gap: 40px; }
  .how-copy > .label { margin-bottom: -22px; }
  .steps { display: flex; flex-direction: column; }
  .chips, .current-step, .toggle-narrow { display: none; }
  .toggle-wide { display: inline-flex; align-items: center; }

  .features { padding-block: 100px 120px; }
  .features-label { margin-bottom: 64px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 96px; row-gap: 72px; }
  .feature { gap: 18px; }
  .feature-tick { width: 6px; height: 36px; }
  .feature p { font-size: 19px; line-height: 29px; }

  .footer { padding-block: 96px 48px; }
  .cta { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 48px; }
  .cta-actions { padding-bottom: 14px; flex-shrink: 0; }
  .pill-large { height: 60px; border-radius: 30px; font-size: 18px; }
  .footer-links { margin-top: 72px; padding-top: 22px; column-gap: 28px; }
}

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* The page for an address that isn't here */
.lost { display: flex; flex-direction: column; align-items: flex-start; gap: 40px; padding-block: 12vh 16vh; }
.lost .cta-title { font-size: clamp(64px, 11vw, 160px); text-wrap: balance; }
.lost .pill-large { width: auto; }

/* The reading pages (privacy, support): the title on Podback's yellow, the text on the app's own paper. */
.doc-head { display: flex; flex-direction: column; gap: 18px; padding-block: 32px 48px; }
.doc-title { font-family: var(--disp); font-size: clamp(52px, 8vw, 116px); line-height: 0.92; font-weight: 800; letter-spacing: -0.045em; text-wrap: balance; }
.doc-lead { max-width: 760px; font-size: clamp(19px, 1.8vw, 24px); line-height: 1.4; font-weight: 500; text-wrap: pretty; }
.doc-paper { background: var(--paper); }
.doc { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 40px; padding-block: 40px 72px; }
.doc-nav { padding-bottom: 28px; border-bottom: 1px solid var(--hairline); }
.doc-nav .label { color: var(--muted); }
.doc-nav ol { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; }
.doc-nav a { display: flex; align-items: center; min-height: 44px; padding-block: 10px; font-size: 16px; line-height: 20px; font-weight: 600; color: var(--muted); text-decoration: none; }
.doc-nav a:hover { color: var(--ink); }
.doc-body { max-width: 680px; min-width: 0; }
.doc-body section { scroll-margin-top: 24px; }
.doc-body section + section { margin-top: 56px; }
.doc-body h2 { font-family: var(--disp); font-size: clamp(28px, 2.6vw, 36px); line-height: 1.08; font-weight: 800; letter-spacing: -0.025em; text-wrap: balance; margin-bottom: 16px; }
.doc-body p, .doc-body li { font-size: 17px; line-height: 1.65; text-wrap: pretty; }
.doc-body p + p { margin-top: 16px; }
.doc-body ul { margin: 16px 0; padding-left: 22px; }
.doc-body li + li { margin-top: 10px; }
.doc-body li::marker { color: var(--muted); }
.doc-body a { text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.doc-body a:hover { text-decoration-thickness: 2px; }
.doc-body code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.88em; padding: 1px 5px; border-radius: 4px; background: #F3F1EC; overflow-wrap: anywhere; }
.footer-doc { padding-block: 8px max(32px, env(safe-area-inset-bottom)); }
.footer-doc .footer-links { margin-top: 24px; }
.footer-links a[aria-current="page"] { text-decoration-thickness: 2px; }

@media (min-width: 1080px) {
  .doc-head { padding-block: 56px 88px; gap: 24px; }
  .doc { grid-template-columns: 240px minmax(0, 680px); column-gap: clamp(56px, 7vw, 112px); padding-block: 88px 128px; }
  .doc-nav { position: sticky; top: 24px; align-self: start; padding-bottom: 0; border-bottom: 0; }
  .doc-nav a { min-height: 0; padding-block: 7px; font-size: 15px; }
  .doc-body p, .doc-body li { font-size: 18px; }
  .footer-doc { padding-block: 16px 48px; }
}
