/* ==========================================================================
   MyWing — mywing.app

   Direction: "Atelier at dusk", inherited from Wingbie (wingbie.com) and
   docs/design/DESIGN.md. Warm paper deepening toward night as you scroll,
   over a fine film grain. Fraunces (SOFT/WONK axes) for display, Hanken
   Grotesk for text. Garnet leads; champagne/gold is structural and becomes
   the accent on night.

   Rules this file keeps:
   - No inline styles anywhere (the CSP forbids them). Delays are classes.
   - Everything that moves is gated behind `.js` and resolves to its finished
     state under prefers-reduced-motion. With no JS the page is complete.
   ========================================================================== */

:root {
  --paper: #fdfaf7;
  --linen: #f2e9df;
  --card: #ffffff;
  --sunken: #f6efe8;
  --night: #190e15;
  --night-2: #2b1421;
  --night-3: #24121d;

  --ink: #1b1216;
  --ink-2: #3d2e34;
  --muted: #6f6066;

  --garnet: #b12e52;
  --garnet-lift: #c53a60;
  --garnet-deep: #7d1f3c;
  --garnet-wash: #fbedf1;
  --garnet-line: #f0d4dd;
  --garnet-night: #e0587c;

  --gold: #b8893f;
  --gold-ink: #85611f;      /* gold that passes AA as small text on paper */
  --gold-lift: #d9b26b;
  --gold-wash: #f9f1e2;
  --gold-line: #ebdcbe;
  --champagne: #f0d7a2;

  --caution: #b5541c;
  --caution-wash: #fcefe6;
  --success: #3e7c5a;

  --rule: rgba(27, 18, 22, 0.1);
  --rule-soft: rgba(27, 18, 22, 0.06);
  --rule-night: rgba(253, 250, 247, 0.12);

  --shade-1: 0 1px 2px rgba(27, 18, 22, 0.04);
  --shade-2: 0 2px 4px rgba(27, 18, 22, 0.04), 0 12px 28px -14px rgba(27, 18, 22, 0.16);
  --shade-3: 0 4px 10px rgba(27, 18, 22, 0.05), 0 30px 70px -30px rgba(93, 24, 48, 0.34);

  --shell: 1140px;
  --measure: 34em;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  color-scheme: light;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink);
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: var(--paper);
  background-image: linear-gradient(180deg, #fdfaf7 0%, #fdf9f5 18%, #f9f2ea 46%, #f4eadf 74%, #efe1d3 100%);
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* film grain — the paper, not a filter */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E");
}

img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--garnet-wash); color: var(--garnet-deep); }
:focus-visible { outline: 2px solid var(--garnet); outline-offset: 3px; border-radius: 6px; }
.on-night :focus-visible, .night :focus-visible, .finale :focus-visible, .foot :focus-visible { outline-color: var(--gold-lift); }

.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: var(--r-pill); font-weight: 600; font-size: 15px; transition: top .2s var(--ease); }
.skip:focus { top: 12px; }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-variation-settings: "SOFT" 30, "WONK" 0;
  letter-spacing: -0.024em;
  line-height: 1.04;
  color: var(--ink);
  text-wrap: balance;
}
h1 em, h2 em, h3 em, .em {
  font-style: italic;
  font-weight: 600;
  font-variation-settings: "SOFT" 40, "WONK" 0;
  color: var(--garnet);
}
h1 { font-size: clamp(44px, 7vw, 88px); letter-spacing: -0.035em; line-height: .98; }
h2 { font-size: clamp(32px, 4.6vw, 54px); letter-spacing: -0.03em; }
h3 { font-size: clamp(19px, 2vw, 22px); letter-spacing: -0.018em; line-height: 1.22; }

.lede { font-size: clamp(17.5px, 1.75vw, 20px); line-height: 1.58; color: var(--ink-2); max-width: var(--measure); }

.tag { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: var(--gold-ink); }
.tag::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .55; }
.tag--garnet { color: var(--garnet); }

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: 22px; position: relative; z-index: 2; }
@media (min-width: 700px) { .shell { padding-inline: 32px; } }
.band { padding-block: clamp(64px, 8vw, 116px); position: relative; z-index: 2; }

