@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root {
  --ink-black:#070A13ff;
  --frozen-lake:#73D8FCff;
  --ink-black-2:#0E121Dff;
  --black:#010104ff;
  --azure-mist:#E2F6FBff;
  --red:#ff334e;
  --muted:rgba(226,246,251,.66);
  --line:rgba(115,216,252,.28);
  --max:1180px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:86px;
}
body {
  margin:0;
  color:var(--azure-mist);
  background:radial-gradient(circle at 50% 0,rgba(115,216,252,.08),transparent 42%),var(--black);
  font-family:"Space Grotesk",Arial,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body::before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:10;
  opacity:.014;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.32' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  color:inherit;
}
button,input,select,textarea {
  font:inherit;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  left:20px;
  top:-60px;
  z-index:100;
  padding:12px 18px;
  color:var(--black);
  background:var(--frozen-lake);
  border-radius:3px;
}
.skip-link:focus {
  top:18px;
}
.language-picker {
  position:fixed;
  z-index:30;
  top:20px;
  right:20px;
  display:flex;
  gap:7px;
}
.language-picker button {
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  overflow:hidden;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--ink-black-2);
  font:500 10px "DM Mono",monospace;
  cursor:pointer;
  transition:width .28s ease,color .2s ease,background .2s ease,border-color .2s ease;
}
.language-picker button:hover,.language-picker button:focus-visible {
  width:94px;
  color:var(--azure-mist);
  border-color:rgba(115,216,252,.55);
  outline:none;
}
.language-picker button.active {
  color:var(--black);
  background:var(--frozen-lake);
  border-color:var(--frozen-lake);
}
.language-short {
  flex:0 0 40px;
  opacity:1;
  max-width:40px;
  transition:flex-basis .28s ease,max-width .28s ease,opacity .16s ease;
}
.language-full {
  max-width:0;
  opacity:0;
  transform:translateX(-4px);
  white-space:nowrap;
  transition:max-width .28s ease,opacity .2s ease,transform .28s ease;
}
.language-picker button:hover .language-full,.language-picker button:focus-visible .language-full {
  max-width:62px;
  opacity:1;
  transform:none;
  padding-right:13px;
}
.language-picker button:hover .language-short,.language-picker button:focus-visible .language-short {
  flex-basis:0;
  max-width:0;
  opacity:0;
}
main {
  width:min(calc(100% - 28px),var(--max));
  margin:96px auto 0;
  box-shadow:0 28px 90px rgba(1,1,4,.34);
}
.hero {
  position:relative;
  margin-top:14px;
  overflow:hidden;
  border:2px solid var(--line);
  border-radius:3px 3px 0 0;
  background:radial-gradient(circle at 76% 42%,rgba(115,216,252,.15),transparent 28%),linear-gradient(135deg,var(--ink-black-2),var(--black) 58%);
}
.hero::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 49.8%,rgba(115,216,252,.018) 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,rgba(115,216,252,.015) 50%,transparent 50.2%);
  background-size:110px 110px;
  mask-image:linear-gradient(to left,#000,transparent 78%);
}
.hero-copy {
  position:relative;
  z-index:2;
  width:100%;
}
.hero-brand {
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(240px,.82fr);
  align-items:center;
  gap:clamp(18px,4vw,58px);
}
.hero-text-logo,.hero-icon-logo {
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 22px 28px rgba(1,1,4,.35));
}
.hero-text-logo {
  transform:scale(1.04);
  transform-origin:left center;
}
.eyebrow {
  margin:0 0 16px;
  color:var(--frozen-lake);
  font:500 11px/1.4 "DM Mono",monospace;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.eyebrow.red {
  color:var(--red);
}
.hero-line {
  max-width:430px;
  margin:35px 0 0;
  color:var(--muted);
  font-size:clamp(16px,2vw,20px);
}
.hero-actions,.game-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:0 17px;
  border:1px solid var(--line);
  border-radius:3px;
  color:var(--azure-mist);
  background:transparent;
  font-weight:600;
  font-size:13px;
  text-decoration:none;
  cursor:pointer;
}
.button.primary {
  color:var(--black);
  background:var(--frozen-lake);
  border-color:var(--frozen-lake);
}
.button.quiet:hover {
  background:rgba(115,216,252,.08);
}
.section {
  position:relative;
  border-left:2px solid var(--line);
  border-right:2px solid var(--line);
  border-bottom:2px solid var(--line);
  background:linear-gradient(180deg,rgba(14,18,29,.78),rgba(7,10,19,.96));
}
.hero,.section {
  box-shadow:0 8px 18px rgba(1,1,4,.34);
}
.accordion-item {
  scroll-margin-top:85px;
}
.accordion-trigger {
  position:relative;
  z-index:8;
  width:100%;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 28px;
  color:var(--muted);
  border:0;
  border-bottom:1px solid transparent;
  background:rgba(7,10,19,.92);
  font:500 12px "DM Mono",monospace;
  letter-spacing:.11em;
  text-transform:uppercase;
  cursor:pointer;
}
.accordion-trigger:hover {
  color:var(--azure-mist);
  background:var(--ink-black-2);
}
.accordion-trigger > span:last-child {
  color:var(--frozen-lake);
  font-size:19px;
  transition:transform .5s ease;
}
.accordion-item.is-open>.accordion-trigger {
  color:var(--azure-mist);
  border-bottom-width:2px;
  border-bottom-color:var(--line);
}
.accordion-item.is-open>.accordion-trigger > span:last-child {
  transform:rotate(90deg);
}
.accordion-body {
  min-height:0;
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 7%;
  transition:max-height .8s cubic-bezier(.2,.7,.2,1),opacity .28s ease,padding .6s ease;
}
.accordion-item.is-open>.accordion-body {
  max-height:3600px;
  opacity:1;
  padding-top:74px;
  padding-bottom:100px;
}
.hero>.accordion-body {
  position:relative;
  min-height:0;
}
.hero.is-open>.accordion-body {
  min-height:min(650px,78vh);
  display:flex;
  align-items:center;
  padding-top:82px;
}
.section-number {
  position:absolute;
  top:92px;
  right:35px;
  color:rgba(226,246,251,.32);
  font:11px "DM Mono",monospace;
}
.section h2 {
  margin:0;
  font-size:clamp(40px,6vw,80px);
  line-height:.98;
  letter-spacing:-.055em;
}
.section h2 a {
  text-decoration-color:var(--red);
  text-decoration-thickness:4px;
  text-underline-offset:8px;
}
.section-copy>p:not(.eyebrow) {
  max-width:590px;
  color:var(--muted);
  font-size:17px;
}
.youtube-panel {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
  align-items:center;
}
.youtube-word {
  color:var(--red);
}
.character-frame {
  position:relative;
  min-height:410px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:3px;
  background:radial-gradient(circle at 50% 24%,rgba(255,51,78,.18),transparent 28%),linear-gradient(145deg,var(--ink-black-2),var(--ink-black));
}
.character-frame::before,.character-frame::after {
  content:"";
  position:absolute;
  width:1px;
  height:150%;
  background:rgba(115,216,252,.1);
  transform:rotate(35deg);
  left:42%;
  top:-20%;
}
.character-frame::after {
  left:62%;
}
.character-head {
  position:absolute;
  width:112px;
  aspect-ratio:1;
  left:50%;
  top:70px;
  transform:translateX(-50%);
  border:2px solid rgba(115,216,252,.42);
  border-radius:48% 48% 42% 42%;
  background:var(--ink-black-2);
}
.character-body {
  position:absolute;
  width:260px;
  height:260px;
  left:50%;
  top:180px;
  transform:translateX(-50%) rotate(-7deg);
  border:2px solid rgba(115,216,252,.42);
  border-radius:90px 90px 0 0;
  background:var(--ink-black-2);
}
.character-frame p {
  position:absolute;
  z-index:2;
  inset:auto 18px 18px;
  margin:0;
  color:var(--muted);
  font:10px "DM Mono",monospace;
  text-align:center;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.display-title {
  font-size:clamp(58px,10vw,136px)!important;
  color:transparent;
  -webkit-text-stroke:1px rgba(226,246,251,.7);
}
.status-line {
  display:flex;
  align-items:center;
  gap:10px;
  margin:25px 0;
  color:var(--muted);
  font:11px "DM Mono",monospace;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.status-line span {
  width:8px;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--frozen-lake);
  box-shadow:0 0 12px var(--frozen-lake);
}
.wide-placeholder {
  min-height:360px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:3px;
  background:radial-gradient(circle,rgba(115,216,252,.18) 0 2px,transparent 3px) 0 0/28px 28px,linear-gradient(135deg,var(--ink-black-2),var(--black));
  color:rgba(226,246,251,.34);
  font:11px "DM Mono",monospace;
  letter-spacing:.15em;
  text-align:center;
}
.future-copy {
  max-width:520px;
  margin:20px 0 0 auto;
  color:var(--muted);
  text-align:right;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:end;
  margin-bottom:60px;
}
.section-heading>p {
  max-width:360px;
  margin:0;
  color:var(--muted);
}
.game-row {
  display:grid;
  grid-template-columns:55px 1fr minmax(240px,360px);
  gap:35px;
  align-items:center;
  padding:38px 0;
  border-top:2px solid var(--line);
}
.game-index {
  align-self:start;
  color:rgba(226,246,251,.38);
  font:11px "DM Mono",monospace;
}
.game-tags {
  display:flex;
  gap:8px;
}
.game-tags span {
  padding:4px 8px;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:3px;
  font:9px "DM Mono",monospace;
  letter-spacing:.12em;
}
.game-copy h3 {
  margin:12px 0 8px;
  font-size:clamp(32px,5vw,60px);
  letter-spacing:-.045em;
}
.game-copy>p {
  max-width:520px;
  color:var(--muted);
}
.game-art {
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:3px;
  background:var(--ink-black-2);
  text-decoration:none;
}
.soap-art {
  display:block;
}
.soap-art img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.grid-art {
  background:linear-gradient(90deg,transparent 49%,rgba(115,216,252,.08) 50%,transparent 51%),linear-gradient(transparent 49%,rgba(115,216,252,.08) 50%,transparent 51%);
  background-size:35px 35px;
}
.itch-embed {
  margin-top:18px;
  max-width:552px;
  overflow:auto;
}
.itch-embed iframe {
  border:0;
  max-width:100%;
}
.policy-section {
  background:var(--ink-black);
}
.policy-summary {
  max-width:720px;
  color:rgba(226,246,251,.84);
  font-size:18px;
}
details {
  max-width:850px;
  border-top:2px solid var(--line);
}
details:last-of-type {
  border-bottom:2px solid var(--line);
}
summary {
  padding:19px 2px;
  cursor:pointer;
  font-weight:600;
}
details p {
  max-width:760px;
  margin:0 0 22px;
  color:var(--muted);
  font-size:14px;
}
.policy-date {
  max-width:850px;
  color:rgba(226,246,251,.42);
  font-size:12px;
}
.contact-section {
  border-radius:0 0 3px 3px;
}
.contact-body {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:70px;
}
.contact-section>div>p:last-child {
  color:var(--muted);
}
.contact-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.contact-form label {
  display:grid;
  gap:8px;
  color:var(--muted);
  font-size:12px;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width:100%;
  color:var(--azure-mist);
  border:1px solid var(--line);
  border-radius:3px;
  outline:none;
  background:var(--black);
  padding:13px;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  border-color:var(--frozen-lake);
  box-shadow:0 0 0 3px rgba(115,216,252,.12);
}
.full-field {
  grid-column:1/-1;
}
footer {
  width:min(calc(100% - 28px),var(--max));
  margin:22px auto 40px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(226,246,251,.45);
  font-size:12px;
}
.footer-logo {
  width:180px;
  display:flex;
  align-items:center;
  gap:8px;
}
.footer-logo img {
  display:block;
  height:auto;
}
.footer-text-logo {
  width:68%;
}
.footer-icon-logo {
  width:32%;
}
@media (max-width:900px) {
  .hero.is-open>.accordion-body {
    min-height:600px;
    align-items:flex-start
  }
  .hero-brand {
    grid-template-columns:minmax(0,1fr) minmax(210px,.72fr)
  }
  .youtube-panel,.contact-body {
    grid-template-columns:1fr
  }
  .character-frame {
    min-height:350px
  }
  .game-row {
    grid-template-columns:38px 1fr
  }
  .game-art {
    grid-column:2
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    margin-top:20px
  }
}
@media (max-width:580px) {
  .hero {
    margin-top:0;
    border-radius:3px 3px 0 0
  }
  .hero.is-open>.accordion-body {
    min-height:670px;
    padding-top:48px
  }
  .hero-brand {
    grid-template-columns:1fr;
    gap:0
  }
  .hero-text-logo {
    width:92%;
    transform:none
  }
  .hero-icon-logo {
    width:54%;
    margin:-8% 0 -4% auto
  }
  .hero-actions {
    align-items:stretch
  }
  .button {
    flex:1
  }
  main {
    width:calc(100% - 16px);
    margin-top:72px
  }
  .accordion-trigger {
    padding:0 18px
  }
  .language-picker {
    right:10px;
    top:10px;
    gap:4px
  }
  .language-picker button {
    width:38px;
    height:38px;
    background:rgba(14,18,29,.92);
    backdrop-filter:blur(10px)
  }
  .language-picker button:hover,.language-picker button:focus-visible {
    width:82px
  }
  .language-short {
    flex-basis:36px
  }
  .accordion-item.is-open>.accordion-body {
    padding:58px 22px 78px
  }
  .section-number {
    top:86px;
    right:22px
  }
  .youtube-panel {
    gap:35px
  }
  .wide-placeholder {
    min-height:240px
  }
  .game-row {
    grid-template-columns:1fr;
    gap:15px
  }
  .game-index,.game-art {
    grid-column:1
  }
  .section-heading {
    margin-bottom:35px
  }
  .contact-form {
    grid-template-columns:1fr
  }
  .full-field {
    grid-column:1
  }
  footer {
    width:calc(100% - 16px);
    align-items:center;
    gap:20px
  }
  .footer-logo {
    width:125px
  }
}
/* Custom 404 */
.error-page {
  min-height:100vh;
  max-width:900px;
  margin:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:40px;
}
.error-page>p:not(.eyebrow) {
  color:var(--muted);
  font-size:18px;
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
