.media-hero {
  min-height: 450px;
  padding: 76px clamp(24px, 8vw, 145px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(7, 7, 8, .48), rgba(7, 7, 8, .66)),
    url("assets/hero/media-las-vegas.jpg") center / cover no-repeat;
  text-align: center;
}

.media-label {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.media-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(41px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.025em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .45);
}

.media-hero > p:last-child {
  max-width: 720px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.8;
}

.seen-on {
  padding: 72px 24px 68px;
  background: #fff;
  text-align: center;
}

.seen-on h2 {
  margin: 0 0 35px;
  font-size: clamp(44px, 4.5vw, 62px);
  line-height: 1;
}

.media-logos {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 45px;
  color: #171717;
}

.media-logos > img {
  max-width: 150px;
  max-height: 78px;
  object-fit: contain;
  justify-self: center;
}
.media-logos .abc-logo { width: 72px; height: 72px; object-fit: contain; justify-self: center; }
.media-disclosure { max-width: 800px; margin: 35px auto 0; color: #837c72; font-size: 9px; line-height: 1.7; }

.media-grid {
  max-width: 1320px;
  margin: auto;
  padding: 110px clamp(24px, 6vw, 100px) 125px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.media-card {
  min-height: 390px;
  background: var(--paper);
  border-top: 3px solid var(--gold);
}

.media-card.video-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
}

.card-visual {
  min-height: 470px;
  background: #171613;
}

.card-visual video {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: contain;
  background: #171613;
  display: block;
}

.card-copy {
  padding: clamp(38px, 5vw, 68px);
  align-self: center;
}

.card-copy h2 {
  margin: 0 0 23px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1;
}

.card-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.card-copy a {
  display: inline-flex;
  gap: 22px;
  margin-top: 18px;
  color: #8f681f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.guide-card { background: #eee7da; }
.update-card { background: #e3d8c7; }

.next-step {
  padding: 105px 24px 110px;
  background: linear-gradient(135deg, #eee7da, #ded2c0);
  display: grid;
  place-items: center;
}

.next-step-inner {
  width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.next-step h2 {
  margin: 0 0 23px;
  font-size: clamp(58px, 7vw, 92px);
  line-height: .9;
}

.next-step-inner > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto 35px;
  color: #5f5a51;
  font-size: 15px;
  line-height: 1.85;
}

.next-step-links {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.outline-button {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  padding: 16px 22px;
  border: 1px solid #9b762f;
  color: var(--black);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.call-us {
  width: fit-content;
  margin: 42px auto 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--black);
  font-size: 15px;
  text-decoration: none;
}

.phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  transform: rotate(-12deg);
}

.call-us strong { color: #8d681f; }

@media (max-width: 800px) {
  .media-hero { padding-top: 75px; padding-bottom: 80px; }
  .media-grid { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 90px; }
  .media-card.video-card { grid-column: auto; grid-template-columns: 1fr; }
  .card-visual { min-height: 300px; }
  .card-visual video { min-height: 300px; }
  .media-logos { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .next-step { padding-top: 80px; padding-bottom: 85px; }
  .call-us { align-items: flex-start; text-align: left; }
  .media-card { min-height: 0; }
}
