
:root{
  --bg:#060606;
  --panel:#101010;
  --panel-2:#151515;
  --text:#f4f0ea;
  --muted:#cbc4bc;
  --soft:#97918a;
  --pink:#ff2d68;
  --line:rgba(255,255,255,.11);
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  background:#060606;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
::selection{background:var(--pink);color:#fff}

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

.site-header{
  width:min(calc(100% - 52px), var(--max));
  margin:0 auto;
  padding:26px 0 20px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
}
.brand-link{display:block}
.brand{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.brand-icon{
  width:74px;
  height:74px;
  border-radius:50%;
  background:linear-gradient(180deg, #ff426f 0%, #ff2d68 58%, #d80f49 100%);
  display:grid;
  place-items:center;
  box-shadow:0 10px 28px rgba(255,45,104,.25);
  position:relative;
  transform:rotate(-22deg);
  flex:0 0 auto;
}
.brand-icon::after{
  content:"";
  position:absolute;
  left:-16px;
  bottom:-10px;
  width:92px;
  height:24px;
  background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.95) 18%, transparent 19%);
  filter:blur(.2px);
  opacity:.95;
  clip-path:polygon(0% 75%, 20% 55%, 24% 77%, 38% 38%, 47% 78%, 60% 58%, 71% 84%, 86% 44%, 100% 74%, 100% 100%, 0 100%);
}
.brand-icon span{
  font-family:"Space Grotesk",sans-serif;
  font-size:40px;
  font-weight:700;
  color:#111;
  line-height:1;
  transform:rotate(22deg) translateY(-2px);
  position:relative;
  z-index:2;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:.9;
  padding-top:4px;
}
.brand-top,
.brand-mid{
  font-family:"Space Grotesk",sans-serif;
  font-weight:700;
  letter-spacing:-.06em;
}
.brand-sm .brand-top,
.brand-sm .brand-mid{
  font-size:34px;
}
.brand-sub{
  font-family:"Space Grotesk",sans-serif;
  letter-spacing:.34em;
}
.brand-sm .brand-sub{
  font-size:14px;
  margin-top:12px;
}
.slashed-o{
  position:relative;
  display:inline-block;
}
.slashed-o::after{
  content:"";
  position:absolute;
  left:-1px;
  right:-1px;
  top:50%;
  height:4px;
  background:currentColor;
  transform:translateY(-50%) rotate(-28deg);
  transform-origin:center;
  border-radius:2px;
}

.nav{
  display:flex;
  gap:44px;
  padding-top:12px;
}
.nav a{
  position:relative;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:14px;
  font-weight:700;
  color:#ece6df;
}
.nav a:hover{color:var(--pink)}

.menu-button{
  display:none;
  width:42px;
  height:42px;
  border:0;
  background:none;
  padding:7px;
}
.menu-button span{
  display:block;
  width:100%;
  height:2px;
  margin:6px 0;
  background:var(--text);
  border-radius:2px;
}

.hero-shell{
  width:min(calc(100% - 52px), var(--max));
  margin:0 auto;
}
.hero{
  min-height:680px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:44px 0 28px;
}
.brand-hero{
  gap:26px;
}
.brand-hero .brand-icon{
  width:150px;
  height:150px;
}
.brand-hero .brand-icon::after{
  left:-35px;
  bottom:-24px;
  width:190px;
  height:52px;
}
.brand-hero .brand-icon span{
  font-size:82px;
}
.brand-hero .brand-top,
.brand-hero .brand-mid{
  font-size:102px;
}
.brand-hero .brand-sub{
  font-size:34px;
  margin-top:18px;
  letter-spacing:.42em;
}
.hero h1{
  margin:34px 0 0;
  color:var(--pink);
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(42px,4vw,66px);
  letter-spacing:-.05em;
  line-height:.95;
}
.hero-text{
  margin:18px auto 0;
  max-width:760px;
  font-size:clamp(22px,2vw,30px);
  line-height:1.45;
  color:var(--muted);
}
.hero-button{
  position:relative;
  margin:48px auto 0;
  width:180px;
  height:180px;
  border:0;
  background:none;
  cursor:pointer;
}
.hero-button-top{
  position:absolute;
  inset:0;
  border-radius:50%;
  background:linear-gradient(180deg, #ff4b7a 0%, #ff2d68 55%, #da124c 100%);
  display:grid;
  place-items:center;
  font-family:"Space Grotesk",sans-serif;
  font-weight:700;
  font-size:84px;
  color:#111;
  box-shadow:
    0 18px 34px rgba(255,45,104,.32),
    inset 0 3px 14px rgba(255,255,255,.28),
    inset 0 -12px 24px rgba(0,0,0,.18);
  z-index:2;
}
.hero-button-ring{
  position:absolute;
  left:50%;
  top:50%;
  width:320px;
  height:320px;
  transform:translate(-50%,-36%);
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(255,45,104,.24) 0%, rgba(255,45,104,.10) 18%, transparent 19%);
  box-shadow:
    0 0 0 1px rgba(255,45,104,.22),
    0 0 0 38px rgba(255,45,104,.06),
    0 0 0 76px rgba(255,45,104,.03);
  z-index:1;
}

.summary-cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  padding:8px 0 28px;
}
.summary-card{
  min-height:240px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(15,15,15,.95), rgba(10,10,10,.98));
  padding:28px 24px;
  display:flex;
  flex-direction:column;
}
.summary-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,45,104,.45);
  border-radius:16px;
  color:var(--pink);
  font-size:26px;
  margin-bottom:18px;
}
.summary-card h2{
  margin:0 0 12px;
  font-family:"Space Grotesk",sans-serif;
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
}
.summary-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:17px;
  max-width:28ch;
}
.learn-link{
  margin-top:auto;
  padding-top:22px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  color:var(--pink);
}
.learn-link span{font-size:18px;vertical-align:-1px}

