/* Cluvario – bereinigte zentrale Styles */

:root {
  --black: #080809;
  --anthracite: #17171b;
  --gold: #c9a24d;
  --gold-light: #e0c277;
  --cream: #f4efe6;
  --ivory: #fffaf4;
  --muted: #b8b1a6;
  --line: #e4d8c5;
  --text: #1b1b1b;
  --text-soft: #4a4238;
  --radius: 22px;
  --shadow-soft: 0 18px 45px rgba(40, 30, 18, 0.12);
  --shadow-dark: 0 24px 70px rgba(0, 0, 0, 0.45);
  --max: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

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

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

section[id] {
  scroll-margin-top: 104px;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.page,
.container,
.card,
.card > a,
.card-shell {
  min-width: 0;
  max-width: 100%;
}

h1,
h2,
h3,
p,
.section-text,
.hero-text {
  overflow-wrap: break-word;
}

/* Header */
#site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100000 !important;
  background: var(--cream);
}

.site-header {
  position: relative;
  z-index: 1;
  background: var(--cream);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body {
  padding-top: 76px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

#header-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-left: 18px;
}

#header-cart .ec-minicart,
#header-cart .ec-cart-widget {
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  border: 0 !important;
}

#header-cart .ec-minicart__body,
#header-cart .ec-minicart__wrap,
#header-cart .ec-minicart__icon {
  position: relative !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #17171b !important;
}

#header-cart .ec-cart-widget svg,
#header-cart .ec-minicart svg,
#header-cart .icon-default {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
}

/* Grundsätzlich JEDEN Ecwid-eigenen Zähler verstecken, egal wo er im DOM
   landet (Ecwid rendert teils zusätzliche, unformatierte Zähler außerhalb
   von #header-cart). Danach gezielt nur den innerhalb von #header-cart
   wieder einblenden und positionieren. */
.ec-minicart__counter {
  display: none !important;
}

#header-cart .ec-minicart__counter {
  position: absolute !important;
  top: -9px !important;
  right: 16px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 2 !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #303030 !important;
  color: #fff !important;
  font: 700 10px/1 Arial, sans-serif !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18) !important;
}

#header-cart .ec-minicart--empty .ec-minicart__counter {
  display: none !important;
}

body > .ec-minicart__counter,
body > .ec-cart-widget .ec-minicart__counter,
body > .ec-minicart .ec-minicart__counter,
.ec-minicart__counter[data-header-cart-external="true"] {
  display: none !important;
}

#header-cart .ec-minicart__title,
#header-cart .ec-minicart__subtotal,
#header-cart .ec-minicart__summary,
#header-cart .ec-minicart__label,
#header-cart .ec-minicart__text {
  display: none !important;
}

/* Jeden potenziellen Ecwid-Floating-Cart-Container global verstecken,
   unabhängig von der Verschachtelungstiefe im DOM (Ecwid kann sein
   Floating-Widget in beliebigen Wrapper-Divs rendern, nicht zwingend
   als direktes body-Kind - "body >" hat das bisher verfehlt). Die
   spezifischere Regel oben (#header-cart .ec-minicart, #header-cart
   .ec-cart-widget) hat höhere CSS-Spezifität und gewinnt für unsere
   eigene, eingebettete Instanz. */
.ec-cart-widget,
.ec-minicart,
.ec-floating-minicart,
.ec-minicart-floating,
.ecwid-minicart,
.ec-cart-floating {
  display: none !important;
}

