@font-face {
  font-family: "Minecraft";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/minecraft.ttf") format("truetype");
}

:root {
  --ink: #0e120f;
  --ink-2: #171d18;
  --ink-3: #242c25;
  --paper: #f4f1e9;
  --paper-2: #e8e5dc;
  --white: #fffefa;
  --muted: #aeb7ae;
  --line: #39423a;
  --purple: #bd42e8;
  --purple-dark: #7b259c;
  --lime: #8df049;
  --lime-dark: #4dad24;
  --cyan: #45dce5;
  --gold: #ffca45;
  --coral: #ff6c57;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

html.is-loading,
html.is-loading body {
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-loader {
  display: none;
  position: fixed;
  z-index: 2000;
  inset: 0;
  place-items: center;
  padding: 24px;
  background: #090c0a;
  color: var(--white);
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms ease, visibility 320ms ease;
}

.js .site-loader {
  display: grid;
}

.site-loader.is-hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.site-loader-inner {
  width: min(320px, 100%);
  display: grid;
  gap: 12px;
  text-align: center;
}

.site-loader-inner strong {
  color: var(--lime);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: clamp(1.8rem, 7vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
  text-shadow: 3px 3px 0 var(--purple-dark);
}

.site-loader-inner > span:not(.site-loader-track) {
  color: rgba(255, 255, 255, 0.72);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-loader-track {
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.site-loader-track span {
  display: block;
  width: 34%;
  height: 100%;
  background: var(--lime);
  animation: loader-progress 900ms ease-in-out infinite;
}

@keyframes loader-progress {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(395%);
  }
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(14, 18, 15, 0.96);
  border-color: rgba(255, 255, 255, 0.1);
}

.nav-brand {
  width: 126px;
  height: 66px;
}

.nav-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav > a:not(.nav-action) {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.84);
}

.site-nav > a:not(.nav-action)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 150ms ease;
}

.site-nav > a:not(.nav-action):hover::after,
.site-nav > a:not(.nav-action):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}

.nav-dropdown-trigger svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  transition: transform 160ms ease;
}

.nav-dropdown.is-open .nav-dropdown-trigger {
  color: var(--lime);
}

.nav-dropdown.is-open .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown-region {
  position: absolute;
  top: calc(100% + 24px);
  right: -18px;
  width: 270px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  transition:
    opacity 150ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
}

.nav-dropdown.is-open .nav-dropdown-region {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity 150ms ease,
    transform 180ms ease,
    visibility 0s;
}

.nav-dropdown-menu {
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(170, 89, 240, 0.58);
  border-radius: 6px;
  background: rgba(10, 13, 11, 0.98);
  box-shadow:
    6px 6px 0 rgba(105, 43, 159, 0.42),
    0 20px 45px rgba(0, 0, 0, 0.46);
  text-transform: none;
}

.nav-dropdown-menu a {
  display: grid;
  gap: 3px;
  padding: 12px 13px;
  border-left: 2px solid transparent;
  color: var(--white);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  border-left-color: var(--lime);
  background: rgba(125, 255, 84, 0.08);
}

.nav-dropdown-menu strong {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.nav-dropdown-menu small {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0;
}

.site-nav .nav-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1;
}

.nav-action svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.site-nav .nav-join {
  border-color: #8dff6b;
  background: var(--lime);
  color: #10150e;
  box-shadow: inset 0 -3px 0 rgba(43, 120, 24, 0.52);
}

.site-nav .nav-join:hover {
  background: #a0ff81;
  transform: translateY(-1px);
}

