:root {
      --black: #050505;
      --charcoal: #111111;
      --card: rgba(255,255,255,.07);
      --card-strong: rgba(255,255,255,.12);
      --line: rgba(255,255,255,.13);
      --text: #ffffff;
      --muted: rgba(255,255,255,.68);
      --soft: rgba(255,255,255,.48);
      --brand: #f23200;
      --brand-two: #ff6a1a;
      --brand-three: #d70035;
      --cream: #f5cdbd;
      --radius: 32px;
      --shadow: 0 30px 90px rgba(0,0,0,.45);
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 88px;
      background: var(--black);
    }

    body {
      margin: 0;
      color: var(--text);
      font-family: Inter, system-ui, sans-serif;
      background:
        radial-gradient(circle at 10% 0%, rgba(242,50,0,.30), transparent 32rem),
        radial-gradient(circle at 86% 18%, rgba(215,0,53,.20), transparent 34rem),
        radial-gradient(circle at 50% 100%, rgba(255,106,26,.11), transparent 40rem),
        #050505;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }

    img { max-width: 100%; display: block; }

    .noise {
      pointer-events: none;
      position: fixed;
      inset: 0;
      z-index: 0;
      opacity: .08;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
    }

    .site-bg {
      pointer-events: none;
      position: fixed;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }

    .blob {
      position: absolute;
      width: 34rem;
      height: 34rem;
      border-radius: 999px;
      filter: blur(70px);
      opacity: .32;
      animation: floatBlob 12s ease-in-out infinite alternate;
    }

    .blob.one { left: -12rem; top: -10rem; background: var(--brand); }
    .blob.two { right: -13rem; top: 20rem; background: var(--brand-three); animation-delay: 2s; }
    .blob.three { left: 35%; bottom: -18rem; background: var(--brand-two); animation-delay: 4s; opacity: .16; }

    @keyframes floatBlob {
      from { transform: translate3d(0,0,0) scale(1); }
      to { transform: translate3d(42px,32px,0) scale(1.12); }
    }

    .page {
      position: relative;
      z-index: 2;
    }

    .container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(22px);
      background: linear-gradient(to bottom, rgba(5,5,5,.86), rgba(5,5,5,.48));
      border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .header-inner {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand-mark {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .brand-badge {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      overflow: hidden;
      background: rgba(242,50,0,.14);
      box-shadow: 0 0 40px rgba(242,50,0,.45);
    }

    .brand-badge img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .brand-name {
      font-weight: 950;
      letter-spacing: -.04em;
      line-height: 1;
    }

    .brand-label {
      margin-top: 5px;
      font-size: 11px;
      letter-spacing: .28em;
      color: var(--soft);
      text-transform: uppercase;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 6px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.055);
      border-radius: 999px;
    }

    .nav a {
      padding: 10px 13px;
      color: rgba(255,255,255,.76);
      font-size: 13px;
      font-weight: 800;
      border-radius: 999px;
      transition: .25s ease;
    }

    

    .mobile-menu-button {
      display: none;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.08);
      color: white;
      width: 48px;
      height: 48px;
      border-radius: 18px;
      cursor: pointer;
    }

    .mobile-lines,
    .mobile-lines::before,
    .mobile-lines::after {
      display: block;
      width: 20px;
      height: 2px;
      margin: 0 auto;
      background: white;
      border-radius: 99px;
      position: relative;
      transition: .25s ease;
    }

    .mobile-lines::before,
    .mobile-lines::after {
      content: "";
      position: absolute;
      left: 0;
    }

    .mobile-lines::before { top: -7px; }
    .mobile-lines::after { top: 7px; }

    .mobile-panel {
      display: none;
      padding: 0 20px 20px;
    }

    .mobile-panel.open { display: block; }

    .mobile-panel a {
      display: block;
      padding: 16px 18px;
      margin-top: 8px;
      border-radius: 18px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.08);
      font-weight: 850;
    }

    .hero {
      min-height: calc(100vh - 82px);
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 52px;
      align-items: center;
      padding: 72px 0 76px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      color: #ffd3c8;
      background: rgba(242,50,0,.13);
      border: 1px solid rgba(242,50,0,.38);
      box-shadow: 0 0 34px rgba(242,50,0,.20);
      font-weight: 850;
      font-size: 14px;
      animation: fadeUp .75s ease both;
    }

    .spark {
      width: 9px;
      height: 9px;
      background: var(--brand);
      border-radius: 999px;
      box-shadow: 0 0 22px var(--brand);
    }

    h1 {
      margin: 28px 0 0;
      max-width: 1080px;
      font-size: clamp(48px, 7.1vw, 100px);
      line-height: 1.16;
      letter-spacing: 0.012em;
      font-weight: 950;
      animation: fadeUp .8s .08s ease both;
    }

    .hero h1 .line {
      display: block;
      margin-bottom: 0.2em;
    }

    .hero h1 .accent {
      color: transparent;
      background: linear-gradient(90deg, #fff, #ffc6b5, var(--brand-two));
      background-clip: text;
      -webkit-background-clip: text;
    }

    .hero-copy {
      max-width: 660px;
      margin: 28px 0 0;
      font-size: 20px;
      line-height: 1.72;
      color: var(--muted);
      animation: fadeUp .8s .16s ease both;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
      animation: fadeUp .8s .24s ease both;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 950;
      transition: .25s ease;
      border: 1px solid rgba(255,255,255,.13);
    }

    .button.primary {
      background: linear-gradient(135deg, var(--brand), var(--brand-two));
      border-color: transparent;
      box-shadow: 0 0 50px rgba(242,50,0,.42);
    }

    .button.secondary {
      background: rgba(255,255,255,.10);
      backdrop-filter: blur(18px);
    }

    

    .hero-card {
      position: relative;
      animation: floatCard 7s ease-in-out infinite, fadeScale .85s .12s ease both;
      transform-style: preserve-3d;
    }

    @keyframes floatCard {
      0%,100% { transform: translateY(0) rotate(1.25deg); }
      50% { transform: translateY(-18px) rotate(-1deg); }
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 8%;
      border-radius: 44px;
      background: var(--brand);
      filter: blur(65px);
      opacity: .37;
      z-index: -1;
    }

    .logo-stage {
      padding: 34px;
      border-radius: 46px;
      background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      overflow: hidden;
    }

    .logo-stage-inner {
      min-height: 460px;
      display: grid;
      place-items: center;
      border-radius: 36px;
      background:
        
        linear-gradient(to bottom,
          rgba(18,18,18,.98) 0%,
          rgba(55,55,55,.90) 38%,
          rgba(185,185,185,.72) 72%,
          rgba(245,240,235,.98) 100%);
      border: none;
      position: relative;
      overflow: hidden;
    }

    .logo-stage-inner::before {
      content: "";
      position: absolute;
      inset: -90%;
      background: conic-gradient(from 90deg, transparent, rgba(255,255,255,.14), transparent, rgba(242,50,0,.24), transparent);
      animation: spin 8s linear infinite;
    }

    .logo-stage-inner img {
      position: relative;
      z-index: 2;
      width: min(100%, 520px);
      filter: drop-shadow(0 28px 30px rgba(0,0,0,.45));
    }

    .floating-tag {
      position: absolute;
      z-index: 3;
      left: 50%;
      transform: translateX(-50%);
      bottom: 24px;
      width: calc(100% - 96px);
      max-width: 620px;
      text-align: center;
      padding: 12px 18px;
      border-radius: 999px;
      color: rgba(255,255,255,.88);
      background: rgba(0,0,0,.58);
      border: 1px solid rgba(255,255,255,.10);
      backdrop-filter: blur(18px);
      font-weight: 850;
      font-size: 14px;
      line-height: 1.3;
    }

    @keyframes spin { to { transform: rotate(1turn); } }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeScale {
      from { opacity: 0; transform: scale(.92) rotate(4deg); }
      to { opacity: 1; transform: scale(1) rotate(1.25deg); }
    }

    .marquee-wrap {
      width: 100%;
      border-top: 1px solid rgba(255,255,255,.08);
      border-bottom: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.05);
      overflow: hidden;
      transform: rotate(-1deg) scale(1.02);
      margin: 12px 0 34px;
    }

    .marquee {
      display: flex;
      width: max-content;
      animation: marquee 28s linear infinite;
    }

    .marquee span {
      padding: 18px 22px;
      color: rgba(255,255,255,.78);
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .08em;
      white-space: nowrap;
    }

    .marquee b { color: var(--brand-two); }

    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    section {
      padding: 76px 0;
      scroll-margin-top: 0;
    }

    #top {
      scroll-margin-top: 0;
    }

    .section-kicker {
      color: var(--brand-two);
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .28em;
      font-size: 13px;
      margin-bottom: 14px;
    }

    .section-title {
      margin: 0;
      font-size: clamp(38px, 5vw, 72px);
      line-height: 1.08;
      letter-spacing: -0.015em;
      font-weight: 950;
      text-wrap: balance;
    }

    .section-copy {
      margin: 18px 0 0;
      max-width: 650px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.72;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }

    .stat-card {
      padding: 28px;
      min-height: 190px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
      box-shadow: 0 26px 70px rgba(0,0,0,.22);
      transition: .25s ease;
      overflow: hidden;
      position: relative;
    }

    .stat-card::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      right: -42px;
      top: -42px;
      border-radius: 999px;
      background: var(--brand);
      filter: blur(34px);
      opacity: .16;
    }

    

    .stat-icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
      min-height: 46px;
      aspect-ratio: 1 / 1;
      border-radius: 999px;
      overflow: hidden;
      display: grid;
      place-items: center;
      background: rgba(242,50,0,.16);
      color: var(--brand-two);
      margin-bottom: 26px;
      position: relative;
      isolation: isolate;
      flex-shrink: 0;
    }

    .stat-value {
      font-size: clamp(38px, 4.5vw, 58px);
      font-weight: 950;
      letter-spacing: -.055em;
      line-height: .9;
    }

    .stat-label {
      margin-top: 12px;
      font-size: 13px;
      letter-spacing: .19em;
      color: var(--soft);
      text-transform: uppercase;
      font-weight: 850;
    }

    .coverage-head {
      max-width: 920px;
      margin-bottom: 34px;
    }

    .coverage-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .coverage-card {
      min-height: 170px;
      padding: 24px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(32,14,10,.94), rgba(10,10,10,.88));
      position: relative;
      overflow: hidden;
      transition: .28s ease;
    }

    .coverage-card::before {
      content: "";
      position: absolute;
      width: 135px;
      height: 135px;
      right: -50px;
      top: -50px;
      background: var(--brand);
      opacity: .18;
      filter: blur(32px);
      border-radius: 999px;
      transition: .28s ease;
    }

    

    .coverage-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.09);
      margin-bottom: 38px;
      color: var(--brand-two);
      position: relative;
      z-index: 2;
    }

    .coverage-card h3 {
      position: relative;
      z-index: 2;
      margin: 0;
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -.025em;
    }

    .video-panel {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 26px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.07);
      border-radius: 44px;
      padding: 16px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .video-placeholder {
      aspect-ratio: 16/9;
      border-radius: 34px;
      overflow: hidden;
      border: none;
      background:
        radial-gradient(circle at 50% 50%, rgba(242,50,0,.34), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.05), rgba(0,0,0,.95));
      display: grid;
      place-items: center;
      position: relative;
    }

    .video-placeholder::before {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 90px);
      mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
    }

    .play-pulse {
      width: 96px;
      height: 96px;
      border-radius: 999px;
      border: 0;
      display: grid;
      place-items: center;
      color: white;
      background: linear-gradient(135deg, var(--brand), var(--brand-two));
      box-shadow: 0 0 60px rgba(242,50,0,.72);
      animation: pulse 2.5s infinite;
      position: relative;
      z-index: 2;
      font-size: 34px;
      cursor: pointer;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(242,50,0,.45), 0 0 60px rgba(242,50,0,.55); }
      50% { transform: scale(1.07); box-shadow: 0 0 0 22px rgba(242,50,0,0), 0 0 80px rgba(242,50,0,.75); }
    }

    .video-copy {
      padding: 32px 22px 32px 8px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    .video-copy h2 {
      margin: 0;
      font-size: clamp(34px, 4vw, 52px);
      line-height: .98;
      letter-spacing: -.06em;
    }

    .video-copy p {
      margin: 20px 0 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 17px;
    }

    .platforms-head,
    .support-head {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 34px;
    }

    .platform-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .platform-card {
      min-height: 292px;
      border-radius: var(--radius);
      padding: 26px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
      transition: .28s ease;
    }

    

    .platform-icon {
      width: 58px;
      height: 58px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--brand), var(--brand-two));
      box-shadow: 0 0 40px rgba(242,50,0,.38);
      margin-bottom: 28px;
      overflow: hidden;
    }

    .platform-icon img {
      width: 34px;
      height: 34px;
      object-fit: contain;
    }

    .platform-card h3 {
      margin: 0;
      font-size: 26px;
      letter-spacing: -.035em;
    }

    .platform-card p {
      min-height: 92px;
      margin: 14px 0 22px;
      color: var(--muted);
      line-height: 1.62;
    }

    .mini-button {
      width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 14px 18px;
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.12);
      font-weight: 950;
      transition: .25s ease;
    }

    


    .explore-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .explore-card {
      min-height: 260px;
      padding: 26px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
      box-shadow: 0 26px 70px rgba(0,0,0,.22);
      position: relative;
      overflow: hidden;
    }

    .explore-card::after {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -60px;
      top: -60px;
      border-radius: 999px;
      background: var(--brand);
      filter: blur(46px);
      opacity: .18;
    }

    .explore-icon {
      width: 52px;
      height: 52px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--brand), var(--brand-two));
      box-shadow: 0 0 40px rgba(242,50,0,.30);
      margin-bottom: 28px;
      position: relative;
      z-index: 2;
      font-size: 22px;
    }

    .explore-card h3,
    .explore-card p,
    .explore-card a {
      position: relative;
      z-index: 2;
    }

    .explore-card h3 {
      margin: 0;
      font-size: 24px;
      letter-spacing: -.035em;
    }

    .explore-card p {
      min-height: 96px;
      margin: 14px 0 22px;
      color: var(--muted);
      line-height: 1.62;
    }

    .merch-panel {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 26px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
      border-radius: 44px;
      padding: 18px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .merch-visual {
      min-height: 360px;
      border-radius: 32px;
      border: none;
      background:
        radial-gradient(circle at 50% 45%, rgba(242,50,0,.32), transparent 42%),
        linear-gradient(to bottom, rgba(18,18,18,.98), rgba(55,55,55,.86), rgba(245,240,235,.92));
      display: grid;
      place-items: center;
      overflow: hidden;
    }

    .merch-visual img {
      width: min(80%, 360px);
      filter: drop-shadow(0 22px 26px rgba(0,0,0,.35));
    }

    .merch-copy {
      padding: 34px 22px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .merch-copy h2 {
      margin: 0;
      font-size: clamp(36px, 4.6vw, 62px);
      line-height: 1.02;
      letter-spacing: -.045em;
    }

    .merch-copy p {
      margin: 20px 0 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.72;
    }

    .merch-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }


    .merch-support-link {
      margin-top: 14px;
      font-size: 16px;
    }

    .merch-support-link a {
      color: #ffd0c5;
      font-weight: 950;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .merch-support-link a:hover {
      color: #ffffff;
    }

    .video-panel {
      scroll-margin-top: 0;
    }

    .support-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .support-card {
      padding: 34px;
      border-radius: 40px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(32,14,10,.94), rgba(7,7,7,.92));
      overflow: hidden;
      position: relative;
      box-shadow: 0 26px 70px rgba(0,0,0,.24);
    }

    .support-card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -60px;
      top: -60px;
      border-radius: 999px;
      background: var(--brand);
      filter: blur(50px);
      opacity: .18;
    }

    .pill {
      position: relative;
      z-index: 2;
      display: inline-flex;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(242,50,0,.12);
      border: 1px solid rgba(242,50,0,.30);
      color: #ffd0c5;
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .support-card h3,
    .support-card p,
    .support-card a { position: relative; z-index: 2; }

    .support-card h3 {
      margin: 0;
      font-size: 32px;
      letter-spacing: -.05em;
    }

    .support-card p {
      margin: 16px 0 28px;
      color: var(--muted);
      line-height: 1.7;
      font-size: 17px;
    }

    .contact-panel {
      border-radius: 46px;
      padding: clamp(30px, 5vw, 58px);
      color: #111;
      background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,.33), transparent 24rem),
        linear-gradient(135deg, var(--brand), var(--brand-two));
      box-shadow: 0 30px 90px rgba(242,50,0,.24);
    }

    .contact-panel-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 40px;
      align-items: center;
    }

    .contact-panel .section-kicker { color: rgba(0,0,0,.55); }
    .contact-panel .section-title {
      color: #090909;
      max-width: 920px;
      line-height: 1.08;
      letter-spacing: -0.012em;
      text-wrap: balance;
    }
    .contact-panel .section-copy { color: rgba(0,0,0,.72); font-weight: 650; }

    .contact-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 62px;
      padding: 0 26px;
      border-radius: 999px;
      color: white;
      background: #070707;
      font-weight: 950;
      white-space: nowrap;
      box-shadow: 0 20px 50px rgba(0,0,0,.28);
      transition: .25s ease;
    }

    

    footer {
      padding: 30px 0 48px;
      color: var(--soft);
      text-align: center;
      font-size: 14px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .nav { display: none; }
      .mobile-menu-button { display: block; }
      .hero { grid-template-columns: 1fr; padding-top: 42px; }
      .hero-card { max-width: 640px; margin: 0 auto; }
      .stats-grid, .coverage-grid, .platform-grid, .explore-grid { grid-template-columns: repeat(2, 1fr); }
      .video-panel, .merch-panel, .contact-panel-inner { grid-template-columns: 1fr; }
      .video-copy { padding: 10px 12px 26px; }
      .contact-button { width: 100%; }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 28px, 1180px); }
      .header-inner { min-height: 74px; }
      .brand-label { display: none; }
      .brand-badge { width: 46px; height: 46px; border-radius: 16px; }
      h1 {
        font-size: clamp(40px, 12.2vw, 60px);
        line-height: 1.2;
        letter-spacing: 0.008em;
      }
      .hero h1 .line { margin-bottom: 0.22em; }
      .section-title {
        font-size: clamp(34px, 10.2vw, 54px);
        line-height: 1.12;
        letter-spacing: -0.006em;
      }
      .video-copy h2 {
        font-size: clamp(32px, 9.2vw, 48px);
        line-height: 1.12;
        letter-spacing: -0.006em;
      }
      .hero-copy { font-size: 18px; }
      .hero-actions .button { width: 100%; }
      .logo-stage { padding: 16px; border-radius: 32px; }
      .logo-stage-inner {
        min-height: auto;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        padding: 30px 14px 20px;
      }
      .logo-stage-inner img {
        width: min(86%, 360px);
        max-height: 260px;
        object-fit: contain;
      }
      .floating-tag {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        bottom: auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
        white-space: normal;
        line-height: 1.35;
        padding: 12px 16px;
        border-radius: 22px;
      }
      html { scroll-padding-top: 80px; }
      section { padding: 54px 0; scroll-margin-top: 0; }
      #top { scroll-margin-top: 0; }
      .stat-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
        border-radius: 999px;
      }
      .stats-grid, .coverage-grid, .platform-grid, .explore-grid, .support-grid { grid-template-columns: 1fr; }
      .video-panel { border-radius: 32px; }
      .video-placeholder, .merch-visual { border-radius: 24px; }
      .merch-copy { padding: 10px 12px 26px; }
      .contact-panel { border-radius: 32px; }

      .coverage-card,
      .platform-card,
      .explore-card,
      .support-card,
      .merch-panel,
      .video-panel,
      .contact-panel {
        overflow: hidden;
        isolation: isolate;
        clip-path: inset(0 round var(--radius));
      }

      .coverage-card::before,
      .stat-card::after,
      .explore-card::after,
      .support-card::after {
        display: none;
      }
      .marquee-wrap { transform: rotate(-1.5deg) scale(1.06); }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }
  
    @media (max-width: 980px) {
      .mobile-menu-button {
        display: grid !important;
        place-items: center;
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin-left: auto;
        border-radius: 18px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.10);
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
      }

      .mobile-panel.open {
        display: block !important;
      }
    }

  
    /* Safety lock: content must always remain visible even if animation JavaScript fails */
    .reveal,
    .reveal.visible {
      opacity: 1 !important;
      transform: none !important;
    }

  
    .support-grid.support-three {
      grid-template-columns: repeat(3, 1fr);
    }

    .support-card.patreon-card {
      background:
        radial-gradient(circle at top right, rgba(255,106,26,.28), transparent 18rem),
        linear-gradient(145deg, rgba(48,16,10,.96), rgba(7,7,7,.92));
    }

    .support-card.patreon-card::after {
      opacity: .28;
    }

    @media (max-width: 980px) {
      .support-grid.support-three {
        grid-template-columns: 1fr;
      }
    }


