/* ==========================================================================
   Wingbie — marketing site.

   Direction: "Atelier at dusk". Warm paper deepening into night as you scroll.
   Fraunces (wonk axis) for display · Hanken Grotesk for text.

   The dater page runs on photography and two horizontal rails of real
   situations; the Wings page is five blocks. One idea per block. (An earlier
   all-drawn-SVG direction is long gone — see the README.)
   ========================================================================== */

:root {
  --paper: #fdfaf7;
  --linen: #f2e9df;
  --card: #ffffff;
  --night: #190e15;
  --night-2: #2b1421;

  --ink: #1b1216;
  --ink-2: #3d2e34;
  --muted: #77676d;
  --muted-2: #9a8b90;

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

  --gold: #b8893f;
  --gold-lift: #d9b26b;
  --gold-wash: #f9f1e2;
  --gold-line: #ebdcbe;

  --rule: rgba(27, 18, 22, 0.1);
  --rule-soft: rgba(27, 18, 22, 0.06);

  --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: 1120px;
  --measure: 33em;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-pill: 999px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

body {
  font-family: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, sans-serif;
  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: linear-gradient(180deg, #fdfaf7 0%, #fdf9f5 20%, #f9f2ea 48%, #f4ebe0 78%, #f0e4d6 100%) no-repeat;
  background-attachment: fixed;
}

/* 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%; }
/* an explicit display would otherwise beat the UA rule for [hidden] */
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
mark { background: none; color: inherit; }
::selection { background: var(--garnet-wash); color: var(--garnet-deep); }
:focus-visible { outline: 2px solid var(--garnet); outline-offset: 3px; border-radius: 4px; }

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

h1, h2, h3 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-weight: 400;
  font-variation-settings: "SOFT" 22, "WONK" 1;
  letter-spacing: -0.024em;
  line-height: 1.03;
  color: var(--ink);
  text-wrap: balance;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  color: var(--garnet);
}
h1 { font-size: clamp(42px, 6.2vw, 76px); letter-spacing: -0.032em; }
h2 { font-size: clamp(31px, 4.4vw, 50px); letter-spacing: -0.028em; }
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); }
.lede + .lede { margin-top: 16px; }

.tag { display: inline-flex; align-items: center; gap: 9px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; color: var(--gold); }
.tag::before { content: ""; width: 22px; height: 1px; background: var(--gold-line); }
.tag--garnet { color: var(--garnet); }
.tag--garnet::before { background: var(--garnet-line); }
.tag--plain::before { display: none; }

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

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: 26px; position: relative; z-index: 2; }
.band { padding-block: clamp(62px, 7.2vw, 100px); position: relative; z-index: 2; }
.band--tight { padding-block: clamp(46px, 5vw, 70px); }

.head { max-width: 700px; margin-bottom: clamp(36px, 4.4vw, 56px); }
.head--mid { margin-inline: auto; text-align: center; }
/* a heading that sits above a rail — full width, so the copy can breathe */
.head--rail { max-width: 820px; }
.head h2 { margin-top: 18px; }
.head p { margin-top: 16px; color: var(--muted); font-size: clamp(16.5px, 1.6vw, 18px); max-width: var(--measure); }
.head--mid p { margin-inline: auto; }

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

.btn {
  --btn-shift: 0px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 15.5px; line-height: 1; letter-spacing: -0.008em; white-space: nowrap;
  padding: 15px 24px; border-radius: var(--r-pill); border: 1px solid transparent;
  transform: translateY(var(--btn-shift));
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s, border-color .25s, color .25s;
}
.btn svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--sm { padding: 11px 18px; font-size: 14.5px; }
.btn--lg { padding: 18px 30px; font-size: 17px; }
.btn--block { width: 100%; }

