@charset "utf-8";

/* ==========================================================================
   hey sunny - sunny-acoustics.com - Stylesheet
   Schriften: Fraunces (Display) + Inter (Text), lokal gehostet.
   Farben stammen aus dem hey-sunny-Logo (Ocker, Terrakotta, Braun).
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-var.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-var.woff2") format("woff2-variations");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --paper:    #fbf8f3;   /* warmes Papier                       */
  --paper-2:  #f3ece2;   /* abgesetzte Fläche                   */
  --ink:      #1f1b17;   /* warmes Fast-Schwarz                 */
  --ink-2:    #554e46;   /* gedämpfter Text                     */
  --ink-3:    #6f665c;   /* Beschriftungen                      */
  --rule:     #e3dacd;   /* Haarlinie                           */
  --accent:   #96552c;   /* Ocker/Terrakotta aus dem Logo       */
  --accent-2: #8a4f28;   /* dunkler, für Links auf Papier       */
  --night:    #16130f;   /* dunkle Sektion                      */
  --night-2:  #c9c0b4;   /* Text auf dunkel                     */

  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --text: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --gap: clamp(1.25rem, 5vw, 4rem);           /* seitlicher Rand   */
  --band: clamp(4.5rem, 11vw, 8.5rem);        /* Abstand Sektionen */
  --max: 1200px;
}

/* ------------------------------------------------------------------ Basis */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 350;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

::selection { background: var(--accent); color: var(--paper); }

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

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: .75rem 1.25rem; z-index: 200;
}
.skip:focus { left: 0; }

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

.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;
}

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

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 380;
  font-variation-settings: "opsz" 144;
  line-height: 1.08;
  letter-spacing: -.018em;
  margin: 0;
  text-wrap: balance;
}

h2 { font-size: clamp(1.75rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.15rem, 1.9vw, 1.4rem); line-height: 1.25; letter-spacing: -.01em; }

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

.lead {
  font-family: var(--display);
  font-variation-settings: "opsz" 60;
  font-weight: 330;
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  line-height: 1.42;
  letter-spacing: -.012em;
  max-width: 30ch;
  color: var(--ink);
}

.prose { max-width: 62ch; color: var(--ink-2); }
.prose a { color: var(--accent-2); text-underline-offset: .22em; }

/* Kleine Auszeichnung über Überschriften */
.label {
  font-family: var(--text);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1.5rem;
  display: block;
}

/* Sektionskopf mit Haarlinie */
.head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--text);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95rem 1.7rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background .28s ease, color .28s ease, border-color .28s ease;
}
.btn:hover { background: var(--ink); color: var(--paper); }

.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--accent-2); border-color: var(--accent-2); color: var(--paper); }

.btn--light { border-color: rgba(255,255,255,.45); color: #fff; }
.btn--light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Textlink mit wachsender Unterlinie */
.link {
  text-decoration: none;
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-2);
  border-bottom: 1px solid var(--rule);
  padding-bottom: .18rem;
  transition: border-color .25s ease;
  white-space: nowrap;
}
.link:hover { border-color: var(--accent-2); }

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

.site-head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding-block: 1.15rem;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.site-head__in {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -.01em;
  text-decoration: none;
  color: #fff;
  transition: color .35s ease;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.1rem); }
.nav a {
  font-size: .76rem;
  font-weight: 450;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,.92);
  transition: color .25s ease;
  padding-block: .35rem;
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }

/* Zustand: gescrollt oder Seite ohne Hero */
.site-head.is-solid, body.no-hero .site-head {
  background: rgba(251,248,243,.94);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--rule);
}
.site-head.is-solid .wordmark, body.no-hero .wordmark { color: var(--ink); }
.site-head.is-solid .nav a, body.no-hero .nav a { color: var(--ink-2); }
.site-head.is-solid .nav a:hover, body.no-hero .nav a:hover,
.site-head.is-solid .nav a[aria-current="page"], body.no-hero .nav a[aria-current="page"] { color: var(--ink); }

.nav-toggle { display: none; }

