/* ═══════════════════════════════════════════════════════════════
   THE BIGGEST EDITING CONTEST EVER — design system
   Canvas: near-black, silver-gradient display type, gold serif
   accents, metallic shields, glass bento cards, film grain.
   ═══════════════════════════════════════════════════════════════ */

:root{
  --bg:        #050506;
  --bg-2:      #0a0a0c;
  --panel:     #0f0f11;
  --line:      rgba(255,255,255,.08);
  --line-soft: rgba(255,255,255,.05);
  --txt:       #ececee;
  --txt-2:     #9c9ca3;
  --txt-3:     #64646b;
  --gold:      #e3a43b;
  --gold-2:    #f2c069;
  --green:     #46f56f;
  --red:       #ff4d4d;
  --radius:    24px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

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

html{ scroll-behavior:smooth }

body{
  background:var(--bg);
  color:var(--txt-2);
  font-family:var(--font);
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

::selection{ background:rgba(227,164,59,.32); color:#fff }

.wrap{ width:min(1160px, calc(100% - 48px)); margin-inline:auto }

/* ── film grain ─────────────────────────────────────────────── */
.grain{
  position:fixed; inset:-50%;
  width:200%; height:200%;
  pointer-events:none; z-index:60;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity:.045;
  animation:grain 9s steps(6) infinite;
}
@keyframes grain{
  0%,100%{ transform:translate(0,0) } 20%{ transform:translate(-2%,1%) }
  40%{ transform:translate(1%,-2%) } 60%{ transform:translate(-1%,2%) }
  80%{ transform:translate(2%,-1%) }
}

/* ── type ───────────────────────────────────────────────────── */
.display{
  font-weight:560;
  letter-spacing:-.035em;
  line-height:1.04;
  background:linear-gradient(180deg,#fbfbfc 18%,#b2b2b9 88%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}

.accent-serif{
  font-family:var(--serif);
  font-style:italic;
  font-weight:400;
  letter-spacing:-.01em;
  background:linear-gradient(180deg,#f4c876 8%,#e3a43b 55%,#c9861e 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  padding-right:.06em; /* keep italic overhang unclipped */
}

.gold-word{
  font-weight:560; letter-spacing:-.035em;
  background:linear-gradient(180deg,#f4c876 8%,#e3a43b 60%,#c9861e 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}

/* ═══════════════════════ MEGA HERO ═══════════════════════ */
.mega{
  --rail:clamp(24px,5vw,72px);
  position:relative;
  min-height:100svh;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  padding:clamp(20px,3vh,40px) 0 clamp(96px,13vh,136px);
  overflow:hidden;
}
.mega-bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(58% 46% at 50% 40%, #16161b 0%, transparent 70%),
    radial-gradient(110% 70% at 50% 108%, rgba(227,164,59,.09), transparent 58%);
}
.mega-bg::after{
  content:""; position:absolute; inset:0;
  background:radial-gradient(135% 115% at 50% 45%, transparent 58%, rgba(0,0,0,.52) 100%);
}

.mega-title{ position:relative; z-index:1; line-height:.84 }
.mega-word{
  display:block;
  font-weight:800;
  font-size:min(23vw, 40vh, 380px);
  letter-spacing:-.03em;
  line-height:.84;
  white-space:nowrap;
  background:linear-gradient(180deg,#5c5c66 4%,#3b3b43 52%,#26262c 96%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  user-select:none;
}

.mega-stage{
  position:relative; z-index:2;
  width:min(58vw, 82vh, 900px);
  margin-top:calc(min(23vw, 40vh, 380px) * -0.52);
}
.mega-model{
  position:relative; z-index:1;
  display:block; width:100%; height:auto;
  rotate:-4deg;
  -webkit-mask-image:linear-gradient(180deg,#000 70%,rgba(0,0,0,.65) 88%,rgba(0,0,0,.3) 100%);
  mask-image:linear-gradient(180deg,#000 70%,rgba(0,0,0,.65) 88%,rgba(0,0,0,.3) 100%);
  animation:model-float 9s ease-in-out infinite;
}
@keyframes model-float{
  0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-12px) }
}
.mega-floor{
  position:absolute; z-index:0;
  left:2%; right:2%; bottom:-2%;
  height:38%;
  background:radial-gradient(50% 50% at 50% 50%, rgba(242,192,96,.26), rgba(242,192,96,.08) 48%, transparent 72%);
}

.mega-script{
  position:absolute; z-index:3;
  font-family:"Caveat", "Instrument Serif", cursive;
  font-weight:700;
  font-size:clamp(58px,9vw,140px);
  line-height:1;
  /* pad the paint box so background-clip:text covers Caveat's descenders
     and swash overhangs (negative margins cancel the layout shift) */
  padding:.12em .15em .26em;
  margin:-.12em -.15em -.26em;
  white-space:nowrap;
  background:linear-gradient(180deg,#f6d38a 0%,#e3a43b 62%,#c9861e 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  filter:
    drop-shadow(0 3px 10px rgba(0,0,0,.55))
    drop-shadow(0 8px 26px rgba(227,164,59,.22));
  user-select:none;
}
.script-block{
  position:absolute; z-index:3;
  left:var(--rail); top:42%;
  display:flex; flex-direction:column;
  transform:rotate(-3deg);
}
.script-block .mega-script{ position:static }
.script-r{ right:var(--rail); top:42%; transform:rotate(-3deg) }
.mega-ever{
  position:absolute; z-index:3;
  left:calc(var(--rail) + 2.5vw); top:63%;
  font-family:"Caveat", cursive;
  font-weight:600;
  font-size:clamp(24px,2.3vw,34px);
  line-height:1;
  color:#eaeaef;
  transform:rotate(-5deg);
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.6));
  user-select:none;
}

/* ── operator-tuned composition (baked from ?editor session @1512x752) ──
   px deltas converted to vw/vh so the arrangement scales with the viewport */
@media (min-width:861px){
  .mega-word{ translate:0 3.5vh; scale:1.16 }
  .mega-stage{ translate:7vw 25.1vh; scale:1.58; rotate:12.5deg }
  .script-block{ translate:-1.1vw 2vh; scale:1.2; rotate:-5deg }
  .mega-ever{ translate:73.6vw -5.3vh; scale:2; rotate:-5.5deg }
  .script-r{ translate:-3.8vw -3.1vh; scale:1.21; rotate:-5deg }
  .mega-card{ translate:-2.5vw -.9vh; scale:1.19 }
}
/* taller desktop windows: rein the laptop in so proportions hold */
@media (min-width:861px) and (max-aspect-ratio:1.75){
  .mega-stage{ scale:1.4; translate:7vw 19.3vh }
}

/* bottom-up dissolve: melts the laptop into the canvas and hands off
   to the next section */
.mega-fade{
  position:absolute; z-index:3;
  left:0; right:0; bottom:0;
  height:32%;
  pointer-events:none;
  background:
    radial-gradient(60% 90% at 50% 100%, rgba(227,164,59,.07), transparent 65%),
    linear-gradient(180deg, transparent 0%, rgba(5,5,6,.55) 58%, #050506 97%);
}

.mega-corner{
  position:absolute; z-index:4;
  bottom:clamp(30px,6.5vh,64px);
}
.mega-corner h4{
  font-size:15.5px; font-weight:800;
  letter-spacing:.07em; text-transform:uppercase;
  color:#f2f2f4;
}
.mega-corner p{
  margin-top:8px;
  font-size:14.5px; line-height:1.55;
  color:var(--txt-2);
}
.mega-card, .mega-card-l{
  width:272px;
  padding:20px 22px 22px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid var(--line);
  backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 20px 44px rgba(0,0,0,.45);
}
.mega-card{ right:clamp(24px,5vw,72px) }
.mega-card-l{ left:clamp(24px,5vw,72px) }
.mega-link{
  display:inline-flex; align-items:center; gap:8px;
  margin-top:13px;
  font-size:14.5px; font-weight:650;
  color:var(--gold-2);
  text-decoration:none;
}
.mega-link:hover{ color:#f8dda0 }
.mega-link span{ transition:transform .2s ease }
.mega-link:hover span{ transform:translateX(3px) }

/* ═══════════════════════ BRIEFING / FULL-WIDTH VSL ═══════════════════════ */
.briefing{
  position:relative;
  display:flex; align-items:center;
  padding:clamp(44px,6vh,72px) 0;
  overflow-x:clip;
}
@media (min-width:861px){
  .briefing{ min-height:100svh }
}
.briefing-stack{ text-align:center }
.briefing .sec-head{ margin-bottom:0 }
.briefing .sec-head h2{ font-size:clamp(32px,3.6vw,52px) }
.briefing .vsl-play{ width:84px; height:84px }
.briefing .vsl-play svg{ width:40px; height:40px; margin-left:5px }

/* ── golden ticket CTA ── */
.btn-ticket{
  display:inline-flex; align-items:center; gap:16px;
  margin-top:clamp(26px,4vh,40px);
  padding:16px 38px 17px 30px;
  border-radius:18px;
  text-decoration:none;
  color:#231503;
  background:linear-gradient(180deg,#f9d98e 0%,#e8ac42 55%,#cf8d20 100%);
  box-shadow:
    inset 0 2px 0 rgba(255,240,200,.8),
    inset 0 -6px 12px rgba(120,70,0,.25),
    0 0 0 1px rgba(255,214,140,.35),
    0 10px 34px rgba(227,164,59,.35),
    0 0 90px rgba(227,164,59,.22);
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn-ticket:hover{
  transform:translateY(-2px);
  box-shadow:
    inset 0 2px 0 rgba(255,240,200,.8),
    inset 0 -6px 12px rgba(120,70,0,.22),
    0 0 0 1px rgba(255,214,140,.45),
    0 14px 44px rgba(227,164,59,.45),
    0 0 120px rgba(227,164,59,.3);
}
.bt-ic{ width:34px; height:34px; flex:none }
.bt-text{ display:flex; flex-direction:column; align-items:center; gap:3px; text-align:center }
.bt-label{
  font-size:20px; font-weight:800;
  letter-spacing:.04em; text-transform:uppercase;
  line-height:1;
}
.bt-sub{
  font-size:12.5px; font-weight:650;
  color:rgba(52,32,4,.8);
  line-height:1;
}
.bt-wide{
  display:flex; justify-content:center;
  width:100%;
  margin-top:8px;
}

.strap{
  font-size:clamp(21px,2.1vw,27px);
  font-weight:560;
  letter-spacing:-.02em;
  color:#d9d9de;
}
.strap-num{ font-size:1.22em }
.strap span{ color:#d4d4da }

.cta-row{
  margin-top:34px;
  display:flex; align-items:center; gap:16px; flex-wrap:wrap;
}
.cta-center{ justify-content:center; margin-top:clamp(24px,3.8vh,40px) }

.btn-primary{
  display:inline-flex; align-items:center;
  padding:15px 32px;
  border-radius:999px;
  font-weight:600; font-size:16px;
  letter-spacing:-.01em;
  color:#101012;
  text-decoration:none;
  background:linear-gradient(180deg,#ffffff 0%,#d9d9dc 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -8px 14px rgba(0,0,0,.14),
    0 0 0 1px rgba(255,255,255,.16),
    0 0 0 7px rgba(255,255,255,.045),
    0 14px 34px rgba(0,0,0,.5);
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -8px 14px rgba(0,0,0,.12),
    0 0 0 1px rgba(255,255,255,.22),
    0 0 0 7px rgba(255,255,255,.07),
    0 0 34px rgba(255,255,255,.14),
    0 18px 40px rgba(0,0,0,.55);
}

.host-chip{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 20px 10px 11px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(10px);
  font-size:15px; color:var(--txt-2);
  white-space:nowrap;
}
.host-chip strong{ color:#e8e8ea; font-weight:560 }
.avatar{
  width:30px; height:30px; flex:none;
  display:grid; place-items:center;
  border-radius:50%;
  background:radial-gradient(120% 120% at 30% 20%, #2c2c30, #131315);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14), 0 0 10px rgba(227,164,59,.25);
}
.avatar svg{ width:15px; height:15px }

/* ── VSL frame: big, softly capped by viewport height ── */
.vsl-wrap{
  position:relative;
  width:min(1060px, 100%, calc((100svh - 330px) * 1.7778));
  margin:clamp(24px,3.5vh,40px) auto 0;
}

.hero-media{ position:relative }
.vsl{
  position:relative;
  aspect-ratio:16/9;
  border-radius:20px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.04) 0%, transparent 38%),
    radial-gradient(120% 140% at 22% 0%, #1b1b1e 0%, #0d0d0f 55%, #08080a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 0 0 1px rgba(255,255,255,.10),
    0 30px 60px -16px rgba(0,0,0,.72);
  display:grid; place-items:center;
  overflow:hidden;
}
.vsl::after{
  content:""; position:absolute; inset:0;
  border-radius:inherit; pointer-events:none;
  background:
    radial-gradient(90% 70% at 50% 118%, rgba(227,164,59,.10), transparent 60%),
    radial-gradient(140% 100% at 50% 50%, transparent 55%, rgba(0,0,0,.4) 100%);
}
.vsl-chip{
  position:absolute; top:16px; left:16px; z-index:1;
  font-size:11px; font-weight:600;
  letter-spacing:.14em; text-transform:uppercase;
  color:var(--txt-2);
  padding:7px 13px; border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.35);
  backdrop-filter:blur(8px);
}
.vsl-play{
  width:76px; height:76px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  border-top-color:rgba(255,255,255,.26);
  border-bottom-color:rgba(255,255,255,.06);
  background:linear-gradient(180deg,#26262b,#141417);
  display:grid; place-items:center;
  cursor:pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 0 10px rgba(255,255,255,.035),
    0 10px 28px rgba(0,0,0,.6);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.vsl-play{ position:relative; z-index:1 }
.vsl-play svg{
  width:38px; height:38px; margin-left:5px; display:block;
  filter:drop-shadow(0 0 10px rgba(227,164,59,.5));
}
.vsl-play:hover{
  transform:scale(1.06);
  background:linear-gradient(180deg,#2c2c32,#17171a);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 0 0 12px rgba(255,255,255,.05),
    0 0 44px rgba(227,164,59,.28),
    0 14px 40px rgba(0,0,0,.55);
}
.vsl-bar{
  position:absolute; left:16px; right:16px; bottom:16px; z-index:1;
  display:flex; align-items:center; gap:12px;
}
.vsl-track{
  flex:1; height:4px; border-radius:99px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}
.vsl-played{
  display:block; width:22%; height:100%;
  border-radius:99px;
  background:linear-gradient(90deg,#c9861e,#f2c069);
}
.vsl-time{
  font-size:12px; font-weight:560; color:var(--txt-2);
  font-variant-numeric:tabular-nums;
}
.vsl-underglow{
  position:absolute; left:8%; right:8%; bottom:-46px; height:90px;
  background:radial-gradient(50% 50% at 50% 50%, rgba(227,164,59,.16), transparent 70%);
  pointer-events:none;
}

/* ── scroll cue ── */
.scroll-cue{
  position:absolute; left:50%; bottom:26px; z-index:5;
  transform:translateX(-50%);
  width:40px; height:40px;
  display:grid; place-items:center;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:#8b8b92;
  animation:cue 2.8s ease-in-out infinite;
}
.scroll-cue svg{ width:16px; height:16px }
.scroll-cue:hover{ color:#d6d6db; border-color:rgba(255,255,255,.16) }
@keyframes cue{
  0%,100%{ transform:translate(-50%,0) }
  50%{ transform:translate(-50%,7px) }
}
@media (max-width:860px){ .scroll-cue{ display:none } }

/* ═══════════════ TOOL CAROUSEL (full-width separator strip) ═══════════════ */
.band{
  position:relative;
  padding:0;
}
.band-box{
  position:relative;
  padding:30px 0;
  background:
    radial-gradient(50% 140% at 50% 0%, rgba(227,164,59,.06), transparent 70%),
    linear-gradient(180deg,#0e0e10 0%,#0a0a0c 100%);
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
}
.marquee{
  position:relative;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.m-track{
  display:flex;
  width:max-content;
  animation:marquee 38s linear infinite;
}
.m-set{
  display:flex; align-items:center;
  gap:48px;
  padding-right:48px;
}
.m-set .badge{ width:74px; flex:none }
@keyframes marquee{ to{ transform:translateX(-50%) } }

/* every other badge wears the brand gold */
.m-set .badge:nth-child(odd) .logo [fill^="url"]{ fill:url(#g-gold) }
.m-set .badge:nth-child(odd) .logo [stroke^="url"]{ stroke:url(#g-gold) }

.badge{ filter:drop-shadow(0 14px 22px rgba(0,0,0,.5)) }
.badge .logo{ opacity:.92 }

/* ═══════════════════════ INVITED / BENTO ═══════════════════════ */
.invited{
  position:relative;
  padding:clamp(64px,9vh,104px) 0 clamp(84px,10vh,120px);
}

.sec-head{ text-align:center; margin-bottom:clamp(40px,6vh,60px) }
.sec-head h2{
  font-size:clamp(30px,3.3vw,43px);
}
.sec-sub{
  margin-top:14px;
  font-size:17px; color:var(--txt-2);
}

.cards{
  display:grid;
  grid-template-columns:1fr 1.38fr 1fr;
  gap:20px;
}

.card{
  position:relative;
  display:flex; flex-direction:column;
  border-radius:var(--radius);
  padding:22px 26px 30px;
  background:linear-gradient(180deg,#141417 0%,#0c0c0e 60%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 24px 48px -18px rgba(0,0,0,.78);
  overflow:hidden;
  transition:transform .25s ease, border-color .25s ease;
}
.card:hover{ transform:translateY(-3px); border-color:rgba(255,255,255,.11) }

.card h3{
  font-size:18px; font-weight:600; letter-spacing:-.015em;
  color:#f2f2f4;
  margin-top:auto;
}
.card p{
  margin-top:9px;
  font-size:15px; line-height:1.62;
  color:var(--txt-2);
}
.card p strong{ color:#d9d9de; font-weight:560 }

.card-visual{
  position:relative;
  min-height:250px;
  margin-bottom:22px;
  display:grid; place-items:center;
}

/* ── card 1 : colorful editing timeline ── */
.editor-window{
  position:relative; z-index:1;
  width:min(100%,320px);
  border-radius:14px;
  padding:14px 14px 16px;
  background:linear-gradient(180deg,#1a1a1f,#111114);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 18px 40px rgba(0,0,0,.5);
}
.ew-head{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom:12px;
}
.ew-dot{ width:9px; height:9px; border-radius:50% }
.ew-dot.gold{ background:var(--gold); box-shadow:0 0 8px rgba(227,164,59,.6) }
.ew-dots{ display:flex; gap:5px }
.ew-dots i{ width:5px; height:5px; border-radius:50%; background:#3a3a40 }

/* monitors row: bin thumbnails / program preview / lumetri panel */
.ew-monitors{
  display:grid;
  grid-template-columns:58px 1fr 52px;
  gap:6px;
  margin-bottom:8px;
}
.ew-bin{ display:grid; grid-template-columns:1fr 1fr; gap:4px }
.bin-thumb{ height:21px; border-radius:4px; box-shadow:inset 0 1px 0 rgba(255,255,255,.08) }
.bt1{ background:linear-gradient(140deg,#1f4d47,#12312e) }
.bt2{ background:linear-gradient(140deg,#33333a,#1c1c22) }
.bt3{ background:linear-gradient(140deg,#26262e,#141419) }
.bt4{ background:linear-gradient(140deg,#174038,#0f2a26) }
.ew-preview{
  position:relative; border-radius:6px;
  background:
    radial-gradient(70% 80% at 50% 42%, #2c2c33 0%, #191920 70%, #131317 100%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.ew-preview::before{
  content:""; position:absolute; top:5px; left:50%; transform:translateX(-50%);
  width:26px; height:5px; border-radius:3px;
  background:radial-gradient(6px 5px at 25% 50%, rgba(232,163,60,.9), transparent 70%),
             radial-gradient(6px 5px at 75% 50%, rgba(232,163,60,.7), transparent 70%);
  filter:blur(.5px);
}
.ew-panel{ display:flex; flex-direction:column; gap:7px; justify-content:center }
.ew-panel i{ height:3px; border-radius:2px }
.sl1{ background:linear-gradient(90deg,#3a6df0,#e07a44) }
.sl2{ background:linear-gradient(90deg,#2fae62,#e055b8) }
.sl3{ background:#3c3c44 }
.sl4{ background:#2e2e36 }

.ew-body{
  position:relative;
  display:flex; flex-direction:column; gap:5px;
}
.ew-ruler{
  height:7px;
  background:repeating-linear-gradient(90deg,
    rgba(255,255,255,.15) 0 1px, transparent 1px 12px);
  border-radius:2px;
}
.ew-track{ display:flex; gap:4px }
.clip{
  height:14px; border-radius:4px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 0 1px rgba(0,0,0,.22);
}
.ew-track.thin .clip{ height:8px; border-radius:3px }
.c-violet{ background:linear-gradient(180deg,#8d7bf7,#6a55e8) }
.c-blue{   background:linear-gradient(180deg,#4fa9f2,#2e7fd4) }
.c-teal{   background:linear-gradient(180deg,#39d6a8,#1da981) }
.c-amber{  background:linear-gradient(180deg,#eebb5e,#cf9130) }
.c-pink{   background:linear-gradient(180deg,#ef6fb0,#d1478f) }

.ew-audio{
  border-radius:8px;
  background:rgba(70,245,111,.05);
  box-shadow:inset 0 0 0 1px rgba(70,245,111,.12);
  padding:5px 4px;
}
.ew-audio svg{ display:block; width:100%; height:24px; overflow:visible }
.wave-bars{
  filter:drop-shadow(0 0 5px rgba(70,245,111,.55)) drop-shadow(0 0 12px rgba(70,245,111,.22));
}
.wave-bars .played{ opacity:1 }
.wave-bars .unplayed{ opacity:.55 }

.ew-playhead{
  position:absolute; z-index:2;
  left:40%; top:-2px; bottom:-4px;
  width:2px; border-radius:2px;
  background:linear-gradient(180deg,#f6d38a,#e3a43b);
  box-shadow:0 0 8px rgba(242,192,105,.65);
}
.ew-playhead::before{
  content:""; position:absolute;
  top:-5px; left:50%; transform:translateX(-50%);
  border:5px solid transparent;
  border-top:6px solid #f2c069;
}

.green-underglow{
  position:absolute; z-index:0;
  width:78%; height:44%;
  left:11%; top:34%;
  background:radial-gradient(50% 50% at 50% 50%, rgba(70,245,111,.15), transparent 70%);
}

/* ── card 2 : prize cash notifications ── */
.visual-prizes{ align-items:start; padding-top:8px }
.notif-stack{
  position:relative;
  width:min(100%,400px);
  margin-inline:auto;
}
.notif{
  display:flex; align-items:center; gap:13px;
  border-radius:16px;
  padding:13px 18px;
  background:linear-gradient(180deg,#1d1d22,#131316);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 16px 34px rgba(0,0,0,.45);
}
.notif{ position:relative; transform-origin:top center }
.notif + .notif{ margin-top:-13px }
.notif.n1{ z-index:4 }
.notif.n2{ z-index:3; transform:scale(.96); opacity:.6 }
.notif.n3{ z-index:2; transform:scale(.92); opacity:.34 }
.notif.n4{ z-index:1; transform:scale(.88); opacity:.16 }

.notif-icon{
  width:42px; height:42px; flex:none;
  display:grid; place-items:center;
  border-radius:12px;
  background:linear-gradient(180deg,#2e2e33,#1a1a1e);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10), inset 0 1px 0 rgba(255,255,255,.14);
}
.notif-icon svg{ width:22px; height:22px }
.notif-text{
  font-size:15px; font-weight:560; letter-spacing:-.01em;
  color:#d6d6db;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.notif-amt{
  margin-left:auto;
  font-size:15.5px; font-weight:650; letter-spacing:-.01em;
  font-variant-numeric:tabular-nums;
  background:linear-gradient(180deg,#f4c876,#dc9c31);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}

.notif-badge{
  position:absolute; z-index:5;
  top:-12px; right:-8px;
  width:30px; height:30px;
  display:grid; place-items:center;
  border-radius:50%;
  background:radial-gradient(120% 120% at 32% 22%, #ff6c6c, #e03131);
  box-shadow:0 6px 18px rgba(255,60,60,.45), inset 0 1px 0 rgba(255,255,255,.35);
}
.notif-badge svg{ width:15px; height:15px }

/* ── card 3 : gold folder among dark folders ── */
.visual-niches svg{ width:min(100%,300px); height:auto }

/* ═══════════ WIDE CARDS ROW (glow + pop like the reference) ═══════════ */
.cards-row2{
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:20px;
  margin-top:20px;
}
.cards-row2 .card{ min-height:340px }

/* A — tilted prize card */
.wide-a{ padding-bottom:0 }
.wide-a h3{ margin-top:4px }
.wide-a p{ max-width:52ch }
.prize-card{
  position:relative;
  width:min(78%,340px);
  margin:34px 0 -26px 8%;
  padding:20px 22px 18px;
  border-radius:16px;
  transform:rotate(-8deg);
  background:
    linear-gradient(115deg, rgba(255,255,255,.05) 0%, transparent 40%),
    linear-gradient(160deg,#1d1d22 0%,#101013 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 24px 50px rgba(0,0,0,.6);
}
.pc-mark{
  display:flex; align-items:center; gap:8px;
  font-size:10.5px; font-weight:700;
  letter-spacing:.22em; text-transform:uppercase;
  color:#8f8f96;
}
.pc-mark svg{ width:16px; height:16px }
.pc-num{
  display:block;
  margin-top:26px;
  font-size:clamp(19px,1.8vw,24px);
  font-weight:650;
  letter-spacing:.08em;
  font-variant-numeric:tabular-nums;
  color:#3a3a41;
  text-shadow:0 1px 0 rgba(255,255,255,.16), 0 -1px 1px rgba(0,0,0,.9);
}
.pc-foot{
  margin-top:18px;
  display:flex; align-items:baseline; gap:8px;
}
.pc-foot em{
  font-style:normal; font-weight:800;
  font-size:15px; letter-spacing:.14em; text-transform:uppercase;
  background:linear-gradient(180deg,#f4c876,#dc9c31);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}
.pc-foot span{
  font-weight:700; font-size:13px; letter-spacing:.18em; text-transform:uppercase;
  color:#6f6f77;
}
.pc-glow{
  position:absolute; left:6%; bottom:-8%;
  width:64%; height:38%;
  background:radial-gradient(50% 50% at 50% 50%, rgba(227,164,59,.14), transparent 70%);
  pointer-events:none;
}

/* B — community / support */
.wide-b{ justify-content:flex-end }
.wb-art{ position:absolute; inset:0; pointer-events:none }
.wb-rings{ position:absolute; right:0; top:0; height:100%; width:auto }
.chip-ic{
  position:absolute;
  display:grid; place-items:center;
  border-radius:50%;
}
.chip-ic svg{ width:52%; height:52% }
.chip-ic.tg{
  width:76px; height:76px;
  right:24%; top:16%;
  background:linear-gradient(180deg,#37bbfe,#1f96d8);
  box-shadow:
    inset 0 2px 3px rgba(255,255,255,.35),
    0 14px 40px rgba(42,171,238,.45),
    0 4px 14px rgba(0,0,0,.4);
}
.chip-ic.dc{
  width:60px; height:60px;
  right:8%; bottom:14%;
  background:linear-gradient(180deg,#6b77f8,#4a56e0);
  box-shadow:
    inset 0 2px 3px rgba(255,255,255,.3),
    0 14px 38px rgba(88,101,242,.5),
    0 4px 14px rgba(0,0,0,.4);
}
.wb-copy{ position:relative; max-width:56% }
.wb-copy h3{ margin-top:0 }

/* ═══════════════ FREE ENTRY / SWAP-STYLE SIGN-UP ═══════════════ */
.freeswap{
  position:relative;
  padding:clamp(72px,10vh,120px) 0 clamp(88px,12vh,132px);
  overflow-x:clip;
}
.fs-bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(60% 45% at 50% 100%, rgba(227,164,59,.08), transparent 65%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 1px, transparent 1px 160px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.015) 0 1px, transparent 1px 160px);
  -webkit-mask-image:radial-gradient(80% 90% at 50% 40%, #000 40%, transparent 100%);
  mask-image:radial-gradient(80% 90% at 50% 40%, #000 40%, transparent 100%);
}
.swap-card{
  position:relative;
  width:min(760px, calc(100% - 48px));
  margin:clamp(40px,6vh,56px) auto 0;
  padding:14px;
  border-radius:28px;
  background:linear-gradient(180deg,#141417,#0d0d0f);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 40px 90px -30px rgba(0,0,0,.8);
}
.swap-field{
  position:relative;
  border-radius:18px;
  padding:22px 24px 24px;
  background:linear-gradient(180deg,#1b1b1f,#141417);
  border:1px solid rgba(255,255,255,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.swap-field + .swap-field{ margin-top:0 }
.sf-label{
  font-size:12px; font-weight:650;
  letter-spacing:.18em; text-transform:uppercase;
  color:var(--txt-3);
}
.sf-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; margin-top:10px;
}
.sf-num{
  font-size:clamp(34px,4.2vw,52px);
  font-weight:650; letter-spacing:-.02em;
  line-height:1;
  color:#f2f2f4;
  font-variant-numeric:tabular-nums;
}
.sf-num em{
  font-style:normal;
  background:linear-gradient(180deg,#f4c876,#dc9c31);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}
.sf-sub{ display:block; margin-top:8px; font-size:13.5px; color:var(--txt-3) }
.sf-chip{
  display:inline-flex; align-items:center; gap:9px;
  padding:9px 14px 9px 9px;
  border-radius:999px;
  font-size:14px; font-weight:650; letter-spacing:.06em; text-transform:uppercase;
  color:#d6d6db;
  background:linear-gradient(180deg,#232327,#161619);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  white-space:nowrap;
}
.sf-chip i{ font-style:normal; color:var(--txt-3); font-size:16px; line-height:0 }
.sf-chip-ic{
  width:28px; height:28px;
  display:grid; place-items:center;
  border-radius:50%;
  background:radial-gradient(120% 120% at 30% 20%, #2c2c30, #131315);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.sf-chip-ic svg{ width:15px; height:15px }
.swap-mid{
  position:relative; z-index:2;
  margin:-23px auto;
  width:52px; height:52px;
  display:grid; place-items:center;
  border-radius:15px;
  background:linear-gradient(180deg,#202024,#121215);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 0 0 6px #0d0d0f, inset 0 1px 0 rgba(255,255,255,.09);
}
.swap-mid svg{ width:22px; height:22px }
/* ═══════════════════════ HOSTED BY ═══════════════════════ */
.host{
  position:relative;
  padding:clamp(80px,11vh,130px) 0;
  overflow-x:clip;
}
.host-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:clamp(40px,6vw,84px);
}
.host-copy h2{ font-size:clamp(34px,3.8vw,54px) }
.host-copy p{
  margin-top:18px;
  max-width:48ch;
  font-size:16.5px;
  color:var(--txt-2);
}
.host-copy p strong{ color:#e8e8ea; font-weight:600 }
.host-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px }
.hc-chip{
  display:inline-flex; align-items:center; gap:9px;
  padding:9px 16px;
  border-radius:999px;
  font-size:13.5px; font-weight:600;
  color:#c9c9cf;
  background:rgba(255,255,255,.035);
  border:1px solid var(--line);
}
.hc-chip i{
  width:6px; height:6px; border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 8px rgba(227,164,59,.7);
}
.host-sig{
  display:block; width:max-content;
  margin-top:28px;
  font-family:"Caveat", cursive;
  font-weight:700;
  font-size:44px; line-height:1;
  transform:rotate(-5deg);
  background:linear-gradient(180deg,#f6d38a,#c9861e);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  padding:0 .1em .2em;
}
.host-photo{
  position:relative;
  aspect-ratio:4/5;
  max-width:440px;
  justify-self:end;
  width:100%;
  border-radius:26px;
  display:grid; place-items:center;
  background:
    radial-gradient(80% 70% at 50% 36%, #1c1c22 0%, #111114 60%, #0b0b0d 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 34px 70px -24px rgba(0,0,0,.75);
  overflow:hidden;
}
.hp-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.hp-glow{
  position:absolute; left:0; right:0; bottom:0;
  height:34%;
  background:
    radial-gradient(60% 80% at 50% 100%, rgba(227,164,59,.12), transparent 70%),
    linear-gradient(180deg, transparent, rgba(5,5,6,.42));
}

/* ═══════════════════════ FAQ ═══════════════════════ */
.faq{
  position:relative;
  padding:clamp(56px,8vh,88px) 0 clamp(96px,13vh,140px);
  overflow-x:clip;
}
.faq-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:start;
  gap:clamp(40px,5vw,72px);
}
.faq-eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  padding:8px 16px 8px 10px;
  border-radius:999px;
  font-size:12px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold);
  border:1px solid rgba(227,164,59,.3);
  background:rgba(227,164,59,.06);
}
.faq-eyebrow i{
  width:20px; height:20px;
  display:grid; place-items:center;
  border-radius:50%;
  font-style:normal; font-size:12px; font-weight:700;
  color:var(--gold);
  box-shadow:inset 0 0 0 1px rgba(227,164,59,.4);
}
.faq-left h2{
  margin-top:20px;
  font-size:clamp(30px,3.2vw,44px);
}
.faq-card{
  margin-top:30px;
  padding:26px 26px 28px;
  border-radius:20px;
  background:linear-gradient(180deg,#141417 0%,#0c0c0e 60%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 24px 48px -18px rgba(0,0,0,.7);
}
.faq-avatar{
  width:54px; height:54px;
  display:grid; place-items:center;
  border-radius:50%;
  background:radial-gradient(120% 120% at 30% 20%, #2c2c30, #131315);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14), 0 0 18px rgba(227,164,59,.3);
  margin-bottom:16px;
}
.faq-avatar svg{ width:26px; height:26px }
.faq-card h4{
  font-size:17px; font-weight:650; letter-spacing:-.01em;
  color:#f2f2f4;
}
.faq-card p{ margin-top:8px; font-size:14.5px; line-height:1.6; color:var(--txt-2) }
.bt-sm{ padding:12px 22px 13px 18px; gap:11px; margin-top:20px; border-radius:14px }
.bt-sm .bt-ic{ width:24px; height:24px }
.bt-sm .bt-label{ font-size:15px }
.bt-sm .bt-sub{ font-size:11px }

.faq-item{
  border-radius:16px;
  background:linear-gradient(180deg,#121215 0%,#0d0d0f 100%);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:border-color .25s ease;
}
.faq-item + .faq-item{ margin-top:12px }
.faq-item[open]{ border-color:rgba(255,255,255,.11) }
.faq-item summary{
  display:flex; align-items:center; gap:14px;
  padding:18px 20px;
  cursor:pointer;
  font-size:16px; font-weight:600; letter-spacing:-.01em;
  color:#e4e4e8;
  list-style:none;
  user-select:none;
}
.faq-item summary::-webkit-details-marker{ display:none }
.faq-item[open] summary{ color:#ffffff }
.fq-ic{
  width:30px; height:30px; flex:none;
  display:grid; place-items:center;
  border-radius:50%;
  font-size:14px; font-weight:700;
  color:var(--gold);
  background:radial-gradient(120% 120% at 30% 20%, #26262b, #121215);
  box-shadow:inset 0 0 0 1px rgba(227,164,59,.35);
}
.fq-plus{ margin-left:auto; flex:none }
.fq-plus::before{
  content:"+";
  display:block;
  font-size:22px; font-weight:400; line-height:1;
  color:var(--txt-3);
  transition:transform .25s ease, color .25s ease;
}
.faq-item[open] .fq-plus::before{ transform:rotate(45deg); color:var(--gold) }
.faq-item > p{
  padding:0 22px 20px 64px;
  font-size:15px; line-height:1.65;
  color:var(--txt-2);
}

/* ═══════════════════════ FOOTER ═══════════════════════ */
.foot{
  border-top:1px solid var(--line-soft);
  padding:26px 0 30px;
}
.foot-row{
  display:flex; justify-content:space-between; align-items:center;
  gap:16px; flex-wrap:wrap;
}
.foot-mark{
  display:inline-flex; align-items:center; gap:10px;
  font-size:14px; font-weight:560; color:#c9c9cf;
}
.foot-dim{ font-size:13.5px; color:var(--txt-3) }

/* ═══════════════════════ REVEAL ═══════════════════════ */
.reveal{
  opacity:0; transform:translateY(22px);
  transition:opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1);
}
.reveal.in{ opacity:1; transform:none }

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{ animation:none !important; transition:none !important }
  .reveal{ opacity:1; transform:none }
}

/* ═══════════════════════ RESPONSIVE ═══════════════════════ */
@media (max-width: 1040px){
  .cards{ grid-template-columns:1fr 1fr }
  .card-wide{ grid-column:1 / -1 }
  .cards-row2{ grid-template-columns:1fr }
  .wb-copy{ max-width:60% }
}
@media (max-width: 860px){
  .briefing-grid{ grid-template-columns:1fr; gap:40px }
  .briefing-copy h2{ font-size:clamp(30px,7.4vw,42px) }
  .band-box{ padding:20px 0 }
  .m-set{ gap:32px; padding-right:32px }
  .m-set .badge{ width:62px }

  /* mega hero stacks */
  .mega{ padding-bottom:clamp(48px,7vh,72px) }
  .mega-word{ font-size:25vw }
  .mega-stage{ width:90vw; margin-top:calc(25vw * -0.4) }
  .mega-script{ font-size:clamp(46px,11.5vw,72px) }
  .script-block{ left:4vw; top:12%; transform:rotate(-4deg) }
  .script-r{ right:4vw; top:44%; transform:rotate(-4deg) }
  .mega-ever{ font-size:22px; left:8vw; top:22% }
  .mega-corner{ position:static; margin-top:26px }
  .mega-card{ width:min(100%,360px); text-align:center }
}
@media (max-width: 620px){
  body{ font-size:16px }
  .cards{ grid-template-columns:1fr }
  .card-wide{ grid-column:auto }
  .cta-row{ gap:12px }
  .btn-primary{ padding:14px 26px }
  .notif-stack{ width:100% }
  .notif-badge{ right:2px }
  .wb-copy{ max-width:none }
  .chip-ic.tg{ right:12%; top:10% }
  .prize-card{ margin-left:0; width:min(100%,320px) }
  .host-grid, .faq-grid{ grid-template-columns:1fr }
  .host-photo{ justify-self:center; max-width:380px }
  .faq-item > p{ padding-left:22px }
  .m-set{ gap:24px; padding-right:24px }
  .m-set .badge{ width:54px }
}
