:root {
      --bg:#050505;
      --panel:#101010;
      --panel-soft:rgba(255,255,255,0.045);
      --panel-border:rgba(255,255,255,0.12);
      --text:#ffffff;
      --text-soft:#d5d5d5;
      --text-dim:#9a9a9a;
      --link-blue:#5da1ff;
      --ludit-red:#c62828;
      --apple-yellow:#ffd84d;
      --heading-gold:#f1d06b;
      --heading-copper:#d8895a;
      --heading-soft:#fff0ba;
      --button-text:#f6d98f;
      --content-max:1200px;
      --radius:18px;
      --top-button-width:118px;
      --top-button-height:40px;
      --shadow:0 24px 80px rgba(0,0,0,0.35);
    }

    * { box-sizing:border-box; margin:0; padding:0; }
    html {
      scroll-behavior:smooth;
      width:100%;
      max-width:100%;
    }
    body{
      margin:0;
      min-height:100vh;
      width:100%;
      max-width:100%;
      background:radial-gradient(circle at top, rgba(198,40,40,0.12), transparent 26%), #000;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
      display:flex;
      justify-content:center;
      align-items:stretch;
      touch-action:pan-y;
    }
    a { color:inherit; }
    img, video, iframe, table { max-width:100%; }

    .page{
      width:100%;
      max-width:min(1400px, 96vw);
      min-height:100vh;
      padding:16px 16px 24px;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:18px;
    }

    .seo-heading{
      position:absolute;
      left:-9999px;
      width:1px;
      height:1px;
      overflow:hidden;
    }

    .hero-shell,
    .content-shell,
    .footer{
      width:100%;
      max-width:var(--content-max);
      min-width:0;
    }

    .hero-shell{ display:flex; flex-direction:column; gap:12px; }

    .hero-logo{
      position:absolute;
      top:16px;
      left:16px;
      z-index:4;
      display:inline-flex;
      line-height:0;
      pointer-events:none;
      user-select:none;
    }

    .logo{
      width:clamp(120px, 16vmin, 168px);
      height:auto;
      display:block;
    }

    .hero-card{
      position:relative;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
      border:1px solid var(--panel-border);
      border-radius:24px;
      box-shadow:var(--shadow);
      padding:14px 14px 18px;
    }

    .key-art-container{
      position:relative;
      display:flex;
      justify-content:center;
      width:100%;
      overflow:hidden;
      border-radius:16px;
      isolation:isolate;
    }

    .key-art{
      width:100%;
      max-width:1232px;
      height:auto;
      display:block;
      cursor:pointer;
      border-radius:16px;
    }

    .hero-overlay{
      position:absolute;
      inset:0;
      pointer-events:none;
      z-index:2;
    }

    .hero-presents{
      position:absolute;
      top:6%;
      left:50%;
      transform:translateX(-50%);
      font-size:1rem;
      color:var(--text-soft);
      font-weight:400;
      letter-spacing:0.01em;
      white-space:nowrap;
      text-shadow:0 1px 2px rgba(0,0,0,0.65);
    }

    .trailer{
      width:100%;
      height:auto;
      display:none;
      margin-top:4px;
      border-radius:16px;
    }

    .show-video .hero-logo,
    .show-video .key-art-container,
    .show-video .hero-overlay,
    .show-video .store-cta-row,
    .show-video .home-button-group { display:none; }
    .show-video .trailer,
    .show-video .trailer-logo-row{ display:block; }

    .store-cta-row{
      margin-top:10px;
      display:grid;
      grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
      align-items:center;
      column-gap:18px;
    }

    .store-side{
      display:flex;
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:6px;
      min-height:58px;
      position:relative;
    }

    .apple-feature{
      position:absolute;
      left:50%;
      top:calc(-1 * clamp(48px, 6vmin, 66px));
      transform:translateX(-50%);
      font-size:clamp(0.94rem, 1.86vmin, 1.24rem);
      font-weight:700;
      line-height:1.08;
      color:rgb(126, 182, 255);
      text-align:center;
      text-shadow:0 1px 2px rgba(0,0,0,0.55), 0 0 10px rgba(126,182,255,0.34);
      max-width:320px;
      width:max-content;
    }

    .apple-feature,
    .apple-feature-mobile{
      text-decoration:none;
      display:block;
      cursor:pointer;
    }

    .apple-feature-mobile{
      display:none;
      position:absolute;
      right:clamp(10px, 2.2vw, 22px);
      bottom:clamp(8px, 1.8vw, 18px);
      z-index:6;
      color:rgb(126, 182, 255);
      text-align:right;
      font-weight:700;
      line-height:1.04;
      font-size:clamp(0.68rem, 1.38vw, 1.05rem);
      text-shadow:0 1px 2px rgba(0,0,0,0.65), 0 0 10px rgba(126,182,255,0.34);
      pointer-events:auto;
      -webkit-tap-highlight-color:rgba(0,0,0,0.15);
      touch-action:manipulation;
      max-width:32%;
    }

    .tagline-main{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:clamp(10px, 1.8vmin, 18px);
      font-weight:800;
      color:var(--ludit-red);
      text-transform:uppercase;
      font-size:clamp(1.21rem, 3.4vmin, 2.18rem);
      letter-spacing:0.06em;
      white-space:nowrap;
    }

    .tagline-arrow{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:0;
      height:0;
      line-height:0;
      color:transparent;
      filter:drop-shadow(0 0 10px rgba(255,216,77,0.22));
      animation:trianglePulse 1.6s ease-in-out infinite;
    }
    .tagline-arrow.left{
      border-top:0.52em solid transparent;
      border-bottom:0.52em solid transparent;
      border-right:0.86em solid #ffd84d;
      animation-name:trianglePulseLeft;
    }
    .tagline-arrow.right{
      border-top:0.52em solid transparent;
      border-bottom:0.52em solid transparent;
      border-left:0.86em solid #ffd84d;
      animation-delay:0.25s;
    }
    @keyframes trianglePulse { 0%,100%{transform:translateX(0) scale(0.96);opacity:0.65;} 50%{transform:translateX(8px) scale(1.08);opacity:1;} }
    @keyframes trianglePulseLeft { 0%,100%{transform:translateX(0) scale(0.96);opacity:0.65;} 50%{transform:translateX(-8px) scale(1.08);opacity:1;} }

    .store-button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:clamp(170px, 24vmin, 260px);
      height:clamp(38px, 5.3vmin, 58px);
      padding:0;
      border:0;
      background:transparent;
      border-radius:0;
      overflow:visible;
      cursor:pointer;
      text-decoration:none;
      -webkit-tap-highlight-color:transparent;
      transition:transform 80ms ease-out;
    }
    .store-button img{ width:100%; height:100%; object-fit:contain; display:block; background:transparent; }
    .apple-feature{
      animation:appleFeatureGlowDesktop 2.8s ease-in-out infinite;
    }
    .apple-feature-mobile{
      animation:appleFeatureGlowMobile 2.8s ease-in-out infinite;
    }
    @keyframes appleFeatureGlowDesktop{
      0%,100%{ opacity:0.9; transform:translateX(-50%) translateY(0) scale(1); }
      50%{ opacity:1; transform:translateX(-50%) translateY(-1px) scale(1.06); }
    }
    @keyframes appleFeatureGlowMobile{
      0%,100%{ opacity:0.9; transform:translateY(0) scale(1); }
      50%{ opacity:1; transform:translateY(-1px) scale(1.06); }
    }

    .store-button.mini{ width:clamp(180px, 20vmin, 220px); height:clamp(42px, 4.8vmin, 50px); }

    
    .trailer-logo-row{
      display:none;
      width:100%;
      margin-top:14px;
    }
    .trailer-logo-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:clamp(10px, 1.6vmin, 18px);
      flex-wrap:nowrap;
      width:100%;
      min-width:0;
    }
    .trailer-home-logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      line-height:0;
      text-decoration:none;
      flex:0 0 auto;
    }
    .trailer-home-logo img{
      width:clamp(92px, 11vmin, var(--top-button-width));
      height:auto;
      display:block;
    }


    .trailer-video-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:clamp(10px, 1.5vmin, 18px);
      flex:1 1 auto;
      min-width:0;
      margin-left:auto;
    }
    .trailer-store-button{
      width:clamp(138px, 17vmin, 190px);
      height:clamp(34px, 4.1vmin, 44px);
      flex:0 1 auto;
    }


    .top-button-group{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:clamp(8px, 1.3vmin, 14px);
      flex-wrap:nowrap;
      width:100%;
      margin-top:14px;
    }
    .top-nav-button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:clamp(92px, 11vmin, var(--top-button-width));
      height:clamp(34px, 4.2vmin, var(--top-button-height));
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,0.18);
      font-size:clamp(0.8rem, 1.5vmin, 0.95rem);
      font-weight:600;
      color:var(--button-text);
      text-decoration:none;
      white-space:nowrap;
      text-shadow:0 1px 2px rgba(0,0,0,0.45);
      background:rgba(255,255,255,0.03);
      backdrop-filter:blur(4px);
      -webkit-backdrop-filter:blur(4px);
      transition:background 150ms ease-out, border-color 150ms ease-out, transform 80ms ease-out;
      cursor:pointer;
      -webkit-tap-highlight-color:transparent;
    }
    .top-nav-button:hover,
    .secondary-cta:hover,
    .discord-cta:hover,
    .press-cta:hover,
    .store-button:hover{ transform:scale(1.02); }
    .top-nav-button:active,
    .secondary-cta:active,
    .discord-cta:active,
    .press-cta:active,
    .store-button:active{ transform:scale(0.98); }
    .credit-a, .credit-production{
      position:absolute; left:50%; transform:translateX(-50%); color:var(--text-soft); line-height:1; z-index:3; pointer-events:none; text-shadow:0 1px 2px rgba(0,0,0,0.75); font-weight:700;
    }
    .credit-a{ top:clamp(-28px, -2.5vmin, -20px); font-size:clamp(0.8rem, 1.45vmin, 1rem); }
    .credit-production{ bottom:clamp(-12px, -1.2vmin, -8px); font-size:clamp(0.8rem, 1.45vmin, 1rem); }

    .hero-copy{
      margin-top:14px;
      display:grid;
      grid-template-columns:minmax(0, 1.4fr) minmax(320px, 0.9fr);
      gap:16px;
      align-items:stretch;
    }

    .hero-intro,
    .hero-highlights,
    .content-card,
    .sidebar-card,
    .legacy-wide-card,
    .faq-card{
      border:1px solid var(--panel-border);
      background:linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
      border-radius:18px;
      padding:20px;
      box-shadow:var(--shadow);
      min-width:0;
    }

    .eyebrow{ display:inline-block; margin-bottom:10px; color:var(--heading-soft); font-size:0.84rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; }
    .hero-title{ font-size:clamp(2rem, 4vw, 3rem); line-height:1.06; margin-bottom:12px; color:var(--heading-gold); text-shadow:0 1px 10px rgba(0,0,0,0.45); }
    .hero-quote-list{ list-style:none; margin:0 0 16px; padding:0; display:grid; gap:10px; }
    .hero-quote-item{ padding:12px 14px; border-left:3px solid rgba(241,208,107,0.65); background:rgba(255,255,255,0.03); border-radius:0 12px 12px 0; }
    .hero-quote-item a{ color:var(--heading-soft); text-decoration:none; }
    .hero-quote-item a:hover{ text-decoration:underline; }
    .hero-quote-item em{ font-style:normal; color:#fff; }
    .community-banner{ width:100%; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); background:#000; box-shadow:var(--shadow); }
    .community-banner img{ display:block; width:100%; height:auto; }
    .hero-intro p,
    .content-card p,
    .sidebar-card p,
    .legacy-wide-card p,
    .faq-item p,
    .fact-card p{ color:var(--text-soft); line-height:1.72; font-size:1rem; }

    .hero-actions{ display:flex; flex-direction:column; gap:14px; align-items:center; justify-content:center; margin-top:18px; padding-bottom:2px; }
    .hero-actions-row,
    .legacy-actions-row{ display:flex; flex-wrap:wrap; gap:18px; align-items:center; justify-content:center; width:100%; min-height:66px; padding:4px 0; }

    .secondary-cta,
    .discord-cta,
    .press-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:52px;
      padding:0 22px;
      border-radius:999px;
      text-decoration:none;
      font-weight:700;
      background:rgba(255,255,255,0.03);
      color:var(--button-text);
      border:1px solid rgba(255,255,255,0.16);
      transition:transform 80ms ease-out, background 150ms ease-out, border-color 150ms ease-out;
      white-space:nowrap;
      text-align:center;
    }
    .secondary-cta:hover,
    .discord-cta:hover,
    .press-cta:hover{ background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.3); }
    .discord-cta img{ width:32px; height:32px; object-fit:contain; display:block; flex:0 0 32px; }

    .hero-title-art{ margin:0 0 14px; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); background:#000; box-shadow:var(--shadow); grid-column:1 / -1; }
    .hero-title-art img{ display:block; width:100%; height:auto; aspect-ratio:4 / 3; object-fit:cover; }

    .hero-highlights{ display:grid; grid-template-columns:1fr 1fr; gap:12px; align-content:start; }
    .fact-card{ padding:14px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); }
    .fact-card h3{ font-size:0.82rem; text-transform:uppercase; letter-spacing:0.1em; color:rgb(110, 155, 255); margin-bottom:7px; }
    .fact-card strong{ display:block; font-size:1.28rem; line-height:1.2; margin-bottom:6px; color:#fff; }
    .community-card{ grid-column:1 / -1; padding:16px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); display:flex; flex-direction:column; align-items:center; gap:10px; }
    .community-card h3{ font-size:0.82rem; text-transform:uppercase; letter-spacing:0.1em; color:rgb(110, 155, 255); margin:0; }
    .community-card strong{ display:block; font-size:1.28rem; line-height:1.2; color:#fff; margin:0; text-align:center; }
    .community-card p{ margin:0; text-align:center; }

    .feature-carousel{ position:relative; margin:18px 0; }
    .carousel-window{ overflow:hidden; border-radius:18px; position:relative; }
    .carousel-track{ display:flex; width:100%; transition:transform 280ms ease; will-change:transform; }
    .carousel-slide{ position:relative; flex:0 0 100%; max-width:100%; }
    .carousel-slide img{ width:100%; height:auto; display:block; border-radius:18px; border:1px solid rgba(255,255,255,0.12); box-shadow:var(--shadow); background:#000; aspect-ratio:4 / 3; object-fit:cover; }
    .carousel-controls{ position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; pointer-events:none; padding:0 10px; }
    .carousel-button{ pointer-events:auto; width:42px; height:42px; border-radius:999px; border:1px solid rgba(255,255,255,0.22); background:rgba(0,0,0,0.52); color:#fff; font-size:1.35rem; line-height:1; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; transition:transform 80ms ease-out, background 150ms ease-out, border-color 150ms ease-out; }
    .carousel-dots{ display:flex; justify-content:center; gap:8px; margin-top:12px; }
    .carousel-dot{ width:8px; height:8px; border-radius:999px; background:rgba(255,255,255,0.22); }
    .carousel-dot.active{ background:var(--apple-yellow); }

    .cover-grid{ display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:14px; margin:16px 0 18px; }
    .media-card{ text-align:center; }
    .media-card img{ width:100%; max-width:240px; height:auto; margin:0 auto; border-radius:18px; border:1px solid rgba(255,255,255,0.12); box-shadow:var(--shadow); display:block; background:#000; }
    .image-caption{ margin-top:10px; font-size:0.72rem; color:var(--text-dim); text-align:center; }

    .history-media-block{ margin:14px 0 16px; }
    .history-media-block img{ width:100%; height:auto; display:block; border-radius:18px; border:1px solid rgba(255,255,255,0.12); box-shadow:var(--shadow); background:#000; }
    .history-text-box{ margin-bottom:16px; }

    .history-table{ width:100%; border-collapse:collapse; margin-top:12px; font-size:0.81rem; }
    .history-table th,.history-table td{ padding:10px 10px; border-bottom:1px solid rgba(255,255,255,0.1); text-align:left; vertical-align:top; color:var(--text-soft); line-height:1.5; }
    .history-table th{ color:#fff; font-size:0.83rem; text-transform:uppercase; letter-spacing:0.08em; }

    .content-shell{ display:grid; gap:18px; }
    .content-grid{ display:grid; grid-template-columns:minmax(0, 1.08fr) minmax(320px, 0.92fr); gap:18px; align-items:start; }
    .content-card h2,
    .sidebar-card h2,
    .legacy-wide-card h2,
    .faq-card h2{ font-size:1.45rem; line-height:1.2; margin-bottom:12px; color:var(--heading-gold); text-shadow:0 1px 8px rgba(0,0,0,0.4); }
    .content-card h3,
    .sidebar-card h3,
    .legacy-wide-card h3{ font-size:1.02rem; line-height:1.3; margin:20px 0 8px; color:var(--heading-copper); }

    .quote-list,
    .feature-list{ list-style:none; padding:0; margin:14px 0 0; }
    .quote-list li,
    .feature-list li{ color:var(--text-soft); line-height:1.65; padding-left:16px; position:relative; }
    .quote-list li + li,
    .feature-list li + li{ margin-top:12px; }
    .quote-list li::before,
    .feature-list li::before{ content:""; position:absolute; left:0; top:0.78em; width:6px; height:6px; border-radius:50%; background:var(--ludit-red); }
    .quote-list .quote-intro{ display:block; padding-left:0; }
    .quote-list .quote-intro::before{ display:none; }
    .quote-list .quote-source{ display:block; margin-top:2px; color:var(--heading-soft); font-size:0.93em; font-style:normal; font-weight:600; }

    .legacy-wide-card{ width:100%; }
    .legacy-wide-grid{ display:grid; grid-template-columns:minmax(0,1fr); gap:18px; }
    .legacy-wide-grid > div{ min-width:0; }
    .legacy-nav-row{ display:flex; flex-wrap:nowrap; gap:14px; justify-content:center; align-items:center; width:100%; margin-top:24px; }
    .legacy-nav-row .top-nav-button{ flex:0 1 var(--top-button-width); }

    .faq-card{ display:grid; gap:14px; }
    .faq-item{ padding:16px 18px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); }
    .faq-item h3{ font-size:1rem; margin-bottom:8px; }

    .footer{ margin-top:2px; padding:16px 8px 0; font-size:0.78rem; color:#777; text-align:center; line-height:1.5; display:block; }
    .footer a{ font-size:1rem; color:var(--link-blue); text-decoration:underline; }
    .copyright{ margin-top:4px; font-size:0.78rem; color:#777; }

    .mobile-back-top{ display:none !important; }
    .hero-actions-store-row{ flex-wrap:nowrap; }
    .hero-actions-store-row .store-button.mini{ flex:0 1 220px; }
    .hero-actions-history-row .secondary-cta{ min-width:240px; }
    .back-top-button{ min-width:180px; }

    .top-nav-button:focus-visible,
    .store-button:focus-visible,
    .key-art:focus-visible,
    .hero-logo:focus-visible,
    .secondary-cta:focus-visible,
    .discord-cta:focus-visible,
    .press-cta:focus-visible,
    .carousel-button:focus-visible,
    .mobile-back-top:focus-visible,
    .footer a:focus-visible{ outline:2px solid #fff; outline-offset:3px; }

    @media (max-width: 980px){
      .hero-copy,
      .content-grid,
      .legacy-wide-grid{
        grid-template-columns:1fr;
      }
      .hero-copy,
      .content-grid{
        gap:16px;
      }
    }


    @media (max-width: 768px){
      .hero-copy,
      .content-grid,
      .legacy-wide-grid{
        grid-template-columns:1fr;
      }
      .hero-copy > *,
      .content-grid > *,
      .legacy-wide-grid > *{
        min-width:0;
      }
      .store-cta-row{
        grid-template-columns:1fr;
        row-gap:14px;
      }
      .store-side{
        min-height:auto;
      }
      .tagline-main{
        order:2;
      }
      .store-side.left{
        order:1;
      }
      .store-side.right{
        order:3;
      }
      .apple-feature{
        position:static;
        transform:none;
        margin-bottom:8px;
        max-width:none;
        width:auto;
      }
      .hero-title-art{
        order:-1;
      }
      .hero-highlights{
        grid-template-columns:1fr;
      }
      .cover-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .history-table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
      }
      .history-table thead, .history-table tbody, .history-table tr{
        white-space:normal;
      }
    }
    @media (max-width:768px){
      .page{ max-width:100%; width:100%; min-height:100vh; padding-top:12px; padding-bottom:18px; }
      .hero-logo{ top:10px; left:10px; }
      .logo{ max-width:96px; width:22vw; }
      .hero-card,.content-card,.sidebar-card,.legacy-wide-card,.faq-card,.hero-intro,.hero-highlights{ padding:16px; border-radius:16px; }
      .key-art{ max-height:none; }
      .trailer-logo-inner{
        flex-wrap:nowrap;
        justify-content:space-between;
        align-items:center;
        gap:10px;
      }
      .trailer-home-logo{
        flex:0 0 auto;
        max-width:26vw;
      }
      .trailer-home-logo img{ width:min(96px, 24vw); }
      .trailer-logo-row .top-button-group{ margin-top:0; }
      .trailer-video-actions{
        flex:1 1 auto;
        min-width:0;
        gap:8px;
        justify-content:flex-end;
        margin-left:auto;
      }
      .trailer-store-button{
        width:min(30vw, 146px);
        height:min(10vw, 40px);
      }
      .top-button-group{
        justify-content:center;
        gap:6px;
        width:100%;
        flex-wrap:nowrap;
      }
      .top-nav-button{
        flex:1 1 0;
        min-width:0;
        width:auto;
        height:36px;
        padding:0 2px;
        font-size:0.72rem;
        letter-spacing:0;
      }
      .store-cta-row{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        grid-template-areas:
          "tagline tagline"
          "left right";
        column-gap:10px;
        row-gap:10px;
        margin-top:12px;
      }
      .store-side.left{ grid-area:left; }
      .store-side.right{ grid-area:right; }
      .tagline-main{
        grid-area:tagline;
        font-size:0.9rem;
        gap:0;
        text-align:center;
        justify-self:center;
        margin-bottom:2px;
      }
      .tagline-arrow{ display:none; }
      .apple-feature{ display:none; }
      .apple-feature-mobile{
        display:block;
        right:12px;
        bottom:10px;
        max-width:32%;
        font-size:0.72rem;
        z-index:8;
      }
      .store-button{
        width:100%;
        max-width:none;
        height:40px;
      }
      .hero-actions-store-row{ gap:10px; }
      .hero-actions-store-row .store-button.mini{ width:min(46vw, 180px); height:42px; }
      .hero-actions-history-row .secondary-cta{ width:min(100%, 280px); }
      .back-top-button{ width:min(100%, 220px); }
      .store-button img{ object-fit:contain; }
      .store-button.mini{ width:min(220px,84vw); height:50px; }
      .hero-highlights,.cover-grid{ grid-template-columns:1fr 1fr; }
      .credit-a,
      .credit-production{
        position:static;
        left:auto;
        transform:none;
        line-height:0.95;
      }
      .credit-a{ font-size:0.62rem; margin:0 0 -1px 0; }
      .credit-production{ font-size:0.62rem; margin:-1px 0 0 0; }
      .hero-presents{ font-size:0.82rem; top:7%; }
      .legacy-nav-row{ gap:8px; }
      .legacy-nav-row .top-nav-button{ flex:1 1 0; min-width:0; width:auto; height:38px; padding:0 4px; font-size:0.82rem; }
    }

    @media (max-width:560px){
      .hero-highlights{ grid-template-columns:1fr; }
      .cover-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
      .top-button-group{ gap:5px; }
      .top-nav-button{
        flex:1 1 0;
        min-width:0;
        font-size:0.64rem;
        height:34px;
        padding:0 1px;
      }
      .store-button{ height:38px; }
      .tagline-main{ font-size:0.8rem; gap:0; white-space:normal; text-align:center; }
      .secondary-cta,.discord-cta,.press-cta{ width:100%; white-space:normal; }
      .legacy-nav-row{ flex-wrap:wrap; }
      .legacy-nav-row .top-nav-button{ flex:1 1 calc(50% - 6px); min-width:140px; }
      .hero-logo{ left:8px; top:8px; }
      .logo{ width:19vw; max-width:86px; }
      .credit-a, .credit-production{ font-size:0.58rem; font-weight:700; }
      .apple-feature-mobile{
        font-size:0.66rem;
        max-width:34%;
        right:10px;
        bottom:8px;
      }
      .history-table{ display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
    }
  
    .legacy-banner{
      width:100%;
      margin:20px 0 14px 0;
      border-radius:14px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,0.08);
      background:#000;
      box-shadow:var(--shadow);
    }
    .legacy-banner img{
      display:block;
      width:100%;
      height:auto;
    }


    .content-grid{
      align-items:stretch;
    }

    .content-card,
    .sidebar-card{
      height:100%;
    }

    .sidebar-card{
      display:flex;
      flex-direction:column;
    }

    .sidebar-bottom-image{
      margin-top:18px;
      width:100%;
      display:block;
    }

    .sidebar-bottom-image img{
      display:block;
      width:100%;
      height:auto;
      border-radius:18px;
      border:1px solid rgba(255,255,255,0.12);
      box-shadow:var(--shadow);
      background:#000;
    }

.cover-art-card .image-caption{ display:none; }
    .cover-grid-caption{
      margin-top:8px;
      text-align:center;
      font-size:0.9rem;
      line-height:1.35;
      color:var(--text);
    }
    .history-great-hall img{
      object-fit:contain;
    }


    @media (max-width: 980px){
      .content-card,
      .sidebar-card{
        height:auto;
      }
    }


    @media (max-width:420px){
      .page{ padding-left:10px; padding-right:10px; }
      .hero-card,.content-card,.sidebar-card,.legacy-wide-card,.faq-card,.hero-intro,.hero-highlights{ padding:12px; }
      .cover-grid{ grid-template-columns:1fr; }
      .top-nav-button{
        flex:1 1 0;
        min-width:0;
        font-size:0.6rem;
        height:32px;
      }
      .hero-actions-store-row{ gap:8px; }
      .hero-actions-store-row .store-button.mini{ width:min(44vw, 160px); height:38px; }
      .hero-actions-history-row .secondary-cta, .back-top-button{ min-width:0; }
      .trailer-home-logo{ display:flex; justify-content:flex-start; }
      .trailer-logo-inner{ gap:6px; flex-wrap:nowrap; }
      .trailer-video-actions{ gap:6px; }
      .trailer-store-button{ width:min(30vw, 132px); height:34px; }
    }


    .rtdc-highlight{ color:rgb(110, 155, 255); font-weight:700; }

    
    
    .mailing-inline{
      margin-top:14px;
      padding:14px 18px 16px;
      border-radius:18px;
      border:1px solid var(--panel-border);
      background:linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:center;
    }
    .mailing-inline-copy{
      display:flex;
      align-items:center;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
      text-align:center;
      line-height:1.4;
    }
    .mailing-inline-copy strong{
      color:var(--heading-gold);
      font-size:1.02rem;
      font-weight:700;
    }
    .mailing-inline-copy span{
      color:var(--text-soft);
      font-size:0.96rem;
    }
    .mailing-inline .ml-embedded{
      width:100%;
      max-width:760px;
      display:block;
    }
    .mailing-inline .ml-embedded[data-form]{
      min-height:1px;
    }
    .mailing-inline .ml-form-embedWrapper,
    .mailing-inline .ml-form-embedBody,
    .mailing-inline .ml-form-embedBodyDefault,
    .mailing-inline .ml-form-successBody,
    .mailing-inline .ml-form-successContent,
    .mailing-inline .row-success{
      width:100% !important;
      max-width:none !important;
      background:transparent !important;
      border:0 !important;
      box-shadow:none !important;
      padding:0 !important;
      margin:0 !important;
    }
    .mailing-inline .ml-form-embedContent{
      display:none !important;
    }
    .mailing-inline form,
    .mailing-inline .ml-block-form,
    .mailing-inline .mailing-inline-form{
      width:100%;
      display:flex !important;
      align-items:center;
      justify-content:center;
      gap:12px;
      flex-wrap:nowrap;
      margin:0 !important;
    }
    .mailing-inline .ml-form-formContent{
      flex:1 1 430px !important;
      margin:0 !important;
      min-width:250px !important;
      max-width:430px !important;
    }
    .mailing-inline .ml-form-fieldRow,
    .mailing-inline .ml-field-group{
      width:100% !important;
      margin:0 !important;
    }
    .mailing-inline .ml-field-group input,
    .mailing-inline input[type="email"],
    .mailing-inline input[type="email"].form-control{
      width:100% !important;
      min-width:0;
      height:clamp(36px, 4.2vmin, var(--top-button-height));
      padding:0 16px !important;
      border-radius:999px !important;
      border:1px solid rgba(255,255,255,0.18) !important;
      font-size:0.95rem !important;
      color:#fff !important;
      background:rgba(255,255,255,0.03) !important;
      box-shadow:none !important;
      outline:none;
      margin:0 !important;
      line-height:normal !important;
    }
    .mailing-inline input[type="email"]::placeholder,
    .mailing-inline input[type="email"].form-control::placeholder{
      color:var(--text-dim);
    }
    .mailing-inline input[type="email"]:focus,
    .mailing-inline input[type="email"].form-control:focus{
      border-color:rgba(255,255,255,0.32) !important;
      background:rgba(255,255,255,0.05) !important;
    }
    .mailing-inline .ml-form-embedSubmit{
      width:auto !important;
      margin:0 !important;
      float:none !important;
      flex:0 0 auto !important;
    }
    .mailing-inline .ml-form-embedSubmit .subscribe-button,
    .mailing-inline .ml-form-embedSubmit button{
      display:inline-flex !important;
      align-items:center;
      justify-content:center;
      width:auto !important;
      min-width:132px;
      height:clamp(36px, 4.2vmin, var(--top-button-height));
      padding:0 18px !important;
      border-radius:999px !important;
      border:1px solid rgba(255,255,255,0.18) !important;
      font-size:clamp(0.8rem, 1.5vmin, 0.95rem) !important;
      font-weight:600 !important;
      color:var(--button-text) !important;
      text-decoration:none;
      white-space:nowrap;
      text-shadow:0 1px 2px rgba(0,0,0,0.45);
      background:rgba(255,255,255,0.03) !important;
      box-shadow:none !important;
      cursor:pointer;
      transition:background 150ms ease-out, border-color 150ms ease-out, transform 80ms ease-out;
    }
    .mailing-inline .ml-form-embedSubmit .subscribe-button:hover,
    .mailing-inline .ml-form-embedSubmit button:hover{
      background:rgba(255,255,255,0.08) !important;
      border-color:rgba(255,255,255,0.3) !important;
      transform:scale(1.02);
    }
    .mailing-inline .ml-form-embedSubmit .subscribe-button:active,
    .mailing-inline .ml-form-embedSubmit button:active{
      transform:scale(0.98);
    }
    .mailing-inline .ml-form-embedSubmit .loading{
      display:none !important;
    }
    .mailing-inline .row-success,
    .mailing-inline .ml-form-successBody{
      display:none;
    }
    .mailing-inline .row-success[style*="display:block"],
    .mailing-inline .row-success[style*="display: block"],
    .mailing-inline .ml-form-successBody[style*="display:block"],
    .mailing-inline .ml-form-successBody[style*="display: block"]{
      display:flex !important;
      justify-content:center;
      align-items:center;
    }
    .mailing-inline .ml-form-successContent{
      display:none !important;
    }
    .mailing-inline-success-card{
      width:min(100%, 760px);
      padding:14px 18px;
      border-radius:16px;
      border:1px solid rgba(241,208,107,0.16);
      background:linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
      box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
      text-align:center;
    }
    .mailing-inline-success-title{
      color:var(--heading-gold);
      font-size:clamp(1rem, 2vmin, 1.14rem);
      font-weight:700;
      line-height:1.3;
      margin-bottom:4px;
    }
    .mailing-inline-success-text{
      color:var(--text-soft);
      font-size:0.94rem;
      line-height:1.45;
    }
    @media (max-width:768px){
      .mailing-inline-copy{
        flex-direction:column;
        gap:4px;
      }
      .mailing-inline form,
      .mailing-inline .ml-block-form,
      .mailing-inline .mailing-inline-form{
        flex-wrap:wrap;
        gap:10px;
      }
      .mailing-inline .ml-form-formContent{
        flex:1 1 100% !important;
        max-width:none !important;
        min-width:0 !important;
      }
      .mailing-inline .ml-form-embedSubmit{
        width:100% !important;
      }
      .mailing-inline .ml-form-embedSubmit .subscribe-button,
      .mailing-inline .ml-form-embedSubmit button{
        width:min(100%,220px) !important;
      }
    }


/*shared header/hero structure */
:root{
  --bg:#05090d;
  --bg2:#071018;
  --panel:#0c141c;
  --panel2:#101a25;
  --line:rgba(255,255,255,.15);
  --line2:rgba(255,255,255,.08);
  --text:#f7f7fb;
  --soft:#c9d0d8;
  --dim:#8c96a1;
  --purple:#7c35d8;
  --purple2:#a367ff;
  --green:#8ed05c;
  --cyan:#43c6e7;
  --gold:#f6d98f;
  --red:#ff1717;
  --radius:12px;
  --max:1500px;
}

body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(105,55,180,.18), transparent 34%),
    linear-gradient(180deg,#020407 0%,#071018 58%,#020407 100%);
  font-family:Arial, Helvetica, sans-serif;
  display:block;
}

.site{
  min-height:100vh;
  max-width:var(--max);
  margin:0 auto;
  background:linear-gradient(180deg, rgba(6,13,18,.96), rgba(4,8,12,.98));
  border-left:1px solid rgba(255,255,255,.07);
  border-right:1px solid rgba(255,255,255,.07);
  box-shadow:0 0 80px rgba(0,0,0,.55);
}

.topbar{
  min-height:76px;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 34px;
  border-bottom:1px solid var(--line);
  background:rgba(0,0,0,.5);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.brand{
  line-height:.88;
  letter-spacing:.08em;
  font-weight:900;
  font-size:36px;
}

.logo-brand{
  display:inline-flex;
  align-items:center;
  width:clamp(132px, 14vw, 190px);
  line-height:0;
  overflow:visible;
  flex:0 0 auto;
}

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

.brand span{
  display:block;
  margin-top:8px;
  font-size:12px;
  letter-spacing:.62em;
  font-weight:700;
}

.nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-weight:800;
  font-size:16px;
  text-transform:uppercase;
}

.nav a{
  opacity:.94;
  text-decoration:none;
}

.nav a:hover{color:var(--heading-gold);}
.nav a.active{color:#d19aff;position:relative}
.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:2px;
  background:var(--purple2);
}

.hero{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.25) 45%, rgba(0,0,0,.68)),
    linear-gradient(130deg, #111827 0%, #24132d 42%, #4f1f27 58%, #0a1520 100%);
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right center;
  opacity:.94;
  transition:opacity 280ms ease;
  background:#020407;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 78%, rgba(255,255,255,.09) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 50%, rgba(255,255,255,.1) 0 1px, transparent 2px);
  background-size:90px 70px, 120px 90px;
  opacity:.22;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18) 45%, rgba(0,0,0,.32)),
    linear-gradient(180deg, transparent 40%, rgba(0,0,0,.78));
}

.hero-content{
  position:absolute;
  z-index:3;
  left:clamp(34px, 5vw, 74px);
  bottom:clamp(96px, 10vw, 128px);
  max-width:min(620px, 62vw);
  margin:0;
  padding:0;
  text-align:left;
}

.hero h1{
  margin:0 0 12px;
  font-size:58px;
  line-height:.98;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-shadow:0 4px 18px rgba(0,0,0,.7);
}

.hero p{
  margin:0 0 24px;
  color:#fff;
  font-size:20px;
  text-shadow:0 3px 14px rgba(0,0,0,.7);
}

.hero .hero-actions{
  display:flex;
  flex-direction:row;
  gap:14px;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}

.primary,.secondary{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border-radius:5px;
  border:1px solid rgba(255,255,255,.22);
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  text-decoration:none;
}

.primary{
  background:linear-gradient(180deg,#7b35dc,#55259f);
  border-color:rgba(178,105,255,.45);
}

.secondary{
  background:rgba(0,0,0,.35);
}

.hero-store-row{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  width:min(820px, 90%);
  pointer-events:auto;
}

.hero-store-row .store-button{
  width:clamp(170px,20vmin,235px);
  height:clamp(38px,5.3vmin,54px);
}

.hero-store-row .tagline-main{
  text-shadow:0 3px 14px rgba(0,0,0,.8);
}

.hero-apple-feature{
  position:absolute;
  z-index:5;
  right:clamp(34px,5vw,74px);
  bottom:clamp(100px,10vw,132px);
  left:auto;
  top:auto;
  transform:none;
  font-size:clamp(0.94rem, 1.86vmin, 1.24rem);
  max-width:320px;
  width:max-content;
}

.main{
  padding:28px 34px 28px;
}

.main > .mailing-inline{
  margin:0 0 18px;
}

.content-shell{
  max-width:none;
  width:100%;
}

.footer{
  max-width:none;
  width:100%;
  padding:0 34px 28px;
  color:var(--text-dim);
  text-align:center;
  font-size:14px;
}

.footer a{
  color:var(--link-blue);
  text-decoration:underline;
  margin:0 14px;
}

@media (max-width:1200px){
  .topbar{height:auto;align-items:flex-start;flex-wrap:wrap;padding:18px 22px}
  .nav{order:3;width:100%;justify-content:center}
  .hero{min-height:590px}
}

@media (max-width:980px){
  .hero-store-row{position:relative;left:auto;bottom:auto;transform:none;margin:16px auto 0;flex-wrap:wrap}
  .hero{min-height:560px}
  .hero-apple-feature{display:none}
}

@media (max-width:820px){
  .topbar{display:block;text-align:center}
  .brand{margin-bottom:18px}
  .nav{margin-bottom:16px;gap:18px;flex-wrap:wrap}
  .nav a.active::after{display:none}
  .hero{min-height:520px}
  .hero-content{
    left:24px;
    right:24px;
    bottom:56px;
    max-width:none;
    padding:0;
    text-align:left;
  }
  .hero h1{font-size:42px}
  .hero .hero-actions{justify-content:flex-start;flex-wrap:wrap}
  .main{padding:24px 18px}
  .footer{padding:0 18px 26px}
}

@media(max-width:520px){
  .tagline-main{font-size:1rem}
}
  
/* v.05 RTDC hero refinements */
.hero-content .hero-actions{
  display:none !important;
}

/* Right-justify Apple's feature callout and prevent the old centered animation from shifting it */
.hero-apple-feature{
  right:clamp(34px, 5vw, 74px) !important;
  left:auto !important;
  top:auto !important;
  bottom:clamp(96px, 10vw, 132px) !important;
  transform:none !important;
  text-align:right !important;
  animation:none !important;
  max-width:320px !important;
  width:max-content !important;
}

@media (max-width:980px){
  .hero-apple-feature{
    display:none !important;
  }
}

/* Move Apple callout lower and keep it right-justified */
.hero-apple-feature{
  right:clamp(34px, 5vw, 74px) !important;
  left:auto !important;
  top:auto !important;
  bottom:clamp(56px, 6vw, 84px) !important;
  transform:none !important;
  text-align:right !important;
  animation:none !important;
  max-width:320px !important;
  width:max-content !important;
}

@media (max-width:980px){
  .hero-apple-feature{
    display:none !important;
  }
}
  


/* v.07 RTDC hero video replacement */
.hero.product-hero{
  background:
    linear-gradient(130deg, #111827 0%, #24132d 42%, #4f1f27 58%, #0a1520 100%) !important;
}

.hero.product-hero::before,
.hero.product-hero::after{
  display:none !important;
  content:none !important;
}

.hero.product-hero .hero-video{
  position:absolute !important;
  z-index:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:auto !important;
  width:min(72%, 1100px) !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:right center !important;
  opacity:1 !important;
  background:#020407 !important;
  filter:none !important;
  transform:none !important;
  pointer-events:none !important;
}

.hero.product-hero .hero-content{
  z-index:3 !important;
  max-width:min(560px, 42vw) !important;
}

.hero.product-hero .hero-content h1,
.hero.product-hero .hero-content p{
  text-shadow:0 4px 18px rgba(0,0,0,.85) !important;
}

@media (max-width:980px){
  .hero.product-hero .hero-video{
    width:62% !important;
    opacity:1 !important;
  }

  .hero.product-hero .hero-content{
    max-width:min(520px, 46vw) !important;
  }
}

@media (max-width:820px){
  .hero.product-hero .hero-video{
    width:100% !important;
    height:100% !important;
    opacity:.22 !important;
  }

  .hero.product-hero .hero-content{
    max-width:none !important;
  }
}
  


/* v.08 RTDC hero video refinement: restore page background filter, keep it behind video, and scale video clear of text/store row */
.hero.product-hero{
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.25) 45%, rgba(0,0,0,.68)),
    linear-gradient(130deg, #111827 0%, #24132d 42%, #4f1f27 58%, #0a1520 100%) !important;
}

.hero.product-hero::before{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 15% 78%, rgba(255,255,255,.09) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 50%, rgba(255,255,255,.1) 0 1px, transparent 2px) !important;
  background-size:90px 70px, 120px 90px !important;
  opacity:.22 !important;
}

.hero.product-hero::after{
  display:block !important;
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18) 45%, rgba(0,0,0,.32)),
    linear-gradient(180deg, transparent 40%, rgba(0,0,0,.78)) !important;
}

.hero.product-hero .hero-video{
  position:absolute !important;
  z-index:1 !important;
  top:0 !important;
  right:0 !important;
  bottom:auto !important;
  left:auto !important;
  width:min(58%, 940px) !important;
  height:calc(100% - 118px) !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:right top !important;
  opacity:1 !important;
  background:transparent !important;
  filter:none !important;
  transform:none !important;
  pointer-events:none !important;
}

.hero.product-hero .hero-content{
  z-index:3 !important;
  max-width:min(560px, 40vw) !important;
}

.hero.product-hero .hero-store-row{
  z-index:4 !important;
}

.hero.product-hero .hero-content h1,
.hero.product-hero .hero-content p{
  text-shadow:0 4px 18px rgba(0,0,0,.85) !important;
}

@media (max-width:1200px){
  .hero.product-hero .hero-video{
    width:54% !important;
    height:calc(100% - 126px) !important;
  }

  .hero.product-hero .hero-content{
    max-width:min(520px, 43vw) !important;
  }
}

@media (max-width:980px){
  .hero.product-hero .hero-video{
    width:52% !important;
    height:calc(100% - 130px) !important;
  }

  .hero.product-hero .hero-content{
    max-width:min(480px, 45vw) !important;
  }
}

@media (max-width:820px){
  .hero.product-hero .hero-video{
    width:100% !important;
    height:100% !important;
    opacity:.22 !important;
    object-position:right center !important;
  }

  .hero.product-hero .hero-content{
    max-width:none !important;
  }
}
  


/* v.09 RTDC header dropdown and inline Z Sculpt credit */
.nav{
  align-items:center;
}

.nav-item{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.games-menu-button{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:800;
  text-transform:uppercase;
  cursor:pointer;
  padding:0;
  opacity:.94;
}

.games-menu-button:hover,
.games-dropdown:focus-within .games-menu-button{
  color:#d19aff;
}

.games-menu{
  position:absolute;
  top:calc(100% + 18px);
  left:0;
  min-width:250px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:10px;
  background:rgba(3,7,11,.94);
  box-shadow:0 18px 60px rgba(0,0,0,.55);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  transition:opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  z-index:40;
}

.games-dropdown:hover .games-menu,
.games-dropdown:focus-within .games-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.games-menu a{
  display:block;
  padding:12px 12px;
  border-radius:7px;
  color:var(--text);
  white-space:nowrap;
  font-size:14px;
  letter-spacing:.02em;
  opacity:.94;
  text-transform:none;
}

.games-menu a:hover,
.games-menu a:focus{
  background:rgba(255,255,255,.08);
  color:var(--gold);
  outline:none;
}

.games-menu a.active-game{
  color:#d19aff;
}

@media (max-width:820px){
  .nav{
    align-items:center;
    justify-content:center;
  }

  .games-dropdown{
    width:100%;
    justify-content:center;
  }

  .games-menu{
    left:50%;
    transform:translate(-50%, -6px);
  }

  .games-dropdown:hover .games-menu,
  .games-dropdown:focus-within .games-menu{
    transform:translate(-50%, 0);
  }
}
  


/* v.13 RTDC rebuilt working screenshot carousel */
.feature-carousel .carousel-track{
  display:flex !important;
  width:100% !important;
  transition:transform 280ms ease !important;
  will-change:transform !important;
}

.feature-carousel .carousel-slide{
  position:relative !important;
  flex:0 0 100% !important;
  max-width:100% !important;
  margin:0 !important;
}

.feature-carousel .carousel-dot{
  appearance:none !important;
  border:0 !important;
  padding:0 !important;
  cursor:pointer !important;
}

.feature-carousel .carousel-dot.active{
  background:var(--apple-yellow) !important;
}
  
/* v.14 RTDC product page mobile parity with main/DC/BDC product pages */
.mobile-product-title,
.mobile-product-subtitle,
.mobile-hero-store-row{
  display:none;
}

.indigo-runtime-link{
  position:absolute;
  right:clamp(18px, 3.2vw, 46px);
  bottom:22px;
  z-index:5;
  display:inline-flex;
  line-height:0;
  text-decoration:none;
}
.indigo-runtime-logo{
  height:clamp(53px, 6.82vw, 84px);
  width:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.65));
}

