/* ==========================================================================
   SHEboom! — site.css
   Designsprache «Soft Festival»: Pastell-Verlaeufe auf warmem Papier,
   schwebende Pill-Navigation, riesige eng laufende Manrope-Titel, grosse
   runde Karten, dunkle Programm-Welt. Nach der Konzeptvorlage des Vereins.

   Gemeinsames Stylesheet aller hellen Seiten; SHEdance laedt zusaetzlich
   shedance.css, Bewegung liegt in motion.css.
   ========================================================================== */

/* 1 ---------------------------------------------------------------- Schriften
   Selbst gehostet: kein Aufruf an Google-Server beim Seitenaufruf. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-bold-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-bold-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* 2 ------------------------------------------------------------------- Tokens */
:root {
  /* Offizielle Markenpalette (Vorgabe des Vereins) */
  --berry: #c4485a;
  --rose: #fcc0c5;
  --gelb: #ffde59;
  --gruen: #7d9400;
  --papier: #fff5fe;
  --schwarz: #000000;

  /* abgeleitete Werte */
  --ink: #000000;
  --muted: #6f5f66;
  --paper: var(--papier);
  --white: #ffffff;
  --plum: #963848;        /* Dunkelberry fuer Verlaeufe und dunkle Plakate */
  --coral: var(--gruen);  /* Zweitakzent-Rolle */
  --peach: var(--gelb);   /* Warm-Akzent-Rolle (Knoepfe, Akzente auf Dunkel) */
  --lime: var(--gelb);
  --lavender: var(--rose);

  /* Vertraute Namen der Vorlagen, auf die neue Welt gelegt */
  --pink: var(--berry);
  --pink-deep: var(--plum);
  --pink-soft: #fcc0c5;
  --yellow: var(--peach);
  --cream: var(--paper);
  --green: #5b6b00;
  --orange: var(--coral);

  --text: var(--ink);
  --text-soft: var(--muted);
  --text-mute: var(--muted);
  --line: rgba(0, 0, 0, .12);
  --line-strong: rgba(0, 0, 0, .3);
  --shadow: 0 24px 70px rgba(0, 0, 0, .14);
  --shadow-s: 0 12px 36px rgba(0, 0, 0, .10);

  --grad-marke: var(--berry); /* frueher Verlauf mit Plum — jetzt flache Originalfarbe */

  /* Offizielles Logo: SHE in Beere, boom! in hellem Rose, ueberlappend */
  --logo-she: var(--berry);
  --logo-boom: var(--rose);

  /* Schrift */
  --font-head: 'Manrope', 'Avenir Next', 'Helvetica Neue', sans-serif;
  --font-logo: 'Montserrat', 'Avenir Next', 'Helvetica Neue', sans-serif;
  --font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;

  /* Raster */
  --pad: clamp(20px, 5vw, 56px);
  --gap: clamp(16px, 1.8vw, 24px);
  --maxw: 1220px;
  --radius: 28px;
  --radius-s: 20px;
}

/* 3 ----------------------------------------------------------- Reset & Basis */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color-scheme: light;
  -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

[id] { scroll-margin-top: 110px; }
a, button, input, select, textarea, [role='tab'] { touch-action: manipulation; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Korn-Textur — nimmt den Flaechen das Sterile */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }

:focus-visible {
  outline: 3px solid var(--berry);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--ink);
  color: #fff;
  padding: 14px 22px;
  border-radius: 0 0 14px 0;
  font-weight: 700;
  font-size: 14px;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.wrap { max-width: var(--maxw); margin-inline: auto; }
