@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #05050c;
  --panel: #0f0f1c;
  --panel-2: #16152a;
  --text: #f8f4e9;
  --muted: #a8a6c2;
  --violet: #c26bff;
  --violet-bright: #e07eff;
  --violet-dark: #4a1f7a;
  --cyan: #00f0ff;
  --cyan-bright: #7df9ff;
  --pink: #ff4fd8;
  --gold: #ffd45c;
  --gold-bright: #ffeb8a;
  --orange: #ff8a3d;
  --line: rgba(170, 150, 230, .32);
  --line-strong: rgba(180, 160, 255, .55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Inter", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 75% 22%, rgba(100, 38, 154, .16), transparent 30%),
    radial-gradient(circle at 10% 68%, rgba(19, 134, 170, .1), transparent 28%);
}

.noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: .03;
  pointer-events: none;
  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)'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.visually-hidden {
  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;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 8px max(24px, calc((100vw - 1260px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 16, .82);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-emblem {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.brand-wordmark {
  width: 188px;
  height: auto;
  filter: brightness(1.12) contrast(1.08) drop-shadow(0 0 8px rgba(194,107,255,.22));
}

nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 45px); }
nav a { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
nav a:hover { color: var(--cyan); }

.nav-cta {
  padding: 11px 20px;
  border: 2px solid var(--violet-bright);
  color: #fff;
  background: linear-gradient(135deg, #a63de0, #5c1f8f);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  box-shadow: 0 0 18px rgba(194,107,255,.4);
}
.menu-button { display: none; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: 120px max(24px, calc((100vw - 1260px) / 2)) 100px;
}

.hero-art {
  position: absolute;
  inset: 0;
  background: url("assets/ads/thunderverse-ultimate-ad.png") 68% 32% / cover no-repeat;
  filter: saturate(1.65) contrast(1.18) brightness(1.06) hue-rotate(6deg);
  image-rendering: auto;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #05050c 2%, rgba(5,5,12,.96) 22%, rgba(8,4,18,.18) 58%, rgba(5,5,12,.72)),
    linear-gradient(0deg, #05050c 0%, transparent 26%, rgba(12,4,22,.38));
  z-index: 1;
}
/* Extra colorful pixel layers for more detail + density */
.hero-pixel-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: 
    linear-gradient(rgba(0,240,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(194,107,255,.06) 1px, transparent 1px);
  background-size: 6px 6px;
  pointer-events: none;
  mix-blend-mode: screen;
}
.hero-lightning {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 42%, rgba(0,240,255,.22) 43%, rgba(125,249,255,.12) 46%, transparent 48%),
    linear-gradient(68deg, transparent 61%, rgba(194,107,255,.18) 62%, rgba(224,126,255,.1) 65%, transparent 67%);
  background-size: 220% 180%, 180% 160%;
  background-position: 18% 22%, 82% 71%;
  animation: lightningFlicker 4.2s infinite ease-in-out;
  mix-blend-mode: screen;
}
@keyframes lightningFlicker {
  0%, 92%, 100% { opacity: .18; }
  93%, 96% { opacity: .72; }
  94%, 97% { opacity: .95; }
}
.hero-float-runes {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  color: var(--cyan-bright);
  font-size: 13px;
  letter-spacing: 4px;
  font-family: monospace;
  opacity: .55;
  text-shadow: 0 0 12px var(--cyan);
}
.hero-float-runes .r1 { position: absolute; top: 18%; left: 12%; transform: rotate(-18deg); }
.hero-float-runes .r2 { position: absolute; top: 29%; right: 9%; transform: rotate(12deg); font-size: 11px; }
.hero-float-runes .r3 { position: absolute; bottom: 31%; left: 8%; transform: rotate(26deg); }
.hero-float-runes .r4 { position: absolute; bottom: 19%; right: 14%; transform: rotate(-9deg); font-size: 15px; color: var(--violet-bright); }

.hero-content { position: relative; z-index: 2; width: min(680px, 58%); min-width: 0; }
.home-page .hero-art {
  background-image: url("assets/ads/thunderverse-ultimate-ad-base.png");
  background-position: 68% 26%;
}
.home-page .hero-vignette {
  background:
    linear-gradient(90deg, #05050c 2%, rgba(5,5,12,.96) 25%, rgba(8,4,18,.12) 63%, rgba(5,5,12,.68)),
    linear-gradient(0deg, #05050c 0%, transparent 30%, rgba(12,4,22,.25));
}
.hero-brandmark {
  display: block;
  width: 112px;
  height: 112px;
  margin-bottom: 19px;
  border: 1px solid rgba(224,126,255,.42);
  object-fit: cover;
  box-shadow: 0 0 42px rgba(194,107,255,.28);
}
.hero-wordmark {
  display: block;
  width: min(900px, 72vw);
  max-width: none;
  margin-left: -10px;
  filter: brightness(1.12) contrast(1.08) drop-shadow(0 8px 0 #090713) drop-shadow(0 0 24px rgba(194,107,255,.38));
}
.universe-claim {
  margin: 24px 0 0;
  color: var(--gold-bright);
  font-family: "Black Ops One", sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  letter-spacing: 1px;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0,240,255,.4);
}

h1, h2 {
  font-family: "Black Ops One", sans-serif;
  font-weight: 400;
}
h1 {
  margin: 0;
  font-size: clamp(56px, 8.2vw, 118px);
  line-height: .85;
  letter-spacing: -3px;
  text-shadow: 
    0 7px 0 #0a0814,
    0 0 6px #000,
    0 0 32px rgba(194,107,255,.65),
    0 0 68px rgba(0,240,255,.35);
}
h1 span, h2 span { color: var(--violet-bright); }
.hero-copy {
  max-width: 630px;
  margin: 28px 0;
  color: #cac8d5;
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.7;
}

.hero-actions, .community-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #71668f;
  color: white;
  background: rgba(18, 17, 32, .82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  border-color: var(--violet-bright);
  border-width: 2px;
  background: linear-gradient(135deg, #a63de0, #5c1f8f);
  box-shadow: 
    0 0 0 1px rgba(224,126,255,.5) inset,
    0 0 36px rgba(194,107,255,.45),
    0 4px 0 #2a113f;
}
.button.primary:hover { 
  box-shadow: 
    0 0 0 1px rgba(224,126,255,.7) inset,
    0 0 52px rgba(0,240,255,.35),
    0 0 82px rgba(194,107,255,.55);
  transform: translateY(-3px);
}
.button.secondary:hover { background: #242239; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  color: #89879a;
  font-family: monospace;
  font-size: 10px;
}
.hero-meta b { color: var(--gold); }

.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 25px;
  color: #777588;
  font-size: 9px;
  letter-spacing: 2px;
  transform: translateX(-50%);
}
.scroll-cue i { display: block; margin-top: 6px; color: var(--cyan); text-align: center; font-size: 18px; }

.signal-bar {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 2.5vw, 35px);
  overflow: hidden;
  padding: 18px 22px;
  border-block: 2px solid var(--line-strong);
  color: #c8c5d9;
  background: linear-gradient(#0a0914, #111025);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  white-space: nowrap;
  position: relative;
}
.signal-bar::before,
.signal-bar::after {
  content: "ϟ";
  position: absolute;
  color: var(--cyan-bright);
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px var(--cyan);
}
.signal-bar::before { left: 28px; }
.signal-bar::after { right: 28px; }
.signal-bar i { color: var(--pink); }

.section {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}
.section-heading { margin-bottom: 45px; }
h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 80px);
  line-height: .98;
}

.story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}
.section-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
blockquote {
  margin: 30px 0 0;
  padding: 17px 22px;
  border-left: 4px solid var(--gold);
  color: var(--gold);
  background: #0c0c16;
  font-family: monospace;
}
.story-visual { position: relative; }
.story-visual img {
  display: block;
  border: 1px solid #504968;
  box-shadow: 30px 30px 0 #141321, 0 0 70px rgba(96, 46, 148, .18);
}
.visual-tag {
  position: absolute;
  right: -18px;
  bottom: -20px;
  padding: 13px 17px;
  border: 1px solid var(--gold);
  color: var(--muted);
  background: #0a0911;
  font-size: 10px;
  line-height: 1.5;
}
.visual-tag b { color: var(--gold); }
.universe-logo-stage {
  max-width: 560px;
  margin-left: auto;
}
.universe-logo-stage img {
  aspect-ratio: 1;
  object-fit: cover;
}

.features { width: 100%; padding-inline: max(24px, calc((100vw - 1260px) / 2)); background: #0c0b14; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card {
  position: relative;
  min-height: 295px;
  padding: 26px 22px 22px;
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: linear-gradient(145deg, #18162e, #0c0b1a);
  box-shadow: 0 0 0 1px rgba(0,0,0,.6) inset, 4px 4px 0 rgba(0,0,0,.35);
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--pink), var(--violet-bright));
  opacity: .75;
}
.feature-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(0,240,255,.07);
  box-shadow: 0 0 72px rgba(194,107,255,.28);
}
.feature-card > b { 
  color: #6b658a; 
  font-family: monospace; 
  font-size: 10px;
  letter-spacing: 1px;
}
.feature-icon { 
  margin: 28px 0 18px; 
  color: var(--cyan-bright); 
  font-size: 42px; 
  text-shadow: 0 0 18px rgba(0,240,255,.5);
}
.feature-card h3 { 
  margin: 0 0 11px; 
  color: var(--gold-bright); 
  font-size: 15px; 
  letter-spacing: .5px;
}
.feature-card p { 
  margin: 0; 
  color: #c2bfd5; 
  font-size: 13px; 
  line-height: 1.65; 
}

