/* ============================================================
   RADIO AKZENT — Mobile-Stylesheet (Neuaufbau 2026)
   Touch-first: Bottom-Tab-Bar + „Mehr“-Sheet, eine Spalte,
   KEIN hover, KEIN backdrop-filter. Dunkles Jazz-Age wie Desktop.
   ============================================================ */

:root {
  --bg: #12141b;
  --bg2: #171a23;
  --panel: #1e2230;
  --panel-edge: #2a2f40;
  --gold: #c9a227;
  --gold-hi: #e8cd7a;
  --gold-dim: #8a7020;
  --blue: #5aa7e0;
  --blue-deep: #005ead;
  --paper: #f5efe2;
  --paper-edge: #e6dcc6;
  --ink: #29241a;
  --ink-soft: #6b6252;
  --text: #d9d4c6;
  --muted: #938d7d;
  --tabbar-h: 58px;
  --accent-rgb: 201 162 39;
  --on-accent: #16130a;
  --hero-fg: #f5efe2;
  --head-bg: rgba(11, 12, 17, .97);
  --bar-bg: #14151d;
  --bar-fg: #f5efe2;
  --tab-bg: #0d0e14;
  --media-bg: #0b0c10;
  --media-bg2: #232838;
  --hero-img: brightness(.3) saturate(.75);
  --hero-img-op: 1;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

body {
  background: var(--bg);
  color: var(--text);
  font: 16px/1.65 "PT Sans", Arial, sans-serif;
  padding-bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
}

img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }

.tac { text-align: center; }
.tar { text-align: right; }

/* ============================================================ KOPF */

.m-head {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--head-bg);
  border-bottom: 1px solid var(--panel-edge);
}
.m-head .brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.m-head .brand img { height: 56px; width: auto; }
.m-head .brand-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  -webkit-text-stroke: .4px currentColor;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper);
  white-space: nowrap;
}
.m-head .brand-name em { font-style: normal; color: var(--gold); }
.m-head .brand-name .bn-sub {
  font-size: .62em;
  letter-spacing: .5em;
  text-indent: .5em;
  margin-top: 1px;
}
.m-head .langs { margin-left: auto; display: flex; gap: 6px; }
.m-head .langs a {
  width: 44px; height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--panel-edge);
  border-radius: 18px;
  font-size: 14.5px;
  color: var(--text);
}
.m-head .langs a.crnt { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; }

/* ============================================================ HERO */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--bg2);
  border-bottom: 1px solid var(--panel-edge);
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: var(--hero-img);
  opacity: var(--hero-img-op);
}
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-inner { position: relative; padding: 30px 20px 32px; text-align: center; }
.kicker {
  font-size: 11.5px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.hero-title {
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--hero-fg);
  text-wrap: balance;
}
.hero-title em { font-style: normal; color: var(--gold); }
.hero-title .ht-names { display: block; text-wrap: balance; }
.hero-title .ht-sub {
  display: block;
  font-size: .5em;
  letter-spacing: .55em;
  text-indent: .55em;
  margin-top: 6px;
}
.hero-home .hero-inner { padding: 44px 20px 40px; }
.hero-home .hero-title { font-size: 30px; }
.hero-claim { margin: 12px auto 0; max-width: 480px; font-size: 14.5px; color: var(--text); }

.badges { display: flex; justify-content: center; gap: 22px; margin-top: 26px; }
.badge { width: 108px; text-align: center; color: var(--text); }
.badge .b-img {
  width: 96px; height: 124px;
  margin: 0 auto 8px;
  border-radius: 48px;
  background: #fff;
  border: 1px solid var(--gold-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  overflow: hidden;   /* Badge-Bitmaps sind weiße RECHTECKE — ohne Clip ragen
                         ihre Ecken aus der Oval-Rundung (nur hier eng genug) */
}
.badge .b-img img { max-height: 100%; object-fit: contain; }
.badge span {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--hero-fg);
}

.deco-rule {
  width: 170px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
}
.deco-rule::before, .deco-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.deco-rule::after { background: linear-gradient(90deg, var(--gold), transparent); }
.deco-rule span { font-size: 11px; }

/* ============================================================ INHALT */

main { padding: 18px 12px 30px; }

