:root {
  --ink: #183329;
  --muted: #5d675f;
  --paper: #fff9ec;
  --band: #f8f1df;
  --green: #00573f;
  --deep-green: #003e2f;
  --red: #a51f1f;
  --gold: #e5ad21;
  --blue: #2d6f9f;
  --line: rgba(31, 42, 50, .14);
  --shadow: 0 18px 44px rgba(31, 42, 50, .14);
}

/* Startseite nach neuer Designvorlage */
.festival-home {
  --festival-ink: #173b2d;
  --festival-cream: #d7f269;
  --festival-card: #fffdf5;
  --festival-orange: #d56f0c;
  --festival-green: #174c35;
  margin: 0;
  color: var(--festival-ink);
  background: var(--festival-cream);
  font-family: Arial, Helvetica, sans-serif;
}
.festival-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px clamp(22px, 5vw, 64px);
  background: rgba(250, 248, 239, .96);
  border-bottom: 1px solid rgba(23, 59, 45, .1);
  backdrop-filter: blur(12px);
}
.festival-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--festival-ink);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
}
.festival-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(23, 76, 53, .28);
  border-radius: 4px;
  color: var(--festival-green);
  background: #f9f7ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 800;
}
.festival-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
}
.festival-nav a {
  color: #102b20;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.festival-nav a:hover {
  color: var(--festival-orange);
}
.festival-nav .search-link {
  font-size: 30px;
  line-height: 1;
}
.festival-hero {
  min-height: clamp(390px, 43vw, 540px);
  display: grid;
  align-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
.festival-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .18) 62%, rgba(0, 0, 0, .08));
}
.festival-hero-content {
  position: relative;
  width: min(1120px, calc(100% - 54px));
  margin: 0 auto;
  color: #fff;
}
.festival-hero h1 {
  max-width: 580px;
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .98;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .5);
}
.festival-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 4px;
  color: #fff;
  background: var(--festival-orange);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}
