/* =========================================================================
   Cloud Seven, Hochzeitssänger und Hochzeitssängerin aus Nürnberg
   Design: "Wolke Sieben bei Dämmerung"
   Tiefes Nachtblau, Markenblau als Licht, Kerzengold als Wärme.
   ========================================================================= */

/* ---------- Schriften (selbst gehostet, keine Google-Verbindung) -------- */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/fraunces-normal-latin.woff2') format('woff2');
  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: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin.woff2') format('woff2');
  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: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/instrument-sans-normal-latin.woff2') format('woff2');
  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: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/instrument-sans-normal-latin-ext.woff2') format('woff2');
  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: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/instrument-sans-italic-latin.woff2') format('woff2');
  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;
}

/* ---------- Tokens ------------------------------------------------------ */

:root {
  --ink-950: #04090f;
  --ink-900: #070e18;
  --ink-850: #0a1622;
  --ink-800: #0d1c2b;
  --ink-700: #122539;
  --ink-600: #1b3852;
  --ink-line: rgba(155, 196, 224, 0.16);

  --sky-600: #005e91;
  --sky-550: #0070ab;  /* Buttonflächen, AA-sicher mit weißer Schrift */
  --sky-500: #007dbe;
  --sky-400: #2ba5e0;
  --sky-300: #7ed2f2;

  --candle-500: #d9a25c;
  --candle-400: #e8b872;
  --candle-300: #f3d7ab;

  --paper: #fbf7f0;
  --paper-dim: #efe7da;

  --text-100: #eef5fa;
  --text-200: #c8dae8;
  --text-300: #93aec4;
  --text-400: #6d879d;

  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --font-body: 'Instrument Sans', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;

  --wrap: 1180px;
  --wrap-narrow: 760px;
  --gut: clamp(1.25rem, 4vw, 3rem);

  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 24px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-lift: 0 18px 50px -18px rgba(0, 0, 0, 0.75);
  --shadow-glow: 0 0 0 1px rgba(0, 125, 190, 0.35), 0 20px 60px -22px rgba(0, 125, 190, 0.55);
}

/* ---------- Reset ------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--ink-900);
  color: var(--text-200);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video, svg, iframe { max-width: 100%; display: block; }
img { height: auto; }

a { color: var(--sky-300); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--candle-300); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--text-100);
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin: 0 0 0.6em;
  font-variation-settings: 'SOFT' 40, 'WONK' 1;
}

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.15em; padding-left: 1.25em; }

strong, b { color: var(--text-100); font-weight: 600; }

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ink-line), transparent);
  margin: 3rem 0;
}

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

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

/* ---------- Atmosphäre: Wolkenlicht + Filmkorn ------------------------- */

body::before {
  content: '';
  position: fixed;
  inset: -20vmax;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(52vmax 42vmax at 12% 4%, rgba(0, 125, 190, 0.30), transparent 62%),
    radial-gradient(46vmax 40vmax at 88% 22%, rgba(232, 184, 114, 0.13), transparent 60%),
    radial-gradient(60vmax 50vmax at 50% 108%, rgba(0, 94, 145, 0.28), transparent 62%);
  filter: blur(10px);
  animation: drift 44s var(--ease) infinite alternate;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
}

@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(2.5%, -2%, 0) scale(1.06); }
  100% { transform: translate3d(-2%, 2.5%, 0) scale(1.03); }
}

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

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

.wrap--narrow { max-width: var(--wrap-narrow); }

.section {
  position: relative;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }

.section--ruled::before {
  content: '';
  position: absolute;
  inset-inline: var(--gut);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ink-line) 22%, var(--ink-line) 78%, transparent);
}

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }

.stack > * + * { margin-top: 1.15em; }

/* ---------- Typografische Bausteine ------------------------------------ */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--candle-400);
  margin: 0 0 1.4rem;
}

.eyebrow::before {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--candle-400));
}

.eyebrow--center::after {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, var(--candle-400), transparent);
}

h1, .h1 {
  font-size: clamp(2.4rem, 1.4rem + 4.4vw, 4.75rem);
  font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 120;
  font-weight: 400;
}

h2, .h2 {
  font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3.15rem);
  font-variation-settings: 'SOFT' 35, 'WONK' 1, 'opsz' 90;
}

h3, .h3 {
  font-size: clamp(1.3rem, 1.1rem + 0.9vw, 1.7rem);
  font-variation-settings: 'SOFT' 45, 'WONK' 1, 'opsz' 40;
  letter-spacing: -0.005em;
}

h4, .h4 {
  font-size: 1.1rem;
  font-variation-settings: 'SOFT' 50, 'WONK' 0, 'opsz' 24;
  letter-spacing: 0;
}