@media (max-width: 800px) {
  .nav-toggle {
    display: inline-flex; align-items: center; gap: .5rem;
    background: none; border: 0; padding: .4rem 0;
    font-family: var(--text); font-size: .74rem; font-weight: 500;
    letter-spacing: .14em; text-transform: uppercase;
    color: rgba(255,255,255,.9); cursor: pointer;
  }
  .site-head.is-solid .nav-toggle, body.no-hero .nav-toggle { color: var(--ink); }

  /* backdrop-filter macht die Kopfzeile zum Bezugsrahmen fuer fest
     positionierte Kinder - das Vollbild-Menue waere dann nur so hoch wie die
     Kopfzeile und liefe ueber den Seiteninhalt. Auf dem Handy also weg damit;
     der Hintergrund ist ohnehin fast deckend. */
  .site-head,
  .site-head.is-solid,
  body.no-hero .site-head {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  /* Der Schliessen-Knopf muss ueber der Menueflaeche liegen, sonst kommt man
     nur noch durch Antippen eines Menuepunkts wieder heraus. */
  .nav-toggle { position: relative; z-index: 2; }

  /* Klappfeld direkt unter der Kopfzeile - nur so hoch wie die Eintraege.
     "absolute" bezieht sich auf die fest positionierte Kopfzeile, deshalb
     sitzt es immer buendig darunter, egal wie hoch sie ist. */
  .nav {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .35rem var(--gap) .9rem;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    opacity: 0;
    transform: translateY(-.4rem);
    visibility: hidden;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .nav a {
    color: var(--ink) !important;
    font-size: .95rem;
    letter-spacing: .16em;
    text-align: center;
    padding-block: .85rem;
    border-bottom: 1px solid var(--rule);
  }
  .nav a:last-child { border-bottom: 0; }
}

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

.hero {
  position: relative;
  min-height: min(94svh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--night);
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    /* unten dunkel, damit Titel und Knöpfe tragen  */
    linear-gradient(to top, rgba(10,8,6,.86) 0%, rgba(10,8,6,.58) 34%, rgba(10,8,6,.14) 66%, rgba(10,8,6,0) 100%),
    /* links dunkel, weil der Text linksbündig steht */
    linear-gradient(to right, rgba(10,8,6,.58) 0%, rgba(10,8,6,.24) 44%, rgba(10,8,6,0) 74%),
    /* oben ein schmales Band für die Kopfzeile       */
    linear-gradient(to bottom, rgba(10,8,6,.58) 0%, rgba(10,8,6,.14) 16%, rgba(10,8,6,0) 30%);
}
.hero__in {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gap) clamp(3rem, 8vh, 5.5rem);
  color: #fff;
}
.hero__eyebrow {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin: 0 0 1.1rem;
}
.hero h1 {
  font-size: clamp(3rem, 11vw, 7.5rem);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -.035em;
  line-height: .92;
  margin: 0 0 1.1rem;
  color: #fff;
}
.hero__sub {
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  font-weight: 330;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
  max-width: 26ch;
  margin: 0;
}
.hero__credit {
  position: absolute;
  right: var(--gap);
  bottom: 1.1rem;
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

/* Schmale Schirme: Der Bildausschnitt würde Sunny und Marty abschneiden -
   beide stehen ganz außen im Bild. Deshalb läuft das Foto hier in seinem
   echten Seitenverhältnis, und der Titel steht darunter auf Papier. */
@media (max-width: 720px) {
  .hero {
    display: block;
    min-height: 0;
    background: var(--paper);
  }
  .hero__img {
    position: static;
    height: auto;
    aspect-ratio: 3 / 2;   /* neues Startbild: 6000 x 4000 */
    object-position: 50% 50%;
  }
  .hero__scrim { display: none; }
  .hero__in {
    color: var(--ink);
    padding-block: clamp(1.75rem, 7vw, 2.75rem) clamp(2.5rem, 9vw, 4rem);
  }
  .hero__eyebrow { color: var(--accent); }
  .hero h1 { color: var(--ink); font-size: clamp(2.9rem, 15vw, 4.5rem); }
  .hero__sub { color: var(--ink-2); max-width: 30ch; }
  .hero__credit {
    position: static;
    display: block;
    color: var(--ink-3);
    padding: .55rem var(--gap) 0;
    max-width: var(--max);
    margin-inline: auto;
    text-align: right;
  }
  /* Auf dem Handy trägt der Hero-Titel auf Papier, nicht auf dem Foto -
     die hellen Knöpfe wären dort weiß auf weiß. */
  .hero .btn--light { border-color: var(--ink); color: var(--ink); }
  .hero .btn--light:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .hero .btn--light:first-child { background: var(--ink); color: var(--paper); }
  .hero .btn--light:first-child:hover { background: var(--accent-2); border-color: var(--accent-2); }
}

/* Die Kopfzeile liegt auf dem Handy über wechselnden Untergründen - mal Papier,
   mal ein helles Foto. Deshalb ist sie dort immer gedeckt statt durchsichtig. */
@media (max-width: 720px) {
  .site-head {
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
  }
  .site-head .wordmark,
  .site-head .nav-toggle { color: var(--ink); }
  .site-head .nav a { color: var(--ink-2); }
  .site-head .nav a:hover,
  .site-head .nav a[aria-current="page"] { color: var(--ink); }
}

/* ------------------------------------------------------------- Sektionen */

.band { padding-block: var(--band); }
.band--tight { padding-block: clamp(3rem, 7vw, 5rem); }
.band--paper2 { background: var(--paper-2); }
.band--night { background: var(--night); color: var(--night-2); }

/* Abschlussblock vor der Fußzeile. Lag vorher auf demselben Schwarz wie der
   Fuß und ging optisch darin unter - deshalb warmes Sand als Absetzung.
   Die Schrift muss hier dunkel sein, sonst verschwindet sie im Hellen. */
.band--sand { background: #d9c6b0; color: var(--ink); }
.band--sand h2, .band--sand h3 { color: var(--ink); }
.band--sand .label { color: var(--accent-2); }
.band--sand .cta p { color: #574c3f; }
.band--sand .prose { color: #574c3f; }
.band--sand .btn--solid { background: var(--ink); color: #fff; border-color: var(--ink); }
.band--sand .btn--solid:hover { background: var(--accent-2); border-color: var(--accent-2); }
.band--night h2, .band--night h3 { color: #fff; }
.band--night .label { color: #d09a68; }

/* Intro: großer Satz + Randnotiz */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 860px) { .intro { grid-template-columns: 1fr; } }


.platforms {
  list-style: none;
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 2.25rem;
  align-items: baseline;
}
.platforms li { font-size: .8rem; }
.platforms a {
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-2);
  border-bottom: 1px solid transparent;
  padding-bottom: .15rem;
  transition: color .25s ease, border-color .25s ease;
}
.platforms a:hover { color: var(--accent-2); border-color: var(--accent-2); }
.platforms__label {
  font-size: .7rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink-3); margin-right: .5rem;
}

/* ------------------------------------------------------------- Bildband */

figure { margin: 0; }
.figure { position: relative; }
.figure img { width: 100%; }
.figure figcaption {
  font-size: .66rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: .7rem;
}

/* Zwei Spalten: Bild + Text */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------- Besetzung */

.members { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.members li { display: grid; grid-template-columns: 6rem 1fr; gap: 1.25rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--rule); }
.members b { font-family: var(--display); font-variation-settings: "opsz" 40; font-weight: 400; font-size: 1.15rem; }
.members span { color: var(--ink-2); font-size: .95rem; }

/* --------------------------------------------------------------- Eckdaten */

.facts { margin: 0; display: grid; gap: 0; }
.facts > div {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1rem 2rem;
  padding-block: 1.05rem;
  border-bottom: 1px solid var(--rule);
}
.facts dt { font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3); }
.facts dd { margin: 0; color: var(--ink); }
@media (max-width: 640px) { .facts > div { grid-template-columns: 1fr; gap: .2rem; } }

/* --------------------------------------------------------------- Formular */

.form { display: grid; gap: 1.6rem; max-width: 34rem; }
.field { display: grid; gap: .45rem; }
.field label {
  font-size: .72rem; font-weight: 500; letter-spacing: .15em;
  text-transform: uppercase; color: var(--ink-3);
}
.field input, .field textarea {
  font-family: var(--text);
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  padding: .65rem 0;
  transition: border-color .25s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent-2);
}
.field textarea { resize: vertical; min-height: 7rem; line-height: 1.65; }
.form__note { font-size: .8rem; color: var(--ink-3); max-width: 34rem; }
.form__note a { color: var(--accent-2); }
.hp { position: absolute; left: -9999px; }

/* Große E-Mail-Adresse auf der Kontaktseite */
.mailto {
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-weight: 350;
  font-size: clamp(1.5rem, 4.6vw, 3rem);
  letter-spacing: -.022em;
  line-height: 1.15;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
  padding-bottom: .12em;
  transition: border-color .25s ease, color .25s ease;
  overflow-wrap: anywhere;
}
.mailto:hover { color: var(--accent-2); border-color: var(--accent-2); }

.contact-direct { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.contact-direct dt { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); }
.contact-direct dd { margin: 0 0 1.2rem; }
.contact-direct a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--rule); padding-bottom: .12rem; }
.contact-direct a:hover { border-color: var(--accent-2); color: var(--accent-2); }

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

.cta { text-align: center; }
.cta h2 { max-width: 18ch; margin-inline: auto; }
.cta p { margin-top: 1.1rem; color: var(--night-2); max-width: 44ch; margin-inline: auto; }
.cta .btn { margin-top: 2.25rem; }

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

.site-foot {
  background: var(--night);
  color: var(--night-2);
  padding-block: clamp(3rem, 7vw, 5rem) 2.25rem;
  font-size: .84rem;
}
.foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: 2.5rem clamp(2rem, 5vw, 4rem);
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (max-width: 780px) { .foot__grid { grid-template-columns: 1fr 1fr; } .foot__brand { grid-column: 1 / -1; } }

.foot__logo { width: 132px; margin-bottom: 1.1rem; }
.foot__tag { color: rgba(255,255,255,.66); max-width: 26ch; margin: 0; font-size: .84rem; line-height: 1.6; }

.site-foot h2 {
  font-family: var(--text);
  font-size: .7rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.62);
  margin: 0 0 1.15rem;
}
.foot__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.foot__list a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: color .25s ease;
}
.foot__list a:hover { color: #fff; }

.foot__bottom {
  padding-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.75rem;
  align-items: center;
  justify-content: space-between;
  font-size: .74rem;
  color: rgba(255,255,255,.62);
}
.foot__bottom nav { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; }
.foot__bottom a { color: rgba(255,255,255,.6); text-decoration: none; }
.foot__bottom a:hover { color: #fff; }

/* ------------------------------------------------------- Innere Seiten */

.page-head { padding-block: clamp(7.5rem, 14vw, 10.5rem) clamp(2.5rem, 5vw, 4rem); }
.page-head h1 {
  font-size: clamp(2.4rem, 6.5vw, 4.5rem);
  font-weight: 320;
  letter-spacing: -.028em;
}
.page-head p { margin-top: 1.25rem; color: var(--ink-2); max-width: 46ch; }

/* Rechtstexte */
.legal { max-width: 68ch; }
.legal h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}
.legal h3 { font-size: 1.05rem; margin-top: 1.9rem; }
.legal p, .legal li { color: var(--ink-2); font-size: .97rem; }
.legal ul, .legal ol { padding-left: 1.2rem; }
.legal li { margin-bottom: .4rem; }
.legal a { color: var(--accent-2); }
.legal address { font-style: normal; color: var(--ink); line-height: 1.9; }

.notice {
  border-left: 2px solid var(--accent);
  background: var(--paper-2);
  padding: 1.1rem 1.4rem;
  font-size: .92rem;
  color: var(--ink-2);
  margin-block: 1.75rem;
}

/* =========================================================================
   Ab hier: Bausteine, die es nur auf der Hochzeits- und Eventseite gibt.
   ========================================================================= */

/* -------------------------------------------------------- Vertrauensband */

.trust {
  background: var(--paper-2);
  border-bottom: 1px solid var(--rule);
}
.trust ul {
  list-style: none;
  margin: 0;
  padding-block: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 2rem;
  text-align: center;
}
.trust li { font-size: .82rem; color: var(--ink-2); line-height: 1.45; }
.trust b {
  display: block;
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-weight: 420;
  font-size: 1.15rem;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-bottom: .15rem;
}
/* "Lieder im Repertoire" ist ein Link auf die Songliste in der Dropbox.
   Farbe wie die Links im Fließtext, damit er als Link erkennbar ist. */
.trust a { color: var(--accent-2); text-underline-offset: .22em; }

@media (max-width: 720px) {
  .trust ul { grid-template-columns: 1fr 1fr; text-align: left; }
}

/* ---------------------------------------------------------- Leistungen */

/* Feste Spaltenzahlen statt auto-fit: Die Karten liegen auf einem Raster aus
   Haarlinien: eine angebrochene letzte Reihe würde als graues Loch auffallen.
   Deshalb teilt jede Spaltenzahl die Anzahl der Karten glatt auf. */
.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
@media (min-width: 620px)  { .cards--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .cards--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px)  { .cards--3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--paper);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: background .3s ease;
}
.card:hover { background: var(--paper-2); }
.card h3 { margin: 0; }
.card p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.card .link { margin-top: auto; padding-top: 1.1rem; align-self: start; }