.projects {
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 15% 35%, rgba(0,240,255,.08), transparent 30%),
    linear-gradient(180deg, #070711, #0d0b17);
}

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

.project-card {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) 1.1fr;
  min-height: 360px;
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: linear-gradient(145deg, #17152a, #0b0a16);
  box-shadow: 4px 4px 0 rgba(0,0,0,.4);
}

.project-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr .8fr;
  min-height: 520px;
  border-color: rgba(224,126,255,.7);
}

.project-art {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #080812;
}

.project-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(11,10,22,.82));
  pointer-events: none;
}

.project-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s, filter .55s;
}

.project-art:hover img {
  transform: scale(1.035);
  filter: saturate(1.15) brightness(1.06);
}

.project-copy {
  align-self: center;
  padding: clamp(28px, 4vw, 54px);
}

.project-copy > span,
.brand-panel span {
  color: var(--cyan-bright);
  font-family: monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
}

.project-copy h3,
.brand-panel h3 {
  margin: 12px 0 15px;
  color: var(--gold-bright);
  font-family: "Black Ops One", sans-serif;
  font-size: clamp(26px, 3.1vw, 46px);
  font-weight: 400;
  line-height: .95;
}

.project-copy p {
  margin: 0 0 25px;
  color: #c2bfd2;
  font-size: 14px;
  line-height: 1.75;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-forge {
  position: relative;
}

.brand-forge h2 {
  font-size: clamp(38px, 5.4vw, 72px);
}

.mobile-break { display: none; }

.brand-lead {
  max-width: 780px;
  margin: 24px auto 0;
  color: #c5c1d4;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.brand-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 18px;
  min-width: 0;
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) 1.15fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 390px;
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: linear-gradient(145deg, #151327, #090914);
}

.brand-panel-copy {
  width: 100%;
  min-width: 0;
  padding: 28px;
}

.brand-title-wordmark {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  margin: 12px 0 18px;
  filter: brightness(1.08) contrast(1.08) drop-shadow(0 0 12px rgba(194,107,255,.22));
}

.brand-panel-art {
  align-self: stretch;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #080711;
}

.brand-panel-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(1.08);
}

