: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;
      --bdc-accent:#43c6e7;
      --gold:#f6d98f;
      --red:#ff1717;
      --radius:12px;
      --max:1500px;
    }

    *{box-sizing:border-box}
    html{
      min-height:100%;
      scroll-behavior:smooth;
      background:#020407;
      overscroll-behavior-y:none;
    }
    body{
      min-height:100%;
      margin:0;
      color:var(--text);
      background-color:#020407;
      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;
    }

    a{color:inherit;text-decoration:none}
    img,video{max-width:100%;display:block}
    button,input{font:inherit}

    .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}
    .nav a:hover{color:var(--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);
    }

    /* Main-page-style full-width hero: this is what scrolls behind the translucent header */
    .hero{
      --hero-left:clamp(34px, 5vw, 74px);
      position:relative;
      min-height:620px;
      overflow:hidden;
      border-bottom:2px solid var(--bdc-accent);
      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%, #06121a 46%, #073447 64%, #03070a 100%);
    }

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

    .bdc-hero-media{
      left:auto;
      right:-78px;
      width:calc(100% + 78px);
      max-width:none;
      object-position:right center;
    }

    .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));
    }

    /* v.11: remove key-art dimming/decorative overlays so hero art displays at source brightness. */
    .hero::before,
    .hero::after{
      display:none;
    }


    .hero-content{
      position:absolute;
      z-index:3;
      left:var(--hero-left);
      bottom:clamp(38px, 6vw, 72px);
      max-width:min(620px, 62vw);
      margin:0;
      padding:0;
      text-align:left;
    }

    .hero h1{
      margin:0 0 12px;
      color:var(--bdc-accent);
      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-actions{
      display:flex;
      gap:14px;
      align-items:center;
      flex-wrap:wrap;
    }

    .primary,.secondary,.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;
    }

    .primary,.discord-button,.subscribe-button{
      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:var(--hero-left);
      bottom:22px;
      transform:none;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:24px;
      width:auto;
      max-width:calc(100% - var(--hero-left) - 34px);
      pointer-events:auto;
    }

    .store-button{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:clamp(170px,20vmin,235px);
      height:clamp(38px,5.3vmin,54px);
      border:0;
      border-radius:0;
      background:transparent;
      cursor:pointer;
      transition:transform 80ms ease-out;
    }

    .store-button:hover{transform:scale(1.02)}
    .store-button img{
      width:100%;
      height:100%;
      object-fit:contain;
    }
    .store-button.coming-soon-store:hover,
    .store-button.coming-soon-store:focus-visible{
      border:2px solid #ff1f1f;
      border-radius:5px;
      background:#090909;
      color:#fff;
      font-size:15px;
      font-weight:900;
      letter-spacing:.08em;
      text-align:center;
    }
    .store-button.coming-soon-store:hover img,
    .store-button.coming-soon-store:focus-visible img{
      display:none;
    }
    .store-button.coming-soon-store:hover::after,
    .store-button.coming-soon-store:focus-visible::after{
      content:"COMING SOON";
    }

    .tagline-main{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:clamp(10px,1.8vmin,18px);
      font-weight:900;
      color:var(--red);
      text-transform:uppercase;
      font-size:clamp(1.21rem,3.4vmin,2.18rem);
      letter-spacing:.06em;
      white-space:nowrap;
      -webkit-text-stroke:2px #000;
      paint-order:stroke fill;
      text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0 4px 16px rgba(0,0,0,.95);
    }

    .tagline-arrow{
      display:inline-flex;
      width:0;
      height:0;
      filter:drop-shadow(0 0 10px rgba(255,216,77,.22));
    }
    .tagline-arrow.left{
      border-top:.52em solid transparent;
      border-bottom:.52em solid transparent;
      border-right:.86em solid #ffd84d;
    }
    .tagline-arrow.right{
      border-top:.52em solid transparent;
      border-bottom:.52em solid transparent;
      border-left:.86em solid #ffd84d;
    }

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

    .product-grid{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
      gap:18px;
      align-items:stretch;
    }

    .content-card,.mailing-inline{
      border:1px solid rgba(67,198,231,.75);
      background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
      border-radius:24px;
      box-shadow:0 26px 80px rgba(0,0,0,.42);
    }

    .content-card{
      padding:22px;
    }

    .content-card h2{
      color:var(--bdc-accent);
      font-size:clamp(1.45rem,2.4vw,2rem);
      margin:0 0 12px;
    }

    .content-card p{
      color:var(--soft);
      line-height:1.72;
      font-size:1rem;
      margin:0;
    }


    .story-video{
      width:100%;
      margin:18px 0;
      border:1px solid rgba(67,198,231,.55);
      border-radius:16px;
      background:#000;
      box-shadow:0 18px 50px rgba(0,0,0,.35);
      overflow:hidden;
    }

    .story-video video{
      width:100%;
      height:auto;
      max-height:360px;
      object-fit:contain;
      background:#000;
    }


    .product-actions{
      display:flex;
      flex-wrap:wrap;
      gap:18px;
      align-items:center;
      justify-content:center;
      margin-top:10px;
    }
    .content-store-cta{
      margin:22px auto 8px;
      width:100%;
    }


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

    .fact-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }

    .fact{
      padding:16px;
      border:1px solid rgba(67,198,231,.45);
      border-radius:14px;
      background:rgba(255,255,255,.03);
    }

    .fact h3{
      color:var(--cyan);
      text-transform:uppercase;
      letter-spacing:.1em;
      font-size:.82rem;
      margin:0 0 7px;
    }

    .fact strong{
      display:block;
      font-size:1.28rem;
      margin-bottom:6px;
    }

    .mailing-inline{
      margin-top:22px;
      padding:16px 18px;
      border-radius:18px;
      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;
    }
    .mailing-inline-copy strong{color:var(--bdc-accent)}
    .signup-form{
      display:flex;
      gap:12px;
      width:100%;
      max-width:760px;
      justify-content:center;
    }
    .signup-form input{
      flex:1 1 430px;
      max-width:430px;
      min-width:220px;
      height:40px;
      border-radius:4px;
      border:1px solid rgba(255,255,255,.18);
      padding:0 16px;
    }
    .signup-form button{
      width:132px;
      height:40px;
      border-radius:4px;
      border:0;
      background:#050505;
      color:#fff;
      font-weight:800;
    }

    footer{
      padding:0 34px 28px;
      color:var(--dim);
      text-align:center;
      font-size:14px;
    }
    footer a{
      color:var(--dim);
      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){
      .product-grid{grid-template-columns:1fr}
      .hero-store-row{position:relative;left:auto;bottom:auto;transform:none;margin:16px auto 0;flex-wrap:wrap}
      .hero{min-height:560px}
    }

    @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-actions{justify-content:flex-start;flex-wrap:wrap}
      .main{padding:24px 18px}
      .fact-grid{grid-template-columns:1fr}
      footer{padding:0 18px 26px}
    }

    @media(max-width:520px){
      .signup-form{flex-wrap:wrap}
      .signup-form input{max-width:none;min-width:0;flex-basis:100%}
      .tagline-main{font-size:1rem}
    }
  