.site-nav .nav-store {
  border-color: #d26cff;
  background: linear-gradient(135deg, #60229a, #8c31c5);
  color: var(--white);
  box-shadow:
    inset 0 -3px 0 rgba(52, 12, 84, 0.7),
    0 0 20px rgba(189, 68, 255, 0.18);
}

.site-nav .nav-store::after {
  display: none;
}

.site-nav .nav-store:hover {
  background: linear-gradient(135deg, #7d2fba, #ab3de2);
  box-shadow:
    inset 0 -3px 0 rgba(52, 12, 84, 0.7),
    0 0 26px rgba(205, 83, 255, 0.36);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0;
  background: var(--white);
  transform-origin: center;
  transition: opacity 150ms ease, transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -2;
  background: rgba(7, 10, 8, 0.32);
  box-shadow: inset 0 -230px 160px rgba(7, 10, 8, 0.72);
}

.hero-content {
  width: min(760px, calc(100% - 40px));
  padding: 94px 20px 66px;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.88);
}

.hero-season {
  margin: 0 auto 24px;
  color: var(--white);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #150f23, 0 8px 24px rgba(0, 0, 0, 0.62);
  white-space: nowrap;
}

.hero-season span {
  color: var(--lime);
}

.hero-logo {
  width: min(520px, 82vw);
  height: auto;
  margin: 0 auto 22px;
  filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.42));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-connect {
  width: min(580px, 100%);
  margin: 0 auto;
}

.hero-ip-group {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 52px;
  align-items: center;
  gap: 0;
  min-height: 64px;
  padding: 5px 5px 5px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(21, 15, 35, 0.86);
}

.hero-ip-label {
  color: var(--lime);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  line-height: 1;
  text-shadow: 2px 2px 0 #150f23;
}

