/* Pitch-Hub, Verlagsprogramm, Film-Exposé */

.pitch-hero--split {
  position: relative;
  isolation: isolate;
  min-height: min(84svh, 880px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: calc(var(--nav-height, 72px) + 2.5rem) 1.25rem 4.25rem;
  overflow: hidden;
  background: #080705;
}

.pitch-hero__split,
.pitch-hero__veil,
.pitch-hero__fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pitch-hero__split {
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pitch-hero__pane {
  position: relative;
  overflow: hidden;
}

.pitch-hero__pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pitch-hero__pane--lekt img {
  object-position: 28% 48%;
}

.pitch-hero__pane--film img {
  object-position: 68% 42%;
}

.pitch-hero__pane--lekt::after,
.pitch-hero__pane--film::after {
  content: "";
  position: absolute;
  inset: 0;
}

.pitch-hero__pane--lekt::after {
  background: linear-gradient(90deg, rgba(8, 7, 5, 0.18) 0%, transparent 40%, rgba(8, 7, 5, 0.35) 100%);
}

.pitch-hero__pane--film::after {
  background: linear-gradient(270deg, rgba(8, 7, 5, 0.18) 0%, transparent 40%, rgba(8, 7, 5, 0.35) 100%);
}

.pitch-hero__split::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(232, 176, 96, 0.75), transparent);
  z-index: 2;
}

.pitch-hero--split .pitch-hero__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 7, 5, 0.42) 0%, transparent 22%, rgba(8, 7, 5, 0.55) 62%, rgba(8, 7, 5, 0.92) 100%),
    radial-gradient(ellipse 55% 70% at 50% 72%, rgba(8, 7, 5, 0.72), transparent 70%);
}

.pitch-hero__fade {
  z-index: 2;
  background: linear-gradient(180deg, transparent 78%, #080705 100%);
}

.pitch-hero__wing {
  position: absolute;
  top: calc(var(--nav-height, 72px) + 1.6rem);
  z-index: 3;
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 230, 200, 0.78);
}

.pitch-hero__wing--left {
  left: clamp(1.25rem, 4vw, 3.5rem);
}

.pitch-hero__wing--right {
  right: clamp(1.25rem, 4vw, 3.5rem);
}

.pitch-hero__center {
  position: relative;
  z-index: 3;
  width: min(40rem, 100%);
  text-align: center;
  padding: 1.6rem 1.4rem 1.7rem;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.42), rgba(8, 7, 5, 0.78));
  border: 1px solid rgba(201, 148, 58, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.pitch-hero__center .label {
  color: var(--gold-soft);
  margin-bottom: 0.75rem;
}

.pitch-hero__center h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  line-height: 1.08;
  color: var(--cream, #f3e6c8);
  margin: 0 0 0.85rem;
}

.pitch-hero__lead {
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(243, 230, 200, 0.84);
  margin: 0 auto 1.4rem;
  max-width: 32rem;
}

.pitch-hero__lead a {
  color: var(--gold-soft);
}

.pitch-hero__rails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  text-align: left;
}

.pitch-hero__rail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
}

.pitch-hero__rail span {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.pitch-hero__rail .btn {
  justify-content: center;
}

.pitch-notes {
  background: #0c0a08;
  border-block: 1px solid rgba(201, 148, 58, 0.18);
  padding: 1.15rem 0;
}

.pitch-notes__inner {
  display: grid;
  gap: 0.55rem;
  max-width: 72rem;
}

.pitch-notes p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(210, 190, 155, 0.72);
}

.pitch-notes strong {
  color: var(--gold-soft);
  font-weight: 600;
}

.pitch-notes a {
  color: var(--gold-soft);
}

@media (max-width: 760px) {
  .pitch-hero--split {
    min-height: auto;
    align-items: stretch;
    padding: calc(var(--nav-height, 72px) + 0.5rem) 0 0;
  }

  .pitch-hero__split {
    position: relative;
    min-height: 42vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .pitch-hero__split::before {
    top: 50%;
    bottom: auto;
    left: 12%;
    right: 12%;
    width: auto;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(232, 176, 96, 0.75), transparent);
  }

  .pitch-hero__wing--left,
  .pitch-hero__wing--right {
    top: calc(var(--nav-height, 72px) + 0.7rem);
    font-size: 0.6rem;
  }

  .pitch-hero__center {
    width: auto;
    margin: -3.5rem 1rem 1.5rem;
    text-align: left;
  }

  .pitch-hero__rails {
    grid-template-columns: 1fr;
  }
}

.pitch-hub {
  padding: 0 0 clamp(2.5rem, 6vh, 4rem);
}

.pitch-hub--doors {
  background: #080705;
}

.pitch-hub__doors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: min(72svh, 720px);
  gap: 0;
  border-block: 1px solid rgba(201, 148, 58, 0.22);
}

.pitch-door {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(72svh, 720px);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
}

.pitch-door__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pitch-door__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.pitch-door:hover .pitch-door__media img,
.pitch-door:focus-visible .pitch-door__media img {
  transform: scale(1.04);
}

.pitch-door__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.25) 0%,
      rgba(8, 6, 4, 0.35) 40%,
      rgba(8, 6, 4, 0.82) 72%,
      rgba(8, 6, 4, 0.94) 100%
    );
}

.pitch-door--verlag {
  border-right: 1px solid rgba(201, 148, 58, 0.28);
}

.pitch-door--sonderauflage {
  border-right: 1px solid rgba(201, 148, 58, 0.28);
}