.brand-panel p {
  color: #bbb8cc;
  font-size: 13px;
  line-height: 1.7;
}

.brand-points {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.brand-points li {
  position: relative;
  padding-left: 18px;
  color: #d4d1df;
  font-family: monospace;
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.brand-points li::before {
  position: absolute;
  left: 0;
  color: var(--cyan-bright);
  content: "ϟ";
}

.brand-panel .brand-mantra {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--gold-bright);
  font-family: "Black Ops One", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.brand-formula {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 30px auto 0;
  color: #cfccdc;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: .4px;
  text-align: center;
  text-transform: uppercase;
}

.brand-formula b { color: var(--gold-bright); }
.brand-formula strong { color: var(--cyan-bright); }

.brand-code {
  max-width: 900px;
  margin: 18px auto 0;
  padding: 17px 22px;
  border-left: 4px solid var(--gold);
  color: #a8a6c2;
  background: #0c0c16;
  font-family: monospace;
  font-size: 11px;
  line-height: 1.7;
}

/* === Bald erhältlich / Visual Novel === */
.coming-soon {
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 72% 42%, rgba(199, 119, 54, .13), transparent 34%),
    linear-gradient(180deg, #090812, #100c0d);
}

.novel-teaser {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(226, 174, 91, .35);
  background: #100d0e;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.novel-teaser-art {
  position: relative;
  display: block;
  min-height: 590px;
  overflow: hidden;
}

.novel-teaser-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 52%, rgba(16, 13, 14, .94)),
    linear-gradient(0deg, rgba(9, 7, 8, .55), transparent 45%);
}

