@font-face {
  font-family: "Cinzel";
  src: url("assets/fonts/cinzel-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Alegreya Sans";
  src: url("assets/fonts/alegreya-sans-medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Alegreya Sans SC";
  src: url("assets/fonts/alegreya-sans-sc-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  color-scheme: dark;
  --night: #040a0e;
  --night-soft: #0a151c;
  --slate: #142630;
  --paper: #f1ede2;
  --paper-deep: #dfd6c4;
  --ink: #10171b;
  --mist: #f8f4e9;
  --muted: #aebcc2;
  --gold: #e8ae3b;
  --gold-bright: #ffd56e;
  --blue: #2a83b5;
  --red: #a93f35;
  --content: 90rem;
  --header-height: 4rem;
  --ease-impact: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Alegreya Sans", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
  background: var(--night);
}

body.landing-page {
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--mist);
}

body.landing-page[dir="rtl"] {
  font-family: Tahoma, Arial, system-ui, sans-serif;
}

body.landing-page[dir="rtl"] :is(h1, h2, h3, .brand-lockup) {
  font-family: Tahoma, Arial, system-ui, sans-serif;
}

body.landing-page[dir="rtl"] .hero-wordmark {
  text-align: right;
}

body.landing-page[dir="rtl"] :is(
  .campaign-kicker,
  .campaign-nav,
  .header-status,
  .campaign-button,
  .release-lockup,
  .command-strip,
  .section-index,
  .visual-stamp,
  .proof-label,
  .battle-line strong,
  .final-status
) {
  font-family: Tahoma, Arial, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

body.landing-page img {
  display: block;
  max-width: 100%;
}

body.landing-page a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  width: 1px;
  height: 1px;
  padding: 0.75rem 1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  background: var(--mist);
  color: var(--night);
  font-family: system-ui, sans-serif;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.skip-link:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
}

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

.campaign-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: var(--header-height);
  border-block-end: 1px solid rgba(232, 174, 59, 0.3);
  background: rgba(4, 10, 14, 0.94);
  backdrop-filter: blur(16px);
}

.campaign-header__inner {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(19rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: min(var(--content), calc(100% - 2rem));
  min-height: var(--header-height);
  margin: 0 auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.55rem;
  direction: ltr;
  color: var(--mist);
  text-decoration: none;
}

.brand-lockup__mark {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 213, 110, 0.45);
  border-radius: 0.45rem;
  box-shadow: 0 0 22px rgba(232, 174, 59, 0.12);
}

.brand-lockup__wordmark {
  width: 8.15rem;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(232, 174, 59, 0.16));
}

.campaign-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.campaign-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(248, 244, 233, 0.74);
  text-decoration: none;
}

.campaign-nav a::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms var(--ease-impact);
}

.campaign-nav a:hover {
  color: var(--mist);
}

.campaign-nav a:hover::after,
.campaign-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0.8rem;
}

.language-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.language-nav a {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  color: rgba(248, 244, 233, 0.64);
  font-family: system-ui, sans-serif;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.language-nav a:hover,
.language-nav a[aria-current="page"] {
  color: var(--gold-bright);
}

.language-nav a[aria-current="page"] {
  box-shadow: inset 0 -2px var(--gold);
}

.header-status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 1.15rem;
  clip-path: polygon(0.55rem 0, 100% 0, calc(100% - 0.55rem) 100%, 0 100%);
  background: var(--gold);
  color: var(--night) !important;
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms var(--ease-impact);
}

.header-status:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
}

.landing-hero {
  position: relative;
  display: flex;
  min-height: max(43rem, 100svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #09131a;
}

.landing-hero__media {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: block;
}

.landing-hero__art {
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.06) contrast(1.05);
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.landing-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 7, 10, 0.86) 0%, rgba(2, 7, 10, 0.53) 38%, rgba(2, 7, 10, 0.04) 70%),
    linear-gradient(180deg, rgba(2, 7, 10, 0.28) 0%, transparent 38%, rgba(2, 7, 10, 0.2) 59%, rgba(2, 7, 10, 0.92) 100%);
}