.pitch-door--verlag .pitch-door__veil {
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.2) 0%,
      rgba(8, 6, 4, 0.4) 45%,
      rgba(8, 6, 4, 0.88) 100%
    ),
    linear-gradient(90deg, rgba(8, 6, 4, 0.15) 0%, transparent 40%);
}

.pitch-door--sonderauflage .pitch-door__veil {
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.22) 0%,
      rgba(8, 6, 4, 0.45) 48%,
      rgba(8, 6, 4, 0.9) 100%
    ),
    linear-gradient(105deg, rgba(8, 6, 4, 0.12) 0%, transparent 50%);
}

.pitch-door--film .pitch-door__veil {
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.28) 0%,
      rgba(8, 6, 4, 0.42) 42%,
      rgba(8, 6, 4, 0.9) 100%
    ),
    linear-gradient(270deg, rgba(8, 6, 4, 0.2) 0%, transparent 45%);
}

.pitch-door__body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(2rem, 5vh, 3.25rem) clamp(1.5rem, 4vw, 3rem);
  max-width: 32rem;
}

.pitch-door__label {
  margin: 0 0 0.65rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

.pitch-door h2 {
  margin: 0 0 0.75rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  color: #f3e6c8;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.pitch-door__body > p {
  margin: 0 0 1.25rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  line-height: 1.55;
  color: rgba(243, 230, 200, 0.78);
}

.pitch-door__go {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9943a;
  border-bottom: 1px solid rgba(201, 148, 58, 0.35);
  padding-bottom: 0.15rem;
}

.pitch-door:hover .pitch-door__go,
.pitch-door:focus-visible .pitch-door__go {
  color: #f3e6c8;
  border-bottom-color: rgba(243, 230, 200, 0.45);
}

.pitch-door:focus-visible {
  outline: 2px solid rgba(201, 148, 58, 0.7);
  outline-offset: -2px;
}

@media (max-width: 900px) {
  .pitch-hub__doors {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pitch-door {
    min-height: min(62svh, 560px);
  }

  .pitch-door--verlag,
  .pitch-door--sonderauflage {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 148, 58, 0.28);
  }
}

/* Legacy card styles kept for other pages if referenced */
.pitch-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: 0;
}

.pitch-hub-card {
  display: grid;
  grid-template-columns: minmax(7.5rem, 38%) 1fr;
  min-height: 17rem;
  text-decoration: none;
  color: inherit;
  background: rgba(28, 22, 16, 0.95);
  border: 1px solid rgba(122, 99, 64, 0.3);
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.pitch-hub-card:hover {
  border-color: rgba(212, 175, 90, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.pitch-hub-card__cover {
  position: relative;
  background: #120e0a;
  border-right: 1px solid rgba(122, 99, 64, 0.25);
  min-height: 100%;
}

.pitch-hub-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s ease;
}

.pitch-hub-card:hover .pitch-hub-card__cover img {
  transform: scale(1.04);
}

.pitch-hub-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
}

.pitch-hub-card .label {
  margin-bottom: 0.65rem;
}

.pitch-hub-card h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: var(--cream);
  line-height: 1.2;
}

.pitch-hub-card__body > p {
  margin: 0 0 1.15rem;
  flex: 1;
  color: var(--cream-muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

.pitch-hub-card__link {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-top: auto;
}

@media (max-width: 800px) {
  .pitch-hub__grid {
    grid-template-columns: 1fr;
  }

  .pitch-hub-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pitch-hub-card__cover {
    border-right: none;
    border-bottom: 1px solid rgba(122, 99, 64, 0.25);
    aspect-ratio: 3 / 4;
    max-height: 22rem;
  }
}

/* Partner-Umschalter unter der Hauptnav */
.partner-switch {
  position: sticky;
  top: var(--nav-height, 80px);
  z-index: 80;
  background: rgba(18, 14, 10, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(122, 99, 64, 0.28);
}

.partner-switch__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0.55rem 0;
}

.partner-switch a {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream-muted);
  padding: 0.45rem 0.85rem;
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.partner-switch a:hover,
.partner-switch a.active {
  color: var(--cream);
  border-color: rgba(212, 175, 90, 0.4);
  background: rgba(201, 148, 58, 0.1);
}

.pitch-hub__more {
  margin-top: 2.5rem;
  max-width: 40rem;
  color: var(--cream-muted);
  line-height: 1.65;
}

.pitch-horizont {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(122, 99, 64, 0.22);
}

.pitch-horizont h2 {
  margin-bottom: 0.5rem;
}

.pitch-horizont .project-grid {
  margin-top: 0.5rem;
}

.pitch-rights {
  margin: 1.25rem auto 0;
  max-width: 48rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(122, 99, 64, 0.28);
  background: rgba(18, 14, 10, 0.45);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--cream-muted);
  text-align: left;
}

.pitch-rights strong {
  color: var(--cream);
  font-weight: 600;
}

.pitch-ethics {
  margin: 1rem auto 0;
  max-width: 48rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(201, 148, 58, 0.28);
  background: rgba(201, 148, 58, 0.06);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(243, 230, 200, 0.82);
  text-align: left;
}

.pitch-ethics a {
  color: rgba(232, 176, 96, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
}

.pitch-ethics a:hover {
  color: var(--cream);
}

.pitch-partner-rights {
  margin: 0.75rem auto 0;
  max-width: 48rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(122, 99, 64, 0.28);
  background: rgba(18, 14, 10, 0.4);
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--cream-muted);
  text-align: left;
}

.pitch-partner-rights strong {
  color: var(--cream);
  font-weight: 600;
}

.pitch-partner-rights a {
  color: rgba(232, 176, 96, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
}

.pitch-partner-rights a:hover {
  color: var(--cream);
}

/* Long-form pitch / treatment */
.pitch-band {
  display: grid;
  grid-template-columns: minmax(12rem, 16.5rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.pitch-band__cover {
  margin: 0;
  padding: 0;
  position: sticky;
  top: calc(var(--nav-height, 80px) + 3.5rem);
}

.pitch-band__cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center 18%;
  background: #120e0a;
  box-shadow:
    0 0 0 1px rgba(201, 148, 58, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.55);
}

.pitch-band .pitch-doc {
  max-width: none;
  margin: 0;
}

@media (max-width: 700px) {
  .pitch-band {
    grid-template-columns: 1fr;
  }

  .pitch-band__cover {
    position: static;
    max-width: 14rem;
    margin-inline: auto;
  }
}

.pitch-doc {
  max-width: 44rem;
  margin: 0 auto;
}

.pitch-doc .label {
  margin-bottom: 0.5rem;
}

.pitch-doc h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  color: var(--cream);
}

.pitch-doc h3 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold-soft);
}

