:root{
  --display: Impact, Haettenschweiler, 'Arial Narrow Bold', 'Arial Black', system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;

  --bg:#0b0b0f;
  --ink:#0b0b0f;
  --paper:#fff7ea;
  --paper2:#fff1d9;
  --hot:#ff3b00;
  --hot2:#ff8a00;
  --blue:#2b6cff;
  --mint:#00f5c8;
  --line: rgba(255,255,255,.14);
  --shadow: 0 18px 70px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 28px;
}

html{background:var(--bg)}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji','Segoe UI Emoji';
  color:var(--paper);
  background: transparent;
  overflow-x:hidden;
}

a{color:inherit}

.skip{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip:focus{left:16px;top:16px;width:auto;height:auto;background:var(--paper);color:var(--ink);padding:10px 12px;border-radius:12px;z-index:9999}

/* Topbar */
.topbar{
  position:fixed;
  top:0;left:0;right:0;
  z-index:60;
  backdrop-filter: blur(10px);
  background: rgba(10,10,14,.55);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar__inner{
  max-width:1120px;
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.brand{display:flex;align-items:center;gap:10px;min-width: 210px}
.brand__mark{
  width:34px;height:34px;border-radius:14px;
  background: linear-gradient(145deg, var(--hot), var(--hot2));
  box-shadow: 0 10px 30px rgba(255,59,0,.25);
  display:grid;
  place-items:center;
  gap:4px;
}
.brand__dot{
  width:6px;height:6px;border-radius:20px;background:#111;
  display:inline-block;
}
.brand__text{line-height:1.05}
.brand__name{font-weight:900;letter-spacing:-.02em;text-transform:lowercase}
.brand__sub{font-size:12px;opacity:.85}

.nav{display:none;gap:14px;align-items:center}
.nav a{font-size:13px;text-decoration:none;opacity:.92}
.nav a:hover{opacity:1;text-decoration:underline}

@media (min-width: 880px){
  .nav{display:flex}
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 16px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--hot), var(--hot2));
  color:#111;
  font-weight:900;
  text-decoration:none;
  letter-spacing:-.01em;
  box-shadow: 0 18px 55px rgba(255,59,0,.25);
  border:1px solid rgba(0,0,0,.18);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn--small{padding:10px 12px;font-weight:850;font-size:13px}
.btn--ghost{
  background:transparent;
  color:var(--paper);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:none;
}
.btn--ghost:hover{border-color:rgba(255,255,255,.32)}
.btn__arrow{font-size:18px}

/* Hero */
.hero{
  position:relative;
  min-height: 100svh;
  display:flex;
  align-items:stretch;
  padding-top:74px;
}

.hero__bg{
  position:fixed;left:-60px;top:-60px;right:-60px;bottom:-60px;
  background:
    radial-gradient(1200px 700px at 20% 20%, rgba(255,59,0,.35), transparent 60%),
    radial-gradient(900px 700px at 80% 0%, rgba(43,108,255,.25), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255,59,0,.55) 0 20px, rgba(255,138,0,.45) 20px 40px);
  filter: saturate(1.12) contrast(1.05);
  opacity:.32;
}

.hero__video{
  position:fixed;left:0;top:0;
  width:100vw;height:100vh;
  inset:auto;
  width:100%;height:100%;object-fit:cover;

  /* V2-style: keep it bright and present */
  opacity:1;
  filter:
    brightness(1.35)
    contrast(1.08)
    saturate(1.18);
}

.hero__overlay{
  position:fixed;left:0;top:0;width:100vw;height:100vh;
  inset:auto;
  /* Lighter overlay so the video reads clearly */
  background:
    radial-gradient(1200px 700px at 40% 30%, rgba(0,0,0,.06), rgba(0,0,0,.40) 70%),
    linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.48));
}

.hero__content{
  position:relative;
  z-index:2;
  max-width:1120px;
  margin:0 auto;
  padding: 48px 18px 54px;
  display:flex;
  flex-direction:column;
  gap:18px;
  justify-content:center;
}

.sticker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:fit-content;
  padding:10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.sticker--top{transform: rotate(-2deg)}
.sep{opacity:.75}

