:root {
  --ink: #f8fafc;
  --muted: #a7b0c2;
  --night: #050b18;
  --night-2: #091326;
  --panel: rgba(17, 26, 45, .82);
  --line: rgba(255, 255, 255, .12);
  --cyan: #13d8ff;
  --blue: #1688ff;
  --ember: #ff8a1f;
  --green: #8eca57;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 18%, rgba(13, 61, 104, .2), transparent 30rem),
    linear-gradient(180deg, #050b18 0%, #081123 48%, #050a16 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

main, .site-header, .site-footer, .landing-footer { position: relative; z-index: 1; }

.site-header {
  --nav-hide-y: 0px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, var(--nav-hide-y), 0);
  width: min(100%, var(--max));
  min-height: 66px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0 0 18px 18px;
  background: rgba(5, 11, 24, .66);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .25s, top .25s, box-shadow .25s, transform .3s cubic-bezier(.2,.75,.25,1), opacity .25s;
  will-change: transform, opacity;
  z-index: 20;
}
.site-header.scrolled { top: 0; background: rgba(5, 11, 24, .9); box-shadow: 0 18px 60px rgba(0,0,0,.55); }
.site-header.nav-hidden { --nav-hide-y: calc(-100% - 2px); opacity: 0; pointer-events: none; }
.landing-header { justify-content: flex-start; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(19,216,255,.25)); }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 14px; color: #c8cfdb; font-size: .9rem; font-weight: 700; transition: color .2s, background .2s; border-radius: 10px; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; background: rgba(255,255,255,.06); }
.site-nav .nav-cta { color: #04101e; background: linear-gradient(135deg, var(--cyan), var(--blue)); padding-inline: 20px; }
.site-nav .nav-cta:hover { color: #04101e; background: linear-gradient(135deg, #54e6ff, #4ca5ff); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 190px;
  isolation: isolate;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,24,.97) 0%, rgba(5,11,24,.82) 45%, rgba(5,11,24,.48) 100%); z-index: -1; }
