:root {
  --bg: #050605;
  --surface: #0a0c0a;
  --line: rgba(255,255,255,.12);
  --muted: #9b9f9b;
  --white: #fff;
  --accent: #10B981;
  --accent-soft: rgba(16,185,129,.14);
  --max: 1180px;
  --display: 'Manrope', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--white); background: var(--bg); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 36px; transition: background .4s ease, border-color .4s ease, padding .4s ease;
}
.nav.scrolled { background: rgba(5,6,5,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); padding-block: 16px; }
.wordmark { justify-self: start; font: 800 18px/1 var(--display); letter-spacing: .14em; }
.nav-links { display: flex; gap: 32px; font-size: 13px; color: rgba(255,255,255,.78); }
.nav-links a, .nav-cta { transition: opacity .25s ease, color .25s ease; }
.nav-links a:hover, .nav-cta:hover { color: var(--accent); }
.nav-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('https://miro.medium.com/1%2AgbWPnRKAIdBQNy9RJC9f0g.jpeg') center 48% / cover no-repeat; transform: scale(1.015); filter: saturate(.8) contrast(1.03); }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,.16), rgba(0,0,0,.68) 75%), linear-gradient(to bottom, rgba(0,0,0,.22), rgba(0,0,0,.28) 40%, rgba(0,0,0,.78)); }
.hero-content { position: relative; z-index: 2; width: min(820px, calc(100% - 40px)); text-align: center; margin-top: 4vh; }
.eyebrow, .section-kicker { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.hero h1 { margin: 12px 0 8px; font: 800 clamp(92px, 18vw, 220px)/.82 var(--display); letter-spacing: -.08em; }
.hero-subtitle { max-width: 520px; margin: 0 auto; color: rgba(255,255,255,.84); font-size: clamp(14px, 1.8vw, 17px); line-height: 1.6; }
.hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid rgba(255,255,255,.24); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: #080908; background: var(--white); border-color: var(--white); }
.button-light:hover { background: var(--accent); border-color: var(--accent); }
.button-ghost { background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.10); }
.scroll-note { position: absolute; bottom: 26px; left: 36px; z-index: 2; font-size: 10px; letter-spacing: .16em; color: rgba(255,255,255,.58); }
.scroll-note span { color: var(--accent); margin-left: 8px; }

.section { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: flex; align-items: baseline; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 10px; }
.section-heading h2 { margin: 0; font: 700 clamp(38px, 6vw, 68px)/1 var(--display); letter-spacing: -.05em; }
.section-kicker { color: var(--accent); }
.services-list { border-top: 0; }
.service-row { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; min-height: 124px; border-bottom: 1px solid var(--line); transition: padding-left .35s ease, background .35s ease; }
.service-row:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(255,255,255,.025), transparent); }
.service-index { font-size: 11px; color: #6f746f; }
.service-row h3 { margin: 0 0 8px; font: 600 clamp(20px, 3vw, 28px)/1.15 var(--display); letter-spacing: -.03em; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.games { padding-top: 60px; }
.games-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 12px; }
.game-card { position: relative; min-height: 540px; overflow: hidden; background: #111; }
.game-card::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.game-card img { transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease; }
.game-card:hover img { transform: scale(1.035); filter: saturate(.88) contrast(1.04); }
.game-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.08) 58%, rgba(0,0,0,.14)); }
.game-content { position: absolute; left: 24px; right: 24px; bottom: 24px; }
.game-content span { font-size: 11px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .14em; }
.game-content h3 { margin: 8px 0 6px; font: 700 clamp(32px, 4vw, 52px)/.95 var(--display); letter-spacing: -.05em; }
.game-content p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }

.contact { width: 100%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-inner { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 130px 0; }
.contact h2 { margin: 20px 0 0; font: 800 clamp(52px, 10vw, 118px)/.9 var(--display); letter-spacing: -.07em; max-width: 900px; }
.contact p { margin: 12px 0 36px; font-size: clamp(18px, 3vw, 26px); color: var(--muted); }
.contact-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 15px; transition: border-color .25s ease, color .25s ease; }
.contact-link:hover { color: var(--accent); border-color: var(--accent); }

.footer { display: flex; justify-content: space-between; gap: 20px; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 26px 0 34px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #777c77; }
.footer span:first-child { color: rgba(255,255,255,.82); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 880px) {
  .nav { grid-template-columns: 1fr auto; padding: 18px 20px; }
  .nav-links { display: none; }
  .nav-cta { justify-self: end; }
  .scroll-note { left: 20px; }
  .section, .contact-inner, .footer { width: min(var(--max), calc(100% - 40px)); }
  .games-grid { grid-template-columns: 1fr; }
  .game-card { min-height: 430px; }
}

@media (max-width: 560px) {
  .hero-content { width: calc(100% - 28px); }
  .hero h1 { font-size: clamp(82px, 26vw, 140px); }
  .hero-subtitle { max-width: 330px; }
  .hero-actions { flex-direction: column; width: min(260px, 100%); margin-inline: auto; }
  .section { padding: 86px 0; }
  .service-row { grid-template-columns: 38px 1fr; gap: 14px; min-height: 118px; }
  .contact-inner { padding: 90px 0; }
  .footer { flex-direction: column; }
}


.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

@media (max-width: 560px) {
  .contact-actions { gap: 18px; }
}
