/* Lokal gehostete Schriften – ursprünglich von Google Fonts.
   Stand: 2026-05-30. Quelle: fonts.googleapis.com */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-300i.woff2?v=3e2c4175') 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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-400i.woff2?v=3e2c4175') 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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-600i.woff2?v=3e2c4175') 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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-300.woff2?v=c47ff128') 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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-400.woff2?v=c47ff128') 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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-500.woff2?v=c47ff128') 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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-600.woff2?v=c47ff128') 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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond-700.woff2?v=c47ff128') 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: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../Fonts/great-vibes-400.woff2?v=51c0e8c2') 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;
}


/* ============================================================
   Prima Danza – Design System
   ============================================================ */


/* 1. Custom Properties
   ============================================================ */
:root {
  --night:  #0A0A0A;
  --canvas: #131313;
  --gold:   #C5A059;
  --ivory:  #F7F2E9;

  --font-display: 'Great Vibes', cursive;
  --font-body:    'Cormorant Garamond', serif;

  --container:   1100px;
  --section-v:   8rem;
  --nav-height:  5rem;
}


/* 2. Reset & Base
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: var(--font-body);
  background-color: var(--night);
  color: var(--ivory);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p + p {
  margin-top: 1rem;
}


/* 3. Accessibility
   ============================================================ */
.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;
}


/* 4. Typography
   ============================================================ */
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-variant: small-caps;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.05em;
}

h3 {
  font-variant: small-caps;
  font-size: 1.15rem;
}

.section-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.divider {
  display: block;
  width: 3rem;
  height: 1px;
  background: var(--gold);
  margin: 1.25rem 0;
}

.divider--sm {
  width: 1.5rem;
}


/* 4. Layout
   ============================================================ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: var(--section-v) 0;
}

.section--dark {
  background: linear-gradient(to bottom, var(--night), var(--canvas));
  color: var(--ivory);
}

.section--light {
  background: var(--ivory);
  color: var(--night);
}

.section--quote {
  position: relative;
  background: var(--night) url('../Pictures/quote-background.jpg?v=079db81d') center/cover no-repeat;
  background-attachment: fixed;
  color: var(--ivory);
  overflow: hidden;
  padding: calc(var(--section-v) * 1.1) 0;
  text-align: center;
}

.section--quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
  z-index: 1;
  pointer-events: none;
}

/* iOS und andere Touch-Geräte unterstützen fixed schlecht — auf scroll zurückfallen */
@media (hover: none) and (pointer: coarse) {
  .section--quote {
    background-attachment: scroll;
  }
}

.section--quote .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.quote__text {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.4;
  color: var(--gold);
  margin-bottom: 1.75rem;
}

.quote__translation {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  opacity: 0.85;
  letter-spacing: 0.05em;
}

.quote__cta {
  margin-top: 2.75rem;
  text-align: center;
  max-width: 100%;
}

.section__header {
  margin-bottom: 4rem;
}

.section__header p {
  max-width: 55ch;
  opacity: 0.7;
  margin-top: 0;
}


