﻿:root {
  --red-dark: #d61f2c;
  --black-deep: #050507;
  --off-white: #f4f1f0;
  --red-intense: #8f0611;
  --brown-reddish: #a46d59;
  --wine-dark: #32070b;
  --brown-mid: #5b3027;
  --metal-beige: #d8be9f;
  --neon-red: #ff2b3a;
  --container: 1360px;
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  background: radial-gradient(circle at 50% -30%, #1a202e 0%, #090b10 40%, #050507 100%);
  color: var(--off-white);
  line-height: 1.45;
  overflow-x: hidden;
}

.container {
  width: min(100% - 2.4rem, var(--container));
  margin-inline: auto;
}

h1,
h2,
h3 {
  margin: 0;
}

.hero-stage {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #06070c;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.15) contrast(1.08) brightness(0.52);
  transform: scale(1.04);
  pointer-events: none;
}

.hero-fluid {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 45, 58, 0.28), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(143, 6, 17, 0.34), transparent 38%),
    radial-gradient(circle at 62% 66%, rgba(23, 34, 57, 0.38), transparent 46%),
    radial-gradient(circle at 28% 80%, rgba(84, 20, 29, 0.32), transparent 40%);
  mix-blend-mode: screen;
  filter: blur(26px) saturate(1.2);
  animation: fluidDrift 18s ease-in-out infinite alternate;
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 5, 10, 0.42), rgba(3, 5, 8, 0.84));
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(to top, rgba(5, 5, 7, 1), rgba(5, 5, 7, 0));
}

@keyframes fluidDrift {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, -1.5%, 0) scale(1.05);
  }

  100% {
    transform: translate3d(-1%, 2%, 0) scale(1.02);
  }
}