.head { max-width: 720px; margin-bottom: clamp(36px, 4.6vw, 60px); }
.head--mid { margin-inline: auto; text-align: center; }
.head h2 { margin-top: 16px; }
.head p { margin-top: 16px; color: var(--ink-2); font-size: clamp(17px, 1.7vw, 19px); max-width: var(--measure); }
.head--mid p { margin-inline: auto; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px;
  font-weight: 600; font-size: 15.5px; line-height: 1; letter-spacing: -0.008em; white-space: nowrap;
  padding: 14px 22px; border-radius: var(--r-pill); border: 1px solid transparent;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s, border-color .25s, color .25s;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn--sm { min-height: 42px; padding: 10px 16px; font-size: 14.5px; }
.btn--ink { background: var(--ink); color: var(--paper); box-shadow: 0 12px 26px -14px rgba(27,18,22,.9); }
.btn--ink:hover { background: #2e2126; }
.btn--quiet { background: rgba(255,255,255,.72); border-color: var(--rule); color: var(--ink); }
.btn--quiet:hover { border-color: var(--garnet-line); color: var(--garnet-deep); background: #fff; }
.btn--paper { background: var(--paper); color: var(--garnet-deep); }
.btn--paper:hover { box-shadow: 0 20px 40px -18px rgba(0,0,0,.6); }
.btn--line-night { border-color: rgba(253,250,247,.38); color: var(--paper); }
.btn--line-night:hover { background: rgba(253,250,247,.08); border-color: rgba(253,250,247,.6); }

.link { color: var(--garnet); font-weight: 600; border-bottom: 1px solid var(--garnet-line); transition: color .2s, border-color .2s; }
.link:hover { color: var(--garnet-deep); border-color: var(--garnet); }

/* --------------------------------------------------------------------------
   The mark
   -------------------------------------------------------------------------- */

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 560; font-variation-settings: "SOFT" 22, "WONK" 1; font-size: 23px; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.brand svg { width: 30px; height: 29px; flex: none; }
.brand--night { color: var(--paper); }

/* The animated heart: outline strokes on, fills, then the wing sweeps in.
   The wing is painted in the ground colour (--knock), which is what the
   knocked-out wing in mark.svg looks like on that ground. */
.heart { overflow: visible; }
.heart__line { fill: none; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.heart__wing { fill: var(--knock, var(--paper)); transform-box: fill-box; transform-origin: 0% 88%; }

.js .heart.is-go .heart__line { animation: heart-line .95s var(--ease) both; }
.js .heart.is-go .heart__fill { animation: heart-fill .45s var(--ease) .78s both; }
.js .heart.is-go .heart__wing { animation: heart-wing .62s var(--spring) 1.02s both; }
.js .heart:not(.is-go) .heart__line { stroke-dasharray: 100; stroke-dashoffset: 100; }
.js .heart:not(.is-go) .heart__fill,
.js .heart:not(.is-go) .heart__wing { opacity: 0; }

@keyframes heart-line { from { stroke-dasharray: 100; stroke-dashoffset: 100; } to { stroke-dasharray: 100; stroke-dashoffset: 0; } }
@keyframes heart-fill { from { opacity: 0; } to { opacity: 1; } }
@keyframes heart-wing {
  from { opacity: 0; transform: translate(-46px, 34px) rotate(-24deg) scale(.35); }
  40% { opacity: 1; }
  to { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Nav
   -------------------------------------------------------------------------- */

.nav { position: sticky; top: 0; z-index: 50; background: rgba(253,250,247,.74); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, background-color .3s; }
.nav.is-stuck { border-bottom-color: var(--rule-soft); background: rgba(253,250,247,.92); }
.nav__in { max-width: var(--shell); margin-inline: auto; padding: 12px 22px; display: flex; align-items: center; gap: 24px; }
@media (min-width: 700px) { .nav__in { padding: 14px 32px; } }
.nav__links { display: none; align-items: center; gap: 26px; margin-left: 10px; }
.nav__links a { font-size: 14.5px; font-weight: 550; color: var(--ink-2); position: relative; padding-block: 6px; transition: color .2s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--garnet); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav__links a:hover { color: var(--garnet); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__end { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.nav__soon { display: none; font-size: 13px; font-weight: 600; color: var(--muted); }
@media (min-width: 900px) { .nav__links { display: flex; } .nav__soon { display: inline; } }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero { position: relative; z-index: 2; padding-block: clamp(20px, 4vw, 56px) clamp(56px, 7vw, 100px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -30% auto auto; width: 90vw; max-width: 1000px; aspect-ratio: 1; pointer-events: none; z-index: -1;
  background: radial-gradient(closest-side, rgba(229,143,127,.22), rgba(240,215,162,.12) 55%, transparent 75%);
}
.hero__in { display: grid; gap: clamp(8px, 3vw, 48px); align-items: center; }
@media (min-width: 940px) { .hero__in { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); } }

.hero__copy { max-width: 660px; }
.hero h1 { margin-top: 16px; }
.hero__sub { margin-top: 22px; font-size: clamp(17.5px, 1.8vw, 20.5px); line-height: 1.55; color: var(--ink-2); max-width: 31em; }

/* the one instruction, set like a note someone left you */
.instr { margin-top: 28px; position: relative; max-width: 560px; padding: 20px 22px 20px 24px; background: var(--card); border: 1px solid var(--rule); border-radius: var(--r-md); box-shadow: var(--shade-2); }
.instr::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 3px; background: linear-gradient(180deg, var(--garnet), var(--gold-lift)); }
.instr__k { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); }
.instr__q { display: block; margin-top: 8px; font-family: var(--serif); font-style: italic; font-weight: 500; font-variation-settings: "SOFT" 40, "WONK" 1; font-size: clamp(19px, 2vw, 23px); line-height: 1.32; letter-spacing: -.012em; color: var(--ink); }
.instr__q b { font-weight: 600; color: var(--garnet); }

.hero__cta { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.hero__fine { margin-top: 18px; list-style: none; display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: 14.5px; color: var(--muted); }
.hero__fine li { display: inline-flex; align-items: center; gap: 8px; }
.hero__fine li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--garnet); opacity: .7; }

/* The art: the mark drawing itself, and the things it remembers settling around it */
.art { position: relative; width: 100%; max-width: 520px; margin-inline: auto; aspect-ratio: 1 / .74; order: -1; }
@media (max-width: 939px) { .art .heart { width: 40%; } }
@media (min-width: 940px) { .art { order: 0; aspect-ratio: 1 / 1.02; } }
.art__glow { position: absolute; inset: 14% 12%; border-radius: 50%; background: radial-gradient(closest-side, rgba(177,46,82,.20), rgba(177,46,82,0)); filter: blur(10px); }
.art .heart { position: absolute; left: 50%; top: 50%; width: 46%; transform: translate(-50%, -52%); filter: drop-shadow(0 26px 40px rgba(125,31,60,.28)); --knock: #fbf6f1; }
.mem { position: absolute; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 9px 14px 9px 10px; border-radius: var(--r-pill); background: rgba(255,255,255,.92); border: 1px solid var(--rule); box-shadow: var(--shade-2); font-size: clamp(12.5px, 1.35vw, 14.5px); font-weight: 550; color: var(--ink-2); line-height: 1.1; }
.mem b { font-weight: 700; color: var(--ink); }
.mem i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-family: var(--serif); font-weight: 600; font-size: 12px; color: var(--garnet); background: var(--garnet-wash); flex: none; }
.mem--gold i { color: var(--gold-ink); background: var(--gold-wash); }
.mem--caution i { color: var(--caution); background: var(--caution-wash); }
.mem--1 { left: 0%;  top: 9%; }
.mem--2 { right: 0%; top: 16%; }
.mem--3 { left: 3%;  top: 62%; }
.mem--4 { right: 2%; top: 69%; }
.mem--5 { left: 26%; bottom: 1%; }
@media (min-width: 940px) {
  .mem--1 { left: -2%; top: 12%; }
  .mem--2 { right: -4%; top: 22%; }
  .mem--3 { left: -6%; top: 58%; }
  .mem--4 { right: -2%; top: 72%; }
  .mem--5 { left: 22%; bottom: 3%; }
}
.js .mem { opacity: 0; transform: translateY(10px) scale(.94); transition: opacity .6s var(--ease), transform .7s var(--spring); }
.js .is-lit .mem { opacity: 1; transform: none; }
.js .is-lit .mem--1 { transition-delay: 1.35s; }
.js .is-lit .mem--2 { transition-delay: 1.5s; }
.js .is-lit .mem--3 { transition-delay: 1.65s; }
.js .is-lit .mem--4 { transition-delay: 1.8s; }
.js .is-lit .mem--5 { transition-delay: 1.95s; }
.mem span { display: inline-block; }
.js .is-lit .mem span { animation: bob 7s ease-in-out 2.6s infinite; }
.js .is-lit .mem--2 span { animation-delay: 3.4s; }
.js .is-lit .mem--3 span { animation-delay: 4.1s; }
.js .is-lit .mem--4 span { animation-delay: 2.9s; }
@keyframes bob { 0%, 100% { transform: none; } 50% { transform: translateY(-3px); } }

/* headline wipes up from a mask, line by line */
.lines { display: block; }
.lines > span { display: block; overflow: hidden; padding: .06em .12em .12em 0; margin: -.06em -.12em -.12em 0; }
.lines > span > span { display: block; transition: transform 1s var(--ease); }
.lines > span:nth-child(2) > span { transition-delay: .09s; }
.js .lines > span > span { transform: translateY(104%); }
.js .is-lit .lines > span > span { transform: none; }

/* --------------------------------------------------------------------------
   Coming-soon store badges — deliberately not links
   -------------------------------------------------------------------------- */

.soon { display: inline-flex; align-items: center; gap: 11px; min-height: 54px; padding: 9px 18px 9px 14px; border-radius: 14px; background: var(--ink); color: var(--paper); border: 1px solid transparent; }
.soon svg { width: 24px; height: 24px; flex: none; opacity: .92; }
.soon small { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-lift); line-height: 1.2; }
.soon b { display: block; font-size: 16.5px; font-weight: 650; letter-spacing: -.01em; line-height: 1.15; }
.soon--night { background: rgba(253,250,247,.06); border-color: rgba(253,250,247,.2); }

/* --------------------------------------------------------------------------
   The mega line — a word at a time
   -------------------------------------------------------------------------- */

.mega { position: relative; z-index: 2; padding-block: clamp(40px, 6vw, 90px) clamp(60px, 8vw, 120px); text-align: center; }
.mega__line { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: clamp(34px, 6.6vw, 90px); line-height: 1.03; letter-spacing: -.035em; text-wrap: balance; }
.mega__line--soft { font-weight: 500; color: var(--muted); font-size: clamp(28px, 5vw, 66px); }
.mega__line em { font-style: italic; font-variation-settings: "SOFT" 40, "WONK" 0; color: var(--garnet); }
.mega__line + .mega__line { margin-top: .12em; }
.mega__line .w > i { display: inline-block; font-style: inherit; transition: opacity .55s var(--ease), transform .55s var(--ease); transition-delay: calc(var(--i) * 70ms); }
.js .mega__line .w > i { opacity: 0; transform: translateY(.35em); }
.js .mega.in .mega__line .w > i { opacity: 1; transform: none; }
.mega__sub { margin: 26px auto 0; max-width: 33em; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; color: var(--ink-2); }

/* --------------------------------------------------------------------------
   The loop — five beats, each a phone beside its words
   -------------------------------------------------------------------------- */

.loop { position: relative; z-index: 2; padding-block: clamp(20px, 3vw, 40px) clamp(70px, 8vw, 120px); }
.steps { display: grid; gap: clamp(64px, 8vw, 120px); max-width: 1040px; margin-inline: auto; list-style: none; }
.step { display: grid; gap: 28px; align-items: center; }
@media (min-width: 860px) {
  .step { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 90px); }
  .step:nth-child(even) .step__shot { order: 2; }
}
.step__shot { display: flex; justify-content: center; }
.step__text { max-width: 520px; }
.step__n { display: inline-flex; align-items: center; gap: 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--garnet); }
.step__n span { font-family: var(--serif); font-size: 15px; letter-spacing: 0; font-variation-settings: "SOFT" 22, "WONK" 1; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--garnet-line); box-shadow: var(--shade-1); }
.step__text h3 { margin-top: 16px; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.04; letter-spacing: -.028em; }
.step__text p { margin-top: 16px; font-size: clamp(17px, 1.7vw, 19.5px); line-height: 1.58; color: var(--ink-2); }
.step__text p + p { margin-top: 12px; }
.step__text .step__aside { font-size: 15px; color: var(--muted); }
.loop__note { margin: clamp(48px, 6vw, 80px) auto 0; max-width: 40em; text-align: center; font-size: 14px; color: var(--muted); }

/* ---- The phone. Every screen is HTML, so it edits like copy. ---- */
.phone { width: min(318px, 84vw); aspect-ratio: 9 / 18.8; border-radius: 44px; background: #120a0e; padding: 10px; position: relative; display: flex; flex-direction: column; box-shadow: 0 50px 100px -40px rgba(60,20,36,.55), 0 20px 40px -24px rgba(27,18,22,.35), inset 0 0 0 1px rgba(255,255,255,.07), inset 0 0 0 3px #231419; transform: rotate(var(--tilt, 0deg)); }
.step:nth-child(odd) .phone { --tilt: -1.2deg; }
.step:nth-child(even) .phone { --tilt: 1.2deg; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 88px; height: 25px; border-radius: 20px; background: #120a0e; z-index: 5; }
.phone__screen { position: relative; flex: 1; display: flex; flex-direction: column; border-radius: 35px; overflow: hidden; background: linear-gradient(180deg, #fdfaf7, #f6eee6); font-size: 14px; line-height: 1.4; color: var(--ink); isolation: isolate; }
.sbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 26px 0; height: 44px; font-size: 13px; font-weight: 650; letter-spacing: -.01em; }
.sbar i { display: inline-flex; gap: 4px; align-items: center; }
.sbar i::before { content: ""; width: 16px; height: 10px; border-radius: 2px; background: linear-gradient(90deg, var(--ink) 0 20%, transparent 20% 30%, var(--ink) 30% 50%, transparent 50% 60%, var(--ink) 60% 80%, transparent 80% 90%, var(--ink) 90%); clip-path: polygon(0 70%, 20% 70%, 20% 50%, 30% 50%, 30% 35%, 50% 35%, 50% 20%, 60% 20%, 60% 0, 100% 0, 100% 100%, 0 100%); }
.sbar i::after { content: ""; width: 22px; height: 11px; border-radius: 3px; border: 1.5px solid var(--ink); background: linear-gradient(90deg, var(--ink) 0 72%, transparent 72%); background-clip: content-box; padding: 1px; }
.scr { position: relative; flex: 1; display: flex; flex-direction: column; padding: 8px 16px 16px; gap: 10px; }

.s-k { font-size: 10.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); }
.s-t { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 25px; letter-spacing: -.025em; line-height: 1.08; }
.s-t em { font-style: italic; color: var(--garnet); font-variation-settings: "SOFT" 40, "WONK" 0; }
.s-mono { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 15px; color: var(--garnet); background: rgba(177,46,82,.14); flex: none; }
.s-mono--lg { width: 58px; height: 58px; font-size: 26px; }
.s-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.s-card { background: var(--card); border: 1px solid var(--rule); border-radius: 20px; box-shadow: var(--shade-2); }
.chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; line-height: 1; padding: 7px 10px; border-radius: var(--r-pill); background: var(--garnet-wash); color: var(--garnet-deep); white-space: nowrap; }
.chip--why { background: var(--gold-wash); color: var(--ink-2); }
.chip--plain { background: var(--card); color: var(--ink-2); border: 1px solid var(--rule); }
.chip--caution { background: var(--caution-wash); color: var(--caution); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.s-btn { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: var(--r-pill); background: var(--garnet); color: #fff; font-weight: 650; font-size: 14.5px; box-shadow: 0 12px 24px -14px rgba(177,46,82,.9); }
.s-btn--2 { background: var(--card); color: var(--ink); border: 1px solid var(--rule); box-shadow: none; }
.s-fine { font-size: 11.5px; color: var(--muted); text-align: center; }

/* bottom bar: floating pill with the capture button in the middle */
.tabbar { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; padding: 7px 8px; border-radius: var(--r-pill); background: var(--card); box-shadow: var(--shade-3); border: 1px solid var(--rule-soft); }
.tabbar span { display: grid; justify-items: center; gap: 2px; font-size: 9.5px; font-weight: 600; color: var(--muted); }
.tabbar span.on { color: var(--garnet); }
.tabbar svg { width: 19px; height: 19px; }
.tabbar .plus { width: 44px; height: 44px; margin-inline: auto; border-radius: 50%; background: var(--garnet); display: grid; place-items: center; box-shadow: 0 10px 20px -8px rgba(177,46,82,.8); }
.tabbar .plus svg { color: #fff; width: 20px; height: 20px; }

/* 1 — capture sheet over a dimmed Today */
.scr--sheet { padding: 0; }
.behind { padding: 8px 16px; opacity: .5; filter: blur(.3px); }
.scr--sheet::after { content: ""; position: absolute; inset: 0; background: rgba(25,14,21,.28); z-index: 1; }
.msheet { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background: var(--card); border-radius: 26px 26px 0 0; padding: 10px 16px 18px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 -20px 40px -20px rgba(27,18,22,.4); }
.grab { width: 38px; height: 4.5px; border-radius: 4px; background: rgba(27,18,22,.16); margin: 0 auto 2px; }
.field { background: var(--sunken); border-radius: 16px; padding: 14px 14px; min-height: 104px; font-family: var(--serif); font-size: 19px; line-height: 1.3; font-variation-settings: "SOFT" 40, "WONK" 1; font-weight: 450; }
.caret { display: inline-block; width: 2px; height: 1.05em; background: var(--garnet); vertical-align: -3px; margin-left: 2px; }
.js .caret { animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.attach { display: flex; gap: 8px; }
.attach span { flex: 1; display: grid; justify-items: center; gap: 3px; padding: 8px 0; border-radius: 14px; border: 1px solid var(--rule); font-size: 10.5px; font-weight: 600; color: var(--ink-2); }
.attach svg { width: 18px; height: 18px; color: var(--garnet); }

/* 2 — "Got it. I'll remember." */
.scr--done { justify-content: center; align-items: center; text-align: center; gap: 12px; padding-bottom: 70px; }
.scr--done .heart { width: 118px; --knock: #faf5f0; filter: drop-shadow(0 18px 26px rgba(125,31,60,.25)); }
.done__t { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 1; font-size: 27px; letter-spacing: -.025em; line-height: 1.1; margin-top: 8px; }
.done__s { font-size: 14.5px; color: var(--muted); }
.done__chip { margin-top: 6px; }
.js .step .done__t, .js .step .done__s, .js .step .done__chip { opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.js .step.in .done__t { opacity: 1; transform: none; transition-delay: 1.3s; }
.js .step.in .done__s { opacity: 1; transform: none; transition-delay: 1.5s; }
.js .step.in .done__chip { opacity: 1; transform: none; transition-delay: 1.7s; }

/* 3 — Today, with a resurface card */
.hello { display: flex; justify-content: space-between; align-items: center; }
.hello .s-t { font-size: 27px; }
.rcard { overflow: hidden; }
.rcard__plate { height: 86px; position: relative; background:
  radial-gradient(60% 90% at 20% 20%, rgba(240,215,162,.9), transparent 60%),
  radial-gradient(70% 100% at 90% 80%, rgba(177,46,82,.75), transparent 65%),
  linear-gradient(135deg, #e9b98f, #b8563f 60%, #6d2233); }
.rcard__plate::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(25,14,21,.55)); }
.rcard__plate span { position: absolute; left: 12px; bottom: 9px; z-index: 1; font-size: 10.5px; font-weight: 650; color: rgba(255,255,255,.92); display: inline-flex; gap: 6px; align-items: center; }
.rcard__plate svg { width: 14px; height: 14px; }
.rcard__body { padding: 12px 14px 14px; display: grid; gap: 9px; }
.rcard__h { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 17px; line-height: 1.22; letter-spacing: -.015em; }
.why { display: grid; gap: 6px; padding-top: 9px; border-top: 1px solid var(--rule-soft); }
.why__k { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); }
.why__r { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-2); line-height: 1.25; }
.why__r i { width: 22px; height: 22px; border-radius: 50%; background: var(--gold-wash); display: grid; place-items: center; flex: none; }
.why__r svg { width: 13px; height: 13px; color: var(--gold-ink); }
.rcard__act { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; }
.rcard__act .s-btn { min-height: 40px; font-size: 13px; }
.js .step .why__r { opacity: 0; transform: translateX(-8px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.js .step.in .why__r { opacity: 1; transform: none; }
.js .step.in .why__r:nth-of-type(2) { transition-delay: .5s; }
.js .step.in .why__r:nth-of-type(3) { transition-delay: .57s; }
.js .step.in .why__r:nth-of-type(4) { transition-delay: .64s; }
.js .step .rcard { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease) .2s, transform .7s var(--ease) .2s; }
.js .step.in .rcard { opacity: 1; transform: none; }

/* 4 — one plan */
.back { font-size: 13px; font-weight: 600; color: var(--garnet); }
.plan { position: relative; display: grid; gap: 12px; padding-left: 18px; }
.plan::before { content: ""; position: absolute; left: 4px; top: 8px; bottom: 10px; width: 2px; border-radius: 2px; background: linear-gradient(180deg, var(--garnet), var(--gold-lift)); transform-origin: top; }
.js .step .plan::before { transform: scaleY(0); transition: transform 1s var(--ease) .2s; }
.js .step.in .plan::before { transform: none; }
.stop { position: relative; padding: 11px 12px; display: grid; gap: 6px; }
.stop::before { content: ""; position: absolute; left: -19px; top: 15px; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 2.5px solid var(--garnet); }
.stop--2::before { border-color: var(--gold); }
.stop__time { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-ink); }
.stop__name { font-family: var(--serif); font-weight: 600; font-size: 17px; letter-spacing: -.015em; line-height: 1.1; }
.stop__type { font-size: 12px; color: var(--muted); }
.stop__note { font-size: 12px; color: var(--ink-2); background: var(--sunken); border-radius: 10px; padding: 6px 9px; }
.stop .chip { font-size: 11px; padding: 6px 8px; }
.js .step .stop { opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.js .step.in .stop { opacity: 1; transform: none; transition-delay: .45s; }
.js .step.in .stop--2 { transition-delay: .85s; }
.tweaks { display: flex; flex-wrap: wrap; gap: 6px; }
.tweaks .chip { font-size: 11.5px; }

/* 5 — things you've learned */
.who { display: flex; align-items: center; gap: 12px; }
.who .s-t { font-size: 28px; }
.who small { display: block; margin-top: 3px; font-size: 10.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); }
.quick { display: flex; gap: 6px; }
.quick span { flex: 1; text-align: center; font-size: 11.5px; font-weight: 650; padding: 9px 4px; border-radius: var(--r-pill); border: 1px solid var(--rule); background: var(--card); color: var(--ink-2); }
.quick span:first-child { background: var(--garnet); color: #fff; border-color: transparent; }
.learned { padding: 14px; display: grid; gap: 10px; box-shadow: var(--shade-3); }
.learned__t { font-family: var(--serif); font-weight: 600; font-size: 18px; letter-spacing: -.018em; line-height: 1.15; }
.learned__t em { font-style: italic; color: var(--garnet); }
.lgroup { display: grid; grid-template-columns: 50px 1fr; gap: 8px; align-items: start; }
.lgroup > b { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding-top: 7px; }
.lgroup .chips { gap: 5px; }
.lgroup .chip { font-size: 11.5px; padding: 6px 9px; }
.js .step .lgroup .chip { opacity: 0; transform: scale(.9); transition: opacity .4s var(--ease), transform .5s var(--spring); }
.js .step.in .lgroup .chip { opacity: 1; transform: none; }
.js .step.in .lgroup:nth-of-type(2) .chip { transition-delay: .35s; }
.js .step.in .lgroup:nth-of-type(3) .chip { transition-delay: .5s; }
.js .step.in .lgroup:nth-of-type(4) .chip { transition-delay: .65s; }
.js .step.in .lgroup:nth-of-type(5) .chip { transition-delay: .8s; }
.tl { display: grid; gap: 6px; }
.tl__r { display: flex; gap: 10px; align-items: center; padding: 10px 12px; font-size: 12.5px; color: var(--ink-2); }
.tl__r::before { content: ""; width: 3px; align-self: stretch; border-radius: 3px; background: var(--garnet); opacity: .6; }
.tl__r small { margin-left: auto; color: var(--muted); font-size: 11px; white-space: nowrap; }

/* --------------------------------------------------------------------------
   Night room — the privacy promise
   -------------------------------------------------------------------------- */

.night { position: relative; z-index: 2; background: var(--night); color: var(--paper); overflow: hidden; }
.night::before {
  content: ""; position: absolute; inset: -30% -20% auto; height: 110%; pointer-events: none;
  background:
    radial-gradient(40% 44% at 18% 0%, rgba(177,46,82,.42), transparent 64%),
    radial-gradient(30% 36% at 88% 30%, rgba(184,137,63,.18), transparent 66%);
}
.night .tag { color: var(--gold-lift); }
.night h2 { color: var(--paper); }
.night h2 em { color: var(--gold-lift); }
.night .head p { color: rgba(253,250,247,.78); }
.promise { position: relative; display: grid; gap: clamp(30px, 5vw, 70px); align-items: center; }
@media (min-width: 900px) { .promise { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); } }
.promise__art { display: grid; place-items: center; }
.vault { position: relative; width: min(380px, 72vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(closest-side, rgba(177,46,82,.28), rgba(177,46,82,0)); }
.vault::before, .vault::after { content: ""; position: absolute; inset: 8%; border-radius: 50%; border: 1px solid rgba(240,215,162,.18); }
.vault::after { inset: 22%; border-color: rgba(240,215,162,.28); }
.vault .heart { width: 44%; --knock: #2a1320; position: relative; z-index: 1; filter: drop-shadow(0 20px 40px rgba(177,46,82,.45)); }
.rules { list-style: none; display: grid; gap: 0 40px; }
@media (min-width: 640px) { .rules { grid-template-columns: 1fr 1fr; } }
.rule { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-top: 1px solid var(--rule-night); }
.rule i { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(240,215,162,.08); border: 1px solid rgba(240,215,162,.16); }
.rule svg { width: 20px; height: 20px; color: var(--gold-lift); }
.rule h3 { color: var(--paper); font-size: 18.5px; line-height: 1.25; }
.rule p { margin-top: 5px; font-size: 15px; line-height: 1.55; color: rgba(253,250,247,.72); }
.promise__more { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }

/* --------------------------------------------------------------------------
   Calibration — solo · a date · a group
   -------------------------------------------------------------------------- */

.modes { list-style: none; display: grid; gap: 16px; }
@media (min-width: 820px) { .modes { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.mode { position: relative; background: var(--card); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 26px 24px 26px; box-shadow: var(--shade-2); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.mode:hover { transform: translateY(-4px); box-shadow: var(--shade-3); }
.mode__dots { display: flex; margin-bottom: 18px; height: 44px; }
.mode__dots span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 18px; border: 3px solid var(--card); }
.mode__dots span + span { margin-left: -12px; }
.d-you { background: var(--ink); color: var(--paper); font-family: var(--sans) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .04em; }
.d-a { background: #f6dde5; color: var(--garnet); }
.d-b { background: #efe3cc; color: #8a6420; }
.d-c { background: #e5dce8; color: #6e3a6b; }
.mode h3 { font-size: 24px; }
.mode h3 em { color: var(--garnet); }
.mode p { margin-top: 10px; font-size: 16px; line-height: 1.58; color: var(--ink-2); }
.mode__eg { margin-top: 16px; display: inline-block; font-family: var(--serif); font-style: italic; font-variation-settings: "SOFT" 40, "WONK" 1; font-size: 15.5px; color: var(--garnet-deep); background: var(--garnet-wash); padding: 8px 14px; border-radius: var(--r-pill); }
.modes__foot { margin-top: 26px; text-align: center; font-size: 15.5px; color: var(--ink-2); max-width: 44em; margin-inline: auto; }

/* --------------------------------------------------------------------------
   FAQ — real <details>, works with no JS
   -------------------------------------------------------------------------- */

.qa { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.qa details { border: 1px solid var(--rule); border-radius: var(--r-md); background: var(--card); box-shadow: var(--shade-1); transition: box-shadow .3s var(--ease), border-color .3s; }
.qa details[open] { box-shadow: var(--shade-2); border-color: var(--garnet-line); }
.qa summary { cursor: pointer; list-style: none; padding: 19px 22px; font-weight: 620; font-size: clamp(16.5px, 1.8vw, 18.5px); line-height: 1.4; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-radius: var(--r-md); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-size: 24px; line-height: 1; color: var(--garnet); flex: none; transition: transform .3s var(--ease); }
.qa details[open] summary::after { transform: rotate(45deg); }
.qa__a { padding: 0 22px 21px; }
.qa__a p { color: var(--ink-2); line-height: 1.66; font-size: 16.5px; }
.qa__a p + p { margin-top: 12px; }
.qa__a a { color: var(--garnet); border-bottom: 1px solid var(--garnet-line); }
.qa__a a:hover { border-color: var(--garnet); }

.bridge { margin-top: clamp(40px, 5vw, 64px); text-align: center; font-size: 15.5px; color: var(--muted); }
.bridge a { color: var(--ink-2); font-weight: 600; border-bottom: 1px solid var(--rule); transition: color .2s, border-color .2s; }
.bridge a:hover { color: var(--garnet); border-color: var(--garnet); }

/* --------------------------------------------------------------------------
   Finale — night falls
   -------------------------------------------------------------------------- */

.finale { position: relative; z-index: 2; background: var(--night); color: var(--paper); padding-block: clamp(80px, 9vw, 130px); text-align: center; overflow: hidden; }
.finale::before {
  content: ""; position: absolute; inset: -40% -20% auto; height: 130%; pointer-events: none;
  background:
    radial-gradient(44% 46% at 50% 0%, rgba(177,46,82,.55), transparent 62%),
    radial-gradient(30% 34% at 82% 24%, rgba(184,137,63,.26), transparent 66%);
}
.finale__in { position: relative; z-index: 2; max-width: 760px; margin-inline: auto; }
.finale .heart { width: 76px; margin: 0 auto 26px; --knock: #3a1629; filter: drop-shadow(0 16px 30px rgba(177,46,82,.5)); }
.finale h2 { color: var(--paper); font-size: clamp(38px, 6vw, 68px); }
.finale h2 em { color: var(--gold-lift); }
.finale p { margin: 20px auto 0; color: rgba(253,250,247,.78); font-size: clamp(17px, 1.8vw, 19px); max-width: 30em; }
.finale__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.finale__ig { margin-top: 22px; }
.finale .finale__fine { margin-top: 18px; font-size: 14px; color: rgba(253,250,247,.62); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.foot { background: var(--night-2); color: rgba(253,250,247,.72); position: relative; z-index: 2; }
.foot__top { max-width: var(--shell); margin-inline: auto; padding: clamp(44px, 5vw, 64px) 22px clamp(28px, 4vw, 40px); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (min-width: 700px) { .foot__top { padding-inline: 32px; } }
@media (min-width: 900px) { .foot__top { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); } }
.foot__brandcol { grid-column: 1 / -1; }
@media (min-width: 900px) { .foot__brandcol { grid-column: auto; } }
.foot__tag { margin-top: 14px; font-size: 15px; line-height: 1.6; max-width: 32ch; }
.foot__col h2 { font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-lift); margin-bottom: 12px; line-height: 1.4; }
.foot__col a { display: block; font-size: 15px; padding: 6px 0; transition: color .2s; overflow-wrap: anywhere; }
.foot__col a:hover { color: var(--paper); }
.foot__bottom { max-width: var(--shell); margin-inline: auto; padding: 20px 22px 30px; border-top: 1px solid rgba(253,250,247,.1); display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: 13.5px; color: rgba(253,250,247,.58); }
@media (min-width: 700px) { .foot__bottom { padding-inline: 32px; } }

/* --------------------------------------------------------------------------
   Legal and utility pages
   -------------------------------------------------------------------------- */

.page-hero { padding-block: clamp(44px, 5.6vw, 84px) clamp(22px, 3vw, 36px); position: relative; z-index: 2; }
.page-hero h1 { margin-top: 16px; font-size: clamp(38px, 5.4vw, 64px); }
.page-hero .lede { margin-top: 18px; }
.page-hero__meta { margin-top: 18px; font-size: 14px; color: var(--muted); }

.legal { display: grid; gap: 40px; padding-bottom: clamp(70px, 8vw, 110px); position: relative; z-index: 2; }
@media (min-width: 1000px) { .legal { grid-template-columns: 240px minmax(0, 1fr); gap: 64px; align-items: start; } }
.toc { font-size: 14.5px; }
@media (min-width: 1000px) { .toc { position: sticky; top: 96px; } }
.toc h2 { font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 10px; }
.toc ol { list-style: none; display: grid; gap: 2px; border-left: 1px solid var(--rule); }
.toc a { display: block; padding: 5px 0 5px 14px; margin-left: -1px; border-left: 2px solid transparent; color: var(--ink-2); transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--garnet); border-left-color: var(--garnet); }

.prose { max-width: 720px; }
.prose > section + section { margin-top: clamp(40px, 4.6vw, 60px); }
.prose h2 { font-size: clamp(26px, 3.2vw, 34px); scroll-margin-top: 96px; }
.prose h3 { margin-top: 26px; font-size: 20px; }
.prose p { margin-top: 14px; font-size: clamp(16.5px, 1.6vw, 17.5px); line-height: 1.7; color: var(--ink-2); }
.prose ul, .prose ol { margin-top: 14px; display: grid; gap: 10px; }
.prose li { font-size: clamp(16.5px, 1.6vw, 17.5px); line-height: 1.64; color: var(--ink-2); }
.prose ul { list-style: none; }
.prose ul li { position: relative; padding-left: 22px; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--garnet); opacity: .55; }
.prose ol { padding-left: 22px; }
.prose ol li::marker { color: var(--garnet); font-weight: 700; }
.prose a { color: var(--garnet); border-bottom: 1px solid var(--garnet-line); transition: color .2s, border-color .2s; overflow-wrap: anywhere; }
.prose a:hover { color: var(--garnet-deep); border-color: var(--garnet); }
.prose b, .prose strong { font-weight: 650; color: var(--ink); }
.prose code { font-size: .9em; background: var(--sunken); padding: 2px 6px; border-radius: 6px; }

.summary { background: var(--card); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); box-shadow: var(--shade-2); }
.summary h2 { font-size: clamp(22px, 2.6vw, 28px); }
.summary ul { margin-top: 16px; }

.flag { margin-top: 18px; border: 1px dashed var(--gold); background: var(--gold-wash); border-radius: var(--r-md); padding: 16px 20px; }
.flag b { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); }
.flag p { margin-top: 6px !important; }
.pending { opacity: .92; }
.pending h2::after { content: "Not active yet"; display: inline-block; vertical-align: middle; margin-left: 12px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold-wash); border: 1px solid var(--gold-line); padding: 5px 10px; border-radius: var(--r-pill); position: relative; top: -3px; }

.steps-list { counter-reset: s; list-style: none !important; padding-left: 0 !important; }
.steps-list li { counter-increment: s; position: relative; padding-left: 46px; min-height: 32px; }
.steps-list li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--garnet-wash); color: var(--garnet); font-family: var(--serif); font-weight: 600; font-size: 15px; }

/* 404 */
.lost { position: relative; z-index: 2; min-height: 72vh; display: grid; place-items: center; text-align: center; padding-block: 60px 90px; }
.lost .heart { width: 120px; margin: 0 auto 28px; --knock: #fcf8f4; filter: drop-shadow(0 20px 34px rgba(125,31,60,.25)); }
.lost h1 { font-size: clamp(40px, 6vw, 72px); }

.lost__cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* --------------------------------------------------------------------------
   Motion
   -------------------------------------------------------------------------- */

.rise { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rise { opacity: 0; transform: translateY(20px); }
.js .rise.in { opacity: 1; transform: none; }
.js .rise.in.d1 { transition-delay: .08s; }
.js .rise.in.d2 { transition-delay: .16s; }
.js .rise.in.d3 { transition-delay: .24s; }
.js .rise.in.d4 { transition-delay: .32s; }
.js .rise.in.d5 { transition-delay: .4s; }

/* hero copy rises with the overture rather than on scroll */
.js .hero .rise { transition-duration: .9s; }
.js .hero.is-lit .rise { opacity: 1; transform: none; }
.js .hero.is-lit .rise.d1 { transition-delay: .25s; }
.js .hero.is-lit .rise.d2 { transition-delay: .4s; }
.js .hero.is-lit .rise.d3 { transition-delay: .55s; }
.js .hero.is-lit .rise.d4 { transition-delay: .7s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .js .rise, .js .mem, .js .lines > span > span, .js .mega__line .w > i,
  .js .step .done__t, .js .step .done__s, .js .step .done__chip, .js .step .why__r, .js .step .rcard,
  .js .step .stop, .js .step .lgroup .chip { opacity: 1 !important; transform: none !important; }
  .js .step .plan::before { transform: none !important; }
  .js .heart .heart__line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; animation: none !important; }
  .js .heart .heart__fill, .js .heart .heart__wing { opacity: 1 !important; animation: none !important; transform: none !important; }
  .js .is-lit .mem span, .js .caret { animation: none !important; }
  .phone { transform: none; }
  .mode:hover, .btn:hover { transform: none; }
}

@media (forced-colors: active) {
  .soon, .chip, .mem, .s-btn { border: 1px solid CanvasText; }
}

@media print {
  body::before, .nav, .foot, .toc { display: none; }
  body { background: #fff; }
}

/* Failsafe: if site.js never runs (blocked, failed), nothing gated behind
   `.js` may stay hidden. site.js sets `.js-ready`, which cancels this. */
@keyframes failsafe { to { opacity: 1; transform: none; stroke-dashoffset: 0; } }
.js:not(.js-ready) :is(.rise, .mem, .lines > span > span, .rcard, .why__r, .stop, .lgroup .chip, .done__t, .done__s, .done__chip, .heart__fill, .heart__wing, .heart__line, .plan) { animation: failsafe .01s 2.5s both; }
.js:not(.js-ready) .plan::before { animation: failsafe .01s 2.5s both; }
.foot__bottom a { border-bottom: 1px solid rgba(253,250,247,.22); transition: color .2s, border-color .2s; }
.foot__bottom a:hover { color: var(--paper); border-color: var(--gold-lift); }

/* ghost of Today behind the capture sheet */
.behind { display: grid; gap: 10px; }
.ghost { height: 150px; border-radius: 20px; background: linear-gradient(135deg, #f0cdb5, #d88a78 60%, #a44a5a); }
.ghost-row { height: 42px; border-radius: 14px; background: var(--card); border: 1px solid var(--rule); }
.ghost-k { width: 70px; height: 8px; border-radius: 4px; background: rgba(184,137,63,.45); margin-top: 6px; }
.plan-sec { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.plan-sec span { text-align: center; font-size: 12px; font-weight: 650; padding: 10px 4px; border-radius: var(--r-pill); border: 1px solid var(--rule); background: var(--card); color: var(--ink-2); }
.scr .tabbar { margin-top: auto; }

/* short pages: footer sits at the bottom of the window */
body { display: flex; flex-direction: column; }
main { flex: 1 0 auto; }
.lost p:not(.tag) { margin: 18px auto 0; max-width: 28em; color: var(--ink-2); font-size: 18px; }
.lost .tag { margin-top: 0; font-size: 12px; }
/* on a phone the summary card is the overview; the long table of contents only earns its place beside the text */
@media (max-width: 999px) { .toc { display: none; } .legal { gap: 0; } }

/* ==========================================================================
   W2 — the proactive wing ("The wingman that never forgets.")
   ========================================================================== */

/* hero: a third masked headline line, and the wink after the subline */
.lines > span:nth-child(3) > span { transition-delay: .18s; }
.hero__wink { font-family: var(--serif); font-style: italic; font-variation-settings: "SOFT" 40, "WONK" 1; color: var(--garnet-deep); white-space: nowrap; }
.mem--gold i { font-family: var(--sans); font-size: 11px; }

/* --------------------------------------------------------------------------
   Wherever you're at — four moments, each a phone beside its words
   -------------------------------------------------------------------------- */

.moments { position: relative; z-index: 2; padding-block: clamp(20px, 3vw, 40px) clamp(70px, 8vw, 110px); }
.mo { max-width: 1060px; margin-inline: auto; }

.mo__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 auto clamp(30px, 4.4vw, 56px); max-width: 1000px; }
@media (min-width: 860px) { .mo__tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } }
.mo__tabs[hidden] { display: none; }
.mo__tab { position: relative; overflow: hidden; text-align: left; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; row-gap: 3px; align-items: center; padding: 14px 14px 16px; border-radius: var(--r-md); background: rgba(255,255,255,.55); border: 1px solid var(--rule); box-shadow: var(--shade-1); transition: background-color .3s, border-color .3s, box-shadow .4s var(--ease), transform .4s var(--ease); -webkit-tap-highlight-color: transparent; }
@media (min-width: 860px) { .mo__tab { padding: 18px 18px 20px; } }
.mo__tab:hover { background: rgba(255,255,255,.9); transform: translateY(-2px); }
.mo__tab:active { transform: scale(.98); }
.mo__tab b { grid-column: 2; font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: clamp(15.5px, 1.6vw, 18px); line-height: 1.15; letter-spacing: -.015em; color: var(--ink); }
.mo__tab small { grid-column: 2; font-size: 12.5px; font-weight: 600; color: var(--muted); line-height: 1.3; }
.mo__n { grid-row: 1 / 3; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 14px; font-variation-settings: "SOFT" 22, "WONK" 1; color: var(--garnet); background: var(--paper); border: 1px solid var(--garnet-line); transition: background-color .3s, color .3s, border-color .3s; }
.mo__tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--garnet), var(--gold-lift)); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.mo__tab[aria-selected="true"] { background: var(--card); border-color: var(--garnet-line); box-shadow: var(--shade-3); }
.mo__tab[aria-selected="true"] .mo__n { background: var(--garnet); color: #fff; border-color: transparent; }
.mo__tab[aria-selected="true"] small { color: var(--garnet-deep); }
.mo__tab[aria-selected="true"]::after { transform: none; }

.mo__panel { display: grid; gap: 30px; align-items: center; }
.mo__panel + .mo__panel { margin-top: clamp(64px, 8vw, 110px); }
.mo.is-tabbed .mo__panel + .mo__panel { margin-top: 0; }
.mo__panel[hidden] { display: none; }
@media (min-width: 860px) {
  .mo__panel { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(40px, 6vw, 88px); }
}
.mo__shot { display: flex; justify-content: center; }
.mo__shot .phone { --tilt: 1.2deg; }
.mo__text { max-width: 540px; }
.mo__k { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--garnet); }
.mo__k::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .55; }
.mo__you { margin-top: 18px; display: flex; width: fit-content; align-items: baseline; gap: 10px; max-width: 100%; padding: 11px 18px 12px 12px; border-radius: 22px 22px 22px 6px; background: var(--ink); color: var(--paper); font-family: var(--serif); font-style: italic; font-weight: 500; font-variation-settings: "SOFT" 40, "WONK" 1; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.3; letter-spacing: -.01em; box-shadow: 0 16px 30px -18px rgba(27,18,22,.8); }
.mo__you span { flex: none; font-family: var(--sans); font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-lift); padding: 4px 8px; border-radius: var(--r-pill); background: rgba(253,250,247,.1); position: relative; top: -2px; }
.mo__text h3 { margin-top: 22px; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.04; letter-spacing: -.028em; }
.mo__lead { margin-top: 14px; font-size: clamp(17px, 1.7vw, 19px); line-height: 1.55; color: var(--ink-2); }
.mo__does { list-style: none; margin-top: 22px; display: grid; gap: 0; border-top: 1px solid var(--rule); }
.mo__does li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid var(--rule); font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.mo__does li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 20px; height: 20px; border-radius: 50%; background: var(--garnet-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b12e52' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center / 12px no-repeat; }
.mo__does b { color: var(--ink); font-weight: 650; }

/* switching tabs: the new panel settles in, its phone a beat later */
.js .mo.in .mo__panel.is-on .mo__text > * { animation: mo-rise .6s var(--ease) both; }
.js .mo.in .mo__panel.is-on .mo__text > :nth-child(2) { animation-delay: .05s; }
.js .mo.in .mo__panel.is-on .mo__text > :nth-child(3) { animation-delay: .1s; }
.js .mo.in .mo__panel.is-on .mo__text > :nth-child(4) { animation-delay: .15s; }
.js .mo.in .mo__panel.is-on .mo__text > :nth-child(5) { animation-delay: .2s; }
.js .mo.in .mo__panel.is-on .phone { animation: mo-phone .8s var(--ease) .08s both; }
.js .mo.in .mo__panel.is-on .phone .s-card,
.js .mo.in .mo__panel.is-on .phone .nudge,
.js .mo.in .mo__panel.is-on .phone .check li,
.js .mo.in .mo__panel.is-on .phone .mo__facts { animation: mo-rise .55s var(--ease) both; }
.js .mo.in .mo__panel.is-on .phone .s-card:nth-of-type(1) { animation-delay: .35s; }
.js .mo.in .mo__panel.is-on .phone .s-card:nth-of-type(2) { animation-delay: .5s; }
.js .mo.in .mo__panel.is-on .phone .s-card:nth-of-type(3) { animation-delay: .65s; }
.js .mo.in .mo__panel.is-on .phone .nudge,
.js .mo.in .mo__panel.is-on .phone .mo__facts { animation-delay: .7s; }
.js .mo.in .mo__panel.is-on .phone .check li:nth-child(1) { animation-delay: .75s; }
.js .mo.in .mo__panel.is-on .phone .check li:nth-child(2) { animation-delay: .85s; }
.js .mo.in .mo__panel.is-on .phone .check li:nth-child(3) { animation-delay: .95s; }
.js .mo.in .mo__panel.is-on .phone .check li:nth-child(4) { animation-delay: 1.05s; }
.js .mo.in .mo__panel.is-on .ladder li.is-now i { animation: ladder-pulse 2.4s ease-in-out 1.2s infinite; }
@keyframes mo-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes mo-phone { from { opacity: 0; transform: translateY(26px) rotate(var(--tilt, 0deg)); } to { opacity: 1; transform: rotate(var(--tilt, 0deg)); } }
@keyframes ladder-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(177,46,82,.35); } 50% { box-shadow: 0 0 0 6px rgba(177,46,82,0); } }

/* ---- phone contents for the four moments ---- */
.chip--glass { background: rgba(255,255,255,.2); color: #fff; border: 1px solid rgba(255,255,255,.34); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: 10.5px; padding: 5px 9px; }

/* 1 — idea of the week */
.idea { overflow: hidden; }
.idea__plate { height: 78px; position: relative; display: flex; align-items: flex-end; gap: 5px; padding: 10px 12px; background:
  radial-gradient(50% 80% at 82% 18%, rgba(240,215,162,.95), transparent 62%),
  radial-gradient(60% 100% at 10% 100%, rgba(177,46,82,.8), transparent 66%),
  linear-gradient(135deg, #3a1a2c, #6d2a44 55%, #c0705e); }
.idea__plate::before { content: ""; position: absolute; right: 18px; top: 14px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.18), -46px 22px 0 -5px rgba(255,255,255,.7); }
.idea__body { padding: 11px 13px 13px; display: grid; gap: 7px; }
.idea__t { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 19px; line-height: 1.12; letter-spacing: -.018em; }
.idea__p { font-size: 12.5px; line-height: 1.38; color: var(--ink-2); }
.idea__why { font-size: 11.5px; line-height: 1.38; color: var(--ink-2); background: var(--gold-wash); border-radius: 10px; padding: 7px 9px; }
.idea__why b { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 1px; }
.idea__act { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-top: 2px; }
.idea__act .s-btn { min-height: 36px; font-size: 12.5px; }
.learn { display: flex; align-items: center; gap: 10px; padding: 10px 12px; }
.learn i { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--garnet-wash); flex: none; }
.learn svg { width: 18px; height: 18px; color: var(--garnet); }
.learn span { font-family: var(--serif); font-weight: 600; font-size: 14.5px; line-height: 1.2; letter-spacing: -.01em; }
.learn small, .nudge small { display: block; font-family: var(--sans); font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 2px; }
.nudge { padding: 10px 12px; border-radius: 16px; border: 1px dashed var(--gold); background: rgba(249,241,226,.7); font-size: 12.5px; line-height: 1.35; color: var(--ink-2); }

/* 2 — Priya: a check-in and things to ask */
.who--sm .s-t { font-size: 24px; }
.checkin { position: relative; padding: 13px 14px 14px; display: grid; gap: 9px; overflow: hidden; box-shadow: var(--shade-3); }
.checkin::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--garnet), var(--gold-lift)); }
.checkin__t { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 18px; line-height: 1.2; letter-spacing: -.015em; }
.checkin .s-btn { min-height: 40px; font-size: 13px; }
.checkin__2 { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.asks { padding: 12px 12px 6px; }
.asks__t { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 4px; }
.asks__r { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; border-top: 1px solid var(--rule-soft); font-size: 13px; line-height: 1.3; color: var(--ink); font-weight: 550; }
.asks__r:first-of-type { border-top: 0; }
.asks__r svg { width: 16px; height: 16px; flex: none; color: var(--garnet); opacity: .8; }
.mo__facts .chip { font-size: 11.5px; }

/* 3 — date prep */
.when { display: flex; align-items: center; gap: 10px; padding: 10px 12px; }
.when i { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--gold-wash); flex: none; }
.when svg { width: 18px; height: 18px; color: var(--gold-ink); }
.when b { display: block; font-size: 14px; font-weight: 700; }
.when small { display: block; font-size: 12px; color: var(--muted); }
.prep { padding: 12px 13px 13px; display: grid; gap: 8px; box-shadow: var(--shade-3); }
.prep__k { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-ink); }
.prep__q { list-style: none; counter-reset: q; display: grid; gap: 7px; }
.prep__q li { counter-increment: q; position: relative; padding-left: 26px; font-family: var(--serif); font-weight: 500; font-variation-settings: "SOFT" 40, "WONK" 1; font-size: 14px; line-height: 1.28; letter-spacing: -.008em; }
.prep__q li::before { content: counter(q); position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--garnet); color: #fff; font-family: var(--sans); font-size: 10px; font-weight: 700; }
.prep .chip { font-size: 11px; padding: 6px 9px; }
.check { list-style: none; display: grid; gap: 5px; padding: 0 2px; }
.check li { position: relative; padding-left: 24px; font-size: 12px; line-height: 1.32; color: var(--ink-2); }
.check li::before { content: ""; position: absolute; left: 0; top: 0; width: 15px; height: 15px; border-radius: 5px; border: 1.5px solid rgba(27,18,22,.28); background: var(--card); }

/* 4 — the birthday ladder and the receipt */
.bday { padding: 13px 14px 14px; display: grid; gap: 10px; box-shadow: var(--shade-3); }
.bday__t { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 17.5px; line-height: 1.22; letter-spacing: -.015em; }
.ladder { list-style: none; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 2px; }
.ladder::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 9px; height: 2px; background: var(--gold-line); border-radius: 2px; }
.ladder li { position: relative; display: grid; justify-items: center; gap: 5px; font-size: 10.5px; font-weight: 650; color: var(--muted); }
.ladder i { width: 16px; height: 16px; border-radius: 50%; background: var(--card); border: 2px solid var(--gold-line); position: relative; z-index: 1; }
.ladder li.is-now { color: var(--garnet); }
.ladder li.is-now i { background: var(--garnet); border-color: var(--garnet); }
.bday .rcard__act .s-btn { min-height: 38px; font-size: 12.5px; }

/* --------------------------------------------------------------------------
   Your wing, proactive — the five things it does unasked
   -------------------------------------------------------------------------- */

.band--tight { padding-block: clamp(20px, 3vw, 40px) clamp(64px, 8vw, 110px); }
.pro { position: relative; background: var(--night); color: var(--paper); border-radius: var(--r-lg); padding: clamp(28px, 4.4vw, 56px) clamp(22px, 4.4vw, 56px); overflow: hidden; box-shadow: 0 40px 90px -50px rgba(60,20,36,.8); }
.pro::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px 380px at 0% 0%, rgba(177,46,82,.42), transparent 70%), radial-gradient(480px 360px at 100% 100%, rgba(184,137,63,.20), transparent 70%); }
.pro > * { position: relative; }
.pro__head { max-width: 640px; }
.pro__head .tag { color: var(--gold-lift); }
.pro__head h2 { margin-top: 14px; color: var(--paper); }
.pro__head h2 em { color: var(--gold-lift); }
.pro__head p { margin-top: 14px; color: rgba(253,250,247,.78); font-size: clamp(16.5px, 1.6vw, 18.5px); max-width: 34em; }
.pro__list { list-style: none; margin-top: clamp(26px, 3.4vw, 44px); display: grid; gap: 0; }
@media (min-width: 720px) { .pro__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; } }
@media (min-width: 1080px) { .pro__list { grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 22px; } }
.pro__list li { display: grid; align-content: start; gap: 6px; padding: 18px 0; border-top: 1px solid var(--rule-night); }
.pro__when { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-lift); }
.pro__list b { font-family: var(--serif); font-weight: 600; font-variation-settings: "SOFT" 30, "WONK" 0; font-size: 21px; line-height: 1.15; letter-spacing: -.018em; color: var(--paper); }
.pro__list li > span:last-child { font-size: 15px; line-height: 1.5; color: rgba(253,250,247,.72); }

