/* ==========================================================================
   Red Dragon Tattoo Studio Kleve — Hoffmannallee 2a
   Mobile first. Dark Luxury, japanisch inspiriert.
   ========================================================================== */

@font-face {
  font-family: 'Cormorant';
  src: url('../assets/fonts/cormorant-latin.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../assets/fonts/cormorant-latin-ext.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jost';
  src: url('../assets/fonts/jost-latin.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  src: url('../assets/fonts/jost-latin-ext.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Pinyon';
  src: url('../assets/fonts/pinyon-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0a0809;
  --ink-2: #100d0e;
  --ink-3: #171213;
  --line: #241b1d;
  --bord: #5c1018;
  --red: #a3121e;
  --red-lit: #c8102e;
  --gold: #c0a063;
  --bone: #ece5dd;
  --muted: #948b86;
  --dim: #877e7a;

  --pad: clamp(20px, 5.6vw, 84px);
  --maxw: 1440px;
  --rail: 1px solid var(--line);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --bar: 0px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: .005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

::selection { background: var(--red); color: #fff; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 14px 20px;
  background: var(--bone);
  color: var(--ink);
}
.skip:focus { left: 12px; top: 12px; }

/* --- Typografie ---------------------------------------------------------- */

.serif { font-family: 'Cormorant', 'Times New Roman', serif; font-weight: 300; }
.script { font-family: 'Pinyon', 'Cormorant', cursive; font-weight: 400; }

.display {
  font-family: 'Cormorant', 'Times New Roman', serif;
  font-weight: 300;
  line-height: .94;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.h-xl { font-size: clamp(3.1rem, 15vw, 9.5rem); }
.h-lg { font-size: clamp(2.4rem, 8.4vw, 5.4rem); }
.h-md { font-size: clamp(1.85rem, 5.6vw, 3.2rem); }
.h-sm { font-size: clamp(1.35rem, 3.6vw, 1.9rem); line-height: 1.12; }

.eyebrow {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow .n { color: var(--dim); margin-right: 1.1em; font-variant-numeric: tabular-nums; }

.lead {
  font-size: clamp(1.05rem, 3.1vw, 1.32rem);
  line-height: 1.62;
  color: #cfc7c1;
  font-weight: 300;
  text-wrap: pretty;
}

p + p { margin-top: 1.05em; }
.muted { color: var(--muted); }
.red { color: var(--red-lit); }

/* --- Layout -------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

section { position: relative; }

.band { padding-block: clamp(76px, 14vw, 170px); }
.band--tight { padding-block: clamp(56px, 9vw, 110px); }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

.sec-head {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(38px, 6vw, 76px);
}
.sec-head .lead { max-width: 56ch; }

@media (min-width: 900px) {
  .sec-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    align-items: end;
    gap: 48px;
  }
}

/* --- Buttons ------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(236, 229, 221, .22);
  border-radius: 2px;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--bone);
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color .4s var(--ease), border-color .4s var(--ease);
  will-change: transform;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--bord), var(--red));
  transform: translateY(101%);
  transition: transform .48s var(--ease);
  z-index: -1;
}
.btn > * { position: relative; z-index: 1; }
.btn:hover { border-color: transparent; color: #fff; }
.btn:hover::before { transform: translateY(0); }

.btn--solid {
  background: linear-gradient(100deg, var(--bord), var(--red));
  border-color: transparent;
  color: #fff;
}
.btn--solid::before { background: #fff; }
.btn--solid:hover { color: var(--ink); }

.btn--ghost { border-color: rgba(236, 229, 221, .16); }
.btn svg { width: 16px; height: 16px; flex: none; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-row .btn { flex: 1 1 auto; min-width: 148px; }
@media (min-width: 700px) { .btn-row .btn { flex: 0 0 auto; } }

/* Hero: zwei volle Zeilen, dann die Sozialknöpfe nebeneinander */
.btn-row--hero { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-row--hero .btn { min-width: 0; }
.btn-row--hero .btn:nth-child(1),
.btn-row--hero .btn:nth-child(2) { grid-column: 1 / -1; }
.btn-row--hero .btn--ghost { padding-inline: 12px; }
.btn-row--hero .btn--ghost span { font-size: .72rem; letter-spacing: .12em; }
@media (min-width: 700px) {
  .btn-row--hero { display: flex; flex-wrap: wrap; }
  .btn-row--hero .btn { flex: 0 0 auto; padding-inline: 26px; }
  .btn-row--hero .btn--ghost span { font-size: .8rem; letter-spacing: .17em; }
}

/* --- Kopfzeile ----------------------------------------------------------- */

.head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--pad);
  transition: background .5s var(--ease), border-color .5s var(--ease), padding .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.head.is-stuck {
  background: rgba(10, 8, 9, .82);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: var(--line);
}
.head.is-hidden { transform: translateY(-104%); }
.head { transition: transform .5s var(--ease), background .5s var(--ease), border-color .5s var(--ease); }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.brand img { width: 46px; height: auto; }
.brand-txt { display: grid; line-height: 1; }
.brand-txt b {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 1.06rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.brand-txt span {
  font-size: .53rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.nav { display: none; }
@media (min-width: 1000px) {
  .nav { display: flex; align-items: center; gap: 30px; }
  .nav a {
    font-size: .74rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #b9b1ab;
    padding: 6px 0;
    position: relative;
  }
  .nav a::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: var(--red-lit);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s var(--ease);
  }
  .nav a:hover { color: var(--bone); }
  .nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
  .nav a.is-active { color: var(--bone); }
}

.head-cta { display: none; }
@media (min-width: 1000px) { .head-cta { display: inline-flex; min-height: 46px; } }

.burger {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
}
@media (min-width: 1000px) { .burger { display: none; } }
.burger i {
  display: block;
  width: 19px;
  height: 1px;
  background: var(--bone);
  position: relative;
  transition: background .3s;
}
.burger i::before, .burger i::after {
  content: '';
  position: absolute;
  left: 0;
  width: 19px;
  height: 1px;
  background: var(--bone);
  transition: transform .42s var(--ease);
}
.burger i::before { top: -6px; }
.burger i::after { top: 6px; }
.burger[aria-expanded='true'] i { background: transparent; }
.burger[aria-expanded='true'] i::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded='true'] i::after { transform: translateY(-6px) rotate(-45deg); }

/* Mobile-Menü */
.menu {
  position: fixed;
  inset: 0;
  z-index: 79;
  background: var(--ink);
  padding: 96px var(--pad) calc(40px + var(--bar));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: transform .68s var(--ease);
  overflow-y: auto;
}
.menu.is-open { transform: translateY(0); }
.menu-list a {
  display: block;
  padding: 13px 0;
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 9vw, 2.9rem);
  font-weight: 300;
  line-height: 1.05;
  border-bottom: 1px solid var(--line);
}
.menu-list a i {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-size: .6rem;
  letter-spacing: .22em;
  color: var(--dim);
  vertical-align: super;
  margin-right: 12px;
}
.menu-foot { margin-top: 40px; display: grid; gap: 16px; }
.menu-foot a.big {
  font-family: 'Cormorant', serif;
  font-size: 1.6rem;
  color: var(--gold);
}

/* --- Hero ---------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(34px, 7vw, 76px);
  overflow: hidden;
  isolation: isolate;
}
#dragon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(120% 80% at 50% 108%, rgba(10, 8, 9, .96), transparent 62%),
    linear-gradient(to bottom, rgba(10, 8, 9, .76) 0%, transparent 22%, rgba(10, 8, 9, .22) 46%, rgba(10, 8, 9, .93) 100%);
}

.hero-inner { width: 100%; }

.hero-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 22px;
}
.hero-kicker span {
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
@media (min-width: 480px) { .hero-kicker span { font-size: .62rem; letter-spacing: .3em; } }
.hero-kicker .bar { flex: 0 0 28px; height: 1px; background: var(--red); }
@media (min-width: 480px) { .hero-kicker .bar { flex-basis: 42px; } }

.hero h1 { margin-bottom: 6px; }
.hero h1 .l1 { display: block; }
.hero h1 .l2 {
  display: block;
  padding-left: .09em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(236, 229, 221, .62);
}
.hero-script {
  font-family: 'Pinyon', cursive;
  font-size: clamp(2rem, 9.5vw, 4.4rem);
  line-height: 1;
  color: var(--red-lit);
  margin: 2px 0 22px;
  text-shadow: 0 0 42px rgba(200, 16, 46, .34);
}
.hero-sub {
  max-width: 40ch;
  color: #c6bdb7;
  font-size: clamp(1rem, 3.2vw, 1.16rem);
  margin-bottom: 30px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: var(--rail);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-meta b { color: var(--bone); font-weight: 500; }

.scroll-hint {
  position: absolute;
  right: var(--pad);
  bottom: clamp(34px, 7vw, 76px);
  display: none;
  align-items: center;
  gap: 12px;
  font-size: .6rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--dim);
  writing-mode: vertical-rl;
}
@media (min-width: 1000px) { .scroll-hint { display: flex; } }
.scroll-hint::after {
  content: '';
  width: 1px;
  height: 62px;
  background: linear-gradient(var(--red), transparent);
  animation: drip 2.6s var(--ease) infinite;
}
@keyframes drip {
  0% { transform: scaleY(0); transform-origin: top; }
  46% { transform: scaleY(1); transform-origin: top; }
  47% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* --- Laufband ------------------------------------------------------------ */

.ticker {
  border-block: var(--rail);
  background: linear-gradient(90deg, var(--ink), #120c0d, var(--ink));
  overflow: hidden;
  padding: 17px 0;
}
.ticker-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: slide 46s linear infinite;
}
.ticker-track span {
  font-family: 'Cormorant', serif;
  font-size: clamp(1.05rem, 3.1vw, 1.5rem);
  letter-spacing: .04em;
  color: #a89e98;
  white-space: nowrap;
  padding-inline: 22px;
}
.ticker-track span em {
  font-style: normal;
  color: var(--red-lit);
  padding-inline: 22px;
}
@keyframes slide { to { transform: translateX(-50%); } }

/* --- Studio -------------------------------------------------------------- */

.studio-grid { display: grid; gap: clamp(28px, 5vw, 60px); }
@media (min-width: 980px) {
  .studio-grid { grid-template-columns: 1.05fr .95fr; align-items: start; }
}

.frame {
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
}
.frame img { width: 100%; filter: saturate(.86) contrast(1.04) brightness(.96); }
.frame--tall { aspect-ratio: 4 / 5; }
.frame--tall img { height: 100%; object-fit: cover; }
.frame::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(236, 229, 221, .07);
  pointer-events: none;
}

.stack-2 { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 14px; }

.figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); margin-top: clamp(38px, 6vw, 64px); }
@media (min-width: 760px) { .figures { grid-template-columns: repeat(4, 1fr); } }
.figures div { background: var(--ink); padding: 26px 18px; }
.figures b {
  display: block;
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 6vw, 2.9rem);
  font-weight: 300;
  line-height: 1;
  color: var(--bone);
}
.figures span {
  display: block;
  margin-top: 9px;
  font-size: .64rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* --- Handschriften (Stile) ---------------------------------------------- */

.styles { border-top: var(--rail); }
.style-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-bottom: var(--rail);
  position: relative;
  transition: padding-left .5s var(--ease);
}
.style-row .no {
  font-size: .62rem;
  letter-spacing: .18em;
  color: var(--dim);
  font-variant-numeric: tabular-nums;
}
.style-row h3 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 5.6vw, 2.5rem);
  line-height: 1.06;
  transition: color .45s var(--ease), transform .55s var(--ease);
}
.style-row p {
  grid-column: 1 / -1;
  font-size: .92rem;
  color: var(--muted);
  max-width: 62ch;
}
@media (min-width: 860px) {
  .style-row { grid-template-columns: 60px minmax(0, 1fr) minmax(0, 1fr); gap: 30px; padding: 30px 0; }
  .style-row p { grid-column: 3; margin: 0; }
  .style-row:hover { padding-left: 16px; }
  .style-row:hover h3 { color: var(--red-lit); }
}
.style-thumb {
  position: fixed;
  top: 0; left: 0;
  width: 240px;
  height: 300px;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(.9);
  transition: opacity .4s var(--ease), transform .5s var(--ease);
  display: none;
}
@media (min-width: 1000px) and (hover: hover) { .style-thumb { display: block; } }
.style-thumb.is-on { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.style-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* --- Team ---------------------------------------------------------------- */

.team { display: grid; gap: clamp(26px, 4vw, 40px); }
@media (min-width: 820px) { .team { grid-template-columns: 1fr 1fr; } }
.artist {
  border: var(--rail);
  padding: clamp(24px, 4vw, 40px);
  background: linear-gradient(160deg, var(--ink-2), var(--ink));
  position: relative;
  overflow: hidden;
}
.artist::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 180px; height: 180px;
  background: radial-gradient(circle at 100% 0%, rgba(163, 18, 30, .22), transparent 68%);
  pointer-events: none;
}
.artist h3 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(2rem, 6.4vw, 3rem);
  line-height: 1;
  margin-bottom: 8px;
}
.artist .role {
  font-size: .64rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.artist p { color: #bdb4ae; font-size: .98rem; }
.artist .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag {
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 13px;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
}

/* --- Galerie ------------------------------------------------------------- */

.gal-bar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 26px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gal-bar::-webkit-scrollbar { display: none; }
.chip {
  flex: none;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  transition: color .3s, border-color .3s, background .3s;
}
.chip[aria-pressed='true'] {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(100deg, var(--bord), var(--red));
}

.masonry {
  columns: 2;
  column-gap: 10px;
}
@media (min-width: 700px) { .masonry { columns: 3; column-gap: 14px; } }
@media (min-width: 1180px) { .masonry { columns: 4; column-gap: 16px; } }

.tile {
  break-inside: avoid;
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--ink-2);
  cursor: zoom-in;
}
@media (min-width: 700px) { .tile { margin-bottom: 14px; } }
@media (min-width: 1180px) { .tile { margin-bottom: 16px; } }
.tile img {
  width: 100%;
  transition: transform .9s var(--ease), filter .7s var(--ease);
  filter: saturate(.92) contrast(1.02);
}
.tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(92, 16, 24, .45), transparent 55%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
@media (hover: hover) {
  .tile:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.05); }
  .tile:hover::after { opacity: 1; }
}
.tile.is-out { display: none; }