.topbar {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 30;
  transition: background-color 0.22s ease, border-color 0.22s ease;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 2rem;
  background: rgba(5, 7, 12, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}`r`n

.topbar.scrolled {
  background: rgba(5, 7, 12, 0.4);
  backdrop-filter: blur(6px);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.brand {
  font-family: "Antonio", sans-serif;
  font-size: 2.2rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand span {
  color: var(--red-dark);
}

.menu,
.menu-right {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  flex-wrap: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(8, 10, 16, 0.48);
  border-radius: 8px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu a,
.shop-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.menu a:hover,
.shop-link:hover {
  color: var(--metal-beige);
}

.hero-content {
  padding-top: 11rem;
  padding-bottom: 2.8rem;
  max-width: 1320px;
}

.hero-countdown {
  padding-top: 0.6rem;
  padding-bottom: 4rem;
}

.hero-countdown .section-title {
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  margin-bottom: 0.55rem;
}

.hero-countdown .section-lead {
  margin-bottom: 1.4rem;
}

h1 {
  margin-top: 0.65rem;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2.15rem, 7.2vw, 6.8rem);
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

h1 span {
  color: var(--metal-beige);
  text-shadow: 0 0 24px rgba(255, 43, 58, 0.22);
}

.title-championship {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: none;
}

h1 small {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.2rem, 2.6vw, 2.2rem);
  letter-spacing: 0.18em;
  color: var(--metal-beige);
  margin-top: 0.8rem;
}

.hero-lead {
  max-width: 54ch;
  margin-top: 1.35rem;
  margin-bottom: 0;
  font-size: clamp(1.03rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.hero-cta {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.78rem 1.5rem;
  border-radius: 2px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-ticket,
.btn-primary {
  background: linear-gradient(140deg, var(--red-dark), var(--red-intense));
  color: #fff;
  box-shadow: 0 12px 28px rgba(214, 31, 44, 0.3);
}

.btn-ticket:hover,
.btn-primary:hover {
  background: linear-gradient(140deg, var(--neon-red), var(--red-dark));
}

.btn-ghost {
  background: rgba(12, 15, 22, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  border-color: var(--metal-beige);
  color: var(--metal-beige);
}

.news-shell {
  background: linear-gradient(180deg, #f7f5f4 0%, #f0ecea 100%);
  color: #111;
  padding: 4.8rem 0;
  position: relative;
}

.ghost-heading {
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: clamp(3.3rem, 14vw, 12rem);
  line-height: 0.8;
  color: #111;
  opacity: 0.08;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-title {
  margin-bottom: 0.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.section-title.dark {
  color: #111;
}

.news-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1.2rem;
}

.news-card {
  border: 1px solid #d8d1ce;
  display: grid;
  grid-template-columns: minmax(220px, 380px) 1fr;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 17, 20, 0.08);
}

.news-thumb {
  min-height: 240px;
  background-size: cover;
  background-position: center;
}

.thumb-1 {
  background-image: linear-gradient(120deg, rgba(13, 21, 30, 0.45), rgba(6, 8, 14, 0.8)),
    url("https://images.unsplash.com/photo-1517438476312-10d79c077509?auto=format&fit=crop&w=1200&q=80");
}

.thumb-2 {
  background-image: linear-gradient(120deg, rgba(33, 15, 15, 0.55), rgba(8, 8, 8, 0.8)),
    url("https://images.unsplash.com/photo-1579758629938-03607ccdbaba?auto=format&fit=crop&w=1200&q=80");
}

.news-body {
  padding: 1.3rem;
}

.meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.meta strong {
  color: var(--red-dark);
}

.meta span {
  opacity: 0.6;
  margin-left: 0.55rem;
}

.news-body h3 {
  margin-top: 0.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.news-body p {
  font-size: 1.1rem;
  max-width: 58ch;
}

.arrow-link {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--red-dark);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 2rem;
  text-decoration: none;
}

.section {
  padding: 5.8rem 0;
}

.dark-block {
  background: linear-gradient(180deg, #0f131c 0%, #08090e 55%, #070509 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.section-lead {
  margin-top: 0;
  margin-bottom: 1.35rem;
  max-width: 64ch;
  font-size: 1.1rem;
  line-height: 1.55;
  color: rgba(244, 241, 240, 0.86);
}

.countdown {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.count-item {
  text-align: center;
  border: 1px solid rgba(255, 43, 58, 0.35);
  background: linear-gradient(160deg, rgba(255, 43, 58, 0.08), rgba(13, 16, 22, 0.72));
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
}

.count-item strong {
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--metal-beige);
}

.info-grid,
.fight-grid,
.athlete-grid,
.sponsor-grid,
.media-grid {
  display: grid;
  gap: 1rem;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.fight-card,
.athlete-card,
.sponsor-item,
.media-slot,
.org-card,
.contact-form,
.contact-side {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(12, 14, 20, 0.82));
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.info-card h3,
.fight-card h3,
.athlete-card h3,
.contact-side h3,
.org-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}

.fight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fight-time {
  margin: 0;
  color: var(--metal-beige);
  font-family: "Antonio", sans-serif;
  font-size: 1.9rem;
}

.tag {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.55rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 43, 58, 0.45);
  background: rgba(255, 43, 58, 0.1);
  text-transform: uppercase;
  font-size: 0.83rem;
}

.athlete-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avatar {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.6rem;
  font-family: "Antonio", sans-serif;
  background: linear-gradient(145deg, var(--neon-red), var(--wine-dark));
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.sponsor-grid,
.media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-item,
.media-slot {
  min-height: 92px;
  display: grid;
  place-items: center;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--metal-beige);
}

.org-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.org-logo {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.4rem;
  background: linear-gradient(130deg, var(--red-dark), var(--brown-mid));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 18px rgba(214, 31, 44, 0.28);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1rem;
}

.contact-form {
  display: grid;
  gap: 0.45rem;
}

label {
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.74rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 10, 16, 0.85);
  color: var(--off-white);
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(174, 58, 43, 0.5);
  border-color: var(--red-dark);
}

.contact-side {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contact-side a {
  color: var(--off-white);
  text-decoration: none;
}

.share-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer {
  border-top: 1px solid rgba(255, 43, 58, 0.25);
  padding: 1rem 0 1.3rem;
  text-align: center;
  color: rgba(244, 241, 240, 0.7);
  background: #050507;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .menu {
    display: none;
  }

  .menu-right {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .topbar {
    padding-inline: 1.2rem;
    position: sticky;
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(5, 7, 12, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    z-index: 40;
  }

  .mobile-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.65rem 0.55rem;
    border-radius: 8px;
  }

  .mobile-menu a:hover {
    background: rgba(255, 43, 58, 0.16);
    color: var(--metal-beige);
  }

  body.menu-open .mobile-menu {
    display: flex;
  }

  .info-grid,
  .fight-grid,
  .athlete-grid,
  .sponsor-grid,
  .media-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-thumb {
    min-height: 260px;
  }
}

@media (max-width: 700px) {
  .topbar {
    height: auto;
    padding: 1.15rem 1rem;
  }

  .menu-right {
    gap: 0.7rem;
  }

  .shop-link {
    display: none;
  }

  .brand {
    font-size: 1.9rem;
  }

  .hero-content {
    padding-top: 7.8rem;
    padding-bottom: 1.8rem;
  }

  h1 {
    white-space: normal;
    font-size: clamp(1.95rem, 11vw, 3.4rem);
    line-height: 0.95;
  }

  h1 small {
    letter-spacing: 0.08em;
    margin-top: 0.65rem;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-countdown {
    padding-bottom: 2.8rem;
  }

  .countdown,
  .info-grid,
  .fight-grid,
  .athlete-grid,
  .sponsor-grid,
  .media-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .org-card {
    grid-template-columns: 1fr;
  }
}




