/* ==========================================================================
   Craft Mode — a cozy letter for AI folks
   Single stylesheet: brand tokens, components, motion helpers, responsive.
   Derived from the "Field Notes" concept system by Steven Male.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts — self-hosted variable fonts.
   Display = Futura → Jost · Body = Neue Haas Grotesk → Inter
   Accent script = Caveat · Editorial serif = Newsreader
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/caveat-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/caveat-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/newsreader-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   Tokens
   -------------------------------------------------------------------------- */
:root {
  --cozy-orange:  #E26100;
  --wes-yellow:   #F7B600;
  --happy-green:  #CEEA9B;
  --grow-green:   #707C55;
  --canvas-beige: #FFF6EE;
  --sky-blue:     #BDEDF4;
  --apron-blue:   #3C68AF;
  --ink:          #2A2A28;
  --ink-soft:     #4A453E;

  --orange-deep:  #B84F00;
  --blue-deep:    #2E548F;

  --display: 'Jost', 'Futura', 'Trebuchet MS', sans-serif;
  --body:    'Inter', 'Neue Haas Grotesk', system-ui, -apple-system, sans-serif;
  --accent-script: 'Caveat', 'Bradley Hand', cursive;
  --serif:   'Newsreader', Georgia, serif;
  --mono:    ui-monospace, 'SF Mono', Menlo, monospace;

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

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

html { scroll-behavior: smooth; }
html, body { background: var(--canvas-beige); color: var(--ink); }
body {
  position: relative;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: var(--apron-blue); }
::selection { background: var(--wes-yellow); color: var(--orange-deep); }

/* Paper grain over everything (pointer-transparent) */
body.grain::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1000;
  opacity: 0.16; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
}

.wrap-hd { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

/* Marker highlight — painted by ::before so it can swipe in on scroll */
.hl-yellow {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  transform: rotate(-1deg);
}
.hl-yellow::before {
  content: '';
  position: absolute; inset: -2px -5px;
  background: var(--wes-yellow);
  z-index: -1;
  border-radius: 2px;
}
.motion-ok .hl-yellow:not(.swipe)::before { transform: scaleX(0); transform-origin: 0 55%; }
.hl-yellow.swipe::before {
  transform-origin: 0 55%;
  animation: marker-swipe 0.55s var(--ease-out) both;
}
@keyframes marker-swipe {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* --------------------------------------------------------------------------
   Reveal helpers — pre-animation states exist ONLY when the inline head
   script confirmed JS + motion are welcome. No JS (or reduced motion):
   everything is simply visible.
   -------------------------------------------------------------------------- */
.motion-ok [data-hero],
.motion-ok [data-reveal],
.motion-ok [data-reveal-item],
.motion-ok [data-reveal-slide],
.motion-ok [data-pill],
.motion-ok [data-card] { opacity: 0; }
/* Safety net: if motion.js never arrived, show everything again */
.reveal-fallback:not(.motion-ready) [data-hero],
.reveal-fallback:not(.motion-ready) [data-reveal],
.reveal-fallback:not(.motion-ready) [data-reveal-item],
.reveal-fallback:not(.motion-ready) [data-reveal-slide],
.reveal-fallback:not(.motion-ready) [data-pill],
.reveal-fallback:not(.motion-ready) [data-card] { opacity: 1 !important; transform: none !important; }

/* ==========================================================================
   HERO — sky photo fades into canvas beige
   ========================================================================== */
.sky-hero {
  position: relative;
  min-height: 720px;
  padding-top: 90px;
  padding-bottom: 20px;
  overflow: hidden;
}
.sky-photo {
  position: absolute; left: 0; right: 0; top: -10%; bottom: -10%;
  z-index: 0;
}
.sky-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
  will-change: transform;
}
.sky-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(189, 237, 244, 0.1);
  z-index: 1;
}
.sky-hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 640px;
  background:
    linear-gradient(180deg,
      rgba(255,246,238,0) 0%,
      rgba(255,246,238,0.02) 18%,
      rgba(255,246,238,0.08) 34%,
      rgba(255,246,238,0.22) 50%,
      rgba(255,246,238,0.45) 66%,
      rgba(255,246,238,0.72) 82%,
      rgba(255,246,238,0.92) 94%,
      var(--canvas-beige) 100%);
  z-index: 2;
}
.sky-hero > *:not(.sky-photo) { position: relative; z-index: 3; }
.hero-inner { padding-top: 12px; }

/* ---- Nav ---- */
/* Scoped selector so the `.sky-hero > *:not(.sky-photo)` rule can't override
   position/z-index — unscoped, the nav fell back to relative flow and hung
   ~90px down the hero. */
.sky-hero .hd-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 20; padding: 20px 0; }
.hd-nav-inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  max-width: 1240px; margin: 0 auto; padding: 0 48px;
}
.hd-nav-inner .hero-kicker { justify-self: start; }
.hd-nav-inner .hero-subscribe { justify-self: end; }