.landing-page[dir="rtl"] .landing-hero::before {
  background:
    linear-gradient(270deg, rgba(2, 7, 10, 0.86) 0%, rgba(2, 7, 10, 0.53) 38%, rgba(2, 7, 10, 0.04) 70%),
    linear-gradient(180deg, rgba(2, 7, 10, 0.28) 0%, transparent 38%, rgba(2, 7, 10, 0.2) 59%, rgba(2, 7, 10, 0.92) 100%);
}

.landing-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent 4%, var(--gold) 27%, var(--gold-bright) 52%, var(--gold) 78%, transparent 96%);
  box-shadow: 0 0 28px rgba(232, 174, 59, 0.6);
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  width: min(var(--content), calc(100% - 3rem));
  margin: 0 auto;
  padding-block: clamp(8.2rem, 18vh, 11rem) clamp(4.4rem, 8vh, 6.5rem);
}

.campaign-kicker,
.section-index {
  margin: 0 0 0.85rem;
  color: var(--gold-bright);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.campaign-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.campaign-kicker::before {
  width: 2.6rem;
  height: 2px;
  content: "";
  background: var(--gold);
}

.hero-wordmark {
  display: block;
  width: clamp(15rem, 28vw, 23rem);
  height: auto;
  margin: 0 0 0.6rem;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.52));
}

.landing-hero h1,
.impact-copy h2,
.section-copy h2,
.modes-intro h2,
.arsenal-copy h2,
.oath h2,
.final-call h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.landing-hero h1 {
  max-width: 11ch;
  font-size: clamp(4.2rem, 8.5vw, 8rem);
  text-wrap: balance;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.55);
}

.landing-hero h1 span,
.impact-copy h2 span,
.section-copy h2 span,
.modes-intro h2 span,
.arsenal-copy h2 span,
.oath h2 span,
.final-call h2 span {
  color: var(--gold-bright);
}

.landing-hero__lead {
  max-width: 37rem;
  margin: 1.25rem 0 0;
  color: rgba(248, 244, 233, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  margin-block-start: 1.55rem;
}

.campaign-button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1.55rem 0.78rem;
  clip-path: polygon(0.75rem 0, 100% 0, calc(100% - 0.75rem) 100%, 0 100%);
  background: var(--gold);
  color: var(--night) !important;
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms var(--ease-impact);
}

.campaign-button:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
}

.campaign-button span {
  font-family: system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.release-lockup {
  display: grid;
  align-content: center;
  min-height: 3.4rem;
  padding-inline-start: 1rem;
  border-inline-start: 2px solid rgba(232, 174, 59, 0.72);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  line-height: 1.05;
  text-transform: uppercase;
}

.release-lockup strong {
  color: var(--mist);
  font-size: 0.8rem;
  letter-spacing: 0.11em;
}

.release-lockup span {
  margin-block-start: 0.32rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.platform-note {
  margin: 0.9rem 0 0;
  color: rgba(248, 244, 233, 0.65);
  font-size: 0.78rem;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  inset-inline-end: max(1.5rem, calc((100% - var(--content)) / 2));
  inset-block-end: 2rem;
  max-width: 17rem;
  margin: 0;
  color: rgba(248, 244, 233, 0.48);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-align: end;
  text-transform: uppercase;
}

.command-strip {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2.25rem);
  padding: 0.8rem 1rem;
  overflow: hidden;
  background: var(--gold);
  color: var(--night);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: clamp(0.68rem, 1vw, 0.83rem);
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.command-strip i {
  font-size: 0.5rem;
  font-style: normal;
  opacity: 0.65;
}

.impact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(20rem, 0.94fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100% - var(--content)) / 2));
  background: var(--paper);
  color: var(--ink);
}

.impact-visual {
  position: relative;
  height: clamp(33rem, 53vw, 47rem);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 2.2rem) 0, 100% 2.2rem, 100% 100%, 0 100%);
  background: #162b35;
  box-shadow: 1rem 1rem 0 var(--paper-deep);
}

.impact-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(16, 23, 27, 0.18);
  pointer-events: none;
}

