.sponsor-grid.featured-layout {
  display: block;
  border: 0;
}

.sponsor-feature {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(246, 198, 91, 0.5);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(239, 43, 45, 0.25), transparent 36%),
    linear-gradient(145deg, #101e31, #07111f 70%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.sponsor-feature + .sponsor-feature {
  margin-top: clamp(26px, 4vw, 44px);
}

.sponsor-feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ef2b2d, #f6c65b, #ef2b2d);
}

.sponsor-feature-head {
  text-align: center;
}

.sponsor-feature-kicker {
  margin: 0 0 8px;
  color: #f6c65b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sponsor-feature h3 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.sponsor-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 26px);
  margin: clamp(30px, 5vw, 54px) 0 30px;
}

.sponsor-logo-row.is-single {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}

.sponsor-logo-row.is-single .sponsor-logo-card img {
  max-width: 260px;
}

.sponsor-logo-row.is-single.is-wide {
  grid-template-columns: minmax(0, 620px);
}

.sponsor-logo-row.is-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo-card {
  min-height: 190px;
  padding: 24px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-logo-card.is-light {
  background: #fff;
  color: #07111f;
}

.sponsor-logo-card.is-dark {
  background: #08131f;
  color: #fff;
}

.sponsor-logo-card.is-photo {
  background: #fff;
  color: #07111f;
}

.sponsor-logo-card.is-large-logo {
  min-height: 300px;
  background: #fff;
  color: #07111f;
}

.sponsor-logo-card.is-large-logo img {
  max-width: 540px;
  height: 210px;
}

.sponsor-logo-card.is-macdougals {
  min-height: 410px;
  background: #fff;
  color: #07111f;
}

.sponsor-logo-row.is-single .sponsor-logo-card.is-macdougals img {
  width: min(100%, 480px);
  max-width: 480px;
  height: auto;
  max-height: 340px;
}

.sponsor-logo-card.is-robinson {
  min-height: 290px;
  background: #fff;
  color: #07111f;
}

.sponsor-logo-row.is-single .sponsor-logo-card.is-robinson img {
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: 220px;
}

.sponsor-logo-card.is-lens {
  min-height: 380px;
  padding: 16px 16px 18px;
  background: linear-gradient(145deg, #050505, #161616);
  color: #fff;
}

.sponsor-logo-card.is-lens img {
  width: min(100%, 680px);
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 14px;
}

.sponsor-logo-card.is-photo img {
  max-width: 280px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.sponsor-logo-card:hover,
.sponsor-logo-card:focus-visible {
  transform: translateY(-5px);
  border-color: #f6c65b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.sponsor-logo-card:focus-visible {
  outline: 3px solid #f6c65b;
  outline-offset: 4px;
}

.sponsor-logo-card img {
  width: 100%;
  max-width: 230px;
  height: 92px;
  object-fit: contain;
}

.sponsor-logo-name {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-feature-copy {
  max-width: 820px;
  margin: 0 auto;
  color: #d9e1eb;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
  text-align: center;
}

.sponsor-feature.is-compact {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 100% 0, rgba(246, 198, 91, 0.2), transparent 38%),
    linear-gradient(145deg, #101e31, #07111f 70%);
}

.sponsor-feature.is-compact h3 {
  font-size: clamp(2.3rem, 4.8vw, 4rem);
}

.sponsor-feature.is-compact .sponsor-logo-row {
  grid-template-columns: minmax(0, 300px);
  margin: 24px 0 22px;
}

.sponsor-logo-card.is-cow {
  min-height: 145px;
  padding: 14px 20px 12px;
  background: #fffaf0;
  color: #07111f;
}

.sponsor-logo-card.is-cow img {
  width: 118px;
  height: 96px;
}

.sponsor-logo-card.is-wordmark {
  min-height: 250px;
  background: linear-gradient(145deg, #fff, #f1f4f7);
  color: #07111f;
}

.sponsor-wordmark {
  width: min(100%, 330px);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #172f4c;
  box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #d6a93a;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: .82;
  text-align: center;
}

.sponsor-wordmark span:first-child {
  color: #d09b24;
  font-size: 2.1rem;
  letter-spacing: .12em;
}

.sponsor-wordmark span:nth-child(2) {
  color: #172f4c;
  font-size: clamp(2.8rem, 5vw, 4.1rem);
  letter-spacing: .03em;
}

.sponsor-wordmark span:last-child {
  margin-top: 9px;
  color: #68798b;
  font-size: 1.25rem;
  letter-spacing: .45em;
  text-indent: .45em;
}

.sponsor-feature.is-compact .sponsor-feature-copy {
  max-width: 650px;
  font-size: 1rem;
}

.sponsor-feature.is-travel {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background:
    radial-gradient(circle at 50% 0, rgba(246, 198, 91, 0.2), transparent 45%),
    linear-gradient(145deg, #15344c, #07111f 76%);
}

.sponsor-feature.is-travel .sponsor-feature-kicker {
  color: #f6c65b;
}

.sponsor-feature.is-travel h3 {
  color: #fff;
}

.sponsor-feature.is-travel .sponsor-logo-row {
  grid-template-columns: minmax(0, 430px);
  justify-content: center;
  margin: 30px auto;
}

.sponsor-logo-card.is-travel {
  min-height: 240px;
  background: #fff;
  color: #07111f;
}

.sponsor-logo-row.is-single .sponsor-logo-card.is-travel img {
  max-width: 360px;
  height: 210px;
  object-fit: cover;
}

.sponsor-feature.is-travel .sponsor-feature-copy {
  max-width: 740px;
}

@media (max-width: 760px) {
  .sponsor-logo-row {
    grid-template-columns: 1fr;
  }

  .sponsor-logo-row.is-pair {
    grid-template-columns: 1fr;
  }

  .sponsor-logo-card {
    min-height: 160px;
  }

  .sponsor-logo-card.is-large-logo {
    min-height: 230px;
  }

  .sponsor-logo-card.is-large-logo img {
    height: 150px;
  }

  .sponsor-logo-card.is-robinson {
    min-height: 210px;
  }

  .sponsor-feature.is-compact {
    max-width: none;
  }
}