.lead {
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.62;
  color: var(--text-200);
  max-width: 46ch;
}

.lead--center { margin-inline: auto; }

.muted { color: var(--text-300); }
.small { font-size: 0.9rem; line-height: 1.6; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* Markenblaues Highlight in Überschriften */
.glow {
  color: var(--sky-300);
  font-style: italic;
  font-variation-settings: 'SOFT' 60, 'WONK' 1;
}

.gold { color: var(--candle-400); }

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

.btn {
  --btn-bg: var(--sky-550);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.95em 1.9em;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out),
    color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, var(--sky-500), var(--sky-550) 45%, var(--sky-600));
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -14px rgba(0, 125, 190, 0.9);
  color: #fff;
}

.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(0); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--text-100);
  border-color: rgba(155, 196, 224, 0.28);
  backdrop-filter: blur(6px);
}

.btn--ghost::after { background: rgba(255, 255, 255, 0.07); }

.btn--ghost:hover {
  border-color: var(--sky-400);
  box-shadow: 0 14px 34px -18px rgba(0, 0, 0, 0.9);
}

.btn--gold {
  --btn-bg: var(--candle-400);
  --btn-fg: #23180a;
}

.btn--gold::after { background: linear-gradient(120deg, var(--candle-300), var(--candle-400) 55%, var(--candle-500)); }
.btn--gold:hover { color: #23180a; box-shadow: 0 14px 34px -14px rgba(232, 184, 114, 0.75); }

.btn--lg { padding: 1.1em 2.3em; font-size: 1rem; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.btn-row--center { justify-content: center; }

/* Textlink mit Pfeil */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--sky-300);
  text-decoration: none;
  border-bottom: 1px solid rgba(126, 210, 242, 0.3);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s var(--ease-out);
}

.link-arrow::after { content: '→'; transition: transform 0.3s var(--ease-out); }
.link-arrow:hover { color: var(--candle-300); border-color: var(--candle-400); gap: 0.75em; }
.link-arrow:hover::after { transform: translateX(2px); }

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

.site-head {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease),
    border-color 0.4s var(--ease), padding 0.4s var(--ease);
  border-bottom: 1px solid transparent;
  padding-block: 1.1rem;
}

.site-head.is-stuck {
  background: rgba(7, 14, 24, 0.82);
  backdrop-filter: blur(14px) saturate(1.4);
  border-bottom-color: var(--ink-line);
  padding-block: 0.65rem;
}

.site-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: 52px;
  transition: height 0.4s var(--ease);
}

.site-head.is-stuck .brand img { height: 42px; }

.nav { display: flex; align-items: center; gap: clamp(0.4rem, 1.2vw, 1.35rem); }

.nav a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-200);
  text-decoration: none;
  padding: 0.4rem 0;
  position: relative;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--candle-400);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}

.nav a:hover, .nav a[aria-current='page'] { color: var(--text-100); }
.nav a:hover::after, .nav a[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }
.nav a[aria-current='page']::after { background: var(--sky-400); }

.nav__more { display: none; }
.nav .btn { margin-left: 0.5rem; padding: 0.72em 1.4em; font-size: 0.85rem; }
.nav .btn::after { background: linear-gradient(120deg, var(--sky-500), var(--sky-600)); }

/* Menü-Schalter (mobil) */
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(155, 196, 224, 0.25);
  border-radius: 999px;
  background: rgba(10, 22, 34, 0.6);
  backdrop-filter: blur(8px);
  cursor: pointer;
  padding: 0;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: var(--text-100);
  border-radius: 2px;
  transition: transform 0.35s var(--ease-out), opacity 0.2s ease;
}

.nav-toggle span { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle span::before { content: ''; left: 0; top: -6px; transform: none; }
.nav-toggle span::after { content: ''; left: 0; top: 6px; transform: none; }

.nav-toggle[aria-expanded='true'] span { background: transparent; }
.nav-toggle[aria-expanded='true'] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1000px) {
  .nav-toggle { display: block; position: relative; z-index: 3; }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(24rem, 88vw);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.35rem;
    padding: 5rem 2.2rem 2.5rem;
    background: linear-gradient(160deg, var(--ink-850), var(--ink-950));
    border-left: 1px solid var(--ink-line);
    box-shadow: -30px 0 80px -30px rgba(0, 0, 0, 0.9);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s var(--ease-out), visibility 0.5s;
    overflow-y: auto;
    z-index: 2;
  }

  .nav[data-open='true'] { transform: translateX(0); visibility: visible; }

  .nav a {
    font-family: var(--font-display);
    font-size: 1.45rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(155, 196, 224, 0.09);
  }

  .nav a::after { display: none; }

  .nav__more { display: flex; flex-direction: column; margin-top: 1.6rem; }
  .nav__more a {
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: var(--text-300);
    border-bottom: 0;
    padding: 0.38rem 0;
  }
  .nav__more a:hover { color: var(--sky-300); }

  .nav .btn { margin: 1.5rem 0 0; padding: 1em 1.6em; font-size: 0.95rem; }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(4, 9, 15, 0.65);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
    z-index: 99;
  }
  .nav-backdrop[data-open='true'] { opacity: 1; visibility: visible; }
}

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

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: clamp(8rem, 16vh, 11rem) clamp(7rem, 15vh, 10rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  animation: heroZoom 26s var(--ease) infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.02); }
  to   { transform: scale(1.13); }
}