/* Karten auf dunklem Grund */
.band--night .cards { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.14); }
.band--night .card { background: var(--night); }
.band--night .card:hover { background: #1e1a15; }
.band--night .card p { color: var(--night-2); }

/* ------------------------------------------------------------- Schritte */

.steps {
  list-style: none;
  counter-reset: schritt;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.steps li {
  counter-increment: schritt;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0 clamp(1.25rem, 3vw, 2.5rem);
  padding-block: clamp(1.6rem, 3vw, 2.2rem);
  border-bottom: 1px solid var(--rule);
}
.steps li:first-child { border-top: 1px solid var(--rule); }
.steps li::before {
  content: counter(schritt, decimal-leading-zero);
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-weight: 300;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1;
  color: var(--accent);
  letter-spacing: -.03em;
}
.steps h3 { margin: 0 0 .45rem; }
.steps p { color: var(--ink-2); margin: 0; max-width: 58ch; }
@media (max-width: 620px) {
  .steps li { grid-template-columns: 1fr; gap: .6rem; }
  .steps li::before { font-size: 1.6rem; }
}

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

.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: .4rem clamp(1.5rem, 4vw, 3.5rem);
  padding-block: clamp(1.5rem, 3vw, 2.1rem);
  border-bottom: 1px solid var(--rule);
}
.timeline li:first-child { border-top: 1px solid var(--rule); }
.timeline__zeit {
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: .35rem;
}
.timeline h3 { margin: 0 0 .4rem; }
.timeline p { color: var(--ink-2); margin: 0; max-width: 58ch; }
@media (max-width: 720px) { .timeline li { grid-template-columns: 1fr; } .timeline__zeit { padding-top: 0; } }

/* ---------------------------------------------------------- Rezensionen */

.quotes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
}
.quote { display: flex; flex-direction: column; }
.quote__stars { color: var(--accent); letter-spacing: .22em; font-size: .9rem; margin-bottom: 1rem; }
.quote blockquote {
  margin: 0 0 1.25rem;
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-weight: 330;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
}
.quote figcaption { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--rule); }
.quote cite { font-style: normal; font-weight: 500; font-size: .9rem; color: var(--ink); display: block; }
.quote figcaption span {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin-top: .2rem;
}

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