.gal-more { text-align: center; margin-top: 34px; }

/* Lightbox */
.lb {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(6, 4, 5, .96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.lb.is-open { opacity: 1; visibility: visible; }
.lb-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px var(--pad);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.lb-stage {
  display: grid;
  place-items: center;
  padding: 6px var(--pad);
  min-height: 0;
  overflow: hidden;
}
.lb-stage img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(.985);
  transition: opacity .45s var(--ease), transform .6s var(--ease);
}
.lb-stage img.is-in { opacity: 1; transform: none; }
.lb-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px var(--pad) calc(20px + var(--bar));
}
.lb-btn {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: border-color .3s, background .3s;
}
.lb-btn:hover { border-color: var(--red); background: rgba(163, 18, 30, .16); }
.lb-btn svg { width: 18px; height: 18px; }

/* --- Archiv -------------------------------------------------------------- */

.archiv-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 62vw;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.archiv-strip::-webkit-scrollbar { display: none; }
@media (min-width: 760px) { .archiv-strip { grid-auto-columns: 28vw; } }
@media (min-width: 1200px) { .archiv-strip { grid-auto-columns: 20vw; } }
.archiv-strip figure { scroll-snap-align: start; margin: 0; }
.archiv-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; opacity: .68; transition: opacity .5s; }
.archiv-strip figure:hover img { opacity: 1; }

