:root {
  --deep-blue: #004087;
  --accent-blue: #1E5CB3;
  --rich-black: #0A0A0A;
  --pure-white: #FFFFFF;
  --dark-navy: #061522;
  --deep-petrol: #0B2742;
  --mid-blue: #123E68;
  --light-blue: #3A7BD5;
  --horizon-blue: #8DB9F2;
  --cool-grey: #B9C8D8;
  --line: rgba(141, 185, 242, .18);
  --line-strong: rgba(141, 185, 242, .36);
  --panel: rgba(6, 21, 34, .72);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--rich-black); }
body {
  margin: 0;
  background: var(--rich-black);
  color: var(--pure-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--accent-blue); color: #fff; }

.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--horizon-blue); font-size: .72rem; font-weight: 760; letter-spacing: .22em; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease, height .3s ease;
}
.site-header.is-scrolled {
  height: 76px;
  background: rgba(3, 10, 17, .78);
  border-color: rgba(141,185,242,.12);
  backdrop-filter: blur(18px) saturate(120%);
}
.brand { display: flex; gap: 12px; align-items: center; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand__text { display: grid; line-height: 1; letter-spacing: .22em; }
.brand__text strong { font-size: .86rem; }
.brand__text span { margin-top: 7px; color: var(--light-blue); font-size: .62rem; letter-spacing: .46em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: rgba(255,255,255,.78); font-size: .86rem; letter-spacing: .02em; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--light-blue);
  transition: right .2s ease;
}
.site-nav a:hover::after, .site-nav a.is-active::after { right: 0; }
.site-nav a:hover, .site-nav a.is-active { color: #fff; }
.nav-toggle { display: none; }

/* Hero story */
.hero-story {
  position: relative;
  height: 195svh;
  background: var(--dark-navy);
  --hero-p: 0;
  --hero-copy: 1;
  --hero-kicker: 0;
  --hero-chapter: 0;
  --hero-handoff: 0;
  --hero-light: 0;
  --hero-mx: 0;
  --hero-my: 0;
  --hero-chapter-y: 12vh;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: #02070c;
}
.hero--sticky { position: sticky; top: 0; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 24;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1,6,11,.95) 0%, rgba(2,9,15,.77) 25%, rgba(2,9,15,.18) 56%, rgba(2,9,15,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06), transparent 43%, rgba(1,6,11,.07) 67%, rgba(1,6,11,.48) 100%);
  opacity: calc(.98 - (var(--hero-p) * .34));
}
.hero__sky {
  position: absolute;
  inset: -6% -3%;
  z-index: 0;
  background:
    radial-gradient(ellipse at 77% 26%, rgba(58,123,213,.16), transparent 22%),
    radial-gradient(ellipse at 53% 58%, rgba(141,185,242,.10), transparent 31%),
    linear-gradient(180deg, #010408 0%, #03101c 27%, #061b2e 51%, #0a2945 72%, #123e68 100%);
  filter: brightness(calc(1 + (var(--hero-light) * .07)));
  transform: translate3d(calc(var(--hero-mx) * -2px), calc((var(--hero-p) * -1.2vh) + (var(--hero-my) * -1.5px)), 0) scale(calc(1.035 + (var(--hero-p) * .012)));
  will-change: transform, filter;
}
.hero__stars {
  position: absolute;
  inset: -4%;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero__stars--far {
  opacity: calc(.31 - (var(--hero-light) * .20));
  background-image:
    radial-gradient(circle at 9% 18%, rgba(255,255,255,.82) 0 1px, transparent 1.4px),
    radial-gradient(circle at 20% 33%, rgba(141,185,242,.72) 0 1px, transparent 1.4px),
    radial-gradient(circle at 31% 12%, rgba(255,255,255,.62) 0 1px, transparent 1.3px),
    radial-gradient(circle at 48% 23%, rgba(255,255,255,.72) 0 1px, transparent 1.4px),
    radial-gradient(circle at 67% 16%, rgba(141,185,242,.72) 0 1px, transparent 1.4px),
    radial-gradient(circle at 85% 28%, rgba(255,255,255,.74) 0 1px, transparent 1.4px),
    radial-gradient(circle at 94% 11%, rgba(141,185,242,.58) 0 1px, transparent 1.4px);
  background-size: 260px 240px, 350px 300px, 420px 340px, 310px 270px, 450px 350px, 370px 320px, 290px 260px;
  transform: translate3d(calc(var(--hero-mx) * -4px), calc(var(--hero-p) * -.7vh), 0);
}
.hero__stars--near {
  opacity: calc(.18 - (var(--hero-light) * .12));
  background-image:
    radial-gradient(circle at 13% 41%, rgba(255,255,255,.9) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 40% 16%, rgba(255,255,255,.85) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 59% 35%, rgba(141,185,242,.92) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 73% 9%, rgba(255,255,255,.9) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 90% 42%, rgba(255,255,255,.84) 0 1px, transparent 1.6px);
  background-size: 520px 430px, 470px 390px, 610px 480px, 560px 440px, 490px 410px;
  animation: star-breathe 9s ease-in-out infinite alternate;
  transform: translate3d(calc(var(--hero-mx) * -7px), calc(var(--hero-p) * -.9vh), 0);
}
@keyframes star-breathe { from { filter: brightness(.84); } to { filter: brightness(1.14); } }
.hero__moon {
  position: absolute;
  z-index: 2;
  left: 77%;
  top: 15.5%;
  width: clamp(64px, 5.2vw, 90px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 31%, rgba(215,228,240,.15) 0 8%, transparent 9%),
    radial-gradient(circle at 66% 57%, rgba(74,96,116,.11) 0 10%, transparent 11%),
    radial-gradient(circle at 47% 70%, rgba(83,105,125,.10) 0 7%, transparent 8%),
    radial-gradient(circle at 42% 38%, #e2e9ef 0%, #bac7d3 48%, #91a1b1 100%);
  box-shadow: 0 0 18px rgba(185,211,236,.28), 0 0 48px rgba(58,123,213,.18);
  opacity: calc(.88 - (var(--hero-p) * .08));
  transform: translate3d(calc(var(--hero-mx) * 3px), calc((var(--hero-p) * -1.7vh) + (var(--hero-my) * 2px)), 0) scale(calc(1 - (var(--hero-p) * .025)));
  will-change: transform, opacity;
}
.hero__moon span { position: absolute; inset: 14%; border-radius: 50%; background: radial-gradient(circle at 67% 38%, rgba(73,94,114,.12) 0 12%, transparent 13%); }
.hero__clouds {
  position: absolute;
  z-index: 2;
  left: -8%;
  right: -8%;
  pointer-events: none;
  filter: blur(16px);
  opacity: .13;
  background: linear-gradient(90deg, transparent 2%, rgba(110,151,188,.16) 20%, rgba(31,70,105,.24) 48%, rgba(94,139,178,.13) 72%, transparent 96%);
  border-radius: 50%;
}
.hero__clouds--far { top: 24%; height: 8%; transform: translate3d(calc((var(--hero-p) * -2.5vw) + (var(--hero-mx) * 3px)), calc(var(--hero-p) * -.8vh), 0); }
.hero__clouds--near { top: 34%; left: 20%; height: 9%; opacity: .10; transform: translate3d(calc((var(--hero-p) * 3.2vw) + (var(--hero-mx) * 5px)), calc(var(--hero-p) * -1.1vh), 0); }
.hero__distant-coast {
  position: absolute;
  z-index: 3;
  left: -2%;
  right: -2%;
  top: calc(47.5% - (var(--hero-p) * 2.4vh));
  height: 16vh;
  min-height: 100px;
  pointer-events: none;
  opacity: calc(.62 + (var(--hero-handoff) * .08));
  transform: translate3d(calc(var(--hero-mx) * -1px), 0, 0) scale(calc(1 + (var(--hero-p) * .018)));
  transform-origin: center bottom;
}
.hero__distant-coast svg { width: 104%; height: 100%; display: block; }
.distant-coast--left { fill: #071725; }
.distant-coast--right { fill: #0a2034; }
.hero__horizon {
  position: absolute;
  z-index: 4;
  left: -2%;
  right: -2%;
  top: calc(50.7% - (var(--hero-p) * 2.8vh));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141,185,242,.17) 16%, rgba(185,215,239,.38) 61%, rgba(141,185,242,.16) 88%, transparent);
  box-shadow: 0 0 18px rgba(58,123,213,.13);
}
.hero__harbor-light {
  position: absolute;
  z-index: 5;
  left: 88%;
  top: calc(48.9% - (var(--hero-p) * 2.5vh));
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #f1c27d;
  box-shadow: 0 0 4px #f1c27d, 0 0 13px rgba(241,194,125,.42);
  opacity: calc(.62 + (var(--hero-p) * .08));
}
.hero__sea {
  position: absolute;
  z-index: 4;
  left: -5%;
  right: -5%;
  top: calc(50.7% - (var(--hero-p) * 2.8vh));
  height: 72%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(39,87,133,.80) 0%, rgba(18,62,104,.92) 19%, rgba(8,39,66,.98) 49%, #03131f 81%, #020a11 100%);
  transform: translate3d(calc(var(--hero-mx) * -1.5px), 0, 0) scale(calc(1.008 + (var(--hero-p) * .06)));
  transform-origin: 50% 0;
  will-change: transform;
}
.hero__sea-depth {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 77% 0%, rgba(141,185,242,.16), transparent 22%),
    linear-gradient(90deg, rgba(1,8,14,.33), transparent 32%, transparent 72%, rgba(1,8,14,.24));
}
.hero__sea-ripples {
  position: absolute;
  inset: -12% -8% 0;
  opacity: .72;
  background:
    repeating-linear-gradient(179deg, rgba(141,185,242,.10) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(182deg, rgba(255,255,255,.035) 0 1px, transparent 1px 27px);
  animation: sea-drift 15s ease-in-out infinite alternate;
}
.hero__sea-bands {
  position: absolute;
  inset: 2% 0 auto;
  height: 45%;
  opacity: .31;
  background:
    repeating-linear-gradient(180deg, rgba(185,215,239,.12) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgba(141,185,242,.08), transparent 58%);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 92%, transparent);
}
.hero__sea-glint {
  position: absolute;
  left: 72.6%;
  top: -1%;
  width: 9.5%;
  height: 82%;
  background: linear-gradient(180deg, rgba(239,245,250,.18), rgba(141,185,242,.10) 28%, rgba(58,123,213,.035) 58%, transparent 90%);
  clip-path: polygon(46% 0, 54% 0, 86% 100%, 13% 100%);
  filter: blur(11px);
  opacity: calc(.34 + (var(--hero-light) * .09));
}
.hero__harbor-reflection {
  position: absolute;
  left: 88%;
  top: 0;
  width: 1px;
  height: 16%;
  background: linear-gradient(180deg, rgba(241,194,125,.42), transparent);
  filter: blur(.3px);
  opacity: .38;
}
@keyframes sea-drift { from { transform: translate3d(-.65%, -2px, 0); } to { transform: translate3d(.65%, 6px, 0); } }
.hero__shore {
  position: absolute;
  z-index: 8;
  inset: auto -3% -10% -3%;
  height: 50vh;
  min-height: 350px;
  pointer-events: none;
  transform: translate3d(calc(var(--hero-mx) * -7px), calc(var(--hero-p) * 13vh), 0) scale(calc(1.015 + (var(--hero-p) * .07)));
  transform-origin: bottom center;
  will-change: transform;
}
.hero__shore svg { width: 106%; height: 100%; display: block; }
.shore__wet { fill: #314354; opacity: .58; }
.shore__sand { fill: #1d2b38; opacity: .96; }
.shore__foreground { fill: #050d14; }
.hero__surf {
  position: absolute;
  z-index: 9;
  inset: auto -2% -2% -2%;
  height: 34vh;
  min-height: 240px;
  pointer-events: none;
  transform: translate3d(calc(var(--hero-mx) * -5px), calc(var(--hero-p) * 11vh), 0) scale(calc(1.015 + (var(--hero-p) * .055)));
  transform-origin: bottom center;
  will-change: transform;
}
.hero__surf svg { display: block; width: 104%; height: 100%; }
.hero__surf .surf { fill: none; stroke-linecap: round; }
.hero__surf .surf--one { stroke: rgba(205,225,240,.46); stroke-width: 2; filter: drop-shadow(0 0 5px rgba(141,185,242,.18)); }
.hero__surf .surf--two { stroke: rgba(141,185,242,.20); stroke-width: 1.3; }
.hero__foreground {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -2%;
  height: 22vh;
  min-height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0 25%, rgba(2,7,11,.28) 45%, #02070b 100%);
  clip-path: polygon(0 46%, 7% 39%, 14% 44%, 23% 35%, 31% 46%, 39% 40%, 49% 49%, 59% 42%, 69% 48%, 78% 41%, 88% 47%, 100% 38%, 100% 100%, 0 100%);
  transform: translate3d(calc(var(--hero-mx) * -11px), calc(var(--hero-p) * 15vh), 0) scale(calc(1.01 + (var(--hero-p) * .065)));
  transform-origin: bottom center;
  will-change: transform;
}
.grass { position: absolute; bottom: 23%; width: 1px; background: rgba(2,7,11,.98); transform-origin: bottom; }
.grass::after { content: ""; position: absolute; left: -5px; top: 4px; width: 10px; height: 1px; background: inherit; transform: rotate(38deg); }
.grass--1 { left: 4%; height: 56px; transform: rotate(-9deg); }
.grass--2 { left: 8%; height: 38px; transform: rotate(7deg); }
.grass--3 { left: 14%; height: 47px; transform: rotate(-4deg); }
.grass--4 { right: 13%; height: 52px; transform: rotate(10deg); }
.grass--5 { right: 8%; height: 40px; transform: rotate(-8deg); }
.grass--6 { right: 4%; height: 61px; transform: rotate(6deg); }
.hero__fog {
  position: absolute;
  z-index: 7;
  left: 16%;
  right: 2%;
  top: 45%;
  height: 12vh;
  border-radius: 50%;
  filter: blur(45px);
  pointer-events: none;
  opacity: calc(.14 - (var(--hero-p) * .04));
  background: linear-gradient(90deg, transparent, rgba(141,185,242,.09), rgba(30,92,179,.07), transparent);
  transform: translate3d(calc(var(--hero-mx) * 3px), calc(var(--hero-p) * -1vh), 0);
}
.hero__content {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding-top: 88px;
  pointer-events: none;
}
.hero__copy {
  max-width: 760px;
  margin-top: -1vh;
  opacity: var(--hero-copy);
  transform: translate3d(0, calc(var(--hero-p) * -11vh), 0) scale(calc(1 - (var(--hero-p) * .018)));
  filter: blur(calc((1 - var(--hero-copy)) * 1.2px));
  transform-origin: left center;
  will-change: transform, opacity, filter;
  pointer-events: auto;
}
.hero h1 { margin: 0; font-size: clamp(4rem, 8.6vw, 8.35rem); line-height: .82; letter-spacing: -.065em; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-weight: 680; }
.hero h1 strong { margin-top: .1em; color: var(--accent-blue); font-weight: 800; text-shadow: 0 0 34px rgba(30,92,179,.18); }
.hero__lead { margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid rgba(141,185,242,.45); font-size: .84rem; font-weight: 730; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, var(--deep-blue), var(--accent-blue)); box-shadow: 0 12px 32px rgba(0,64,135,.28); }
.button--primary:hover { border-color: var(--horizon-blue); box-shadow: 0 14px 42px rgba(30,92,179,.28); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--horizon-blue); font-size: .9rem; font-weight: 650; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 2px); }
.scroll-cue {
  position: absolute;
  z-index: 32;
  left: 50%;
  bottom: 25px;
  display: grid;
  place-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.48);
  font-size: .58rem;
  letter-spacing: .24em;
  opacity: calc(1 - (var(--hero-p) * 3.5));
  transition: color .2s ease;
}
.scroll-cue:hover { color: #fff; }
.scroll-cue i { display: block; width: 1px; height: 34px; background: linear-gradient(var(--horizon-blue), transparent); animation: scroll-pulse 1.7s ease-in-out infinite; }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.45); transform-origin: top; opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
.hero__chapter {
  position: absolute;
  z-index: 35;
  left: 50%;
  top: 57%;
  width: min(92vw, 1040px);
  text-align: center;
  transform: translate3d(-50%, var(--hero-chapter-y), 0);
  pointer-events: none;
  will-change: transform;
}
.hero__chapter-kicker {
  display: block;
  margin-bottom: 17px;
  color: rgba(141,185,242,.77);
  font-size: .64rem;
  font-weight: 760;
  letter-spacing: .25em;
  opacity: var(--hero-kicker);
  transform: translateY(calc((1 - var(--hero-kicker)) * 18px));
}
.hero__chapter p {
  margin: 0;
  font-size: clamp(3.2rem, 6.5vw, 6.8rem);
  font-weight: 610;
  letter-spacing: -.06em;
  line-height: .9;
  opacity: var(--hero-chapter);
  transform: translateY(calc((1 - var(--hero-chapter)) * 28px)) scale(calc(.985 + (var(--hero-chapter) * .015)));
}
.hero__chapter p strong { color: var(--horizon-blue); font-weight: 790; }
.hero__chapter small {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.43);
  font-size: .61rem;
  font-weight: 650;
  letter-spacing: .26em;
  opacity: var(--hero-chapter);
  transform: translateY(calc((1 - var(--hero-chapter)) * 14px));
}
.hero__transition {
  position: absolute;
  z-index: 27;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64vh;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 2%, rgba(18,62,104,.22), transparent 48%),
    linear-gradient(180deg, rgba(6,21,34,0) 0%, rgba(6,21,34,.12) 25%, rgba(6,21,34,.48) 58%, rgba(6,21,34,.90) 84%, #061522 100%);
  opacity: var(--hero-handoff);
  will-change: opacity;
}