/* --------------------------------------------------------------------------
   The ground rules
   -------------------------------------------------------------------------- */

.rules-band { padding-top: clamp(40px, 5vw, 70px); }
.vals { list-style: none; display: grid; gap: 14px; max-width: 1000px; margin-inline: auto; }
@media (min-width: 760px) { .vals { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } }
.val { position: relative; background: var(--card); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); box-shadow: var(--shade-2); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.val:hover { transform: translateY(-3px); box-shadow: var(--shade-3); }
.val::before { content: ""; position: absolute; left: clamp(22px, 3vw, 32px); top: 0; width: 44px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--garnet), var(--gold-lift)); }
.val__n { font-family: var(--serif); font-style: italic; font-weight: 500; font-variation-settings: "SOFT" 40, "WONK" 1; font-size: 15px; color: var(--gold-ink); }
.val h3 { margin-top: 8px; font-size: clamp(24px, 2.6vw, 30px); line-height: 1.08; letter-spacing: -.024em; }
.val p { margin-top: 10px; font-size: 16px; line-height: 1.58; color: var(--ink-2); max-width: 36em; }

@media (prefers-reduced-motion: reduce) {
  .js .mo.in .mo__panel.is-on *, .js .mo.in .mo__panel.is-on .phone { animation: none !important; opacity: 1 !important; }
  .mo__tab:hover, .val:hover { transform: none; }
}

/* phone: three nudges, not five — the longer proactive chips need the room */
@media (max-width: 599px) {
  .art { aspect-ratio: 1 / .68; }
  .mem--3, .mem--5 { display: none; }
  .mem--1 { left: 0; top: 6%; }
  .mem--2 { right: 0; top: auto; bottom: 30%; }
  .mem--4 { left: 4%; right: auto; top: auto; bottom: 2%; }
}

/* phone: the mockup follows the headline, the details come after it */
@media (max-width: 859px) {
  .mo__panel { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .mo__text { display: contents; }
  .mo__text > * { order: 1; }
  .mo__shot { order: 2; margin-top: 30px; }
  .mo__text > .mo__does { order: 3; margin-top: 30px; }
}