.hero__title{
  margin:0;
  font-family: var(--display);
  font-weight:1000;
  letter-spacing:-.06em;
  line-height:.86;
  text-transform: uppercase;
  font-size: clamp(56px, 10.5vw, 128px);
  text-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.hero__title__big{display:inline-block}

.hero__lead{
  margin:0;
  max-width: 58ch;
  font-size: clamp(16px, 2vw, 20px);
  line-height:1.45;
  opacity:.92;
}

.hero__cta{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}

.note{
  flex:1 1 320px;
  max-width: 560px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  padding:12px 14px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.note__title{font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.9}
.note__text{margin-top:6px;font-size:14px;line-height:1.35;opacity:.96}
.note__text a{font-weight:900}
.note--warn{background: rgba(255,138,0,.15); border-color: rgba(255,138,0,.30)}

.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.chip{
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.14);
  font-size:13px;
}

.scrollhint{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);opacity:.8;display:flex;align-items:center;gap:10px;font-size:12px}
.scrollhint__line{width:50px;height:1px;background:rgba(255,255,255,.5);position:relative;overflow:hidden}
.scrollhint__line:after{content:"";position:absolute;left:-30px;top:0;height:1px;width:30px;background:var(--paper);animation:scan 1.6s infinite}
@keyframes scan{0%{left:-30px}100%{left:80px}}

/* Sections */
.section{padding: 64px 18px}
.section__head{max-width:1120px;margin:0 auto 18px}
.h2{font-family: var(--display); text-transform: uppercase; letter-spacing:-.04em;margin:0;font-size: clamp(26px, 3.2vw, 40px);letter-spacing:-.03em}
.sub{margin:8px 0 0;opacity:.85;max-width:70ch}

.grid{max-width:1120px;margin:0 auto;display:grid;gap:16px}
@media (min-width: 920px){
  .grid{grid-template-columns: 1.45fr .85fr;align-items:start}
}

.cards{max-width:1120px;margin:0 auto;display:grid;gap:16px}
@media (min-width: 920px){
  .cards{grid-template-columns: 1.2fr .8fr}
}

.card{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute;inset:-2px;
  background:
    radial-gradient(700px 320px at 10% 20%, rgba(255,59,0,.22), transparent 60%),
    radial-gradient(600px 260px at 90% 10%, rgba(43,108,255,.18), transparent 55%);
  opacity:.85;
  pointer-events:none;
}
.card > *{position:relative;z-index:1}
.card--big{padding:22px}

.card--stripe{
  background:
    repeating-linear-gradient(135deg, rgba(255,59,0,.10) 0 18px, rgba(255,138,0,.06) 18px 36px),
    rgba(255,255,255,.06);
}

.card__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}

.tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.92;
}

.badge{
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  padding:8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color:#111;
  transform: rotate(1.6deg);
}

.body{margin:10px 0 0;line-height:1.55;opacity:.92}

.facts{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:10px;
}
@media (min-width: 640px){
  .facts{grid-template-columns: repeat(4, minmax(0,1fr))}
}
.fact{
  background: rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding:10px 12px;
}
.fact__k{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.76;font-weight:900}
.fact__v{margin-top:4px;font-weight:850}

.artist{display:flex;gap:12px;align-items:center;margin:12px 0 10px}
.artist__img{width:68px;height:68px;border-radius:18px;object-fit:cover;border:1px solid rgba(255,255,255,.16)}
.artist__name{font-weight:950;font-size:18px;letter-spacing:-.02em}
.artist__role{opacity:.86;font-size:13px;margin-top:2px}

.mini{margin-top:14px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background: rgba(0,0,0,.25)}
.mini__k{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;opacity:.75}
.mini__v{margin-top:6px;font-weight:850}

.credit{margin-top:10px;font-size:12px;opacity:.72}

.steps{margin:10px 0 0;padding-left:18px;line-height:1.55}
.steps li{margin: 8px 0}