.btn--garnet { background: var(--garnet); color: #fff; box-shadow: 0 1px 2px rgba(125,31,60,.3), 0 16px 32px -14px rgba(177,46,82,.9); }
.btn--garnet:hover { background: var(--garnet-lift); --btn-shift: -2px; box-shadow: 0 2px 4px rgba(125,31,60,.3), 0 24px 44px -16px rgba(177,46,82,.95); }
.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-shift: -2px; }
.btn--quiet { background: rgba(255,255,255,.7); border-color: var(--rule); color: var(--ink); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.btn--quiet:hover { border-color: var(--garnet-line); color: var(--garnet-deep); background: #fff; --btn-shift: -2px; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 14px 28px -14px rgba(184,137,63,.9); }
.btn--gold:hover { background: #a97a30; --btn-shift: -2px; }
.btn--paper { background: var(--paper); color: var(--garnet-deep); }
.btn--paper:hover { --btn-shift: -2px; box-shadow: 0 20px 40px -18px rgba(0,0,0,.6); }
.btn--outline-night { border-color: rgba(253,250,247,.4); color: var(--paper); }
.btn--outline-night:hover { background: rgba(253,250,247,.1); border-color: rgba(253,250,247,.6); --btn-shift: -2px; }

/* --------------------------------------------------------------------------
   Ribbon + nav
   -------------------------------------------------------------------------- */

.ribbon { position: relative; z-index: 60; background: var(--ink); color: rgba(253,250,247,.9); text-align: center; font-size: 13px; padding: 9px 18px; }
.ribbon a { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.ribbon b { color: var(--gold-lift); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.ribbon > a > span { border-bottom: 1px solid rgba(253,250,247,.28); transition: border-color .2s; }
.ribbon a:hover > span { border-color: var(--gold-lift); }
@media (max-width: 640px) { .ribbon__more { display: none; } }

.nav { position: sticky; top: 0; z-index: 55; background: rgba(253,250,247,.72); -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,.9); }
.nav__in { max-width: var(--shell); margin-inline: auto; padding: 14px 26px; display: flex; align-items: center; gap: 26px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Fraunces", Georgia, serif; font-weight: 500; font-variation-settings: "SOFT" 22, "WONK" 1; font-size: 22px; letter-spacing: -.03em; }
.brand__mark { width: 31px; height: 31px; border-radius: 24%; display: grid; place-items: center; background: linear-gradient(140deg, var(--garnet), var(--garnet-deep)); box-shadow: 0 5px 14px -5px rgba(125,31,60,.65); flex: none; }
.brand__mark svg { width: 68%; }
.brand__mark svg path { stroke: #f2e0b8; }

.nav__links { display: flex; align-items: center; gap: 26px; margin-left: 10px; }
.nav__links a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color .2s; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -5px; 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: 16px; }
.nav__signin { font-size: 14.5px; font-weight: 600; transition: color .2s; }
.nav__signin:hover { color: var(--garnet); }

.burger { display: none; width: 42px; height: 42px; border-radius: var(--r-pill); border: 1px solid var(--rule); place-items: center; }
.burger span { display: block; width: 17px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.burger span + span { margin-top: 4.5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.drawer { display: none; position: fixed; inset: 0 0 auto; z-index: 54; padding: 96px 26px 32px; background: var(--paper); border-bottom: 1px solid var(--rule); transform: translateY(-100%); transition: transform .45s var(--ease); }
.drawer.is-open { transform: translateY(0); }
.drawer a { display: block; font-family: "Fraunces", Georgia, serif; font-variation-settings: "SOFT" 22, "WONK" 1; font-size: 26px; padding: 12px 0; border-bottom: 1px solid var(--rule-soft); }
.drawer .btn { margin-top: 22px; }

@media (max-width: 940px) {
  .nav__links, .nav__signin { display: none; }
  .burger { display: grid; }
  .drawer { display: block; }
}

/* --------------------------------------------------------------------------
   Photography — one treatment everywhere. Warm, slightly deepened, wiping up
   from a mask and settling out of a slow push-in as its block arrives.
   -------------------------------------------------------------------------- */

.shot {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--linen);
  aspect-ratio: 4 / 3;
}
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.07); transition: transform 1.5s var(--ease); }
.shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(195deg, rgba(125, 31, 60, 0.1), rgba(25, 14, 21, 0.26));
  mix-blend-mode: multiply;
}
.js .shot { clip-path: inset(16% 0 0 0); transition: clip-path 1.1s var(--ease); }
.js .rise.in .shot, .js .shot.in { clip-path: inset(0 0 0 0); }
.rise.in .shot img, .shot.in img { transform: scale(1); }
.panel:hover .shot img, .stepcard:hover .shot img, .flip:hover .shot img { transform: scale(1.05); }

/* the hero still — the box a film will drop into later */
.shot--hero { aspect-ratio: 8 / 5; border-radius: var(--r-lg); box-shadow: var(--shade-3); }

/* Side by side, the copy column runs ~846px and an 8:5 frame filled only 295 of
   it — the picture floated with ~250px of dead paper above and below.
   4:5 roughly doubles its height. It is not taller still because the frames
   cannot take it: cropping to the full column (~0.67) slices a face off the
   right edge of three of the four photographs. Widening the image column
   instead backfires — the headline wraps to a fourth line and the row grows
   faster than the picture does. */
@media (min-width: 981px) {
  .shot--hero { aspect-ratio: 4 / 5; }
  /* The copy column is taller than the frame; centered, the picture floated
     with dead paper above it. Top-aligned it sits level with the headline. */
  .hero__visual { align-self: start; }
}

/* The frame stays inside the shell. An earlier pass bled it off the right edge
   to fill the row, which reads as a mistake on a laptop rather than as a
   deliberate full-bleed — the picture just runs out of the screen with no
   margin to balance the left. Contained and evenly padded beats edge-to-edge
   here, and 4:5 already recovers most of the height. */

/* --------------------------------------------------------------------------
   Hero reel — four stills crossfading in that same box.
   Stacked rather than scrolled: no horizontal overflow to fight, and the box
   keeps its exact height whichever photograph is showing.
   -------------------------------------------------------------------------- */
.reel img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s var(--ease);
}
.reel img.is-on { opacity: 1; }

/* A slow push on whichever frame is up, so a still hero still breathes. The
   animation wins over .shot img's transform, which is what we want here. */
.js .reel img.is-on { animation: reelDrift 8s var(--ease-soft) forwards; }
@keyframes reelDrift { from { transform: scale(1.004); } to { transform: scale(1.05); } }

.reel__dots {
  position: absolute;
  left: 0; right: 0; bottom: 12px;
  z-index: 3;
  display: flex;
  gap: 4px;
  justify-content: center;
}
/* 24px button around a 7px dot — the dot reads small, the tap target doesn't. */
.reel__dot {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: none; border: 0; padding: 0; cursor: pointer;
}
.reel__dot::after {
  content: "";
  display: block;
  width: 7px; height: 7px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  transition: width 0.4s var(--ease), background 0.4s var(--ease);
}
.reel__dot:hover::after { background: rgba(255, 255, 255, 0.85); }
.reel__dot.is-on::after { width: 20px; background: #fff; }

/* --------------------------------------------------------------------------
   1 · Hero
   -------------------------------------------------------------------------- */

.hero { position: relative; padding-block: clamp(44px, 5.6vw, 78px) clamp(54px, 6.6vw, 88px); }
.hero::before {
  content: "";
  position: absolute; inset: -20% -10% auto; height: 110%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(46% 42% at 12% 12%, rgba(251,237,241,.95), transparent 66%),
    radial-gradient(40% 40% at 88% 6%, rgba(249,241,226,.9), transparent 68%);
}
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: clamp(36px, 5vw, 64px); align-items: center; }
.hero h1 { margin-top: 20px; }
.hero .lede { margin-top: 22px; }

/* The questions nobody answers, typed out one at a time. min-height reserves
   each line before it is typed, so nothing under them ever jumps. */
.whys { max-width: 24em; }
.why { line-height: 1.5; min-height: 1.5em; }
.why + .why { margin-top: 3px; }
.why--last { color: var(--ink); font-weight: 600; margin-top: 10px; }

.caret {
  display: inline-block;
  width: 2px;
  height: 1.02em;
  background: var(--garnet);
  vertical-align: -0.16em;
  margin-left: 3px;
  animation: blink 1.05s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* the answer to all of them — held back until the last line has finished */
.lede--turn { margin-top: 20px; }
.lede--turn em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-size: 1.07em;
  color: var(--garnet);
}
.lede--turn { transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .lede--turn { opacity: 0; transform: translateY(8px); }
.js .lede--turn.in { opacity: 1; transform: none; }

/* The hero runs on one clock. Its reveals wait for the same `is-lit` the
   masked lines do, so the buttons can't arrive before the sentence does —
   the scroll observer would otherwise fire them immediately on load. */
.js .hero__copy .rise { opacity: 0; transform: translateY(18px); }
.js .hero__copy.is-lit .rise { opacity: 1; transform: none; }
.hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__note { margin-top: 14px; font-size: 14px; color: var(--muted-2); }

.promises { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule-soft); list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 26px; }
.promise { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.promise svg { width: 17px; height: 17px; color: var(--garnet); flex: none; }
@media (max-width: 420px) { .promises { grid-template-columns: 1fr; } }

.hero__art { max-width: 460px; margin-inline: auto; }

/* The picker — six ways in. Chips are plain links, so tapping one starts the
   funnel with the answer already given instead of asking for it again later. */
.picker { margin-top: 26px; }
.picker__q { font-size: 14px; font-weight: 650; color: var(--ink-2); margin-bottom: 11px; }
.picker__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--rule);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14.5px; font-weight: 550;
  color: var(--ink-2);
  transition: transform .28s var(--ease), border-color .22s, background-color .22s, color .22s, box-shadow .28s var(--ease);
}
.chip:hover {
  color: var(--garnet-deep);
  border-color: var(--garnet-line);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -14px rgba(177, 46, 82, .8);
}
@media (max-width: 420px) { .chip { padding: 9px 13px; font-size: 14px; } }

@media (max-width: 980px) {
  .hero__in { grid-template-columns: 1fr; gap: 40px; }
  /* Photograph first on a phone, then the questions. Two people you recognise
     land faster than a headline does, and the whys read as the answer to the
     picture rather than as an opening argument. */
  .hero__visual { order: -1; }
  .hero__art { max-width: 380px; }
}

/* Keep the still from eating the fold on a phone — it sits above everything
   now, so it has to leave room for the headline underneath it. */
@media (max-width: 560px) {
  .shot--hero { aspect-ratio: 5 / 4; }
  .hero__in { gap: 30px; }
}

/* --------------------------------------------------------------------------
   It isn't just you — four figures, every one published by somebody else and
   sourced on the page. Restored from 8467e5f.
   -------------------------------------------------------------------------- */

.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}

