body {
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.92), rgba(255, 255, 255, 0.96)),
    url("../Assets/2026/sports-carnival-bg.webp") center top / cover fixed no-repeat;
  color: #131827;
  overflow-y: auto !important;
}

.loader {
  display: none !important;
}

.heading {
  padding: 82px 20px 20px;
}

.ign-head {
  color: #131827;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  font-weight: 900;
  padding-top: 0;
  text-transform: uppercase;
  width: min(1120px, 100%);
}

.ignition {
  backdrop-filter: none;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px auto 80px;
  min-height: auto;
  width: min(1180px, calc(100% - 40px));
}

.ignition-cont {
  display: contents;
}

.ignition-game {
  background: rgba(255, 250, 233, 0.88);
  border: 1px solid rgba(19, 24, 39, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(19, 24, 39, 0.12);
  gap: 14px;
  justify-content: flex-start;
  padding: 14px;
  width: 100%;
}

.game-head {
  display: none;
}

.game-img,
.game-poster {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(19, 24, 39, 0.14);
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.game-poster {
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.26), rgba(255, 245, 214, 0.92) 58%, #fff5d6),
    url("../Assets/2026/sports-carnival-bg.webp") center center / cover no-repeat;
  padding: 18px;
}

.game-poster * {
  color: #131827;
}

.poster-topline,
.poster-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.poster-topline span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 24, 39, 0.12);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 6px 8px;
}

.poster-topline span:last-child {
  color: #ec312f;
}

.poster-photo {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), rgba(255, 245, 214, 0.9) 48%, rgba(4, 117, 189, 0.16)),
    linear-gradient(135deg, rgba(236, 49, 47, 0.18), rgba(255, 255, 255, 0.3));
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(19, 24, 39, 0.18);
  display: flex;
  height: 35%;
  justify-content: center;
  margin-top: 22px;
  overflow: hidden;
  position: relative;
}

.poster-photo::after {
  display: none;
}

.sport-photo {
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  width: 100%;
}

.sport-mark {
  filter: drop-shadow(0 12px 18px rgba(19, 24, 39, 0.22));
}

.poster-event {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  font-weight: 900;
  line-height: 0.96;
  margin-top: 24px;
  text-transform: uppercase;
}

.poster-date {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 24, 39, 0.12);
  border-radius: 8px;
  color: #0475bd;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  margin-top: 10px;
  padding: 7px 9px;
  text-transform: uppercase;
}

.poster-footer {
  bottom: 18px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.poster-footer strong {
  color: #ec312f;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poster-footer p {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  max-width: 160px;
}

.poster-qr {
  background: white;
  border-radius: 8px;
  height: 92px;
  padding: 5px;
  width: 92px;
}

.game-reg-btn {
  background: #131827;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(19, 24, 39, 0.16);
  color: white;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 12px 18px;
  text-align: center;
  width: 100%;
}

.game-reg-btn:hover {
  background: #ec312f;
}

.ham-grid {
  background: rgba(19, 24, 39, 0.94);
}

.hamburger span {
  background: #131827;
}

.ham-grid .hamburger span {
  background: white;
}

@media (max-width: 1050px) {
  .ignition {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .heading {
    padding-top: 70px;
  }

  .ignition {
    grid-template-columns: 1fr;
    width: min(420px, calc(100% - 40px));
  }
}

@media (max-width: 520px) {
  body {
    background:
      linear-gradient(180deg, rgba(255, 245, 214, 0.94), rgba(255, 255, 255, 0.98)),
      url("../Assets/2026/sports-carnival-bg.webp") center top / cover fixed no-repeat;
  }

  .ignition {
    grid-template-columns: 1fr;
    width: min(360px, calc(100% - 36px));
  }
}
