:root {
  --bg: #030817;
  --bg-soft: #07142a;
  --panel: rgba(8, 20, 42, 0.72);
  --panel-strong: rgba(7, 17, 35, 0.92);
  --line: rgba(231, 190, 118, 0.24);
  --gold: #e8be78;
  --gold-light: #ffe0a5;
  --blue: #6f97dc;
  --text: #f6f2e8;
  --muted: #aab6cc;
  --serif: "Cinzel", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(28, 76, 137, 0.32), transparent 34%),
    linear-gradient(180deg, #041024 0%, #030817 45%, #020713 100%);
  color: var(--text);
  font-family: var(--sans);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

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

button {
  font: inherit;
}

img {
  max-width: 100%;
}

#starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  padding: 12px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(232, 190, 120, 0.14);
  background: linear-gradient(180deg, rgba(2, 8, 20, 0.92), rgba(2, 8, 20, 0.62));
  backdrop-filter: blur(18px);
  transition: 0.35s ease;
}

.site-header.scrolled {
  min-height: 72px;
  background: rgba(2, 7, 18, 0.9);
  border-bottom-color: rgba(232, 190, 120, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  border: 1px solid rgba(232, 190, 120, 0.4);
}

.brand-type {
  display: grid;
  line-height: 1;
}

.brand-type span {
  font-family: var(--serif);
  letter-spacing: 0.16em;
  font-size: 21px;
  color: var(--gold-light);
}

.brand-type small {
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: 0.55em;
  color: #7e9bc6;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  color: #ccd4e2;
}

.nav a {
  position: relative;
  padding: 14px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  transition: 0.25s ease;
  transform: translateX(-50%);
}

.nav a:hover,
.nav a.active {
  color: var(--gold-light);
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  border: 1px solid rgba(232, 190, 120, 0.55);
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  transition: 0.25s ease;
}

.header-cta:hover {
  background: rgba(232, 190, 120, 0.09);
  box-shadow: 0 0 30px rgba(232, 190, 120, 0.1);
}

.header-cta span {
  margin-left: 10px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 7px auto;
  background: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: 50px;
  padding: 130px max(5vw, calc((100vw - var(--max)) / 2)) 110px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(4, 14, 36, 0.18), rgba(3, 8, 23, 0.45)),
    radial-gradient(circle at 72% 40%, rgba(53, 95, 169, 0.2), transparent 22%);
}

.aurora {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
}

.aurora-one {
  width: 700px;
  height: 260px;
  right: -180px;
  top: 23%;
  background: #2e69b7;
  transform: rotate(-18deg);
}

.aurora-two {
  width: 480px;
  height: 180px;
  left: -120px;
  bottom: 18%;
  background: #8b5e2c;
  transform: rotate(15deg);
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold);
}

.eyebrow span {
  font-size: 10px;
  margin-inline: 4px;
}

h1,
h2,
h3 {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(56px, 6.4vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.hero h1 > span {
  display: block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(120deg, #fff2d2 0%, #e4b66b 45%, #fff0c1 76%, #bd8441 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 650px;
  margin: 0 0 34px;
  color: #c2ccdc;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid rgba(232, 190, 120, 0.35);
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 600;
  transition: 0.28s ease;
}

.button-primary {
  color: #11111a;
  border-color: var(--gold-light);
  background: linear-gradient(135deg, #f7d18a, #d8a85e);
  box-shadow: 0 12px 40px rgba(212, 163, 86, 0.18);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(212, 163, 86, 0.28);
}

.button-secondary {
  color: #e9eef8;
  background: rgba(5, 13, 29, 0.4);
}

.button-secondary:hover {
  color: var(--gold-light);
  border-color: rgba(232, 190, 120, 0.7);
  background: rgba(232, 190, 120, 0.06);
}

.hero-mark {
  position: relative;
  width: min(35vw, 520px);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.4));
}

.planet {
  position: relative;
  z-index: 4;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #f2ca81, rgba(242, 202, 129, 0.15), #d4994a);
  box-shadow:
    0 0 80px rgba(84, 131, 206, 0.18),
    inset 0 0 20px rgba(255,255,255,.12);
  animation: float 7s ease-in-out infinite;
}

.planet::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(247, 216, 161, 0.25);
  pointer-events: none;
}

.planet img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: saturate(0.9) contrast(1.06) brightness(0.88);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(232, 190, 120, 0.19);
  border-radius: 50%;
  transform: rotate(-28deg);
}

.orbit::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 18px var(--gold);
  left: 15%;
  top: 14%;
}

.orbit-one {
  width: 92%;
  height: 64%;
}

.orbit-two {
  width: 78%;
  height: 110%;
  transform: rotate(32deg);
  border-color: rgba(107, 145, 207, 0.16);
}

