:root {
  --bg: #05070a;
  --panel: #0b0f14;
  --panel-2: #10161d;
  --ink: #f5f7fa;
  --muted: #8e99a6;
  --line: rgba(255, 255, 255, .11);
  --cyan: #21d9ff;
  --cyan-soft: #86ebff;
  --red: #ff314a;
  --lime: #b9ff43;
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: 140px; }
.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: 12px; left: 12px; z-index: 999; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); background: white; color: black; white-space: nowrap; }
.skip-link:focus { width: auto; height: auto; padding: 10px 14px; overflow: visible; clip-path: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; padding-inline: max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.scrolled { height: 68px; background: rgba(5, 7, 10, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .08em; z-index: 2; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--cyan); color: #021116; font-size: 13px; font-weight: 950; letter-spacing: -.04em; clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%); }
.brand-copy { font-size: 17px; }
.brand-copy b { color: var(--cyan); }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.nav a { color: #c2c9d1; transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: white; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(33, 217, 255, .55); color: var(--cyan) !important; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; position: relative; z-index: 3; cursor: pointer; }
.menu-toggle span { position: absolute; left: 10px; width: 25px; height: 2px; background: white; transition: .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -4; background: url('/assets/skytheft-hero.png') center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(3,5,8,.98) 0%, rgba(3,5,8,.82) 31%, rgba(3,5,8,.15) 65%, rgba(3,5,8,.25) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 30%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-content { padding-top: 88px; }
.eyebrow { margin: 0 0 22px; color: #c9d0d8; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 38px; height: 2px; background: var(--cyan); box-shadow: 0 0 12px rgba(33,217,255,.65); }
.hero h1 { margin: 0; max-width: 640px; font-size: clamp(76px, 10vw, 154px); line-height: .72; letter-spacing: -.085em; font-weight: 950; text-transform: uppercase; text-shadow: 0 12px 45px rgba(0,0,0,.35); }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.42); letter-spacing: -.04em; margin-left: -2px; }
.hero-copy { margin: 34px 0 30px; font-size: clamp(18px, 2vw, 25px); color: #cbd3db; max-width: 540px; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; gap: 14px; cursor: pointer; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #021116; border-color: var(--cyan); }
.button-ghost { background: rgba(5,7,10,.55); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: var(--cyan); }
.play-dot { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; display: grid; place-items: center; font-size: 8px; padding-left: 2px; }
.development-badge { display: flex; align-items: center; gap: 10px; margin-top: 38px; font-size: 10px; letter-spacing: .15em; color: #87929e; }
.development-badge b { color: #dce3e9; margin-right: 7px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.scroll-cue { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 35px; background: linear-gradient(white, transparent); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scaleY(.55); opacity: .35; } }

.signal-bar { overflow: hidden; border-block: 1px solid var(--line); background: #080b0f; padding: 19px 0; }
.signal-track { width: max-content; min-width: 100%; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 3vw, 52px); padding-inline: 30px; color: #737e89; font-size: 9px; letter-spacing: .19em; font-weight: 800; }
.signal-track i { width: 4px; height: 4px; background: var(--cyan); transform: rotate(45deg); box-shadow: 0 0 8px var(--cyan); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 66px; }
.section-heading.compact { margin-bottom: 52px; }
.section-heading h2, .radio-content h2, .status-copy h2 { margin: 0; font-size: clamp(45px, 6vw, 79px); letter-spacing: -.065em; line-height: .96; text-transform: uppercase; }
h2 em { color: var(--cyan); font-style: normal; }
.section-intro { max-width: 440px; color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0 0 5px; }

.world { position: relative; }
.world::before { content: "SKY THEFT"; position: absolute; right: -30px; top: 70px; font-weight: 950; font-size: 150px; color: rgba(255,255,255,.018); letter-spacing: -.08em; white-space: nowrap; pointer-events: none; }
.world-stage { display: grid; grid-template-columns: 1.9fr .8fr; min-height: 610px; border: 1px solid var(--line); background: var(--panel); }
.world-map { position: relative; overflow: hidden; min-height: 540px; background: #07151d; isolation: isolate; }
.map-water { position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 42% 45%, rgba(28,146,172,.35), transparent 40%), repeating-linear-gradient(0deg, transparent 0 27px, rgba(33,217,255,.045) 28px), repeating-linear-gradient(90deg, transparent 0 27px, rgba(33,217,255,.045) 28px); }
.map-island { position: absolute; background: #182b2d; border: 1px solid rgba(102,245,216,.25); box-shadow: inset 0 0 80px rgba(34,142,143,.24), 0 0 36px rgba(33,217,255,.08); }
.island-main { width: 69%; height: 77%; left: 7%; top: 9%; clip-path: polygon(12% 11%, 37% 0, 59% 9%, 83% 3%, 100% 24%, 91% 49%, 99% 77%, 71% 100%, 48% 89%, 22% 96%, 0 72%, 7% 40%); transform: rotate(-5deg); }
.island-east { width: 24%; height: 29%; right: 2%; bottom: 17%; clip-path: polygon(21% 0, 72% 5%, 100% 40%, 78% 91%, 29% 100%, 0 55%); transform: rotate(8deg); }
.map-road { position: absolute; height: 2px; background: rgba(33,217,255,.35); box-shadow: 0 0 6px rgba(33,217,255,.32); transform-origin: left; }
.road-a { width: 47%; left: 18%; top: 32%; transform: rotate(31deg); }
.road-b { width: 43%; left: 28%; top: 68%; transform: rotate(-28deg); }
.map-marker { position: absolute; display: flex; flex-direction: column; gap: 2px; padding-left: 18px; font-size: 9px; letter-spacing: .12em; }
.map-marker::before { content: ""; position: absolute; left: 0; top: 4px; width: 8px; height: 8px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 13px var(--cyan); }
.map-marker small { color: #6f8089; font-size: 7px; }
.marker-city { left: 33%; top: 38%; }
.marker-score { right: 16%; top: 61%; }
.marker-score::before { border-color: var(--red); box-shadow: 0 0 13px var(--red); }
.marker-hideout { left: 20%; bottom: 22%; }
.map-coordinates { position: absolute; left: 24px; bottom: 18px; color: rgba(255,255,255,.33); font-size: 8px; letter-spacing: .17em; }
.world-panel { border-left: 1px solid var(--line); padding: 42px 36px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(155deg, #10161c, #080b0f); }
.panel-number, .card-index { color: var(--cyan); font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.world-panel h3 { font-size: 37px; line-height: 1; letter-spacing: -.05em; text-transform: uppercase; margin: 18px 0 20px; }
.world-panel > p:not(.panel-number) { color: var(--muted); font-size: 14px; }
.world-panel ul { list-style: none; padding: 0; margin: 34px 0 0; border-top: 1px solid var(--line); }
.world-panel li { padding: 17px 0; border-bottom: 1px solid var(--line); color: #aeb7c0; font-size: 12px; }
.world-panel li span { color: var(--cyan); margin-right: 13px; font-size: 9px; }

.gameplay { background: #070a0e; border-block: 1px solid rgba(255,255,255,.05); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card { min-height: 340px; position: relative; overflow: hidden; padding: 35px; background: linear-gradient(145deg, #11171e, #090d12); border: 1px solid var(--line); transition: border-color .25s ease, transform .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(33,217,255,.35); }
.feature-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -75px; top: -70px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.018), 0 0 0 60px rgba(255,255,255,.012); }
.feature-wide { grid-column: span 2; min-height: 380px; background: linear-gradient(100deg, #0b1820 0%, #0c1117 65%); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(33,217,255,.35); color: var(--cyan); font-size: 21px; margin-bottom: 50px; }
.feature-card h3 { margin: 12px 0 12px; font-size: 34px; letter-spacing: -.045em; text-transform: uppercase; }
.feature-card > p:last-of-type { max-width: 480px; color: var(--muted); margin: 0; line-height: 1.75; }
.mini-mission { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 9px; }
.mini-mission .step { width: 102px; height: 102px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #68727b; font-size: 8px; letter-spacing: .13em; }
.mini-mission .done { color: #99a5af; border-color: rgba(255,255,255,.24); }
.mini-mission .active { color: var(--cyan); border-color: var(--cyan); box-shadow: inset 0 0 35px rgba(33,217,255,.12), 0 0 24px rgba(33,217,255,.08); }
.mini-mission b { display: block; width: 25px; height: 1px; background: var(--line); }
.feature-card.red { background: linear-gradient(145deg, #1c0b10, #0d0b0e 65%); }
.feature-card.red .feature-icon, .feature-card.red .card-index { color: var(--red); border-color: rgba(255,49,74,.35); }
.weapon-readout { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; letter-spacing: .1em; color: #aab2ba; }
.weapon-readout strong { color: white; font-size: 14px; }
.weapon-readout small { color: #69737c; }
.weapon-readout i { grid-column: span 2; height: 2px; background: linear-gradient(90deg, var(--red) 72%, rgba(255,255,255,.08) 72%); }
.phone-card { grid-column: span 2; display: flex; align-items: center; justify-content: center; gap: clamp(50px, 10vw, 130px); min-height: 540px; background: radial-gradient(circle at 24% 45%, rgba(33,217,255,.13), transparent 28%), #0b1016; }
.phone-shell { width: 215px; height: 435px; border: 6px solid #262c35; padding: 9px; border-radius: 42px; background: #050607; box-shadow: 0 30px 70px rgba(0,0,0,.5), inset 0 0 0 1px #505763; transform: rotate(-5deg); }
.phone-top { width: 82px; height: 21px; border-radius: 18px; background: black; position: absolute; left: 50%; transform: translateX(-50%); top: 15px; z-index: 2; }
.phone-screen { height: 100%; border-radius: 29px; padding: 16px 14px; background: linear-gradient(155deg, #0d6373, #071a2c 45%, #101016); position: relative; overflow: hidden; }
.phone-screen::before { content: ""; position: absolute; inset: -30% -80% 20% -20%; background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.18), transparent 58%); transform: rotate(-10deg); }
.phone-time { font-size: 7px; position: relative; z-index: 1; }
.phone-balance { position: relative; z-index: 1; margin-top: 82px; padding: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(3,9,15,.42); backdrop-filter: blur(10px); border-radius: 18px; display: flex; flex-direction: column; }
.phone-balance small, .phone-balance em { font-size: 6px; letter-spacing: .15em; color: #9db0bc; font-style: normal; }
.phone-balance b { font-size: 28px; margin: 5px 0 2px; }
.phone-apps { position: absolute; left: 14px; right: 14px; bottom: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.phone-apps i { aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, rgba(255,255,255,.25), rgba(255,255,255,.07)); font-size: 7px; font-style: normal; border: 1px solid rgba(255,255,255,.14); }
.phone-copy { max-width: 460px; }
.phone-copy h3 { font-size: clamp(38px, 5vw, 62px); line-height: .95; }
.phone-capture { width: min(64%, 720px); position: relative; }
.phone-capture > img { width: 100%; aspect-ratio: 1.86 / 1; object-fit: cover; border: 1px solid rgba(33,217,255,.35); box-shadow: 0 34px 90px rgba(0,0,0,.56); }
.phone-detail { position: absolute; width: 22%; min-width: 110px; right: -5%; bottom: -9%; padding: 6px; background: #06131c; border: 1px solid rgba(33,217,255,.62); box-shadow: 0 24px 55px rgba(0,0,0,.65); }
.phone-detail img { width: 100%; }
.capture-label { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: #8996a1; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.capture-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 11px var(--lime); }

.gallery { position: relative; overflow: hidden; background: #05070a; }
.gallery::before { content: "GAMEPLAY"; position: absolute; top: 55px; left: -28px; color: rgba(255,255,255,.018); font-size: 160px; font-weight: 950; letter-spacing: -.08em; pointer-events: none; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-areas: "main world" "main weapon" "car car"; gap: 16px; }
.gallery-shot { position: relative; min-height: 315px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #0b0f14; }
.gallery-shot:nth-child(1) { grid-area: main; min-height: 650px; }
.gallery-shot:nth-child(2) { grid-area: world; }
.gallery-shot:nth-child(3) { grid-area: weapon; }
.gallery-shot:nth-child(4) { grid-area: car; min-height: 470px; }
.gallery-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,4,7,.93) 0%, rgba(2,4,7,.22) 38%, transparent 67%); pointer-events: none; }
.gallery-shot img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.gallery-shot:nth-child(1) img { object-position: 50% 50%; }
.gallery-shot:nth-child(2) img { object-position: 56% 48%; }
.gallery-shot:nth-child(3) img { object-position: 50% 50%; }
.gallery-shot:nth-child(4) img { object-position: 50% 58%; }
.gallery-shot:hover img { transform: scale(1.025); filter: saturate(1.08) contrast(1.03); }
.gallery-shot figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 20px; }
.gallery-shot figcaption span { grid-column: 1 / -1; color: var(--cyan); font-size: 8px; font-weight: 850; letter-spacing: .17em; }
.gallery-shot figcaption b { font-size: clamp(18px, 2vw, 28px); letter-spacing: -.02em; }
.gallery-shot figcaption small { color: #8a949e; font-size: 9px; letter-spacing: .06em; }
.prealpha-note { margin-top: 22px; padding: 16px 20px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); background: #090c10; }
.prealpha-note p { margin: 0; color: #7c8791; font-size: 10px; letter-spacing: .04em; }
.prealpha-note b { color: #cbd3d9; margin-right: 5px; }

.radio { position: relative; overflow: hidden; background: #080506; }
.radio::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 50%, rgba(255,38,55,.2), transparent 33%), linear-gradient(120deg, rgba(54,0,7,.4), transparent 60%); }
.radio-noise { position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.08) 4px); pointer-events: none; }
.radio-layout { position: relative; display: grid; grid-template-columns: minmax(320px, 520px) 1fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.album-wrap { position: relative; transform: rotate(-2deg); }
.album-wrap img { aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.album-glow { position: absolute; inset: 12%; background: #f51e36; filter: blur(80px); opacity: .33; }
.album-stamp { position: absolute; right: -20px; bottom: 28px; padding: 11px 15px; background: var(--red); color: white; font-size: 8px; font-weight: 900; letter-spacing: .15em; transform: rotate(3deg); }
.red-line span { background: var(--red); box-shadow: 0 0 12px var(--red); }
.radio-content h2 em { color: var(--red); }
.radio-content > p:not(.eyebrow) { color: #9d9395; line-height: 1.8; max-width: 530px; margin: 28px 0 36px; }
.player { display: grid; grid-template-columns: 54px 140px 1fr auto; align-items: center; gap: 17px; min-height: 92px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.13); background: rgba(7,5,6,.76); backdrop-filter: blur(12px); }
.player-toggle { width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--red); cursor: pointer; padding-left: 4px; box-shadow: 0 0 30px rgba(255,49,74,.25); }
.track-meta { display: flex; flex-direction: column; }
.track-meta b { font-size: 13px; letter-spacing: .1em; }
.track-meta span { color: #82777a; font-size: 11px; margin-top: 3px; }
.player-progress-wrap { min-width: 120px; }
.player-progress { width: 100%; height: 2px; appearance: none; background: linear-gradient(90deg, var(--red) var(--progress, 0%), rgba(255,255,255,.14) var(--progress, 0%)); cursor: pointer; }
.player-progress::-webkit-slider-thumb { appearance: none; width: 10px; height: 10px; border-radius: 50%; background: white; }
.time { display: flex; justify-content: space-between; margin-top: 9px; color: #6f6668; font-size: 8px; font-variant-numeric: tabular-nums; }
.playing-bars { display: flex; align-items: end; gap: 3px; height: 22px; }
.playing-bars i { width: 2px; height: 6px; background: var(--red); }
.player.is-playing .playing-bars i { animation: bars .75s ease-in-out infinite alternate; }
.player.is-playing .playing-bars i:nth-child(2) { animation-delay: -.2s; }
.player.is-playing .playing-bars i:nth-child(3) { animation-delay: -.4s; }
.player.is-playing .playing-bars i:nth-child(4) { animation-delay: -.1s; }
@keyframes bars { to { height: 21px; } }

.status-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; padding: clamp(36px, 6vw, 76px); border: 1px solid var(--line); background: linear-gradient(140deg, #0d1319, #080b0f); }
.status-copy p:not(.eyebrow) { color: var(--muted); max-width: 530px; line-height: 1.8; margin-top: 25px; }
.platforms { display: flex; flex-direction: column; justify-content: center; }
.platform-row { display: grid; grid-template-columns: 49px 1fr auto; align-items: center; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.platform-row:first-child { border-top: 1px solid var(--line); }
.platform-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); color: var(--cyan); font-size: 10px; font-weight: 900; }
.platform-row div { display: flex; flex-direction: column; }
.platform-row b { font-size: 13px; }
.platform-row small { color: #6f7983; font-size: 10px; margin-top: 4px; }
.status-pill { padding: 5px 8px; border: 1px solid currentColor; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .13em; }
.status-pill.active { color: var(--lime); }
.status-pill.testing { color: #ffc14f; }

.follow { min-height: 650px; display: flex; align-items: center; position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.follow-backdrop { position: absolute; inset: 0; background: linear-gradient(rgba(3,5,8,.62), rgba(3,5,8,.95)), url('/assets/skytheft-hero.png') center 62% / cover; filter: saturate(.55); }
.follow-content { position: relative; }
.follow-content .eyebrow { justify-content: center; }
.follow h2 { margin: 0; font-size: clamp(58px, 9vw, 122px); line-height: .8; letter-spacing: -.075em; }
.follow-content > p:not(.eyebrow) { color: #aeb7c0; margin: 30px 0; }
.follow-form { max-width: 620px; margin: 0 auto 14px; display: flex; border: 1px solid rgba(255,255,255,.25); background: rgba(3,5,8,.68); backdrop-filter: blur(15px); }
.follow-form input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: white; padding: 0 20px; font-size: 11px; letter-spacing: .08em; }
.follow-form button { border: 0; padding: 18px 24px; background: var(--cyan); color: #021116; font-size: 10px; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.follow-content > small { color: #727d88; font-size: 9px; }

.footer { background: #030405; border-top: 1px solid var(--line); }
.footer-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer p { color: #636d77; font-size: 10px; }
.footer-links { display: flex; gap: 24px; color: #828c96; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 920px) {
  :root { --wrap: min(100% - 36px, 760px); }
  .site-header { height: 70px; padding-inline: 18px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 0; padding: 120px 34px 40px; background: rgba(4,6,9,.98); flex-direction: column; align-items: flex-start; gap: 24px; transform: translateX(100%); transition: transform .3s ease; }
  .nav.open { transform: none; }
  .nav a { font-size: 20px; }
  .nav-cta { margin-top: 10px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.95), rgba(3,5,8,.45)), linear-gradient(0deg, var(--bg), transparent 38%); }
  .scroll-cue { display: none; }
  .signal-track { justify-content: flex-start; animation: ticker 18s linear infinite; }
  @keyframes ticker { to { transform: translateX(-40%); } }
  .section { padding-block: 95px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .world-stage { grid-template-columns: 1fr; }
  .world-panel { border-left: 0; border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide, .phone-card { grid-column: span 1; }
  .feature-wide { padding-bottom: 200px; }
  .mini-mission { right: auto; left: 35px; top: auto; bottom: 38px; transform: none; }
  .mini-mission .step { width: 80px; height: 80px; }
  .phone-card { flex-direction: column; padding-block: 55px; }
  .phone-capture { width: 90%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "main main" "world weapon" "car car"; }
  .gallery-shot:nth-child(1) { min-height: 540px; }
  .gallery-shot:nth-child(4) { min-height: 390px; }
  .radio-layout { grid-template-columns: 1fr; }
  .album-wrap { max-width: 560px; }
  .status-card { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 28px); }
  .brand-copy { font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 780px; align-items: end; padding-bottom: 86px; }
  .hero-image { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.9), rgba(3,5,8,.28)), linear-gradient(0deg, var(--bg) 0%, rgba(3,5,8,.48) 45%, rgba(3,5,8,.15) 100%); }
  .hero-content { padding-top: 100px; }
  .hero h1 { font-size: clamp(69px, 24vw, 98px); }
  .hero-copy { max-width: 330px; font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .development-badge { line-height: 1.7; }
  .signal-track { gap: 23px; }
  .section { padding-block: 78px; }
  .section-heading h2, .radio-content h2, .status-copy h2 { font-size: 42px; }
  .world-map { min-height: 430px; }
  .world-panel { padding: 35px 25px; }
  .feature-card { padding: 28px; }
  .feature-card h3 { font-size: 29px; }
  .feature-wide { padding-bottom: 175px; }
  .mini-mission { left: 22px; right: 22px; justify-content: space-between; }
  .mini-mission .step { width: 70px; height: 70px; }
  .mini-mission b { width: 10px; }
  .phone-shell { width: 188px; height: 385px; }
  .phone-copy h3 { font-size: 40px; }
  .phone-capture { width: 100%; margin-bottom: 20px; }
  .phone-detail { width: 27%; min-width: 82px; right: 3%; bottom: -12%; padding: 3px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-shot, .gallery-shot:nth-child(1), .gallery-shot:nth-child(4) { min-height: 340px; }
  .gallery-shot figcaption { left: 20px; right: 20px; bottom: 18px; grid-template-columns: 1fr; }
  .gallery-shot figcaption small { margin-top: 2px; }
  .album-stamp { right: -4px; bottom: 13px; }
  .player { grid-template-columns: 50px 1fr auto; gap: 12px; }
  .player-progress-wrap { grid-column: 1 / -1; grid-row: 2; }
  .status-card { padding: 30px 23px; }
  .platform-row { grid-template-columns: 42px 1fr; }
  .status-pill { grid-column: 2; justify-self: start; }
  .follow { min-height: 560px; }
  .follow h2 { font-size: 53px; }
  .follow-form { flex-direction: column; border: 0; gap: 9px; background: transparent; backdrop-filter: none; }
  .follow-form input { min-height: 54px; border: 1px solid rgba(255,255,255,.25); background: rgba(3,5,8,.7); }
  .footer-inner { padding-block: 35px; flex-direction: column; justify-content: center; text-align: center; }
}

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