.proof__item {
  padding-top: 22px;
  border-top: 2px solid var(--garnet-line);
}

.proof__n {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(44px, 5.2vw, 62px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--garnet-deep);
  font-variant-numeric: tabular-nums;
}
.proof__n small { font-size: 0.52em; letter-spacing: -0.02em; margin-left: 1px; }

.proof__t {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-2);
}
.proof__t b { font-weight: 700; color: var(--ink); }

.proof__src {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--muted-2);
}

.proof__foot {
  margin-top: clamp(34px, 4vw, 48px);
  padding-top: 26px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.proof__foot p {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 30em;
}
.proof__foot em { font-style: italic; color: var(--garnet); }

@media (max-width: 900px) { .proof { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
  .proof { grid-template-columns: 1fr; gap: 22px; }
  .proof__item { padding-top: 16px; }
}

/* --------------------------------------------------------------------------
   2 · Is this you — one at a time, yes or no. The main event.
   Answering is the point: a stranger who has just said "yes, that's me" eight
   times has argued themselves into needing this, which no headline can do.
   -------------------------------------------------------------------------- */

.quiz { max-width: 720px; margin-inline: auto; }

/* Without scripting this is simply the honest list. */
.quiz__seed { list-style: none; display: grid; gap: 12px; }
.quiz__seed li {
  padding: 18px 22px;
  border-radius: var(--r-md);
  border: 1px solid var(--rule-soft);
  background: rgba(255, 255, 255, 0.74);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-size: 17.5px;
  line-height: 1.3;
  color: var(--ink);
}

.quiz__card {
  background: var(--card);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3.4vw, 40px);
  box-shadow: var(--shade-3);
  position: relative;
}

.quiz__bar { margin: 0 0 clamp(24px, 3vw, 34px); height: 3px; border-radius: var(--r-pill); background: var(--garnet-line); overflow: hidden; }
.quiz__bar i { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--garnet); transition: width .45s var(--ease); }

