:root {
  --blue:   #1654F0;
  --green:  #00A86B;
  --yellow: #F5C800;
  --ink:    #0B0C10;
  --ink-2:  #4A4D62;
  --ink-3:  #9FA3B8;
  --beige:  #F5EFE3;
  --bg:     #FFFFFF;
  --border: rgba(11,12,16,.1);
  --d:      'Bricolage Grotesque', sans-serif;
  --b:      'Plus Jakarta Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--b); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
@media(max-width:600px) { .wrap { padding: 0 20px; } }
@media(max-width:600px) {
  .hero { padding: 88px 24px 56px; }
  .hero-form { flex-direction: column; max-width: 100%; }
  .hero-email { padding: 16px 18px; }
  .hero-submit { width: 100%; padding: 16px; text-align: center; }
}

/* ── NAV ───────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; padding: 20px 0; transition: all .35s ease; }
.nav-row { display: flex; align-items: center; justify-content: space-between; }
.nav-brand {
  font-family: var(--d); font-size: 28px; font-weight: 800;
  letter-spacing: -.04em; color: var(--ink);
  display: flex; align-items: center; gap: 8px;
  transition: color .35s ease;
}
.nav-sun {
  width: 16px; height: 16px; background: var(--yellow);
  border-radius: 50%; flex-shrink: 0;
}
.nav-join {
  font-family: var(--d); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-2); border: 1px solid var(--border);
  padding: 9px 20px; transition: all .2s ease;
}
.nav-join:hover { color: var(--blue); border-color: var(--blue); background: transparent; }
.nav.scrolled { padding: 13px 0; background: rgba(255,255,255,.96); backdrop-filter: blur(20px); box-shadow: 0 1px 0 var(--border); }
.nav.scrolled .nav-brand { color: var(--ink); }
.nav.scrolled .nav-join { color: var(--ink); border-color: var(--border); }
.nav.scrolled .nav-join:hover { color: var(--blue); border-color: var(--blue); background: transparent; }

/* ── HERO ──────────────────────────────────────────────── */
.hero {
  background: #fff;
  min-height: 76vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 96px 40px 64px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
  width: 90vw; height: 90vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,200,0,.06) 0%, transparent 65%);
  pointer-events: none;
}
.hero-kicker {
  font-family: var(--d); font-size: 11px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3);
  margin-bottom: 28px; opacity: 0; animation: up .6s ease forwards .1s;
}
.hero-h1 {
  font-family: var(--d);
  font-size: clamp(38px, 6.5vw, 88px);
  font-weight: 800; line-height: .95; letter-spacing: -.045em;
  color: var(--ink); max-width: 860px; margin-bottom: 28px;
  opacity: 0; animation: up 1s cubic-bezier(.16,1,.3,1) forwards .2s;
}
.hero-h1 em { font-style: normal; color: var(--yellow); }
.hero-nostalgia {
  font-family: var(--b); font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500; color: var(--ink-2);
  max-width: 580px; line-height: 1.6;
  margin-bottom: 36px;
  opacity: 0; animation: up .7s ease forwards .38s;
}
.hero-nostalgia strong { color: var(--ink); font-weight: 700; }
.hero-nostalgia strong.bb { color: #003087; }
.hero-nostalgia strong.zellers { color: #E3001B; }
.hero-nostalgia strong em { font-style: italic; }
.hero-format {
  font-family: var(--b); font-size: clamp(12px, 1.2vw, 14px);
  color: var(--ink-3); max-width: 520px; line-height: 1.6;
  margin-bottom: 28px;
  opacity: 0; animation: up .6s ease forwards .5s;
}
.hero-form {
  display: flex; width: 100%; max-width: 600px;
  border: 1px solid var(--border);
  background: transparent;
  opacity: 0; animation: up .7s ease forwards .55s;
}
.hero-email {
  flex: 1; border: none; background: transparent;
  padding: 16px 22px; font-family: var(--b); font-size: 15px;
  color: var(--ink); outline: none;
}
.hero-email::placeholder { color: var(--ink-3); }
.hero-submit {
  background: var(--yellow); color: var(--ink); border: none;
  font-family: var(--d); font-size: 12px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 16px 26px; white-space: nowrap; cursor: pointer;
  transition: background .2s, color .2s;
}
.hero-submit:hover { background: var(--blue); color: #fff; }
.hero-submit:disabled { opacity: .5; cursor: default; }
.hero-fine {
  font-size: 12px; color: var(--ink-3);
  margin-top: 14px; opacity: 0; animation: fadein .6s ease forwards .8s;
}
.hero-msg { display: none; margin-top: 14px; font-family: var(--d); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.hero-msg.ok  { display: block; color: var(--blue); }
.hero-msg.err { display: block; color: #cc2200; }
.spin { display:inline-block; width:12px; height:12px; vertical-align:middle; border:2px solid rgba(11,12,16,.15); border-top-color:var(--ink); border-radius:50%; animation:rot .5s linear infinite; margin-right:8px; }
@keyframes rot { to{transform:rotate(360deg);} }

/* ── DARK SECTION (logo cloud + testimonials) ──────────── */
.beige-section { background: var(--ink); padding: 100px 0; }

/* Logo cloud */
.cloud-eyebrow {
  font-family: var(--d); font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.22); text-align: center; margin-bottom: 52px;
}
.logo-grid {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 8px 0;
  margin-bottom: 96px;
}
.logo-item {
  padding: 20px 36px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.2);
  transition: color .2s ease;
}
.logo-item:hover { color: rgba(255,255,255,.55); }
.logo-item span { display: block; }

/* Testimonials */
.testi-head { margin-bottom: 64px; }
.testi-label {
  font-family: var(--d); font-size: 10px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.22); margin-bottom: 16px;
}
.testi-h {
  font-family: var(--d);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.06; color: #fff;
}
.testi-h span { color: var(--yellow); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.testi-col { display: flex; flex-direction: column; gap: 52px; }
.testi-col:not(:last-child) { border-right: 1px solid rgba(255,255,255,.07); padding-right: 52px; margin-right: 52px; }
.testi-q {
  font-family: var(--d);
  font-size: clamp(14px, 1.2vw, 16px); font-weight: 500;
  line-height: 1.6; letter-spacing: -.01em;
  color: rgba(255,255,255,.55); margin-bottom: 22px;
}
.testi-q strong { color: #fff; font-weight: 700; }
.testi-person { display: flex; align-items: center; gap: 10px; }
.testi-sun {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--yellow); flex-shrink: 0;
}
.testi-name { font-family: var(--d); font-size: 12px; font-weight: 700; color: #fff; letter-spacing: -.01em; }
.testi-role { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 2px; }
@media(max-width:860px) {
  .testi-grid { grid-template-columns: 1fr; }
  .testi-col:not(:last-child) { border-right: none; padding-right: 0; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 48px; margin-bottom: 48px; }
}

/* ── COUNTDOWN ─────────────────────────────────────────── */
.countdown-section { background: var(--ink); padding: 104px 0 80px; text-align: center; }
.cd-eyebrow {
  font-family: var(--d); font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.22); margin-bottom: 52px;
}
.cd-clock { display: flex; align-items: flex-start; justify-content: center; margin-bottom: 12px; }
.cd-unit { text-align: center; width: clamp(80px, 12vw, 140px); }
.cd-num {
  font-family: var(--d);
  font-size: clamp(54px, 8vw, 108px);
  font-weight: 800; letter-spacing: -.03em; line-height: 1;
  color: var(--yellow); font-variant-numeric: tabular-nums;
  text-shadow: 0 0 60px rgba(245,200,0,.2);
}
.cd-unit-label {
  font-family: var(--d); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.2); margin-top: 10px;
}
.cd-sep {
  font-family: var(--d);
  font-size: clamp(36px, 5.5vw, 80px);
  font-weight: 800; color: rgba(255,255,255,.15);
  line-height: 1; padding: 0 4px; margin-top: .08em;
}
.cd-edition {
  font-family: var(--d); font-size: clamp(13px, 1.4vw, 16px); font-weight: 700;
  letter-spacing: .04em; color: var(--yellow);
  margin-bottom: 6px; min-height: 1.4em;
}
.cd-note { font-size: 13px; color: rgba(255,255,255,.22); margin-bottom: 56px; }
.cd-bottom { max-width: 600px; margin: 0 auto; }
.cd-h {
  font-family: var(--d);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; margin-bottom: 28px;
}
.cd-form { display: flex; width: 100%; border: 1px solid rgba(255,255,255,.2); }
.cd-email {
  flex: 1; border: none; background: rgba(255,255,255,.05);
  padding: 15px 20px; font-family: var(--b); font-size: 15px;
  color: #fff; outline: none;
}
.cd-email::placeholder { color: rgba(255,255,255,.3); }
.cd-submit {
  background: var(--yellow); color: var(--ink); border: none;
  font-family: var(--d); font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 15px 24px; white-space: nowrap; cursor: pointer;
  transition: background .2s;
}
.cd-submit:hover { background: #fff; }
.cd-submit:disabled { opacity: .5; cursor: default; }
.cd-fine { font-size: 12px; color: rgba(255,255,255,.2); margin-top: 14px; }
.cd-msg { display: none; font-family: var(--d); font-size: 13px; font-weight: 700; letter-spacing: .04em; margin-top: 14px; }
.cd-msg.ok  { display: block; color: var(--yellow); }
.cd-msg.err { display: block; color: #ff8080; }

/* ── TIMEZONES ─────────────────────────────────────────── */
.zones-section { background: var(--ink); padding: 0 0 80px; }
.zones-eyebrow {
  font-family: var(--d); font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.25); text-align: center; margin-bottom: 56px;
}
.zones-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.zone-item {
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.zone-item:first-child { padding-left: 0; }
.zone-item:last-child  { padding-right: 0; border-right: none; }
.zone-time {
  font-family: var(--d); font-size: 28px; font-weight: 800;
  letter-spacing: -.04em; color: var(--yellow); line-height: 1;
  margin-bottom: 8px;
}
.zone-time span { font-size: 14px; font-weight: 600; opacity: .6; }
.zone-city {
  font-family: var(--d); font-size: 13px; font-weight: 700;
  color: #fff; margin-bottom: 10px; letter-spacing: -.01em;
}
.zone-quip {
  font-family: var(--b); font-size: 12px; line-height: 1.55;
  color: rgba(255,255,255,.35);
}
@media(max-width:1000px) {
  .zones-grid { grid-template-columns: repeat(3, 1fr); gap: 40px 0; }
  .zone-item { border-right: none; }
  .zone-item:nth-child(odd) { padding-left: 0; }
}
@media(max-width:600px) {
  .zones-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .zone-item { padding: 0 16px; }
  .zone-item:nth-child(odd) { padding-left: 0; }
}

/* ── FOOTER ────────────────────────────────────────────── */
footer { background: var(--ink); padding: 52px 0; border-top: 1px solid rgba(255,255,255,.06); }
.foot-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.foot-brand {
  font-family: var(--d); font-size: 22px; font-weight: 800;
  letter-spacing: -.03em; color: #fff;
  display: flex; align-items: center; gap: 7px;
}
.foot-sun { width: 12px; height: 12px; background: var(--yellow); border-radius: 50%; flex-shrink: 0; }
.foot-tagline { font-family: var(--d); font-size: 14px; font-weight: 500; color: rgba(255,255,255,.38); letter-spacing: -.01em; }
.foot-meta { font-family: var(--d); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.18); }

/* ── Reveal ────────────────────────────────────────────── */
.sr { opacity:0; transform:translateY(20px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.sr.in { opacity:1; transform:none; }
.d1{transition-delay:.08s} .d2{transition-delay:.18s} .d3{transition-delay:.28s}

@keyframes up { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }
@keyframes fadein { from{opacity:0} to{opacity:1} }
