:root {
  --bg: #101116;
  --bg-deep: #0d0e13;
  --line: #24252b;
  --muted: #858894;
  --text: #f2f2f5;
  --red: #ff4f64;
  --orange: #ff7a2f;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 35%, rgba(255, 87, 65, .11), transparent 28%),
    radial-gradient(circle at 86% 62%, rgba(89, 52, 255, .1), transparent 24%),
    #101116;
  font-family: "Rajdhani", Arial, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .55);
}

.mark {
  display: flex;
  height: 100%;
  min-width: 124px;
  align-items: center;
  padding: 0 18px;
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, .7);
}

.logo {
  display: block;
  width: 86px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 62, 55, .45));
}

.main-nav {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 23px;
  margin-left: 6px;
  color: #9b9ca5;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .18s ease;
}

.main-nav a:hover {
  color: #fff;
}

.main-nav span {
  width: 0;
  height: 0;
  border-top: 4px solid currentColor;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  opacity: .8;
}

.header-actions {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  padding-right: 15px;
}

.play-link {
  display: inline-grid;
  min-width: 104px;
  height: 34px;
  place-items: center;
  padding: 0 19px;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  color: #ff334f;
  background: #f4f4f6;
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.play-link:hover {
  transform: translateY(-1px);
  background: #fff;
}

.hero {
  position: relative;
  display: grid;
  height: 660px;
  min-height: 660px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 70, 78, .24), rgba(255, 70, 78, .08) 26%, transparent 52%),
    linear-gradient(180deg, rgba(15, 15, 21, .2) 0%, rgba(15, 15, 21, .18) 54%, #101116 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  top: 45px;
  bottom: 0;
  width: 43%;
  content: "";
  opacity: .78;
}

.hero::before {
  left: 0;
  background: linear-gradient(132deg, rgba(14, 15, 22, .96) 0 47%, transparent 47.2%);
}

.hero::after {
  right: 0;
  background: linear-gradient(228deg, rgba(14, 15, 22, .96) 0 47%, transparent 47.2%);
}

.hero-image {
  position: absolute;
  z-index: -3;
  inset: 45px 0 0;
  background:
    linear-gradient(90deg, rgba(13, 14, 20, .9) 0%, rgba(13, 14, 20, .25) 25%, rgba(13, 14, 20, .06) 54%, rgba(13, 14, 20, .86) 100%),
    linear-gradient(180deg, rgba(16, 17, 22, .15) 0%, rgba(16, 17, 22, .02) 50%, #101116 94%),
    url("assets/ee8ed3201350871.667884539e5c1.webp") center center / cover no-repeat;
  filter: saturate(.82) contrast(1.08) brightness(.78);
}

.hero-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(71, 11, 116, .2), transparent 35%, rgba(255, 60, 70, .18) 55%, rgba(9, 13, 19, .64) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.hero-noise {
  position: absolute;
  z-index: -2;
  inset: 45px 0 0;
  opacity: .18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.18) 0 1px, transparent 1.2px),
    radial-gradient(circle at 75% 40%, rgba(255,255,255,.16) 0 1px, transparent 1.2px);
  background-size: 7px 7px, 11px 11px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  top: 42px;
  display: flex;
  width: min(760px, calc(100vw - 32px));
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.date-pill,
.section-kicker {
  display: inline-grid;
  min-height: 26px;
  place-items: center;
  padding: 4px 9px 3px;
  color: #fff;
  background: var(--red);
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 24px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(58px, 8vw, 100px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: 16px;
  text-indent: 16px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 255, 255, .06);
}

.tagline {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .95);
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: uppercase;
}

.download-btn {
  display: inline-grid;
  min-width: 232px;
  min-height: 54px;
  place-items: center;
  border: 3px solid #ff334f;
  outline: 2px solid rgba(255, 255, 255, .22);
  outline-offset: -7px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ff6330);
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease, background .22s ease;
}

.download-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 24px rgba(255, 79, 100, .18);
}

.platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-top: 19px;
  color: rgba(255, 255, 255, .58);
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.platform {
  position: relative;
  display: inline-flex;
  min-height: 16px;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.platform img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: .86;
}

.platform span {
  display: inline-block;
}

.intro {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 38px));
  margin: 22px auto 28px;
  text-align: center;
}

.section-kicker {
  min-height: 24px;
  padding: 4px 8px 3px;
  font-size: 12px;
}

.intro h2 {
  margin: 23px 0 18px;
  color: rgba(255, 255, 255, .95);
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 33px);
  font-weight: 400;
  line-height: 1.24;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 255, 255, .05);
}

.intro p {
  width: min(610px, 100%);
  margin: 0 auto;
  color: #858892;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.23;
}

.mode-cards {
  width: min(1040px, calc(100vw - 40px));
  margin: 0 auto 82px;
}

.mode-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.mode-viewport {
  overflow: hidden;
}

.mode-track {
  display: flex;
  width: 300%;
  transition: transform .48s cubic-bezier(.2, .8, .2, 1);
}

#mode-duel:checked ~ .mode-viewport .mode-track {
  transform: translateX(0);
}

#mode-ranked:checked ~ .mode-viewport .mode-track {
  transform: translateX(-33.3333%);
}

#mode-season:checked ~ .mode-viewport .mode-track {
  transform: translateX(-66.6666%);
}

.mode-card {
  display: grid;
  width: 33.3333%;
  min-height: 360px;
  flex: 0 0 33.3333%;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  color: #1a1b21;
  background: #f1f1f3;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

.mode-image {
  position: relative;
  min-height: 360px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-right: 0;
  background-size: cover;
  background-position: center;
}

.mode-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 11, 15, .04), rgba(10, 11, 15, .36)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 5px);
}

.mode-image span {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  min-width: 34px;
  height: 30px;
  padding-top: 6px;
  color: #7d8089;
  background: #f1f1f3;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.mode-duel {
  background-image: url("assets/2x2.png");
}

.mode-ranked {
  background-image: url("assets/5x5.png");
}

.mode-season {
  background-image: url("assets/ee8ed3201350871.667884539e5c1.webp");
  background-position: center 58%;
}

.mode-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 44px;
}

.mode-label {
  margin: 0 0 18px;
  color: #8d9098;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mode-body h3 {
  margin: 0 0 10px;
  color: var(--red);
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.mode-body p {
  margin: 0;
  color: #6e717a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.27;
}

.mode-body .mode-label {
  margin: 0 0 18px;
  color: #8d9098;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mode-switches {
    display: grid;
    width: min(620px, 100%);
    margin: 22px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.mode-switches label {
  position: relative;
  display: grid;
  min-height: 58px;
  grid-template-columns: 38px 1fr;
  align-items: center;
  column-gap: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 10px 14px;
  color: #80838d;
  background: rgba(20, 21, 28, .78);
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.mode-switches span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.mode-switches strong {
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.mode-switches i {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 3px;
  background: rgba(255, 255, 255, .1);
}

.mode-switches i::before {
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background: var(--red);
  transition: width .28s ease;
}

#mode-duel:checked ~ .mode-switches label[for="mode-duel"],
#mode-ranked:checked ~ .mode-switches label[for="mode-ranked"],
#mode-season:checked ~ .mode-switches label[for="mode-season"] {
  color: #fff;
  border-color: rgba(255, 79, 100, .75);
  background: linear-gradient(135deg, rgba(255, 79, 100, .24), rgba(255, 122, 47, .08));
}

#mode-duel:checked ~ .mode-switches label[for="mode-duel"] i::before,
#mode-ranked:checked ~ .mode-switches label[for="mode-ranked"] i::before,
#mode-season:checked ~ .mode-switches label[for="mode-season"] i::before {
  width: 100%;
}

.loadout-section {
  display: grid;
  width: min(1180px, 100%);
  min-height: 520px;
  margin: 0 auto 94px;
  grid-template-columns: 1.25fr .95fr;
  align-items: center;
}

.loadout-art {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(16, 17, 22, .02), rgba(16, 17, 22, .78) 88%),
    linear-gradient(180deg, rgba(16, 17, 22, .08), rgba(16, 17, 22, .78) 74%, #101116),
    url("assets/backproject.jpg") center / cover no-repeat;
}

.drop-strip {
    position: absolute;
    right: 40px;
    bottom: 26px;
    filter: grayscale(1);
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.drop-item {
  position: relative;
  display: grid;
  min-height: 210px;
  align-items: end;
  border: 2px solid rgba(255, 255, 255, .9);
  padding: 18px;
  overflow: hidden;
  background: rgba(14, 15, 21, .72);
}

.drop-item::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .3)),
    var(--drop-image) center 40% / cover no-repeat;
  filter: grayscale(1);
}