.novel-teaser-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(.86) contrast(1.04);
  transition: transform .6s, filter .6s;
}

.novel-teaser-art:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.05);
}

.novel-teaser-art > span {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 8px 11px;
  border: 1px solid #ddb168;
  color: #f4d493;
  background: rgba(11, 8, 9, .82);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
}

.novel-teaser-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(28px, 5vw, 65px) clamp(28px, 5vw, 58px) clamp(28px, 5vw, 65px) 10px;
}

.coming-badge {
  display: inline-block;
  margin-bottom: 17px;
  padding: 7px 10px;
  border: 1px solid rgba(226, 174, 91, .46);
  color: #e3b86f;
  background: rgba(66, 39, 24, .45);
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 1px;
}

.novel-teaser-copy h3 {
  margin: 0;
  color: #f4eee5;
  font-family: "Black Ops One", sans-serif;
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 400;
  line-height: .93;
  text-shadow: 0 5px 0 #291814;
}

.novel-teaser-copy h4 {
  margin: 13px 0 20px;
  color: #e2af5c;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.novel-teaser-copy p {
  color: #bdb0ab;
  font-size: 14px;
  line-height: 1.75;
}

.novel-teaser-copy ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 28px;
  padding: 0;
  color: #d4c9c2;
  list-style: none;
}

.novel-teaser-copy li {
  position: relative;
  padding-left: 19px;
  font-size: 12px;
}

.novel-teaser-copy li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #d89b4d;
  font-size: 8px;
}

.novel-teaser-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.novel-teaser-actions > span {
  max-width: 190px;
  color: #756b69;
  font-size: 8px;
  line-height: 1.5;
}

