:root {
  --ink: #05080c;
  --panel: #0a1016;
  --panel-2: #101820;
  --white: #f4f7f5;
  --muted: #98a5aa;
  --cyan: #53e7ff;
  --lime: #c7ff39;
  --line: rgba(255,255,255,.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .05; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; top: -4rem; left: 1rem; z-index: 100; background: var(--lime); color: var(--ink); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { height: 76px; position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; white-space: nowrap; }
.brand-logo { width: auto; height: 62px; object-fit: contain; }
nav { margin-left: auto; display: flex; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: center; }
nav a { color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--lime); }
.header-cta { margin-left: 2.25rem; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.55); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px; }

.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-grid { position: absolute; inset: 0 0 0 42%; display: grid; grid-template: 1fr 1fr / 2fr 1fr; gap: 5px; transform: skewX(-5deg) scale(1.08); transform-origin: center; }
.hero-shot { margin: 0; position: relative; overflow: hidden; background: #111; }
.hero-shot-main { grid-row: 1 / 3; }
.hero-shot img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.1); transform: skewX(5deg) scale(1.12); }
.hero-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(5,8,12,.1), rgba(5,8,12,.45)); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #05080c 0%, rgba(5,8,12,.97) 32%, rgba(5,8,12,.45) 66%, rgba(5,8,12,.12)), linear-gradient(0deg, rgba(5,8,12,.88), transparent 35%); }
.hero-content { width: min(92%, var(--max)); margin: 68px auto 0; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.4rem; color: var(--cyan); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .87; }
h1 { max-width: 780px; font-size: clamp(5.1rem, 10.8vw, 10.3rem); }
h1 em, h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--lime); font-style: normal; }
.hero-copy { max-width: 560px; margin: 1.8rem 0 2rem; color: #c2cbce; font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 52px; padding: .9rem 1.25rem; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.35); color: white; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.text-link span { color: var(--lime); }
.hero-stats { display: flex; gap: 0; margin-top: 3.8rem; }
.hero-stats div { display: grid; padding: 0 2.2rem; border-left: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; border: 0; }
.hero-stats strong { font-size: 1.8rem; line-height: 1; letter-spacing: -.04em; }
.hero-stats strong span { color: var(--lime); font-size: .75em; }
.hero-stats small { margin-top: .45rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 2; right: 2.5rem; bottom: 2.5rem; display: flex; align-items: center; gap: .8rem; color: #bac4c7; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 52px; background: linear-gradient(var(--lime), transparent); }

.section { width: min(92%, var(--max)); margin: 0 auto; padding: 8rem 0; }
.intro { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; }
.section-number { position: absolute; top: 4rem; left: -1.5rem; color: rgba(255,255,255,.06); font-size: 9rem; line-height: 1; font-weight: 900; }
h2 { position: relative; font-size: clamp(4rem, 7vw, 7rem); }
.intro-copy { padding-top: 3.8rem; }
.intro-copy .lead { margin: 0 0 1.6rem; color: var(--white); font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.45; }
.intro-copy p:not(.lead) { margin: 0 0 2.3rem; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.text-link.light { color: var(--white); }

.rig-section { width: 100%; max-width: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #e9eeeb; color: var(--ink); }
.rig-visual { min-height: 720px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 45% 45%, #273541, #080d12 65%); }
.rig-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(83,231,255,.05) 1px, transparent 1px), linear-gradient(rgba(83,231,255,.05) 1px, transparent 1px); background-size: 48px 48px; transform: perspective(500px) rotateX(65deg) scale(1.4); transform-origin: bottom; opacity: .65; }
.rig-glow { position: absolute; width: 450px; height: 450px; border-radius: 50%; background: rgba(83,231,255,.18); filter: blur(80px); }
.rig-card { width: min(78%, 520px); aspect-ratio: .9; position: relative; padding: 1.4rem; border: 1px solid rgba(83,231,255,.35); background: rgba(8,13,18,.72); backdrop-filter: blur(12px); box-shadow: 0 30px 90px rgba(0,0,0,.65); transform: perspective(1000px) rotateY(7deg) rotateX(2deg); }
.rig-card-top { display: flex; justify-content: space-between; color: var(--cyan); font-size: .65rem; letter-spacing: .16em; }
.monitor { width: 82%; margin: 10% auto 0; }
.monitor-screen { aspect-ratio: 16/10; position: relative; display: grid; place-items: center; overflow: hidden; border: 8px solid #020405; background: radial-gradient(circle, rgba(83,231,255,.23), transparent 55%), linear-gradient(145deg, #132f38, #091015 60%); box-shadow: 0 0 38px rgba(83,231,255,.2); }
.monitor-screen::before, .monitor-screen::after { content: ""; position: absolute; background: rgba(83,231,255,.18); }
.monitor-screen::before { width: 100%; height: 1px; }
.monitor-screen::after { height: 100%; width: 1px; }
.monitor-screen strong { color: white; font-size: 5.5rem; letter-spacing: -.08em; }
.monitor-screen small { position: absolute; margin: 6.7rem 0 0 4.6rem; color: var(--lime); font-weight: 900; }
.crosshair { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(83,231,255,.25); border-radius: 50%; }
.monitor-stand { width: 34%; height: 80px; margin: 0 auto; border-bottom: 8px solid #111b22; background: linear-gradient(90deg, transparent 42%, #121d24 42% 58%, transparent 58%); }
.performance-line { position: absolute; inset: auto 1.4rem 1.4rem; height: 44px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); }
.performance-line span { display: block; margin-top: 20px; height: 1px; background: var(--cyan); box-shadow: 36px -9px 0 var(--cyan), 72px 5px 0 var(--cyan), 108px -12px 0 var(--cyan), 144px 0 0 var(--cyan), 180px -6px 0 var(--cyan), 216px 8px 0 var(--cyan), 252px -10px 0 var(--cyan); }
.rig-content { padding: clamp(4rem, 8vw, 8rem); }
.rig-content .eyebrow { color: #08798a; }
.rig-content h2 em { -webkit-text-stroke-color: #08798a; }
.rig-content > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0 3rem; color: #566267; line-height: 1.7; }
.specs { border-top: 1px solid #c5ceca; }
.spec { display: grid; grid-template-columns: 110px 1fr; padding: 1rem 0; border-bottom: 1px solid #c5ceca; }
.spec > span { grid-row: 1 / 3; color: #687377; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.spec strong { font-size: .95rem; text-transform: uppercase; letter-spacing: .02em; }
.spec small { margin-top: .25rem; color: #687377; font-size: .76rem; }

.games { padding-top: 9rem; }
.games-header { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.games-header > p { max-width: 480px; margin: 0 0 .5rem auto; color: var(--muted); line-height: 1.7; }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.game-card { min-height: 310px; position: relative; overflow: hidden; background: #101820; }
.game-card.featured { grid-column: span 2; }
.game-card img { height: 100%; object-fit: cover; opacity: .72; transition: transform .45s ease, opacity .45s; }
.game-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.96), rgba(5,8,12,.06) 70%); }
.game-card > div { position: absolute; z-index: 2; inset: auto 1.2rem 1.2rem; }
.game-card span { color: var(--lime); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.game-card h3 { margin: .35rem 0 0; font-size: 1.08rem; text-transform: uppercase; }
.game-card:hover img { transform: scale(1.055); opacity: .92; }

.contact { width: 100%; max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; padding: 0; background: var(--lime); color: var(--ink); }
.contact-copy { padding: clamp(4rem, 8vw, 8rem); }
.contact-copy .eyebrow { color: #344500; }
.contact-copy h2 em { -webkit-text-stroke-color: #263400; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 2rem 0; line-height: 1.7; }
.phone { max-width: 520px; display: grid; grid-template-columns: 1fr auto; padding: 1.2rem 0; margin: 2rem 0; border-top: 1px solid rgba(5,8,12,.25); border-bottom: 1px solid rgba(5,8,12,.25); }
.phone small { grid-column: 1; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.phone strong { grid-column: 1; margin-top: .25rem; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.phone > span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.6rem; }
.contact-copy .button-primary { background: var(--ink); color: white; }
.map-wrap { min-height: 620px; position: relative; background: #101820; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.88) contrast(.95); }
.map-label { position: absolute; left: 1.5rem; bottom: 1.5rem; display: grid; gap: .25rem; padding: 1rem 1.2rem; background: var(--ink); color: white; }
.map-label span { color: var(--cyan); font-size: .65rem; letter-spacing: .12em; }
.map-label strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

footer { width: min(92%, var(--max)); margin: 0 auto; padding: 3.5rem 0 2rem; }
.footer-brand .brand-logo { height: 118px; }
footer > p { margin: 3rem 0; color: var(--muted); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); text-transform: uppercase; letter-spacing: .02em; }
footer > div { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
footer > div a:hover { color: var(--lime); }

@media (max-width: 980px) {
  nav { position: fixed; inset: 76px 0 auto; display: none; padding: 1.5rem; background: rgba(5,8,12,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid { left: 25%; opacity: .58; }
  .intro, .games-header { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .rig-section, .contact { grid-template-columns: 1fr; }
  .rig-visual { min-height: 590px; }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .map-wrap { min-height: 480px; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; padding-inline: 1rem; }
  .brand-logo { height: 54px; }
  .footer-brand .brand-logo { height: 100px; }
  nav { top: 68px; }
  .hero { min-height: 760px; }
  .hero-grid { inset: 0; display: block; opacity: .38; transform: none; }
  .hero-shot { display: none; }
  .hero-shot-main { display: block; height: 100%; }
  .hero-shot img { transform: scale(1.05); }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,8,12,.97), rgba(5,8,12,.28)), linear-gradient(0deg, #05080c 0%, transparent 65%); }
  .hero-content { margin-top: 60px; }
  h1 { font-size: clamp(4rem, 22vw, 6.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
  .hero-stats { margin-top: 3rem; }
  .hero-stats div { padding: 0 1rem; }
  .hero-stats strong { font-size: 1.35rem; }
  .hero-stats small { max-width: 72px; line-height: 1.4; }
  .scroll-cue { display: none; }
  .section { width: min(90%, var(--max)); padding: 6rem 0; }
  h2 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .section-number { display: none; }
  .rig-section, .contact { width: 100%; padding: 0; }
  .rig-visual { min-height: 460px; }
  .rig-card { width: 84%; }
  .monitor-screen strong { font-size: 4rem; }
  .rig-content, .contact-copy { padding: 5rem 5%; }
  .spec { grid-template-columns: 90px 1fr; }
  .games-header { gap: 2rem; }
  .game-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .game-card { min-height: 240px; }
  .game-card.featured { grid-column: span 2; min-height: 320px; }
  .game-card > div { inset: auto .9rem .9rem; }
  .game-card h3 { font-size: .9rem; }
  .map-wrap { min-height: 440px; }
  footer > div { gap: 1rem; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