.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--anthracite);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: #3a342c;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover,
.nav-links a.active,
.nav-links a[aria-current="page"] {
  color: #8a681f;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.lang-switch {
  position: relative;
  display: inline-flex;
  color: #6b5b46;
  font-family: Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

.lang-switch summary {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 2px;
  color: #8a681f;
  cursor: pointer;
  list-style: none;
}

.lang-switch summary::-webkit-details-marker {
  display: none;
}

.lang-switch summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.lang-switch[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100000;
  min-width: 132px;
  padding: 8px;
  display: grid;
  gap: 2px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.lang-switch:not([open]) .lang-menu {
  display: none;
}

.lang-menu a,
.lang-menu .inactive {
  display: block;
  padding: 7px 9px;
  border-radius: 6px;
  color: #6b5b46;
  font-size: 12px;
  line-height: 1.2;
}

.lang-menu a:hover,
.lang-menu a[aria-current="true"] {
  color: #8a681f;
  background: rgba(201, 162, 77, 0.12);
}

.lang-switch .inactive {
  color: #9a8d7a;
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201, 162, 77, 0.1);
  color: var(--anthracite);
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown > summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown[open] > summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown > summary:hover,
.nav-dropdown[open] > summary {
  color: #8a681f;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100000;
  min-width: 280px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 10px;
  display: grid;
  gap: 2px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.nav-dropdown-link {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:hover,
.nav-dropdown-link[aria-current="page"] {
  color: #8a681f;
  background: rgba(201, 162, 77, 0.12);
}

.nav-dropdown-sub {
  border-top: 1px solid var(--line);
  margin-top: 2px;
  padding-top: 2px;
}

.nav-dropdown-sub:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.nav-dropdown-sub > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown-sub > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown-sub > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.nav-dropdown-sub[open] > summary::after {
  transform: rotate(225deg);
}

.nav-dropdown-sub > summary:hover {
  color: #8a681f;
  background: rgba(201, 162, 77, 0.12);
}

.nav-dropdown-sublist {
  display: grid;
  gap: 2px;
  padding: 2px 10px 8px 20px;
}

.nav-dropdown-sublist a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.nav-dropdown-sublist a:hover,
.nav-dropdown-sublist a[aria-current="page"] {
  color: #8a681f;
  background: rgba(201, 162, 77, 0.12);
}

.nav-dropdown-empty {
  display: block;
  padding: 6px 8px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.ec-cart-widget svg {
  width: 26px;
  height: 26px;
}

/* Buttons */
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), #f0d58a);
  color: #15120a;
  box-shadow: 0 18px 38px rgba(201, 162, 77, 0.24);
}

.button-secondary,
.button-outline-light {
  border: 1px solid var(--gold);
  background: rgba(201, 162, 77, 0.08);
  color: #fffaf0;
}

.button-secondary:hover,
.button-outline-light:hover {
  background: var(--gold-light);
  color: #111;
}

/* Generic sections */
section {
  padding: 92px 0;
  background: var(--cream);
  color: var(--text);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 42px;
}

.section-kicker {
  margin-bottom: 12px;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  color: var(--anthracite);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.14;
}

.section-text {
  max-width: 720px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 18px;
}

/* Hero */
.hero,
.hero-akte,
.collection-hero,
.newsletter-confirmation {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
  color: var(--cream);
}

.hero {
  min-height: 650px;
  padding: 60px 0 50px;
}

.hero-akte {
  min-height: 680px;
  padding: 76px 0 80px;
}

.collection-hero {
  min-height: 520px;
  padding: 76px 0 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero .hero-bg {
  inset: 0 0 0 auto;
  width: min(48vw, 660px);
  opacity: 0.38;
  filter: saturate(0.85) contrast(1.05);
}

.hero::before,
.hero-akte::before,
.collection-hero::before,
.newsletter-confirmation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 6, 0.9), rgba(5, 5, 6, 0.7) 50%, rgba(5, 5, 6, 0.22));
}

.hero::before {
  background: linear-gradient(90deg, #080809 0%, rgba(8, 8, 9, 0.98) 34%, rgba(8, 8, 9, 0.76) 58%, rgba(8, 8, 9, 0.18) 100%);
}

.hero-content,
.collection-hero .hero-content,
.hero-grid,
.confirmation-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: start;
  width: 100%;
}

.hero-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 30px;
}

.hero-list span {
  position: relative;
  padding-left: 26px;
  color: #f1e3d0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.hero-list span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-light);
  font-weight: 700;
}

.signup-card {
  padding: 32px;
  border: 1px solid rgba(201, 162, 77, 0.5);
  border-radius: var(--radius);
  background: var(--ivory);
  color: var(--text);
  box-shadow: var(--shadow-dark);
}

