.sponsorsShell {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0;
}

.sponsorsShell > section {
  margin-inline: 0;
  scroll-margin-top: 132px;
}

.sponsorHero {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  overflow: hidden;
  min-height: clamp(380px, 52vh, 620px);
  background: #050814;
  border: 0;
  border-top: 2px solid var(--menu-border);
  border-bottom: 2px solid var(--menu-border);
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.sponsorHero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #030714 0%,
    #040a1af8 32%,
    #040a1ab8 52%,
    #040a1a28 76%,
    #040a1a00 100%
  );
  pointer-events: none;
  z-index: 1;
}

.sponsorHeroCopy,
.sponsorHeroMedia {
  position: relative;
  z-index: 2;
}

.sponsorHeroCopy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: clamp(34px, 5vw, 78px) var(--wide-edge);
}

.sponsorHeroCopy h1 {
  max-width: 16ch;
  font-size: clamp(2.85rem, 5.1vw, 5.35rem);
  line-height: 0.88;
}

.heroLead {
  color: #f2f7ff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.04;
  max-width: 42ch;
}

.sponsorHeroCopy p:not(.eyebrow):not(.heroLead) {
  color: #d4e2fa;
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.22;
  max-width: 52ch;
}

.sponsorHeroCopy .heroActions {
  justify-content: flex-start;
}

.sponsorHeroMedia {
  min-height: 100%;
  margin-left: clamp(-38px, -4vw, -80px);
}

.sponsorVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.08);
}

.sponsorHeroMedia::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #02061100 52%, #020611d2 100%),
    linear-gradient(90deg, #030714 0%, #030714d9 26%, #03071474 48%, #03071400 78%);
  pointer-events: none;
}

.sponsorHeroTag {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  border: 1px solid #ffffffa8;
  background: #05070c;
  color: #ffffff;
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 6px 10px;
}

.valueStrip,
.packagePanel,
.inventoryPanel,
.timelinePanel,
.contactPanel {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  padding: clamp(34px, 5vw, 76px) var(--wide-edge);
  background:
    linear-gradient(90deg, #23003f 0%, #23003f 16px, transparent 16px),
    linear-gradient(180deg, #233777 0%, #17275d 100%);
  border-top: 2px solid var(--menu-border);
  border-radius: 0;
  box-shadow: none;
}

.packagePanel,
.timelinePanel {
  background:
    linear-gradient(90deg, #23003f 0%, #23003f 16px, transparent 16px),
    linear-gradient(180deg, #1a2d67 0%, #132556 100%);
}

.valueStrip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: clamp(24px, 3.5vw, 46px);
}

.valueStrip article,
.tierCard,
.inventoryGrid article,
.timelineList li {
  min-width: 0;
  background: linear-gradient(180deg, #14295c 0%, #101f49 100%);
  border: 2px solid #365a9a;
  border-radius: 0;
  box-shadow: none;
}

.valueStrip article {
  padding: 14px;
}

.statValue {
  color: #f6f8ff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: 'Teko', sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.statLabel {
  margin-top: 6px;
  color: #a9bbdf;
  font-size: 0.96rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.08;
}

.sectionHeader {
  display: grid;
  gap: 8px;
  max-width: 980px;
}

.sectionHeader h2,
.contactPanel h2 {
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  line-height: 0.88;
}

.leadCompact,
.pricingNote {
  margin: 0;
  color: #b8c6df;
  font-size: clamp(1.02rem, 1.18vw, 1.12rem);
  font-weight: 600;
}

.tierGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

.tierCard {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
}

.tierCardFeatured {
  border-color: var(--menu-border-hot);
  box-shadow: inset 0 0 0 1px #ffe8ca55;
}

.tierName {
  color: #8de9ff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.tierPrice {
  color: #ff8e2c;
  font-family: 'Teko', sans-serif;
  font-size: clamp(2.45rem, 4vw, 3.7rem);
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.tierPrice span {
  color: #c7d4eb;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-left: 8px;
}

.tierCard ul,
.timelineList {
  margin: 0;
  display: grid;
  gap: 8px;
}

.tierCard ul {
  padding-left: 18px;
  color: #d9e6ff;
  font-size: clamp(1.04rem, 1.2vw, 1.14rem);
  font-weight: 600;
  line-height: 1.16;
}

.inventoryGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.inventoryGrid article {
  display: grid;
  gap: 7px;
  align-content: start;
  padding: 14px;
}

.inventoryGrid h3,
.timelineTitle {
  color: #f6f8ff;
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  line-height: 0.9;
}

.inventoryGrid p,
.timelineList p {
  color: #d7e5fb;
  font-size: clamp(1.04rem, 1.2vw, 1.16rem);
  font-weight: 600;
  line-height: 1.18;
}

.timelineList {
  padding-left: 0;
  list-style: none;
}

.timelineList li {
  padding: 14px 16px 14px 20px;
  border-left: 6px solid #ff8e2c;
}

.contactPanel {
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  background:
    linear-gradient(90deg, #23003f 0%, #23003f 16px, transparent 16px),
    linear-gradient(180deg, #273373 0%, #16265c 100%);
  border-top: 2px solid var(--menu-border);
  border-bottom: 2px solid var(--menu-border);
}

.contactPanel p {
  color: #d7e5fb;
  font-size: clamp(1.04rem, 1.2vw, 1.16rem);
  font-weight: 600;
  line-height: 1.18;
  max-width: 64ch;
}

.contactActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1120px) {
  .inventoryGrid,
  .valueStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .sponsorHero,
  .contactPanel {
    grid-template-columns: 1fr;
  }

  .sponsorHero::after {
    background: linear-gradient(180deg, #040915 0%, #061024d9 28%, #06102420 62%, #06102400 100%);
  }

  .sponsorHeroCopy {
    padding: 30px var(--edge) 20px;
  }

  .sponsorHeroCopy h1 {
    max-width: 13ch;
  }

  .sponsorHeroMedia {
    min-height: clamp(240px, 54vw, 420px);
    margin-left: 0;
  }

  .sponsorHeroMedia::after {
    background:
      linear-gradient(180deg, #03071400 48%, #030714d4 100%),
      linear-gradient(90deg, #0307149c 0%, #03071440 45%, #03071400 100%);
  }

  .valueStrip,
  .packagePanel,
  .inventoryPanel,
  .timelinePanel,
  .contactPanel {
    padding-inline: var(--edge);
  }

  .contactActions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .valueStrip,
  .inventoryGrid {
    grid-template-columns: 1fr;
  }

  .sponsorHeroCopy .heroActions {
    width: 100%;
  }

  .sponsorHeroCopy .heroActions a,
  .contactActions a {
    flex: 1 1 160px;
  }

  .valueStrip,
  .packagePanel,
  .inventoryPanel,
  .timelinePanel,
  .contactPanel {
    padding-block: 30px;
  }
}
