@font-face {
  font-family: "BG Lands Display";
  src: url("./assets/bg-lands-display.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Chakra Petch";
  src: url("./assets/chakra-petch-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Chakra Petch";
  src: url("./assets/chakra-petch-500-latin.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Chakra Petch";
  src: url("./assets/chakra-petch-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Chakra Petch";
  src: url("./assets/chakra-petch-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #080907;
  --bg-soft: #0d0f0b;
  --surface: #12150f;
  --surface-raised: #191d14;
  --text: #fff8e9;
  --muted: #b7b3a2;
  --faint: #77796e;
  --border: rgba(255, 248, 233, 0.12);
  --border-strong: rgba(255, 248, 233, 0.22);
  --gold: #f6b526;
  --gold-bright: #ffd76a;
  --gold-dark: #6f4800;
  --green: #86b94e;
  --green-bright: #b0dc78;
  --danger: #f1a44b;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.42);
  --shell: min(100% - 2rem, 78rem);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Chakra Petch", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.23;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.45px, transparent 0.45px);
  background-size: 5px 5px;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  color: inherit;
  font: inherit;
}

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

code {
  font-family: "Chakra Petch", monospace;
}

::selection {
  color: #151006;
  background: var(--gold-bright);
}

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

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: #171006;
  background: var(--gold-bright);
  transform: translateY(-160%);
}

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

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  height: 2px;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  box-shadow: 0 0 1rem var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0.8rem;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.nav {
  position: relative;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  gap: 1.5rem;
  padding: 0.45rem 0.5rem 0.45rem 0.65rem;
  border: 1px solid rgba(255, 248, 233, 0.1);
  border-radius: 1.35rem;
  background: rgba(8, 9, 7, 0.7);
  box-shadow: 0 0.65rem 2.5rem rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(125%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  pointer-events: auto;
}

.site-header.is-scrolled .nav {
  border-color: rgba(255, 248, 233, 0.17);
  background: rgba(8, 9, 7, 0.92);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.75rem;
}

.brand img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: cover;
  border-radius: 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.28);
}

.brand > span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
}

.brand small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav__links {
  display: flex;
  min-width: 0;
  flex: 1;
  justify-content: center;
  gap: 0.15rem;
}

.nav__links a {
  position: relative;
  min-height: 2.75rem;
  padding: 0.75rem 0.7rem;
  color: #d5d1c4;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav__links a::after {
  position: absolute;
  right: 0.7rem;
  bottom: 0.45rem;
  left: 0.7rem;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav__links a:hover {
  color: var(--text);
}

.nav__links a:hover::after {
  transform: scaleX(1);
}

.nav__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
}

.online-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #dce9cc;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
}

.online-pill i,
.eyebrow i,
.hero-card dd i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0.65rem rgba(176, 220, 120, 0.8);
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--nav {
  padding: 0.8rem 1.05rem;
  color: #1a1203;
  background: var(--gold);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.button--nav:hover {
  background: var(--gold-bright);
  box-shadow: 0 0.8rem 1.8rem rgba(246, 181, 38, 0.2);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 1.15rem;
  height: 2px;
  background: var(--text);
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(46rem, 92svh, 59rem);
  align-items: end;
  overflow: hidden;
  background: #080907;
}

.hero__media,
.hero__shade,
.hero__grid {
  position: absolute;
  inset: 0;
}

.hero__media {
  background-image: url("./assets/hero-bglands-v2.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  animation: hero-settle 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 7, 0.97) 0%, rgba(8, 9, 7, 0.85) 38%, rgba(8, 9, 7, 0.25) 68%, rgba(8, 9, 7, 0.52) 100%),
    linear-gradient(180deg, rgba(8, 9, 7, 0.42) 0%, transparent 28%, rgba(8, 9, 7, 0.18) 65%, #080907 100%);
}

.hero__grid {
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.hero__copy {
  max-width: 47rem;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.download-panel h2,
.trust h2,
.final-cta h2 {
  margin: 1.1rem 0 0;
  font-family: "BG Lands Display", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  max-width: 47rem;
  font-size: clamp(3rem, 5vw, 5.1rem);
}

h1 em,
h2 em {
  color: var(--gold);
  font-style: normal;
}

.hero__copy > p {
  max-width: 39rem;
  margin: 1.5rem 0 0;
  color: #d3d0c4;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button--download {
  min-height: 4.5rem;
  padding: 0.65rem 0.85rem 0.65rem 0.65rem;
  color: #1a1203;
  background: var(--gold);
  box-shadow: 0 0.9rem 2.5rem rgba(246, 181, 38, 0.16);
}

.button--download:hover {
  background: var(--gold-bright);
  box-shadow: 0 1.1rem 3rem rgba(246, 181, 38, 0.28);
}

.button.is-disabled {
  cursor: not-allowed;
  filter: saturate(0.72);
  opacity: 0.72;
}

.windows-mark {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border: 1px solid rgba(26, 18, 3, 0.18);
  border-radius: 0.55rem;
  background: rgba(26, 18, 3, 0.08);
}

.windows-mark svg {
  width: 1.4rem;
  fill: currentColor;
  stroke: none;
}

.button--download > span:nth-child(2) {
  display: grid;
  min-width: 11rem;
  text-align: left;
}

.button--download small {
  margin-bottom: 0.2rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.72;
  text-transform: uppercase;
}

.button--download strong {
  font-size: 0.92rem;
}

.button--download .button__arrow {
  width: 1.2rem;
}

.button--ghost {
  min-height: 4.5rem;
  padding: 0.9rem 1.15rem;
  border-color: rgba(255, 248, 233, 0.24);
  background: rgba(8, 9, 7, 0.46);
  backdrop-filter: blur(10px);
}

.button--ghost:hover {
  border-color: rgba(255, 248, 233, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.release-note {
  display: flex;
  max-width: 39rem;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(241, 164, 75, 0.28);
  border-radius: 0.7rem;
  color: #e3c69e;
  background: rgba(50, 31, 9, 0.58);
  font-size: 0.76rem;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.release-note svg {
  width: 1rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  fill: none;
  stroke: var(--danger);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.release-note.is-ready {
  border-color: rgba(134, 185, 78, 0.28);
  color: #cae2ad;
  background: rgba(24, 48, 15, 0.52);
}

.hero-card {
  position: relative;
  align-self: end;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid rgba(255, 248, 233, 0.18);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(22, 26, 18, 0.88), rgba(8, 9, 7, 0.78));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card__top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.hero-card__icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(246, 181, 38, 0.3);
  border-radius: 0.75rem;
  color: var(--gold);
  background: rgba(246, 181, 38, 0.09);
}

.hero-card__icon svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero-card__top div {
  display: grid;
}

.hero-card small,
.feature small,
.address small,
.requirements small {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card__top strong {
  font-size: 0.92rem;
}

.hero-card dl {
  display: grid;
  gap: 0;
  margin: 0.75rem 0 0;
}

.hero-card dl div {
  display: flex;
  min-height: 2.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-card dt {
  color: var(--faint);
  font-size: 0.72rem;
}

.hero-card dd {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-card__seal {
  display: block;
  margin-top: 1rem;
  color: rgba(246, 181, 38, 0.28);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-align: right;
}

.hero__proof {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 248, 233, 0.13);
  background: rgba(8, 9, 7, 0.82);
  backdrop-filter: blur(16px);
}

.hero__proof-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero__proof-inner > div {
  display: flex;
  min-height: 7.2rem;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.4rem;
  border-right: 1px solid var(--border);
}

.hero__proof-inner > div:first-child {
  border-left: 1px solid var(--border);
}

.hero__proof-inner > div > span {
  color: var(--gold);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 1.2rem;
}

.hero__proof p {
  display: grid;
  margin: 0;
}

.hero__proof strong {
  font-size: 0.82rem;
}

.hero__proof small {
  margin-top: 0.15rem;
  color: var(--faint);
  font-size: 0.68rem;
}

.section {
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.intro {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.intro::before,
.crossplay::before {
  position: absolute;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  filter: blur(7rem);
}

.intro::before {
  top: 5rem;
  right: -18rem;
  background: rgba(134, 185, 78, 0.09);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: 3rem;
}

.section-heading h2,
.download-panel h2,
.trust h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 4vw, 4.15rem);
}

.section-heading > p {
  margin: 0 0 0.35rem;
  color: var(--muted);
  line-height: 1.75;
}

.section-heading--center {
  display: block;
  text-align: center;
}

.feature-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature {
  position: relative;
  display: grid;
  min-height: 19rem;
  align-content: space-between;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--surface-raised), var(--surface));
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.feature:hover {
  border-color: rgba(246, 181, 38, 0.28);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.feature--visual {
  grid-row: span 2;
  min-height: 39rem;
  padding: 0;
}

.feature--visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 20%, rgba(8, 9, 7, 0.95) 90%);
}

.feature--visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature--visual:hover img {
  transform: scale(1.035);
}

.feature__overlay {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.feature__overlay h3,
.feature > div h3 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.feature__overlay p,
.feature > div p {
  max-width: 32rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature__number {
  position: absolute;
  top: 1.25rem;
  right: 1.35rem;
  color: rgba(255, 248, 233, 0.1);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 3rem;
}

.feature__icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(246, 181, 38, 0.24);
  border-radius: 0.8rem;
  color: var(--gold);
  background: rgba(246, 181, 38, 0.08);
}

.feature__icon svg {
  width: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.download-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 0;
  border-block: 1px solid var(--border);
  background: #0b0d09;
}

.download-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: radial-gradient(circle at 75% 50%, black, transparent 70%);
}

.download-section__glow {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(246, 181, 38, 0.15);
  filter: blur(8rem);
  transform: translateY(-50%);
}

.download-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.65fr);
  gap: 2rem 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(246, 181, 38, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(25, 29, 20, 0.96), rgba(10, 12, 8, 0.96));
  box-shadow: var(--shadow);
}

.download-panel__copy > p {
  max-width: 36rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
}

.release-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2rem 0 0;
}

.release-facts div {
  padding: 0 1.2rem;
  border-left: 1px solid var(--border);
}

.release-facts div:first-child {
  padding-left: 0;
  border: 0;
}

.release-facts dt {
  color: var(--faint);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-facts dd {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.download-panel__action {
  display: grid;
  align-content: center;
  justify-items: stretch;
}

.exe-mark {
  color: rgba(246, 181, 38, 0.25);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  text-align: center;
}

.button--download-large {
  width: 100%;
  margin-top: -0.2rem;
}

.checksum-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 248, 233, 0.25);
  text-underline-offset: 0.25rem;
}

.checksum-link:hover {
  color: var(--text);
}

.download-warning {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(241, 164, 75, 0.24);
  border-radius: 0.8rem;
  background: rgba(52, 32, 7, 0.35);
}

.download-warning > svg {
  width: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  fill: none;
  stroke: var(--danger);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.download-warning strong {
  display: block;
  font-size: 0.8rem;
}

.download-warning p {
  margin: 0.2rem 0 0;
  color: #d6bc96;
  font-size: 0.75rem;
}

.download-warning.is-ready {
  border-color: rgba(134, 185, 78, 0.28);
  background: rgba(27, 53, 16, 0.35);
}

.checksum {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  padding-top: 0.25rem;
  color: var(--faint);
  font-size: 0.67rem;
}

.checksum span {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.checksum code {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crossplay {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
}

.crossplay::before {
  bottom: -10rem;
  left: -18rem;
  background: rgba(246, 181, 38, 0.08);
}

.edition-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 8.5rem minmax(0, 1fr);
  align-items: stretch;
}

.edition {
  position: relative;
  z-index: 1;
  padding: 1.6rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.edition--java {
  border-color: rgba(246, 181, 38, 0.23);
}

.edition--bedrock {
  border-color: rgba(134, 185, 78, 0.25);
}

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

.edition__head > span {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border-radius: 0.8rem;
  color: #1a1203;
  background: var(--gold);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 1.35rem;
}

.edition--bedrock .edition__head > span {
  color: #0d1708;
  background: var(--green);
}

.edition__head small {
  display: block;
  color: var(--faint);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.edition__head h3 {
  margin: 0.15rem 0 0;
  font-size: 1.2rem;
}

.edition__head i {
  padding: 0.4rem 0.55rem;
  border: 1px solid var(--border);
  border-radius: 2rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
}

.edition > p {
  min-height: 3.3rem;
  margin: 1.5rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.2);
}

.address > div {
  display: grid;
  min-width: 0;
}

.address code {
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address button {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.address button:hover {
  border-color: rgba(246, 181, 38, 0.4);
  background: rgba(246, 181, 38, 0.08);
}

.address svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.crossplay-core {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.5rem;
  color: var(--faint);
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
}

.crossplay-core::before,
.crossplay-core::after {
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.crossplay-core strong {
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  place-items: center;
  border: 1px solid rgba(246, 181, 38, 0.3);
  border-radius: 50%;
  color: var(--gold);
  background: #12150f;
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 1.05rem;
  box-shadow: 0 0 2rem rgba(246, 181, 38, 0.12);
}

.installation {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--bg);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--border);
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 19rem;
  padding: 1.6rem;
  background: var(--surface);
}

.steps__number {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  color: rgba(255, 248, 233, 0.08);
  font-family: "BG Lands Display", Impact, sans-serif;
  font-size: 3.5rem;
}

.steps__icon,
.requirements__icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(246, 181, 38, 0.25);
  border-radius: 0.8rem;
  color: var(--gold);
  background: rgba(246, 181, 38, 0.08);
}

.steps__icon svg,
.requirements__icon svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps h3 {
  margin: 3rem 0 0;
  font-size: 1.2rem;
}

.steps p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.requirements {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.requirements > div {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.requirements p {
  display: grid;
  margin: 0;
}

.requirements strong {
  font-size: 0.9rem;
}

.requirements dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.requirements dl div {
  padding-left: 1rem;
  border-left: 1px solid var(--border);
}

.requirements dt {
  color: var(--faint);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.requirements dd {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
}

.trust {
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-block: 1px solid var(--border);
  background: var(--surface);
}

.trust__inner {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  gap: 2rem 3rem;
  align-items: center;
}

.trust__shield {
  color: var(--gold);
}

.trust__shield svg {
  width: 5.5rem;
  fill: rgba(246, 181, 38, 0.06);
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.trust h2 {
  margin-top: 0.8rem;
}

.trust p {
  max-width: 39rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.trust dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.trust dl div {
  padding: 0.9rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust dl div:nth-child(2n) {
  border-right: 0;
}

.trust dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.trust dt {
  color: var(--faint);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.trust dd {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
}

.trust__inner > a {
  grid-column: 2 / -1;
  justify-self: start;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.faq {
  background: var(--bg-soft);
}

.faq__layout > .section-heading {
  margin-bottom: 2.5rem;
}

.faq__list {
  border-top: 1px solid var(--border);
}

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

.faq summary {
  display: flex;
  min-height: 4.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.faq summary span::before,
.faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq details p {
  max-width: 54rem;
  margin: -0.3rem 4.5rem 1.5rem 0;
  color: var(--muted);
}

.faq code {
  color: var(--gold-bright);
}

.final-cta {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: #080907;
}

.final-cta__media {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background: linear-gradient(90deg, #080907 0%, rgba(8, 9, 7, 0.78) 45%, rgba(8, 9, 7, 0.2) 100%), url("./assets/hero-bglands-v2.webp") center 42% / cover;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 31rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.final-cta p {
  margin: 1rem 0 0;
  color: var(--muted);
}

.footer {
  padding: 2.5rem 0 1.5rem;
  background: #050604;
}

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

.brand--footer img {
  width: 3rem;
  height: 3rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.footer__links a,
.footer__meta {
  color: var(--muted);
  font-size: 0.72rem;
}

.footer__links a:hover,
.footer__meta a:hover {
  color: var(--text);
}

.footer__meta {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}

.footer__legal {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #626459;
  font-size: 0.65rem;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 1rem;
  bottom: 1rem;
  max-width: min(24rem, calc(100vw - 2rem));
  padding: 0.9rem 1.05rem;
  border: 1px solid rgba(134, 185, 78, 0.35);
  border-radius: var(--radius-sm);
  color: #e8f5da;
  background: rgba(23, 43, 15, 0.96);
  box-shadow: var(--shadow);
  font-size: 0.8rem;
}

.toast.is-warning {
  border-color: rgba(241, 164, 75, 0.4);
  color: #f4d4aa;
  background: rgba(53, 32, 8, 0.96);
}

.reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal--delay {
  transition-delay: 90ms;
}

.reveal--delay-2 {
  transition-delay: 180ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes hero-settle {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.025); }
}

@media (max-width: 68rem) {
  .online-pill {
    display: none;
  }

  .nav__links a {
    padding-inline: 0.5rem;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) 17rem;
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.25rem);
  }

  .hero__proof-inner > div {
    padding-inline: 0.8rem;
  }

  .hero__proof small {
    display: none;
  }
}

@media (max-width: 56rem) {
  .nav {
    min-height: 4.2rem;
  }

  .nav__links {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    display: grid;
    visibility: hidden;
    gap: 0;
    padding: 0.6rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: rgba(8, 9, 7, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-0.5rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav__links.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .nav__links a {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .nav__links a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
  }

  .hero {
    min-height: 54rem;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(8, 9, 7, 0.96), rgba(8, 9, 7, 0.58)), linear-gradient(180deg, rgba(8, 9, 7, 0.25), transparent 40%, #080907 90%);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: 8rem;
    padding-bottom: 12rem;
  }

  .hero-card {
    display: none;
  }

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

  .hero__proof-inner > div {
    min-height: 4.4rem;
    border-bottom: 1px solid var(--border);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .feature-layout,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .feature--visual {
    grid-row: auto;
    min-height: 31rem;
  }

  .download-panel__action {
    max-width: 30rem;
  }

  .edition-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .crossplay-core {
    display: flex;
    justify-content: center;
  }

  .crossplay-core::before,
  .crossplay-core::after {
    width: 4rem;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 15rem;
  }

  .requirements,
  .trust__inner {
    grid-template-columns: 1fr;
  }

  .trust__shield {
    display: none;
  }

  .trust__inner > a {
    grid-column: 1;
  }

  .final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer__meta {
    justify-content: center;
  }
}

@media (max-width: 38rem) {
  :root {
    --shell: min(100% - 1.25rem, 78rem);
  }

  .site-header {
    top: 0.5rem;
  }

  .nav {
    padding: 0.35rem;
    border-radius: 1rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.7rem;
  }

  .brand strong {
    font-size: 0.8rem;
  }

  .brand small {
    font-size: 0.56rem;
  }

  .nav__actions > .button--nav {
    display: none;
  }

  .hero {
    min-height: 54rem;
  }

  .hero__media {
    background-position: 62% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(8, 9, 7, 0.93), rgba(8, 9, 7, 0.55)), linear-gradient(180deg, rgba(8, 9, 7, 0.15), rgba(8, 9, 7, 0.38) 45%, #080907 85%);
  }

  .hero__inner {
    padding-top: 7rem;
    padding-bottom: 11.5rem;
  }

  .eyebrow,
  .kicker {
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  .hero__copy > p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .hero__actions {
    display: grid;
  }

  .button--download,
  .button--ghost {
    width: 100%;
  }

  .button--download > span:nth-child(2) {
    min-width: 0;
    flex: 1;
  }

  .release-note {
    font-size: 0.7rem;
  }

  .hero__proof-inner > div {
    min-height: 4.15rem;
    gap: 0.55rem;
    padding: 0.65rem;
  }

  .hero__proof-inner > div > span {
    font-size: 0.92rem;
  }

  .hero__proof strong {
    font-size: 0.68rem;
  }

  .section {
    padding-block: 4.5rem;
  }

  .section-heading h2,
  .download-panel h2,
  .trust h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .feature-layout {
    gap: 0.7rem;
  }

  .feature {
    min-height: 17rem;
    padding: 1.25rem;
  }

  .feature--visual {
    min-height: 25rem;
    padding: 0;
  }

  .feature__overlay {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .download-panel {
    gap: 1.5rem;
    padding: 1.4rem;
    border-radius: var(--radius-md);
  }

  .release-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .release-facts div,
  .release-facts div:first-child {
    padding-left: 0;
    border: 0;
  }

  .release-facts div:last-child {
    grid-column: 1 / -1;
  }

  .checksum {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .edition {
    padding: 1.25rem;
  }

  .edition__head {
    grid-template-columns: auto 1fr;
  }

  .edition__head i {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .address code {
    font-size: 0.7rem;
  }

  .requirements {
    gap: 1.4rem;
    padding: 1rem;
  }

  .requirements dl {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .requirements dl div {
    padding-left: 0;
    border: 0;
  }

  .trust dl {
    grid-template-columns: 1fr;
  }

  .trust dl div,
  .trust dl div:nth-child(2n),
  .trust dl div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .trust dl div:last-child {
    border-bottom: 0;
  }

  .faq summary {
    font-size: 0.9rem;
  }

  .faq details p {
    margin-right: 0;
    font-size: 0.85rem;
  }

  .final-cta {
    min-height: 34rem;
  }

  .final-cta__inner {
    min-height: 34rem;
  }

  .footer__links {
    gap: 0.8rem 1rem;
  }

  .footer__meta {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}

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

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

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