.hd-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.hd-brand .wm {
  font-family: var(--display); font-weight: 900; font-size: 20px;
  letter-spacing: 0.01em; text-transform: uppercase;
  transition: color 260ms ease;
}
.hd-nav.on-sky .wm { color: var(--canvas-beige); text-shadow: 0 2px 8px rgba(0,0,0,0.3); }

.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,246,238,0.85);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cozy-orange); }

.hero-subscribe {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,246,238,0.92);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--body); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  white-space: nowrap;
  transition: background 260ms ease, transform 260ms ease;
}
.hero-subscribe:hover { background: var(--wes-yellow); transform: translateY(-1px); }

/* ---- Craft-mode toggle ---- */
.craft-toggle {
  position: relative;
  width: 38px; height: 20px;
  border-radius: 999px;
  border: 1.5px solid var(--canvas-beige);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  padding: 0;
  transition: background 320ms cubic-bezier(0.4, 0, 0.2, 1), border-color 320ms ease, box-shadow 320ms ease;
  flex: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
}
.craft-toggle .craft-toggle-knob {
  position: absolute;
  top: 50%; left: 3px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--canvas-beige);
  transform: translateY(-50%);
  transition: left 360ms cubic-bezier(0.34, 1.56, 0.64, 1), background 320ms ease, box-shadow 320ms ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35), 0 0 0 0.5px rgba(0,0,0,0.05);
}
.craft-toggle.on {
  background: linear-gradient(100deg, #F7B600 0%, #E26100 55%, #B84F00 100%);
  border-color: rgba(255,255,255,0.85);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.35),
    0 0 0 1px rgba(226,97,0,0.25),
    0 2px 10px rgba(226,97,0,0.45);
}
.craft-toggle.on .craft-toggle-knob {
  left: calc(100% - 17px);
  background: #FFF6EE;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3), 0 0 0 0.5px rgba(0,0,0,0.08);
}
/* Wordmark shimmer while craft mode is on */
.hd-brand:has(.craft-toggle.on) .wm {
  background-image: linear-gradient(100deg,
    #F7B600 0%, #E26100 18%, #FF6B35 36%, #FFB347 54%,
    #E26100 72%, #B84F00 88%, #F7B600 100%);
  background-size: 280% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation: craft-power 3.4s linear infinite;
}
@keyframes craft-power {
  0%   { background-position: 280% 50%; }
  100% { background-position: 0% 50%; }
}

/* ---- Hero copy ---- */
.hero-eyebrow {
  display: flex; justify-content: center; align-items: center; gap: 10px;
  margin-top: 6px;
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cozy-orange); }
.sky-hero h1 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(40px, 6.8vw, 92px); line-height: 0.9; letter-spacing: -0.008em;
  color: var(--ink);
  text-align: center; max-width: 16ch;
  margin: 28px auto 0;
  text-wrap: balance;
}
.sky-hero h1 .hero-line { display: block; }
.sky-hero h1 .script-line {
  display: block;
  font-family: var(--accent-script); font-weight: 600; text-transform: none;
  font-size: max(19px, 0.36em); line-height: 1;
  color: var(--cozy-orange); letter-spacing: 0.005em;
  margin-bottom: 12px;
}
.hero-sub {
  font-family: var(--body); font-weight: 400;
  font-size: clamp(17px, 1.55vw, 22px); line-height: 1.5;
  color: var(--ink);
  text-align: center; margin: 32px auto 0; max-width: 52ch;
}
.hero-sub p { margin: 0 0 10px; }
.hero-sub p:last-child { margin-bottom: 0; }
.hero-sub b { font-weight: 700; }

.hero-cta-row { display: flex; justify-content: center; margin-top: 30px; }
.hero-join {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--cozy-orange); color: var(--canvas-beige);
  border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 15px 30px;
  font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform 0.22s var(--ease-out), background 0.22s ease, box-shadow 0.22s ease;
}
.hero-join:hover {
  background: var(--orange-deep); color: var(--canvas-beige);
  transform: translate(-1px, -1px); box-shadow: 5px 6px 0 var(--ink);
}
.hero-join .arr { transition: transform 0.22s var(--ease-out); }
.hero-join:hover .arr { transform: translateX(3px); }


/* ==========================================================================
   ORBIT — postcard + unlock pills
   ========================================================================== */