.pitch-doc p,
.pitch-doc li {
  color: rgba(244, 234, 216, 0.88);
  line-height: 1.75;
  font-size: 1.05rem;
}

.pitch-doc p {
  margin: 0 0 1.15rem;
}

.pitch-doc ul,
.pitch-doc ol {
  margin: 0 0 1.35rem;
  padding-left: 1.25rem;
}

.pitch-doc li {
  margin-bottom: 0.45rem;
}

.pitch-doc blockquote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 2px solid rgba(212, 175, 90, 0.45);
  color: var(--cream);
  font-style: italic;
}

.pitch-doc blockquote p {
  margin-bottom: 0.65rem;
  color: var(--cream);
}

.pitch-doc__letter {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(122, 99, 64, 0.28);
}

.pitch-doc__meta {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 1.5rem;
}

.pitch-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pitch-toc a {
  color: var(--gold-muted);
  text-decoration: none;
}

.pitch-toc a:hover {
  color: var(--gold-soft);
}

.pitch-section {
  padding: clamp(2.5rem, 6vh, 4rem) 0;
  scroll-margin-top: calc(var(--nav-height, 80px) + 1.5rem);
}

.pitch-section--muted {
  background: linear-gradient(180deg, #1a1410 0%, #221c16 100%);
  border-block: 1px solid rgba(122, 99, 64, 0.16);
}

/* —— Lektorat pitch scenes (Band 1 / 2 / EcoSabil) —— */
.pitch-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(100svh, 980px);
  padding: clamp(4rem, 10vh, 6.5rem) 0;
  border-block: 1px solid rgba(201, 148, 58, 0.14);
}

.pitch-scene.pitch-section--muted {
  background: transparent;
}

.pitch-scene__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pitch-scene__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  filter: saturate(0.85) contrast(1.05) brightness(0.72);
}

.pitch-scene__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(8, 6, 4, 0.92) 0%,
      rgba(8, 6, 4, 0.78) 38%,
      rgba(8, 6, 4, 0.45) 68%,
      rgba(8, 6, 4, 0.55) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.35) 0%, transparent 22%, transparent 70%, rgba(8, 6, 4, 0.7) 100%);
}

.pitch-scene--eco .pitch-scene__veil {
  background:
    linear-gradient(
      105deg,
      rgba(6, 12, 8, 0.92) 0%,
      rgba(8, 14, 10, 0.78) 40%,
      rgba(10, 16, 12, 0.48) 70%,
      rgba(8, 12, 10, 0.58) 100%
    ),
    linear-gradient(180deg, rgba(6, 12, 8, 0.4) 0%, transparent 24%, transparent 68%, rgba(6, 12, 8, 0.72) 100%);
}

.pitch-scene__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}

.pitch-scene__inner--flip {
  grid-template-columns: minmax(0, 1fr) minmax(11rem, 15rem);
}

.pitch-scene__inner--flip .pitch-scene__cover {
  order: 2;
}

.pitch-scene__inner--flip .pitch-scene__copy {
  order: 1;
}

.pitch-scene__cover {
  margin: 0;
  padding: 0;
}

.pitch-scene__cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #120e0a;
  border: 1px solid rgba(201, 148, 58, 0.28);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.35);
}

.pitch-scene__copy h2 {
  margin: 0 0 0.75rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  color: #f3e6c8;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  max-width: 14ch;
}

.pitch-scene__copy h2 em {
  font-style: italic;
  color: #c9943a;
}

.pitch-scene__kicker {
  margin: 0 0 0.75rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.88);
}

.pitch-scene__kicker span {
  color: #c9943a;
  margin-right: 0.45rem;
}

.pitch-scene__kicker--eco span {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  margin-right: 0.55rem;
  border: 1px solid rgba(140, 180, 120, 0.4);
  border-radius: 999px;
  color: rgba(180, 210, 160, 0.95);
  background: rgba(40, 70, 45, 0.35);
}

.pitch-scene__hook {
  margin: 0 0 1rem;
  max-width: 38rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.12rem, 1.8vw, 1.32rem);
  line-height: 1.5;
  color: rgba(243, 230, 200, 0.88);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.pitch-scene__meta {
  margin: 0 0 1.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.72);
  max-width: 40rem;
}

.pitch-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}

.pitch-proof--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pitch-proof article {
  padding: 0.95rem 1.05rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 1.1rem;
  background: rgba(8, 7, 5, 0.48);
  backdrop-filter: blur(8px);
}