.mb-l { margin-bottom: clamp(30px, 4vw, 52px); }
.center { text-align: center; }
.center .section-sub { margin-inline: auto; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* 4 -------------------------------------------------------------- Wortmarke
   Regel unveraendert: gross/prominent = zweizeilig, klein/inline = einzeilig. */
.wordmark {
  font-family: var(--font-logo);
  font-weight: 700;
  display: inline-block;
  color: var(--ink);
  letter-spacing: -.06em;
  line-height: 1;
}
.wordmark--inline { display: inline-flex; align-items: center; }

/* Grosse Lockups sind die ORIGINAL-Logos als Vektor (1:1 aus den
   Originaldateien getract, partials/logo-sheboom.njk und logo-shedance.njk).
   Der Container liefert nur noch die Schriftgroesse als Massstab:
   2.37em Breite entspricht der SHE-Groesse des SHEboom-Lockups,
   3.25em der dance-Groesse des SHEdance-Lockups. */
.wordmark--stacked { line-height: .8; font-size: clamp(58px, 11vw, 150px); }
.logo-boom-svg { display: block; width: 2.37em; height: auto; }
.logo-dance-svg { display: block; width: 3.25em; height: auto; }

/* Kleine Fassungen in Kopf- und Fusszeilen: feste Breiten statt em.
   Farben bleiben original — der dunkle Balken macht sie lesbar. */
.wordmark--inline .logo-boom-svg { width: 78px; }
.footer-top .logo-boom-svg { width: 88px; }
.wordmark--inline .logo-dance-svg { width: 96px; }


/* 5 ---------------------------------------------------------- Buttons/Links */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  color: #fff;
  background: var(--grad-marke);
  box-shadow: 0 12px 28px rgba(196, 72, 90, .24);
}
.btn--primary:hover { box-shadow: 0 18px 38px rgba(196, 72, 90, .32); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { box-shadow: 0 14px 30px rgba(0, 0, 0, .28); }
.btn--light {
  background: rgba(255, 255, 255, .85);
  border-color: rgba(255, 255, 255, .6);
  color: var(--ink);
  box-shadow: var(--shadow-s);
}
.btn--yellow { background: var(--peach); color: var(--ink); font-weight: 800; }
.btn--yellow:hover { background: #ffb488; }
.btn--outline { border-color: var(--line-strong); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 13.5px; }
.btn--block { display: flex; width: 100%; }

.link-line {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
  transition: color .18s ease;
}
.link-line:hover { color: var(--berry); }

.link-arrow { display: inline-block; font-weight: 700; font-size: 14px; }
.link-arrow span { color: var(--berry); }
a.link-arrow:hover { color: var(--berry); }
.link-arrow--todo, .card__link--todo { color: #7d747b; font-style: italic; cursor: default; }

/* 6 --------------------------------------------------- Schwebende Pill-Nav */
.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 100;
  padding-inline: var(--pad);
  transition: transform .32s cubic-bezier(.2, .8, .3, 1);
}
.nav {
  max-width: var(--maxw);
  margin-inline: auto;
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  /* dunkler Balken: darauf traegt das Original-Logo in seinen Farben
     (Rose 11:1, Beere 3.7:1) — auf Hell war Rose bei 1.5:1 unlesbar */
  background: rgba(38, 18, 24, .88);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  box-shadow: 0 14px 40px rgba(20, 6, 12, .3);
}
.site-header.is-stuck .nav { box-shadow: 0 16px 44px rgba(0, 0, 0, .16); }
.site-header.is-away { transform: translateY(-130%); }

.nav__menu { display: flex; gap: clamp(14px, 1.8vw, 26px); align-items: center; }
.nav__menu a {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  padding: 6px 0;
  transition: color .2s ease;
}
.nav__menu a:hover { color: #fff; }
.nav__menu a[aria-current='page'] { color: var(--gelb); font-weight: 700; }
.nav__shedance { color: var(--rose); display: inline-flex; align-items: center; gap: 5px; }
.nav__shedance:hover { color: #fff; }
.nav__cta { opacity: 1 !important; }
/* Haupt-CTA gelb wie auf der Startseite — hebt sich vom dunklen Balken ab */
.nav__menu a.nav__cta, .nav__menu a.nav__cta[aria-current='page'] { color: var(--ink); }
.nav__cta.btn--dark { background: var(--gelb); color: var(--ink); }
.nav__cta.btn--dark:hover { background: #ffe98c; }

.nav__burger {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .22s ease, opacity .18s ease;
}
.nav__burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 7 ------------------------------------------------- Sektions-Bausteine */
.section {
  padding: clamp(56px, 8vw, 110px) var(--pad);
  max-width: calc(var(--maxw) + 2 * var(--pad));
  margin-inline: auto;
}
.section--tight { padding-top: clamp(20px, 2.5vw, 36px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 30px; height: 2px; background: currentColor; }
.eyebrow--dot::before { width: 9px; height: 9px; border-radius: 50%; background: var(--gelb); box-shadow: 0 0 0 6px rgba(255, 222, 89, .12); }

h1, h2, h3 { font-family: var(--font-head); }

.section-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.section-title .accent { color: var(--berry); }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: clamp(36px, 4vw, 52px);
  flex-wrap: wrap;
}
.section-sub { font-size: 15.5px; color: var(--muted); margin-top: 14px; max-width: 460px; line-height: 1.7; }

/* Hero (Unterseiten): pastelliger Kopf mit rundem Abschluss */
.hero {
  position: relative;
  /* Inhalt liegt linksbuendig in einer zentrierten Spalte von maxw Breite */
  padding: clamp(150px, 18vw, 210px) max(var(--pad), calc((100% - var(--maxw)) / 2)) clamp(64px, 8vw, 110px);
  overflow: hidden;
  overflow: clip;
  background: var(--paper);
}
/* Einheitliche Farbgebung: alle Seiten tragen dasselbe Marken-Plakat.
   Ohne Foto ein heller Rose-Grund (dunkler Text bleibt lesbar). */
.hero--lavender, .hero--peach, .hero--lime, .hero--rose,
.hero--berry, .hero--plum { background: var(--rose); }
.hero--dunkel .hero__title { color: #fff; }
.hero--dunkel .hero__title .accent { color: var(--gelb); }
.hero--dunkel .hero__lead { color: rgba(255, 255, 255, .78); }
.hero--dunkel .eyebrow { color: var(--peach); }
.hero--dunkel .watermark { color: #fff; opacity: .08; }
.hero__title {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: clamp(2.9rem, 7vw, 6.4rem);
  letter-spacing: -.07em;
  line-height: .92;
  max-width: 900px;
}
.hero__title .accent { color: var(--berry); }
.hero__lead {
  position: relative;
  z-index: 2;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--muted);
  max-width: 620px;
  margin-top: 26px;
  line-height: 1.7;
}
.watermark {
  position: absolute;
  top: 6%; right: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(140px, 20vw, 260px);
  letter-spacing: -.08em;
  color: var(--ink);
  opacity: .06;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.watermark--yellow { color: var(--gelb); opacity: .1; }

/* Medien-Platzhalter — Pastellverlaeufe, grosse Radien */
.media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-s);
  background: linear-gradient(155deg, #fcc0c5, #c4485a);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.media::before {
  content: '';
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 48% 52% 60% 40%;
  top: 12%;
  left: 50%;
  transform: translateX(-50%) rotate(25deg);
  z-index: 0;
}
.media:has(img)::before { content: none; }
.media picture { position: absolute; inset: 0; z-index: 0; }
.media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--fokus, center);
  /* naeher heranholen, wenn ein Foto weiter weg aufgenommen wurde —
     gezoomt wird um den Fokuspunkt, damit das Gesicht sitzen bleibt */
  transform: scale(var(--zoom, 1));
  transform-origin: var(--fokus, center);
  z-index: 0;
}
.media--rose { background: linear-gradient(155deg, #fcc0c5, #c4485a); }
.media--yellow { background: linear-gradient(155deg, #ffde59, #b98f00); }
.media--dark { background: linear-gradient(155deg, #3a3a3a, #000000); }
.media--pink { background: linear-gradient(155deg, #fcc0c5, #963848); }
.media__caption {
  position: relative;
  z-index: 2;
  padding: 16px 20px;
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.media--dark .media__caption { background: rgba(23, 15, 31, .6); color: #fff; }

/* Dunkler Block */
.panel-dark {
  background: var(--ink);
  color: #fff;
  width: 100%;
  margin: 0 0 clamp(56px, 8vw, 110px);
  padding: clamp(56px, 7vw, 96px) max(var(--pad), calc((100% - var(--maxw)) / 2));
  position: relative;
  overflow: hidden;
}

/* Abschluss-Aufruf — Pfirsich-Verlauf wie die Newsletter-Karte der Vorlage */
.final-cta {
  background: var(--gelb);
  color: var(--ink);
  padding: clamp(72px, 10vw, 140px) var(--pad);
  text-align: center;
  width: 100%;
  margin: 0;
}
.final-cta__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.5vw, 5.8rem);
  letter-spacing: -.06em;
  line-height: .95;
}
.final-cta__sub { color: rgba(0, 0, 0, .76); font-size: 17px; margin-top: 18px; line-height: 1.6; }
.final-cta .btn { margin-top: 28px; }

/* 8 ------------------------------------------------- Startseite = das Plakat
   Volle Hoehe, satte Markenflaeche, die Wortmarke so gross wie der Bildschirm. */
.home-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(130px, 15vw, 170px) max(var(--pad), calc((100% - var(--maxw)) / 2)) clamp(48px, 6vw, 80px);
  overflow: hidden;
  overflow: clip;
  background:
    radial-gradient(60% 50% at 85% 12%, rgba(255, 222, 89, .35), transparent 60%),
    radial-gradient(50% 45% at 8% 92%, rgba(114, 46, 101, .55), transparent 65%),
    linear-gradient(160deg, var(--berry), var(--plum) 82%);
  color: #fff;
}
.home-hero .eyebrow { color: var(--peach); }
.home-hero__watermark, .home-hero__scribble { display: none; }

/* Kinokopf der Unterseiten: EIN Foto je Seite, ueberall im selben
   Berry-Plum-Duotone wie die Startseite. */
.hero--foto .watermark { display: none; }
/* Zweigeteilter Kopf (Ueber uns): Text und Foto NEBENEINANDER, nie
   uebereinander — die Gesichter der Gruenderinnen bleiben immer frei. */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: min(88svh, 860px);
  padding: 0;
  background: linear-gradient(160deg, var(--berry), var(--plum) 82%);
}
.about-split--ohne { grid-template-columns: 1fr; }
/* Der weiche Seitengrund existiert nur im Glas-Modus */
.kino--grund { display: none; }
.about-split__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  /* oben und unten gleich viel Luft, damit der Titel wirklich mittig
     steht; oben mindestens so viel, dass die Kopfzeile frei bleibt */
  padding: clamp(120px, 13vw, 160px) clamp(28px, 4vw, 60px)
    clamp(120px, 13vw, 160px) max(var(--pad), calc((100% - var(--maxw)) / 2 + 8px));
}
.about-split__text .hero__title { max-width: 100%; font-size: clamp(2.3rem, 3.6vw, 4rem); }
.about-split__bild { position: relative; overflow: hidden; }
.about-split__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--fokus, center 30%);
}
.about-split__bu {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(12, 5, 9, .58);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
@media (max-width: 900px) {
  /* Schmaler Schirm: gestapelt — Foto oben (mit Luft unter der Kopfzeile),
     Text darunter. Auch hier liegt nie Text auf dem Bild. */
  .about-split { grid-template-columns: 1fr; min-height: 0; }
  .about-split__bild { order: -1; aspect-ratio: 4 / 3; margin-top: 88px; }
  .about-split__text { padding: clamp(28px, 6vw, 44px) var(--pad) clamp(36px, 7vw, 52px); }
  .about-split__text .hero__title { font-size: clamp(2rem, 7.5vw, 2.8rem); }
}
.hero--foto .kino__schleier { background: linear-gradient(160deg, var(--berry), var(--plum) 82%); }

/* Unterseiten-Kinos: exakt derselbe Filter wie die Startseite
   (Basisregel .kino__bild), nur der Bildfokus ist je Seite waehlbar */
.hero--foto .kino__bild, .sd-hero .kino__bild, .kino--seite .kino__bild {
  object-position: var(--fokus, center 62%);
  opacity: 1;
}
.hero--foto .kino::after {
  background:
    linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .12) 40%, rgba(0, 0, 0, .5));
}

/* ------------------------------------------------------------------ Kino
   Bildschirmfuellende Momente hinter der Marke: schwarzweiss aufgenommen,
   von einem Berry-Plum-Schleier eingefaerbt (Duotone), unten abgedunkelt,
   damit Text und Zahlen immer sicher lesbar sind. */
.kino {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--ink);
}
.kino__bild {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--fokus, center);
  filter: grayscale(1) contrast(1.08) brightness(1.02);
  opacity: 0;
  transform: scale(1.08);
  /* die langsame Zoom-Bewegung geht vom Bildfokus aus, nicht von der
     Mitte — sonst wandert ein Kopf im oberen Bilddrittel aus dem Bild */
  transform-origin: var(--fokus, center);
}
/* Ohne JS/Bewegung steht das erste Bild — auch wenn der Bild-Optimierer
   die img in <picture> wickelt (dann ist img nicht mehr first-child) */
.kino__bild:first-child,
.kino picture:first-child .kino__bild { opacity: 1; }
.kino__schleier {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--berry), var(--plum) 82%);
  mix-blend-mode: color;
}
.kino::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Mitte staerker abdunkeln: das Original-Logo (Beere/Rose) muss auch auf
     hellen Crossfade-Frames lesbar bleiben */
  background:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .16) 35%, rgba(0, 0, 0, .58)),
    radial-gradient(90% 70% at 50% 46%, rgba(0, 0, 0, .42), transparent 72%);
}

