.promotion-page {
  --promo-ink: #201b12;
  --promo-muted: #746b59;
  --promo-gold: #b98b31;
  --promo-gold-soft: #fbf3df;
  --promo-night: #17130d;
}

.promotion-page .promotion-heading {
  background: transparent;
  border: 0;
  display: grid;
  gap: 12px;
  margin: 4px 0 22px;
  position: static;
  z-index: auto;
}

.promotion-page .promotion-kicker {
  color: var(--promo-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.promotion-page h1 {
  color: var(--promo-ink);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.promotion-page .promotion-lead {
  color: var(--promo-muted);
  font-size: 16px;
  max-width: 760px;
}

.promotion-hero {
  background: var(--promo-night);
  border: 1px solid #d8bd7d;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(60, 43, 14, .15);
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}

.promotion-hero picture,
.promotion-hero img {
  display: block;
  width: 100%;
}

.promotion-hero img {
  aspect-ratio: 1920 / 865;
  height: auto;
  object-fit: contain;
}

.promotion-hero__footer {
  align-items: center;
  background: linear-gradient(90deg, #17130d, #2b2112);
  color: #f7ebce;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 15px 18px;
}

.promotion-hero__footer p {
  font-size: 13px;
  margin: 0;
}

.promotion-status {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(232, 200, 116, .45);
  border-radius: 999px;
  color: #f3d991;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  padding: 5px 11px;
}

.promotion-status::before {
  background: #50c878;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(80, 200, 120, .14);
  content: '';
  height: 7px;
  width: 7px;
}

.promotion-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.promotion-facts > div {
  background: #fff;
  border: 1px solid #eee5d2;
  border-radius: 14px;
  padding: 16px;
}

.promotion-facts dt {
  color: var(--promo-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 5px;
}

.promotion-facts dd {
  color: var(--promo-ink);
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.promotion-alert {
  background: #fff8e8;
  border: 1px solid #ead49f;
  border-left: 5px solid var(--promo-gold);
  border-radius: 10px;
  color: #5f4a1e;
  font-size: 14px;
  margin: 18px 0 0;
  padding: 14px 16px;
}

.promotion-alert p {
  color: inherit;
  margin: 7px 0 0;
}

.promotion-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.promotion-actions a {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
}

.promotion-actions .primary {
  background: linear-gradient(180deg, #efd58f, #c99d45);
  border: 1px solid #9c7629;
  color: #342607;
}

.promotion-actions .secondary {
  background: #fff;
  border: 1px solid #d8d2c7;
  color: #514a3d;
}

.promotion-actions a:hover {
  filter: brightness(1.03);
  text-decoration: none;
  transform: translateY(-1px);
}

.official-rules {
  color: #363128;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.official-rules > :first-child {
  margin-top: 0;
}

.official-rules div,
.official-rules h2,
.official-rules h3,
.official-rules h4 {
  background: var(--promo-gold-soft);
  border-left: 4px solid var(--promo-gold);
  color: #3d2f12;
  font-size: 18px;
  font-weight: 900;
  margin: 28px 0 14px;
  padding: 10px 13px;
}

.official-rules p {
  margin: 0 0 14px;
}

.official-rules figure {
  margin: 16px 0;
  max-width: 100%;
  overflow-x: auto;
}

.official-rules table {
  border-collapse: collapse;
  display: block;
  margin: 16px 0 20px;
  max-width: 100%;
  overflow-x: auto;
  width: max-content;
}

.official-rules th,
.official-rules td {
  border: 1px solid #ddd3bd;
  min-width: 112px;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.official-rules th,
.official-rules thead td {
  background: #f7edda;
  color: #493713;
  font-weight: 900;
}

.promotion-source-note {
  border-top: 1px solid #eee6d8;
  color: #817864;
  font-size: 13px;
  margin-top: 24px;
  padding-top: 16px;
}

.promotion-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
}

.promotion-card {
  background: #fff;
  border: 1px solid #eee3cd;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(70, 52, 20, .07);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.promotion-card:hover,
.promotion-card:focus-within {
  border-color: #cfaa5c;
  box-shadow: 0 14px 34px rgba(70, 52, 20, .14);
  transform: translateY(-3px);
}

.promotion-card a {
  color: inherit;
  display: grid;
  height: 100%;
  text-decoration: none;
}

.promotion-card picture,
.promotion-card img {
  display: block;
  width: 100%;
}

.promotion-card img {
  aspect-ratio: 1920 / 865;
  background: #17130d;
  height: auto;
  object-fit: contain;
}

.promotion-card__body {
  display: grid;
  gap: 8px;
  padding: 17px 18px 19px;
}

.promotion-card__eyebrow {
  color: var(--promo-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.promotion-card h2 {
  color: var(--promo-ink);
  font-size: 19px;
  line-height: 1.35;
  margin: 0;
}

.promotion-card p {
  color: var(--promo-muted);
  font-size: 13px;
  margin: 0;
}

.promotion-card__more {
  color: #8c6723;
  font-size: 14px;
  font-weight: 900;
  margin-top: 3px;
}

@media (max-width: 720px) {
  .promotion-facts,
  .promotion-grid {
    grid-template-columns: 1fr;
  }

  .promotion-page h1 {
    font-size: 29px;
  }

  .promotion-hero {
    border-radius: 15px;
  }

  .promotion-hero__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .official-rules th,
  .official-rules td {
    min-width: 104px;
    padding: 9px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promotion-actions a,
  .promotion-card {
    transition: none;
  }
}
