:root {
  --ink: #0b0b0b;
  --paper: #e8ebf2;
  --white: #f7f8fa;
  --muted: #969aa5;
  --line: rgba(255, 255, 255, 0.16);
  --red: #1677ff;
  --blue: #1677ff;
  --gold: #c8a85d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }

.gateway {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  background: var(--ink);
}
.gateway-brand {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
  color: white;
  mix-blend-mode: difference;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  pointer-events: none;
}
.gateway-panel {
  position: relative;
  min-width: 0;
  padding: 92px 6vw 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  transition: flex .7s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
.gateway-panel::before,
.gateway-panel::after { content: ""; position: absolute; z-index: -1; }
.gateway-official { color: var(--paper); background: #080a0f; }
.gateway-official::before {
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 56px 56px;
}
.gateway-official::after {
  width: 58vw;
  aspect-ratio: 1;
  right: -22vw;
  top: 12%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.012);
}
.gateway-apparel { color: white; background: #05070b; }
.gateway-apparel::before {
  inset: 0;
  background: linear-gradient(125deg, transparent 50%, rgba(22,119,255,.88) 50% 73%, #070708 73%);
  transform: scale(1.04);
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.gateway-apparel::after {
  content: "P";
  right: -2vw;
  bottom: -13vw;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.38);
  font-size: 51vw;
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.12em;
}
.gateway-number { position: absolute; top: 92px; left: 6vw; font: 700 11px/1 monospace; letter-spacing: .16em; }
.gateway-type { margin-bottom: 18px; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.gateway-official .gateway-type { color: var(--gold); }
.gateway-apparel .gateway-type { color: #d8c28d; }
.gateway-panel strong {
  display: block;
  margin-left: -.05em;
  font-size: clamp(54px, 8.5vw, 146px);
  line-height: .78;
  letter-spacing: -.075em;
  transform: scaleX(.92);
  transform-origin: left;
}
.gateway-action { display: flex; justify-content: space-between; align-items: center; width: min(320px, 100%); margin-top: 50px; padding-top: 17px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.gateway-action b { font-size: 19px; transition: transform .25s ease; }
.gateway-panel:hover .gateway-action b { transform: translate(4px, -4px); }
.gateway-apparel:hover::before { transform: scale(1.09); }

.site-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 78px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(11,11,11,.94);
  color: white;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.wordmark { padding: 17px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.wordmark span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.wordmark b { font-size: 15px; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: stretch; }
.nav-links a { display: grid; place-items: center; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.14); font-size: 9px; font-weight: 700; letter-spacing: .17em; transition: background .25s, color .25s; }
.nav-links a:hover { background: white; color: var(--ink); }
.nav-links .nav-store { background: var(--red); }

.hero {
  min-height: calc(100svh - 78px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 7vw 65px;
  overflow: hidden;
  isolation: isolate;
  color: var(--paper);
  background: radial-gradient(circle at 69% 55%, rgba(22,119,255,.25) 0, rgba(22,119,255,.04) 25%, transparent 48%), linear-gradient(112deg,#07090d 0 54%,#0d1119 54% 100%);
}
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.side-note { position: absolute; top: 48%; right: -70px; rotate: 90deg; font-size: 8px; letter-spacing: .28em; color: rgba(255,255,255,.5); }
.hero-copy { width: 100%; max-width: 1260px; margin: auto; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; font-size: 9px; letter-spacing: .24em; font-weight: 700; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
.hero h1 { margin: 0; max-width: 1100px; font-size: clamp(64px, 10vw, 158px); line-height: .72; letter-spacing: -.085em; font-weight: 900; transform: scaleX(.92); transform-origin: left; }
.hero h1 span { display: block; }
.hero h1 em { display: block; margin-left: 12vw; color: transparent; -webkit-text-stroke: 1.5px var(--paper); font-style: italic; }
.hero-bottom { margin: 55px 0 0 12vw; display: flex; gap: 6vw; align-items: end; }
.hero-bottom > p { margin: 0; color: rgba(238,234,224,.74); font-size: 13px; line-height: 1.8; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid; font-size: 9px; font-weight: 800; letter-spacing: .18em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-outline { color: var(--paper); border-color: rgba(238,234,224,.55); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); }
.hero-mark { position: absolute; z-index: -1; right: 4vw; bottom: -10vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.10); font-size: 49vw; line-height: .75; font-weight: 900; letter-spacing: -.15em; }
.scroll-cue { position: absolute; left: 29px; bottom: 32px; display: flex; align-items: center; gap: 12px; font-size: 7px; letter-spacing: .25em; color: rgba(255,255,255,.45); }
.scroll-cue span { width: 1px; height: 37px; background: var(--red); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scaleY(.45); transform-origin: bottom; } }

.section { padding: 120px 7vw; }
.section-label { margin: 0 0 48px; font: 700 9px/1 monospace; letter-spacing: .18em; }
.profile { color: var(--paper); background: #080a0f; border-top: 1px solid rgba(255,255,255,.12); }
.profile-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; }
.profile-title > p { margin: 0 0 17px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .21em; }
.profile h2, .fight-copy h2, .media h2, .store h2, .connect h2 { margin: 0; font-size: clamp(54px, 8vw, 124px); line-height: .85; letter-spacing: -.075em; font-weight: 900; }
.profile h2 { font-family: "Yu Gothic", Meiryo, sans-serif; line-height: 1; letter-spacing: -.08em; }
.profile-copy { align-self: end; }
.lead { margin: 0 0 60px; font-size: clamp(16px, 1.5vw, 21px); line-height: 2; font-weight: 500; }
.profile-data { margin: 0; border-top: 1px solid var(--line); }
.profile-data div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.profile-data dt { font: 700 8px/1.4 monospace; letter-spacing: .16em; color: var(--gold); }
.profile-data dd { margin: 0; font-size: 12px; font-weight: 700; }

.section-dark { color: var(--paper); background: #050609; }
.story { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; }
.story-head { position: sticky; top: 135px; align-self: start; }
.story-head h2 { margin: 0; font-size: clamp(66px, 8vw, 124px); line-height: .76; letter-spacing: -.08em; }
.story-head em, .fight-copy em, .media em, .store em, .connect em, .sponsors em, .gym em { color: var(--gold); font-style: italic; }
.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.timeline li > span { color: var(--red); font: 800 12px/1 monospace; letter-spacing: .12em; }
.timeline b { font-size: 13px; letter-spacing: .08em; }
.timeline p { max-width: 510px; margin: 12px 0 0; color: rgba(238,234,224,.62); font-size: 13px; line-height: 1.9; }

.fight-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; color: var(--paper); background: #0b0e14; }
.fight-image { position: relative; background: var(--ink); padding: 14px; box-shadow: 18px 18px 0 var(--red); transform: rotate(-1.2deg); }
.fight-image img { aspect-ratio: 371 / 208; object-fit: cover; filter: contrast(1.06) saturate(.9); }
.fight-image span { display: block; padding: 12px 2px 0; color: white; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.fight-copy h2 { margin-bottom: 40px; }
.fight-copy > p:not(.section-label) { max-width: 550px; margin: 0 0 46px; font-size: 14px; line-height: 2; }
.result { display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); }
.result span, .result b { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .14em; }
.result b { grid-row: 1 / 3; grid-column: 2; display: grid; place-items: center; min-width: 100px; padding-left: 20px; color: var(--red); font-size: 22px; border-left: 1px solid var(--line); }

.section-red { color: white; background: radial-gradient(circle at 15% 15%, rgba(22,119,255,.24), transparent 34%), #060910; border-top: 1px solid rgba(22,119,255,.55); }
.media { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.media-heading { position: sticky; top: 135px; align-self: start; }
.media-heading .section-label { margin-bottom: 80px; }
.media-heading h2 { margin-bottom: 36px; }
.media-heading h2 em { color: var(--gold); }
.media-heading > p:not(.section-label) { max-width: 340px; margin-bottom: 34px; font-size: 13px; line-height: 1.8; }
.media-heading > a { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.media-list { border-top: 1px solid rgba(255,255,255,.5); }
.media-list > a { display: grid; grid-template-columns: 100px 1fr 30px; gap: 24px; align-items: start; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.5); transition: padding .25s, background .25s; }
.media-list > a:hover { padding-left: 14px; padding-right: 14px; background: rgba(11,11,11,.08); }
.media-list > a > span, .media-list small { font: 700 8px/1.4 monospace; letter-spacing: .14em; }
.media-list small { color: rgba(255,255,255,.68); }
.media-list h3 { margin: 10px 0 0; font-size: clamp(17px, 1.6vw, 24px); line-height: 1.55; }
.media-list > a > b { font-size: 20px; }

.store { min-height: 760px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; color: var(--paper); background: #07090d; }
.store-copy { position: relative; z-index: 2; }
.store h2 { margin-bottom: 25px; }
.store-copy > p:not(.section-label) { margin-bottom: 35px; font-size: 13px; }
.store-art { position: absolute; inset: 0 0 0 52%; overflow: hidden; background: linear-gradient(135deg, #1269dc 0 44%, #050608 44%); }
.store-art span { position: absolute; left: -7vw; bottom: -11vw; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.44); font-size: 40vw; line-height: .8; font-weight: 900; letter-spacing: -.12em; }
.store-art b { position: absolute; right: 4vw; top: 48px; color: white; font-size: 9px; letter-spacing: .22em; text-align: right; }

.connect .section-label { color: var(--red); }
.connect h2 { margin-bottom: 80px; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); }
.social-links a { display: flex; justify-content: space-between; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.social-links a:nth-child(odd) { padding-right: 30px; border-right: 1px solid rgba(255,255,255,.2); }
.social-links a:nth-child(even) { padding-left: 30px; }
.social-links a span { color: var(--red); font-size: 18px; transition: transform .25s; }
.social-links a:hover span { transform: translate(4px, -4px); }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px 30px; color: #777; background: var(--ink); border-top: 1px solid rgba(255,255,255,.13); font-size: 8px; letter-spacing: .14em; }

.record { color: var(--paper); background: #050609; border-top: 1px solid rgba(22,119,255,.35); }
.record-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-bottom: 70px; }
.record-heading .section-label { grid-column: 1 / 3; }
.record-heading h2 { margin: 0; color: var(--gold); font-size: clamp(86px, 14vw, 210px); line-height: .7; letter-spacing: -.09em; }
.record-heading > p:last-child { margin: 0; padding-bottom: 8px; font: 700 9px/1 monospace; letter-spacing: .2em; color: rgba(255,255,255,.55); }
.record-details { display: grid; grid-template-columns: .58fr 1.42fr; gap: 7vw; }
.record-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.record-stats div { min-height: 155px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record-stats strong { color: var(--blue); font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.record-stats span { font: 700 8px/1 monospace; letter-spacing: .18em; color: rgba(255,255,255,.55); }
.recent-fights { border-top: 1px solid var(--line); }
.fight-row { display: grid; grid-template-columns: 150px 1fr 135px; gap: 24px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.fight-row > span { font: 700 9px/1.45 monospace; letter-spacing: .08em; color: rgba(255,255,255,.62); }
.fight-row small { color: rgba(255,255,255,.34); }
.fight-row b { font-size: 13px; letter-spacing: .04em; }
.fight-row em { justify-self: end; color: rgba(255,255,255,.5); font: 800 9px/1 monospace; letter-spacing: .09em; font-style: normal; }
.fight-row em.win { color: var(--gold); }
.fight-row-head { padding: 12px 0; }
.fight-row-head span { font-size: 7px; color: var(--blue); }
.fight-row-head span:last-child { justify-self: end; }

.sponsors { color: var(--paper); background: #07090d; border-top: 1px solid rgba(200,168,93,.3); }
.sponsors-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; align-items: end; margin-bottom: 70px; }
.sponsors-heading .section-label { grid-column: 1 / 3; }
.sponsors-heading h2 { margin: 0; font-size: clamp(58px, 8vw, 122px); line-height: .82; letter-spacing: -.07em; }
.sponsors-heading > p { margin: 0 0 8px; max-width: 450px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.9; }
.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sponsor-grid div { aspect-ratio: 1.45; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); }
.sponsor-grid span { color: var(--blue); font: 700 7px/1 monospace; letter-spacing: .16em; }
.sponsor-grid b { align-self: center; margin: auto 0; color: rgba(255,255,255,.22); font-size: 13px; letter-spacing: .18em; }

.gym { min-height: 780px; position: relative; display: flex; align-items: center; justify-content: flex-end; overflow: hidden; color: var(--paper); background: radial-gradient(circle at 26% 48%, rgba(22,119,255,.22), transparent 30%), #05070b; }
.gym-art { position: absolute; inset: 0 50% 0 0; display: grid; place-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.13); }
.gym-art::before { content: ""; position: absolute; width: 38vw; aspect-ratio: 1; border: 1px solid rgba(200,168,93,.34); border-radius: 50%; box-shadow: 0 0 0 70px rgba(22,119,255,.035), 0 0 0 140px rgba(22,119,255,.02); }
.gym-art span { position: relative; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.34); font-size: 19vw; line-height: .75; font-weight: 900; letter-spacing: -.13em; }
.gym-copy { width: 44%; position: relative; z-index: 2; }
.gym-copy > small { color: var(--gold); font: 700 8px/1 monospace; letter-spacing: .18em; }
.gym h2 { margin: 20px 0 34px; font-size: clamp(60px, 7.5vw, 118px); line-height: .78; letter-spacing: -.08em; }
.gym-copy > p { max-width: 570px; margin: 0 0 25px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.9; }
.gym address { margin-bottom: 35px; color: rgba(255,255,255,.8); font-size: 11px; font-style: normal; letter-spacing: .06em; }
.gym-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.contact-intro { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-bottom: 70px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-intro p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.button-gold { color: #080808; background: var(--gold); border-color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .gateway-panel { padding-left: 28px; padding-right: 28px; }
  .gateway-number { left: 28px; }
  .gateway-panel strong { font-size: clamp(48px, 9.5vw, 78px); }
  .nav-links a:not(.nav-store) { display: none; }
  .nav-links a { padding: 0 24px; }
  .profile-grid, .story, .fight-feature, .media { grid-template-columns: 1fr; }
  .record-details { grid-template-columns: 1fr; }
  .sponsors-heading { grid-template-columns: 1fr; }
  .sponsors-heading .section-label { grid-column: auto; }
  .sponsor-grid { grid-template-columns: 1fr 1fr; }
  .gym { justify-content: flex-start; padding-top: 420px; }
  .gym-art { inset: 0 0 auto 0; height: 350px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .gym-art::before { width: 300px; }
  .gym-art span { font-size: 180px; }
  .gym-copy { width: 100%; }
  .story-head, .media-heading { position: static; }
  .profile-title, .fight-copy, .media-heading { max-width: 680px; }
  .fight-image { max-width: 700px; }
  .media-heading .section-label { margin-bottom: 48px; }
}

@media (max-width: 640px) {
  .gateway { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .gateway-brand { padding: 18px 20px; }
  .gateway-brand span:last-child { display: none; }
  .gateway-panel { min-height: 50svh; padding: 58px 20px 26px; }
  .gateway-number { top: 57px; left: auto; right: 20px; }
  .gateway-type { margin-bottom: 10px; }
  .gateway-panel strong { font-size: clamp(48px, 16vw, 78px); }
  .gateway-action { margin-top: 24px; }
  .gateway-official::after { min-width: 330px; right: -48vw; top: 2%; }
  .gateway-apparel::before { background: linear-gradient(120deg, transparent 55%, rgba(22,119,255,.9) 55% 78%, var(--ink) 78%); }
  .gateway-apparel::after { right: -6vw; bottom: -20vw; font-size: 80vw; }
  .site-nav { min-height: 64px; }
  .wordmark { padding: 12px 17px; }
  .wordmark b { font-size: 13px; }
  .nav-links a { padding: 0 18px; }
  .hero { min-height: calc(100svh - 64px); align-items: flex-start; padding: 90px 20px 55px; }
  .hero h1 { font-size: clamp(54px, 20vw, 88px); line-height: .76; }
  .hero h1 em { margin-left: 6vw; }
  .hero-bottom { margin: 220px 0 0; display: block; }
  .hero-bottom > p { margin-bottom: 22px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding: 0 12px; font-size: 7px; }
  .side-note { display: none; }
  .scroll-cue { left: 20px; bottom: 22px; }
  .section { padding: 84px 20px; }
  .section-label { margin-bottom: 36px; }
  .profile h2, .fight-copy h2, .media h2, .store h2, .connect h2 { font-size: clamp(48px, 15vw, 76px); }
  .profile-grid { gap: 55px; }
  .lead { margin-bottom: 42px; font-size: 15px; }
  .profile-data div { grid-template-columns: 85px 1fr; }
  .story { gap: 55px; }
  .story-head h2 { font-size: 20vw; }
  .timeline li { grid-template-columns: 55px 1fr; gap: 16px; padding: 27px 0; }
  .record-heading { grid-template-columns: 1fr; margin-bottom: 48px; }
  .record-heading .section-label { grid-column: auto; }
  .record-heading h2 { font-size: 28vw; }
  .record-heading > p:last-child { padding: 0; }
  .record-details { gap: 52px; }
  .record-stats div { min-height: 125px; padding: 17px; }
  .record-stats strong { font-size: 38px; }
  .fight-row { grid-template-columns: 92px 1fr; gap: 15px; }
  .fight-row em { grid-column: 2; justify-self: start; }
  .fight-row-head { display: none; }
  .fight-feature { gap: 58px; }
  .fight-image { padding: 8px; box-shadow: 9px 9px 0 var(--red); }
  .result b { min-width: 78px; }
  .media { gap: 65px; }
  .media-list > a { grid-template-columns: 1fr 20px; gap: 18px; }
  .media-list > a > span { grid-column: 1 / 3; }
  .sponsors-heading { gap: 30px; margin-bottom: 48px; }
  .sponsors-heading h2 { font-size: 15vw; }
  .sponsor-grid { grid-template-columns: 1fr 1fr; }
  .sponsor-grid div { padding: 13px; }
  .sponsor-grid b { font-size: 9px; }
  .gym { min-height: 880px; padding-top: 390px; }
  .gym-art { height: 320px; }
  .gym h2 { font-size: 16vw; }
  .gym-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store { min-height: 700px; align-items: flex-start; padding-top: 88px; }
  .store-art { inset: 47% 0 0 0; }
  .store-art span { left: 2vw; bottom: -17vw; font-size: 85vw; }
  .connect h2 { margin-bottom: 55px; }
  .contact-intro { display: block; margin-bottom: 55px; }
  .contact-intro p { margin-bottom: 22px; }
  .social-links { grid-template-columns: 1fr; }
  .social-links a:nth-child(n) { padding: 20px 0; border-right: 0; }
  footer { padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
