/* =========================================================
   RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #050505;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* =========================================================
   HERO
========================================================= */

.about-hero {
  --hero-image: url("/img/heroes/about.webp");
  min-height: 100vh;
  position: relative;
  padding: 150px 60px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 50px;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.96),
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.25)
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.88)),
    var(--hero-image) center / cover no-repeat;
  transform: scale(1.03);
  z-index: -2;
}

@media (max-width: 620px) {
  .about-hero {
    --hero-image: url("/img/heroes/mobile/about.webp");
  }
}

.hero-content {
  max-width: 980px;
}

.hero-content h1 {
  font-size: clamp(72px, 8.8vw, 125px);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.hero-content h1 span {
  color: #e10600;
}

.hero-content p {
  margin-top: 28px;
  max-width: 650px;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

.about-hero-logo {
  width: min(100%, 400px);
  justify-self: end;
  align-self: center;
  position: relative;
  z-index: 1;
}

.about-hero-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.45));
}

/* =========================================================
   STORY SECTION
========================================================= */

.story-section {
  padding: 120px 60px;
}

.story-grid {
  max-width: 1550px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.story-image {
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.story-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.story-content h2 {
  font-size: clamp(56px, 5.8vw, 80px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.story-content p {
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   QUOTE
========================================================= */

.quote-section {
  padding: 120px 60px;
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.quote-section blockquote {
  max-width: 1400px;
  text-align: center;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 950;
  text-transform: uppercase;
}

/* =========================================================
   CHAMPIONS
========================================================= */

.champions-section {
  padding: 140px 60px;
}

.champions-header {
  max-width: 1500px;
  margin: 0 auto 80px;
  text-align: center;
}

.champions-header h2 {
  margin-top: 18px;
  font-size: clamp(56px, 5.8vw, 80px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.champions-header h2 span {
  display: block;
  color: #e10600;
}

.champions-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.champion-card {
  position: relative;
  padding: 46px 36px 40px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
}

.champion-card-center {
  transform: translateY(-40px);
}

.wreath {
  width: 280px;
  margin: 0 auto;
  opacity: 0.95;
}

.champion-card h3 {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #fff6c7 0%,
    #f4d56a 22%,
    #d8a93a 48%,
    #fff1a8 72%,
    #b57b18 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 12px rgba(255, 210, 90, 0.18),
    0 0 24px rgba(255, 190, 40, 0.12);
}

.champion-card p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1180px) {
  .about-hero {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 980px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: 90vh;
    padding: 140px 24px 70px;
    align-items: center;
    gap: 34px;
  }

  .hero-content h1 {
    font-size: clamp(64px, 11vw, 82px);
  }

  .hero-content p {
    font-size: 17px;
  }

  .about-hero-logo {
    width: min(56vw, 360px);
    justify-self: center;
  }

  .story-section {
    padding: 90px 24px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .story-image,
  .story-image img {
    min-height: 420px;
  }

  .story-content h2 {
    font-size: 56px;
  }

  .quote-section {
    padding: 90px 24px;
  }

  .quote-section blockquote {
    font-size: 48px;
  }

  .champions-section {
    padding: 90px 24px;
  }

  .champions-header {
    margin-bottom: 52px;
  }

  .champions-header h2 {
    font-size: 56px;
  }

  .champions-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .champion-card-center {
    transform: none;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {
  .about-hero {
    min-height: 100svh;
    padding: 128px 18px 56px;
    align-content: center;
    align-items: start;
    gap: 28px;
  }

  .about-hero::before {
    background-position: center;
  }

  .hero-content h1 {
    font-size: 52px;
    line-height: 0.95;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-hero-logo {
    width: min(46vw, 190px);
    justify-self: start;
    margin-top: 14px;
  }

  .story-section {
    padding: 76px 18px;
  }

  .story-image,
  .story-image img {
    min-height: 320px;
    border-radius: 24px;
  }

  .story-content h2 {
    font-size: 42px;
  }

  .story-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .quote-section {
    padding: 76px 18px;
  }

  .quote-section blockquote {
    font-size: 36px;
    line-height: 1;
  }

  .champions-section {
    padding: 76px 18px;
  }

  .champions-header h2 {
    font-size: 44px;
  }

  .wreath {
    width: 210px;
  }

  .champion-card {
    padding: 34px 20px 30px;
  }

  .champion-card h3 {
    top: 112px;
    font-size: 34px;
  }
}
