/* ══════════════════════════════════════════════════════════
   SPONSOREN — Partner & Sponsors overview page
══════════════════════════════════════════════════════════ */

/* ── Page header ── */
.sp08-header {
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}
.sp08-header::before { content: 'PARTNER'; font-size: clamp(5rem, 18vw, 14rem); }
.sp08-header-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem clamp(1.25rem, 5vw, 3rem) 2.75rem;
  position: relative;
  z-index: 1;
}
.sp08-header-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .95;
  color: var(--white);
  margin: .5rem 0 .875rem;
}

/* ── Sticky anchor nav ── */
.sp08-anchor-nav {
  position: sticky;
  top: var(--nav-h);
  z-index: 90;
  background: rgba(var(--rgb-black), .97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.sp08-anchor-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sp08-anchor-inner::-webkit-scrollbar { display: none; }
.sp08-anchor-link {
  font-family: 'Teko', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: .875rem 1.125rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .15s, border-color .15s;
  text-decoration: none;
  flex-shrink: 0;
}
.sp08-anchor-link:hover { color: var(--white); border-bottom-color: var(--border); }
.sp08-anchor-link.active { color: var(--white); border-bottom-color: var(--red); }

/* ── Main layout ── */
.sp08-main { padding: 0 0 5rem; }
.sp08-outer {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

/* ── CTA bar ── */
.sp08-cta-bar {
  background: var(--surface);
  border-left: 3px solid var(--red);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sp08-cta-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.25rem clamp(1.25rem, 5vw, 3rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
/* Teaser for Sponsorennetzwerk */
.sp08-cta-teaser {
  flex: 1;
  min-width: 14rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.sp08-cta-teaser-eyebrow {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}
.sp08-cta-teaser-text {
  font-size: 1.2rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 .25rem;
}
.sp08-cta-divider {
  width: 1px;
  height: 3rem;
  background: var(--border);
  flex-shrink: 0;
}
.sp08-cta-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
}

/* ── Contact details (parsed HTML) ── */
.sp08-feature-contact-text {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--subtle);
}
.sp08-contact-link {
  color: var(--gray-100);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--subtle);
  transition: color .15s, text-decoration-color .15s;
}
.sp08-contact-link:hover {
  color: var(--white);
  text-decoration-color: var(--red);
}

/* ── Section header ── */
.sp08-section {
  padding-top: 3.5rem;
  scroll-margin-top: calc(var(--nav-h) + 3rem);
}
.sp08-section-hdr {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.75rem;
  padding-bottom: .875rem;
  border-bottom: 1px solid var(--border);
}
.sp08-section-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.sp08-section-title::before {
  content: '';
  display: block;
  width: 4px;
  height: 1.375rem;
  background: var(--red);
  flex-shrink: 0;
}
.sp08-section-count {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-left: auto;
}

/* ════════════════════════════════
   TIER 1 — Feature card (main, jersey)
   Full-width, always expanded
════════════════════════════════ */
.sp08-feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Base card */
.sp08-feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  overflow: hidden;
}

/* ── Summary row (always visible) — semantic <button> with UA style reset ── */
.sp08-feature-summary {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  width: 100%;
  padding: 0;
}
.sp08-feature-summary {
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: background .15s;
  min-height: 6rem;
}
.sp08-feature-summary:hover { background: rgba(var(--rgb-white), .03); }
.sp08-feature-summary-logo {
  background: #111;
  border-right: 1px solid var(--border);
  width: 13rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2rem;
}
.sp08-feature-summary-logo img {
  max-width: 100%;
  max-height: 3.5rem;
  object-fit: contain;
  display: block;
}
.sp08-feature-summary-logo-fallback {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  text-align: center;
  line-height: 1.3;
}
.sp08-feature-summary-info {
  flex: 1;
  min-width: 0;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp08-feature-summary-name {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--white);
  line-height: 1.1;
  margin: 0 0 .2rem;
}
.sp08-feature-summary-address {
  font-size: 1.2rem;
  color: var(--gray-300);
  line-height: 1.4;
  margin: 0;
}
.sp08-feature-summary-chevron {
  flex-shrink: 0;
  color: var(--muted);
  stroke: currentColor;
  fill: none;
  transition: transform .3s ease, color .15s;
  align-self: center;
  margin-right: 1.5rem;
}
.sp08-feature-card.open .sp08-feature-summary-chevron {
  transform: rotate(180deg);
  color: var(--red);
}

/* ── Expandable body ── */
.sp08-feature-expand {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease;
}
.sp08-feature-card.open .sp08-feature-expand {
  grid-template-rows: 1fr;
}
.sp08-feature-expand-inner {
  overflow: hidden;
}

/* Inner layout: mood image on top (if present), then body */
.sp08-feature-inner {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}

/* ── Mood image ── */
.sp08-feature-mood {
  width: 100%;
  height: 22rem;
  overflow: hidden;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.sp08-feature-mood img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* Subtle gradient fade at bottom of mood image into card body */
.sp08-feature-mood::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, transparent, var(--surface));
  pointer-events: none;
}


/* ── Body ── */
.sp08-feature-body {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sp08-feature-name-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.sp08-feature-name {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--white);
  margin: 0;
  line-height: 1.1;
}
.sp08-feature-tagline {
  font-size: 1.2rem;
  color: var(--gray-200);
  line-height: 1.5;
  font-style: italic;
  margin: 0;
}

/* Description — supports multiple paragraphs */
.sp08-feature-desc-block {
  border-top: 1px solid var(--border);
  padding-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  gap: .25rem 2.5rem;
}
.sp08-feature-desc {
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--gray-100);
  margin: 0 0 .75rem;
}