.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 9, 15, 0.88) 0%, rgba(5, 12, 20, 0.62) 34%, rgba(4, 9, 15, 0.86) 78%, var(--ink-900) 100%),
    radial-gradient(80% 60% at 50% 45%, transparent 20%, rgba(4, 9, 15, 0.6) 100%);
}

.hero__inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.hero__logo {
  width: clamp(190px, 26vw, 310px);
  margin: 0 auto clamp(1.5rem, 3vw, 2.4rem);
  filter: drop-shadow(0 6px 26px rgba(0, 125, 190, 0.45));
}

.hero__kicker {
  display: block;
  margin-bottom: 0.7rem;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.66rem + 0.28vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sky-300);
  line-height: 1.5;
  text-shadow: 0 1px 14px rgba(4, 9, 15, 0.9);
}

.hero h1 {
  max-width: 20ch;
  margin-inline: auto;
  text-shadow: 0 2px 30px rgba(4, 9, 15, 0.6);
}

.hero .lead {
  max-width: 54ch;
  margin: 0 auto 2.2rem;
  color: var(--text-200);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin-top: 2.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-400);
}

.hero__meta span { display: inline-flex; align-items: center; }
.hero__meta span::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  margin-left: 1.5rem;
  border-radius: 50%;
  background: var(--candle-500);
  opacity: 0.8;
}
.hero__meta span:last-child::after { display: none; }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-400);
  text-decoration: none;
}

.scroll-cue::after {
  content: '';
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, var(--candle-400), transparent);
  animation: cue 2.6s var(--ease) infinite;
  transform-origin: top;
}

@keyframes cue {
  0%, 100% { transform: scaleY(0.35); opacity: 0.4; }
  50%      { transform: scaleY(1); opacity: 1; }
}

/* Auf schmalen Bildschirmen den Auftakt kompakter halten, damit die
   wichtigsten Elemente ohne Scrollen sichtbar bleiben. */
@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
    padding-block: clamp(6.5rem, 14vh, 8rem) clamp(4.5rem, 10vh, 6rem);
  }

  .hero__logo { width: clamp(140px, 40vw, 190px); margin-bottom: 1.2rem; }

  .hero__kicker { font-size: 0.68rem; letter-spacing: 0.16em; margin-bottom: 0.55rem; }

  .hero h1 { font-size: clamp(2.1rem, 1.1rem + 5.4vw, 2.9rem); }

  .hero .lead {
    font-size: 1rem;
    line-height: 1.55;
    max-width: 34ch;
    margin-bottom: 1.7rem;
  }

  .hero .btn-row { flex-direction: column; align-items: stretch; gap: 0.65rem; }
  .hero .btn { width: 100%; padding: 0.95em 1.6em; }

  .hero__meta {
    margin-top: 1.8rem;
    gap: 0.35rem 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .hero__meta { flex-direction: column; }
  .hero__meta span::after { display: none; }

  .scroll-cue { bottom: 1rem; }
  .scroll-cue::after { height: 34px; }
}

/* Kompakter Seitenkopf für Unterseiten */
.page-head {
  position: relative;
  padding-block: clamp(9rem, 18vh, 13rem) clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}

.page-head__bg { position: absolute; inset: 0; z-index: -2; }

.page-head__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.page-head__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 9, 15, 0.9) 0%, rgba(6, 14, 24, 0.7) 45%, var(--ink-900) 100%);
}

.page-head h1 { max-width: 18ch; }
.page-head .lead { max-width: 52ch; }

/* ---------- Video-Fassade (kein YouTube-Kontakt bis zum Klick) --------- */

.video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  padding: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-800);
  cursor: pointer;
  isolation: isolate;
  box-shadow: var(--shadow-lift);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}

.video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out), filter 0.6s ease;
}

.video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 9, 15, 0.28) 0%, rgba(4, 9, 15, 0.12) 38%, rgba(4, 9, 15, 0.82) 100%);
  transition: opacity 0.5s ease;
}