/* Untermenü als Chip-Zeile */
.subnav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.subnav::-webkit-scrollbar { display: none; }
.subnav a {
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid var(--panel-edge);
  border-radius: 19px;
  background: var(--panel);
  color: var(--text);
  font-size: 14px;
  white-space: nowrap;
}
.subnav a.crnt { border-color: var(--gold); color: var(--gold-hi); }

.paper {
  background: var(--paper);
  color: var(--ink);
  border-radius: 6px;
  border: 1px solid var(--paper-edge);
  padding: 26px 20px;
  overflow-wrap: break-word;
}
.paper h1, .paper h2, .paper h3 {
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.25;
  color: var(--ink);
  margin: 26px 0 12px;
}
.paper h1 { font-size: 26px; margin-top: 0; }
.paper h2 { font-size: 21px; }
.paper h1::after {
  content: "";
  display: block;
  width: 54px; height: 2px;
  margin-top: 10px;
  background: var(--gold);
}
.paper h1.tac::after { margin-left: auto; margin-right: auto; }
.paper p { margin: 0 0 14px; }
.paper a { color: var(--blue-deep); }
.paper em { color: var(--ink-soft); }
.paper hr {
  border: 0;
  height: 1px;
  width: 150px;
  margin: 24px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.paper .ct-img {
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(41, 36, 26, .25);
}
.paper .ct-fr { float: none; margin: 20px auto; }

.ct-videobox { display: block; margin: 20px auto; text-align: center; }
.ct-video { width: 100%; border-radius: 4px; background: #000; }
.ct-caption { display: block; margin-top: 6px; font-size: 13.5px; color: var(--ink-soft); }

.btn-next {
  display: inline-block;
  margin: 8px 0;
  padding: 11px 26px;
  border: 1px solid var(--gold-dim);
  border-radius: 23px;
  font-family: "Poiret One", "PT Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--ink) !important;
}
.btn-next:active { background: var(--gold); color: var(--on-accent) !important; }
p:has(> .btn-next:only-child) { text-align: center; }


/* Zwei-Bild-Absätze (Porträt-Paare) nebeneinander */
.paper { display: flow-root; }
.paper p.ct-duo {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}
.ct-duo > a, .ct-duo > img { flex: 0 1 calc(50% - 6px); min-width: 0; }
.ct-duo .ct-img, .ct-duo .ct-fr {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
}

.yt {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
  background: var(--media-bg);
}
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.yt-blank { background: radial-gradient(closest-side, var(--media-bg2), var(--media-bg)); }
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(10, 10, 14, .6);
}
.yt-play span {
  position: absolute;
  top: 50%; left: 53%;
  transform: translate(-50%, -50%);
  border-left: 17px solid var(--gold-hi);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 8px 0;
  padding: 13px 14px;
  background: transparent;
  border: 1px solid var(--gold-dim);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  font: 15px/1.4 "PT Sans", sans-serif;
  color: inherit;
  text-align: left;
}
.tr-ic { flex: 0 0 14px; height: 16px; position: relative; }
.tr-ic::before {
  content: "";
  position: absolute; top: 50%; left: 2px;
  transform: translateY(-50%);
  border-left: 11px solid var(--gold-dim);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.track.playing { border-color: var(--gold); background: rgb(var(--accent-rgb) / .14); }
.track.playing .tr-ic::before { border-left-color: var(--gold); }

/* Kacheln nach dem Text */
.after-title {
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 28px 4px 12px;
  text-align: center;
}
.pcards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pcard {
  display: block;
  width: 100%;
  background: var(--panel);
  border: 1px solid var(--panel-edge);
  border-radius: 6px;
  overflow: hidden;
  color: var(--text);
  font: inherit;
  text-align: left;
  padding: 0;
}
.pcard img { width: 100%; }
.pc-imgwrap { display: block; position: relative; }
.pc-text { display: block; padding: 10px 12px; font-size: 13px; line-height: 1.45; color: var(--text); }
.pc-play {
  position: absolute;
  right: 10px; bottom: 10px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(10, 10, 14, .65);
  border: 1px solid var(--gold);
}
.pc-play::before {
  content: "";
  position: absolute;
  top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  border-left: 12px solid var(--gold-hi);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.pc-note::before {
  border: 0;
  content: "♪";
  color: var(--gold-hi);
  font-size: 18px;
  transform: translate(-58%, -52%);
}
.pcard.playing { border-color: var(--gold); }
.pcard video { width: 100%; display: block; background: #000; }
.pcard.pc-wide { grid-column: 1 / -1; }


/* Winzige Quellbilder (z.B. 100px-Logos) nicht aufblasen */
.pc-sm .pc-imgwrap, .pc-sm { text-align: center; }
.pc-sm .pc-imgwrap { display: flex; justify-content: center; padding: 16px 0 10px; }
.pc-sm .pc-imgwrap img { width: auto; max-width: 120px; border-radius: 4px; }
a.pc-sm > img, div.pc-sm > img { width: auto; max-width: 120px; margin: 16px auto 10px; border-radius: 4px; }

/* ============================================================ FUSS */

.site-foot {
  border-top: 1px solid var(--panel-edge);
  background: var(--bg2);
  padding: 28px 16px 30px;
  text-align: center;
}
.site-foot .deco-rule { margin-bottom: 16px; }
.foot-claim { color: var(--muted); font-size: 12.5px; max-width: 460px; margin: 0 auto 12px; }
.foot-links { display: flex; justify-content: center; gap: 18px; font-size: 14px; }
.foot-links a { color: var(--text); }
.foot-copy { margin-top: 12px; color: var(--muted); font-size: 11.5px; }

/* ============================================================ TAB-BAR */

.tabbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  background: var(--tab-bg);
  border-top: 1px solid var(--panel-edge);
  display: flex;
}
.tabbar a, .tabbar button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: none;
  border: 0;
  color: var(--text);
  font: 12px/1 "PT Sans", sans-serif;
  letter-spacing: .04em;
}
.tabbar .t-ic { font-size: 19px; line-height: 1; }
.tabbar .crnt { color: var(--gold); }

/* „Mehr“-Sheet */
.scrim {
  position: fixed; inset: 0;
  z-index: 45;
  background: rgba(5, 6, 9, .6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}
.sheet {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: var(--bg2);
  border-top: 1px solid var(--gold-dim);
  border-radius: 14px 14px 0 0;
  padding: 14px 18px calc(18px + env(safe-area-inset-bottom));
  transform: translateY(105%);
  transition: transform .3s;
  max-height: 78vh;
  overflow-y: auto;
}
body.sheet-open .scrim { opacity: 1; pointer-events: auto; }
body.sheet-open .sheet { transform: none; }
.sheet-grab {
  width: 44px; height: 4px;
  border-radius: 2px;
  background: var(--panel-edge);
  margin: 0 auto 14px;
}
.sheet h2 {
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 14px 0 8px;
}
.sheet nav a {
  display: block;
  padding: 13px 4px;
  color: var(--hero-fg);
  font-size: 17.5px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.sheet nav a.crnt { color: var(--gold); }
.sheet .sh-badges { display: flex; gap: 14px; margin: 8px 0 4px; }
.sheet .sh-badges a {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--panel);
  border: 1px solid var(--panel-edge);
  border-radius: 8px;
  color: var(--text);
  font-size: 13.5px;
}
.sheet .sh-badges img { width: 34px; height: 34px; object-fit: contain; }
.sheet .sh-langs { display: flex; gap: 10px; margin-top: 14px; }
.sheet .sh-langs a {
  flex: 1;
  text-align: center;
  padding: 11px 0;
  border: 1px solid var(--panel-edge);
  border-radius: 8px;
  color: var(--text);
}
.sheet .sh-langs a.crnt { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; }

/* ============================================================ PLAYER */

.playbar {
  position: fixed;
  left: 0; right: 0;
  bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  z-index: 39;
  background: var(--bar-bg);
  border-top: 1px solid var(--gold-dim);
  transform: translateY(130%);
  transition: transform .3s;
}
.playbar.on { transform: none; }
.playbar-in {
  padding: 8px 14px 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.pb-toggle {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-hi);
  font-size: 15px;
}
.pb-mid { min-width: 0; }
.pb-title {
  font-size: 13px;
  color: var(--bar-fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.pb-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--panel-edge);
}
.pb-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 0;
}
.pb-range::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 0; }
.pb-close { background: none; border: 0; color: var(--muted); font-size: 20px; }
body.has-playbar main { padding-bottom: 80px; }

/* ============================================================ LIGHTBOX */

.lightbox {
  position: fixed; inset: 0;
  z-index: 60;
  background: rgba(8, 8, 11, .95);
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.on { display: flex; }
.lightbox img { max-width: 96vw; max-height: 88vh; border-radius: 3px; }
.lb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--gold-dim);
  background: rgba(14, 15, 21, .75);
  color: var(--gold-hi);
  font-size: 20px;
}
.lb-prev { left: 12px; }
.lb-next { right: 12px; }
.lb-close { position: absolute; top: 14px; right: 14px; transform: none; font-size: 17px; }