.hero-glow { position: absolute; left: 8%; top: 19%; width: 42rem; height: 42rem; border-radius: 50%; background: rgba(0,179,255,.08); filter: blur(100px); z-index: -1; }
.hero-image-background { position: absolute; inset: 0; z-index: -3; background: #050b18 url("/assets/farm-or-never-hero-gameplay.png") center center / cover no-repeat; opacity: 0; animation: sceneFadeIn 1.2s ease-out forwards; }
.video-scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(3,8,19,.22), rgba(3,8,19,.56)); pointer-events: none; }
.hero-content { position: relative; max-width: 760px; z-index: 4; }
.eyebrow { margin: 0 0 20px; color: #cbd5e1; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); margin-right: 10px; box-shadow: 0 0 16px var(--cyan); animation: pulse 2s infinite; }
.hero-logo { display: none; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 780px; font-size: clamp(4.5rem, 8.2vw, 8.8rem); text-transform: uppercase; font-weight: 950; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.65); text-shadow: 0 0 34px rgba(19,216,255,.14); }
.hero-lede { max-width: 650px; margin: 30px 0; color: #b6c0d1; font-size: clamp(1.05rem, 1.4vw, 1.25rem); opacity: 0; transform: translateY(18px); animation: entranceUp .72s cubic-bezier(.2,.75,.25,1) 2.65s forwards; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: .88rem; font-weight: 900; letter-spacing: .02em; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #061020; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 12px 40px rgba(12,166,255,.22); }
.button-primary:hover { box-shadow: 0 16px 48px rgba(12,166,255,.36); filter: brightness(1.08); }
.platform-note { color: #9aa5b8; font-size: .82rem; }
.platform-note strong { display: block; color: white; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.hero-scroll { position: absolute; z-index: 5; left: max(24px, calc((100vw - var(--max)) / 2)); bottom: 45px; color: #77849a; font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.hero-scroll span { width: 32px; height: 1px; background: var(--cyan); }

.landing-only { min-height: 100svh; overflow-x: hidden; }
.landing-hero { min-height: 100svh; padding-top: 42px; padding-bottom: 70px; }
.landing-hero .hero-content { max-width: 920px; }
.landing-hero h1 { max-width: 920px; font-size: clamp(2.94rem, 5.32vw, 5.81rem); }
.top-right-logo { position: relative; z-index: 5; width: clamp(115px, 11vw, 175px); height: clamp(76px, 8vw, 112px); margin: 0 0 clamp(22px, 3.2vh, 42px) auto; overflow: hidden; pointer-events: none; opacity: 0; filter: drop-shadow(0 0 28px rgba(19,216,255,.34)); animation: logoEntrance .9s cubic-bezier(.16,.84,.3,1) .18s forwards; }
.top-right-logo img { display: block; width: 100%; height: auto; transform: translateY(-22%); }
.download-area { position: relative; z-index: 1; opacity: 0; transform: translateY(18px); animation: entranceUp .72s cubic-bezier(.2,.75,.25,1) 2.9s forwards; }
.landing-hero .download-area { margin-top: clamp(24px, 3vh, 38px); }
.download-content { min-width: 0; }
.headline-line { display: block; color: #f7fbff; -webkit-text-stroke: 0; text-shadow: none; }
.headline-word { display: inline-block; color: inherit; -webkit-text-stroke: 0; text-shadow: none; opacity: 0; filter: blur(9px); transform: translateY(.28em); animation: headlineWordIn .68s cubic-bezier(.16,.84,.3,1) forwards; }
.headline-word + .headline-word { margin-left: .18em; }
.animated-you { display: inline-block; opacity: 0; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.65); text-shadow: none; filter: brightness(.15); animation: fluorescentStart 1.75s steps(1, end) .98s forwards; }
.download-kicker { margin: 0 0 14px; }
.discord-button, .pre-register-button { min-width: 255px; position: relative; overflow: hidden; isolation: isolate; }
.discord-button::after, .pre-register-button::after { content: ""; position: absolute; inset: -50% auto -50% -45%; width: 34%; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); pointer-events: none; animation: discordShine 3.6s ease-in-out 3.7s infinite; }
.store-badges { display: flex; align-items: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.store-badge { position: relative; height: 49px; display: flex; align-items: center; opacity: 0; filter: blur(5px); transform: translateY(12px); animation: badgeEntrance .55s cubic-bezier(.2,.75,.25,1) forwards; }
.store-badge { animation-delay: 0s; }
.store-badge > .store-status { position: absolute; right: 7px; top: -8px; padding: 2px 6px; border-radius: 4px; color: #071020; background: var(--cyan); font-size: .48rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 4px 14px rgba(19,216,255,.25); }
.microsoft-badge { width: 179px; height: 49px; box-sizing: border-box; display: flex; align-items: center; gap: 12px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.58); border-radius: 6px; color: #fff; background: #080808; box-shadow: inset 0 0 0 1px rgba(0,0,0,.75); }
.windows-mark { width: 27px; height: 27px; flex: 0 0 27px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 2px; }
.windows-mark i:nth-child(1) { background: #f25022; }
.windows-mark i:nth-child(2) { background: #7fba00; }
.windows-mark i:nth-child(3) { background: #00a4ef; }
.windows-mark i:nth-child(4) { background: #ffb900; }
.microsoft-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; line-height: 1; }
.microsoft-copy small { color: #fff; font-size: 9px; font-weight: 500; letter-spacing: 0; }
.microsoft-copy strong { margin-top: 3px; color: #fff; font-size: 18px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.google-play-badge { width: 179px; height: 49px; box-sizing: border-box; display: flex; align-items: center; gap: 11px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.58); border-radius: 6px; color: #fff; background: #080808; box-shadow: inset 0 0 0 1px rgba(0,0,0,.75); }
.google-play-mark { width: 29px; height: 32px; flex: 0 0 29px; background: conic-gradient(from -38deg at 42% 50%, #00d2ff 0 25%, #00f076 0 50%, #ffde43 0 75%, #ff3a44 0); clip-path: polygon(0 0, 100% 50%, 0 100%); filter: drop-shadow(0 0 1px rgba(255,255,255,.28)); }
.google-play-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; line-height: 1; }
.google-play-copy small { color: #fff; font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.google-play-copy strong { margin-top: 3px; color: #fff; font-size: 18px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.market-badge { width: 179px; height: 49px; box-sizing: border-box; display: flex; align-items: center; gap: 10px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.68); border-radius: 6px; color: #fff; background: #050505; box-shadow: inset 0 0 0 1px rgba(0,0,0,.75); }
.market-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; line-height: 1; }
.market-copy small { color: #fff; font-size: 7.5px; font-weight: 600; letter-spacing: .07em; white-space: nowrap; }
.market-copy strong { margin-top: 4px; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.official-apple-badge { display: block; width: auto; height: 49px; }
.official-market-icon { display: block; width: 31px; height: 31px; flex: 0 0 31px; object-fit: contain; }
.landing-credit { display: none; }
.landing-footer { border-top: 1px solid var(--line); background: rgba(4,10,22,.94); backdrop-filter: blur(18px); opacity: 0; animation: sceneFadeIn .7s ease-out 3.75s forwards; }
.landing-footer-inner { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 38px 0 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.landing-footer strong { color: #eef4ff; font-size: 1rem; }
.landing-footer p { margin: 5px 0 0; color: #78859a; font-size: .78rem; }
.landing-footer-support { display: grid; gap: 6px; padding: 10px 16px; border-left: 2px solid var(--cyan); background: rgba(19,216,255,.035); }
.landing-footer-support span { color: #6f7d92; font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.landing-footer-support a { color: #dce7f7; font-size: .8rem; font-weight: 780; }
.landing-footer-support a:hover, .landing-footer-support a:focus-visible { color: var(--cyan); }
.landing-footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 24px; }
.landing-footer-links a { color: #aeb8c8; font-size: .78rem; font-weight: 750; }
.landing-footer-links a:hover, .landing-footer-links a:focus-visible { color: var(--cyan); }
.landing-footer-bottom { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 18px 0 26px; border-top: 1px solid rgba(255,255,255,.06); color: #566278; font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.legal-page { min-height: 100svh; overflow-x: hidden; }
.legal-shell { width: min(calc(100% - 40px), 980px); margin: 0 auto; padding: clamp(132px, 12vw, 170px) 0 76px; }
.legal-logo { display: block; width: 210px; height: 106px; margin: 22px auto 44px; overflow: hidden; opacity: 0; filter: blur(8px) drop-shadow(0 0 0 rgba(19,216,255,0)); transform: translateY(-18px) scale(.95); animation: legalLogoIn .85s cubic-bezier(.16,.84,.3,1) .08s forwards; }
.legal-logo img { display: block; width: 100%; height: auto; transform: translateY(-23%); }
.legal-card { padding: clamp(28px, 5vw, 68px); border: 1px solid var(--line); border-radius: 28px; background: rgba(18,23,38,.94); box-shadow: 0 30px 90px rgba(0,0,0,.42), 0 0 85px rgba(19,216,255,.15), 0 0 180px rgba(0,128,255,.08); backdrop-filter: blur(18px); opacity: 0; transform: translateY(28px) scale(.985); animation: legalCardIn .82s cubic-bezier(.16,.84,.3,1) .34s forwards; }
.legal-heading > * { opacity: 0; transform: translateY(14px); animation: legalContentIn .58s cubic-bezier(.2,.75,.25,1) forwards; }
.legal-heading > :nth-child(1) { animation-delay: .72s; }
.legal-heading > :nth-child(2) { animation-delay: .82s; }
.legal-heading > :nth-child(3) { animation-delay: .92s; }
.legal-heading > :nth-child(4) { animation-delay: 1.02s; }
.legal-page .legal-card section { opacity: 0; transform: translateY(12px); animation: legalContentIn .65s cubic-bezier(.2,.75,.25,1) 1.12s forwards; }
.legal-page .legal-actions { opacity: 0; transform: translateY(12px); animation: legalContentIn .6s cubic-bezier(.2,.75,.25,1) 1.22s forwards; }
.legal-page .landing-footer { animation-delay: 1.3s; }
.legal-heading { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { max-width: none; font-size: clamp(3.1rem, 8vw, 6rem); }
.legal-heading > p:last-child { max-width: 780px; margin-bottom: 0; }
.legal-dates { color: #8390a4; font-size: .82rem; }
.legal-dates span { padding-inline: 8px; color: var(--cyan); }
.legal-card section { padding-top: 42px; scroll-margin-top: 25px; }
.legal-card h2 { margin-bottom: 20px; color: #f2f6ff; font-size: clamp(1.65rem, 3vw, 2.3rem); letter-spacing: -.035em; text-transform: none; }
.legal-card h3 { margin: 28px 0 10px; color: #dce5f2; font-size: 1.06rem; letter-spacing: -.015em; }
.legal-card p, .legal-card li { color: #aeb9ca; font-size: .98rem; line-height: 1.75; }
.legal-card p { margin: 0 0 16px; }
.legal-card ul { margin: 0; padding-left: 22px; }
.legal-card li + li { margin-top: 10px; }
.legal-card strong { color: #e8eef8; }
.legal-card a { color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(19,216,255,.35); text-underline-offset: 3px; }
.legal-card a:hover, .legal-card a:focus-visible { color: white; text-decoration-color: var(--cyan); }
.legal-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 24px 0 0; }
.legal-details div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.025); }
.legal-details dt { margin-bottom: 5px; color: #68768c; font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.legal-details dd { margin: 0; color: #dce4ef; font-size: .9rem; }
.legal-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.button-secondary { color: #dce5f2; border: 1px solid #36445a; background: rgba(18,23,38,.9); }
.button-secondary:hover { border-color: var(--cyan); box-shadow: 0 12px 38px rgba(19,216,255,.12); }

.signal-strip { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid var(--line); background: rgba(6,14,29,.76); }
.signal-track { width: max-content; padding: 15px 0; display: flex; align-items: center; gap: 24px; color: #8e9aaf; font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.signal-track i { color: var(--cyan); font-style: normal; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 140px 0; }
.section-kicker { color: var(--cyan); font-size: .68rem; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 25px; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); text-transform: uppercase; font-weight: 950; }
.story-copy p { color: var(--muted); max-width: 590px; }
.story-copy .large-copy { margin-top: 34px; color: #eef2f8; font-size: 1.18rem; line-height: 1.65; }
.world-window { border: 1px solid rgba(255,255,255,.16); border-radius: 18px; overflow: hidden; background: #080f1e; box-shadow: 0 35px 100px rgba(0,0,0,.42), 0 0 80px rgba(0,154,255,.07); transform-style: preserve-3d; transition: transform .2s ease-out; }
.window-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #465268; }
.window-bar span:first-child { background: var(--ember); }
.window-bar b { margin-left: auto; color: #657188; font-size: .55rem; letter-spacing: .14em; }
.window-scene { position: relative; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(#071126, #0c1e39); }
.window-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.location-tag { position: absolute; left: 22px; bottom: 22px; padding: 12px 15px; background: rgba(4,10,21,.78); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); border-radius: 10px; }
.location-tag small { display: block; color: #7f8ca1; font-size: .55rem; text-transform: uppercase; letter-spacing: .14em; }
.location-tag strong { display: block; margin-top: 2px; font-size: .88rem; }
.window-status { padding: 14px 16px; color: #77849b; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; display: flex; justify-content: space-between; }
.window-status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 7px; background: #52e38c; box-shadow: 0 0 10px #52e38c; }

.pillars { padding-top: 80px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.section-heading p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar-card { position: relative; min-height: 480px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(160deg, rgba(21,31,51,.92), rgba(8,14,27,.94)); transition: transform .3s, border-color .3s, box-shadow .3s; }
.pillar-card::before { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(0deg, transparent 0 7px, rgba(255,255,255,.06) 8px); pointer-events: none; }
.pillar-card::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -120px; top: -110px; filter: blur(65px); opacity: .24; }
.pillar-card.grow::after { background: var(--green); }
.pillar-card.brave::after { background: var(--ember); }
.pillar-card.belong::after { background: var(--cyan); }
.pillar-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.3); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.card-index { color: #667289; font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.pixel-icon { margin: auto 0 45px; font-size: 4rem; color: var(--cyan); text-shadow: 0 0 28px currentColor; }
.grow .pixel-icon { color: var(--green); }.brave .pixel-icon { color: var(--ember); }
.pillar-card h3 { font-size: 2.2rem; text-transform: uppercase; }
.pillar-card p { color: #9ca8bc; line-height: 1.65; }
.card-tag { margin-top: 18px; color: #68758b; font-size: .56rem; font-weight: 950; letter-spacing: .2em; }

.manifesto { text-align: center; max-width: 1100px; }
.manifesto-mark { color: var(--cyan); font-family: Georgia, serif; font-size: 7rem; line-height: .6; }
blockquote { margin: 35px 0 28px; font-size: clamp(2.2rem, 4.7vw, 5rem); font-weight: 850; line-height: 1.13; letter-spacing: -.045em; }
blockquote span { color: #7e899d; }
.manifesto p { color: #6f7c90; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

.feature-list { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.feature-intro { position: sticky; top: 130px; }
.feature-rows { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 45px 1fr 1fr; gap: 20px; align-items: center; padding: 35px 10px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.feature-row:hover { background: rgba(255,255,255,.025); padding-inline: 20px; }
.feature-row > span { color: var(--cyan); font-size: .6rem; font-weight: 900; }
.feature-row h3 { font-size: 1.22rem; letter-spacing: -.025em; }
.feature-row p { margin: 0; color: #8995a9; font-size: .9rem; }

.launch { padding-bottom: 120px; }
.launch-panel { position: relative; overflow: hidden; min-height: 590px; padding: 85px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: radial-gradient(circle at 80% 50%, rgba(22,136,255,.18), transparent 30%), linear-gradient(135deg, rgba(20,30,50,.96), rgba(7,13,25,.98)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.launch-panel::after { content: "FON"; position: absolute; right: -10px; bottom: -100px; color: rgba(255,255,255,.025); font-size: 27rem; line-height: 1; font-weight: 950; letter-spacing: -.1em; }
.launch-panel h2 { position: relative; z-index: 1; max-width: 800px; }
.launch-panel > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 570px; color: #9faabd; font-size: 1.05rem; }
.launch-actions { position: relative; z-index: 1; margin-top: 24px; display: flex; align-items: center; gap: 25px; }
.button-muted { color: #758195; border: 1px solid #38445a; background: rgba(255,255,255,.03); cursor: not-allowed; }
.text-link { color: var(--cyan); font-size: .85rem; font-weight: 850; }
.launch-orbit { position: absolute; right: 7%; top: 50%; transform: translateY(-50%); width: 340px; aspect-ratio: 1; border: 1px solid rgba(19,216,255,.14); border-radius: 50%; box-shadow: 0 0 70px rgba(19,216,255,.08), inset 0 0 70px rgba(19,216,255,.05); }
.launch-orbit::before, .launch-orbit::after { content: ""; position: absolute; border: 1px dashed rgba(255,255,255,.09); border-radius: 50%; }
.launch-orbit::before { inset: 45px; }.launch-orbit::after { inset: 105px; background: rgba(19,216,255,.08); box-shadow: 0 0 40px rgba(19,216,255,.15); }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 75px 0 35px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: 20px; align-items: center; }
.footer-brand img { width: 100px; height: 100px; object-fit: contain; }
.footer-brand p { color: #7e899d; font-size: .85rem; }.footer-brand strong { color: #d3d9e3; }
.footer-links { display: flex; justify-content: flex-end; gap: 100px; margin-top: -80px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links span { margin-bottom: 7px; color: #5f6b80; font-size: .58rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: #aab3c2; font-size: .85rem; }.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 75px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #505c70; font-size: .58rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.star-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, #0a0f1f, #050b18 72%);
}
.star-field canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.landing-hero,
.experience-section,
.developer-section {
  position: relative;
  z-index: 1;
  background: transparent;
}
.landing-hero::before {
  background:
    radial-gradient(circle at 76% 30%, rgba(20,123,199,.1), transparent 28rem),
    linear-gradient(90deg, rgba(5,11,24,.75), rgba(5,11,24,.38) 54%, rgba(5,11,24,.12));
}
.experience-section {
  padding: clamp(90px, 11vw, 160px) 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(5,11,24,.62), rgba(9,19,38,.82));
}
.experience-shell,
.developer-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
}
.experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  gap: 30px 70px;
  align-items: end;
  margin-bottom: 55px;
}
.experience-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -6px; }
.experience-heading h2,
.developer-copy h2 {
  color: #f7fbff;
  font-size: clamp(3rem, 6vw, 6.4rem);
  text-transform: uppercase;
}
.experience-heading > p:last-child,
.developer-copy > p {
  margin: 0;
  color: #abb8cb;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.75;
}
.video-card {
  padding: clamp(8px, 1vw, 13px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(14,24,43,.82);
  box-shadow: 0 30px 90px rgba(0,0,0,.42), 0 0 80px rgba(19,216,255,.08);
  backdrop-filter: blur(14px);
}
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 45%, rgba(19,216,255,.12), transparent 32%),
    #050b18;
}
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  background: #020611;
}
.video-frame.video-ready video { opacity: 1; }
.video-placeholder {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.video-ready .video-placeholder { display: none; }
.video-placeholder::before {
  content: "▶";
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  border: 1px solid rgba(19,216,255,.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(19,216,255,.08);
  box-shadow: 0 0 38px rgba(19,216,255,.15);
  font-size: 1.3rem;
}
.video-placeholder span {
  color: var(--cyan);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.video-placeholder strong { margin-top: 8px; color: #f4f8ff; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.video-placeholder p { max-width: 560px; margin: 8px 0 0; color: #7f8ca2; font-size: .86rem; }
.video-placeholder code { color: #a7dfff; }
.gameplay-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
}
.gameplay-card {
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(24,37,61,.82), rgba(8,15,29,.86));
  box-shadow: inset 0 1px rgba(255,255,255,.03);
}
.gameplay-card:last-child { grid-column: span 2; }
.gameplay-card > span { color: var(--cyan); font-size: .6rem; font-weight: 900; letter-spacing: .16em; }
.gameplay-card h3 { margin-top: 45px; color: #f4f8ff; font-size: 1.25rem; line-height: 1.1; letter-spacing: -.025em; }
.gameplay-card p { margin: 13px 0 0; color: #8996ab; font-size: .88rem; line-height: 1.65; }
.developer-section {
  padding: clamp(90px, 11vw, 150px) 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(9,19,38,.82), rgba(4,10,22,.88));
}
.developer-shell {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}
.developer-copy .section-kicker { margin-bottom: 24px; }
.developer-copy > p { margin-top: 28px; }
.developer-cta { margin-top: 25px; }
.experience-heading h2,
.developer-copy h2 { font-size: clamp(3rem, 5.8vw, 6.1rem); line-height: .96; overflow-wrap: anywhere; }
.download-section { position: relative; z-index: 4; padding: clamp(90px, 11vw, 150px) 24px; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(19,216,255,.1), transparent 47%), #050b18; }
.download-shell { width: min(860px, 100%); margin: auto; padding: clamp(36px, 6vw, 72px); text-align: center; border: 1px solid rgba(151,186,226,.22); border-radius: 28px; background: rgba(16,24,42,.88); box-shadow: 0 0 70px rgba(19,216,255,.1); }
.download-shell .section-kicker { justify-content: center; }
.download-shell h2 { margin: 18px 0; font-size: clamp(3rem, 7vw, 6rem); }
.download-shell p { max-width: 650px; margin-inline: auto; }
.download-return { display: inline-flex; margin-top: 28px; }
.footer-link-button { padding: 0; border: 0; color: inherit; font: inherit; background: none; cursor: pointer; }
.footer-link-button:hover,
.footer-link-button:focus-visible { color: var(--cyan); }

.cookie-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding: 22px; color: #eef7ff; border: 1px solid rgba(151,186,226,.28); border-radius: 20px; background: rgba(12,20,36,.97); box-shadow: 0 20px 70px rgba(0,0,0,.46), 0 0 35px rgba(19,216,255,.08); backdrop-filter: blur(18px); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.cookie-banner p { margin: 0; color: #b6c4d8; font-size: .9rem; line-height: 1.55; }
.cookie-banner a { color: var(--cyan); }
.cookie-banner-actions, .cookie-dialog-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-button { min-height: 44px; padding: 10px 16px; color: #f4f8ff; font: inherit; font-weight: 800; border: 1px solid rgba(151,186,226,.35); border-radius: 12px; background: #131d31; cursor: pointer; transition: transform .18s ease, filter .18s ease, border-color .18s ease; }
.cookie-button:hover, .cookie-button:focus-visible { transform: translateY(-1px); filter: brightness(1.12); border-color: var(--cyan); outline: none; }
.cookie-accept, .cookie-accept-dialog { color: #04101c; border-color: transparent; background: linear-gradient(135deg, #13d8ff, #168cff); }
.cookie-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 18px; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(1,5,13,.78); backdrop-filter: blur(8px); }
.cookie-dialog { position: relative; width: min(620px, 100%); max-height: min(780px, calc(100vh - 36px)); overflow: auto; padding: clamp(26px, 5vw, 46px); color: #eef7ff; border: 1px solid rgba(151,186,226,.28); border-radius: 24px; background: #10182a; box-shadow: 0 25px 90px rgba(0,0,0,.65), 0 0 55px rgba(19,216,255,.1); }
.cookie-dialog h2 { margin: 12px 0 14px; font-size: clamp(2rem, 7vw, 3.4rem); }
.cookie-dialog > p { color: #b6c4d8; }
.cookie-dialog-close { position: absolute; top: 16px; right: 17px; width: 42px; height: 42px; color: #fff; font-size: 1.8rem; line-height: 1; border: 1px solid rgba(151,186,226,.25); border-radius: 50%; background: #182238; cursor: pointer; }
.cookie-choice { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 18px; border: 1px solid rgba(151,186,226,.18); border-radius: 15px; background: rgba(5,11,24,.58); cursor: pointer; }
.cookie-choice strong, .cookie-choice small { display: block; }
.cookie-choice small { margin-top: 5px; color: #93a5bf; line-height: 1.45; }
.cookie-choice input { width: 22px; height: 22px; accent-color: #13d8ff; }
.cookie-dialog-actions { margin-top: 22px; }
.cookie-cmp-note { margin: 18px 0 0 !important; padding-top: 18px; font-size: .77rem; border-top: 1px solid rgba(151,186,226,.16); }
.cookie-modal-open { overflow: hidden; }
.cookie-table-wrap { overflow-x: auto; }
.cookie-table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: .9rem; }
.cookie-table th, .cookie-table td { min-width: 125px; padding: 14px; text-align: left; vertical-align: top; border: 1px solid rgba(151,186,226,.18); }
.cookie-table th { color: #fff; background: rgba(19,216,255,.08); }
.cookie-table code { color: var(--cyan); }
.store-badge { cursor: pointer; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.store-badge:hover,
.store-badge:focus-visible { transform: translateY(-3px); filter: brightness(1.12); outline: none; }
.store-badge:focus-visible > :first-child { box-shadow: 0 0 0 2px var(--cyan), 0 10px 30px rgba(19,216,255,.2); }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease var(--reveal-delay, 0s), transform .8s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0s); }
.reveal.visible { opacity: 1; transform: none; }

.youtube-trailer-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.trailer-stills-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 34px 0 72px; }
.trailer-stills-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(13, 22, 40, .82); }
.trailer-stills-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #050b18; }
.trailer-stills-grid figcaption { padding: 14px 16px 16px; color: #aeb9ca; font-size: .86rem; }

@media (max-width: 620px) {
  .trailer-stills-grid { grid-template-columns: 1fr; margin: 28px 0 54px; }
}

/* Page entrances run together once; content never waits in a staggered queue. */
.hero-image-background,
.top-right-logo,
.headline-word,
.animated-you,
.hero-lede,
.download-area,
.store-badge,
.landing-footer,
.legal-logo,
.legal-card,
.legal-heading > *,
.legal-page .legal-card section,
.legal-page .legal-actions {
  animation-delay: 0s !important;
}
.reveal {
  --reveal-delay: 0s !important;
  transition-delay: 0s !important;
}

@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 5px var(--cyan); } }
@keyframes starTwinkle {
  0%, 100% { opacity: .25; transform: scale(.8); }
  45% { opacity: .95; transform: scale(1.15); }
  62% { opacity: .48; transform: scale(.9); }
}
@keyframes sceneFadeIn { to { opacity: 1; } }
@keyframes logoEntrance { from { opacity: 0; transform: translateY(-18px) scale(.94); filter: blur(8px) drop-shadow(0 0 0 rgba(19,216,255,0)); } to { opacity: .96; transform: none; filter: blur(0) drop-shadow(0 0 28px rgba(19,216,255,.34)); } }
@keyframes headlineWordIn { to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes entranceUp { to { opacity: 1; transform: none; } }
@keyframes badgeEntrance { to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes fluorescentStart {
  0%, 7%, 12%, 22%, 36%, 53%, 66% { opacity: .03; filter: brightness(.08); text-shadow: none; }
  8%, 10%, 23%, 31%, 54%, 61%, 67%, 73% { opacity: .82; filter: brightness(1.8); text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 24px rgba(19,216,255,.78); }
  11%, 32%, 62%, 74% { opacity: .2; filter: brightness(.35); text-shadow: 0 0 7px rgba(19,216,255,.25); }
  82%, 100% { opacity: 1; filter: brightness(1); text-shadow: 0 0 5px rgba(255,255,255,.75), 0 0 20px rgba(19,216,255,.45); }
}
@keyframes discordShine {
  0%, 58% { left: -45%; opacity: 0; }
  63% { opacity: .7; }
  82% { left: 125%; opacity: .55; }
  83%, 100% { left: 125%; opacity: 0; }
}
@keyframes legalLogoIn { to { opacity: 1; filter: blur(0) drop-shadow(0 0 28px rgba(19,216,255,.34)); transform: none; } }
@keyframes legalCardIn { to { opacity: 1; transform: none; } }
@keyframes legalContentIn { to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (max-width: 950px) {
  .site-header { top: 10px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(5,11,24,.97); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { text-align: center; }
  .hero { padding-top: 140px; align-items: start; }
  .landing-hero { align-items: center; padding-top: 46px; padding-bottom: 150px; }
  .hero::before { background: linear-gradient(180deg, rgba(5,11,24,.96) 15%, rgba(5,11,24,.62) 63%, rgba(5,11,24,.15)); }
  .story-grid, .section-heading, .feature-list { grid-template-columns: 1fr; }
  .section-heading { gap: 30px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 360px; }
  .pixel-icon { margin-top: 70px; }
  .feature-intro { position: static; }
  .launch-orbit { opacity: .4; right: -120px; }
  .experience-heading { grid-template-columns: 1fr; gap: 24px; }
  .experience-heading .section-kicker { margin-bottom: 0; }
  .gameplay-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gameplay-card:last-child { grid-column: auto; }
  .developer-shell { grid-template-columns: 1fr; }
}

/* Shared navigation and community showcase pages */
.shared-site-header { top: 0; left: 0; transform: translate3d(0, var(--nav-hide-y), 0); width: 100%; max-width: none; border-radius: 0; padding: 0; background: rgba(4, 10, 23, .94); backdrop-filter: blur(18px); flex-direction:column; align-items:stretch; }
.publisher-bar { min-height:34px; padding:0 max(20px, calc((100% - 1440px)/2)); display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,.09); background:#121827; }
.publisher-bar a { color:#cbd3e1; font-size:.72rem; font-weight:750; letter-spacing:.02em; }
.publisher-bar a:hover { color:#fff; }
.shared-site-header .site-header-inner { width: min(calc(100% - 40px), 1440px); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-family { display:flex; align-items:center; gap:14px; }
.shared-site-header .brand img { width: 54px; height: 46px; }
.shared-site-header .site-nav a[aria-current="page"] { color: var(--cyan); background: rgba(19,216,255,.08); }
.shared-site-header.showcases-hidden .site-nav,
.shared-site-header.showcases-hidden .menu-toggle { display: none; }

/* Temporary landing-page launch view: retain only the hero and footer. */
.landing-only .store-badges,
.landing-only .experience-section,
.landing-only .developer-section,
.landing-only .download-section { display: none !important; }
.landing-only main { padding-top: 76px; }
.footer-socials { grid-column: 1 / -1; display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #eef6ff; font-weight: 900; background: rgba(255,255,255,.035); transition: transform .2s, border-color .2s, color .2s; }
.footer-socials a:hover { transform: translateY(-3px); border-color: var(--cyan); color: var(--cyan); }
.bottom-store-badges { justify-content: center; margin: 34px auto 0; max-width: 920px; }
.download-shell .bottom-store-badges .store-badge { text-align: left; }
.experience-heading h2,
.developer-copy h2 { font-size: clamp(2.6rem, 4.15vw, 4.7rem); line-height: .98; overflow-wrap: normal; word-break: normal; }
.experience-heading { max-width: 880px; }
.developer-shell { grid-template-columns: minmax(380px, .9fr) minmax(0, 1.25fr); }
.developer-copy { min-width: 0; }

.showcase-page { min-height: 100vh; padding: 140px 24px 80px; }
.showcase-page-inner { width: min(1180px, 100%); margin: 0 auto; }
.showcase-intro { max-width: 760px; margin-bottom: 42px; }
.showcase-intro h1 { font-size: clamp(2.7rem, 7vw, 6.3rem); line-height: .92; margin: 10px 0 22px; text-transform: uppercase; }
.showcase-intro p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.spotlight-carousel { position: relative; min-height: 550px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #090f1e; box-shadow: 0 28px 80px rgba(0,0,0,.45), 0 0 55px rgba(19,216,255,.08); }
.showcase-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; display: grid; align-items: end; padding: clamp(28px, 6vw, 70px); background: linear-gradient(180deg, transparent 20%, rgba(2,8,18,.92) 88%), url('/assets/night-back.png') center/cover; }
.showcase-slide:nth-child(2) { filter: hue-rotate(28deg); background-position: 30% center; }
.showcase-slide:nth-child(3) { filter: hue-rotate(75deg); background-position: 70% center; }
.showcase-slide.active { opacity: 1; pointer-events: auto; }
.showcase-slide-copy { max-width: 720px; position: relative; z-index: 2; }
.showcase-slide-copy h2 { font-size: clamp(2rem, 5vw, 4.6rem); margin: 10px 0 12px; }
.showcase-slide-copy p { color: #c6d0df; font-size: 1.05rem; line-height: 1.7; }
.preview-badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--cyan); color: #04101e; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.carousel-control { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(4,10,23,.82); color: white; cursor: pointer; font-size: 1.4rem; }
.carousel-control.prev { left: 18px; } .carousel-control.next { right: 18px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.showcase-card { min-height: 230px; padding: 24px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); border-radius: 20px; color: white; background: linear-gradient(180deg, transparent, rgba(3,8,18,.94)), url('/assets/night-water.png') center/cover; cursor: pointer; text-align: left; }
.showcase-card.active { border-color: var(--cyan); box-shadow: 0 0 35px rgba(19,216,255,.13); }
.showcase-card strong { font-size: 1.25rem; }
.showcase-card span { margin-top: 6px; color: var(--muted); }
.social-video-player { width: min(920px, 100%); min-height: 520px; margin: 0 auto 34px; border: 1px solid var(--line); border-radius: 28px; display: grid; place-items: center; padding: 34px; text-align: center; background: radial-gradient(circle at 50% 35%, rgba(19,216,255,.12), transparent 35%), #090f1e; box-shadow: 0 28px 80px rgba(0,0,0,.45); transition: width .35s, min-height .35s; }
.social-video-player[data-aspect="portrait"] { width: min(430px, 100%); min-height: 700px; }
.social-video-player[data-aspect="square"] { width: min(620px, 100%); min-height: 620px; }
.social-video-player img { width: min(260px, 60%); filter: drop-shadow(0 0 32px rgba(19,216,255,.2)); }
.social-video-player p { max-width: 570px; color: var(--muted); line-height: 1.7; }
.video-card-aspect { font-size: .7rem; color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; margin-bottom: auto; }
@media (max-width: 950px) {
  .shared-site-header .site-header-inner { min-height: 68px; width: min(calc(100% - 24px), 1440px); }
  .shared-site-header .site-nav { top: 68px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .developer-shell { grid-template-columns: 1fr; }
  .experience-heading h2,
  .developer-copy h2 { font-size: clamp(2.35rem, 8vw, 4.2rem); max-width: 820px; }
}
@media (max-width: 620px) {
  .publisher-bar { min-height:30px; padding-inline:14px; }
  .publisher-bar a { font-size:.66rem; }
  .brand-family { gap:8px; }
  .shared-site-header .brand span { display: none; }
  .showcase-page { padding: 110px 16px 60px; }
  .spotlight-carousel { min-height: 480px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .social-video-player[data-aspect="portrait"] { min-height: 570px; }
  .bottom-store-badges { justify-content: center; }
  .experience-heading h2,
  .developer-copy h2 { font-size: clamp(2rem, 9.4vw, 3rem); line-height: 1.02; }
}

/* Search-safe hidden summary: available to assistive technology and crawlers without changing the hero artwork. */
.seo-summary {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Trailer copy now follows the same compact editorial scale as the slideshow. */
.trailer-heading { display: block; max-width: 760px; margin-bottom: 28px; }
.trailer-heading h2 { margin: 10px 0 0; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1; text-transform: none; }
.trailer-description { max-width: 780px; margin: 24px 0 62px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

/* Featured video rows are horizontal, draggable carousels with twelve slots each. */
.featured-video-page .showcase-intro h1 { font-size: clamp(2.25rem, 4.8vw, 4.4rem); line-height: .96; }
.featured-primary-video { text-align: left; }
.featured-primary-video .preview-badge { margin-bottom: 14px; }
.featured-primary-video h2 { max-width: 900px; margin: 0 0 24px; font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1; }
.featured-video-description { max-width: 820px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; text-align: left; }
.platform-mark { flex: 0 0 auto; }
.platform-mark img { display: block; width: 22px; height: 22px; filter: brightness(0) invert(1); }
.video-carousel-shell { position: relative; }
.community-video-carousel {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(19,216,255,.55) rgba(255,255,255,.06);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.community-video-carousel.dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.landscape-carousel { grid-auto-columns: minmax(300px, 32%); }
.portrait-carousel { grid-auto-columns: minmax(220px, 23%); }
.community-video-carousel .community-video-card { scroll-snap-align: start; }
.video-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 42%;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(5,11,24,.9);
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.video-carousel-arrow:hover { border-color: var(--cyan); color: var(--cyan); }
.video-carousel-arrow.previous { left: -22px; }
.video-carousel-arrow.next { right: -22px; }

/* Balanced, content-fitting footer with official brand assets. */
.landing-footer { overflow: visible; }
.landing-footer-inner {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 46px 0 34px;
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr;
  align-items: start;
  gap: 30px;
}
.footer-brand-block,
.footer-support-block,
.landing-footer-links { min-height: 112px; }
.footer-brand-block small { display: block; margin-top: 18px; }
.landing-footer-links { display: grid; grid-template-columns: repeat(3, max-content); align-content: start; justify-content: end; gap: 14px 24px; }
.footer-social-area { grid-column: 1 / -1; margin-top: 2px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.footer-social-area h2 { margin-bottom: 16px; }
.social-mark img { display: block; width: 17px; height: 17px; filter: brightness(0) invert(1); }
.social-mark.threads img { filter: none; }

@media (max-width: 950px) {
  .landing-footer-inner { grid-template-columns: 1fr 1fr; }
  .landing-footer-links { grid-column: 1 / -1; justify-content: start; }
  .landscape-carousel { grid-auto-columns: minmax(280px, 58%); }
  .portrait-carousel { grid-auto-columns: minmax(210px, 35%); }
  .video-carousel-arrow.previous { left: 8px; }
  .video-carousel-arrow.next { right: 8px; }
}

@media (max-width: 620px) {
  .trailer-heading h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .trailer-description { font-size: .98rem; margin-bottom: 48px; }
  .featured-video-page .showcase-intro h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .landscape-carousel { grid-auto-columns: 84vw; }
  .portrait-carousel { grid-auto-columns: 64vw; }
  .video-carousel-arrow { display: none; }
  .landing-footer-inner { width: min(calc(100% - 34px), 1240px); grid-template-columns: 1fr; padding: 36px 0 92px; }
  .footer-brand-block, .footer-support-block, .landing-footer-links { min-height: 0; }
  .landing-footer-links { grid-column: auto; grid-template-columns: 1fr; justify-content: start; }
  .footer-social-area { padding: 20px; }
}

/* Shared header, community showcases, and expandable footer. */
.shared-site-header .brand { gap: 0; }
.shared-site-header .brand img {
  width: 70px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(19,216,255,.2));
}
.landing-hero .top-right-logo,
.top-right-logo { display: none !important; }

.showcase-intro h1 {
  max-width: 1040px;
  font-size: clamp(2.3rem, 4.9vw, 4.4rem);
  line-height: .98;
}
.showcase-slide-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1;
}
.featured-video-page .showcase-page-inner { max-width: 1240px; }
.featured-primary-video {
  display: grid;
  gap: 20px;
  margin: 48px 0 72px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(15,23,42,.96), rgba(3,11,26,.96));
  box-shadow: 0 24px 70px rgba(0,0,0,.38), 0 0 64px rgba(19,216,255,.08);
}
.featured-primary-video .preview-badge { justify-self: start; margin: 0; }
.featured-primary-video h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}
.featured-video-description {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-align: left;
}
.community-video-frame {
  position: relative;
  display: grid;
  place-items: center;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(122,174,215,.24);
  border-radius: 20px;
  background: radial-gradient(circle at 50% 35%, rgba(19,216,255,.14), transparent 34%), linear-gradient(145deg, #071326, #030914);
  color: var(--muted);
  text-align: center;
}
.community-video-frame.landscape { aspect-ratio: 16 / 9; }
.community-video-frame.portrait { aspect-ratio: 9 / 16; }
.community-play {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(19,216,255,.7);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(19,216,255,.08);
  box-shadow: 0 0 30px rgba(19,216,255,.14);
}
.video-platform-section { padding: 66px 0; border-top: 1px solid var(--line); }
.video-section-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; }
.video-section-heading p { margin: 0 0 4px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.video-section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.platform-mark { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: #fff; font-weight: 900; }
.platform-mark.youtube { background: #ff0033; }
.platform-mark.facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 1.5rem; }
.platform-mark.instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.platform-mark.tiktok { background: #050505; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55; }
.community-video-grid { display: grid; gap: 22px; }
.landscape-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.portrait-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.community-video-card { min-width: 0; }
.community-video-card .community-video-frame { border-radius: 16px; }
.community-video-card .community-play { width: 48px; height: 48px; }
.community-video-card h3 { margin: 16px 0 7px; font-size: 1.08rem; }
.community-video-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.landing-footer { padding: 0; opacity: 1; animation: none; }
.landing-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(210px, .85fr) minmax(230px, 1fr);
  gap: 34px 48px;
  align-items: start;
  min-height: 0;
  padding: 46px max(24px, calc((100vw - 1240px) / 2));
}
.footer-brand-block strong { font-size: 1.05rem; }
.footer-niiwg-logo { display:flex; width:190px; height:58px; margin:0 0 18px; align-items:center; justify-content:flex-start; }
.footer-niiwg-logo img { display:block; width:100%; height:100%; object-fit:contain; object-position:left center; }
.footer-brand-block p { max-width: 290px; margin: 10px 0 22px; color: var(--muted); line-height: 1.6; }
.footer-brand-block small { color: #708098; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-support-block { display: grid; gap: 8px; padding: 17px 18px; border-left: 3px solid var(--cyan); background: rgba(19,216,255,.04); }
.footer-support-block span { color: #7e8ba0; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-support-block a { color: #fff; font-weight: 800; }
.landing-footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: flex-end; }
.landing-footer-links a { color: var(--muted); font-size: .86rem; font-weight: 750; }
.landing-footer-links a:hover { color: var(--cyan); }
.footer-social-area { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line); }
.footer-social-area h2 { margin: 0 0 18px; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; }
.footer-socials a { display: inline-flex; width: auto; height: auto; align-items: center; gap: 9px; padding: 7px 13px 7px 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 800; background: rgba(255,255,255,.025); }
.footer-socials a:hover { border-color: rgba(19,216,255,.65); background: rgba(19,216,255,.08); transform: translateY(-2px); }
.social-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 900; }
.social-mark.discord { background: #5865f2; }
.social-mark.facebook { background: #1877f2; font-size: 1rem; }
.social-mark.instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.social-mark.tiktok { background: #050505; box-shadow: inset 2px 0 #25f4ee, inset -2px 0 #fe2c55; }
.social-mark.youtube { background: #ff0033; }
.social-mark.x { background: #050505; }
.social-mark.threads { color: #fff; background: #050505; font-size: .9rem; }
.cookie-settings-fab { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; width: 54px; height: 54px; padding: 0; place-items: center; border: 1px solid rgba(19,216,255,.55); border-radius: 50%; color: #fff; background: #0b1730; box-shadow: 0 14px 36px rgba(0,0,0,.42), 0 0 24px rgba(19,216,255,.12); }
.cookie-settings-fab:hover { background: #102748; transform: translateY(-2px); }

@media (max-width: 950px) {
  .landscape-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portrait-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-footer-inner { grid-template-columns: 1fr 1fr; }
  .landing-footer-links { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .shared-site-header .brand img { width: 62px; height: 53px; }
  .showcase-intro h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .showcase-slide-copy h2 { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .featured-primary-video { margin: 32px 0 52px; padding: 20px; border-radius: 18px; }
  .featured-primary-video h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); }
  .video-platform-section { padding: 48px 0; }
  .landscape-grid, .portrait-grid, .compact-grid { grid-template-columns: 1fr; }
  .community-video-frame.portrait { max-width: 330px; }
  .landing-footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 38px 20px 96px; }
  .footer-social-area { padding-top: 25px; }
  .footer-socials a { flex: 1 1 132px; }
}

@media (max-width: 620px) {
  .brand span { font-size: .85rem; }
  .hero { min-height: 880px; padding-inline: 22px; padding-bottom: 240px; }
  .landing-only { overflow-y: auto; }
  .landing-hero { min-height: 100svh; padding-top: 34px; padding-bottom: 220px; }
  .landing-hero h1 { max-width: 100%; font-size: clamp(1.925rem, 8.75vw, 2.8rem); line-height: 1.02; }
  .top-right-logo { width: 108px; height: 71px; margin: 0 0 30px auto; }
  .landing-footer-inner { width: min(calc(100% - 36px), var(--max)); align-items: flex-start; flex-direction: column; }
  .landing-footer-links { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 12px; }
  .landing-footer-bottom { width: min(calc(100% - 36px), var(--max)); }
  .legal-shell { width: min(calc(100% - 24px), 980px); padding-top: 118px; }
  .legal-logo { width: 175px; height: 88px; }
  .legal-card { padding: 27px 22px; border-radius: 20px; }
  .legal-heading { padding-bottom: 30px; }
  .legal-card section { padding-top: 34px; }
  .legal-details { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { width: min(calc(100% - 36px), var(--max)); padding: 95px 0; }
  h2 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  .story-grid { gap: 45px; }
  .world-window { border-radius: 12px; }
  .pillar-card { padding: 24px; }
  .feature-row { grid-template-columns: 34px 1fr; }
  .feature-row p { grid-column: 2; }
  .launch-panel { min-height: 530px; padding: 45px 25px; }
  .launch-actions { align-items: flex-start; flex-direction: column; }
  .footer-brand { align-items: flex-start; }
  .footer-links { margin-top: 55px; justify-content: flex-start; flex-direction: column; gap: 35px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .experience-section,
  .developer-section { padding: 82px 18px; }
  .experience-heading { margin-bottom: 36px; }
  .experience-heading h2,
  .developer-copy h2 { font-size: clamp(2.15rem, 10.5vw, 3.15rem); line-height: 1; }
  .video-card { padding: 6px; border-radius: 16px; }
  .video-frame { border-radius: 11px; }
  .video-placeholder { padding: 18px; }
  .video-placeholder::before { width: 50px; height: 50px; margin-bottom: 14px; }
  .video-placeholder p { font-size: .72rem; }
  .gameplay-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .gameplay-card { min-height: 0; padding: 23px; }
  .gameplay-card h3 { margin-top: 28px; }
  .developer-cta { width: 100%; text-align: center; }
  .download-section { padding: 70px 16px; }
  .download-shell { padding: 32px 20px; }
  .download-shell h2 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; align-items: stretch; flex-direction: column; width: calc(100% - 20px); padding: 18px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-accept { grid-column: 1 / -1; }
  .cookie-dialog { padding: 28px 18px 20px; }
  .cookie-choice { padding: 15px; }
  .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-image-background, .top-right-logo, .headline-word, .animated-you, .hero-lede, .download-area, .store-badge, .landing-footer, .legal-logo, .legal-card, .legal-heading > *, .legal-page .legal-card section, .legal-page .legal-actions { opacity: 1; filter: none; transform: none; }
}

/* Compact editorial headings and trailer gallery. Kept last so older responsive rules cannot override them. */
.experience-heading { max-width: 860px; }
.experience-heading h2,
.developer-copy h2 {
  max-width: 760px;
  font-size: clamp(2.45rem, 3.3vw, 3.75rem);
  line-height: .98;
  overflow-wrap: normal;
  word-break: normal;
}
.developer-shell { grid-template-columns: minmax(360px, .88fr) minmax(0, 1.25fr); }
.developer-copy { min-width: 0; }

.trailer-gallery { margin: 42px 0 72px; }
.trailer-gallery-heading { max-width: 720px; margin-bottom: 24px; }
.trailer-gallery-heading h3 { margin: 8px 0 12px; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1; }
.trailer-gallery-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.trailer-slideshow { position: relative; min-height: clamp(360px, 52vw, 650px); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #050b18; box-shadow: 0 28px 80px rgba(0,0,0,.38), 0 0 60px rgba(19,216,255,.08); }
.trailer-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.trailer-slide.active { opacity: 1; visibility: visible; }
.trailer-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(2,8,20,.94)); }
.trailer-slide img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.trailer-slide > div { position: absolute; z-index: 2; right: clamp(22px, 4vw, 54px); bottom: clamp(22px, 4vw, 50px); left: clamp(22px, 4vw, 54px); display: flex; flex-direction: column; gap: 8px; }
.trailer-slide strong { font-size: clamp(1.45rem, 2.6vw, 2.6rem); }
.trailer-slide span { max-width: 680px; color: var(--muted); line-height: 1.55; }
.trailer-gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(5,11,24,.75); color: #fff; font-size: 1.25rem; transform: translateY(-50%); backdrop-filter: blur(10px); }
.trailer-gallery-arrow:hover { border-color: var(--cyan); background: rgba(19,216,255,.16); }
.trailer-gallery-arrow.previous { left: 18px; }
.trailer-gallery-arrow.next { right: 18px; }
.trailer-gallery-dots { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
.trailer-gallery-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.28); }
.trailer-gallery-dots button.active { width: 28px; border-radius: 10px; background: var(--cyan); }

@media (max-width: 950px) {
  .developer-shell { grid-template-columns: 1fr; }
  .experience-heading h2,
  .developer-copy h2 { max-width: 700px; font-size: clamp(2.25rem, 6.2vw, 3.35rem); }
}
@media (max-width: 620px) {
  .experience-heading h2,
  .developer-copy h2 { font-size: clamp(2rem, 9vw, 2.85rem); line-height: 1; }
  .trailer-gallery { margin: 28px 0 54px; }
  .trailer-slideshow { min-height: 410px; border-radius: 17px; }
  .trailer-gallery-arrow { top: auto; bottom: 18px; }
  .trailer-gallery-arrow.previous { left: auto; right: 76px; }
  .trailer-gallery-arrow.next { right: 18px; }
  .trailer-slide > div { right: 20px; bottom: 82px; left: 20px; }
}

/* Final community-gallery and footer layout. */
.spotlight-carousel { min-height: clamp(360px, 48vw, 620px); }
.showcase-slide {
  background-image: none !important;
  background: linear-gradient(145deg, rgba(15,23,42,.9), rgba(3,11,26,.98)) !important;
}
.showcase-slide-copy { display: none !important; }
.world-carousel-section { margin-top: clamp(52px, 7vw, 90px); }
.world-carousel-section h2 { margin: 0 0 24px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.world-carousel-shell { position: relative; }
.world-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 30%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 54px 16px;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(19,216,255,.55) transparent;
  touch-action: pan-y;
}
.world-carousel-track.dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.world-gallery-card { min-width: 0; scroll-snap-align: start; }
.world-gallery-visual {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(122,174,215,.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15,23,42,.94), rgba(3,11,26,.98));
  box-shadow: inset 0 0 44px rgba(19,216,255,.035);
}
.world-carousel-shell > button {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(5,11,24,.9);
  font-size: 1.35rem;
  transform: translateY(-50%);
}
.world-carousel-shell > button:first-child { left: 0; }
.world-carousel-shell > button:last-child { right: 0; }
.world-carousel-shell > button:hover { border-color: var(--cyan); background: rgba(19,216,255,.14); }

.landing-footer-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 7vw, 132px) 34px !important;
  grid-template-columns: minmax(230px, 1fr) minmax(340px, 1.2fr) minmax(230px, .85fr) !important;
  justify-content: space-between !important;
  gap: 42px clamp(40px, 6vw, 100px) !important;
}
.footer-support-block {
  min-height: 132px !important;
  min-width: 0;
  padding: 26px 28px !important;
  align-content: center;
}
.footer-support-block a { overflow-wrap: anywhere; word-break: break-word; }
.landing-footer-links { justify-self: end; justify-content: flex-end !important; }
.footer-social-area {
  width: 100%;
  margin: 0 !important;
  padding: 30px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.social-mark,
.platform-mark {
  background: transparent !important;
  box-shadow: none !important;
}
.social-mark { width: 25px !important; height: 25px !important; border-radius: 0 !important; }
.social-mark img { display: block !important; width: 23px !important; height: 23px !important; object-fit: contain !important; filter: brightness(0) invert(1) !important; opacity: 1 !important; }
.platform-mark img { display: block !important; width: 26px !important; height: 26px !important; filter: brightness(0) invert(1) !important; opacity: 1 !important; }

.support-shell { width: min(calc(100% - 36px), 920px); margin: 0 auto; padding: clamp(132px, 12vw, 170px) 0 100px; }
.support-card { padding: clamp(28px, 5vw, 56px); border: 1px solid var(--line); border-radius: 26px; background: rgba(15,23,42,.95); box-shadow: 0 26px 80px rgba(0,0,0,.45), 0 0 60px rgba(19,216,255,.09); }
.support-card h1 { margin: 12px 0 14px; font-size: clamp(2.5rem, 7vw, 5.2rem); line-height: .96; }
.support-card > p { color: var(--muted); line-height: 1.7; }
.support-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; }
.support-option { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.support-option strong { display: block; margin-bottom: 8px; }
.support-option p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.support-option a { color: var(--cyan); font-weight: 800; }
.support-form { display: grid; gap: 17px; margin-top: 32px; }
.support-form label { display: grid; gap: 8px; font-weight: 800; }
.support-form input, .support-form select, .support-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(122,174,215,.32); border-radius: 11px; color: #fff; background: #080f1f; font: inherit; }
.support-form textarea { min-height: 170px; resize: vertical; }
.support-form button { justify-self: start; min-width: 210px; padding: 15px 22px; border: 0; border-radius: 12px; color: #001020; background: linear-gradient(100deg, #12d8ff, #138cff); font-weight: 900; }
.support-status { min-height: 24px; margin: 0; color: var(--muted); }
.support-status.success { color: #84f0bc; }
.support-status.error { color: #ff9da6; }
.pre-register-card { max-width: 780px; margin: 0 auto; }
.pre-register-details { display: grid; gap: 14px; margin: 28px 0 6px; padding: 22px; border: 1px solid rgba(19,216,255,.18); border-radius: 16px; background: rgba(19,216,255,.045); }
.pre-register-details strong { color: #fff; }
.pre-register-details p { margin: 0; color: var(--muted); line-height: 1.65; }
.pre-register-details a { color: var(--cyan); font-weight: 800; }
.pre-register-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 11px !important; color: var(--muted); font-size: .88rem; font-weight: 600 !important; line-height: 1.55; }
.pre-register-consent input { width: 18px !important; height: 18px; margin-top: 2px; padding: 0 !important; accent-color: var(--cyan); }
.pre-register-send-code { width: fit-content; margin: 0 0 8px; }
#preRegisterForm button[type="submit"]:disabled { opacity: .5; cursor: not-allowed; filter: grayscale(.2); box-shadow: none; }
[hidden] { display: none !important; }
.pre-register-consent a { color: var(--cyan); }
.account-recovery-shell { width: min(calc(100% - 36px), 1040px); }
.account-recovery-logo { display: block; width: 132px; margin: -12px auto 26px; }
.account-recovery-logo img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 24px rgba(19,216,255,.22)); }
.account-recovery-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.account-recovery-option, .account-reset-panel { padding: clamp(22px, 4vw, 32px); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.account-recovery-option h2, .account-reset-panel h2 { margin: 0 0 9px; font-size: clamp(1.35rem, 3vw, 1.75rem); }
.account-recovery-option > p, .account-reset-panel > p { margin: 0; color: var(--muted); line-height: 1.6; }
.account-recovery-option .support-form, .account-reset-panel .support-form { margin-top: 22px; }
.account-recovery-option .support-form button, .account-reset-panel .support-form button { width: 100%; justify-self: stretch; }
.account-reset-panel { max-width: 620px; margin: 34px auto 0; }
.account-recovery-help { margin: 30px 0 0 !important; padding-top: 24px; border-top: 1px solid var(--line); font-size: .92rem; }
.account-recovery-help a { color: var(--cyan); overflow-wrap: anywhere; }
.support-honeypot { position: absolute !important; left: -10000px !important; }

@media (max-width: 950px) {
  .landing-footer-inner { grid-template-columns: 1fr 1fr !important; }
  .landing-footer-links { justify-self: start; justify-content: flex-start !important; }
  .world-carousel-track { grid-auto-columns: minmax(250px, 48%); }
}
@media (max-width: 620px) {
  .world-carousel-track { grid-auto-columns: 82%; padding-inline: 45px; }
  .landing-footer-inner { grid-template-columns: 1fr !important; padding: 38px 22px 94px !important; }
  .footer-support-block { min-height: 118px !important; }
  .support-options { grid-template-columns: 1fr; }
  .account-recovery-options { grid-template-columns: 1fr; }
  .support-shell { padding-top: 118px; }
}
/* Fullscreen media viewer and reusable 12-slot screenshot rails. */
body.media-viewer-open { overflow: hidden; }
.fullscreen-media-target { cursor: zoom-in; }
.media-viewer[hidden] { display: none !important; }
.media-viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
}
.media-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(0, 195, 255, .24), transparent 48%), rgba(1, 8, 22, .94);
  backdrop-filter: blur(12px);
}
.media-viewer-dialog {
  position: relative;
  z-index: 1;
  width: min(1500px, 96vw);
  height: min(900px, 90vh);
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 28px);
  border: 1px solid rgba(51, 203, 255, .5);
  border-radius: 24px;
  background: rgba(4, 14, 34, .86);
  box-shadow: 0 0 80px rgba(0, 185, 255, .22);
}
.media-viewer-stage { width: 100%; height: 100%; display: grid; place-items: center; }
.media-viewer-stage img,
.media-viewer-stage video { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 12px; }
.media-viewer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: white;
  background: #078ed8;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.photo-carousel { margin-top: clamp(24px, 4vw, 48px); }
.photo-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.photo-carousel-heading h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.photo-carousel-heading span { color: var(--muted, #94a3b8); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.photo-carousel-shell { position: relative; }
.photo-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(210px, 24vw, 330px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 54px;
  touch-action: pan-y;
}
.photo-carousel-track::-webkit-scrollbar { display: none; }
.photo-carousel-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.photo-carousel-slot {
  aspect-ratio: 16 / 9;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(96, 165, 250, .25);
  border-radius: 14px;
  background: rgba(10, 24, 49, .85);
}
.photo-carousel-slot img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.photo-carousel-slot.is-empty { display: grid; place-items: center; color: rgba(148, 163, 184, .5); }
.photo-carousel-slot.is-empty span { font-size: .72rem; letter-spacing: .18em; }
.photo-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: white;
  background: rgba(5, 17, 38, .92);
  cursor: pointer;
}
.photo-carousel-arrow.previous { left: 4px; }
.photo-carousel-arrow.next { right: 4px; }
.video-frame { position: relative; }
.media-expand-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 145, 214, .88);
  box-shadow: 0 0 24px rgba(0, 194, 255, .28);
  font-size: 1.35rem;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}
.media-expand-button:hover,
.media-expand-button:focus-visible { transform: scale(1.08); background: #08a9e8; }
.social-mark img { display: none !important; }
.social-mark svg {
  display: block !important;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  overflow: visible;
  color: currentColor;
  fill: currentColor;
}
.footer-socials .social-mark.threads,
.footer-socials .social-mark.threads svg,
.footer-socials .social-mark.threads svg path {
  color: #fff !important;
  fill: #fff !important;
}
.photo-carousel-slot.is-empty {
  grid-template-rows: auto auto;
  align-content: center;
  gap: 7px;
  cursor: default;
}
.photo-slot-number {
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.photo-slot-label {
  color: rgba(148,163,184,.65);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .media-viewer { padding: 10px; }
  .media-viewer-dialog { width: 100%; height: 84vh; border-radius: 16px; }
  .photo-carousel-track { grid-auto-columns: 78vw; padding-inline: 46px; }
}

/* Keep horizontally scrolling media rails inside their responsive grid cell. */
.developer-shell,
.developer-shell > *,
.developer-video,
.developer-video .video-frame,
.developer-video .photo-carousel,
.developer-video .photo-carousel-shell,
.developer-video .photo-carousel-track {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 950px) {
  .developer-shell { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .shared-site-header .site-header-inner {
    width: calc(100% - 16px);
    gap: 12px;
  }

  .shared-site-header .brand img {
    width: 54px;
    height: 46px;
  }

  .photo-carousel-track {
    width: 100%;
    grid-auto-columns: minmax(240px, 82vw);
  }
}
