:root {
  --night-950: #07110f;
  --night-900: #0b1916;
  --night-850: #10201c;
  --night-800: #152923;
  --night-700: #1f3932;
  --cream-100: #fff5d8;
  --cream-200: #f0e2c2;
  --cream-400: #c9b995;
  --amber-300: #ffc95a;
  --amber-400: #e7a62a;
  --amber-500: #b97420;
  --mist-300: #98d4cf;
  --mist-400: #75b9b5;
  --mist-600: #34574e;
  --ink: #1e1814;
  --border-warm: rgba(231, 166, 42, 0.32);
  --border-cool: rgba(117, 185, 181, 0.28);
  --page-pad: max(
    clamp(1.25rem, 4vw, 4rem),
    env(safe-area-inset-left),
    env(safe-area-inset-right)
  );
  --max-width: 76rem;
  --title-font: Georgia, "Times New Roman", serif;
  --ui-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  background: var(--night-950);
}

body {
  margin: 0;
  min-width: 18.75rem;
  overflow-x: clip;
  color: var(--cream-100);
  background:
    radial-gradient(circle at 15% 35%, rgba(231, 166, 42, 0.06), transparent 32rem),
    radial-gradient(circle at 92% 55%, rgba(117, 185, 181, 0.08), transparent 36rem),
    var(--night-950);
  font-family: var(--ui-font);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 0.1875rem solid var(--amber-300);
  outline-offset: 0.25rem;
}

[data-language="fr"] .copy-en,
[data-language="en"] .copy-fr {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--cream-100);
  border-radius: 0.5rem;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, calc(var(--max-width) + (2 * var(--page-pad))));
  min-height: 5.75rem;
  padding: 1.25rem var(--page-pad);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateX(-50%);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img {
  width: 3rem;
  height: 3rem;
  filter: drop-shadow(0 0.5rem 1.25rem rgba(0, 0, 0, 0.42));
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--title-font);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 0.35rem;
  color: var(--cream-400);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-status,
.language-switch {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  border: 0.0625rem solid rgba(255, 245, 216, 0.2);
  background: rgba(7, 17, 15, 0.78);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
}

.header-status {
  gap: 0.55rem;
  padding: 0.5rem 0.9rem;
  border-radius: 2rem;
  color: var(--cream-200);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-light {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--amber-300);
  box-shadow: 0 0 0.8rem rgba(255, 201, 90, 0.7);
}

.language-switch {
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 2rem;
  color: rgba(255, 245, 216, 0.45);
}

.language-option {
  width: 2.35rem;
  min-height: 2.15rem;
  padding: 0;
  color: var(--cream-400);
  background: transparent;
  border: 0;
  border-radius: 1.25rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.language-option[aria-pressed="true"] {
  color: var(--ink);
  background: var(--cream-100);
}

.hero {
  position: relative;
  display: grid;
  min-height: max(43rem, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--night-900);
}

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

.hero-art {
  z-index: 0;
  object-fit: cover;
  object-position: 51% center;
  scale: 1.008;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 10, 9, 0.55) 0%, transparent 24%, transparent 44%, rgba(4, 10, 9, 0.32) 66%, #07110f 100%),
    linear-gradient(90deg, rgba(4, 10, 9, 0.84) 0%, rgba(4, 10, 9, 0.48) 32%, transparent 64%);
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 7rem;
  content: "";
  background: linear-gradient(180deg, transparent, var(--night-950));
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(100%, calc(var(--max-width) + (2 * var(--page-pad))));
  margin-inline: auto;
  padding: 8.5rem var(--page-pad) clamp(4.5rem, 10vh, 7.5rem);
  align-items: flex-end;
}

.hero-copy {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) clamp(20rem, 36vw, 31rem);
  grid-template-areas:
    "eyebrow media"
    "title media"
    "tagline media"
    "lead media"
    "meta media"
    "cta media";
  column-gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  text-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.42);
}

.eyebrow,
.section-kicker,
.faction-label {
  margin: 0;
  color: var(--amber-300);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  grid-area: eyebrow;
  align-items: center;
  gap: 0.65rem;
}

.eyebrow-line {
  width: 2.25rem;
  height: 0.125rem;
  background: linear-gradient(90deg, var(--amber-300), rgba(255, 201, 90, 0.2));
}