.pitch-proof h3 {
  margin: 0 0 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9943a;
}

.pitch-proof p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.78);
}

.pitch-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin: 0 0 1.25rem;
}

.pitch-split__title {
  margin: 0 0 0.55rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9943a;
}

.pitch-chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pitch-chips li {
  margin: 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 999px;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: rgba(243, 230, 200, 0.82);
  background: rgba(8, 7, 5, 0.4);
}

.pitch-chips--gold li {
  border-color: rgba(232, 176, 96, 0.4);
  color: rgba(243, 230, 200, 0.95);
  background: rgba(201, 148, 58, 0.12);
}

.pitch-scene__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.pitch-scene__link {
  color: rgba(232, 176, 96, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.pitch-scene__link:hover {
  color: #f3e6c8;
}

.pitch-scene .btn-outline {
  color: #f3e6c8;
  border-color: rgba(232, 176, 96, 0.4);
}

@media (max-width: 860px) {
  .pitch-scene {
    min-height: 0;
    padding: clamp(3rem, 8vh, 4.5rem) 0;
  }

  .pitch-scene__inner,
  .pitch-scene__inner--flip {
    grid-template-columns: 1fr;
  }

  .pitch-scene__inner--flip .pitch-scene__cover,
  .pitch-scene__inner--flip .pitch-scene__copy {
    order: initial;
  }

  .pitch-scene__cover {
    max-width: 11.5rem;
  }

  .pitch-proof,
  .pitch-proof--two,
  .pitch-split {
    grid-template-columns: 1fr;
  }
}

.pitch-still {
  margin: 1.35rem 0 1.85rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #0c0a08;
}

.pitch-still img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pitch-figure {
  margin: 1.75rem 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(122, 99, 64, 0.28);
  background: rgba(18, 14, 10, 0.55);
}

.pitch-figure h4 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--cream);
}

.pitch-figure p:last-child {
  margin-bottom: 0;
}

.pitch-score {
  margin-top: 1.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(212, 175, 90, 0.35);
  background: rgba(201, 148, 58, 0.08);
}

.pitch-score p {
  margin: 0;
  color: var(--cream);
}

@media (max-width: 800px) {
  .pitch-hub__grid {
    grid-template-columns: 1fr;
  }
}

/* —— SANSAUND Sync —— */
.sansaund-hero.page-hero--bg {
  --page-hero-bg: url("../assets/images/pitch/sansaund.jpg");
  min-height: min(88svh, 920px) !important;
  padding: calc(var(--nav-height, 80px) + 2.5rem) 0 clamp(3.5rem, 8vh, 5.5rem);
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.sansaund-hero.page-hero--bg::after {
  inset: 0;
  background-position: center 62%;
  background-size: cover;
  animation: none;
  transform: none;
}

.sansaund-hero.page-hero--bg::before {
  background:
    linear-gradient(
      105deg,
      rgba(8, 6, 4, 0.88) 0%,
      rgba(8, 6, 4, 0.72) 28%,
      rgba(8, 6, 4, 0.35) 52%,
      rgba(8, 6, 4, 0.18) 72%,
      rgba(8, 6, 4, 0.45) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.35) 0%,
      transparent 28%,
      rgba(8, 6, 4, 0.55) 78%,
      rgba(8, 6, 4, 0.92) 100%
    );
}

.sansaund-hero .sansaund-hero__copy {
  max-width: 36rem;
  margin: 0;
  text-align: left;
}

.sansaund-hero .sansaund-hero__copy .label {
  margin-bottom: 0.85rem;
}

.sansaund-hero .sansaund-hero__copy h1 {
  font-size: clamp(2.6rem, 6.5vw, 4.25rem);
  margin-bottom: 0.85rem;
  line-height: 1.05;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.55);
}

.sansaund-hero .page-hero-lead {
  max-width: 32rem;
  margin: 0;
  text-align: left;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.sansaund-hero .pitch-rights {
  margin: 1rem 0 0;
  max-width: 34rem;
  text-align: left;
}

.sansaund-hero .hero-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sansaund-note {
  margin-top: 1.15rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--gold-muted);
}

.sansaund-callout {
  margin: 0.75rem 0 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(201, 148, 58, 0.35);
  background: rgba(201, 148, 58, 0.08);
}

.sansaund-callout p {
  margin: 0 0 0.85rem;
  color: var(--cream);
}

.sansaund-callout p:last-child {
  margin-bottom: 0;
}