.signup-card h2 {
  margin-bottom: 12px;
  color: var(--anthracite);
  font-size: 26px;
}

.signup-card > p {
  margin-bottom: 0;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold);
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.98;
}

.hero-text,
.collection-hero .hero-text {
  max-width: 620px;
  margin-bottom: 36px;
  color: #d8d0c3;
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2vw, 21px);
}

.actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.section-actions {
  margin-top: 30px;
}

/* Cards and grids */
.game-grid,
.benefit-grid,
.features,
.steps {
  display: grid;
  gap: 18px;
}

.game-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}

.features,
.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.steps {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.feature,
.benefit,
.step,
.final-cta {
  border: 1px solid var(--line);
  background: var(--ivory);
  box-shadow: var(--shadow-soft);
}

.card {
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(201, 162, 77, 0.8);
  box-shadow: 0 28px 70px rgba(40, 30, 18, 0.22);
}

.card > a,
.card-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  min-height: 360px;
  width: 100%;
}

.card-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--black);
}

.card-image img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
  pointer-events: none;
}

.badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid rgba(224, 194, 119, 0.5);
  border-radius: 999px;
  background: rgba(8, 8, 9, 0.68);
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

h3 {
  margin-bottom: 12px;
  color: var(--anthracite);
  font-size: 28px;
  line-height: 1.08;
}

.card p {
  margin-bottom: 22px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  color: #5a4630;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.meta span {
  padding: 6px 10px;
  border: 1px solid #d6b766;
  border-radius: 999px;
  background: #f1e5cc;
  color: #5a4630;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.feature-band {
  border-top: 1px solid #dfd1bd;
  border-bottom: 1px solid #dfd1bd;
  background: #efe6d8;
}

.feature,
.benefit,
.step {
  padding: 24px;
  border-radius: 18px;
}

.feature strong,
.benefit strong,
.step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--anthracite);
  font-size: 19px;
}

.feature span,
.benefit span,
.step span {
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Spiele-Übersicht: schmale Kopfzeile statt großem Hero */
.page-intro {
  padding: 44px 0 22px;
  text-align: center;
}

.page-intro p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--anthracite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  line-height: 1.3;
}

.page-intro-line {
  width: 220px;
  height: 1px;
  margin: 28px auto 0;
  background: var(--gold);
}

/* Status-Pill (In Arbeit / In Vorbereitung / In Produktion) */
.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid rgba(201, 162, 77, 0.55);
  border-radius: 999px;
  background: rgba(201, 162, 77, 0.1);
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill-ribbon {
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  z-index: 2;
  padding: 4px 4px;
  border: 1px solid rgba(224, 194, 119, 0.5);
  border-radius: 6px;
  background: rgba(8, 8, 9, 0.85);
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Kompakte Spiele-Liste */
.game-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.game-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ivory);
  box-shadow: 0 6px 18px rgba(40, 30, 18, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a.game-row:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 77, 0.8);
  box-shadow: 0 20px 44px rgba(40, 30, 18, 0.16);
}

.game-row.is-disabled {
  cursor: default;
  opacity: 0.92;
}

.game-row-active {
  border: 2px solid var(--gold);
  padding: 11px;
  box-shadow: 0 10px 28px rgba(201, 162, 77, 0.18);
}

a.game-row-active:hover {
  border-color: var(--gold);
  box-shadow: 0 22px 48px rgba(201, 162, 77, 0.3);
}

.game-row-image {
  position: relative;
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--black);
}

.game-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

a.game-row:hover .game-row-image img {
  transform: scale(1.08);
}

.game-row-body {
  flex: 1;
  min-width: 0;
}

.game-row-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.game-row-top h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.game-row-tag {
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-row-body p {
  margin-bottom: 8px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.game-row .meta {
  margin-bottom: 0;
}

.game-row-arrow {
  flex: 0 0 auto;
  color: #8a681f;
  font-size: 20px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

a.game-row:hover .game-row-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Goldener Trenner vor "Serien" */
.section-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 52px 0 26px;
  scroll-margin-top: 104px;
}

.section-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}

.section-divider-label {
  flex: 0 0 auto;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Serien-Karten */
.series-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.series-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.series-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 77, 0.75);
  box-shadow: 0 26px 60px rgba(40, 30, 18, 0.18);
}