.drop-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38px;
  content: "";
  opacity: .68;
}

.drop-gems {
  --drop-image: url("assets/gems.png");
}

.drop-cases {
  --drop-image: url("assets/cases.png");
}

.drop-keys {
  --drop-image: url("assets/keys.png");
}

.drop-skins {
  --drop-image: url("assets/skins.png");
}

.drop-gems::after {
  background: #1a8fd0;
}

.drop-cases::after {
  background: #c6a400;
}

.drop-keys::after {
  background: #7d45c6;
}

.drop-skins::after {
  background: #1595d0;
}

.drop-item span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 32px;
  height: 29px;
  padding-top: 5px;
  color: #757884;
  background: #f2f2f4;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.drop-item strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.loadout-copy {
  padding: 30px 38px 30px 50px;
}

.accent-line {
  width: 180px;
  height: 9px;
  margin-bottom: 26px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 38% 2px, 32% 100%, 0 100%);
  background: var(--red);
}

.loadout-copy p {
  width: min(560px, 100%);
  margin: 0 0 18px;
  color: #aeb1ba;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.download-btn.compact {
  min-width: 178px;
  min-height: 44px;
  border-width: 0;
  outline: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.download-btn.compact:hover,
.play-link:hover {
  box-shadow: 0 10px 24px rgba(255, 79, 100, .16);
}

.systems-board {
  position: relative;
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto 86px;
  padding: 54px 58px 60px;
  background: rgba(19, 19, 26, .42);
}

.systems-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("assets/Rectangle.svg") center / 100% 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(46%) sepia(88%) saturate(3048%) hue-rotate(326deg) brightness(103%) contrast(101%);
}

.systems-board h2 {
  margin: 18px 0 44px;
  color: #fff;
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.systems-board > .section-kicker {
  display: table;
  margin: 0 auto;
}

.systems-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.systems-columns h3 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.systems-columns ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.systems-columns li {
  position: relative;
  padding-left: 28px;
  color: #858894;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.systems-columns li::before {
  position: absolute;
  left: 0;
  top: .43em;
  width: 8px;
  height: 8px;
  border: 1px solid var(--red);
  content: "";
  transform: rotate(45deg);
}

.site-footer {
  display: grid;
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto 54px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px 42px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 28px;
  color: #8f929d;
}

.footer-logo img {
  display: block;
  width: 92px;
  filter: drop-shadow(0 0 12px rgba(255, 62, 55, .36));
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer nav a {
  color: #a6a9b2;
}

.site-footer nav a:hover {
  color: #fff;
}

.site-footer p {
  grid-column: 1 / -1;
  width: min(640px, 100%);
  margin: 0;
  color: #6f727c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.cookie-banner {
  position: fixed;
  inset: auto 20px 20px 20px;
  z-index: 30;
}

.cookie-card {
  width: min(980px, calc(100vw - 40px));
  margin-left: auto;
  border: 1px solid rgba(255, 79, 100, .34);
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(19, 20, 28, .96), rgba(15, 16, 24, .98)),
    #111217;
  box-shadow: 0 28px 44px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cookie-copy h2 {
  margin: 14px 0 10px;
  color: #fff;
  font-family: "Russo One", "Rajdhani", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}

.cookie-copy p {
  margin: 0;
  color: #b0b3bc;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cookie-btn {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.cookie-secondary:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}

.cookie-primary {
  border-color: rgba(255, 79, 100, .6);
  background: linear-gradient(135deg, rgba(255, 79, 100, .92), rgba(255, 122, 47, .86));
}

.cookie-details {
  margin-top: 18px;
  overflow-x: auto;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  color: #b7bac3;
  font-size: 15px;
}

.cookie-table th,
.cookie-table td {
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.cookie-table th {
  color: #fff;
  background: rgba(255, 255, 255, .04);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cookie-note {
  margin: 12px 0 0;
  color: #7c8089;
  font-size: 14px;
  font-weight: 700;
}

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 79, 100, .5);
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 79, 100, .92), rgba(255, 122, 47, .86));
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .26);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
  cursor: pointer;
}