.sansaund-demo-status {
  margin: 0.75rem 0 0;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.sansaund-hero-paths {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.sansaund-hero-paths a {
  color: var(--gold-muted);
  text-decoration: none;
}

.sansaund-hero-paths a:hover,
.sansaund-hero-paths a:focus-visible {
  color: var(--gold-soft);
}

.sansaund-demo-btn.is-playing {
  border-color: rgba(232, 176, 96, 0.65);
  color: var(--cream);
}

@media (max-width: 900px) {
  .sansaund-hero.page-hero--bg {
    min-height: min(78svh, 720px) !important;
    align-items: flex-end;
  }

  .sansaund-hero.page-hero--bg::after {
    background-position: 62% 55%;
  }

  .sansaund-hero.page-hero--bg::before {
    background:
      linear-gradient(
        180deg,
        rgba(8, 6, 4, 0.4) 0%,
        rgba(8, 6, 4, 0.55) 35%,
        rgba(8, 6, 4, 0.88) 72%,
        rgba(8, 6, 4, 0.96) 100%
      );
  }

  .sansaund-hero .sansaund-hero__copy {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .sansaund-hero.page-hero--bg {
    min-height: min(85svh, 640px) !important;
    padding-bottom: 2.5rem;
  }

  .sansaund-hero.page-hero--bg::after {
    background-position: 70% 48%;
  }
}

.sansaund-table-wrap {
  margin: 1.25rem 0 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(201, 148, 58, 0.28);
}

.sansaund-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.sansaund-table th,
.sansaund-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(201, 148, 58, 0.16);
}

.sansaund-table th {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-muted);
  background: rgba(8, 6, 4, 0.35);
}

.sansaund-table td:nth-child(2) {
  white-space: nowrap;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.88rem;
}

.sansaund-table tbody tr:last-child td {
  border-bottom: 0;
}

.sansaund-steps {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
}

.sansaund-steps li {
  margin-bottom: 1.15rem;
}

.sansaund-steps li:last-child {
  margin-bottom: 0;
}

.sansaund-steps strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.sansaund-steps p {
  margin: 0;
}

.pitch-sync-strip {
  display: block;
  margin: 0;
  padding: clamp(1.75rem, 4vh, 2.5rem) 1.5rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-block: 1px solid rgba(201, 148, 58, 0.28);
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.92), rgba(8, 6, 4, 0.98)),
    url("../assets/images/pitch/sansaund.jpg") center 40% / cover;
}

.pitch-sync-strip:hover,
.pitch-sync-strip:focus-visible {
  outline: none;
}

.pitch-sync-strip__label {
  display: block;
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

.pitch-sync-strip__title {
  display: block;
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: var(--cream);
}

.pitch-sync-strip__go {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.pitch-sync-strip:hover .pitch-sync-strip__go,
.pitch-sync-strip:focus-visible .pitch-sync-strip__go {
  color: var(--cream);
}

/* —— Begleitschreiben (Brief) —— */
.pitch-letter {
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  background:
    radial-gradient(ellipse 55% 50% at 12% 20%, rgba(201, 148, 58, 0.08), transparent 60%),
    linear-gradient(180deg, #100e0b 0%, #16120e 100%);
}

.pitch-letter__wrap {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.pitch-letter__aside {
  position: sticky;
  top: calc(var(--nav-height, 80px) + 1.5rem);
  padding: 0.25rem 0;
}

.pitch-letter__eyebrow {
  margin: 0 0 0.65rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.78);
}

.pitch-letter__aside-title {
  margin: 0 0 1.25rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  color: #f3e6c8;
}

.pitch-letter__from {
  margin: 0 0 1.5rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.82);
}

.pitch-letter__from span {
  display: block;
  margin-top: 0.25rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.65);
}

.pitch-letter__status {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.pitch-letter__status li {
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(201, 148, 58, 0.2);
  border-radius: 0.85rem;
  font-size: 0.88rem;
  color: rgba(243, 230, 200, 0.78);
  background: rgba(8, 7, 5, 0.35);
}

.pitch-letter__status strong {
  color: #c9943a;
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 500;
  margin-right: 0.35rem;
}

.pitch-letter__card {
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 1.5rem;
  background:
    linear-gradient(165deg, rgba(28, 22, 16, 0.92) 0%, rgba(14, 12, 10, 0.88) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.pitch-letter__subject {
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 148, 58, 0.18);
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(243, 230, 200, 0.88);
}

.pitch-letter__subject span {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.75);
}

.pitch-letter__salute {
  margin: 0 0 0.85rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.15rem;
  color: #f3e6c8;
}

.pitch-letter__body {
  margin: 0 0 1.5rem;
  max-width: 42rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  color: rgba(243, 230, 200, 0.84);
}

.pitch-letter__stack {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}

.pitch-letter__band {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  background: rgba(8, 7, 5, 0.35);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.pitch-letter__band:hover {
  border-color: rgba(232, 176, 96, 0.45);
  background: rgba(201, 148, 58, 0.1);
}

.pitch-letter__band-num {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 0.95rem;
  color: #c9943a;
  text-align: center;
}

.pitch-letter__band-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.pitch-letter__band-copy strong {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #f3e6c8;
}

.pitch-letter__band-copy em {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(220, 200, 160, 0.72);
}

.pitch-letter__band--eco {
  border-color: rgba(140, 180, 120, 0.28);
}

.pitch-letter__band--eco .pitch-letter__band-num {
  color: rgba(180, 210, 160, 0.95);
}

.pitch-letter__close {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 148, 58, 0.16);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(243, 230, 200, 0.8);
}

.pitch-letter__close strong {
  color: #f3e6c8;
  font-weight: 600;
}

/* —— Juwel —— */
.pitch-jewel {
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  background:
    radial-gradient(ellipse 50% 45% at 80% 10%, rgba(201, 148, 58, 0.1), transparent 55%),
    linear-gradient(180deg, #1a1410 0%, #221c16 100%);
  border-block: 1px solid rgba(122, 99, 64, 0.16);
}

.pitch-jewel__head {
  max-width: 40rem;
  margin: 0 0 1.75rem;
}

.pitch-jewel__head h2 {
  margin: 0 0 0.75rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #f3e6c8;
}

.pitch-jewel__head h2 em {
  font-style: italic;
  color: #c9943a;
}

.pitch-jewel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0 0 1.75rem;
}

.pitch-jewel__card {
  padding: 1.25rem 1.3rem 1.4rem;
  border: 1px solid rgba(201, 148, 58, 0.24);
  border-radius: 1.25rem;
  background: rgba(8, 7, 5, 0.42);
  backdrop-filter: blur(8px);
  min-height: 100%;
}

.pitch-jewel__num {
  margin: 0 0 0.65rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 0.85rem;
  color: #c9943a;
}

.pitch-jewel__card h3 {
  margin: 0 0 0.55rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  color: #f3e6c8;
}

.pitch-jewel__card p {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(243, 230, 200, 0.8);
}

.pitch-jewel__cta {
  margin-top: 0.25rem;
}

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

  .pitch-letter__aside {
    position: static;
  }

  .pitch-jewel__grid {
    grid-template-columns: 1fr;
  }
}

/* —— Strategie: Hürden & Lösungen —— */
.pitch-strategy {
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  background:
    radial-gradient(ellipse 45% 40% at 20% 0%, rgba(201, 148, 58, 0.08), transparent 55%),
    linear-gradient(180deg, #1a1410 0%, #221c16 100%);
  border-block: 1px solid rgba(122, 99, 64, 0.16);
}

.pitch-strategy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.pitch-hurdle {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.3rem 1.4rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 1.25rem;
  background: rgba(8, 7, 5, 0.42);
  backdrop-filter: blur(8px);
  min-height: 100%;
}

.pitch-hurdle__tag {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.78);
}

.pitch-hurdle h3 {
  margin: 0;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  color: #f3e6c8;
}

.pitch-hurdle__problem {
  margin: 0;
  flex: 1;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(220, 200, 160, 0.78);
}

.pitch-hurdle__fix {
  margin: 0.35rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(201, 148, 58, 0.18);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(243, 230, 200, 0.9);
}

.pitch-hurdle__fix span {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9943a;
  vertical-align: middle;
}

/* —— Vertrieb: zwei Schienen —— */
.pitch-channel {
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  background:
    radial-gradient(ellipse 50% 40% at 85% 15%, rgba(201, 148, 58, 0.07), transparent 55%),
    linear-gradient(180deg, #100e0b 0%, #16120e 100%);
}

.pitch-channel__rails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0 0 1.75rem;
}

.pitch-rail {
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid rgba(201, 148, 58, 0.24);
  border-radius: 1.35rem;
  background: rgba(8, 7, 5, 0.4);
}

.pitch-rail--eco {
  border-color: rgba(140, 180, 120, 0.3);
  background: rgba(6, 12, 8, 0.45);
}

.pitch-rail__label {
  margin: 0 0 0.45rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.78);
}

