

    @font-face { font-family: 'Bifocals'; src: url('/assets/Bifocals.otf') format('opentype'); }
    @font-face { font-family: 'PP Mondwest'; src: url('/assets/PPMondwest-Regular.otf') format('opentype'); }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      background: #000;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #ededed;
    }

    .landing-offer-banner {
      position: sticky;
      top: 0;
      z-index: 100;
      display: none;
      width: 100%;
      padding: 9px 18px;
      background: #efff18;
      color: #050505;
      border-bottom: 1px solid rgba(0,0,0,0.72);
      box-shadow: 0 8px 30px rgba(0,0,0,0.28);
      text-decoration: none;
    }
    .landing-offer-banner.is-visible { display: block; }
    .landing-offer-inner {
      width: min(100%, 1080px);
      min-height: 48px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
    }
    .landing-offer-timer {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
      padding: 7px 10px;
      border-radius: 8px;
      background: #111;
      color: #fff;
      font-family: 'Courier New', monospace;
      font-size: 12px;
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }
    .landing-offer-label {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    .landing-offer-copy {
      font-size: 14px;
      line-height: 1.25;
      text-align: center;
    }
    .landing-offer-copy strong { font-weight: 800; }
    .landing-offer-regular { text-decoration: underline; text-underline-offset: 2px; }
    .personal-offer-price { font-weight: 800; color: #fff; }
    body.has-landing-offer nav { top: var(--landing-offer-height, 66px); }
    body.has-landing-offer .hero {
      height: calc(100vh - var(--landing-offer-height, 66px));
      height: calc(100dvh - var(--landing-offer-height, 66px));
    }

    /* Film grain */
    #grain {
      position: fixed; inset: 0; z-index: 25; pointer-events: none; opacity: 0.04;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-repeat: repeat; background-size: 200px;
      animation: grainShift 80ms steps(4) infinite;
    }
    @keyframes grainShift {
      0% { transform: translate(0,0); } 25% { transform: translate(-1px,2px); }
      50% { transform: translate(2px,-1px); } 75% { transform: translate(-2px,-1px); }
    }

    /* ── HERO (first screen, viewport locked) ── */
    .hero {
      position: relative;
      height: calc(100vh - 56px); height: calc(100dvh - 56px);
      display: flex; flex-direction: column; align-items: center;
      justify-content: space-between;
      padding: 40px 24px 112px;
      z-index: 20;
    }

    .top-badge { text-align: center; }
    .top-badge img { width: auto; height: 28px; filter: drop-shadow(0 2px 10px rgba(0,0,0,0.5)); margin-top: 20px; }

    .center-title { text-align: center; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; }
    .center-title img { width: 88%; height: auto; max-width: 500px; filter: drop-shadow(0 4px 30px rgba(0,0,0,0.6)); margin-top: 40px; }

    .hero-copy {
      display: flex; flex-direction: column; align-items: center;
      gap: 8px; width: min(88vw, 620px);
      margin-top: clamp(4px, 1.5vh, 16px);
    }

    .bottom-cta {
      display: flex; flex-direction: column; align-items: center;
      gap: 14px; width: min(calc(100% - 32px), 500px);
    }
    .hero-copy .tagline {
      font-family: 'Courier New', Courier, monospace;
      color: #fff; font-size: 14px;
      width: 100%;
      text-align: center;
      line-height: 1.5;
    }
    .hero-copy .tagline .nowrap { white-space: nowrap; }
    .hero-language {
      width: 100%;
      font-family: 'Courier New', Courier, monospace;
      font-size: 12px;
      line-height: 1.4;
      color: rgba(255,255,255,0.76);
      text-align: center;
    }
    .cta {
      display: block; width: 100%; padding: 18px 32px; border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.06);
      backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      color: #ededed; font-family: 'Courier New', Courier, monospace;
      font-size: 14px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase;
      text-align: center; text-decoration: none; cursor: pointer;
      transition: all 0.3s ease;
    }
    .cta:hover { border-color: rgba(255,255,255,0.6); box-shadow: 0 0 20px rgba(255,255,255,0.08); }
    .cta:active { transform: scale(0.97); }

    .spotify-link {
      display: inline-flex; align-items: center; gap: 6px;
      color: rgba(255,255,255,0.7); font-family: 'Courier New', monospace;
      font-size: 12px; text-decoration: none; margin-top: 8px;
      transition: color 0.2s;
    }
    .spotify-link:hover { color: #fff; }

    /* Scroll arrow */
    .scroll-arrow {
      position: absolute; bottom: 68px; left: 50%; transform: translateX(-50%);
      z-index: 21;
      display: flex; flex-direction: column; align-items: center; gap: 4px;
      padding: 6px 12px 5px;
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 999px;
      background: rgba(0,0,0,0.28);
      backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
      color: rgba(255,255,255,0.58);
      font-family: 'Courier New', monospace; font-size: 9px;
      letter-spacing: 1px; text-transform: uppercase;
    }
    .scroll-arrow svg { animation: bounceDown 2s ease-in-out infinite; }
    @keyframes bounceDown { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

    /* ── INFO SECTION (scrollable below hero) ── */
    .info-section {
      position: relative; z-index: 20;
      background: rgba(5,5,10,0.85);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      font-family: 'Bifocals', 'Courier New', monospace;
      border-top: 1px solid rgba(255,255,255,0.12);
    }
    .info-inner {
      max-width: 520px; margin: 0 auto;
      padding: 60px 28px 60px;
    }
    .info-section h2 {
      font-family: 'PP Mondwest', serif; font-size: 30px; font-weight: 400;
      margin: 32px 0 16px; color: rgba(255,255,255,0.85);
    }
    .info-section h2:first-child { margin-top: 0; }
    .info-section p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
    .info-section a { color: rgba(255,255,255,0.6); text-decoration: underline; text-underline-offset: 3px; }
    .info-section .divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 28px 0; }
    .info-section .sponsors { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 28px; margin: 20px 0; }
    .info-section .sponsors > div,
    .info-section .sponsors > a { text-align: center; color: inherit; text-decoration: none; }
    .info-section .sponsors img { height: 18px; opacity: 0.5; filter: grayscale(1) brightness(2); }
    .info-section .sponsor-label { font-size: 10px; color: rgba(255,255,255,0.25); margin-top: 4px; }
    .info-section .footer-logo { text-align: center; margin-top: 40px; }
    .info-section .footer-logo img { height: 12px; opacity: 0.3; }
    .site-legal-links {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 9px 18px;
    }
    .site-legal-links a {
      color: rgba(255,255,255,0.42);
      font-family: 'Courier New', monospace;
      font-size: 9px;
      letter-spacing: 0.06em;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-transform: uppercase;
    }
    .info-section .ticket-info {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px; padding: 16px 20px; margin: 16px 0;
    }
    .info-section .ticket-info .tier { display: flex; justify-content: space-between; margin-bottom: 8px; }
    .info-section .ticket-info .tier-name { color: rgba(255,255,255,0.7); }
    .info-section .ticket-info .tier-detail { color: rgba(255,255,255,0.4); font-size: 12px; }
    .paid-intro {
      text-align: center;
      padding: 0 0 12px;
    }
    .paid-intro .lead {
      font-family: 'PP Mondwest', serif;
      font-size: 24px;
      color: rgba(255,255,255,0.78);
      line-height: 1.35;
      margin-bottom: 10px;
    }
    .paid-intro .sublead {
      font-size: 13px;
      color: rgba(255,255,255,0.42);
      line-height: 1.8;
      max-width: 420px;
      margin: 0 auto;
    }
    .experience-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin: 26px 0 8px;
    }
    .experience-card {
      min-height: 112px;
      padding: 16px 14px;
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 14px;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
        rgba(255,255,255,0.025);
      text-align: left;
    }
    .experience-card strong {
      display: block;
      font-family: 'Courier New', monospace;
      font-size: 10px;
      line-height: 1.35;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.76);
      margin-bottom: 9px;
    }
    .experience-card span {
      display: block;
      font-size: 12px;
      line-height: 1.55;
      color: rgba(255,255,255,0.42);
    }
    .trust-strip {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 18px;
      margin: 20px 0 4px;
      padding: 14px 16px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      background: rgba(255,255,255,0.024);
      color: rgba(255,255,255,0.5);
      font-family: 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
    .ticket-copy {
      font-size: 13px;
      line-height: 1.75;
      color: rgba(255,255,255,0.48);
      text-align: center;
      margin-top: 14px;
    }
    .offer-note {
      margin-top: 10px;
      font-family: 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.38);
      text-align: center;
    }
    body.paid-landing .center-title {
      gap: clamp(16px, 2.2vh, 28px);
    }
    body.paid-landing .center-title img {
      width: min(90vw, clamp(520px, 36vw, 720px));
      max-width: none;
    }
    body.paid-landing .bottom-cta {
      max-width: 620px;
    }
    body.paid-landing .hero-copy .tagline {
      font-size: clamp(15px, 1.02vw, 19px);
      line-height: 1.48;
    }
    body.paid-landing .hero-language {
      font-size: clamp(12px, 0.72vw, 14px);
    }
    body.paid-landing .info-inner {
      max-width: 1180px;
      padding: clamp(70px, 7vw, 104px) clamp(24px, 4vw, 52px) 76px;
    }
    .event-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 14px;
      background: rgba(255,255,255,0.08);
      margin-bottom: 0;
    }
    .event-fact {
      min-width: 0;
      min-height: 92px;
      padding: 20px 16px 18px;
      background:
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.055), transparent 68%),
        rgba(7,7,10,0.82);
      text-align: center;
    }
    .event-fact strong {
      display: block;
      font-family: 'PP Mondwest', serif;
      font-size: clamp(25px, 1.85vw, 36px);
      font-weight: 400;
      color: rgba(255,255,255,0.82);
      line-height: 1;
    }
    .event-fact span {
      display: block;
      margin-top: 8px;
      font-family: 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.44);
    }
    .event-status-row {
      min-height: 31px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }
    .event-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 31px;
      padding: 6px 14px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 100px;
      font-family: 'Courier New', monospace;
      font-size: 11px;
      line-height: 1.3;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
      transition: border-color 0.3s ease, color 0.3s ease;
    }
    .event-language {
      border-color: rgba(255,255,255,0.2);
      color: rgba(255,255,255,0.82);
    }
    .event-language strong {
      font-weight: 700;
      color: #fff;
    }
    .show-brief {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
      gap: clamp(24px, 4vw, 54px);
      align-items: start;
      margin: 40px 0 10px;
    }
    .section-kicker {
      font-family: 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.38);
      margin-bottom: 14px;
    }
    body.paid-landing .paid-intro {
      text-align: left;
      padding: 0;
    }
    body.paid-landing .paid-intro .lead {
      font-size: clamp(34px, 4.4vw, 62px);
      line-height: 0.98;
      color: rgba(255,255,255,0.9);
      margin-bottom: 20px;
    }
    body.paid-landing .paid-intro .sublead {
      max-width: 560px;
      margin: 0;
      font-size: clamp(15px, 1.15vw, 18px);
      line-height: 1.7;
      color: rgba(255,255,255,0.58);
    }
    body.paid-landing .experience-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin: 0;
    }
    body.paid-landing .experience-card {
      min-height: 0;
      padding: 18px 20px;
      border-radius: 12px;
    }
    body.paid-landing .experience-card strong {
      font-size: 11px;
    }
    body.paid-landing .experience-card span {
      font-size: 13px;
      color: rgba(255,255,255,0.48);
    }
    body.paid-landing .trust-strip {
      margin: 28px 0 0;
      padding: 0;
      border: 0;
      background: transparent;
      justify-content: flex-start;
      color: rgba(255,255,255,0.42);
    }
    body.paid-landing .divider {
      margin: 40px 0;
    }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 20px;
    }
    .section-head h2 {
      margin: 0;
      font-size: clamp(34px, 3.4vw, 54px);
      line-height: 1;
    }
    .section-head p {
      max-width: 360px;
      margin: 0;
      text-align: right;
      color: rgba(255,255,255,0.46);
    }
    body.paid-landing .home-dome-preview.is-screenshot {
      aspect-ratio: 16 / 8.5;
      border-radius: 22px;
    }
    .media-grid {
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
      gap: 18px;
      align-items: stretch;
    }
    .channel-panel {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
      padding: 22px;
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 16px;
      background: rgba(255,255,255,0.026);
    }
    .channel-panel p {
      margin: 0;
      color: rgba(255,255,255,0.52);
    }
    body.paid-landing .media-grid .video-embed {
      width: 100%;
      max-width: none;
      margin: 0;
    }
    body.paid-landing .channels {
      justify-content: flex-start;
      margin: 0;
    }
    .ticket-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
      gap: clamp(22px, 4vw, 54px);
      align-items: center;
      padding: clamp(28px, 5vw, 54px);
      border: 1px solid rgba(255,255,255,0.11);
      border-radius: 22px;
      background:
        radial-gradient(ellipse at 85% 0%, rgba(255,255,255,0.1), transparent 42%),
        radial-gradient(ellipse at 12% 0%, rgba(92,205,255,0.08), transparent 48%),
        rgba(255,255,255,0.028);
    }
    .ticket-panel h2 {
      margin: 0 0 14px;
      font-size: clamp(34px, 4vw, 58px);
      line-height: 0.98;
    }
    .ticket-panel .ticket-copy {
      text-align: left;
      margin: 0;
      max-width: 540px;
      font-size: clamp(14px, 1.1vw, 17px);
      color: rgba(255,255,255,0.56);
    }
    .ticket-panel .offer-note {
      text-align: left;
    }
    .ticket-panel .cta {
      width: 100%;
      background: rgba(255,255,255,0.9);
      color: #050505;
      border-color: rgba(255,255,255,0.94);
      font-weight: 700;
    }

    body.paid-landing .sponsors {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
      align-items: stretch;
      margin: 28px 0 8px;
      border-top: 1px solid rgba(255,255,255,0.09);
      border-bottom: 1px solid rgba(255,255,255,0.09);
    }
    body.paid-landing .sponsors > a {
      min-width: 0;
      min-height: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 22px 14px;
      overflow: hidden;
      border-right: 1px solid rgba(255,255,255,0.07);
      transition: background 240ms ease;
    }
    body.paid-landing .sponsors > a:last-child {
      border-right: 0;
    }
    body.paid-landing .sponsors > a:hover {
      background: rgba(255,255,255,0.035);
    }
    body.paid-landing .sponsors img {
      width: min(100%, 132px);
      height: 24px;
      object-fit: contain;
      opacity: 0.68;
      transition: opacity 240ms ease;
    }
    body.paid-landing .sponsors > a:hover img {
      opacity: 0.9;
    }
    body.paid-landing .sponsor-label {
      margin-top: 0;
      font-size: 9px;
      letter-spacing: 0.5px;
    }

    .credits-section {
      margin-top: 4px;
    }
    .credits-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(38px, 5vw, 76px);
      row-gap: 0;
    }
    .credit-group {
      padding: 22px 0 30px;
      border-top: 1px solid rgba(255,255,255,0.11);
    }
    .credit-group h3 {
      margin: 0 0 18px;
      font-family: 'Courier New', monospace;
      font-size: 10px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 1.25px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }
    .credit-list {
      margin: 0;
    }
    .credit-item {
      display: grid;
      grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1fr);
      gap: 20px;
      align-items: start;
      padding: 9px 0;
    }
    .credit-item dt,
    .credit-item dd {
      margin: 0;
      font-size: clamp(12px, 0.76vw, 14px);
      line-height: 1.55;
    }
    .credit-item dt {
      color: rgba(255,255,255,0.42);
    }
    .credit-item dd {
      color: rgba(255,255,255,0.74);
    }
    .credit-item dd span {
      display: block;
    }
    .credit-item dd .credit-note {
      color: rgba(255,255,255,0.42);
      font-size: 0.88em;
    }
    .credit-thanks {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1.52fr);
      gap: clamp(28px, 5vw, 72px);
      padding-bottom: 8px;
    }
    .credit-thanks h3 {
      margin-bottom: 0;
    }
    .credit-thanks .credit-names {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px 26px;
      font-size: clamp(12px, 0.76vw, 14px);
      line-height: 1.55;
      color: rgba(255,255,255,0.62);
    }
    .credit-thanks .credit-names span {
      display: block;
    }
    .closing-cta {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
      gap: clamp(28px, 6vw, 88px);
      align-items: center;
      margin-top: 36px;
      padding: clamp(42px, 6vw, 72px) 0;
      border-top: 1px solid rgba(255,255,255,0.11);
      border-bottom: 1px solid rgba(255,255,255,0.11);
      background:
        radial-gradient(ellipse at 12% 50%, rgba(89,190,255,0.08), transparent 34%),
        radial-gradient(ellipse at 78% 50%, rgba(255,88,145,0.06), transparent 38%);
    }
    .closing-cta h2 {
      margin: 0 0 12px;
      font-size: clamp(38px, 4.6vw, 68px);
      line-height: 0.96;
    }
    .closing-cta p {
      max-width: 600px;
      margin: 0;
      font-size: clamp(13px, 1vw, 16px);
      color: rgba(255,255,255,0.5);
    }
    .closing-cta .cta {
      background: rgba(255,255,255,0.92);
      border-color: rgba(255,255,255,0.96);
      color: #050505;
      font-weight: 700;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 30;
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 32px;
    }
    .nav-left img { height: 16px; opacity: 0.58; filter: invert(1); }
    .nav-right { display: flex; gap: 24px; align-items: center; }
    .nav-menu { display: flex; gap: 24px; align-items: center; }
    .nav-right a, .nav-menu a {
      font-family: 'Courier New', monospace;
      font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
      color: rgba(255,255,255,0.76);
      text-decoration: none;
      transition: color 0.2s;
    }
    .nav-right a:hover, .nav-menu a:hover { color: #fff; }
    .nav-right a.active, .nav-menu a.active { color: #fff; }
    .nav-cta {
      padding: 9px 15px;
      border: 1px solid rgba(255,255,255,0.98);
      border-radius: 999px;
      background: rgba(255,255,255,0.96);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      color: #000 !important;
      font-weight: 800;
      letter-spacing: 0.75px !important;
    }

    @media (max-width: 900px) {
      body.paid-landing .info-inner {
        padding-left: 28px;
        padding-right: 28px;
      }
      .event-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .show-brief,
      .media-grid {
        grid-template-columns: 1fr;
      }
      body.paid-landing .experience-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .channel-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
      }
    }

    @media (max-width: 700px) {
      .section-head {
        display: block;
      }
      .section-head p {
        max-width: 520px;
        margin-top: 10px;
        text-align: left;
      }
      .ticket-panel,
      .credits-grid {
        grid-template-columns: 1fr;
      }
      .credit-group,
      .credit-thanks {
        grid-column: auto;
      }
    }

    @media (max-width: 768px) {
      .hero {
        height: calc(100vh - 58px); height: calc(100dvh - 58px);
        padding-bottom: 50px;
      }
    }

    /* Keep the complete hero action visible on short laptop displays. */
    @media (min-width: 769px) and (max-height: 680px) {
      body.paid-landing .center-title {
        gap: 10px;
      }
      body.paid-landing .center-title img {
        width: min(70vw, 420px);
        margin-top: 16px;
      }
      body.paid-landing .hero-copy {
        gap: 4px;
        margin-top: 0;
      }
      body.paid-landing .bottom-cta {
        gap: 8px;
      }
    }

    @media (max-width: 520px) {
      .hero-copy .tagline {
        font-size: 13px;
        max-width: 320px;
      }
      .hero-language {
        max-width: 320px;
        font-size: 11.5px;
      }
      .experience-grid {
        grid-template-columns: 1fr;
      }
      .experience-card {
        min-height: 0;
      }
      body.paid-landing .center-title img {
        width: 90vw;
      }
      body.paid-landing .info-inner {
        padding: 48px 20px 48px;
      }
      .show-brief,
      .media-grid,
      .ticket-panel {
        grid-template-columns: 1fr;
      }
      .event-strip {
        grid-template-columns: repeat(2, 1fr);
      }
      .event-fact {
        min-height: 82px;
      }
      .event-status-row {
        align-items: stretch;
      }
      .event-pill {
        width: 100%;
      }
      .section-head {
        display: block;
      }
      .section-head p {
        text-align: left;
        margin-top: 10px;
      }
      body.paid-landing .home-dome-preview.is-screenshot {
        aspect-ratio: 4 / 5;
      }
      .ticket-panel {
        border-radius: 18px;
      }
      .info-inner { padding: 40px 20px 40px; }
      body.paid-landing .info-inner { padding: 48px 20px 48px; }
      .credits-grid {
        grid-template-columns: 1fr;
      }
      body.paid-landing .sponsors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      body.paid-landing .sponsors > a {
        min-height: 88px;
        border-right: 1px solid rgba(255,255,255,0.07);
        border-bottom: 1px solid rgba(255,255,255,0.07);
      }
      body.paid-landing .sponsors > a:nth-child(2n) {
        border-right: 0;
      }
      body.paid-landing .sponsors > a:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
      }
      .credit-group,
      .credit-thanks {
        grid-column: auto;
      }
      .credit-thanks {
        display: block;
      }
      .credit-thanks h3 {
        margin-bottom: 18px;
      }
      .credit-thanks .credit-names {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .closing-cta {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .channel-panel {
        display: flex;
      }
    }

    @media (max-width: 390px) {
      .credit-item {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 10px 0;
      }
    }

    /* Entry + scroll-reveal animations */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .top-badge      { animation: fadeInUp 900ms ease-out 100ms both; }
    .center-title img { animation: fadeInUp 900ms ease-out 250ms both; }
    #hero-urgency   { animation: fadeInUp 900ms ease-out 450ms both; }
    .bottom-cta     { animation: fadeInUp 900ms ease-out 600ms both; }

    .reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease-out, transform 700ms ease-out; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* Nav link animated underline */
    .nav-right a { position: relative; }
    .nav-right a::after {
      content: ''; position: absolute; left: 0; bottom: -4px;
      width: 0; height: 1px; background: #fff;
      transition: width 280ms ease;
    }
    .nav-right a:hover::after, .nav-right a.active::after { width: 100%; }

    /* CTA hover lift */
    .cta { transition: border-color 300ms ease, box-shadow 300ms ease, transform 250ms ease; }
    .cta:hover { transform: translateY(-1px); }

    /* Channels: video embed + external links */
    .video-embed {
      width: 100%; max-width: 640px;
      margin: 12px auto 18px;
      aspect-ratio: 16 / 9;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.12);
      background: #000;
      box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }
    .video-embed iframe { width: 100%; height: 100%; display: block; }

    .channels {
      display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
      margin: 8px 0 4px;
    }
    .channels a {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 18px; border-radius: 100px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.03);
      color: rgba(255,255,255,0.7);
      font-family: 'Courier New', monospace; font-size: 11px;
      letter-spacing: 1px; text-transform: uppercase;
      text-decoration: none;
      transition: border-color 250ms ease, background 250ms ease, color 250ms ease, transform 250ms ease;
    }
    .channels a:hover {
      border-color: rgba(255,255,255,0.4);
      background: rgba(255,255,255,0.08);
      color: #fff;
      transform: translateY(-2px);
    }
    .channels svg { width: 16px; height: 16px; flex-shrink: 0; }

    .home-dome-preview {
      position: relative;
      min-height: 280px;
      margin: 18px 0 22px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 18px;
      overflow: hidden;
      background:
        radial-gradient(ellipse at 50% 8%, rgba(255,255,255,0.08), transparent 28%),
        radial-gradient(ellipse at 28% 18%, rgba(92,205,255,0.16), transparent 38%),
        radial-gradient(ellipse at 74% 18%, rgba(255,74,168,0.13), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.16)),
        #050508;
      box-shadow: 0 22px 70px rgba(0,0,0,0.46), 0 0 32px rgba(92,205,255,0.06);
      isolation: isolate;
    }
    .home-dome-preview::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 18px;
      width: 118%;
      height: 104%;
      transform: translateX(-50%);
      border-radius: 50% 50% 8px 8px;
      border: 1px solid rgba(255,255,255,0.13);
      border-bottom-color: rgba(255,255,255,0.04);
      background:
        radial-gradient(ellipse at 50% 8%, rgba(255,255,255,0.09), transparent 18%),
        radial-gradient(ellipse at 50% 76%, rgba(255,255,255,0.045), transparent 50%),
        rgba(255,255,255,0.018);
      opacity: 0.9;
      z-index: -1;
    }
    .home-dome-preview::after {
      content: '';
      position: absolute;
      inset: -20%;
      background:
        conic-gradient(from 210deg at 50% 82%,
          transparent 0deg,
          rgba(255,74,168,0.18) 20deg,
          rgba(92,205,255,0.2) 36deg,
          rgba(255,220,120,0.13) 51deg,
          transparent 72deg,
          transparent 360deg);
      mix-blend-mode: screen;
      opacity: 0.72;
      animation: domePreviewPrism 8s ease-in-out infinite alternate;
      pointer-events: none;
    }
    @keyframes domePreviewPrism {
      from { transform: rotate(-8deg) translate3d(-4%, 0, 0); opacity: 0.48; }
      to { transform: rotate(9deg) translate3d(4%, -2%, 0); opacity: 0.78; }
    }
    .home-dome-stage {
      position: absolute;
      left: 50%;
      bottom: 36px;
      width: 130px;
      height: 34px;
      transform: translateX(-50%) perspective(220px) rotateX(52deg);
      border: 1px solid rgba(255,255,255,0.18);
      background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035));
      box-shadow: 0 0 22px rgba(255,190,110,0.12);
    }
    .home-dome-crowd {
      position: absolute;
      left: 50%;
      bottom: 74px;
      width: 270px;
      height: 116px;
      transform: translateX(-50%);
      background-image:
        radial-gradient(circle, rgba(255,255,255,0.42) 0 1.5px, transparent 2px),
        radial-gradient(circle, rgba(92,205,255,0.42) 0 1.2px, transparent 2px),
        radial-gradient(circle, rgba(255,74,168,0.32) 0 1.2px, transparent 2px);
      background-size: 22px 22px, 30px 26px, 38px 30px;
      background-position: 7px 6px, 16px 12px, 2px 18px;
      mask-image: radial-gradient(ellipse at 50% 100%, #000 0 55%, transparent 73%);
      -webkit-mask-image: radial-gradient(ellipse at 50% 100%, #000 0 55%, transparent 73%);
      opacity: 0.72;
    }
    .home-dome-label {
      position: absolute;
      left: 18px;
      right: 18px;
      top: 18px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      font-family: 'Courier New', monospace;
      font-size: 9px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.48);
      pointer-events: none;
    }
    .home-dome-copy {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 16px;
      font-family: 'Bifocals', 'Courier New', monospace;
      font-size: 12px;
      line-height: 1.45;
      color: rgba(255,255,255,0.56);
    }
    .home-dome-copy a {
      flex: 0 0 auto;
      font-family: 'Courier New', monospace;
      font-size: 9px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      color: rgba(255,255,255,0.76);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 999px;
      padding: 8px 10px;
      background: rgba(0,0,0,0.22);
    }
    .home-dome-preview.is-screenshot {
      min-height: 0;
      aspect-ratio: 16 / 10;
      background: #030304;
      border-color: rgba(255,255,255,0.14);
    }
    .home-dome-preview.is-screenshot::before,
    .home-dome-preview.is-screenshot::after {
      display: none;
    }
    .home-dome-preview.is-screenshot img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 50% 50%;
      filter: saturate(1.06) contrast(1.04);
    }
    .home-dome-preview.is-screenshot .home-dome-label {
      color: rgba(255,255,255,0.58);
      text-shadow: 0 1px 12px rgba(0,0,0,0.9);
    }
    .home-dome-preview.is-screenshot .home-dome-copy {
      padding-top: 72px;
      background: linear-gradient(180deg, transparent, rgba(0,0,0,0.72));
      color: rgba(255,255,255,0.72);
      text-shadow: 0 1px 12px rgba(0,0,0,0.95);
    }

    @media (max-width: 640px) {
      .landing-offer-banner {
        padding: max(7px, env(safe-area-inset-top)) 10px 7px;
      }
      .landing-offer-inner {
        min-height: 46px;
        gap: 8px;
      }
      .landing-offer-timer {
        gap: 5px;
        padding: 6px 7px;
        font-size: 10px;
      }
      .landing-offer-label { font-size: 8px; }
      .landing-offer-copy {
        max-width: 210px;
        font-size: 10px;
        line-height: 1.15;
        text-align: center;
      }
      nav {
        z-index: 80;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 50px 1fr 96px;
        align-items: center;
        justify-content: stretch;
        gap: 8px;
        padding: max(10px, env(safe-area-inset-top)) 12px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.36) 74%, transparent);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
      }
      .nav-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
      }
      .nav-left img {
        height: 12px;
        opacity: 0.78;
      }
      .nav-right {
        display: contents;
      }
      .nav-menu {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: 2;
        justify-self: center;
        gap: 12px;
      }
      .nav-right a,
      .nav-menu a {
        font-size: 9.5px;
        letter-spacing: 0.7px;
        white-space: nowrap;
        text-align: center;
      }
      .nav-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 3;
        justify-self: end;
        min-height: 36px;
        width: auto;
        padding: 8px 11px;
        border-color: rgba(255,255,255,0.98);
        background: rgba(255,255,255,0.96);
        color: #000 !important;
        font-size: 9.2px !important;
        letter-spacing: 0.55px !important;
        font-weight: 800;
        box-shadow: none;
      }
      .top-badge img {
        height: 26px;
      }
      .home-dome-preview {
        min-height: 250px;
        border-radius: 14px;
      }
      .home-dome-preview.is-screenshot {
        aspect-ratio: 4 / 5;
      }
      .home-dome-preview.is-screenshot img {
        object-position: 48% 50%;
      }
      .home-dome-label {
        left: 14px;
        right: 14px;
        top: 14px;
        font-size: 8px;
      }
      .home-dome-crowd {
        width: 230px;
        height: 104px;
      }
      .home-dome-stage {
        bottom: 32px;
        width: 108px;
      }
      .home-dome-copy {
        left: 14px;
        right: 14px;
        bottom: 14px;
        font-size: 11px;
        line-height: 1.38;
      }
      .home-dome-preview.is-screenshot .home-dome-copy {
        padding-top: 84px;
      }
      .home-dome-copy a {
        font-size: 8px;
        padding: 7px 9px;
      }
      .scroll-arrow {
        display: none;
      }
      .hero {
        height: 100vh;
        height: 100dvh;
        padding-top: 72px;
        padding-bottom: 44px;
      }
      .info-section {
        border-top-color: rgba(255,255,255,0.08);
      }
      .info-inner {
        padding-top: 44px;
      }
    }

    .visual-reel-layout {
      display: grid;
      grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
      gap: clamp(40px, 7vw, 96px);
      align-items: center;
      width: 100%;
      margin: 0;
    }
    .visual-reel-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 2 / 3;
      margin: 0;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.28);
      border-radius: 8px;
      background: #050505;
      box-shadow: 0 28px 70px rgba(0,0,0,0.38);
    }
    .visual-reel-frame video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #050505;
    }
    .visual-reel-frame figcaption {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 16px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      pointer-events: none;
      color: rgba(255,255,255,0.84);
      font-size: 9px;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      text-shadow: 0 1px 10px rgba(0,0,0,0.9);
    }
    .visual-reel-copy h3 {
      max-width: 590px;
      margin: 12px 0 18px;
      font-family: "PP Mondwest", Georgia, serif;
      font-size: clamp(34px, 4vw, 58px);
      line-height: 0.98;
      font-weight: 400;
    }
    .visual-reel-copy > p {
      max-width: 540px;
      margin: 0;
      color: rgba(255,255,255,0.68);
      font-size: 16px;
      line-height: 1.65;
    }
    .visual-reel-switcher {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 34px;
    }
    .visual-reel-option {
      display: grid;
      grid-template-columns: 62px minmax(0, 1fr);
      gap: 13px;
      align-items: center;
      min-height: 88px;
      padding: 9px;
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: 6px;
      background: rgba(255,255,255,0.035);
      color: rgba(255,255,255,0.66);
      text-align: left;
      cursor: pointer;
      transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
    }
    .visual-reel-option:hover,
    .visual-reel-option[aria-pressed="true"] {
      border-color: rgba(255,255,255,0.72);
      background: rgba(255,255,255,0.09);
      color: #fff;
    }
    .visual-reel-option img {
      width: 62px;
      height: 70px;
      object-fit: cover;
      border-radius: 3px;
    }
    .visual-reel-option span {
      display: block;
      min-width: 0;
    }
    .visual-reel-option strong {
      display: block;
      margin-bottom: 6px;
      color: inherit;
      font-family: "PP Neue Montreal Mono", monospace;
      font-size: 10px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
    }
    .visual-reel-option small {
      display: block;
      color: rgba(255,255,255,0.48);
      font-size: 11px;
      line-height: 1.35;
    }

    @media (max-width: 700px) {
      .visual-reel-layout {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      .visual-reel-frame {
        width: min(100%, 360px);
        aspect-ratio: 9 / 16;
        margin: 0 auto;
      }
      .visual-reel-copy h3 {
        font-size: 38px;
      }
      .visual-reel-copy > p {
        font-size: 15px;
      }
      .visual-reel-switcher {
        margin-top: 24px;
      }
      .visual-reel-option {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 9px;
        min-height: 76px;
        padding: 7px;
      }
      .visual-reel-option img {
        width: 46px;
        height: 60px;
      }
      .visual-reel-option small {
        display: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .top-badge, .center-title img, #hero-urgency, .bottom-cta,
      .reveal, .reveal.visible, .cta, .channels a, .visual-reel-option {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
    }
  