.video:hover { box-shadow: var(--shadow-glow); }
.video:hover img { transform: scale(1.05); filter: saturate(1.08); }

.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(64px, 8vw, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 125, 190, 0.9);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 18px 50px -12px rgba(0, 125, 190, 0.8);
  transition: transform 0.45s var(--ease-out), background 0.35s ease;
}

.video__play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 18px solid currentColor;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.video__play::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(126, 210, 242, 0.45);
  animation: pulse 3.2s var(--ease) infinite;
}

@keyframes pulse {
  0%   { transform: scale(0.9); opacity: 0.9; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.video:hover .video__play { transform: translate(-50%, -50%) scale(1.08); background: var(--sky-500); }

.video__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.4rem clamp(1rem, 2.5vw, 1.8rem);
  text-align: left;
  font-family: var(--font-body);
}

.video__label strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.95rem + 0.6vw, 1.45rem);
  font-weight: 400;
  color: #fff;
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.video__label span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--candle-400);
}

.video.is-playing { cursor: default; }
.video.is-playing img, .video.is-playing::after,
.video.is-playing .video__play, .video.is-playing .video__label,
.video.is-playing .video__consent { display: none; }

.video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video__consent {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 3;
  padding: 0.34em 0.72em;
  border-radius: 999px;
  border: 1px solid rgba(155, 196, 224, 0.2);
  background: rgba(4, 9, 15, 0.5);
  backdrop-filter: blur(6px);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(201, 218, 232, 0.8);
  line-height: 1.2;
  white-space: nowrap;
}

.video__consent::before {
  content: '▶ ';
  color: var(--candle-400);
  font-size: 0.85em;
}

/* Kleines Video im Raster */
.video--sm .video__play { width: clamp(48px, 5vw, 62px); }
.video--sm .video__play::before {
  margin-left: 4px;
  border-left-width: 13px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.video--sm .video__play::after { inset: -7px; }

.vcard { display: flex; flex-direction: column; }

.vcard__title {
  margin: 1.1rem 0 0.15rem;
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.25rem);
  font-variation-settings: 'SOFT' 45, 'WONK' 1, 'opsz' 30;
  line-height: 1.22;
}

.vcard__kicker {
  margin: 0 0 0.7rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--candle-500);
}

.vcard .small { margin-bottom: 0; }

.video--hero {
  box-shadow: 0 40px 110px -34px rgba(0, 0, 0, 0.92), 0 0 0 1px rgba(155, 196, 224, 0.12);
}

/* ---------- Medley mit Sprungmarken ------------------------------------- */

.medley { position: relative; }

.medley__head { margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }

.chapters {
  display: grid;
  gap: 0.5rem;
  margin-top: clamp(1.1rem, 2.4vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr));
}

.chapters__hint {
  grid-column: 1 / -1;
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--candle-400);
}

.chapters__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    'no song'
    'no artist'
    'no time';
  gap: 0 0.75rem;
  align-content: center;
  padding: 0.85rem 1rem;
  border: 1px solid var(--ink-line);
  border-radius: var(--r-md);
  background: linear-gradient(155deg, rgba(27, 56, 82, 0.34), rgba(9, 20, 32, 0.5));
  color: var(--text-200);
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.3s ease, transform 0.35s var(--ease-out),
    background 0.3s ease;
}

.chapters__item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 125, 190, 0.5);
  background: linear-gradient(155deg, rgba(0, 125, 190, 0.22), rgba(9, 20, 32, 0.55));
}

.chapters__no {
  grid-area: no;
  align-self: center;
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 1px solid rgba(232, 184, 114, 0.4);
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--candle-400);
}

.chapters__song {
  grid-area: song;
  font-family: var(--font-display);
  font-size: 1rem;
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  line-height: 1.2;
  color: var(--text-100);
}

.chapters__artist {
  grid-area: artist;
  font-size: 0.8rem;
  color: var(--text-400);
  line-height: 1.35;
}

.chapters__time {
  grid-area: time;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--sky-300);
  font-variant-numeric: tabular-nums;
}

.chapters__item.is-active {
  border-color: var(--sky-400);
  background: linear-gradient(155deg, rgba(0, 125, 190, 0.34), rgba(9, 20, 32, 0.5));
  box-shadow: 0 0 0 1px rgba(0, 125, 190, 0.35);
}

.chapters__item.is-active .chapters__no {
  background: var(--sky-550);
  border-color: transparent;
  color: #fff;
}

@media (max-width: 560px) {
  .chapters { gap: 0.45rem; }
  .chapters__item {
    grid-template-areas: 'no song time' 'no artist time';
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .chapters__time { grid-area: time; margin: 0; align-self: center; }
}

/* ---------- Eigene Videos (selbst gehostet) ----------------------------- */

.clip {
  position: relative;
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-800);
  box-shadow: var(--shadow-lift);
  isolation: isolate;
  max-width: 620px;
  margin-inline: auto;
}