.quiz__q {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.024em;
  color: var(--ink);
  min-height: 2.4em;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
/* the outgoing question leaves the way it was answered */
.quiz__q.is-out-yes { opacity: 0; transform: translateX(-16px); }
.quiz__q.is-out-no { opacity: 0; transform: translateX(16px); }
.quiz__q.is-in { opacity: 0; transform: translateY(10px); }

/* the buttons leave with the question they answered and come back with the
   next one, so each question arrives as its own moment */
.quiz__btns { margin-top: clamp(22px, 2.6vw, 30px); display: flex; flex-wrap: wrap; gap: 12px; transition: opacity .3s var(--ease), transform .35s var(--ease); }
.quiz__btns.is-away { opacity: 0; transform: translateY(12px); pointer-events: none; }
.qbtn {
  flex: 1 1 0;
  min-width: 140px;
  padding: 17px 24px;
  border-radius: var(--r-pill);
  border: 1px solid var(--rule);
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: -.008em;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background-color .22s, border-color .22s, color .22s;
}
.qbtn--yes { background: var(--garnet); border-color: var(--garnet); color: #fff; box-shadow: 0 14px 30px -16px rgba(177,46,82,.95); }
.qbtn--yes:hover { background: var(--garnet-lift); transform: translateY(-2px); box-shadow: 0 20px 38px -16px rgba(177,46,82,1); }
.qbtn--no { background: transparent; color: var(--ink-2); max-width: 30%; }
.qbtn--no:hover { border-color: var(--ink-2); transform: translateY(-2px); }
@media (max-width: 520px) { .qbtn--no { max-width: none; } }

.quiz__done {
  background: linear-gradient(145deg, #fff8ec, #fdf3f6);
  border: 1px solid var(--gold-line);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.6vw, 42px);
  text-align: center;
}
.quiz__msg {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.22;
  letter-spacing: -.024em;
  color: var(--ink);
  max-width: 20em;
  margin-inline: auto;
}
.quiz__msg em { font-style: italic; color: var(--garnet); font-variation-settings: "SOFT" 40, "WONK" 1; }
.quiz__end { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; justify-content: center; }
.quiz__again { font-size: 14.5px; font-weight: 600; color: var(--muted); border-bottom: 1px solid var(--rule); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.quiz__again:hover { color: var(--garnet); border-color: var(--garnet-line); }

/* --------------------------------------------------------------------------
   3 · What a Wing does — three drawn panels
   -------------------------------------------------------------------------- */

.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .trio { grid-template-columns: 1fr; gap: 18px; } }

.panel { background: var(--card); border: 1px solid var(--rule-soft); border-radius: var(--r-lg); padding: 0 0 26px; overflow: hidden; box-shadow: var(--shade-1); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.panel:hover { transform: translateY(-4px); box-shadow: var(--shade-2); }
.panel .shot { border-radius: 0; margin-bottom: 20px; }
.panel__n, .panel h3, .panel p { margin-inline: clamp(20px, 2vw, 26px); }
.panel__n { font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.panel h3 { margin-block: 12px 8px; }
.panel p { font-size: 15.5px; line-height: 1.57; color: var(--muted); }

.ways-line { margin-top: 26px; font-size: 15.5px; color: var(--muted); text-align: center; }
.ways-line b { color: var(--ink-2); font-weight: 600; }

/* --------------------------------------------------------------------------
   4 · The brief — what to say in the room
   -------------------------------------------------------------------------- */

.pair { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: clamp(34px, 4.6vw, 62px); align-items: center; }
@media (max-width: 900px) { .pair { grid-template-columns: 1fr; } .pair__visual { order: -1; } }

/* The evening as it actually goes — you, your Wing, and the win at the end.
   A thread rather than a document: this is the one place on the page where
   the product is happening in real time. */
.thread {
  position: relative;
  background: var(--card);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: var(--shade-3);
}
.thread::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(150deg, rgba(217,178,107,.75), rgba(217,178,107,0) 44%, rgba(177,46,82,.26));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude; pointer-events: none;
}

.thread__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--rule-soft); margin-bottom: 18px; }
.thread__live { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.thread__live i { width: 7px; height: 7px; border-radius: 50%; background: #2c6f52; box-shadow: 0 0 0 3px rgba(44,111,82,.16); flex: none; }
.thread__night { font-size: 12.5px; color: var(--muted-2); }

.thread__list { list-style: none; display: grid; gap: 12px; }
.msg { display: flex; flex-direction: column; max-width: 84%; }
.msg p {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 15.5px;
  line-height: 1.48;
}
.msg__t { font-size: 11px; color: var(--muted-2); margin-bottom: 5px; letter-spacing: .03em; }

/* you, on the right */
.msg--you { align-self: flex-end; align-items: flex-end; }
.msg--you p { background: var(--garnet); color: #fff; border-bottom-right-radius: 6px; }

/* your Wing, on the left */
.msg--wing { align-self: flex-start; }
.msg--wing p { background: #f6f1ec; color: var(--ink); border-bottom-left-radius: 6px; }

/* the win */
.msg--win { align-self: flex-end; align-items: flex-end; max-width: 90%; }
.msg--win p {
  background: linear-gradient(135deg, var(--gold), #a97a30);
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 22, "WONK" 1;
  font-size: 19px;
  letter-spacing: -.015em;
  border-bottom-right-radius: 6px;
  box-shadow: 0 14px 30px -14px rgba(184,137,63,.95);
}

.thread__foot {
  margin-top: 18px; padding-top: 15px;
  border-top: 1px solid var(--rule-soft);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-size: 15.5px;
  color: var(--garnet-deep);
  text-align: center;
}

/* the thread plays out as it arrives */
.js .msg { opacity: 0; transform: translateY(10px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.js .rise.in .msg { opacity: 1; transform: none; }
.js .rise.in .msg:nth-child(1) { transition-delay: .08s; }
.js .rise.in .msg:nth-child(2) { transition-delay: .34s; }
.js .rise.in .msg:nth-child(3) { transition-delay: .60s; }
.js .rise.in .msg:nth-child(4) { transition-delay: .86s; }
.js .rise.in .msg:nth-child(5) { transition-delay: 1.18s; }
.js .thread__foot { opacity: 0; transition: opacity .6s var(--ease) 1.5s; }
.js .rise.in .thread__foot { opacity: 1; }

.pair__points { list-style: none; margin-top: 26px; display: grid; gap: 15px; }
.pair__points li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink-2); line-height: 1.52; }
.pair__points svg { width: 19px; height: 19px; color: var(--garnet); flex: none; margin-top: 3px; }
.pair__cta { margin-top: 30px; }

/* --------------------------------------------------------------------------
   Rails — the horizontal carousels.

   One component, two skins: the situation cards (.pcard) and the phone-shaped
   story cards (.story). The track is a plain scroll-snap row, so it works with
   no JS at all — arrows and dots are progressive enhancement and stay hidden
   until landing.js marks the rail ready.
   -------------------------------------------------------------------------- */

.rail { position: relative; }

.rail__track {
  display: grid;
  grid-auto-flow: column;
  /* A single fixed track size, never minmax(0, …): a 0 minimum lets grid shrink
     every card to fit the container, and the rail stops being a rail. */
  grid-auto-columns: 84%;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-block: 4px 10px;
  /* bleed to the screen edge on a phone so it reads as a reel, not a box */
  margin-inline: -26px;
  padding-inline: 26px;
  scrollbar-width: none;
}
.rail__track::-webkit-scrollbar { display: none; }
.rail__track:focus-visible { outline-offset: -2px; }

@media (min-width: 720px) { .rail__track { grid-auto-columns: calc((100% - 16px) / 2); } }
@media (min-width: 1040px) { .rail__track { grid-auto-columns: calc((100% - 32px) / 3); margin-inline: 0; padding-inline: 0; } }

@media (prefers-reduced-motion: reduce) { .rail__track { scroll-behavior: auto; } }

/* prev · dots · next */
.rail__nav {
  margin-top: clamp(16px, 2vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.rail__btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--rule);
  box-shadow: var(--shade-1);
  color: var(--ink);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .2s, color .2s, opacity .25s;
}
.rail__btn svg { width: 20px; height: 20px; }
.rail__btn:hover { color: var(--garnet); border-color: var(--garnet-line); transform: translateY(-2px); box-shadow: var(--shade-2); }
.rail__btn[disabled] { opacity: .34; pointer-events: none; }

.rail__dots { display: flex; align-items: center; gap: 5px; }
.rail__dot { width: 20px; height: 20px; display: grid; place-items: center; }
.rail__dot::after {
  content: "";
  width: 7px; height: 7px;
  border-radius: var(--r-pill);
  background: var(--garnet-line);
  transition: width .35s var(--ease), background .3s;
}
.rail__dot:hover::after { background: var(--garnet-lift); }
.rail__dot.is-on::after { width: 22px; background: var(--garnet); }

/* the line that closes the situation rail */
.rail__foot {
  margin-top: clamp(28px, 3.4vw, 42px);
  padding-top: 26px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.rail__foot p {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 30em;
}
.rail__foot em { font-style: italic; color: var(--garnet); }

/* --------------------------------------------------------------------------
   Situation cards — the block that used to be four statistics.
   A photograph you recognise, the sentence in your own voice, and the one
   thing that gets done about it.
   -------------------------------------------------------------------------- */

.pcard {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  background: var(--card);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shade-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shade-2); border-color: var(--garnet-line); }

.pcard__shot { position: relative; aspect-ratio: 16 / 11; background: var(--linen); overflow: hidden; }
.pcard__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.pcard:hover .pcard__shot img { transform: scale(1.05); }
.pcard__shot::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(25,14,21,.02) 40%, rgba(25,14,21,.62) 100%);
}

.pcard__stamp {
  position: absolute;
  left: 14px; bottom: 12px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
}

.pcard__in { padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; flex: 1; }
.pcard__voice {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-size: clamp(18.5px, 2vw, 21px);
  line-height: 1.28;
  letter-spacing: -.018em;
  color: var(--ink);
  text-wrap: pretty;
}
.pcard__fix { margin-top: 13px; font-size: 15px; line-height: 1.56; color: var(--muted); }
.pcard__fix b { color: var(--garnet-deep); font-weight: 650; }
.pcard__go {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 650; color: var(--garnet);
}
.pcard__go svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.pcard__go:hover svg, .pcard:hover .pcard__go svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   The other nights — story cards. 9:16, full bleed, tap-bars at the top: the
   shape people already read on a phone, so nobody has to be taught it.
   -------------------------------------------------------------------------- */

.rail--stories .rail__track { grid-auto-columns: 68%; }
@media (min-width: 720px) { .rail--stories .rail__track { grid-auto-columns: calc((100% - 32px) / 3); } }
@media (min-width: 1040px) { .rail--stories .rail__track { grid-auto-columns: calc((100% - 48px) / 4); } }

.story {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--r-md);
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--linen);
  box-shadow: var(--shade-2);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.story:hover { transform: translateY(-5px); box-shadow: var(--shade-3); }
.story img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.4s var(--ease); }
.story:hover img { transform: scale(1.05); }
.story::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(25,14,21,.42) 0%, rgba(25,14,21,.06) 32%, rgba(25,14,21,.72) 74%, rgba(25,14,21,.92) 100%);
}