.series-card-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.series-card-content {
  padding: 22px 24px 24px;
}

.series-card-content h3 {
  margin-bottom: 8px;
}

.series-card-content p {
  margin-bottom: 16px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.series-submenu {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.series-submenu > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.series-submenu > summary::-webkit-details-marker {
  display: none;
}

.series-submenu > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.series-submenu[open] > summary::after {
  transform: rotate(225deg);
}

.series-submenu-panel {
  padding-top: 10px;
}

/* Coming-Soon-Produktseiten (Fälle in Produktion) */
.coming-soon {
  padding: 60px 0 90px;
}

.coming-soon-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.coming-soon-image {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 162, 77, 0.35);
  box-shadow: var(--shadow-soft);
  background: var(--black);
}

.coming-soon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coming-soon-content .status-pill {
  margin-bottom: 18px;
}

.coming-soon-content h1 {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
}

.coming-soon-content .lead {
  margin-bottom: 14px;
  color: var(--anthracite);
  font-weight: 800;
  font-size: 18px;
}

.coming-soon-content p {
  margin-bottom: 10px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.coming-soon-back {
  display: inline-block;
  margin-top: 18px;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

/* Product page */
.product-body {
  background: var(--cream);
  font-family: Arial, sans-serif;
}

.product-page {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 22px;
}

.product-page .product {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 22px;
  align-items: stretch;
  padding: 0;
  background: transparent;
}

.product-page .left,
.product-page .right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.product-page .title-card,
.product-page .story-card,
.product-page .characters-card,
.product-page .info-card,
.product-page .lang-versions,
.product-page .edition-section {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--ivory);
  box-shadow: 0 18px 50px rgba(40, 30, 18, 0.14);
}

.product-page .title-card {
  padding: 24px 28px 20px;
}

.product-page .brandline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  color: #806426;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-page .back-link {
  white-space: nowrap;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page h4 {
  font-family: Georgia, "Times New Roman", serif;
}

.product-page h1 {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: 0.9;
}

.product-page h2 {
  margin: 0;
  color: var(--anthracite);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
}

.product-page h3 {
  margin: 0;
  color: var(--anthracite);
  font-size: 24px;
}

.product-page .story-card {
  padding: 22px 28px;
  color: var(--text);
  font-size: 16px;
}

.product-page .story-card p {
  margin-bottom: 10px;
}

.product-page .story-card p:last-child {
  margin-bottom: 0;
}

.product-page .story-card .lead {
  color: var(--anthracite);
  font-weight: 800;
}

.product-page .highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0;
}

.product-page .highlights p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #ddcba9;
  border-radius: 14px;
  background: #efe3ce;
  color: var(--anthracite);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.product-page .image-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 77, 0.42);
  border-radius: 26px;
  background: var(--black);
  box-shadow: 0 18px 50px rgba(40, 30, 18, 0.14);
}

.product-page .image-card img {
  width: 100%;
  height: auto;
}

.product-page .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.product-page .quickfacts {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.product-page .fact {
  min-height: 54px;
  padding: 9px 8px;
  border: 1px solid rgba(224, 194, 119, 0.55);
  border-radius: 14px;
  background: rgba(8, 8, 9, 0.72);
  color: #fffaf0;
  text-align: center;
  backdrop-filter: blur(10px);
}

.product-page .fact strong {
  display: block;
  color: var(--gold-light);
  font-size: 15px;
  line-height: 1.1;
}

.product-page .fact span {
  display: block;
  margin-top: 3px;
  color: #efe6d8;
  font-size: 11px;
}

.product-page .characters-card {
  padding: 18px 20px 20px;
}

.product-page .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.product-page .note {
  color: #5b5147;
  font-size: 13px;
}

.product-page .character-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.product-page .character {
  padding: 9px 10px;
  border: 1px solid #e7d8bf;
  border-radius: 14px;
  background: #f8f1e6;
  font-size: 13px;
}

.product-page .character strong {
  display: block;
  margin-bottom: 2px;
  color: var(--anthracite);
  font-size: 14px;
}

.product-page .info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 18px 20px;
}

