:root {
  --bg: #030406;
  --surface: #090b0f;
  --surface-2: #101319;
  --text: #f3f5f8;
  --muted: #8f96a3;
  --line: rgba(255, 255, 255, 0.13);
  --blue: #0877ff;
  --blue-soft: rgba(8, 119, 255, 0.16);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(100%, var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--blue); padding: .8rem 1rem; color: #fff; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgba(3, 4, 6, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav { height: 82px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { width: 118px; flex: 0 0 auto; }
.logo img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: .78rem; letter-spacing: .08em; }
.nav-links a { position: relative; padding: .6rem 0; color: #c7cbd2; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .25s; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; border-left: 1px solid var(--line); padding-left: 16px; }
.lang-switch button { color: var(--muted); background: transparent; border: 0; padding: .45rem; cursor: pointer; font-size: .7rem; }
.lang-switch button.active { color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { min-height: 680px; height: 72svh; max-height: 760px; position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; z-index: -1; background: linear-gradient(180deg, transparent, var(--bg)); }
.hero-grid { height: 100%; padding: 100px clamp(22px, 4vw, 64px) 58px; display: grid; grid-template-columns: minmax(380px, .92fr) 1.35fr; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 1.6rem; color: #b8bec8; font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 44px; height: 2px; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
.hero-title { margin: 0; max-width: 7ch; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(7rem, 13vw, 13rem); font-weight: 700; line-height: .72; letter-spacing: -.045em; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-sub { max-width: 30rem; margin: 2.2rem 0 0; color: #c4c8cf; font-size: .82rem; line-height: 1.7; letter-spacing: .24em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 2.3rem; }
.play-link { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-size: .95rem; }
.play-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); transition: background .2s, color .2s, transform .2s; }
.play-icon::before { content: "PLAY"; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.play-link:hover .play-icon, .play-link:focus-visible .play-icon { background: var(--blue); color: #fff; transform: scale(1.05); }
.booking-link { color: var(--muted); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding: .8rem 0; }
.booking-link:hover { color: #fff; border-color: var(--blue); }
.hero-portrait { position: absolute; inset: 0 0 0 31%; z-index: -2; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; filter: grayscale(1) contrast(1.16) brightness(.8); }
.hero-portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--bg) 0%, rgba(3,4,6,.86) 13%, rgba(3,4,6,.12) 48%, rgba(3,4,6,.72) 100%); }
.hero-lines { position: absolute; top: 9%; right: 0; width: 13%; height: 72%; z-index: -1; opacity: .24; background: repeating-linear-gradient(90deg, transparent 0 12px, rgba(255,255,255,.15) 12px 13px); }

.platform-bar { border-bottom: 1px solid var(--line); background: #050609; }
.platforms { min-height: 82px; display: grid; grid-template-columns: 1.2fr repeat(5, 1fr); align-items: stretch; padding: 0 clamp(22px, 4vw, 64px); }
.platforms > * { min-width: 0; display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--line); padding: 1.1rem; }
.platforms > :first-child { justify-content: flex-start; color: var(--blue); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.platforms > :last-child { border-right: 0; }
.platforms a { color: #c1c6ce; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s; }
.platforms a:hover, .platforms a:focus-visible { color: #fff; background: var(--blue-soft); }

.section { padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 78px); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 54px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; }
h2 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 600; line-height: .86; letter-spacing: -.025em; text-transform: uppercase; }
.section-intro { max-width: 34rem; margin: 0; color: var(--muted); line-height: 1.75; }

.release-list { border-top: 1px solid var(--line); }
.release { display: grid; grid-template-columns: 72px 92px 1.2fr 1fr auto; align-items: center; gap: clamp(18px, 3vw, 50px); min-height: 136px; border-bottom: 1px solid var(--line); transition: background .2s; }
.release:hover { background: linear-gradient(90deg, var(--blue-soft), transparent 58%); }
.release-no { color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 1.6rem; text-align: center; }
.release-art { aspect-ratio: 1; background: #07080b; border: 1px solid var(--line); overflow: hidden; }
.release-art img { width: 100%; height: 100%; object-fit: cover; }
.release-title { font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(1.65rem, 3vw, 2.6rem); text-transform: uppercase; }
.release-meta { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.release-link { color: var(--blue); padding: 1rem 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.about-sticky { position: sticky; top: 125px; }
.quote { margin: 2.2rem 0 0; max-width: 21ch; color: #cbd0d7; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1.15; }
.story { max-width: 720px; }
.story p { margin: 0 0 1.3rem; color: #aeb4bd; line-height: 1.85; }
.milestones { margin-top: 46px; border-top: 1px solid var(--line); }
.milestone { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.milestone-year { color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 2.2rem; }
.milestone p { margin: .45rem 0 0; }

.booking { position: relative; overflow: hidden; background: var(--surface); }
.booking::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 50%, rgba(8,119,255,.16), transparent 28%); }
.booking-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.booking-copy { max-width: 840px; }
.booking-mail { display: inline-block; margin-top: 2.3rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2rem, 5.4vw, 5.8rem); line-height: 1; border-bottom: 2px solid var(--blue); }
.booking-mail:hover { color: var(--blue); }
.booking-note { color: var(--muted); max-width: 31rem; line-height: 1.7; }

.footer { padding: 34px clamp(22px, 5vw, 78px); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; color: #777e88; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer a:hover { color: var(--blue); }

.legal-page { min-height: 100svh; padding: clamp(120px, 16vw, 190px) clamp(22px, 6vw, 90px) 80px; }
.legal-inner { width: min(100%, 720px); margin: 0 auto; }
.legal-back { display: inline-block; margin-bottom: 70px; color: var(--blue); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.legal-page h1 { margin: 0 0 48px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(4rem, 10vw, 7rem); font-weight: 600; line-height: .86; text-transform: uppercase; }
.legal-block { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-block h2 { margin: 0 0 16px; font-size: 1.25rem; line-height: 1; }
.legal-block p { margin: 0; color: #aeb4bd; line-height: 1.8; }
.legal-block a { color: inherit; }
.legal-block a:hover { color: var(--blue); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

@media (max-width: 900px) {
  .nav { height: 70px; }
  .logo { width: 96px; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 2rem 26px; background: rgba(3,4,6,.98); transform: translateX(100%); transition: transform .28s; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 1.1rem 0; font-family: "Barlow Condensed", sans-serif; font-size: 2.5rem; border-bottom: 1px solid var(--line); text-transform: uppercase; }
  .lang-switch { border: 0; padding: 0; }
  .hero { min-height: 760px; height: 100svh; max-height: none; }
  .hero-grid { display: flex; align-items: end; padding-top: 90px; padding-bottom: 70px; }
  .hero-copy { padding-bottom: 0; }
  .hero-title { font-size: clamp(5.2rem, 27vw, 8.2rem); }
  .hero-sub { max-width: 22rem; font-size: .7rem; letter-spacing: .16em; }
  .hero-portrait { inset: 0 -34% 0 10%; opacity: .8; }
  .hero-portrait::before { background: linear-gradient(90deg, rgba(3,4,6,.95), rgba(3,4,6,.32) 54%, rgba(3,4,6,.72)), linear-gradient(0deg, var(--bg), transparent 45%); }
  .hero-lines { display: none; }
  .platforms { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .platforms > * { min-height: 64px; border-bottom: 1px solid var(--line); }
  .platforms > :first-child { grid-column: 1 / -1; justify-content: center; }
  .section-head { display: block; }
  .section-intro { margin-top: 24px; }
  .release { grid-template-columns: 48px 70px 1fr auto; gap: 14px; min-height: 110px; }
  .release-meta { display: none; }
  .release-title { font-size: 1.65rem; }
  .about-grid { grid-template-columns: 1fr; }
  .about-sticky { position: static; }
  .booking-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .nav-actions { gap: 6px; }
  .hero-kicker { font-size: .61rem; letter-spacing: .2em; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-portrait { inset: 0 -78% 0 3%; }
  .section { padding-left: 20px; padding-right: 20px; }
  .release { grid-template-columns: 36px 58px 1fr 28px; gap: 10px; }
  .release-no { font-size: 1.15rem; }
  .release-title { font-size: 1.3rem; }
  .release-link { padding: .3rem; }
  .milestone { grid-template-columns: 68px 1fr; gap: 16px; }
  .booking-mail { font-size: clamp(1.8rem, 8.5vw, 3rem); word-break: break-word; }
  .footer { flex-direction: column; }
}

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