/* 5. Navigation
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.nav.scrolled {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav__logo img {
  height: 3.5rem;
  width: auto;
}

.nav__links {
  margin-left: auto;
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav__links a {
  font-family: var(--font-body);
  font-weight: 600;
  font-variant: small-caps;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: var(--ivory);
  transition: color 0.2s ease;
}

.nav__links a:hover,
.nav__links a.active {
  color: var(--gold);
}

.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--ivory);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.nav--open .nav__burger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav--open .nav__burger span:nth-child(2) {
  opacity: 0;
}
.nav--open .nav__burger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}


/* 6. Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--night);
  display: flex;
  align-items: flex-start;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% center;
  transform: scaleX(-1);
  filter: grayscale(1);
  z-index: 0;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.97) 0%, rgba(10,10,10,0.85) 25%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.15) 72%, rgba(10,10,10,0) 88%);
  z-index: 1;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 38%;
  padding-top: max(var(--nav-height), calc(33vh - 10rem));
  padding-left: clamp(3rem, 16vw, 18rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__logo {
  height: 20rem;
  width: auto;
  margin-bottom: 2.5rem;
}

.hero__claim {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ivory);
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.hero__accred {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  color: rgba(247, 242, 233, 0.6);
  margin-bottom: 1.6rem;
  text-shadow: none;
}

.hero__accred span {
  text-shadow: none;
}

.hero__accred svg {
  color: var(--gold);
  stroke: var(--gold);
  flex-shrink: 0;
}

.hero__badge {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--ivory);
  opacity: 0.45;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}


/* 7. Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-variant: small-caps;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  padding: 0.6rem 1.8rem;
  border-radius: 0;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  stroke-width: 1;
  transition: stroke 0.25s ease;
}

.btn:hover {
  background: var(--gold);
  color: var(--night);
}

.btn--inactive {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}



/* 8. Über uns
   ============================================================ */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.about__media {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.about__cta {
  align-self: center;
  white-space: normal;
  text-align: center;
  max-width: 100%;
}

.about__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-variant: small-caps;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  color: var(--night);
  margin-top: 2rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--gold);
  border-left: 3px solid var(--gold);
  background: rgba(197, 160, 89, 0.06);
}

.about__tag-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: var(--gold);
  stroke: var(--gold);
}

/* Tamara Section */
.tamara__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  align-items: center;
}

.tamara__portrait {
  overflow: hidden;
}

.tamara__portrait img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}


/* 9. Kurse
   ============================================================ */
.courses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.course-card {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.07);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(10, 10, 10, 0.08);
}

.course-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.course-card .section-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  margin-bottom: 0.1rem;
}

.course-card h3 {
  color: var(--night);
}

.course-card p {
  font-size: 0.9rem;
  color: var(--night);
  opacity: 0.7;
  line-height: 1.6;
  flex: 1;
  margin-top: 0.5rem;
}


/* 10. Preise
   ============================================================ */
/* Preis-Karten (ersetzen die frühere Preistabelle) */
.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.price-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 0;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(197, 160, 89, 0.25);
  background: rgba(197, 160, 89, 0.04);
}

.price-card__tier {
  font-variant: small-caps;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--gold);
}

.price-card__tier small {
  display: block;
  margin-top: 0.3rem;
  font-variant: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.82rem;
  color: var(--ivory);
  opacity: 0.72;
}

.price-card__amount {
  margin: 1rem 0 1.25rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ivory);
}

.price-card__amount span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.62;
}

.price-card__list {
  list-style: none;
  margin: auto 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(247, 242, 233, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.price-card__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  min-width: 0;
  font-size: 0.92rem;
  color: var(--ivory);
}

.price-card__list li > span:first-child {
  text-align: left;
  opacity: 0.7;
  overflow-wrap: anywhere;
}

.price-card__list li > span:last-child {
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.price-card__list small {
  font-size: 0.8rem;
  opacity: 0.78;
}

/* Förderakademie / Kompanie – volle Breite, horizontale Anordnung */
.price-card--wide {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.price-card--wide .price-card__amount {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.7rem;
}

.price-card--wide .price-card__amount span {
  display: inline;
  margin-top: 0;
}

@media (max-width: 600px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
  .price-card--wide {
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
    align-items: center;
  }
}

.prices__note {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ivory);
  opacity: 0.72;
  margin-bottom: 2.5rem;
}

/* Hervorhebungsbox im dunklen Preis-Modal — analog .about__tag,
   aber mit goldenem Text für lesbaren Kontrast auf dunklem Grund. */
.prices__highlight {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-variant: small-caps;
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin: 0 0 1.5rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--gold);
  border-left: 3px solid var(--gold);
  background: rgba(197, 160, 89, 0.1);
}

.prices__highlight svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: var(--gold);
  stroke: var(--gold);
}


/* 11. Kompanie
   ============================================================ */
.section__header--center {
  text-align: center;
}

.section__header--center p,
.section__header--center .divider {
  margin-left: auto;
  margin-right: auto;
}

.kompanie__logo {
  display: block;
  height: 18rem;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kompanie__photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: cover;
  object-position: center top;
  margin: 0;
}