.pc-stage-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.orbit {
  position: relative;
  width: 100%;
  max-width: 880px;
  height: 600px;
  margin: 20px auto 0;
}
.orbit-ring {
  position: absolute; top: 50%; left: 50%;
  width: 520px; height: 520px;
  margin: -260px 0 0 -260px;
  border: 1.5px dashed rgba(42,42,40,0.18);
  border-radius: 50%;
  pointer-events: none;
  animation: ring-spin 90s linear infinite;
}
.orbit-ring-2 {
  width: 712px; height: 712px;
  margin: -356px 0 0 -356px;
  opacity: 0.5;
  animation: ring-spin 140s linear infinite reverse;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

.orbit-card {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 360px; z-index: 10;
  filter: drop-shadow(0 22px 36px rgba(42,42,40,0.26)) drop-shadow(0 4px 8px rgba(42,42,40,0.16));
}
/* ---- Envelope mockup ---- */
.envelope {
  position: relative;
  aspect-ratio: 5 / 3.3;
  background: #FFF9F2;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  overflow: hidden;
  color: var(--ink);
  box-shadow: 6px 8px 0 var(--ink);
  transform: rotate(-1.5deg);
  transition: transform 0.5s var(--ease-out);
}
.orbit-card:hover .envelope { transform: rotate(0deg) scale(1.02); }
.env-flap {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 56%;
  color: var(--ink);
  pointer-events: none;
}
.env-cancel {
  position: absolute; top: 24px; right: 78px;
  width: 64px; height: 30px;
  color: var(--ink); opacity: 0.3;
}
.env-address {
  position: absolute; left: 26px; bottom: 42px;
  display: flex; flex-direction: column; gap: 1px;
  font-family: var(--accent-script);
}
.env-to { font-size: 27px; font-weight: 700; color: var(--ink); line-height: 1.1; }
.env-line { font-size: 20px; color: var(--ink-soft); line-height: 1.25; }
.env-issue {
  position: absolute; left: 26px; bottom: 13px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--cozy-orange);
}
.mini-pc-stamp { position: absolute; top: 12px; right: 12px; z-index: 3; }
.mini-pc-stamp .pc-stamp { width: 54px; height: 66px; transform: rotate(4deg); }

.pc-stamp { filter: drop-shadow(1px 2px 0 rgba(42,42,40,0.22)); color: var(--cozy-orange); }
.pc-stamp-svg { width: 100%; height: 100%; display: block; }
.pc-stamp-top { font-family: var(--display); font-weight: 900; font-size: 6.5px; letter-spacing: 0.18em; fill: currentColor; }
.pc-stamp-no { font-family: var(--display); font-weight: 700; font-size: 8px; letter-spacing: 0.15em; fill: var(--ink); opacity: 0.7; }
.pc-stamp-num-big { font-family: var(--display); font-weight: 900; font-size: 22px; letter-spacing: 0.02em; fill: currentColor; }
.pc-stamp-denom { font-family: var(--mono); font-size: 4.3px; letter-spacing: 0.12em; fill: var(--ink); opacity: 0.65; }

/* ---- Pills ---- */
.orbit-pill {
  position: absolute; z-index: 12;
  background: var(--canvas-beige);
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 9px 14px 8px;
  box-shadow: 3px 3px 0 var(--ink);
  display: flex; flex-direction: column; gap: 3px;
  white-space: nowrap;
  transition: box-shadow 0.3s ease;
}
.orbit-pill:hover { box-shadow: 4px 5px 0 var(--ink); z-index: 20; }
.op-name { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 14px; letter-spacing: 0.03em; color: var(--ink); line-height: 1; }
.op-sub { font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 5px; line-height: 1.1; }
.op-i { width: 11px; height: 11px; flex: none; }
.orbit-pill.is-in { background: var(--happy-green); }
.orbit-pill.is-in .op-name, .orbit-pill.is-in .op-sub { color: var(--grow-green); }

/* Positions: outer element places, inner content rotates (Motion animates y
   on the outer without clobbering the rotation) */
.orbit-pill.p-tl { top: 5%;  left: 11%; rotate: -4deg; }
.orbit-pill.p-tr { top: 9%;  right: 8%; rotate: 4deg; }
.orbit-pill.p-l  { top: 43%; left: 0;   rotate: -3deg; }
.orbit-pill.p-r  { top: 51%; right: 0;  rotate: 3deg; }
.orbit-pill.p-b  { bottom: 6%; left: 37%; rotate: -2deg; }

/* Shared section eyebrow */
.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cozy-orange);
}
.sec-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cozy-orange); }

/* ==========================================================================
   First issue feature
   ========================================================================== */
.feature-wrap { padding-top: 40px; padding-bottom: 8px; display: flex; justify-content: center; }
.feature-card {
  background:
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(42,42,40,0.045) 33px 34px),
    #FFFDF7;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 5px 0 var(--ink);
  padding: 48px clamp(28px, 5vw, 64px) 44px;
  max-width: 760px; width: 100%;
  text-align: center;
}
.feat-title {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(44px, 6.4vw, 80px); line-height: 0.9; letter-spacing: -0.008em;
  color: var(--ink);
}
.feat-sub {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px); color: var(--apron-blue);
  margin-top: 12px;
}
.feat-body {
  margin: 24px auto 0; max-width: 46ch;
  font-family: var(--body); font-size: 17px; line-height: 1.55; color: var(--ink-soft);
}
.feat-body p { margin: 0 0 10px; }
.feat-body b { color: var(--ink); font-weight: 700; }
.feat-ship { margin-top: 18px !important; }
.feat-cta-row { display: flex; justify-content: center; margin-top: 26px; }
.feat-note {
  margin: 26px auto 0; max-width: 48ch;
  border-top: 1.5px dashed rgba(42,42,40,0.25); padding-top: 18px;
  font-family: var(--body); font-size: 13.5px; line-height: 1.55; color: var(--ink-soft);
}
.feat-note p { margin: 0 0 8px; }
.feat-note b { color: var(--ink); font-weight: 700; }

