@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("assets/fonts/Unbounded.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --bg: #060912;
  --bg-deep: #02040a;
  --surface: #101623;
  --surface-soft: #161d2c;
  --paper: #f2dfb4;
  --paper-deep: #d7bd82;
  --ink: #17120b;
  --text: #fff8e8;
  --muted: #aeb7c8;
  --gold: #f1c75b;
  --gold-light: #ffe59b;
  --gold-dark: #a76d16;
  --red: #d74735;
  --red-dark: #7e1719;
  --green: #73d458;
  --blue: #66aef6;
  --line: rgba(241, 199, 91, 0.25);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(42, 83, 124, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 17%, rgba(241, 199, 91, 0.06), transparent 32rem),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 38%, #080c14);
  color: var(--text);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img { display: block; max-width: 100%; height: auto; }

.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;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.release-strip {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 18px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d9f25;
  box-shadow: 0 0 0 4px rgba(61, 159, 37, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(241, 199, 91, 0.17);
  background: rgba(3, 6, 12, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
  border-radius: 10px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.footer a,
.text-link { transition: color 150ms ease; }

.nav-links a:hover,
.footer a:hover,
.text-link:hover { color: var(--gold); }

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(15, 21, 34, 0.78);
}

.language-switcher a {
  min-width: 34px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.language-switcher a:hover { color: var(--paper); }
.language-switcher a[aria-current="page"] { background: var(--paper); color: var(--ink); }

.button {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid var(--gold-dark);
  border-radius: 16px;
  background: linear-gradient(145deg, var(--gold-light), var(--gold) 58%, #d9991f);
  box-shadow: 0 9px 26px rgba(217, 153, 31, 0.18), inset 0 1px rgba(255,255,255,0.45);
  color: var(--ink);
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.button::after {
  position: absolute;
  inset: -45% auto -45% -35%;
  width: 22%;
  content: "";
  pointer-events: none;
  transform: translateX(-240%) rotate(16deg);
  background: rgba(255, 255, 255, 0.34);
  transition: transform 420ms ease;
}

.button:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 13px 34px rgba(217, 153, 31, 0.24), inset 0 1px rgba(255,255,255,0.5); }
.button:hover::after { transform: translateX(760%) rotate(16deg); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 11px 17px; font-size: 11px; }

.text-link {
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(241, 199, 91, 0.4);
  text-underline-offset: 5px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.studio-hero {
  position: relative;
  min-height: min(800px, calc(100vh - 114px));
  overflow: hidden;
  border-bottom: 1px solid rgba(241, 199, 91, 0.24);
  background: #070b13;
}

.studio-hero picture { position: absolute; inset: 0; }

.studio-hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.012);
  animation: scene-drift 18s ease-in-out infinite alternate;
}

.studio-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 4, 10, 0.04) 50%, rgba(2, 4, 10, 0.84) 100%);
}

.studio-hero-dock {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 23px 25px;
  border: 1px solid rgba(241, 199, 91, 0.34);
  border-radius: 20px;
  background: rgba(3, 6, 12, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.studio-hero-dock .eyebrow { margin-bottom: 5px; }

.studio-hero-summary {
  margin: 0;
  color: var(--paper);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.studio-hero-actions { display: flex; align-items: center; gap: 22px; }

.game-spotlight {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(241, 199, 91, 0.2);
  background:
    radial-gradient(circle at 76% 42%, rgba(102, 174, 246, 0.16), transparent 30rem),
    radial-gradient(circle at 18% 78%, rgba(241, 199, 91, 0.06), transparent 34rem),
    linear-gradient(135deg, #050914 0%, #091321 58%, #050811 100%);
}

.game-spotlight::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 30%, rgba(255, 248, 232, 0.035), transparent 24rem),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.015), transparent 32%, rgba(0, 0, 0, 0.22));
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.42);
}

.game-spotlight-inner {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 90px;
  padding-block: 78px;
}

.game-spotlight-copy { max-width: 640px; }

.product-title-badge { width: min(330px, 100%); height: auto; margin: 0 0 24px; filter: drop-shadow(8px 12px 18px rgba(0, 0, 0, 0.42)); }