.hero-ip {
  min-width: 0;
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  color: var(--white);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: clamp(1.05rem, 2.5vw, 1.4rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: none;
}

.icon-copy-button {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.icon-copy-button:hover {
  transform: translateY(-2px);
}

.icon-copy-button:active {
  transform: translateY(1px);
}

.icon-copy-button svg {
  position: absolute;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: opacity 160ms ease, transform 220ms ease;
}

.icon-copy-button .check-icon {
  opacity: 0;
  transform: scale(0.45) rotate(-12deg);
}

.hero-copy-button {
  width: 52px;
  height: 52px;
  background: var(--white);
  color: #1f1633;
  box-shadow: none;
}

.hero-copy-button:hover {
  background: #f0f0f0;
}

.icon-copy-button.is-copied {
  background: var(--lime);
  color: #1f1633;
}

.icon-copy-button.is-copied .copy-icon {
  opacity: 0;
  transform: scale(0.55);
}

.icon-copy-button.is-copied .check-icon {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.hero-link-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.hero-link-actions .button {
  min-width: 164px;
}

.hero-editions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-editions a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--purple);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-editions a:hover {
  color: var(--lime);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 150ms ease, background-color 150ms ease, color 150ms ease;
}

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

.button-primary {
  background: var(--lime);
  color: #14200d;
  box-shadow: 0 5px 0 var(--lime-dark);
  text-shadow: none;
}

.button-primary:hover {
  background: #a8fa70;
}

.button-primary .button-label {
  color: rgba(20, 32, 13, 0.7);
}

.button-discord {
  border-color: #5865f2;
  background: #5865f2;
  color: var(--white);
  text-shadow: none;
}

.button-discord:hover {
  background: #6875f5;
}

.button-store {
  border-color: #79628c;
  background: #422082;
  color: var(--white);
  box-shadow: 0 4px 0 #150f23;
  text-shadow: none;
}

.button-store:hover {
  border-color: #fa7faa;
  background: #56329a;
}

.button-store .store-icon {
  fill: none;
  stroke: #fa7faa;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 5px 0 var(--purple);
}

.server-status {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 700;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(255, 202, 69, 0.18);
}

.server-status.is-online .status-dot {
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(141, 240, 73, 0.18);
}

.server-status.is-offline .status-dot {
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 108, 87, 0.18);
}

.hero-scroll {
  position: absolute;
  bottom: 19px;
  left: 50%;
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.mechanic-rail {
  border-block: 1px solid #283128;
  background: var(--ink);
}

.mechanic-rail-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.mechanic-rail span {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  border-right: 1px solid #283128;
  color: var(--muted);
  font-size: 0.84rem;
}

.mechanic-rail span:last-child {
  border-right: 0;
}

.mechanic-rail strong {
  color: var(--lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.section {
  padding: 110px 0;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-effects {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #1f1633;
  color: var(--white);
  box-shadow: inset 0 1px 0 #362d59, inset 0 -1px 0 #362d59;
}

.section-effects::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("../images/brand/dungeon-bg.webp");
  background-position: center;
  background-size: cover;
  content: "";
  filter: brightness(0.52) saturate(1.1);
  opacity: 0.28;
}

.section-effects::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(21, 15, 35, 0.82);
  content: "";
}

.section-effects .split-feature {
  position: relative;
  z-index: 1;
}

.section-effects .eyebrow {
  color: #bdb8c0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-effects .section-copy h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.05;
}

.section-effects .section-copy h2::after {
  display: block;
  width: 96px;
  height: 3px;
  margin-top: 26px;
  background: #fa7faa;
  content: "";
}

.section-effects .section-copy h2 span {
  display: inline-block;
  padding: 0 12px 4px;
  border-radius: 4px;
  background: #c2ef4e;
  color: #1f1633;
}

.section-effects .section-copy h2 em {
  color: #fa7faa;
  font-style: normal;
}

.section-effects .section-copy .lead {
  color: #bdb8c0;
  line-height: 2;
}

.positive-copy {
  color: #ffffff;
  font-weight: 600;
}

.negative-copy {
  color: #ffffff;
  font-weight: 600;
}

.section-effects .number-list {
  border-bottom: 1px solid #362d59;
}

.section-effects .number-list li {
  padding: 20px 0;
  border-top-color: #362d59;
}

.section-effects .number-list > li > span {
  width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #422082;
  color: #ffffff;
  font-size: 0.78rem;
}

.section-effects .number-list strong {
  color: #ffffff;
  font-weight: 600;
}

.section-effects .number-list p {
  color: #bdb8c0;
}

.section-effects .feature-visual {
  overflow: hidden;
  border: 1px solid #362d59;
  border-radius: 18px;
  background: #150f23;
  box-shadow: none;
}

.section-effects .feature-visual img {
  object-position: 68% center;
}

.section-effects .feature-visual figcaption {
  border-top: 1px solid #362d59;
  background: #150f23;
  color: #ffffff;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
}

.section-paper {
  background: #e9e6dd;
  color: var(--ink);
}

.section-ink {
  background: var(--ink-2);
}

.section-dark {
  background: #111410;
}

.split-feature,
.crate-layout,
.join-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.world-band h2,
.season-panel h2,
.document-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.98;
}

.section-copy .lead,
.section-heading > p:last-child {
  max-width: 680px;
  color: #525d53;
  font-size: 1.08rem;
}

.section-ink .section-heading > p:last-child,
.section-dark .section-copy .lead {
  color: var(--muted);
}

.number-list {
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.number-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #c9c7be;
}

.number-list li:last-child {
  border-bottom: 1px solid #c9c7be;
}

.number-list > li > span {
  color: var(--purple-dark);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-weight: 900;
}

.number-list strong {
  display: block;
  font-size: 1.08rem;
}

.number-list p {
  margin: 2px 0 0;
  color: #5c645d;
  line-height: 1.5;
}

.feature-visual {
  margin: 0;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.feature-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: right center;
}

.feature-visual figcaption {
  padding: 15px 18px;
  border-top: 3px solid var(--lime);
  color: var(--white);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #1a211b;
}

.feature-card:nth-child(2) {
  background: #20281e;
}

.feature-card:nth-child(3) {
  background: #1b2022;
}

.feature-card:nth-child(4) {
  background: #221e22;
}

.feature-index {
  color: var(--cyan);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 900;
}

.feature-card h3 {
  margin: 42px 0 8px;
  font-size: 1.35rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.command-chip {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: var(--lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.world-band {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.world-band > picture,
.world-band > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-band > picture {
  z-index: -2;
}

.world-band > picture img {
  object-fit: cover;
}

.world-band::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 12, 9, 0.46) 0%,
    rgba(8, 12, 9, 0.46) 64%,
    rgba(18, 11, 29, 0.74) 82%,
    #120b1d 100%
  );
  content: "";
}

.world-band-content {
  width: min(560px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1180px) / 2));
  padding: 34px 0;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

.world-band h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.world-band-content > p:not(.eyebrow) {
  max-width: 520px;
  margin: 20px 0 28px;
  font-size: 1.12rem;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rank-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #cbc8bf;
  border-radius: 6px;
  background: #f7f5ef;
}

.rank-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--purple);
  content: "";
}