/* --- Pflege -------------------------------------------------------------- */

.care { display: grid; gap: clamp(30px, 5vw, 56px); }
@media (min-width: 1000px) { .care { grid-template-columns: .82fr 1.18fr; align-items: start; } }

.tl { position: relative; padding-left: 34px; }
.tl::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(var(--red), var(--bord) 45%, var(--line));
}
.tl-item { position: relative; padding-bottom: clamp(28px, 4vw, 42px); }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: '';
  position: absolute;
  left: -30px; top: 9px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(163, 18, 30, .16);
}
.tl-item .when {
  font-size: .64rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 7px;
}
.tl-item h3 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 4.4vw, 1.85rem);
  line-height: 1.12;
  margin-bottom: 10px;
}
.tl-item p { color: #b9b0aa; font-size: .96rem; }
.tl-item ul { margin-top: 12px; display: grid; gap: 7px; }
.tl-item li {
  position: relative;
  padding-left: 20px;
  font-size: .93rem;
  color: var(--muted);
}
.tl-item li::before {
  content: '';
  position: absolute;
  left: 0; top: .62em;
  width: 8px; height: 1px;
  background: var(--red);
}

.note {
  border: var(--rail);
  border-left: 2px solid var(--red);
  padding: 20px 22px;
  background: linear-gradient(100deg, rgba(92, 16, 24, .13), transparent 70%);
  margin-top: 26px;
}
.note b { display: block; margin-bottom: 6px; letter-spacing: .04em; }
.note p { font-size: .93rem; color: #c0b7b1; }

.dodont { display: grid; gap: 14px; margin-top: 26px; }
@media (min-width: 640px) { .dodont { grid-template-columns: 1fr 1fr; } }
.dodont div { border: var(--rail); padding: 20px 22px; }
.dodont h4 {
  font-size: .66rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.dodont .yes h4 { color: var(--gold); }
.dodont .no h4 { color: var(--red-lit); }
.dodont li {
  font-size: .92rem;
  color: var(--muted);
  padding: 6px 0 6px 20px;
  position: relative;
}
.dodont li::before {
  position: absolute;
  left: 0; top: 6px;
  font-size: .8rem;
}
.dodont .yes li::before { content: '\2713'; color: var(--gold); }
.dodont .no li::before { content: '\00D7'; color: var(--red-lit); }

/* --- Stimmen ------------------------------------------------------------- */

.voices {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(82vw, 400px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.voices::-webkit-scrollbar { display: none; }
.voice {
  scroll-snap-align: start;
  border: var(--rail);
  padding: 28px 26px;
  display: grid;
  align-content: start;
  gap: 14px;
  background: linear-gradient(165deg, var(--ink-2), var(--ink));
}
.voice .stars { color: var(--gold); letter-spacing: .22em; font-size: .8rem; }
.voice blockquote {
  font-family: 'Cormorant', serif;
  font-size: clamp(1.12rem, 3.6vw, 1.34rem);
  line-height: 1.42;
  color: #ded6cf;
}
.voice cite {
  font-style: normal;
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* --- Sozial -------------------------------------------------------------- */

.social-cards { display: grid; gap: 14px; }
@media (min-width: 780px) { .social-cards { grid-template-columns: 1fr 1fr; } }
.scard {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: var(--rail);
  transition: border-color .4s var(--ease), transform .5s var(--ease);
  min-height: 96px;
}
.scard:hover { border-color: rgba(163, 18, 30, .55); transform: translateY(-3px); }
.scard .ico {
  width: 46px; height: 46px;
  flex: none;
  display: grid;
  place-items: center;
  border: var(--rail);
  border-radius: 50%;
}
.scard .ico svg { width: 20px; height: 20px; }
.scard b { display: block; font-weight: 400; font-size: 1.02rem; letter-spacing: .02em; }
.scard span { font-size: .74rem; color: var(--muted); letter-spacing: .1em; }
.scard .n {
  margin-left: auto;
  font-family: 'Cormorant', serif;
  font-size: 1.7rem;
  color: var(--bone);
  line-height: 1;
}
.scard .n i { display: block; font-style: normal; font-family: 'Jost', sans-serif; font-size: .56rem; letter-spacing: .2em; color: var(--dim); text-transform: uppercase; margin-top: 5px; }

/* --- FAQ ----------------------------------------------------------------- */

.faq { border-top: var(--rail); }
.faq details { border-bottom: var(--rail); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  font-family: 'Cormorant', serif;
  font-size: clamp(1.14rem, 3.9vw, 1.5rem);
  font-weight: 400;
  line-height: 1.28;
  transition: color .35s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--red-lit); }
.faq summary .plus {
  margin-left: auto;
  flex: none;
  width: 22px; height: 22px;
  position: relative;
  margin-top: 5px;
}
.faq summary .plus::before, .faq summary .plus::after {
  content: '';
  position: absolute;
  inset: 50% 0 auto 0;
  height: 1px;
  background: var(--muted);
  transition: transform .45s var(--ease);
}
.faq summary .plus::after { transform: rotate(90deg); }
.faq details[open] summary .plus::after { transform: rotate(0); }
.faq details[open] summary { color: var(--bone); }
.faq .ans { padding: 0 44px 24px 0; color: var(--muted); font-size: .97rem; max-width: 72ch; }

/* --- Kontakt ------------------------------------------------------------- */

.contact { display: grid; gap: clamp(26px, 4vw, 48px); }
@media (min-width: 1000px) { .contact { grid-template-columns: 1fr 1.15fr; } }

.hours { border-top: var(--rail); }
.hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: var(--rail);
  font-size: .95rem;
}
.hours li span:first-child { color: #cec6c0; }
.hours li span:last-child { color: var(--muted); font-variant-numeric: tabular-nums; }
.hours li.closed span:last-child { color: var(--dim); }
.hours li.today { color: var(--bone); }
.hours li.today span:first-child::after {
  content: 'heute';
  font-size: .56rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-left: 12px;
  vertical-align: 2px;
}

.cinfo { display: grid; gap: 4px; margin-bottom: 30px; }
.cinfo a, .cinfo p {
  font-family: 'Cormorant', serif;
  font-size: clamp(1.35rem, 4.4vw, 1.75rem);
  font-weight: 300;
  line-height: 1.34;
}
.cinfo a:hover { color: var(--red-lit); }

.map {
  border: var(--rail);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  background: var(--ink-2);
}
@media (min-width: 1000px) { .map { aspect-ratio: auto; height: 100%; min-height: 460px; } }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.88) sepia(.16); }
.map-hold {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
  background: linear-gradient(160deg, var(--ink-2), var(--ink));
}
.map-hold p { font-size: .88rem; color: var(--muted); max-width: 34ch; }

.cta-final {
  border: var(--rail);
  padding: clamp(34px, 7vw, 84px) clamp(24px, 5vw, 64px);
  text-align: center;
  background:
    radial-gradient(90% 130% at 50% 0%, rgba(92, 16, 24, .34), transparent 62%),
    linear-gradient(var(--ink-2), var(--ink));
  display: grid;
  gap: 22px;
  justify-items: center;
}

/* --- Fuß ---------------------------------------------------------------- */

.foot {
  border-top: var(--rail);
  padding-top: clamp(46px, 7vw, 82px);
  padding-bottom: calc(38px + var(--bar));
}
.foot-top { display: grid; gap: 34px; }
@media (min-width: 900px) { .foot-top { grid-template-columns: 1.3fr .8fr .8fr; } }
.foot h4 {
  font-size: .62rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.foot li { padding: 5px 0; }
.foot li a { color: var(--muted); font-size: .93rem; }
.foot li a:hover { color: var(--bone); }
.foot-mark { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.foot-mark img { width: 58px; }
.foot-bottom {
  margin-top: clamp(38px, 6vw, 64px);
  padding-top: 22px;
  border-top: var(--rail);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: .74rem;
  color: var(--dim);
}
.foot-bottom a { color: var(--dim); }
.foot-bottom a:hover { color: var(--muted); }

/* --- Klebeleiste (mobil) ------------------------------------------------- */

.dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(12, 9, 10, .93);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: var(--rail);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(110%);
  transition: transform .55s var(--ease);
}
.dock.is-on { transform: translateY(0); }
@media (min-width: 1000px) { .dock { display: none; } }
.dock a {
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 11px 4px 13px;
  min-height: 62px;
  font-size: .56rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.dock a svg { width: 19px; height: 19px; }
.dock a:first-child { color: var(--bone); }
.dock a:first-child svg { color: var(--red-lit); }
.dock a + a { border-left: var(--rail); }

/* --- Enthüllungen -------------------------------------------------------- */

.rv { opacity: 0; transform: translateY(26px); }
.rv-blur { opacity: 0; filter: blur(9px); transform: translateY(16px); }
.rv-img { clip-path: inset(0 0 100% 0); }
.no-js .rv, .no-js .rv-blur { opacity: 1; transform: none; filter: none; }
.no-js .rv-img { clip-path: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rv, .rv-blur { opacity: 1 !important; transform: none !important; filter: none !important; }
  .rv-img { clip-path: none !important; }
  .ticker-track { animation: none; }
}

/* --- Rechtstexte --------------------------------------------------------- */

.legal { padding: 128px 0 90px; }
.legal h1 { margin-bottom: 28px; }
.legal h2 {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 34px 0 10px;
  color: var(--bone);
}
.legal p, .legal li { color: var(--muted); font-size: .95rem; max-width: 72ch; }
.legal li { padding: 3px 0 3px 18px; position: relative; }
.legal li::before { content: '—'; position: absolute; left: 0; color: var(--red); }
.legal a { color: var(--gold); }