/* Sections */
.section { position: relative; padding: 140px 0; background: var(--rich-black); }
.section--worlds {
  margin-top: -1px;
  padding-top: 128px;
  background:
    radial-gradient(circle at 50% -10%, rgba(18,62,104,.42), transparent 34%),
    linear-gradient(180deg, #061522 0%, #08121b 30%, #0a0a0a 78%);
}
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-heading h2, .studio-grid h2, .latest-panel h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.45rem); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 1.05rem; }
.world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.world-card {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  isolation: isolate;
}
.world-card:hover { transform: translateY(-7px); border-color: rgba(141,185,242,.48); box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.world-card__number {
  position: absolute;
  z-index: 5;
  right: 28px;
  top: 25px;
  color: rgba(255,255,255,.28);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .2em;
}
.world-card__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(58,123,213,.35), transparent 24%),
    linear-gradient(160deg, #0b2742, #05111c 72%);
  transform: scale(1.01);
  transition: transform .7s cubic-bezier(.22,.61,.36,1), filter .7s ease;
}
.world-card:hover .world-card__art { transform: scale(1.055); filter: brightness(1.08); }
.world-card__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 16%, rgba(3,10,17,.2) 43%, rgba(3,10,17,.98) 87%); }
.pitch-line { position: absolute; border: 1px solid rgba(141,185,242,.2); transform: rotate(-14deg); }
.pitch-line--one { width: 82%; height: 54%; right: -12%; top: 13%; }
.pitch-line--two { width: 48%; height: 33%; right: 6%; top: 24%; }
.pitch-circle { position: absolute; width: 190px; aspect-ratio: 1; right: 23%; top: 18%; border: 1px solid rgba(141,185,242,.19); border-radius: 50%; }
.pitch-midline { position: absolute; width: 1px; height: 70%; right: 46%; top: 2%; background: rgba(141,185,242,.17); transform: rotate(-14deg); }
.world-card__art--lartavia { background: radial-gradient(circle at 73% 22%, rgba(181,131,72,.23), transparent 25%), linear-gradient(160deg, #272218, #111416 70%); }
.contour { position: absolute; border: 1px solid rgba(205,184,148,.14); border-radius: 48% 52% 44% 56%; transform: rotate(-10deg); }
.contour--one { width: 82%; height: 49%; left: 13%; top: 10%; }
.contour--two { width: 64%; height: 39%; left: 22%; top: 17%; }
.contour--three { width: 46%; height: 29%; left: 31%; top: 24%; }
.contour--four { width: 28%; height: 18%; left: 40%; top: 31%; }
.world-card__body { position: absolute; z-index: 4; inset: auto 36px 34px; }
.world-card__meta { margin: 0 0 10px; color: var(--horizon-blue); font-size: .68rem; font-weight: 720; letter-spacing: .16em; }
.world-card--lartavia .world-card__meta { color: #cdb894; }
.world-card h3 { margin: 0; font-size: clamp(2.6rem, 4vw, 4.3rem); letter-spacing: -.04em; }
.world-card__body > p:not(.world-card__meta) { max-width: 420px; margin: 14px 0 26px; color: rgba(255,255,255,.62); }
.world-card__link { display: inline-flex; gap: 12px; color: #fff; font-weight: 680; }
.world-card__link b { color: var(--light-blue); transition: transform .2s ease; }
.world-card:hover .world-card__link b { transform: translateX(5px); }

.section--studio { border-top: 1px solid var(--line); background: linear-gradient(180deg, #0a0a0a, #07111a); }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.studio-title { position: relative; }
.studio-coordinate { display: inline-block; margin-top: 35px; color: rgba(141,185,242,.42); font-size: .64rem; letter-spacing: .2em; }
.studio-copy { padding-top: 47px; color: rgba(255,255,255,.58); font-size: 1.04rem; }
.studio-copy p { max-width: 560px; }
.studio-copy__lead { color: rgba(255,255,255,.76) !important; font-size: 1.16rem; }
.studio-copy .text-link { margin-top: 20px; }

.section--latest { background: #07111a; padding-top: 0; }
.latest-panel {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 70px;
  padding: 64px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(18,62,104,.24), rgba(6,21,34,.76)),
    repeating-linear-gradient(90deg, transparent 0 98px, rgba(141,185,242,.025) 98px 99px);
  align-items: end;
  overflow: hidden;
}
.latest-panel__index { position: absolute; right: 27px; top: 22px; color: rgba(141,185,242,.24); font-size: .64rem; letter-spacing: .2em; }
.latest-panel p:last-child { margin: 0; color: rgba(255,255,255,.56); }

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 44px;
  padding: 70px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #03080c;
  color: rgba(255,255,255,.5);
  font-size: .84rem;
}
.site-footer p { margin: 0; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: var(--horizon-blue); }
.copyright { align-self: end; }

/* Game pages */
.game-page { min-height: 100vh; padding-top: 88px; background: radial-gradient(circle at 82% 22%, rgba(30,92,179,.28), transparent 27%), linear-gradient(145deg, #061522, #0a0a0a 68%); }
.game-page--lartavia { background: radial-gradient(circle at 82% 22%, rgba(149,105,59,.22), transparent 27%), linear-gradient(145deg, #17140f, #0a0a0a 68%); }
.game-hero { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; padding-top: 60px; padding-bottom: 60px; }
.game-hero h1 { margin: 0; font-size: clamp(4rem, 10vw, 9rem); line-height: .9; letter-spacing: -.06em; }
.game-kicker { color: var(--horizon-blue); font-weight: 760; letter-spacing: .22em; }
.game-page--lartavia .game-kicker { color: #cdb894; }
.game-lead { max-width: 720px; color: rgba(255,255,255,.67); font-size: clamp(1.15rem, 2vw, 1.55rem); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article { min-height: 300px; padding: 34px; border: 1px solid var(--line); background: rgba(6,21,34,.48); }
.feature-grid article > span { color: var(--light-blue); font-size: .75rem; letter-spacing: .18em; }
.feature-grid h2 { margin: 65px 0 14px; font-size: 1.5rem; }
.feature-grid p { color: rgba(255,255,255,.57); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 74px; padding-inline: 16px; }
  .site-header.is-scrolled { height: 70px; }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 12px 20px 24px; background: rgba(3,8,12,.97); border-bottom: 1px solid var(--line); transform: translateY(-135%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { padding: 15px 0; }
  .nav-toggle { display: grid; gap: 6px; padding: 10px; border: 0; background: transparent; }
  .nav-toggle span { display: block; width: 24px; height: 1px; background: #fff; }
  .hero-story { height: 185svh; }
  .hero { min-height: 620px; }
  .hero__content { padding-top: 74px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 6rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero::after { background: linear-gradient(90deg, rgba(3,9,15,.92), rgba(3,9,15,.32)), linear-gradient(180deg, transparent, rgba(3,9,15,.62)); }
  .hero__shore { height: 43vh; }
  .hero__surf { height: 30vh; }
  .hero__moon { left: 74%; top: 18%; }
  .hero__chapter p { font-size: clamp(2.5rem, 11vw, 4.8rem); }
  .hero__chapter-kicker { font-size: .6rem; }
  .section { padding: 96px 0; }
  .section--worlds { padding-top: 90px; }
  .section-heading, .world-grid, .studio-grid, .latest-panel, .feature-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; margin-bottom: 46px; }
  .world-card { min-height: 470px; }
  .studio-grid { gap: 24px; }
  .studio-copy { padding-top: 0; }
  .latest-panel { gap: 28px; padding: 32px; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }
}

@media (max-width: 520px) {
  .brand__text strong { font-size: .76rem; }
  .brand__text span { font-size: .55rem; }
  .hero__lead { font-size: 1rem; }
  .hero__chapter p { letter-spacing: -.04em; }
  .world-card__body { inset: auto 24px 26px; }
  .world-card h3 { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .hero-story { height: 100svh; }
  .hero--sticky { position: relative; }
  .hero__sky, .hero__stars, .hero__clouds, .hero__moon, .hero__distant-coast, .hero__sea, .hero__shore, .hero__surf, .hero__foreground, .hero__fog, .hero__copy, .hero__chapter, .hero__transition { transform: none !important; filter: none !important; }
  .hero__copy { opacity: 1 !important; }
  .hero__chapter { display: none; }
  .hero__sea-ripples, .scroll-cue i { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v0.1.6 — social & language */
.header-tools{display:flex;align-items:center;gap:26px}.language-switch{height:34px;display:flex;align-items:center;border:1px solid rgba(141,185,242,.25);border-radius:999px;padding:3px;background:rgba(6,21,34,.62);backdrop-filter:blur(12px)}.language-switch button{border:0;background:transparent;color:var(--muted);font:700 11px/1 inherit;letter-spacing:.12em;padding:7px 10px;border-radius:999px;cursor:pointer;transition:.2s ease}.language-switch button.is-active{background:linear-gradient(135deg,var(--deep-blue),var(--accent-blue));color:var(--pure-white);box-shadow:0 0 20px rgba(30,92,179,.22)}.language-switch span{width:1px;height:14px;background:rgba(141,185,242,.22)}
.section--community{padding-top:34px}.community-panel{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:clamp(36px,6vw,96px);align-items:end;border-top:1px solid rgba(141,185,242,.13);padding-top:clamp(56px,7vw,94px)}.community-copy h2{font-size:clamp(38px,5.2vw,76px);line-height:.94;letter-spacing:-.045em;margin:14px 0 22px;max-width:720px}.community-copy>p:last-child{color:var(--muted);max-width:580px;line-height:1.75}.social-grid{display:grid;gap:12px}.social-card{min-height:88px;display:grid;grid-template-columns:50px 1fr auto;gap:18px;align-items:center;padding:17px 18px;border:1px solid rgba(141,185,242,.15);background:linear-gradient(115deg,rgba(11,39,66,.78),rgba(6,21,34,.74));text-decoration:none;color:var(--pure-white);transition:transform .25s ease,border-color .25s ease,background .25s ease}.social-card:hover{transform:translateX(7px);border-color:rgba(58,123,213,.52);background:linear-gradient(115deg,rgba(18,62,104,.92),rgba(6,21,34,.78))}.social-card__icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(141,185,242,.36);border-radius:50%;font-size:11px;font-weight:900;letter-spacing:.08em;background:rgba(0,64,135,.22)}.social-card strong{display:block;font-size:15px;letter-spacing:.08em}.social-card small{display:block;color:var(--horizon-blue);margin-top:4px}.social-card>b{font-size:22px;color:var(--horizon-blue)}.social-card.is-coming{opacity:.48;cursor:default}.social-card.is-coming:hover{transform:none;border-color:rgba(141,185,242,.15);background:linear-gradient(115deg,rgba(11,39,66,.78),rgba(6,21,34,.74))}.social-card--instagram{position:relative;overflow:hidden}.social-card--instagram:before{content:"";position:absolute;inset:-80% 62% -80% -20%;background:radial-gradient(circle,rgba(58,123,213,.22),transparent 62%);pointer-events:none}
@media(max-width:920px){.header-tools{gap:12px}.language-switch{margin-left:auto}.community-panel{grid-template-columns:1fr}.site-nav{right:18px;top:72px}.header-tools .site-nav.is-open{display:flex}.header-tools{margin-left:auto}.nav-toggle{order:3}.language-switch{order:2}}
@media(max-width:640px){.language-switch button{padding:6px 8px}.community-panel{padding-top:46px}.social-card{grid-template-columns:44px 1fr auto;padding:14px}.social-card__icon{width:40px;height:40px}.site-header{gap:10px}.header-tools{gap:8px}.brand__text{display:none}}