.pitch-rail--eco .pitch-rail__label {
  color: rgba(180, 210, 160, 0.88);
}

.pitch-rail h3 {
  margin: 0 0 1rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 500;
  color: #f3e6c8;
}

.pitch-rail__list {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.pitch-rail__list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(201, 148, 58, 0.12);
}

.pitch-rail__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pitch-rail__list strong {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #f3e6c8;
}

.pitch-rail__list span {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 0.98rem;
  color: rgba(220, 200, 160, 0.72);
}

.pitch-rail__offer {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  background: rgba(201, 148, 58, 0.08);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.88);
}

.pitch-rail--eco .pitch-rail__offer {
  border-color: rgba(140, 180, 120, 0.28);
  background: rgba(40, 70, 45, 0.22);
}

.pitch-fazit {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border: 1px solid rgba(201, 148, 58, 0.28);
  border-radius: 1.5rem;
  background:
    linear-gradient(165deg, rgba(28, 22, 16, 0.95) 0%, rgba(12, 10, 8, 0.9) 100%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}

.pitch-fazit__kicker {
  margin: 0 0 1rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.82);
}

.pitch-fazit__steps {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
}

.pitch-fazit__steps p {
  margin: 0;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.88);
}

.pitch-fazit__steps span {
  flex: 0 0 2.5rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 0.85rem;
  color: #c9943a;
}

.pitch-fazit__steps em {
  font-style: italic;
  color: #f3e6c8;
}

.pitch-fazit__ready {
  margin: 0 0 1.25rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.72);
}

.pitch-fazit__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(201, 148, 58, 0.18);
}

.pitch-fazit__contact strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f3e6c8;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 500;
}

.pitch-fazit__contact a,
.pitch-fazit__contact span {
  display: block;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  color: rgba(232, 176, 96, 0.9);
  text-decoration: none;
}

.pitch-fazit__contact a:hover {
  color: #f3e6c8;
}

@media (max-width: 900px) {
  .pitch-strategy__grid,
  .pitch-channel__rails {
    grid-template-columns: 1fr;
  }

  .pitch-fazit__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* —— Sonderauflage (Band 0) —— */
.sa-page {
  --sa-void: #080705;
  --sa-cream: #f3e6c8;
  --sa-soft: rgba(243, 230, 200, 0.78);
  --sa-gold: #c9943a;
  --sa-line: rgba(201, 148, 58, 0.22);
  background: var(--sa-void);
  color: var(--sa-soft);
}

.sa-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sa-gold);
}

.sa-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(72svh, 640px);
  display: flex;
  align-items: flex-end;
  padding: clamp(4.5rem, 12vh, 7rem) 0 clamp(2.5rem, 6vh, 3.5rem);
}

.sa-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sa-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.sa-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(8, 7, 5, 0.9) 0%, rgba(8, 7, 5, 0.55) 52%, rgba(8, 7, 5, 0.75) 100%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.25) 0%, rgba(8, 7, 5, 0.95) 100%);
}

.sa-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

.sa-hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 500;
  line-height: 1.12;
  color: var(--sa-cream);
}