/* ---- Price display (inside the join-the-club letter) ---- */
.price-display {
  margin: 22px 0 0; max-width: 380px;
  background: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  box-shadow: 3px 4px 0 var(--ink);
  overflow: hidden;
}
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 15px 22px; }
.price-row + .price-row { border-top: 1.5px dashed rgba(42,42,40,0.25); }
.price-row .pl {
  font-family: var(--body); font-weight: 600; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft);
}
.price-row .pv {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: 21px; color: var(--cozy-orange);
}
.price-reassure {
  margin-top: 16px;
  font-family: var(--body); font-size: 12.5px; line-height: 1.5; color: var(--ink-soft);
}
.jn-cta-row { margin-top: 24px; }

/* ==========================================================================
   Sky-blue band (countdown + invitation). The band stops short of the
   bottom so the letter card straddles blue → beige.
   ========================================================================== */
.yellow-band { position: relative; isolation: isolate; }
.yellow-band::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: calc(100% - 310px);
  background: var(--sky-blue);
  z-index: -2;
}
.yellow-band::after {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: calc(100% - 310px);
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.35;
}

/* ---- Countdown ---- */
.countdown-wrap { padding: 72px 48px 24px; }
.countdown-head { margin-bottom: 24px; padding-top: 28px; text-align: center; }
.countdown-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-family: var(--body); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cozy-orange);
}
.countdown-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cozy-orange); }
.countdown-wrap h2 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(38px, 6vw, 80px); line-height: 0.92; letter-spacing: -0.008em;
  color: var(--ink);
}
.cd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cd-cell {
  background: var(--canvas-beige);
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  padding: 26px 28px 22px;
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform 360ms var(--ease-out), box-shadow 360ms ease;
}
.cd-cell:hover { transform: translateY(-3px); box-shadow: 4px 8px 0 var(--ink); }
.cd-cell .num {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(44px, 6.5vw, 84px); line-height: 1; letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums; color: var(--ink);
}
.cd-cell .u {
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin-top: 12px;
}
.cd-noscript { font-family: var(--body); font-size: 18px; margin-top: 8px; }

/* ---- Invitation letter card ---- */
.drop-wrap { padding: 48px 48px 32px; }
.join-letter {
  position: relative;
  background:
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(42,42,40,0.05) 33px 34px),
    #FFFDF7;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 5px 0 var(--ink);
  padding: 52px clamp(28px, 4.5vw, 56px) 48px;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(30px, 4.5vw, 56px);
  align-items: start;
}
.jn-postmark {
  position: absolute; top: 22px; right: 26px;
  width: 96px; height: 96px; color: var(--cozy-orange);
  opacity: 0.55; transform: rotate(-10deg); pointer-events: none;
}
.jn-postmark svg { width: 100%; height: 100%; }
.jnpm-text { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 11px; letter-spacing: 0.1em; fill: currentColor; }
.jnpm-d1 { font-family: var(--serif); font-weight: 600; font-size: 14px; fill: currentColor; }
.jnpm-d2 { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.18em; fill: currentColor; }

.jn-me {
  display: flex; flex-direction: column; gap: 18px;
  padding-right: clamp(18px, 3vw, 36px);
  border-right: 1.5px dashed rgba(42,42,40,0.28);
}
.jn-photo {
  position: relative;
  width: 100%; max-width: 240px;
  background: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 10px 10px 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06), 0 10px 24px rgba(42,42,40,0.14);
  transform: rotate(-2deg);
}
.jn-tape {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  width: 96px; height: 26px;
  background: rgba(247,182,0,0.4);
  border: 1px solid rgba(184,79,0,0.25);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.jn-photo-img {
  width: 100%; height: 232px;
  object-fit: cover; object-position: center top;
  border: 1px solid rgba(42,42,40,0.16);
}
.jn-photo-cap {
  position: absolute; left: 0; right: 0; bottom: 10px; text-align: center;
  font-family: var(--accent-script); font-size: 22px; color: var(--ink-soft);
}
.jn-bio { font-family: var(--body); font-size: 15.5px; line-height: 1.55; color: var(--ink-soft); }
.jn-bio b { color: var(--ink); font-weight: 700; }
.jn-proof { display: flex; gap: 28px; }
.jn-stat .n { font-family: var(--serif); font-weight: 600; font-size: 30px; color: var(--cozy-orange); line-height: 1; display: block; }
.jn-stat .l { font-family: var(--body); font-size: 12.5px; color: var(--ink-soft); margin-top: 5px; display: block; line-height: 1.3; }
.jn-sign { font-family: var(--accent-script); font-size: 22px; color: var(--ink-soft); }
.jn-sign .nm { color: var(--cozy-orange); font-weight: 700; }

.jn-pitch { min-width: 0; }
.jn-stamp-mini {
  display: inline-block;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--canvas-beige); background: var(--cozy-orange);
  border: 1.5px solid var(--ink); border-radius: 5px; padding: 6px 11px;
  box-shadow: 2px 2px 0 var(--ink); transform: rotate(-1.5deg);
  margin-bottom: 20px;
}
.jn-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(36px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -0.01em;
  color: var(--ink); margin: 0 0 20px; padding-right: 84px;
}
.jn-title em { font-style: italic; color: var(--apron-blue); }
.jn-body { font-family: var(--body); font-size: 17px; line-height: 1.6; color: var(--ink-soft); }
.jn-body p { margin: 0 0 12px; max-width: 52ch; }
.jn-body b { color: var(--ink); font-weight: 700; }
.jn-pull {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(21px, 2.4vw, 27px); line-height: 1.3; color: var(--ink);
  margin: 20px 0 !important;
}
/* ---- Signup success state (JS swaps content in) ---- */
.signup-done {
  position: relative;
  background: var(--happy-green);
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 5px 0 var(--ink);
  padding: 26px 24px;
  text-align: center;
}
.signup-done .big { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 24px; color: var(--grow-green); }
.signup-done .sm { font-family: var(--body); font-size: 14px; color: var(--grow-green); margin-top: 6px; }
.confetti-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; pointer-events: none; z-index: 5; }

