/* ============================================================================
   LATEX GERMANY, zentrales Stylesheet
   Themes:  body[data-theme="dark"]  (Start, Fetish, Wissen, Rechtliches)
            body[data-theme="light"] (Fashion)
   Radius-System: Buttons = Pill, Karten/Medien = 18px, Inputs = 10px
   Akzent: ein Roseton fuer alle Seiten
   ============================================================================ */

/* ---- Schriften (selbst gehostet, Fontshare / ITF Free Font License) ------ */
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---- Tokens ---------------------------------------------------------------- */
:root {
  --font-display: "Clash Display", "Avenir Next", system-ui, sans-serif;
  --font-body: "Satoshi", -apple-system, "Segoe UI", system-ui, sans-serif;
  --accent: #ef476f;
  --on-accent: #17060c;
  --r-card: 18px;
  --r-btn: 999px;
  --r-input: 10px;
  --container: 1180px;
  --nav-h: 68px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
body[data-theme="dark"] {
  --bg: #0c0b0e;
  --bg-raise: #131218;
  --bg-panel: #17151c;
  --line: rgba(255, 255, 255, .09);
  --text: #f0eef4;
  --text-body: #b6b3bf;
  --text-dim: #8b8794;
  --accent-text: #f4708d;
  --gloss: rgba(255, 255, 255, .07);
}
body[data-theme="light"] {
  --bg: #f4f4f6;
  --bg-raise: #ffffff;
  --bg-panel: #ffffff;
  --line: rgba(19, 17, 24, .11);
  --text: #141218;
  --text-body: #4c4954;
  --text-dim: #757180;
  --accent-text: #b91e44;
  --gloss: rgba(255, 255, 255, .6);
}

/* ---- Basis ----------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 1px); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  background: var(--bg);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text);
  line-height: 1.06;
  letter-spacing: -.005em;
  word-spacing: .08em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.75rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(1.95rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 2.1vw, 1.65rem); }
p { margin: 0 0 1em; max-width: 65ch; }
p:last-child { margin-bottom: 0; }
img { max-width: 100%; display: block; }
ul { margin: 0; }
a { color: var(--accent-text); }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.section-head { max-width: 68ch; margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.section-head p { font-size: 1.1rem; }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--accent); color: var(--on-accent);
  padding: .7rem 1.2rem; border-radius: 0 0 var(--r-input) 0;
  font-weight: 700; text-decoration: none;
}
.skip:focus { left: 0; }

/* ---- Altersabfrage ---------------------------------------------------------- */
.js.age-check-pending body > :not(script) { visibility: hidden; }
.age-gate-open { overflow: hidden; }
.age-gate {
  position: fixed; inset: 0; z-index: 200; isolation: isolate;
  display: grid; place-items: center; overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.25rem; background: #0c0b0e; color: #b6b3bf;
}
.age-gate::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 5, 8, .68), rgba(6, 5, 8, .8)),
    url("../img/neu-bei-latex-ai.webp") center / cover no-repeat;
}
.age-gate-panel {
  position: relative; z-index: 1;
  width: min(100%, 560px); padding: clamp(1.5rem, 5vw, 2.75rem);
  border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-card);
  background: rgba(23, 21, 28, .9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), 0 28px 80px rgba(0, 0, 0, .36);
}
.age-gate-brand {
  margin-bottom: 1.5rem; color: #f4708d;
  font-family: var(--font-display); font-size: .9rem; font-weight: 700;
  text-transform: uppercase;
}
.age-gate h1 { color: #f0eef4; font-size: clamp(2.1rem, 6vw, 3.2rem); }
.age-gate-panel > p:not(.age-gate-brand, .age-gate-note) { font-size: 1.08rem; }
.age-gate-form { display: grid; gap: .55rem; margin-top: 1.75rem; }
.age-gate-step { display: grid; gap: .55rem; }
.age-gate-step[hidden] { display: none; }
.age-gate-form label { color: #f0eef4; font-size: .95rem; font-weight: 700; }
.age-gate-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
.age-gate input {
  position: relative; z-index: 2;
  min-width: 0; height: 54px; padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--r-input);
  background: #0c0b0e; color: #f0eef4; caret-color: #f4708d;
  font: 700 1.1rem var(--font-body);
  pointer-events: auto; touch-action: manipulation;
  -webkit-user-select: text; user-select: text;
}
.age-gate input:focus { border-color: var(--accent); outline: 2px solid var(--accent); outline-offset: 2px; }
.age-gate input[aria-invalid="true"] { border-color: var(--accent); }
.age-gate .btn { min-height: 54px; }
.age-gate .btn-ghost {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(12, 11, 14, .2); color: #f0eef4;
}
.age-gate .btn-ghost:hover { border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .06); }
.age-gate-error { min-height: 1.7em; margin: 0; color: #f4708d; font-size: .92rem; }
.age-gate-confirm { gap: 1rem; }
.age-gate-confirm-title {
  margin: 0; color: #f0eef4;
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 600;
}
.age-gate-confirm-text { margin: 0; color: #c9c6d0; font-size: 1rem; }
.age-gate-confirm-text strong { color: #f0eef4; }
.age-gate-confirm-actions {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .75rem; margin-top: .25rem;
}
.age-gate-note { margin-top: .6rem; color: #8b8794; font-size: .85rem; }

/* Einblendungen (nur mit JS aktiv, IntersectionObserver setzt .is-in) */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: var(--d, 0s);
}
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---- Header ---------------------------------------------------------------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12, 11, 14, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
body[data-theme="light"] .site-head { background: rgba(244, 244, 246, .85); }
.site-head .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; height: var(--nav-h);
}
.brand {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.1rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--text); text-decoration: none;
  white-space: nowrap;
}
.brand:hover { color: var(--accent-text); }
.menu {
  display: flex; align-items: center; gap: 1.9rem;
  list-style: none; margin: 0; padding: 0;
}
.menu a:not(.btn) {
  color: var(--text-body); text-decoration: none;
  font-weight: 500; font-size: .96rem;
  transition: color .25s;
}
.menu a:not(.btn):hover { color: var(--text); }
.menu a[aria-current="page"] {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.site-search {
  position: relative;
  order: 3;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}
.site-search-toggle {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--r-input);
  cursor: pointer;
  transition: color .25s, background .25s, border-color .25s, transform .25s var(--ease);
}
.site-search-toggle:hover,
.site-search.is-open .site-search-toggle {
  color: var(--accent-text);
  background: var(--gloss);
  border-color: rgba(239, 71, 111, .45);
}
.site-search-toggle:active { transform: scale(.96); }
.site-search-icon {
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("../img/icon-search.svg") center / contain no-repeat;
  mask: url("../img/icon-search.svg") center / contain no-repeat;
}
.site-search-panel {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: min(430px, calc(100vw - 2rem));
  padding: .55rem;
  color: var(--text-body);
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--r-input);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transform-origin: top right;
  transition: opacity .2s, visibility .2s, transform .28s var(--ease);
}
.site-search.is-open .site-search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 46px;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 7px;
  transition: border-color .2s, box-shadow .2s;
}
.site-search-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(239, 71, 111, .12);
}
.site-search-input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 .85rem;
  color: var(--text);
  font: 500 .98rem/1 var(--font-body);
  background: transparent;
  border: 0;
  outline: 0;
}
.site-search-input::placeholder { color: var(--text-dim); opacity: 1; }
.site-search-input::-webkit-search-cancel-button { display: none; }
.site-search-clear {
  display: none;
  width: 34px;
  height: 34px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font: 400 1.35rem/1 var(--font-body);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.site-search.has-query .site-search-clear { display: flex; }
.site-search-clear:hover { color: var(--text); background: var(--gloss); }
.site-search-results {
  display: grid;
  max-height: min(480px, calc(100vh - var(--nav-h) - 6rem));
  margin-top: .5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-search-results[hidden] { display: none; }
.site-search-result {
  display: grid;
  gap: .12rem;
  padding: .75rem .8rem;
  color: var(--text-body);
  text-decoration: none;
  border-radius: 7px;
  transition: background .2s, color .2s;
}
.site-search-result + .site-search-result { border-top: 1px solid var(--line); }
.site-search-result:hover,
.site-search-result:focus-visible,
.site-search-result.is-active {
  color: var(--text);
  background: var(--gloss);
  outline: 0;
}
.site-search-result-meta {
  color: var(--accent-text);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.site-search-result strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.25;
}
.site-search-result span:last-child {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text-dim);
  font-size: .875rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.site-search-empty {
  margin: 0;
  padding: .9rem .8rem;
  color: var(--text-dim);
  font-size: .9rem;
}
.menu { order: 2; margin-left: auto; }
.head-discord {
  display: none;
  width: 44px; height: 44px; margin-left: auto; margin-right: -1.1rem;
  flex: 0 0 44px;
  align-items: center; justify-content: center;
  color: var(--text);
}
.head-discord .btn-icon { width: 22px; height: 22px; }
.menu-btn {
  display: none;
  width: 44px; height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line); border-radius: var(--r-input);
  background: transparent; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.menu-btn span {
  display: block; width: 18px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---- Buttons & Links -------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: var(--r-btn);
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: .95rem 1.7rem;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  white-space: nowrap; position: relative; overflow: hidden;
  transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(1px) scale(.985); }
.btn-primary {
  background: var(--accent); color: var(--on-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 10px 22px -14px rgba(0, 0, 0, .6);
}
.btn-primary::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, .38) 50%, transparent 68%);
  transform: translateX(-130%);
  transition: transform .6s var(--ease);
}
.btn-primary:hover::before { transform: translateX(130%); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--text-dim); background: var(--gloss); }
.btn-sm { padding: .58rem 1.1rem; font-size: .9rem; }
.btn-icon {
  display: inline-block; width: 1.1em; height: 1.1em; flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.btn-icon-discord { --icon: url("../img/icon-discord.svg"); }
.actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.9rem; }
.arrow-link {
  display: inline-block; margin-top: .5rem;
  color: var(--accent-text); font-weight: 700; text-decoration: none;
}
.arrow-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---- Medien ------------------------------------------------------------------ */
.media {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-panel);
}
.media::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(150deg, rgba(255, 255, 255, .1), transparent 38%);
}
.media img { width: 100%; height: 100%; object-fit: cover; }
.media figcaption {
  padding: .5rem .95rem .55rem; font-size: .76rem; color: var(--text-dim);
  background: var(--bg-panel); border-top: 1px solid var(--line);
}
.media figcaption a { color: var(--text-dim); }