.clip__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--clip-ratio, 1 / 1);
  object-fit: cover;
  background: var(--ink-900);
}

.clip__start {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(4, 9, 15, 0.28) 0%, rgba(4, 9, 15, 0.1) 40%, rgba(4, 9, 15, 0.8) 100%);
  transition: opacity 0.4s ease, visibility 0.4s;
}

.clip__play {
  display: grid;
  place-items: center;
  width: clamp(64px, 9vw, 88px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 125, 190, 0.92);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 18px 50px -12px rgba(0, 125, 190, 0.8);
  transition: transform 0.45s var(--ease-out), background 0.35s ease;
}

.clip__play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 17px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.clip__play::after {
  content: '';
  position: absolute;
  width: clamp(84px, 11vw, 108px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(126, 210, 242, 0.45);
  animation: pulse 3.2s var(--ease) infinite;
}

.clip__start:hover .clip__play { transform: scale(1.08); background: var(--sky-500); }

.clip__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.4rem clamp(1rem, 2.5vw, 1.8rem);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.clip__cap strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.95rem + 0.6vw, 1.4rem);
  font-weight: 400;
  color: #fff;
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  line-height: 1.2;
}

.clip__cap span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--candle-400);
}

.clip__badge {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 3;
  padding: 0.34em 0.72em;
  border-radius: 999px;
  border: 1px solid rgba(232, 184, 114, 0.35);
  background: rgba(4, 9, 15, 0.5);
  backdrop-filter: blur(6px);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--candle-300);
  white-space: nowrap;
  transition: opacity 0.4s ease;
}

.clip.is-playing .clip__start,
.clip.is-playing .clip__cap,
.clip.is-playing .clip__badge {
  opacity: 0;
  visibility: hidden;
}

.clip__fallback {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin: 0;
  padding: 0.8rem 1rem;
  background: rgba(4, 9, 15, 0.85);
  font-size: 0.85rem;
  text-align: center;
  color: var(--text-200);
}

/* Breites Format nebeneinander */
.clip--wide { max-width: none; }

.clips {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  align-items: start;
}

.clips .clip { max-width: none; }

/* ---------- Karten ------------------------------------------------------ */

.card {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.3rem);
  border: 1px solid var(--ink-line);
  border-radius: var(--r-md);
  background:
    linear-gradient(155deg, rgba(27, 56, 82, 0.42), rgba(10, 22, 34, 0.55));
  backdrop-filter: blur(6px);
  transition: transform 0.45s var(--ease-out), border-color 0.4s ease, background 0.4s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 125, 190, 0.45);
}

.card h3 { margin-bottom: 0.5rem; }
.card p:last-child { margin-bottom: 0; }

.card__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--candle-500);
  display: block;
  margin-bottom: 1rem;
}

/* Merkmalsliste mit Wolken-Häkchen */
.checks { list-style: none; margin: 0; padding: 0; }

.checks li {
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 0.95rem;
  line-height: 1.55;
}

.checks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(0, 125, 190, 0.16);
  border: 1px solid rgba(43, 165, 224, 0.5);
}

.checks li::after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.72em;
  width: 0.32rem;
  height: 0.6rem;
  border: solid var(--sky-300);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(42deg);
}

/* ---------- Porträts ---------------------------------------------------- */

.person {
  position: relative;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.2rem);
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.person--flip { grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); }
.person--flip .person__media { order: 2; }

@media (max-width: 780px) {
  .person, .person--flip { grid-template-columns: 1fr; }
  .person--flip .person__media { order: 0; }
}

.person__media {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}

.person__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out);
}

.person:hover .person__media img { transform: scale(1.04); }

.person__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 9, 15, 0.72));
  pointer-events: none;
}

.person__name {
  position: absolute;
  left: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(0.9rem, 3vw, 1.4rem);
  z-index: 2;
  margin: 0;
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem);
  color: #fff;
}

.person__role {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--candle-400);
  margin-bottom: 0.35rem;
}

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

.quote-big {
  position: relative;
  text-align: center;
  max-width: 22ch;
  margin-inline: auto;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.85rem, 1.2rem + 3.2vw, 3.6rem);
  line-height: 1.16;
  color: var(--text-100);
  font-variation-settings: 'SOFT' 60, 'WONK' 1, 'opsz' 110;
  text-wrap: balance;
}

.quote-big cite {
  display: block;
  margin-top: 1.8rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-400);
}