.faq { max-width: 66ch; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq details:first-of-type { border-top: 1px solid var(--rule); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-block: 1.35rem;
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-weight: 400;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.35;
  color: var(--ink);
  transition: color .25s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-2); }
.faq summary::after {
  content: "";
  flex: none;
  width: .6rem; height: .6rem;
  margin-top: .45rem;
  border-right: 1px solid var(--ink-3);
  border-bottom: 1px solid var(--ink-3);
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { color: var(--ink-2); font-size: .97rem; margin: 0 0 1.35rem; max-width: 60ch; }
.faq details a { color: var(--accent-2); }

/* -------------------------------------------------------------- Besetzung */

.bios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.bio h3 { margin: 0 0 .25rem; }
.bio__instr {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 .9rem;
}
.bio p { color: var(--ink-2); font-size: .95rem; margin: 0; }

/* --------------------------------------------- Formular: Ergänzungen */

.field select {
  font-family: var(--text);
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  padding: .65rem 0;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-3) 50%),
                    linear-gradient(135deg, var(--ink-3) 50%, transparent 50%);
  background-position: right .9rem center, right .55rem center;
  background-size: .35rem .35rem, .35rem .35rem;
  background-repeat: no-repeat;
  transition: border-color .25s ease;
}
.field select:focus { outline: none; border-color: var(--accent-2); }