/* FAQ */
.faq{max-width:1120px;margin:0 auto;display:grid;gap:12px}
.faq__item{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  padding: 0;
  overflow:hidden;
}
.faq__item summary{
  cursor:pointer;
  list-style:none;
  padding: 16px 18px;
  font-weight:900;
  letter-spacing:-.01em;
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary:after{
  content:"+";
  float:right;
  font-size:18px;
  opacity:.9;
}
.faq__item[open] summary:after{content:"–"}
.faq__a{padding: 0 18px 18px;opacity:.92;line-height:1.55}

/* Footer */
.footer{padding: 34px 18px 22px;border-top:1px solid rgba(255,255,255,.10);background: rgba(0,0,0,.25)}
.footer__inner{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start;justify-content:space-between}
.footer__logo{font-weight:1000;letter-spacing:-.03em;font-size:22px;text-transform:lowercase}
.footer__meta{margin-top:6px;opacity:.85}
.footer__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.footer__links a{text-decoration:none;opacity:.86}
.footer__links a:hover{text-decoration:underline;opacity:1}
.footer__right{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.footer__fineprint{max-width:1120px;margin:14px auto 0;opacity:.7;font-size:12px}

.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; letter-spacing:.06em}
.tiny{font-size:12px;opacity:.75;max-width: 46ch}



/* Tiiny big image */
.artist--big{display:block}
.artist__img--big{
  width:100%;
  height:auto;
  aspect-ratio: 4 / 5;
  max-height: 540px;
  border-radius: var(--radius2);
  object-fit: cover;
  border:1px solid rgba(255,255,255,.18);
}
.artist--big .artist__meta{margin-top:12px}

/* Intro overlay (Moves-inspired) */
body.is-locked{overflow:hidden}
.enter{
  position:fixed; inset:0; z-index:9999;
  display:flex; align-items:center; justify-content:center;
  padding:24px;
  background:
    radial-gradient(1200px 800px at 20% 10%, rgba(255,59,0,.26), transparent 60%),
    radial-gradient(900px 600px at 80% 80%, rgba(0,245,200,.12), transparent 55%),
    linear-gradient(135deg, rgba(255,138,0,.20), rgba(11,11,15,.92));
  backdrop-filter: blur(12px);
}
.enter__inner{
  width: min(780px, 100%);
  border-radius: calc(var(--radius2) + 10px);
  background: rgba(11,11,15,.65);
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  padding: 24px;
}
.enter__kicker{
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  opacity: .9;
}
.enter__title{
  margin: 14px 0 8px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: -.07em;
  line-height: .85;
  font-size: clamp(52px, 7.8vw, 104px);
}
.enter__sub{
  margin: 0 0 18px;
  opacity: .88;
  max-width: 62ch;
}
.enter__hint{opacity:.8}
.enter__btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width: 220px;
  height: 56px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: var(--paper);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select:none;
  touch-action: manipulation;
}
.enter__btn:active{transform: translateY(1px)}
.enter__meter{
  position:absolute;
  inset:-2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hot), var(--hot2), var(--hot));
  opacity: .18;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 800ms linear;
  filter: blur(.0px);
}
.enter__btn.is-holding .enter__meter{
  transform: scaleX(1);
  opacity: .22;
}
.enter__btnText{position:relative; z-index:2}
.enter__skip{
  margin-left:10px;
  margin-top:18px;
  border:0;
  background: transparent;
  color: rgba(255,255,255,.85);
  text-decoration: underline;
  cursor:pointer;
  font-size: 13px;
}
.enter.is-hidden{display:none}


.hero-logo{
  display:block;
  max-width: 220px;
  width: min(220px, 52vw);
  margin: 6px 0 10px;
  opacity: .96;
}