.voices {
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 1.8rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.voice {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid var(--ink-line);
  border-radius: var(--r-md);
  background: linear-gradient(158deg, rgba(27, 56, 82, 0.36), rgba(9, 20, 32, 0.5));
  transition: transform 0.45s var(--ease-out), border-color 0.35s ease;
}

.voice:hover { transform: translateY(-4px); border-color: rgba(232, 184, 114, 0.4); }

.voice__head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.2rem;
}

.voice__avatar {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(232, 184, 114, 0.4);
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.9);
}

.voice__head figcaption {
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--text-100);
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  line-height: 1.25;
}

.voice blockquote {
  position: relative;
  margin: 0;
  padding-left: 1.15rem;
  border-left: 2px solid rgba(232, 184, 114, 0.35);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-200);
}

/* ---------- Papier-Panel (lange Listen, Liedzettel-Optik) -------------- */

.paper {
  position: relative;
  background: var(--paper);
  color: #1c2733;
  border-radius: var(--r-lg);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.85);
}

.paper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23p)' opacity='0.045'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.paper { color: #33424f; }
.paper__mark {
  width: clamp(120px, 16vw, 170px);
  margin: 0 auto 1.6rem;
  opacity: 0.9;
}

.paper h2, .paper h3, .paper h4 { color: #0d1c2b; }
.paper .lead { color: #3d4d5c; }
.paper a { color: var(--sky-600); }
.paper a:hover { color: #0d1c2b; }
.paper .muted { color: #5c6b7a; }
.paper strong { color: #0d1c2b; }
.paper hr { background: linear-gradient(90deg, transparent, rgba(13, 28, 43, 0.22), transparent); }
.paper .eyebrow { color: #a6712a; }
.paper .eyebrow::before { background: linear-gradient(90deg, transparent, #a6712a); }
.paper .eyebrow--center::after { background: linear-gradient(90deg, #a6712a, transparent); }

/* ---------- Songlisten -------------------------------------------------- */

.songset { margin-top: 2.6rem; }

.songset__title {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  color: #0d1c2b;
}

.songset__title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(13, 28, 43, 0.16);
}

.songlist {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: clamp(1.6rem, 4vw, 3.5rem);
}

@media (max-width: 700px) { .songlist { columns: 1; } }

.songset__sub {
  margin: -0.5rem 0 1.2rem;
  font-size: 0.92rem;
  color: #5c6b7a;
}

.songlist li {
  break-inside: avoid;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(13, 28, 43, 0.08);
  font-size: 0.97rem;
  line-height: 1.4;
  color: #33424f;
  transition: color 0.2s ease;
}

.songlist li b {
  display: block;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a6a35;
}

.songlist li i {
  font-style: normal;
  color: #1c2733;
}

.songlist--plain li { color: #1c2733; }
.songlist li:hover { color: var(--sky-600); }

/* Songfilter */
.songfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1.8rem;
}

.songfilter input {
  flex: 1 1 16rem;
  min-width: 0;
  padding: 0.85em 1.15em;
  border: 1px solid rgba(13, 28, 43, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #0d1c2b;
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.songfilter input::placeholder { color: #8b98a5; }
.songfilter input:focus { outline: 2px solid var(--sky-500); outline-offset: 1px; border-color: transparent; }

.songfilter__count { font-size: 0.85rem; color: #61707f; }

.is-hidden { display: none !important; }

/* ---------- Bilderstreifen ---------------------------------------------- */

.strip {
  display: grid;
  gap: clamp(0.7rem, 1.6vw, 1.2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.5rem), 1fr));
}

.strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-md);
  aspect-ratio: 4 / 5;
  background: var(--ink-800);
  border: 1px solid var(--ink-line);
}

.strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out), filter 0.6s ease;
}

.strip figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 9, 15, 0.85));
}

.strip figcaption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.8rem;
  z-index: 2;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-100);
}

.strip figure:hover img { transform: scale(1.06); filter: saturate(1.1); }

/* Auf dem Handy als Wischgalerie statt als hoher Stapel */
@media (max-width: 720px) {
  .strip {
    display: flex;
    gap: 0.7rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.4rem;
    margin-inline: calc(var(--gut) * -1);
    padding-inline: var(--gut);
  }

  .strip::-webkit-scrollbar { display: none; }

  .strip figure {
    flex: 0 0 72%;
    scroll-snap-align: center;
  }
}

/* Einzelnes Foto in einem Raster */
.shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid var(--ink-line);
  aspect-ratio: 1 / 1;
  background: var(--ink-800);
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out);
}

.shot:hover img { transform: scale(1.05); }

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

.gallery {
  display: grid;
  gap: clamp(0.6rem, 1.4vw, 1.1rem);
  grid-template-columns: repeat(12, 1fr);
}