.impact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.visual-stamp,
.proof-label {
  position: absolute;
  z-index: 2;
  margin: 0;
  background: var(--gold);
  color: var(--night);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-stamp {
  inset: 1rem auto auto 1rem;
  padding: 0.55rem 0.75rem;
}

.landing-page[dir="rtl"] .visual-stamp {
  inset: 1rem 1rem auto auto;
}

.impact-copy {
  max-width: 38rem;
}

.impact-copy .section-index,
.modes-intro .section-index {
  color: #85611d;
}

.impact-copy h2 {
  font-size: clamp(3.2rem, 6.4vw, 6.3rem);
}

.impact-copy h2 span,
.modes-intro h2 span {
  color: #9b6510;
}

.impact-copy > p:not(.section-index, .localization-note) {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: #3d484e;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.localization-note {
  margin: 1rem 0 0;
  color: currentColor;
  font-size: 0.76rem;
  font-style: italic;
  opacity: 0.68;
}

.impact-verdict {
  display: grid;
  gap: 0.35rem;
  margin-block-start: 2rem;
  padding: 1.25rem 1.4rem;
  border-inline-start: 5px solid var(--gold);
  background: var(--ink);
  color: var(--mist);
}

.impact-verdict strong {
  color: var(--gold-bright);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.impact-verdict span {
  color: var(--muted);
  font-size: 0.92rem;
}

.field-report {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(42, 131, 181, 0.16), transparent 30%),
    linear-gradient(140deg, #071118, var(--night) 58%);
}

.story-trajectory {
  position: absolute;
  z-index: -1;
  inset: 8% -3% auto;
  width: 106%;
  height: auto;
  opacity: 0.26;
  pointer-events: none;
}

.story-trajectory path {
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 2.5;
  stroke-dasharray: 9 12;
}

.story-trajectory circle {
  fill: var(--gold-bright);
}

.story-trajectory .impact-ring {
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 4;
}

.landing-page[dir="rtl"] .story-trajectory {
  transform: scaleX(-1);
}

.mechanic-layout {
  display: grid;
  grid-template-columns: minmax(22rem, 0.92fr) minmax(22rem, 0.78fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
  width: min(var(--content), calc(100% - 3rem));
  margin: 0 auto;
  padding-block: clamp(6rem, 10vw, 10rem);
}

.section-copy h2 {
  max-width: 11ch;
  font-size: clamp(3.25rem, 6.7vw, 6.6rem);
}

.section-lead {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.decision-list {
  margin-block-start: 2.6rem;
}

.decision {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1rem;
  padding-block: 1.25rem;
  border-block-start: 1px solid rgba(248, 244, 233, 0.17);
}

.decision:last-child {
  border-block-end: 1px solid rgba(248, 244, 233, 0.17);
}

.decision__mark {
  color: var(--gold);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.decision h3 {
  margin: -0.2rem 0 0.3rem;
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.decision p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.phone-proof {
  position: relative;
  justify-self: end;
  width: min(100%, 32rem);
  height: clamp(36rem, 59vw, 52rem);
  margin: 0;
  overflow: hidden;
  clip-path: polygon(2.2rem 0, 100% 0, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 0 100%, 0 2.2rem);
  background: var(--slate);
  box-shadow: -1.2rem 1.2rem 0 rgba(232, 174, 59, 0.16);
}

.phone-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.22);
}

.proof-label {
  inset: auto 1rem 1rem auto;
  max-width: calc(100% - 2rem);
  padding: 0.6rem 0.8rem;
  text-align: end;
}

.landing-page[dir="rtl"] .proof-label {
  inset: auto auto 1rem 1rem;
}

.modes-section {
  padding: clamp(5.5rem, 9vw, 9rem) max(1.25rem, calc((100% - var(--content)) / 2));
  background: var(--paper);
  color: var(--ink);
}

.modes-intro {
  display: grid;
  grid-template-columns: minmax(22rem, 1.2fr) minmax(18rem, 0.7fr);
  column-gap: 4rem;
  align-items: end;
  margin-block-end: clamp(3rem, 6vw, 5.5rem);
}

.modes-intro .section-index {
  grid-column: 1 / -1;
}

.modes-intro h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.modes-intro > p:last-child {
  margin: 0 0 0.5rem;
  color: #4d585d;
  font-size: 1.08rem;
}

.battle-lines {
  border-block-start: 2px solid var(--ink);
}

.battle-line {
  display: grid;
  grid-template-columns: 4rem minmax(12rem, 0.78fr) minmax(18rem, 1.2fr) auto;
  gap: 1.5rem;
  align-items: center;
  min-height: 7rem;
  padding-block: 1.2rem;
  border-block-end: 1px solid rgba(16, 23, 27, 0.24);
  transition: padding 220ms var(--ease-impact), background 220ms ease;
}

.battle-line:hover {
  padding-inline: 0.7rem;
  background: rgba(232, 174, 59, 0.08);
}

.battle-line__number {
  color: #9b6510;
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.battle-line h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.battle-line p {
  margin: 0;
  color: #526066;
}

.battle-line strong {
  justify-self: end;
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(16, 23, 27, 0.45);
  color: var(--ink);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.arsenal-section {
  display: grid;
  grid-template-columns: minmax(21rem, 0.78fr) minmax(28rem, 1.22fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(6rem, 10vw, 10rem) max(1.25rem, calc((100% - var(--content)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(169, 63, 53, 0.18), transparent 28%),
    linear-gradient(150deg, #0a151c, var(--night) 58%);
}

.arsenal-copy h2 {
  font-size: clamp(3.2rem, 6.5vw, 6.3rem);
}

.arsenal-copy > p:not(.section-index, .localization-note) {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.arsenal-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.2rem 0 0;
  padding: 0;
  border-block: 1px solid rgba(248, 244, 233, 0.18);
  list-style: none;
}

.arsenal-facts li {
  display: grid;
  padding: 1.15rem 0;
}

.arsenal-facts li + li {
  padding-inline-start: 1.25rem;
  border-inline-start: 1px solid rgba(248, 244, 233, 0.18);
}

.arsenal-facts strong {
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.arsenal-facts span {
  margin-block-start: 0.35rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.arsenal-stage {
  position: relative;
  min-height: clamp(34rem, 52vw, 46rem);
}

.arsenal-stage img {
  position: absolute;
  width: min(47%, 22rem);
  height: 88%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 213, 110, 0.4);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.48);
}

.arsenal-stage__journey {
  inset-block-start: 9%;
  inset-inline-start: 4%;
  z-index: 1;
  transform: rotate(-4deg);
}

.arsenal-stage__collection {
  inset-block-start: 0;
  inset-inline-end: 4%;
  z-index: 2;
  transform: rotate(3.5deg);
}

.landing-page[dir="rtl"] .arsenal-stage__journey {
  transform: rotate(4deg);
}

.landing-page[dir="rtl"] .arsenal-stage__collection {
  transform: rotate(-3.5deg);
}

.oath-section {
  padding: clamp(5rem, 8vw, 8rem) max(1.25rem, calc((100% - var(--content)) / 2));
  background: var(--gold);
  color: var(--night);
}

.oath {
  display: grid;
  grid-template-columns: minmax(22rem, 1.15fr) minmax(20rem, 0.85fr);
  gap: 1rem 5rem;
  align-items: end;
}

.oath .section-index {
  grid-column: 1 / -1;
  color: rgba(4, 10, 14, 0.62);
}

.oath h2 {
  font-size: clamp(3.3rem, 6.8vw, 6.7rem);
}

.oath h2 span {
  color: var(--night);
  -webkit-text-stroke: 1px rgba(4, 10, 14, 0.42);
}

.oath-copy > p {
  margin: 0 0 1.6rem;
  font-size: 1.12rem;
}

.oath-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oath-list li {
  padding: 0.46rem 0.65rem;
  border: 1px solid rgba(4, 10, 14, 0.55);
  font-size: 0.78rem;
  font-weight: 700;
}

.final-call {
  position: relative;
  display: flex;
  min-height: max(37rem, 78svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--night);
}

.final-call > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(0.82) contrast(1.08);
}

.final-call::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 10, 14, 0.92) 0%, rgba(4, 10, 14, 0.63) 45%, rgba(4, 10, 14, 0.2) 78%),
    linear-gradient(180deg, rgba(4, 10, 14, 0.18), rgba(4, 10, 14, 0.92));
}

.landing-page[dir="rtl"] .final-call::before {
  background:
    linear-gradient(270deg, rgba(4, 10, 14, 0.92) 0%, rgba(4, 10, 14, 0.63) 45%, rgba(4, 10, 14, 0.2) 78%),
    linear-gradient(180deg, rgba(4, 10, 14, 0.18), rgba(4, 10, 14, 0.92));
}

.final-call__inner {
  width: min(var(--content), calc(100% - 3rem));
  margin: 0 auto;
  padding-block: 5rem;
}

.final-call h2 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7.6vw, 7.5rem);
}

.final-call__inner > p:not(.section-index) {
  max-width: 34rem;
  margin: 1.4rem 0 1.7rem;
  color: rgba(248, 244, 233, 0.74);
  font-size: 1.05rem;
}

.final-status {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  font-family: "Alegreya Sans SC", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-footer {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 2rem;
  padding: 1rem 1.5rem;
  border-block-start: 1px solid rgba(248, 244, 233, 0.12);
  background: #020608;
  color: rgba(248, 244, 233, 0.46);
  text-align: center;
}

.landing-footer p {
  margin: 0;
  font-size: 0.76rem;
}

.landing-footer nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.landing-footer a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding-inline: 0.65rem;
  color: rgba(248, 244, 233, 0.72);
  font-size: 0.76rem;
  text-underline-offset: 0.25em;
}

.landing-footer a:hover {
  color: var(--gold-bright);
}

@keyframes hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

@media (max-width: 1100px) {
  .campaign-header__inner {
    grid-template-columns: 1fr auto;
  }

  .campaign-nav {
    display: none;
  }

  .impact-section,
  .mechanic-layout,
  .arsenal-section {
    gap: 3.5rem;
  }

  .battle-line {
    grid-template-columns: 3rem minmax(10rem, 0.8fr) minmax(15rem, 1.2fr) auto;
    gap: 1rem;
  }
}

@media (max-width: 820px) {
  .impact-section,
  .mechanic-layout,
  .arsenal-section,
  .modes-intro,
  .oath {
    grid-template-columns: 1fr;
  }

  .impact-visual {
    height: min(42rem, 112vw);
  }

  .impact-copy {
    max-width: 44rem;
  }

  .mechanic-layout {
    width: min(44rem, calc(100% - 2.5rem));
  }

  .phone-proof {
    justify-self: center;
    width: min(100%, 30rem);
    height: min(50rem, 150vw);
  }

  .story-trajectory {
    inset-block-start: 29%;
    width: 150%;
    opacity: 0.18;
  }

  .modes-intro {
    gap: 1.5rem;
  }

  .battle-line {
    grid-template-columns: 2.5rem 1fr auto;
    gap: 0.75rem 1rem;
  }

  .battle-line p {
    grid-column: 2 / -1;
  }

  .arsenal-stage {
    min-height: min(39rem, 105vw);
  }

  .oath {
    align-items: start;
  }

  .oath .section-index {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 3.6rem;
    font-size: 17px;
  }

  .campaign-header__inner {
    width: calc(100% - 1rem);
    gap: 0.4rem;
  }

  .brand-lockup__mark {
    width: 2.1rem;
    height: 2.1rem;
  }

  .brand-lockup__wordmark {
    width: clamp(5.5rem, 22vw, 7rem);
  }

  .header-actions {
    gap: 0;
  }

  .header-status {
    display: none;
  }

  .language-nav a {
    min-width: 44px;
    min-height: 44px;
  }

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

  .landing-hero__art {
    object-position: center 42%;
  }

  .landing-hero::before,
  .landing-page[dir="rtl"] .landing-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 7, 10, 0.32) 0%, rgba(2, 7, 10, 0.06) 30%, rgba(2, 7, 10, 0.72) 56%, rgba(2, 7, 10, 0.98) 100%);
  }

  .landing-hero__content {
    width: calc(100% - 2rem);
    padding-block: 5.6rem 2rem;
  }

  .campaign-kicker {
    margin-block-end: 0.55rem;
    font-size: 0.66rem;
  }

  .campaign-kicker::before {
    width: 1.8rem;
  }

  .hero-wordmark {
    width: min(78vw, 18rem);
    margin-block-end: 0.35rem;
  }

  .landing-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 13vw, 4.1rem);
    line-height: 0.92;
  }

  .landing-hero__lead {
    max-width: 29rem;
    margin-block-start: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .hero-actions {
    gap: 0.8rem;
    margin-block-start: 1.1rem;
  }

  .campaign-button {
    min-height: 3.1rem;
    padding: 0.72rem 1.15rem;
    font-size: 0.75rem;
  }

  .release-lockup {
    min-height: 3.1rem;
    padding-inline-start: 0.7rem;
  }

  .release-lockup strong {
    font-size: 0.69rem;
  }

  .release-lockup span {
    font-size: 0.61rem;
  }

  .platform-note {
    margin-block-start: 0.7rem;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .hero-caption {
    display: none;
  }

  .command-strip {
    justify-content: start;
    gap: 0.7rem;
    min-height: 3rem;
    padding-inline: 0.8rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .command-strip::-webkit-scrollbar {
    display: none;
  }

  .impact-section,
  .modes-section,
  .arsenal-section,
  .oath-section {
    padding-inline: 1.25rem;
  }

  .impact-section {
    padding-block: 4.5rem 5.2rem;
  }

  .impact-visual {
    height: 28rem;
    box-shadow: 0.7rem 0.7rem 0 var(--paper-deep);
  }

  .impact-copy h2,
  .section-copy h2,
  .arsenal-copy h2,
  .oath h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .impact-copy > p:not(.section-index, .localization-note),
  .arsenal-copy > p:not(.section-index, .localization-note) {
    font-size: 1rem;
  }

  .mechanic-layout {
    gap: 3rem;
    width: calc(100% - 2.5rem);
    padding-block: 5rem;
  }

  .decision {
    grid-template-columns: 2.5rem 1fr;
    padding-block: 1rem;
  }

  .decision h3 {
    font-size: 1.05rem;
  }

  .decision p {
    font-size: 0.9rem;
  }

  .phone-proof {
    height: min(39rem, 155vw);
    box-shadow: -0.75rem 0.75rem 0 rgba(232, 174, 59, 0.16);
  }

  .modes-section {
    padding-block: 5rem;
  }

  .modes-intro h2 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .modes-intro > p:last-child {
    font-size: 1rem;
  }

  .battle-line {
    grid-template-columns: 2.2rem 1fr;
    min-height: auto;
    padding-block: 1.35rem;
  }

  .battle-line h3 {
    font-size: 1.12rem;
  }

  .battle-line p,
  .battle-line strong {
    grid-column: 2;
    justify-self: start;
  }

  .battle-line strong {
    margin-block-start: 0.2rem;
  }

  .arsenal-section {
    padding-block: 5rem;
  }

  .arsenal-facts strong {
    font-size: 2.1rem;
  }

  .arsenal-stage {
    min-height: 29rem;
  }

  .arsenal-stage img {
    width: 48%;
    height: 88%;
  }

  .oath-section {
    padding-block: 4.7rem;
  }

  .oath {
    gap: 1.5rem;
  }

  .oath-copy > p {
    font-size: 1rem;
  }

  .final-call {
    min-height: max(34rem, 75svh);
  }

  .final-call > img {
    object-position: 58% center;
  }

  .final-call::before,
  .landing-page[dir="rtl"] .final-call::before {
    background: linear-gradient(180deg, rgba(4, 10, 14, 0.15), rgba(4, 10, 14, 0.96) 72%);
  }

  .final-call__inner {
    width: calc(100% - 2.5rem);
    padding-block: 3.8rem;
  }

  .final-call h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
}

@media (max-width: 420px) {
  .landing-hero__content {
    width: calc(100% - 1.5rem);
    padding-block-end: 1.45rem;
  }

  .landing-hero h1 {
    font-size: clamp(2.4rem, 13.5vw, 3.5rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .campaign-button {
    flex: 1 1 auto;
    gap: 0.4rem;
    padding-inline: 0.6rem;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .release-lockup {
    flex: 0 0 auto;
  }

  .platform-note {
    max-width: 25rem;
  }

  .visual-stamp {
    inset: 0.7rem auto auto 0.7rem;
    max-width: calc(100% - 1.4rem);
    font-size: 0.6rem;
  }

  .landing-page[dir="rtl"] .visual-stamp {
    inset: 0.7rem 0.7rem auto auto;
  }

  .arsenal-facts {
    grid-template-columns: 1fr;
  }

  .arsenal-facts li + li {
    padding-inline-start: 0;
    border-block-start: 1px solid rgba(248, 244, 233, 0.18);
    border-inline-start: 0;
  }
}

@media (max-width: 340px) {
  .brand-lockup .brand-lockup__wordmark {
    display: none;
  }
}

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

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