.glow-star {
  position: absolute;
  color: #ffe9b8;
  text-shadow: 0 0 14px #e9b968, 0 0 32px #5e90d8;
}

.star-a {
  right: 9%;
  top: 22%;
  font-size: 28px;
  animation: pulse 2.6s ease-in-out infinite;
}

.star-b {
  left: 4%;
  bottom: 28%;
  font-size: 13px;
  animation: pulse 3.5s ease-in-out infinite 0.4s;
}

.star-c {
  right: 20%;
  bottom: 4%;
  font-size: 10px;
  animation: pulse 2.9s ease-in-out infinite 1s;
}

.horizon {
  position: absolute;
  z-index: -1;
  left: -8%;
  right: -8%;
  height: 26vw;
  min-height: 300px;
  bottom: -18vw;
  border-radius: 50% 50% 0 0;
  border-top: 1px solid rgba(237, 199, 129, 0.38);
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 193, 104, 0.38), transparent 4%),
    radial-gradient(circle at 44% 6%, rgba(240, 178, 84, 0.14), transparent 18%),
    linear-gradient(180deg, #0b1f3d 0%, #061127 44%, #020712 100%);
  box-shadow: 0 -10px 70px rgba(75, 112, 176, 0.18);
}

.horizon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 20% 12%, #f4c77a 0 1px, transparent 1.5px),
    radial-gradient(circle at 37% 18%, #dba85c 0 1px, transparent 1.5px),
    radial-gradient(circle at 53% 9%, #ffe5aa 0 1px, transparent 1.4px),
    radial-gradient(circle at 65% 16%, #daab68 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 12%, #e3bf81 0 1px, transparent 1.5px);
  background-size: 150px 85px, 190px 95px, 210px 70px, 175px 86px, 230px 90px;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: #8899b5;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 8px;
}

.scroll-indicator i {
  display: block;
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--gold), transparent);
}

.section {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
  padding: 110px 0;
}

.section-heading {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.manifesto h2,
.studio h2 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 1.05;
  color: #f7f3ea;
}

.section-heading > p:last-child {
  color: #91a0b8;
  line-height: 1.7;
}

.worlds {
  position: relative;
}

.worlds::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 700px;
  height: 700px;
  top: 5%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(35, 77, 135, 0.14), transparent 65%);
  pointer-events: none;
}

.world-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.world-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgba(232, 190, 120, 0.27);
  background: rgba(4, 12, 27, 0.84);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.world-card:hover {
  transform: translateY(-8px);
  border-color: rgba(239, 203, 137, 0.68);
  box-shadow: 0 26px 85px rgba(0, 0, 0, 0.35);
}

.world-art {
  position: relative;
  height: clamp(320px, 31vw, 460px);
  overflow: hidden;
  isolation: isolate;
}

.world-art::before,
.world-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.world-art::after {
  background:
    linear-gradient(180deg, transparent 50%, rgba(2, 7, 16, 0.92) 100%),
    radial-gradient(circle at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.25) 100%);
}

.world-symbol {
  position: absolute;
  z-index: 4;
  left: 20px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 205, 137, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: rgba(3, 9, 20, 0.58);
  backdrop-filter: blur(10px);
  font-family: var(--serif);
  font-size: 20px;
}

.world-neon .world-art {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(240, 61, 191, 0.5) 12% 13%, transparent 13% 45%, rgba(34, 147, 255, 0.55) 45% 46%, transparent 46% 82%, rgba(237, 80, 205, 0.36) 82% 83%, transparent 83%),
    linear-gradient(180deg, #041a38 0%, #172554 46%, #2a1043 68%, #070d1f 100%);
}

.world-neon .world-art::before {
  background:
    radial-gradient(circle at 58% 18%, #75cfff 0 2px, transparent 3px),
    linear-gradient(120deg, transparent 20%, rgba(51, 218, 255, .35) 20.5%, transparent 21%),
    repeating-linear-gradient(90deg, rgba(19, 29, 58, .9) 0 18px, rgba(38, 50, 84, .8) 18px 26px);
  clip-path: polygon(0 43%, 12% 34%, 18% 53%, 28% 23%, 36% 45%, 47% 27%, 57% 56%, 68% 35%, 80% 48%, 91% 18%, 100% 29%, 100% 100%, 0 100%);
  opacity: .85;
}

.city-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 19%, rgba(242, 63, 204, .8) 19.5%, transparent 20%),
    linear-gradient(90deg, transparent 72%, rgba(67, 197, 255, .7) 72.5%, transparent 73%),
    linear-gradient(180deg, transparent 61%, rgba(100, 212, 255, .7) 61.5%, transparent 62%);
  mix-blend-mode: screen;
}

