@font-face {
  font-family: Space;
  src: url('/assets/space-grotesk-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Space;
  src: url('/assets/space-grotesk-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #111310;
  --surface: #1a1d17;
  --ink: #eeeee6;
  --muted: #a5aa9d;
  --lime: #c3f56b;
  --line: #33382d;
  --header-height: 84px;
  font-family: Space, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
* { box-sizing: border-box; }
body { margin: 0; }
p, h1, h2, h3 { margin: 0; }
p { line-height: 1.75; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--lime); outline-offset: 6px; }
::selection { background: var(--lime); color: var(--bg); }
img { display: block; max-width: 100%; }
em { font-family: Georgia, serif; font-weight: 400; color: var(--lime); }
.accent { color: var(--lime); }
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #111310f5;
  border-bottom: 1px solid #a5aa9d16;
  backdrop-filter: blur(16px);
}
.header-inner, .section-inner, .game-inner, .footer-inner {
  width: min(1240px, 86%);
  margin-inline: auto;
}
.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 26px; line-height: 1; font-weight: 700; letter-spacing: -1.4px; }
.brand-light { font-weight: 400; }
.header nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.header nav a { padding-block: 16px; transition: color .2s; }
.header nav a:hover, .text-link:hover, .back-top:hover { color: var(--lime); }
.hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  min-height: clamp(690px, calc(100svh - var(--header-height)), 1000px);
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: #192016;
}
.hero-scene {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scene-arrive 1.8s ease-out both;
}
.hero-scene img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, #111310 0%, transparent 26%, #11131020 80%), radial-gradient(ellipse at center, #1113106e 5%, transparent 65%);
}
.hero-content { padding: 90px 24px 120px; width: 100%; }
h1 { font-size: clamp(62px, 7.25vw, 112px); font-weight: 700; letter-spacing: -.065em; line-height: 1.04; }
h1 em { letter-spacing: -.065em; }
.hero-content > p { margin: 30px auto 0; font-size: 17px; color: #c9cebf; max-width: 520px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 17px 26px;
  margin-top: 34px;
  border: 1px solid var(--lime);
  background: var(--lime);
  color: var(--bg);
  font-size: 13px;
  font-weight: 700;
  transition: background .2s, transform .2s;
}
.button span { font-size: 21px; line-height: 1; }
.button:hover { background: #d6ff92; transform: translateY(-3px); }
.scroll-link { position: absolute; bottom: 34px; left: calc(50% - 22px); display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #a5aa9d40; border-radius: 50%; font-size: 22px; color: var(--lime); transition: border-color .2s; }
.scroll-link:hover { border-color: var(--lime); }
.eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: 2px; color: var(--lime); }
h2 { font-size: clamp(42px, 4.25vw, 64px); line-height: 1.1; letter-spacing: -.045em; font-weight: 400; }
.studio { position: relative; isolation: isolate; overflow: hidden; padding: 110px 24px 120px; text-align: center; }
.studio-content { position: relative; max-width: 650px; margin-inline: auto; }
.studio h2 { margin: 22px 0 28px; }
.studio-content > p:not(.eyebrow) { max-width: 535px; margin: 0 auto 15px; font-size: 15px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid #667449; padding: 10px 0; font-size: 13px; margin-top: 16px; }
.text-link span { color: var(--lime); font-size: 18px; }
.duo-art { position: absolute; inset: 0; pointer-events: none; z-index: -1; }
.duo-block { position: absolute; display: flex; align-items: center; justify-content: center; gap: 21px; border: 1px solid #90a561; }
.duo-block i { width: 10px; height: 29px; background: #d6f7ab; }
.block-one { width: 150px; height: 165px; left: -42px; top: 35%; background: #445936; transform: rotate(-18deg); box-shadow: 20px 22px 0 #273121; opacity: .32; }
.block-two { width: 122px; height: 122px; right: -12px; top: 50%; background: #a3c56b; transform: rotate(17deg); box-shadow: 18px 20px 0 #52683b; opacity: .2; }
.block-two i { background: #28371d; }
.game { position: relative; isolation: isolate; background: #1c2518; overflow: hidden; min-height: 720px; display: flex; align-items: center; }
.game-scene { position: absolute; inset: 0; z-index: -2; }
.game-scene img { width: 100%; height: 100%; object-fit: cover; }
.game::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #121a10e8 0%, #121a10bd 29%, #121a1000 75%); }
.game-inner { padding-block: 130px; }
.game-content { max-width: 560px; }
.game-status { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.game h2 { font-size: clamp(48px, 5vw, 76px); margin: 22px 0 24px; }
.game-lead { font-size: 30px; line-height: 1.35; letter-spacing: -.8px; margin-bottom: 24px; }
.game-content > p:not(.eyebrow, .game-lead) { color: #c0c8b5; font-size: 15px; max-width: 345px; }
.game-content > p.development-note { margin-top: 32px; font-size: 12px; }
.art-label { position: absolute; bottom: 24px; right: 32px; color: #bcc8a7; font-size: 9px; letter-spacing: .3px; }
.philosophy { padding: 110px 0 115px; }
.section-heading { text-align: center; }
.section-heading h2 { margin-top: 22px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; margin-top: 70px; }
.principles svg { width: 40px; height: 40px; fill: none; stroke: var(--lime); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 25px; }
.principles h3 { font-size: 20px; letter-spacing: -.5px; font-weight: 400; margin-bottom: 15px; }
.principles p { font-size: 14px; color: var(--muted); }
footer { border-top: 1px solid var(--line); background: #0e100d; }
.footer-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { font-size: 23px; }
footer p { font-size: 11px; color: var(--muted); }
.back-top { font-size: 11px; display: flex; align-items: center; gap: 24px; }
.back-top span { color: var(--lime); font-size: 18px; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); background: var(--lime); color: var(--bg); padding: 12px; z-index: 20; }
.skip-link:focus { transform: none; }
@keyframes scene-arrive { from { transform: scale(1.035); } to { transform: scale(1); } }
@media (min-width: 1700px) {
  .block-one { left: calc(50% - 720px); }
  .block-two { right: calc(50% - 690px); }
}
@media (max-width: 1050px) {
  .header-inner, .section-inner, .game-inner, .footer-inner { width: 88%; }
  .hero { min-height: 720px; }
  .hero-scene img { object-position: 48% center; }
  .game { min-height: 650px; }
  .game-scene img { object-position: 57% center; }
  .game::after { background: linear-gradient(90deg, #121a10ed, #121a1099 45%, #121a1000); }
  .duo-block { opacity: .1; }
  .principles { gap: 32px; }
  .principles h3 { font-size: 18px; }
}
@media (max-width: 760px) {
  :root { --header-height: 106px; }
  .header-inner { flex-direction: column; justify-content: center; gap: 8px; padding-block: 15px 8px; }
  .brand { font-size: 23px; gap: 8px; }
  .brand img { width: 30px; height: 30px; }
  .header nav { gap: 30px; font-size: 11px; }
  .header nav a { padding-block: 8px; }
  .hero { min-height: 640px; min-height: max(600px, calc(90svh - var(--header-height))); }
  .hero-content { padding: 90px 20px 130px; }
  h1 { font-size: clamp(46px, 8.7vw, 66px); }
  .hero-content > p { font-size: 14px; margin-top: 24px; max-width: 340px; }
  .hero-scene { width: 100%; left: 0; opacity: .8; }
  .hero-scene img { object-position: center; }
  .hero::after { background: linear-gradient(0deg, #111310, transparent 35%), radial-gradient(ellipse at center, #1113106e, transparent); }
  .button { padding: 16px 22px; margin-top: 28px; font-size: 12px; gap: 26px; }
  .scroll-link { bottom: 25px; }
  h2 { font-size: clamp(36px, 7vw, 48px); }
  .studio { padding: 76px 25px 82px; }
  .studio-content > p:not(.eyebrow) { font-size: 14px; }
  .duo-block { opacity: .08; }
  .block-one { left: -100px; top: 24%; }
  .block-two { right: -75px; top: 57%; }
  .game { display: flex; flex-direction: column; min-height: 0; text-align: center; background: #202718; }
  .game-inner { order: -1; width: 100%; padding: 70px 24px 0; background: linear-gradient(#192115, #202718); }
  .game-content { margin-inline: auto; }
  .game-status { justify-content: center; }
  .game h2 { font-size: clamp(39px, 8vw, 58px); margin-block: 20px; }
  .game-lead { font-size: 25px; }
  .game-content > p:not(.eyebrow, .game-lead) { margin-inline: auto; font-size: 14px; max-width: 355px; }
  .game-content > .development-note { margin-top: 24px; }
  .game-scene { position: relative; z-index: 0; width: 100%; margin-top: 12px; }
  .game-scene img { height: auto; aspect-ratio: 840 / 650; object-fit: cover; mask-image: linear-gradient(transparent, #000 20%); }
  .game::after { display: none; }
  .art-label { z-index: 1; bottom: 15px; right: 20px; font-size: 8px; }
  .philosophy { padding: 76px 0 80px; }
  .principles { grid-template-columns: 1fr; gap: 35px; max-width: 440px; margin: 46px auto 0; text-align: center; }
  .principles article { padding-top: 30px; border-top: 1px solid var(--line); }
  .principles svg { width: 34px; height: 34px; margin-bottom: 15px; }
  .principles h3 { font-size: 20px; margin-bottom: 10px; }
  .footer-inner { padding-block: 30px; flex-wrap: wrap; gap: 23px; }
  .footer-brand { font-size: 21px; }
  footer p { width: 100%; order: 1; font-size: 10px; }
}
@media (max-width: 360px) {
  .header nav { gap: 24px; }
  h1 { font-size: 41px; }
  .desktop-break { display: none; }
  .hero-content > p { max-width: 270px; }
  .eyebrow { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