/* ---- Lightbox (Klick zum Vergroessern, siehe main.js) ---------------------------- */
.zoomable { cursor: zoom-in; }
.lightbox {
  border: 0; padding: 0; background: transparent;
  max-width: none; max-height: none; overflow: visible;
}
.lightbox::backdrop {
  background: rgba(12, 11, 14, .93);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.lightbox-frame { position: relative; width: fit-content; margin-inline: auto; }
.lightbox img {
  display: block; margin-inline: auto;
  max-width: min(92vw, 1400px); max-height: 84vh;
  width: auto; height: auto;
  border-radius: var(--r-card);
}
.lightbox-caption {
  margin: .9rem auto 0; max-width: 92vw;
  text-align: center; color: #c9c6d0; font-size: .85rem;
}
.lightbox-caption a { color: #c9c6d0; }
.lightbox-close {
  position: absolute; top: .6rem; right: .6rem; z-index: 1;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(12, 11, 14, .6); color: #f0eef4;
  font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.lightbox-close:hover { border-color: rgba(255, 255, 255, .6); }
.media.media--flow { margin: 0 0 clamp(2rem, 5vw, 3.25rem); }
.media.ratio-45 { aspect-ratio: 4 / 5; }
.media.ratio-23 { aspect-ratio: 2 / 3; }
.media.ratio-32 { aspect-ratio: 3 / 2; }

/* ---- Hero -------------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(1100px 720px at 84% 10%, rgba(239, 71, 111, .15), transparent 60%),
    radial-gradient(900px 620px at 8% 92%, rgba(255, 255, 255, .05), transparent 55%);
}
body[data-theme="light"] .hero-bg {
  background:
    radial-gradient(1100px 720px at 84% 8%, rgba(239, 71, 111, .1), transparent 60%),
    radial-gradient(900px 620px at 10% 95%, rgba(19, 17, 24, .05), transparent 55%);
}
.hero .container { width: 100%; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .92fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding-block: 5.5rem 3.5rem;
}
.hero-copy .lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); max-width: 46ch; }
.hero-media { position: relative; }

/* Vollflächiger Startseiten-Hero: links weich, rechts klar */
.hero--home {
  isolation: isolate; min-height: calc(100svh - var(--nav-h) - 24px);
  color: #d4d1d9; background: #0c0b0e;
}
.hero-scene { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-scene img { position: absolute; height: 100%; object-fit: cover; }
.hero-scene-blur {
  inset: -4%; width: 108%; filter: blur(24px); opacity: .72;
  transform: scale(1.06); object-position: center 32%;
}
.hero-scene-sharp {
  top: 0; right: 0; width: min(68vw, 980px); object-position: center 30%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 26%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 26%, #000);
}
.hero-scene::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 11, 14, .94) 0%, rgba(12, 11, 14, .76) 39%, rgba(12, 11, 14, .24) 72%),
    linear-gradient(0deg, rgba(12, 11, 14, .65), transparent 42%);
}
.hero--home .container { position: relative; z-index: 1; width: 100%; }
.hero-home-copy {
  display: flex; min-height: calc(100svh - var(--nav-h) - 24px);
  max-width: 590px; padding-block: clamp(4rem, 9vh, 6rem);
  flex-direction: column; justify-content: center;
}
.hero-home-copy h1 { color: #f0eef4; }
.hero-home-copy .lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); max-width: 46ch; }
.hero--home .btn-ghost { border-color: rgba(255, 255, 255, .24); color: #f0eef4; background: rgba(12, 11, 14, .18); }
.hero--home .btn-ghost:hover { border-color: rgba(255, 255, 255, .48); background: rgba(12, 11, 14, .42); }

/* ---- Faktenleiste -------------------------------------------------------------- */
.facts { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-top: 3rem; flex-wrap: wrap; }
.fact { flex: 1 1 200px; padding-left: 1.25rem; border-left: 1px solid var(--line); }
.fact strong {
  display: block;
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.4rem; color: var(--text); margin-bottom: .2rem;
}
.fact span { font-size: .95rem; color: var(--text-dim); }

/* ---- Duo (Text + Bild) ---------------------------------------------------------- */
.duo {
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 6vw, 5rem); align-items: stretch;
}
.duo.flip .duo-media { order: -1; }
.duo-copy { display: flex; flex-direction: column; }
.duo-copy h2 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); max-width: 13ch; }
.duo-copy p:not(.duo-claim) { font-size: 1.1rem; max-width: 52ch; }
.duo-copy .duo-claim {
  margin: auto 0 clamp(2.5rem, 6vw, 5rem); padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem); line-height: 1.2;
  letter-spacing: -.005em; color: var(--text); max-width: 22ch;
}