.home-hero__mitte {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}
.home-hero .eyebrow { justify-content: center; }
.home-hero__sub { margin-inline: auto; }
.home-hero__actions { justify-content: center; }
.home-hero .facts { justify-content: center; }

/* --------------------------------------------------------- Foto-Strauss
   Momente von 2026 als Abzuege mit weissem Rand. Mobil: dichter Stapel
   unter dem Text. Am Desktop: um die Marke herum ueber die ganze Buehne
   verteilt (Positionen weiter unten). Hover: aufrichten, nach vorn. */
.strauss {
  position: relative;
  width: min(100%, 880px);
  margin-inline: auto;
  aspect-ratio: 1 / .92;
}
.strauss__bild {
  position: absolute;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  padding: clamp(5px, .6vw, 9px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  transform:
    translate(calc(var(--px, 0px) * var(--tiefe, 1)), calc(var(--py, 0px) * var(--tiefe, 1)))
    rotate(var(--rot, 0deg));
  transition: transform .45s cubic-bezier(.16, 1.15, .3, 1), box-shadow .45s ease;
  cursor: pointer;
}
.strauss__bild img,
.strauss__bild picture { position: static !important; }
.strauss__bild img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.strauss__bild:hover {
  transform: translate(calc(var(--px, 0px) * var(--tiefe, 1)), calc(var(--py, 0px) * var(--tiefe, 1))) rotate(0deg) scale(1.08);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .5);
  z-index: 30;
}
/* Mobiler Stapel */
.strauss__bild--1 { top: 2%;  left: 6%;   width: 46%; --rot: -8deg;  --tiefe: .5;  z-index: 2; }
.strauss__bild--2 { top: 0;   right: 2%;  width: 42%; --rot: 6deg;   --tiefe: 1.1; z-index: 3; }
.strauss__bild--3 { top: 26%; left: 0;    width: 40%; --rot: 5deg;   --tiefe: .8;  z-index: 4; }
.strauss__bild--4 { top: 30%; right: 0;   width: 44%; --rot: -4deg;  --tiefe: .6;  z-index: 5; }
.strauss__bild--5 { bottom: 4%; left: 8%; width: 42%; --rot: -6deg;  --tiefe: 1.2; z-index: 6; }
.strauss__bild--6 { bottom: 0; right: 8%; width: 40%; --rot: 7deg;   --tiefe: .9;  z-index: 5; }
.strauss__bild--7 { top: 33%; left: 28%;  width: 44%; --rot: -1.5deg; --tiefe: 1;  z-index: 7; }