/* Video-Link (Play-Pille) + Video-Popup */
.vlink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  padding: 10px 24px 10px 12px;
  background: transparent;
  border: 1px solid var(--gold-dim);
  border-radius: 28px;
  font: 700 15px/1.3 "PT Sans", sans-serif;
  letter-spacing: .05em;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .25s, border-color .25s, transform .25s;
}
.vlink:hover { background: rgb(var(--accent-rgb) / .12); border-color: var(--gold); transform: translateY(-1px); }
.vl-ic {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  position: relative;
  flex: 0 0 34px;
}
.vl-ic::before {
  content: "";
  position: absolute; top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  border-left: 11px solid var(--gold);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.vmodal {
  position: fixed; inset: 0;
  z-index: 70;
  background: rgba(8, 8, 11, .94);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}
.vmodal.on { display: flex; }
.vmodal video {
  max-width: min(1100px, 94vw);
  max-height: 78vh;
  border-radius: 6px;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .8);
}
.vm-caption {
  color: #f5efe2;
  font-family: "Poiret One", "PT Sans", sans-serif;
  font-size: 19px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  max-width: 90vw;
}

/* ============================================================ MOTION */

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero canvas { display: none; }
}

/* ============================================================ THEME-SCHALTER */

.theme-toggle {
  height: 36px;
  padding: 0 13px;
  border: 1px solid var(--gold-dim);
  border-radius: 18px;
  background: transparent;
  color: var(--text);
  font: 14px/34px "PT Sans", sans-serif;
  letter-spacing: .04em;
  white-space: nowrap;
}
.theme-toggle .tt-ic { color: var(--gold); }
@media (max-width: 760px) {   /* 700, +60 für die dritte Sprach-Pille (EN) */
  .m-head .brand-name { display: none; }
}
@media (max-width: 480px) {   /* drei Pillen + Logo: Theme-Knopf nur noch ◐ */
  .m-head .theme-toggle .tt-label { display: none; }
  .m-head .theme-toggle { padding: 0 10px; }
}
html[data-theme="classic"] .theme-toggle {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  color: #fff;
}