/* v.10 top navigation games dropdown */
.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:var(--bdc-accent);
}

@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.15: Mobile-only product hero refinements matching the main-page mobile carousel. Desktop hero remains unchanged. */
.mobile-product-title,
.mobile-product-subtitle,
.mobile-hero-store-row{
  display:none;
}

@media (max-width:820px) and (orientation:portrait){
  .product-hero{
    --mobile-title-height:64px;
    --mobile-art-height:clamp(210px, 56.25vw, 330px);
    display:flex;
    flex-direction:column;
    min-height:0;
    overflow:hidden;
    padding:0 0 22px;
    background:#020407;
  }

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

  .product-hero .hero-bg{
    order:2;
    position:relative;
    inset:auto;
    right:auto;
    width:100%;
    max-width:none;
    height:var(--mobile-art-height);
    object-fit:contain;
    object-position:center center;
    background:#000;
    z-index:2;
  }

  .product-hero .hero-content,
  .product-hero > .hero-store-row{
    display:none;
  }

  .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;
  }

  .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;
  }

  .product-hero .primary,
  .product-hero .secondary{
    min-height:28px;
    padding:5px 8px;
    border-radius:5px;
    font-size:12px;
    line-height:1;
    box-shadow:0 4px 16px rgba(0,0,0,.55);
  }

  .hero-counter{
    display:none;
  }
}