.rank-brewer::before {
  background: var(--gold);
}

.rank-mystic::before {
  background: var(--cyan);
}

.rank-arcane::before {
  background: var(--lime);
}

.rank-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.rank-card h3 {
  margin: 20px 20px 5px;
  font-size: 1.35rem;
}

.rank-card p {
  min-height: 116px;
  margin: 0;
  padding: 0 20px 22px;
  color: #596159;
  line-height: 1.5;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.crate-layout {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.inline-link {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 2px solid var(--purple);
  color: var(--white);
  font-weight: 800;
}

.key-stack {
  display: grid;
  gap: 10px;
}

.key-card {
  min-height: 152px;
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  border: 1px solid #303a31;
  border-radius: 6px;
  background: #1a211b;
}

.key-card:nth-child(2) {
  background: #211b20;
}

.key-card:nth-child(3) {
  background: #171d21;
}

.key-card img {
  width: 132px;
  height: 132px;
  object-fit: cover;
}

.key-card div {
  padding: 18px 22px;
}

.key-card h3 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}

.key-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.season-section {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  padding: 110px 0 56px;
  overflow: hidden;
  isolation: isolate;
}

.season-media,
.season-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.season-media img {
  object-fit: cover;
}

.season-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #120b1d 0%,
    rgba(18, 11, 29, 0.88) 8%,
    rgba(8, 9, 8, 0.44) 24%,
    rgba(8, 9, 8, 0.44) 100%
  );
  box-shadow: inset 0 -250px 150px rgba(6, 8, 7, 0.78);
  content: "";
}

.season-panel {
  text-align: center;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}

.season-panel h2 {
  max-width: none;
}

.season-panel > p:not(.eyebrow) {
  max-width: 790px;
  margin: 14px auto 22px;
  font-size: 1.08rem;
}

.leaderboard-lanes {
  max-width: 930px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 18px;
  text-align: left;
  text-shadow: none;
}

.leaderboard-lane {
  display: grid;
  gap: 2px;
  padding: 14px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left-width: 4px;
  background: rgba(11, 14, 12, 0.78);
  backdrop-filter: blur(8px);
}

.leaderboard-lane-kills {
  border-left-color: var(--cyan);
}

.leaderboard-lane-balance {
  border-left-color: var(--gold);
}

.leaderboard-lane > span {
  color: rgba(255, 255, 255, 0.7);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.leaderboard-lane > strong {
  font-size: 1.24rem;
  line-height: 1.3;
}

.leaderboard-lane > small {
  color: rgba(255, 255, 255, 0.72);
}

.prize-podium {
  max-width: 930px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  margin: 10px auto 20px;
  padding: 0;
  list-style: none;
  text-shadow: none;
}

.prize-podium li {
  --prize-accent: #7dff54;
  --prize-rgb: 125, 255, 84;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px 12px 18px;
  border: 1px solid rgba(var(--prize-rgb), 0.62);
  border-top: 4px solid var(--prize-accent);
  background:
    linear-gradient(180deg, rgba(var(--prize-rgb), 0.2), rgba(8, 10, 9, 0.95) 66%),
    rgba(8, 10, 9, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.28);
  font-size: 0.88rem;
  line-height: 1.25;
}

.prize-podium li::before {
  position: absolute;
  z-index: -1;
  top: -42px;
  left: 50%;
  width: 126px;
  height: 100px;
  border-radius: 50%;
  background: rgba(var(--prize-rgb), 0.22);
  filter: blur(24px);
  content: "";
  transform: translateX(-50%);
}

.prize-podium strong {
  color: var(--prize-accent);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, 0.9),
    0 0 18px rgba(var(--prize-rgb), 0.34);
}

.prize-podium li > span {
  min-height: 3.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--white);
}

.prize-podium li > span b {
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.1;
}