.story__bars { position: absolute; top: 11px; left: 11px; right: 11px; z-index: 2; display: flex; gap: 4px; }
.story__bars i { flex: 1; height: 2.5px; border-radius: 2px; background: rgba(255,255,255,.36); }
.story__bars i.on { background: #fff; }

.story__in { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 18px 18px 20px; color: #fff; }
.story__q {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.24;
  letter-spacing: -.015em;
}
.story__do {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(255,255,255,.24);
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(255,255,255,.86);
}

.stories__foot { margin-top: clamp(26px, 3vw, 36px); text-align: center; }

/* --------------------------------------------------------------------------
   5 · How it works — four illustrated cards
   -------------------------------------------------------------------------- */

.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 940px) { .flow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .flow { grid-template-columns: 1fr; } }

.stepcard {
  background: var(--card);
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-lg);
  padding: 0 0 24px;
  overflow: hidden;
  box-shadow: var(--shade-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.stepcard:hover { transform: translateY(-4px); box-shadow: var(--shade-2); }
.stepcard .shot { border-radius: 0; aspect-ratio: 4 / 3; margin-bottom: 18px; }
.stepcard__n, .stepcard h3, .stepcard p { margin-inline: clamp(18px, 1.8vw, 24px); }
.stepcard__n {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 22, "WONK" 1;
  font-size: 14px;
  color: var(--garnet-deep);
  background: var(--garnet-wash);
  border: 1px solid var(--garnet-line);
  margin-bottom: 12px;
}
.stepcard h3 { margin-bottom: 8px; }
.stepcard p { font-size: 15px; color: var(--muted); line-height: 1.55; }
.stepcard p b { color: var(--ink-2); font-weight: 600; }

/* --------------------------------------------------------------------------
   The other side — one panel, the whole thing clickable
   -------------------------------------------------------------------------- */

.flip {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 3.4vw, 48px);
  align-items: center;
  padding: clamp(26px, 3.4vw, 44px);
  border-radius: var(--r-lg);
  border: 1px solid var(--gold-line);
  background: linear-gradient(135deg, rgba(249,241,226,.9), rgba(255,255,255,.6));
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.flip:hover { transform: translateY(-4px); box-shadow: var(--shade-2); border-color: var(--gold); }
.flip__art { max-width: 250px; margin-inline: auto; }
.flip__copy h2 { margin: 16px 0 12px; font-size: clamp(27px, 3.4vw, 40px); }
.flip__copy p { color: var(--muted); font-size: 16.5px; max-width: 44em; }
.flip__go {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 16px; color: var(--gold);
}
.flip__go svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.flip:hover .flip__go svg { transform: translateX(5px); }
@media (max-width: 820px) { .flip { grid-template-columns: 1fr; } .flip__art { max-width: 190px; } }

/* --------------------------------------------------------------------------
   6 · Safe by default
   -------------------------------------------------------------------------- */

.rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 44px; }
@media (max-width: 760px) { .rules { grid-template-columns: 1fr; } }
.rule-item { display: grid; grid-template-columns: 24px 1fr; gap: 15px; align-items: start; padding: 19px 2px; border-top: 1px solid var(--rule-soft); }
.rule-item svg { width: 20px; height: 20px; color: var(--garnet); margin-top: 3px; }
.rule-item h3 { font-size: 17.5px; margin-bottom: 4px; }
.rule-item p { font-size: 15px; color: var(--muted); line-height: 1.5; }

/* --------------------------------------------------------------------------
   7 · What it costs
   -------------------------------------------------------------------------- */

.price { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (max-width: 820px) { .price { grid-template-columns: 1fr; } }
.price__big { font-family: "Fraunces", Georgia, serif; font-variation-settings: "SOFT" 22, "WONK" 1; font-size: clamp(42px, 5.4vw, 66px); letter-spacing: -.035em; line-height: 1.02; color: var(--ink); }
.price__big em { font-style: italic; color: var(--garnet); font-variation-settings: "SOFT" 40, "WONK" 1; }
.price__sub { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 30em; }
.price__list { list-style: none; display: grid; gap: 14px; }
.price__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.price__list svg { width: 18px; height: 18px; color: var(--garnet); flex: none; margin-top: 3px; }
.price__list b { font-weight: 700; }
.price__note { margin-top: 22px; font-size: 14.5px; color: var(--muted-2); }
.price__note a { color: var(--garnet); font-weight: 600; }

/* --------------------------------------------------------------------------
   8 · Join — night falls
   -------------------------------------------------------------------------- */

.finale { position: relative; z-index: 2; background: var(--night); color: var(--paper); padding-block: clamp(78px, 8.6vw, 126px); 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,.28), transparent 66%);
}
.finale__in { position: relative; z-index: 2; max-width: 740px; margin-inline: auto; }
.finale h2 { color: var(--paper); font-size: clamp(36px, 5.6vw, 64px); }
.finale h2 em { color: var(--gold-lift); }
.finale p { margin-top: 20px; color: rgba(253,250,247,.74); font-size: 18px; max-width: 32em; margin-inline: auto; }
.finale__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.finale__fine { margin-top: 22px; font-size: 14px; color: rgba(253,250,247,.5); }

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