.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--ink-800);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out), filter 0.6s ease;
}

.gallery figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 9, 15, 0.78));
  opacity: 0;
  transition: opacity 0.45s ease;
}

.gallery figcaption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.1rem;
  z-index: 2;
  font-size: 0.85rem;
  color: var(--text-100);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.5s var(--ease-out);
}

.gallery figure:hover img { transform: scale(1.06); filter: saturate(1.1); }
.gallery figure:hover::after { opacity: 1; }
.gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }

.gallery .g-wide { grid-column: span 8; aspect-ratio: 16 / 9; }
.gallery .g-tall { grid-column: span 4; aspect-ratio: 3 / 4; }
.gallery .g-half { grid-column: span 6; aspect-ratio: 16 / 10; }
.gallery .g-third { grid-column: span 4; aspect-ratio: 1 / 1; }
.gallery .g-full { grid-column: span 12; aspect-ratio: 21 / 9; }

@media (max-width: 900px) {
  .gallery .g-wide { grid-column: span 12; }
  .gallery .g-tall, .gallery .g-half, .gallery .g-third { grid-column: span 6; }
}

@media (max-width: 560px) {
  .gallery .g-wide, .gallery .g-tall, .gallery .g-half,
  .gallery .g-third, .gallery .g-full {
    grid-column: span 12;
    aspect-ratio: 4 / 3;
  }
}

/* ---------- Ablauf / Zeitstrahl ---------------------------------------- */

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  counter-reset: step;
}

.steps li {
  position: relative;
  padding-top: 2.6rem;
  counter-increment: step;
}

.steps li::before {
  content: '0' counter(step);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--candle-400);
}

.steps li::after {
  content: '';
  position: absolute;
  top: 1.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--sky-500), rgba(0, 125, 190, 0.05));
}

.steps h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.steps p { font-size: 0.95rem; color: var(--text-300); margin: 0; }

/* ---------- CTA-Band ---------------------------------------------------- */

.cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--r-lg);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  border: 1px solid rgba(155, 196, 224, 0.2);
  background: linear-gradient(150deg, rgba(0, 125, 190, 0.34), rgba(9, 20, 32, 0.72) 52%, rgba(232, 184, 114, 0.18));
  box-shadow: 0 40px 100px -50px rgba(0, 125, 190, 0.7);
}

.cta::before {
  content: '';
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(42% 42% at 50% 45%, rgba(0, 125, 190, 0.5), transparent 72%);
  animation: drift 30s var(--ease) infinite alternate;
}

.cta__mark {
  width: clamp(72px, 8vw, 96px);
  margin: 0 auto 1.7rem;
  opacity: 0.95;
  filter: drop-shadow(0 4px 18px rgba(0, 125, 190, 0.5));
}

.cta h2 { max-width: 18ch; margin-inline: auto; }
.cta .lead { max-width: 48ch; margin: 0 auto 2rem; }

/* ---------- Anfrage-Baukasten ------------------------------------------ */

.compose {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}

.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field--wide { grid-column: 1 / -1; }

.field label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-300);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.9em 1.1em;
  border: 1px solid var(--ink-line);
  border-radius: var(--r-sm);
  background: rgba(6, 14, 24, 0.6);
  color: var(--text-100);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.field textarea { min-height: 8.5rem; resize: vertical; }

.field input::placeholder, .field textarea::placeholder { color: var(--text-400); }

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--sky-400);
  background: rgba(10, 22, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(0, 125, 190, 0.18);
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%2393aec4' stroke-width='1.6'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  background-size: 12px;
  padding-right: 2.6rem;
}

.field select option { background: var(--ink-850); color: var(--text-100); }

.copybox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 1rem 1.2rem;
  border: 1px dashed rgba(155, 196, 224, 0.28);
  border-radius: var(--r-sm);
  background: rgba(6, 14, 24, 0.5);
  font-size: 0.95rem;
}

.copybox code {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-100);
  letter-spacing: 0.01em;
}