/* ==========================================================================
   Green band — deep dives
   ========================================================================== */
.unlock-band {
  position: relative;
  background: var(--happy-green);
  isolation: isolate;
  padding: 20px 0 40px;
  margin: 24px 0 0;
}
.unlock-band::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.unlock-section { padding: 56px 48px 32px; }
.unlock-head { margin-bottom: 32px; padding-top: 28px; text-align: center; }
.unlock-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-family: var(--body); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--grow-green);
}
.unlock-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grow-green); }
.unlock-head h2 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(36px, 4.8vw, 64px); line-height: 0.92; letter-spacing: -0.008em;
  color: var(--grow-green); max-width: 14ch;
  margin: 0 auto;
}
/* ---- Issue one outline card ---- */
.unlock-card.issue-outline {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  background:
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(42,42,40,0.045) 33px 34px),
    #FFFDF7;
  text-align: left;
}
.unlock-card.issue-outline h3 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(30px, 3.6vw, 44px); letter-spacing: 0.005em; line-height: 1;
  color: var(--ink);
}
.issue-outline::after {
  content: 'Nº 001';
  position: absolute; right: 36px; top: 30px;
  font-family: var(--display); font-weight: 900; font-size: 64px; line-height: 1;
  color: var(--cozy-orange); opacity: 0.14;
  transform: rotate(-6deg);
  pointer-events: none;
}
.outline-lead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(19px, 2.1vw, 24px); line-height: 1.35; color: var(--ink);
  max-width: 46ch;
}
.outline-rows {
  display: flex; flex-direction: column; gap: 14px;
  margin-top: 8px;
  border-top: 1.5px dashed rgba(42,42,40,0.25);
  padding-top: 20px;
}
.outline-row { display: grid; grid-template-columns: 190px 1fr; gap: 8px 24px; align-items: baseline; }
.outline-row .ol {
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--cozy-orange);
}
.outline-row p { font-family: var(--body); font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); max-width: 52ch; }
.outline-tail {
  margin-top: 20px;
  font-family: var(--accent-script); font-weight: 600; font-size: 21px; color: var(--ink-soft);
}
.unlock-card { position: relative; }
.unlock-card .next-stamp {
  position: absolute; top: -14px; right: 22px;
  font-family: var(--display); font-weight: 900; font-size: 11px; line-height: 1;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--canvas-beige); background: var(--cozy-orange);
  border: 1.5px solid var(--ink); border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(2deg);
  white-space: nowrap;
}
.unlock-card {
  background: var(--canvas-beige);
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform 400ms var(--ease-out), box-shadow 400ms ease;
}
.unlock-card:hover { transform: translateY(-4px); box-shadow: 4px 9px 0 var(--ink); }
.unlock-card .n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cozy-orange); }
.unlock-card.topic h3 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: 26px; letter-spacing: 0.01em; line-height: 1.05;
  color: var(--ink);
}
.unlock-card .desc { font-family: var(--body); font-size: 15px; line-height: 1.5; color: var(--ink-soft); }

/* ==========================================================================
   Experts teaser
   ========================================================================== */
.experts-tease { padding: 56px 48px 32px; position: relative; z-index: 1; }
.experts-head {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin-bottom: 28px; padding-top: 28px; text-align: center;
}
.experts-head h2 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(36px, 4.8vw, 64px); line-height: 0.92; letter-spacing: -0.008em;
  color: var(--ink); max-width: 18ch; margin: 0 auto;
}
.experts-aside { font-family: var(--accent-script); font-size: 22px; color: var(--ink-soft); max-width: 34ch; text-align: center; padding-bottom: 6px; }

