@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --ink: #07090b;
  --panel: #0e1115;
  --gold: #c99543;
  --gold2: #f0cf8c;
  --text: #ece9df;
  --muted: #92979a;
  --line: rgba(207, 160, 81, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
}
.utility-bar {
  height: 72px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #050607f5, #080a0ccf);
}
.logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.logo-rune {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  font: 600 21px Cinzel;
  color: var(--gold2);
}
.logo > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo b {
  font: 600 18px Cinzel;
  letter-spacing: 0.2em;
}
.logo small {
  font-size: 7px;
  color: var(--gold);
  letter-spacing: 0.37em;
  margin-top: 7px;
}
.utility-actions {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.online {
  color: #a0a5a1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-right: 12px;
}
.online i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #75c87b;
  border-radius: 50%;
  box-shadow: 0 0 12px #75c87b;
  margin-right: 9px;
}
.utility-button {
  height: 46px;
  min-width: 132px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #ffffff16;
  background: #0d1115;
  transition: 0.2s;
}
.utility-button:hover {
  border-color: #c9954377;
  background: #15130f;
}
.utility-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-right: 1px solid #ffffff1f;
  color: #e8e5dc;
  font-size: 20px;
  padding-right: 11px;
}
.utility-copy {
  display: flex;
  align-items: center;
  line-height: 1;
}
.utility-copy b {
  font-size: 9px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.download-utility {
  border-color: #c995433f;
  background: linear-gradient(120deg, #16120d, #0c0e11);
}
.download-utility .utility-icon,
.download-utility b {
  color: var(--gold2);
}
.account-link {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--gold);
  padding: 7px 2px;
  margin-left: 8px;
}
.section-nav {
  height: 61px;
  padding: 0 clamp(22px, 12vw, 190px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, #1a1110f2, #100c0cee);
  border-bottom: 1px solid #c46f3a3b;
  box-shadow: 0 12px 35px #0006;
}
.section-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid #ffffff12;
  color: #7d7774;
  font: 600 12px Cinzel;
  letter-spacing: 0.02em;
  transition: 0.2s;
}
.section-nav a:first-child {
  border-left: 1px solid #ffffff12;
}
.section-nav a span {
  font: 600 8px Inter;
  color: #5c5550;
}
.section-nav a:hover,
.section-nav a.active {
  color: #fff0d4;
  background: radial-gradient(ellipse at 50% 110%, #b64f273e, transparent 68%);
}
.section-nav a.active:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -1px;
  height: 2px;
  background: #e46431;
  box-shadow: 0 0 15px #ef5d2e;
}
.hero {
  position: relative;
  min-height: 870px;
  height: 100svh;
  display: flex;
  align-items: center;
  padding: 155px clamp(22px, 8vw, 132px) 60px;
  overflow: hidden;
  isolation: isolate;
}
.hero-art,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-art {
  background:
    radial-gradient(circle at 73% 24%, #b4813a55, transparent 24%),
    linear-gradient(135deg, #192027, #090c0f 45%, #282014 75%, #080a0d);
}
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      #030506fa 0%,
      #030506c7 40%,
      #03050622 72%,
      #03050688
    ),
    linear-gradient(0deg, #07090b, transparent 28%);
}
.sun {
  position: absolute;
  right: 14%;
  top: 17%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 42%,
    #f2dfb7,
    #b2823f 35%,
    #a7733118 68%,
    transparent 70%
  );
  opacity: 0.72;
  box-shadow: 0 0 100px #d5a44a33;
}
.peaks {
  position: absolute;
  left: 30%;
  right: -5%;
  bottom: 3%;
  height: 60%;
  background:
    linear-gradient(
      145deg,
      transparent 24%,
      #25241e 24.5%,
      #0a0d11 54%,
      transparent 54.5%
    ),
    linear-gradient(
      215deg,
      transparent 36%,
      #1b1b18 36.5%,
      #080b0e 69%,
      transparent 69.5%
    );
  opacity: 0.75;
}
.warrior {
  position: absolute;
  right: 16%;
  bottom: 4%;
  width: 290px;
  height: 67%;
  background:
    radial-gradient(ellipse at 50% 9%, #07090b 0 8%, transparent 8.5%),
    linear-gradient(75deg, transparent 23%, #101318 24% 56%, transparent 57%),
    linear-gradient(105deg, transparent 24%, #0d1014 25% 58%, transparent 59%);
  filter: drop-shadow(0 14px 30px #000);
}
.warrior:before,
.warrior:after {
  content: "";
  position: absolute;
  top: 15%;
  width: 120px;
  height: 48%;
  background: linear-gradient(150deg, #403726, #0a0d11 42%);
  clip-path: polygon(
    50% 0,
    100% 18%,
    68% 40%,
    100% 100%,
    0 70%,
    34% 34%,
    0 15%
  );
}
.warrior:before {
  left: -55px;
  transform: rotate(-8deg);
}
.warrior:after {
  right: -55px;
  transform: rotate(8deg) scaleX(-1);
}
.particles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#d5a24f 1px, transparent 1.5px);
  background-size: 90px 110px;
  opacity: 0.18;
  transform: rotate(12deg);
}
.hero-copy {
  max-width: 730px;
  z-index: 2;
}
.pc-badge {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid #d5a75c77;
  background: #bd8e381a;
  color: var(--gold2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.overline {
  display: inline-block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid #c99543b8;
  padding-top: 9px;
  margin: 25px 0 17px;
}
.hero-copy > .overline {
  display: block;
  width: max-content;
}
h1,
h2,
h3 {
  font-family: Cinzel, Georgia, serif;
  margin: 0;
}
h1 {
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 22px #000;
}
h1 em,
h2 em {
  display: block;
  color: var(--gold2);
  font-style: normal;
  font-weight: 500;
}
.lead {
  max-width: 620px;
  color: #c1c2bd;
  font-size: 15px;
  line-height: 1.75;
  margin: 23px 0;
}
.mini-facts {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mini-facts i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}
.actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cta {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid #e4b969;
  background: linear-gradient(#d5a754, #98662b);
  color: #100d08;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  cursor: pointer;
  clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%,
    0 8px
  );
  box-shadow: 0 12px 40px #a76b292f;
  transition: 0.2s;
}
.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.cta b {
  font-size: 16px;
}
.play-link {
  border: 0;
  background: transparent;
  color: #ddd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.play-link i {
  font-style: normal;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff66;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  padding-left: 2px;
}
.cta-note {
  color: #7e8386;
  font-size: 10px;
  margin: 10px 0;
}
.cta-note strong {
  color: #c5a66d;
}
.persistence {
  position: absolute;
  right: clamp(32px, 6vw, 96px);
  bottom: 112px;
  width: 300px;
  padding: 23px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  background: #0c0e10d9;
  backdrop-filter: blur(8px);
}
.persistence small {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.2em;
}
.persistence > strong {
  display: block;
  font: 600 15px Cinzel;
  margin: 12px 0 8px;
}
.persistence p {
  color: #858a8c;
  font-size: 10px;
}
.persistence hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 17px 0;
}
.persistence span {
  display: flex;
  justify-content: space-between;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.12em;
}
.persistence b {
  color: #ddd;
}
.scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #707578;
  font-size: 8px;
  letter-spacing: 0.2em;
}
.scroll b {
  color: var(--gold);
  font-size: 19px;
}
.proof {
  min-height: 115px;
  padding: 0 clamp(22px, 8vw, 128px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.proof div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid #ffffff0f;
}
.proof div:first-child {
  border-left: 1px solid #ffffff0f;
}
.proof strong {
  font: 600 21px Cinzel;
  color: var(--gold2);
}
.proof span {
  max-width: 100px;
  color: #747a7d;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
.section {
  padding: 115px clamp(22px, 8vw, 128px);
}
.vision {
  background:
    radial-gradient(circle at 50% 8%, #c6943f16, transparent 28%), #0a0c0f;
}
.section-title {
  max-width: 760px;
  margin: 0 auto 55px;
}
.centered {
  text-align: center;
}
.section-title h2,
.settings h2,
.gameplay h2,
.final-cta h2,
.faq h2 {
  font-size: clamp(34px, 4vw, 55px);
  line-height: 1.1;
}
.section-title > p:last-child,
.body-copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  max-width: 610px;
}
.section-title > p:last-child {
  margin: 21px auto;
}
.feature-grid {
  max-width: 1240px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-grid article {
  padding: 11px 11px 28px;
  border: 1px solid #ffffff12;
  background: linear-gradient(145deg, #11151a, #0a0d10);
  position: relative;
}
.media-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #090b0d;
}
.media-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(7, 9, 11, 0.72) 0%, transparent 52%);
  pointer-events: none;
}
.media-slot img,
.media-slot video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature-grid article > small {
  color: var(--gold);
  display: block;
  margin: 20px 17px 9px;
}
.feature-grid h3 {
  font-size: 19px;
  margin: 0 17px 9px;
}
.feature-grid article > p {
  color: #858a8d;
  font-size: 11px;
  line-height: 1.8;
  margin: 0 17px;
}
.settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 125px);
  align-items: center;
  background:
    radial-gradient(circle at 85% 50%, #c9994613, transparent 34%), #080a0c;
}
.settings .body-copy {
  margin: 23px 0 30px;
}
.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.event-tags span {
  padding: 9px 11px;
  border: 1px solid #ffffff18;
  color: #a0a5a7;
  font-size: 9px;
}
.settings-table {
  border-top: 1px solid var(--line);
}
.settings-table > div {
  min-height: 66px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff12;
}
.settings-table span {
  color: #777d80;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.settings-table strong {
  font: 600 14px Cinzel;
}
.settings-table .pending strong {
  color: #746a58;
  font-size: 10px;
}
.gameplay {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  background: #0d1013;
}
.video-card {
  aspect-ratio: 16/9;
  border: 10px solid #101318;
  outline: 1px solid var(--line);
  background:
    radial-gradient(circle, #aa6d252e, transparent 23%),
    linear-gradient(135deg, #222930, #080a0d 72%);
  color: var(--text);
  display: grid;
  place-content: center;
  text-align: center;
  cursor: pointer;
}
.big-play {
  width: 68px;
  height: 68px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold2);
  margin: 0 auto 20px;
  padding-left: 5px;
}
.video-card strong {
  font-size: 9px;
  letter-spacing: 0.16em;
}
.video-card small {
  color: #666d70;
  margin-top: 8px;
}
.gameplay ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  color: #b1b5b5;
  font-size: 10px;
  display: grid;
  gap: 13px;
}
.gameplay li::first-letter {
  color: var(--gold);
}
.final-cta {
  text-align: center;
  padding: 125px 22px;
  background:
    radial-gradient(ellipse at 50% 85%, #c17e2d2c, transparent 40%), #07090b;
}
.final-cta h2 {
  font-size: clamp(38px, 4.5vw, 62px);
}
.final-cta > p:not(.overline) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  max-width: 650px;
  margin: 19px auto 32px;
}
.final-cta .cta {
  margin: auto;
}
.final-cta > small {
  display: block;
  color: #62686b;
  font-size: 8px;
  margin-top: 17px;
}
.faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 85px;
  background: #0c0f12;
  border-top: 1px solid #ffffff0f;
}
.faq details {
  border-bottom: 1px solid #ffffff18;
}
.faq summary {
  list-style: none;
  padding: 21px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font: 500 14px Cinzel;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.faq details[open] > summary::after {
  content: "−";
}

.faq details p {
  color: #858b8e;
  font-size: 11px;
  line-height: 1.8;
  margin: 0 0 20px;
}
footer {
  min-height: 130px;
  padding: 28px clamp(22px, 6vw, 90px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
}
footer .logo {
  transform: scale(0.82);
  transform-origin: left;
}
footer p {
  color: #5d6366;
  font-size: 8px;
}
footer nav {
  display: flex;
  gap: 22px;
  color: #888d90;
  font-size: 9px;
}
.modal-bg {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #020304e8;
  backdrop-filter: blur(9px);
  display: grid;
  place-items: center;
  padding: 18px;
}
.modal {
  position: relative;
  width: min(470px, 100%);
  padding: 42px;
  background: linear-gradient(145deg, #15191e, #0b0e11);
  border: 1px solid var(--line);
  box-shadow: 0 30px 100px #000;
}
.close {
  position: absolute;
  right: 14px;
  top: 9px;
  border: 0;
  background: none;
  color: #888;
  font-size: 27px;
  cursor: pointer;
}
.modal-icon {
  color: var(--gold);
  font-size: 29px;
}
.modal h2 {
  font-size: 29px;
}
.modal > p:not(.overline),
.success p {
  color: #909598;
  font-size: 11px;
  line-height: 1.7;
}
.modal form {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}
.modal label {
  color: #a6aaac;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.modal input {
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 7px;
  padding: 0 12px;
  border: 1px solid #ffffff1f;
  background: #080a0c;
  color: #fff;
  outline: none;
}
.modal input:focus {
  border-color: var(--gold);
}
.modal form .cta {
  width: 100%;
  margin-top: 6px;
}
.modal > small {
  display: block;
  color: #5d6366;
  font-size: 8px;
  text-align: center;
  margin-top: 12px;
}
.success {
  text-align: center;
}
.success i {
  width: 56px;
  height: 56px;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  font-style: normal;
}
.success a {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold2);
  padding: 14px 20px;
  font-size: 9px;
  margin-top: 15px;
}
.video-modal {
  position: relative;
  width: min(920px, 96vw);
  padding: 10px;
  border: 1px solid var(--line);
  background: #080a0c;
}
.video-modal > div {
  aspect-ratio: 16/9;
  display: grid;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle, #c7974526, transparent 38%), #0f1317;
}
.video-modal span {
  color: var(--gold);
  font-size: 40px;
}
.video-modal strong {
  font: 600 16px Cinzel;
  margin: 15px 0 5px;
}
.video-modal p {
  color: #777;
  font-size: 10px;
}
@media (max-width: 1050px) {
  .persistence {
    display: none;
  }
  .warrior {
    right: 5%;
    opacity: 0.8;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
  .media-slot {
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 980px) {
  .online,
  .account-link,
  .utility-copy {
    display: none;
  }
  .utility-button {
    min-width: 46px;
    width: 46px;
    padding: 0;
    justify-content: center;
  }
  .utility-icon {
    border: 0;
    padding: 0;
  }
  .section-nav {
    padding: 0 28px;
  }
  .section-nav a {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 52px;
  }
  .utility-bar {
    height: 62px;
    padding: 0 16px;
  }
  .logo-rune {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
  .logo b {
    font-size: 14px;
  }
  .utility-actions {
    gap: 6px;
  }
  .utility-button {
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
  .section-nav {
    top: 62px;
    height: 52px;
    padding: 0;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overflow-x: auto;
    justify-content: start;
  }
  .section-nav a {
    font-size: 8px;
    white-space: nowrap;
  }
  .section-nav a span {
    display: none;
  }
  .site-header {
    overflow: visible;
  }
  .hero {
    min-height: 800px;
    height: 100svh;
    padding: 130px 21px 42px;
    align-items: flex-end;
  }
  .hero-overlay {
    background: linear-gradient(
      0deg,
      #07090b 3%,
      #030506e8 32%,
      #03050644 70%,
      #03050688
    );
  }
  .sun {
    width: 220px;
    height: 220px;
    right: -8%;
    top: 17%;
  }
  .peaks {
    left: -12%;
    bottom: 24%;
    height: 50%;
  }
  .warrior {
    width: 205px;
    height: 48%;
    right: 10%;
    bottom: 23%;
    opacity: 0.7;
  }
  .hero-copy {
    width: 100%;
  }
  h1 {
    font-size: clamp(39px, 11.5vw, 52px);
  }
  .lead {
    font-size: 12px;
    line-height: 1.65;
    margin: 14px 0;
  }
  .overline {
    font-size: 8px;
    line-height: 1.45;
    padding-top: 7px;
    margin: 17px 0 12px;
  }
  .mini-facts {
    font-size: 7px;
    gap: 8px;
  }
  .actions {
    margin-top: 21px;
    gap: 9px;
  }
  .cta {
    width: 100%;
    min-height: 53px;
    padding: 0 16px;
  }
  .play-link {
    width: 100%;
    height: 47px;
    justify-content: center;
    border: 1px solid #ffffff1f;
  }
  .cta-note {
    text-align: center;
    line-height: 1.5;
  }
  .scroll {
    display: none;
  }
  .proof {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    min-height: 160px;
  }
  .proof div {
    padding: 14px 7px;
    border-bottom: 1px solid #ffffff0f;
  }
  .proof strong {
    font-size: 17px;
  }
  .proof span {
    font-size: 7px;
  }
  .section {
    padding: 78px 21px;
  }
  .centered {
    text-align: left;
  }
  .section-title > p:last-child {
    margin: 18px 0;
  }
  .section-title h2,
  .settings h2,
  .gameplay h2,
  .final-cta h2,
  .faq h2 {
    font-size: 34px;
  }
  .feature-grid {
    gap: 13px;
  }
  .media-slot {
    aspect-ratio: 4 / 3;
  }
  .settings,
  .gameplay,
  .faq {
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .gameplay {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }
  .gameplay > div {
    width: 100%;
    min-width: 0;
  }
  .gameplay-video {
    order: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    flex: none;
  }
  .gameplay > div:not(.gameplay-video) {
    order: 1;
  }
  .final-cta {
    padding: 88px 21px;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding: 43px 21px;
  }
  footer .logo {
    transform: scale(0.84);
    transform-origin: center;
  }
  footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal {
    padding: 33px 23px;
    max-height: 94svh;
    overflow: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* =========================================================
   ARCHIVOS MULTIMEDIA PERSONALIZABLES
   Reemplaza los archivos dentro de /images y /videos.
   ========================================================= */

.hero-art {
  background-color: #090c0f;
  background: url("images/hero.webp") center center / cover no-repeat;
}

.hero-art .sun,
.hero-art .peaks,
.hero-art .warrior,
.hero-art .particles {
  display: none;
}

.gameplay-video {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #080a0d;
  cursor: default;
}

.youtube-facade,
.gameplay-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.youtube-facade {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #080a0d;
  color: var(--text);
  cursor: pointer;
}

.youtube-facade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 450ms ease,
    filter 450ms ease;
}

.youtube-facade__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at center,
      transparent 0%,
      rgba(3, 5, 7, 0.12) 42%,
      rgba(3, 5, 7, 0.64) 100%
    ),
    linear-gradient(
      to top,
      rgba(3, 5, 7, 0.76),
      transparent 58%
    );
}

.youtube-facade__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  padding-left: 5px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(7, 9, 11, 0.82);
  color: var(--gold2);
  font-size: 19px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.48);
  transform: translate(-50%, -50%);
  transition:
    transform 250ms ease,
    background 250ms ease,
    color 250ms ease;
}

.youtube-facade__copy {
  position: absolute;
  left: 50%;
  bottom: 9%;
  z-index: 2;
  display: grid;
  gap: 7px;
  width: 90%;
  text-align: center;
  transform: translateX(-50%);
}

.youtube-facade__copy strong {
  color: #f0eee8;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.youtube-facade__copy small {
  margin: 0;
  color: #9b9fa1;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.youtube-facade:hover img {
  filter: brightness(1.08);
  transform: scale(1.025);
}

.youtube-facade:hover .youtube-facade__play,
.youtube-facade:focus-visible .youtube-facade__play {
  background: rgba(176, 124, 39, 0.92);
  color: #080a0d;
  transform: translate(-50%, -50%) scale(1.08);
}

.youtube-facade:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: -3px;
}

@media (max-width: 760px) {
  .youtube-facade__play {
    width: 56px;
    height: 56px;
  }

  .youtube-facade__copy {
    bottom: 7%;
  }
}

.hero-copy h1 > span,
.hero-copy h1 em,
.hero-copy h1 em span {
  display: block;
}

.hero-copy h1 em {
  color: var(--gold2);
  font-style: normal;
}

.hero-title > span {
  display: block;
}

.hero-title__gold {
  color: var(--gold2);
}