/* ==========================================================================
   New York 420 Week — public site
   Brand: deep navy · electric yellow · paper · Abril Fatface / Newsreader / Inter Tight / JetBrains Mono
   ========================================================================== */
:root {
  --navy: #050A30;
  --navy-2: #0A1244;
  --navy-3: #111B5C;
  --ink: #0B1033;
  --paper: #F4F0E6;
  --paper-2: #EAE4D3;
  --yellow: #FFF200;
  --yellow-deep: #E8C400;
  --white: #fff;
  --display: "Abril Fatface", "Playfair Display", Georgia, serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --hdr: 76px;
  --gutter: clamp(18px, 4vw, 48px);
  --maxw: 1320px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --radius: 18px;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 16px); }
body { margin: 0; font: 400 16px/1.6 var(--sans); color: var(--ink); background: var(--navy); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; overflow-x: clip; text-rendering: optimizeLegibility; }
img, svg, video, iframe { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.05; }
p { margin: 0 0 1em; }
::selection { background: var(--yellow); color: var(--navy); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 4px; }
.i { flex: none; vertical-align: middle; }
.display { font-family: var(--display); font-weight: 400; letter-spacing: -.005em; }
.mono { font-family: var(--mono); font-weight: 500; }
.small { font-size: 13px; }
.muted { color: var(--muted, #6b6f86); }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 999; background: var(--yellow); color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 700; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { width: 100%; max-width: 780px; margin-inline: auto; padding-inline: var(--gutter); }
.center { justify-content: center; text-align: center; }

/* ---------- Section themes ---------- */
.on-dark, .on-navy, .theme-dark main > .on-dark {
  --bg: var(--navy); --fg: #fff; --muted: #9AA0C8; --line: rgba(255,255,255,.12); --card: rgba(255,255,255,.045); --accent: var(--yellow); --accent-ink: var(--navy);
  background: var(--bg); color: var(--fg);
}
.on-navy { --bg: #070E3C; background: radial-gradient(1200px 500px at 85% 0%, #16227a 0%, transparent 60%), var(--bg); }
.on-paper {
  --bg: var(--paper); --fg: var(--ink); --muted: #5E6380; --line: rgba(11,16,51,.13); --card: #fff; --accent: var(--navy); --accent-ink: #fff;
  background: var(--bg); color: var(--fg);
}
.on-yellow {
  --bg: var(--yellow); --fg: var(--navy); --muted: rgba(5,10,48,.72); --line: rgba(5,10,48,.2); --card: var(--navy); --accent: var(--navy); --accent-ink: var(--yellow);
  background: var(--bg); color: var(--fg);
}
html[data-reader="dark"] .theme-paper .on-paper {
  --bg: #0B1030; --fg: #E8E7F2; --muted: #9AA0C8; --line: rgba(255,255,255,.12); --card: rgba(255,255,255,.05); --accent: var(--yellow); --accent-ink: var(--navy);
}

.section { position: relative; padding-block: clamp(72px, 10vw, 140px); }
.section.tight { padding-block: clamp(40px, 6vw, 72px); }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px 40px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 { font-size: clamp(42px, 6.2vw, 96px); line-height: .95; }
.section-head .section-lede { grid-column: 1 / -1; max-width: 640px; }
.section-lede { font: 400 clamp(18px, 1.6vw, 22px)/1.5 var(--serif); color: var(--muted); margin: 0; }
.section-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 44px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font: 500 12px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0; }
.eyebrow span { display: inline-grid; place-items: center; min-width: 34px; height: 22px; padding: 0 6px; border-radius: 99px; background: var(--accent); color: var(--accent-ink); letter-spacing: .04em; }
.kicker { font: 500 12px/1.2 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.kicker a { text-decoration: none; }
.kicker a:hover { color: var(--fg); }
.empty-note { font: 400 20px/1.5 var(--serif); color: var(--muted); }
.empty-note a { color: var(--fg); }
.empty-state { text-align: center; max-width: 560px; margin: 0 auto; padding: 40px 0; }
.empty-state h2 { font-size: clamp(34px, 5vw, 56px); margin-bottom: 14px; }
.empty-state p { color: var(--muted); font-size: 18px; }

/* ---------- Buttons & chips ---------- */
.btn { --h: 48px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: var(--h); padding: 0 22px; border-radius: 999px; border: 1.5px solid transparent; font: 700 15px/1 var(--sans); letter-spacing: -.005em; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .25s; isolation: isolate; overflow: hidden; }
.btn .i { transition: transform .25s var(--ease); }
.btn:hover .i-arrow { transform: translateX(4px); }
.btn:active { transform: scale(.98); }
.btn-sm { --h: 38px; padding: 0 15px; font-size: 13.5px; }
.btn-lg { --h: 58px; padding: 0 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 0 0 0 rgba(255,242,0,.0), inset 0 -2px 0 rgba(0,0,0,.08); }
.btn-yellow::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.65) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease); z-index: -1; }
.btn-yellow:hover { box-shadow: 0 10px 34px -8px rgba(255,242,0,.55); }
.btn-yellow:hover::after { transform: translateX(120%); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-3); box-shadow: 0 12px 30px -12px rgba(5,10,48,.6); }
.btn-line { background: transparent; color: var(--fg, var(--ink)); border-color: var(--line, rgba(11,16,51,.2)); }
.btn-line:hover { border-color: var(--fg, var(--ink)); }
.btn-line-light { background: rgba(255,255,255,.04); color: #fff; border-color: rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.btn-line-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-ghost { background: transparent; color: inherit; }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.icon-btn:hover { background: rgba(255,255,255,.1); }
.on-paper .icon-btn:hover { background: rgba(11,16,51,.07); }
.round-btn { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); background: transparent; color: var(--fg); cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.round-btn:hover { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.chip { display: inline-flex; align-items: center; gap: 5px; height: 30px; padding: 0 12px; border-radius: 99px; border: 1px solid var(--line); background: transparent; color: var(--fg); font: 500 12px/1 var(--mono); letter-spacing: .04em; text-decoration: none; white-space: nowrap; cursor: pointer; transition: all .2s; }
.chip:hover { border-color: var(--fg); }
.chip.on { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.chip-yellow { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.chip-ghost { opacity: .75; border-style: dashed; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; color: var(--fg); background: linear-gradient(var(--accent), var(--accent)) 0 100% / 0 2px no-repeat; padding-bottom: 3px; transition: background-size .35s var(--ease); white-space: nowrap; }
.link-arrow:hover { background-size: 100% 2px; }
.link-arrow:hover .i { transform: translateX(4px); }
.link-arrow .i { transition: transform .25s var(--ease); }
.link-arrow.small { font-size: 14px; white-space: normal; }
.row-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.glass { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); border-radius: var(--radius); }

/* ---------- Motion ---------- */
html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); transition-delay: var(--stagger, 0s); }
html.js .reveal.in { opacity: 1; transform: none; }
html.js .intro { opacity: 0; transform: translateY(26px); animation: intro 1.1s var(--ease-out) forwards; animation-delay: calc(var(--d, 0) * 110ms + 150ms); }
html.js .hero-title .line > .intro { transform: translateY(105%); }
@keyframes intro { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js .reveal, html.js .intro { opacity: 1; transform: none; }
}

/* ---------- Age gate ---------- */
.age-gate { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: rgba(3,6,30,.86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.age-gate[hidden] { display: none; }
.age-gate-card { position: relative; width: 100%; max-width: 520px; text-align: center; color: #fff; background: linear-gradient(180deg, #0c1550, var(--navy)); border: 1px solid rgba(255,255,255,.12); border-radius: 26px; padding: 42px 30px 34px; overflow: hidden; box-shadow: 0 40px 120px rgba(0,0,0,.5); animation: intro .8s var(--ease-out) both; }
.age-gate-card .kicker { color: #9AA0C8; }
.age-gate-card h2 { font-size: clamp(46px, 10vw, 68px); line-height: .92; margin-bottom: 16px; }
.age-gate-card p { color: #C3C7E6; }
.age-gate-skyline { width: 78%; margin: 0 auto 18px; opacity: .95; filter: drop-shadow(0 0 22px rgba(255,242,0,.35)); }
.age-gate-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.age-gate-no { margin-top: 14px; color: var(--yellow) !important; }
body.gated { overflow: hidden; }

/* ---------- Announcement + header ---------- */
.progress-bar { position: fixed; left: 0; top: 0; right: 0; height: 3px; z-index: 300; pointer-events: none; }
.progress-bar i { display: block; height: 100%; width: 0; background: var(--yellow); box-shadow: 0 0 12px rgba(255,242,0,.7); }
.announce { position: relative; z-index: 60; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; padding: 8px var(--gutter); background: var(--yellow); color: var(--navy); font: 600 13.5px/1.3 var(--sans); text-decoration: none; text-align: center; }
.announce:hover .i { transform: translateX(3px); }
.announce .i { transition: transform .2s; }
.announce-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--navy); animation: pulse 1.8s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(5,10,48,.5); } 70% { box-shadow: 0 0 0 9px rgba(5,10,48,0); } 100% { box-shadow: 0 0 0 0 rgba(5,10,48,0); } }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--hdr); color: #fff; background: rgba(5,10,48,.86); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); border-bottom: 1px solid rgba(255,255,255,.08); transition: background .35s, border-color .35s, transform .35s var(--ease); }
body.at-top .site-header { background: transparent; border-bottom-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.hdr-hide .site-header { transform: translateY(-100%); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; flex: none; }
.brand-mark { width: 46px; height: 30px; display: grid; place-items: end center; overflow: hidden; }
.brand-mark img { width: 46px; filter: drop-shadow(0 0 8px rgba(255,242,0,.35)); }
.brand-word { font: 400 22px/1 var(--display); letter-spacing: .005em; white-space: nowrap; }
.brand-word em { font-style: normal; color: var(--yellow); }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { position: relative; padding: 10px 13px; font: 600 14.5px/1 var(--sans); color: rgba(255,255,255,.82); text-decoration: none; border-radius: 99px; transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:hover, .nav a.on { color: #fff; }
.nav a:hover::after, .nav a.on::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.menu-btn { display: none; }

.mobile-menu { position: fixed; inset: 0; z-index: 90; background: var(--navy); color: #fff; padding: calc(var(--hdr) + 24px) var(--gutter) 32px; display: flex; flex-direction: column; gap: 24px; overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 400 clamp(36px, 10vw, 54px)/1 var(--display); text-decoration: none; opacity: 0; transform: translateY(16px); animation: intro .6s var(--ease-out) forwards; animation-delay: calc(var(--i) * 55ms + 60ms); }
.mobile-menu nav a .mono { font-size: 12px; color: var(--yellow); letter-spacing: .1em; }
.mobile-ig { display: inline-flex; gap: 8px; align-items: center; color: #C3C7E6; text-decoration: none; font: 500 14px var(--mono); }
body.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; margin-top: calc(-1 * var(--hdr)); padding-top: calc(var(--hdr) + clamp(40px, 7vh, 90px)); padding-bottom: clamp(260px, 34vw, 480px); overflow: hidden; isolation: isolate; }
.hero-title, .hero-sub { text-shadow: 0 2px 30px rgba(5,10,48,.65); }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero-bg .glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.hero-bg .g1 { width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; right: -18vw; top: -26vw; background: radial-gradient(circle, #2b3bd0 0%, rgba(43,59,208,0) 65%); animation: drift 18s ease-in-out infinite alternate; }
.hero-bg .g2 { width: 48vw; height: 48vw; left: -16vw; bottom: -10vw; background: radial-gradient(circle, rgba(255,242,0,.22) 0%, rgba(255,242,0,0) 65%); animation: drift 22s ease-in-out infinite alternate-reverse; }
.hero-bg .grain { position: absolute; inset: -50%; background-image: var(--grain); opacity: .07; mix-blend-mode: overlay; animation: grain 1.2s steps(6) infinite; }
.hero-bg .stars { position: absolute; inset: 0; background-image: radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.8), transparent 60%), radial-gradient(1px 1px at 72% 12%, rgba(255,255,255,.7), transparent 60%), radial-gradient(1.5px 1.5px at 38% 32%, rgba(255,242,0,.8), transparent 60%), radial-gradient(1px 1px at 88% 38%, rgba(255,255,255,.6), transparent 60%), radial-gradient(1px 1px at 55% 8%, rgba(255,255,255,.7), transparent 60%), radial-gradient(1.2px 1.2px at 22% 48%, rgba(255,255,255,.5), transparent 60%), radial-gradient(1px 1px at 64% 44%, rgba(255,255,255,.5), transparent 60%); animation: twinkle 5s ease-in-out infinite alternate; }
.hero-bg .gridlines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%); }
@keyframes drift { to { transform: translate(-6vw, 5vw) scale(1.12); } }
@keyframes grain { 0% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); } 40% { transform: translate(2%,-3%); } 60% { transform: translate(-2%,-1%); } 80% { transform: translate(3%,3%); } 100% { transform: translate(0,0); } }
@keyframes twinkle { to { opacity: .45; } }
.hero[data-spotlight]::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(520px circle at var(--mx, 70%) var(--my, 30%), rgba(255,242,0,.07), transparent 45%); transition: background .1s; }

.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(30px, 5vw, 80px); align-items: start; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 99px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #DDE0F5; margin-bottom: clamp(20px, 3vw, 34px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255,242,0,.6); animation: pulseY 1.8s infinite; }
@keyframes pulseY { 0% { box-shadow: 0 0 0 0 rgba(255,242,0,.55); } 70% { box-shadow: 0 0 0 10px rgba(255,242,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,242,0,0); } }
.hero-title { font-size: clamp(64px, 11.2vw, 184px); line-height: .86; letter-spacing: -.012em; margin: 0 0 clamp(22px, 3vw, 36px); }
.hero-title .line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hero-title .line > span { display: inline-block; }
.hl { font-style: normal; color: var(--yellow); text-shadow: 0 0 40px rgba(255,242,0,.35); }
.hero-sub { max-width: 620px; font: 400 clamp(19px, 1.7vw, 24px)/1.45 var(--serif); color: #C9CDEA; margin-bottom: 28px; }
.hero-form { max-width: 600px; }
.hero-form .micro { display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: center; margin: 12px 0 0 6px; font-size: 12px; color: #9AA0C8; letter-spacing: .03em; }
.hero-form .micro .i { color: var(--yellow); margin-right: 3px; }
.hero-form .micro span { display: inline-flex; align-items: center; white-space: nowrap; }
.hero-side { display: grid; gap: 14px; margin-top: clamp(10px, 6vw, 110px); }
.countdown { padding: 20px 20px 16px; }
.countdown-label { margin: 0 0 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #9AA0C8; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown-grid div { text-align: center; padding: 12px 4px 10px; border-radius: 12px; background: rgba(5,10,48,.55); border: 1px solid rgba(255,255,255,.08); }
.countdown-grid b { display: block; font: 700 clamp(26px, 2.4vw, 34px)/1 var(--mono); color: #fff; font-variant-numeric: tabular-nums; }
.countdown-grid span { display: block; margin-top: 6px; font: 500 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: #9AA0C8; }
.countdown-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); color: var(--yellow); font: 600 13.5px var(--sans); text-decoration: none; }
.countdown.is-live .countdown-grid { display: none; }
.hero-stat { padding: 18px 20px; display: grid; gap: 4px; }
.hero-stat b { font-size: 44px; line-height: 1; color: var(--yellow); }
.hero-stat span { color: #E3E5F6; font-weight: 500; line-height: 1.35; }
.hero-stat small { color: #8088B8; font-size: 10.5px; letter-spacing: .04em; }
.hero-skyline { position: absolute; left: 50%; bottom: 0; width: min(1080px, 96vw); transform: translate(-50%, calc(var(--sy, 0) * 1px)); z-index: -1; pointer-events: none; -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.35) 38%, #000 72%); mask-image: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.35) 38%, #000 72%); }
.hero-skyline img { width: 100%; filter: drop-shadow(0 0 30px rgba(255,242,0,.22)); clip-path: inset(100% 0 0 0); animation: rise 2.2s var(--ease-out) .35s forwards; }
.hero-skyline::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(transparent, var(--navy)); }
.hero-skyline.slim { width: min(900px, 100vw); opacity: .35; }
@keyframes rise { to { clip-path: inset(0 0 0 0); } }
.scroll-cue { position: absolute; left: var(--gutter); bottom: 26px; display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #9AA0C8; text-decoration: none; }
.scroll-cue span { width: 1px; height: 38px; background: linear-gradient(var(--yellow), transparent); animation: cue 2s ease-in-out infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Signup form ---------- */
.sub-form { position: relative; }
.sub-form input[type=email], .sub-form input[type=text] { width: 100%; height: 58px; padding: 0 22px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: #fff; font: 500 16px var(--sans); outline: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.sub-form input::placeholder { color: rgba(255,255,255,.5); }
.sub-form input:focus { border-color: var(--yellow); background: rgba(255,255,255,.1); box-shadow: 0 0 0 4px rgba(255,242,0,.15); }
.sub-form input[type=text] { margin-bottom: 10px; }
.sub-form-row { position: relative; display: flex; gap: 8px; }
.sub-form-row input { padding-right: 230px !important; }
.sub-form-row .btn { position: absolute; right: 5px; top: 5px; --h: 48px; }
.sub-form.is-compact .sub-form-row input { height: 52px; padding-right: 150px !important; }
.sub-form.is-compact .sub-form-row .btn { --h: 42px; font-size: 14px; padding: 0 16px; }
.on-paper .sub-form input, .on-yellow .sub-form input { background: #fff; color: var(--ink); border-color: rgba(11,16,51,.16); }
.on-paper .sub-form input::placeholder, .on-yellow .sub-form input::placeholder { color: #8a8ea5; }
.on-paper .sub-form input:focus { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(5,10,48,.08); }
.on-paper .sub-form .btn-yellow { background: var(--navy); color: #fff; }
.form-msg { min-height: 0; margin: 10px 0 0 8px; font-size: 14px; font-weight: 600; }
.form-msg:empty { display: none; }
.form-msg.bad { color: #ff8f86; }
.on-paper .form-msg.bad, .on-yellow .form-msg.bad { color: #c3222f; }
.sub-form.is-done .sub-form-row, .sub-form.is-done input[type=text] { display: none; }
.sub-form.is-done .form-msg { display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 20px; border-radius: 16px; background: rgba(255,242,0,.12); border: 1px solid rgba(255,242,0,.35); color: var(--yellow); font-size: 16px; }
.on-paper .sub-form.is-done .form-msg, .on-yellow .sub-form.is-done .form-msg { background: var(--navy); color: #fff; border-color: var(--navy); }
.sub-form.is-done .form-msg::before { content: "✓"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 800; flex: none; }

/* ---------- Marquee ---------- */
.marquee { position: relative; z-index: 3; overflow: hidden; padding: 16px 0; border-block: 2px solid var(--navy); transform: rotate(-1.2deg) scale(1.02); margin-block: -14px; box-shadow: 0 20px 60px -20px rgba(0,0,0,.4); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: marquee 48s linear infinite; }
.marquee span { font: 400 clamp(22px, 2.6vw, 34px)/1 var(--display); white-space: nowrap; }
.marquee i { font-style: normal; font-size: 20px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Article cards ---------- */
.acard { position: relative; display: grid; gap: 18px; align-content: start; color: var(--fg); }
.acard-media { position: relative; display: block; overflow: hidden; border-radius: 14px; aspect-ratio: 3 / 2; background: var(--navy); }
.acard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out), filter .5s; }
.acard:hover .acard-media img { transform: scale(1.045); }
.acard-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(16px, 2vw, 26px); color: #fff; background: radial-gradient(120% 90% at 100% 0%, #1a2680 0%, transparent 60%), var(--navy); overflow: hidden; }
.acard-fallback::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -8%; height: 55%; background: url("../img/skyline.png") center bottom / contain no-repeat; opacity: .22; transition: opacity .5s, transform 1.1s var(--ease-out); }
.acard:hover .acard-fallback::after { opacity: .4; transform: translateY(-4px); }
.acard-fallback.kind-research { background: radial-gradient(120% 90% at 0% 0%, #2a3cd6 0%, transparent 55%), var(--navy); }
.acard-fallback.kind-guide { background: var(--yellow); color: var(--navy); }
.acard-fallback.kind-guide::after { filter: brightness(0); opacity: .12; }
.acard-fallback-kind { position: relative; z-index: 1; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.acard-fallback-title { position: relative; z-index: 1; font-size: clamp(22px, 2.3vw, 34px); line-height: 1; max-width: 92%; }
.acard-badge { position: absolute; top: 12px; right: 12px; display: inline-flex; gap: 5px; align-items: center; padding: 5px 9px; border-radius: 99px; background: var(--yellow); color: var(--navy); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.acard-body .kicker { margin-bottom: 8px; }
.acard-title { font: 400 clamp(22px, 2vw, 28px)/1.08 var(--display); margin-bottom: 10px; }
.acard-title a { text-decoration: none; background: linear-gradient(var(--yellow), var(--yellow)) 0 88% / 0 .32em no-repeat; transition: background-size .45s var(--ease); }
.on-dark .acard-title a { background-image: linear-gradient(rgba(255,242,0,.45), rgba(255,242,0,.45)); }
.acard:hover .acard-title a { background-size: 100% .32em; }
.acard-dek { font: 400 17px/1.5 var(--serif); color: var(--muted); margin: 0 0 12px; }
.acard .meta { font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0; }
.acard-lead .acard-media { aspect-ratio: 16 / 11; border-radius: 18px; }
.acard-lead .acard-title { font-size: clamp(34px, 4vw, 58px); line-height: .98; }
.acard-lead .acard-dek { font-size: clamp(18px, 1.5vw, 21px); }
.acard-lead .acard-fallback-title { font-size: clamp(34px, 4.4vw, 64px); }
.acard-row { grid-template-columns: 172px 1fr; gap: 20px; align-items: start; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.acard-row:last-child { border-bottom: 0; padding-bottom: 0; }
.acard-row .acard-media { aspect-ratio: 1; border-radius: 12px; }
.acard-row .acard-title { font-size: clamp(20px, 1.7vw, 25px); }
.acard-row .acard-dek { font-size: 15.5px; margin-bottom: 8px; }
.acard-row .acard-fallback-title { font-size: 17px; }
.acard-mini { grid-template-columns: 80px 1fr; gap: 14px; }
.acard-mini .acard-media { aspect-ratio: 1; }
.latest-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); }
.latest-list { display: grid; gap: 26px; align-content: start; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(20px, 2.4vw, 36px); }
.list-lead { margin-bottom: clamp(44px, 6vw, 80px); padding-bottom: clamp(44px, 6vw, 80px); border-bottom: 1px solid var(--line); }
.list-lead .acard-lead { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: clamp(24px, 4vw, 60px); }

/* ---------- Numbers ---------- */
.numbers { overflow: hidden; }
.numbers::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(180deg, #000, transparent 70%); -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); pointer-events: none; }
.stat-row { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-bottom: clamp(40px, 5vw, 70px); }
.stat { padding: 30px 26px 26px 0; display: grid; gap: 8px; align-content: start; border-right: 1px solid var(--line); padding-left: 26px; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat b { font-size: clamp(46px, 5.4vw, 84px); line-height: .95; color: var(--accent); font-variant-numeric: tabular-nums; }
.stat span { font-weight: 600; font-size: 16px; line-height: 1.35; }
.stat small { font-size: 11px; color: var(--muted); letter-spacing: .03em; }
.stat-row.compact { margin: 36px 0 0; border-top-color: rgba(255,255,255,.14); }
.stat-row.compact .stat b { font-size: clamp(38px, 4vw, 60px); }
.chart-duo { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.chart-card { background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 20px; padding: clamp(18px, 2.4vw, 30px); min-width: 0; }
.chart-card figure { margin: 0; }

/* ---------- The Week ---------- */
.week { overflow: hidden; }
.week-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.week-copy h2 { font-size: clamp(46px, 6.6vw, 104px); line-height: .92; margin-top: 18px; }
.week-pitch .section-lede { color: #C3C7E6; margin-bottom: 28px; }
.week-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.week-facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 10px 40px; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); }
.week-facts dt { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.week-facts dd { margin: 4px 0 0; font-size: 15px; color: #fff; }
.rail-wrap { margin-top: clamp(50px, 7vw, 90px); }
.rail-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.rail-head h3 { display: flex; align-items: center; gap: 12px; font: 400 clamp(26px, 3vw, 38px)/1 var(--display); }
.rail-nav { display: flex; gap: 10px; }
.rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px var(--gutter) 24px; scroll-padding-inline: var(--gutter); scrollbar-width: none; cursor: grab; }
.rail::-webkit-scrollbar { display: none; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; }
.rail.dragging a { pointer-events: none; }
@media (min-width: 1400px) { .rail { padding-inline: calc((100vw - var(--maxw)) / 2 + var(--gutter)); scroll-padding-inline: calc((100vw - var(--maxw)) / 2 + var(--gutter)); } }
.rail > * { scroll-snap-align: start; flex: none; }
.rail-end { display: grid; place-items: center; align-content: center; gap: 16px; width: 220px; border-radius: 20px; border: 1.5px dashed rgba(255,255,255,.25); color: #fff; text-decoration: none; text-align: center; transition: background .3s, border-color .3s, color .3s; }
.rail-end span { font-size: 34px; line-height: .95; }
.rail-end:hover { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }

/* ---------- Event cards ---------- */
.ecard { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 18px; color: var(--fg); }
.ecard-date { display: grid; place-items: center; align-content: center; width: 78px; height: 92px; border-radius: 14px; background: var(--yellow); color: var(--navy); text-align: center; flex: none; }
.ecard-dow, .ecard-mon { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; }
.ecard-day { font-size: 40px; line-height: .95; margin: 2px 0; }
.ecard-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.ecard-title { font: 400 clamp(22px, 2vw, 28px)/1.05 var(--display); margin-bottom: 10px; }
.ecard-title a { text-decoration: none; }
.ecard-title a::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.ecard-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12.5px; color: var(--muted); margin: 0 0 10px; }
.ecard-meta span { display: inline-flex; gap: 6px; align-items: center; }
.ecard-desc { font: 400 16.5px/1.5 var(--serif); color: var(--muted); margin: 0 0 10px; }
.ecard-producer { font-size: 14px; color: var(--muted); margin: 0 0 14px; }
.ecard-producer strong { color: var(--fg); font-weight: 600; }
.ecard-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.link-ig { font-size: 12.5px; color: var(--muted); text-decoration: none; }
.link-ig:hover { color: var(--fg); }
.ecard-rail { width: min(330px, 82vw); grid-template-columns: 1fr; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); transition: transform .45s var(--ease-out), border-color .3s, background .3s; }
.ecard-rail:hover { transform: translateY(-6px); border-color: rgba(255,242,0,.55); background: rgba(255,255,255,.08); }
.ecard-rail .ecard-date { width: auto; height: auto; display: flex; gap: 10px; align-items: baseline; justify-content: flex-start; padding: 0; background: transparent; color: var(--yellow); }
.ecard-rail .ecard-day { font-size: 56px; }
.ecard-rail .ecard-dow, .ecard-rail .ecard-mon { color: #C3C7E6; }
.ecard-rail .ecard-title { font-size: 26px; }
.ecard-rail .ecard-actions .btn-line { color: #fff; border-color: rgba(255,255,255,.25); }
.ecard-rail.is-past .ecard-date { color: #C3C7E6; }
.ecard-list { grid-template-columns: auto minmax(0, 1fr) auto; padding: 24px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); transition: box-shadow .35s, transform .35s var(--ease-out), border-color .3s; }
.ecard-list:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -30px rgba(5,10,48,.45); border-color: rgba(5,10,48,.3); }
.ecard-img { width: 170px; height: 170px; object-fit: cover; border-radius: 14px; }
.ecard-inline { margin: 2em 0; padding: 22px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); font-family: var(--sans); }
.ecard.is-past .ecard-date { filter: saturate(.3); opacity: .85; }
.ecard[hidden], .day-group[hidden] { display: none !important; }

/* ---------- Swipe (carousels) ---------- */
.swipe { overflow: hidden; }
.swipe-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 6vw, 90px); align-items: center; }
.swipe-copy h2 { font-size: clamp(46px, 6vw, 96px); line-height: .92; margin: 18px 0 22px; }
.swipe-copy .section-lede { margin-bottom: 30px; }
.swipe-phones { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.phone { position: relative; min-width: 0; }
.phone-0 { transform: rotate(-3deg); }
.phone-1 { transform: rotate(3deg) translateY(70px); }
.phone.reveal.in.phone-0 { transform: rotate(-3deg); }
.phone.reveal.in.phone-1 { transform: rotate(3deg) translateY(70px); }
.swipe-phones:has(.phone:only-child) { grid-template-columns: minmax(0, 420px); justify-content: center; }

/* ---------- Instagram ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ig-tile { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 14px; background: var(--navy-2); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.ig-tile:hover img { transform: scale(1.06); }
.ig-badge { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(5,10,48,.6); color: #fff; backdrop-filter: blur(6px); }
.ig-cap { position: absolute; inset: auto 0 0; padding: 40px 14px 14px; background: linear-gradient(transparent, rgba(5,10,48,.92)); color: #fff; font-size: 13px; line-height: 1.35; opacity: 0; transform: translateY(8px); transition: all .35s var(--ease); }
.ig-tile:hover .ig-cap { opacity: 1; transform: none; }
.ig-fallback { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.ig-fallback h3 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1; margin-bottom: 14px; }
.ig-fallback p { color: var(--muted); font-size: 18px; }
.ig-fallback-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ig-fallback-tiles .t { aspect-ratio: 1; border-radius: 16px; overflow: hidden; display: grid; place-items: center; text-align: center; }
.ig-fallback-tiles .t img { width: 100%; height: 100%; object-fit: cover; }
.ig-fallback-tiles .t2 { background: var(--yellow); color: var(--navy); font-size: clamp(40px, 6vw, 80px); }
.ig-fallback-tiles .t3 { background: var(--navy-3); color: #fff; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; line-height: 1.8; }
.ig-fallback-tiles .t4 { background: #0c1550; padding: 12%; }
.ig-fallback-tiles .t4 img { object-fit: contain; }

/* ---------- Insider band ---------- */
.insider { position: relative; overflow: hidden; padding-block: clamp(80px, 11vw, 150px); }
.insider-skyline { position: absolute; left: 50%; bottom: -2px; width: min(1400px, 130vw); aspect-ratio: 962 / 548; transform: translateX(-50%); background: var(--navy); opacity: .07; -webkit-mask: url("../img/skyline.png") center bottom / contain no-repeat; mask: url("../img/skyline.png") center bottom / contain no-repeat; pointer-events: none; }
.insider-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(30px, 6vw, 90px); align-items: center; }
.insider h2 { font-size: clamp(46px, 5.4vw, 92px); line-height: .92; margin: 18px 0 24px; }
.insider .eyebrow { color: var(--navy); }
.insider-lede { font: 400 clamp(19px, 1.6vw, 23px)/1.5 var(--serif); max-width: 600px; margin-bottom: 26px; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checks li { display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: 17px; }
.checks .i { flex: none; width: 26px; height: 26px; padding: 4px; border-radius: 50%; background: var(--navy); color: var(--yellow); }
.insider-card { --fg: #fff; --muted: #9AA0C8; --line: rgba(255,255,255,.14); position: relative; background: var(--navy); color: #fff; border-radius: 26px; padding: clamp(26px, 3.4vw, 44px); box-shadow: 0 40px 90px -30px rgba(5,10,48,.55); }
.insider-card::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(255,255,255,.14); border-radius: 18px; pointer-events: none; }
.insider-card h3 { font-size: clamp(34px, 3.4vw, 50px); margin: 8px 0 22px; }
.insider-card-kicker { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--yellow); margin: 0; }
.insider-card .sub-form input { background: rgba(255,255,255,.07) !important; color: #fff !important; border-color: rgba(255,255,255,.18) !important; }
.insider-card .sub-form input::placeholder { color: rgba(255,255,255,.5) !important; }
.insider-card .sub-form .btn-yellow { background: var(--yellow) !important; color: var(--navy) !important; }
.insider-card .sub-form.is-done .form-msg { background: rgba(255,242,0,.12); color: var(--yellow); border-color: rgba(255,242,0,.35); }
.proof { margin: 16px 0 0; color: #C3C7E6; font-size: 14px; }
.proof b { color: var(--yellow); }
.proof.light { color: #C3C7E6; }

/* ---------- Partner teaser / services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.svc { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 26px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); text-decoration: none; color: var(--fg); overflow: hidden; transition: transform .45s var(--ease-out), border-color .3s, background .3s; }
.svc::before { content: ""; position: absolute; inset: auto -30% -60% -30%; height: 80%; background: radial-gradient(circle, rgba(255,242,0,.18), transparent 60%); opacity: 0; transition: opacity .45s; }
.svc:hover { transform: translateY(-6px); border-color: rgba(255,242,0,.55); }
.svc:hover::before { opacity: 1; }
.svc-num { position: absolute; top: 22px; right: 22px; font-size: 12px; color: var(--muted); }
.svc-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--yellow); color: var(--navy); margin-bottom: auto; }
.svc h3 { font: 700 21px/1.15 var(--sans); margin: 40px 0 10px; }
.svc p { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 0; }
.svc-go { position: absolute; right: 22px; bottom: 22px; opacity: 0; transform: translateX(-8px); transition: all .35s var(--ease); color: var(--yellow); }
.svc:hover .svc-go { opacity: 1; transform: none; }
.partner-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; margin-top: 44px; padding: clamp(24px, 3vw, 40px); border-radius: 24px; background: linear-gradient(120deg, #111b5c, #0a1244); border: 1px solid var(--line); }
.partner-cta p { margin: 0; font-size: clamp(28px, 3.2vw, 46px); line-height: 1; }

/* ---------- Page heroes ---------- */
.page-hero { position: relative; margin-top: calc(-1 * var(--hdr)); padding: calc(var(--hdr) + clamp(56px, 9vw, 120px)) 0 clamp(56px, 8vw, 110px); overflow: hidden; isolation: isolate; }
.page-hero.compact { padding-bottom: clamp(40px, 5vw, 64px); padding-top: calc(var(--hdr) + clamp(44px, 6vw, 80px)); }
.page-title { font-size: clamp(54px, 9vw, 140px); line-height: .9; margin: 16px 0 22px; }
.page-title.small { font-size: clamp(40px, 6vw, 76px); }
.page-lede { max-width: 700px; font: 400 clamp(19px, 1.7vw, 24px)/1.5 var(--serif); color: #C3C7E6; margin-bottom: 28px; }
.page-lede a { color: var(--yellow); }
.center-hero { text-align: center; }
.center-hero .page-lede { margin-inline: auto; }
.center-hero .sub-form { max-width: 520px; margin: 0 auto; }
.chips-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.chips-nav .chip { color: #fff; border-color: rgba(255,255,255,.22); height: 36px; padding: 0 15px; }
.chips-nav .chip.on { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #9AA0C8; text-decoration: none; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.back-link:hover { color: var(--yellow); }
.year-tag { display: inline-block; vertical-align: top; margin: .12em 0 0 .18em; padding: 6px 12px; border-radius: 99px; background: var(--yellow); color: var(--navy); font: 700 clamp(14px, 1.6vw, 22px)/1 var(--mono); letter-spacing: .02em; }

/* ---------- Events page ---------- */
.events-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 40px; align-items: end; }
.events-hero-card { padding: 26px; }
.events-hero-card p { margin: 0; color: #9AA0C8; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.events-hero-card .big { font-size: clamp(30px, 3vw, 44px); line-height: 1; color: #fff; letter-spacing: 0; text-transform: none; margin: 10px 0 18px; }
.countdown-mini { display: flex; gap: 16px; font: 500 12px var(--mono); color: #9AA0C8; }
.countdown-mini b { color: var(--yellow); font-size: 22px; font-weight: 700; margin-right: 3px; }
.tabs-years { display: flex; gap: 6px; margin-top: 40px; }
.tabs-years a { padding: 9px 16px; border-radius: 99px; border: 1px solid rgba(255,255,255,.18); color: #C3C7E6; text-decoration: none; font-size: 13px; }
.tabs-years a.on { background: #fff; color: var(--navy); border-color: #fff; }
.coming { padding-block: clamp(56px, 8vw, 100px); }
.coming-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.coming h2 { font-size: clamp(38px, 4.8vw, 72px); line-height: .95; margin: 16px 0 16px; }
.coming p { font: 400 20px/1.5 var(--serif); }
.coming-form .small { margin-top: 14px; }
.coming-form a { font-weight: 700; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; position: sticky; top: calc(var(--hdr) + 10px); z-index: 5; padding: 10px; border-radius: 99px; background: rgba(244,240,230,.85); backdrop-filter: blur(10px); width: fit-content; max-width: 100%; }
.day-group { margin-bottom: clamp(36px, 5vw, 60px); }
.day-head { display: flex; align-items: baseline; gap: 16px; padding-bottom: 14px; margin-bottom: 18px; border-bottom: 2px solid var(--fg); }
.day-head .display { font-size: clamp(32px, 4vw, 52px); }
.day-head .mono { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.day-events { display: grid; gap: 14px; }
.host-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); align-items: end; }
.host-grid h2 { font-size: clamp(44px, 5.6vw, 88px); line-height: .92; margin-top: 16px; }
.host-grid .section-lede { color: #C3C7E6; margin-bottom: 26px; }

/* ---------- Event page ---------- */
.event-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.event-hero .page-title { font-size: clamp(46px, 6.6vw, 100px); }
.event-facts { display: grid; gap: 14px; margin: 0 0 30px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.14); }
.event-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; }
.event-facts dt { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #9AA0C8; padding-top: 4px; }
.event-facts dd { margin: 0; font-size: 18px; color: #fff; }
.event-visual img { width: 100%; border-radius: 22px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); }
.event-ticket { position: relative; display: grid; place-items: center; align-content: center; aspect-ratio: 4 / 5; border-radius: 26px; background: var(--yellow); color: var(--navy); overflow: hidden; text-align: center; transform: rotate(3deg); box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); }
.event-ticket b { font-size: clamp(110px, 16vw, 200px); line-height: .85; }
.event-ticket span { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; }
.event-ticket img { position: absolute; bottom: -4%; left: 0; width: 100%; filter: brightness(0); opacity: .12; }

/* ---------- Forms (big) ---------- */
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(28px, 5vw, 70px); align-items: start; }
.big-form fieldset { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0 0 30px; padding: 0; border: 0; }
.big-form legend { grid-column: 1 / -1; margin-bottom: 14px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); padding: 0; }
.form-title { font-size: clamp(34px, 4vw, 56px); margin-bottom: 28px; }
.f { display: grid; gap: 7px; }
.f.full, .big-form .full { grid-column: 1 / -1; }
.f span { font-weight: 600; font-size: 14px; }
.f input, .f select, .f textarea { width: 100%; min-height: 54px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--card); color: var(--fg); font: 500 16px/1.4 var(--sans); outline: none; transition: border-color .2s, box-shadow .2s; appearance: none; }
.f select { 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' stroke='%23050A30' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.f textarea { resize: vertical; min-height: 130px; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(5,10,48,.08); }
.f input.invalid, .f textarea.invalid { border-color: #c3222f; }
.check { display: flex; gap: 10px; align-items: center; font-weight: 500; cursor: pointer; }
.check input { width: 18px; height: 18px; accent-color: var(--navy); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.form-actions .small { margin: 0; }
.form-banner { grid-column: 1 / -1; padding: 14px 18px; border-radius: 14px; font-weight: 600; margin-bottom: 20px; }
.form-banner.ok { background: var(--navy); color: #fff; }
.form-banner.bad { background: #fde8ea; color: #a51c28; }
.big-form.is-done fieldset, .big-form.is-done .form-actions, .big-form.is-done .form-title { display: none; }
.big-form.is-done .form-msg { display: block; padding: 34px; border-radius: 22px; background: var(--navy); color: #fff; font: 400 clamp(26px, 3vw, 38px)/1.15 var(--display); margin: 0; }
.big-form .form-msg.bad { color: #c3222f; }
.form-aside { position: sticky; top: calc(var(--hdr) + 20px); display: grid; gap: 16px; }
.aside-card { padding: 26px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); }
.aside-card.on-dark { border-color: transparent; }
.aside-card h3 { font-size: 30px; margin: 10px 0 12px; }
.aside-card.park h3 { font: 700 20px/1.2 var(--sans); }
.aside-card p { color: var(--muted); }
.aside-card.on-dark p { color: #C3C7E6; }
.aside-card a { color: inherit; }
.big-link { font: 400 22px/1.2 var(--display); color: var(--yellow) !important; text-decoration: none; word-break: break-word; }
.aside-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-weight: 500; }
.aside-list li { display: flex; gap: 10px; align-items: center; }
.aside-list .i { color: var(--navy); }

/* ---------- Article ---------- */
.preview-bar { position: sticky; top: var(--hdr); z-index: 50; padding: 8px; text-align: center; background: var(--yellow); color: var(--navy); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.page-article .article, .page-article .article-foot { background: var(--bg); color: var(--fg); }
.page-article main { --bg: var(--paper); --fg: var(--ink); --muted: #5E6380; --line: rgba(11,16,51,.13); --card: #fff; --accent: var(--navy); --accent-ink: #fff; background: var(--paper); }
html[data-reader="dark"] .page-article main { --bg: #0B1030; --fg: #E8E7F2; --muted: #9AA0C8; --line: rgba(255,255,255,.12); --card: rgba(255,255,255,.05); --accent: var(--yellow); --accent-ink: var(--navy); background: #0B1030; }
.article { padding-bottom: 30px; }
.article-head { padding: clamp(56px, 8vw, 110px) 0 clamp(30px, 4vw, 50px); }
.article-kicker { display: flex; gap: 10px; align-items: center; }
.article-kicker a { color: var(--fg); background: var(--yellow); color: var(--navy); padding: 4px 9px; border-radius: 6px; }
.article-kicker .sep { opacity: .4; }
.article-title { font-size: clamp(42px, 6.4vw, 92px); line-height: .96; margin: 18px 0 22px; text-wrap: balance; }
.article-dek { font: 400 clamp(21px, 2vw, 27px)/1.4 var(--serif); color: var(--muted); margin-bottom: 30px; text-wrap: pretty; }
.byline { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.byline-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: var(--yellow); font: 400 20px var(--display); flex: none; }
html[data-reader="dark"] .byline-avatar { background: var(--yellow); color: var(--navy); }
.byline-meta { display: grid; gap: 2px; }
.byline-meta strong { font-weight: 700; }
.byline-meta span { font-size: 12px; letter-spacing: .04em; color: var(--muted); }
.byline-actions { margin-left: auto; display: flex; gap: 2px; }
.article-cover { margin: 0 auto clamp(40px, 6vw, 80px); max-width: 1320px; padding-inline: var(--gutter); }
.article-cover img { width: 100%; max-height: 78vh; object-fit: cover; border-radius: 20px; }
.article-cover figcaption { margin-top: 12px; font-size: 13px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 720px) minmax(0, 1fr); gap: 0 40px; padding-inline: var(--gutter); }
.toc-rail { grid-column: 1; justify-self: end; width: 100%; max-width: 230px; position: sticky; top: calc(var(--hdr) + 30px); align-self: start; display: grid; gap: 30px; padding-top: 6px; }
.toc-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.toc a { display: block; padding: 7px 0 7px 14px; margin-left: -2px; border-left: 2px solid transparent; font-size: 14px; line-height: 1.35; color: var(--muted); text-decoration: none; transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--fg); }
.toc a.on { color: var(--fg); border-left-color: var(--accent); font-weight: 600; }
.share-rail { display: grid; gap: 6px; }
.share-rail a { font-size: 14px; color: var(--muted); text-decoration: none; }
.share-rail a:hover { color: var(--fg); }
.prose { grid-column: 2; min-width: 0; font: 400 clamp(19px, 1.45vw, 21.5px)/1.72 var(--serif); color: var(--fg); }
.prose > * { margin-top: 0; margin-bottom: 1.15em; }
.prose h2 { font: 400 clamp(32px, 3.2vw, 46px)/1.05 var(--display); margin: 2em 0 .6em; scroll-margin-top: calc(var(--hdr) + 20px); }
.prose h3 { font: 700 clamp(22px, 1.9vw, 27px)/1.2 var(--sans); margin: 1.8em 0 .5em; letter-spacing: -.01em; }
.prose a { color: inherit; text-decoration: underline; text-decoration-color: var(--yellow-deep); text-decoration-thickness: 3px; text-underline-offset: 4px; transition: background .2s; }
.prose a:hover { background: rgba(255,242,0,.35); }
.prose mark { background: linear-gradient(transparent 55%, rgba(255,242,0,.85) 55%); color: inherit; padding: 0 .1em; }
html[data-reader="dark"] .prose mark { background: rgba(255,242,0,.25); }
.prose code { font: 500 .82em var(--mono); background: rgba(11,16,51,.07); padding: .15em .4em; border-radius: 5px; }
.prose strong, .prose b { font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin-bottom: .45em; padding-left: .2em; }
.prose ul li::marker { color: var(--yellow-deep); }
.prose ol li::marker { font: 700 .8em var(--mono); color: var(--muted); }
.prose.has-dropcap > p:first-of-type::first-letter { float: left; font: 400 5.4em/.78 var(--display); margin: .07em .12em 0 0; color: var(--fg); }
.prose figure { margin-inline: 0; }
.prose figcaption { margin-top: 12px; font: 400 14px/1.5 var(--sans); color: var(--muted); }
.prose figcaption .credit { font: 500 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; opacity: .8; }
.b-image img { width: 100%; border-radius: 14px; }
.layout-wide, .prose figure.layout-wide { margin-inline: max(-170px, min(0px, calc((720px - 100vw) / 2 + 24px))); }
.layout-full, .prose figure.layout-full { width: calc(100vw - var(--sbw, 0px)); max-width: calc(100vw - var(--sbw, 0px)); margin-left: calc(50% - (100vw - var(--sbw, 0px)) / 2); }
.layout-full img { border-radius: 0; max-height: 90vh; object-fit: cover; }
.layout-full figcaption { padding-inline: var(--gutter); max-width: 780px; margin-inline: auto; }
.b-chart { margin-block: 2.2em; padding: clamp(18px, 2.5vw, 30px); background: var(--card); border: 1px solid var(--line); border-radius: 20px; font-family: var(--sans); }
html[data-reader="dark"] .b-chart { background: rgba(255,255,255,.035); }
.b-carousel { margin-block: 2.4em; font-family: var(--sans); }
.b-quote { margin: 2em 0; padding: 4px 0 4px 26px; border-left: 4px solid var(--yellow); }
.b-quote p { font-style: italic; font-size: 1.08em; margin: 0 0 .5em; }
.b-quote cite, .b-pull cite { font: 500 12px var(--mono); font-style: normal; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.b-pull { position: relative; margin: 2.2em 0; padding: 40px 0 14px; border-top: 3px solid var(--fg); text-align: left; }
.b-pull-mark { position: absolute; top: -8px; left: 0; font: 400 120px/1 var(--display); color: var(--yellow); transform: translateY(-30%); text-shadow: 3px 3px 0 var(--navy); }
.b-pull p { font: 400 clamp(30px, 3.2vw, 44px)/1.12 var(--display); margin: 0 0 16px; text-wrap: balance; }
@media (min-width: 1200px) { .b-pull { margin-inline: -90px; } }
.b-stats { display: grid; grid-template-columns: repeat(var(--n, 3), minmax(0, 1fr)); gap: 0; margin: 2.2em 0; border-radius: 20px; overflow: hidden; background: var(--navy); color: #fff; font-family: var(--sans); }
.b-stat { padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.b-stat:last-of-type { border-right: 0; }
.b-stat-value { font: 400 clamp(30px, 3vw, 46px)/1 var(--display); color: var(--yellow); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.b-stat-label { margin-top: 10px; font-size: 15px; line-height: 1.4; color: #D8DBF0; }
.b-stats-source { grid-column: 1 / -1; padding: 12px 24px; border-top: 1px solid rgba(255,255,255,.12); font: 500 11px var(--mono); letter-spacing: .04em; color: #9AA0C8; }
.b-stats-source a { color: #fff; text-decoration-color: rgba(255,242,0,.6); }
.b-callout { margin: 2.2em 0; padding: 26px 28px; border-radius: 20px; background: rgba(255,242,0,.18); border: 1.5px solid var(--yellow-deep); font-family: var(--sans); font-size: 17px; line-height: 1.55; }
html[data-reader="dark"] .b-callout { background: rgba(255,242,0,.07); border-color: rgba(255,242,0,.4); }
.b-callout-title { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.b-callout ul { margin: 0; padding-left: 1.1em; }
.b-callout li { margin-bottom: .5em; }
.b-callout p:last-child { margin-bottom: 0; }
.b-divider { border: 0; height: 24px; margin: 2.6em 0; background: url("../img/skyline.png") center / auto 24px no-repeat; opacity: .55; filter: brightness(0); }
html[data-reader="dark"] .b-divider { filter: none; }
.b-sources { margin-top: 3em; padding-top: 22px; border-top: 1px solid var(--line); font-family: var(--sans); font-size: 14px; line-height: 1.55; }
.b-sources h4 { font: 700 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.b-sources ol { padding-left: 1.4em; }
.b-sources a { word-break: break-word; text-decoration-thickness: 1.5px; }
.b-embed { margin: 2em 0; }
.b-embed .ratio { position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: #000; }
.b-embed .ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.b-embed-spotify iframe { width: 100%; border: 0; border-radius: 14px; }
.b-embed-ig .instagram-media { margin: 0 auto !important; }
.link-card { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; padding: 18px 22px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); text-decoration: none !important; font-family: var(--sans); }
.link-card-host { font-weight: 700; }
.link-card-url { flex: 1; font: 500 12px var(--mono); color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.nl-inline { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin: 2.4em 0; padding: 26px; border-radius: 22px; background: var(--navy); color: #fff; font-family: var(--sans); }
.nl-inline .kicker { color: var(--yellow); margin-bottom: 6px; }
.nl-inline h4 { font: 400 clamp(24px, 2.4vw, 32px)/1.05 var(--display); margin-bottom: 8px; }
.nl-inline p { color: #C3C7E6; font-size: 15.5px; line-height: 1.5; margin-bottom: 16px; }
.nl-inline-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--yellow); color: var(--navy); }
.nl-inline .sub-form input { background: rgba(255,255,255,.08) !important; color: #fff !important; border-color: rgba(255,255,255,.2) !important; }
.nl-inline .sub-form .btn-yellow { background: var(--yellow) !important; color: var(--navy) !important; }
.nl-inline .sub-form.is-done .form-msg { background: rgba(255,242,0,.12); color: var(--yellow); }
.b-disclosure { margin: 0 0 1.8em; padding: 10px 14px; border-left: 3px solid var(--yellow-deep); background: rgba(11,16,51,.045); border-radius: 0 10px 10px 0; font: 500 13px/1.5 var(--sans); color: var(--muted); }
html[data-reader="dark"] .b-disclosure { background: rgba(255,255,255,.05); }
.b-sponsor { position: relative; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: center; margin: 2.6em 0; padding: 22px; border-radius: 22px; background: #0c0c0e; color: #f2f2f4; border: 1px solid rgba(255,255,255,.08); overflow: hidden; font-family: var(--sans); isolation: isolate; }
.b-sponsor::after { content: ""; position: absolute; right: -20%; bottom: -70%; width: 80%; height: 140%; background: radial-gradient(circle, rgba(255,242,0,.12), transparent 60%); z-index: -1; pointer-events: none; }
.b-sponsor-media { aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: #fff; display: grid; place-items: center; }
.b-sponsor-media img { width: 100%; height: 100%; object-fit: contain; }
.b-sponsor-label { margin: 0 0 8px !important; font: 600 10.5px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); }
.b-sponsor h4 { margin: 0 0 8px; font: 400 clamp(22px, 2.2vw, 30px)/1.05 var(--display); color: #fff; }
.b-sponsor p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.5; color: #c9c9d1; }
.b-sponsor-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.prose .b-sponsor a { text-decoration: none; }
.prose .b-sponsor a:hover { background: none; }
.b-sponsor .btn-yellow { color: var(--navy); }
.b-sponsor-secondary { color: #fff !important; font-size: 14px; font-weight: 600; border-bottom: 2px solid rgba(255,242,0,.6); padding-bottom: 1px; }
.b-sponsor .b-sponsor-note { margin: 14px 0 0; font-size: 11.5px; line-height: 1.45; color: #85858f; }
@media (max-width: 720px) { .b-sponsor { grid-template-columns: minmax(0, 1fr); } .b-sponsor-media { max-width: 170px; } }
.article-foot { padding-top: 20px; padding-bottom: clamp(40px, 6vw, 80px); display: grid; gap: 34px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.carousel-promo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 300px); gap: 30px; align-items: center; padding: clamp(22px, 3vw, 34px); border-radius: 24px; background: var(--yellow); color: var(--navy); }
.carousel-promo .kicker { color: var(--navy); }
.carousel-promo h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1; margin-bottom: 20px; }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-row > .mono { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-right: 8px; }

/* ---------- Search / pager ---------- */
.search-big { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 10px 10px 10px 24px; border-radius: 99px; background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.18); max-width: 820px; }
.search-big:focus-within { border-color: var(--yellow); }
.search-big input { flex: 1; min-width: 0; height: 52px; border: 0; background: transparent; color: #fff; font: 400 clamp(20px, 2.4vw, 28px) var(--serif); outline: none; }
.search-big input::placeholder { color: rgba(255,255,255,.45); }
.result-count { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 30px; }
.pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 60px; font-size: 13px; color: var(--muted); }

/* ---------- Newsletter page ---------- */
.nl-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(30px, 5vw, 80px); align-items: center; }
.inbox-mock { display: grid; gap: 10px; transform: perspective(1400px) rotateY(-10deg) rotateX(4deg); }
.inbox-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 14px; align-items: center; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font-size: 14px; color: #C3C7E6; animation: intro .9s var(--ease-out) both; }
.inbox-row:nth-child(2) { animation-delay: .15s; opacity: .85; }
.inbox-row:nth-child(3) { animation-delay: .3s; opacity: .7; }
.inbox-row:nth-child(4) { animation-delay: .45s; opacity: .55; }
.inbox-row.on { background: #fff; color: var(--navy); border-color: #fff; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); transform: scale(1.04); }
.inbox-from { font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inbox-subj { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inbox-time { font-size: 11px; opacity: .7; }
.benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.benefit { padding: 26px; border-radius: 20px; background: var(--card); border: 1px solid var(--line); }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--navy); color: var(--yellow); margin-bottom: 30px; }
.benefit h3 { font: 700 20px/1.2 var(--sans); margin-bottom: 8px; }
.benefit p { color: var(--muted); margin: 0; }
.issue-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.issue-list a { display: grid; grid-template-columns: 120px 1fr auto; gap: 4px 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.issue-list .mono { font-size: 12px; color: var(--muted); grid-row: span 2; }
.issue-list strong { font: 400 24px/1.15 var(--display); }
.issue-list em { grid-column: 2; font: italic 400 16px var(--serif); color: var(--muted); }
.issue-list .i { grid-column: 3; grid-row: 1 / span 2; transition: transform .25s; }
.issue-list a:hover .i { transform: translateX(5px); }
.issue-frame { background: #EEEAE0; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.issue-frame iframe { display: block; width: 100%; min-height: 900px; border: 0; }
.issue-sub { margin-top: 40px; padding: 30px; border-radius: 22px; background: var(--navy); color: #fff; }
.issue-sub h3 { font-size: 32px; margin-bottom: 18px; }

/* ---------- Data hub ---------- */
.data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.data-card { display: flex; flex-direction: column; padding: clamp(18px, 2.4vw, 30px); border-radius: 22px; background: var(--card); border: 1px solid var(--line); min-width: 0; scroll-margin-top: calc(var(--hdr) + 20px); }
.data-card figure { margin: 0; flex: 1; }
.data-card-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }

/* ---------- Carousel gallery ---------- */
.carousel-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 40px 28px; }
.gallery-meta { margin-top: 14px; display: grid; gap: 6px; }
.gallery-meta h3 { font: 400 24px/1.1 var(--display); }

/* ---------- Partner page ---------- */
.svc-detail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.svc-row { position: relative; padding: clamp(24px, 3vw, 38px); border-radius: 22px; background: var(--card); border: 1px solid var(--line); }
.svc-row .svc-num { top: 26px; right: 26px; }
.svc-row-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.svc-row-head .svc-icon { margin: 0; }
.svc-row h3 { font-size: clamp(26px, 2.6vw, 36px); line-height: 1; }
.svc-row p { color: var(--muted); font-size: 17px; }
.svc-row ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.svc-row li { display: flex; gap: 10px; align-items: center; font-weight: 600; font-size: 15px; }
.svc-row li .i { color: var(--navy); background: var(--yellow); border-radius: 50%; padding: 2px; }
.process-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: s; border-top: 1px solid var(--line); }
.process-steps li { padding: 28px 26px 0 0; }
.process-steps li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.process-steps .mono { display: inline-block; font-size: 13px; color: var(--yellow); margin-bottom: 40px; }
.process-steps h3 { font: 700 22px/1.2 var(--sans); margin-bottom: 10px; }
.process-steps p { color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 400 clamp(21px, 2vw, 27px)/1.2 var(--display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font: 400 28px var(--sans); transition: transform .3s var(--ease); }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { font: 400 19px/1.6 var(--serif); color: var(--muted); padding-bottom: 24px; margin: 0; max-width: 640px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: minmax(0, 720px) 320px; gap: clamp(30px, 6vw, 100px); justify-content: space-between; }
.about-grid .prose { grid-column: auto; }
.about-aside { display: grid; gap: 12px; align-content: start; position: sticky; top: calc(var(--hdr) + 20px); }
.about-hero { padding-bottom: clamp(140px, 18vw, 240px); }

/* ---------- Footer ---------- */
.site-footer { position: relative; padding-top: clamp(70px, 9vw, 120px); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 50px; padding-bottom: 50px; }
.footer-word { display: inline-block; font-size: clamp(48px, 6vw, 92px); line-height: .9; text-decoration: none; margin-bottom: 18px; }
.footer-brand p { color: #9AA0C8; max-width: 360px; }
.socials { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 20px; }
.socials a { color: #fff; text-decoration: none; opacity: .8; }
.socials a:hover { opacity: 1; color: var(--yellow); }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr 1.6fr; gap: 30px; }
.footer-cols h4 { font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.footer-cols a { display: block; padding: 5px 0; color: #D8DBF0; text-decoration: none; font-size: 15px; }
.footer-cols a:hover { color: #fff; }
.footer-sub p { color: #9AA0C8; font-size: 15px; }
.footer-sub .sub-form { margin-top: 14px; }
.footer-skyline { height: clamp(120px, 18vw, 240px); background: url("../img/skyline-white.png") center bottom / auto 100% no-repeat; opacity: .07; margin-top: -40px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); color: #8088B8; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom .legal { max-width: 720px; }
.footer-bottom a { color: #C3C7E6; }

/* ---------- Toast ---------- */
.ny-toast { position: fixed; left: 50%; bottom: 28px; z-index: 600; transform: translate(-50%, 20px); opacity: 0; padding: 12px 18px; border-radius: 99px; background: var(--yellow); color: var(--navy); font-weight: 700; box-shadow: 0 20px 50px -10px rgba(0,0,0,.4); transition: all .35s var(--ease); pointer-events: none; }
.ny-toast.show { transform: translate(-50%, 0); opacity: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .nav a { padding: 10px 9px; font-size: 14px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 320px; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toc-rail { display: none; }
  .article-layout { display: block; }
  .article-layout .prose { max-width: 720px; margin-inline: auto; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1020px) {
  :root { --hdr: 66px; }
  .nav, .hide-sm { display: none; }
  .menu-btn { display: inline-grid; }
  .brand-word { font-size: 20px; }
  .hero { min-height: auto; padding-bottom: clamp(200px, 44vw, 360px); }
  .hero-grid, .latest-grid, .week-grid, .swipe-grid, .insider-grid, .nl-hero-grid, .events-hero-grid, .event-hero-grid, .coming-grid, .host-grid, .ig-fallback, .form-layout, .about-grid, .footer-top { grid-template-columns: minmax(0, 1fr); }
  .hero-side { margin-top: 10px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3) { padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .chart-duo, .data-grid, .svc-detail { grid-template-columns: minmax(0, 1fr); }
  .swipe-phones { max-width: 640px; }
  .phone-1, .phone.reveal.in.phone-1 { transform: rotate(3deg) translateY(40px); }
  .form-aside, .about-aside { position: static; }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .inbox-mock { transform: none; }
  .list-lead .acard-lead { grid-template-columns: minmax(0, 1fr); }
  .filter-bar { border-radius: 18px; }
}
@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .hide-xs { display: none; }
  .section-head { grid-template-columns: minmax(0, 1fr); }
  .card-grid, .ig-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .card-grid { grid-template-columns: minmax(0, 1fr); }
  .acard-row { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; }
  .acard-row .acard-dek { display: none; }
  .svc-grid, .benefits { grid-template-columns: minmax(0, 1fr); }
  .svc { min-height: 0; }
  .svc h3 { margin-top: 24px; }
  .ecard-list { grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
  .ecard-img { display: none; }
  .ecard-date { width: 64px; height: 78px; }
  .ecard-day { font-size: 32px; }
  .big-form fieldset { grid-template-columns: minmax(0, 1fr); }
  .sub-form-row input { padding-right: 22px !important; }
  .sub-form-row { flex-direction: column; }
  .sub-form-row .btn { position: static; width: 100%; --h: 54px; }
  .sub-form.is-compact .sub-form-row input { padding-right: 18px !important; }
  .sub-form.is-compact .sub-form-row .btn { --h: 50px; }
  .b-stats { grid-template-columns: minmax(0, 1fr); }
  .b-stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nl-inline { grid-template-columns: minmax(0, 1fr); }
  .carousel-promo { grid-template-columns: minmax(0, 1fr); }
  .swipe-phones { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .phone-0, .phone-1, .phone.reveal.in.phone-0, .phone.reveal.in.phone-1 { transform: none; }
  .phone-1 { display: none; }
  .process-steps { grid-template-columns: minmax(0, 1fr); }
  .process-steps li, .process-steps li + li { padding-left: 0; border-left: 0; padding-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .process-steps .mono { margin-bottom: 14px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-sub { grid-column: 1 / -1; }
  .issue-list a { grid-template-columns: minmax(0, 1fr) auto; }
  .issue-list .mono { grid-row: auto; }
  .issue-list em { grid-column: 1; }
  .issue-list .i { grid-column: 2; grid-row: 1 / span 3; }
  .inbox-row { grid-template-columns: minmax(0, 1fr) auto; }
  .inbox-from { display: none; }
  .search-big { padding-left: 16px; }
  .search-big .btn { display: none; }
  .scroll-cue { display: none; }
  .marquee { transform: rotate(-1.2deg) scale(1.04); }
  .week-facts { grid-template-columns: repeat(3, auto); gap: 10px 20px; }
  .event-facts div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .countdown-grid b { font-size: 24px; }
  .byline { flex-wrap: wrap; }
}
@media (max-width: 420px) {
  .brand-word { font-size: 17px; }
  .brand-mark { display: none; }
  .ig-grid { gap: 8px; }
  .stat-row { grid-template-columns: minmax(0, 1fr); }
  .stat, .stat:nth-child(3) { padding-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .hero-side { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- Video: click-to-play YouTube ---------- */
.yt { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #000; isolation: isolate; box-shadow: 0 30px 60px -30px rgba(5, 10, 48, .55); }
.yt-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: transform .8s var(--ease-out), filter .4s; }
.yt::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(5, 10, 48, 0) 40%, rgba(5, 10, 48, .45)); pointer-events: none; }
.yt:hover .yt-thumb { transform: scale(1.035); filter: saturate(1.1); }
.yt-play { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); padding: 0; border: 0; background: none; color: var(--yellow); cursor: pointer; border-radius: 50%; width: clamp(56px, 8vw, 84px); height: clamp(56px, 8vw, 84px); transition: transform .35s var(--ease); filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .45)); }
.yt-play svg { width: 100%; height: 100%; display: block; }
.yt-play::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(255, 242, 0, .55); animation: yt-pulse 2.4s var(--ease) infinite; }
.yt:hover .yt-play { transform: translate(-50%, -50%) scale(1.08); }
@keyframes yt-pulse { 0% { transform: scale(.85); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .yt-play::before { animation: none; } .yt-thumb { transition: none; } }
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt.is-playing::after { display: none; }
.yt-noscript { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 3; background: var(--yellow); color: var(--navy); padding: 8px 14px; border-radius: 999px; font-weight: 700; text-decoration: none; }

.b-video, .b-embed-video { margin-block: 2.2em; }
.b-video figcaption, .b-embed-video figcaption { margin-top: 12px; font-size: 14px; color: var(--muted); }
.b-video.layout-full .yt { border-radius: 0; }

.article-video { max-width: 1000px; margin: 0 auto clamp(40px, 6vw, 72px); padding-inline: var(--gutter); }
.article-video .kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }

.watch-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 44px); align-items: start; }
.watch-title { font: 400 clamp(24px, 2.6vw, 36px)/1.08 var(--display); margin: 18px 0 6px; }
.watch-title a { text-decoration: none; color: inherit; background: linear-gradient(var(--yellow), var(--yellow)) 0 88% / 0 .32em no-repeat; transition: background-size .45s var(--ease); }
.watch-title a:hover { background-size: 100% .32em; }
.watch-list { display: grid; gap: 18px; }
.video-lead { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); align-items: end; margin-bottom: clamp(44px, 6vw, 80px); }

.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(20px, 2.4vw, 36px); }
.vcard { display: grid; gap: 14px; color: inherit; text-decoration: none; }
.vcard-media { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: var(--navy); }
.vcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.vcard:hover .vcard-media img { transform: scale(1.05); }
.vcard-play { position: absolute; left: 12px; bottom: 12px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--navy); transition: transform .3s var(--ease); }
.vcard-play svg { margin-left: 2px; }
.vcard:hover .vcard-play { transform: scale(1.12); }
.vcard-body { display: grid; gap: 6px; }
.vcard-title { font: 400 clamp(20px, 1.8vw, 24px)/1.12 var(--display); }
.vcard-meta { font-size: 12px; letter-spacing: .06em; color: var(--muted); }
.vcard-row { grid-template-columns: 160px minmax(0, 1fr); align-items: center; gap: 16px; }
.vcard-row .vcard-media { border-radius: 10px; }
.vcard-row .vcard-play { width: 30px; height: 30px; left: 8px; bottom: 8px; }
.vcard-row .vcard-title { font-size: 19px; }

.video-hero { margin-top: calc(-1 * var(--hdr)); padding: calc(var(--hdr) + clamp(28px, 4vw, 56px)) 0 clamp(40px, 5vw, 72px); }
.video-hero .kicker a { color: var(--yellow); text-decoration: none; }
.video-hero .kicker .sep { margin-inline: 8px; opacity: .5; }
.video-hero-player { max-width: 1120px; margin: 18px auto 0; }
.video-hero-meta { max-width: 1120px; margin: 24px auto 0; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; }
.video-title { font-size: clamp(32px, 4.4vw, 60px); line-height: 1.02; margin: 0; max-width: 860px; }
.video-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.video-desc { font: 400 19px/1.65 var(--serif); margin-bottom: 40px; }
.video-story .eyebrow { margin-bottom: 16px; }

@media (max-width: 1020px) {
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .watch-grid, .video-lead { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .video-grid { grid-template-columns: 1fr; }
  .vcard-row { grid-template-columns: 128px minmax(0, 1fr); }
  .yt { border-radius: 12px; }
}