.world-grove .world-art {
  background:
    radial-gradient(circle at 50% 35%, rgba(124, 255, 187, .47), transparent 13%),
    radial-gradient(circle at 35% 20%, rgba(45, 159, 117, .24), transparent 32%),
    linear-gradient(180deg, #061928, #0a352e 44%, #071a20 100%);
}

.world-grove .world-art::before {
  width: 60%;
  height: 100%;
  left: 20%;
  background:
    radial-gradient(ellipse at center, rgba(91, 255, 175, .36) 0 13%, transparent 14%),
    linear-gradient(82deg, transparent 44%, #15392c 45% 52%, transparent 53%),
    linear-gradient(98deg, transparent 41%, #0d2a22 42% 48%, transparent 49%);
  filter: drop-shadow(0 0 25px rgba(84, 246, 171, .12));
}

.tree-core {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 70%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #0a211c 35% 65%, transparent);
  clip-path: polygon(37% 100%, 44% 42%, 28% 28%, 43% 32%, 50% 0, 56% 34%, 78% 24%, 61% 43%, 68% 100%);
}

.world-sands .world-art {
  background:
    radial-gradient(circle at 66% 22%, #fff1be 0 1.5%, #e8b96b 2%, transparent 11%),
    linear-gradient(180deg, #5c3828 0%, #c08243 46%, #60401f 100%);
}

.world-sands .world-art::before {
  top: 30%;
  background:
    linear-gradient(78deg, transparent 20%, rgba(65, 40, 24, .78) 20.5% 27%, transparent 27.5%),
    linear-gradient(102deg, transparent 60%, rgba(78, 49, 26, .72) 60.5% 67%, transparent 67.5%);
  clip-path: polygon(0 60%, 10% 48%, 19% 57%, 30% 31%, 42% 50%, 55% 29%, 67% 52%, 78% 25%, 89% 58%, 100% 45%, 100% 100%, 0 100%);
}

.sun-disc {
  position: absolute;
  top: 16%;
  right: 14%;
  width: 78px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 239, 187, .52);
  box-shadow: 0 0 45px rgba(255, 214, 135, .24);
}

.world-abyss .world-art {
  background:
    radial-gradient(circle at 50% 100%, rgba(27, 175, 214, .26), transparent 40%),
    linear-gradient(180deg, #0b5e7a 0%, #08324f 34%, #06162d 76%, #030914 100%);
}

.world-abyss .world-art::before {
  background:
    linear-gradient(110deg, transparent 25%, rgba(151, 231, 255, .13) 25.5%, transparent 31%),
    linear-gradient(75deg, transparent 55%, rgba(151, 231, 255, .1) 55.5%, transparent 62%);
}

.bubble {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(154, 226, 255, .32);
  box-shadow: inset 0 0 12px rgba(149, 231, 255, .08);
}

.bubble-1 { width: 46px; height: 46px; left: 18%; top: 22%; }
.bubble-2 { width: 22px; height: 22px; right: 25%; top: 38%; }
.bubble-3 { width: 72px; height: 72px; right: 8%; top: 14%; }

.world-dream .world-art {
  background:
    radial-gradient(circle at 50% 45%, rgba(221, 114, 255, .28), transparent 18%),
    radial-gradient(circle at 30% 26%, rgba(93, 107, 255, .3), transparent 22%),
    linear-gradient(180deg, #0b1736, #24144b 50%, #0e1028 100%);
}

.world-dream .world-art::before {
  background:
    radial-gradient(circle at 22% 15%, #fff1c8 0 1px, transparent 2px),
    radial-gradient(circle at 73% 28%, #d7e9ff 0 1px, transparent 2px),
    radial-gradient(circle at 64% 57%, #f8d2ff 0 1px, transparent 2px),
    radial-gradient(circle at 30% 67%, #fff2c1 0 1px, transparent 2px);
  background-size: 90px 90px, 130px 140px, 110px 130px, 150px 120px;
}

.portal {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 18%;
  width: 32%;
  height: 45%;
  transform: translateX(-50%);
  border: 3px solid rgba(250, 201, 255, .64);
  border-radius: 48% 48% 20% 20%;
  box-shadow:
    0 0 14px rgba(211, 130, 255, .7),
    0 0 45px rgba(86, 106, 255, .48),
    inset 0 0 30px rgba(121, 82, 255, .34);
}

.world-content {
  min-height: 220px;
  padding: 24px 20px 20px;
}

.world-index {
  color: #6e83aa;
  letter-spacing: 0.2em;
  font-size: 8px;
}

.world-content h3 {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  color: var(--gold-light);
}

.world-content p {
  min-height: 68px;
  margin: 0;
  color: #9fabc0;
  font-size: 12px;
  line-height: 1.75;
}

.world-link {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d9e0ec;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 9px;
  cursor: pointer;
}

.world-link span {
  margin-left: 9px;
  color: var(--gold);
}

.featured {
  padding-top: 70px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(232, 190, 120, 0.25);
  border-radius: 15px;
  background: #09162d;
  isolation: isolate;
  transition: transform .35s ease, border-color .35s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 190, 120, 0.62);
}

.feature-card::before,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
}

.feature-stellaris::before {
  background:
    radial-gradient(circle at 68% 24%, #9ac4ff 0 1%, #274f99 2%, transparent 16%),
    radial-gradient(circle at 30% 16%, rgba(97, 115, 255, .35), transparent 18%),
    linear-gradient(145deg, #091838, #172d5a 48%, #091020);
}

.feature-stellaris::after {
  opacity: .7;
  background:
    radial-gradient(circle at 25% 20%, #fff 0 1px, transparent 1.7px),
    radial-gradient(circle at 65% 12%, #dbe9ff 0 1px, transparent 1.7px),
    radial-gradient(circle at 85% 34%, #fff 0 1px, transparent 1.7px);
  background-size: 80px 100px, 120px 150px, 140px 100px;
}

.feature-veridian::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(91, 255, 172, .24), transparent 20%),
    linear-gradient(150deg, #071d1a, #0f4233 48%, #081812);
}

.feature-veridian::after {
  top: 10%;
  opacity: .7;
  background: linear-gradient(83deg, transparent 43%, rgba(14, 50, 38, .9) 43.5% 49%, transparent 50%),
              linear-gradient(97deg, transparent 52%, rgba(11, 38, 30, .88) 52.5% 59%, transparent 60%);
}

.feature-nomad::before {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 224, 155, .38), transparent 14%),
    linear-gradient(150deg, #3a261b, #8c5a2d 47%, #291b16);
}

.feature-nomad::after {
  top: 31%;
  opacity: .78;
  background: linear-gradient(83deg, transparent 25%, rgba(60, 39, 24, .9) 25.5% 35%, transparent 35.5%),
              linear-gradient(97deg, transparent 62%, rgba(67, 40, 22, .9) 62.5% 72%, transparent 72.5%);
}

.feature-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, .1) 0%, rgba(2, 8, 18, .12) 40%, rgba(2, 8, 18, .96) 85%),
    radial-gradient(circle at 50% 50%, transparent 30%, rgba(0, 0, 0, .22) 100%);
}

.feature-top {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: #d6c39b;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 8px;
}

.feature-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
}

.feature-copy small {
  color: var(--gold);
  letter-spacing: .18em;
  font-size: 8px;
}

.feature-copy h3 {
  margin: 9px 0 12px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
}

.feature-copy p {
  max-width: 420px;
  margin: 0;
  color: #b2bdce;
  font-size: 13px;
  line-height: 1.7;
}

.feature-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(232, 190, 120, 0.18);
  color: #9ca8bd;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}

.feature-bottom button {
  border: 0;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
}

.manifesto {
  padding-top: 40px;
  padding-bottom: 60px;
}

.manifesto-card {
  min-height: 460px;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: 80px;
  padding: clamp(42px, 6vw, 90px);
  border: 1px solid rgba(232, 190, 120, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 40%, rgba(49, 99, 173, .18), transparent 28%),
    linear-gradient(135deg, rgba(9, 24, 50, .9), rgba(4, 10, 24, .92));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.manifesto-copy {
  max-width: 540px;
}

.manifesto-copy p {
  font-family: var(--serif);
  color: #d8dfeb;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.5;
}

.manifesto-copy p + p {
  color: #7f8fa9;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
}

.studio {
  padding-top: 40px;
}

.studio-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
  min-height: 560px;
  padding: clamp(40px, 6vw, 86px);
  border-top: 1px solid rgba(232, 190, 120, 0.18);
  border-bottom: 1px solid rgba(232, 190, 120, 0.18);
  background:
    radial-gradient(circle at 70% 70%, rgba(34, 72, 132, .14), transparent 38%);
}

.studio-copy > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: #9eacc1;
  line-height: 1.8;
}

.studio-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.value {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(232, 190, 120, 0.16);
  border-radius: 12px;
  background: rgba(7, 18, 38, .5);
}

.value i {
  margin-bottom: auto;
  color: var(--gold);
  font-family: var(--serif);
  font-style: normal;
  font-size: 26px;
}

.value strong {
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 20px;
  font-weight: 500;
}

.value span {
  margin-top: 5px;
  color: #7e8da6;
  font-size: 11px;
}

footer {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 85px 0 32px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(232, 190, 120, 0.16);
}

.footer-brand img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid rgba(232, 190, 120, 0.3);
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
  color: var(--gold-light);
  letter-spacing: .16em;
  font-weight: 500;
  font-size: 24px;
}

.footer-brand p {
  margin: 7px 0 0;
  color: #6e7f9a;
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 560px;
  margin: 50px 0 60px auto;
}

.footer-links > div {
  display: grid;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
}

.footer-links a {
  color: #8999b3;
  font-size: 12px;
  transition: .2s ease;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(232, 190, 120, 0.1);
  color: #53627c;
  font-size: 10px;
}

.world-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  transition: .28s ease;
}

.world-modal.open {
  pointer-events: auto;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 4, 12, .72);
  backdrop-filter: blur(16px);
}

.modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 46px;
  border: 1px solid rgba(232, 190, 120, .38);
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 10%, rgba(55, 104, 174, .18), transparent 28%),
    #071226;
  box-shadow: 0 30px 120px rgba(0,0,0,.5);
  transform: translateY(18px) scale(.98);
  transition: .28s ease;
}

.world-modal.open .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #97a5bb;
  font-size: 28px;
  cursor: pointer;
}

