*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", Arial, sans-serif;
  background: #ffffff;
  color: #25110d;
}

img {
  max-width: 100%;
  display: block;
}

/* NAVIGATION */
.site-nav {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #fff5ee 100%);
  padding: 22px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #f1ded1;
}

.nav-logo-text {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #8b1d13;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links a {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #6d3c32;
  font-weight: 700;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #8b1d13;
}

/* FULL WIDTH BANNER */
.banner-wrap {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(170, 15, 15, 0.45), transparent 42%),
    linear-gradient(135deg, #100000, #5d0808 50%, #120000);
}

.banner-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.banner-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.banner-ph-slot {
  display: grid;
  place-items: center;
  font-size: clamp(3rem, 8vw, 7rem);
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.7)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 2px,
      transparent 2px,
      transparent 12px
    );
  border-right: 1px solid rgba(217, 173, 74, 0.25);
}

.banner-ph-slot:last-child {
  border-right: none;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 38%),
    linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(92, 7, 7, 0.18) 60%, transparent);
}

.banner-dim-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 720px);
  padding: 18px 24px;
  text-align: center;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.3rem, 4vw, 3rem);
  letter-spacing: 0.14em;
  color: #fff8e7;
  border-top: 2px solid #d9ad4a;
  border-bottom: 2px solid #d9ad4a;
  text-shadow: 0 3px 10px #000;
  background: rgba(0, 0, 0, 0.35);
}

/* MAIN CONTENT */
.page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3.5vw, 30px) 55px;
  background: radial-gradient(circle at top, rgba(139, 0, 0, 0.08), transparent 38%);
}

/* VIDEO / FIGHT HIGHLIGHTS */
.video-wrap {
  width: min(100%, 1080px);
  max-width: 100%;
  margin: 42px auto 0;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
  border: 4px solid #25100d;
  outline: 2px solid #d9ad4a;
  outline-offset: 5px;
  box-shadow: 0 18px 35px rgba(47, 7, 7, 0.25);
}

.video-wrap::before {
  content: "FIGHT HIGHLIGHTS";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px;
  color: #1b0c08;
  background: #d9ad4a;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.video-wrap iframe,
.video-wrap video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
  background: #000;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  gap: 10px;
  background:
    radial-gradient(circle, rgba(139, 0, 0, 0.5), transparent 45%),
    #100908;
}

.play-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 2px solid #d9ad4a;
  border-radius: 50%;
  color: #d9ad4a;
  font-size: 1.8rem;
}

.dim-label {
  color: #f4d27b;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

/* SECTION HEADINGS */
.sec-head {
  text-align: center;
  padding: 68px 10px 30px;
}

.sec-head h2 {
  display: inline-block;
  position: relative;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: 0.12em;
  color: #5d0808;
  margin: 0;
  padding: 0 28px;
}

.sec-head h2::before,
.sec-head h2::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 58px;
  height: 2px;
  background: #d9ad4a;
}

.sec-head h2::before {
  left: -42px;
}

.sec-head h2::after {
  right: -42px;
}

/* WINNERS AND MERCH GRID */
.winners-grid,
.merch-row1,
.merch-row2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  width: 100%;
  margin: 0 auto;
}

.merch-row2 {
  margin-top: 20px;
}

/* CARDS */
.winner-slot {
  position: relative;
  background: #fffaf2;
  border: 1px solid rgba(139, 0, 0, 0.25);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(80, 20, 10, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.winner-slot::before,
.merch-slot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #5d0808, #c51f1f, #d9ad4a);
  z-index: 2;
}

.winner-slot:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(80, 20, 10, 0.22);
}

.winner-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 8px;
  background:
    radial-gradient(circle, rgba(217, 173, 74, 0.2), transparent 42%),
    linear-gradient(135deg, #3b0707, #120707);
}

.merch-img {
  width: auto;
  max-width: 385px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: block;
  background: transparent;
}

.winner-img img,
.merch-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

.ph-icon {
  font-size: 2.3rem;
}

.ph-dim {
  padding: 4px 8px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.winner-body,
.merch-body {
  padding: 16px;
  background: #fffaf2;
}

.winner-rank,
.merch-name {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #5d0808;
}

.winner-name,
.merch-desc {
  font-size: 0.7rem;
  color: #815b50;
  margin-top: 5px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.merch-price {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 9px;
  background: #5d0808;
  color: #f4d27b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.modal-overlay.active {
  display: flex;
}

.modal-box {
  max-width: 90vw;
  max-height: 90vh;
  width: min(720px, 100%);
  padding: 18px;
  background: #140a09;
  border: 2px solid #d9ad4a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(217, 173, 74, 0.95);
  color: #100000;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.modal-image {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* FOOTER */
footer {
  margin-top: 20px;
  background: linear-gradient(90deg, #100000, #650808, #100000);
  border-top: 3px solid #d9ad4a;
  padding: 30px 20px;
  text-align: center;
  color: rgba(255, 246, 221, 0.75);
}

footer p {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

/* TABLET AND MOBILE */
@media (max-width: 640px) {
  .site-nav {
    padding: 18px 14px;
    justify-content: center;
  }

  .nav-logo-text {
    font-size: 1.55rem;
  }

  .nav-links {
    gap: 10px 16px;
    justify-content: center;
  }

  .page {
    padding: 0 14px 38px;
  }

  .banner-wrap {
    height: auto;
  }

  .banner-placeholder {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-ph-slot {
    font-size: 3.4rem;
  }

  .banner-dim-label {
    width: 80%;
    padding: 14px;
  }

  .video-wrap {
    margin-top: 30px;
  }

  .sec-head {
    padding: 48px 8px 24px;
  }

  .winners-grid,
  .merch-row1,
  .merch-row2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .winner-body,
  .merch-body {
    padding: 14px;
  }

  .winner-name,
  .merch-desc {
    font-size: 0.8rem;
  }

  .winner-rank,
  .merch-name {
    font-size: 1.05rem;
  }

  .sec-head h2::before,
  .sec-head h2::after {
    width: 30px;
  }

  .sec-head h2::before {
    left: -16px;
  }

  .sec-head h2::after {
    right: -16px;
  }
}

@media (max-width: 380px) {
  .banner-wrap {
    height: auto;
  }

  .nav-logo-text {
    font-size: 1.4rem;
  }

  .nav-links {
    gap: 8px;
  }

  .winners-grid,
  .merch-row1,
  .merch-row2 {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .page {
    padding: 0 10px 30px;
  }
}
