/* =========================================================
   BDSM-SPIELE.COM — Tube V2
   Mobile-first, burgundy on white, leather/studded accents
   ========================================================= */

:root {
  --bg: #ffffff;
  --bg-alt: #f6f3f0;        /* warm off-white */
  --paper: #ffffff;
  --ink: #15110f;
  --ink-soft: #4a3f3a;
  --ink-mute: #8a7d76;
  --border: #d9cfc7;
  --border-soft: #e9e1d9;

  /* Burgundy palette (sampled from original site banner) */
  --burgundy: #5a1018;
  --burgundy-2: #7a1820;
  --burgundy-3: #8b1a25;
  --burgundy-hi: #b22a37;     /* highlight on metallic strip */
  --burgundy-deep: #3a0a10;
  --burgundy-ink: #f7e9da;    /* cream text on burgundy */
  --leather-shadow: rgba(40, 6, 10, 0.5);

  --steel-1: #d8d3cc;
  --steel-2: #a8a097;
  --steel-3: #5e564d;

  --ad-bg: #fafafa;
  --ad-border: #d9cfc7;
  --ad-label: #b3a89f;

  --r-sm: 2px;
  --r-md: 3px;
  --r-lg: 4px;     /* very low — eckiger, ledriger Look */

  --shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 2px 10px rgba(0,0,0,0.10);
  --shadow-leather: inset 0 1px 0 rgba(255,255,255,0.12),
                    inset 0 -8px 18px rgba(0,0,0,0.35),
                    inset 0 0 0 1px rgba(0,0,0,0.4);

  --header-h: 56px;
  --bottombar-h: 56px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  padding-bottom: var(--bottombar-h); /* room for mobile bottom nav */
}

a { color: var(--burgundy); text-decoration: none; }
a:hover { color: var(--burgundy-3); }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ---------- shell ---------- */
.shell { max-width: 1280px; margin: 0 auto; padding: 0 12px; }
@media (min-width: 768px) { .shell { padding: 0 16px; } }

/* ---------- decorative studded strip (the metal-leather seam) ---------- */
.stud-strip {
  height: 18px;
  background:
    radial-gradient(circle at 12px 50%, #f0ece3 0 3px, #888 3.5px 5px, transparent 5.5px),
    radial-gradient(circle at 36px 50%, #f0ece3 0 3px, #888 3.5px 5px, transparent 5.5px),
    linear-gradient(180deg, #1a1a1a 0%, #3a3a3a 40%, #1a1a1a 100%);
  background-size: 24px 100%, 24px 100%, 100% 100%;
  background-position: 0 0, 12px 0, 0 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),
              inset 0 -1px 0 rgba(0,0,0,0.5),
              0 2px 6px rgba(0,0,0,0.25);
  position: relative;
}
.stud-strip::before, .stud-strip::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 14px;
  background: linear-gradient(90deg, #777, #ddd 40%, #777);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),
              inset 0 -1px 0 rgba(0,0,0,0.5);
}
.stud-strip::before { left: 0; clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%); }
.stud-strip::after  { right: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%); }

/* ---------- mobile header ---------- */
.topbar {
  background: var(--burgundy-deep);
  color: var(--burgundy-ink);
  font-size: 11px;
  display: none;
}
@media (min-width: 768px) {
  .topbar { display: block; }
  .topbar .shell {
    display: flex; justify-content: space-between; align-items: center;
    height: 28px;
  }
  .topbar a { color: rgba(247,233,218,0.75); }
  .topbar a:hover { color: #fff; }
  .topbar .row { display: flex; gap: 14px; align-items: center; }
}

.header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 30;
}
.header .shell {
  display: flex; align-items: center; gap: 10px;
  height: var(--header-h);
}

.menu-btn {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-md);
  color: var(--burgundy);
}
.menu-btn:active { background: var(--bg-alt); }
@media (min-width: 1024px) { .menu-btn { display: none; } }

.menu-btn svg { width: 22px; height: 22px; }

