/* ==========================================================================
   Gemeinsame Bausteine für die Inhaltsseiten
   (Über uns, Tanztraining, Veranstaltungen, Bildergalerie, Kontakt,
   Impressum, Datenschutz)
   Ergänzt styles.css – gleiche Design-Tokens, gleiches Seitenraster.
   ========================================================================== */

/* ---------- Einfacher Seiten-Header: Logo + Linie, ohne Hero-Foto ---------- */
.page-header {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header__logo { width: 24.306%; max-width: 420px; }
.page-header hr {
  width: 72.801%;
  max-width: 1258px;
  margin-top: 44px;
  border: none;
  border-top: 1px solid var(--orange);
}

/* ---------- Seitentitel (Vollkorn, gross, orange) ---------- */
.page-title {
  max-width: 1677px;
  min-width: 0;
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 72px;
  line-height: 85px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  color: var(--orange);
  overflow-wrap: break-word;
}

/* ==========================================================================
   Über uns
   ========================================================================== */
.about {
  max-width: 1677px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 6vw;
  align-items: start;
}
.about__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.about__text p + p { margin-top: 24px; }
.about__text .strong { font-weight: 700; }

.photo-strip {
  max-width: 1677px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.photo-strip img {
  width: 100%;
  height: 100%;
  aspect-ratio: 420 / 320;
  object-fit: cover;
}

/* ---------- Zitat-Block (plum, zentriert) ---------- */
.quote {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: var(--plum);
  color: var(--orange);
  text-align: center;
  padding: 90px 25px;
}
.quote p {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quote cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: var(--beige);
}

/* ---------- Links (Partnervereine) ---------- */
.section-title {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 40px;
}
.links { max-width: 1677px; }
.links__card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--beige);
}
.links__logo { width: 130px; height: 130px; flex-shrink: 0; }
.links__body h3 {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.links__body p { font-size: 14px; opacity: 0.75; margin-bottom: 18px; }

/* ==========================================================================
   Tanztraining
   ========================================================================== */
.training-intro {
  max-width: 1677px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 6vw;
  align-items: start;
}
.training-intro__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.training-intro__text p + p { margin-top: 24px; }

.pricing {
  max-width: 1677px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
  gap: 6vw;
}
.pricing h2 {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 36px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.pricing__row {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 117, 80, 0.4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 20px;
}
.pricing__row:first-child { padding-top: 0; }
.pricing__row dt {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
}
.pricing__row dd { text-align: right; }
.pricing__row dd .price {
  font-weight: 500;
  font-size: 18px;
}
.pricing__row dd .note {
  display: block;
  font-size: 14px;
  opacity: 0.75;
  margin-top: 2px;
}

/* Hinweis unter der Tarifliste (Probelektion) */
.pricing__body { min-width: 0; }
.pricing__probe {
  margin-top: 44px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.pricing__probe-title {
  display: block;
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ---------- Stundenplan ---------- */
.schedule { max-width: 1677px; }
.schedule__intro {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  max-width: 838px;
}
.schedule__intro.strong { font-weight: 700; margin-top: 10px; }

.schedule__filters {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--orange);
}
.filter-pill {
  font-family: var(--raleway);
  font-weight: 500;
  font-size: 14px;
  color: var(--plum);
  background: transparent;
  border: 1px solid var(--orange);
  border-radius: 999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.filter-pill.is-active { background: var(--orange); color: var(--plum); }

.schedule__list {
  list-style: none;
  margin-top: 20px;
}
.schedule__list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 117, 80, 0.4);
  display: grid;
  grid-template-columns: 200px 220px minmax(0, 1fr);
  align-items: baseline;
  gap: 20px;
}
.schedule__date {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 22px;
  color: var(--plum);
}
.schedule__date em { font-style: normal; font-size: 12px; opacity: 0.7; display: block; }
.schedule__time { font-size: 14px; line-height: 1.4; }
.schedule__type { font-weight: 600; font-size: 14px; }
.schedule__type--accent { color: var(--orange); }

/* ==========================================================================
   Bildergalerie
   ========================================================================== */
.gallery {
  max-width: 1677px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery li:nth-child(3n+1) { aspect-ratio: 420 / 520; }
.gallery li:nth-child(3n+2) { aspect-ratio: 420 / 560; margin-top: 60px; }
.gallery li:nth-child(3n+3) { aspect-ratio: 420 / 480; }
.gallery { list-style: none; }

/* ==========================================================================
   Kontakt
   ========================================================================== */
.contact-map {
  max-width: 1677px;
}
.contact-map iframe {
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 420px;
  border: 0;
}
.contact-table {
  max-width: 1677px;
}
.contact-table__row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 117, 80, 0.4);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
}
.contact-table__row:first-child { border-top: 1px solid rgba(255, 117, 80, 0.4); }
.contact-table__row dt {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}
.contact-table__row dd {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.contact-table__row a.orange { color: var(--orange); }

/* ==========================================================================
   Impressum / Datenschutz
   ========================================================================== */
.legal {
  max-width: 900px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.legal h2 {
  font-family: var(--vollkorn);
  font-weight: 400;
  font-size: 28px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 44px;
  margin-bottom: 14px;
}
.legal h2:first-child { margin-top: 0; }
.legal p + p { margin-top: 14px; }
.legal a { color: var(--orange); }
.legal address { font-style: normal; }

/* ==========================================================================
   Mobile
   ========================================================================== */
@media (max-width: 767px) {
  .page-header { padding-top: 60px; }
  .page-header__logo { width: 262.5px; max-width: none; }
  .page-header hr { width: calc(100% - 50px); max-width: 352px; margin-top: 30px; }

  .page-title { font-size: 45px; line-height: 50px; letter-spacing: 0.9px; }

  .about,
  .training-intro,
  .pricing {
    grid-template-columns: minmax(0, 1fr);
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    gap: 40px;
  }
  .pricing__row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .pricing__row dd { text-align: left; }

  .contact-table {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  .contact-table__row { grid-template-columns: minmax(0, 1fr); gap: 4px; }

  .photo-strip {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .gallery {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery li:nth-child(3n+2) { margin-top: 0; }

  .quote { padding: 60px 25px; }
  .quote p { font-size: 24px; }

  .schedule {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  .schedule__filters { flex-wrap: wrap; }
  .schedule__list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .section-title { font-size: 32px; }
  .links {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  .links__card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-map {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }

  .legal {
    width: 352px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}