/* Kontakt section */
.sp08-feature-kontakt {
  border-top: 1px solid var(--border);
  padding-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.sp08-feature-kontakt-hdr {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 .25rem;
}

.sp08-feature-footer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: .5rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
}
.sp08-feature-footer .btn-secondary-small { width: auto; }

/* ── Empty state ── */
.sp08-empty {
  padding: 3rem 0;
  color: var(--gray-400);
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* ── Responsive ── */
@media (max-width: 60rem) {
  .sp08-feature-mood { height: 16rem; }
  .sp08-feature-desc-block { grid-template-columns: 1fr; }
  .sp08-feature-summary-logo { width: 10rem; }
}
@media (max-width: 40rem) {
  .sp08-feature-body { padding: 1.25rem; }
  .sp08-feature-mood { height: 12rem; }
  .sp08-cta-inner { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .sp08-cta-divider { display: none; }
  .sp08-feature-summary-logo { width: 7rem; padding: .875rem 1.2rem; }
}

/* ══════════════════════════════════════════════════════════
   SPONSORENNETZWERK — /sponsoren/sponsorennetzwerk
══════════════════════════════════════════════════════════ */

.spn-main { padding-bottom: 5rem; }
.spn-wrap {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

/* ── Intro ── */
.spn-intro {
  padding: 3.5rem 0 0;
}
.spn-intro-grid {
  display: grid;
  grid-template-columns: 1fr 22rem;
  gap: 3rem;
  align-items: start;
}
.spn-lead {
  line-height: 1.5;
  color: var(--white);
  margin: 0 0 1.2rem;
  font-weight: 400;
}
.spn-body {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--gray-100);
  margin: 0;
}

/* Stats grid */
.spn-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  align-self: start;
}
.spn-stat {
  background: var(--surface);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.spn-stat-value {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 900;
  color: var(--red);
  letter-spacing: .02em;
  line-height: 1;
}
.spn-stat-label {
  font-size: 1.3rem;
  color: var(--gray-100);
  line-height: 1.3;
}

/* ── Sections ── */
.spn-section {
  padding: 3.5rem 0 0;
}
.spn-section--dark {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 3.5rem 0;
  margin-top: 3.5rem;
}
.spn-section-hdr {
  margin-bottom: 2rem;
}
.spn-section-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 .5rem;
}
.spn-section-title::before {
  content: '';
  display: block;
  width: 4px;
  height: 1.5rem;
  background: var(--red);
  flex-shrink: 0;
}
.spn-section-sub {
  font-size: 1.2rem;
  color: var(--gray-200);
  line-height: 1.6;
  margin: 0;
  max-width: 46rem;
}

/* ── Benefits grid ── */
.spn-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.spn-benefit {
  background: var(--surface);
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.spn-benefit-icon {
  color: var(--red);
  flex-shrink: 0;
  line-height: 0;
}
.spn-benefit-title {
  font-family: 'Teko', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--white);
  margin: 0;
  line-height: 1.2;
}
.spn-benefit-body {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--gray-100);
  margin: 0;
}

/* ── Partner tiers ── */
.spn-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.spn-tier {
  background: var(--black);
  border: 1px solid var(--border);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: .875rem;
  position: relative;
}
.spn-tier--featured {
  border-color: var(--red);
  border-left-width: 3px;
}
.spn-tier-badge {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}
.spn-tier-name {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--white);
  margin: 0;
  line-height: 1.1;
}
.spn-tier-desc {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--gray-200);
  margin: 0;
}
.spn-tier-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  border-top: 1px solid var(--border);
  padding-top: .875rem;
}
.spn-tier-list li {
  font-size: 1.2rem;
  color: var(--gray-100);
  padding-left: 1.25rem;
  position: relative;
}
.spn-tier-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: .5rem;
  height: 2px;
  background: var(--red);
}
.spn-tiers-cta {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ── Page-level CTA ── */
.spn-cta-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  padding: 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.spn-cta-text { flex: 1; min-width: 0; }
.spn-cta-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--white);
  margin: 0 0 .5rem;
  line-height: 1.1;
}
.spn-cta-body {
  font-size: 1.3rem;
  color: var(--gray-100);
  line-height: 1.3;
  margin: 0;
}
.spn-cta-actions { flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 64rem) {
  .spn-intro-grid { grid-template-columns: 1fr; }
  .spn-stats { max-width: 24rem; }
}
@media (max-width: 40rem) {
  .spn-benefits { grid-template-columns: 1fr; }
  .spn-tiers { grid-template-columns: 1fr; }
  .spn-cta-block { flex-direction: column; align-items: flex-start; }
  .spn-benefit { padding: 1.25rem; }
  .spn-tier { padding: 1.25rem; }
}
