:root {
  --ink: #f5f4f2;
  --muted: #aaa8aa;
  --dim: #747276;
  --bg: #08080a;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.085);
  --line: rgba(255,255,255,.105);
  --brand: #fb5d5e;
  --brand-rgb: 251, 93, 94;
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 15%, rgba(var(--brand-rgb), .09), transparent 28%),
    linear-gradient(180deg, #09090b 0%, #0c0b0d 48%, #08080a 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
.section-pad { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.glass {
  background: linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.025));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 30px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
}
.noise { position: fixed; inset: 0; z-index: 20; opacity: .024; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.ambient { position: fixed; width: 44vw; aspect-ratio: 1; border-radius: 999px; filter: blur(120px); opacity: .1; pointer-events: none; z-index: -1; }
.ambient-one { background: var(--brand); top: 4%; right: -22%; }
.ambient-two { background: #6c5cff; top: 62%; left: -30%; opacity: .05; }

.nav-shell { position: fixed; z-index: 10; top: 18px; left: 0; width: 100%; padding: 0 24px; }
.nav { width: min(1080px, 100%); height: 64px; margin: auto; padding: 0 12px 0 20px; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; transition: background .3s, transform .3s; }
.brand, .footer > div { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .18em; font-weight: 700; }
.brand-mark { width: 10px; height: 10px; display: inline-block; border-radius: 50%; background: var(--brand); box-shadow: 0 0 24px rgba(var(--brand-rgb), .75); }
.nav-links { display: flex; gap: 34px; color: var(--muted); font-size: 13px; }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-pill { padding: 11px 15px; border-radius: 14px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 600; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 7vw; padding-top: 120px; padding-bottom: 70px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 28px; height: 1px; background: var(--brand); box-shadow: 0 0 12px var(--brand); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 30px; font-size: clamp(52px, 7vw, 100px); font-weight: 500; }
h1 em, h2 em { color: var(--brand); font-style: normal; font-weight: 500; }
.hero-lede { max-width: 590px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button { padding: 15px 20px; border: 1px solid var(--line); border-radius: 16px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #1d0708; background: var(--brand); border-color: var(--brand); box-shadow: 0 12px 35px rgba(var(--brand-rgb), .2); }
.button.ghost { background: rgba(255,255,255,.04); }
.hero-orbit { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 50%; }
.hero-glass { position: relative; z-index: 2; width: 310px; height: 410px; border-radius: 42px; transform: rotate(3deg); }
.hero-glass::before { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(145deg, rgba(255,255,255,.1), transparent 40%); pointer-events: none; }
.portrait-card { padding: 8px; overflow: visible; }
.portrait-card > img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 34px; filter: contrast(1.04) brightness(.82); }
.portrait-wash { position: absolute; inset: 8px; border-radius: 34px; background: linear-gradient(180deg, transparent 42%, rgba(8,8,10,.12) 58%, rgba(8,8,10,.92) 100%); pointer-events: none; }
.portrait-caption { position: absolute; z-index: 2; left: 29px; right: 29px; bottom: 28px; }
.portrait-caption .micro { margin-bottom: 8px; }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-size: 23px; letter-spacing: -.035em; }
.portrait-caption span { margin-top: 5px; color: rgba(255,255,255,.6); font-size: 10px; }
.session-float { position: absolute; z-index: 3; right: -48px; top: 42px; width: 116px; padding: 13px 12px; border-radius: 18px; transform: rotate(-3deg); }
.session-float > div { display: flex; align-items: center; gap: 7px; }
.session-float strong { font-size: 27px; letter-spacing: -.06em; line-height: 1; }
.session-float span { color: var(--muted); font: 500 7px/1.3 "DM Mono", monospace; letter-spacing: .08em; }
.session-float i { display: block; height: 1px; margin: 9px 0; background: var(--line); }
.micro { color: var(--brand); letter-spacing: .16em; font: 500 10px/1.2 "DM Mono", monospace; }
.orbital-ring { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.ring-one { width: 460px; height: 460px; animation: orbit 20s linear infinite; }
.ring-one::after { content: ""; position: absolute; top: 13%; left: 7%; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 20px var(--brand); }
.ring-two { width: 360px; height: 540px; transform: rotate(50deg); opacity: .55; }
@keyframes orbit { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; bottom: 28px; left: 0; display: flex; align-items: center; gap: 12px; color: var(--dim); font: 500 9px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: linear-gradient(90deg, var(--brand), transparent); }

.facts { padding-top: 60px; padding-bottom: 130px; }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border-radius: 30px; }
.fact-strip article { padding: 28px 24px; border-right: 1px solid var(--line); }
.fact-strip article:last-child { border: 0; }
.fact-strip span { color: var(--brand); font: 500 9px "DM Mono", monospace; }
.fact-strip p { margin: 25px 0 4px; font-size: 17px; font-weight: 600; }
.fact-strip small { color: var(--dim); }

.schedule { padding-top: 80px; padding-bottom: 150px; }
.section-heading { margin-bottom: 56px; }
h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 78px); font-weight: 500; }
.day-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; }
.day-card { padding: 28px; border-radius: var(--radius); }
.day-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.day-header h3 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.03em; }
.call-time { text-align: right; }
.call-time small { display: block; color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.call-time strong { font-size: 30px; letter-spacing: -.05em; }
.call-time span { margin-left: 3px; color: var(--brand); font: 500 10px "DM Mono", monospace; }
.timeline-row { display: grid; grid-template-columns: 62px 1fr; gap: 18px; min-height: 68px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.065); }
.timeline-row time { color: var(--dim); font: 500 12px "DM Mono", monospace; }
.timeline-row strong, .timeline-row span { display: block; }
.timeline-row strong { margin-bottom: 4px; font-size: 14px; }
.timeline-row span { color: var(--dim); font-size: 11px; }
.timeline-row.accent-row { position: relative; margin-inline: -12px; padding-inline: 12px; background: linear-gradient(90deg, rgba(var(--brand-rgb), .14), transparent); border-radius: 12px; }
.timeline-row.accent-row time, .timeline-row.accent-row strong { color: var(--brand); }
.charge-note { display: flex; gap: 13px; margin-top: 20px; padding: 17px; border-radius: 16px; background: rgba(var(--brand-rgb), .08); border: 1px solid rgba(var(--brand-rgb), .18); }
.charge-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.charge-note strong { color: var(--ink); }
.pulse-dot { flex: 0 0 7px; width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 16px var(--brand); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }

.podcast { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding-top: 100px; padding-bottom: 150px; }
.podcast-intro { position: sticky; top: 130px; align-self: start; }
.podcast-intro > p:last-child { max-width: 430px; margin-top: 28px; color: var(--muted); line-height: 1.65; }
.question-stack { display: grid; gap: 12px; }
.question { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 25px; border-radius: 22px; transition: transform .25s, border-color .25s, background .25s; }
.question:hover { transform: translateX(-7px); border-color: rgba(var(--brand-rgb), .28); background: linear-gradient(120deg, rgba(var(--brand-rgb), .095), rgba(255,255,255,.025)); }
.question-number { color: var(--brand); font: 500 12px "DM Mono", monospace; }
.question h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.025em; }
.question p { margin-bottom: 9px; color: #d7d5d6; font-size: 13px; line-height: 1.55; }
.question small { color: var(--dim); font-size: 10px; line-height: 1.4; }

.crew { padding-top: 50px; padding-bottom: 140px; }
.crew-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 50px; border-radius: 36px; background: radial-gradient(circle at 10% 0%, rgba(var(--brand-rgb), .12), transparent 35%), var(--panel); }
.crew-heading h2 { margin: 10px 0 0; font-size: 48px; }
.crew-list { display: grid; }
.crew-list div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.crew-list span { color: var(--dim); font-size: 11px; }
.crew-list strong { font-size: 15px; }

.footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 34px; padding-bottom: 34px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; }
.footer strong { color: var(--ink); letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s cubic-bezier(.2,.65,.25,1), transform .8s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; }
  .hero-orbit { min-height: 390px; }
  .hero-glass { width: 270px; height: 360px; }
  .ring-one { width: 340px; height: 340px; }
  .ring-two { width: 280px; height: 390px; }
  .scroll-cue { display: none; }
  .day-grid, .podcast, .crew-card { grid-template-columns: 1fr; }
  .podcast-intro { position: static; margin-bottom: 12px; }
  .crew-card { gap: 28px; }
}

@media (max-width: 640px) {
  .section-pad { width: min(100% - 28px, var(--max)); }
  .nav-shell { top: 10px; padding: 0 10px; }
  .nav { height: 58px; padding-left: 14px; border-radius: 18px; }
  .nav-links { display: none; }
  .nav-pill { padding: 9px 11px; }
  .hero { padding-top: 130px; }
  h1 { font-size: 49px; }
  .hero-orbit { min-height: 360px; }
  .hero-glass { width: 245px; height: 330px; }
  .session-float { right: -30px; top: 35px; }
  .facts { padding-bottom: 90px; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip article:nth-child(2) { border-right: 0; }
  .fact-strip article { border-bottom: 1px solid var(--line); }
  .fact-strip article:nth-child(n+3) { border-bottom: 0; }
  .day-card { padding: 18px; }
  .day-header h3 { font-size: 20px; }
  .timeline-row { grid-template-columns: 52px 1fr; gap: 12px; }
  .question { grid-template-columns: 34px 1fr; gap: 10px; padding: 18px; }
  .crew-card { padding: 28px 20px; }
  .crew-list div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
