@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/dancing-script-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Kaushan Script";
  src: url("../fonts/kaushan-script-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Musikalische Leitung */

.musical-leadership-page {
  --ml-green: #60772a;
  --ml-green-dark: #29451c;
  --ml-green-pale: #edf3dc;
  --ml-navy: #192f53;
  --ml-blue-pale: #e5edf7;
  --ml-orange: #ef4d2b;
  --ml-cream: #f4f0e9;
  background: var(--ml-cream);
}

.musical-leadership-page .site-header {
  border-bottom-color: rgba(25, 47, 83, 0.12);
}

.musical-leadership-page .main-nav a:hover {
  color: var(--ml-green);
}

.ml-eyebrow {
  margin: 0 0 14px;
  color: var(--ml-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ml-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0 clamp(85px, 9vw, 135px);
  background: var(--ml-cream);
}

.ml-hero::before,
.ml-hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.ml-hero::before {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -190px;
  background: rgba(239, 77, 43, 0.1);
}

.ml-hero::after {
  width: 320px;
  height: 320px;
  left: -190px;
  bottom: -180px;
  background: rgba(96, 119, 42, 0.12);
}

.ml-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
  gap: clamp(55px, 7vw, 105px);
  align-items: center;
}

.ml-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ml-navy);
  font-family: var(--font-script);
  font-size: clamp(3.8rem, 6.3vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.ml-hero-copy h1 span {
  color: var(--ml-green);
}

.ml-hero-copy > p:not(.ml-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #42506a;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.ml-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.ml-hero-links a,
.ml-cta-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ml-navy);
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.ml-hero-links a:last-child {
  background: var(--ml-green);
}

.ml-hero-portraits {
  position: relative;
  min-height: 580px;
}

.ml-portrait {
  position: absolute;
  margin: 0;
}

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

.ml-portrait figcaption {
  position: absolute;
  right: -24px;
  bottom: 24px;
  min-width: 220px;
  padding: 15px 18px;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(25, 47, 83, 0.2);
}

.ml-portrait figcaption span,
.ml-portrait figcaption strong {
  display: block;
}

.ml-portrait figcaption span {
  margin-bottom: 3px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ml-portrait figcaption strong {
  font-family: var(--font-script-light);
  font-size: 1.65rem;
  line-height: 1.05;
}

.ml-portrait-tabea {
  z-index: 2;
  top: 0;
  left: 0;
  width: 55%;
  height: 390px;
}

.ml-portrait-tabea img {
  border-radius: 48% 48% 18px 48%;
  object-position: center 20%;
}

.ml-portrait-tabea figcaption {
  background: var(--ml-green);
  color: white;
}

.ml-portrait-gottfried {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 360px;
}

.ml-portrait-gottfried img {
  border-radius: 18px 50% 50% 50%;
  object-position: center;
}

.ml-portrait-gottfried figcaption {
  right: auto;
  left: -32px;
  background: var(--ml-navy);
  color: white;
}

.ml-profile {
  padding: clamp(80px, 10vw, 145px) 0;
}

.ml-profile-tabea {
  background: var(--ml-green-pale);
}

.ml-profile-gottfried {
  background: var(--ml-navy);
  color: rgba(255, 255, 255, 0.82);
}

.ml-profile-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.ml-profile-grid-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
}

.ml-profile-image {
  position: relative;
  margin: 0;
}

.ml-profile-image::before {
  position: absolute;
  z-index: 0;
  content: "";
  inset: -18px 18px 18px -18px;
  border: 2px solid;
  border-radius: 32px;
}

.ml-profile-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
}

.ml-profile-image-tabea::before {
  border-color: var(--ml-green);
}

.ml-profile-image-tabea img {
  object-position: center 20%;
}

.ml-profile-image-gottfried::before {
  inset: -18px -18px 18px 18px;
  border-color: #f1cf74;
}

.ml-profile-image-gottfried img {
  aspect-ratio: 1;
}

.ml-profile-image figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 44px);
  margin: -36px 0 0 44px;
  padding: 22px 25px;
  border-radius: 8px;
  color: white;
  font-family: var(--font-script-light);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
}

.ml-profile-image-tabea figcaption {
  background: var(--ml-green);
}

.ml-profile-image-gottfried figcaption {
  margin-left: 0;
  background: #345482;
}

.ml-profile-copy h2 {
  margin-bottom: 8px;
  color: var(--ml-green-dark);
  font-family: var(--font-script);
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
  font-weight: 400;
  line-height: 1.08;
}

.ml-profile-gottfried .ml-profile-copy h2 {
  color: white;
}

.ml-profile-role {
  margin: 0 0 28px;
  color: var(--ml-green);
  font-size: 1.08rem;
  font-weight: 700;
}

.ml-profile-gottfried .ml-profile-role {
  color: #f1cf74;
}

.ml-profile-copy > p:not(.ml-eyebrow):not(.ml-profile-role) {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.8;
}

.ml-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 23px;
}