.product-label { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.product-label img { width: 58px; border: 1px solid rgba(241, 199, 91, 0.46); border-radius: 14px; box-shadow: 5px 7px 0 rgba(126, 23, 25, 0.56); }
.product-label .eyebrow { margin: 0; }

.game-device {
  position: relative;
  width: min(330px, 100%);
  margin: 0 auto;
  transform: rotate(1deg);
  animation: device-float 6s ease-in-out infinite;
}

.game-device::before {
  position: absolute;
  z-index: -1;
  inset: 12% -24%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(61, 191, 222, 0.2), transparent 68%);
  filter: blur(22px);
}

.game-device-frame {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(241, 199, 91, 0.56);
  border-radius: 42px;
  background: linear-gradient(145deg, #2b313d, #070a10 40%, #171d28);
  box-shadow: 16px 30px 70px rgba(0, 0, 0, 0.58), 8px 10px 0 rgba(126, 23, 25, 0.44);
}

.game-device-frame img { width: 100%; border-radius: 34px; }
.game-device figcaption { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.game-device figcaption .status-dot { width: 7px; height: 7px; }

.game-hook,
.section h2,
.final-cta h2,
.subpage-hero h1,
.route-card h1 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.game-hook { max-width: 650px; font-size: clamp(34px, 3vw, 49px); }
.game-hook span { color: #ff6452; }

html[lang="ru"] .studio-hero-summary,
html[lang="ru"] .game-hook,
html[lang="ru"] .section h2,
html[lang="ru"] .final-cta h2,
html[lang="ru"] .subpage-hero h1,
html[lang="ru"] .route-card h1 {
  letter-spacing: -0.015em;
}

.hero-lede {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 22px; }

.fact-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 28px 0 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  list-style: none;
  background: var(--line);
}

.fact-list li { min-width: 0; padding: 15px 12px; background: rgba(12, 17, 28, 0.95); }
.fact-list strong { display: block; color: var(--paper); font-size: 15px; line-height: 1.25; }
.fact-list span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

.proof-bar {
  border-block: 1px solid rgba(241, 199, 91, 0.25);
  background: #0c121e;
}

.proof-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  color: var(--paper);
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.proof-grid span + span { border-left: 1px solid var(--line); }

.section { padding-block: 116px; }

.section-wide {
  overflow: hidden;
  border-block: 1px solid rgba(241, 199, 91, 0.14);
  background:
    linear-gradient(rgba(9, 14, 23, 0.93), rgba(9, 14, 23, 0.93)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 32px);
}

.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2, .final-cta h2 { font-size: clamp(34px, 4.3vw, 62px); }
.section-heading > p:last-child { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading-row > p:last-child { max-width: 390px; margin-bottom: 7px; font-size: 15px; }

.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.case-card {
  position: relative;
  min-height: 320px;
  padding: 32px;
  border: 1px solid rgba(241, 199, 91, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(23, 31, 47, 0.98), rgba(9, 13, 23, 0.98));
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.case-card:nth-child(1) { transform: rotate(-1deg); }
.case-card:nth-child(2) { transform: translateY(16px) rotate(0.7deg); }
.case-card:nth-child(3) { transform: rotate(-0.5deg); }
.case-card-red { border-color: rgba(241, 199, 91, 0.32); }
.case-number { position: absolute; top: 22px; right: 25px; color: rgba(241, 199, 91, 0.35); font-family: "Unbounded"; font-size: 28px; font-weight: 800; }
.case-icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 36px; border: 1px solid var(--line); border-radius: 20px; background: #090e18; box-shadow: inset 0 0 25px rgba(241,199,91,0.08); color: var(--gold); font-size: 34px; font-weight: 900; }
.case-card h3 { margin: 0; font-family: "Unbounded"; font-size: 21px; line-height: 1.25; }
.case-card p { margin: 15px 0 0; color: var(--muted); }

.screenshot-track {
  width: var(--shell);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 28px;
  margin-inline: auto;
  padding: 8px 0 28px;
}

.screenshot-track figure { min-width: 0; margin: 0; transition: transform 220ms ease, filter 220ms ease; }
.screenshot-track img { width: 100%; border: 1px solid rgba(241, 199, 91, 0.48); border-radius: 22px; background: #080b12; box-shadow: 12px 18px 0 rgba(2,4,8,0.6), 0 24px 55px rgba(0,0,0,0.34); }
.screenshot-track figcaption { padding: 16px 5px 0; color: var(--paper); font-family: "Unbounded"; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; }

.pack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pack-grid span { min-height: 82px; display: grid; place-items: center; padding: 16px; transform: rotate(-0.4deg); border: 1px solid #9e783d; background: linear-gradient(160deg, var(--paper), var(--paper-deep)); box-shadow: 5px 7px 0 rgba(0, 0, 0, 0.4); color: var(--ink); font-family: "Unbounded"; font-size: 13px; font-weight: 800; text-align: center; text-transform: uppercase; transition: transform 180ms ease, box-shadow 180ms ease; }
.pack-grid span:nth-child(2n) { transform: rotate(0.7deg); }

.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.mode-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15, 21, 34, 0.74); }
.mode-grid strong { color: var(--gold); font-family: "Unbounded"; font-size: 14px; }
.mode-grid p { margin: 10px 0 0; color: var(--muted); }

.studio-section { border-block: 1px solid rgba(215, 71, 53, 0.24); background: linear-gradient(105deg, rgba(126, 23, 25, 0.2), rgba(9, 14, 23, 0.96) 52%); }
.studio-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; align-items: center; }
.studio-grid h2 { font-size: clamp(38px, 5vw, 66px); }
.studio-copy { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.7; }
.studio-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 32px; font-size: 15px; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 17px; background: rgba(15,21,34,0.74); }
.faq-grid summary { position: relative; padding: 21px 52px 21px 22px; cursor: pointer; color: var(--paper); font-weight: 850; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { position: absolute; top: 18px; right: 20px; content: "+"; color: var(--gold); font-family: "Unbounded"; font-size: 20px; }
.faq-grid details[open] summary::after { content: "–"; }
.faq-grid p { margin: -5px 22px 22px; color: var(--muted); }
.faq-grid p a { color: var(--gold); text-decoration: underline; }

.final-cta { padding-block: 74px; border-top: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.final-cta-inner { display: grid; grid-template-columns: 112px 1fr auto; align-items: center; gap: 34px; }
.final-cta img { width: 112px; border: 2px solid #916820; border-radius: 25px; box-shadow: 7px 8px 0 rgba(126, 23, 25, 0.7); }
.final-cta .eyebrow { color: var(--red-dark); }
.final-cta h2 { max-width: 720px; font-size: clamp(28px, 3.2vw, 48px); }
.final-cta p:last-child { margin: 12px 0 0; color: #554b3c; }

.footer { padding-block: 48px; border-top: 1px solid rgba(0,0,0,0.2); background: #02040a; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 26px 50px; align-items: center; }
.footer nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 14px; }
.footer .social-links { position: fixed; top: 50%; right: 18px; z-index: 40; flex-direction: column; justify-content: center; gap: 8px; padding: 10px; transform: translateY(-50%); border: 1px solid rgba(241, 199, 91, 0.22); border-radius: 999px; background: rgba(2, 4, 10, 0.86); box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42); backdrop-filter: blur(14px); }
.footer .social-links a { position: relative; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(241, 199, 91, 0.3); border-radius: 50%; background: rgba(255, 255, 255, 0.035); font-size: 0; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.footer .social-links a::before { position: absolute; top: 50%; left: 50%; display: block; width: 21px; height: 21px; content: ""; transform: translate(-50%, -50%); background-position: center; background-repeat: no-repeat; background-size: contain; filter: invert(93%) sepia(11%) saturate(871%) hue-rotate(347deg) brightness(102%) contrast(90%); }
.footer .social-links a:hover { transform: translateY(-3px); border-color: var(--gold); background: rgba(241, 199, 91, 0.14); }
.footer .social-links a[href*="youtube.com"]::before { background-image: url("assets/social-icons/youtube.svg"); }
.footer .social-links a[href*="tiktok.com"]::before { background-image: url("assets/social-icons/tiktok.svg"); }
.footer .social-links a[href*="x.com"]::before { background-image: url("assets/social-icons/x.svg"); }
.footer .social-links a[href*="instagram.com"]::before { background-image: url("assets/social-icons/instagram.svg"); }
.footer .social-links a[href*="bsky.app"]::before { background-image: url("assets/social-icons/bluesky.svg"); }
.footer .social-links a[href*="facebook.com"]::before { background-image: url("assets/social-icons/facebook.svg"); }
.footer p { margin: 0; }
.footer .copyright { text-align: right; font-size: 13px; }

/* Press kit */
.subpage-body { background: var(--bg); }
.subpage-header { border-bottom: 1px solid var(--line); }
.subpage-header .language-switcher { margin-left: auto; }
.subpage-hero { padding-block: 86px 64px; }
.subpage-hero h1 { max-width: 850px; font-size: clamp(42px, 7vw, 86px); }
.subpage-hero > p:not(.eyebrow):not(.press-revision) { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 20px; }
.back-link { color: var(--gold); font-weight: 800; }
.press-kit-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.subpage-hero .press-revision { margin: 16px 0 0; color: #788397; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.press-feature-wrap { position: relative; margin-bottom: 38px; }
.press-feature { width: 100%; margin: 0; border: 1px solid #825b23; border-radius: 18px; box-shadow: var(--shadow); }
.asset-caption { position: absolute; right: 22px; bottom: 22px; display: grid; gap: 2px; padding: 12px 15px; border: 1px solid rgba(241,199,91,0.38); border-radius: 12px; background: rgba(3,6,12,0.88); backdrop-filter: blur(12px); }
.asset-caption strong { color: var(--paper); font-family: "Unbounded"; font-size: 11px; text-transform: uppercase; }
.asset-caption span { color: var(--muted); font-size: 11px; }
.press-jump-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 70px; }
.press-jump-nav a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; transition: border-color 150ms ease, color 150ms ease; }
.press-jump-nav a:hover { border-color: var(--gold); color: var(--paper); }
.press-layout { display: grid; grid-template-columns: 280px 1fr; gap: 70px; padding-bottom: 110px; }
.press-sidebar { align-self: start; position: sticky; top: 112px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.press-sidebar h2 { margin: 0 0 18px; font-family: "Unbounded"; font-size: 16px; }
.data-list { display: grid; gap: 15px; margin: 0; }
.data-list div { padding-top: 14px; border-top: 1px solid rgba(241,199,91,0.13); }
.data-list dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.data-list dd { margin: 4px 0 0; color: var(--paper); font-weight: 750; }
.data-list dd .text-link { font-size: 13px; }
.press-sidebar-button { width: 100%; min-height: 46px; margin-top: 24px; padding-inline: 12px; font-size: 10px; }
.press-content { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 64px; }
.press-section { min-width: 0; }
.press-section h2 { margin: 0 0 24px; font-family: "Unbounded"; font-size: clamp(26px, 3vw, 40px); }
.press-section h3 { margin: 30px 0 8px; color: var(--gold); font-family: "Unbounded"; font-size: 14px; }
.press-section p, .press-section li { color: var(--muted); }
.press-section ul { padding-left: 22px; }
.press-callout { position: relative; padding: 28px; border: 1px solid rgba(215,71,53,0.46); border-radius: 20px; background: linear-gradient(135deg, rgba(126,23,25,0.2), rgba(15,21,34,0.94)); }
.press-callout p { max-width: 720px; margin: 0; color: var(--text); font-size: clamp(18px, 2.2vw, 26px); font-weight: 750; line-height: 1.45; }
.press-callout-label { display: block; margin-bottom: 10px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.copy-block { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.copy-block p { margin: 0; color: var(--text); }
.copy-block p + p { margin-top: 16px; }
.feature-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
.feature-list-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,21,34,0.78); }
.feature-list-grid strong { color: var(--paper); font-family: "Unbounded"; font-size: 13px; }
.feature-list-grid p { margin: 9px 0 0; font-size: 14px; }
.asset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.download-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.download-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #03050a; }
.download-card.square img { aspect-ratio: 1; object-fit: contain; }
.download-card.portrait-card img { aspect-ratio: 4 / 5; object-fit: contain; }
.download-card.story-card img { aspect-ratio: 9 / 16; object-fit: contain; }
.download-card.transparent-card img { aspect-ratio: 16 / 9; object-fit: contain; background-color: #0a0e18; background-image: linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,0.04) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.04) 75%), linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.04) 75%); background-position: 0 0, 0 10px, 10px -10px, -10px 0; background-size: 20px 20px; }
.download-card.asset-wide { grid-column: 1 / -1; }
.download-card-body { padding: 19px; }
.download-card h3 { margin: 0; color: var(--paper); }
.download-card p { margin: 5px 0 14px; font-size: 13px; }
.download-card a { color: var(--gold); font-weight: 850; }
.asset-inline-download { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 17px 19px; border: 1px dashed rgba(241,199,91,0.35); border-radius: 14px; color: var(--muted); font-size: 13px; }
.asset-inline-download a { color: var(--gold); font-weight: 850; text-align: right; }
.screenshot-download { margin: 10px 0 28px; }
.press-screenshot-grid { width: 100%; max-width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.screenshot-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); transition: transform 150ms ease, border-color 150ms ease; }
.screenshot-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.screenshot-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.screenshot-card span { display: block; padding: 12px 10px; color: var(--paper); font-size: 10px; font-weight: 850; line-height: 1.3; text-align: center; text-transform: uppercase; }
.download-hint { margin: 16px 0 0; font-size: 12px; }
.usage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.usage-grid article { padding: 8px 22px 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(15,21,34,0.8); }
.usage-grid h3 { margin-top: 19px; }
.usage-grid ul { margin-bottom: 0; }
.usage-grid li + li { margin-top: 8px; }
.contact-list { display: grid; gap: 0; margin: 0 0 34px; padding: 0 !important; border-block: 1px solid var(--line); list-style: none; }
.contact-list li { display: flex; justify-content: space-between; gap: 30px; padding: 17px 0; }
.contact-list li + li { border-top: 1px solid rgba(241,199,91,0.12); }
.contact-list span { color: var(--muted); }
.final-download-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 28px; border: 1px solid rgba(241,199,91,0.4); border-radius: 20px; background: linear-gradient(135deg, rgba(126,23,25,0.18), rgba(15,21,34,0.96)); }
.final-download-card h3 { margin: 0; color: var(--paper); font-size: clamp(20px, 2.5vw, 28px); }
.final-download-card p { margin: 8px 0 0; }
.final-download-card .eyebrow { margin-bottom: 7px; }
.legal-note { padding: 20px 22px; border-left: 3px solid var(--red); background: rgba(126,23,25,0.12); color: var(--muted); }

/* Smart store route */
.route-page { min-height: 100vh; display: grid; place-items: center; padding: 32px 20px; }
.route-card { width: min(620px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: rgba(15, 21, 34, 0.96); box-shadow: var(--shadow); text-align: center; }
.route-card::before { display: block; width: 90px; height: 3px; margin: 0 auto 28px; content: ""; transform: rotate(-4deg); background: var(--red); }
.route-logo { width: 112px; margin: 0 auto 25px; border: 2px solid #916820; border-radius: 25px; box-shadow: 7px 8px 0 var(--red-dark); }
.route-card h1 { font-size: clamp(31px, 7vw, 48px); }
.route-card > p { margin: 18px auto 27px; color: var(--muted); }
.route-actions { display: grid; gap: 13px; }
.route-help { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.route-help a { color: var(--gold); font-weight: 800; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.js [data-reveal] {
  opacity: 0;
  translate: 0 24px;
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), translate 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js [data-reveal].is-visible { opacity: 1; translate: none; }
.steps [data-reveal]:nth-child(2) { transition-delay: 90ms; }
.steps [data-reveal]:nth-child(3) { transition-delay: 180ms; }

@keyframes scene-drift {
  from { transform: scale(1.012) translate3d(-0.15%, -0.1%, 0); }
  to { transform: scale(1.03) translate3d(0.25%, 0.2%, 0); }
}

@keyframes device-float {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-7px) rotate(0.6deg); }
}

@media (hover: hover) {
  .case-card:nth-child(1):hover { transform: translateY(-7px) rotate(-1deg); }
  .case-card:nth-child(2):hover { transform: translateY(9px) rotate(0.7deg); }
  .case-card:nth-child(3):hover { transform: translateY(-7px) rotate(-0.5deg); }
  .case-card:hover { border-color: rgba(241, 199, 91, 0.58); box-shadow: 0 30px 76px rgba(0, 0, 0, 0.52); }
  .screenshot-track figure:hover { transform: translateY(-6px); filter: brightness(1.05); }
  .pack-grid span:hover { transform: translateY(-4px) rotate(0); box-shadow: 8px 11px 0 rgba(0, 0, 0, 0.46); }
}

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .language-switcher { margin-left: auto; }
  .game-spotlight-inner { grid-template-columns: minmax(0, 1fr) 290px; gap: 46px; }
  .game-device { width: 290px; }
  .studio-hero-dock { grid-template-columns: 1fr; gap: 18px; }
  .studio-hero-actions { justify-content: space-between; }
  .final-cta-inner { grid-template-columns: 92px 1fr; }
  .final-cta img { width: 92px; }
  .final-cta .button { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 1180px); --radius: 20px; }
  .release-strip { font-size: 10px; }
  .nav { min-height: 68px; }
  .subpage-header .back-link { display: none; }
  .brand { font-size: 11px; }
  .brand-mark { width: 34px; height: 34px; }
  .button-small { padding-inline: 13px; }
  .studio-hero { min-height: 0; }
  .studio-hero picture { position: static; }
  .studio-hero-art { width: 100%; aspect-ratio: 1; object-fit: cover; }
  .studio-hero::after { display: none; }
  .studio-hero-dock { position: static; width: 100%; padding: 24px max(15px, calc((100% - var(--shell)) / 2)); border: 0; border-radius: 0; background: #070b13; box-shadow: none; }
  .studio-hero-actions { align-items: stretch; flex-direction: column; }
  .studio-hero-actions .text-link { text-align: center; }
  .game-spotlight { min-height: 0; }
  .game-spotlight-inner { min-height: 0; grid-template-columns: 1fr; gap: 52px; padding-block: 70px; }
  .game-device { order: -1; width: min(270px, 82vw); }
  .product-page .game-device { order: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .fact-list { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding-block: 12px; gap: 0; }
  .proof-grid span { padding: 9px 5px; font-size: 10px; }
  .proof-grid span + span { border: 0; }
  .section { padding-block: 82px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading-row { display: block; }
  .screenshot-track { width: 100%; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(76vw, 300px); gap: 22px; padding: 8px max(15px, calc((100% - var(--shell)) / 2)) 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .screenshot-track::-webkit-scrollbar { display: none; }
  .screenshot-track figure { scroll-snap-align: center; }
  .steps { grid-template-columns: 1fr; }
  .case-card, .case-card:nth-child(n) { min-height: auto; transform: none; }
  .pack-grid { grid-template-columns: repeat(2, 1fr); }
  .mode-grid { grid-template-columns: 1fr; }
  .studio-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: 76px 1fr; gap: 22px; }
  .final-cta img { width: 76px; border-radius: 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer .social-links { top: auto; right: auto; bottom: max(12px, env(safe-area-inset-bottom)); left: 50%; flex-direction: row; flex-wrap: nowrap; gap: 7px; padding: 8px; transform: translateX(-50%); }
  .footer .social-links a { width: 40px; height: 40px; }
  .footer .copyright { text-align: left; }
  .press-layout { grid-template-columns: 1fr; gap: 45px; }
  .press-sidebar { position: static; }
  .press-screenshot-grid { grid-template-columns: repeat(4, minmax(130px, 1fr)); overflow-x: auto; padding-bottom: 10px; }
}

@media (max-width: 520px) {
  .brand span:last-child { max-width: 105px; white-space: normal; line-height: 1.05; }
  .nav > .button { display: none; }
  .language-switcher a { min-width: 30px; padding-inline: 6px; }
  .game-hook { font-size: 35px; }
  .hero-lede { font-size: 16px; }
  .fact-list li { padding: 13px 10px; }
  .pack-grid span { min-height: 72px; font-size: 11px; }
  .studio-copy { font-size: 17px; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .final-cta img { margin-inline: auto; }
  .press-kit-actions { align-items: stretch; flex-direction: column; }
  .press-kit-actions .text-link { text-align: center; }
  .asset-caption { position: static; margin-top: 10px; }
  .press-jump-nav { margin-bottom: 50px; }
  .asset-grid { grid-template-columns: 1fr; }
  .download-card.asset-wide { grid-column: auto; }
  .feature-list-grid, .usage-grid { grid-template-columns: 1fr; }
  .asset-inline-download, .contact-list li { align-items: flex-start; flex-direction: column; gap: 6px; }
  .asset-inline-download a { text-align: left; }
  .final-download-card { grid-template-columns: 1fr; }
  .press-screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: visible; }
  .route-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .studio-hero-art, .game-device { transform: none !important; }
  .js [data-reveal] { opacity: 1 !important; translate: none !important; }
}