/* main-page community and signup boxes */
.community,.signup{
  margin-top:22px;
  border:1px solid rgba(146,75,241,.55);
  border-radius:7px;
  background:linear-gradient(90deg, rgba(110,45,190,.22), rgba(255,255,255,.02));
  display:grid;
  grid-template-columns:88px 1fr auto;
  gap:16px;
  align-items:center;
  padding:14px 28px;
}
.signup{
  border-color:var(--line2);
  grid-template-columns:88px 1fr minmax(260px,330px) auto;
  background:transparent;
  margin-top:10px;
}
.cta-icon{
  width:54px;
  height:54px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#7b35dc,#55259f);
  font-size:30px;
}
.community h3,.signup h3{
  margin:0 0 3px;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:19px;
}
.community p,.signup p{
  margin:0;
  color:var(--soft);
}
.discord-icon{
  overflow:hidden;
  background:transparent;
}
.discord-icon img{
  width:54px;
  height:54px;
  object-fit:contain;
  display:block;
}
.email-input{
  min-height:46px;
  width:100%;
  padding:0 15px;
  color:#fff;
  background:#0b141c;
  border:1px solid var(--line);
  border-radius:5px;
}
.discord-button,.subscribe-button{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border-radius:5px;
  border:1px solid rgba(255,255,255,.22);
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(180deg,#7b35dc,#55259f);
  border-color:rgba(178,105,255,.45);
}

/* keep desktop nav in one row after moving Press Kit to footer */
@media (min-width:821px){
  .nav{
    flex-wrap:nowrap;
  }
}

/* Mobile-only RTDC hero rebuild. Desktop remains as-is. */
@media (max-width:820px) and (orientation:portrait){
  .topbar{
    display:block;
    text-align:center;
  }
  .brand{
    margin-bottom:14px;
  }
  .nav{
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    gap:clamp(14px, 4vw, 24px);
    flex-wrap:nowrap;
    margin-bottom:12px;
    font-size:clamp(13px, 3.4vw, 16px);
    line-height:1;
  }
  .games-dropdown{
    width:auto;
    justify-content:center;
  }

  .hero.product-hero{
    --mobile-title-height:64px;
    --mobile-art-height:clamp(210px, 56.25vw, 330px);
    display:flex;
    flex-direction:column;
    min-height:0 !important;
    overflow:hidden;
    padding:0 0 22px;
    background:#020407 !important;
    border-bottom:1px solid var(--line);
  }

  .hero.product-hero::before,
  .hero.product-hero::after{
    display:none !important;
    content:none !important;
    background:none !important;
  }

  .mobile-product-title{
    order:1;
    display:block;
    height:var(--mobile-title-height);
    margin:0;
    padding:22px 14px 8px;
    color:var(--heading-gold);
    font-size:clamp(16px, 4.2vw, 22px);
    line-height:1;
    letter-spacing:.006em;
    font-weight:900;
    text-transform:uppercase;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
    text-shadow:0 4px 18px rgba(0,0,0,.7);
    position:relative;
    z-index:3;
  }

  .hero.product-hero .hero-video,
  .hero.product-hero .hero-bg{
    order:2;
    position:relative !important;
    inset:auto !important;
    right:auto !important;
    left:auto !important;
    bottom:auto !important;
    width:100% !important;
    max-width:none !important;
    height:var(--mobile-art-height) !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#000 !important;
    z-index:2 !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
  }

  

  .mobile-product-subtitle{
    order:3;
    display:block;
    margin:0;
    padding:10px 18px 0;
    color:#fff;
    font-size:17px;
    line-height:1.22;
    text-align:left;
    text-shadow:none;
    position:relative;
    z-index:3;
  }

  .mobile-hero-store-row{
    order:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    margin:12px 0 0;
    padding:0 18px;
    gap:8px;
    position:relative;
    z-index:4;
  }

  .mobile-hero-store-row .tagline-main{
    justify-content:center;
    width:100%;
    font-size:19px;
    line-height:1;
    letter-spacing:.05em;
    text-align:center;
    color:var(--ludit-red);
  }

  .mobile-hero-store-row .hero-store-buttons{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    flex-wrap:nowrap;
  }

  .mobile-hero-store-row .store-button{
    width:min(46%, 178px);
    height:40px;
  }

  .indigo-runtime-link{
    order:2;
    top:calc(var(--mobile-title-height) + var(--mobile-art-height) - 58px);
    right:12px;
    bottom:auto;
    z-index:5;
  }
  .indigo-runtime-logo{
    height:46px;
  }

  .community,.signup{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    padding:18px;
  }
  .signup{
    grid-template-columns:1fr;
  }

  .footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 0;
  }
}