.experts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.expert-card {
  background: var(--canvas-beige); border: 1.5px solid var(--ink); border-radius: 14px;
  overflow: hidden; box-shadow: 4px 5px 0 var(--ink);
  display: flex; flex-direction: column;
  transition: transform 400ms var(--ease-out);
}
.expert-card:hover { transform: translateY(-4px) rotate(-0.3deg); }
.expert-card .exp-port {
  position: relative;
  aspect-ratio: 1 / 1;
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
}
.expert-card .exp-port img { width: 100%; height: 100%; object-fit: cover; }
/* Mystery-guest placeholder — big "?" until each interview lands */
.exp-port-tbd {
  display: flex; align-items: center; justify-content: center;
  background-image: repeating-linear-gradient(180deg, transparent 0 26px, rgba(42,42,40,0.05) 26px 27px);
}
.exp-port-tbd.tbd-a { background-color: var(--sky-blue); }
.exp-port-tbd.tbd-b { background-color: var(--happy-green); }
.exp-port-tbd.tbd-c { background-color: var(--wes-yellow); }
.exp-port-tbd.tbd-d { background-color: #F6D8C3; }
.exp-q {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(56px, 6vw, 84px); line-height: 1;
  color: var(--ink); opacity: 0.8;
  transform: rotate(-6deg);
}

/* ---- The making-of tease ---- */
.journey-tease {
  margin: 44px auto 0;
  max-width: 680px;
  background:
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(42,42,40,0.045) 33px 34px),
    #FFFDF7;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 5px 0 var(--ink);
  padding: 40px clamp(24px, 4vw, 48px) 38px;
  text-align: center;
}
.journey-tease h3 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 38px); line-height: 0.96; letter-spacing: -0.005em;
  color: var(--ink);
}
.journey-body {
  margin: 16px auto 0; max-width: 46ch;
  font-family: var(--body); font-size: 16px; line-height: 1.55; color: var(--ink-soft);
}
.journey-body p { margin: 0 0 10px; }
.journey-cta {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 10px;
  background: var(--apron-blue); color: var(--canvas-beige);
  border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 13px 26px;
  font-family: var(--body); font-weight: 600; font-size: 15px; letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform 0.22s var(--ease-out), background 0.22s ease, box-shadow 0.22s ease;
}
.journey-cta:hover { background: var(--blue-deep); transform: translate(-1px, -1px); box-shadow: 5px 6px 0 var(--ink); }
.journey-cta .arr { transition: transform 0.22s var(--ease-out); }
.journey-cta:hover .arr { transform: translateX(3px); }
.expert-card .exp-port::after {
  content: attr(data-issue);
  position: absolute; top: 12px; right: 12px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--canvas-beige); color: var(--ink);
  border: 1.5px solid var(--ink); padding: 4px 8px; border-radius: 999px;
}
.expert-card .exp-meta { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; }
.expert-card .exp-name { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 20px; letter-spacing: 0.01em; color: var(--ink); }
.expert-card .exp-role { font-family: var(--body); font-size: 13px; color: var(--ink-soft); line-height: 1.35; }
.expert-card .exp-role b { color: var(--ink); font-weight: 700; }
.expert-card .exp-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.expert-card .exp-tags span { font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; padding: 4px 9px; border: 1px solid rgba(42,42,40,0.3); border-radius: 999px; color: var(--ink-soft); }

/* ==========================================================================
   Letter from the creator
   ========================================================================== */
