
:root {
  --ink: #f5f2eb;
  --muted: #99978f;
  --line: rgba(255, 255, 255, 0.12);
  --acid: #dfff59;
  --bg: #0b0b0c;
  --panel: #111113;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
main { width: 100%; overflow: clip; }
a { color: inherit; text-decoration: none; }
.shell { width: min(100% - 48px, 1240px); margin-inline: auto; }

.nav {
  height: 92px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; letter-spacing: -.04em; font-size: 14px; }
.brand small { color: var(--acid); letter-spacing: .18em; font-size: 8px; margin-left: -4px; align-self: flex-end; margin-bottom: 3px; }
.brand-mark { width: 28px; height: 30px; display: inline-block; position: relative; transform: rotate(-7deg); margin-right: 3px; }
.chair-back,.chair-seat,.chair-leg { position: absolute; background: var(--acid); display: block; }
.chair-back { width: 15px; height: 16px; border-radius: 3px 3px 1px 1px; left: 4px; top: 1px; }
.chair-seat { width: 22px; height: 5px; border-radius: 1px; left: 4px; top: 16px; }
.chair-leg { width: 3px; height: 10px; top: 20px; }
.chair-leg-left { left: 7px; transform: rotate(8deg); }
.chair-leg-right { right: 3px; transform: rotate(-8deg); }
.nav-links { display: flex; align-items: center; gap: 38px; color: #c8c6c0; font-size: 13px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--acid); }
.nav-contact { border: 1px solid #484846; border-radius: 999px; padding: 11px 19px; }

.hero { min-height: 560px; padding: 86px 0 60px; display: flex; justify-content: space-between; align-items: flex-end; position: relative; }
.hero::before { content: ""; position: absolute; width: 530px; height: 530px; right: -80px; top: -80px; background: radial-gradient(circle, rgba(223,255,89,.09), transparent 68%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 48%, rgba(255,255,255,.018) 48.2%, transparent 48.5%); pointer-events: none; }
.hero-copy { min-width: 0; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 26px; color: #aaa8a0; font-size: 10px; font-weight: 800; letter-spacing: .23em; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 23px; height: 1px; background: var(--acid); display: inline-block; }
.hero h1 { margin: 0; font-size: clamp(54px, 7.2vw, 102px); line-height: .93; letter-spacing: -.07em; font-weight: 800; max-width: 1000px; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-text { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; margin: 34px 0 0; }
.scroll-cue { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #8d8b85; font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue b { writing-mode: initial; color: var(--acid); font-size: 20px; font-weight: 400; }

.projects { padding: 90px 0 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2, .studio h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); letter-spacing: -.055em; line-height: 1; }
.section-heading > p { color: var(--muted); max-width: 330px; font-size: 13px; line-height: 1.6; margin: 0 0 5px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 22px; }
.project-card { min-width: 0; padding: 10px 10px 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.game-art { height: 330px; position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; border-radius: 18px; border: 1px solid rgba(255,255,255,.09); }
.game-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(255,255,255,.035) 35px 36px); z-index: -1; }
.game-art::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; z-index: -1; box-shadow: 0 0 80px rgba(255,255,255,.08) inset; }
.game-art.gold { background: radial-gradient(circle at 65% 30%, #836e1d, transparent 44%), #27230f; color: #fff2ac; }
.game-art.ember { background: radial-gradient(circle at 65% 30%, #813821, transparent 44%), #241310; color: #ffc6a2; }
.game-art.violet { background: radial-gradient(circle at 65% 30%, #493679, transparent 44%), #191522; color: #cfc3ff; }
.game-art.blue { background: radial-gradient(circle at 65% 30%, #204b67, transparent 44%), #101b22; color: #b9e8ff; }
.game-art p { font-size: clamp(40px, 5vw, 67px); font-weight: 950; line-height: .85; letter-spacing: -.07em; text-align: center; margin: 0; text-shadow: 0 15px 45px rgba(0,0,0,.45); transform: rotate(-2deg); }
.game-art p span { display: block; }
.art-number,.art-studio { position: absolute; font-size: 8px; font-weight: 800; letter-spacing: .22em; color: rgba(255,255,255,.55); }
.art-number { left: 22px; top: 20px; }
.art-studio { right: 22px; bottom: 20px; }
.art-orbit { position: absolute; width: 90px; height: 90px; border: 1px dashed currentColor; border-radius: 50%; opacity: .25; top: 24px; right: 28px; }
.project-info { padding: 23px 12px 0; }
.project-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.project-info h3 { font-size: 22px; letter-spacing: -.035em; margin: 0; }
.project-info > p { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 470px; margin: 14px 0 0; }
.project-timeline { margin-top: 21px; padding: 4px 15px; border: 1px solid rgba(255,255,255,.085); border-radius: 13px; background: linear-gradient(110deg, rgba(255,255,255,.034), rgba(255,255,255,.012)); box-shadow: inset 3px 0 0 rgba(223,255,89,.58); }
.milestone { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0 12px 8px; }
.milestone + .milestone { border-top: 1px solid rgba(255,255,255,.075); }
.milestone small { display: block; flex: 0 0 auto; color: #85837c; font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.milestone strong { display: block; min-width: 0; color: #f0eee7; font-size: 11px; font-weight: 650; letter-spacing: .01em; line-height: 1.35; text-align: right; font-variant-numeric: tabular-nums; }
.reveal-note { display: flex; align-items: center; gap: 11px; margin-top: 20px; padding: 14px 15px; border: 1px solid currentColor; border-radius: 12px; background: rgba(255,255,255,.025); }
.reveal-note > span { font-size: 14px; }
.reveal-note p { margin: 0; color: #d5d2cb; font-size: 11px; font-weight: 600; line-height: 1.45; }
.reveal-violet { color: #8e79cb; }.reveal-blue { color: #5997b9; }
.project-author { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.project-author > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #1d1d1e; border: 1px solid #373738; color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .04em; }
.project-author div { display: flex; flex-direction: column; gap: 2px; }
.project-author small { color: #72716c; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.project-author strong { color: #c7c5bf; font-size: 11px; font-weight: 600; }
.status { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; padding: 7px 10px; border-radius: 999px; white-space: nowrap; border: 1px solid currentColor; }
.status-gold { color: #e6d05b; }.status-ember { color: #e98560; }.status-violet { color: #a894e3; }.status-blue { color: #6db5db; }

.studio { padding: 0 0 115px; }
.studio-rule { height: 1px; background: var(--line); margin-bottom: 75px; }
.studio-grid { display: grid; grid-template-columns: .65fr 1.55fr 1fr; gap: 55px; align-items: start; }
.studio-grid .eyebrow { margin-top: 9px; }
.studio h2 { font-size: clamp(40px, 4.8vw, 64px); }
.studio-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 7px 0 40px; }
.footer { border-top: 1px solid var(--line); min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #85837e; font-size: 10px; }
.footer-brand { color: var(--ink); }
.footer > a:last-child { color: #bbb9b2; }

@media (max-width: 760px) {
  .shell { width: calc(100% - 28px); max-width: 1240px; }
  .nav { height: 76px; }
  .brand { gap: 6px; font-size: 12px; white-space: nowrap; }
  .brand-mark { transform: scale(.88) rotate(-7deg); transform-origin: left center; margin-right: -1px; }
  .brand small { font-size: 7px; }
  .nav-links > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 9px 14px; }
  .hero { min-height: 510px; padding: 64px 0 46px; align-items: flex-start; }
  .hero::before { width: 370px; height: 370px; right: -180px; top: -50px; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(28px, 8.4vw, 48px); line-height: 1.02; letter-spacing: -.05em; white-space: normal; }
  .hero-text { font-size: 14px; line-height: 1.65; margin-top: 25px; max-width: 100%; }
  .scroll-cue { display: none; }
  .projects { padding: 70px 0 90px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { display: none; }
  .project-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .project-card { width: 100%; padding: 8px 8px 21px; border-radius: 21px; }
  .game-art { width: 100%; height: 245px; border-radius: 15px; }
  .game-art::after { width: 300px; height: 300px; }
  .game-art p { max-width: 90%; font-size: clamp(39px, 13vw, 49px); }
  .art-studio { right: 15px; bottom: 15px; font-size: 7px; }
  .art-number { left: 15px; top: 15px; }
  .project-info { padding: 20px 8px 0; }
  .project-title-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .project-info h3 { font-size: 20px; }
  .status { white-space: normal; line-height: 1.3; }
  .project-timeline { padding-inline: 13px; }
  .milestone { padding-left: 6px; gap: 12px; }
  .milestone strong { font-size: 11px; }
  .studio-rule { margin-bottom: 55px; }
  .studio-grid { grid-template-columns: 1fr; gap: 24px; }
  .studio-grid .eyebrow { margin: 0 0 2px; }
  .studio-copy > p { margin-top: 0; }
  .footer { padding: 35px 0; min-height: 0; align-items: flex-start; flex-direction: column; }
  .footer > a:last-child { max-width: 100%; overflow-wrap: anywhere; }
}

@media (max-width: 380px) {
  .shell { width: calc(100% - 22px); }
  .nav-contact { padding: 8px 10px; font-size: 11px; }
  .brand { font-size: 11px; gap: 4px; }
  .brand small { display: none; }
  .hero h1 { font-size: clamp(28px, 8.4vw, 32px); }
  .eyebrow { font-size: 8px; letter-spacing: .17em; }
  .game-art { height: 220px; }
  .milestone { align-items: flex-start; flex-direction: column; gap: 6px; }
  .milestone strong { text-align: left; }
}

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