@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  color-scheme: dark;
  --ink: #090a0b;
  --panel: #101214;
  --line: rgba(232, 230, 224, .16);
  --text: #e8e6e0;
  --muted: #aaa9a4;
  --steel: #c6c3bd;
  --warm: #d2a878;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: "Space Grotesk", Arial, sans-serif; }
.site-shell { max-width: 1480px; margin: auto; }
main { padding: 20px; }
.hero { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: min(790px, calc(100svh - 40px)); overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 78% 33%, rgba(97, 76, 55, .17), transparent 34%), radial-gradient(circle at 58% 8%, #202224, transparent 42%), linear-gradient(138deg, #121416, #08090a 64%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -35%; width: min(72vw, 900px); aspect-ratio: 1; border: 1px solid rgba(210, 168, 120, .1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(210, 168, 120, .025), 0 0 0 140px rgba(210, 168, 120, .015); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 850px; padding: clamp(32px, 5.1vw, 76px); }
.logo { display: block; width: min(380px, 80vw); height: auto; margin: 0 0 clamp(38px, 6vh, 72px); filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .25)); }
.eyebrow, .section-label, .overline, .hero-footer, .coming-note, footer { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { margin: 0 0 24px; color: var(--steel); font-size: 11px; font-weight: 500; }
.eyebrow span { padding: 0 9px; color: var(--warm); }
h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 90px); font-weight: 500; letter-spacing: -.072em; line-height: .96; }
h1 span { color: #d8d0c5; }
.hero-intro { max-width: 650px; margin: 30px 0 0; color: #bebdb7; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 0 clamp(32px, 5.1vw, 76px) 30px; color: #96938e; font-size: 10px; }
.section-frame { display: grid; grid-template-columns: 25% 1fr; border: 1px solid var(--line); border-top: 0; }
.section-label { margin: 0; padding: clamp(30px, 4.2vw, 58px); color: var(--steel); font-size: 11px; line-height: 1.5; }
.section-label span { color: var(--warm); margin: 0 9px; }
.section-copy { padding: clamp(30px, 4.2vw, 58px) clamp(30px, 5vw, 72px) clamp(50px, 6vw, 88px) 0; }
h2 { margin: 0 0 22px; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.section-copy p, .development-copy > p:not(.overline):not(.coming-note), .comet-copy > p:not(.overline) { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.65; }
.about { background: #101214; }
.in-development { min-height: 470px; grid-template-columns: 25% 28% 47%; background: #0d0f10; }
.development-copy { position: relative; z-index: 1; align-self: center; padding: 58px 28px 68px 0; }
.overline { margin: 0 0 22px; color: var(--warm); font-size: 10px; line-height: 1.4; }
.development-copy h2 { font-size: clamp(36px, 4.2vw, 58px); }
.development-copy .coming-note { display: inline-block; margin: 34px 0 0; padding-bottom: 7px; border-bottom: 1px solid var(--warm); color: var(--text); font-size: 10px; }
.development-art { position: relative; min-height: 470px; overflow: hidden; border-left: 1px solid var(--line); background: radial-gradient(ellipse at 48% 66%, rgba(223, 145, 83, .16), transparent 31%), linear-gradient(150deg, #16191c, #0a0c10 70%); }
.development-art::before { content: ""; position: absolute; inset: 0; opacity: .56; background-image: radial-gradient(circle, #adb2b2 1px, transparent 1.4px); background-size: 83px 101px; background-position: 16px 28px; }
.orbit { position: absolute; left: 50%; top: 43%; width: 86%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(-21deg); border: 1px solid rgba(211, 170, 122, .2); border-radius: 50%; }
.orbit-two { width: 120%; border-color: rgba(211, 170, 122, .09); }
.window-light { position: absolute; left: 24%; right: 24%; bottom: 17%; height: 38%; border: 1px solid rgba(214, 168, 121, .35); border-radius: 48% 48% 3px 3px; background: radial-gradient(ellipse at 50% 90%, rgba(228, 156, 88, .5), rgba(144, 85, 58, .12) 44%, transparent 75%); box-shadow: inset 0 0 60px rgba(211, 129, 76, .1), 0 0 70px rgba(197, 106, 57, .1); }
.horizon { position: absolute; left: -10%; right: -10%; bottom: 17%; height: 1px; background: linear-gradient(90deg, transparent, rgba(221, 168, 113, .35), transparent); }
.star { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #d5d6d5; box-shadow: 0 0 13px 2px rgba(224, 222, 206, .4); }
.star-one { left: 18%; top: 18%; } .star-two { right: 24%; top: 25%; } .star-three { right: 16%; bottom: 30%; }
.comet { grid-template-columns: 25% 28% 47%; align-items: stretch; background: #111214; }
.comet-copy { align-self: center; padding: 36px 28px 42px 0; }
.steam-link { display: inline-block; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--warm); color: var(--text); font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.steam-link:hover, .steam-link:focus-visible { color: var(--warm); }
.steam-link span { margin-left: 8px; }
.comet-art-link { display: flex; align-items: center; min-width: 0; overflow: hidden; border-left: 1px solid var(--line); background: #05070a; }
.comet-art-link:hover { outline: 1px solid var(--warm); outline-offset: -1px; }
.comet-art-link:focus-visible { outline: 2px solid var(--warm); outline-offset: -4px; }
.comet-image { display: block; width: 100%; height: auto; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px 20px 40px; color: #8d8d89; font-size: 10px; }
footer p { margin: 0; }

@media (max-width: 1050px) {
  .section-frame { grid-template-columns: 1fr; }
  .section-label { padding: 36px 36px 0; }
  .section-copy { padding: 27px 36px 58px; }
  .in-development, .comet { grid-template-columns: 1fr 1fr; }
  .in-development .section-label, .comet .section-label { grid-column: 1 / -1; }
  .development-copy, .comet-copy { padding: 35px 24px 52px 36px; }
  .development-art { min-height: 360px; }
  .comet-art-link { min-height: 300px; }
}

@media (max-width: 640px) {
  main { padding: 12px; }
  .hero { min-height: 690px; }
  .hero-content { padding: 34px 28px 45px; }
  .logo { width: min(320px, 100%); margin-bottom: 42px; }
  h1 { font-size: clamp(42px, 10.5vw, 62px); }
  .hero-intro { margin-top: 25px; font-size: 17px; }
  .hero-footer { padding: 0 28px 24px; font-size: 9px; }
  .hero-footer span:last-child { display: none; }
  .section-label { padding: 31px 28px 0; }
  .section-copy { padding: 25px 28px 50px; }
  .in-development, .comet { grid-template-columns: 1fr; }
  .development-copy, .comet-copy { padding: 27px 28px 48px; }
  .development-art { min-height: 300px; border-left: 0; border-top: 1px solid var(--line); }
  .comet-art-link { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }
  footer { flex-direction: column; padding: 25px 16px 33px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
