:root {
  --gold: #f4b83f;
  --gold-light: #ffd871;
  --gold-dim: #c98623;
  --ink: #07090d;
  --panel: rgba(7, 10, 15, .90);
  --panel-2: rgba(10, 14, 20, .94);
  --text: #f5f2ed;
  --muted: #bcc0c9;
  --line: rgba(220, 225, 235, .26);
  --serif: "Cinzel", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: var(--sans);
  background: #08090c;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.topbar {
  position: relative;
  z-index: 30;
  height: 48px;
  background: rgba(6, 7, 10, .96);
  border-bottom: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 8px 28px rgba(0,0,0,.24);
}

.topbar__inner {
  width: 100%;
  height: 100%;
  padding: 0 52px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { flex: 0 0 130px; display: flex; align-items: center; }
.brand img { display: block; width: 132px; height: auto; }

.main-nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 31px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 11.3px;
  font-weight: 500;
  letter-spacing: .01em;
  color: #c8c4c8;
  transition: color .2s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  background: linear-gradient(90deg, #f2a727, #ffe16c);
  box-shadow: 0 0 12px rgba(255,184,58,.7);
  transition: transform .2s ease;
}
.main-nav a:hover,
.main-nav a.active { color: #ffd06a; }
.main-nav a.active::after,
.main-nav a:hover::after { transform: scaleX(1); }

.download-btn {
  height: 36px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #d69024;
  border-radius: 5px;
  color: #eee7dd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: inset 0 0 14px rgba(255,172,44,.1), 0 0 13px rgba(220,131,24,.32);
  white-space: nowrap;
}
.download-btn:hover { background: rgba(216, 139, 34, .11); }
.download-btn__icon { color: #f5c15a; font-size: 20px; line-height: 1; transform: translateY(-1px); }

.socials { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.social {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #9ba1b1;
  font-size: 16px;
  opacity: .95;
}
.social--discord { font-size: 19px; }
.social--youtube { font-size: 14px; }
.social--shield { font-size: 18px; }
.social:hover { color: #e6e8ef; }

.nav-toggle { display: none; background: none; border: 0; padding: 0; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: #e9e6df; }

.hero {
  position: relative;
  min-height: 888px;
  overflow: hidden;
  isolation: isolate;
  background: #0a0a0a;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-image: url('assets/background-warhonor.avif');
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: right top;
}
/* IMPORTANT: no global dark overlay over the background. */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(2,4,7,.82));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 680px;
  padding-top: 68px;
  margin-left: 58px;
  text-align: center;
}
.hero-logo {
  width: 620px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.2));
}
.hero-kicker {
  margin: -4px 0 10px;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: .23em;
  text-transform: uppercase;
  color: #e7e4e4;
  text-shadow: 0 2px 8px rgba(0,0,0,.55);
}
.server-facts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 61px;
}
.fact {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
}
.fact__icon {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #ffbd3f;
  font-size: 29px;
  font-family: var(--serif);
  text-shadow: 0 0 14px rgba(255, 139, 23, .85), 0 0 4px rgba(255,227,135,.8);
  filter: drop-shadow(0 1px 0 #4b2705);
}
.fact__icon--coin {
  border: 2px solid #d78f27;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  box-shadow: inset 0 0 0 4px rgba(210,123,18,.22), 0 0 14px rgba(255,141,20,.35);
}
.fact__icon--helmet { font-size: 34px; transform: scaleX(.9); }
.fact__icon--swords { font-size: 32px; }
.fact strong {
  display: block;
  font-family: var(--serif);
  font-size: 11.5px;
  color: #f5ede3;
  letter-spacing: .01em;
}
.fact span {
  display: block;
  margin-top: 3px;
  font-size: 11.2px;
  color: #d0cbd0;
}
.fact-separator { width: 1px; height: 39px; background: rgba(240,236,235,.5); }

.hero-actions {
  margin-top: 13px;
  display: flex;
  justify-content: center;
  gap: 23px;
}
.cta {
  height: 53px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .01em;
}
.cta--primary {
  width: 296px;
  color: #17100a;
  border-color: #ffcb61;
  background: linear-gradient(180deg, #f7cf72 0%, #f0a72e 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 0 17px rgba(255, 150, 26, .28);
  justify-content: space-between;
  padding: 0 28px 0 37px;
  font-size: 14px;
}
.cta--primary b { font-size: 35px; font-weight: 300; line-height: 1; transform: translateY(-2px); }
.cta--primary:hover { filter: brightness(1.06); }
.cta--ghost {
  width: 280px;
  color: #f6f2ef;
  border-color: rgba(222,213,209,.63);
  background: rgba(13,9,9,.56);
  font-size: 12.8px;
  gap: 18px;
  backdrop-filter: blur(2px);
}
.cta--ghost:hover { background: rgba(30,18,13,.68); }
.play-icon { font-size: 21px; color: #fff; }

.community-note {
  position: absolute;
  top: 43px;
  right: 59px;
  width: 230px;
  z-index: 4;
  text-align: center;
  color: #f4b65a;
  font-family: var(--serif);
  letter-spacing: .18em;
  text-shadow: 0 0 12px rgba(0,0,0,.62);
}
.community-note p { margin: 0; font-size: 13.5px; line-height: 1.5; }
.community-note__lead { font-size: 14px !important; }
.community-note__lead span { letter-spacing: .23em; }
.ornament { margin: 16px auto 14px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.ornament span { width: 62px; height: 1px; background: linear-gradient(90deg, transparent, #b87527); position: relative; }
.ornament span:last-child { transform: scaleX(-1); }
.ornament span::after { content: ""; position: absolute; right: -3px; top: -2px; width: 5px; height: 5px; border: 1px solid #e6aa4c; transform: rotate(45deg); }
.ornament i { font-style: normal; color: #ffd27a; text-shadow: 0 0 12px #ef7910; }

.content-cards {
  position: absolute;
  z-index: 5;
  left: 30px;
  right: 30px;
  top: 498px;
  height: 243px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  background: linear-gradient(180deg, rgba(9,13,18,.98), rgba(7,10,15,.96));
  border: 1px solid rgba(142,151,163,.35);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.03);
}
.game-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(136,147,160,.48);
  background: #091019;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.7);
}
.game-card__art {
  position: absolute;
  inset: 0;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center top;
  transform: scale(1.02);
}
.game-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(3,7,13,.02) 0%, rgba(3,7,13,.04) 35%, rgba(5,8,13,.80) 61%, rgba(5,8,13,.98) 100%);
}
.game-card__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 18px 16px 24px;
  gap: 10px;
}
.game-card h2 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.04;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 8px #000;
}
.game-card p { margin: 3px 0 0; font-size: 12.5px; line-height: 1.25; color: #dce2ec; text-shadow: 0 1px 5px #000; }
.round-arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-bottom: 5px;
  display: grid;
  place-items: center;
  border: 2px solid #f3ab21;
  border-radius: 50%;
  color: #f7bd43;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  background: rgba(5,10,15,.78);
}
.round-arrow:hover { background: rgba(240,160,28,.15); transform: translateX(2px); }

.features {
  position: absolute;
  z-index: 5;
  left: 74px;
  right: 70px;
  top: 756px;
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.12fr 1.14fr .92fr;
  gap: 36px;
  align-items: center;
}
.feature { display: flex; align-items: center; gap: 17px; min-width: 0; }
.feature__icon { flex: 0 0 47px; width: 47px; height: 47px; color: #ffae33; filter: drop-shadow(0 0 8px rgba(255,118,17,.65)); }
.feature__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 12.5px; color: #e9e3df; white-space: nowrap; }
.feature p { margin: 7px 0 0; font-size: 11.5px; color: #c6c0c4; white-space: nowrap; }

.motto {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 837px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  color: #d99b39;
}
.motto p {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .35em;
  text-transform: uppercase;
  text-shadow: 0 0 9px rgba(212,117,21,.3);
}
.motto span {
  width: 160px;
  height: 1px;
  position: relative;
  background: linear-gradient(90deg, transparent, rgba(217,143,41,.75));
}
.motto span:last-child { transform: scaleX(-1); }
.motto span::after { content: ""; position: absolute; right: -4px; top: -3px; width: 6px; height: 6px; border-top: 1px solid #d99b39; border-right: 1px solid #d99b39; transform: rotate(45deg); }

.footer {
  position: relative;
  z-index: 20;
  min-height: 88px;
  padding: 0 46px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(7,10,15,.97);
  border-top: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 -10px 30px rgba(0,0,0,.25);
}
.footer__left { display: flex; align-items: center; gap: 22px; }
.footer-brand { display: flex; flex-direction: column; align-items: center; font-family: var(--serif); color: #bfc4ce; line-height: 1; }
.footer-brand strong { font-size: 26px; font-weight: 600; letter-spacing: -.04em; }
.footer-brand small { font-size: 8px; letter-spacing: .30em; margin-top: 4px; }
.footer__left p { margin: 0; font-size: 9.8px; color: #aeb4bf; }
.footer__right { display: flex; align-items: center; gap: 26px; color: #9aa0ac; font-size: 8.8px; }
.footer__right i { width: 1px; height: 17px; background: #858b96; }

.hero__ember { position: absolute; z-index: 1; width: 3px; height: 3px; border-radius: 50%; background: #ff9b2f; box-shadow: 0 0 12px #ff4d00; opacity: .8; animation: drift 7s linear infinite; }
.ember--1 { left: 46%; top: 30%; animation-delay: 0s; }
.ember--2 { left: 83%; top: 25%; animation-delay: -2.4s; }
.ember--3 { left: 91%; top: 18%; animation-delay: -5s; }
@keyframes drift { 0%{ transform:translate(0,0) scale(.7); opacity:0; } 15%{opacity:.9} 100%{ transform:translate(55px,-115px) scale(1.25); opacity:0; } }

.trailer-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; }
.trailer-modal.open { display: grid; }
.trailer-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.82); cursor: pointer; }
.trailer-modal__dialog { position: relative; z-index: 2; width: min(920px, 88vw); aspect-ratio: 16/9; border: 1px solid rgba(233,171,68,.5); background: #080b10; box-shadow: 0 0 40px rgba(0,0,0,.75), 0 0 25px rgba(236,136,23,.2); }
.trailer-modal__close { position: absolute; right: 10px; top: 8px; z-index: 3; width: 36px; height: 36px; border: 0; background: rgba(0,0,0,.6); color: white; font-size: 27px; cursor: pointer; }
.trailer-placeholder { height: 100%; display: grid; place-content: center; text-align: center; gap: 14px; color: #d8d2ce; background: radial-gradient(circle at center, rgba(194,83,14,.22), transparent 55%); }
.trailer-placeholder span { font-size: 60px; color: #f6b43c; }
.trailer-placeholder p { margin: 0; font-family: var(--serif); letter-spacing: .08em; }

@media (max-width: 1320px) {
  .topbar__inner { padding: 0 28px; gap: 18px; }
  .main-nav { gap: 19px; }
  .main-nav a { font-size: 10.5px; }
  .socials { gap: 13px; }
  .hero-copy { margin-left: 32px; width: 620px; }
  .hero-logo { width: 560px; }
  .community-note { right: 33px; }
  .features { left: 50px; right: 48px; gap: 22px; }
  .feature h3 { font-size: 11.5px; }
  .feature p { font-size: 10.8px; }
}

@media (max-width: 1120px) {
  .topbar { height: auto; min-height: 54px; }
  .topbar__inner { min-height: 54px; flex-wrap: wrap; padding: 8px 18px; }
  .brand { flex: 0 0 auto; margin-right: auto; }
  .nav-toggle { display: block; order: 2; }
  .download-btn { order: 1; margin-left: auto; }
  .socials { display: none; }
  .main-nav { order: 3; display: none; flex: 0 0 100%; height: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 12px; }
  .main-nav.open { display: flex; }
  .main-nav a { justify-content: flex-start; padding: 10px 4px; }
  .main-nav a::after { height: 1px; right: auto; width: 120px; }

  .hero { min-height: 1110px; }
  .hero__bg { background-size: auto 760px; background-position: 58% top; }
  .hero-copy { width: min(690px, 90vw); margin-left: 5vw; padding-top: 56px; }
  .community-note { top: 62px; right: 32px; transform: scale(.88); transform-origin: top right; }
  .content-cards { top: 545px; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-card { min-height: 215px; }
  .features { position: relative; top: auto; left: auto; right: auto; margin: 760px 40px 0; grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .motto { top: auto; bottom: 20px; }
  .motto span { width: 90px; }
}

@media (max-width: 760px) {
  .topbar__inner { gap: 10px; }
  .download-btn { height: 34px; padding: 0 13px; font-size: 10px; }
  .brand img { width: 116px; }

  .hero { min-height: 1570px; }
  .hero__bg { background-size: auto 650px; background-position: 58% top; }
  .community-note { display: none; }
  .hero-copy { width: 94vw; margin: 0 auto; padding-top: 42px; }
  .hero-logo { width: 96%; }
  .hero-kicker { margin-top: 2px; font-size: 12px; letter-spacing: .16em; }
  .server-facts { flex-direction: column; gap: 10px; margin-top: 20px; }
  .fact { width: min(300px, 84vw); }
  .fact-separator { display: none; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .cta--primary, .cta--ghost { width: min(320px, 88vw); }

  .content-cards { top: 635px; left: 14px; right: 14px; grid-template-columns: 1fr; padding: 9px; gap: 10px; }
  .game-card { min-height: 210px; }
  .features { margin: 1520px 24px 0; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
  .feature { gap: 12px; }
  .feature__icon { flex-basis: 40px; width: 40px; height: 40px; }
  .feature h3, .feature p { white-space: normal; }
  .motto { display: none; }

  .footer { padding: 18px 22px; flex-direction: column; align-items: flex-start; }
  .footer__left { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer__right { flex-wrap: wrap; gap: 11px; }
  .footer__right i { display: none; }
}

@media (max-width: 480px) {
  .download-btn span:last-child { display: none; }
  .download-btn { width: 38px; padding: 0; }
  .hero { min-height: 1635px; }
  .hero-copy { padding-top: 30px; }
  .hero__bg { background-size: auto 560px; background-position: 59% top; }
  .content-cards { top: 610px; }
  .features { margin-top: 1495px; grid-template-columns: 1fr; }
}

/* === WARHONOR readability + icon polish pass === */
:root {
  --gold-hot: #ffd46d;
  --gold-deep: #9c5616;
  --text-glow: 0 2px 2px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.9), 0 0 16px rgba(0,0,0,.68);
  --gold-glow: 0 1px 1px rgba(0,0,0,.95), 0 0 9px rgba(255,154,32,.42);
  --display: "Cinzel Decorative", "Cinzel", Georgia, serif;
}

/* Keep the art itself untouched: contrast is added to glyphs, not the background. */
.hero__bg { filter: none !important; }

.main-nav a,
.download-btn,
.hero-kicker,
.fact strong,
.community-note,
.game-card h2,
.feature h3,
.motto p,
.footer-brand,
.footer__right {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.main-nav a {
  font-weight: 700;
  letter-spacing: .045em;
  color: #e7e5ea;
  text-shadow: 0 1px 2px #000, 0 0 9px rgba(0,0,0,.82);
}
.main-nav a:hover,
.main-nav a.active {
  color: #ffd66f;
  text-shadow: 0 1px 1px #000, 0 0 8px rgba(255,173,43,.28);
}

.download-btn {
  color: #fff7e9;
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: .035em;
  text-shadow: 0 1px 2px #000;
  border-color: #f0aa39;
  box-shadow: inset 0 0 15px rgba(255,178,54,.12), 0 0 14px rgba(220,131,24,.38), 0 0 1px #ffe19a;
}
.download-btn__icon { width: 21px; height: 21px; display: grid; place-items: center; }
.download-btn__icon svg { width: 21px; height: 21px; fill: none; stroke: #ffd66f; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 4px rgba(255,176,43,.7)); }

.social { width: 28px; height: 28px; color: #b7becc; opacity: 1; transition: color .2s ease, filter .2s ease, transform .2s ease; }
.social svg { width: 24px; height: 24px; fill: currentColor; stroke: currentColor; stroke-width: 0; }
.social svg .social-play { fill: #090b0f; stroke: none; }
.social svg .social-shield-mark { fill: none; stroke: #090b0f; stroke-width: 1.5; stroke-linejoin: round; }
.social:hover { color: #ffe3a4; filter: drop-shadow(0 0 6px rgba(255,172,51,.48)); transform: translateY(-1px); }

.hero-logo {
  filter: drop-shadow(0 3px 1px rgba(0,0,0,.78)) drop-shadow(0 10px 18px rgba(0,0,0,.38));
}
.hero-kicker {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: .21em;
  color: #fff9f3;
  text-shadow: var(--text-glow);
  -webkit-text-stroke: .15px rgba(255,255,255,.22);
}

.fact__icon {
  color: #ffc24a;
  text-shadow: none;
  filter: drop-shadow(0 1px 0 #4b2705) drop-shadow(0 0 7px rgba(255,133,19,.82));
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.fact__icon svg { width: 100%; height: 100%; overflow: visible; fill: rgba(255,175,43,.12); stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.fact__icon--coin svg { stroke-width: 2.5; }
.fact__icon--helmet svg { stroke-width: 2.65; }
.fact__icon--swords svg { stroke-width: 3; }
.fact strong {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  color: #fffaf2;
  text-shadow: var(--text-glow);
}
.fact span {
  margin-top: 2px;
  font-size: 11.7px;
  font-weight: 600;
  color: #f1edf0;
  text-shadow: var(--text-glow);
}
.fact-separator { background: rgba(255,243,229,.72); box-shadow: 0 0 4px rgba(0,0,0,.6); }

.cta { font-family: var(--serif); font-weight: 800; letter-spacing: .025em; }
.cta--primary {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), inset 0 -2px 0 rgba(128,62,0,.25), 0 0 18px rgba(255,149,24,.34);
}
.cta--ghost {
  color: #fffdf9;
  font-size: 12.8px;
  font-weight: 700;
  text-shadow: var(--text-glow);
  border-color: rgba(255,229,209,.78);
}
.play-icon { width: 24px; height: 24px; display: grid; place-items: center; }
.play-icon svg { width: 23px; height: 23px; fill: #fff; stroke: #fff; stroke-width: 1; filter: drop-shadow(0 1px 3px #000); }

.community-note {
  color: #ffd070;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.84), 0 0 15px rgba(0,0,0,.6);
}
.community-note p { font-weight: 600; }
.community-note__lead { font-weight: 700 !important; }
.ornament { filter: drop-shadow(0 1px 2px rgba(0,0,0,.75)); }

.game-card__shade {
  background: linear-gradient(to bottom, rgba(3,7,13,0) 0%, rgba(3,7,13,.02) 34%, rgba(5,8,13,.58) 62%, rgba(5,8,13,.94) 100%);
}
.game-card h2 {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  color: #fffdf7;
  letter-spacing: .015em;
  text-shadow: 0 2px 2px #000, 0 0 7px #000, 0 0 14px rgba(0,0,0,.9);
  -webkit-text-stroke: .18px rgba(255,255,255,.22);
}
.game-card p {
  font-size: 12.6px;
  font-weight: 600;
  color: #f1f4f9;
  text-shadow: 0 1px 2px #000, 0 0 6px #000, 0 0 10px rgba(0,0,0,.75);
}
.round-arrow {
  width: 39px;
  height: 39px;
  border: 2px solid #ffc03f;
  color: #ffd05a;
  box-shadow: 0 0 10px rgba(255,166,36,.22), inset 0 0 8px rgba(255,173,31,.07);
}
.round-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 1px 1px #000); }

.feature__icon {
  color: #ffb43f;
  filter: drop-shadow(0 1px 0 #5d2b05) drop-shadow(0 0 7px rgba(255,118,17,.72));
}
.feature__icon svg { stroke-width: 2.35; }
.feature__icon svg .feature-fill { fill: rgba(255,169,45,.16); stroke: #ffc34c; stroke-width: 1.15; }
.feature h3 {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .025em;
  color: #fff9f3;
  text-shadow: var(--text-glow);
}
.feature p {
  font-size: 11.6px;
  font-weight: 600;
  color: #eee9eb;
  text-shadow: 0 1px 2px rgba(0,0,0,.95), 0 0 7px rgba(0,0,0,.86);
}

.motto p {
  font-family: var(--display);
  font-weight: 700;
  color: #efb14e;
  text-shadow: 0 1px 2px #000, 0 0 8px rgba(0,0,0,.8), 0 0 10px rgba(231,126,25,.24);
}

.footer-brand strong {
  font-family: var(--display);
  color: #d8dce5;
  text-shadow: 0 1px 2px #000, 0 0 8px rgba(0,0,0,.85);
}
.footer-brand small,
.footer__left p,
.footer__right {
  color: #c3c8d1;
  font-weight: 600;
  text-shadow: 0 1px 2px #000;
}

@media (max-width: 760px) {
  .game-card h2 { font-size: 19px; }
  .hero-kicker { font-size: 12.5px; }
}

/* === CONTENT BLOCK REWORK: modes de jeu intégrés à la page, pas en cards === */
.hero {
  min-height: 650px;
  overflow: hidden;
}
.hero::after {
  height: 90px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(5,6,8,.58));
}

/* Old card/footer feature layout is no longer used. */
.content-cards,
.features,
.motto { display: none !important; }

.server-content {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(105,45,9,.14), transparent 24%),
    radial-gradient(circle at 87% 54%, rgba(112,30,5,.11), transparent 25%),
    #080a0e;
  border-top: 1px solid rgba(255,194,91,.18);
}
.server-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.experience-intro,
.content-blocks,
.systems,
.page-motto {
  position: relative;
  z-index: 2;
}
.experience-intro {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  padding: 86px 0 70px;
  text-align: center;
}
.section-eyebrow,
.content-kicker {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .30em;
  color: #eda940;
  text-shadow: var(--gold-glow);
}
.experience-intro > h2,
.systems__heading h2 {
  max-width: 990px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(28px, 2.6vw, 43px);
  line-height: 1.17;
  font-weight: 700;
  letter-spacing: .012em;
  color: #fffaf2;
  text-shadow: 0 2px 2px #000, 0 0 18px rgba(0,0,0,.65);
}
.experience-intro > h2 span,
.systems__heading h2 span { color: #e2a54b; }
.section-lead {
  max-width: 880px;
  margin: 22px auto 0;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
  color: #d2d3d8;
  text-shadow: 0 1px 2px #000;
}

.classic-specs {
  margin-top: 48px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid rgba(239,176,76,.25);
  border-bottom: 1px solid rgba(239,176,76,.25);
}
.classic-specs > i {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, rgba(255,210,128,.45), transparent);
}
.classic-spec {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
}
.classic-spec__icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  color: #f6b13b;
  filter: drop-shadow(0 0 8px rgba(255,130,24,.35));
}
.classic-spec__icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(246,177,59,.06);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.classic-spec strong {
  display: block;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  color: #fff8ec;
  text-shadow: var(--text-glow);
}
.classic-spec small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #bfc1c8;
}

.content-blocks {
  width: min(1450px, 100%);
  margin: 0 auto;
}
.content-block {
  position: relative;
  min-height: 465px;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: stretch;
  border-top: 1px solid rgba(255,255,255,.08);
}
.content-block:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.content-block--reverse { grid-template-columns: 44% 56%; }
.content-block--reverse .content-block__media { order: 2; }
.content-block--reverse .content-block__copy { order: 1; padding-left: max(70px, 7vw); padding-right: 70px; }
.content-block__media {
  position: relative;
  min-height: 465px;
  overflow: hidden;
}
.content-block__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, #080a0e 100%);
  pointer-events: none;
}
.content-block--reverse .content-block__media::after {
  background: linear-gradient(270deg, transparent 68%, #080a0e 100%);
}
.content-block__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.003);
}
.content-block__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(70px, 6vw) 64px 70px;
  background: #080a0e;
}
.content-number {
  position: absolute;
  top: 36px;
  right: 44px;
  font-family: var(--display);
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
  color: rgba(236,171,67,.075);
  user-select: none;
}
.content-block--reverse .content-number { right: auto; left: 44px; }
.content-kicker { margin-bottom: 10px; }
.content-block__copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 51px);
  line-height: 1.03;
  font-weight: 800;
  color: #fffaf2;
  letter-spacing: .012em;
  text-shadow: 0 2px 2px #000, 0 0 15px rgba(0,0,0,.65);
}
.content-block__copy h2 em {
  display: block;
  margin-top: 8px;
  color: #e9a53b;
  font-style: normal;
  font-size: .67em;
  letter-spacing: .055em;
}
.content-block__copy > p:not(.content-kicker) {
  max-width: 580px;
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.85;
  font-weight: 500;
  color: #d0d2d8;
  text-shadow: 0 1px 2px #000;
}
.content-details {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  font-family: var(--serif);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .10em;
  color: #f0c26a;
}
.content-details b {
  width: 4px;
  height: 4px;
  border: 1px solid #c88727;
  transform: rotate(45deg);
}

.systems {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  padding: 92px 0 80px;
}
.systems__heading { text-align: center; }
.systems__heading h2 { max-width: 980px; }
.systems__line {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(236,174,70,.24);
  border-bottom: 1px solid rgba(236,174,70,.24);
}
.system-item {
  position: relative;
  min-height: 180px;
  padding: 31px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.system-item + .system-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,209,124,.34), transparent);
}
.system-icon {
  flex: 0 0 53px;
  width: 53px;
  height: 53px;
  color: #ffb640;
  filter: drop-shadow(0 0 8px rgba(255,117,13,.5));
}
.system-icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(255,171,53,.08);
  stroke: currentColor;
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .035em;
  color: #fff7ec;
  text-shadow: var(--text-glow);
}
.system-item p {
  margin: 8px 0 0;
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 500;
  color: #c2c4ca;
}

.page-motto {
  padding: 10px 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  color: #d99b39;
}
.page-motto p {
  margin: 0;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .35em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000, 0 0 8px rgba(0,0,0,.8);
}
.page-motto span {
  width: 165px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,143,41,.78));
}
.page-motto span:last-child { transform: scaleX(-1); }

@media (max-width: 1120px) {
  .hero { min-height: 680px; }
  .hero__bg { background-size: auto 680px; }
  .experience-intro { width: min(920px, calc(100% - 48px)); padding-top: 72px; }
  .classic-specs { grid-template-columns: 1fr 1fr; gap: 0; }
  .classic-specs > i { display: none; }
  .classic-spec { min-height: 95px; border-bottom: 1px solid rgba(239,176,76,.11); }
  .content-block,
  .content-block--reverse { grid-template-columns: 1fr 1fr; min-height: 420px; }
  .content-block__media { min-height: 420px; }
  .content-block__copy,
  .content-block--reverse .content-block__copy { padding: 52px 44px; }
  .systems { width: min(960px, calc(100% - 48px)); }
  .systems__line { grid-template-columns: 1fr 1fr; }
  .system-item:nth-child(3)::before { display: none; }
  .system-item:nth-child(-n+2) { border-bottom: 1px solid rgba(236,174,70,.18); }
}

@media (max-width: 760px) {
  .hero { min-height: 640px; }
  .hero__bg { background-size: auto 640px; }
  .experience-intro { width: calc(100% - 30px); padding: 60px 0 48px; }
  .section-lead { font-size: 13px; line-height: 1.7; }
  .classic-specs { grid-template-columns: 1fr; padding: 12px 0; }
  .classic-spec { justify-content: flex-start; padding: 15px 18px; min-height: 0; }
  .content-block,
  .content-block--reverse { display: flex; flex-direction: column; min-height: 0; }
  .content-block--reverse .content-block__media,
  .content-block--reverse .content-block__copy { order: initial; }
  .content-block__media { min-height: 265px; height: 265px; }
  .content-block__media::after,
  .content-block--reverse .content-block__media::after {
    background: linear-gradient(to bottom, transparent 58%, #080a0e 100%);
  }
  .content-block__copy,
  .content-block--reverse .content-block__copy { padding: 34px 25px 48px; }
  .content-number,
  .content-block--reverse .content-number { top: 22px; right: 22px; left: auto; font-size: 50px; }
  .content-block__copy > p:not(.content-kicker) { font-size: 13px; line-height: 1.72; }
  .content-details { gap: 8px; font-size: 9.5px; }
  .systems { width: calc(100% - 30px); padding: 65px 0 58px; }
  .systems__line { grid-template-columns: 1fr; margin-top: 38px; }
  .system-item { min-height: 0; padding: 25px 14px; }
  .system-item + .system-item::before { display: none; }
  .system-item:not(:last-child) { border-bottom: 1px solid rgba(236,174,70,.16); }
  .page-motto { padding-bottom: 44px; gap: 18px; }
  .page-motto p { font-size: 10px; letter-spacing: .20em; text-align: center; }
  .page-motto span { width: 45px; }
}

@media (max-width: 480px) {
  .hero { min-height: 620px; }
  .hero__bg { background-size: auto 620px; }
  .experience-intro > h2,
  .systems__heading h2 { font-size: 25px; }
  .classic-spec__icon { flex-basis: 39px; width: 39px; height: 39px; }
  .content-block__media { height: 225px; min-height: 225px; }
  .content-block__copy h2 { font-size: 29px; }
}

/* === 2026-09-15 correction: Camelot en HERO uniquement, aucun chevauchement === */

/* Le visuel Camelot remplace réellement le fond du hero. Aucun filtre sombre global. */
.hero {
  min-height: 700px;
  background: #080a0e;
}
.hero__bg {
  background-image: url('assets/background-content.avif');
  background-size: cover;
  background-position: center 44%;
  background-repeat: no-repeat;
  filter: none !important;
}

/* Transition uniquement en bas du hero vers la couleur de la section suivante :
   aucune seconde image ne remonte ou ne chevauche le hero. */
.hero::after {
  height: 78px;
  bottom: -1px;
  background: linear-gradient(to bottom, rgba(8,10,14,0) 0%, rgba(8,10,14,.22) 45%, #080a0e 100%);
}

/* La suite de page commence normalement après le hero. */
.server-content {
  position: relative;
  z-index: 10;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(105,45,9,.14), transparent 28%),
    radial-gradient(circle at 88% 50%, rgba(112,30,5,.10), transparent 28%),
    #080a0e;
  background-image:
    radial-gradient(circle at 15% 8%, rgba(105,45,9,.14), transparent 28%),
    radial-gradient(circle at 88% 50%, rgba(112,30,5,.10), transparent 28%);
  background-attachment: scroll;
}
.server-content::before { display: none !important; }

/* Le premier bloc conserve un peu plus d'ampleur sans empiéter sur le hero. */
.experience-intro {
  min-height: 500px;
  padding-top: 92px;
  padding-bottom: 90px;
}

/* Menu desktop nettement plus large : les entrées utilisent toute la largeur disponible. */
@media (min-width: 1321px) {
  .topbar__inner {
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
  }
  .brand { flex-basis: 146px; }
  .brand img { width: 138px; }
  .main-nav {
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 24px;
    padding: 0 14px;
  }
  .main-nav a {
    font-size: 11.7px;
    letter-spacing: .015em;
  }
  .download-btn { padding-left: 20px; padding-right: 20px; }
  .socials { gap: 17px; }
}

@media (max-width: 1320px) and (min-width: 1121px) {
  .topbar__inner { padding-left: 18px; padding-right: 18px; gap: 12px; }
  .main-nav { justify-content: space-between; gap: 12px; padding: 0 6px; }
  .main-nav a { font-size: 10.7px; }
  .socials { gap: 11px; }
  .download-btn { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 1120px) {
  .hero { min-height: 680px; }
  .hero__bg { background-size: cover; background-position: center 42%; }
  .experience-intro { min-height: 0; padding-top: 76px; padding-bottom: 72px; }
}

@media (max-width: 760px) {
  .hero { min-height: 650px; }
  .hero__bg { background-size: cover; background-position: 56% center; }
  .hero::after { height: 62px; }
  .experience-intro { padding-top: 62px; padding-bottom: 58px; }
}

@media (max-width: 480px) {
  .hero { min-height: 620px; }
  .hero__bg { background-size: cover; background-position: 58% center; }
}