.prize-podium li > span small {
  color: rgba(255, 255, 255, 0.66);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.prize-podium .prize-first {
  --prize-accent: #ffd85a;
  --prize-rgb: 255, 216, 90;
  min-height: 164px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 30px rgba(255, 192, 37, 0.2),
    0 14px 32px rgba(0, 0, 0, 0.34);
}

.prize-podium .prize-first strong {
  font-size: 1.9rem;
}

.prize-podium .prize-first span b {
  font-size: 1.62rem;
}

.prize-podium .prize-second {
  --prize-accent: #e1edfa;
  --prize-rgb: 201, 220, 239;
  min-height: 144px;
}

.prize-podium .prize-third {
  --prize-accent: #e5a264;
  --prize-rgb: 229, 162, 100;
  min-height: 128px;
}

.prize-podium .prize-fourth {
  --prize-accent: #8ea1ff;
  --prize-rgb: 88, 101, 242;
  min-height: 112px;
}

.prize-podium .prize-fifth {
  --prize-accent: #df73ff;
  --prize-rgb: 180, 80, 230;
  min-height: 112px;
}

.prize-podium .prize-fourth span b,
.prize-podium .prize-fifth span b {
  font-size: 1rem;
}

.season-disclaimer {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.section-join {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  height: 780px;
  min-height: 780px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #080a0a;
  color: var(--white);
}

.section-join::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(110px, 14vw, 190px);
  background: linear-gradient(
    to bottom,
    #120b1d 0%,
    rgba(18, 11, 29, 0.94) 18%,
    rgba(13, 8, 21, 0.66) 56%,
    rgba(9, 7, 15, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.join-media,
.join-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.join-media img {
  object-fit: cover;
  object-position: center;
}

.section-join::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.8) 0%, rgba(5, 7, 8, 0.34) 48%, rgba(7, 5, 14, 0.82) 100%),
    linear-gradient(180deg, rgba(8, 5, 15, 0.12), rgba(7, 8, 8, 0.58));
  content: "";
}

.join-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
}

.section-join .section-copy {
  max-width: 490px;
  padding: 28px 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
}

.section-join .section-copy h2 {
  color: var(--white);
}

.section-join .section-copy .lead {
  color: rgba(255, 255, 255, 0.82);
}

.edition-switcher {
  display: inline-flex;
  margin-top: 24px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(8, 10, 9, 0.76);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}