.product-page .info-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.product-page ul {
  padding-left: 18px;
}

.product-page li {
  margin-bottom: 4px;
  font-size: 14px;
}

.product-page .edition-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 26px;
}

.product-page .buy-text {
  margin-bottom: 24px;
  text-align: center;
}

.product-page .buy-text h3 {
  margin-bottom: 8px;
  font-size: 31px;
}

.product-page .buy-text p {
  max-width: 720px;
  margin: 0 auto;
  color: #5b5147;
  font-size: 15px;
}

.product-page .edition-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.product-page .edition-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas:
    "title title"
    "content bottom";
  gap: 20px 36px;
  align-items: center;
  padding: 30px 34px;
  border: 1px solid #e0cfad;
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 35px rgba(40, 30, 18, 0.1);
  text-align: left;
}

.product-page .edition-title {
  grid-area: title;
}

.product-page .edition-content {
  grid-area: content;
  min-width: 0;
}

.product-page .digital-edition {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #fff8e8 0%, #fffaf4 100%);
  box-shadow: 0 18px 45px rgba(201, 162, 77, 0.22);
}

.product-page .edition-badge {
  position: absolute;
  top: -14px;
  right: 22px;
  padding: 7px 14px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--anthracite);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.product-page .edition-card h4 {
  margin-bottom: 0;
  color: var(--anthracite);
  font-size: 28px;
  line-height: 1.08;
}

.product-page .digital-edition h4 {
  color: #8a681f;
}

.product-page .edition-subline {
  margin-bottom: 20px;
  color: #5b5147;
  font-size: 14px;
}

.product-page .edition-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-page .edition-features li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.45;
}

.product-page .edition-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8a681f;
  font-weight: 900;
}

.product-page .digital-edition .edition-features li::before {
  content: "★";
  color: var(--gold);
}

.product-page .edition-bottom {
  grid-area: bottom;
  margin-top: 0;
  padding-left: 30px;
  border-left: 1px solid #e7d8bf;
  text-align: center;
}