.modal-kicker {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .2em;
}

.modal-card h3 {
  margin: 12px 0 16px;
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 36px;
  font-weight: 500;
}

.modal-card p {
  color: #a6b2c5;
  line-height: 1.8;
  font-size: 14px;
}

.modal-action {
  margin-top: 12px;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes pulse {
  0%, 100% { opacity: .35; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1180px) {
  .world-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .world-card:nth-child(4),
  .world-card:nth-child(5) {
    grid-column: span 1;
  }

  .world-art {
    height: 390px;
  }

  .hero {
    grid-template-columns: 1fr .75fr;
  }

  .hero-mark {
    width: 42vw;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .nav.open {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    display: grid;
    gap: 0;
    padding: 14px 20px;
    border: 1px solid rgba(232, 190, 120, 0.23);
    border-radius: 12px;
    background: rgba(4, 11, 25, .97);
    backdrop-filter: blur(18px);
  }

  .nav.open a {
    padding: 14px 0;
  }

  .nav.open a::after {
    left: 0;
    transform: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 150px;
    padding-bottom: 130px;
    text-align: center;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-mark {
    width: min(74vw, 510px);
    justify-self: center;
    margin-top: 10px;
  }

  .horizon {
    bottom: -11vw;
  }

  .world-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 430px;
  }

  .manifesto-card,
  .studio-panel {
    grid-template-columns: 1fr;
  }

  .manifesto-card,
  .studio-panel {
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 70px;
    padding: 8px 16px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-type span {
    font-size: 17px;
  }

  .brand-type small {
    font-size: 7px;
  }

  .hero {
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(44px, 14.5vw, 72px);
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .button {
    width: 100%;
  }

  .section {
    width: min(calc(100% - 28px), var(--max));
    padding: 80px 0;
  }

  .world-grid {
    grid-template-columns: 1fr;
  }

  .world-art {
    height: 440px;
  }

  .world-content {
    min-height: auto;
  }

  .world-content p {
    min-height: auto;
  }

  .manifesto-card,
  .studio-panel {
    padding: 28px;
  }

  .studio-values {
    grid-template-columns: 1fr;
  }

  .footer-links {
    margin-left: 0;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    gap: 12px;
    flex-direction: column;
  }
}

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


/* ===== Real game portfolio ===== */

.game-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.game-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(232, 190, 120, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 15%, rgba(87, 126, 197, 0.18), transparent 24%),
    linear-gradient(155deg, #0b1933 0%, #071024 55%, #040914 100%);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .26);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  isolation: isolate;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .85;
}

.game-card[data-accent="violet"]::before {
  background:
    radial-gradient(circle at 75% 20%, rgba(159, 98, 255, .35), transparent 23%),
    linear-gradient(145deg, rgba(34, 18, 67, .45), transparent 58%);
}

.game-card[data-accent="amber"]::before {
  background:
    radial-gradient(circle at 70% 18%, rgba(235, 172, 83, .32), transparent 24%),
    linear-gradient(145deg, rgba(94, 53, 21, .38), transparent 58%);
}

.game-card[data-accent="cyan"]::before {
  background:
    radial-gradient(circle at 68% 18%, rgba(72, 210, 235, .28), transparent 25%),
    linear-gradient(145deg, rgba(12, 64, 77, .34), transparent 58%);
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 7, 16, .05) 0%, rgba(2, 7, 16, .1) 35%, rgba(2, 7, 16, .96) 82%),
    radial-gradient(circle at 50% 50%, transparent 25%, rgba(0, 0, 0, .3) 100%);
}

.game-card:hover {
  transform: translateY(-7px);
  border-color: rgba(235, 199, 133, .62);
  box-shadow: 0 30px 95px rgba(0, 0, 0, .38);
}

.game-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.game-visual-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  font-family: var(--serif);
  font-size: clamp(110px, 13vw, 190px);
  color: rgba(247, 221, 172, .1);
  text-shadow: 0 0 45px rgba(232, 190, 120, .08);
}

.game-visual-ring {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 58%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid rgba(232, 190, 120, .13);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(85, 125, 195, .07);
}

.game-card-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  color: #a8b5ca;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}

.game-card-content {
  position: relative;
  z-index: 3;
  padding: 28px;
}

.game-world {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 8px;
}

.game-card h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  color: var(--gold-light);
}

.game-genre {
  margin-bottom: 15px;
  color: #7f91ae;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.game-card p {
  min-height: 68px;
  margin: 0;
  color: #adb8c9;
  font-size: 13px;
  line-height: 1.75;
}

.game-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid rgba(232, 190, 120, .16);
}