/* Die Marke ist der Titel — Lockup wie das offizielle Logo, auf dem
   dunklen Kino in heller Fassung (SHE Rose, boom! Weiss) */
.home-hero__marke {
  position: relative;
  z-index: 2;
  font-family: var(--font-logo);
  font-weight: 700;
  line-height: .8;
  font-size: clamp(76px, 12.5vw, 220px);
}
.home-hero__marke .logo-boom-svg { margin-inline: auto; }

/* «Ein Tag voller …» — sagt sofort, was einen erwartet; das Wort wechselt */
.home-hero__zeile {
  position: relative;
  z-index: 2;
  margin-top: clamp(20px, 2.6vw, 34px);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2.6rem);
  letter-spacing: -.045em;
  line-height: 1.15;
}
.wechsel {
  display: inline-block;
  overflow: hidden;
  overflow: clip;
  vertical-align: bottom;
  /* Fenster groesser als die Zeile, sonst verlieren g/p/y die Unterlaenge */
  padding: .1em .06em .2em .02em;
  margin: -.1em -.06em -.2em -.02em;
}
.wechsel__wort { display: inline-block; color: var(--peach); }

.home-hero__sub {
  position: relative;
  z-index: 2;
  margin-top: clamp(24px, 3vw, 40px);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: rgba(255, 255, 255, .82);
  max-width: 620px;
  line-height: 1.65;
}
.home-hero__actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
}
.home-hero .btn--light { background: #fff; border-color: #fff; }
.home-hero .btn--yellow { box-shadow: 0 14px 34px rgba(20, 8, 20, .3); }

/* Statement-Plakat: der Claim in Riesenschrift auf Papier */
.statement {
  padding: clamp(72px, 10vw, 150px) max(var(--pad), calc((100% - var(--maxw)) / 2));
  background: var(--paper);
}
.statement__text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.8vw, 5.4rem);
  letter-spacing: -.065em;
  line-height: .96;
  max-width: 1020px;
}
.statement__text .accent { color: var(--berry); }

/* Ticker: kompaktes Peach-Band mit den Eckdaten, laeuft durch */
.marquee.marquee--ticker {
  background: var(--peach);
  color: var(--ink);
  padding: 12px 0;
}
.marquee--ticker .marquee__track {
  font-size: clamp(14px, 1.5vw, 19px);
  letter-spacing: .08em;
  text-transform: uppercase;
  gap: 44px;
  padding-right: 44px;
  animation-duration: 20s;
}
.marquee--ticker .marquee__track .sep { font-size: 1em; color: var(--berry); opacity: 1; }

/* Zahlenband */
.facts {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 60px);
  margin-top: clamp(44px, 6vw, 72px);
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.fact__n {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  letter-spacing: -.05em;
  line-height: 1;
}
.fact__n, .impact__n, .recap-stat__n, .price-item__n, .stufe__preis,
.ticket__price, .program-item__time, .press__stat {
  font-variant-numeric: tabular-nums;
}
.fact__l {
  font-size: 11.5px;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 8px;
  font-weight: 600;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: var(--gap);
  padding: clamp(36px, 5vw, 64px) var(--pad);
  max-width: calc(var(--maxw) + 2 * var(--pad));
  margin-inline: auto;
}
.photo-strip .media { min-height: clamp(230px, 27vw, 360px); }
.photo-strip .media { transition: transform .45s cubic-bezier(.16, 1.15, .3, 1), box-shadow .45s ease; }
.photo-strip .media:nth-child(1) { transform: rotate(-1.6deg); }
.photo-strip .media:nth-child(2) { transform: rotate(1.2deg) translateY(10px); }
.photo-strip .media:nth-child(3) { transform: rotate(-1deg); }
.photo-strip .media:hover { transform: rotate(0) translateY(-6px); box-shadow: var(--shadow); z-index: 2; }

.momente { padding-bottom: clamp(64px, 9vw, 130px); }

/* Zitat-/Laufband — grosses Berry-Band wie in der Vorlage */
.marquee-zone { overflow: clip; }
.marquee {
  background: var(--berry);
  color: #fff;
  /* bewusst schlank — die Baender sollen Rhythmus geben, nicht dominieren */
  padding: clamp(22px, 3vw, 38px) 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.marquee__track {
  display: inline-flex;
  align-items: baseline;
  gap: 30px;
  padding-right: 30px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.6vw, 2.4rem);
  letter-spacing: -.04em;
  animation: marquee-lauf 28s linear infinite;
  flex-shrink: 0;
}
.marquee__track .sep { opacity: .45; font-size: .5em; }
.marquee--gelb { display: none; }
@keyframes marquee-lauf {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
  .marquee__track + .marquee__track { display: none; }
}