/* ---- Foto-Szene: Bild traegt die ganze Sektion (Backdrop immer dunkel) ------------- */
.photo-scene { position: relative; isolation: isolate; overflow: hidden; background: #0c0b0e; }
.photo-scene-media { position: absolute; inset: 0; z-index: -1; }
.photo-scene-media img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: var(--scene-pos, 68% 26%);
  transform: translate(var(--scene-shift-x, 0), var(--scene-shift-y, 0)) scale(var(--scene-zoom, 1));
  filter: brightness(var(--scene-dim, 1));
}
.photo-scene-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12, 11, 14, .93) 8%, rgba(12, 11, 14, .68) 48%, rgba(12, 11, 14, .12) 82%);
}
.photo-scene-copy { max-width: 560px; padding-block: clamp(3rem, 8vh, 6rem); }
.photo-scene-copy h2 { color: #f0eef4; }
.photo-scene-copy p { color: #dedbe4; }
.photo-scene-copy .arrow-link { color: #f4708d; }
/* Variante: Text rechts, Bildseite links frei */
.photo-scene--end .photo-scene-media::after {
  background: linear-gradient(270deg, rgba(12, 11, 14, .94) 8%, rgba(12, 11, 14, .78) 48%, rgba(12, 11, 14, .12) 82%);
}
.photo-scene--end .photo-scene-copy { margin-left: auto; }

/* Die Einstiegs-Szene bleibt bildstark, ist aber bewusst etwas kompakter. */
#einstieg { padding-block: clamp(3rem, 6vw, 5rem); }
#einstieg .photo-scene-copy { padding-block: clamp(2rem, 5vh, 4rem); }
@media (max-width: 960px) {
  #einstieg { padding-block: 2.5rem; }
  #einstieg .photo-scene-copy {
    min-height: min(68svh, 640px);
    padding-block: 3rem 1rem;
  }
}

/* ---- Insider: Foto-Kachelwand (insider.html) + Marquee-Chips (Startseite) ----------
   Die grossen Slots sind fest im Raster (nth-child), die Profile werden per JS
   gemischt: wer gross erscheint, entscheidet der Zufall bei jedem Besuch. */
.insider-head { position: relative; isolation: isolate; overflow: hidden; }
.insider-apply-intro {
  max-width: 700px; margin-top: 1.5rem; padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}
.insider-apply-intro p { margin: 0; color: var(--text-body); font-size: 1.05rem; }

.insider-form-dialog {
  width: min(960px, calc(100% - 2rem)); max-width: none; max-height: min(92svh, 920px);
  padding: 0; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px;
  background: #131218; color: #f0eef4;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.insider-form-dialog:not([open]) { display: none; }
.insider-form-dialog::backdrop {
  background: rgba(8, 7, 10, .86);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.insider-form-shell { max-height: min(92svh, 920px); overflow-y: auto; overscroll-behavior: contain; }
.insider-form-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem;
  padding: clamp(1.7rem, 4vw, 2.6rem) clamp(1.5rem, 4.5vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: #17151b;
}
.insider-form-head h2 { margin: 0; max-width: 18ch; font-size: clamp(1.85rem, 4vw, 2.7rem); }
.insider-form-head p:last-child { max-width: 54ch; margin: .7rem 0 0; color: #b6b3bf; font-size: 1rem; }
.insider-form-kicker {
  margin: 0 0 .65rem; color: #f4708d;
  font-family: var(--font-display); font-size: .82rem; font-weight: 600; text-transform: uppercase;
}
.insider-form-close {
  display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%;
  background: transparent; color: #f0eef4; cursor: pointer;
  font: 400 1.55rem/1 var(--font-body);
}
.insider-form-close:hover { border-color: rgba(255, 255, 255, .46); background: rgba(255, 255, 255, .05); }
.insider-form-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.insider-application-form { display: grid; }
.insider-application-form[hidden], .insider-form-success[hidden] { display: none; }
.insider-form-section {
  display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: clamp(1.25rem, 3.5vw, 2.6rem);
  padding: clamp(1.6rem, 3.5vw, 2.25rem) clamp(1.5rem, 4.5vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.insider-form-section-head h3 { margin: 0; color: #f0eef4; font-size: 1.08rem; line-height: 1.25; }
.insider-form-section-head p {
  max-width: 18ch; margin: .5rem 0 0; color: #8f8b98; font-size: .86rem; line-height: 1.45;
}
.insider-form-section-body { min-width: 0; }
.insider-form-section-body--profiles { display: grid; gap: 1.25rem; }
.insider-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.insider-form-field { display: grid; gap: .45rem; min-width: 0; }
.insider-form-field--wide { grid-column: 1 / -1; }
.insider-form-field > span { color: #f0eef4; font-size: .92rem; font-weight: 700; }
.insider-form-field small { color: #8b8794; font-size: .78rem; font-weight: 500; }
.insider-form-field input,
.insider-form-field select,
.insider-form-field textarea {
  width: 100%; min-width: 0; min-height: 52px; padding: .8rem .95rem;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px;
  background: #0d0c10; color: #f0eef4; caret-color: #f4708d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  font: 500 1rem/1.4 var(--font-body);
}
.insider-form-field textarea { min-height: 116px; resize: vertical; }
.insider-form-field select { color-scheme: dark; cursor: pointer; }
.insider-form-field input::placeholder,
.insider-form-field textarea::placeholder { color: #6f6b78; opacity: 1; }
.insider-form-field input:focus,
.insider-form-field select:focus,
.insider-form-field textarea:focus {
  border-color: var(--accent); outline: 2px solid rgba(239, 71, 111, .34); outline-offset: 1px;
}
.insider-form-field input[aria-invalid="true"],
.insider-form-field select[aria-invalid="true"] { border-color: var(--accent); }

.insider-upload-fieldset,
.insider-social-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.insider-visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.insider-upload-layout { display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: 1rem; align-items: stretch; }
.insider-upload-control {
  position: relative; display: grid; place-items: center start; min-height: 144px; padding: 1.35rem;
  border: 1px dashed rgba(255, 255, 255, .24); border-radius: 6px;
  background: #0d0c10; cursor: pointer; text-align: left;
}
.insider-upload-control:hover,
.insider-upload-control:focus-within { border-color: var(--accent); background: rgba(239, 71, 111, .035); }
.insider-upload-control input {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0;
  cursor: pointer;
}
.insider-upload-control span { display: grid; gap: .35rem; pointer-events: none; }
.insider-upload-control strong { color: #f0eef4; font-size: 1.02rem; }
.insider-upload-control small { color: #9a96a3; font-size: .86rem; line-height: 1.45; }
.insider-upload-preview {
  position: relative; display: grid; place-items: center; aspect-ratio: 1;
  overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px;
  background: #0d0c10; color: #7d7986; text-align: center;
}
.insider-upload-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.insider-upload-preview img[hidden] { display: none; }
.insider-upload-preview span { max-width: 10ch; font-size: .76rem; line-height: 1.35; }

.insider-social-fieldset { display: grid; gap: .85rem; }
.insider-social-row { display: grid; grid-template-columns: minmax(150px, .4fr) minmax(0, 1fr); gap: 1rem; }
.insider-form-footer {
  display: grid; gap: 1rem; padding: clamp(1.5rem, 3.5vw, 2.1rem) clamp(1.5rem, 4.5vw, 3rem);
  background: #0f0e12;
}
.insider-consent {
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: .75rem; align-items: start;
  max-width: 75ch; color: #b6b3bf; font-size: .92rem; line-height: 1.55;
}
.insider-consent input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--accent); }
.insider-consent a { color: #f4708d; }
.insider-form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.insider-form-status { min-height: 1.5em; margin: 0; color: #f4708d; font-size: .92rem; }
.insider-form-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.insider-application-form.is-submitting { opacity: .72; pointer-events: none; }
.insider-form-success { min-height: 420px; padding: clamp(2rem, 6vw, 4rem); place-content: center; }
.insider-form-success:not([hidden]) { display: grid; }
.insider-form-success h2 { margin: 0; font-size: clamp(2rem, 5vw, 3rem); }
.insider-form-success > p:not(.insider-form-kicker) { max-width: 50ch; margin: .8rem 0 1.5rem; color: #b6b3bf; font-size: 1.05rem; }
.insider-form-success .btn { justify-self: start; }

@media (max-width: 700px) {
  .insider-form-dialog { width: calc(100% - 1rem); max-height: 96svh; border-radius: 8px; }
  .insider-form-shell { max-height: 96svh; }
  .insider-form-head { gap: .75rem; padding: 1.35rem 1.2rem; }
  .insider-form-head h2 { font-size: 1.8rem; }
  .insider-form-head p:last-child { font-size: .94rem; }
  .insider-form-section { grid-template-columns: 1fr; gap: .9rem; padding: 1.35rem 1.2rem; }
  .insider-form-section-head p { max-width: 38ch; margin-top: .3rem; }
  .insider-form-grid, .insider-social-row { grid-template-columns: 1fr; gap: .85rem; }
  .insider-form-field--wide { grid-column: auto; }
  .insider-upload-layout { grid-template-columns: 104px minmax(0, 1fr); }
  .insider-upload-control { min-height: 104px; padding: .8rem; }
  .insider-upload-control strong { font-size: .94rem; }
  .insider-upload-control small { font-size: .78rem; }
  .insider-form-footer { padding: 1.35rem 1.2rem 1.5rem; }
  .insider-form-actions .btn { flex: 1 1 auto; }
}
.insider-head::before {
  content: "";
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(760px 460px at 82% -10%, rgba(239, 71, 111, .14), transparent 60%),
    radial-gradient(560px 380px at 4% 110%, rgba(255, 255, 255, .05), transparent 55%);
}
.insider-wall {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense; gap: 1rem;
  margin-top: clamp(2rem, 5vw, 4rem);
}
.insider-tile {
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-card); border: 1px solid var(--line);
  background: var(--bg-panel);
}
.insider-tile:first-child { grid-column: span 2; grid-row: span 2; }
.insider-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.insider-tile:hover img { transform: scale(1.05); }
.insider-tile::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(12, 11, 14, .88) 0%, rgba(12, 11, 14, .42) 34%, rgba(12, 11, 14, 0) 60%);
}
.insider-tile-body {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  padding: .9rem 1rem 1rem;
}
.insider-tile h3 { margin: 0; font-size: 1.12rem; color: #f0eef4; }
.insider-tile-body > p { margin: .1rem 0 0; color: #c9c6d0; font-size: .82rem; }
.insider-tile:first-child h3 { font-size: 1.6rem; }
.insider-tile:first-child .insider-tile-body { padding: 1.2rem 1.4rem 1.3rem; }
.insider-links { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.insider-links .btn-sm {
  padding: .35rem .85rem; font-size: .78rem;
  border-color: rgba(255, 255, 255, .28); color: #f0eef4;
  background: rgba(12, 11, 14, .45);
}
.insider-links .btn-sm:hover { border-color: rgba(255, 255, 255, .55); background: rgba(12, 11, 14, .7); }
.insider-marquee .marquee-track { animation-duration: 60s; }
.insider-marquee li {
  display: flex; align-items: center; gap: .75rem;
  margin-right: 1rem; padding: .5rem 1.3rem .5rem .6rem;
  background: var(--bg-panel); border: 1px solid var(--line); border-radius: 999px;
  white-space: nowrap;
}
.insider-marquee li img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.insider-marquee li strong { display: block; color: var(--text); font-size: .98rem; line-height: 1.25; }
.insider-marquee li span { color: var(--text-dim); font-size: .82rem; line-height: 1.3; }
.marquee.insider-marquee li::after { content: none; }

/* ---- Band + Marquee (Mainstream) -------------------------------------------------- */
.band { background: var(--bg-raise); border-block: 1px solid var(--line); overflow: hidden; }
.marquee {
  overflow: hidden; margin-top: clamp(2.5rem, 5vw, 3.5rem);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.marquee-track ul { display: flex; list-style: none; margin: 0; padding: 0; }
.marquee li {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem); color: var(--text);
  white-space: nowrap; margin-right: 2.75rem;
}
.marquee li::after { content: "/"; opacity: .2; margin-left: 2.75rem; font-weight: 500; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- Zwei-Welten-Gateway ------------------------------------------------------------ */
/* Bewusster Bruch hell/dunkel: die Kernaussage der Marke, einmal pro Seite. */
.gateway {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: clamp(520px, 58vh, 580px);
  min-height: 0;
}
.gate {
  position: relative; isolation: isolate; min-width: 0;
  display: flex; align-items: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  text-decoration: none; overflow: hidden;
}
.gate::before {
  content: "";
  position: absolute; inset: -12%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 75% 38% at 16% 22%, var(--gate-gloss), transparent 70%),
    radial-gradient(ellipse 65% 42% at 92% 78%, var(--gate-gloss-soft), transparent 72%),
    linear-gradient(118deg, transparent 10%, var(--gate-streak) 29%, transparent 42%, var(--gate-streak) 62%, transparent 75%);
  opacity: .72;
  transform: scale(1.02);
  transition: opacity .35s var(--ease);
}
.gate::after {
  content: "";
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(640px circle at var(--mx, 75%) var(--my, 18%), var(--gate-sheen), transparent 46%);
  opacity: 0; transition: opacity .5s;
}
.gate:hover::after, .gate:focus-visible::after { opacity: 1; }
.gate-inner { position: relative; z-index: 2; max-width: 44ch; }
.gate-label {
  display: flex; align-items: center; gap: .55rem;
  width: max-content; margin-bottom: 1.1rem;
  font-family: var(--font-display); font-size: .76rem; font-weight: 600;
  letter-spacing: .14em;
}
.gate-label::after {
  content: ""; width: clamp(30px, 4vw, 52px); height: 1px;
  margin-left: .15rem; background: currentColor; opacity: .28;
}
.gate-label strong { color: var(--accent); font-size: .86rem; letter-spacing: .06em; }
.gate h2 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); margin-bottom: .35em; }
.gate p { margin-bottom: 0; }
.gate .btn { margin-top: 1.4rem; }
.gate--fashion {
  --gate-sheen: rgba(255, 255, 255, .75);
  --gate-gloss: rgba(255, 255, 255, .88);
  --gate-gloss-soft: rgba(126, 121, 139, .14);
  --gate-streak: rgba(255, 255, 255, .34);
  background: linear-gradient(165deg, #fdfdfe, #e7e6ec 50%, #f3f2f6);
}
.gate--fashion .gate-label { color: #65616d; }
.gate--fashion h2 { color: #141218; }
.gate--fashion p { color: #4c4954; }
.gate--fashion .btn-ghost { border-color: rgba(19, 17, 24, .22); color: #141218; }
.gate--fashion .btn-ghost:hover { border-color: rgba(19, 17, 24, .45); background: rgba(255, 255, 255, .65); }
.gate--fetish {
  --gate-sheen: rgba(255, 255, 255, .13);
  --gate-gloss: rgba(255, 255, 255, .065);
  --gate-gloss-soft: rgba(239, 71, 111, .075);
  --gate-streak: rgba(255, 255, 255, .04);
  background: linear-gradient(160deg, #16131a, #09080c 55%, #131016);
  box-shadow: inset 0 0 140px rgba(239, 71, 111, .07);
}
.gate--fetish .gate-label { color: #c9c6d0; }
.gate--fetish h2 { color: #f0eef4; }
.gate--fetish p { color: #b6b3bf; }
.gate--fetish .btn-ghost { border-color: rgba(255, 255, 255, .2); color: #f0eef4; }
.gate--fetish .btn-ghost:hover { border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .06); }
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .gate:hover::before, .gate:focus-visible::before { opacity: .86; }
}

/* ---- Einstieg & Community-Werte ------------------------------------------------------ */
.starter-links { margin: 2rem 0 1.4rem; border-top: 1px solid rgba(255, 255, 255, .14); }
.starter-link {
  display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center;
  padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #c9c6d0; text-decoration: none;
  transition: color .4s var(--ease);
}
.starter-link > span { transition: transform .4s var(--ease); }
.starter-link strong { display: block; color: #f0eef4; font-size: 1.04rem; }
.starter-link span:first-child { font-size: .95rem; }
.starter-link span:last-child { color: #f4708d; font-size: 1.25rem; }
.starter-link:hover { color: #f0eef4; }
.starter-link:hover > span:first-child { transform: translateX(.4rem); }
.starter-link:hover > span:last-child { transform: translateX(.3rem); }

/* ---- Startseite: Wissensdatenbank -------------------------------------------------- */
.knowledge-preview {
  background: var(--bg-raise);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.knowledge-preview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .75fr) auto;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.knowledge-preview-kicker {
  display: block;
  margin-bottom: .65rem;
  color: var(--accent-text);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.knowledge-preview-head h2 { max-width: 14ch; margin: 0; }
.knowledge-preview-head p { margin: 0; color: var(--text-body); font-size: 1.05rem; }
.knowledge-preview-head .btn { white-space: nowrap; }
.knowledge-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  border-top: 1px solid var(--line);
}
.knowledge-feature {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
  min-width: 0;
  padding: 1.35rem 1.5rem 1.35rem 0;
  color: var(--text-body);
  text-decoration: none;
  border-right: 1px solid var(--line);
}
.knowledge-feature figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
}
.knowledge-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transition: transform .5s var(--ease);
}
.knowledge-feature:hover img { transform: scale(1.035); }
.knowledge-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 1rem 0 .25rem 1.5rem;
}
.knowledge-feature-meta {
  margin-bottom: .65rem;
  color: var(--accent-text);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.knowledge-feature h3 { margin-bottom: .45rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.knowledge-feature p { margin: 0 0 1rem; font-size: .95rem; }
.knowledge-index { display: grid; align-content: stretch; }
.knowledge-index-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: center;
  min-width: 0;
  padding: 1.2rem 0 1.2rem 1.5rem;
  color: var(--text-body);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.knowledge-index-row:last-child { border-bottom: 0; }
.knowledge-index-number { color: var(--accent-text); font-size: .7rem; font-weight: 800; }
.knowledge-index-row strong { display: block; color: var(--text); font-size: 1.05rem; }
.knowledge-index-row small { display: block; margin-top: .16rem; color: var(--text-dim); font-size: .875rem; line-height: 1.4; }
.knowledge-index-arrow {
  color: var(--accent-text);
  font-size: 1.25rem;
  transition: transform .25s var(--ease);
}
.knowledge-index-row:hover .knowledge-index-arrow { transform: translateX(4px); }
.community-values { padding-top: clamp(4rem, 8vw, 6.5rem); }
.values-intro { max-width: 58ch; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.values-intro > p { font-size: 1.1rem; }
.heading-heart {
  width: .72em; height: .72em; fill: var(--accent);
  display: inline-block; vertical-align: baseline; margin-left: .08em;
}
.value-principles {
  display: grid; grid-template-columns: 1.15fr 1fr 1fr;
  border-block: 1px solid var(--line);
}
.principle { padding: clamp(1.5rem, 3vw, 2.5rem); border-left: 1px solid var(--line); }
.principle:first-child { padding-left: 0; border-left: 0; }
.principle:last-child { padding-right: 0; }
.principle h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
.principle p { margin: 0; font-size: 1rem; }

/* ---- Karten & Community-Raster -------------------------------------------------------- */
.community-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(1.5rem, 4.5vw, 4rem); align-items: center;
}
.card-discord {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 1rem;
  padding: clamp(1.75rem, 3.5vw, 2.6rem);
  border: 1px solid var(--line); border-radius: var(--r-card);
  background:
    radial-gradient(560px 320px at 90% -25%, rgba(239, 71, 111, .14), transparent 62%),
    linear-gradient(170deg, var(--bg-panel), #1b1520);
  box-shadow: inset 0 1px 0 var(--gloss);
}
.card-discord::before {
  /* Icon-Wasserzeichen, rein dekorativ */
  content: "";
  position: absolute; right: -36px; top: -28px;
  width: 200px; height: 200px; opacity: .05; pointer-events: none;
  background: var(--text);
  -webkit-mask: url("../img/icon-discord.svg") center / contain no-repeat;
  mask: url("../img/icon-discord.svg") center / contain no-repeat;
}
.card-discord::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 85%) var(--my, 10%), rgba(255, 255, 255, .06), transparent 46%);
  opacity: 0; transition: opacity .45s;
}
.card-discord:hover::after { opacity: 1; }
.card-discord .actions { margin-top: auto; padding-top: 1rem; }
.card-discord h3 { margin-bottom: .3em; }
.card-discord p { font-size: 1rem; }
.picon {
  display: inline-block; width: 26px; height: 26px; flex: 0 0 auto;
  background: var(--text);
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.picon-discord { --icon: url("../img/icon-discord.svg"); }
.picon-telegram { --icon: url("../img/icon-telegram.svg"); }
.picon-instagram { --icon: url("../img/icon-instagram.svg"); }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; }
.tags li {
  border: 1px solid var(--line); border-radius: var(--r-btn);
  padding: .28rem .85rem; font-size: .85rem; color: var(--text-dim);
}
.channel-list { display: flex; flex-direction: column; justify-content: center; }
.channel-row {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.1rem; align-items: center;
  padding: 1.6rem 0; border-bottom: 1px solid var(--line);
  color: var(--text-body); text-decoration: none;
  transition: color .25s var(--ease), padding-left .25s var(--ease);
}
.channel-row:first-child { border-top: 1px solid var(--line); }
.channel-row strong {
  display: block; color: var(--text);
  font-family: var(--font-display); font-weight: 600; font-size: 1.3rem;
}
.channel-row > span:nth-child(2) { font-size: .95rem; }
.channel-go { color: var(--accent-text); font-size: 1.3rem; }
.channel-row:hover { color: var(--text); padding-left: .35rem; }

/* ---- 404 -------------------------------------------------------------------------------- */
.notfound { position: relative; isolation: isolate; overflow: hidden; min-height: calc(100svh - var(--nav-h) - 140px); display: flex; align-items: center; }
.notfound::before {
  content: "";
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(720px 440px at 80% -10%, rgba(239, 71, 111, .13), transparent 60%);
}
.notfound-code {
  margin: 0 0 .2em; color: var(--accent-text);
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(4.5rem, 14vw, 9rem); line-height: 1; letter-spacing: -.03em;
  opacity: .35;
}
.notfound h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.notfound .lead { font-size: 1.15rem; max-width: 46ch; }

/* ---- Designer-Index (Fashion) ----------------------------------------------------------- */
.designer-index {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.5rem;
}
.designer-index li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 1.15rem 0; border-bottom: 1px solid var(--line);
}
.designer-index .name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--text); }
.designer-index .where { color: var(--text-dim); font-size: .95rem; white-space: nowrap; }

/* ---- Latex für alle ------------------------------------------------------------------- */
.latex-for-all { border-block: 1px solid var(--line); background: var(--bg-raise); }
.latex-for-all-grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 7vw, 6rem); align-items: start;
}
.latex-for-all h2 { max-width: none; margin: 0; font-size: clamp(2rem, 3.2vw, 2.65rem); }
.latex-for-all p { font-size: 1.1rem; }

/* ---- Alltags-Einstieg (Fashion) ------------------------------------------------------- */
.wardrobe { background: var(--bg-raise); border-block: 1px solid var(--line); }
.wardrobe-head {
  display: grid; grid-template-columns: .8fr 1.2fr;
  gap: clamp(2.5rem, 7vw, 6rem); align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.wardrobe-head h2 { margin: 0; max-width: 11ch; }
.wardrobe-head-copy { max-width: 58ch; }
.wardrobe-head-copy p { margin: 0 0 1rem; font-size: 1.1rem; }
.wardrobe-head .arrow-link { margin-top: 0; }
@media (min-width: 841px) {
  .wardrobe-head-copy,
  .wardrobe-list {
    position: relative;
    top: clamp(1rem, 1.4vw, 1.4rem);
  }
}
.wardrobe-grid {
  display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr;
  gap: clamp(2.5rem, 7vw, 6rem); align-items: start;
}
.wardrobe-photo {
  width: 100%; max-width: 380px; aspect-ratio: 4 / 5;
  margin: 0; justify-self: start;
}
.wardrobe-photo img { object-position: center 30%; }
.wardrobe-list { border-top: 1px solid var(--line); }
.wardrobe-item {
  display: grid; grid-template-columns: minmax(150px, .72fr) 1.28fr;
  gap: clamp(1.25rem, 3vw, 2.5rem); padding: 1.45rem 0;
  border-bottom: 1px solid var(--line); align-items: baseline;
}
.wardrobe-item h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.5rem); }
.wardrobe-item p { margin: 0; font-size: 1rem; }

/* ---- Sinne-Raster (Fetish) ---------------------------------------------------------------- */
.senses {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 5vw, 3.75rem) clamp(2.5rem, 6vw, 5rem);
}
.sense { border-top: 1px solid var(--line); }
.sense::before {
  content: "";
  display: block; width: 38px; height: 2px;
  margin: -1px 0 clamp(1.1rem, 2.6vw, 1.5rem);
  background: var(--accent);
}
.sense h3 { margin-bottom: .3em; font-size: clamp(1.45rem, 2.3vw, 1.95rem); }
.sense p { margin: 0; max-width: 46ch; }

/* ---- Mainstream-Momente (Fashion) ------------------------------------------------------------ */
.moments {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.25rem, 5vw, 3.5rem) clamp(2.5rem, 6vw, 5rem);
}
.moment { border-top: 1px solid var(--line); }
.moment::before {
  content: "";
  display: block; width: 38px; height: 2px;
  margin: -1px 0 clamp(1rem, 2.4vw, 1.35rem);
  background: var(--accent);
}
.moment strong {
  display: block; margin-bottom: .2em;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  color: var(--text); letter-spacing: -.005em;
}
.moment p { margin: 0; max-width: 46ch; }
.section-link { display: inline-block; margin-top: 1.9rem; }

/* ---- Spielarten-Teaser (Fetish): Foto links, Foto-Kacheln rechts ---------------------------- */
.play-split { display: grid; grid-template-columns: 1fr 1.08fr; gap: 1.25rem; align-items: stretch; }
.play-split .media { margin: 0; display: flex; flex-direction: column; }
.play-split .media img { flex: 1; min-height: 0; object-fit: cover; }
.play-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.play-tile {
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-card); border: 1px solid var(--line);
  background: var(--bg-panel);
  display: flex; flex-direction: column; justify-content: flex-end;
  text-decoration: none;
}
.play-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%;
  transition: transform .5s var(--ease);
}
.play-tile:hover img { transform: scale(1.05); }
.play-tile::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(12, 11, 14, .9) 0%, rgba(12, 11, 14, .45) 36%, rgba(12, 11, 14, .04) 62%);
}
.play-tile-body { position: relative; z-index: 1; padding: 1rem 1.15rem 1.1rem; }
.play-tile h3 { margin: 0 0 .15em; color: #f0eef4; font-size: 1.35rem; }
.play-tile p { margin: 0; color: #c9c6d0; font-size: .9rem; }

/* Verwandte-Artikel-Karten (Wissen-Seiten) */
.play {
  display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--bg-panel);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  text-decoration: none;
  transition: transform .3s var(--ease), border-color .3s;
  box-shadow: inset 0 1px 0 var(--gloss);
}
.play:hover { transform: translateY(-3px); border-color: var(--text-dim); }
.play h3 { color: var(--text); margin-bottom: .3em; }
.play p { color: var(--text-body); margin: 0 0 .75rem; font-size: 1rem; }
.play .arrow-link { margin-top: 0; }

/* ---- Werte (Fetish) --------------------------------------------------------------------------- */
.values { border-top: 1px solid var(--line); }
.value {
  display: grid; grid-template-columns: minmax(200px, .9fr) 1.6fr;
  gap: 1rem 3rem; padding: 2.1rem 0;
  border-bottom: 1px solid var(--line);
}
.value h3 { margin: 0; }
.value p { margin: 0; }

/* ---- Wissen ------------------------------------------------------------------------------------- */
.page-head { padding-block: clamp(4rem, 8vw, 6rem) clamp(2rem, 4vw, 3rem); }
.page-head .lead { font-size: 1.2rem; max-width: 52ch; }
.dodont {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin-top: clamp(2.25rem, 4vw, 3rem);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.dodont > div {
  padding-block: clamp(1.5rem, 3vw, 2rem);
}
.dodont .do { padding-right: clamp(1.5rem, 4vw, 3rem); }
.dodont .dont {
  padding-left: clamp(1.5rem, 4vw, 3rem);
  border-left: 1px solid var(--line);
}
.dodont strong { display: block; color: var(--text); font-size: 1.08rem; }
.dodont ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.dodont li {
  display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: .8rem;
  align-items: start; margin-bottom: .75rem; font-size: 1rem; line-height: 1.5;
}
.dodont li:last-child { margin-bottom: 0; }
.dodont li::before {
  content: ""; width: 8px; height: 2px; margin-top: .7em;
  background: var(--accent-text);
}
.dodont .dont li::before { background: var(--text-dim); }

/* ---- Wissen-Hub: Themenkarten ------------------------------------------------------ */
.wissen-group { margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.wissen-group > h2 { margin-bottom: 1.25rem; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.topic-card {
  display: flex; flex-direction: column;
  background: var(--bg-panel);
  border: 1px solid var(--line); border-radius: var(--r-card);
  overflow: hidden; text-decoration: none;
  transition: transform .3s var(--ease), border-color .3s;
  box-shadow: inset 0 1px 0 var(--gloss);
}
.topic-card:hover { transform: translateY(-3px); border-color: var(--text-dim); }
.topic-card figure { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; border-bottom: 1px solid var(--line); }
.topic-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform .5s var(--ease); }
.topic-card:hover img { transform: scale(1.04); }
.topic-card-body { padding: 1.15rem 1.3rem 1.35rem; }
.topic-card h3 { color: var(--text); margin-bottom: .3em; font-size: 1.28rem; }
.topic-card p { color: var(--text-body); font-size: .95rem; margin: 0 0 .7rem; }
.topic-card .arrow-link { margin-top: 0; }

/* ---- Wissen: Themenseiten ----------------------------------------------------------- */
.crumb { display: inline-block; margin-bottom: 1.1rem; color: var(--text-dim); text-decoration: none; font-size: .95rem; }
.crumb:hover { color: var(--text); }
.media.ratio-219 { aspect-ratio: 21 / 9; }
.topic-layout--with-toc {
  display: grid;
  grid-template-areas: "article toc";
  grid-template-columns: minmax(0, 72ch) minmax(220px, 260px);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
  padding-top: clamp(3rem, 5vw, 4.5rem);
}
.topic-layout--with-toc .topic-article { grid-area: article; min-width: 0; }
.topic-toc {
  grid-area: toc;
  position: sticky;
  top: calc(var(--nav-h) + 1.5rem);
  margin-top: 0;
  padding-left: 1.35rem;
  border-left: 1px solid var(--line);
}
.topic-toc-label {
  display: block;
  margin-bottom: .9rem;
  color: var(--text);
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.topic-toc-disclosure summary { display: none; }
.topic-toc-disclosure:not([open]) > ol { display: grid; }
.topic-toc ol { display: grid; gap: .72rem; margin: 0; padding: 0; list-style: none; }
.topic-toc li { margin: 0; }
.topic-toc a {
  display: block;
  color: var(--text-dim);
  font-size: 1.0625rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s, transform .2s;
}
.topic-toc a:hover,
.topic-toc a:focus-visible { color: var(--accent-text); transform: translateX(3px); }
.topic-toc-subitem a {
  padding-left: .75rem;
  color: var(--text-dim);
  font-size: 1.0625rem;
}
.topic-toc-subitem a::before { content: "- "; color: var(--accent-text); }
.topic-article { max-width: 72ch; }
.topic-article [id] { scroll-margin-top: calc(var(--nav-h) + 1.5rem); }
.topic-article h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 2.4rem; }
.topic-article h2:first-child { margin-top: 0; }
.topic-article ul { padding-left: 1.2rem; margin: 0 0 1em; }
.topic-article li { margin-bottom: .45rem; }
.gloss-spectrum,
.gloss-effect {
  margin: 2.5rem 0 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gloss-spectrum figcaption,
.gloss-effect figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.gloss-spectrum figcaption strong,
.gloss-effect figcaption strong { color: var(--text); font-size: 1rem; font-weight: 800; }
.gloss-spectrum figcaption span,
.gloss-effect figcaption span { color: var(--text-dim); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.gloss-generated-media {
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  background: #0d0c10;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px 7px 0 0;
}
.gloss-generated-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gloss-image-key { display: grid; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.gloss-image-key--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gloss-image-key--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gloss-image-key > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  min-width: 0;
  padding: .9rem 1rem;
  border-right: 1px solid var(--line);
}
.gloss-image-key > div:last-child { border-right: 0; }
.gloss-image-key span { color: var(--accent-text); font-size: .75rem; font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.gloss-image-key p { display: grid; gap: .12rem; margin: 0; }
.gloss-image-key strong { color: var(--text); font-size: .9rem; }
.gloss-image-key small { color: var(--text-dim); font-size: .875rem; line-height: 1.45; }
.gloss-spectrum-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #0d0c10;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
}
.gloss-level {
  display: grid;
  min-width: 0;
  gap: 1rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.gloss-level:last-child { border-right: 0; }
.gloss-level-surface {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse at 12% 92%, rgba(255, 255, 255, .08), transparent 38%),
    linear-gradient(106deg, #070709 0 16%, #1e1c22 34%, #09090b 52%, #29262e 72%, #08080a 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, .48), 0 14px 24px rgba(0, 0, 0, .24);
}
.gloss-level-surface::before,
.gloss-level-surface::after,
.gloss-level-surface > span { content: ""; position: absolute; inset: -18% 33% -18% 31%; transform: rotate(17deg); }
.gloss-level-surface > span {
  inset: 0;
  background: linear-gradient(99deg, transparent 0 28%, rgba(255, 255, 255, .04) 43%, transparent 58% 100%);
  transform: none;
}
.gloss-level--matte .gloss-level-surface::before { background: rgba(255, 255, 255, .13); filter: blur(24px); }
.gloss-level--matte .gloss-level-surface::after {
  inset: 0;
  background: repeating-radial-gradient(circle at 48% 45%, rgba(255, 255, 255, .025) 0 1px, transparent 1px 5px);
  transform: none;
}
.gloss-level--satin .gloss-level-surface::before { background: rgba(255, 255, 255, .42); filter: blur(12px); }
.gloss-level--satin .gloss-level-surface::after { inset: -18% 58% -18% 29%; background: rgba(255, 255, 255, .28); filter: blur(5px); }
.gloss-level--high .gloss-level-surface::before {
  inset: -18% 54% -18% 35%;
  background: rgba(255, 255, 255, .88);
  filter: blur(2px);
  box-shadow: 22px 0 18px rgba(255, 255, 255, .18);
}
.gloss-level--high .gloss-level-surface::after {
  inset: 8% 16% 49% 57%;
  background: linear-gradient(95deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .82), rgba(255, 255, 255, .06));
  border-radius: 50%;
  filter: blur(1px);
  transform: rotate(14deg);
}
.gloss-level-copy { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; }
.gloss-level-copy > span { color: var(--accent-text); font-size: .7rem; font-weight: 800; line-height: 1.45; }
.gloss-level-copy > div { display: grid; gap: .15rem; }
.gloss-level-copy strong { color: var(--text); font-size: .9rem; }
.gloss-level-copy small { color: var(--text-dim); font-size: .75rem; line-height: 1.4; }
.gloss-effect { padding-bottom: 1rem; }
.gloss-effect-diagram {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: #0d0c10;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
}
.gloss-effect-panel { min-width: 0; padding: 1rem; }
.gloss-effect-panel + .gloss-effect-panel { border-left: 1px solid rgba(255, 255, 255, .1); }
.gloss-effect-head { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-bottom: .85rem; }
.gloss-effect-head strong { color: var(--text); font-size: .82rem; }
.gloss-effect-head small { color: var(--text-dim); font-size: .64rem; text-transform: uppercase; }
.gloss-effect-field {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    #111015;
  background-size: 24px 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
}
.gloss-effect-material {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background:
    radial-gradient(ellipse at 38% 8%, rgba(255, 255, 255, .18), transparent 23%),
    linear-gradient(112deg, #16151a, #050506 45%, #26232b 74%, #08080a);
  box-shadow: inset 0 8px 12px rgba(255, 255, 255, .035);
}
.gloss-effect-panel--dry .gloss-effect-material {
  clip-path: polygon(0 9%, 9% 2%, 19% 11%, 30% 4%, 42% 12%, 54% 3%, 65% 10%, 76% 1%, 88% 9%, 100% 3%, 100% 100%, 0 100%);
}
.gloss-effect-film {
  position: absolute;
  right: 0;
  bottom: 42%;
  left: 0;
  height: 4px;
  background: var(--accent);
  box-shadow: 0 -2px 12px rgba(239, 71, 111, .32);
}
.gloss-effect-ray {
  position: absolute;
  z-index: 2;
  bottom: 38%;
  width: 2px;
  height: 42%;
  background: linear-gradient(to top, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0));
  transform-origin: bottom center;
}
.gloss-effect-ray--one { left: 36%; transform: rotate(-29deg); }
.gloss-effect-ray--two { left: 50%; transform: rotate(-4deg); }
.gloss-effect-ray--three { left: 63%; transform: rotate(25deg); }
.gloss-effect-ray--clean {
  left: 52%;
  width: 9px;
  height: 55%;
  background: linear-gradient(to top, rgba(255, 255, 255, .92), rgba(255, 255, 255, .05) 62%, transparent);
  box-shadow: 0 0 13px rgba(255, 255, 255, .28);
  transform: rotate(18deg);
}
.gloss-effect-field-label {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, .42);
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
}
.gloss-effect-field-label--light { top: .65rem; left: .7rem; }
.gloss-effect-field-label--latex { right: .7rem; bottom: .6rem; color: rgba(255, 255, 255, .6); }
.gloss-effect-copy { display: grid; gap: .2rem; margin-top: .75rem; }
.gloss-effect-copy strong { color: var(--text); font-size: .82rem; }
.gloss-effect-copy small { color: var(--text-dim); font-size: .74rem; line-height: 1.4; }
.gloss-effect-foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  color: var(--text-dim);
  font-size: .875rem;
}
.gloss-effect-foot span { display: inline-flex; align-items: center; gap: .45rem; }
.gloss-effect-foot i { width: 20px; height: 3px; background: var(--accent); }
.gloss-effect-foot a { color: var(--text); font-weight: 700; text-decoration: none; }
.gloss-effect-foot a:hover { color: var(--accent-text); }
.latex-palette {
  margin: 2rem 0 2.6rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.latex-palette-group + .latex-palette-group { margin-top: 1.5rem; }
.latex-palette h3 {
  margin: 0 0 .7rem;
  color: var(--text);
  font-size: 1rem;
}
.topic-article .latex-swatches {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic-article .latex-swatch {
  display: grid;
  min-width: 0;
  gap: .4rem;
  margin: 0;
}
.latex-swatch-color {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--swatch);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .18);
}
.latex-swatch-color.is-translucent {
  background:
    linear-gradient(var(--swatch), var(--swatch)),
    repeating-conic-gradient(#e3e1e5 0 25%, #9d99a2 0 50%) 0 / 16px 16px;
}
.latex-swatch-color.is-metallic::after {
  content: "";
  position: absolute;
  top: -35%;
  left: 56%;
  width: 18%;
  height: 170%;
  background: rgba(255, 255, 255, .38);
  transform: rotate(22deg);
}
.latex-swatch-color.is-neon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .48), 0 0 18px color-mix(in srgb, var(--swatch) 32%, transparent);
}
.latex-swatch-name {
  overflow-wrap: anywhere;
  color: var(--text-body);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
}
.latex-palette-note {
  margin: 1.2rem 0 0;
  color: var(--text-dim);
  font-size: .9rem;
  line-height: 1.45;
}
.drone-mask-guide { margin: 1.5rem 0 2rem; border-radius: 8px; }
.drone-mask-guide img { height: auto; object-fit: contain; }
.media .drone-mask-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  padding: .65rem .8rem .7rem;
  text-align: center;
}
.drone-mask-labels strong {
  min-width: 0;
  color: var(--text);
  font-size: .875rem;
  line-height: 1.25;
}
.drone-anatomy-layout {
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
  align-items: start;
  margin: 1.5rem 0 2.4rem;
}
.drone-anatomy-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #08080a;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.drone-anatomy-visual img { display: block; width: 100%; height: auto; }
.drone-anatomy-marker {
  --leader: 40px;
  position: absolute;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--on-accent);
  background: var(--accent);
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
  font-size: .72rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.drone-anatomy-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2px);
  width: var(--leader);
  height: 5px;
  background:
    linear-gradient(rgba(255, 255, 255, .58), rgba(255, 255, 255, .58)) right center / calc(100% - 4px) 1px no-repeat,
    radial-gradient(circle, var(--accent) 0 2px, transparent 2.5px) left center / 5px 5px no-repeat;
  transform: translateY(-50%);
}
.drone-anatomy-marker.marker-1 { --leader: 43px; top: 12.5%; left: 67%; }
.drone-anatomy-marker.marker-2 { --leader: 38px; top: 21.5%; left: 65%; }
.drone-anatomy-marker.marker-3 { --leader: 55px; top: 29.5%; left: 69%; }
.drone-anatomy-marker.marker-4 { --leader: 77px; top: 42.5%; left: 76%; }
.drone-anatomy-marker.marker-5 { --leader: 36px; top: 53.5%; left: 84%; }
.drone-anatomy-marker.marker-6 { --leader: 37px; top: 89%; left: 73%; }
.topic-article .drone-anatomy-key {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic-article .drone-anatomy-key li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .7rem;
  margin: 0;
  padding: .78rem 0;
  border-bottom: 1px solid var(--line);
}
.drone-anatomy-key > li > span {
  color: var(--accent-text);
  font-size: .72rem;
  font-weight: 800;
}
.drone-anatomy-key strong { display: block; color: var(--text); }
.drone-anatomy-key p { margin: .18rem 0 0; font-size: .9rem; line-height: 1.5; }
.drone-transformation {
  overflow: hidden;
  margin: 1.3rem 0 2.4rem;
  background: #08080a;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.drone-transformation img { display: block; width: 100%; height: auto; }
.drone-phase-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.drone-phase-labels span {
  display: grid;
  gap: .12rem;
  min-width: 0;
  padding: .62rem .35rem;
  color: var(--text-body);
  font-size: .85rem;
  line-height: 1.2;
  text-align: center;
}
.drone-phase-labels strong { color: var(--accent-text); font-size: .75rem; }
.drone-unit-id {
  overflow: hidden;
  margin: 1.2rem 0 1.4rem;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.drone-unit-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: .9rem 1rem;
  border-bottom: 1px solid var(--line);
}
.drone-unit-head > span:first-child {
  color: var(--text-dim);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.drone-unit-head > strong { color: var(--text); font-family: var(--font-display); font-size: 1.3rem; }
.drone-unit-status {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: .4rem;
  color: var(--accent-text);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.drone-unit-status::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 9px color-mix(in srgb, var(--accent) 70%, transparent);
}
.drone-unit-id dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.drone-unit-id dl div { padding: .78rem 1rem; border-bottom: 1px solid var(--line); }
.drone-unit-id dl div:nth-child(odd) { border-right: 1px solid var(--line); }
.drone-unit-id dl div:nth-last-child(-n + 2) { border-bottom: 0; }
.drone-unit-id dt { color: var(--text-dim); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.drone-unit-id dd { margin: .16rem 0 0; color: var(--text); font-size: .9rem; overflow-wrap: anywhere; }
.steps { display: grid; gap: 1.15rem; margin: 1.5rem 0; }
.step { border-left: 2px solid var(--accent); padding: .2rem 0 .2rem 1.35rem; }
.step h3 { font-size: 1.15rem; margin: 0 0 .25em; }
.step p { margin: 0; font-size: 1rem; }
.related { margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 2rem; border-top: 1px solid var(--line); }
.related > h2 { font-size: 1.4rem; margin-bottom: 1rem; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }

/* ---- CTA-Band -------------------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(168deg, var(--bg-raise), var(--bg-panel));
  border: 1px solid var(--line); border-radius: calc(var(--r-card) + 6px);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  box-shadow: inset 0 1px 0 var(--gloss);
}
.cta-band::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 380px at 88% 0%, rgba(239, 71, 111, .12), transparent 60%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band .actions { margin-top: 1.6rem; }

/* ---- Footer ------------------------------------------------------------------------------------------ */
.site-foot { border-top: 1px solid var(--line); background: var(--bg-raise); padding-block: 3.5rem 2.25rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.foot-brand .brand { font-size: 1.05rem; }
.foot-brand p { font-size: .98rem; margin-top: .9rem; max-width: 30ch; }
.foot-col strong { display: block; color: var(--text); font-size: .98rem; margin-bottom: .8rem; }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col a {
  display: inline-block; padding: .28rem 0;
  color: var(--text-body); text-decoration: none; font-size: .96rem;
}
.foot-col a:hover { color: var(--text); }
.legal-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--line);
  margin-top: 2.75rem; padding-top: 1.5rem;
  font-size: .875rem; color: var(--text-dim);
}
.legal-row p { margin: 0; }

/* ---- Rechtstexte ---------------------------------------------------------------------------------------- */
.prose { max-width: 70ch; padding-block: clamp(3rem, 6vw, 5rem); }
.prose h1 { font-size: clamp(2.2rem, 4vw, 3rem); }
.prose h2 { font-size: 1.4rem; margin-top: 2.2rem; }
.prose ul { padding-left: 1.2rem; margin: 0 0 1em; }
.prose li { margin-bottom: .4rem; }
.notice {
  border: 1px dashed var(--line); border-radius: var(--r-card);
  padding: 1rem 1.3rem; color: var(--text-dim); font-size: .95rem;
  margin-bottom: 2rem;
}

/* ---- Responsive -------------------------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; padding-block: 4.5rem 3rem; }
  .hero { min-height: 0; }
  .hero-media .media.ratio-45 { aspect-ratio: 16 / 10; }
  .hero--home { min-height: calc(100svh - var(--nav-h) - 18px); }
  .hero-home-copy {
    min-height: calc(100svh - var(--nav-h) - 18px); max-width: 540px;
    padding-block: 6rem 3.5rem; justify-content: flex-end;
  }
  .hero-scene-blur { display: none; }
  .hero-scene-sharp {
    width: 100%; object-position: center 24%;
    -webkit-mask-image: none; mask-image: none;
  }
  .hero-scene::after {
    background: linear-gradient(0deg, rgba(12, 11, 14, .98) 4%, rgba(12, 11, 14, .76) 48%, rgba(12, 11, 14, .18) 84%);
  }
  .duo { grid-template-columns: 1fr; }
  .duo.flip .duo-media { order: 0; }
  .photo-scene-copy, .photo-scene--end .photo-scene-copy {
    display: flex; flex-direction: column; justify-content: flex-end;
    min-height: var(--copy-min-m, 78vh); max-width: 540px; margin-left: 0;
    padding-block: var(--copy-top-m, 16rem) 1rem;
  }
  .photo-scene-media img {
    object-position: var(--scene-pos-m, 58% 18%);
    transform: translate(var(--scene-shift-x-m, 0), var(--scene-shift-y-m, 0)) scale(var(--scene-zoom-m, 1));
  }
  .photo-scene-media::after, .photo-scene--end .photo-scene-media::after {
    background: linear-gradient(0deg, rgba(12, 11, 14, .97) 6%, rgba(12, 11, 14, .82) 42%, rgba(12, 11, 14, .12) 82%);
  }
  .photo-scene--copy-high .photo-scene-copy { padding-top: 6rem; }
  .photo-scene--copy-high .photo-scene-media::after {
    background: linear-gradient(0deg, rgba(12, 11, 14, .97) 10%, rgba(12, 11, 14, .84) 55%, rgba(12, 11, 14, .5) 100%);
  }
  .value-principles { grid-template-columns: 1fr; }
  .principle, .principle:first-child, .principle:last-child {
    padding: 1.5rem 0; border-left: 0; border-bottom: 1px solid var(--line);
  }
  .principle:last-child { border-bottom: 0; }
  .community-grid { grid-template-columns: 1fr; }
  .senses { grid-template-columns: 1fr; gap: 2.25rem; }
  .moments { grid-template-columns: 1fr; gap: 2.25rem; }
  .play-split { grid-template-columns: 1fr; }
  .knowledge-preview-head { grid-template-columns: minmax(0, 1fr) minmax(240px, .75fr); }
  .knowledge-preview-head .btn { grid-column: 1 / -1; justify-self: start; }
  .knowledge-preview-grid { grid-template-columns: 1fr; }
  .knowledge-feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .knowledge-index-row { padding-left: 0; }
  .play-split .media img { flex: none; aspect-ratio: 3 / 2; }
  .designer-index { grid-template-columns: 1fr; }
  .latex-for-all-grid { grid-template-columns: 1fr; }
  .latex-for-all h2 { max-width: 16ch; }
  .wardrobe-head { grid-template-columns: 1fr; gap: 1.25rem; }
  .wardrobe-head h2 { max-width: 14ch; }
  .wardrobe-grid {
    grid-template-columns: minmax(240px, .7fr) 1.3fr;
    gap: clamp(2rem, 5vw, 4rem);
  }
  .value { grid-template-columns: 1fr; gap: .4rem; padding: 1.6rem 0; }
  .dodont { grid-template-columns: 1fr; }
  .dodont .do { padding-right: 0; }
  .dodont .dont { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .insider-wall { grid-template-columns: repeat(2, 1fr); }
  .insider-tile:first-child h3 { font-size: 1.35rem; }
  .media.ratio-219 { aspect-ratio: 16 / 10; }
  .topic-layout--with-toc { grid-template-areas: "toc" "article"; grid-template-columns: minmax(0, 1fr); gap: 1.6rem; padding-top: clamp(2rem, 6vw, 3rem); }
  .topic-toc {
    position: static;
    margin: 0;
    padding: 1rem 0;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }
  .topic-toc-label { display: none; }
  .topic-toc-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--text);
    font-size: 1.0625rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .topic-toc-disclosure summary::-webkit-details-marker { display: none; }
  .topic-toc-disclosure summary::after {
    content: "+";
    color: var(--accent-text);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
  }
  .topic-toc-disclosure[open] summary::after { content: "-"; }
  .topic-toc-disclosure:not([open]) > ol { display: none; }
  .topic-toc ol { display: grid; gap: .65rem; padding-top: .9rem; overflow: visible; }
  .topic-toc li { min-width: 0; }
  .topic-toc a { white-space: normal; }
  .topic-toc a:hover,
  .topic-toc a:focus-visible { transform: none; }
  .related-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .gateway { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .gate { min-height: clamp(360px, 52vh, 460px); }
}
@media (max-width: 840px) {
  .site-head .container { gap: .4rem; }
  .brand { margin-right: auto; }
  .site-search { order: 2; }
  .site-search-toggle,
  .site-search-toggle:hover,
  .site-search.is-open .site-search-toggle {
    background: transparent;
    border-color: transparent;
  }
  .site-search-panel {
    position: fixed;
    top: calc(var(--nav-h) + .5rem);
    right: 1rem;
    left: 1rem;
    width: auto;
  }
  .wardrobe-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .wardrobe-photo {
    max-width: none; aspect-ratio: 1 / 1;
  }
  .menu {
    order: 5;
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    display: none; flex-direction: column; align-items: flex-start;
    gap: .25rem; padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
    background: var(--bg-raise); border-bottom: 1px solid var(--line);
  }
  .menu.open { display: flex; }
  .menu li { width: 100%; }
  .menu a:not(.btn) { display: block; padding: .65rem 0; font-size: 1.05rem; }
  .menu .btn { margin-top: .75rem; }
  .menu-btn { display: inline-flex; order: 4; }
  .head-discord {
    display: inline-flex;
    order: 3;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (hover: hover) and (min-width: 841px) {
  .site-search:hover .site-search-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-search-panel,
  .site-search-toggle { transition: none; }
}
@media (max-width: 560px) {
  .knowledge-preview-head { grid-template-columns: 1fr; gap: 1rem; }
  .knowledge-preview-head .btn { grid-column: auto; }
  .knowledge-feature { grid-template-columns: 1fr; padding: 1rem 0 1.4rem; }
  .knowledge-feature figure { aspect-ratio: 16 / 10; }
  .knowledge-feature-body { padding: 1.1rem 0 0; }
  .knowledge-index-row { grid-template-columns: 30px minmax(0, 1fr) auto; padding-block: 1rem; }
  .topic-article .latex-swatches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gloss-spectrum figcaption,
  .gloss-effect figcaption { align-items: flex-start; }
  .gloss-image-key > div { gap: .4rem; padding: .75rem; }
  .gloss-image-key--three > div { grid-template-columns: 1fr; }
  .gloss-image-key--three small { display: none; }
  .gloss-image-key--two > div { grid-template-columns: 1fr; }
  .gloss-spectrum-grid { grid-template-columns: 1fr; }
  .gloss-level { grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 1rem; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .gloss-level:last-child { border-bottom: 0; }
  .gloss-effect-diagram { grid-template-columns: 1fr; }
  .gloss-effect-panel + .gloss-effect-panel { border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
  .gloss-effect-field { aspect-ratio: 2 / 1; }
  .gloss-effect-foot { align-items: flex-start; flex-direction: column; }
  .media .drone-mask-labels { gap: .3rem; padding-inline: .45rem; }
  .drone-mask-labels strong { font-size: .875rem; }
  .drone-anatomy-layout { grid-template-columns: 1fr; gap: .9rem; }
  .topic-article .drone-anatomy-key li { padding-block: .65rem; }
  .drone-phase-labels span { padding-inline: .15rem; font-size: .75rem; }
  .drone-unit-head { grid-template-columns: 1fr auto; gap: .35rem .75rem; }
  .drone-unit-head > span:first-child { grid-column: 1 / -1; }
  .drone-unit-head > strong { font-size: 1.15rem; }
  .age-gate-controls, .age-gate-confirm-actions { grid-template-columns: 1fr; }
  .age-gate .btn { width: 100%; }
  .latex-for-all h2 { font-size: 1.75rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .facts { gap: 1.25rem; }
  .actions .btn { flex: 1 1 auto; }
  .wardrobe-item { grid-template-columns: 1fr; gap: .35rem; }
  .topic-grid { grid-template-columns: 1fr; gap: .75rem; }
  .insider-wall { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .insider-tile:first-child { grid-column: span 2; grid-row: auto; aspect-ratio: 16 / 10; }
  .insider-tile-body { padding: .65rem .75rem .75rem; }
  .insider-tile h3 { font-size: .98rem; }
  .insider-tile:first-child h3 { font-size: 1.3rem; }
  .insider-tile-body > p { font-size: .74rem; }
  .insider-links { gap: .35rem; margin-top: .5rem; }
  .insider-links .btn-sm { padding: .3rem .7rem; font-size: .72rem; }
  .play-tiles { gap: .6rem; }
  .play-tile-body { padding: .6rem .75rem .7rem; }
  .play-tile h3 { font-size: 1rem; }
  .play-tile p { display: none; }
  .topic-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    height: 138px;
  }
  .topic-card figure {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    aspect-ratio: auto;
    border-bottom: 0;
    border-left: 1px solid var(--line);
  }
  .topic-card-body {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    padding: .55rem .9rem;
  }
  .topic-card p { margin-bottom: .35rem; }
  .topic-card h3 { font-size: 1.08rem; }
  .topic-card p { font-size: .875rem; line-height: 1.4; margin-bottom: .45rem; }
  .topic-card .arrow-link { font-size: .875rem; }
  .gate { min-height: 38vh; padding: 1.75rem 1.5rem; align-items: center; }
  .gate h2 { font-size: 1.9rem; }
  .gate p { font-size: .95rem; }
  .gate .btn { margin-top: 1.1rem; }
}
@media (max-width: 360px) {
  .head-discord { display: none; }
}

/* ---- Reduzierte Bewegung -------------------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; width: auto; flex-wrap: wrap; }
  .marquee-track ul { flex-wrap: wrap; }
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .btn, .gateway, .gate, .gate::before, .play, .starter-link, .menu-btn span, .insider-tile img, .play-tile img { transition: none; }
  .btn:hover, .btn:active, .play:hover { transform: none; }
  .starter-link > span { transition: none; }
  .starter-link:hover > span:first-child, .starter-link:hover > span:last-child { transform: none; }
  .btn-primary::before { display: none; }
  .gate::after, .card-discord::after { display: none; }
  .channel-row { transition: none; }
  .channel-row:hover { padding-left: 0; }
}