.sa-hero h1 em {
  font-family: var(--font-script), cursive;
  font-style: normal;
  font-weight: 400;
  color: rgba(232, 176, 96, 0.95);
}

.sa-lead {
  margin: 0 0 1.35rem;
  font-family: var(--font-body), Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: var(--sa-soft);
}

.sa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-bottom: 1.75rem;
}

.sa-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sa-line);
  padding-top: 1.1rem;
}

.sa-facts li {
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.92rem;
  color: rgba(243, 230, 200, 0.62);
}

.sa-facts strong {
  color: var(--sa-cream);
  font-weight: 600;
}

.sa-toc {
  position: sticky;
  top: var(--nav-height, 80px);
  z-index: 70;
  background: rgba(8, 7, 5, 0.94);
  backdrop-filter: blur(10px);
  border-block: 1px solid var(--sa-line);
}

.sa-toc__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.2rem;
  padding: 0.55rem 0;
}

.sa-toc__btn {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 230, 200, 0.55);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sa-toc__btn:hover {
  color: var(--sa-cream);
  background: rgba(201, 148, 58, 0.1);
}

.sa-toc__btn.is-active {
  color: var(--sa-cream);
  border-color: rgba(201, 148, 58, 0.4);
  background: rgba(201, 148, 58, 0.14);
}

.sa-deck {
  padding: 0 0 clamp(2.5rem, 6vh, 4rem);
}

.sa-deck__shell {
  padding-top: clamp(1.5rem, 4vh, 2.25rem);
}

.sa-deck__viewport {
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

.sa-deck__track {
  position: relative;
}

.sa-panel {
  display: none;
  padding: clamp(0.5rem, 2vh, 1rem) 0 clamp(1.5rem, 4vh, 2.5rem);
}

.sa-panel.is-active {
  display: block;
}

.sa-panel.is-from-right {
  animation: saPanelInRight 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sa-panel.is-from-left {
  animation: saPanelInLeft 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes saPanelInRight {
  from { opacity: 0; transform: translateX(1.75rem); }
  to { opacity: 1; transform: none; }
}

@keyframes saPanelInLeft {
  from { opacity: 0; transform: translateX(-1.75rem); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .sa-panel.is-from-right,
  .sa-panel.is-from-left {
    animation: none;
  }

  .sa-deck__viewport {
    transition: none;
  }
}

.sa-deck__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 148, 58, 0.14);
}

.sa-deck__arrow {
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--sa-line);
  background: rgba(8, 7, 5, 0.5);
  color: var(--sa-cream);
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.sa-deck__arrow:hover:not(:disabled) {
  border-color: rgba(201, 148, 58, 0.5);
  background: rgba(201, 148, 58, 0.12);
}

.sa-deck__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.sa-deck__status {
  margin: 0;
  min-width: 3.5rem;
  text-align: center;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: rgba(243, 230, 200, 0.55);
}

.sa-cta--panel {
  padding: 0;
  border: 0;
  background:
    linear-gradient(160deg, rgba(201, 148, 58, 0.1), transparent 50%),
    rgba(12, 10, 8, 0.65);
  border: 1px solid var(--sa-line);
  border-radius: 1rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.sa-block--soft {
  background: transparent;
  border-block: 0;
}

.sa-block__head {
  max-width: 36rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.sa-block__head h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--sa-cream);
  line-height: 1.2;
}

.sa-block__head h2 em {
  font-family: var(--font-script), cursive;
  font-style: normal;
  color: rgba(232, 176, 96, 0.92);
}

.sa-block__head p {
  margin: 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--sa-soft);
}

.sa-block__head a {
  color: rgba(232, 176, 96, 0.9);
}

.sa-features,
.sa-audience,
.sa-tiers {
  display: grid;
  gap: 0.85rem;
}

.sa-features {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sa-features--tools {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(201, 148, 58, 0.16);
}

.sa-features--tools article {
  background: transparent;
  border-color: rgba(201, 148, 58, 0.18);
}

.sa-features--tools h3 {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: rgba(243, 230, 200, 0.88);
}

.sa-features--tools p {
  font-size: 0.88rem;
  color: rgba(243, 230, 200, 0.58);
}

.sa-audience {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sa-features article,
.sa-audience article {
  padding: 1.15rem 1.2rem 1.3rem;
  border: 1px solid var(--sa-line);
  border-radius: 0.85rem;
  background: rgba(8, 7, 5, 0.35);
}

.sa-features h3,
.sa-audience h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--sa-cream);
}

.sa-features p,
.sa-audience p {
  margin: 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(243, 230, 200, 0.7);
}

.sa-split {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
}

.sa-split__card {
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid var(--sa-line);
  border-radius: 1rem;
  background: rgba(8, 7, 5, 0.4);
}

.sa-split__card--focus {
  border-color: rgba(201, 148, 58, 0.4);
  background:
    linear-gradient(160deg, rgba(201, 148, 58, 0.1), transparent 55%),
    rgba(8, 7, 5, 0.45);
}

.sa-split__tag {
  margin: 0 0 0.5rem;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sa-gold);
}

.sa-split__card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: 1.25rem;
  color: var(--sa-cream);
}

.sa-split__card p,
.sa-split__card li {
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--sa-soft);
}

.sa-split__card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

.sa-split__card li {
  margin-bottom: 0.3rem;
}

.sa-text-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(232, 176, 96, 0.9);
}

.sa-text-link:hover {
  color: var(--sa-cream);
}