/* Programm-Liste — Timeline-Zeilen */
.program-list { border-top: 1px solid var(--line); }
.program-item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  padding: 26px 8px;
  border-bottom: 1px solid var(--line);
  border-radius: 12px;
}
.program-item__time {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  width: 76px;
  flex-shrink: 0;
  color: var(--berry);
}
.program-item__fmt {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--berry);
  width: 150px;
  flex-shrink: 0;
}
.program-item__name {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  flex: 1;
  min-width: 0;
}
/* Name mit hinterlegter Website: dezenter Link, Pfeil zeigt «extern» */
.program-item__link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(196, 72, 90, .38);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.program-item__link:hover { color: var(--berry); text-decoration-color: var(--berry); }
.program-item__extern { font-size: .75em; margin-left: 3px; opacity: .55; }
.program-item__link:hover .program-item__extern { opacity: 1; }
/* Noch offene Acts: der Name steht da, ist aber weichgezeichnet — das
   Auge will scharfstellen und bleibt haengen. Beim Darueberfahren wird
   er einen Hauch klarer, aber nie lesbar. Im Feld steht deshalb immer
   ein Platzhalter, nie der echte Name. */
.offen {
  display: inline-block;
  filter: blur(7px);
  opacity: .5;
  user-select: none;
  transition: filter .5s ease, opacity .5s ease;
}
.program-item:hover .offen { filter: blur(5px); opacity: .62; }

.program-item__note { font-family: var(--font-body); font-weight: 400; letter-spacing: 0; font-size: 14.5px; color: var(--muted); margin-top: 5px; }
.status {
  font-size: 11px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .06em;
  flex-shrink: 0;
  white-space: nowrap;
}
.status--confirmed { background: var(--gruen); color: #fff; }
.status--secret { background: var(--rose); color: var(--berry); }
.status--break { background: rgba(0, 0, 0, .07); color: var(--muted); }

/* SHEdance-Teaser */
.shedance-teaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.shedance-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 420px at 85% 25%, rgba(196, 72, 90, .5), transparent);
}
.shedance-teaser__left { position: relative; z-index: 2; }
.shedance-teaser__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--peach);
  margin-bottom: 16px;
}
.shedance-teaser .wordmark { color: #fff; font-size: clamp(46px, 6vw, 82px); }
.shedance-teaser__desc {
  color: rgba(255, 255, 255, .66);
  font-size: 15.5px;
  max-width: 400px;
  margin-top: 18px;
  line-height: 1.65;
}
.shedance-teaser .btn { margin-top: 28px; }
.shedance-teaser__disc {
  position: relative;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.shedance-teaser__disc-inner {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--berry), #20090d);
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--peach);
  font-size: 13px;
  text-align: center;
  letter-spacing: .08em;
}

/* 9 ----------------------------------------------------------------- Karten */
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--gap);
}
/* Eckdaten als Handlungs-Kacheln: kleine Bezeichnung, grosse Aussage,
   Details, unten ein echter Knopf. Das Zeichen liegt als grosses, sehr
   ruhiges Wasserzeichen in der Ecke. Die ganze Kachel ist anklickbar. */