.foot { background: var(--night-2); color: rgba(253,250,247,.7); position: relative; z-index: 2; }
.foot__top { max-width: var(--shell); margin-inline: auto; padding: clamp(44px, 5vw, 64px) 26px clamp(28px, 4vw, 40px); display: grid; grid-template-columns: minmax(0,1.3fr) repeat(3, minmax(0,1fr)); gap: 36px; }
.foot .brand { color: var(--paper); }
.foot__tag { margin-top: 15px; font-size: 15px; line-height: 1.6; max-width: 32ch; }
.foot__soon { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--gold-lift); border: 1px solid rgba(217,178,107,.3); padding: 7px 13px; border-radius: var(--r-pill); }
.foot__social { margin-top: 20px; display: flex; gap: 10px; }
.foot__social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(253,250,247,.16); transition: background-color .25s, border-color .25s, transform .25s var(--ease); }
.foot__social a:hover { background: var(--garnet); border-color: var(--garnet); transform: translateY(-2px); }
.foot__social svg { width: 17px; height: 17px; color: var(--paper); }
.foot__col h4 { font-family: "Hanken Grotesk", sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-lift); margin-bottom: 14px; }
.foot__col a { display: block; font-size: 15px; padding: 5px 0; transition: color .2s; }
.foot__col a:hover { color: var(--paper); }
.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); }
.foot__bottom { max-width: var(--shell); margin-inline: auto; padding: 20px 26px 28px; 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,.45); }
@media (max-width: 980px) { .foot__top { grid-template-columns: repeat(3, minmax(0,1fr)); } .foot__brandcol { grid-column: 1 / -1; } }
@media (max-width: 800px) { .foot__top { grid-template-columns: 1fr 1fr; } .foot__brandcol { grid-column: 1 / -1; } }