.hero h1 {
  grid-area: title;
  margin: 0.5rem 0 0;
  color: var(--cream-100);
  font-family: var(--title-font);
  font-size: clamp(4.2rem, 8vw, 7.4rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.hero-tagline {
  grid-area: tagline;
  margin: 1.25rem 0 0;
  color: var(--cream-100);
  font-family: var(--title-font);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.hero-lead {
  grid-area: lead;
  max-width: 38rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 245, 216, 0.82);
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.65;
}

.hero-gameplay {
  position: relative;
  grid-area: media;
  width: 100%;
  margin: 0;
  padding: 0.35rem;
  overflow: hidden;
  align-self: end;
  border: 0.0625rem solid rgba(255, 201, 90, 0.42);
  border-radius: 1.05rem;
  background: var(--night-950);
  box-shadow:
    0 1.5rem 4rem rgba(0, 0, 0, 0.42),
    inset 0 0.0625rem rgba(255, 255, 255, 0.1);
  scroll-margin-top: 1rem;
  text-shadow: none;
}

.hero-gameplay::after {
  position: absolute;
  inset: 0.35rem;
  content: "";
  border: 0.0625rem solid rgba(255, 245, 216, 0.12);
  border-radius: 0.75rem;
  pointer-events: none;
}

.hero-gameplay img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0.75rem;
}

.hero-gameplay figcaption {
  position: absolute;
  z-index: 1;
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 1.7rem);
  min-height: 2rem;
  padding: 0.45rem 0.7rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--cream-100);
  border: 0.0625rem solid rgba(255, 245, 216, 0.16);
  border-radius: 0.55rem;
  background: rgba(7, 17, 15, 0.86);
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.28);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gameplay-dot {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--amber-300);
  box-shadow: 0 0 0.7rem rgba(255, 201, 90, 0.65);
}

.hero-meta {
  display: flex;
  grid-area: meta;
  margin-top: 1.55rem;
  flex-wrap: wrap;
  gap: 0.6rem;
  text-shadow: none;
}

.meta-chip {
  display: inline-flex;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--cream-200);
  border: 0.0625rem solid rgba(255, 245, 216, 0.2);
  border-radius: 0.7rem;
  background: rgba(7, 17, 15, 0.76);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.meta-chip-primary {
  color: var(--ink);
  border-color: rgba(255, 201, 90, 0.58);
  background: var(--cream-100);
}

.meta-chip strong {
  font-size: 0.88rem;
  font-weight: 850;
}

.meta-dot {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--amber-500);
}

.discover-link {
  display: inline-flex;
  grid-area: cta;
  width: fit-content;
  min-height: 2.75rem;
  margin-top: 1.4rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream-200);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.discover-arrow {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--amber-300);
  text-shadow: none;
  transition: transform 180ms ease;
}

.discover-link:hover .discover-arrow {
  transform: translateY(0.2rem);
}

.section-inner {
  width: min(100%, calc(var(--max-width) + (2 * var(--page-pad))));
  margin-inline: auto;
  padding-inline: var(--page-pad);
}

.game-section,
.factions-section,
.development-section {
  position: relative;
}

.game-section {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  grid-template-areas:
    "kicker copy"
    "title copy";
  gap: 0.5rem 5rem;
  align-items: end;
}

.section-heading .section-kicker {
  grid-area: kicker;
}

.section-heading h2,
.factions-heading h2,
.development-copy h2 {
  margin: 0.35rem 0 0;
  color: var(--cream-100);
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-heading h2 {
  grid-area: title;
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
}

.section-heading > p:last-child {
  grid-area: copy;
  max-width: 31rem;
  margin: 0 0 0.35rem;
  color: rgba(240, 226, 194, 0.68);
  font-size: 1.02rem;
}

.feature-grid {
  display: grid;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  position: relative;
  min-width: 0;
  min-height: 19rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 0.0625rem solid rgba(240, 226, 194, 0.13);
  border-radius: 1.15rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 45%),
    rgba(21, 41, 35, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 1.25rem 3.5rem rgba(0, 0, 0, 0.16);
}

.feature-card::before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 0.125rem;
  content: "";
  opacity: 0.7;
}

.feature-card-amber::before {
  background: linear-gradient(90deg, transparent, var(--amber-300), transparent);
}

.feature-card-mist::before {
  background: linear-gradient(90deg, transparent, var(--mist-300), transparent);
}

.feature-card-stone::before {
  background: linear-gradient(90deg, transparent, var(--cream-400), transparent);
}

