/* ============================================================
   Puente — Webinar Landing
   amber accent · Fraunces · scrollytelling · photo cards
   ============================================================ */

:root {
  --cream:        #FAF6EF;
  --cream-2:      #F2E9DA;
  --paper:        #FFFDF8;
  --terracotta:   #C8623C;   /* retained as supporting warm */
  --navy:         #1E3A47;
  --navy-800:     #162C36;
  --navy-900:     #0E1E25;
  --sage:         #8A9A6B;
  --sage-deep:    #6E7E50;
  --ink:          #34302A;
  --ink-soft:     #6E675C;
  --line:         rgba(30,58,71,0.14);

  /* Tweakable accent (default: amber / golden hour) */
  --accent:       #E0A526;   /* vivid golden — fills, blocks */
  --accent-600:   #C68E1B;   /* hover */
  --accent-700:   #E0A526;   /* yellow accent (matches CTA button) */
  --on-accent:    #1E3A47;   /* text that sits ON an accent fill */
  --charcoal:     #262220;   /* warm charcoal — network ground */

  --radius:       8px;
  --font-serif:   "Fraunces", Georgia, serif;
  --font-sans:    "Outfit", system-ui, sans-serif;

  --shadow-md: 0 18px 50px -24px rgba(14,30,37,0.45);
  --shadow-lg: 0 40px 90px -36px rgba(14,30,37,0.55);
  --shadow-btn: 0 10px 28px -8px rgba(224,165,38,0.55);

  --maxw: 1320px;
  --gutter: clamp(22px, 5vw, 88px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

h1, h2, h3 {
  font-family: var(--font-serif);
  color: var(--navy);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.018em;
  margin: 0;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* Overline */
.overline {
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent-700);
  display: flex; align-items: center; gap: 14px;
}
.overline::before { content: ""; width: 40px; height: 2px; background: currentColor; display: inline-block; }
.overline.bare::before { display: none; }

/* Buttons */
.btn {
  font-family: var(--font-sans); font-size: 17px; font-weight: 600; border: none;
  border-radius: 999px; padding: 17px 32px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 11px;
  transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  text-decoration: none; white-space: nowrap;
}
.btn .arr { transition: transform .2s; }
.btn:hover .arr { transform: translateX(5px); }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: var(--shadow-btn); }
.btn-primary:hover { background: var(--accent-600); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-cream { background: var(--cream); color: var(--navy); }
.btn-cream:hover { background: #fff; transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-800); transform: translateY(-2px); }
.btn-line { background: transparent; color: currentColor; border: 1.5px solid currentColor; padding: 15px 30px; }
.btn-line:hover { background: currentColor; }
.btn-sm { padding: 12px 20px; font-size: 15px; }
.btn .lbl-short { display: none; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 26px 0; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.scrolled { background: rgba(250,246,239,0.9); backdrop-filter: blur(14px) saturate(1.1); box-shadow: 0 1px 0 var(--line); padding: 15px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-family: var(--font-serif); font-size: 27px; font-weight: 600; color: var(--navy); letter-spacing: -0.01em; text-decoration: none; display: inline-flex; align-items: center; gap: 11px; }
.wordmark-mark { height: 32px; width: auto; display: block; }
.wordmark .dotmark { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); margin-left: 2px; }
.header-right { display: flex; align-items: center; gap: 22px; }
.header-meta { font-size: 14px; font-weight: 500; color: var(--navy); letter-spacing: 0.01em; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.header-meta .hd-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }

/* ============================================================
   HERO — typography-forward, image as a tall offset column
   ============================================================ */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; padding: 160px 0 80px; overflow: hidden; }
/* image slots — real <img> fills its container, cover-cropped */
.slot-img { object-fit: cover; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; background: var(--cream-2); }
.hero-photo .slot-img { width: 100%; height: 100%; display: block; }
/* strong cream wash so the copy stays readable over the full-bleed photo */
.hero-fade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(95deg, rgba(250,246,239,0.97) 0%, rgba(250,246,239,0.93) 40%, rgba(250,246,239,0.74) 72%, rgba(250,246,239,0.55) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-copy { max-width: 760px; }
.hero h1 { font-size: clamp(50px, 7.4vw, 104px); margin: 30px 0 0; line-height: 1.05; letter-spacing: -0.03em; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero .sub { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink-soft); margin-top: 44px; max-width: 560px; }
.hero .trustline { margin-top: 24px; font-size: 16px; color: var(--navy); font-weight: 500; max-width: 480px; padding-left: 16px; border-left: 3px solid var(--sage); }
.hero-actions { margin-top: 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.hero-promo { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-promo .reassure { max-width: 150px; line-height: 1.5; }
.reassure { font-size: 14px; color: var(--ink-soft); }
.reassure b { color: var(--navy); font-weight: 600; }

/* date card overlapping the image (new home for the date) */
/* date card — bigger, inline, immediately right of the reassurance line */
.hero-datecard {
  display: inline-flex; align-items: stretch;
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 18px 10px;
}
.hero-datecard .m { padding: 0 20px; border-right: 1px solid var(--line); }
.hero-datecard .m:first-child { padding-left: 12px; }
.hero-datecard .m:last-child { border-right: none; padding-right: 12px; }
.hero-datecard .k { display: block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-700); font-weight: 600; margin-bottom: 8px; white-space: nowrap; }
.hero-datecard .v { font-family: var(--font-serif); font-size: 22px; color: var(--navy); font-weight: 600; line-height: 1; white-space: nowrap; }

/* ============================================================
   TRUST STRIP — navy band, typographic
   ============================================================ */
.trust { background: var(--navy); color: var(--cream); padding: 24px 0; overflow: hidden; }
.ticker { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.ticker-track { display: inline-flex; align-items: center; white-space: nowrap; animation: tickerScroll 32s linear infinite; will-change: transform; }
.trust:hover .ticker-track { animation-play-state: paused; }
.ticker-group { display: inline-flex; align-items: center; }
.ticker-item { font-family: var(--font-serif); font-size: clamp(22px, 2.4vw, 34px); color: var(--cream); font-weight: 500; padding: 0 26px; letter-spacing: -0.01em; }
.ticker-sep { color: var(--accent); font-size: clamp(18px, 1.8vw, 26px); }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section { padding: clamp(80px, 11vw, 150px) 0; }
.head-split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px clamp(40px, 6vw, 90px); align-items: end; }
.head-split h2 { font-size: clamp(40px, 6.5vw, 88px); line-height: 0.98; }
.head-split .body { color: var(--ink-soft); font-size: 19px; padding-bottom: 8px; }

/* ============================================================
   FOUNDERS
   ============================================================ */
.founders { position: relative; }
.founders .overline { margin-bottom: 22px; }
.founders-media { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); margin-top: clamp(56px, 7vw, 96px); align-items: start; }
.portrait { position: relative; margin: 0; }
.portrait .ph { position: relative; aspect-ratio: 4 / 5; overflow: hidden; box-shadow: var(--shadow-md); border-radius: var(--radius); background: var(--cream-2); }
.portrait .slot-img { width: 100%; height: 100%; display: block; }
.portrait .cap { margin-top: 22px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.portrait .cap .name { font-family: var(--font-serif); font-size: clamp(24px, 2.4vw, 32px); color: var(--navy); font-weight: 600; }
.portrait .cap .meta { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-700); font-weight: 600; }
.founders-index { position: absolute; right: var(--gutter); top: -10px; font-family: var(--font-serif); font-size: clamp(120px, 20vw, 280px); color: var(--sage); opacity: 0.12; line-height: 1; z-index: 0; pointer-events: none; font-weight: 600; }

/* ============================================================
   WHAT WE'LL COVER — navy scrollytelling
   ============================================================ */
.cover { background: var(--navy); color: var(--cream); }
.cover .overline { color: rgba(255,255,255,0.6); }
.cover .overline::before { background: var(--accent); }
.cover-head { max-width: 720px; }
.cover-head h2 { color: var(--cream); font-size: clamp(40px, 6vw, 80px); margin-top: 22px; }
.cover-head .body { color: rgba(250,246,239,0.66); font-size: 19px; margin-top: 24px; max-width: 460px; }

.cover-scrolly { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; margin-top: clamp(40px, 6vw, 80px); }

/* sticky visual stack */
.cover-visuals { position: sticky; top: 14vh; height: 72vh; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy-800); }
.cover-visual { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity .7s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.cover-visual.active { opacity: 1; transform: none; }
.cover-visual .slot-img { width: 100%; height: 100%; display: block; }
.cover-visual .vlabel { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: #fff; font-family: var(--font-serif); font-size: 26px; font-weight: 500; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.cover-visual .vscrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,30,37,0.7), transparent 50%); z-index: 1; }
.cover-visual .vnum { position: absolute; right: 24px; top: 18px; z-index: 2; font-family: var(--font-serif); font-size: 80px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.6); font-weight: 600; }

/* scrolling steps */
.cover-steps { display: flex; flex-direction: column; }
.cover-step { min-height: 64vh; display: flex; flex-direction: column; justify-content: center; padding: 20px 0; opacity: 0.4; transition: opacity .4s ease; }
.cover-step:first-child { min-height: 50vh; }
.cover-step:last-child { min-height: 56vh; }
.cover-step.active { opacity: 1; }
.cover-step .snum { font-family: var(--font-serif); font-size: clamp(40px, 5vw, 64px); line-height: 0.9; color: transparent; -webkit-text-stroke: 1.5px var(--accent); font-weight: 500; transition: color .35s ease; }
.cover-step.active .snum { color: var(--accent); }
.cover-step h3 { color: var(--cream); font-size: clamp(30px, 4vw, 52px); font-weight: 500; margin-top: 18px; }
.cover-step p { color: rgba(250,246,239,0.7); font-size: clamp(17px, 1.6vw, 20px); margin-top: 14px; max-width: 440px; }
.step-visual { display: none; } /* per-topic image — shown only in the stacked mobile layout */
/* progress rail */
.cover-rail { position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.14); }

/* ============================================================
   THE NETWORK — staggered photo cards on accent band
   ============================================================ */
.network { background: var(--charcoal); color: var(--cream); position: relative; overflow: hidden; }
.network-head { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 30px clamp(40px,6vw,90px); align-items: end; position: relative; z-index: 1; }
.network-head .overline { color: var(--accent); }
.network-head h2 { color: var(--cream); font-size: clamp(36px, 5vw, 70px); line-height: 1.0; }
.network-head .body { color: rgba(250,246,239,0.72); font-size: 19px; max-width: 460px; padding-bottom: 6px; }
.net-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 24px); margin-top: clamp(48px, 6vw, 80px); position: relative; z-index: 1; }
.net-card { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: #322C28; transition: transform .3s ease, box-shadow .3s ease; }
.net-card:nth-child(even) { margin-top: 34px; }
.net-gallery .net-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.net-card .slot-img { width: 100%; height: 100%; display: block; }
.net-card .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,30,37,0.82), rgba(14,30,37,0.05) 58%); z-index: 1; pointer-events: none; }
.net-card .cardlabel { position: absolute; left: 20px; right: 16px; bottom: 18px; z-index: 2; color: #fff; }
.net-card .cardlabel .idx { font-size: 12px; letter-spacing: 0.18em; font-weight: 600; color: var(--accent); display: block; margin-bottom: 8px; }
.net-card .cardlabel .nm { font-family: var(--font-serif); font-size: clamp(19px, 1.7vw, 24px); font-weight: 500; line-height: 1.05; }
.net-cta { margin-top: clamp(44px, 6vw, 72px); position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.net-cta .note { color: rgba(250,246,239,0.7); font-size: 15px; }

/* ============================================================
   FINAL CTA — full-bleed photo + dark wash
   ============================================================ */
.final-cta { position: relative; overflow: hidden; color: #fff; }
.final-cta .bg { position: absolute; inset: 0; z-index: 0; background: var(--navy-900); }
.final-cta .bg .slot-img { width: 100%; height: 100%; display: block; }
.final-cta .wash { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(105deg, rgba(14,30,37,0.93) 0%, rgba(14,30,37,0.74) 44%, color-mix(in srgb, var(--accent) 50%, transparent) 100%); }
.final-cta .inner { position: relative; z-index: 2; padding-top: clamp(96px, 13vw, 190px); padding-bottom: clamp(96px, 13vw, 190px); }
.final-cta .holder { max-width: 760px; }
.final-cta .overline { color: rgba(255,255,255,0.72); }
.final-cta h2 { color: #fff; font-size: clamp(40px, 6.5vw, 92px); line-height: 0.97; margin-top: 22px; }
.final-cta .subline { font-family: var(--font-serif); font-size: clamp(20px, 2vw, 28px); color: rgba(255,255,255,0.9); margin-top: 26px; }
.final-cta .subline .sep { color: var(--accent); margin: 0 12px; }
.final-cta .cta-actions { margin-top: 40px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.final-cta .urgency { font-size: 15px; color: rgba(255,255,255,0.85); }
.countdown { display: flex; gap: 18px; margin-top: 44px; }
.countdown .unit { text-align: left; }
.countdown .unit .n { font-family: var(--font-serif); font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: 0.9; display: block; color: #fff; }
.countdown .unit .l { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; margin-top: 8px; display: block; }
.countdown .sepdot { align-self: flex-start; color: var(--accent); font-size: 40px; line-height: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.62); padding: clamp(64px,8vw,90px) 0 40px; overflow: hidden; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; align-items: flex-start; }
.footer-tag { font-family: var(--font-serif); font-size: clamp(22px, 2.4vw, 30px); color: var(--cream); max-width: 360px; line-height: 1.2; }
.footer-mark { height: 48px; width: auto; display: block; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.footer-links a { text-decoration: none; font-size: 16px; color: rgba(255,255,255,0.7); transition: color .2s; }
.footer-links a:hover { color: var(--accent); }
.footer-giant { font-family: var(--font-serif); font-weight: 600; font-size: clamp(90px, 24vw, 360px); line-height: 0.8; color: transparent; -webkit-text-stroke: 1.5px rgba(250,246,239,0.18); letter-spacing: -0.03em; margin-top: clamp(40px, 6vw, 80px); user-select: none; }
.footer-giant .dot { -webkit-text-stroke: 0; color: var(--accent); }
.footer-bottom { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.42); }

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(14,30,37,0.6); backdrop-filter: blur(7px); display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal { background: var(--cream); width: 100%; max-width: 470px; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; transform: translateY(18px) scale(0.98); transition: transform .28s cubic-bezier(.2,.8,.2,1); max-height: 92vh; overflow-y: auto; }
.modal-overlay.open .modal { transform: none; }
.modal-head { padding: 34px 36px 24px; background: var(--navy); color: var(--cream); position: relative; }
.modal-head .overline { color: rgba(255,255,255,0.6); }
.modal-head .overline::before { background: var(--accent); }
.modal-head h3 { color: var(--cream); font-size: 30px; margin-top: 14px; font-weight: 500; }
.modal-head p { color: rgba(250,246,239,0.72); margin-top: 10px; font-size: 15px; }
.modal-close { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); background: transparent; color: var(--cream); cursor: pointer; display: grid; place-items: center; transition: background .18s, transform .18s; }
.modal-close:hover { background: rgba(255,255,255,0.12); transform: rotate(90deg); }
.modal-body { padding: 28px 36px 34px; }
.field { margin-top: 18px; }
.field:first-child { margin-top: 0; }
.field label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); margin-bottom: 9px; }
.field input { width: 100%; font-family: var(--font-sans); font-size: 16px; padding: 15px 16px; border: none; border-bottom: 2px solid var(--line); background: transparent; color: var(--ink); transition: border-color .18s; }
.field input::placeholder { color: #b3aa9a; }
.field input:focus { outline: none; border-color: var(--accent); }
.field.invalid input { border-color: #b0402a; }
.field .err { display: none; color: #b0402a; font-size: 13px; margin-top: 7px; font-weight: 500; }
.field.invalid .err { display: block; }
/* first / last name row */
.modal-body form > *:first-child { margin-top: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.field-row .field { margin-top: 0; }
/* selects (country code + stage) styled like the underline inputs */
.cc-select, .stage-select {
  width: 100%; font-family: var(--font-sans); font-size: 16px; line-height: 1.2;
  padding: 15px 28px 15px 4px; border: none; border-bottom: 2px solid var(--line);
  background: transparent; color: var(--ink); border-radius: 0; cursor: pointer;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231E3A47' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center;
}
.cc-select:focus, .stage-select:focus { outline: none; border-color: var(--accent); }
.stage-select:invalid { color: #b3aa9a; }
.field.invalid select { border-color: #b0402a; }
/* phone: country-code select + number */
.phone-row { display: flex; gap: 12px; align-items: end; }
.cc-select { flex: 0 0 auto; width: 7em; }
.phone-row input { flex: 1 1 auto; min-width: 0; }
.modal .submit { width: 100%; justify-content: center; margin-top: 28px; }
.modal-foot { margin-top: 16px; text-align: center; font-size: 13px; color: var(--ink-soft); }
.modal-success { display: none; padding: 48px 36px 42px; text-align: center; }
.modal.is-success .modal-head, .modal.is-success .modal-body { display: none; }
.modal.is-success .modal-success { display: block; }
.success-check { width: 76px; height: 76px; border-radius: 50%; background: var(--sage); color: #fff; display: grid; place-items: center; margin: 0 auto 24px; animation: pop .4s cubic-bezier(.2,.9,.3,1.4) both; }
@keyframes pop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-success h3 { font-size: 30px; font-weight: 500; }
.modal-success p { color: var(--ink-soft); margin-top: 12px; font-size: 16px; }
.success-detail { margin-top: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; }
.success-detail .d { font-family: var(--font-serif); font-size: 18px; color: var(--navy); }

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal[data-rv="left"]  { transform: translateX(-40px); }
.reveal[data-rv="right"] { transform: translateX(40px); }
.reveal[data-rv="scale"] { transform: scale(1.06); transition: opacity 1s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.net-card.reveal:nth-child(2) { transition-delay: .08s; }
.net-card.reveal:nth-child(3) { transition-delay: .16s; }
.net-card.reveal:nth-child(4) { transition-delay: .24s; }
.portrait:nth-child(2).reveal { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   CTA radius (hero · nav · network · final CTA → squared 8px)
   ============================================================ */
.site-header .btn,
.hero .btn,
.network .btn,
.final-cta .btn { border-radius: var(--radius); }

/* ============================================================
   STICKY MOBILE CTA BAR (shown on mobile only)
   ============================================================ */
.mcta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; align-items: center; justify-content: center; gap: 14px;
  padding: 13px 16px calc(13px + env(safe-area-inset-bottom, 0px));
  background: rgba(250,246,239,0.97); backdrop-filter: blur(12px) saturate(1.1);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 34px -18px rgba(14,30,37,0.5);
  transform: translateY(125%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.mcta.show { transform: none; }
.mcta-info { display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1.2; min-width: 0; }
.mcta-date { font-family: var(--font-serif); font-size: 19px; color: var(--navy); font-weight: 600; white-space: nowrap; }
.mcta-sub { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-700); font-weight: 600; margin-top: 4px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  /* hero — keep the full-bleed photo, just strengthen the cream wash for the narrow copy */
  .hero { min-height: auto; padding: 124px 0 60px; }
  .hero-fade { display: block; background: linear-gradient(168deg, rgba(250,246,239,0.94) 0%, rgba(250,246,239,0.88) 50%, rgba(250,246,239,0.95) 100%); }
  .head-split { grid-template-columns: 1fr; gap: 24px; }
  .network-head { grid-template-columns: 1fr; }
  /* What We'll Cover → clean stacked cards (eliminates the sticky-overlap clash) */
  .cover-scrolly { display: block; }
  .cover-visuals { display: none; }
  .cover-steps { display: block; }
  .cover-step { min-height: 0; opacity: 1; padding: 0; margin-top: clamp(40px, 8vw, 64px); }
  .cover-step:first-child { min-height: 0; margin-top: 0; }
  .cover-step:last-child { min-height: 0; }
  .cover-step .snum { display: none; }
  .cover-step h3 { margin-top: 0; }
  .step-visual { display: block; position: relative; aspect-ratio: 16 / 10; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: var(--navy-800); margin-bottom: 18px; }
  .step-visual .slot-img { width: 100%; height: 100%; display: block; }
  .step-visual .vscrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,30,37,0.5), transparent 55%); }
  .step-visual .vnum { position: absolute; right: 16px; top: 10px; font-family: var(--font-serif); font-size: 56px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.55); font-weight: 600; }
  .net-gallery { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .net-card:nth-child(even) { margin-top: 24px; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  /* header — drop the date label, keep wordmark + compact CTA */
  .site-header { padding: 16px 0; }
  .site-header.scrolled { padding: 11px 0; }
  .header-meta { display: none; }
  /* compact CTA so it never crowds the logo */
  .site-header .btn-sm { padding: 10px 15px; font-size: 14px; }
  .site-header .lbl-full { display: none; }
  .site-header .lbl-short { display: inline; }
  /* hero — full-bleed photo stays; stronger wash keeps the full-width copy readable */
  .hero { padding: 96px 0 48px; }
  .hero-fade { background: linear-gradient(176deg, rgba(250,246,239,0.95) 0%, rgba(250,246,239,0.9) 55%, rgba(250,246,239,0.96) 100%); }
  .hero h1 { font-size: clamp(42px, 12vw, 64px); margin-top: 20px; }
  .hero .sub { margin-top: 26px; font-size: 18px; }
  .hero-actions { gap: 22px; align-items: stretch; }
  .hero-actions > .btn { justify-content: center; }
  .hero-promo { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-promo .reassure { max-width: none; }
  .hero-datecard { width: 100%; }
  .hero-datecard .m { flex: 1; }
  /* founders */
  .founders-media { grid-template-columns: 1fr; gap: 44px; }
  .portrait:nth-child(2) { margin-top: 0; }
  .founders-index { font-size: 40vw; right: 12px; top: -4px; }
  /* "What We'll Cover" stays stacked (rules live in the 1000px block) */
  /* final CTA — keep countdown on one line */
  .countdown { flex-wrap: nowrap; justify-content: space-between; gap: 6px; width: 100%; max-width: 420px; }
  .countdown .sepdot { display: none; }
  .countdown .unit { flex: 1; text-align: center; }
  .countdown .unit .n { font-size: 30px; }
  .countdown .unit .l { font-size: 9.5px; letter-spacing: 0.1em; }
  /* ticker */
  .ticker-item { font-size: 22px; padding: 0 18px; }
  /* show the sticky conversion bar */
  .mcta { display: flex; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: clamp(36px, 13vw, 50px); }
  /* network → full-width landscape cards, no stagger */
  .net-gallery { grid-template-columns: 1fr; gap: 16px; }
  .net-card { aspect-ratio: 16 / 10; }
  .net-card:nth-child(even) { margin-top: 0; }
  .net-card .cardlabel .nm { font-size: 22px; }
  /* date card → stacked rows (label left, value right) */
  .hero-datecard { flex-direction: column; padding: 4px 0; border-left: none; border-top: 4px solid var(--accent); }
  .hero-datecard .m { border-right: none; border-bottom: 1px solid var(--line); padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; }
  .hero-datecard .m:last-child { border-bottom: none; }
  .hero-datecard .k { margin-bottom: 0; }
  .hero-datecard .v { font-size: 20px; }
  /* modal — tighter gutters on small phones */
  .modal-head { padding: 26px 20px 18px; }
  .modal-body { padding: 22px 20px 26px; }
  .field-row { gap: 12px; }
}