.detail-section{
  width:min(calc(100% - 52px), var(--max));
  margin:0 auto;
  padding:80px 0 0;
}
.detail-heading{
  display:flex;
  align-items:baseline;
  gap:22px;
  margin-bottom:28px;
}
.detail-heading h2{
  margin:0;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(56px,8vw,108px);
  letter-spacing:-.08em;
  line-height:.9;
  text-transform:uppercase;
}

.games-panel{
  border:1px solid var(--line);
  border-radius:30px;
  background:linear-gradient(180deg, rgba(16,16,16,.94), rgba(12,12,12,.98));
  padding:34px 36px 36px;
  overflow:hidden;
  position:relative;
}
.games-panel::after{
  content:"";
  position:absolute;
  right:-130px;
  bottom:-110px;
  width:520px;
  height:520px;
  border-radius:50%;
  box-shadow:
    0 0 0 1px rgba(255,45,104,.20),
    0 0 0 82px rgba(255,45,104,.03),
    0 0 0 164px rgba(255,45,104,.02);
}
.games-panel-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-transform:uppercase;
  letter-spacing:.18em;
  font:700 12px/1 "Space Grotesk",sans-serif;
  color:#c4beb7;
}
.status{display:flex;align-items:center;gap:8px}
.games-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:end;
  min-height:360px;
}
.games-copy{
  max-width:680px;
  padding-top:60px;
  position:relative;
  z-index:2;
}
.games-copy h3,
.studio-panel h3,
.contact-panel h3{
  margin:0 0 24px;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(40px,5vw,66px);
  line-height:.98;
  letter-spacing:-.05em;
}
.games-copy .lead{
  font-size:22px;
  color:var(--text);
  font-weight:700;
  margin-bottom:10px;
}
.games-copy p{
  margin:0 0 12px;
  color:var(--muted);
  line-height:1.65;
  font-size:18px;
}
.coming-soon{
  justify-self:end;
  align-self:end;
  text-align:right;
  position:relative;
  z-index:2;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,45,104,.72);
  font-family:"Space Grotesk",sans-serif;
  font-weight:700;
  font-size:clamp(62px,7vw,100px);
  line-height:.78;
  letter-spacing:-.08em;
  transform:rotate(-5deg);
}
.coming-soon span{display:block}