/* ============================================================ THEME „KLASSIK“ */

html[data-theme="classic"] {
  --bg: #d7e4f2;
  --bg2: #e9f1f9;
  --panel: #ffffff;
  --panel-edge: #b9cde3;
  --gold: #005ead;
  --gold-hi: #1c78c8;
  --gold-dim: #7aa4c8;
  --blue: #005ead;
  --blue-deep: #005ead;
  --paper: #ffffff;
  --paper-edge: #c9d9ea;
  --ink: #14273a;
  --ink-soft: #4c5a66;
  --text: #24313d;
  --muted: #5c6b7a;
  --accent-rgb: 0 94 173;
  --on-accent: #ffffff;
  --hero-fg: #14273a;
  --head-bg: rgba(255, 255, 255, .96);
  --bar-bg: #ffffff;
  --bar-fg: #14273a;
  --tab-bg: #ffffff;
  --media-bg: #dfe9f3;
  --media-bg2: #f2f6fa;
  --hero-img: brightness(1) saturate(.9);
  --hero-img-op: .26;
}
html[data-theme="classic"] body { background: var(--bg) url("../img/site/bg-classic.webp"); }
html[data-theme="classic"] .brand-name { color: #14273a; }
html[data-theme="classic"] .hero { background: #fff; }
html[data-theme="classic"] .sheet nav a { border-bottom-color: rgba(20, 39, 58, .08); }
html[data-theme="classic"] .sheet-grab { background: #c3d4e5; }
html[data-theme="classic"] .paper .ct-img { box-shadow: 0 6px 18px rgba(30, 60, 90, .22); }