.kompanie__captions {
  max-width: 50ch;
  margin: 6rem auto;
  text-align: center;
}

.kompanie__captions p {
  margin-top: 0;
  opacity: 0.85;
}

.kompanie__captions .divider {
  margin-left: auto;
  margin-right: auto;
}

.dancer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.dancer-grid--junior {
  grid-template-columns: repeat(3, 1fr);
}

.dancer-card--lead {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - 3rem) / 3);
  max-width: 100%;
}

.dancer-card__role {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  opacity: 0.75;
  text-align: center;
  margin-top: 0.1rem;
}

.dancer-card__photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.dancer-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.dancer-card__name {
  font-variant: small-caps;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: var(--ivory);
  text-align: center;
}

.shop-embed {
  max-width: 1200px;
  margin: 0 auto;
  --sprd-main1: #F7F2E9;
  --sprd-main3: #F7F2E9;
  background: var(--ivory);
}

.page-header__back {
  margin-top: 2rem;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 auto 3rem;
  max-width: 1200px;
}

.shop-card {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--ivory);
}

.shop-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop__cta {
  text-align: center;
}

@media (max-width: 1024px) {
  .shop-grid {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .shop-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.company__junior {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.company__junior .section-label {
  margin-bottom: 0.4rem;
}

.company__junior-intro {
  font-size: 0.9rem;
  opacity: 0.6;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.company__cta {
  text-align: center;
  margin-top: 3rem;
}


/* 12. Gala
   ============================================================ */
.gala__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.gala__logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 4.5rem;
}

.gala__image {
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.gala__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.gala__details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 2rem 0 2.5rem;
}

.gala__details li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.gala__details svg {
  stroke: var(--gold);
  flex-shrink: 0;
}


/* 13. Kontakt
   ============================================================ */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-group label {
  font-variant: small-caps;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: var(--night);
  opacity: 0.7;
}

.form-group input,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--night);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.25);
  padding: 0.4rem 0;
  outline: none;
  transition: border-color 0.2s ease;
  resize: none;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--night);
  opacity: 0.3;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: var(--gold);
}

.form-group textarea {
  min-height: 5.5rem;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0.25rem;
}

.contact__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.contact__info-item strong {
  font-variant: small-caps;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.25em;
  color: var(--gold);
}

.contact__info-item span,
.contact__info-item a {
  font-size: 1rem;
  color: var(--night);
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}

.contact__info-item a:hover {
  color: var(--gold);
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(10, 10, 10, 0.18);
  color: var(--night);
  font-family: var(--font-body);
  font-variant: small-caps;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.social-links--dark .social-link {
  border-color: rgba(247, 242, 233, 0.2);
  color: var(--ivory);
  opacity: 0.7;
}

.social-links--dark .social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  opacity: 1;
}

.social-link__icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.contact__whatsapp-row {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.contact__whatsapp {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.25rem 2rem;
  border: 1px solid var(--gold);
  text-decoration: none;
  transition: background 0.25s ease;
  max-width: 480px;
  width: 100%;
}

.contact__whatsapp:hover {
  background: rgba(197, 160, 89, 0.07);
}

.contact__whatsapp-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  color: var(--gold);
}