/* ===== Flat mode (no rounded boxes behind text) ===== */
.sticker,
.note,
.card,
.faq__item,
.chip,
.mini,
.fact{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.card:before{display:none !important;}

.faq__item summary{
  padding-left: 0;
  padding-right: 0;
}
.faq__a{padding-left:0;padding-right:0}

.note{padding-left:0;padding-right:0}
.sticker{padding-left:0;padding-right:0}

/* Keep separation with thin lines */
.section .card,
.section .faq__item{
  border-top: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.facts{gap:14px}
.fact{
  border-top: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0 !important;
}

/* Make headings feel more "flyer" */
.hero__title{
  text-shadow: 0 26px 90px rgba(0,0,0,.45);
}









/* ===== EXTRA FLYER ENERGY ===== */

/* Confidential tape */
.confidential{
  display:inline-block;
  margin:18px 0;
  padding:10px 16px;
  background:#fff;
  color:#111;
  font-family: var(--mono);
  letter-spacing:.18em;
  font-size:12px;
  transform: rotate(-1.5deg);
}

/* Barcode sticker */
.barcode{
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  background:#0ff;
  color:#000;
  font-family: var(--mono);
  font-size:12px;
  letter-spacing:.12em;
  transform: rotate(2deg);
}

/* Scribbles & icons */
.scribble{
  position:absolute;
  font-size:64px;
  opacity:.25;
  transform: rotate(-8deg);
}
.scribble--star{top:120px;right:12vw}
.scribble--arrow{bottom:140px;left:6vw}

/* Big flyer numbers */
.flyer-number{
  font-family: var(--display);
  font-size: clamp(120px, 22vw, 260px);
  line-height:.75;
  opacity:.06;
  position:absolute;
  right:-20px;
  top:40vh;
  pointer-events:none;
}



/* ===== ANIMATED FLYER DETAILS ===== */

/* Blinking confidential tape */
@keyframes blinkTape {
  0%, 48% { opacity: 1; }
  50%, 100% { opacity: .25; }
}
.confidential{
  animation: blinkTape 2.8s infinite;
}

/* Animated barcode scan */
@keyframes scan {
  0% { background-position: 0 0; }
  100% { background-position: 120px 0; }
}
.barcode{
  background:
    repeating-linear-gradient(
      90deg,
      #000 0 2px,
      #0ff 2px 6px
    );
  animation: scan 1.6s linear infinite;
}

/* Crossed-out years */
.years{
  margin-top:24px;
  font-family: var(--display);
  font-size: clamp(28px, 6vw, 56px);
  letter-spacing:-.06em;
  opacity:.9;
}
.years span{
  margin-right:12px;
  position:relative;
  display:inline-block;
}
.years span.strike:after{
  content:"";
  position:absolute;
  left:-6px; right:-6px;
  top:50%;
  height:6px;
  background:var(--hot);
  transform: rotate(-3deg);
}



/* Countdown */
.countdown{margin-top:18px}
.countdown__k{
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  opacity: .85;
}
.countdown__v{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:baseline;
}
.cd{
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  padding: 10px 12px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.cd__n{
  font-family: var(--display);
  font-size: clamp(34px, 6vw, 58px);
  letter-spacing: -.06em;
  line-height: .85;
}
.cd__u{
  font-family: var(--mono);
  letter-spacing: .18em;
  font-size: 12px;
  opacity: .85;
}
.cd.pulse .cd__n{animation: cdPulse 900ms ease-in-out infinite}
@keyframes cdPulse{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-2px)}
}




.section__icon{
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  opacity: .95;
  transform: translateY(2px);
}

/* Fix numbered steps clipping */
.steps{
  overflow: visible;
}
.steps li{
  line-height: 1.7;
}


/* Icon images (monochrome PNG) */
.section__iconimg{
  width: 96px;
  height: 96px;
  display:block;
  margin-bottom: 18px;
  opacity: 1;
}

/* Keep content above fixed background video */
.topbar, .hero__content, .section, .footer{position:relative;z-index:2}
.hero__video, .hero__overlay, .hero__bg{z-index:0}

/* Remove striped flyer background layer */
.hero__bg{display:none !important;}

/* Fullscreen video – no black backgrounds */
html, body{
  background: transparent !important;
}

.hero__overlay{
  background: transparent !important;
}

.topbar{
  background: transparent !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
}

.section, .footer{
  background: transparent !important;
}

/* Restore dark background & readability */
html, body{
  background: var(--bg) !important;
}

.hero__overlay{
  background:
    radial-gradient(1200px 700px at 40% 30%, rgba(0,0,0,.12), rgba(0,0,0,.65) 70%),
    linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.75)) !important;
}

.topbar{
  background: rgba(10,10,14,.55) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.section, .footer{
  background: transparent;
}

/* Redesigned enter button */
.enter__btn{
  height: 64px;
  padding: 0 28px;
}
.enter__btnText{
  display:flex;
  flex-direction:column;
  align-items:center;
  line-height:1.1;
}
.enter__btnMain{
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -.02em;
}
.enter__btnSub{
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  opacity:.85;
  margin-top:2px;
}

/* Access granted toast */
.access-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  opacity: 0;
  z-index: 9999;
  transition: opacity .5s ease;
}
.access-toast.is-on{opacity:.92}