.feature-number {
  color: rgba(240, 226, 194, 0.35);
  font-family: var(--title-font);
  font-size: 4.5rem;
  line-height: 1;
}

.feature-card h3 {
  margin: 3.25rem 0 0.75rem;
  color: var(--cream-100);
  font-family: var(--title-font);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.feature-card p {
  margin: 0;
  color: rgba(240, 226, 194, 0.66);
  font-size: 0.92rem;
  line-height: 1.65;
}

.factions-section {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(6rem, 10vw, 9rem);
  background:
    linear-gradient(180deg, transparent, rgba(21, 41, 35, 0.48) 14%, rgba(21, 41, 35, 0.48) 86%, transparent),
    radial-gradient(circle at 20% 50%, rgba(231, 166, 42, 0.08), transparent 34rem),
    radial-gradient(circle at 80% 50%, rgba(117, 185, 181, 0.09), transparent 34rem);
}

.factions-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.factions-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.faction-grid {
  display: grid;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.faction-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 35rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  align-items: end;
  border: 0.0625rem solid rgba(240, 226, 194, 0.14);
  border-radius: 1.4rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.faction-card::before,
.faction-card::after {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
}

.faction-card::after {
  z-index: -1;
  background: linear-gradient(180deg, transparent 30%, rgba(5, 12, 10, 0.9) 77%, rgba(5, 12, 10, 0.98));
}

.faction-amber {
  background: #33251d;
}

.faction-amber::before {
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 201, 90, 0.34), transparent 19rem),
    linear-gradient(145deg, #4a3325, #171c17 70%);
}

.faction-mist {
  background: #162d2d;
}

.faction-mist::before {
  background:
    radial-gradient(circle at 68% 24%, rgba(117, 185, 181, 0.3), transparent 19rem),
    linear-gradient(145deg, #1d3c3c, #11191c 70%);
}

.faction-copy {
  position: relative;
  z-index: 3;
  max-width: 28rem;
}

.faction-label {
  color: var(--cream-400);
  font-size: 0.65rem;
}

.faction-copy h3 {
  margin: 0.5rem 0 0.6rem;
  font-family: var(--title-font);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.faction-copy > p:last-child {
  max-width: 26rem;
  margin: 0;
  color: rgba(240, 226, 194, 0.7);
  font-size: 0.9rem;
}

.faction-champion {
  position: absolute;
  z-index: -2;
  top: 1.25rem;
  right: clamp(0.25rem, 3vw, 2.4rem);
  width: min(62%, 21rem);
  max-height: 76%;
  object-fit: contain;
  object-position: top right;
  filter: drop-shadow(0 2rem 2.5rem rgba(0, 0, 0, 0.46));
}

.faction-building {
  position: absolute;
  z-index: -2;
  top: 2rem;
  left: 2rem;
  width: 7.25rem;
  opacity: 0.28;
  filter: saturate(0.9) drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.4));
}

.development-section {
  padding: clamp(2rem, 6vw, 5rem) var(--page-pad) clamp(6rem, 10vw, 9rem);
}

.development-panel {
  position: relative;
  display: grid;
  width: min(100%, var(--max-width));
  min-height: 25rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 0.0625rem solid var(--border-warm);
  border-radius: 1.5rem;
  background:
    linear-gradient(120deg, rgba(255, 245, 216, 0.95), rgba(230, 208, 159, 0.94)),
    var(--cream-200);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  color: var(--ink);
  isolation: isolate;
}

.development-panel::before {
  position: absolute;
  inset: 0.55rem;
  z-index: -1;
  content: "";
  border: 0.0625rem solid rgba(112, 77, 29, 0.24);
  border-radius: 1.08rem;
  pointer-events: none;
}

.development-crest {
  position: absolute;
  z-index: -2;
  top: 50%;
  right: clamp(2rem, 8vw, 7rem);
  width: clamp(8rem, 18vw, 13rem);
  opacity: 0.13;
  transform: translateY(-50%);
}

.development-copy {
  max-width: 45rem;
}

.development-copy .section-kicker {
  color: #7c4d19;
}

.development-copy h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.development-copy > p:last-child {
  max-width: 41rem;
  margin: 1.2rem 0 0;
  color: rgba(30, 24, 20, 0.72);
  font-size: 1rem;
}

.development-seal {
  display: grid;
  width: clamp(4.25rem, 8vw, 6rem);
  height: clamp(4.25rem, 8vw, 6rem);
  margin-left: 2rem;
  place-items: center;
  color: #6f4319;
  border: 0.125rem solid rgba(111, 67, 25, 0.45);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.35rem rgba(111, 67, 25, 0.08);
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
}

.site-footer {
  display: flex;
  width: min(100%, calc(var(--max-width) + (2 * var(--page-pad))));
  min-height: 8rem;
  margin-inline: auto;
  padding: 2rem var(--page-pad);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(240, 226, 194, 0.48);
  border-top: 0.0625rem solid rgba(240, 226, 194, 0.1);
  font-size: 0.72rem;
}

.footer-brand {
  flex: 0 0 auto;
  color: var(--cream-200);
}

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

.footer-brand strong {
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 600;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card {
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .feature-card:hover {
    border-color: rgba(255, 201, 90, 0.3);
    transform: translateY(-0.25rem);
  }
}

@media (max-width: 56rem) {
  .hero-copy {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "eyebrow"
      "title"
      "tagline"
      "media"
      "lead"
      "meta"
      "cta";
    column-gap: 0;
  }

  .hero-gameplay {
    width: min(100%, 38rem);
    margin-top: 1.15rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "copy";
    gap: 0.5rem;
  }

  .section-heading > p:last-child {
    margin-top: 1.25rem;
  }

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

  .feature-card {
    min-height: 14rem;
  }

  .feature-card h3 {
    margin-top: 2rem;
  }

  .faction-card {
    min-height: 32rem;
  }
}

@media (max-width: 44rem) {
  .site-header {
    min-height: 4.75rem;
    padding-top: max(0.8rem, env(safe-area-inset-top));
  }

  .brand img {
    width: 2.55rem;
    height: 2.55rem;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy small,
  .header-status {
    display: none;
  }

  .hero {
    min-height: max(52rem, 100svh);
  }

  .hero-art {
    object-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 10, 9, 0.42) 0%, transparent 22%, rgba(4, 10, 9, 0.03) 38%, rgba(4, 10, 9, 0.64) 64%, #07110f 100%),
      linear-gradient(90deg, rgba(4, 10, 9, 0.32), transparent 78%);
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .hero h1 {
    font-size: clamp(3.75rem, 18vw, 5.2rem);
  }

  .hero-tagline {
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }

  .hero-lead {
    max-width: 31rem;
    font-size: 0.94rem;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meta-chip {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

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

  .faction-card {
    min-height: 31rem;
  }

  .factions-heading {
    display: block;
  }

  .factions-heading h2 {
    margin-top: 0.45rem;
  }

  .development-panel {
    min-height: 31rem;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .development-copy {
    position: relative;
    z-index: 1;
  }

  .development-seal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    margin: 0;
  }

  .development-crest {
    top: 3.25rem;
    right: auto;
    left: 1.5rem;
    width: 8rem;
    transform: none;
  }

  .site-footer {
    padding-top: 2.5rem;
    padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 25rem) {
  .brand-copy {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 17vw, 4.1rem);
  }

  .hero-lead {
    line-height: 1.52;
  }

  .meta-chip {
    padding-inline: 0.45rem;
    font-size: 0.7rem;
  }
}

@media (max-height: 40rem) and (orientation: landscape) {
  .hero {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: 5.2rem;
    padding-bottom: max(1.1rem, env(safe-area-inset-bottom));
  }

  .hero-copy {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 40%);
    grid-template-areas:
      "eyebrow media"
      "title media"
      "tagline media"
      "lead media"
      "meta media"
      "cta media";
    column-gap: 1rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 8.5vw, 4.3rem);
  }

  .hero-tagline {
    margin-top: 0.65rem;
    font-size: 1.25rem;
  }

  .hero-lead {
    max-width: 32rem;
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .hero-meta {
    display: flex;
    margin-top: 0.65rem;
  }

  .meta-chip {
    width: auto;
    min-height: 2.1rem;
    padding: 0.35rem 0.7rem;
    justify-content: flex-start;
    font-size: 0.75rem;
  }

  .hero-gameplay {
    width: 100%;
    margin: 0;
  }

  .hero-gameplay figcaption {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    max-width: calc(100% - 1.3rem);
    min-height: 1.7rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.52rem;
  }

  .discover-link {
    display: none;
  }
}

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

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