/* Brand wordmark — chromed/embossed approximation */
.brand {
  display: inline-flex; align-items: center; gap: 0;
  font-family: "Arial Black", "Helvetica Neue", Impact, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(180deg,
    #fff5e6 0%,
    #c9a373 20%,
    #6b3a1a 45%,
    #f6e1bf 55%,
    #c9a373 70%,
    #6b3a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px #2a0708;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.4));
  flex: 1;
  text-align: center;
  padding: 0 4px;
  white-space: nowrap;
}
.brand .dot { color: var(--burgundy); -webkit-text-stroke: 0; background: none; filter:none; }
@media (min-width: 480px) { .brand { font-size: 20px; text-align: left; flex: 0; } }
@media (min-width: 768px) { .brand { font-size: 24px; } }

.search-btn, .account-btn {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  border-radius: var(--r-md);
}
.search-btn svg, .account-btn svg { width: 22px; height: 22px; }
.search-btn:active, .account-btn:active { background: var(--bg-alt); }

/* full-width search input — appears on tablet+, hidden on phone */
.search {
  display: none;
  flex: 1;
  max-width: 520px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}
.search input {
  flex: 1; border: 0; outline: 0; padding: 10px 14px;
  font-size: 14px; background: transparent;
  width: 100%;
}
.search button {
  background: var(--burgundy); color: #fff;
  padding: 0 16px; font-weight: 700; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.search button:hover { background: var(--burgundy-3); }
@media (min-width: 768px) {
  .search { display: flex; }
  .search-btn { display: none; }
}

.cta-row { display: none; gap: 6px; }
@media (min-width: 1024px) { .cta-row { display: flex; } }

.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  border-radius: var(--r-md);
  font-size: 13px; font-weight: 700;
  border: 1px solid var(--border);
  background: #fff; color: var(--ink);
  white-space: nowrap;
  min-height: 36px;
}
.btn:hover { border-color: var(--burgundy); color: var(--burgundy); }
.btn.primary {
  background: var(--burgundy);
  color: #fff;
  border-color: var(--burgundy);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),
              inset 0 -2px 4px rgba(0,0,0,0.3);
}
.btn.primary:hover { background: var(--burgundy-3); border-color: var(--burgundy-3); color: #fff; }

/* ---------- mobile bottom nav ---------- */
.bottombar {
  position: fixed; left: 0; right: 0; bottom: 0;
  height: var(--bottombar-h);
  background: var(--burgundy-deep);
  display: flex;
  z-index: 40;
  border-top: 1px solid var(--burgundy);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
}
.bottombar a {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  color: rgba(247,233,218,0.7);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bottombar a svg { width: 22px; height: 22px; }
.bottombar a.active, .bottombar a:hover { color: #fff; }
.bottombar a.active { background: rgba(255,255,255,0.05); }
@media (min-width: 1024px) {
  .bottombar { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- drawer (mobile sidebar) ---------- */
.drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 50;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed; left: 0; top: 0; bottom: 0;
  width: 280px;
  background: #1a0a0c;
  color: var(--burgundy-ink);
  z-index: 51;
  transform: translateX(-100%);
  transition: transform 0.25s ease-out;
  overflow-y: auto;
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.drawer-head .x {
  width: 36px; height: 36px; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.drawer-section-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 14px 16px 6px;
  color: rgba(247,233,218,0.5);
}

/* ---------- sidebar nav (leather buttons) ---------- */
.cat-nav {
  display: flex; flex-direction: column;
  gap: 6px;
  padding: 4px 12px 14px;
}
.cat-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background:
    linear-gradient(180deg, var(--burgundy-3) 0%, var(--burgundy) 50%, var(--burgundy-deep) 100%);
  color: var(--burgundy-ink);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-leather);
  position: relative;
  min-height: 44px;
}
.cat-nav a::before {
  content: "";
  position: absolute;
  left: 6px; top: 50%; transform: translateY(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #f3e7d2 0%, #b9a17b 60%, #5a4429 100%);
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.cat-nav a:hover, .cat-nav a.active {
  color: #fff;
  background:
    linear-gradient(180deg, var(--burgundy-hi) 0%, var(--burgundy-3) 50%, var(--burgundy) 100%);
}
.cat-nav .count {
  font-size: 11px;
  font-weight: 600;
  color: rgba(247,233,218,0.6);
  font-variant-numeric: tabular-nums;
  text-transform: none;
  letter-spacing: 0;
}

/* desktop sidebar */
.layout { display: block; margin-top: 12px; }
.layout > aside { display: none; }
@media (min-width: 1024px) {
  .layout {
    display: grid;
    grid-template-columns: 316px 1fr;
    gap: 20px;
  }
  .layout > aside { display: block; }
  .layout > aside.right { order: 3; }
  .layout.with-right {
    grid-template-columns: 240px 1fr 300px;
  }
}

/* ---------- hero ---------- */
.hero {
  margin-top: 12px;
  background: #fff;
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
.hero-img {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-img { aspect-ratio: auto; min-height: 280px; }
}
.hero-img image-slot {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-center {
  background: #fff;
  padding: 20px 18px 22px;
  display: flex; flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-center { text-align: left; padding: 28px 30px; }
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 700;
}
.hero h1 {
  margin: 6px 0 10px;
  font-size: 16px; /* Geändert von 24px (2/3) */
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
@media (min-width: 768px) { .hero h1 { font-size: 21.33px; } } /* Geändert von 32px (2/3) */
.hero p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}
.hero-actions {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}
@media (min-width: 768px) { .hero-actions { justify-content: flex-start; } }

/* metallic wordmark banner overlaid on the right hero image */
.hero-mark {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 50%;
  transform: translateY(-50%) rotate(-4deg);
  text-align: center;
  font-family: "Arial Black", "Helvetica Neue", Impact, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(16px, 3.2vw, 30px);
  letter-spacing: 0.04em;
  background: linear-gradient(180deg,
    #fff5e6 0%, #c9a373 22%, #6b3a1a 45%,
    #f6e1bf 55%, #c9a373 70%, #6b3a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.5px #2a0708;
  text-shadow: 0 2px 0 rgba(0,0,0,0.4);
  pointer-events: none;
  z-index: 2;
  padding: 6px 8px;
  display: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hero-mark { display: block; }
}

/* ---------- ads ---------- */
.ad {
  background: var(--ad-bg);
  border: 1px dashed var(--ad-border);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  color: var(--ad-label);
  font-size: 11px;
  font-family: "SF Mono", Menlo, monospace;
  letter-spacing: 0.08em; text-transform: uppercase;
  position: relative; overflow: hidden;
  border-radius: var(--r-md);
}
.ad::before {
  content: "Anzeige";
  position: absolute; top: 4px; right: 6px;
  font-size: 9px; color: var(--ad-label);
  background: rgba(255,255,255,0.7);
  padding: 1px 5px; border-radius: 2px;
}
.ad-pattern {
  background:
    repeating-linear-gradient(135deg, rgba(0,0,0,0.025) 0 8px, transparent 8px 16px),
    var(--ad-bg);
}
.ad-mobile-banner { height: 60px; margin: 14px 0; }       /* 320x50 / 320x100 */
.ad-leaderboard { height: 90px; margin: 14px 0; display: none; }
.ad-billboard { height: 120px; margin: 18px 0; display: none; }
.ad-rect { height: 250px; margin: 12px 0; }
.ad-sky { height: 600px; display: none; }
@media (min-width: 768px) {
  .ad-mobile-banner { display: none; }
  .ad-leaderboard { display: flex; justify-content: center; align-items: center; }
  .ad-billboard { display: flex; justify-content: center; align-items: center; }
}
@media (min-width: 1024px) { .ad-sky { display: flex; justify-content: center; align-items: center; } }

/* sticky bottom ad (mobile) */
.ad-sticky-bottom {
  position: fixed;
  left: 8px; right: 8px;
  bottom: calc(var(--bottombar-h) + 8px);
  height: 60px;
  z-index: 35;
  background: #fff;
  border: 1px solid var(--burgundy);
  border-radius: var(--r-md);
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  display: flex; align-items: center; justify-content: center;
  font-family: "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ad-label);
}
.ad-sticky-bottom::before {
  content: "Anzeige";
  position: absolute; top: 3px; right: 5px;
  font-size: 9px; color: var(--ad-label);
  background: rgba(255,255,255,0.9); padding: 1px 5px;
}
.ad-sticky-bottom .close {
  position: absolute; top: 2px; left: 4px;
  width: 18px; height: 18px; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-mute); font-size: 14px;
}
@media (min-width: 1024px) { .ad-sticky-bottom { display: none; } }

/* ---------- section headers ---------- */
.section { margin: 18px 0; }
.section-head {
  display: flex; align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 2px solid var(--burgundy);
}
.section-head h2 {
  margin: 0; font-size: 10.67px; /* Geändert von 16px (2/3) */
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 12px 6px 0;
  background: #fff;
}
.section-head h2::before {
  content: "";
  display: inline-block;
  width: 6px; height: 16px;
  background: var(--burgundy);
  margin-right: 6px;
}
.section-head h2 .accent { color: var(--burgundy); }
.section-head .more {
  font-size: 12px;
  font-weight: 700;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* horizontal scrollable chip row */
.chip-row {
  display: flex; gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 12px;
  padding-bottom: 4px;
  mask-image: linear-gradient(to right, black 92%, transparent);
}
.chip-row::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: 36px;
  white-space: nowrap;
}
.chip:hover { border-color: var(--burgundy); color: var(--burgundy); }
.chip.active {
  background: var(--burgundy);
  color: #fff;
  border-color: var(--burgundy);
  box-shadow: var(--shadow-leather);
}

/* ---------- video grid (mobile-first) ---------- */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 480px) { .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
@media (min-width: 768px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .grid { grid-template-columns: repeat(4, 1fr); } }

.card { display: block; text-decoration: none; color: var(--ink); }
.card:hover { color: var(--ink); }
.thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #1a0a0c;
  box-shadow: var(--shadow-sm);
}
.thumb img, .thumb svg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb .duration {
  position: absolute; bottom: 6px; right: 6px;
  background: rgba(20,8,10,0.85);
  color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 2px 6px; border-radius: 2px;
  font-variant-numeric: tabular-nums;
}
.thumb .hd {
  position: absolute; top: 6px; left: 6px;
  background: var(--burgundy); color: #fff;
  font-size: 10px; font-weight: 800;
  padding: 2px 6px; border-radius: 2px;
  letter-spacing: 0.06em;
}
.card:hover .thumb { box-shadow: 0 0 0 2px var(--burgundy); }
.card .title {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
}
.card .meta {
  display: flex; justify-content: space-between;
  font-size: 11px; color: var(--ink-mute);
  font-variant-numeric: tabular-nums;
}
.card .meta .rating { color: var(--burgundy); font-weight: 800; }

/* native ad card in grid */
.card.native-ad .thumb {
  background:
    repeating-linear-gradient(135deg, rgba(0,0,0,0.04) 0 8px, transparent 8px 16px),
    #efe9e2;
  display: flex; align-items: center; justify-content: center;
}
.card.native-ad .thumb::after {
  content: "Anzeige · 16:10";
  font-family: "SF Mono", Menlo, monospace;
  color: #998c84;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card.native-ad .title { color: var(--ink-mute); font-style: italic; font-weight: 600; }

/* ---------- category tiles ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 480px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .cat-grid { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1200px) { .cat-grid { grid-template-columns: repeat(6, 1fr); } }

.cat-card { display: block; text-decoration: none; color: inherit; }
.cat-thumb {
  position: relative;
  aspect-ratio: 16 / 11;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #1a0a0c;
  box-shadow: var(--shadow-sm);
}
.cat-thumb img, .cat-thumb svg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 8px 10px;
  background: linear-gradient(180deg,
    rgba(58, 10, 16, 0) 40%,
    rgba(58, 10, 16, 0.92) 100%);
}
.cat-name {
  color: #fff; font-weight: 800; font-size: 13px;
  letter-spacing: 0.02em; line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.cat-count {
  color: rgba(255,255,255,0.85);
  font-size: 11px; font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.cat-card:hover .cat-thumb { box-shadow: 0 0 0 2px var(--burgundy); }

/* ---------- breadcrumbs ---------- */
.crumbs {
  display: flex; gap: 6px; flex-wrap: wrap;
  font-size: 12px; color: var(--ink-mute);
  margin: 12px 0 8px;
}
.crumbs a { color: var(--ink-soft); }
.crumbs .sep { opacity: 0.5; }
.crumbs .current { color: var(--ink); font-weight: 700; }

/* ---------- category page head ---------- */
.cat-head {
  background:
    linear-gradient(180deg, var(--burgundy-3) 0%, var(--burgundy) 70%, var(--burgundy-deep) 100%);
  color: var(--burgundy-ink);
  border-radius: var(--r-md);
  padding: 18px 20px;
  margin: 10px 0 16px;
  box-shadow: var(--shadow-leather);
  display: flex; flex-direction: column; gap: 12px;
}
@media (min-width: 768px) {
  .cat-head { flex-direction: row; align-items: center; justify-content: space-between; }
}
.cat-head h1 {
  margin: 0;
  font-size: 14.67px; /* Geändert von 22px (2/3) */
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.cat-head .desc {
  font-size: 13px;
  color: rgba(247,233,218,0.85);
  margin-top: 4px;
  text-wrap: pretty;
}
/* SEO-Text im roten Kasten: volle Breite nutzen + Überschriften zähmen,
   damit der Kasten auf Desktop flach bleibt statt in die Höhe zu wachsen */
.cat-head > div:first-child { flex: 1 1 auto; min-width: 0; }
.cat-head .desc :is(h1,h2,h3,h4) {
  font-size: 14px; font-weight: 700; line-height: 1.3;
  margin: 0 0 2px; text-transform: none; letter-spacing: 0; color: #fff;
}
.cat-head .desc p { margin: 0 0 4px; }
.cat-head .desc > :first-child { margin-top: 0; }
.cat-head .desc > :last-child  { margin-bottom: 0; }
.cat-stats { display: flex; gap: 16px; }
.cat-stats div { font-size: 11px; color: rgba(247,233,218,0.7); }
.cat-stats b { display: block; color: #fff; font-size: 18px; }

/* Anzahl Videos/Seiten – dezente Zeile unter den Thumbs, vor dem langen Text */
.cat-meta {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--ink-mute);
}

/* lange Kategorie-Beschreibung (unter dem Grid) – hier per CSS anpassbar */
.cat-longdesc {
  margin: 18px 0;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ---------- pagination ---------- */
.pagination {
  display: flex; gap: 4px; justify-content: center;
  margin: 20px 0; flex-wrap: wrap;
}
.pagination a, .pagination span {
  min-width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 13px; font-weight: 700;
  color: var(--ink);
  padding: 0 10px;
}
.pagination a:hover { border-color: var(--burgundy); color: var(--burgundy); }
.pagination .current {
  background: var(--burgundy); color: #fff; border-color: var(--burgundy);
  box-shadow: var(--shadow-leather);
}
.pagination .gap { border: 0; color: var(--ink-mute); }

/* ---------- footer ---------- */
.footer {
  background: #15080a;
  color: rgba(247,233,218,0.75);
  margin-top: 24px;
  padding-top: 22px;
  border-top: 4px solid var(--burgundy);
}
.footer .shell { padding-bottom: 22px; }
.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 6px 0 18px;
}
@media (min-width: 480px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-cols { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.footer h4 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 4px 0; font-size: 13px; }
.footer ul a { color: rgba(247,233,218,0.6); }
.footer ul a:hover { color: #fff; }
.footer .legal {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
  display: flex; justify-content: space-between;
  font-size: 11px; color: rgba(247,233,218,0.4);
  flex-wrap: wrap; gap: 8px;
}
.footer .age {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 8px; border: 1px solid var(--burgundy-hi);
  border-radius: 2px;
  color: #fff; font-weight: 800; font-size: 11px;
  background: var(--burgundy);
}

/* ---------- player page ---------- */
.player-wrap {
  background: #000;
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}
.player-wrap iframe,
.player-wrap .player-fallback {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}
.player-fallback {
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  color: rgba(247,233,218,0.8);
  background: radial-gradient(ellipse at center, #2a0d10 0%, #000 75%);
  font-family: "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
  gap: 12px;
  padding: 12px;
  text-align: center;
}
.play-btn {
  width: 78px; height: 78px;
  border-radius: 50%;
  background: var(--burgundy);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6),
              inset 0 1px 0 rgba(255,255,255,0.15);
  cursor: pointer;
  border: 2px solid var(--burgundy-hi);
}
.play-btn::after {
  content: "";
  width: 0; height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}

.video-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 12px 0 8px;
  text-wrap: pretty;
}
@media (min-width: 768px) { .video-title { font-size: 24px; } }

.video-meta-row {
  display: flex; flex-direction: column; gap: 10px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .video-meta-row { flex-direction: row; align-items: center; justify-content: space-between; }
}
.video-stats {
  display: flex; gap: 12px;
  font-size: 13px; color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  align-items: center; flex-wrap: wrap;
}
.video-stats .star { color: var(--burgundy); font-weight: 800; }
.video-actions {
  display: flex; gap: 6px; align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 -12px; padding: 0 12px;
}
.video-actions::-webkit-scrollbar { display: none; }
.video-actions .btn { flex: 0 0 auto; }

.rating-bar {
  height: 6px; width: 90px;
  background: var(--border);
  border-radius: 2px; overflow: hidden;
  display: inline-block; vertical-align: middle;
}
.rating-bar > i {
  display: block; height: 100%;
  background: var(--burgundy);
}

.video-desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 14px;
}
.video-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 18px;
}
.tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--r-md);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  min-height: 32px;
}
.tag:hover { background: var(--burgundy); color: #fff; border-color: var(--burgundy); }
.tag.active { background: var(--burgundy); color: #fff; border-color: var(--burgundy); }

.uploader {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: 18px;
  background: var(--bg-alt);
}
.uploader .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--burgundy-3), var(--burgundy-deep));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #fff; font-size: 16px;
  flex-shrink: 0;
}
.uploader .who { flex: 1; min-width: 0; }
.uploader .who .name { font-weight: 800; font-size: 14px; }
.uploader .who .sub { font-size: 12px; color: var(--ink-mute); }

/* comments */
.comments { border-top: 1px solid var(--border); padding-top: 18px; }
.comments h3 { margin: 0 0 12px; font-size: 16px; }
.comment-form {
  display: flex; gap: 10px;
  margin-bottom: 16px; flex-direction: column;
}
@media (min-width: 480px) { .comment-form { flex-direction: row; } }
.comment-form textarea {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 10px 12px;
  font-family: inherit; font-size: 13px;
  resize: vertical; min-height: 64px;
  outline: 0; background: #fff;
}
.comment-form textarea:focus { border-color: var(--burgundy); }
.comment {
  display: flex; gap: 10px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border-soft);
}
.comment:last-child { border-bottom: 0; }
.comment .avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 12px;
  color: var(--burgundy); flex-shrink: 0;
}
.comment .body { flex: 1; min-width: 0; }
.comment .who { font-weight: 800; font-size: 13px; }
.comment .when { color: var(--ink-mute); font-size: 11px; margin-left: 6px; font-weight: 500; }
.comment p { margin: 4px 0 6px; font-size: 13px; color: var(--ink-soft); }
.comment .actions { display: flex; gap: 12px; font-size: 11px; color: var(--ink-mute); }
.comment .actions a { color: var(--ink-mute); }
.comment .actions a:hover { color: var(--burgundy); }

/* tag-cloud in sidebar */
.box {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
}
.box-head {
  background: linear-gradient(180deg, var(--burgundy-3), var(--burgundy));
  color: var(--burgundy-ink);
  padding: 10px 14px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-leather);
}
.box-body { padding: 12px 14px; }
.tag-cloud {
  display: flex; flex-wrap: wrap; gap: 6px;
}

/* related compact list */
.related-compact { display: grid; gap: 10px; }
.related-compact .card .title { font-size: 12px; -webkit-line-clamp: 2; }

/* utilities */
.hide-mobile { display: none; }
.hide-desktop { display: block; }
@media (min-width: 768px) {
  .hide-mobile { display: block; }
  .hide-desktop { display: none; }
}

/* Sidebar: Ads und Bilder nie breiter als die Spalte */
.layout > aside img,
.layout > aside iframe,
.layout > aside ins {
  max-width: 100%;
}

/* ── xvideos Klick-Klau-Schutz: Facade-Play-Button + transparente Schicht ── */
.player-wrap > * { width: 100%; height: 100%; }
.sf-play-facade {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 0, 0, 0.30);
  border: 0; padding: 0; cursor: pointer;
  transition: background 0.15s;
  z-index: 6;
}
.sf-play-facade:hover { background: rgba(0, 0, 0, 0.18); }
.sf-play-circle {
  position: relative;
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--accent, #c1121f);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.55);
  transition: transform 0.15s;
}
.sf-play-facade:hover .sf-play-circle { transform: scale(1.06); }
.sf-play-circle::after {
  content: '';
  position: absolute;
  top: 50%; left: 54%;
  transform: translate(-50%, -50%);
  width: 0; height: 0;
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #fff;
}
/* Transparente Schicht: blockt Klicks aufs Video, lässt die untere Steuerleiste frei */
.sf-shield {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 52px;
  width: auto; height: auto;
  background: transparent;
  z-index: 5;
  cursor: default;
}