.contact__whatsapp-text strong {
  display: block;
  font-family: var(--font-body);
  font-variant: small-caps;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.contact__whatsapp-text span {
  font-size: 0.88rem;
  color: var(--night);
  opacity: 0.55;
}


/* 13. Footer
   ============================================================ */
.footer {
  background: var(--night);
  border-top: 1px solid rgba(197, 160, 89, 0.15);
  padding: 5rem 0 2.5rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
  margin-bottom: 2rem;
}

.footer__logo img {
  height: 9rem;
  width: auto;
  opacity: 0.92;
  transition: opacity 0.2s;
}

.footer__logo:hover img {
  opacity: 1;
}

.footer__tagline {
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.footer__address {
  font-size: 0.82rem;
  color: var(--ivory);
  opacity: 0.38;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.footer__col-title {
  font-family: var(--font-body);
  font-variant: small-caps;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.footer__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer__nav a {
  font-size: 0.92rem;
  color: var(--ivory);
  opacity: 0.5;
  letter-spacing: 0.04em;
  transition: opacity 0.2s, color 0.2s;
}

.footer__nav a:hover {
  opacity: 1;
  color: var(--gold);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer__contact a {
  font-size: 0.92rem;
  color: var(--ivory);
  opacity: 0.5;
  letter-spacing: 0.04em;
  transition: opacity 0.2s, color 0.2s;
}

.footer__contact a:hover {
  opacity: 1;
  color: var(--gold);
}

.footer__social {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(197, 160, 89, 0.12);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__copy {
  font-size: 0.75rem;
  color: var(--ivory);
  opacity: 0.3;
  letter-spacing: 0.06em;
}

.footer__credit {
  font-size: 0.75rem;
  color: var(--ivory);
  opacity: 0.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 1rem;
}

.footer__links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer__links a {
  font-size: 0.75rem;
  color: var(--ivory);
  opacity: 0.3;
  letter-spacing: 0.06em;
  transition: opacity 0.2s, color 0.2s;
}

.footer__links a:hover {
  opacity: 1;
  color: var(--gold);
}


/* 14. Modals
   ============================================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.88);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--canvas);
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 3rem;
  max-width: 560px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

/* Preise-Modal: breiter, damit drei Tarif-Karten nebeneinander passen. */
#preise-modal .modal {
  max-width: 820px;
  padding: 2.5rem 2rem;
}

.modal h2 {
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.modal .divider {
  margin: 1rem 0 1.5rem;
}

.modal p {
  font-size: 0.92rem;
  color: var(--ivory);
  opacity: 0.75;
  line-height: 1.8;
}

.modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: var(--ivory);
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s, color 0.2s;
  line-height: 1;
  font-family: var(--font-body);
}

.modal__close:hover {
  opacity: 1;
  color: var(--gold);
}


.bio-modal__card {
  background: var(--canvas);
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 3.5rem;
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}

.bio-modal__role {
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}

.bio-modal__content h3 {
  font-size: 1rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.bio-modal__content p {
  font-size: 0.95rem;
  color: var(--ivory);
  opacity: 0.8;
  line-height: 1.8;
}

.bio-modal__content em {
  color: var(--gold);
  opacity: 1;
  font-style: italic;
}


/* Stundenplan Modal
   ============================================================ */
.courses__footer {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.courses__cta {
  margin-top: 1.5rem;
  text-align: center;
}

.courses__cta .btn {
  white-space: normal;
  max-width: 100%;
}

.schedule-modal {
  background: var(--canvas);
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 3rem;
  max-width: 820px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
}

.schedule-modal__header {
  margin-bottom: 2.5rem;
}

.schedule-modal__note {
  font-size: 0.85rem;
  color: var(--ivory);
  opacity: 0.58;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.schedule-modal__footnote {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.92rem;
  font-style: italic;
  letter-spacing: 0.03em;
  color: var(--gold);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.schedule-day {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(197, 160, 89, 0.25);
  background: rgba(197, 160, 89, 0.04);
}

.schedule-day__header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
}

.schedule-day__header svg {
  stroke: var(--gold);
  flex-shrink: 0;
}

.schedule-day__header h3 {
  font-variant: small-caps;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.schedule-slots {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-slot {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.schedule-slot__info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.schedule-slot__time {
  flex-shrink: 0;
  min-width: 7.5rem;
  text-align: center;
  padding: 0.36rem 0.55rem;
  border: 1px solid rgba(197, 160, 89, 0.5);
  background: rgba(197, 160, 89, 0.08);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.schedule-slot__name {
  font-size: 1.05rem;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 0.06em;
  color: var(--ivory);
  overflow-wrap: anywhere;
}

.schedule-slot__meta {
  font-size: 0.85rem;
  color: var(--ivory);
  opacity: 0.62;
  letter-spacing: 0.04em;
}

@media (max-width: 580px) {
  .schedule-modal {
    padding: 2rem 1.5rem;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.tamara__text .btn {
  margin-top: 2rem;
}


/* 15. Responsive
   ============================================================ */
@media (max-width: 1024px) {
  :root { --section-v: 6rem; }

  .courses__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav__burger {
    display: flex;
  }

  .nav__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1.5rem 0 2.5rem;
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    z-index: 99;
  }

  .nav__links li {
    width: 100%;
    text-align: center;
  }

  .nav__links a {
    display: block;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    letter-spacing: 0.25em;
  }

  .nav--open .nav__links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

/* iPad Portrait & Tablet (601px–1024px) */
@media (max-width: 1024px) and (min-width: 601px) {
  .hero {
    align-items: center;
    justify-content: center;
  }

  .hero__video {
    object-position: 0% center;
  }

  .hero::after {
    background: linear-gradient(to bottom, rgba(10,10,10,0.90) 0%, rgba(10,10,10,0.80) 100%);
  }

  .hero__content {
    max-width: 80%;
    padding-top: var(--nav-height);
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__logo {
    height: 16rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  :root {
    --section-v: 4rem;
    font-size: 16px;
  }

  .hero {
    align-items: center;
    justify-content: center;
  }

  .hero__video {
    object-position: 40% center;
  }

  .hero::after {
    background: linear-gradient(to bottom, rgba(10,10,10,0.82), rgba(10,10,10,0.88));
  }

  .hero__content {
    max-width: 100%;
    padding-top: var(--nav-height);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__logo {
    height: 13rem;
    margin-bottom: 1.5rem;
  }

  .hero__claim {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }

  .hero__by {
    margin-bottom: 1.5rem;
  }

  .hero__badge {
    display: none;
  }

  .about__grid,
  .tamara__grid,
  .gala__grid,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gala__text,
  .gala__image {
    min-width: 0;
  }

  .gala__image {
    aspect-ratio: 3 / 4;
  }

  .btn {
    white-space: normal;
  }

  .about__image {
    aspect-ratio: 16 / 9;
  }

  .dancer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dancer-card--lead {
    width: calc((100% - 1rem) / 2);
  }

  .dancer-grid--junior {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 600px) {
  .courses__grid {
    grid-template-columns: 1fr;
  }
}


/* Hero-Animation
   ============================================================ */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__content {
  animation: heroFadeUp 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.25s;
}


/* Lightbox
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.93);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}

.lightbox__img {
  max-width: min(88vw, 560px);
  max-height: 88vh;
  object-fit: contain;
  transform: scale(0.94);
  transition: transform 0.3s ease;
  cursor: default;
}

.lightbox.is-open .lightbox__img {
  transform: scale(1);
}

.lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: none;
  border: 1px solid rgba(247, 242, 233, 0.25);
  color: var(--ivory);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  font-size: 1.25rem;
  line-height: 1;
}

.lightbox__close:hover {
  opacity: 1;
}


/* Unterseiten: Impressum / Datenschutz
   ============================================================ */
.page-header {
  background: linear-gradient(to bottom, var(--night), var(--canvas));
  padding: calc(var(--nav-height) + 4rem) 0 4rem;
}

.page-header h1 {
  font-variant: small-caps;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.05em;
  color: var(--ivory);
  margin-top: 0.5rem;
}

.legal__content {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.legal__block h2 {
  font-size: 1.1rem;
  color: var(--night);
  margin-bottom: 0.75rem;
}

.legal__block p {
  font-size: 0.95rem;
  color: var(--night);
  opacity: 0.75;
  line-height: 1.8;
}

.legal__block a {
  color: var(--night);
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.legal__block a:hover {
  opacity: 1;
}

.legal__block code {
  font-family: monospace;
  font-size: 0.85rem;
  background: rgba(10,10,10,0.06);
  padding: 0.1em 0.4em;
}


/* Floating WhatsApp Button
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transform: translateX(6rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.whatsapp-float.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-float__tooltip {
  background: var(--canvas);
  border: 1px solid rgba(197, 160, 89, 0.35);
  color: var(--ivory);
  padding: 0.35rem 0.85rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  pointer-events: none;
}

.whatsapp-float__tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--canvas);
  border-right-width: 0;
}

.whatsapp-float__tooltip::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(197, 160, 89, 0.35);
  border-right-width: 0;
}

@keyframes tooltip-lifecycle {
  0%   { opacity: 0; }
  12%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}

.whatsapp-float.is-visible .whatsapp-float__tooltip {
  animation: tooltip-lifecycle 4s ease forwards;
  animation-delay: 0.5s;
}

.whatsapp-btn {
  width: 3.25rem;
  height: 3.25rem;
  background: var(--gold);
  color: var(--night);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.whatsapp-modal {
  max-width: 460px;
}

.whatsapp-modal__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.whatsapp-modal__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  color: var(--gold);
}

.whatsapp-modal__subtitle {
  font-size: 0.88rem;
  color: var(--ivory);
  opacity: 0.55;
  margin-top: 0.1rem;
}

.whatsapp-modal__field {
  margin-bottom: 1.5rem;
}

.whatsapp-modal__field label {
  font-variant: small-caps;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: var(--ivory);
  opacity: 0.6;
}

.whatsapp-modal__field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ivory);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(247, 242, 233, 0.25);
  padding: 0.5rem 0;
  outline: none;
  resize: none;
  width: 100%;
  transition: border-color 0.2s ease;
  min-height: 7rem;
}

.whatsapp-modal__field textarea::placeholder {
  color: var(--ivory);
  opacity: 0.25;
}

.whatsapp-modal__field textarea:focus {
  border-bottom-color: var(--gold);
}

.whatsapp-modal__send {
  width: 100%;
  justify-content: center;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}

.whatsapp-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width: 768px) {
  .whatsapp-modal {
    padding: 2rem 1.5rem 1.75rem;
  }

  .whatsapp-modal__header {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .whatsapp-modal__icon {
    width: 2rem;
    height: 2rem;
  }

  .whatsapp-modal__field textarea {
    min-height: 5.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
  }

  .footer__logo img {
    height: 7rem;
  }
}


/* ============================================================
   Accessibility, Reduced Motion, Print
   ============================================================ */

/* Skip-Link: nur sichtbar wenn fokussiert (Tab-Navigation) */
.skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 10000;
  padding: 0.85rem 1.4rem;
  background: var(--night);
  color: var(--ivory);
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 0.15em;
  text-decoration: none;
  border: 1px solid var(--gold);
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 0.5rem;
  top: 0.5rem;
}


/* Einheitliches Focus-Ring für Tastatur-Navigation */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Buttons / Inputs sollen den Browser-Default-Outline NICHT zeigen,
   wenn sie per Maus aktiviert werden — aber Tastatur-User sehen ihn */
:focus:not(:focus-visible) {
  outline: none;
}


/* Reduced-Motion: Animationen und autoplay-Video pausieren */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero__video {
    display: none;
  }
}


/* Print: nur Inhalt, kein Hero-Video / Nav / Footer / Floating-Buttons */
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
    line-height: 1.5;
  }
  .nav, .footer, .whatsapp-btn, .nav__burger,
  .hero__video, video,
  .lightbox, .modal-overlay,
  .dl-modal, .gate, .skip-link,
  .page-header__back {
    display: none !important;
  }
  .section, .section--dark, .section--light, .section--quote {
    background: #fff !important;
    color: #000 !important;
    padding: 1rem 0 !important;
  }
  .section--quote::before { display: none !important; }
  .container { max-width: 100% !important; padding: 0 !important; }
  h1, h2, h3 { color: #000 !important; page-break-after: avoid; }
  a { color: #000 !important; text-decoration: underline; }
  /* Externe Links: URL hinter dem Linktext anzeigen */
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    color: #555;
  }
  /* Aber nicht für interne Anker und mailto/tel */
  a[href^="#"]::after,
  a[href^="mailto:"]::after,
  a[href^="tel:"]::after { content: "" !important; }
  .legal__block { page-break-inside: avoid; }
}