.studio-panel{
  border:1px solid var(--line);
  border-radius:30px;
  background:linear-gradient(180deg, rgba(16,16,16,.94), rgba(12,12,12,.98));
  padding:36px;
}
.kicker{
  margin:0 0 12px;
  color:var(--pink);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:800;
}
.studio-lead{
  max-width:820px;
  font-size:24px;
  line-height:1.55;
  color:var(--text);
  margin:0 0 34px;
}
.abc-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin:16px 0 30px;
}
.abc-item{
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
  background:rgba(255,255,255,.01);
}
.abc-letter{
  display:block;
  color:var(--pink);
  font-family:"Space Grotesk",sans-serif;
  font-size:22px;
  font-weight:700;
  margin-bottom:10px;
}
.abc-item p,
.studio-end{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.studio-end strong,
.abc-item strong{color:var(--text)}

.contact-panel{
  background:linear-gradient(180deg, #ff4977 0%, #ff2d68 100%);
  border-radius:34px;
  padding:46px 50px;
  color:#090909;
}
.contact-kicker{
  margin:0 0 18px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:13px;
  font-weight:800;
}
.contact-panel h3{
  color:#090909;
  margin-bottom:40px;
}
.contact-row{
  display:grid;
  grid-template-columns:200px 1fr auto;
  gap:22px;
  align-items:center;
  padding:24px 0;
  border-top:1px solid rgba(0,0,0,.18);
}
.contact-row:last-child{
  border-bottom:1px solid rgba(0,0,0,.18);
}
.contact-label{
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.contact-mail{
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(22px,2.6vw,34px);
  font-weight:700;
  overflow-wrap:anywhere;
}
.contact-arrow{
  font-size:34px;
  font-weight:700;
}

.footer{
  width:min(calc(100% - 52px), var(--max));
  margin:34px auto 26px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:18px;
  align-items:center;
}
.footer-line{
  height:1px;
  background:linear-gradient(90deg, rgba(255,45,104,.85), rgba(255,45,104,.18));
}
.footer-line:last-child{
  background:linear-gradient(90deg, rgba(255,45,104,.18), rgba(255,45,104,.85));
}
.footer-copy{
  display:flex;
  align-items:center;
  gap:16px;
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:.34em;
  font-size:14px;
}

.mobile-nav{display:none}

.button-chaos .hero-button-top{animation:buttonPulse .42s ease}
@keyframes buttonPulse{
  0%,100%{transform:none}
  32%{transform:translateY(5px) scale(.97)}
  64%{transform:translateY(-2px)}
}

@media(max-width:1080px){
  .site-header,
  .hero-shell,
  .detail-section,
  .footer{
    width:min(calc(100% - 32px), var(--max));
  }
  .nav{display:none}
  .menu-button{display:block}
  .brand-sm .brand-top,
  .brand-sm .brand-mid{font-size:28px}
  .brand-sm .brand-sub{font-size:12px}
  .brand-sm .brand-icon{width:60px;height:60px}
  .brand-sm .brand-icon span{font-size:32px}
  .brand-hero .brand-top,
  .brand-hero .brand-mid{font-size:72px}
  .brand-hero .brand-sub{font-size:24px}
  .brand-hero .brand-icon{width:120px;height:120px}
  .brand-hero .brand-icon span{font-size:64px}
  .summary-cards{grid-template-columns:1fr}
  .games-grid,
  .abc-grid{grid-template-columns:1fr}
  .coming-soon{justify-self:start;text-align:left;margin-top:16px}
  .contact-row{
    grid-template-columns:1fr auto;
    gap:10px;
  }
  .contact-label{grid-column:1/-1}
  .footer{
    grid-template-columns:1fr;
    gap:12px;
  }
  .footer-line:last-child{display:none}
  .footer-copy{
    justify-content:center;
    font-size:13px;
    letter-spacing:.24em;
  }
  .mobile-nav{
    position:fixed;
    top:82px;
    left:16px;
    right:16px;
    z-index:40;
    background:#0d0d0d;
    border:1px solid var(--line);
    border-radius:20px;
    padding:18px 20px;
    flex-direction:column;
    gap:14px;
  }
  .mobile-nav.open{display:flex}
  .mobile-nav a{
    text-transform:uppercase;
    letter-spacing:.14em;
    font-weight:700;
  }
}

@media(max-width:720px){
  .site-header{padding-top:18px}
  .hero{min-height:560px;padding-top:20px}
  .brand-hero{gap:18px}
  .brand-hero .brand-top,
  .brand-hero .brand-mid{font-size:46px}
  .brand-hero .brand-sub{font-size:18px;letter-spacing:.28em}
  .brand-hero .brand-icon{width:82px;height:82px}
  .brand-hero .brand-icon::after{left:-20px;bottom:-15px;width:110px;height:34px}
  .brand-hero .brand-icon span{font-size:42px}
  .hero h1{font-size:38px}
  .hero-text{font-size:18px}
  .hero-button{width:130px;height:130px}
  .hero-button-top{font-size:60px}
  .hero-button-ring{width:220px;height:220px}
  .summary-card{min-height:auto}
  .detail-heading h2{font-size:54px}
  .games-panel,
  .studio-panel,
  .contact-panel{padding:24px}
  .games-copy h3,
  .studio-panel h3,
  .contact-panel h3{font-size:38px}
  .studio-lead{font-size:20px}
}


/* v7: exact logo from user's preferred screenshot */
.exact-header-logo{
  width:285px;
  height:auto;
  object-fit:contain;
  display:block;
}
.exact-hero-logo{
  width:min(700px, 78vw);
  height:auto;
  object-fit:contain;
  display:block;
  margin:0 auto;
}
@media(max-width:1080px){
  .exact-header-logo{width:235px}
  .exact-hero-logo{width:min(560px, 88vw)}
}
@media(max-width:720px){
  .exact-header-logo{width:185px}
  .exact-hero-logo{width:min(420px, 94vw)}
}


/* v8 tweaks */
.accent-red{
  color: var(--pink) !important;
}

.games-glyph{
  display:flex;
  align-items:flex-end;
  gap:5px;
}
.games-glyph span{
  display:block;
  width:8px;
  border:2px solid currentColor;
  border-radius:8px;
}
.games-glyph span:nth-child(1){height:18px}
.games-glyph span:nth-child(2){height:26px}
.games-glyph span:nth-child(3){height:18px}

/* Separate the glow rings from the cards below so they do not overlap Studio */
.hero{
  padding-bottom: 78px;
}
.hero-button{
  margin-bottom: 18px;
}
.hero-button-ring{
  width: 260px;
  height: 260px;
  transform: translate(-50%,-42%);
  box-shadow:
    0 0 0 1px rgba(255,45,104,.18),
    0 0 0 28px rgba(255,45,104,.05),
    0 0 0 54px rgba(255,45,104,.025);
}
.summary-cards{
  position: relative;
  z-index: 3;
  margin-top: 8px;
}
@media(max-width:720px){
  .hero{
    padding-bottom: 62px;
  }
  .hero-button-ring{
    width: 200px;
    height: 200px;
    transform: translate(-50%,-44%);
  }
}


/* v9 header/logo polish and cleanup */
.exact-header-logo{
  width: 330px;
  height: auto;
  object-fit: contain;
  display: block;
}

.brand-link{
  display:flex;
  align-items:center;
  min-height:88px;
}

/* The little red marks were decorative/card bleed near the hero/cards boundary.
   Push the cards slightly lower and clip hero overflow so nothing peeks oddly. */
.hero{
  overflow: hidden;
  padding-bottom: 112px;
}
.summary-cards{
  margin-top: 26px;
}
.hero-button-ring{
  transform: translate(-50%, -46%);
}

@media(max-width:1080px){
  .exact-header-logo{width: 285px;}
  .hero{
    padding-bottom: 96px;
  }
  .summary-cards{
    margin-top: 20px;
  }
}
@media(max-width:720px){
  .exact-header-logo{width: 225px;}
  .hero{
    padding-bottom: 74px;
  }
  .summary-cards{
    margin-top: 14px;
  }
}


/* v10: only the two requested fixes */
.header-symbol-only{
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}

.brand-link{
  min-height: 92px;
  display:flex;
  align-items:center;
}

@media(max-width:1080px){
  .header-symbol-only{
    width: 82px;
    height: 82px;
  }
  .brand-link{
    min-height: 82px;
  }
}

@media(max-width:720px){
  .header-symbol-only{
    width: 68px;
    height: 68px;
  }
  .brand-link{
    min-height: 68px;
  }
}

/* v14 cleanup: remove non-informational numbering/codes/dots */
.detail-heading{
  gap:0;
}
.games-panel-top{
  justify-content:flex-start;
}
.status{
  letter-spacing:.18em;
}
.footer-copy{
  gap:22px;
}

.footer-copy .dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--pink);
  flex:0 0 auto;
}