.form--wide { max-width: 46rem; grid-template-columns: 1fr 1fr; }
.form--wide .field--full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form--wide { grid-template-columns: 1fr; } }

.consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  font-size: .84rem;
  color: var(--ink-2);
  line-height: 1.55;
  cursor: pointer;
}
.consent input {
  appearance: none;
  width: 1.05rem; height: 1.05rem;
  margin-top: .22rem;
  border: 1px solid var(--ink-3);
  background: transparent;
  cursor: pointer;
  flex: none;
  transition: background .2s ease, border-color .2s ease;
}
.consent input:checked { background: var(--accent-2); border-color: var(--accent-2); }
.consent input:checked::after {
  content: "";
  display: block;
  width: .3rem; height: .55rem;
  margin: .05rem auto 0;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.consent a { color: var(--accent-2); }

.form button[type="submit"] { justify-self: start; }

/* ------------------------------------------------- Kopf der Unterseiten */

/* Kompakter Bildkopf: Foto mit Titel darüber, aber niedriger als der Hero. */
.subhero {
  position: relative;
  min-height: min(58svh, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--night);
}
.subhero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.subhero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,8,6,.88) 0%, rgba(10,8,6,.6) 38%, rgba(10,8,6,.14) 72%, rgba(10,8,6,0) 100%),
    linear-gradient(to right, rgba(10,8,6,.55) 0%, rgba(10,8,6,.2) 48%, rgba(10,8,6,0) 78%),
    linear-gradient(to bottom, rgba(10,8,6,.6) 0%, rgba(10,8,6,.14) 18%, rgba(10,8,6,0) 32%);
}
.subhero__in {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gap) clamp(2.5rem, 6vh, 4rem);
  color: #fff;
}
.subhero h1 {
  font-size: clamp(2.3rem, 6.5vw, 4.6rem);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -.03em;
  line-height: .98;
  margin: 0;
  color: #fff;
}
.subhero__eyebrow {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin: 0 0 1rem;
}
.subhero__sub {
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 330;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
  max-width: 34ch;
  margin: 1.1rem 0 0;
}
/* Fotografen-Credit am Kopfbild: klein, unten rechts, stoert den Titel nicht. */
.subhero__credit {
  position: absolute;
  right: var(--gap);
  bottom: 1.1rem;
  margin: 0;
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  z-index: 1;
}

