:root {
  --ink: #e8ebe5;
  --paper: #151a19;
  --acid: #c7f73c;
  --violet: #41368e;
  --sky: #8fbbe9;
  --line: rgba(232, 235, 229, .18);
  --mono: "Baloo 2", cursive;
  --sans: "Baloo 2", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #090c0c;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  z-index: 10;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.site-shell { width: 100%; margin: 0; padding: 0; }
.card { border-radius: 0; overflow: hidden; margin-bottom: 1px; position: relative; }
.eyebrow { margin: 0; font: 500 11px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.hero { min-height: min(800px, 100vh); background: #121817; }
.navbar { height: 76px; padding: 0 36px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.nav-mark, .footer-logo { font: 500 12px/1 var(--mono); letter-spacing: .08em; display: flex; align-items: center; gap: 8px; }
.mark-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--acid); }
.nav-links { display: flex; gap: 32px; font: 500 12px var(--mono); }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; height: 1px; background: currentColor; left: 0; right: 100%; bottom: -5px; transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.menu-toggle { display: none; }

.hero-content { min-height: calc(min(800px, 100vh) - 76px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; isolation: isolate; padding-bottom: 40px; }
.hero-content .eyebrow { margin-bottom: 24px; }
.brand { position: relative; display: flex; flex-direction: column; align-items: center; z-index: 1; }
.brand-name { font-size: clamp(56px, 9.5vw, 138px); line-height: .79; font-weight: 800; letter-spacing: -.095em; text-align: center; }
.hero-note { margin: 32px 0 0; font: 400 16px var(--mono); }
.scroll-cue { position: absolute; left: 36px; bottom: 29px; font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.scroll-cue span { font-size: 18px; margin-left: 9px; vertical-align: -2px; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(23,33,31,.18); border-radius: 50%; }
.orbit-one { width: min(68vw, 850px); height: min(27vw, 335px); transform: rotate(-19deg); }
.orbit-two { width: min(48vw, 600px); height: min(19vw, 235px); transform: rotate(29deg); }

.games { background: #151a19; padding: clamp(36px, 6vw, 92px) 0 0; }
.section-heading { margin: 0 clamp(36px, 6vw, 92px) clamp(34px, 5vw, 70px); text-align: center; }
.section-heading h1, .about h2, .contact h2 { font-size: clamp(50px, 7.2vw, 104px); line-height: .84; letter-spacing: -.075em; margin: 0; font-weight: 500; }
em { font-style: italic; font-weight: 400; }
.section-copy { margin: 0 0 2px; max-width: 180px; font: 14px/1.35 var(--mono); }
.game-card { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); min-height: 640px; background: #101816; color: var(--ink); overflow: hidden; position: relative; }
.game-card::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgba(7, 13, 12, .04); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); mask-image: linear-gradient(90deg, transparent 18%, rgba(0, 0, 0, .1) 35%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 18%, rgba(0, 0, 0, .1) 35%, #000 100%); }
.game-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(7, 13, 12, 0) 19%, rgba(7, 13, 12, .12) 43%, rgba(7, 13, 12, .84) 100%); }
.game-art { position: absolute; inset: 0; overflow: hidden; background: #101816; color: var(--ink); }
.game-art::before { content: ""; position: absolute; inset: 0; background: url("assets/dontpullme.png") center / cover no-repeat; mask-image: radial-gradient(ellipse 78% 91% at 36% 50%, #000 36%, rgba(0, 0, 0, .88) 53%, rgba(0, 0, 0, .35) 72%, transparent 91%); -webkit-mask-image: radial-gradient(ellipse 78% 91% at 36% 50%, #000 36%, rgba(0, 0, 0, .88) 53%, rgba(0, 0, 0, .35) 72%, transparent 91%); }
.game-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: rgba(7, 13, 12, .05); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); mask-image: linear-gradient(90deg, transparent 36%, rgba(0, 0, 0, .16) 54%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 36%, rgba(0, 0, 0, .16) 54%, #000 100%); }
.art-grid, .art-label, .art-object, .art-wire { display: none; }
.art-grid { position: absolute; inset: 0; opacity: .28; background-size: 44px 44px; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); }
.art-label { position: absolute; left: 26px; bottom: 25px; z-index: 1; font: 500 11px/1.3 var(--mono); text-transform: uppercase; }
.art-object { position: absolute; border: 2px solid var(--ink); z-index: 1; }
.object-yellow { width: 31%; aspect-ratio: 1; background: var(--acid); border-radius: 50%; left: 28%; top: 20%; box-shadow: 15px 15px 0 var(--ink); transform: rotate(13deg); }
.object-blue { width: 21%; aspect-ratio: .8; background: var(--violet); right: 20%; bottom: 22%; border-radius: 45% 45% 2px 2px; transform: rotate(-21deg); }
.art-wire { position: absolute; width: 75%; height: 54%; border: 3px solid var(--ink); border-right: 0; border-bottom: 0; border-radius: 60% 0 0 0; left: -6%; bottom: -4%; transform: rotate(14deg); }
.game-details { grid-column: 2; padding: 31px 34px 35px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 35px; position: relative; z-index: 2; text-align: right; }
.game-topline { display: flex; justify-content: flex-end; font: 600 14px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.game-status { color: #111614; background: var(--acid); border: 2px solid #111614; border-radius: 16px 13px 17px 12px; padding: 7px 12px; box-shadow: 4px 4px 0 #ff5c5c; transform: rotate(2deg); }
.game-details h2 { font-size: clamp(53px, 6vw, 88px); line-height: .78; letter-spacing: -.08em; margin: 0 0 23px; font-weight: 500; }
.game-details h2 span { color: #ff5c5c; }
.game-description { font-size: 21px; line-height: 1.32; max-width: 430px; margin: 0 0 0 auto; }
.game-description strong { font-weight: 800; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { font: 600 14px var(--mono); border: 1px solid rgba(244,242,237,.35); border-radius: 20px; padding: 8px 12px; }
.game-links { display: flex; gap: 9px; flex-wrap: wrap; }
.button { padding: 13px 16px; border: 1px solid rgba(244,242,237,.6); border-radius: 12px; background: #0b100f; font: 600 14px var(--mono); transition: background .2s, color .2s, transform .2s; }
.button b { font-size: 18px; margin-left: 10px; font-weight: 400; }
.button-primary { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.button-primary:hover { background: var(--paper); border-color: var(--paper); }
.button-secondary:hover { background: #202a27; color: var(--acid); transform: translateY(-2px); }

.about { background: #28234c; color: var(--ink); padding: clamp(36px, 6vw, 92px); }
.about-intro { text-align: center; }
.about h2 { font-size: clamp(55px, 7.2vw, 104px); }
.about-copy { max-width: 550px; padding-top: 62px; margin: 0 auto; font-size: clamp(19px, 2vw, 29px); line-height: 1.16; letter-spacing: -.04em; text-align: center; }
.about-copy p { margin: 0 0 30px; }
.about-copy p + p { max-width: 355px; font: 15px/1.35 var(--mono); letter-spacing: 0; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 76px; }
.person-card { min-height: 315px; padding: 27px; position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(255,255,255,.06)); border: 1px solid rgba(244,242,237,.28); box-shadow: inset 0 1px rgba(255,255,255,.16), 0 16px 35px rgba(10, 7, 38, .2); transition: transform .25s ease, background .25s ease; }
.person-card::after { content: ""; position: absolute; width: 210px; height: 210px; top: -120px; left: -76px; border-radius: 50%; background: rgba(255,255,255,.1); filter: blur(8px); }
.person-card:hover { transform: translateY(-6px) rotate(-.5deg); background: linear-gradient(135deg, rgba(255,255,255,.23), rgba(255,255,255,.08)); }
.person-card h3 { position: absolute; bottom: 43px; left: 25px; margin: 0; font-size: clamp(43px, 5vw, 75px); letter-spacing: -.08em; font-weight: 500; line-height: .8; }
.real-name { position: absolute; left: 27px; bottom: 19px; margin: 0; font: 11px var(--mono); }
.role { margin: 0; font: 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; position: relative; z-index: 1; }
.person-shape { position: absolute; right: 9%; top: 12%; width: 174px; height: 174px; overflow: hidden; border-radius: 46% 54% 50% 50% / 53% 45% 55% 47%; border: 4px solid currentColor; background: rgba(0, 0, 0, .14); box-shadow: 7px 9px 0 rgba(0, 0, 0, .14); transform: rotate(-4deg); transition: transform .25s ease; }
.person-shape img { width: 100%; height: 100%; display: block; object-fit: cover; }
.person-card:hover .person-shape { transform: rotate(4deg) scale(1.04); }
.person-akalii { color: var(--acid); }
.person-cvas { color: var(--sky); }

.contact { background: #0c1110; color: var(--ink); padding: clamp(42px, 6vw, 92px); }
.contact-title { margin: 0; text-align: center; font-size: clamp(55px, 7.2vw, 104px); line-height: .84; letter-spacing: -.075em; font-weight: 500; }
.social-links { max-width: 1080px; margin: clamp(45px, 6vw, 78px) auto 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.social-links :is(a, button) { min-height: 132px; padding: 22px 13px; border: 1px solid rgba(244,242,237,.28); border-radius: 25px 19px 27px 21px; color: inherit; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.025)); font: 600 15px var(--mono); text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.social-links svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-links :is(a, button):hover { color: #0c1110; background: var(--acid); border-color: var(--acid); transform: translateY(-6px) rotate(-2deg); }
.email-copy.is-copied { color: #0c1110; background: var(--acid); border-color: var(--acid); }

.footer { min-height: 78px; padding: 0 36px; display: flex; align-items: center; justify-content: center; color: rgba(232,235,229,.68); background: #090c0c; font: 600 11px var(--mono); text-transform: uppercase; }
.footer p { margin: 0; }

@media (max-width: 760px) {
  .site-shell { padding: 0; }
  .card { margin-bottom: 1px; }
  .hero { min-height: 100svh; }
  .navbar { height: 64px; padding: 0 20px; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 18px 20px; background: #121817; border-bottom: 1px solid var(--line); flex-direction: column; gap: 17px; }
  .nav-links.is-open { display: flex; }
  .menu-toggle { display: flex; position: absolute; right: 20px; border: 0; background: none; padding: 6px 0 6px 8px; flex-direction: column; gap: 5px; cursor: pointer; }
  .menu-toggle span { height: 1px; width: 21px; display: block; background: var(--ink); transition: transform .2s; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-content { min-height: calc(100svh - 64px); padding-bottom: 22px; }
  .brand-name { font-size: clamp(55px, 15vw, 105px); }
  .orbit-one { width: 130vw; height: 45vw; }
  .orbit-two { width: 95vw; height: 36vw; }
  .scroll-cue { left: 20px; bottom: 20px; }
  .section-heading { display: block; }
  .section-copy { margin-top: 25px; }
  .game-card { grid-template-columns: 1fr; min-height: 710px; }
  .game-art { min-height: 0; }
  .game-details { grid-column: 1; align-self: end; min-height: 480px; padding: 25px; }
  .about-copy { padding-top: 50px; }
  .team-grid { margin-top: 56px; grid-template-columns: 1fr; }
  .person-card { min-height: 270px; }
  .social-links { grid-template-columns: repeat(2, 1fr); }
  .social-links :is(a, button):last-child { grid-column: 1 / -1; }
  .footer { min-height: 72px; padding: 0 20px; }
}

@media (max-width: 390px) {
  .game-links { flex-direction: column; }
  .button { text-align: center; }
}