.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top:hover {
  filter: brightness(1.08);
}

.scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 780px) {
  .site-header {
    height: 56px;
  }

  .mark {
    min-width: auto;
    gap: 15px;
    padding-right: 8px;
  }

  .main-nav {
    gap: 12px;
    overflow: auto;
    margin-left: 0;
    padding: 0 8px;
    font-size: 11px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .header-actions {
    gap: 8px;
    padding-right: 8px;
  }

  .play-link {
    min-width: 88px;
    padding: 0 12px;
    font-size: 10px;
  }

  .hero {
    height: 660px;
  }

  .hero::before,
  .hero::after {
    top: 56px;
    width: 48%;
  }

  .hero-image,
  .hero-noise {
    top: 56px;
  }

  .hero-content {
    top: 20px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(44px, 14vw, 64px);
    letter-spacing: 9px;
    text-indent: 9px;
  }

  .tagline {
    font-size: 14px;
  }

  .logo {
    width: 78px;
  }

  .loadout-section,
  .systems-columns {
    grid-template-columns: 1fr;
  }

  .mode-cards {
    margin-bottom: 58px;
  }

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

  .mode-image {
    min-height: 250px;
    border-right: 2px solid rgba(255, 255, 255, .9);
    border-bottom: 0;
  }

  .mode-body {
    padding: 28px 26px 34px;
  }

  .loadout-section {
    width: min(100% - 26px, 1180px);
    min-height: auto;
  }

  .loadout-art {
    min-height: 440px;
  }

  .drop-strip {
    right: 12px;
    bottom: 14px;
    left: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .drop-item {
    min-height: 150px;
  }

  .loadout-copy {
    padding: 28px 8px 0;
  }

  .systems-board {
    padding: 42px 24px 44px;
  }
}

@media (max-width: 520px) {
  .main-nav a:nth-child(n+3) {
    display: none;
  }

  .hero {
    min-height: 660px;
  }

  .hero-image {
    background-position: 48% center;
  }

  .platforms {
    gap: 14px;
    flex-wrap: wrap;
  }

  .intro {
    margin-top: 12px;
  }

  .mode-cards,
  .loadout-section,
  .systems-board {
    width: min(100% - 26px, 1040px);
  }

  .mode-card {
    min-height: auto;
  }

  .mode-image {
    min-height: 170px;
  }

  .systems-board h2 {
    margin-bottom: 30px;
  }

  .systems-columns {
    gap: 34px;
  }

  .systems-columns li {
    text-align: left;
  }

  .mode-switches {
    gap: 8px;
  }

  .mode-switches label {
    min-height: 52px;
    grid-template-columns: 30px 1fr;
    padding: 8px 10px;
  }

  .mode-switches span {
    width: 28px;
    height: 28px;
  }

  .mode-switches strong {
    font-size: 12px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .cookie-banner {
    inset: auto 12px 12px 12px;
  }

  .cookie-card {
    width: 100%;
    padding: 18px 16px;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }

  .scroll-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}