.info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: linear-gradient(158deg, #fff, #fff6f8 82%);
  box-shadow: 0 2px 5px rgba(40, 8, 18, .04);
  transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease, border-color .3s ease;
}
.info-card:nth-child(2) { background: linear-gradient(158deg, #fff, #ffe4e8 88%); }
.info-card:nth-child(3) { background: linear-gradient(158deg, #fff, #fff1c9 88%); }
.info-card--aktion:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(120, 20, 45, .16);
  border-color: rgba(196, 72, 90, .35);
}
.info-card__marke {
  position: absolute;
  inset: 0;
  overflow: hidden;          /* beschneidet nur das Zeichen, nicht die Kachel */
  border-radius: inherit;
  color: var(--berry);
  opacity: .09;
  pointer-events: none;
  transition: opacity .3s ease;
}
.info-card__marke svg {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 132px;
  height: 132px;
  stroke-width: 1.1;
  transition: transform .45s cubic-bezier(.2, .8, .3, 1);
}
.info-card--aktion:hover .info-card__marke { opacity: .14; }
.info-card--aktion:hover .info-card__marke svg { transform: rotate(-8deg) scale(1.08); }
.info-card__t {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 12px;
}
/* Karten ohne grosse Aussage (Aussteller, Tickets): dort ist der Titel
   die Ueberschrift und keine Bezeichnung darueber */
.info-card:not(:has(.info-card__kern)) .info-card__t {
  font-family: var(--font-head);
  font-size: 1.35rem;
  letter-spacing: -.03em;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 14px;
}
.info-card__kern {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
  font-size: clamp(1.6rem, 2.3vw, 2.1rem);
  color: var(--ink);
  margin-bottom: 12px;
  position: relative;
}
.info-card__d { font-size: 15px; color: var(--muted); line-height: 1.6; position: relative; }
.info-card__aktionen {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}
.info-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--berry);
  background: transparent;
  color: var(--berry);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -.01em;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.info-card__cta span { transition: transform .25s cubic-bezier(.2, .8, .3, 1); }
.info-card--aktion:hover .info-card__cta--voll,
.info-card__cta:hover { background: var(--berry); color: #fff; }
.info-card--aktion:hover .info-card__cta--voll span, .info-card__cta:hover span { transform: translateX(4px); }
/* der erste Knopf macht die ganze Kachel klickbar */
.info-card__cta--voll::after { content: ''; position: absolute; inset: 0; border-radius: inherit; }
.info-card__cta--zweit {
  position: relative;
  z-index: 1;
  border-color: rgba(0, 0, 0, .16);
  color: var(--ink);
}
.info-card__cta--zweit:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

/* Kalender-Auswahl: klappt ohne JavaScript auf (details/summary) */
.kalwahl { position: relative; z-index: 2; }
.kalwahl > summary { list-style: none; cursor: pointer; }
.kalwahl > summary::-webkit-details-marker { display: none; }
.kalwahl > summary span { transition: transform .25s ease; }
.kalwahl[open] > summary { background: var(--berry); color: #fff; }
.kalwahl[open] > summary span { transform: rotate(180deg); }
.kalwahl__menu {
  position: absolute;
  z-index: 3;
  top: calc(100% + 8px);
  left: 0;
  min-width: 268px;
  padding: 7px;
  display: grid;
  gap: 2px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 22px 50px rgba(60, 10, 25, .2);
}
.kalwahl__menu a {
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  transition: background-color .18s ease, color .18s ease;
}
.kalwahl__menu a:hover { background: var(--berry); color: #fff; }
.kalwahl__zusatz { opacity: .5; font-weight: 400; }
.kalwahl__menu a:hover .kalwahl__zusatz { opacity: .8; }
.info-card__d strong { color: var(--ink); font-weight: 700; }

/* 10 --------------------------------------------------------------- Sponsoren */
.impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  border-radius: var(--radius-s);
  overflow: hidden;
  max-width: var(--maxw);
  margin: 0 auto;
  width: calc(100% - 2 * var(--pad));
}
.impact__item { background: var(--ink); padding: 32px 28px; }
.impact__n { font-family: var(--font-head); font-weight: 800; letter-spacing: -.04em; font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--peach); }
.impact__l { font-size: 12px; color: rgba(255, 255, 255, .55); margin-top: 8px; line-height: 1.5; }

.why {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.why__sticky { position: sticky; top: 120px; }
.why__list { display: flex; flex-direction: column; gap: 16px; }
.why__point {
  display: flex;
  gap: 22px;
  padding: 24px 26px;
  border-radius: var(--radius-s);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .55);
  transition: transform .25s ease, box-shadow .25s ease;
}
.why__point:hover { transform: translateY(-4px); box-shadow: var(--shadow-s); }
.why__num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  color: var(--berry);
  width: 30px;
  flex-shrink: 0;
  padding-top: 3px;
}
.why__t { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.2rem; margin-bottom: 6px; }
.why__d { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 460px; }

.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.card--pad { padding: 26px; display: flex; flex-direction: column; gap: 14px; }
a.card:hover, .card:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: var(--white); }
.logo-box {
  height: 92px;
  border-radius: 14px;
  background: #f7edef;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: #a89aa0;
  text-transform: uppercase;
  letter-spacing: .1em;
  overflow: hidden;
}
.logo-box img { max-height: 62px; width: auto; object-fit: contain; }
.tier { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--berry); }
.tier--yellow { color: var(--peach); }
.card__name { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.1rem; margin-top: 4px; }
.card__desc { font-size: 15px; color: var(--muted); line-height: 1.6; flex: 1; }
.card__link {
  font-size: 12.5px;
  font-weight: 700;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.card__link span { color: var(--berry); }
a.card__link:hover { color: var(--berry); }

/* Sponsoring-Stufen: vertikale Liste — eine Stufe pro Zeile,
   Leistungen in der Mitte, Preis und Anfrage rechts */
.stufen { display: grid; gap: 14px; }
.stufe {
  display: grid;
  grid-template-columns: minmax(200px, 250px) 1fr auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  padding: clamp(20px, 3vw, 30px) clamp(20px, 3.4vw, 38px);
  transition: transform .25s ease, box-shadow .25s ease;
}
.stufe:hover { transform: translateY(-3px); box-shadow: var(--shadow-s); }
.stufe--featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.stufe__badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 6px;
}
.stufe--featured .stufe__badge { color: var(--gelb); }
.stufe__name { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.3rem; }
.stufe__hinweis { font-size: 12px; font-weight: 700; color: var(--berry); margin-top: 4px; }
.stufe--featured .stufe__hinweis { color: var(--rose); }
.stufe__leistungen { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.stufe--featured .stufe__leistungen { color: rgba(255, 255, 255, .85); }
.stufe__leistungen li { position: relative; padding-left: 24px; }
.stufe__leistungen li::before { content: '✓'; position: absolute; left: 0; font-weight: 800; color: var(--berry); }
.stufe--featured .stufe__leistungen li::before { color: var(--gelb); }
.stufe__seite { display: grid; gap: 12px; justify-items: end; text-align: right; }
.stufe__preis { font-family: var(--font-head); font-weight: 800; letter-spacing: -.04em; font-size: 1.7rem; white-space: nowrap; }
.stufe__preis span { font-size: 12px; font-weight: 600; opacity: .6; letter-spacing: 0; }

/* 11 -------------------------------------------------------------- Aussteller */
.pricing-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.pricing-band__label {
  color: var(--peach);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pricing-band__title { font-family: var(--font-head); font-weight: 800; letter-spacing: -.045em; font-size: clamp(1.7rem, 3vw, 2.5rem); color: #fff; }
.pricing-band__right { display: flex; gap: clamp(24px, 4vw, 44px); }
.price-item { text-align: right; }
.price-item__n { font-family: var(--font-head); font-weight: 800; letter-spacing: -.04em; font-size: clamp(1.5rem, 3vw, 2.1rem); color: #fff; }
.price-item__l { font-size: 12px; color: rgba(255, 255, 255, .5); margin-top: 4px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.exhibitor .media { height: 170px; border-radius: 0; }
.exhibitor__body { padding: 22px; }
.cat { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--berry); }
.exhibitor__name { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem; margin: 7px 0 8px; }
.exhibitor__desc { font-size: 15px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.step {
  padding: 28px;
  border-radius: var(--radius-s);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .55);
}
.step:nth-child(2) { background: #ffe6e9; }
.step:nth-child(3) { background: #fff7d6; }
.step__num { font-family: var(--font-head); font-weight: 800; font-size: 13px; color: var(--berry); margin-bottom: 26px; }
.step__t { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.25rem; margin-bottom: 8px; }
.step__d { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* 12 ---------------------------------------------------------------- Ueber uns */

.story { max-width: 760px; }
.story p { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.75; color: #332e33; margin-bottom: 22px; }
.story p strong { color: var(--ink); font-weight: 700; }

.founders-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
/* Portraits sind hochformatig — die Bildflaeche muss hoch genug sein,
   damit das ganze Gesicht Platz hat. Der Ausschnitt je Person steht in
   den Inhalten («Bild-Ausschnitt»). */
.founder .media { height: clamp(380px, 32vw, 500px); border-radius: 0; }
.founder__body { padding: 28px 30px; }
.founder__name { font-family: var(--font-head); font-weight: 800; letter-spacing: -.03em; font-size: 1.45rem; }
.founder__role {
  font-size: 11.5px;
  color: var(--berry);
  font-weight: 700;
  margin: 5px 0 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.founder__bio { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* Werte: keine kargen Umriss-Chips mehr, sondern einladende Kacheln —
   grosses Wort, ruhige Nummer, warmer Schimmer auf dem dunklen Grund */
.values__title { font-family: var(--font-head); font-weight: 800; letter-spacing: -.045em; font-size: clamp(2rem, 3.4vw, 3rem); color: #fff; }
.values__title span { color: var(--gelb); }
/* warmer Schimmer statt kaltem Schwarz — der Abschnitt soll einladen */
.werte { background: var(--ink); }
.werte::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 62% at 78% 12%, rgba(196, 72, 90, .5), transparent 68%),
    radial-gradient(42% 52% at 6% 92%, rgba(255, 222, 89, .16), transparent 70%);
}
.werte > * { position: relative; z-index: 1; }
.werte__kopf { max-width: 620px; margin-bottom: clamp(30px, 4vw, 46px); }
.werte__lead { margin-top: 14px; font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.65; color: rgba(255, 255, 255, .74); }
.werte__gitter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  /* drei Spalten: die sechs Werte fuellen zwei volle Reihen */
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.6vw, 18px);
}
@media (max-width: 900px) { .werte__gitter { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .werte__gitter { grid-template-columns: 1fr; } }
.wert {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 30px) clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius-s);
  background: linear-gradient(150deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.wert:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 222, 89, .6);
  background: linear-gradient(150deg, rgba(255, 222, 89, .16), rgba(255, 255, 255, .07));
}
.wert__nr {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--gelb);
  flex-shrink: 0;
}
.wert__wort {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.25;
  color: #fff;
}
/* Alte Chip-Darstellung bleibt fuer andere Stellen erhalten */
.pill-row { display: flex; gap: 12px; flex-wrap: wrap; }
.pill {
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

/* Zeitstrahl: Marke auf der Linie, mehr Luft, lesbare Groessen */
.timeline-row { display: flex; border-top: 2px solid var(--line); flex-wrap: wrap; }
.tl-item {
  flex: 1 1 230px;
  position: relative;
  padding: 34px clamp(20px, 2.2vw, 30px) 8px 0;
}
.tl-item::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--berry);
}
.tl-item__year { font-family: var(--font-head); font-weight: 800; letter-spacing: -.04em; font-size: 1.9rem; color: var(--berry); }
.tl-item__t { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem; margin: 8px 0 8px; }
.tl-item__d { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* 13 ------------------------------------------------------------------ Archiv */
.year-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 var(--pad);
  max-width: calc(var(--maxw) + 2 * var(--pad));
  margin-inline: auto;
}
.year-tab {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: transparent;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.year-tab:hover { background: rgba(0, 0, 0, .06); }
.year-tab[aria-selected='true'] { background: var(--ink); color: #fff; border-color: var(--ink); }
.year-panel[hidden] { display: none; }

.recap-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 60px);
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.recap-stat__n { font-family: var(--font-head); font-weight: 800; letter-spacing: -.04em; font-size: 2rem; color: var(--berry); }
.recap-stat__l { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; font-weight: 600; }

.gallery { columns: 3; column-gap: var(--gap); }
.gallery--top { margin-top: 44px; }
.gallery .media {
  break-inside: avoid;
  margin-bottom: var(--gap);
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.gallery .media--h1 { height: 290px; }
.gallery .media--h2 { height: 210px; }
.gallery .media--h3 { height: 350px; }
.gallery .media--h4 { height: 230px; }
.gallery .media--h5 { height: 270px; }
.gallery .media--h6 { height: 200px; }
.credit {
  position: relative;
  z-index: 2;
  margin: 12px 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(23, 15, 31, .45);
  font-size: 10.5px;
  color: #fff;
  font-weight: 600;
}

.quote { text-align: center; }
.quote__text {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -.045em;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  color: #fff;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.25;
}
.quote__text .accent { color: var(--peach); }
.quote__source { color: rgba(255, 255, 255, .5); font-size: 13.5px; margin-top: 22px; }

.press-row {
  display: flex;
  gap: clamp(16px, 3vw, 44px);
  align-items: center;
  padding: 26px 8px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.press-row:last-child { border-bottom: 1px solid var(--line); }
.press__logo { font-family: var(--font-head); font-weight: 800; letter-spacing: -.03em; font-size: 1.15rem; width: 150px; flex-shrink: 0; }
.press__desc { font-size: 15px; color: var(--muted); flex: 1 1 240px; }
.press__stat { font-family: var(--font-head); font-weight: 700; font-size: 14.5px; color: var(--berry); flex-shrink: 0; }

.empty-note {
  border: 1.5px dashed rgba(0, 0, 0, .22);
  border-radius: var(--radius);
  padding: clamp(36px, 5vw, 64px);
  text-align: center;
  color: var(--muted);
  background: rgba(255, 255, 255, .4);
}
.empty-note__icon { font-size: 30px; margin-bottom: 14px; }
.empty-note__t { font-family: var(--font-head); font-weight: 800; letter-spacing: -.03em; font-size: 1.4rem; color: var(--ink); margin-bottom: 10px; }
.empty-note__d { font-size: 14.5px; line-height: 1.65; max-width: 480px; margin: 0 auto; }
.empty-note--left { text-align: left; margin-top: var(--gap); }
.empty-note--left .empty-note__d { margin: 0; max-width: 720px; }

/* 14 ----------------------------------------------------------------- Tickets */
.ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); align-items: stretch; }
.ticket-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ticket {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .72);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ticket:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ticket--featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.ticket--featured .ticket__list li { color: rgba(255, 255, 255, .74); }
.ticket__name { font-family: var(--font-head); font-weight: 800; letter-spacing: -.03em; font-size: 1.5rem; }
.ticket__price { font-family: var(--font-head); font-weight: 800; letter-spacing: -.05em; font-size: 2.9rem; line-height: 1; }
.ticket__price span { font-size: 15px; font-weight: 600; opacity: .6; letter-spacing: 0; }
.ticket__list { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; color: var(--muted); line-height: 1.5; flex: 1; }
.ticket__list li { display: flex; gap: 10px; }
.ticket__list li::before { content: '✦'; color: var(--berry); flex-shrink: 0; }
.ticket--featured .ticket__list li::before { color: var(--peach); }

/* 15 ------------------------------------------------------- Formular/Kontakt */
.form-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.form {
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 3.2vw, 40px);
  box-shadow: var(--shadow-s);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--plum); margin-bottom: 8px; }
.field .req { color: var(--berry); }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid rgba(0, 0, 0, .16);
  border-radius: 14px;
  padding: 13px 16px;
  transition: border-color .2s ease, background-color .2s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--berry); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form__hint { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin-top: 14px; }
.form__note {
  background: rgba(255, 222, 89, .28);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.contact-block { margin-bottom: 28px; }
.contact-block__t { font-family: var(--font-head); font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem; margin-bottom: 6px; }
.contact-block__d { font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.contact-block__d a { font-weight: 700; border-bottom: 1.5px solid var(--berry); }

/* 16 -------------------------------------------------------------- Textseiten */
.prose { max-width: 760px; }
.prose h2 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 42px 0 14px;
}
.prose h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; margin: 26px 0 8px; }
.prose p, .prose li { font-size: 15.5px; line-height: 1.75; color: #332e33; }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 0 0 14px 0; }
.prose li { position: relative; padding-left: 20px; margin-bottom: 8px; }
.prose li::before { content: '·'; position: absolute; left: 6px; color: var(--berry); font-weight: 800; }
.prose a { font-weight: 700; border-bottom: 1.5px solid var(--berry); }
.prose strong { font-weight: 700; color: var(--ink); }

.page-404 { text-align: center; padding: clamp(160px, 20vw, 240px) var(--pad) clamp(80px, 10vw, 140px); }
.page-404 .section-sub { margin-inline: auto; }
.page-404 .code {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(90px, 18vw, 200px);
  letter-spacing: -.08em;
  line-height: .9;
  color: var(--berry);
}

/* 17 -------------------------------------------------------------------- Fuss */
.site-footer { background: var(--ink); color: #fff; padding: clamp(44px, 6vw, 64px) var(--pad) 32px; overflow: clip; }
.site-footer__inner { max-width: var(--maxw); margin-inline: auto; }

/* Der grosse Abgang: die Marke fuellt den Fuss, halb aus dem Bild laufend */
.footer-marke {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: clamp(64px, 13vw, 210px);
  line-height: .8;
  margin: 0 0 clamp(30px, 4vw, 56px);
  user-select: none;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  flex-wrap: wrap;
}
.footer-claim { font-size: 13px; color: rgba(255, 255, 255, .45); margin-top: 14px; }
.footer-cols { display: flex; gap: clamp(28px, 5vw, 70px); flex-wrap: wrap; }
.footer-col__title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 14px;
  font-weight: 700;
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: color .18s ease;
}
.footer-col a:hover { color: var(--peach); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, .38);
  flex-wrap: wrap;
}
.footer-bottom--solo { padding-top: 0; }
.footer-bottom a:hover { color: rgba(255, 255, 255, .75); }
.footer-bottom__legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* «Diese Seite bearbeiten» — nur lokal sichtbar (JS blendet ihn ein) */
.bearbeiten-chip {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2100;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  padding: 13px 20px;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.bearbeiten-chip:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(0, 0, 0, .4); }

/* Equalizer (SHEdance) */
.eq { display: inline-flex; gap: 4px; align-items: flex-end; height: .72em; margin-left: .4em; }
.eq i { width: .13em; min-width: 4px; border-radius: 2px; background: var(--peach); }
.eq i:nth-child(1) { height: 45%; }
.eq i:nth-child(2) { height: 90%; background: var(--rose); }
.eq i:nth-child(3) { height: 60%; }
.eq i:nth-child(4) { height: 100%; background: var(--rose); }

/* 18 -------------------------------------------------------------- Responsive */
@media (max-width: 1180px) {
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .impact { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .nav__burger { display: flex; }
  .nav__menu {
    position: fixed;
    inset: 0 0 auto 0;
    top: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    /* passend zum dunklen Balken — helle Links bleiben lesbar */
    background: #26121a;
    padding: 110px max(var(--pad), env(safe-area-inset-left)) calc(36px + env(safe-area-inset-bottom));
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(-100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 90;
  }
  .nav__menu.is-open { transform: translateY(0); }
  .nav__menu a {
    font-size: 24px;
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: -.03em;
    opacity: 1;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
  .nav__menu a.nav__cta { margin-top: 24px; font-size: 16px; padding: 15px 34px; align-self: flex-start; border-bottom: 0; }
  .site-header { z-index: 200; }
  .nav { position: relative; z-index: 210; }
  .nav > .wordmark, .nav__burger { position: relative; z-index: 95; }

  .why { grid-template-columns: 1fr; }
  .why__sticky { position: static; }
  .form-layout { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-strip .media:first-child { grid-column: 1 / -1; }
  .shedance-teaser { flex-direction: column; align-items: flex-start; }
  .ticket-grid, .ticket-grid--2 { grid-template-columns: 1fr; }
  .gallery { columns: 2; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .timeline-row { display: grid; grid-template-columns: 1fr 1fr; }
  .tl-item { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
}

@media (max-width: 700px) {
  .site-header { top: 10px; }
  .nav { min-height: 58px; padding-left: 18px; }

  .founders-grid, .sponsor-grid, .grid-3, .impact, .photo-strip { grid-template-columns: 1fr; }
  .stufe { grid-template-columns: 1fr; align-items: start; }
  .stufe__seite { justify-items: start; text-align: left; }
  .strauss { aspect-ratio: 1 / 1.1; }
  .gallery { columns: 1; }
  .timeline-row { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

  .program-item { flex-wrap: wrap; gap: 6px 12px; padding: 20px 4px; align-items: baseline; }
  .program-item__time { width: auto; order: 1; }
  .program-item__fmt { width: auto; order: 2; flex: 0 0 auto; }
  .program-item__name { order: 3; flex: 1 0 100%; }
  .status { order: 4; align-self: flex-start; }

  .pricing-band__right { width: 100%; justify-content: space-between; }
  .price-item { text-align: left; }
  .footer-top { flex-direction: column; }
}