.festival-button span {
  font-size: 24px;
}
.festival-home-grid {
  width: min(1170px, calc(100% - 56px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.featured-festival {
  position: relative;
  grid-column: 1 / -1;
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: clamp(22px, 4vw, 52px);
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.featured-festival::before,
.image-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .06));
}
.feature-card {
  position: relative;
  width: min(330px, 100%);
  padding: 34px 32px;
  border-radius: 8px;
  color: var(--festival-ink);
  background: rgba(255, 253, 245, .94);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .18);
}
.feature-card h2,
.festival-lower h2,
.support-preview h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}
.feature-card p {
  margin: 12px 0;
  font-size: 17px;
  font-weight: 700;
}
.feature-icon {
  display: block;
  margin-bottom: 12px;
  color: var(--festival-green);
  font-size: 34px;
  text-align: center;
}
.feature-card a,
.round-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 18px 0 0 auto;
  border-radius: 50%;
  color: white;
  background: var(--festival-orange);
  text-decoration: none;
  font-size: 28px;
}
.image-tile {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  border-radius: 7px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: white;
  text-decoration: none;
}
.image-tile span {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}
.image-tile span::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 8px;
  background: var(--festival-orange);
}
.image-tile.sepia {
  filter: sepia(.45);
}
.festival-lower {
  width: min(1170px, calc(100% - 56px));
  margin: 34px auto 34px;
  display: grid;
  grid-template-columns: .9fr .95fr;
  gap: 30px;
}
.chronik-feature {
  min-height: 260px;
  display: grid;
  grid-template-columns: .95fr .75fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(23, 59, 45, .18);
  border-radius: 8px;
  color: var(--festival-ink);
  background: #f4efdf;
  text-decoration: none;
}
.chronik-book {
  min-height: 210px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  color: #f8f1df;
  background: linear-gradient(135deg, #375742, #173b2d);
  box-shadow: 0 18px 36px rgba(23, 59, 45, .28);
  transform: rotate(-3deg);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}
.chronik-book span {
  font-size: 15px;
  text-transform: uppercase;
}
.chronik-book strong {
  font-size: 26px;
  line-height: 1.16;
}
.support-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.support-preview-grid a {
  min-height: 230px;
  border: 1px solid rgba(23, 59, 45, .14);
  border-radius: 7px;
  overflow: hidden;
  color: var(--festival-ink);
  background: var(--festival-card);
  text-decoration: none;
}
.festival-home .featured-festival,
.festival-home .image-tile,
.festival-home .chronik-feature,
.festival-home .support-preview-grid a {
  box-shadow: 0 14px 34px rgba(16, 45, 35, .14);
}
.festival-home .chronik-feature,
.festival-home .support-preview-grid a {
  background-color: rgba(255, 253, 245, .92);
}
.support-preview-grid img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}
.support-preview-grid span {
  display: block;
  padding: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
}
.festival-footer {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(24px, 5vw, 70px);
  color: #f8f1df;
  background:
    linear-gradient(90deg, rgba(18, 67, 45, .98), rgba(9, 57, 39, .98)),
    url("../images/picture-1600.jpg") center / cover;
}
.footer-mark {
  display: flex;
  align-items: center;
  gap: 14px;
}
.festival-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.festival-footer a {
  color: #f8f1df;
  text-decoration: none;
}
@media (max-width: 880px) {
  .festival-header {
    align-items: flex-start;
  }
  .festival-header .nav-toggle {
    display: inline-flex;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(23, 59, 45, .2);
    border-radius: 6px;
    background: #fff;
  }
  .festival-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    padding: 18px 24px;
    background: #f6f2e7;
    border-bottom: 1px solid rgba(23, 59, 45, .14);
  }
  .festival-nav.open {
    display: grid;
  }
  .festival-home-grid,
  .festival-lower,
  .support-preview-grid,
  .chronik-feature {
    grid-template-columns: 1fr;
  }
  .festival-hero {
    min-height: 470px;
  }
  .festival-hero h1 {
    font-size: clamp(46px, 15vw, 64px);
  }
  .image-tile {
    min-height: 190px;
  }
  .festival-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
}
body.home-page {
  --paper: #d7f269;
  --band: #d7f269;
  background: #d7f269;
}
body.theme-page {
  --paper: #d7f269;
  --band: #d7f269;
  background: #d7f269;
}
body.home-page .intro-band,
body.home-page .section,
body.theme-page .intro-band,
body.theme-page .section {
  background: #d7f269;
}
body.home-page .section.muted {
  background: #cde95f;
}
body.theme-page .section.muted {
  background: #cde95f;
}
body.home-page .site-header,
body.theme-page .site-header {
  background: rgba(0, 65, 47, .96);
}
a { color: var(--green); text-decoration-thickness: 2px; text-underline-offset: 3px; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--red));
  border-radius: 8px;
  font-weight: 800;
}
.brand small { display: block; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.main-nav a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
}
.main-nav a:hover, .main-nav a.active { background: #e7f0e9; color: var(--green); }
.nav-toggle { display: none; }
.hero {
  position: relative;
  min-height: clamp(360px, 56vh, 620px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: linear-gradient(135deg, #365a45, #9a4639);
  background-position: center;
  background-size: cover;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 900ms ease, transform 5400ms ease;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 24, 28, .72), rgba(15, 24, 28, .25) 52%, rgba(15, 24, 28, .1));
}
.hero-content {
  position: relative;
  max-width: 920px;
  padding: 88px clamp(20px, 6vw, 72px) 64px;
  color: white;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 7vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero p { max-width: 650px; font-size: clamp(18px, 2vw, 23px); }
.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--gold); }
.slider-controls {
  position: absolute;
  right: clamp(18px, 5vw, 68px);
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: white;
  background: rgba(31, 42, 50, .48);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.slider-button:hover { background: rgba(47, 111, 78, .88); }
.slider-dots {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(31, 42, 50, .42);
}
.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
  cursor: pointer;
}
.slider-dot.is-active { background: var(--gold); }
.intro-band, .section {
  padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 70px);
}
.intro-band { background: var(--band); }
.muted { background: #f7f3ea; }
.content-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.section-heading, .section > h2, .section > p, .legal {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--green);
  border-radius: 6px;
  color: var(--green);
  background: white;
  font-weight: 700;
  text-decoration: none;
}
.button.primary { color: white; background: var(--green); }
.notice-panel, .callout, .contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.notice-panel span, .contact-card span { color: var(--red); font-weight: 800; text-transform: uppercase; font-size: 13px; }
.three-cols, .event-board {
  max-width: 1180px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.three-cols article, .event-board article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.page-link-grid {
  max-width: 1180px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.page-link-card {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(31, 42, 50, .18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(31, 42, 50, .08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.page-link-card:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  box-shadow: var(--shadow);
}
.page-link-card span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 3px 8px;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.page-link-card p {
  margin: 0;
  color: var(--muted);
}
.event-board time, .timeline time {
  color: var(--blue);
  font-weight: 800;
}
.upcoming-event {
  max-width: 1180px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .68fr);
  gap: 28px;
  align-items: stretch;
}
.upcoming-event-card {
  padding: clamp(26px, 4vw, 42px);
  border: 2px solid rgba(229, 173, 33, .55);
  border-radius: 16px;
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(229, 173, 33, .22), transparent 30%),
    linear-gradient(135deg, #8f1714, #00573f);
  box-shadow: var(--shadow);
}
.upcoming-event-card .event-kicker {
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #3d2a00;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.upcoming-event-card h3 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
}
.event-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}
.event-facts div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
}
.event-facts dt {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-facts dd {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
.flyer-preview {
  min-height: 520px;
  padding: 12px;
  border: 1px solid rgba(0, 87, 63, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(16, 45, 35, .08);
}
.flyer-preview object {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  border-radius: 10px;
  background: white;
}
.sponsor-strip {
  max-width: 1180px;
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.sponsor-strip .gallery-card {
  width: 180px;
  min-height: 110px;
  background: white;
}
.feature-photo img, .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.people-list {
  max-width: 1180px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.people-list span {
  display: block;
  padding: 20px;
  border-left: 5px solid var(--gold);
  background: white;
}
.people-list small { display: block; color: var(--muted); }
.timeline {
  max-width: 980px;
  margin: 30px auto 0;
  border-left: 3px solid var(--gold);
}
.timeline article {
  position: relative;
  padding: 0 0 28px 28px;
}
.timeline article::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--red);
}
.gallery-grid {
  max-width: 1180px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}
.gallery-card {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #e9e3d8;
}
.legal h2 { margin-top: 34px; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 6px; color: var(--muted); font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}
.contact-form .checkbox {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 400;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 34px clamp(20px, 5vw, 70px);
  color: white;
  background: #1f2a32;
}
.site-footer a { display: block; color: white; }
.footer-note { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }

body.home-page .site-header,
body.theme-page .site-header {
  min-height: 86px;
  padding: 16px clamp(24px, 5vw, 74px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 8px 26px rgba(0, 33, 22, .22);
}
body.home-page .brand,
body.home-page .main-nav a,
body.theme-page .brand,
body.theme-page .main-nav a {
  color: #fff;
}
body.home-page .brand small,
body.theme-page .brand small {
  color: rgba(255, 255, 255, .78);
}
body.home-page .brand-mark,
body.theme-page .brand-mark {
  background: radial-gradient(circle at 30% 28%, #ffe083, #d7a51c 38%, #00573f 39%, #00573f);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .18);
}
body.home-page .main-nav,
body.theme-page .main-nav {
  gap: 18px;
}
body.home-page .main-nav a,
body.theme-page .main-nav a {
  position: relative;
  padding: 8px 0;
  border-radius: 0;
  font-weight: 800;
}
body.home-page .main-nav a:hover,
body.home-page .main-nav a.active,
body.theme-page .main-nav a:hover,
body.theme-page .main-nav a.active {
  background: transparent;
  color: #fff;
}
body.home-page .main-nav a.active::after,
body.home-page .main-nav a:hover::after,
body.theme-page .main-nav a.active::after,
body.theme-page .main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: var(--gold);
}
.home-hero {
  min-height: clamp(560px, 70vh, 760px);
  align-items: center;
}
.home-hero .hero-overlay {
  background:
    radial-gradient(circle at 88% 32%, rgba(229, 173, 33, .18), transparent 20%),
    linear-gradient(90deg, rgba(10, 20, 15, .78), rgba(10, 20, 15, .45) 52%, rgba(10, 20, 15, .24));
}
.hero-layout {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: 64px 0 82px;
}
.home-hero .hero-content {
  max-width: none;
  padding: 0;
}
.home-hero h1 {
  max-width: 720px;
  font-size: clamp(46px, 6.4vw, 82px);
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .36);
}
.home-hero h1 span {
  display: block;
  color: #ffd45c;
}
.home-hero .hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: clamp(19px, 2.3vw, 25px);
  font-weight: 700;
}
.hero-secondary {
  border-color: rgba(255, 255, 255, .36);
  color: #fff;
  background: rgba(0, 87, 63, .9);
}
.hero-highlight {
  padding: clamp(24px, 4vw, 36px);
  border: 2px solid rgba(229, 173, 33, .82);
  border-radius: 16px;
  color: white;
  background:
    linear-gradient(135deg, rgba(151, 23, 20, .94), rgba(109, 19, 17, .94)),
    radial-gradient(circle at 20% 20%, rgba(255, 215, 95, .3), transparent 32%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}
.hero-highlight span,
.support-card span,
.event-icon {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #553800;
  background: #f4c94d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-highlight h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.35vw, 34px);
  overflow-wrap: anywhere;
  text-align: center;
}
.hero-highlight p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 800;
}
.button.gold,
.button.small.gold {
  border-color: var(--gold);
  color: #3d2a00;
  background: linear-gradient(180deg, #f6cf58, #dda817);
}
.button.red,
.button.small.red {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
}
.button.outline {
  color: var(--green);
  background: #fffdf6;
}
.button.small {
  min-height: 38px;
  padding: 8px 15px;
  font-size: 14px;
}
.centered {
  text-align: center;
}
.centered .eyebrow {
  color: var(--green);
}
.events-showcase {
  padding-top: clamp(42px, 6vw, 64px);
}
.events-showcase h2,
.support-section h2,
.supporters-band h2 {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
}
.event-card-grid {
  max-width: 1100px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.event-card {
  position: relative;
  padding: 10px 10px 24px;
  border: 1px solid rgba(0, 87, 63, .14);
  border-radius: 14px;
  text-align: center;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 45, 35, .12);
}
.event-card img {
  width: 100%;
  aspect-ratio: 16 / 8.3;
  object-fit: cover;
  border-radius: 10px;
}
.event-card h3 {
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
}
.event-card p {
  max-width: 280px;
  margin: 0 auto 18px;
  color: var(--muted);
}
.event-icon {
  position: absolute;
  left: 22px;
  top: 132px;
  width: 68px;
  height: 68px;
  margin: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
  font-size: 11px;
}
.event-icon.red { background: var(--red); }
.event-icon.gold { background: var(--gold); color: #4a3500; }
.center-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.split-story {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 0;
}
.story-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(0, 87, 63, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(232, 245, 222, .88));
  box-shadow: 0 14px 36px rgba(16, 45, 35, .09);
}
.story-card h2 {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
}
.about-card {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(230, 246, 221, .82)),
    url("../images/big_25330439_0_500-767.png") right bottom / auto 90% no-repeat;
}
.chronik-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  background: linear-gradient(135deg, #fffefa, #fff0c6);
}
.mini-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 3px solid rgba(0, 87, 63, .38);
}
.mini-timeline li {
  position: relative;
  padding: 0 0 18px 20px;
  min-width: 190px;
}
.mini-timeline li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
}
.mini-timeline span {
  display: inline-block;
  min-width: 50px;
  font-weight: 900;
  color: var(--green);
}
.supporters-band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 0;
  padding: 18px 24px 22px;
  border: 1px solid rgba(0, 87, 63, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 32px rgba(16, 45, 35, .09);
}
.supporters-band h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(24px, 3vw, 34px);
}
.supporters-band .sponsor-strip {
  justify-content: space-around;
  margin-top: 14px;
}
.support-section {
  position: relative;
  margin-top: 38px;
  padding: clamp(50px, 7vw, 78px) clamp(20px, 5vw, 70px);
  color: white;
  background: radial-gradient(circle at 10% 20%, rgba(229, 173, 33, .16), transparent 18%),
              linear-gradient(180deg, #00573f, #003e2f);
}
.support-section .eyebrow,
.support-section h2,
.support-section .section-heading p {
  color: white;
}
.support-grid {
  max-width: 1080px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.support-card {
  padding: 26px;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}
.support-card span {
  color: var(--green);
  background: #edf6e8;
}
body.home-page .site-footer {
  grid-template-columns: 1.2fr 1fr 1fr;
  padding-top: 44px;
  background: linear-gradient(180deg, #004c38, #002d23);
}
.footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.site-footer h3 {
  color: white;
  font-size: 18px;
}
body.theme-page .content-grid,
body.theme-page .legal,
body.theme-page .event-board,
body.theme-page .timeline,
body.theme-page .gallery-grid,
body.theme-page .people-list {
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(16, 45, 35, .08);
}
body.theme-page .section-heading {
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}
body.theme-page .hero {
  border-bottom: 6px solid var(--gold);
}
@media (max-width: 860px) {
  .site-header { align-items: flex-start; }
  body.home-page .site-header,
  body.theme-page .site-header {
    min-height: 73px;
  }
  .nav-toggle {
    display: inline-flex;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    display: none;
    padding: 14px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  body.home-page .main-nav,
  body.theme-page .main-nav {
    background: rgba(0, 65, 47, .98);
  }
  .main-nav.open { display: grid; }
  .content-grid, .three-cols, .event-board, .upcoming-event, .event-facts, .page-link-grid, .people-list, .site-footer,
  .hero-layout, .event-card-grid, .split-story, .chronik-card, .support-grid,
  body.home-page .site-footer { grid-template-columns: 1fr; }
  .hero { min-height: 440px; }
  .home-hero { min-height: auto; }
  .hero-layout {
    width: min(100% - 36px, 560px);
    padding: 48px 0 96px;
  }
  .home-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }
  .hero-highlight h2 {
    text-align: left;
  }
  .event-icon {
    top: 120px;
  }
  .split-story {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-card {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(230, 246, 221, .9));
  }
  .mini-timeline li {
    min-width: 0;
  }
  .slider-controls {
    left: 20px;
    right: auto;
    bottom: 18px;
  }
  .slider-button {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
}