.product-page .price {
  margin-bottom: 0;
  color: var(--anthracite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.product-page .price-note {
  margin-bottom: 18px;
  color: #5b5147;
  font-size: 12px;
}

.product-page .edition-card .ecsp,
.product-page .edition-card .ecsp-Product {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
  margin: 0 auto !important;
}

.product-page .edition-card .ecsp-ProductBrowser-button,
.product-page .edition-card button,
.product-page .edition-card input[type="button"] {
  width: auto !important;
  max-width: 100% !important;
}

/* Sprachversionen (Platzhalter, solange es nur Deutsch gibt) */
.product-page .lang-versions {
  padding: 4px 26px;
}

.product-page .lang-versions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  color: #8a681f;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.product-page .lang-versions summary::-webkit-details-marker {
  display: none;
}

.product-page .lang-versions-arrow {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.product-page .lang-versions details[open] .lang-versions-arrow {
  transform: rotate(225deg);
}

.product-page .lang-versions-panel {
  padding: 4px 0 22px;
  border-top: 1px solid var(--line);
}

.product-page .lang-versions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.product-page .lang-versions-row:last-of-type {
  border-bottom: none;
}

.product-page .lang-versions-name {
  color: var(--anthracite);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.product-page .lang-versions-actions {
  display: flex;
  gap: 8px;
}

.product-page .lang-versions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f4efe6;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: not-allowed;
}

/* Sprachen, die es wirklich gibt: anklickbar und sichtbar anders als die
   Platzhalter daneben. Ohne diese Regel erbt der Link die Optik einer
   deaktivierten Schaltflaeche - grau und mit "not-allowed"-Cursor. */
.product-page a.lang-versions-btn {
  background: var(--gold, #c8a465);
  border-color: var(--gold, #c8a465);
  color: #14110f;
  cursor: pointer;
  text-decoration: none;
}

.product-page a.lang-versions-btn:hover,
.product-page a.lang-versions-btn:focus-visible {
  filter: brightness(1.08);
}

.product-page .lang-versions-note {
  margin-top: 6px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
}

/* Über uns */
.about-hero {
  padding: 156px 0 20px;
}

.about-hero h1 {
  font-size: clamp(34px, 4.4vw, 54px);
}

.about-hero .hero-text {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--text-soft);
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: center;
  padding: 40px 0 20px;
}

.founder-image {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 162, 77, 0.35);
  box-shadow: var(--shadow-soft);
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-content p {
  margin-bottom: 16px;
  color: var(--text-soft);
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.founder-content p:last-child {
  margin-bottom: 0;
}

/* Footer */
footer {
  padding: 44px 0;
  border-top: 1px solid rgba(201, 162, 77, 0.18);
  background: var(--black);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

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

/* Mobile */
@media (max-width: 1100px) {
  .product-page .product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 92px;
  }

  section[id] {
    scroll-margin-top: 92px;
  }

  .nav {
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-right {
    justify-self: end;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    order: 1;
  }

  .lang-switch {
    order: 2;
    gap: 6px;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    padding: 16px 0 8px;
    border-top: 1px solid var(--line);
    background: #fffaf0;
  }

  .nav-links.is-open,
  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 10px 0;
    color: var(--anthracite);
    font-size: 16px;
  }

  .nav-dropdown {
    width: 100%;
    display: block;
  }

  .nav-dropdown-panel {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 4px;
    box-shadow: none;
  }

  .hero,
  .hero-akte,
  .collection-hero {
    min-height: auto;
    padding-top: 72px;
  }

  .hero .hero-bg {
    inset: 0;
    width: 100%;
    opacity: 0.22;
    object-position: center top;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(8, 8, 9, 0.82) 0%, rgba(8, 8, 9, 0.95) 58%, #080809 100%);
  }

  section {
    padding: 68px 0;
  }

  .features,
  .benefit-grid,
  .steps,
  .card > a,
  .card-shell {
    grid-template-columns: 1fr;
  }

  .card-image,
  .card-shell .card-image {
    width: 100%;
    min-height: 260px;
  }

  .card-body {
    padding: 28px;
  }

  .series-grid,
  .coming-soon-inner,
  .founder-section,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .coming-soon-image,
  .founder-image {
    aspect-ratio: 16 / 10;
  }

  .product-page {
    padding: 14px;
  }

  .product-page .quickfacts,
  .product-page .info-card,
  .product-page .edition-grid {
    grid-template-columns: 1fr;
  }

  .product-page .edition-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "content"
      "bottom";
    min-height: auto;
  }

  .product-page .edition-bottom {
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #e7d8bf;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .brand {
    gap: 9px;
    font-size: 16px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-right {
    gap: 8px;
  }

  .lang-switch {
    font-size: 11px;
  }

  .product-page .title-card,
  .product-page .story-card,
  .product-page .characters-card,
  .product-page .info-card,
  .product-page .edition-section {
    border-radius: 20px;
  }

  .product-page .edition-features {
    grid-template-columns: 1fr;
  }

  .product-page .title-card,
  .product-page .story-card,
  .product-page .edition-section,
  .product-page .edition-card {
    padding: 20px;
  }

  .product-page .brandline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-page .highlights,
  .product-page .character-grid {
    grid-template-columns: 1fr;
  }

  .product-page .quickfacts {
    position: static;
    margin-top: 10px;
    padding: 12px;
    background: var(--black);
  }

  .game-row {
    flex-wrap: wrap;
  }

  .game-row-image {
    width: 100%;
    height: 160px;
    flex-basis: 100%;
  }

  .game-row-arrow {
    display: none;
  }
}

.access-note{
    display:block;
    margin-top:8px;
    font-size:13px;
    color:#8a681f;
    font-weight:700;
}