/* v.15: Main-page community and signup boxes replacing the older inline list signup. */
.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;
}
.footer-links{
  margin-bottom:10px;
}

@media (max-width:820px){
  .community,.signup{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    padding:18px;
  }
  .signup{
    grid-template-columns:1fr;
  }
}


/* v.19: Indigo Runtime badge link, no CTA arrows, tighter desktop CTA row, and main-page-style mobile title sizing. */
.indigo-runtime-link{
  position:absolute;
  right:clamp(18px, 3.2vw, 46px);
  bottom:clamp(18px, 3.2vw, 46px);
  z-index:4;
  display:block;
  line-height:0;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.65));
}
.indigo-runtime-logo{
  display:block;
  height:clamp(53px, 6.82vw, 84px);
  width:auto;
  object-fit:contain;
}

@media (min-width:821px){
  .indigo-runtime-link{
    bottom:22px;
  }

  .hero-store-row{
    gap:8px;
    left:var(--hero-left);
    max-width:calc(100% - var(--hero-left) - 34px);
  }

  .hero-store-row .store-button{
    width:clamp(150px, 16vmin, 196px);
  }

  .hero-store-row .tagline-main{
    gap:0;
    padding:0 2px;
  }

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

@media (max-width:820px) and (orientation:portrait){
  .mobile-product-title{
    /* Match the main-page mobile hero title sizing so the longest title fits one line. */
    width:100%;
    height:auto;
    min-height:48px;
    padding:20px 18px 8px;
    font-size:clamp(13px, 3.35vw, 15px);
    line-height:1;
    letter-spacing:.004em;
    text-overflow:clip;
    transform:none;
  }

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


/* v.20: Final mobile fixes requested 2026-07-09. */
@media (max-width:820px){
  .topbar{
    padding:16px 12px 18px;
  }
  .topbar .brand.logo-brand{
    margin:0 auto 16px;
  }
  .nav{
    width:100%;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    gap:clamp(12px, 4vw, 24px);
    font-size:clamp(13px, 3.65vw, 17px);
    white-space:nowrap;
    margin-bottom:0;
  }
  .games-dropdown{
    width:auto;
    flex:0 0 auto;
  }
  .games-menu-button{
    font-size:inherit;
    white-space:nowrap;
  }
  .nav > a,
  .nav-item{
    flex:0 0 auto;
  }
}

@media (max-width:820px){
  .product-hero{
    --mobile-title-height:54px;
  }
  .product-hero .hero-content,
  .product-hero > .hero-store-row{
    display:none !important;
  }
  .mobile-product-title{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:var(--mobile-title-height) !important;
    min-height:0 !important;
    margin:0 !important;
    padding:18px 14px 6px !important;
    box-sizing:border-box !important;
    color:var(--bdc-accent) !important;
    /* Match main-page / DC product mobile title sizing, while keeping BDC on one line. */
    font-size:clamp(18px, 5vw, 24px) !important;
    line-height:1 !important;
    letter-spacing:.025em !important;
    font-weight:900 !important;
    text-align:left !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    transform:none !important;
  }
  .indigo-runtime-link{
    top:calc(var(--mobile-title-height) + var(--mobile-art-height) - 54px) !important;
    right:12px !important;
    bottom:auto !important;
    display:block !important;
    width:auto !important;
    height:auto !important;
    z-index:7 !important;
  }
  .indigo-runtime-logo{
    display:block !important;
    height:42px !important;
    width:auto !important;
    max-width:none !important;
    object-fit:contain !important;
  }
}

  

/* v.21: Ensure Indigo logo appears in local tests and deployed product-folder tests. */
.indigo-runtime-link img{
  border:0;
}
@media (max-width:820px){
  .mobile-product-title{
    font-size:clamp(18px, 5vw, 24px) !important;
  }
}

/* v.22 final community button sizing */
.discord-button,
.subscribe-button{
  width:180px !important;
  min-width:180px !important;
  color:#fff !important;
  white-space:nowrap !important;
}

/* v.32 authoritative responsive header with approved logo breathing room */
.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.24 matched signup treatment, Exact Replica logo, and mobile CTA spacing. */
.signup{
  border-color:rgba(146,75,241,.55);
  background:linear-gradient(90deg, rgba(110,45,190,.22), rgba(255,255,255,.02));
}

.indigo-runtime-text-link{
  color:inherit;
  text-decoration:none;
}

.indigo-runtime-text-link:hover,
.indigo-runtime-text-link:focus{
  text-decoration:underline;
}

.exact-replica-logo-link{
  display:block;
  width:min(190px,100%);
  margin:12px auto 0;
}

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

/* v.25 title treatment, platform store links, and Exact Replica alignment. */
.product-hero .hero-content h1,
.mobile-product-title{
  -webkit-text-stroke:2px #000;
  paint-order:stroke fill;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
     0 4px 18px rgba(0,0,0,.8);
}

.product-hero .hero-content p,
.mobile-product-subtitle{
  color:var(--bdc-accent) !important;
  -webkit-text-stroke:1.5px #000;
  paint-order:stroke fill;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000,
     0 3px 14px rgba(0,0,0,.8);
}

.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;
}

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

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

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

.genre-notes li{
  margin:0 0 7px;
}

.exact-replica-fact{
  display:flex;
  flex-direction:column;
}

.exact-replica-fact .exact-replica-logo-link{
  margin-top:auto;
  margin-bottom:auto;
}

/* v.31 new BDC trailer alignment and dark mobile overscroll canvas. */
@media (min-width:821px){
  .product-hero > video.bdc-hero-media{
    left:auto !important;
    right:-96px !important;
    width:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:right center !important;
  }
}

@media (max-width:820px){
  html,
  body,
  .site{
    background-color:#020407;
  }
}

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

/* v.28: MailerLite form LLG0ER, matched to the main and DC page treatment. */
.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;}
}

