.hd-sponsor-shell {
  position: relative;
  z-index: 3;
  padding: 12px clamp(12px, 3vw, 34px);
  background: #070a0d;
  border-bottom: 1px solid rgba(31, 163, 231, 0.16);
}

.hd-sponsor {
  position: relative;
  isolation: isolate;
  min-height: clamp(184px, 15vw, 224px);
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(31, 163, 231, 0.72);
  border-radius: 14px;
  background: #00142c;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  color: #fff;
}

.hd-sponsor__art,
.hd-sponsor__shade {
  position: absolute;
  inset: 0;
}

.hd-sponsor__art {
  z-index: 0;
  right: 48%;
  background-image: url("/assets/images/spartalife-peptides-sponsor.jpg");
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover;
}

.hd-sponsor__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 8, 24, 0.03) 0%, rgba(0, 8, 24, 0.17) 38%, rgba(0, 8, 24, 0.84) 59%, rgba(0, 8, 24, 0.985) 100%);
}

.hd-sponsor__copy {
  position: relative;
  z-index: 2;
  width: 48%;
  margin-left: auto;
  padding: clamp(23px, 3vw, 36px) clamp(23px, 3vw, 38px) 22px 14px;
}

.hd-sponsor__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.hd-sponsor__eyebrow-mark {
  color: #f5c300;
  font-size: 11px;
}

.hd-sponsor__headline {
  max-width: 470px;
  margin: 8px 0 7px;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.65px;
  line-height: 0.9;
  text-transform: uppercase;
}

.hd-sponsor__body {
  max-width: 510px;
  margin: 0 0 14px;
  color: #bdd6e5;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

.hd-sponsor__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #f5c300;
  border-radius: 7px;
  background: #f5c300;
  color: #080808;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hd-sponsor__cta:hover {
  background: #ffd52d;
  box-shadow: 0 8px 22px rgba(245, 195, 0, 0.22);
  transform: translateY(-2px);
}

.hd-sponsor__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hd-sponsor__mobile-only { display: none; }

@media (max-width: 820px) {
  .hd-sponsor-shell { padding: 10px; }
  .hd-sponsor {
    display: grid;
    grid-template-rows: clamp(230px, 70vw, 300px) auto;
    min-height: 0;
  }
  .hd-sponsor__art {
    position: relative;
    right: 0;
    grid-row: 1;
    background-position: center 49%;
    background-size: cover;
  }
  .hd-sponsor__shade { display: none; }
  .hd-sponsor__copy {
    grid-row: 2;
    width: auto;
    margin: 0;
    padding: 21px 20px 20px;
    background: #00101f;
  }
  .hd-sponsor__headline {
    max-width: 310px;
    margin: 7px 0 6px;
    font-size: 26px;
    line-height: 0.96;
  }
  .hd-sponsor__body { margin-bottom: 13px; font-size: 10px; }
  .hd-sponsor__cta { width: 100%; }
  .hd-sponsor__desktop-only { display: none; }
  .hd-sponsor__mobile-only { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  .hd-sponsor__cta { transition: none; }
}