/* v.15 RTDC fixes: no Indigo badge on RTDC, mobile title forced to fit one line, and remove top Insider signup. */
.indigo-runtime-link,
.indigo-runtime-logo{
  display:none !important;
}

@media (max-width:820px) and (orientation:portrait){
  .hero.product-hero .mobile-product-title{
    display:block !important;
    font-size:clamp(18px, 5vw, 24px) !important;
    line-height:1 !important;
    letter-spacing:-0.035em !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
    max-width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .mobile-hero-store-row{
    gap:8px !important;
  }

  .mobile-hero-store-row .tagline-main{
    order:1 !important;
    width:100% !important;
    justify-content:center !important;
  }

  .mobile-hero-store-row .hero-store-buttons{
    order:2 !important;
  }
}



/* v.15 RTDC desktop hero cleanup after moving franchise history to About.
   Mobile hero rules remain from v.14. */
@media (min-width:821px){
  .hero.product-hero::before,
  .hero.product-hero::after{
    display:none !important;
    content:none !important;
    background:none !important;
  }

  .hero.product-hero .hero-video{
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
  }

  .hero.product-hero .hero-store-row{
    position:absolute !important;
    left:clamp(34px, 5vw, 74px) !important;
    right:auto !important;
    bottom:22px !important;
    transform:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:auto !important;
    max-width:calc(100% - 320px) !important;
    z-index:6 !important;
  }

  .hero.product-hero .hero-store-row .store-button{
    width:clamp(150px, 16vmin, 196px) !important;
    height:clamp(38px, 5.3vmin, 54px) !important;
  }

  .hero.product-hero .hero-store-row .tagline-main{
    gap:0 !important;
    padding:0 2px !important;
    font-size:clamp(1.21rem, 3.4vmin, 2.18rem) !important;
    white-space:nowrap !important;
    text-align:center !important;
  }

  .hero.product-hero .hero-store-row .tagline-arrow{
    display:none !important;
  }

  .hero.product-hero .hero-apple-feature{
    left:50% !important;
    right:auto !important;
    top:auto !important;
    bottom:22px !important;
    transform:translateX(-50%) !important;
    width:max-content !important;
    max-width:320px !important;
    text-align:center !important;
    animation:none !important;
    z-index:6 !important;
    font-size:clamp(0.94rem, 1.86vmin, 1.24rem) !important;
  }

  

  

  

  
}

@media (max-width:820px){
  .hero.product-hero::before,
  .hero.product-hero::after{
    display:none !important;
    content:none !important;
    background:none !important;
  }

  .hero.product-hero .hero-video{
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
  }
}


/* v.17 RTDC desktop carousel refinements: full-frame video, no reddish tint, tighter overlay credits. */
@media (min-width:821px){
  .hero.product-hero{
    background:#000 !important;
    min-height:620px !important;
  }

  .hero.product-hero::before,
  .hero.product-hero::after{
    display:none !important;
    content:none !important;
    background:none !important;
    opacity:0 !important;
  }

  .hero.product-hero .hero-video{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
    background:#000 !important;
    z-index:1 !important;
  }

  .hero.product-hero .hero-content{
    z-index:5 !important;
  }

  .hero.product-hero .hero-store-row{
    z-index:7 !important;
    max-width:none !important;
  }

  

  

  

  

  .hero.product-hero .hero-apple-feature{
    position:absolute !important;
    left:auto !important;
    right:calc(clamp(18px, 3.2vw, 46px) + clamp(165px, 17.6vmin, 216px) + 18px) !important;
    bottom:25px !important;
    transform:none !important;
    width:clamp(180px, 18vw, 260px) !important;
    max-width:260px !important;
    text-align:center !important;
    animation:none !important;
    z-index:8 !important;
    font-size:clamp(.90rem, 1.55vmin, 1.17rem) !important;
    line-height:1.08 !important;
  }
}



/* v.23: Single authoritative ZSculpt logo treatment, matching the simple Indigo badge placement. */
.hero-zsculpt-logo{
  display:none;
}

@media (min-width:821px){
  .hero.product-hero .hero-zsculpt-logo{
    position:absolute;
    z-index:6;
    right:clamp(34px, 5vw, 74px);
    bottom:22px;
    display:block;
    width:clamp(129px, 13.77vmin, 169px);
    height:auto;
    margin:0;
    padding:0;
    line-height:0;
    text-decoration:none;
    filter:drop-shadow(0 6px 18px rgba(0,0,0,.65));
    transition:transform 80ms ease-out;
  }

  .hero.product-hero .hero-zsculpt-logo:hover{
    transform:scale(1.02);
  }

  .hero.product-hero .hero-zsculpt-logo img{
    display:block;
    width:100%;
    height:auto;
    max-width:none;
    margin:0;
    padding:0;
    object-fit:contain;
  }
}


/* v.25: Single authoritative desktop Apple feature callout. */
@media (min-width:821px){
  .hero.product-hero a.hero-apple-feature{
    font-size:clamp(1.04rem, 1.78vmin, 1.35rem) !important;
    line-height:1.08 !important;
    font-weight:700 !important;
    color:rgb(126,182,255) !important;
    -webkit-text-stroke:2px #000 !important;
    paint-order:stroke fill !important;
    text-shadow:
      -2px -2px 0 #000,
       2px -2px 0 #000,
      -2px  2px 0 #000,
       2px  2px 0 #000,
       0 4px 14px rgba(0,0,0,.95) !important;
    animation:none !important;
  }
}


/* v.26: Authoritative desktop RTDC hero video placement.
   Show the entire video vertically with no top/bottom cropping,
   and anchor its right edge flush to the carousel window. */
@media (min-width:821px){
  .hero.product-hero{
    background:#000 !important;
    overflow:hidden !important;
  }

  .hero.product-hero::before,
  .hero.product-hero::after{
    display:none !important;
    content:none !important;
    background:none !important;
    opacity:0 !important;
  }

  .hero.product-hero > video.hero-video{
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:right center !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
    mix-blend-mode:normal !important;
    background:#000 !important;
    z-index:1 !important;
    pointer-events:none !important;
  }
}


/* v.16 mobile cleanup: remove duplicate overlay copy and the extra CTA block above the hero media. */
@media (max-width:820px) and (orientation:portrait){
  .product-hero > .hero-content{
    display:none !important;
  }

  .product-hero > .hero-store-row:not(.mobile-hero-store-row){
    display:none !important;
  }

  .product-hero .mobile-product-title,
  .product-hero .mobile-product-subtitle,
  .product-hero .mobile-hero-store-row{
    display:flex;
  }

  .product-hero .mobile-product-title,
  .product-hero .mobile-product-subtitle{
    display:block;
  }
}


/* v.17 RTDC community controls and section-title parity */
.hero-intro .hero-title{
  font-size:1.45rem;
  line-height:1.2;
  margin:0 0 12px;
}

.community-card .discord-cta{
  width:min(100%, 420px);
  max-width:100%;
  min-width:0;
  min-height:52px;
  padding:10px clamp(14px, 2.4vw, 22px);
  white-space:normal;
  line-height:1.2;
  flex-shrink:1;
}

.community-card .discord-cta img{
  width:32px;
  height:32px;
  flex:0 0 32px;
  object-fit:contain;
}

@media (max-width:560px){
  .community-card .discord-cta{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }
}

/* v.20 RTDC gold headline theme and community button refinements */
:root{
  --rtdc-gold:#f6d06c;
}

/* Apply the same RTDC gold used on the main page to all visible headlines. */
.hero h1,
.mobile-product-title,
.hero-title,
.content-card h2,
.sidebar-card h2,
.legacy-wide-card h2,
.faq-card h2,
.content-card h3,
.sidebar-card h3,
.legacy-wide-card h3,
.fact-card h3,
.community-card h3,
.community h3,
.signup h3,
.mailing-inline-copy strong{
  color:var(--rtdc-gold) !important;
}

/* Community and signup buttons match the other product pages. */
.discord-button,
.subscribe-button{
  width:180px !important;
  min-width:180px !important;
  color:#fff !important;
  white-space:nowrap !important;
  text-decoration:none !important;
}

.discord-button:hover,
.discord-button:focus,
.discord-button:visited{
  text-decoration:none !important;
  color:#fff !important;
}

@media (max-width:820px){
  .discord-button,
  .subscribe-button{
    width:180px !important;
    min-width:180px !important;
  }
}

/* v.30 canonical document width and responsive header geometry. */
html,
body{
  width:100%;
  max-width:100%;
}

.site{
  width:100%;
  max-width:var(--max);
}

.topbar{
  min-height:76px;
  height:auto;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  gap:clamp(10px,2vw,24px) !important;
  padding:8px clamp(14px,2.5vw,34px) !important;
  text-align:left !important;
  -webkit-backdrop-filter:blur(10px);
}

.topbar .logo-brand{
  width:clamp(92px,14vw,190px);
  flex:0 1 auto;
  margin:0 !important;
}

.topbar .nav{
  order:initial !important;
  width:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:nowrap !important;
  gap:clamp(8px,2.2vw,34px) !important;
  margin:0 !important;
  font-size:clamp(10px,1.6vw,16px) !important;
  white-space:nowrap;
}

.topbar .games-dropdown{
  width:auto !important;
  flex:0 0 auto;
}

@media (max-width:420px){
  .topbar{
    min-height:64px;
    padding:0 10px !important;
    gap:8px !important;
  }

  .topbar .logo-brand{
    width:86px;
  }

  .topbar .nav{
    gap:7px !important;
    font-size:9.5px !important;
  }
}

/* v.28 matched signup treatment and tighter mobile subtitle-to-CTA spacing. */
.signup{
  border-color:rgba(146,75,241,.55);
  background:linear-gradient(90deg, rgba(110,45,190,.22), rgba(255,255,255,.02));
}

/* v.29: BDC-matched platform card and MailerLite signup treatment. */
.platform-store-buttons{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  width:100%;
  margin-top:12px;
}

.platform-store-buttons .store-button{
  width:min(190px,100%);
  height:auto;
  aspect-ratio:4.1 / 1;
  border:0;
  border-radius:0;
  background:transparent;
}

.platform-notes{
  margin:12px 0 0;
  padding-left:1.25em;
}

.platform-notes li{
  margin:0 0 7px;
  line-height:1.15;
}

.signup{
  grid-template-columns:88px minmax(360px,.8fr) minmax(0,1.6fr);
}

.signup .ml-embedded{
  grid-column:3;
  width:100%;
  min-width:0;
}

.signup .ml-form-embedContainer,
.signup .ml-form-align-center,
.signup .ml-form-embedWrapper,
.signup .ml-form-embedBody,
.signup .ml-block-form{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.signup .ml-form-embedContent{display:none !important;}

.signup .ml-block-form{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
}

.signup .ml-form-formContent,
.signup .ml-form-fieldRow,
.signup .ml-field-group{
  flex:1 1 auto !important;
  width:100% !important;
  margin:0 !important;
}

.signup .ml-embedded input[type="email"]{
  box-sizing:border-box !important;
  min-height:46px !important;
  width:100% !important;
  padding:0 15px !important;
  color:#fff !important;
  background:#0b141c !important;
  border:1px solid var(--line) !important;
  border-radius:5px !important;
  font:inherit !important;
}

.signup .ml-embedded input[type="email"]::placeholder{color:#8f9aa6 !important;}

.signup .ml-form-embedSubmit{
  flex:0 0 180px !important;
  width:180px !important;
  margin:0 !important;
}

.signup .ml-form-embedSubmit button{
  box-sizing:border-box !important;
  min-height:44px !important;
  width:180px !important;
  padding:0 22px !important;
  color:#fff !important;
  background:linear-gradient(180deg,#7b35dc,#55259f) !important;
  border:1px solid rgba(178,105,255,.45) !important;
  border-radius:5px !important;
  font:inherit !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  cursor:pointer !important;
  transition:transform 120ms ease-out, opacity 150ms ease-out !important;
}

.signup .ml-form-embedSubmit button:hover,
.signup .ml-form-embedSubmit button:focus-visible{transform:scale(1.04);}

.signup .ml-embedded input[type="email"][aria-invalid="true"]{
  border-color:#ffcf4a !important;
  outline:2px solid rgba(255,207,74,.28) !important;
  outline-offset:1px !important;
}

.signup .ludit-email-error{
  display:none;
  width:100%;
  margin:6px 0 0;
  color:#ffdf79 !important;
  font-size:14px;
  line-height:1.25;
  text-align:left;
}

.signup .ludit-email-error.is-visible{display:block;}

.signup .ml-form-successBody{
  padding:0 !important;
  color:#fff !important;
  background:transparent !important;
}

.signup .ml-form-successBody,
.signup .ml-form-successBody *,
.signup .ml-form-successContent,
.signup .ml-form-successContent *{color:#fff !important;}

.signup .ml-form-successBody,
.signup .ml-form-successContent{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  text-align:left !important;
  white-space:normal !important;
}

.signup .ml-form-successContent h4{
  margin:0 0 10px !important;
  font-size:28px !important;
  line-height:1.05 !important;
  font-weight:500 !important;
  white-space:normal !important;
}

.signup .ml-form-successContent p{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  font-size:15px !important;
  line-height:1.4 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}

@media (max-width:820px){
  .signup{grid-template-columns:1fr;}
  .signup .ml-embedded{grid-column:auto;width:min(100%,420px);}
  .signup .ml-block-form{flex-direction:column !important;}
  .signup .ml-form-embedSubmit{flex:0 0 auto !important;}
}

@media (max-width:820px) and (orientation:portrait){
  .mobile-hero-store-row{
    margin-top:4px !important;
  }
}