.sa-tiers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sa-tiers article {
  padding: 1.25rem 1.15rem 1.35rem;
  border: 1px solid var(--sa-line);
  border-radius: 0.9rem;
  background: rgba(8, 7, 5, 0.4);
  text-align: center;
}

.sa-tiers__featured {
  border-color: rgba(201, 148, 58, 0.45);
  background: rgba(201, 148, 58, 0.08);
  box-shadow: 0 0 0 1px rgba(201, 148, 58, 0.12);
}

.sa-pricing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sa-extras {
  margin: 0;
  padding: 0;
  max-width: none;
  border: 0;
  background: transparent;
}

.sa-extras__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  margin: 0 0 0.75rem;
}

.sa-extras__kicker {
  margin: 0;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sa-gold);
}

.sa-extras__lead {
  margin: 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(243, 230, 200, 0.62);
}

.sa-extras__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.sa-extras__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1.25rem 1.15rem 1.35rem;
  border: 1px solid var(--sa-line);
  border-radius: 0.9rem;
  background: rgba(8, 7, 5, 0.4);
}

.sa-extras__name {
  margin: 0;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sa-gold);
}

.sa-extras__price {
  margin: 0.15rem 0 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--sa-cream);
}

.sa-extras__desc {
  margin: 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.55);
}

.sa-extras__featured {
  border-color: rgba(201, 148, 58, 0.45);
  background: rgba(201, 148, 58, 0.08);
  box-shadow: 0 0 0 1px rgba(201, 148, 58, 0.12);
}

.sa-extras__premium {
  border-color: rgba(201, 148, 58, 0.28);
  background: rgba(8, 7, 5, 0.55);
}

@media (min-width: 1100px) {
  .sa-extras__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .sa-extras__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sa-extras__head {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.sa-tiers__name {
  margin: 0 0 0.35rem;
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sa-gold);
}

.sa-tiers__qty {
  margin: 0 0 0.75rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: 1.15rem;
  color: var(--sa-cream);
}

.sa-tiers__price {
  margin: 0 0 0.35rem;
  font-family: var(--font-body), Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--sa-cream);
}

.sa-tiers__price span {
  font-size: 0.85rem;
  font-style: normal;
  color: rgba(243, 230, 200, 0.5);
}

.sa-tiers__pack {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(243, 230, 200, 0.5);
}

.sa-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.sa-steps li {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.15rem 1.15rem 1.3rem;
  border: 1px solid var(--sa-line);
  border-radius: 0.9rem;
  background: rgba(8, 7, 5, 0.35);
}

.sa-steps__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 148, 58, 0.45);
  font-family: var(--font-tech), Cinzel, serif;
  font-size: 0.72rem;
  color: var(--sa-gold);
}

.sa-steps h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: 1.05rem;
  color: var(--sa-cream);
}

.sa-steps p {
  margin: 0;
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(243, 230, 200, 0.68);
}

.sa-note {
  margin: 1.35rem 0 0;
  max-width: 42rem;
  font-family: var(--font-body), Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(243, 230, 200, 0.48);
}

.sa-excerpt {
  max-width: 38rem;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--sa-line);
  border-radius: 1rem;
  background:
    linear-gradient(165deg, rgba(201, 148, 58, 0.07), transparent 42%),
    rgba(8, 7, 5, 0.45);
}

.sa-excerpt p {
  margin: 0 0 0.95rem;
  font-family: var(--font-body), Georgia, serif;
  font-size: clamp(1.02rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  color: rgba(243, 230, 200, 0.82);
}

.sa-excerpt p:last-child {
  margin-bottom: 0;
}

.sa-excerpt__label {
  margin-top: 1.35rem !important;
  margin-bottom: 0.65rem !important;
  font-family: var(--font-tech), Cinzel, serif !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85) !important;
}

.sa-excerpt__label:first-child {
  margin-top: 0 !important;
}

.sa-excerpt__pull {
  margin: 1.1rem 0 1.2rem !important;
  padding-left: 1rem;
  border-left: 2px solid rgba(201, 148, 58, 0.45);
  font-size: clamp(1.08rem, 2vw, 1.22rem) !important;
  color: var(--sa-cream) !important;
}

.sa-excerpt__end {
  margin-top: 0.35rem !important;
  letter-spacing: 0.2em;
  color: rgba(243, 230, 200, 0.4) !important;
}

.sa-note a {
  color: rgba(232, 176, 96, 0.85);
}

.sa-cta {
  padding: clamp(3rem, 8vh, 4.5rem) 0;
  border-top: 1px solid var(--sa-line);
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(201, 148, 58, 0.08), transparent 70%),
    rgba(12, 10, 8, 0.9);
}

.sa-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.75rem 2.5rem;
}

.sa-cta h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display), Cinzel, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--sa-cream);
}

.sa-cta h2 em {
  font-family: var(--font-script), cursive;
  font-style: normal;
  color: rgba(232, 176, 96, 0.92);
}

.sa-cta p {
  margin: 0;
  max-width: 28rem;
  font-family: var(--font-body), Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--sa-soft);
}

.sa-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1rem !important;
  font-size: 0.95rem !important;
}

.sa-cta__meta a {
  color: rgba(232, 176, 96, 0.95);
  text-decoration: none;
}

.sa-cta__meta a:hover {
  color: var(--sa-cream);
}

.sa-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (max-width: 960px) {
  .sa-features,
  .sa-audience,
  .sa-tiers,
  .sa-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sa-features,
  .sa-audience,
  .sa-tiers,
  .sa-steps {
    grid-template-columns: 1fr;
  }

  .sa-hero {
    min-height: 0;
    padding-top: 5.5rem;
  }
}