.copybox button {
  margin-left: auto;
  padding: 0.55em 1.1em;
  border: 1px solid rgba(155, 196, 224, 0.3);
  border-radius: 999px;
  background: transparent;
  color: var(--text-200);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.copybox button:hover { border-color: var(--sky-400); color: var(--text-100); background: rgba(0, 125, 190, 0.15); }

.note {
  font-size: 0.88rem;
  color: var(--text-300);
  border-left: 2px solid var(--candle-500);
  padding-left: 1.1rem;
}

.mailtext {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  max-height: 16rem;
  overflow: auto;
  border: 1px solid var(--ink-line);
  border-radius: var(--r-sm);
  background: rgba(4, 9, 15, 0.6);
  color: var(--text-200);
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ---------- Auszeichnung ------------------------------------------------ */

.award {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  flex-wrap: wrap;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(232, 184, 114, 0.28);
  border-radius: var(--r-md);
  background: linear-gradient(140deg, rgba(232, 184, 114, 0.1), rgba(9, 20, 32, 0.5));
}

.award img { width: 96px; border-radius: var(--r-sm); flex-shrink: 0; }
.award div { flex: 1 1 16rem; }
.award h3 { margin-bottom: 0.3rem; font-size: 1.2rem; }
.award p { margin: 0; font-size: 0.95rem; color: var(--text-300); }

/* ---------- Regionen-Wolke ---------------------------------------------- */

.regions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.regions li {
  padding: 0.42em 0.95em;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--text-300);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s var(--ease-out);
}

.regions li:hover {
  border-color: rgba(0, 125, 190, 0.5);
  color: var(--text-100);
  transform: translateY(-2px);
}

.regions li.is-key {
  border-color: rgba(232, 184, 114, 0.45);
  color: var(--candle-300);
  font-weight: 600;
}

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

.faq { border-top: 1px solid var(--ink-line); }

.faq details {
  border-bottom: 1px solid var(--ink-line);
  padding: 0.3rem 0;
}

.faq summary {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.28rem);
  color: var(--text-100);
  font-variation-settings: 'SOFT' 45, 'WONK' 1;
  transition: color 0.25s ease;
}

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

.faq summary::after {
  content: '';
  margin-left: auto;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 0.42em;
  border: solid var(--candle-400);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  transition: transform 0.35s var(--ease-out);
}

.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { color: var(--sky-300); }

.faq details > div {
  padding: 0 0 1.5rem;
  max-width: 62ch;
  color: var(--text-300);
  animation: fadeUp 0.5s var(--ease-out) both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

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

.site-foot {
  position: relative;
  padding-block: clamp(3.5rem, 7vw, 6rem) 2.5rem;
  border-top: 1px solid var(--ink-line);
  background: linear-gradient(180deg, transparent, rgba(4, 9, 15, 0.6));
}

.foot-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1.3fr) repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  margin-bottom: 3rem;
}

.site-foot img.foot-logo { width: 190px; margin-bottom: 1.4rem; }

.foot-col h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--candle-400);
  margin-bottom: 1.1rem;
}

.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col li { margin-bottom: 0.6rem; }

.foot-col a {
  font-size: 0.92rem;
  color: var(--text-300);
  text-decoration: none;
  transition: color 0.25s ease;
}

.foot-col a:hover { color: var(--sky-300); }

.social { display: flex; gap: 0.6rem; margin-top: 1.3rem; }

.social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--ink-line);
  border-radius: 50%;
  color: var(--text-300);
  transition: border-color 0.3s, color 0.3s, transform 0.3s var(--ease-out);
}

.social a:hover { border-color: var(--sky-400); color: var(--sky-300); transform: translateY(-2px); }
.social svg { width: 17px; height: 17px; fill: currentColor; }

.foot-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--ink-line);
  font-size: 0.82rem;
  color: var(--text-400);
}

.foot-bar nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.foot-bar a { color: var(--text-400); text-decoration: none; }
.foot-bar a:hover { color: var(--text-200); }

/* SEO-Fließtext, sichtbar aber zurückgenommen */
.seo-text {
  font-size: 0.86rem;
  line-height: 1.75;
  color: var(--text-400);
  max-width: 90ch;
  margin-bottom: 2.5rem;
}

/* ---------- Nur für Screenreader --------------------------------------- */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 999;
  padding: 0.8em 1.4em;
  background: var(--sky-500);
  color: #fff;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  text-decoration: none;
  font-weight: 600;
  transition: top 0.25s var(--ease-out);
}

.skip-link:focus { top: 0; color: #fff; }

/* ---------- Einblenden beim Scrollen ----------------------------------- */

/* Nur wenn JavaScript laeuft. Ohne JS bleibt alles sofort sichtbar. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.js [data-reveal].is-in { opacity: 1; transform: none; }

/* Auftakt beim Laden */
[data-enter] {
  opacity: 0;
  transform: translateY(22px);
  animation: enter 1.1s var(--ease-out) forwards;
  animation-delay: var(--enter-delay, 0ms);
}

@keyframes enter {
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
  [data-enter] { opacity: 1; transform: none; animation: none; }
}

/* ---------- Druck ------------------------------------------------------- */

@media print {
  body { background: #fff; color: #000; }
  body::before, body::after, .site-head, .site-foot, .video__play, .scroll-cue { display: none !important; }
  .paper { box-shadow: none; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 0.8em; }
}