@media (max-width: 720px) {
  .subhero { min-height: min(64svh, 440px); }
  /* Ganz unten an der Bildkante, unter dem Titelblock. Oben gelesen wirkt
     der Credit wie eine Ueberschrift. */
  .subhero__credit { bottom: .55rem; font-size: .58rem; }
}

/* ------------------------------------------------------ Kleinigkeiten */

/* Zwei Spalten, Text links, Bild rechts */
.split--flip .figure { order: 2; }
@media (max-width: 860px) { .split--flip .figure { order: 0; } }

.buttons { display: flex; flex-wrap: wrap; gap: .85rem 1rem; margin-top: clamp(1.75rem, 3vw, 2.5rem); }

.band--night .link { color: #d09a68; border-color: rgba(255,255,255,.22); }
.band--night .link:hover { border-color: #d09a68; }
.band--night .prose { color: var(--night-2); }
.band--night .lead { color: #fff; }

.anker { scroll-margin-top: 6rem; }


/* ========================================================================
   Ersatz fuer Inline-Styles. Die Content-Security-Policy der Seite erlaubt
   nur Stylesheets vom eigenen Server (style-src 'self'); ein style="..."
   direkt am Element wird vom Browser verworfen. Live fiel das auf, lokal
   nicht, weil der Vorschau-Server keine CSP mitschickt.
   ======================================================================== */

/* Fliesstext, der direkt unter einer Ueberschrift beginnt */
.prose--nach-titel { margin-top: 1.5rem; }

/* Sektion schliesst ohne Luecke an den Seitenkopf an */
.band--anschluss { padding-top: 0; }

/* Zusaetzlicher Abstand ueber einem nachgestellten Block */
.wrap--abstand { margin-top: clamp(2rem, 4vw, 3rem); }

/* Rechtstexte: die Ueberschrift des ersten Abschnitts braucht keine Linie */
.legal h2.legal__erste { margin-top: 0; padding-top: 0; border-top: 0; }