.letter-wrap { padding: 56px 48px 40px; display: flex; justify-content: center; position: relative; z-index: 1; }
.letter {
  position: relative;
  background: #FFFDF8;
  transform: rotate(-1.4deg);
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  max-width: 825px; width: 100%;
  padding: 56px 64px 48px;
  box-shadow: 6px 8px 0 rgba(42,42,40,0.12);
  background-image: repeating-linear-gradient(180deg, transparent 0 30px, rgba(42,42,40,0.04) 30px 31px);
}
.letter::before {
  content: '';
  position: absolute; top: -10px; left: 50%;
  width: 20px; height: 20px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #F05A3B 0%, #C43A1E 55%, #8A2610 100%);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3), inset -2px -3px 4px rgba(0,0,0,0.25), inset 2px 2px 3px rgba(255,255,255,0.35);
  z-index: 3;
}
.letter::after {
  content: '';
  position: absolute; top: -4px; left: 50%;
  width: 6px; height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #FFB5A0 0%, #F05A3B 80%);
  z-index: 4;
  pointer-events: none;
}
.letter-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 20px; margin-bottom: 28px;
  border-bottom: 1.5px dashed rgba(42,42,40,0.25);
}
.letter-stamp {
  font-family: var(--display); font-weight: 900; font-size: 11px; line-height: 1;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--canvas-beige); background: var(--cozy-orange);
  border: 1.5px solid var(--ink);
  padding: 7px 12px; border-radius: 4px;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-1deg);
  white-space: nowrap;
}
.letter-body { font-family: var(--accent-script); font-size: 22px; line-height: 1.5; color: var(--ink); }
.letter-body p { margin: 0 0 16px; }
.letter-salut { font-weight: 700; }
.letter-body b {
  font-weight: 700;
  background: linear-gradient(transparent 62%, rgba(247,182,0,0.55) 62% 94%, transparent 94%);
  padding: 0 2px;
}
.letter-pull {
  font-family: var(--display); font-weight: 900; font-size: 26px; line-height: 1.4; text-transform: uppercase;
  color: var(--ink); letter-spacing: -0.005em;
  padding: 16px 0 20px; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink);
  margin: 18px 0 22px;
}
.letter-sig { font-size: 38px; margin-top: 20px; line-height: 1; font-weight: 700; color: var(--cozy-orange); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-wrap { padding-top: 40px; padding-bottom: 40px; max-width: 900px; position: relative; z-index: 1; }
.faq-h {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(32px, 4vw, 48px); line-height: 0.94; letter-spacing: -0.008em;
  color: var(--ink); text-align: center; margin-bottom: 26px;
}
.faq-item {
  background: var(--canvas-beige);
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  box-shadow: 3px 4px 0 var(--ink);
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px;
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: 16px; letter-spacing: 0.02em; line-height: 1.2; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; line-height: 1; color: var(--cozy-orange); flex: none; }
.faq-item[open] summary::after { content: '−'; }
.faq-a { padding: 0 22px 20px; font-family: var(--body); font-size: 15px; line-height: 1.55; color: var(--ink-soft); }
.faq-a p { margin: 0 0 8px; }

/* ==========================================================================
   Footer over the forest
   ========================================================================== */
.forest-footer-bg {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 900px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.9) 80%, #000 100%);
          mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.9) 80%, #000 100%);
  pointer-events: none;
  z-index: 0;
}
/* Inner layer overshoots the mask top AND bottom so no parallax
   translate value can ever expose a seam */