/* the small line under the Wings hero: rates, hours, terms */
.terms { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 14.5px; color: var(--ink-2); }
.terms span { display: flex; align-items: center; gap: 8px; }
.terms i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); font-style: normal; flex: none; }

/* --------------------------------------------------------------------------
   The good ending — three frames and one line. No claim attached to them:
   the pictures are the argument, and nobody in them is presented as a
   customer, a Wing, or a testimonial (README, rule 1).
   -------------------------------------------------------------------------- */

.ending { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 18px); }
.ending .shot { aspect-ratio: 4 / 3; box-shadow: var(--shade-2); }
.ending .shot:nth-child(2) { transform: translateY(clamp(10px, 1.6vw, 22px)); }
@media (max-width: 700px) {
  .ending { grid-template-columns: 1fr 1fr; }
  .ending .shot:nth-child(2) { transform: none; }
  .ending .shot:nth-child(3) { display: none; }
}
.ending__line {
  margin-top: clamp(26px, 3vw, 38px);
  margin-inline: auto;
  max-width: 30em;
  text-align: center;
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.36;
  letter-spacing: -.02em;
  color: var(--ink);
}

/* homepage FAQ — the same block the answer pages use, centred */
.qa--mid { margin-inline: auto; }
.faq__more { margin-top: 24px; text-align: center; font-size: 15.5px; font-weight: 600; }
.faq__more a { color: var(--garnet); border-bottom: 1px solid var(--garnet-line); padding-bottom: 2px; transition: border-color .2s, color .2s; }
.faq__more a:hover { color: var(--garnet-deep); border-color: var(--garnet); }

/* --------------------------------------------------------------------------
   The dock — a phone-only bar carrying the ask, once the hero button is gone.
   Hidden until JS shows it, so nothing covers the page if scripting fails.
   -------------------------------------------------------------------------- */

.dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 58;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(253, 250, 247, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid var(--rule-soft);
  box-shadow: 0 -10px 30px -22px rgba(27, 18, 22, .7);
  transform: translateY(110%);
  transition: transform .42s var(--ease);
}
.dock.is-up { transform: none; }
.dock__in { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.dock__line { font-size: 14px; line-height: 1.3; font-weight: 600; color: var(--ink-2); }
.dock .btn { flex: none; }
/* The drawer covers the page; a floating CTA under it just looks broken. */
body:has(.drawer.is-open) .dock { transform: translateY(110%); }
@media (min-width: 761px) { .dock { display: none; } }
/* room under the footer so the bar never sits on the last line of it */
@media (max-width: 760px) { body.docked { padding-bottom: 74px; } }

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

.rise { transition: opacity .75s var(--ease) var(--d, 0s), transform .75s var(--ease) var(--d, 0s); }
.js .rise { opacity: 0; transform: translateY(18px); }
.js .rise.in { opacity: 1; transform: none; }

.lines { display: block; }
.lines > span { display: block; overflow: hidden; padding: .06em .09em .1em 0; margin: -.06em -.09em -.1em 0; }
.lines > span > span { display: block; transition: transform .95s var(--ease) var(--d, 0s); }
.js .lines > span > span { transform: translateY(102%); }
.js .is-lit .lines > span > span { transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .rise, .js .rise.in, .js .hero__copy .rise { opacity: 1; transform: none; }
  .js .lede--turn { opacity: 1; transform: none; }
  .caret { display: none; }
  .js .lines > span > span { transform: none; }
  .js .shot { clip-path: none; }
  .shot img { transform: none; }
  /* The reel stops advancing in JS too; this just kills the push on frame one. */
  .js .reel img.is-on { animation: none; transform: none; }
  .js .msg, .js .thread__foot { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Answer pages
   The two marketing pages are built from bespoke blocks. The answer pages
   (/ask-a-wingwoman, /dating-advice, /faq …) are long-form prose, which the
   site had no style for. One readable column, one link treatment, one FAQ
   block — nothing here is used by index.html or wingman.html.

   Note: these pages must NOT use .hero__copy or .lines. Both are gated behind
   .is-lit, which only landing.js's hero overture sets. Plain .rise reveals are
   driven by the IntersectionObserver and work anywhere.
   -------------------------------------------------------------------------- */

.page-hero { padding-block: clamp(50px, 5.6vw, 84px) clamp(26px, 3vw, 40px); position: relative; z-index: 2; }
.page-hero__in { max-width: 780px; }
.page-hero h1 { margin-top: 18px; font-size: clamp(35px, 4.7vw, 58px); }
.page-hero .lede { margin-top: 20px; max-width: 36em; }
.page-hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero__fine { margin-top: 18px; font-size: 14px; color: var(--muted); }

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); margin-bottom: 22px; }
.crumbs a { border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.crumbs a:hover { color: var(--garnet); border-color: var(--garnet-line); }
.crumbs i { font-style: normal; opacity: .45; }

.prose { max-width: 720px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: clamp(42px, 4.6vw, 64px); font-size: clamp(26px, 3.2vw, 36px); }
.prose h3 { margin-top: clamp(26px, 3vw, 34px); }
.prose p { margin-top: 15px; font-size: clamp(16.5px, 1.6vw, 17.5px); line-height: 1.68; color: var(--ink-2); }
.prose ul, .prose ol { margin-top: 16px; display: grid; gap: 11px; }
.prose li { font-size: clamp(16.5px, 1.6vw, 17.5px); line-height: 1.62; color: var(--ink-2); }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li { position: relative; padding-left: 21px; }
.prose ul li::before { content: ""; position: absolute; left: 1px; top: .66em; width: 7px; height: 7px; border-radius: 50%; background: var(--garnet); opacity: .5; }
.prose ol { list-style: decimal; 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; }
.prose a:hover { color: var(--garnet-deep); border-color: var(--garnet); }
.prose b, .prose strong { font-weight: 650; color: var(--ink); }
.prose em { font-family: "Fraunces", Georgia, serif; font-style: italic; color: var(--garnet); font-weight: 500; }

/* Source line under a published figure. Rule 1 in the README: a statistic may only
   appear if it is real and sourced in the markup next to it. This is that markup. */
.src { display: block; margin-top: 5px; font-size: 12.5px; letter-spacing: .02em; color: var(--muted-2); }

/* A pulled-out claim inside prose — used for the "what this costs" lines. */
.note { margin-top: 26px; border-left: 2px solid var(--garnet); background: var(--garnet-wash); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 18px 22px; }
.note p { margin-top: 0; color: var(--ink-2); }
.note p + p { margin-top: 10px; }

/* FAQ — real <details>, so it works with no JS and Google can read the answer. */
.qa { max-width: 780px; display: grid; gap: 12px; }
.qa details { border: 1px solid var(--rule); border-radius: var(--r-md); background: var(--card); box-shadow: var(--shade-1); }
.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; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-family: "Hanken Grotesk", sans-serif; font-size: 22px; line-height: 1.1; color: var(--garnet); flex: none; transition: transform .25s var(--ease); }
.qa details[open] summary::after { transform: rotate(45deg); }
.qa__a { padding: 0 22px 21px; }
.qa__a p { margin: 0; color: var(--ink-2); line-height: 1.68; 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); }

/* "Keep reading" — the internal-link row that closes every answer page. */
.onward { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.onward a { display: block; border: 1px solid var(--rule); border-radius: var(--r-md); background: var(--card); padding: 22px; box-shadow: var(--shade-1); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .25s; }
.onward a:hover { transform: translateY(-3px); box-shadow: var(--shade-2); border-color: var(--garnet-line); }
.onward h3 { font-size: 18px; }
.onward p { margin-top: 8px; font-size: 15px; line-height: 1.58; color: var(--muted); }

@media (max-width: 700px) {
  .prose h2 { font-size: clamp(24px, 6.4vw, 30px); }
}