.ml-offers a {
  padding: 8px 13px;
  border: 1px solid rgba(41, 69, 28, 0.25);
  border-radius: 999px;
  background: white;
  color: var(--ml-green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.ml-offers-light a {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.ml-contact-link {
  color: var(--ml-green-dark);
  font-size: 0.9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.ml-contact-link-light {
  color: white;
}

.ml-values {
  padding: clamp(80px, 10vw, 140px) 0;
  background: white;
}

.ml-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.ml-section-heading h2 {
  color: var(--ml-navy);
  font-family: var(--font-script);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.12;
  text-align: right;
}

.ml-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ml-values-grid article {
  min-height: 270px;
  padding: 34px 30px;
  border-top: 4px solid var(--ml-green);
  background: var(--ml-cream);
}

.ml-values-grid article:nth-child(2) {
  border-top-color: var(--ml-navy);
}

.ml-values-grid article:nth-child(3) {
  border-top-color: var(--ml-orange);
}

.ml-values-grid span {
  color: var(--ml-orange);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ml-values-grid h3 {
  margin-top: 30px;
  color: var(--ml-navy);
  font-family: var(--font-script-light);
  font-size: 2rem;
  line-height: 1.15;
}

.ml-values-grid p {
  margin-bottom: 0;
  color: #566176;
}

.ml-cta {
  padding: clamp(65px, 8vw, 105px) 0;
  background: #f1d887;
}

.ml-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 55px;
  align-items: center;
}

.ml-cta h2 {
  color: var(--ml-navy);
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.ml-cta p:not(.ml-eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
}

.ml-cta-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  min-width: 230px;
}

.ml-cta-links a:nth-child(2) {
  background: var(--ml-green);
}

.ml-cta-links a:nth-child(3) {
  background: var(--ml-orange);
}

.ml-footer {
  padding: 30px 0;
  background: var(--ml-navy);
  color: rgba(255, 255, 255, 0.7);
}

.ml-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}

.ml-footer img {
  display: block;
  width: 175px;
  padding: 6px 9px;
  border-radius: 3px;
  background: white;
}

.ml-footer p {
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}

.ml-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 15px;
}

.ml-footer nav a {
  color: white;
  font-size: 0.76rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .ml-hero-grid,
  .ml-profile-grid,
  .ml-profile-grid-reverse {
    grid-template-columns: 1fr;
  }

  .ml-hero-portraits {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .ml-profile-image {
    width: min(540px, 100%);
    margin-inline: auto;
  }

  .ml-profile-grid-reverse .ml-profile-copy {
    order: 2;
  }

  .ml-profile-grid-reverse .ml-profile-image {
    order: 1;
  }

  .ml-cta-inner {
    grid-template-columns: 1fr;
  }

  .ml-cta-links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .ml-hero {
    padding-top: 55px;
  }

  .ml-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .ml-hero-portraits {
    min-height: 510px;
  }

  .ml-portrait-tabea {
    width: 62%;
    height: 330px;
  }

  .ml-portrait-gottfried {
    width: 64%;
    height: 300px;
  }

  .ml-portrait figcaption {
    right: -8px;
    min-width: 180px;
  }

  .ml-portrait-gottfried figcaption {
    right: auto;
    left: -8px;
  }

  .ml-profile-grid {
    gap: 55px;
  }

  .ml-profile-copy h2 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .ml-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ml-section-heading h2 {
    text-align: left;
  }

  .ml-values-grid {
    grid-template-columns: 1fr;
  }

  .ml-values-grid article {
    min-height: 0;
  }

  .ml-cta-links {
    flex-direction: column;
  }

  .ml-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ml-footer nav {
    justify-content: center;
  }
}

@font-face {
  font-family: "Pacifico";
  src: url("../fonts/pacifico-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  /* Farben aus dem aktuellen Flyer (300065124-75760Flyer_DIN A3_Musik_verbindet_05E.pdf) */
  --navy: #263a61;
  --navy-dark: #263a61;
  --green: #5f7128;
  --blue: #263a61; /* Bläser-Bereich nutzt im Flyer dieselbe Navyfarbe */
  --orange: #e84e29;
  --cream: #e6e1da;
  --cream-alt: #d9d4cc;
  --text: #26324a;
  --text-light: #5b6780;
  --radius: 14px;
  --shadow: 0 6px 20px rgba(38, 58, 97, 0.14);

  --font-script: "Kaushan Script", "Dancing Script", cursive;
  --font-script-light: "Kaushan Script", "Dancing Script", cursive;
  --font-body: "Poppins", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.55;
}

h1, h2, h3 {
  margin: 0 0 0.4em;
  color: var(--navy);
  font-weight: 700;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

a {
  color: var(--navy);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f2a900;
  outline-offset: 3px;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  width: min(100% - 32px, 760px);
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
}

.legal-footer-links a {
  color: inherit;
  font-weight: 600;
}

.legal-page {
  background: #f7f3ed;
}

.legal-main {
  min-height: 65vh;
  padding: clamp(52px, 8vw, 100px) 0;
}

.legal-content {
  max-width: 860px;
}

.legal-content h1 {
  margin-bottom: 0.7em;
  font-size: clamp(2.2rem, 5vw, 4rem);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-content h2 {
  margin-top: 1.8em;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.legal-content h3 {
  margin-top: 1.5em;
  font-size: 1.08rem;
}

.legal-content p,
.legal-content li {
  max-width: 75ch;
}

.legal-content address {
  font-style: normal;
}

.legal-hosting-details {
  max-width: 75ch;
}

.legal-hosting-label {
  margin: 1.2em 0 0;
  padding: 5px 8px;
  border: 4px solid var(--orange);
  border-radius: 12px;
  background: #fff0c7;
  line-height: 1.25;
}

.legal-hosting-details address {
  margin-top: -2px;
}

.legal-hosting-details h3 {
  margin: 1.65em 0 0.25em;
}

.legal-server-location {
  margin-top: 1.35em;
}

.legal-content a {
  overflow-wrap: anywhere;
}

.legal-note {
  margin: 28px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--orange);
  background: #fff4dd;
}

.offer-legal-note {
  grid-column: 1 / -1;
  max-width: 78ch;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.55;
}

.offer-legal-note a {
  color: inherit;
  text-decoration: underline;
}

.offer-provider-box {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px max-content;
  justify-content: center;
  align-items: center;
  gap: 10px 28px;
  margin: 0;
  padding: 32px 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.offer-provider-box dt {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-provider-box dd {
  margin: 0;
  line-height: 1.6;
}

.offer-provider-box dd strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 2px;
}

.offer-provider-box a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .offer-provider-box {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }
}

.legal-site-footer {
  padding: 34px 0 28px;
  background: var(--navy);
  color: #eef2f8;
  text-align: center;
}

.legal-site-footer p {
  margin: 0;
}

.legal-site-footer a {
  color: white;
}

/* Header */

html {
  scroll-padding-top: 110px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(230, 225, 218, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(38, 58, 97, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
}

.brand {
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  height: 36px;
  width: auto;
}

.brand-logo-full {
  display: block;
  width: clamp(190px, 19vw, 250px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
}

.main-nav .nav-home {
  padding: 7px 13px;
  border: 1px solid rgba(40, 63, 108, 0.28);
  border-radius: 999px;
  color: var(--navy);
  font-weight: 700;
}

.main-nav .nav-home:hover {
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.48);
}

/* Hero */

.hero {
  background: var(--cream);
  text-align: center;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cta-row {
  padding: 28px 24px 44px;
}

.accent-green { color: var(--green); }
.accent-blue { color: var(--navy); }
.accent-orange { color: var(--orange); }

/* Subpages (Singchor, KlangKüken & KlangKids) */

.subpage-hero {
  background: var(--cream);
  padding-top: 28px;
}

.subpage-hero-frame {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-height: 480px;
  border-radius: var(--radius);
}

.subpage-hero-photo-box {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.subpage-hero-img {
  display: block;
  height: 480px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.subpage-hero-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 28px 22px;
  background: linear-gradient(to top, rgba(38, 58, 97, 0.85), rgba(38, 58, 97, 0));
  box-sizing: border-box;
}

.subpage-hero-caption h1 {
  color: white;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 0.2em;
}

.subpage-hero-caption p {
  margin: 0;
  font-size: 1.15rem;
  color: #e6e1da;
}

.subpage-intro-section {
  padding-top: 40px;
}

@media (max-width: 700px) {
  .subpage-hero-frame,
  .subpage-hero-img {
    max-height: 280px;
    height: 280px;
  }
}

.subpage-narrow {
  max-width: 760px;
}

.lead-text {
  font-size: 1.1rem;
  color: var(--text);
}

.subpage-heading {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.9rem;
  margin: 1.6em 0 0.5em;
}

.leader-card {
  display: flex;
  gap: 28px;
  align-items: center;
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.leader-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.info-list {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
}

.info-list dt {
  font-weight: 700;
  color: var(--navy);
}

.info-list dd {
  margin: 0;
}

.mitmachen-box {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--green);
}

.back-link {
  display: inline-block;
  margin-top: 2em;
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .leader-card {
    flex-direction: column;
    text-align: center;
  }
  .info-list {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* KlangKüken & KlangKids page */

.kk-hero {
  padding-top: 60px;
  text-align: center;
}

.kk-hero-title {
  text-align: center;
}

.kk-hero-sub {
  font-weight: 600;
  color: var(--text);
  font-size: 1.15rem;
  margin: 0 0 1em;
}

.kk-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 1.6em;
  flex-wrap: wrap;
}

.kk-bereich {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 3em;
}

.kk-bereich-reverse {
  grid-template-columns: 1fr 260px;
}

.kk-bereich-reverse .image-placeholder {
  order: 2;
}

.image-placeholder {
  height: 220px;
  border-radius: var(--radius);
  background: var(--cream-alt);
  border: 2px dashed rgba(38, 58, 97, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-light);
  font-weight: 600;
}

.image-placeholder span {
  font-size: 2.2rem;
}

.kk-photo {
  height: 260px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.kk-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 1.6em;
}

.kk-why-tile {
  background: white;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  text-align: center;
}

.kk-why-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.4em;
}

.kk-why-tile h3 {
  font-size: 1.05rem;
  margin-bottom: 0.3em;
}

.kk-why-tile p {
  font-size: 0.92rem;
  color: var(--text-light);
  margin: 0;
}

.kk-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.kk-table th,
.kk-table td {
  padding: 14px 18px;
  text-align: left;
}

.kk-table thead {
  background: var(--green);
  color: white;
}

.kk-table tbody tr:nth-child(even) {
  background: var(--cream-alt);
}

.kk-table-highlight td {
  font-weight: 700;
  color: var(--green);
}

.kk-table-note {
  text-align: center;
  color: var(--text-light);
  font-style: italic;
  margin-top: 1em;
}

.kk-signup-section {
  background: var(--green);
}

.kk-signup-intro {
  text-align: center;
  color: white;
  margin-bottom: 1.6em;
}

.kk-form {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.kk-form label {
  display: block;
  font-weight: 600;
  margin: 1em 0 0.35em;
  font-size: 0.92rem;
}

.kk-form input,
.kk-form select,
.kk-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d7dbe4;
  border-radius: 8px;
  font-size: 0.98rem;
  font-family: inherit;
}

.kk-form input:focus,
.kk-form select:focus,
.kk-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 1px;
}

.kk-form-actions {
  margin-top: 1.6em;
  text-align: center;
}

.kk-form-success {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: center;
  font-weight: 600;
  color: var(--green);
  font-size: 1.1rem;
}

@media (max-width: 700px) {
  .kk-bereich,
  .kk-bereich-reverse {
    grid-template-columns: 1fr;
  }
  .kk-bereich-reverse .image-placeholder {
    order: 0;
  }
  .kk-why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Buttons */

.btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.btn-primary {
  background: var(--orange);
  color: white;
}

.btn-secondary {
  background: #e8e8ee;
  color: var(--text);
}

/* Sections */

.section {
  padding: 70px 0;
}

.section-alt {
  background: var(--cream-alt);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 0.2em;
}

.section-icon {
  height: 56px;
  width: 56px;
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}

.section-title-underline {
  display: block;
  width: 140px;
  height: 3px;
  margin: 0 auto 1.4em;
  border-radius: 3px;
}

.section-title-underline.underline-green { background: var(--green); }
.section-title-underline.underline-navy { background: var(--navy); }
.section-title-underline.underline-orange { background: var(--orange); }

.section-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.2em;
  color: var(--text-light);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2em;
}

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

.card {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  border-top: 4px solid transparent;
}

.card-green { border-top-color: var(--green); }
.card-blue { border-top-color: var(--navy); }
.card-orange { border-top-color: var(--orange); }

.card-icon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.3em;
}

.card-icon {
  height: 34px;
  width: 34px;
  flex-shrink: 0;
}

.card h3 {
  font-size: 1.15rem;
  margin: 0;
}

.card-link {
  display: inline-block;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  color: var(--navy);
}

.card-link:hover {
  text-decoration: underline;
}

.card-meta {
  font-weight: 600;
  color: var(--text-light);
  margin: 0 0 0.8em;
  font-size: 0.92rem;
}

.placeholder {
  color: #9aa3b5;
  font-style: italic;
  margin: 0 0 1.2em;
}

.card .btn {
  margin-top: 4px;
}

/* Footer */

.site-footer {
  color: #c9d5ea;
  text-align: center;
}

.footer-photo-band {
  display: flex;
  height: 200px;
  overflow: hidden;
}

.footer-photo {
  flex: 1;
  overflow: hidden;
}

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

.footer-curve {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: -1px;
}

.footer-curve path {
  fill: var(--navy-dark);
}

.footer-band {
  background: var(--navy-dark);
  padding: 6px 0 44px;
}

.footer-claim {
  font-family: var(--font-script-light);
  font-size: 2.1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-heart {
  width: 22px;
  height: 22px;
  fill: var(--green);
  flex-shrink: 0;
}

.footer-offer {
  font-weight: 500;
  margin: 0 0 1.2em;
}

.footer-selk-badge {
  display: inline-flex;
  background: white;
  border-radius: 14px;
  padding: 10px 16px;
  margin: 0 0 0.7em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.footer-selk-badge img {
  height: 72px;
  width: auto;
  display: block;
}

.footer-contact a {
  color: #9fc4ee;
}

/* Startseite im Layout des A3-Flyers */

.home-page {
  --flyer-cream: #e7e1db;
  --flyer-navy: #283f6c;
  --flyer-green: #60772a;
  --flyer-orange: #ef4a24;
  background: var(--flyer-cream);
  color: #222;
}

.home-page main {
  overflow: hidden;
}

.flyer-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 70px;
  padding: 12px clamp(20px, 4vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(231, 226, 220, 0.94);
  border-bottom: 1px solid rgba(40, 63, 108, 0.13);
  backdrop-filter: blur(10px);
}

.flyer-nav-brand {
  color: var(--flyer-navy);
  font-family: var(--font-script);
  font-size: 1.38rem;
  line-height: 1;
  text-decoration: none;
}

.flyer-nav nav {
  display: flex;
  gap: clamp(16px, 2.5vw, 34px);
}

.flyer-nav nav a {
  color: var(--flyer-navy);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.flyer-nav a:hover {
  color: var(--flyer-orange);
}

.flyer-hero {
  padding: clamp(36px, 5.5vw, 84px) 24px clamp(26px, 4vw, 58px);
}

.flyer-hero-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(255px, 0.7fr) minmax(520px, 1.8fr);
  align-items: center;
  gap: clamp(42px, 6vw, 98px);
}

.flyer-badge {
  aspect-ratio: 1;
  width: min(100%, 330px);
  justify-self: end;
  border-radius: 50%;
  background: var(--flyer-orange);
  color: white;
  outline: 2px solid white;
  outline-offset: -9px;
  box-shadow: 0 3px 0 rgba(40, 63, 108, 0.13);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 42px 25px;
}

.flyer-badge strong {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
}

.flyer-badge span {
  font-size: clamp(0.95rem, 1.35vw, 1.28rem);
  line-height: 1.35;
}

.flyer-wordmark {
  display: flex;
  align-items: center;
  min-width: 0;
}

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

.flyer-original-logo {
  display: block;
  width: 100%;
  height: auto;
}

.flyer-wordmark h1 {
  flex: 1;
  margin: 0;
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.8;
  color: var(--flyer-navy);
  text-align: center;
}

.flyer-wordmark h1 span,
.flyer-wordmark h1 em {
  display: block;
}

.flyer-wordmark h1 span {
  font-size: clamp(5.4rem, 11vw, 10.5rem);
}

.flyer-wordmark h1 em {
  margin: 0.22em 0 0 0.8em;
  color: var(--flyer-green);
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  font-style: normal;
}

.flyer-mark {
  width: clamp(100px, 15vw, 205px);
  height: clamp(118px, 17vw, 225px);
  flex: 0 0 auto;
  overflow: visible;
}

.flyer-mark path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flyer-mark .mark-arc { stroke-width: 9; }
.flyer-mark .mark-green { stroke: var(--flyer-green); }
.flyer-mark .mark-orange { stroke: var(--flyer-orange); }
.flyer-mark .mark-blue { stroke: var(--flyer-navy); }

.flyer-mark .mark-cross {
  stroke: var(--flyer-navy);
  stroke-width: 12;
}

.flyer-mark .mark-note {
  fill: var(--flyer-orange);
  stroke: var(--flyer-orange);
  stroke-width: 2;
}

.flyer-mark .mark-clef {
  stroke: var(--flyer-navy);
  stroke-width: 5;
}

.flyer-programs {
  padding: 24px clamp(24px, 5vw, 78px) clamp(64px, 6vw, 92px);
}

.flyer-program-grid {
  width: min(1390px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 1.1fr 0.95fr;
  gap: clamp(46px, 5vw, 84px);
}

.flyer-program {
  min-width: 0;
}

.flyer-program-heading {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

a.flyer-program-heading {
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  transition: transform 0.18s ease, background 0.18s ease;
}

a.flyer-program-heading:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.28);
}

.flyer-program-heading > img {
  width: 74px;
  height: 74px;
  justify-self: center;
}

.flyer-program-heading h2 {
  position: relative;
  width: max-content;
  margin: 0;
  font-family: var(--font-script);
  font-size: clamp(2.1rem, 3.2vw, 3.35rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: inherit;
}

.flyer-program-heading h2::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: -12px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transform: rotate(-1deg);
}

.program-green { color: var(--flyer-green); }
.program-blue { color: var(--flyer-navy); }
.program-orange { color: var(--flyer-orange); }

.flyer-program-list {
  display: grid;
  gap: 17px;
}

.flyer-offer {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

a.flyer-offer {
  border-radius: 12px;
  transition: transform 0.18s ease, background 0.18s ease;
}

a.flyer-offer:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.28);
}

.flyer-offer > img {
  width: 52px;
  height: 52px;
  justify-self: center;
}

.flyer-offer > span {
  display: block;
  min-width: 0;
  padding-top: 2px;
}

.flyer-offer strong,
.flyer-offer small {
  display: block;
}

.flyer-offer strong {
  color: inherit;
  font-size: clamp(1.02rem, 1.35vw, 1.32rem);
  line-height: 1.25;
}

.flyer-offer small {
  margin-top: 2px;
  color: #222;
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  line-height: 1.38;
}

.flyer-offer button {
  margin-top: 10px;
  padding: 7px 15px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: 700 0.76rem var(--font-body);
  cursor: pointer;
}

.flyer-offer button:hover {
  background: var(--flyer-orange);
  color: white;
}

.workshop-details {
  display: inline-block;
  margin-top: 10px;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.workshop-details:hover {
  text-decoration: underline;
}

.workshop-details + button {
  margin-left: 8px;
}

/* BrassConnect */

.brassconnect-page {
  --bc-orange: #ef4a24;
  --bc-orange-dark: #c93418;
  --bc-navy: #283f6c;
  --bc-green: #60772a;
  --bc-cream: #e7e1db;
  background: var(--bc-cream);
  color: #25282f;
}

.brassconnect-page .site-header {
  background: rgba(231, 225, 219, 0.94);
}

.bc-hero {
  padding: clamp(52px, 7vw, 100px) 0 clamp(58px, 7vw, 96px);
  overflow: hidden;
}

.bc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}

.bc-eyebrow {
  margin: 0 0 10px;
  color: var(--bc-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bc-title-row {
  display: flex;
  align-items: center;
  gap: 17px;
}

.bc-title-row img {
  width: 72px;
  height: 72px;
}

.bc-title-row h1 {
  margin: 0;
  color: var(--bc-orange);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.bc-tagline {
  margin: 22px 0 26px;
  color: var(--bc-navy);
  font-family: var(--font-script);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.16;
}

.bc-lead {
  color: var(--bc-navy);
  font-size: 1.08rem;
  line-height: 1.6;
}

.bc-hero-copy > p:not(.bc-eyebrow):not(.bc-tagline) {
  max-width: 620px;
}

.bc-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.bc-text-link {
  color: var(--bc-navy);
  font-weight: 700;
  text-decoration: none;
}

.bc-text-link:hover {
  color: var(--bc-orange);
}

.bc-hero-visual {
  position: relative;
  min-height: 570px;
}

.bc-hero-visual::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: -50px;
  top: 35px;
  border-radius: 50%;
  background: var(--bc-orange);
  opacity: 0.11;
}

.bc-hero-photo {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(88%, 500px);
  aspect-ratio: 1 / 1.1;
  border-radius: 44% 44% 20px 20px;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: 0 22px 60px rgba(40, 63, 108, 0.2);
}

.bc-hero-inset {
  position: absolute;
  left: -35px;
  bottom: -10px;
  width: 185px;
  height: 215px;
  border: 8px solid var(--bc-cream);
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(40, 63, 108, 0.2);
}

.bc-hero-note {
  position: absolute;
  right: -10px;
  bottom: 15px;
  color: var(--bc-orange);
  font-family: Georgia, serif;
  font-size: 7rem;
  transform: rotate(8deg);
}

.bc-narrow {
  max-width: 920px;
}

.bc-intro {
  padding-top: 0;
  padding-bottom: 58px;
}

.bc-intro-text {
  margin: 0;
  color: var(--bc-navy);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.bc-pillars-section {
  padding-top: 0;
}

.bc-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bc-pillar {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 12px 34px rgba(40, 63, 108, 0.09);
  border-top: 5px solid var(--bc-orange);
}

.bc-pillar-number {
  color: var(--bc-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.bc-pillar h3 {
  margin: 13px 0 17px;
  color: var(--bc-navy);
  font-size: 1.28rem;
}

.bc-pillar p {
  margin: 0 0 13px;
  font-size: 0.94rem;
}

.bc-network {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
  background: var(--bc-navy);
}

.bc-network-photo {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
}

.bc-network-photo img {
  display: block;
  width: 88%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.bc-network-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 90px);
  color: white;
}

.bc-network-copy h2 {
  margin: 0 0 20px;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
}

.bc-network-copy p:last-child {
  max-width: 570px;
  margin: 0;
  color: #e2e7ef;
  font-size: 1.06rem;
}

.bc-organisation {
  background: #f5f1ed;
}

.bc-section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.bc-section-heading h2,
.bc-fees h2,
.bc-leader h2,
.bc-cta h2 {
  margin: 0;
  color: var(--bc-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
}

.bc-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bc-fact-card {
  padding: 28px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 28px rgba(40, 63, 108, 0.08);
}

.bc-fact-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--bc-orange);
  color: white;
  font-size: 1.45rem;
}

.bc-fact-card h3 {
  margin: 17px 0 8px;
  color: var(--bc-orange);
  font-size: 1.25rem;
}

.bc-fact-card p {
  margin: 0 0 9px;
  font-size: 0.93rem;
}

.bc-fact-card .bc-fact-highlight {
  color: var(--bc-navy);
  font-weight: 700;
}

.bc-schedule {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  margin-top: 46px;
}

.bc-schedule-intro h2 {
  margin: 6px 0 16px;
  color: var(--bc-navy);
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 1.05;
}

.bc-schedule-intro p:last-of-type {
  margin: 0;
  color: #5a5f68;
  font-size: 0.94rem;
  line-height: 1.55;
}

.bc-schedule-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-schedule-item {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 22px rgba(40, 63, 108, 0.06);
}

.bc-schedule-item.is-confirmed {
  background: #fbeecb;
}

.bc-schedule-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 8px;
  background: #b9b6a4;
  color: white;
  text-align: center;
  line-height: 1.15;
}

.bc-schedule-item.is-confirmed .bc-schedule-date {
  background: var(--bc-orange);
}

.bc-schedule-date strong {
  font-size: 1.35rem;
}

.bc-schedule-date small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bc-schedule-info strong {
  display: block;
  color: var(--bc-navy);
  font-size: 0.98rem;
}

.bc-schedule-info span {
  display: block;
  margin-top: 2px;
  color: #6b6f76;
  font-size: 0.84rem;
}

.bc-schedule-status {
  color: #8a8570;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bc-schedule-item.is-confirmed .bc-schedule-status {
  color: var(--bc-orange);
}

.bc-details-section {
  padding-block: clamp(65px, 8vw, 110px);
}

.bc-details-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
}

.bc-fee-list {
  margin-top: 26px;
  border-top: 2px solid var(--bc-orange);
}

.bc-fee-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(40, 63, 108, 0.16);
}

.bc-fee-list strong {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--bc-orange);
  white-space: nowrap;
}

.bc-fee-intro {
  margin: 18px 0 0;
  line-height: 1.6;
}

.bc-fee-list strong small {
  margin-top: 2px;
  color: var(--bc-navy);
  font-size: 0.66rem;
  font-weight: 600;
}

.bc-trial-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 5px solid var(--bc-orange);
  border-radius: 0 12px 12px 0;
  background: #f5f1ed;
}

.bc-trial-note strong {
  color: var(--bc-navy);
}

.bc-trial-note p,
.offer-scope-note {
  margin: 7px 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
}

.offer-scope-note {
  color: #59647a;
}

.bc-leader {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
  align-items: center;
}

.bc-leader > img {
  width: 250px;
  height: 315px;
  border-radius: 125px 125px 18px 18px;
  object-fit: cover;
  object-position: center 16%;
  box-shadow: 0 16px 38px rgba(40, 63, 108, 0.16);
}

.bc-leader h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.bc-leader h2 small {
  display: block;
  margin-top: 6px;
  color: var(--bc-orange);
  font-size: 0.55em;
}

.bc-cta {
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--bc-orange);
  color: white;
}

.bc-cta-inner {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 28px;
}

.bc-cta-inner > img {
  width: 82px;
  height: 82px;
}

.bc-cta .bc-eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.bc-cta h2 {
  color: white;
}

.bc-cta p:last-child {
  margin-bottom: 0;
}

.bc-mail-button {
  display: inline-block;
  padding: 13px 22px;
  border: 2px solid white;
  border-radius: 999px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.bc-mail-button:hover {
  background: white;
  color: var(--bc-orange);
}

.bc-footer {
  padding: 30px 0;
  background: var(--bc-navy);
  color: #dce3ef;
}

.bc-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bc-footer img {
  display: block;
  width: 180px;
  height: auto;
}

.bc-footer p {
  margin: 0;
  font-size: 0.88rem;
}

.bc-footer a:last-child {
  color: white;
  font-size: 0.88rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .bc-hero-grid {
    grid-template-columns: 1fr;
  }

  .bc-hero-copy {
    max-width: 700px;
  }

  .bc-hero-visual {
    width: min(600px, 100%);
    min-height: 540px;
    justify-self: center;
  }

  .bc-pillars,
  .bc-facts,
  .bc-schedule {
    grid-template-columns: 1fr;
  }

  .bc-network {
    grid-template-columns: 1fr;
  }

  .bc-network-photo {
    min-height: 420px;
  }

  .bc-details-grid {
    grid-template-columns: 1fr;
  }

  .bc-fees {
    max-width: 620px;
  }

  .bc-cta-inner {
    grid-template-columns: 72px 1fr;
  }

  .bc-cta-inner > img {
    width: 66px;
    height: 66px;
  }

  .bc-mail-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .bc-schedule-item {
    grid-template-columns: 56px 1fr;
  }

  .bc-schedule-status {
    grid-column: 2;
    justify-self: start;
  }

  .bc-hero {
    padding-top: 42px;
  }

  .bc-title-row img {
    width: 50px;
    height: 50px;
  }

  .bc-title-row h1 {
    font-size: clamp(2rem, 10.5vw, 2.5rem);
  }

  .bc-title-row {
    gap: 10px;
  }

  .bc-hero-visual {
    min-height: 430px;
  }

  .bc-hero-photo {
    width: 92%;
  }

  .bc-hero-inset {
    left: -8px;
    width: 135px;
    height: 165px;
    border-width: 6px;
  }

  .bc-hero-note {
    font-size: 5rem;
  }

  .bc-pillar,
  .bc-fact-card {
    padding: 25px;
  }

  .bc-network-photo {
    min-height: 280px;
  }

  .bc-leader {
    grid-template-columns: 1fr;
  }

  .bc-leader > img {
    width: 190px;
    height: 240px;
  }

  .bc-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bc-cta-inner > img,
  .bc-mail-button {
    grid-column: 1;
    justify-self: center;
  }

  .bc-mail-button {
    white-space: normal;
    word-break: break-word;
  }

  .bc-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* BrassConnect - alternativer, vollständig sichtbarer Entwurf */

.brassconnect-alt-page {
  --bc2-orange: #ef4a24;
  --bc2-navy: #283f6c;
  --bc2-green: #60772a;
  --bc2-cream: #e7e1db;
  --bc2-paper: #f7f3ef;
  background: var(--bc2-cream);
  color: #242936;
}

.bc2-header {
  background: rgba(231, 225, 219, 0.95);
}

.bc2-hero {
  background: var(--bc2-navy);
  color: white;
}

.bc2-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
  min-height: 660px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.bc2-kicker,
.bc2-section-title > p {
  margin: 0 0 10px;
  color: var(--bc2-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bc2-title {
  display: flex;
  align-items: center;
  gap: 17px;
}

.bc2-title img {
  width: 72px;
  height: 72px;
}

.bc2-title h1 {
  margin: 0;
  color: white;
  font-size: clamp(3.3rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.bc2-script {
  margin: 26px 0 24px;
  color: #b8cb72;
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 4.5vw, 4.1rem);
  line-height: 1.15;
}

.bc2-hero-lead {
  max-width: 610px;
  margin: 0;
  color: #e7ebf2;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.6;
}

.bc2-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.bc2-button {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.bc2-button-light {
  background: var(--bc2-orange);
  color: white;
}

.bc2-link {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.bc2-hero-message {
  padding: clamp(34px, 4vw, 55px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 22px 60px rgba(0,0,0,0.18);
}

.bc2-hero-message p {
  margin: 0 0 20px;
  color: #eef1f6;
  font-size: 1.04rem;
  line-height: 1.65;
}

.bc2-hero-message p:first-child {
  color: white;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.bc2-hero-message p:last-child {
  margin-bottom: 0;
  color: #c7d889;
}

.bc2-overview,
.bc2-story,
.bc2-gallery-section,
.bc2-practical {
  padding: clamp(70px, 8vw, 115px) 0;
}

.bc2-overview {
  background: var(--bc2-paper);
}

.bc2-section-title {
  margin-bottom: 40px;
  text-align: center;
}

.bc2-section-title h2,
.bc2-fees h2,
.bc2-conductor h2,
.bc2-contact h2 {
  margin: 0;
  color: var(--bc2-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
}

.bc2-section-title-left {
  text-align: left;
}

.bc2-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bc2-fact-grid article {
  padding: 26px;
  border-radius: 16px;
  background: white;
  border-bottom: 4px solid var(--bc2-orange);
  box-shadow: 0 10px 28px rgba(40, 63, 108, 0.08);
}

.bc2-fact-grid article > span {
  color: var(--bc2-orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bc2-fact-grid h3 {
  margin: 14px 0 8px;
  color: var(--bc2-navy);
  font-size: 1.12rem;
}

.bc2-fact-grid strong {
  display: block;
  color: var(--bc2-orange);
  line-height: 1.4;
}

.bc2-fact-grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.bc2-participation-note {
  max-width: 900px;
  margin: 38px auto 0;
  color: var(--bc2-navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

.bc2-story {
  background: var(--bc2-cream);
}

.bc2-story-list {
  border-top: 1px solid rgba(40, 63, 108, 0.18);
}

.bc2-story-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: clamp(35px, 6vw, 90px);
  padding: 48px 0;
  border-bottom: 1px solid rgba(40, 63, 108, 0.18);
}

.bc2-story-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bc2-story-label span {
  color: var(--bc2-orange);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.bc2-story-label strong {
  color: var(--bc2-green);
  font-family: var(--font-script);
  font-size: 2.1rem;
  font-weight: 400;
}

.bc2-story-item h3 {
  margin: 0 0 18px;
  color: var(--bc2-navy);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.bc2-story-item p {
  max-width: 820px;
  margin: 0 0 14px;
  line-height: 1.7;
}

.bc2-gallery-section {
  background: var(--bc2-navy);
}

.bc2-gallery-section .bc2-section-title h2 {
  color: white;
}

.bc2-gallery {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.35fr;
  gap: 20px;
  align-items: stretch;
}

.bc2-gallery figure {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background: white;
}

.bc2-gallery img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #eee8e2;
  border-radius: 10px;
}

.bc2-gallery figcaption {
  padding: 13px 5px 2px;
  color: var(--bc2-navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.bc2-practical {
  background: var(--bc2-paper);
}

.bc2-practical-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 110px);
}

.bc2-fee-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(40, 63, 108, 0.18);
}

.bc2-fee-row:first-of-type {
  margin-top: 25px;
  border-top: 3px solid var(--bc2-orange);
}

.bc2-fee-row strong {
  color: var(--bc2-orange);
  white-space: nowrap;
}

.bc2-conductor {
  padding: 38px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 12px 34px rgba(40, 63, 108, 0.09);
}

.bc2-conductor-heading {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 20px;
}

.bc2-conductor-heading img {
  width: 72px;
  height: 72px;
}

.bc2-conductor h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.bc2-conductor h2 small {
  display: block;
  color: var(--bc2-orange);
  font-size: 0.55em;
}

.bc2-conductor p {
  margin: 0 0 12px;
  line-height: 1.65;
}

.bc2-contact {
  padding: clamp(60px, 7vw, 90px) 0;
  background: var(--bc2-orange);
  color: white;
}

.bc2-contact-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.bc2-contact .bc2-kicker {
  color: rgba(255,255,255,0.76);
}

.bc2-contact h2 {
  color: white;
}

.bc2-contact p:last-child {
  margin-bottom: 0;
}

.bc2-contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.bc2-contact-links a {
  padding: 10px 17px;
  border: 1px solid white;
  border-radius: 999px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.bc2-contact-links a:hover {
  background: white;
  color: var(--bc2-orange);
}

.bc2-footer {
  padding: 28px 0;
  background: var(--bc2-navy);
  color: #dce3ef;
}

.bc2-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bc2-footer img {
  display: block;
  width: 175px;
}

.bc2-footer p {
  margin: 0;
  font-size: 0.88rem;
}

.bc2-footer-links {
  display: flex;
  gap: 18px;
}

.bc2-footer-links a {
  color: white;
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .bc2-hero-inner,
  .bc2-practical-grid {
    grid-template-columns: 1fr;
  }

  .bc2-hero-inner {
    gap: 40px;
  }

  .bc2-fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bc2-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .bc2-gallery-wide {
    grid-column: 1 / -1;
  }

  .bc2-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .bc2-hero-inner {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .bc2-title {
    gap: 10px;
  }

  .bc2-title img {
    width: 48px;
    height: 48px;
  }

  .bc2-title h1 {
    font-size: clamp(2rem, 10.5vw, 2.5rem);
  }

  .bc2-fact-grid,
  .bc2-gallery {
    grid-template-columns: 1fr;
  }

  .bc2-gallery-wide {
    grid-column: auto;
  }

  .bc2-gallery img {
    height: auto;
    max-height: none;
  }

  .bc2-story-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 38px 0;
  }

  .bc2-story-label {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }

  .bc2-conductor {
    padding: 25px;
  }

  .bc2-contact-links a {
    max-width: 100%;
    word-break: break-word;
  }

  .bc2-footer-inner,
  .bc2-footer-links {
    flex-direction: column;
    text-align: center;
  }
}

/* BrassStart */

.brassstart-page {
  --bs-orange: #ef4a24;
  --bs-navy: #283f6c;
  --bs-green: #60772a;
  --bs-cream: #e7e1db;
  --bs-paper: #f7f3ef;
  background: var(--bs-cream);
  color: #242936;
}

.bs-header {
  background: rgba(231, 225, 219, 0.95);
}

.bs-hero {
  padding: clamp(55px, 7vw, 100px) 0 clamp(65px, 8vw, 110px);
  overflow: hidden;
}

.bs-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(45px, 7vw, 95px);
}

.bs-kicker,
.bs-section-title > p {
  margin: 0 0 10px;
  color: var(--bs-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bs-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bs-title-row img {
  width: 70px;
  height: 70px;
}

.bs-title-row h1 {
  margin: 0;
  color: var(--bs-orange);
  font-size: clamp(3.2rem, 6vw, 5.3rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.bs-script {
  margin: 24px 0;
  color: var(--bs-navy);
  font-family: var(--font-script);
  font-size: clamp(2.3rem, 4.3vw, 3.9rem);
  line-height: 1.15;
}

.bs-lead {
  max-width: 580px;
  color: var(--bs-navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.65;
}

.bs-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 29px;
  flex-wrap: wrap;
}

.bs-text-link {
  color: var(--bs-navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.bs-hero-figure {
  position: relative;
  margin: 0;
  padding: 16px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 20px 55px rgba(40, 63, 108, 0.16);
}

.bs-hero-figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 80%;
  right: -55px;
  bottom: -45px;
  border-radius: 50%;
  background: rgba(239, 74, 36, 0.13);
}

.bs-hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.bs-hero-figure figcaption {
  padding: 14px 8px 2px;
  color: var(--bs-navy);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.bs-quickfacts,
.bs-expectations {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--bs-paper);
}

.bs-section-title {
  margin-bottom: 38px;
  text-align: center;
}

.bs-section-title h2,
.bs-levels h2,
.bs-community h2,
.bs-contact h2 {
  margin: 0;
  color: var(--bs-navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.16;
}

.bs-section-title-left {
  text-align: left;
}

.bs-fact-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.8fr 0.9fr;
  gap: 18px;
}

.bs-fact-grid article {
  padding: 26px;
  border-radius: 16px;
  background: white;
  border-top: 4px solid var(--bs-orange);
  box-shadow: 0 10px 28px rgba(40, 63, 108, 0.08);
}

.bs-fact-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--bs-orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-fact-grid strong {
  display: block;
  color: var(--bs-navy);
  line-height: 1.45;
}

.bs-fact-grid p {
  margin: 6px 0 0;
  font-size: 0.86rem;
}

.bs-schedule {
  margin-top: 46px;
}

.bs-schedule-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.bs-schedule-intro h2 {
  margin: 6px 0 16px;
  color: var(--bs-navy);
  font-family: var(--font-script);
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  font-weight: 400;
  line-height: 1.05;
}

.bs-schedule-intro p:last-of-type {
  margin: 0;
  color: #5a5f68;
  font-size: 0.94rem;
  line-height: 1.55;
}

.bs-schedule-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-schedule-item {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 22px rgba(40, 63, 108, 0.06);
}

.bs-schedule-item.is-confirmed {
  background: #fbeecb;
}

.bs-schedule-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 8px;
  background: #b9b6a4;
  color: white;
  text-align: center;
  line-height: 1.15;
}

.bs-schedule-item.is-confirmed .bs-schedule-date {
  background: var(--bs-orange);
}

.bs-schedule-date strong {
  font-size: 1.35rem;
}

.bs-schedule-date small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bs-schedule-info strong {
  display: block;
  color: var(--bs-navy);
  font-size: 0.98rem;
}

.bs-schedule-info span {
  display: block;
  margin-top: 2px;
  color: #6b6f76;
  font-size: 0.84rem;
}

.bs-schedule-status {
  color: #8a8570;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bs-schedule-item.is-confirmed .bs-schedule-status {
  color: var(--bs-orange);
}

.bs-introduction,
.bs-community {
  padding: clamp(75px, 8vw, 115px) 0;
}

.bs-content-grid,
.bs-community-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.bs-prose p {
  margin: 0 0 17px;
  line-height: 1.72;
}

.bs-levels {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--bs-navy);
  color: white;
}

.bs-levels-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 7vw, 95px);
  align-items: center;
}

.bs-levels figure {
  margin: 0;
  padding: 14px;
  border-radius: 22px;
  background: white;
}

.bs-levels figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
}

.bs-levels h2 {
  margin-bottom: 22px;
  color: white;
}

.bs-levels-copy > p {
  color: #e2e7ef;
  line-height: 1.68;
}

.bs-promise {
  margin: 26px 0;
  padding: 22px;
  border-left: 5px solid var(--bs-orange);
  border-radius: 0 13px 13px 0;
  background: rgba(255,255,255,0.09);
}

.bs-promise span,
.bs-promise strong {
  display: block;
}

.bs-promise span {
  margin-bottom: 8px;
  color: #b8cb72;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-promise strong {
  color: white;
  line-height: 1.55;
}

.bs-expectation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-expectation-grid li {
  min-height: 155px;
  padding: 25px;
  border-radius: 15px;
  background: white;
  color: var(--bs-navy);
  font-weight: 600;
  line-height: 1.55;
  box-shadow: 0 9px 26px rgba(40, 63, 108, 0.07);
}

.bs-expectation-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background: var(--bs-orange);
  color: white;
  font-size: 1.25rem;
}

.bs-community {
  background: var(--bs-cream);
}

.bs-fees {
  padding: clamp(65px, 7vw, 95px) 0;
  background: white;
}

.bs-fees-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.bs-fees h2 {
  margin: 0 0 16px;
  color: var(--bs-navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.16;
}

.bs-fees-grid > div:first-child > p:last-child {
  line-height: 1.65;
}

.bs-price-card,
.bs-trial-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border-radius: 16px;
}

.bs-price-card {
  align-items: center;
  background: var(--bs-orange);
  color: white;
  text-align: center;
}

.bs-price-card strong {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}

.bs-price-card span {
  margin-top: 9px;
  font-weight: 700;
}

.bs-trial-card {
  border-left: 5px solid var(--bs-orange);
  background: var(--bs-paper);
}

.bs-trial-card strong {
  color: var(--bs-navy);
  font-size: 1.1rem;
}

.bs-trial-card p {
  margin: 8px 0 0;
  line-height: 1.55;
}

.bs-fees-grid > .offer-scope-note {
  grid-column: 1 / -1;
  margin: 0;
}

.bs-community .bs-kicker {
  margin-bottom: 12px;
}

.bs-contact {
  padding: clamp(60px, 7vw, 90px) 0;
  background: var(--bs-orange);
  color: white;
}

.bs-contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr 190px;
  align-items: center;
  gap: 40px;
}

.bs-contact-portrait {
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
  text-align: center;
}

.bs-contact-portrait img {
  display: block;
  width: 142px;
  height: 142px;
  margin: 0 auto 12px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 24%;
  box-shadow: 0 12px 28px rgba(30, 51, 92, 0.2);
}

.bs-contact-portrait figcaption span,
.bs-contact-portrait figcaption strong {
  display: block;
}

.bs-contact-portrait figcaption span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-contact-portrait figcaption strong {
  margin-top: 3px;
  font-size: 0.92rem;
}

.bs-contact-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bs-contact-heading img {
  width: 74px;
  height: 74px;
}

.bs-contact .bs-kicker {
  color: rgba(255,255,255,0.75);
}

.bs-contact h2 {
  color: white;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.bs-contact-facts {
  margin: 0;
}

.bs-contact-facts div + div {
  margin-top: 14px;
}

.bs-contact-facts dt {
  color: rgba(255,255,255,0.75);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-contact-facts dd {
  margin: 2px 0 0;
  font-weight: 700;
}

.bs-mail-button {
  grid-column: 1 / 3;
  justify-self: start;
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid white;
  border-radius: 999px;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.bs-mail-button:hover {
  background: white;
  color: var(--bs-orange);
}

.bs-footer {
  padding: 28px 0;
  background: var(--bs-navy);
  color: #dce3ef;
}

.bs-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bs-footer img {
  display: block;
  width: 175px;
}

.bs-footer p {
  margin: 0;
  font-size: 0.88rem;
}

.bs-footer-links {
  display: flex;
  gap: 18px;
}

.bs-footer-links a {
  color: white;
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .bs-footer-inner,
  .bs-footer-links {
    flex-direction: column;
    text-align: center;
  }
}

.bs-closing {
  padding: clamp(62px, 7vw, 92px) 0;
  text-align: center;
}

.bs-closing p {
  margin: 0;
  color: var(--bs-orange);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bs-closing h2 {
  max-width: 900px;
  margin: 16px auto 20px;
  color: var(--bs-navy);
  font-family: var(--font-script);
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1.25;
}

.bs-closing span {
  color: var(--bs-green);
  font-weight: 700;
}

@media (max-width: 950px) {
  .bs-hero-grid,
  .bs-content-grid,
  .bs-levels-grid,
  .bs-community-grid,
  .bs-fees-grid,
  .bs-schedule-grid {
    grid-template-columns: 1fr;
  }

  .bs-fees-grid > .offer-scope-note {
    grid-column: 1;
  }

  .bs-hero-copy {
    max-width: 700px;
  }

  .bs-fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bs-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bs-contact-portrait {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .bs-mail-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 650px) {
  .bs-title-row {
    gap: 10px;
  }

  .bs-title-row img {
    width: 48px;
    height: 48px;
  }

  .bs-title-row h1 {
    font-size: clamp(2rem, 10.5vw, 2.55rem);
  }

  .bs-fact-grid,
  .bs-expectation-grid,
  .bs-contact-grid {
    grid-template-columns: 1fr;
  }

  .bs-schedule-item {
    grid-template-columns: 56px 1fr;
  }

  .bs-schedule-status {
    grid-column: 2;
    justify-self: start;
  }

  .bs-expectation-grid li {
    min-height: 0;
  }

  .bs-contact-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .bs-contact-portrait {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }

  .bs-contact-portrait img {
    margin-left: 0;
  }

  .bs-mail-button {
    grid-column: 1;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
}

.flyer-leadership {
  position: relative;
  padding: 48px clamp(24px, 5vw, 78px);
  overflow: hidden;
  background: var(--flyer-navy);
  color: white;
}

.flyer-leadership::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  right: -130px;
  top: -145px;
  border-radius: 50%;
  background: rgba(239, 74, 36, 0.2);
}

.flyer-leadership-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
}

.flyer-leadership-portraits {
  position: relative;
  height: 150px;
}

.flyer-leadership-portraits img {
  position: absolute;
  display: block;
  width: 132px;
  height: 132px;
  border: 5px solid white;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.flyer-leadership-portraits img:first-child {
  z-index: 2;
  left: 0;
  top: 0;
  object-position: center 20%;
}

.flyer-leadership-portraits img:last-child {
  right: 0;
  bottom: 0;
}

.flyer-leadership-copy p {
  margin: 0 0 5px;
  color: #f1d887;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flyer-leadership-copy h2 {
  margin: 0 0 8px;
  color: white;
  font-family: var(--font-script-light);
  font-size: clamp(2.2rem, 3.7vw, 3.7rem);
  font-weight: 600;
  line-height: 1.08;
}

.flyer-leadership-copy span {
  display: block;
  max-width: 730px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.6;
}

.flyer-leadership-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--flyer-orange);
  color: white;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.flyer-leadership-link:hover {
  background: white;
  color: var(--flyer-navy);
}

.flyer-photo-band {
  position: relative;
  height: clamp(220px, 25vw, 390px);
  display: grid;
  grid-template-columns: 1.05fr 1.3fr 0.95fr;
  background: var(--flyer-navy);
  overflow: hidden;
}

.flyer-photo-band > div {
  overflow: hidden;
}

.flyer-photo-band img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.flyer-photo-wave {
  position: absolute;
  inset: -1px 0 auto;
  width: 100%;
  height: clamp(72px, 8.7vw, 125px);
  overflow: visible;
}

.flyer-photo-wave path:first-child {
  fill: var(--flyer-cream);
}

.flyer-photo-wave .wave-line {
  fill: none;
  stroke: var(--flyer-navy);
  stroke-width: 2;
}

.flyer-footer {
  position: relative;
  margin-top: -34px;
  padding: 55px 24px 25px;
  background: var(--flyer-navy);
  color: #d8dfeb;
  text-align: center;
  border-radius: 50% 50% 0 0 / 34px 34px 0 0;
}

.flyer-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.flyer-footer-claim {
  margin: 0;
  color: white;
  font-family: var(--font-script-light);
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
}

.flyer-footer-claim span {
  color: #8aa328;
  font-size: 1.35em;
}

.flyer-footer-divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.65);
}

.flyer-church-mark {
  width: 58px;
  height: 68px;
  opacity: 0.9;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flyer-footer-inner > p:last-child {
  margin: 0;
  font-size: 0.98rem;
}

.flyer-footer-contact {
  margin: 12px 0 0;
  font-size: 0.75rem;
  opacity: 0.76;
}

.flyer-footer a {
  color: white;
}

@media (max-width: 1000px) {
  .flyer-hero-inner {
    grid-template-columns: 240px 1fr;
    gap: 35px;
  }

  .flyer-program-grid {
    grid-template-columns: 1fr 1fr;
  }

  .program-orange {
    grid-column: 1 / -1;
    width: min(520px, 100%);
    justify-self: center;
  }

  .flyer-leadership-inner {
    grid-template-columns: 240px 1fr;
  }

  .flyer-leadership-link {
    grid-column: 2;
    width: max-content;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 185px;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
  }

  .brand-logo-full {
    width: 190px;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 13px;
  }

  .main-nav a {
    font-size: 0.82rem;
  }

  .main-nav .nav-home {
    padding: 5px 10px;
  }

  .flyer-nav {
    justify-content: center;
    padding-inline: 14px;
  }

  .flyer-nav-brand {
    display: none;
  }

  .flyer-nav nav {
    width: 100%;
    justify-content: space-around;
    gap: 8px;
    flex-wrap: wrap;
  }

  .flyer-nav nav a {
    font-size: 0.86rem;
  }

  .flyer-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .flyer-badge {
    width: min(270px, 78vw);
    justify-self: center;
  }

  .flyer-wordmark {
    justify-content: center;
  }

  .flyer-original-logo {
    width: min(100%, 520px);
  }

  .flyer-programs {
    padding-top: 12px;
  }

  .flyer-program-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .program-orange {
    grid-column: auto;
  }

  .flyer-leadership {
    padding-block: 42px;
  }

  .flyer-leadership-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .flyer-leadership-portraits {
    width: 240px;
  }

  .flyer-leadership-link {
    grid-column: auto;
    width: auto;
    white-space: normal;
  }

  .flyer-program {
    width: min(460px, 100%);
    justify-self: center;
  }

  .flyer-photo-band {
    grid-template-columns: repeat(3, 1fr);
    height: 230px;
  }

  .flyer-footer-inner {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .flyer-footer-divider {
    display: none;
  }

  .flyer-footer-inner > p:last-child {
    flex-basis: 100%;
  }
}

@media (max-width: 430px) {
  .flyer-wordmark h1 span {
    font-size: 4.2rem;
  }

  .flyer-wordmark h1 em {
    font-size: 2.7rem;
  }

  .flyer-program-heading > img {
    width: 62px;
    height: 62px;
  }

  .flyer-program-heading h2 {
    font-size: 2rem;
  }

  .flyer-photo-band {
    height: 190px;
  }
}

/* KlangWerk */
.klangwerk-page { --kw-green:#60772a; --kw-dark:#34481d; --kw-deep:#263717; --kw-lime:#dce8bd; --kw-soft:#eef3df; --kw-cream:#faf6eb; --kw-ink:#253020; color:var(--kw-ink); background:#fff; }
.klangwerk-page main { overflow:hidden; }
.klangwerk-page .site-header { border-bottom-color:rgba(96,119,42,.18); }
.klangwerk-page .main-nav a:hover { color:var(--kw-green); }
.kw-eyebrow { margin:0 0 14px; color:var(--kw-green); font-size:.76rem; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }

.kw-hero { position:relative; min-height:min(780px,calc(100vh - 88px)); color:#fff; background:var(--kw-deep); }
.kw-hero-image,.kw-hero-shade { position:absolute; inset:0; width:100%; height:100%; }
.kw-hero-image { object-fit:cover; object-position:center 20%; }
.kw-hero-shade { background:linear-gradient(90deg,rgba(28,48,16,.96),rgba(28,48,16,.84) 38%,rgba(28,48,16,.28) 70%,rgba(28,48,16,.06)); }
.kw-hero-inner { position:relative; z-index:1; display:flex; align-items:center; min-height:min(780px,calc(100vh - 88px)); padding-top:70px; padding-bottom:100px; }
.kw-hero-copy { width:min(650px,58%); }
.kw-hero .kw-eyebrow { color:var(--kw-lime); }
.kw-title-row { display:flex; align-items:flex-start; gap:18px; }
.kw-title-row>img { width:clamp(60px,6vw,84px); height:clamp(60px,6vw,84px); margin-top:6px; filter:brightness(0) invert(1); }
.kw-title-row h1 { margin:0; color:#fff; font-family:var(--font-script); font-size:clamp(3.6rem,6.5vw,6.8rem); font-weight:400; line-height:.9; }
.kw-tagline { margin:34px 0 20px; color:var(--kw-lime); font-size:clamp(1.4rem,2.3vw,2.15rem); font-weight:700; line-height:1.2; }
.kw-lead { max-width:590px; margin:0; font-size:clamp(1rem,1.3vw,1.18rem); line-height:1.7; }
.kw-hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; margin-top:32px; }
.kw-button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:12px 25px; border-radius:999px; font-size:.9rem; font-weight:700; text-decoration:none; transition:.18s ease; }
.kw-button:hover { transform:translateY(-2px); }
.kw-button-light { background:#fff; color:var(--kw-dark); }
.kw-button-light:hover { background:var(--kw-lime); }
.kw-button-dark { background:var(--kw-deep); color:#fff; }
.kw-button-dark:hover { background:#19250f; }
.kw-text-link { color:#fff; font-size:.88rem; font-weight:700; text-decoration:none; }
.kw-text-link span { display:inline-block; margin-left:5px; transition:transform .18s; }
.kw-text-link:hover span { transform:translateY(4px); }

.kw-facts { position:relative; z-index:2; margin-top:-32px; }
.kw-facts-grid { display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; border-radius:7px; background:var(--kw-cream); box-shadow:0 15px 48px rgba(52,72,29,.15); }
.kw-facts-grid>div { padding:26px clamp(18px,2.5vw,34px); }
.kw-facts-grid>div+div { border-left:1px solid rgba(96,119,42,.18); }
.kw-facts span,.kw-facts strong { display:block; }
.kw-facts span { margin-bottom:4px; color:var(--kw-green); font-size:.67rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.kw-facts strong { color:var(--kw-deep); font-size:clamp(.86rem,1.05vw,1.02rem); line-height:1.4; }

.kw-intro { padding:clamp(100px,11vw,160px) 0 clamp(82px,9vw,130px); }
.kw-intro-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(50px,8vw,120px); }
.kw-intro h2,.kw-workshop h2,.kw-details h2,.kw-cta h2 { margin:0; color:var(--kw-dark); font-family:var(--font-script); font-size:clamp(2.85rem,4.8vw,5rem); font-weight:400; line-height:.98; }
.kw-intro-copy p { margin:0; line-height:1.8; }
.kw-intro-copy p+p { margin-top:20px; }
.kw-intro-copy .kw-lead-dark { color:var(--kw-dark); font-size:clamp(1.15rem,1.7vw,1.45rem); font-weight:600; line-height:1.55; }

.kw-pillars { padding:clamp(75px,9vw,120px) 0; background:var(--kw-soft); }
.kw-section-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:48px; }
.kw-section-heading .kw-eyebrow { margin-bottom:8px; }
.kw-section-heading h2 { margin:0; color:var(--kw-dark); font-family:var(--font-script); font-size:clamp(2.8rem,4.5vw,4.7rem); font-weight:400; line-height:1; text-align:right; }
.kw-pillars-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.kw-pillars-grid article { min-height:315px; padding:clamp(28px,3.2vw,46px); border-top:4px solid var(--kw-green); background:#fff; }
.kw-pillars-grid article>span { display:block; margin-bottom:40px; color:rgba(96,119,42,.46); font-size:.75rem; font-weight:700; letter-spacing:.14em; }
.kw-pillars-grid h3 { margin:0 0 13px; color:var(--kw-dark); font-family:var(--font-script); font-size:clamp(1.9rem,2.8vw,2.75rem); font-weight:400; line-height:1.05; }
.kw-pillars-grid p { margin:0; font-size:.93rem; line-height:1.68; }

.kw-workshop { padding:clamp(85px,10vw,140px) 0; background:var(--kw-dark); color:#fff; }
.kw-workshop-grid { display:grid; grid-template-columns:.72fr 1.18fr; align-items:center; gap:clamp(65px,10vw,145px); }
.kw-workshop-image { position:relative; margin:0; }
.kw-workshop-image:before { content:""; position:absolute; inset:-17px 17px 17px -17px; border:2px solid var(--kw-lime); border-radius:8px; }
.kw-workshop-image img { position:relative; z-index:1; display:block; width:100%; aspect-ratio:.78/1; border-radius:8px; object-fit:cover; }
.kw-workshop .kw-eyebrow { color:var(--kw-lime); }
.kw-workshop h2 { color:#fff; }
.kw-workshop-grid>div>p:not(.kw-eyebrow) { margin:24px 0 0; line-height:1.76; }
.kw-workshop-grid>div>a { display:inline-flex; margin-top:28px; color:var(--kw-lime); font-size:.84rem; font-weight:700; text-decoration:none; }
.kw-workshop-grid>div>a span { margin-left:7px; }
.kw-workshop-grid>div>a:hover { text-decoration:underline; }

.kw-details { padding:clamp(90px,11vw,155px) 0; }
.kw-details-grid { display:grid; grid-template-columns:1.08fr .72fr; align-items:center; gap:clamp(65px,10vw,145px); }
.kw-details-copy>p:not(.kw-eyebrow) { max-width:650px; margin:24px 0 0; line-height:1.75; }
.kw-details dl { margin:35px 0 0; }
.kw-details dl>div { display:grid; grid-template-columns:105px 1fr; gap:20px; padding:15px 0; border-top:1px solid rgba(96,119,42,.2); }
.kw-details dt { color:var(--kw-green); font-size:.7rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.kw-details dd { margin:0; color:var(--kw-deep); font-weight:600; line-height:1.5; }
.kw-details dd a { color:var(--kw-green); }
.kw-leader-card { position:relative; margin:0; }
.kw-leader-card:before { content:""; position:absolute; inset:-18px 18px 18px -18px; border:2px solid var(--kw-lime); border-radius:8px; }
.kw-leader-card img { position:relative; z-index:1; display:block; width:100%; aspect-ratio:1/1.08; border-radius:8px; object-fit:cover; object-position:center top; }
.kw-leader-card figcaption { position:relative; z-index:2; width:calc(100% - 35px); margin:-62px 0 0 35px; padding:21px 25px; border-radius:5px 0 5px 5px; background:var(--kw-green); color:#fff; }
.kw-leader-card span,.kw-leader-card strong { display:block; }
.kw-leader-card span { color:var(--kw-lime); font-size:.67rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.kw-leader-card strong { margin-top:4px; font-family:var(--font-script); font-size:clamp(2rem,3vw,3rem); font-weight:400; }

.kw-cta { padding:clamp(72px,8vw,112px) 0; background:var(--kw-lime); }
.kw-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.kw-cta-inner>div>p:last-child { max-width:730px; margin:19px 0 0; line-height:1.7; }
.kw-cta .kw-button { flex:0 0 auto; }
.kw-footer { padding:30px 0; background:var(--kw-deep); color:#fff; }
.kw-footer-inner { display:flex; align-items:center; justify-content:space-between; gap:25px; }
.kw-footer-inner img { display:block; width:178px; filter:brightness(0) invert(1); }
.kw-footer p { margin:0; color:rgba(255,255,255,.72); font-size:.8rem; }
.kw-footer-inner>a:last-child { color:#fff; font-size:.8rem; font-weight:700; text-decoration:none; }

@media(max-width:950px){
  .kw-hero-copy{width:min(680px,84%)} .kw-hero-shade{background:linear-gradient(90deg,rgba(28,48,16,.95),rgba(28,48,16,.72) 76%,rgba(28,48,16,.3))}
  .kw-facts-grid{grid-template-columns:1fr 1fr}.kw-facts-grid>div:nth-child(3){border-left:0}.kw-facts-grid>div:nth-child(n+3){border-top:1px solid rgba(96,119,42,.18)}
  .kw-intro-grid,.kw-workshop-grid,.kw-details-grid{grid-template-columns:1fr}.kw-pillars-grid{grid-template-columns:1fr}.kw-pillars-grid article{min-height:0}.kw-pillars-grid article>span{margin-bottom:24px}
  .kw-workshop-image,.kw-leader-card{width:min(520px,calc(100% - 18px))}.kw-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:650px){
  .kw-hero-copy{width:100%}.kw-hero-shade{background:rgba(28,48,16,.82)}.kw-title-row{gap:11px}.kw-title-row>img{width:50px;height:50px}.kw-title-row h1{font-size:clamp(3rem,16vw,4.5rem)}
  .kw-facts-grid{grid-template-columns:1fr}.kw-facts-grid>div+div,.kw-facts-grid>div:nth-child(3){border-top:1px solid rgba(96,119,42,.18);border-left:0}
  .kw-section-heading{align-items:flex-start;flex-direction:column}.kw-section-heading h2{text-align:left}.kw-details dl>div{grid-template-columns:1fr;gap:6px}.kw-leader-card figcaption{width:calc(100% - 20px);margin-left:20px}.kw-footer-inner{align-items:flex-start;flex-direction:column}
}

/* Modal */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(38, 58, 97, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
}

.modal-overlay[hidden] {
  display: none;
}

.modal {
  background: white;
  border-radius: var(--radius);
  padding: 32px;
  max-width: 460px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--text-light);
}

.modal-step-indicator {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-top: -0.4em;
  margin-bottom: 1.4em;
}

.modal-step label {
  display: block;
  font-weight: 600;
  margin: 1em 0 0.35em;
  font-size: 0.92rem;
}

.modal-step input,
.modal-step select,
.modal-step textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d7dbe4;
  border-radius: 8px;
  font-size: 0.98rem;
  font-family: inherit;
}

.modal-step input:focus,
.modal-step select:focus,
.modal-step textarea:focus {
  outline: 2px solid var(--navy);
  outline-offset: 1px;
}

.modal-actions {
  margin-top: 1.8em;
  display: flex;
  justify-content: flex-end;
}

.modal-actions-split {
  justify-content: space-between;
}

.success-message {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green);
  text-align: center;
  padding: 20px 0;
}

.form-error {
  color: #c0392b;
  font-size: 0.9rem;
  margin-top: 1em;
}

.form-error[hidden] {
  display: none;
}

/* Responsive */

@media (max-width: 800px) {
  .main-nav {
    gap: 12px;
  }
  .card-grid,
  .card-grid-2 {
    grid-template-columns: 1fr;
  }
  .section-icon {
    height: 44px;
    width: 44px;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .footer-photo-band {
    height: 120px;
  }
  .footer-claim {
    font-size: 1.5rem;
  }
  .footer-offer {
    flex-direction: column;
    gap: 6px;
  }
}

/* Singchor der Gemeinde */

.singchor-page {
  --sc-green: #60772a;
  --sc-green-dark: #34481d;
  --sc-green-deep: #263717;
  --sc-lime: #dce8bd;
  --sc-cream: #f6f3e9;
  --sc-ink: #253020;
  color: var(--sc-ink);
  background: #fff;
}

.singchor-page main {
  overflow: hidden;
}

.singchor-page .site-header {
  border-bottom-color: rgba(96, 119, 42, 0.18);
}

.singchor-page .main-nav a:hover {
  color: var(--sc-green);
}

.sc-eyebrow {
  margin: 0 0 14px;
  color: var(--sc-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sc-hero {
  position: relative;
  padding: clamp(44px, 6vw, 92px) 0 clamp(60px, 8vw, 112px);
  background: var(--sc-green);
  color: white;
}

.sc-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -96px;
  width: 46vw;
  height: 180px;
  border-radius: 50%;
  background: white;
  transform: rotate(-7deg);
}

.sc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(430px, 1.17fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
}

.sc-hero .sc-eyebrow {
  color: var(--sc-lime);
}

.sc-title-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.sc-title-row > img {
  width: clamp(58px, 6vw, 82px);
  height: clamp(58px, 6vw, 82px);
  margin-top: 6px;
  filter: brightness(0) invert(1);
}

.sc-title-row h1 {
  margin: 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(3.2rem, 5.7vw, 6.1rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.sc-tagline {
  margin: 32px 0 20px;
  color: var(--sc-lime);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
}

.sc-lead {
  max-width: 570px;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.68;
}

.sc-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.sc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.sc-button:hover {
  transform: translateY(-2px);
}

.sc-button-light {
  background: white;
  color: var(--sc-green-dark);
}

.sc-button-light:hover {
  background: var(--sc-lime);
}

.sc-button-dark {
  background: var(--sc-green-deep);
  color: white;
}

.sc-button-dark:hover {
  background: #19250f;
}

.sc-text-link {
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.sc-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.18s ease;
}

.sc-text-link:hover span {
  transform: translateY(4px);
}

.sc-hero-visual {
  position: relative;
  min-width: 0;
}

.sc-hero-visual::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border: 2px solid var(--sc-lime);
  border-radius: 42% 7% 38% 8%;
}

.sc-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  border-radius: 42% 7% 38% 8%;
  object-fit: cover;
  object-position: 52% center;
  box-shadow: 0 25px 70px rgba(23, 39, 11, 0.28);
}

.sc-hero-visual p {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 38px;
  margin: 0;
  padding: 16px 22px;
  border-radius: 5px;
  background: var(--sc-lime);
  color: var(--sc-green-deep);
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  transform: rotate(-3deg);
}

.sc-facts {
  position: relative;
  z-index: 2;
  margin-top: -24px;
}

.sc-facts-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.35fr 1.05fr;
  border-radius: 8px;
  background: var(--sc-cream);
  box-shadow: 0 15px 45px rgba(52, 72, 29, 0.12);
}

.sc-facts-grid > div {
  padding: 25px clamp(20px, 3vw, 42px);
}

.sc-facts-grid > div + div {
  border-left: 1px solid rgba(96, 119, 42, 0.2);
}

.sc-facts span,
.sc-facts strong {
  display: block;
}

.sc-facts span {
  margin-bottom: 4px;
  color: var(--sc-green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-facts strong {
  color: var(--sc-green-deep);
  font-size: clamp(0.88rem, 1.15vw, 1.06rem);
  line-height: 1.4;
}

.sc-intro {
  padding: clamp(90px, 10vw, 150px) 0 clamp(75px, 9vw, 130px);
}

.sc-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 8vw, 120px);
}

.sc-intro h2,
.sc-welcome h2,
.sc-details h2,
.sc-cta h2 {
  margin: 0;
  color: var(--sc-green-dark);
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
}

.sc-intro-copy {
  max-width: 690px;
}

.sc-intro-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.sc-intro-copy p + p {
  margin-top: 20px;
}

.sc-intro-copy .sc-lead-dark {
  color: var(--sc-green-dark);
  font-size: clamp(1.16rem, 1.7vw, 1.48rem);
  font-weight: 600;
  line-height: 1.55;
}

.sc-values {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--sc-cream);
}

.sc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.sc-section-heading .sc-eyebrow {
  margin-bottom: 8px;
}

.sc-section-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--sc-green-dark);
  font-family: var(--font-script);
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.sc-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sc-values-grid article {
  position: relative;
  min-height: 270px;
  padding: clamp(28px, 3.4vw, 48px);
  border-top: 4px solid var(--sc-green);
  background: white;
}

.sc-values-grid article > span {
  display: block;
  margin-bottom: 45px;
  color: rgba(96, 119, 42, 0.38);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.sc-values-grid h3 {
  margin: 0 0 13px;
  color: var(--sc-green-dark);
  font-family: var(--font-script);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.sc-values-grid p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.sc-welcome {
  background: var(--sc-green-dark);
  color: white;
}

.sc-welcome-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 660px;
}

.sc-welcome-image {
  position: relative;
  margin-left: calc((100vw - min(1180px, calc(100vw - 40px))) / -2);
  overflow: hidden;
}

.sc-welcome-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, var(--sc-green-dark));
}

.sc-welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}

.sc-welcome-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(62px, 7vw, 105px) 0 clamp(62px, 7vw, 105px) clamp(40px, 6vw, 90px);
}

.sc-welcome .sc-eyebrow {
  color: var(--sc-lime);
}

.sc-welcome h2 {
  color: white;
}

.sc-welcome-copy > p:not(.sc-eyebrow) {
  max-width: 510px;
  margin: 26px 0 0;
  font-size: 1.04rem;
  line-height: 1.7;
}

.sc-welcome ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.sc-welcome li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}

.sc-welcome li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--sc-lime);
  font-size: 1.15rem;
  font-weight: 700;
}

.sc-details {
  padding: clamp(82px, 10vw, 145px) 0;
  background: white;
}

.sc-details-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: center;
  gap: clamp(55px, 9vw, 135px);
}

.sc-details-copy > p:not(.sc-eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  line-height: 1.75;
}

.sc-details dl {
  margin: 36px 0 0;
}

.sc-details dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(96, 119, 42, 0.2);
}

.sc-details dt {
  color: var(--sc-green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-details dd {
  margin: 0;
  color: var(--sc-green-deep);
  font-weight: 600;
  line-height: 1.5;
}

.sc-details dd a {
  color: var(--sc-green);
}

.sc-leader-card {
  position: relative;
  margin: 0;
}

.sc-leader-card::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 2px solid var(--sc-lime);
  border-radius: 8px;
}

.sc-leader-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.sc-leader-card div {
  position: relative;
  z-index: 2;
  width: calc(100% - 38px);
  margin: -62px 0 0 38px;
  padding: 22px 26px;
  border-radius: 5px 0 5px 5px;
  background: var(--sc-green);
  color: white;
}

.sc-leader-card span {
  color: var(--sc-lime);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-leader-card h3 {
  margin: 4px 0 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.sc-cta {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--sc-lime);
}

.sc-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.sc-cta h2 {
  color: var(--sc-green-deep);
}

.sc-cta-inner > div > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  line-height: 1.7;
}

.sc-cta .sc-button {
  flex: 0 0 auto;
}

.sc-footer {
  padding: 30px 0;
  background: var(--sc-green-deep);
  color: white;
}

.sc-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.sc-footer-inner img {
  display: block;
  width: 178px;
  filter: brightness(0) invert(1);
}

.sc-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.sc-footer-inner > a:last-child {
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.sc-footer-inner > a:last-child:hover {
  text-decoration: underline;
}

@media (max-width: 950px) {
  .sc-hero-grid {
    grid-template-columns: 1fr;
  }

  .sc-hero-copy {
    max-width: 720px;
  }

  .sc-hero-visual {
    width: min(720px, calc(100% - 18px));
  }

  .sc-facts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sc-facts-grid > div:nth-child(3) {
    border-top: 1px solid rgba(96, 119, 42, 0.2);
    border-left: 0;
  }

  .sc-facts-grid > div:nth-child(4) {
    border-top: 1px solid rgba(96, 119, 42, 0.2);
  }

  .sc-intro-grid,
  .sc-details-grid {
    grid-template-columns: 1fr;
  }

  .sc-values-grid {
    grid-template-columns: 1fr;
  }

  .sc-values-grid article {
    min-height: 0;
  }

  .sc-values-grid article > span {
    margin-bottom: 25px;
  }

  .sc-welcome-grid {
    grid-template-columns: 1fr;
  }

  .sc-welcome-image {
    min-height: 520px;
    margin: 0 calc((100vw - min(1180px, calc(100vw - 40px))) / -2);
  }

  .sc-welcome-image::after {
    background: linear-gradient(0deg, var(--sc-green-dark), transparent 45%);
  }

  .sc-welcome-copy {
    padding-left: 0;
  }

  .sc-leader-card {
    width: min(520px, calc(100% - 18px));
  }

  .sc-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .sc-title-row {
    gap: 12px;
  }

  .sc-title-row > img {
    width: 52px;
    height: 52px;
  }

  .sc-title-row h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .sc-hero-visual p {
    right: -10px;
    bottom: 24px;
  }

  .sc-facts-grid {
    grid-template-columns: 1fr;
  }

  .sc-facts-grid > div + div,
  .sc-facts-grid > div:last-child {
    grid-column: auto;
    border-top: 1px solid rgba(96, 119, 42, 0.2);
    border-left: 0;
  }

  .sc-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sc-section-heading h2 {
    text-align: left;
  }

  .sc-welcome-image {
    min-height: 390px;
  }

  .sc-details dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sc-leader-card div {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .sc-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Posaunenchor der Gemeinde */

.posaunenchor-page {
  --pc-navy: #283f6c;
  --pc-deep: #172848;
  --pc-blue: #3c5f99;
  --pc-mist: #e7edf6;
  --pc-cream: #f6f3e9;
  --pc-gold: #d6a638;
  --pc-gold-light: #f0d78b;
  --pc-ink: #1f2b40;
  color: var(--pc-ink);
  background: white;
}

.posaunenchor-page main {
  overflow: hidden;
}

.posaunenchor-page .site-header {
  border-bottom-color: rgba(40, 63, 108, 0.18);
}

.posaunenchor-page .main-nav a:hover {
  color: var(--pc-navy);
}

.pc-eyebrow {
  margin: 0 0 14px;
  color: var(--pc-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pc-hero {
  position: relative;
  min-height: min(790px, calc(100vh - 88px));
  color: white;
  background: var(--pc-deep);
}

.pc-hero-image,
.pc-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-hero-image {
  object-fit: cover;
  object-position: 55% center;
}

.pc-hero-shade {
  background:
    linear-gradient(270deg, rgba(18, 34, 64, 0.96) 0%, rgba(18, 34, 64, 0.86) 36%, rgba(18, 34, 64, 0.28) 68%, rgba(18, 34, 64, 0.06) 100%),
    linear-gradient(0deg, rgba(18, 34, 64, 0.48), transparent 45%);
}

.pc-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: min(790px, calc(100vh - 88px));
  padding-top: clamp(55px, 8vw, 100px);
  padding-bottom: clamp(80px, 10vw, 125px);
}

.pc-hero-copy {
  width: min(625px, 56%);
}

.pc-hero .pc-eyebrow {
  color: var(--pc-gold-light);
}

.pc-title-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.pc-title-row > img {
  width: clamp(60px, 6vw, 84px);
  height: clamp(60px, 6vw, 84px);
  margin-top: 8px;
  filter: brightness(0) invert(1);
}

.pc-title-row h1 {
  margin: 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(3.25rem, 5.8vw, 6.2rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;
}

.pc-tagline {
  margin: 34px 0 20px;
  color: var(--pc-gold-light);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.pc-lead {
  max-width: 600px;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.68;
}

.pc-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 32px;
}

.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.pc-button:hover {
  transform: translateY(-2px);
}

.pc-button-gold {
  background: var(--pc-gold);
  color: var(--pc-deep);
}

.pc-button-gold:hover {
  background: var(--pc-gold-light);
}

.pc-button-navy {
  background: var(--pc-deep);
  color: white;
}

.pc-button-navy:hover {
  background: #0c1830;
}

.pc-text-link {
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.pc-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.18s ease;
}

.pc-text-link:hover span {
  transform: translateY(4px);
}

.pc-facts {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.pc-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 7px;
  background: white;
  box-shadow: 0 16px 50px rgba(23, 40, 72, 0.17);
}

.pc-facts-grid > div {
  padding: 26px clamp(18px, 2.5vw, 34px);
}

.pc-facts-grid > div + div {
  border-left: 1px solid rgba(40, 63, 108, 0.15);
}

.pc-facts span,
.pc-facts strong {
  display: block;
}

.pc-facts span {
  margin-bottom: 4px;
  color: var(--pc-blue);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-facts strong {
  color: var(--pc-deep);
  font-size: clamp(0.88rem, 1.05vw, 1.02rem);
  line-height: 1.4;
}

.pc-intro {
  padding: clamp(100px, 11vw, 165px) 0 clamp(85px, 10vw, 145px);
}

.pc-intro-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: clamp(60px, 9vw, 135px);
}

.pc-intro h2,
.pc-generations h2,
.pc-details h2,
.pc-cta h2 {
  margin: 0;
  color: var(--pc-deep);
  font-family: var(--font-script);
  font-size: clamp(2.9rem, 4.9vw, 5.15rem);
  font-weight: 400;
  line-height: 0.98;
}

.pc-intro-copy > p:not(.pc-eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  line-height: 1.78;
}

.pc-intro-copy .pc-lead-dark {
  color: var(--pc-navy);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
}

.pc-intro-image {
  position: relative;
  margin: 0;
}

.pc-intro-image::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 2px solid var(--pc-gold);
  border-radius: 44% 7% 38% 8%;
}

.pc-intro-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 0.84 / 1;
  border-radius: 44% 7% 38% 8%;
  object-fit: cover;
  box-shadow: 0 24px 65px rgba(23, 40, 72, 0.18);
}

.pc-intro-image figcaption {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 42px;
  padding: 17px 22px;
  border-radius: 4px;
  background: var(--pc-gold);
  color: var(--pc-deep);
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  transform: rotate(-3deg);
}

.pc-pillars {
  padding: clamp(75px, 9vw, 120px) 0;
  background: var(--pc-mist);
}

.pc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.pc-section-heading .pc-eyebrow {
  margin-bottom: 8px;
}

.pc-section-heading h2 {
  margin: 0;
  color: var(--pc-deep);
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.pc-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pc-pillars-grid article {
  min-height: 330px;
  padding: clamp(28px, 3.2vw, 46px);
  border-top: 4px solid var(--pc-navy);
  background: white;
}

.pc-pillars-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--pc-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.pc-pillars-grid h3 {
  margin: 0 0 14px;
  color: var(--pc-deep);
  font-family: var(--font-script);
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  font-weight: 400;
  line-height: 1.05;
}

.pc-pillars-grid p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.68;
}

.pc-generations {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  padding: clamp(78px, 9vw, 125px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--pc-deep);
  color: white;
}

.pc-generations-image {
  position: relative;
  overflow: hidden;
  height: clamp(430px, 44vw, 580px);
  border-radius: 9px;
}

.pc-generations-image::after {
  content: none;
}

.pc-generations-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.pc-generations-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 690px;
  padding: 0;
}

.pc-generations .pc-eyebrow {
  color: var(--pc-gold-light);
}

.pc-generations h2 {
  color: white;
}

.pc-generations-copy > p:not(.pc-eyebrow) {
  margin: 24px 0 0;
  line-height: 1.75;
}

.pc-paths {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pc-paths a,
.pc-paths > span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(240, 215, 139, 0.55);
  border-radius: 999px;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.pc-paths a {
  background: var(--pc-gold);
  color: var(--pc-deep);
}

.pc-paths a span {
  margin-left: 7px;
}

.pc-details {
  padding: clamp(90px, 11vw, 155px) 0;
}

.pc-details-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.08fr;
  align-items: center;
  gap: clamp(65px, 10vw, 145px);
}

.pc-leader-card {
  position: relative;
  margin: 0;
}

.pc-leader-card::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 2px solid var(--pc-gold);
  border-radius: 8px;
}

.pc-leader-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.pc-leader-card div {
  position: relative;
  z-index: 2;
  width: calc(100% - 35px);
  margin: -62px 0 0 35px;
  padding: 21px 25px;
  border-radius: 5px 0 5px 5px;
  background: var(--pc-navy);
  color: white;
}

.pc-leader-card span {
  color: var(--pc-gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-leader-card h3 {
  margin: 4px 0 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.pc-details-copy > p:not(.pc-eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  line-height: 1.75;
}

.pc-details dl {
  margin: 36px 0 0;
}

.pc-details dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(40, 63, 108, 0.18);
}

.pc-details dt {
  color: var(--pc-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pc-details dd {
  margin: 0;
  color: var(--pc-deep);
  font-weight: 600;
  line-height: 1.5;
}

.pc-details dd a {
  color: var(--pc-blue);
}

.pc-cta {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--pc-gold-light);
}

.pc-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.pc-cta-inner > div > p:last-child {
  max-width: 730px;
  margin: 19px 0 0;
  line-height: 1.7;
}

.pc-cta .pc-button {
  flex: 0 0 auto;
}

.pc-footer {
  padding: 30px 0;
  background: var(--pc-deep);
  color: white;
}

.pc-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.pc-footer-inner img {
  display: block;
  width: 178px;
  filter: brightness(0) invert(1);
}

.pc-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.pc-footer-inner > a:last-child {
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.pc-footer-inner > a:last-child:hover {
  text-decoration: underline;
}

@media (max-width: 950px) {
  .pc-hero,
  .pc-hero-inner {
    min-height: 720px;
  }

  .pc-hero-copy {
    width: min(650px, 80%);
  }

  .pc-hero-shade {
    background: linear-gradient(270deg, rgba(18, 34, 64, 0.96), rgba(18, 34, 64, 0.75) 72%, rgba(18, 34, 64, 0.28));
  }

  .pc-facts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pc-facts-grid > div:nth-child(3) {
    border-left: 0;
  }

  .pc-facts-grid > div:nth-child(n + 3) {
    border-top: 1px solid rgba(40, 63, 108, 0.15);
  }

  .pc-intro-grid,
  .pc-details-grid {
    grid-template-columns: 1fr;
  }

  .pc-intro-image,
  .pc-leader-card {
    width: min(520px, calc(100% - 20px));
  }

  .pc-pillars-grid {
    grid-template-columns: 1fr;
  }

  .pc-pillars-grid article {
    min-height: 0;
  }

  .pc-pillars-grid article > span {
    margin-bottom: 24px;
  }

  .pc-generations {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 75px max(20px, calc((100vw - 700px) / 2));
  }

  .pc-generations-image {
    width: min(520px, 100%);
    height: min(520px, 70vw);
  }

  .pc-generations-image::after {
    content: none;
  }

  .pc-generations-copy {
    max-width: none;
    padding: 0;
  }

  .pc-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .pc-hero-copy {
    width: 100%;
  }

  .pc-hero-shade {
    background: linear-gradient(90deg, rgba(18, 34, 64, 0.82), rgba(18, 34, 64, 0.9));
  }

  .pc-title-row {
    gap: 12px;
  }

  .pc-title-row > img {
    width: 50px;
    height: 50px;
  }

  .pc-title-row h1 {
    font-size: clamp(2.7rem, 13.5vw, 4rem);
  }

  .pc-facts-grid {
    grid-template-columns: 1fr;
  }

  .pc-facts-grid > div + div,
  .pc-facts-grid > div:nth-child(3) {
    border-top: 1px solid rgba(40, 63, 108, 0.15);
    border-left: 0;
  }

  .pc-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-section-heading h2 {
    text-align: left;
  }

  .pc-generations-image {
    height: min(420px, 100vw);
  }

  .pc-details dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pc-leader-card div {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .pc-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Blechbläserausbildung */

.blechblaeser-page {
  --ba-navy: #283f6c;
  --ba-deep: #172848;
  --ba-blue: #3e6199;
  --ba-mist: #e8eef7;
  --ba-gold: #d6a638;
  --ba-gold-light: #f1d98f;
  --ba-cream: #f8f5ec;
  --ba-ink: #1f2b40;
  color: var(--ba-ink);
  background: white;
}

.blechblaeser-page main {
  overflow: hidden;
}

.blechblaeser-page .site-header {
  border-bottom-color: rgba(40, 63, 108, 0.18);
}

.blechblaeser-page .main-nav a:hover {
  color: var(--ba-navy);
}

.ba-eyebrow {
  margin: 0 0 14px;
  color: var(--ba-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ba-hero {
  position: relative;
  padding: clamp(52px, 7vw, 94px) 0 clamp(72px, 9vw, 120px);
  background: var(--ba-deep);
  color: white;
}

.ba-hero::after {
  content: "";
  position: absolute;
  right: -9vw;
  bottom: -92px;
  width: 45vw;
  height: 165px;
  border-radius: 50%;
  background: white;
  transform: rotate(-6deg);
}

.ba-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(45px, 7vw, 105px);
}

.ba-hero .ba-eyebrow {
  color: var(--ba-gold-light);
}

.ba-title-row {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.ba-title-row > img {
  width: clamp(58px, 6vw, 82px);
  height: clamp(58px, 6vw, 82px);
  margin-top: 7px;
  filter: brightness(0) invert(1);
}

.ba-title-row h1 {
  min-width: 0;
  margin: 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(3rem, 5.25vw, 5.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
}

.ba-tagline {
  margin: 32px 0 19px;
  color: var(--ba-gold-light);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.ba-lead {
  max-width: 560px;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.ba-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.ba-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.ba-button:hover {
  transform: translateY(-2px);
}

.ba-button-gold {
  background: var(--ba-gold);
  color: var(--ba-deep);
}

.ba-button-gold:hover {
  background: var(--ba-gold-light);
}

.ba-button-navy {
  background: var(--ba-deep);
  color: white;
}

.ba-button-navy:hover {
  background: #0c1830;
}

.ba-text-link {
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ba-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.18s ease;
}

.ba-text-link:hover span {
  transform: translateY(4px);
}

.ba-hero-visual {
  position: relative;
  min-width: 0;
}

.ba-hero-visual::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border: 2px solid var(--ba-gold);
  border-radius: 8% 38% 8% 32%;
}

.ba-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.12 / 1;
  border-radius: 8% 38% 8% 32%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 26px 70px rgba(7, 17, 34, 0.36);
}

.ba-instruments {
  position: relative;
  z-index: 2;
  margin-top: -22px;
}

.ba-instruments-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 7px;
  background: white;
  box-shadow: 0 15px 46px rgba(23, 40, 72, 0.15);
}

.ba-instruments span {
  padding: 24px 15px;
  color: var(--ba-navy);
  font-weight: 700;
  text-align: center;
}

.ba-instruments span + span {
  border-left: 1px solid rgba(40, 63, 108, 0.15);
}

.ba-intro {
  padding: clamp(100px, 11vw, 160px) 0 clamp(82px, 9vw, 130px);
}

.ba-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 8vw, 120px);
}

.ba-intro h2,
.ba-journey h2,
.ba-details h2,
.ba-cta h2 {
  margin: 0;
  color: var(--ba-deep);
  font-family: var(--font-script);
  font-size: clamp(2.85rem, 4.8vw, 5.05rem);
  font-weight: 400;
  line-height: 0.98;
}

.ba-intro-copy p {
  margin: 0;
  line-height: 1.8;
}

.ba-intro-copy p + p {
  margin-top: 20px;
}

.ba-intro-copy .ba-lead-dark {
  color: var(--ba-navy);
  font-size: clamp(1.15rem, 1.7vw, 1.46rem);
  font-weight: 600;
  line-height: 1.55;
}

.ba-learning {
  padding: clamp(75px, 9vw, 120px) 0;
  background: var(--ba-mist);
}

.ba-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.ba-section-heading .ba-eyebrow {
  margin-bottom: 8px;
}

.ba-section-heading h2 {
  margin: 0;
  color: var(--ba-deep);
  font-family: var(--font-script);
  font-size: clamp(2.8rem, 4.5vw, 4.75rem);
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.ba-learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ba-learning-grid article {
  min-height: 285px;
  padding: clamp(25px, 2.7vw, 38px);
  border-top: 4px solid var(--ba-navy);
  background: white;
}

.ba-learning-grid article > span {
  display: block;
  margin-bottom: 38px;
  color: var(--ba-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.ba-learning-grid h3 {
  margin: 0 0 12px;
  color: var(--ba-deep);
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.06;
}

.ba-learning-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.ba-journey {
  padding: clamp(80px, 10vw, 135px) 0;
  background: var(--ba-deep);
  color: white;
}

.ba-journey-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.ba-journey-image {
  position: relative;
}

.ba-journey-image::before {
  content: "";
  position: absolute;
  inset: -17px 17px 17px -17px;
  border: 2px solid var(--ba-gold);
  border-radius: 8px;
}

.ba-journey-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.02 / 1;
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
}

.ba-journey .ba-eyebrow {
  color: var(--ba-gold-light);
}

.ba-journey h2 {
  color: white;
}

.ba-journey-copy > p:not(.ba-eyebrow) {
  margin: 24px 0 0;
  line-height: 1.75;
}

.ba-journey ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ba-journey li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}

.ba-journey li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--ba-gold-light);
  font-size: 1.15rem;
  font-weight: 700;
}

.ba-journey-copy > a {
  display: inline-flex;
  margin-top: 30px;
  color: var(--ba-gold-light);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.ba-journey-copy > a span {
  margin-left: 7px;
}

.ba-journey-copy > a:hover {
  text-decoration: underline;
}

.ba-details {
  padding: clamp(90px, 11vw, 155px) 0;
}

.ba-details-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: center;
  gap: clamp(65px, 10vw, 145px);
}

.ba-details-copy > p:not(.ba-eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  line-height: 1.75;
}

.ba-details dl {
  margin: 35px 0 0;
}

.ba-details dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(40, 63, 108, 0.18);
}

.ba-details dt {
  color: var(--ba-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ba-details dd {
  margin: 0;
  color: var(--ba-deep);
  font-weight: 600;
  line-height: 1.5;
}

.ba-details dd a {
  color: var(--ba-blue);
}

.ba-leader-image {
  position: relative;
  margin: 0;
}

.ba-leader-image::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 2px solid var(--ba-gold);
  border-radius: 8px;
}

.ba-leader-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 0.9 / 1;
  border-radius: 8px;
  object-fit: cover;
  object-position: 52% 25%;
}

.ba-leader-image figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 35px);
  margin: -62px 0 0 35px;
  padding: 21px 25px;
  border-radius: 5px 0 5px 5px;
  background: var(--ba-navy);
  color: white;
}

.ba-leader-image figcaption span,
.ba-leader-image figcaption strong {
  display: block;
}

.ba-leader-image figcaption span {
  color: var(--ba-gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-leader-image figcaption strong {
  margin-top: 4px;
  font-family: var(--font-script);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.ba-cta {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--ba-gold-light);
}

.ba-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.ba-cta-inner > div > p:last-child {
  max-width: 730px;
  margin: 19px 0 0;
  line-height: 1.7;
}

.ba-cta .ba-button {
  flex: 0 0 auto;
}

.ba-footer {
  padding: 30px 0;
  background: var(--ba-deep);
  color: white;
}

.ba-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.ba-footer-inner img {
  display: block;
  width: 178px;
  filter: brightness(0) invert(1);
}

.ba-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.ba-footer-inner > a:last-child {
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.ba-footer-inner > a:last-child:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .ba-hero-grid,
  .ba-intro-grid,
  .ba-journey-grid,
  .ba-details-grid {
    grid-template-columns: 1fr;
  }

  .ba-hero-copy {
    max-width: 720px;
  }

  .ba-hero-visual,
  .ba-journey-image,
  .ba-leader-image {
    width: min(650px, calc(100% - 18px));
  }

  .ba-learning-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ba-learning-grid article {
    min-height: 250px;
  }

  .ba-journey-image {
    width: min(540px, calc(100% - 18px));
  }

  .ba-leader-image {
    width: min(520px, calc(100% - 18px));
  }

  .ba-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .ba-title-row {
    gap: 11px;
  }

  .ba-title-row > img {
    width: 50px;
    height: 50px;
  }

  .ba-title-row h1 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .ba-instruments-inner {
    grid-template-columns: 1fr 1fr;
  }

  .ba-instruments span + span {
    border-left: 0;
  }

  .ba-instruments span:nth-child(even) {
    border-left: 1px solid rgba(40, 63, 108, 0.15);
  }

  .ba-instruments span:nth-child(n + 3) {
    border-top: 1px solid rgba(40, 63, 108, 0.15);
  }

  .ba-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ba-section-heading h2 {
    text-align: left;
  }

  .ba-learning-grid {
    grid-template-columns: 1fr;
  }

  .ba-learning-grid article {
    min-height: 0;
  }

  .ba-learning-grid article > span {
    margin-bottom: 24px;
  }

  .ba-details dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ba-leader-image figcaption {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .ba-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* KlangKüken & KlangKids */

.kc-page {
  --kc-green: #60772a;
  --kc-dark: #34481d;
  --kc-deep: #263717;
  --kc-lime: #dce8bd;
  --kc-soft: #eef3df;
  --kc-cream: #faf6eb;
  --kc-ink: #253020;
  color: var(--kc-ink);
  background: white;
}

.kc-page main { overflow: hidden; }
.kc-page .site-header { border-bottom-color: rgba(96, 119, 42, 0.18); }
.kc-page .main-nav a:hover { color: var(--kc-green); }

.kc-eyebrow {
  margin: 0 0 14px;
  color: var(--kc-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.kc-hero {
  position: relative;
  padding: clamp(50px, 7vw, 94px) 0 clamp(70px, 9vw, 120px);
  background: var(--kc-green);
  color: white;
}

.kc-hero::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -95px;
  width: 46vw;
  height: 170px;
  border-radius: 50%;
  background: white;
  transform: rotate(-6deg);
}

.kc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
}

.kc-hero .kc-eyebrow { color: var(--kc-lime); }

.kc-title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.kc-title-row > img {
  width: clamp(58px, 6vw, 82px);
  height: clamp(58px, 6vw, 82px);
  margin-top: 5px;
  filter: brightness(0) invert(1);
}

.kc-title-row h1 {
  margin: 0;
  color: white;
  font-family: var(--font-script);
  font-size: clamp(3.45rem, 6.2vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.kc-tagline {
  margin: 32px 0 19px;
  color: var(--kc-lime);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.kc-lead {
  max-width: 570px;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.kc-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.kc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 25px;
  border: 0;
  border-radius: 999px;
  font: 700 0.9rem var(--font-body);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.kc-button:hover { transform: translateY(-2px); }
.kc-button-light { background: white; color: var(--kc-dark); }
.kc-button-light:hover { background: var(--kc-lime); }
.kc-button-green { background: var(--kc-deep); color: white; }
.kc-button-green:hover { background: #19250f; }

.kc-text-link { color: white; font-size: 0.88rem; font-weight: 700; text-decoration: none; }
.kc-text-link span { display: inline-block; margin-left: 5px; transition: transform 0.18s ease; }
.kc-text-link:hover span { transform: translateY(4px); }

.kc-kueken-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
}

.kc-kueken-visual > div {
  display: grid;
  place-items: center;
  width: min(430px, 86%);
  aspect-ratio: 1 / 1;
  border: 2px solid var(--kc-lime);
  border-radius: 44% 56% 42% 58%;
  background: var(--kc-soft);
  transform: rotate(-4deg);
  box-shadow: 0 26px 65px rgba(30, 51, 17, 0.25);
}

.kc-kueken-visual > div img {
  width: 64%;
  height: 64%;
  object-fit: contain;
  transform: rotate(4deg);
}

.kc-kueken-visual > p,
.kc-kids-visual > p {
  position: absolute;
  z-index: 2;
  right: -12px;
  bottom: 38px;
  margin: 0;
  padding: 16px 22px;
  border-radius: 5px;
  background: var(--kc-lime);
  color: var(--kc-deep);
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  transform: rotate(-3deg);
}

.kc-kueken-photo {
  position: relative;
  width: min(610px, calc(100% - 18px));
}

.kc-kueken-photo::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border: 2px solid var(--kc-lime);
  border-radius: 38% 7% 34% 8%;
}

.kc-kueken-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1024 / 701;
  border-radius: 38% 7% 34% 8%;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(30, 51, 17, 0.3);
}

.kc-note {
  position: absolute;
  color: var(--kc-lime);
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.kc-note-one { top: 4%; right: 8%; transform: rotate(13deg); }
.kc-note-two { bottom: 8%; left: 2%; transform: rotate(-14deg); }

.kc-kids-visual {
  position: relative;
  width: min(560px, calc(100% - 18px));
}

.kc-kids-visual::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border: 2px solid var(--kc-lime);
  border-radius: 40% 7% 35% 8%;
}

.kc-kids-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 40% 7% 35% 8%;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(30, 51, 17, 0.3);
}

.kc-facts { position: relative; z-index: 2; margin-top: -24px; }

.kc-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 7px;
  background: var(--kc-cream);
  box-shadow: 0 15px 45px rgba(52, 72, 29, 0.13);
}

.kc-facts-grid > div { padding: 25px clamp(18px, 2.5vw, 34px); }
.kc-facts-grid > div + div { border-left: 1px solid rgba(96, 119, 42, 0.18); }
.kc-facts span, .kc-facts strong { display: block; }
.kc-facts span { margin-bottom: 4px; color: var(--kc-green); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.kc-facts strong { color: var(--kc-deep); font-size: clamp(0.86rem, 1.05vw, 1.02rem); line-height: 1.4; }

.kc-intro { padding: clamp(100px, 11vw, 160px) 0 clamp(80px, 9vw, 130px); }
.kc-intro-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(50px, 8vw, 120px); }

.kc-intro h2,
.kc-next-step h2,
.kc-leader h2,
.kc-signup h2 {
  margin: 0;
  color: var(--kc-dark);
  font-family: var(--font-script);
  font-size: clamp(2.85rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
}

.kc-intro-copy p { margin: 0; line-height: 1.8; }
.kc-intro-copy p + p { margin-top: 20px; }
.kc-intro-copy .kc-lead-dark { color: var(--kc-dark); font-size: clamp(1.15rem, 1.7vw, 1.45rem); font-weight: 600; line-height: 1.55; }

.kc-values { padding: clamp(75px, 9vw, 120px) 0; background: var(--kc-soft); }
.kc-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.kc-section-heading .kc-eyebrow { margin-bottom: 8px; }
.kc-section-heading h2 { max-width: 760px; margin: 0; color: var(--kc-dark); font-family: var(--font-script); font-size: clamp(2.75rem, 4.5vw, 4.7rem); font-weight: 400; line-height: 1; text-align: right; }

.kc-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kc-values-grid article { min-height: 285px; padding: clamp(25px, 2.7vw, 38px); border-top: 4px solid var(--kc-green); background: white; }
.kc-values-grid article > span { display: block; margin-bottom: 38px; color: rgba(96, 119, 42, 0.46); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; }
.kc-values-grid h3 { margin: 0 0 12px; color: var(--kc-dark); font-family: var(--font-script); font-size: clamp(1.8rem, 2.6vw, 2.55rem); font-weight: 400; line-height: 1.06; }
.kc-values-grid p { margin: 0; font-size: 0.9rem; line-height: 1.65; }

.kc-next-step { padding: clamp(80px, 10vw, 135px) 0; background: var(--kc-dark); color: white; }
.kc-next-grid { display: grid; grid-template-columns: 0.75fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.kc-next-step .kc-eyebrow { color: var(--kc-lime); }
.kc-next-step h2 { color: white; }
.kc-next-grid > div:last-child > p:not(.kc-eyebrow) { margin: 24px 0 0; line-height: 1.78; }
.kc-next-grid > div:last-child > a { display: inline-flex; margin-top: 28px; color: var(--kc-lime); font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.kc-next-grid > div:last-child > a span { margin-left: 7px; }
.kc-next-grid > div:last-child > a:hover { text-decoration: underline; }

.kc-next-visual { display: grid; place-items: center; aspect-ratio: 1 / 1; border: 2px solid var(--kc-lime); border-radius: 50%; background: var(--kc-soft); }
.kc-next-visual img { width: 68%; height: 68%; object-fit: contain; }
.kc-next-photo { position: relative; }
.kc-next-photo::before { content: ""; position: absolute; inset: -17px 17px 17px -17px; border: 2px solid var(--kc-lime); border-radius: 8px; }
.kc-next-photo img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; object-fit: cover; }

.kc-leader { padding: clamp(90px, 11vw, 155px) 0; }
.kc-leader-grid { display: grid; grid-template-columns: 1.08fr 0.72fr; align-items: center; gap: clamp(65px, 10vw, 145px); }
.kc-leader-copy > p:not(.kc-eyebrow) { max-width: 650px; margin: 24px 0 0; line-height: 1.75; }
.kc-leader dl { margin: 35px 0 0; }
.kc-leader dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(96, 119, 42, 0.2); }
.kc-leader dt { color: var(--kc-green); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.kc-leader dd { margin: 0; color: var(--kc-deep); font-weight: 600; line-height: 1.5; }
.kc-leader dd a { color: var(--kc-green); }

.kc-leader-card { position: relative; margin: 0; }
.kc-leader-card::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 2px solid var(--kc-lime); border-radius: 8px; }
.kc-leader-card img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 0.85 / 1; border-radius: 8px; object-fit: cover; object-position: center top; }
.kc-leader-card figcaption { position: relative; z-index: 2; width: calc(100% - 35px); margin: -62px 0 0 35px; padding: 21px 25px; border-radius: 5px 0 5px 5px; background: var(--kc-green); color: white; }
.kc-leader-card figcaption span, .kc-leader-card figcaption strong { display: block; }
.kc-leader-card figcaption span { color: var(--kc-lime); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.kc-leader-card figcaption strong { margin-top: 4px; font-family: var(--font-script); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; }

.kc-signup { padding: clamp(80px, 10vw, 135px) 0; background: var(--kc-lime); }
.kc-dropin-card { display:flex; align-items:center; justify-content:space-between; gap:50px; padding:clamp(30px,5vw,58px); border-radius:9px; background:#fff; box-shadow:0 18px 55px rgba(52,72,29,.13); }
.kc-dropin-card > div > p:last-child { max-width:750px; margin:20px 0 0; line-height:1.72; }
.kc-dropin-card .kc-button { flex:0 0 auto; }
.kc-signup-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.kc-signup-copy { position: sticky; top: 110px; }
.kc-signup-copy > p:last-child { margin: 22px 0 0; line-height: 1.72; }

.kc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(26px, 4vw, 48px); border-radius: 8px; background: white; box-shadow: 0 18px 55px rgba(52, 72, 29, 0.13); }
.kc-form > div { min-width: 0; }
.kc-form label { display: block; margin-bottom: 7px; color: var(--kc-dark); font-size: 0.74rem; font-weight: 700; }
.kc-form input, .kc-form textarea { width: 100%; padding: 12px 14px; border: 1px solid rgba(96, 119, 42, 0.3); border-radius: 5px; background: #fff; color: var(--kc-ink); font: 0.95rem var(--font-body); }
.kc-form input:focus, .kc-form textarea:focus { outline: 2px solid rgba(96, 119, 42, 0.3); border-color: var(--kc-green); }
.kc-form textarea { resize: vertical; }
.kc-form-wide { grid-column: 1 / -1; }
.kc-form-actions { margin-top: 4px; }
.kc-form-success { grid-column: 2; padding: 28px; border-radius: 8px; background: white; color: var(--kc-dark); font-weight: 700; }

.kc-footer { padding: 30px 0; background: var(--kc-deep); color: white; }
.kc-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.kc-footer-inner img { display: block; width: 178px; filter: brightness(0) invert(1); }
.kc-footer p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 0.8rem; }
.kc-footer-inner > a:last-child { color: white; font-size: 0.8rem; font-weight: 700; text-decoration: none; }
.kc-footer-inner > a:last-child:hover { text-decoration: underline; }

@media (max-width: 1000px) {
  .kc-hero-grid, .kc-intro-grid, .kc-next-grid, .kc-leader-grid, .kc-signup-grid { grid-template-columns: 1fr; }
  .kc-hero-copy { max-width: 720px; }
  .kc-kueken-visual, .kc-kueken-photo, .kc-kids-visual { width: min(620px, calc(100% - 18px)); }
  .kc-values-grid { grid-template-columns: 1fr 1fr; }
  .kc-next-visual, .kc-next-photo { width: min(500px, calc(100% - 18px)); }
  .kc-leader-card { width: min(500px, calc(100% - 18px)); }
  .kc-signup-copy { position: static; }
  .kc-form-success { grid-column: 1; }
  .kc-dropin-card { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 700px) {
  .kc-title-row { gap: 11px; }
  .kc-title-row > img { width: 50px; height: 50px; }
  .kc-title-row h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .kc-kueken-visual { min-height: 390px; }
  .kc-kueken-visual > p, .kc-kids-visual > p { right: -8px; bottom: 22px; }
  .kc-facts-grid { grid-template-columns: 1fr 1fr; }
  .kc-facts-grid > div:nth-child(3) { border-left: 0; }
  .kc-facts-grid > div:nth-child(n + 3) { border-top: 1px solid rgba(96, 119, 42, 0.18); }
  .kc-section-heading { align-items: flex-start; flex-direction: column; }
  .kc-section-heading h2 { text-align: left; }
  .kc-values-grid { grid-template-columns: 1fr; }
  .kc-values-grid article { min-height: 0; }
  .kc-values-grid article > span { margin-bottom: 24px; }
  .kc-leader dl > div { grid-template-columns: 1fr; gap: 6px; }
  .kc-leader-card figcaption { width: calc(100% - 20px); margin-left: 20px; }
  .kc-form { grid-template-columns: 1fr; }
  .kc-form-wide { grid-column: auto; }
  .kc-footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .kc-facts-grid { grid-template-columns: 1fr; }
  .kc-facts-grid > div + div, .kc-facts-grid > div:nth-child(3) { border-top: 1px solid rgba(96, 119, 42, 0.18); border-left: 0; }
}

/* Das Original-Logo besitzt einen hellen Hintergrund. Eine Weißfärbung per
   CSS lässt deshalb im dunklen Footer nur eine leere Fläche erscheinen. */
.kc-footer-inner img,
.kw-footer-inner img,
.sc-footer-inner img,
.pc-footer-inner img,
.ba-footer-inner img {
  filter: none;
}

/* Alternative Startseite: grafische Verbindung statt Fotoband */
.flyer-connection {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 6vw, 92px) 24px clamp(74px, 7vw, 108px);
  background:
    radial-gradient(circle at 8% 16%, rgba(138, 163, 40, 0.13) 0 110px, transparent 112px),
    radial-gradient(circle at 92% 78%, rgba(239, 74, 36, 0.1) 0 150px, transparent 152px),
    var(--flyer-cream);
  color: var(--flyer-navy);
}

.flyer-connection-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.flyer-connection-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.flyer-connection-heading p {
  margin: 0 0 9px;
  color: var(--flyer-orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flyer-connection-heading h2 {
  margin: 0;
  font-family: var(--font-script-light);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 1.05;
}

.flyer-connection-heading span {
  display: block;
  max-width: 680px;
  margin: 18px auto 0;
  color: #4f5d76;
  font-size: 1rem;
  line-height: 1.65;
}

.flyer-connection-heading-single {
  max-width: 1040px;
  margin-bottom: 54px;
}

.flyer-connection-heading-single h2 {
  font-size: clamp(2.35rem, 4.25vw, 4.5rem);
  line-height: 1.12;
}

.flyer-connection-network {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 4vw, 64px);
  max-width: 980px;
  margin: 0 auto;
}

.flyer-connection-network::before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 54px;
  right: 15%;
  left: 15%;
  height: 3px;
  background: linear-gradient(90deg, var(--flyer-green), var(--flyer-navy), var(--flyer-orange));
  box-shadow: 0 -10px 0 rgba(40, 63, 108, 0.09), 0 10px 0 rgba(40, 63, 108, 0.09);
}

.flyer-connection-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.connection-symbol {
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  border: 7px solid var(--flyer-cream);
  border-radius: 50%;
  color: white;
  font-family: Georgia, serif;
  font-size: 3rem;
  box-shadow: 0 12px 30px rgba(40, 63, 108, 0.2);
  transition: transform 180ms ease;
}

.flyer-connection-node:hover .connection-symbol {
  transform: translateY(-5px);
}

.connection-green .connection-symbol { background: var(--flyer-green); }
.connection-blue .connection-symbol { background: var(--flyer-navy); }
.connection-orange .connection-symbol { background: var(--flyer-orange); }

.flyer-connection-node strong {
  margin-top: 16px;
  font-family: var(--font-script-light);
  font-size: 2rem;
  line-height: 1;
}

.flyer-connection-node small {
  margin-top: 7px;
  color: #647087;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.flyer-connection-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 48px 0 0;
  color: var(--flyer-navy);
  font-family: var(--font-script-light);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.flyer-connection-statement span {
  color: var(--flyer-green);
  font-family: sans-serif;
  font-size: 1.25em;
}

.flyer-footer-after-connection {
  margin-top: -34px;
}

/* Alternative Startseite: Leitung weich in den Seitenfluss eingebunden */
.flyer-leadership-soft {
  padding: 36px clamp(24px, 5vw, 78px);
  background:
    linear-gradient(90deg, rgba(138, 163, 40, 0.11), transparent 30%, transparent 70%, rgba(239, 74, 36, 0.1)),
    #e9e6e0;
  color: var(--flyer-navy);
}

.flyer-leadership-soft::after {
  width: 190px;
  height: 190px;
  top: -100px;
  right: -70px;
  background: rgba(239, 74, 36, 0.1);
}

.flyer-leadership-soft .flyer-leadership-inner {
  grid-template-columns: 235px minmax(0, 1fr) auto;
  gap: clamp(24px, 3.5vw, 52px);
  overflow: hidden;
  padding: 32px 38px;
  border: 2px solid rgba(40, 63, 108, 0.2);
  border-left: 10px solid var(--flyer-navy);
  border-radius: 26px;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(242, 244, 248, 0.96));
  box-shadow: 0 18px 46px rgba(40, 63, 108, 0.17);
}

.flyer-leadership-soft .flyer-leadership-inner::before {
  position: absolute;
  content: "";
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--flyer-green) 0 33%, var(--flyer-navy) 33% 67%, var(--flyer-orange) 67%);
}

.flyer-leadership-soft .flyer-leadership-portraits {
  height: 146px;
}

.flyer-leadership-soft .flyer-leadership-portraits img {
  width: 128px;
  height: 128px;
  border-width: 5px;
  border-color: white;
  box-shadow: 0 9px 24px rgba(40, 63, 108, 0.25);
}

.flyer-leadership-soft .flyer-leadership-copy p {
  color: var(--flyer-orange);
}

.flyer-leadership-soft .flyer-leadership-copy h2 {
  color: var(--flyer-navy);
  font-size: clamp(2.55rem, 4.15vw, 4.15rem);
}

.flyer-leadership-soft .flyer-leadership-copy span {
  max-width: 770px;
  color: #45536c;
  font-size: 0.98rem;
}

.flyer-leadership-soft .flyer-leadership-link {
  padding-inline: 25px;
  box-shadow: 0 10px 24px rgba(239, 74, 36, 0.25);
}

@media (max-width: 1000px) {
  .flyer-leadership-soft .flyer-leadership-inner {
    grid-template-columns: 235px 1fr;
  }
}

@media (max-width: 700px) {
  .flyer-leadership-soft {
    padding-block: 24px;
  }

  .flyer-leadership-soft .flyer-leadership-inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    border-left-width: 2px;
  }

  .flyer-leadership-soft .flyer-leadership-portraits {
    width: 235px;
  }
}

@media (max-width: 700px) {
  .flyer-connection-network {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .flyer-connection-network::before {
    top: 50px;
    bottom: 50px;
    left: 50%;
    width: 3px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(var(--flyer-green), var(--flyer-navy), var(--flyer-orange));
    box-shadow: -10px 0 0 rgba(40, 63, 108, 0.09), 10px 0 0 rgba(40, 63, 108, 0.09);
  }

  .flyer-connection-node strong,
  .flyer-connection-node small {
    padding-inline: 10px;
    background: var(--flyer-cream);
  }

  .flyer-connection-statement {
    flex-wrap: wrap;
    text-align: center;
  }
}

/* Startseite 08E: zusammengeführter unterer Bereich */
.flyer-bottom-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8vw, 120px) clamp(24px, 5vw, 76px) clamp(92px, 8vw, 126px);
  background: #cec6bb;
  color: var(--flyer-navy);
}

.flyer-bottom-showcase::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: -58px;
  left: -5%;
  width: 110%;
  height: 105px;
  border-radius: 0 0 50% 50%;
  background: var(--flyer-cream);
}

.flyer-bottom-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 330px minmax(310px, 1fr) minmax(390px, 0.95fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  width: min(1420px, 100%);
  margin: 0 auto;
}

.flyer-bottom-portraits {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.flyer-bottom-portraits img {
  display: block;
  width: 176px;
  height: 176px;
  border: 5px solid #b6ada1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(40, 63, 108, 0.14);
}

.flyer-bottom-portraits img:first-child {
  z-index: 2;
  object-position: center 20%;
}

.flyer-bottom-portraits img:last-child {
  margin-left: -18px;
}

.flyer-bottom-leadership h2 {
  margin: 0 0 10px;
  color: var(--flyer-navy);
  font-family: var(--font-script-light);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 500;
}

.flyer-bottom-leadership p {
  margin: 0;
  color: #353535;
  font-size: 1rem;
  line-height: 1.55;
}

.flyer-bottom-leadership > a {
  display: inline-block;
  margin-top: 15px;
  color: var(--flyer-navy);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.flyer-bottom-connection blockquote {
  position: relative;
  margin: 0 0 22px;
  color: var(--flyer-orange);
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  font-weight: 800;
  line-height: 1.22;
}

.flyer-bottom-connection blockquote::before,
.flyer-bottom-connection blockquote::after {
  color: var(--flyer-orange);
  font-family: Georgia, serif;
  font-size: 2.1em;
  line-height: 0;
}

.flyer-bottom-connection blockquote::before { content: "“"; margin-right: 4px; }
.flyer-bottom-connection blockquote::after { content: "”"; margin-left: 4px; vertical-align: -0.35em; }

.flyer-bottom-network {
  display: grid;
  grid-template-columns: 1fr minmax(24px, 0.7fr) 1fr minmax(24px, 0.7fr) 1fr;
  align-items: start;
}

.flyer-bottom-network a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--flyer-navy);
  text-align: center;
  text-decoration: none;
}

.flyer-bottom-network a > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.flyer-bottom-network .connection-green > span { background: var(--flyer-green); }
.flyer-bottom-network .connection-blue > span { background: var(--flyer-navy); }
.flyer-bottom-network .connection-orange > span { background: var(--flyer-orange); }

.flyer-bottom-network strong {
  margin-top: 6px;
  font-size: 0.76rem;
}

.flyer-bottom-network small {
  margin-top: 2px;
  color: #46536b;
  font-size: 0.64rem;
}

.flyer-bottom-network i {
  height: 2px;
  margin-top: 29px;
  background: linear-gradient(90deg, var(--flyer-green), var(--flyer-navy), var(--flyer-orange));
}

/* Originalgrafiken der Druckvorlage auf der Startseite */
.flyer-badge:has(> img) {
  display: block;
  aspect-ratio: auto;
  width: min(100%, 350px);
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.flyer-badge > img {
  display: block;
  width: 100%;
  height: auto;
}

.flyer-program:has(.flyer-original-program-art) {
  position: relative;
  min-height: 430px;
  padding: 4px;
}

.flyer-program-grid:has(.flyer-original-program-art) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(42px, 5vw, 82px);
}

.flyer-program-art-wrap {
  position: relative;
  width: 100%;
}

.flyer-original-program-art {
  display: block;
  width: 100%;
  height: auto;
}

.flyer-art-link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: background 160ms ease, outline-color 160ms ease;
}

.flyer-art-link:not(.flyer-art-title)::after {
  position: absolute;
  content: "→";
  right: 4px;
  top: 50%;
  color: currentColor;
  font-size: 1rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(-50%);
}

.flyer-art-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.flyer-art-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.flyer-art-link:hover::after,
.flyer-art-link:focus-visible::after {
  opacity: 0.8;
}

.flyer-art-title { top: 0; height: 25%; }
.flyer-art-row-1 { top: 25%; height: 19%; }
.flyer-art-row-2 { top: 44%; height: 18%; }
.flyer-art-row-3 { top: 62%; height: 18%; }
.flyer-art-row-4 { top: 80%; height: 20%; }

.program-blue .flyer-art-title { height: 36%; }
.program-blue .flyer-art-row-1 { top: 36%; height: 31%; }
.program-blue .flyer-art-row-2 { top: 67%; height: 33%; }
.program-orange .flyer-art-title { height: 34%; }
.program-orange .flyer-art-row-1 { top: 34%; height: 30%; }
.program-orange .flyer-art-row-2 { top: 64%; height: 36%; }

@media (max-width: 1000px) {
  .flyer-program-grid:has(.flyer-original-program-art) {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .flyer-program-grid:has(.flyer-original-program-art) {
    grid-template-columns: 1fr;
  }

  .flyer-program:has(.flyer-original-program-art) {
    min-height: 0;
  }
}

.flyer-original-network {
  position: relative;
}

.flyer-original-network > img {
  display: block;
  width: 100%;
  height: auto;
}

.flyer-original-network > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  border-radius: 12px;
}

.flyer-original-network > a:nth-of-type(1) { left: 0; }
.flyer-original-network > a:nth-of-type(2) { left: 34%; }
.flyer-original-network > a:nth-of-type(3) { right: 0; }

.flyer-original-network > a:focus-visible {
  outline: 3px solid var(--flyer-navy);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.flyer-footer-redesign {
  margin-top: -38px;
  padding: 62px 24px 24px;
  border-radius: 50% 50% 0 0 / 38px 38px 0 0;
}

.flyer-footer-redesign-inner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 1px 72px minmax(330px, 1fr);
  gap: 24px;
  align-items: center;
  width: min(1040px, 100%);
  margin: 0 auto 12px;
  text-align: left;
}

.flyer-footer-redesign .flyer-footer-claim {
  text-align: right;
}

.flyer-footer-redesign .flyer-footer-divider {
  width: 1px;
  height: 82px;
}

.flyer-footer-redesign .flyer-church-mark {
  width: 66px;
  height: 76px;
}

.flyer-footer-redesign-inner > p:last-child {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.flyer-footer-redesign-inner > p:last-child strong {
  color: white;
}

@media (max-width: 1120px) {
  .flyer-bottom-inner {
    grid-template-columns: 290px 1fr;
  }

  .flyer-bottom-portraits img {
    width: 156px;
    height: 156px;
  }

  .flyer-bottom-connection {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 35px;
    align-items: center;
  }

  .flyer-bottom-connection blockquote {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  .flyer-bottom-showcase {
    padding-inline: 24px;
  }

  .flyer-bottom-inner,
  .flyer-bottom-connection {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .flyer-bottom-portraits {
    justify-content: center;
  }

  .flyer-bottom-connection {
    grid-column: auto;
  }

  .flyer-footer-redesign-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .flyer-footer-redesign .flyer-footer-claim {
    text-align: center;
  }

  .flyer-footer-redesign .flyer-footer-divider {
    display: none;
  }
}

/* Die großzügige Zeilenhöhe schützt die ausladenden Ober- und Unterlängen
   der Schreibschrift vor Berührungen zwischen mehreren Textzeilen. */
body :is(h1, h2, h3) {
  line-height: 1.18 !important;
}

.footer-claim,
.flyer-nav-brand,
.flyer-footer-claim,
.bc-tagline,
.bc2-script,
.bc2-story-label strong,
.bs-script,
.sc-hero-visual p,
.pc-intro-image figcaption,
.kc-kueken-visual > p,
.kc-kids-visual > p,
.flyer-connection-node strong,
.flyer-connection-statement,
figcaption strong {
  line-height: 1.22 !important;
}

/* Rubrikseiten */
.category-page {
  --cat-accent: #60772a;
  --cat-dark: #29451c;
  --cat-pale: #e8efd5;
  background: #f4f0e9;
}

.category-brass {
  --cat-accent: #263a61;
  --cat-dark: #192f53;
  --cat-pale: #e5edf7;
}

.category-forum {
  --cat-accent: #ef4d2b;
  --cat-dark: #7f2818;
  --cat-pale: #f8e4dc;
}

.category-page .main-nav a:hover,
.category-page .main-nav a[aria-current="page"] {
  color: var(--cat-accent);
}

.category-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 8vw, 118px) 0 clamp(76px, 8vw, 122px);
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--cat-accent) 13%, transparent) 0 180px, transparent 182px),
    #f4f0e9;
}

.category-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
}

.category-eyebrow {
  margin: 0 0 13px;
  color: var(--cat-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.category-title-row img {
  width: 72px;
  height: 72px;
  margin-top: 8px;
}

.category-title-row h1 {
  margin: 0;
  color: var(--cat-dark);
  font-family: var(--font-script);
  font-size: clamp(4rem, 7vw, 7.3rem);
  font-weight: 400;
}

.category-tagline {
  margin: 10px 0 22px;
  color: var(--cat-accent);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 1.28;
}

.category-hero-copy > p:not(.category-eyebrow):not(.category-tagline) {
  max-width: 650px;
  margin: 0;
  color: #46536b;
  font-size: 1.02rem;
  line-height: 1.7;
}

.category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--cat-accent);
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.category-hero-collage {
  position: relative;
  min-height: 530px;
}

.category-hero-collage img {
  position: absolute;
  display: block;
  border: 7px solid white;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(25, 47, 83, 0.2);
}

.category-collage-three img:nth-child(1) { z-index: 2; left: 0; top: 35px; width: 48%; height: 330px; }
.category-collage-three img:nth-child(2) { right: 0; top: 0; width: 57%; height: 285px; }
.category-collage-three img:nth-child(3) { z-index: 3; right: 12%; bottom: 0; width: 58%; height: 270px; }
.category-collage-two img:first-child { z-index: 2; left: 0; top: 25px; width: 62%; height: 360px; }
.category-collage-two img:last-child { right: 0; bottom: 0; width: 62%; height: 330px; }

.category-offers {
  padding: clamp(74px, 8vw, 120px) 0;
  background: var(--cat-pale);
}

.category-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.category-heading h2,
.category-closing h2 {
  margin: 0;
  color: var(--cat-dark);
  font-family: var(--font-script);
  font-size: clamp(3.2rem, 5.3vw, 5.7rem);
  font-weight: 400;
}

.category-heading > span,
.category-closing-inner span {
  display: block;
  margin-top: 12px;
  color: #536077;
}

.category-card-grid {
  display: grid;
  gap: 24px;
}

.category-card-grid-four { grid-template-columns: repeat(4, 1fr); }
.category-card-grid-two { grid-template-columns: repeat(2, 1fr); max-width: 980px; margin: 0 auto; }

.category-card {
  overflow: hidden;
  border-radius: 20px;
  background: white;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(25, 47, 83, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(25, 47, 83, 0.17);
}

.category-card > img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.category-brass .category-card-image-training {
  object-position: center top;
}

/* Reduzierte Rubrikseiten – als direkter Wegweiser von der Startseite */
.category-hub-head {
  padding: clamp(44px, 6vw, 78px) 0 clamp(48px, 6vw, 82px);
  background: #f4f0e9;
}

.category-back-home {
  display: inline-block;
  margin-bottom: clamp(34px, 5vw, 56px);
  color: var(--cat-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.category-back-home:hover {
  color: var(--cat-accent);
}

.category-hub-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.category-hub-title > img {
  width: clamp(68px, 7vw, 92px);
  height: clamp(68px, 7vw, 92px);
  object-fit: contain;
}

.category-hub-title p {
  margin: 0 0 4px;
  color: var(--cat-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-hub-title h1 {
  margin: 0;
  color: var(--cat-dark);
  font-family: var(--font-script);
  font-size: clamp(3.6rem, 7vw, 6.6rem);
  font-weight: 400;
  line-height: 1.05;
}

.category-hub-intro {
  max-width: 780px;
  margin: 20px 0 0;
  color: #536077;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.6;
}

.category-hub-offers {
  padding: clamp(58px, 7vw, 92px) 0;
  background: var(--cat-pale);
}

.category-hub-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.category-hub-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
}

.category-hub-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
}

.category-hub-card {
  display: grid;
  grid-template-columns: 78px 1fr 34px;
  gap: 22px;
  align-items: center;
  min-height: 190px;
  padding: 28px;
  border-left: 6px solid var(--cat-accent);
  border-radius: 12px;
  background: white;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(25, 47, 83, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(25, 47, 83, 0.15);
}

.category-hub-card > img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.category-hub-card span {
  display: block;
  color: var(--cat-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.category-hub-card h2 {
  margin: 5px 0 8px;
  color: var(--cat-dark);
  font-family: var(--font-script);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
}

.category-hub-card .category-hub-title-long {
  font-size: clamp(1.75rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.category-hub-card p {
  margin: 0;
  color: #536077;
  font-size: 0.88rem;
  line-height: 1.5;
}

.category-hub-card > strong {
  color: var(--cat-accent);
  font-size: 1.8rem;
}

.category-hub-note {
  margin: 32px auto 0;
  color: #536077;
  text-align: center;
}

@media (max-width: 780px) {
  .category-hub-grid-four,
  .category-hub-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .category-hub-title {
    align-items: flex-start;
    gap: 13px;
  }

  .category-hub-card {
    grid-template-columns: 58px 1fr 22px;
    gap: 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .category-hub-card > img {
    width: 54px;
    height: 54px;
  }
}

/* Einheitlicher Hinweis für kostenfreie Angebote */
.free-offer-banner {
  padding: clamp(42px, 5vw, 66px) 0;
}

.free-offer-green {
  background: #edf4d6;
  color: #354915;
}

.free-offer-blue {
  background: #e8eef8;
  color: #1b3768;
}

.free-offer-inner {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.free-offer-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
}

.free-offer-inner p {
  margin: 0 0 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.free-offer-inner h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.15;
}

.free-offer-inner div > span {
  display: block;
  max-width: 760px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .free-offer-inner {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .free-offer-icon {
    width: 58px;
    height: 58px;
    font-size: 1.7rem;
  }
}

.category-card > div { padding: 25px 25px 28px; }
.category-card span { color: var(--cat-accent); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.category-card h3 { margin: 10px 0 12px; color: var(--cat-dark); font-family: var(--font-script); font-size: clamp(2.15rem, 3vw, 3.15rem); font-weight: 400; }
.category-card p { min-height: 76px; margin: 0 0 20px; color: #536077; font-size: 0.88rem; line-height: 1.6; }
.category-card strong { color: var(--cat-accent); font-size: 0.82rem; }

.category-closing {
  padding: clamp(70px, 7vw, 105px) 0;
  background: #f4f0e9;
}

.category-closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.category-closing .category-button { flex: 0 0 auto; margin-top: 0; }

.category-footer {
  padding: 30px 0 20px;
  background: var(--cat-dark);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.category-footer > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.category-footer img { display: block; width: 160px; }
.category-footer p { margin: 0; font-size: 0.78rem; }
.category-footer a { color: white; font-size: 0.8rem; font-weight: 700; }

@media (max-width: 1050px) {
  .category-hero-grid { grid-template-columns: 1fr; }
  .category-hero-copy { max-width: 780px; }
  .category-hero-collage { width: min(760px, 100%); }
  .category-card-grid-four { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .category-title-row img { width: 54px; height: 54px; }
  .category-hero-collage { min-height: 390px; }
  .category-collage-three img:nth-child(1) { height: 245px; }
  .category-collage-three img:nth-child(2) { height: 220px; }
  .category-collage-three img:nth-child(3) { height: 205px; }
  .category-collage-two img:first-child { height: 270px; }
  .category-collage-two img:last-child { height: 245px; }
  .category-card-grid-four,
  .category-card-grid-two { grid-template-columns: 1fr; }
  .category-card p { min-height: 0; }
  .category-closing-inner,
  .category-footer > .container { align-items: flex-start; flex-direction: column; }
}

/* Schriftprobe: nur diese separate Startseite verwendet Kaushan Script. */
.font-kaushan-preview {
  --font-script: "Kaushan Script", cursive;
  --font-script-light: "Kaushan Script", cursive;
}

.font-kaushan-preview :is(h1, h2, h3) {
  line-height: 1.18 !important;
}

.font-kaushan-preview .flyer-nav-brand,
.font-kaushan-preview .flyer-footer-claim,
.font-kaushan-preview .flyer-connection-node strong,
.font-kaushan-preview figcaption strong {
  line-height: 1.22 !important;
}