.forest-footer-bg .ffb-img {
  position: absolute; left: 0; right: 0; top: -10%; bottom: -80px;
  background-image: url("../img/hills-1920.webp");
  background-size: cover;
  background-position: center 60%;
  will-change: transform;
}
@media (max-width: 720px) {
  .forest-footer-bg { height: 620px; }
  .forest-footer-bg .ffb-img { background-image: url("../img/hills-960.webp"); }
}
.hd-footer {
  position: relative; z-index: 1;
  margin-top: 40px; padding: 40px 48px calc(56px + env(safe-area-inset-bottom));
  font-family: var(--body); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hd-footer-row {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center;
}
.hd-footer .motto {
  font-family: var(--accent-script); font-size: 22px;
  text-transform: none; letter-spacing: 0; text-align: center;
}
.hd-footer .left { text-align: left; color: #fff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hd-footer .right { text-align: right; color: #fff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hd-footer-note {
  margin-top: 16px; text-align: center;
  font-size: 10.5px; letter-spacing: 0.14em;
  color: #fff; opacity: 0.85;
}

/* ==========================================================================
   Signup modal
   ========================================================================== */
.signup-modal {
  border: 0; padding: 0; background: transparent;
  max-width: min(520px, calc(100vw - 32px));
  width: 100%;
  margin: auto;
}
.signup-modal::backdrop {
  background: rgba(42, 42, 40, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.sm-inner {
  position: relative;
  background:
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(42,42,40,0.045) 33px 34px),
    #FFFDF7;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 6px 8px 0 var(--ink);
  padding: 36px clamp(22px, 5vw, 40px) 30px;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
.sm-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  border: 1.5px solid var(--ink); border-radius: 50%;
  background: var(--canvas-beige); color: var(--ink);
  font-family: var(--body); font-size: 20px; line-height: 1;
  cursor: pointer;
  box-shadow: 2px 2px 0 var(--ink);
  transition: transform 180ms var(--ease-out), background 180ms ease;
}
.sm-close:hover { background: var(--wes-yellow); transform: rotate(90deg); }
.sm-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(28px, 4vw, 36px); line-height: 1.05; letter-spacing: -0.01em;
  color: var(--ink); margin-top: 4px;
}
.sm-sub { font-family: var(--body); font-size: 14px; color: var(--ink-soft); margin-top: 8px; }
.sm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.sm-field { display: flex; flex-direction: column; gap: 5px; }
.sm-field.sm-full { grid-column: 1 / -1; }
.sm-field span {
  font-family: var(--body); font-weight: 600; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft);
}
.sm-field input {
  border: 1.5px solid var(--ink); border-radius: 10px;
  background: #fff; outline: none;
  font-family: var(--body); font-size: 15px; color: var(--ink);
  padding: 11px 13px; width: 100%;
  transition: box-shadow 180ms ease, transform 180ms var(--ease-out);
}
.sm-field input::placeholder { color: var(--ink-soft); opacity: 0.45; }
.sm-field input:focus { box-shadow: 2px 3px 0 var(--ink); transform: translate(-1px, -1px); }
.sm-field input.invalid { border-color: #C43A1E; box-shadow: 2px 3px 0 #C43A1E; }
.sm-submit {
  width: 100%;
  margin-top: 18px;
  border: 1.5px solid var(--ink); border-radius: 999px;
  background: var(--cozy-orange); color: var(--canvas-beige);
  font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: 0.02em;
  padding: 15px 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  cursor: pointer;
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform 0.22s var(--ease-out), background 0.22s ease, box-shadow 0.22s ease;
}
.sm-submit:hover { background: var(--orange-deep); transform: translate(-1px, -1px); box-shadow: 5px 6px 0 var(--ink); }
.sm-submit[disabled] { opacity: 0.7; cursor: wait; transform: none; }
.sm-submit .arr { transition: transform 0.22s var(--ease-out); }
.sm-submit:hover .arr { transform: translateX(3px); }
.sm-error {
  margin-top: 12px;
  font-family: var(--body); font-size: 13px; line-height: 1.5;
  color: #C43A1E;
}
.sm-reassure {
  margin-top: 14px;
  font-family: var(--body); font-size: 11.5px; line-height: 1.55; color: var(--ink-soft);
}
.signup-modal .signup-done { margin-top: 8px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .experts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .orbit { max-width: 680px; height: 560px; }
  .orbit-ring { width: 460px; height: 460px; margin: -230px 0 0 -230px; }
  .orbit-ring-2 { width: 600px; height: 600px; margin: -300px 0 0 -300px; }
  .orbit-card { width: 320px; }
  .orbit-pill.p-tl { left: 2%; }
  .orbit-pill.p-tr { right: 1%; }
  .orbit-pill.p-b  { left: 32%; }

  .join-letter { grid-template-columns: 1fr; padding: 40px 26px 38px; }
  .jn-me { border-right: 0; border-bottom: 1.5px dashed rgba(42,42,40,0.28); padding-right: 0; padding-bottom: 26px; }
  .jn-title { padding-right: 70px; }
  .jn-postmark { width: 78px; height: 78px; top: 16px; right: 16px; }
}

@media (max-width: 900px) {
  .sky-hero { min-height: 620px; padding-top: 120px; }
  .cd-grid { gap: 10px; }
  .cd-cell { padding: 16px 10px 14px; text-align: center; }
  .cd-cell .num { font-size: clamp(32px, 10vw, 56px); }
  .cd-cell .u { letter-spacing: 0.14em; font-size: 10px; margin-top: 8px; }
  .unlock-card .next-stamp { right: 14px; }
  .outline-row { grid-template-columns: 1fr; gap: 4px; }
  .unlock-card.issue-outline::after { display: none; }
  .hd-footer-row { grid-template-columns: 1fr; gap: 14px; }
  .hd-footer .left, .hd-footer .right { text-align: center; }
}

@media (max-width: 720px) {
  .wrap-hd { padding: 0 20px; }
  .countdown-wrap, .unlock-section, .experts-tease { padding-left: 20px; padding-right: 20px; }
  .drop-wrap { padding: 40px 16px 28px; }
  .letter-wrap { padding: 48px 20px 32px; }
  .letter { padding: 44px 28px 36px; }
  .feature-card { padding-left: 22px; padding-right: 22px; }
  .faq-item summary { font-size: 14px; padding: 16px 18px; }
  .faq-a { padding: 0 18px 16px; }
  .sm-grid { grid-template-columns: 1fr; }

  /* Nav: brand left, join right */
  .hd-nav-inner { grid-template-columns: auto 1fr; padding: 0 20px; gap: 12px; }
  .hd-nav-inner .hero-kicker { display: none; }
  .hd-brand { justify-self: start; }
  .hero-subscribe { grid-column: 2; padding: 9px 14px; font-size: 11px; letter-spacing: 0.1em; }
}

/* Phone — orbit becomes a stacked list */
@media (max-width: 680px) {
  .orbit {
    height: auto; max-width: 420px;
    display: flex; flex-direction: column; align-items: center; gap: 14px;
  }
  .orbit-ring { display: none; }
  .orbit-card {
    position: static; transform: none;
    width: 100%; max-width: 360px;
    margin-bottom: 6px;
  }
  .orbit-pill {
    position: static; rotate: none;
    width: 100%; max-width: 340px;
    flex-direction: row; align-items: baseline; justify-content: space-between; gap: 6px 14px;
    white-space: normal; flex-wrap: wrap;
  }
  .orbit-pill .op-sub { text-align: right; justify-content: flex-end; margin-left: auto; }
  .pc-stage-wrap { padding: 40px 20px 0; }
}

@media (max-width: 480px) {
  .jn-title { padding-right: 56px; }
  .jn-proof { gap: 20px; }
}

/* --------------------------------------------------------------------------
   Reduced motion — kill every animation, show everything
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