/* Shared accessibility foundation — WCAG 2.2 AA target */
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: #050505;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.nav a[aria-current="page"],
.mobile-panel a[aria-current="page"] {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.mobile-panel[hidden] { display: none !important; }
.mobile-panel:not([hidden]) { display: block; }

@media (forced-colors: active) {
  :where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 2px solid CanvasText; }
}

.stat-value.stat-date{font-size:clamp(22px,2.2vw,34px);line-height:1.1}.stats-grid{align-items:stretch}

/* Shared breadcrumb treatment for standard editorial pages */
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:34px 0 0;color:rgba(255,255,255,.55);font-size:13px;font-weight:850;letter-spacing:.03em}
.breadcrumbs a{color:rgba(255,255,255,.75);transition:.2s ease}.breadcrumbs a:hover{color:#ff6a1a}.breadcrumbs span{color:rgba(255,255,255,.42)}

.mobile-nav-label{padding:12px 20px 5px;color:rgba(255,255,255,.45);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.mobile-nav-more{border-top:1px solid rgba(255,255,255,.10);margin-top:8px;padding-top:4px}
.share-panel{width:min(1180px,calc(100% - 40px));margin:28px auto 38px;padding:clamp(24px,4vw,38px);border:1px solid rgba(255,255,255,.13);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.035));display:grid;grid-template-columns:1.4fr .8fr;gap:24px;align-items:center}
.share-panel h2{margin:6px 0 10px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}.share-panel p{color:rgba(255,255,255,.7);line-height:1.65;margin:0}
.share-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.share-status{grid-column:1/-1;font-size:13px;min-height:1.4em}
@media(max-width:760px){.share-panel{grid-template-columns:1fr}.share-actions{justify-content:flex-start}.share-actions .button{flex:1 1 auto;text-align:center}}

.share-actions .button { color:#fff; display:inline-flex; align-items:center; justify-content:center; min-height:48px; }
.share-actions button.button { font:inherit; font-weight:800; }
.share-actions .button:focus-visible { outline:3px solid #fff; outline-offset:3px; }