.bastion {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(35px, 6vw, 90px);
}
.bastion-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.bastion-copy ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 30px;
  padding: 0;
  color: #d1cedb;
  list-style: none;
}
.bastion-copy li {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
}
.bastion-copy li::before {
  content: "ϟ";
  position: absolute;
  left: 0;
  color: var(--cyan);
}
.bastion-visual {
  position: relative;
  padding: 10px;
  border: 3px solid var(--cyan-bright);
  background: 
    linear-gradient(145deg, rgba(0,240,255,.18), rgba(194,107,255,.11)),
    #0a0a18;
  box-shadow: 
    0 0 0 1px #05050c inset,
    0 0 82px rgba(0,240,255,.45),
    0 0 140px rgba(194,107,255,.25);
}
.bastion-visual img { display: block; width: 100%; }
.rune-counter {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 3px;
  padding: 14px 18px;
  border: 2px solid #fff;
  color: #0a1320;
  background: linear-gradient(#e6f9ff, #b8f0ff);
  font-family: monospace;
  box-shadow: 0 0 0 4px rgba(0,0,0,.35), 0 0 22px rgba(0,240,255,.6);
  font-weight: 700;
}
.rune-counter span { font-size: 9px; letter-spacing: 2.5px; opacity: .75; }
.rune-counter b { font-size: 13px; color: #0a1320; }

.world-tabs { display: flex; gap: 5px; margin-bottom: 18px; overflow-x: auto; }
.world-tabs button {
  flex: 1;
  min-width: 150px;
  padding: 14px 12px;
  border: 2px solid var(--line);
  color: #8886a3;
  background: #0c0b1a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.world-tabs button.active { 
  border-color: var(--cyan-bright); 
  color: #fff; 
  background: linear-gradient(#2a1f42, #1a152c);
  box-shadow: 0 0 0 1px rgba(0,240,255,.3) inset;
}
.world-showcase {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 3px solid var(--line-strong);
  background: #080812;
  box-shadow: 0 0 0 1px #000 inset;
}
.world-showcase img { width: 100%; height: 590px; object-fit: cover; opacity: .78; transition: opacity .3s, filter .3s; }
.world-showcase:hover img { filter: saturate(1.25) brightness(1.08); }
.world-showcase::after { 
  content: ""; 
  position: absolute; 
  inset: 0; 
  background: 
    linear-gradient(90deg, rgba(5,5,12,.55), transparent 48%, rgba(5,5,12,.82)),
    linear-gradient(180deg, rgba(194,107,255,.06), transparent 45%);
}
.world-copy {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 9%;
  width: min(430px, 41%);
  padding: 22px 24px;
  border-left: 4px solid var(--cyan-bright);
  background: rgba(6,5,16,.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.world-copy span { color: var(--cyan-bright); font-size: 10px; font-weight: 800; letter-spacing: 2.5px; }
.world-copy h3 { margin: 7px 0 11px; color: var(--gold-bright); font-size: 23px; text-shadow: 0 2px 0 #000; }
.world-copy p { margin: 0; color: #d2cfdf; line-height: 1.65; }

.media { width: 100%; padding-inline: max(24px, calc((100vw - 1260px) / 2)); background: #0c0b14; }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; }
.shot {
  position: relative;
  min-height: 220px;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--line-strong);
  background: #0a0a16;
  box-shadow: 3px 3px 0 rgba(0,0,0,.4);
}
.shot.large { grid-row: span 2; min-height: 452px; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.8,.2,1), filter .4s; }
.shot:hover img { transform: scale(1.06); filter: brightness(1.22) saturate(1.3); }
.shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,240,255,.08) 92%);
  opacity: 0;
  transition: opacity .3s;
}
.shot:hover::after { opacity: 1; }
.shot span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 11px;
  color: var(--gold-bright);
  background: rgba(4,4,14,.92);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255,212,92,.3);
}

.community {
  position: relative;
  width: 100%;
  min-height: 720px;
  padding-inline: max(24px, calc((100vw - 1260px) / 2));
  overflow: hidden;
}
.community-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #070710 8%, rgba(7,7,16,.9) 40%, rgba(7,7,16,.35)),
    url("assets/ads/thunderverse-ultimate-ad-base.png") 76% 40% / cover no-repeat;
}
.community-content { position: relative; z-index: 2; width: min(650px, 55%); padding-top: 50px; }
.community-content > p:not(.eyebrow) { color: #bbb8c8; font-size: 16px; line-height: 1.8; }
form { margin-top: 35px; padding: 20px; border: 1px solid var(--line); background: rgba(10,9,17,.88); }
form label { display: block; margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
form > div { display: flex; }
input {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border: 1px solid #464158;
  color: #fff;
  outline: 0;
  background: #12111d;
}
input:focus { border-color: var(--violet); }
form button { padding: 0 17px; border: 0; color: #15121d; background: var(--gold); font-size: 10px; font-weight: 800; }
form small { display: block; margin-top: 9px; color: #6e6b7b; font-size: 9px; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 35px max(24px, calc((100vw - 1260px) / 2));
  border-top: 1px solid var(--line);
  color: #6d6a7a;
  background: #05050b;
  font-size: 10px;
}
.footer-brands { display: flex; align-items: center; gap: 10px; }
.footer-brands img { width: 58px; height: 38px; object-fit: cover; opacity: .6; }
footer a { justify-self: end; color: var(--gold); }

dialog {
  width: min(1100px, 92vw);
  padding: 0;
  border: 1px solid #695d84;
  background: #090811;
  box-shadow: 0 0 80px #000;
}
dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(7px); }
dialog img { display: block; width: 100%; max-height: 82vh; object-fit: contain; }
#closeModal { position: absolute; z-index: 2; top: 8px; right: 8px; width: 38px; height: 38px; border: 1px solid #888; color: white; background: #111; font-size: 24px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-button { display: block; justify-self: end; padding: 8px; border: 1px solid var(--line); color: white; background: transparent; }
  nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; padding: 25px; background: #090812; }
  nav.open { display: flex; }
  .nav-cta { display: none; }
  .hero-content { width: min(680px, 78%); }
  .story { grid-template-columns: 1fr; }
  .bastion { grid-template-columns: 1fr; }
  .novel-teaser { grid-template-columns: 1fr; }
  .novel-teaser-art { min-height: 480px; }
  .novel-teaser-art::after { background: linear-gradient(0deg, #100d0e, transparent 48%); }
  .novel-teaser-copy { padding: 38px; }
  .project-card,
  .project-card-featured { grid-template-columns: 1fr; min-height: 0; }
  .project-art { min-height: 430px; }
  .project-art::after { background: linear-gradient(0deg, rgba(11,10,22,.9), transparent 45%); }
  .brand-duo { grid-template-columns: 1fr; }
  .story-visual { width: 85%; margin-left: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .shot.large { grid-column: span 2; grid-row: auto; }
  .community-content { width: 70%; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brands { justify-content: center; }
  footer a { justify-self: center; }
}

@media (max-width: 620px) {
  .bastion-visual { padding: 6px; }
  .rune-counter { right: 14px; bottom: 14px; }
}

@media (max-width: 600px) {
  body { width: 100vw; max-width: 100vw; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto; width: 100vw; max-width: 100vw; min-height: 64px; padding-inline: 14px; overflow: hidden; }
  .brand { gap: 6px; }
  .brand-emblem { width: 38px; height: 38px; }
  .brand-wordmark { width: 128px; }
  .menu-button { position: absolute; right: 14px; font-size: 11px; }
  nav { top: 64px; }
  .hero { width: 100vw; max-width: 100vw; align-items: flex-end; min-height: 820px; padding-inline: 24px; padding-bottom: 100px; overflow: hidden; }
  .hero-art { background-position: 57% 30%; }
  .home-page .hero-art {
    background-position: 49% 15%;
    background-size: 150% auto;
  }
  .hero-vignette { background: linear-gradient(0deg, #070710 18%, rgba(7,7,16,.68) 64%, rgba(7,7,16,.25)); }
  .hero-content { width: min(calc(100vw - 48px), 360px); max-width: 360px; }
  h1 { width: 100%; max-width: 100%; font-size: clamp(38px, 10.5vw, 50px); letter-spacing: -2px; }
  .hero-brandmark { width: 78px; height: 78px; margin-bottom: 14px; }
  .hero-wordmark {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .universe-claim { margin-top: 16px; font-size: clamp(17px, 5.5vw, 22px); }
  .hero-copy, .hero-actions, .hero-meta { width: 100%; max-width: 360px; }
  .hero-copy { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .signal-bar { justify-content: flex-start; }
  .section { width: min(100% - 30px, 1260px); padding: 85px 0; }
  h2 { font-size: 42px; }
  .story-visual { width: 95%; }
  .feature-grid { grid-template-columns: 1fr; }
  .novel-teaser-art { min-height: 420px; }
  .novel-teaser-copy { padding: 28px 20px 35px; }
  .novel-teaser-copy h3 { font-size: 36px; }
  .novel-teaser-actions .button { width: 100%; }
  .feature-card { min-height: 240px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-featured { grid-column: auto; }
  .project-art { min-height: 330px; }
  .project-copy { padding: 27px 20px 31px; }
  .project-copy h3 { font-size: 31px; }
  .project-actions .button { width: 100%; }
  .brand-panel { grid-template-columns: 1fr; min-height: 0; }
  .brand-panel-art { min-height: 310px; }
  .brand-panel-copy { padding: 26px 20px 31px; }
  .brand-panel h3 { font-size: 31px; }
  .brand-title-wordmark {
    width: 88%;
    max-width: 88%;
    margin-right: auto;
  }
  .brand-forge h2 { font-size: 32px; line-height: 1.08; }
  .brand-forge .mobile-break { display: initial; }
  .section.brand-forge {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  .brand-lead { font-size: 14px; text-align: left; }
  .brand-panel p,
  .brand-points li { overflow-wrap: anywhere; }
  .brand-formula { align-items: center; flex-direction: column; }
  .world-showcase, .world-showcase img { min-height: 520px; height: 520px; }
  .world-copy { right: 4%; left: 4%; bottom: 4%; width: auto; }
  .gallery { grid-template-columns: 1fr; }
  .shot.large { grid-column: auto; }
  .shot, .shot.large { min-height: 245px; }
  .community { min-height: 780px; }
  .community-art { background-position: 60% center; opacity: .65; }
  .community-content { width: 100%; }
  .community-actions .button { width: 100%; }
  form > div { flex-direction: column; }
  form button { min-height: 45px; }
}

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