.game-platforms {
  color: #71829d;
  font-size: 9px;
  letter-spacing: .08em;
}

.game-details-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .game-portfolio {
    grid-template-columns: 1fr;
  }

  .game-card {
    min-height: 440px;
  }
}


/* V3 — real game portfolio */
.game-portfolio{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.game-card{min-height:610px;border-radius:22px;overflow:hidden;background:#050b18}
.game-card::before{display:none}
.game-card::after{z-index:1;background:linear-gradient(180deg,rgba(1,5,14,.02) 0%,rgba(1,5,14,.06) 34%,rgba(2,7,18,.92) 72%,#030814 100%)}
.game-visual{position:absolute;inset:0;z-index:0}
.game-cover{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.game-card:hover .game-cover{transform:scale(1.055);filter:saturate(1.06) brightness(1.04)}
.game-visual-ring,.game-visual-symbol{display:none}
.game-card-top{z-index:3;align-items:center;padding:22px 24px;text-shadow:0 2px 10px rgba(0,0,0,.72)}
.game-status-pill{display:inline-flex;align-items:center;min-height:27px;padding:0 11px;border:1px solid rgba(255,224,168,.35);border-radius:999px;background:rgba(3,9,20,.52);backdrop-filter:blur(12px);color:#f1d59d}
.game-card-content{z-index:4;padding:30px;background:linear-gradient(180deg,transparent,rgba(2,7,18,.08))}
.game-world{margin-bottom:9px}
.game-card h3{margin-bottom:3px;font-size:clamp(32px,3vw,45px)}
.game-tagline{margin:0 0 13px;color:#e8c57f;font-family:var(--serif);font-size:14px;letter-spacing:.02em}
.game-genre{margin-bottom:14px}
.game-card p{min-height:0;max-width:610px}
.game-card-actions{margin-top:20px}
.game-details-button{display:inline-flex;align-items:center;gap:8px}

.modal-card.game-story-modal{width:min(760px,100%);max-height:min(82vh,820px);overflow:auto;padding:0}
.modal-game-hero{position:relative;height:270px;overflow:hidden;border-radius:15px 15px 0 0;background:#081224}
.modal-game-hero img{width:100%;height:100%;display:block;object-fit:cover}
.modal-game-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(7,18,38,.18) 55%,#071226 100%)}
.modal-game-body{padding:30px 38px 38px}
.modal-game-body .modal-kicker{display:block;margin-bottom:10px}
.modal-game-body h3{margin-bottom:6px}
.modal-game-tagline{margin:0 0 20px!important;color:var(--gold-light)!important;font-family:var(--serif);font-size:16px!important}
.modal-game-story-label{display:block;margin:26px 0 8px;color:var(--gold);text-transform:uppercase;letter-spacing:.17em;font-size:8px}
.modal-game-story{margin:0;color:#b5c1d3!important;font-size:14px!important;line-height:1.9!important}
.modal-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.modal-meta span{padding:8px 11px;border:1px solid rgba(232,190,120,.16);border-radius:999px;color:#8fa0ba;background:rgba(255,255,255,.02);font-size:9px;letter-spacing:.08em}

@media(max-width:900px){.game-portfolio{grid-template-columns:1fr}.game-card{min-height:580px}}
@media(max-width:620px){.game-card{min-height:500px}.game-card-content{padding:22px}.modal-game-hero{height:210px}.modal-game-body{padding:24px}}
\n\n/* ===== V4: mobile alignment + real worlds ===== */\nhtml, body {\n  width: 100%;\n  max-width: 100%;\n  overflow-x: hidden;\n}\n\n.worlds-portfolio {\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n/* Keep all major blocks centered instead of drifting left at narrow widths. */\n.section, footer {\n  margin-left: auto !important;\n  margin-right: auto !important;\n}\n\n@media (max-width: 900px) {\n  .site-header {\n    width: 100%;\n    max-width: 100%;\n  }\n\n  .hero {\n    width: 100%;\n    max-width: 100%;\n    grid-template-columns: 1fr !important;\n    justify-items: center !important;\n    text-align: center !important;\n    padding-left: 24px !important;\n    padding-right: 24px !important;\n  }\n\n  .hero-copy,\n  .hero-lead {\n    width: 100%;\n    max-width: 680px;\n    margin-left: auto !important;\n    margin-right: auto !important;\n  }\n\n  .hero-actions {\n    width: 100%;\n    justify-content: center !important;\n  }\n\n  .hero-mark {\n    justify-self: center !important;\n    margin-left: auto !important;\n    margin-right: auto !important;\n  }\n\n  .section-heading,\n  .section-heading.left {\n    width: 100%;\n    max-width: 760px;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    text-align: center !important;\n  }\n\n  .worlds-portfolio {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 620px) {\n  .site-header {\n    grid-template-columns: minmax(0, 1fr) auto !important;\n    padding-left: 14px !important;\n    padding-right: 14px !important;\n  }\n\n  .nav.open {\n    left: 12px !important;\n    right: 12px !important;\n    width: auto !important;\n  }\n\n  .hero {\n    min-height: auto !important;\n    gap: 30px !important;\n    padding: 122px 18px 105px !important;\n  }\n\n  .hero-copy {\n    width: 100%;\n    max-width: 100%;\n  }\n\n  .hero h1 {\n    width: 100%;\n    max-width: 100%;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    font-size: clamp(42px, 13vw, 64px) !important;\n    line-height: 1.02 !important;\n    overflow-wrap: break-word;\n  }\n\n  .hero-lead {\n    font-size: 14px !important;\n    line-height: 1.7 !important;\n  }\n\n  .hero-actions {\n    display: grid !important;\n    grid-template-columns: 1fr !important;\n    width: min(100%, 390px) !important;\n    margin-left: auto !important;\n    margin-right: auto !important;\n  }\n\n  .hero-actions .button {\n    width: 100%;\n  }\n\n  .hero-mark {\n    width: min(82vw, 390px) !important;\n    max-width: 390px !important;\n  }\n\n  .section {\n    width: calc(100% - 28px) !important;\n    max-width: none !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n  }\n\n  .section-heading,\n  .section-heading.left {\n    width: 100%;\n    max-width: 100%;\n    padding-left: 4px;\n    padding-right: 4px;\n    text-align: center !important;\n  }\n\n  .worlds-portfolio,\n  .game-portfolio {\n    width: 100%;\n    grid-template-columns: 1fr !important;\n    gap: 16px !important;\n  }\n\n  .game-card {\n    width: 100%;\n    min-width: 0 !important;\n    min-height: 500px !important;\n    border-radius: 16px !important;\n  }\n\n  .game-card-content {\n    left: auto;\n    right: auto;\n    width: 100%;\n    padding: 22px !important;\n  }\n\n  .manifesto-card,\n  .studio-panel {\n    width: 100%;\n    max-width: 100%;\n    padding: 26px 20px !important;\n  }\n\n  .studio-values {\n    width: 100%;\n    grid-template-columns: 1fr !important;\n  }\n\n  footer {\n    width: calc(100% - 28px) !important;\n    max-width: none !important;\n  }\n\n  .footer-links {\n    width: 100%;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n  }\n}\n\n@media (max-width: 390px) {\n  .hero {\n    padding-left: 14px !important;\n    padding-right: 14px !important;\n  }\n\n  .hero h1 {\n    font-size: 40px !important;\n  }\n\n  .game-card {\n    min-height: 470px !important;\n  }\n\n  .footer-links {\n    grid-template-columns: 1fr !important;\n  }\n}\n

/* ===== V5 language switcher ===== */
.site-header {
  grid-template-columns: 1fr auto auto auto;
  column-gap: 22px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-self: end;
  color: #6f7f98;
  font-size: 10px;
  letter-spacing: .09em;
  white-space: nowrap;
}

.lang-btn {
  border: 0;
  padding: 7px 4px;
  background: transparent;
  color: #71819b;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: color .2s ease, text-shadow .2s ease;
}

.lang-btn:hover {
  color: #e7c783;
}

.lang-btn.active {
  color: var(--gold-light);
  text-shadow: 0 0 14px rgba(232,190,120,.28);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0,1fr) auto auto !important;
    gap: 8px;
  }

  .language-switcher {
    justify-self: end;
    margin-right: 2px;
  }

  .nav-toggle {
    justify-self: end;
  }
}

@media (max-width: 620px) {
  .language-switcher {
    gap: 4px;
    font-size: 9px;
  }

  .lang-btn {
    padding: 6px 2px;
  }

  .brand-type {
    display: none;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }
}


/* ===== V6 store links ===== */
.store-links {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(232,190,120,.14);
}

.store-links-title {
  display: block;
  margin-bottom: 10px;
  color: #8a9ab4;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 8px;
}

.store-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
}

.store-badge {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid rgba(232,190,120,.19);
  border-radius: 10px;
  background: rgba(2,8,18,.52);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(232,190,120,.5);
  background: rgba(232,190,120,.06);
}

.store-badge.is-empty {
  opacity: .62;
  cursor: default;
}

.store-badge.is-empty:hover {
  transform: none;
  border-color: rgba(232,190,120,.19);
  background: rgba(2,8,18,.52);
}

.store-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
}

.store-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: .4;
}

.google-play-icon {
  color: #f4d99f;
}

.android-icon {
  color: #9fd66d;
}

.xiaomi-icon {
  color: #ff9c56;
}

.store-copy {
  min-width: 0;
  display: grid;
  line-height: 1.05;
}

.store-copy small {
  overflow: hidden;
  color: #7f8fa9;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 7px;
}

.store-copy strong {
  overflow: hidden;
  margin-top: 4px;
  color: #e5eaf3;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 620px) {
  .store-badges {
    grid-template-columns: 1fr;
  }

  .store-badge {
    min-height: 52px;
    padding: 9px 12px;
  }

  .store-copy small {
    font-size: 8px;
  }

  .store-copy strong {
    font-size: 11px;
  }
}


/* =========================================================
   V7 — Premium branded store badges under each game banner
   ========================================================= */

/* Give the game card a more obvious banner -> badge strip -> content hierarchy */
.real-world-card {
  min-height: 690px;
}

.real-world-card::after {
  background:
    linear-gradient(
      180deg,
      rgba(2,7,18,.02) 0%,
      rgba(2,7,18,.05) 32%,
      rgba(2,7,18,.25) 48%,
      rgba(2,7,18,.78) 62%,
      rgba(2,7,18,.96) 76%,
      #030814 100%
    );
}

.real-world-content {
  bottom: 24px;
}

/* This row visually sits immediately below the artwork area */
.banner-store-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(7,14,28,.92), rgba(3,8,18,.96));
  box-shadow:
    0 12px 35px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.03);
  backdrop-filter: blur(14px);
}

.premium-store-badge {
  position: relative;
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 16px;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  color: #fff;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.premium-store-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.premium-store-badge:hover {
  transform: translateY(-2px);
}

.premium-store-badge:hover::before {
  opacity: 1;
}

.premium-google::before {
  background: linear-gradient(120deg, rgba(59,130,246,.09), rgba(34,197,94,.06), rgba(250,204,21,.06));
}

.premium-google:hover {
  border-color: rgba(119,174,255,.34);
  box-shadow: 0 10px 28px rgba(59,130,246,.10);
}

.premium-android::before {
  background: linear-gradient(120deg, rgba(164,198,57,.11), rgba(34,197,94,.04));
}

.premium-android:hover {
  border-color: rgba(164,198,57,.4);
  box-shadow: 0 10px 28px rgba(164,198,57,.09);
}

.premium-xiaomi::before {
  background: linear-gradient(120deg, rgba(255,105,0,.12), rgba(255,151,68,.04));
}

.premium-xiaomi:hover {
  border-color: rgba(255,134,59,.4);
  box-shadow: 0 10px 28px rgba(255,105,0,.10);
}

.premium-store-logo {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.official-like-logo {
  width: 30px;
  height: 30px;
  display: block;
}

.android-logo {
  color: #a4c639;
}

.xiaomi-logo {
  color: #ff6900;
}

.premium-store-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  align-content: center;
  line-height: 1;
}

.premium-store-copy small {
  overflow: hidden;
  color: #7f8da4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 6px;
  letter-spacing: .11em;
}

.premium-store-copy strong {
  overflow: hidden;
  margin-top: 5px;
  color: #f5f7fb;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
}

.premium-store-arrow {
  position: relative;
  z-index: 1;
  justify-self: end;
  color: #71829a;
  font-size: 11px;
  opacity: .8;
}

.premium-store-badge.is-empty {
  opacity: .48;
  cursor: default;
}

.premium-store-badge.is-empty:hover {
  transform: none;
  border-color: rgba(255,255,255,.08);
  box-shadow: none;
}

.premium-store-badge.is-empty .premium-store-arrow {
  opacity: .25;
}

/* Hide obsolete V6 badge styles in case they remain in cascade */
.store-links,
.store-badges,
.store-badge {
  display: none !important;
}

/* Tablet */
@media (max-width: 900px) {
  .real-world-card {
    min-height: 680px;
  }

  .banner-store-row {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

/* Phone: premium badges stay visible and designed, not plain stacked text */
@media (max-width: 620px) {
  .real-world-card {
    min-height: 720px;
  }

  .banner-store-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
  }

  .premium-store-badge {
    min-height: 58px;
  }

  .premium-store-badge:last-child {
    grid-column: 1 / -1;
  }

  .premium-store-copy small {
    font-size: 6px;
  }

  .premium-store-copy strong {
    font-size: 10px;
  }
}

/* Very narrow phones */
@media (max-width: 390px) {
  .real-world-card {
    min-height: 760px;
  }

  .banner-store-row {
    grid-template-columns: 1fr;
  }

  .premium-store-badge:last-child {
    grid-column: auto;
  }
}