.edition-switcher button {
  min-height: 42px;
  padding: 8px 15px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.edition-switcher button[aria-selected="true"] {
  background: var(--lime);
  color: #10150e;
  box-shadow: inset 0 -3px 0 rgba(36, 102, 22, 0.56);
}

.join-panel {
  min-height: 460px;
  display: grid;
  align-items: center;
  align-content: start;
  gap: 26px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(139, 239, 255, 0.48);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(21, 14, 36, 0.9), rgba(7, 15, 17, 0.9));
  box-shadow:
    10px 10px 0 rgba(48, 220, 230, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 70px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(14px);
}

.join-panel-heading {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.join-panel-heading span {
  color: var(--lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.join-panel-heading strong {
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.join-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.join-copy-stack {
  display: grid;
  gap: 0;
}

.join-copy-field {
  display: grid;
  gap: 8px;
}

.join-bedrock-port {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  visibility: hidden;
  transition:
    max-height 220ms ease,
    margin-top 220ms ease,
    opacity 150ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms;
}

.join-bedrock-port.is-visible {
  max-height: 92px;
  margin-top: 17px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition:
    max-height 220ms ease,
    margin-top 220ms ease,
    opacity 180ms ease 40ms,
    transform 220ms ease,
    visibility 0s linear 0s;
}

.join-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 0;
  min-height: 60px;
  padding: 4px;
  border: 1px solid rgba(171, 106, 255, 0.68);
  border-radius: 8px;
  background: rgba(5, 8, 11, 0.7);
  box-shadow: inset 0 0 25px rgba(130, 54, 230, 0.08);
}

.join-copy-value {
  min-width: 0;
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 10px 14px;
  color: var(--white);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: clamp(0.96rem, 2.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1;
  overflow-wrap: anywhere;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

.join-copy-button {
  width: 52px;
  min-height: 52px;
  height: 52px;
  background: rgba(97, 45, 170, 0.86);
  color: var(--white);
  box-shadow: none;
}

.join-copy-button:hover {
  background: #7d39c8;
}

.join-copy-button.is-copied:hover {
  background: var(--lime);
  color: #1f1633;
}

.join-address {
  width: 100%;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
  border: 2px solid var(--purple-dark);
  border-radius: 5px;
  background: #f3eef4;
  color: var(--ink);
  cursor: pointer;
}

.join-address strong {
  overflow-wrap: anywhere;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(1rem, 2.5vw, 1.45rem);
}

.join-address span {
  color: #636663;
  font-size: 0.82rem;
}

.join-panel ol {
  display: grid;
  gap: 8px;
  padding-left: 25px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.join-panel ol li {
  padding: 7px 10px;
  border-left: 2px solid rgba(125, 255, 84, 0.62);
  background: rgba(255, 255, 255, 0.045);
}

.join-panel ol li::marker {
  color: var(--lime);
  font-family: "Minecraft", ui-monospace, monospace;
  font-size: 0.82rem;
}

.section-faq {
  background: var(--ink-2);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 70px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-trigger {
  width: 100%;
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px 52px 22px 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.faq-trigger svg {
  width: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--lime);
  stroke-width: 2;
  transition: transform 220ms ease;
}

.faq-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.faq-item.is-open .faq-trigger svg {
  transform: rotate(180deg);
}

.faq-region {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 240ms ease,
    opacity 160ms ease;
}

.faq-item.is-open .faq-region {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-region > div {
  min-height: 0;
  overflow: hidden;
}

.faq-list p {
  margin: 0;
  padding: 0 50px 22px 0;
  color: var(--muted);
}

@media (max-width: 640px) {
  .faq-trigger {
    align-items: flex-start;
    padding-right: 0;
  }

  .faq-action > span {
    display: none;
  }
}

.site-footer {
  border-top: 1px solid #2d352e;
  background: #0a0d0b;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 45px;
  padding-block: 60px 45px;
}

.footer-logo {
  width: 210px;
  height: 105px;
  object-fit: contain;
  object-position: left center;
}

.footer-main p {
  max-width: 360px;
  margin: 8px 0 0;
  color: #8f998f;
}

.footer-main h2 {
  margin: 15px 0 12px;
  color: var(--lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main .text-link {
  display: block;
  margin: 7px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8c0b8;
  cursor: pointer;
  text-align: left;
}

.footer-main a:hover,
.footer-main .text-link:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-top: 1px solid #252b26;
  color: #747d75;
  font-size: 0.75rem;
}

.document-hero {
  padding: 180px 0 80px;
  border-bottom: 1px solid #303930;
  background: var(--ink-2);
}

.document-hero p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.document {
  max-width: 860px;
  padding-block: 70px 100px;
}

.document section {
  padding: 26px 0;
  border-bottom: 1px solid #303930;
}

.document h2 {
  margin: 0 0 8px;
  color: var(--lime);
  font-size: 1.2rem;
}

.document p {
  margin: 0;
  color: #bec7bf;
}

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

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

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 32px 24px;
    background: rgba(14, 18, 15, 0.99);
  }

  .site-nav.is-open {
    display: flex;
    overflow-y: auto;
  }

  .site-nav > a:not(.nav-action),
  .nav-dropdown-trigger {
    padding: 15px 6px;
    border-bottom: 1px solid #303930;
    font-size: 1rem;
  }

  .nav-dropdown-region {
    position: static;
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 1;
    transform: none;
    transition: grid-template-rows 220ms ease;
  }

  .nav-dropdown.is-open .nav-dropdown-region {
    grid-template-rows: 1fr;
  }

  .nav-dropdown-menu {
    min-height: 0;
    width: 100%;
    overflow: hidden;
    gap: 2px;
    padding: 8px 0 8px 12px;
    border: 0;
    border-bottom: 1px solid #303930;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
  }

  .nav-dropdown-menu a {
    padding: 11px 12px;
  }

  .site-nav .nav-action {
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
  }

  .site-nav .nav-store {
    margin-top: 8px;
    text-align: center;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
  }

  .split-feature,
  .crate-layout,
  .join-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .section-join {
    height: auto;
    min-height: auto;
  }

  .section-join .section-copy {
    max-width: 620px;
  }

  .join-media img {
    object-position: 42% center;
  }

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

  .feature-card {
    min-height: 250px;
  }

  .mechanic-rail-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .mechanic-rail span:nth-child(2) {
    border-right: 0;
  }

  .mechanic-rail span:nth-child(-n + 2) {
    border-bottom: 1px solid #283128;
  }

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

  .footer-main > div:last-child {
    grid-column: 2 / 3;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  .site-header {
    height: 70px;
    padding-inline: 14px;
  }

  .nav-brand {
    width: 110px;
    height: 58px;
  }

  .site-nav {
    top: 70px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-content {
    width: min(100% - 20px, 760px);
    padding: 78px 4px 62px;
  }

  .hero-season {
    margin-bottom: 16px;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    white-space: normal;
  }

  .hero-logo {
    width: min(420px, 92vw);
    margin-bottom: 18px;
  }

  .hero-connect {
    width: min(360px, 100%);
  }

  .hero-ip-group {
    grid-template-columns: auto minmax(0, 1fr) 48px;
    min-height: 58px;
    padding: 4px 4px 4px 12px;
  }

  .hero-ip,
  .hero-copy-button {
    min-height: 48px;
    height: 48px;
  }

  .hero-copy-button {
    width: 48px;
  }

  .hero-ip-label {
    font-size: 0.92rem;
  }

  .hero-ip {
    padding-inline: 8px;
    font-size: clamp(0.9rem, 4.8vw, 1.15rem);
  }

  .hero-link-actions {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
  }

  .hero-link-actions .button {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: 10px;
    font-size: 0.69rem;
  }

  .hero-editions {
    flex-wrap: wrap;
    gap: 3px 9px;
    margin-top: 11px;
    font-size: 0.67rem;
  }

  .hero-scroll {
    font-size: 0.64rem;
  }

  .mechanic-rail span {
    min-height: 72px;
    flex-direction: column;
    gap: 1px;
    text-align: center;
  }

  .section {
    padding: 76px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .world-band h2,
  .season-panel h2,
  .document-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.7rem);
  }

  .feature-grid,
  .rank-grid {
    grid-template-columns: 1fr;
  }

  .rank-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    min-height: 150px;
    align-items: center;
  }

  .rank-card img {
    width: 128px;
    height: 128px;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .rank-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 12px 15px 4px;
  }

  .rank-card p {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    min-height: 0;
    padding: 0 15px 14px;
    font-size: 0.87rem;
  }

  .world-band {
    min-height: 610px;
  }

  .world-band > picture img {
    object-position: 66% center;
  }

  .world-band-content {
    align-self: flex-end;
    margin: 0 auto 30px;
  }

  .key-card {
    min-height: 118px;
    grid-template-columns: 106px 1fr;
  }

  .key-card img {
    width: 106px;
    height: 106px;
  }

  .key-card div {
    padding: 13px;
  }

  .key-card p {
    font-size: 0.84rem;
  }

  .season-section {
    min-height: 900px;
    padding-bottom: 45px;
  }

  .season-media img {
    object-position: center;
  }

  .leaderboard-lanes {
    grid-template-columns: 1fr;
  }

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

  .prize-podium li,
  .prize-podium .prize-second,
  .prize-podium .prize-third,
  .prize-podium .prize-fourth,
  .prize-podium .prize-fifth {
    min-height: 96px;
  }

  .prize-podium .prize-first {
    min-height: 118px;
    grid-column: 1 / -1;
  }

  .join-panel {
    min-height: 340px;
    padding: 24px;
    box-shadow: 6px 6px 0 var(--cyan);
  }

  .join-copy-row {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .join-copy-value {
    padding-inline: 8px;
    font-size: clamp(0.85rem, 4.3vw, 1.05rem);
  }

  .join-copy-button {
    width: 48px;
  }

  .edition-switcher {
    width: 100%;
  }

  .edition-switcher button {
    flex: 1;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .document-hero {
    padding: 135px 0 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