/* v.33 final phone-orientation hero refinements.
   These rules are intentionally limited to portrait mobile or short landscape
   phone viewports so the approved desktop presentation remains unchanged. */

/* Portrait: anchor the Indigo badge to the ACTUAL Classic hero crop height
   (1070:720), rather than the older --mobile-art-height variable. */
@media (max-width:820px) and (orientation:portrait){
  .product-hero .indigo-runtime-link{
    top:calc(var(--mobile-title-height) + 67.2897vw - 54px) !important;
    right:12px !important;
    bottom:auto !important;
  }

  .product-hero .indigo-runtime-logo{
    height:42px !important;
    width:auto !important;
  }
}

/* Landscape phone only: avoid falling into the oversized tablet/desktop hero.
   Add page breathing room, reduce the hero height, and keep Indigo inset evenly. */
@media (orientation:landscape) and (max-width:950px) and (max-height:500px){
  .site{
    width:calc(100% - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .product-hero{
    min-height:340px !important;
  }

  .product-hero .hero-content{
    left:28px !important;
    bottom:34px !important;
    max-width:40% !important;
  }

  .product-hero .hero-content h1{
    font-size:36px !important;
  }

  .product-hero .hero-content p{
    font-size:16px !important;
  }

  .product-hero .indigo-runtime-link{
    top:auto !important;
    right:16px !important;
    bottom:16px !important;
  }

  .product-hero .indigo-runtime-logo{
    height:48px !important;
    width:auto !important;
  }

  .main{
    padding:20px 28px 28px !important;
  }

  .content-card{
    padding:18px !important;
  }
}

