/* ============================================================
   SPONSORS PAGE — "Who's Got Us"
   Parallel structure to holding.css / cost.css
   ============================================================ */

.sponsors-body {
  background: var(--bg, #050505);
  color: var(--ink, #EAE6DC);
}

/* ---------------- GATE ---------------- */
.sp-gate {
  padding: clamp(80px, 14vh, 140px) 0 clamp(40px, 6vh, 64px);
  text-align: center;
}
.sp-gate__rule {
  width: 80px;
  height: 1px;
  background: var(--gold, #C9A961);
  margin: 0 auto 32px;
  opacity: 0.7;
}
.sp-gate__eyebrow {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 11px;
  color: var(--gold, #C9A961);
  margin-bottom: 24px;
}
.sp-gate__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--ink, #EAE6DC);
  margin: 0 0 24px;
}
.sp-gate__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--gold, #C9A961);
  letter-spacing: 0;
}
.sp-gate__lead {
  font-family: Inter, sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 32px;
  color: rgba(234, 230, 220, 0.82);
}

/* ---------------- INTRO BAND ---------------- */
.sp-intro {
  padding: clamp(40px, 6vh, 80px) 0 clamp(60px, 9vh, 100px);
  border-top: 1px solid rgba(201, 169, 97, 0.18);
  border-bottom: 1px solid rgba(201, 169, 97, 0.18);
  background: linear-gradient(180deg, rgba(201,169,97,0.04) 0%, transparent 100%);
}
.sp-intro__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.sp-intro__label {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 10.5px;
  color: var(--gold, #C9A961);
  margin-bottom: 18px;
}
.sp-intro__body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
  color: var(--ink, #EAE6DC);
  margin: 0;
}
.sp-intro__sig {
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234,230,220,0.6);
}

/* ---------------- TIER SECTIONS ---------------- */
.sp-tier {
  padding: clamp(60px, 9vh, 110px) 0;
}
.sp-tier + .sp-tier {
  border-top: 1px solid rgba(201, 169, 97, 0.12);
}
.sp-tier__head {
  text-align: center;
  margin-bottom: 48px;
}
.sp-tier__exhibit {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 10.5px;
  color: var(--gold, #C9A961);
  margin-bottom: 14px;
}
.sp-tier__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  margin: 0 0 14px;
  color: var(--ink, #EAE6DC);
}
.sp-tier__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--gold, #C9A961);
}
.sp-tier__sub {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(234, 230, 220, 0.7);
  max-width: 560px;
  margin: 0 auto;
}

/* ---------------- LOGO GRID ---------------- */
.sp-grid {
  display: grid;
  gap: clamp(20px, 2.4vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.sp-grid--featured {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.sp-card {
  background: rgba(201, 169, 97, 0.03);
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 4px;
  padding: clamp(28px, 3.5vw, 44px) clamp(20px, 2.8vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.sp-card:hover {
  border-color: rgba(201, 169, 97, 0.45);
  background: rgba(201, 169, 97, 0.06);
}
.sp-card--featured {
  min-height: 260px;
  background: rgba(201, 169, 97, 0.05);
  border-color: rgba(201, 169, 97, 0.3);
}
.sp-card__logo {
  max-width: 80%;
  max-height: 100px;
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}
.sp-card--featured .sp-card__logo {
  max-height: 130px;
  margin-bottom: 22px;
}
.sp-card__name {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--ink, #EAE6DC);
  margin: 0 0 8px;
}
.sp-card__tag {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold, #C9A961);
  margin: 0 0 10px;
}
.sp-card__note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(234, 230, 220, 0.7);
  margin: 0;
  max-width: 280px;
}
.sp-card__link {
  margin-top: 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold, #C9A961);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,97,0.4);
  padding-bottom: 2px;
}
.sp-card__link:hover {
  color: var(--ink, #EAE6DC);
  border-color: var(--ink, #EAE6DC);
}

/* Placeholder slot card */
.sp-card--slot {
  border-style: dashed;
  border-color: rgba(201, 169, 97, 0.22);
  background: transparent;
  min-height: 200px;
}
.sp-card--slot .sp-card__name {
  color: rgba(234,230,220,0.45);
  font-size: 16px;
  letter-spacing: 0.3em;
}
.sp-card--slot .sp-card__note {
  color: rgba(234,230,220,0.4);
  font-size: 13px;
}

/* ---------------- CTA STRIP ---------------- */
.sp-cta {
  padding: clamp(70px, 10vh, 120px) 0;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
  background: linear-gradient(180deg, rgba(201,169,97,0.06) 0%, transparent 100%);
  text-align: center;
}
.sp-cta__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1;
  margin: 0 0 18px;
  color: var(--ink, #EAE6DC);
}
.sp-cta__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--gold, #C9A961);
}
.sp-cta__body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 32px;
  color: rgba(234,230,220,0.85);
}
.sp-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 720px) {
  .sp-grid, .sp-grid--featured {
    grid-template-columns: 1fr;
  }
}
