/*
 * Ballistics landing / field manual — cinematic editorial system.
 * Isolated from the Hub and loaded after the legacy landing stylesheet.
 */

.nova-landing,
.site-experience:has(#landingView:not([hidden])),
.guide-view {
  --nova-night: #05070c;
  --nova-night-soft: #0a0d15;
  --nova-ink: #f6f0e7;
  --nova-muted: #a9afbd;
  --nova-coral: #ff7048;
  --nova-coral-hot: #ff8a49;
  --nova-gold: #ffd166;
  --nova-cyan: #4adaf2;
  --nova-violet: #8f78ff;
  --nova-green: #81e682;
}

.nova-landing {
  position: relative;
  overflow: clip;
  background: var(--nova-night);
  color: var(--nova-ink);
}

.nova-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 80%, transparent);
}

.nova-landing > * {
  position: relative;
  z-index: 1;
}

.site-experience:has(#landingView:not([hidden])) .lp-header {
  position: absolute !important;
  min-height: 100px !important;
  height: auto !important;
  padding: 8px clamp(22px, 4vw, 68px) !important;
  border: 0;
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-experience:has(#landingView:not([hidden])) .lp-header::before {
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-experience:has(#landingView:not([hidden])) .lp-header .brand-lockup {
  min-width: 190px;
  min-height: 82px !important;
  justify-content: flex-start;
}

.site-experience:has(#landingView:not([hidden])) .lp-header .brand-logo {
  width: 190px !important;
  height: 82px !important;
  max-width: 190px !important;
  max-height: 82px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 7px 14px rgba(255,112,72,0.24));
}

.site-experience:has(#landingView:not([hidden])) .lp-nav {
  gap: clamp(12px, 2vw, 30px);
  padding: 0;
  border: 0;
  background: transparent;
}

.site-experience:has(#landingView:not([hidden])) .lp-nav button {
  position: relative;
  min-height: 48px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #c5c8d2;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.site-experience:has(#landingView:not([hidden])) .lp-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 2px;
  background: var(--nova-coral);
  transition: right 180ms ease;
}

.site-experience:has(#landingView:not([hidden])) .lp-nav button:hover {
  color: #fff;
}

.site-experience:has(#landingView:not([hidden])) .lp-nav button:hover::after {
  right: 0;
}

.site-experience:has(#landingView:not([hidden])) .site-actions {
  min-width: 220px;
  justify-content: flex-end;
}

.site-experience:has(#landingView:not([hidden])) .quiet-site-action {
  border: 0;
  background: transparent;
}

.site-experience:has(#landingView:not([hidden])) .lp-cta-header {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 3px;
  color: #1b0b04;
  background: linear-gradient(105deg, var(--nova-coral), var(--nova-gold));
  box-shadow: 0 12px 30px rgba(255,112,72,0.26);
}

/* Hero */
.nova-hero {
  min-height: max(780px, 100svh);
  padding: 0 !important;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.nova-hero .lb-hero-sky {
  inset: 0;
  opacity: 1;
}

.nova-hero .lb-hero-sky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.03);
  animation: novaHeroDrift 18s ease-in-out infinite alternate;
}

.nova-hero .lb-hero-veil {
  background:
    linear-gradient(90deg, rgba(4,6,11,0.98) 0%, rgba(4,6,11,0.91) 24%, rgba(4,6,11,0.47) 49%, rgba(4,6,11,0.06) 72%),
    linear-gradient(180deg, rgba(4,6,11,0.42) 0%, transparent 34%, rgba(4,6,11,0.05) 68%, var(--nova-night) 100%);
}

.nova-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: clamp(22px, 4vw, 68px);
  top: 132px;
  width: 1px;
  height: calc(100% - 230px);
  background: linear-gradient(var(--nova-coral), rgba(255,112,72,0.04));
}

.nova-hero::after {
  content: "ROLE PARA DESCOBRIR";
  position: absolute;
  z-index: 4;
  left: clamp(9px, calc(4vw - 13px), 55px);
  bottom: 58px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255,255,255,0.56);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.nova-hero .lb-hero-layout {
  position: relative;
  z-index: 3;
  display: block;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 152px 0 96px;
}

.nova-hero .lb-hero-copy {
  max-width: 660px;
  text-align: left;
}

.nova-hero .lb-hero-showcase {
  display: none !important;
}

.nova-hero .lb-pill-row {
  margin-bottom: 28px;
  gap: 8px;
}

.nova-hero .lb-pill {
  min-height: 28px;
  padding: 0 11px;
  border-color: rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(5,7,12,0.4);
  color: #d4d7df;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
}

.nova-hero .lb-pill-live {
  border-color: rgba(255,112,72,0.5);
  color: var(--nova-gold);
}

.nova-hero .lb-title-kicker {
  margin-bottom: 15px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(0.66rem, 1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.25em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.6);
}

.nova-hero .lb-tag {
  max-width: none;
  margin: 0 0 26px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 7vw, 6.65rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.nova-hero .lb-tag em {
  display: inline-block;
  color: var(--nova-gold);
  -webkit-text-fill-color: var(--nova-gold);
  text-shadow: 0 8px 46px rgba(255,112,72,0.38);
}

.nova-hero .lb-lead {
  max-width: 570px;
  margin-bottom: 30px;
  color: #d2d4dc;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.nova-hero .lb-lead strong {
  color: #fff;
}

.nova-hero .lb-actions {
  margin-bottom: 34px;
}

.nova-landing .lb-btn {
  min-height: 54px;
  border-radius: 3px;
  padding: 0 24px;
  letter-spacing: 0.09em;
}

.nova-landing .lb-btn-primary {
  background: linear-gradient(105deg, var(--nova-coral) 0%, #ff9d4b 48%, var(--nova-gold) 100%);
  box-shadow: 0 16px 40px rgba(255,112,72,0.3);
}

.nova-landing .lb-btn-ghost {
  border-color: rgba(255,255,255,0.23);
  background: rgba(5,7,12,0.45);
  backdrop-filter: blur(10px);
}

.nova-landing .lb-btn-text {
  color: #d1d5de;
}

.nova-hero .lb-stats {
  width: max-content;
  max-width: 100%;
  gap: 0;
  border-top-color: rgba(255,255,255,0.16);
}

.nova-hero .lb-stats li {
  min-width: 120px;
  padding: 7px 24px 5px 0;
  margin-right: 24px;
  border-right-color: rgba(255,255,255,0.13);
}

.nova-hero .lb-stats strong {
  color: #fff;
  font-size: 1.05rem;
}

.nova-hero .lb-stats span {
  color: #aeb4c0;
  font-size: 0.59rem;
}

@keyframes novaHeroDrift {
  from { transform: scale(1.008) translate3d(0,0,0); }
  to { transform: scale(1.045) translate3d(-0.5%, -0.35%, 0); }
}

/* Simulator becomes an in-world observatory instrument. */
.nova-landing .lb-sim-section {
  padding: 100px 0 112px;
  background:
    radial-gradient(circle at 12% 15%, rgba(74,218,242,0.08), transparent 26%),
    linear-gradient(180deg, #070a11, #0a0f18 68%, #080a10);
}

.nova-landing .lb-sim-inner {
  width: min(1220px, calc(100% - 48px));
}

.nova-landing .lb-sim-head {
  align-items: start;
  margin-bottom: 32px;
}

.nova-landing .lb-sim-head::before {
  content: "01";
  display: block;
  width: 100%;
  margin-bottom: -18px;
  color: rgba(255,255,255,0.05);
  font-family: Georgia, serif;
  font-size: clamp(4.5rem, 10vw, 8rem);
  line-height: 0.65;
}

.nova-landing .lb-sim-head h2 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.nova-landing .lb-sim-head h2 em {
  color: var(--nova-cyan);
}

.nova-landing .lb-sim-head > p {
  max-width: 430px;
  color: #b6bdca;
  font-size: 1rem;
}

.nova-landing .lbs-shell {
  border-radius: 6px;
  border-color: rgba(74,218,242,0.35);
  background:
    linear-gradient(135deg, transparent 12px, rgba(12,20,31,0.96) 0) top left,
    #07101a;
  box-shadow: 0 32px 100px rgba(0,0,0,0.52), 0 0 0 1px rgba(255,255,255,0.04) inset;
}

.nova-landing .lbs-stage,
.nova-landing .lbs-panel,
.nova-landing .lbs-ammo select,
.nova-landing .lbs-pulse,
.nova-landing .lbs-fire {
  border-radius: 3px;
}

/* Editorial explanation */
.nova-pillars {
  padding: 118px 0 110px;
  border: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255,112,72,0.08), transparent 34%),
    var(--nova-night);
}

.nova-world-intro {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
  align-items: end;
}

.nova-world-intro .lb-kicker {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.nova-world-intro h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.nova-world-intro h2 em {
  color: var(--nova-coral-hot);
  font-style: normal;
}

.nova-world-intro > p:last-child {
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255,209,102,0.55);
  color: #b9bfca;
  font-size: 1.02rem;
  line-height: 1.75;
}

.nova-arc {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  height: 150px;
  margin: 0 auto -24px;
  overflow: hidden;
}

.nova-arc::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: -190px;
  height: 300px;
  border: 1px dashed rgba(255,209,102,0.32);
  border-radius: 50% 50% 0 0;
}

.nova-arc i,
.nova-arc b {
  position: absolute;
  bottom: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.nova-arc i {
  left: 2%;
  background: var(--nova-cyan);
  box-shadow: 0 0 22px var(--nova-cyan);
}

.nova-arc b {
  right: 2%;
  background: var(--nova-coral);
  box-shadow: 0 0 34px 10px rgba(255,112,72,0.45);
}

.nova-arc span {
  position: absolute;
  left: 49%;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nova-gold);
  box-shadow: 0 0 18px var(--nova-gold);
  animation: novaShotPulse 1.8s ease-in-out infinite;
}

@keyframes novaShotPulse {
  50% { transform: scale(1.8); opacity: 0.6; }
}

.nova-pillars .lb-rail-inner {
  width: min(1180px, calc(100% - 48px));
  gap: 0;
}

.nova-pillars .lb-rail-inner article {
  min-height: 210px;
  padding: 30px 28px 28px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-right: 1px solid rgba(255,255,255,0.09);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  transition: background 180ms ease, transform 180ms ease;
}

.nova-pillars .lb-rail-inner article:last-child {
  border-right: 0;
}

.nova-pillars .lb-rail-inner article:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255,112,72,0.09), transparent);
}

.nova-pillars .lb-rail-inner span {
  margin-bottom: 34px;
  color: var(--nova-gold);
}

.nova-pillars .lb-rail-inner strong {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.nova-pillars .lb-rail-inner p {
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Roster: a horizontal character-selection runway rather than a card grid. */
.nova-mounts-section {
  padding: 120px 0 132px;
  background:
    linear-gradient(180deg, rgba(255,112,72,0.05), transparent 28%),
    #07080d;
}

.nova-mounts-section .lb-section-inner {
  width: min(1280px, calc(100% - 48px));
}

.nova-mounts-section .lb-section-inner > h2 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.nova-mounts-section .lb-section-lead {
  max-width: 650px;
  margin-bottom: 46px;
  font-size: 1.04rem;
}

.nova-mounts-section .lb-mounts {
  counter-reset: novaMount;
  display: flex;
  gap: 14px;
  width: calc(100vw - max(48px, calc((100vw - 1280px) / 2)));
  padding: 20px max(24px, calc((100vw - 1280px) / 2)) 34px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255,112,72,0.55) rgba(255,255,255,0.05);
}

.nova-mounts-section .lb-mount {
  counter-increment: novaMount;
  flex: 0 0 clamp(250px, 23vw, 330px);
  min-height: 470px;
  border: 0;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0)),
    #0c1019;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  scroll-snap-align: start;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.nova-mounts-section .lb-mount:nth-child(even) {
  margin-top: 34px;
}

.nova-mounts-section .lb-mount::before {
  content: counter(novaMount, decimal-leading-zero);
  position: absolute;
  z-index: 0;
  right: 12px;
  top: 2px;
  color: rgba(255,255,255,0.045);
  font-family: Georgia, serif;
  font-size: 7.5rem;
  line-height: 1;
}

.nova-mounts-section .lb-mount::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 38% 0 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,112,72,0.13), transparent 65%);
}

.nova-mounts-section .lb-mount:hover {
  transform: translateY(-10px);
  box-shadow: inset 0 0 0 1px rgba(255,209,102,0.35), 0 26px 70px rgba(0,0,0,0.4);
}

.nova-mounts-section .lb-mount:nth-child(even):hover {
  transform: translateY(24px);
}

.nova-mounts-section .lb-mount img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 318px;
  padding: 26px 16px 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.48));
  transition: transform 220ms ease;
}

.nova-mounts-section .lb-mount:hover img {
  transform: scale(1.045) translateY(-4px);
}

.nova-mounts-section .lb-mount > div {
  position: relative;
  z-index: 2;
  padding: 20px 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.nova-mounts-section .lb-mount small {
  color: var(--nova-gold);
}

.nova-mounts-section .lb-mount strong {
  margin-top: 9px;
  font-family: Georgia, serif;
  font-size: 1.36rem;
  font-weight: 500;
}

.nova-mounts-section .lb-mount p {
  margin-top: 9px;
  color: #aeb5c2;
  font-size: 0.8rem;
}

/* Arenas */
.nova-arenas {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0;
}

.nova-arena-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.nova-arena-intro .lb-kicker {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.nova-arena-intro h2 {
  margin: 0;
  max-width: 14ch;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.nova-arena-intro h2 em {
  color: var(--nova-cyan);
  font-style: normal;
}

.nova-arena-intro > p:last-child {
  margin: 0;
  color: #b3bac7;
  font-size: 1rem;
  line-height: 1.7;
}

.nova-arena-stage {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 620px;
}

.nova-arena-stage figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: #0b1018;
}

.nova-arena-stage .nova-arena-main {
  grid-row: 1 / 3;
}

.nova-arena-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}

.nova-arena-stage figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.15);
}

.nova-arena-stage figure::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(3,5,9,0.95));
}

.nova-arena-stage figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.nova-arena-stage figcaption span,
.nova-arena-stage figcaption small {
  display: block;
  color: var(--nova-gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.nova-arena-stage figcaption strong {
  display: block;
  margin: 7px 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 2.35rem);
  font-weight: 500;
}

.nova-arena-stage figcaption small {
  color: #c7ccd5;
  letter-spacing: 0;
}

.nova-link {
  margin-top: 26px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,209,102,0.45);
  background: transparent;
  color: var(--nova-gold);
  font-weight: 900;
  letter-spacing: 0.06em;
  cursor: pointer;
}

/* Fair-play manifesto */
.nova-fair {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 108px max(24px, calc((100vw - 1280px) / 2));
  overflow: hidden;
  background: var(--nova-gold);
  color: #17130f;
}

.nova-fair .lb-kicker {
  color: #7d2d18;
}

.nova-fair .lb-kicker i {
  background: #17130f;
  box-shadow: none;
}

.nova-fair h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.nova-fair h2 em {
  color: #8d2f1a;
  font-style: normal;
}

.nova-fair-copy {
  position: relative;
  z-index: 2;
  align-self: end;
}

.nova-fair-copy > p {
  margin: 0 0 26px;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.7;
}

.nova-fair-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(23,19,15,0.32);
}

.nova-fair-copy li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(23,19,15,0.22);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nova-fair-mark {
  position: absolute;
  right: -7vw;
  top: -22vw;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgba(23,19,15,0.14);
  border-radius: 50%;
}

.nova-fair-mark::before,
.nova-fair-mark::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: inherit;
  border-radius: inherit;
}

.nova-fair-mark::after { inset: 27%; }

/* Entry paths */
.nova-landing #newsSection {
  padding: 122px 0 88px !important;
}

.nova-landing #newsSection .lb-section-inner {
  width: min(1280px, calc(100% - 48px));
}

.nova-landing #newsSection h2 {
  max-width: 17ch;
  margin-bottom: 40px;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.nova-landing .lb-split {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nova-landing .lb-split > div {
  position: relative;
  min-height: 390px;
  padding: 48px 42px;
  overflow: hidden;
  border-radius: 3px;
  border-color: rgba(255,255,255,0.13);
  background: #0a0d14;
  isolation: isolate;
}

.nova-landing .lb-split > div::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.32;
  transform: scale(1.03);
}

.nova-landing .lb-split > div:first-child::before {
  background-image: url("../assets/keyart/lobby-expedition-hall-v1.webp");
}

.nova-landing .lb-split > div:last-child::before {
  background-image: url("../assets/arenas/observatorio-nox-skybox-v1.webp");
}

.nova-landing .lb-split > div::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,7,12,0.96), rgba(5,7,12,0.52));
}

.nova-landing .lb-split small {
  color: var(--nova-gold);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.nova-landing .lb-split h3 {
  max-width: 11ch;
  margin-top: 50px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.nova-landing .lb-split p {
  max-width: 44ch;
  color: #ced2db;
}

/* Final cinematic lockup */
.nova-landing .lb-final {
  min-height: 680px;
  padding: 132px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, var(--nova-night), rgba(5,7,12,0.55), var(--nova-night)),
    url("../assets/keyart/landing-odyssey-v2.webp") center 58% / cover no-repeat;
}

.nova-landing .lb-final::before {
  background:
    radial-gradient(circle at 50% 56%, rgba(255,112,72,0.2), transparent 32%),
    linear-gradient(90deg, rgba(5,7,12,0.85), rgba(5,7,12,0.25), rgba(5,7,12,0.85));
}

.nova-landing .lb-final > .lb-final-logo {
  width: min(240px, 62vw);
  height: min(103px, 27vw);
  max-width: 240px;
  max-height: 103px;
  margin-bottom: 26px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.6));
}

.nova-landing .lb-final h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.nova-landing .lb-final > p:not(.lb-kicker) {
  color: #d4d7de;
  font-size: 1rem;
}

.nova-landing .lb-footer {
  width: min(1280px, calc(100% - 48px));
  padding: 36px 0 46px;
}

.nova-landing .lb-footer .lb-footer-logo {
  display: block;
  width: 190px;
  height: 82px;
  max-width: 190px;
  max-height: 82px;
  margin: 0 0 10px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 7px 14px rgba(255,112,72,0.24));
}

/* ==========================================================================
   FIELD MANUAL — new guide treatment over the existing accessible markup.
   ========================================================================== */
.guide-view {
  --manual-paper: #ece4d4;
  --manual-ink: #161b24;
  --manual-night: #080b12;
  --manual-line: rgba(255,255,255,0.1);
  padding-top: 88px;
  background: var(--manual-night) !important;
}

.guide-page {
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100svh - 88px);
  grid-template-columns: 310px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: start !important;
}

.guide-sidebar {
  top: 88px !important;
  height: calc(100svh - 88px) !important;
  max-height: none !important;
  padding: 36px 30px 28px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    #0b101a !important;
  background-size: 100% 36px !important;
  box-shadow: none !important;
}

.guide-back {
  color: var(--nova-gold, #ffd166) !important;
  letter-spacing: 0.12em !important;
}

.guide-sidebar-kicker {
  margin-top: 34px !important;
  color: #7fdceb !important;
  letter-spacing: 0.18em !important;
}

.guide-sidebar-title {
  max-width: 8ch;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.98 !important;
}

.guide-sidebar-lead {
  color: #939eaf !important;
  line-height: 1.55 !important;
}

.guide-toc {
  gap: 0 !important;
  margin-top: 26px !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.guide-toc a {
  min-height: 39px !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #9fa8b7 !important;
  font-size: 0.71rem !important;
}

.guide-toc a span {
  color: #5f6d80 !important;
}

.guide-toc a:hover,
.guide-toc a.is-active {
  color: #fff !important;
  padding-left: 12px !important;
}

.guide-toc a.is-active {
  box-shadow: inset 3px 0 0 var(--nova-coral, #ff7048) !important;
}

.guide-sidebar-cta {
  padding-top: 18px !important;
  border-top: 0 !important;
}

.guide-main {
  min-width: 0;
  background: #080b12 !important;
}

.guide-hero {
  position: relative;
  min-height: 520px;
  padding: 92px clamp(34px, 7vw, 100px) 68px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  background:
    linear-gradient(90deg, rgba(5,7,12,0.97), rgba(5,7,12,0.62) 48%, rgba(5,7,12,0.16)),
    linear-gradient(180deg, transparent 50%, #080b12),
    url("../assets/keyart/landing-odyssey-v2.webp") center / cover no-repeat !important;
}

.guide-hero::before {
  content: "MANUAL // 01—11";
  position: absolute;
  top: 44px;
  right: 44px;
  color: rgba(255,255,255,0.55);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.guide-hero h2 {
  max-width: 13ch !important;
  margin: 12px 0 18px !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: clamp(3.2rem, 6.8vw, 6.4rem) !important;
  font-weight: 500 !important;
  line-height: 0.91 !important;
  letter-spacing: -0.065em !important;
}

.guide-hero > p {
  max-width: 62ch !important;
  color: #d0d4dd !important;
  font-size: 1rem !important;
}

.guide-view .guide-chapter {
  position: relative;
  padding: 96px clamp(34px, 7vw, 100px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.09) !important;
  background: #080b12 !important;
}

.guide-view .guide-chapter:nth-of-type(even) {
  background: #0b1018 !important;
}

.guide-view .guide-chapter::before {
  content: attr(data-manual-index);
  position: absolute;
  right: 5vw;
  top: 36px;
  color: rgba(255,255,255,0.035);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
  pointer-events: none;
}

.guide-view .lp-section-head {
  width: 100% !important;
  max-width: 1080px;
  margin: 0 0 42px !important;
}

.guide-view .lp-section-head h2,
.guide-view .guide-chapter > .lp-guide-layout h2 {
  max-width: 17ch;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: clamp(2.5rem, 5vw, 4.8rem) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.guide-view .lp-section-sub,
.guide-view .lp-guide-copy > p {
  color: #aeb6c3 !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

.guide-view .lp-timeline {
  gap: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.guide-view .lp-timeline > li {
  grid-template-columns: 76px minmax(0, 1fr) !important;
  padding: 28px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.guide-view .lp-tl-card,
.guide-view .lp-controls-panel,
.guide-view .lp-guide-aside,
.guide-view .lp-weather-grid article,
.guide-view .lp-mount-rich,
.guide-view .lp-arena-rich-grid article,
.guide-view .lp-meta-card,
.guide-view .lp-gear-panel,
.guide-view .lp-economy,
.guide-view .lp-fair-inner,
.guide-view .lp-faq-list details {
  border-color: rgba(255,255,255,0.12) !important;
  border-radius: 3px !important;
  background: rgba(255,255,255,0.035) !important;
  box-shadow: none !important;
}

.guide-view .lp-tl-card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.guide-view .lp-tl-card h3 {
  color: #fff !important;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.guide-view .lp-tl-n {
  color: var(--nova-gold, #ffd166) !important;
  font-family: Georgia, serif;
  font-size: 1.6rem !important;
}

.guide-view .lp-controls-panel {
  margin-top: 38px !important;
  padding: 26px !important;
}

.guide-view .lp-controls-grid {
  gap: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.guide-view .lp-controls-grid > div {
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.guide-view .lp-guide-layout {
  width: 100% !important;
  max-width: 1120px;
  margin: 0 !important;
  gap: 44px !important;
}

.guide-view .lp-guide-aside {
  overflow: hidden;
}

.guide-view .lp-guide-aside img {
  height: 360px !important;
}

.guide-view .lp-weather-grid,
.guide-view .lp-arena-rich-grid {
  gap: 12px !important;
}

.guide-view .lp-weather-grid article {
  min-height: 250px;
  padding: 28px !important;
}

.guide-view .lp-wx-icon {
  color: var(--nova-cyan, #4adaf2) !important;
  font-size: 2rem !important;
}

.guide-view .lp-mount-rich-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.guide-view .lp-mount-rich {
  min-height: 360px;
  overflow: hidden;
}

.guide-view .lp-mount-rich img {
  height: 260px !important;
  padding: 22px 18px 0;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.42));
}

.guide-view .lp-mount-rich h3,
.guide-view .lp-arena-rich-grid h3,
.guide-view .lp-meta-card h3 {
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-weight: 500 !important;
}

.guide-view .lp-gear-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  padding: clamp(28px, 4vw, 52px) !important;
}

.guide-view .lp-gear-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guide-view .lp-gear-slots figure {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 12px 8px 9px;
  border: 1px solid rgba(255,209,102,0.16);
  border-radius: 3px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,135,55,0.18), transparent 58%),
    rgba(4,7,13,0.74);
}

.guide-view .lp-gear-slots figure::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255,255,255,0.04);
  pointer-events: none;
}

.guide-view .lp-gear-slots img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,0.42));
}

.guide-view .lp-gear-slots figcaption {
  margin-top: 7px;
  color: #d9c9ae;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.guide-view .lp-role,
.guide-view .lp-pilot {
  color: var(--nova-gold, #ffd166) !important;
}

.guide-view .lp-mount-rich dl div {
  border-color: rgba(255,255,255,0.08) !important;
  background: transparent !important;
}

.guide-view .lp-arena-rich-grid img {
  height: 190px !important;
}

.guide-view .lp-faq-list summary {
  min-height: 68px;
  color: #fff !important;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.guide-end {
  padding: 80px 0 !important;
  border: 0 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .site-experience:has(#landingView:not([hidden])) .site-actions {
    min-width: auto;
  }
  .site-experience:has(#landingView:not([hidden])) .quiet-site-action {
    display: none;
  }
  .nova-hero .lb-tag { font-size: clamp(3.2rem, 8.5vw, 5.7rem); }
  .nova-world-intro,
  .nova-arena-intro,
  .nova-fair { grid-template-columns: 1fr; }
  .nova-world-intro .lb-kicker,
  .nova-arena-intro .lb-kicker { margin-bottom: -34px; }
  .nova-world-intro > p:last-child { max-width: 680px; }
  .guide-page { grid-template-columns: 250px minmax(0, 1fr) !important; }
  .guide-sidebar { padding-inline: 20px !important; }
  .guide-view .lp-mount-rich-grid { grid-template-columns: 1fr !important; }
  .guide-view .lp-gear-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .site-experience:has(#landingView:not([hidden])) .lp-header {
    min-height: 88px !important;
    height: auto !important;
    padding: 6px 18px !important;
  }
  .site-experience:has(#landingView:not([hidden])) .lp-header .brand-logo {
    width: 166px !important;
    height: 72px !important;
    max-width: 166px !important;
    max-height: 72px !important;
  }
  .site-experience:has(#landingView:not([hidden])) .lp-nav {
    display: none !important;
  }
  .nova-hero {
    min-height: 820px;
    align-items: flex-end;
  }
  .nova-hero .lb-hero-sky img {
    object-position: 62% center;
  }
  .nova-hero .lb-hero-veil {
    background:
      linear-gradient(180deg, rgba(4,6,11,0.08) 0%, rgba(4,6,11,0.48) 35%, rgba(4,6,11,0.97) 72%, var(--nova-night) 100%),
      linear-gradient(90deg, rgba(4,6,11,0.5), transparent 75%);
  }
  .nova-hero::before,
  .nova-hero::after { display: none; }
  .nova-hero .lb-hero-layout {
    width: min(100% - 36px, 720px);
    padding: 340px 0 58px;
  }
  .nova-hero .lb-tag {
    font-size: clamp(3.1rem, 12vw, 5.3rem);
  }
  .nova-hero .lb-lead { max-width: 620px; }
  .nova-pillars .lb-rail-inner { grid-template-columns: 1fr 1fr; }
  .nova-pillars .lb-rail-inner article:nth-child(2) { border-right: 0; }
  .nova-pillars .lb-rail-inner article:nth-child(n+3) { border-top-color: rgba(255,255,255,0.09); }
  .nova-arena-stage {
    grid-template-columns: 1fr;
    grid-template-rows: 460px 260px 260px;
  }
  .nova-arena-stage .nova-arena-main { grid-row: auto; }
  .nova-landing .lb-split { grid-template-columns: 1fr; }
  .guide-view { padding-top: 72px; }
  .guide-page { display: block !important; }
  .guide-sidebar {
    position: sticky !important;
    top: 72px !important;
    z-index: 20;
    width: 100% !important;
    height: auto !important;
    padding: 12px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.14) !important;
    background: rgba(8,11,18,0.96) !important;
    backdrop-filter: blur(14px);
  }
  .guide-sidebar-kicker,
  .guide-sidebar-title,
  .guide-sidebar-lead,
  .guide-sidebar-cta { display: none !important; }
  .guide-back { margin-bottom: 8px !important; }
  .guide-toc {
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    overflow-x: auto;
    border: 0;
    scrollbar-width: none;
  }
  .guide-toc a {
    flex: 0 0 auto;
    min-height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
  }
  .guide-toc a.is-active { box-shadow: inset 0 -2px 0 var(--nova-coral, #ff7048) !important; }
}

@media (max-width: 640px) {
  .site-experience:has(#landingView:not([hidden])) .lp-header {
    min-height: 82px !important;
    padding: 5px 15px !important;
  }
  .site-experience:has(#landingView:not([hidden])) .lp-header .brand-lockup {
    min-width: 0;
    min-height: 63px !important;
  }
  .site-experience:has(#landingView:not([hidden])) .lp-header .brand-logo {
    width: 146px !important;
    height: 63px !important;
    max-width: 146px !important;
    max-height: 63px !important;
  }
  .site-experience:has(#landingView:not([hidden])) .lp-cta-header {
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.66rem;
  }
  .nova-hero {
    min-height: 790px;
  }
  .nova-hero .lb-hero-layout {
    width: calc(100% - 30px);
    padding-top: 300px;
  }
  .nova-hero .lb-pill-row { margin-bottom: 18px; }
  .nova-hero .lb-pill:not(.lb-pill-live) { display: none; }
  .nova-hero .lb-title-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }
  .nova-hero .lb-tag {
    font-size: clamp(3rem, 16vw, 4.5rem);
    line-height: 0.92;
  }
  .nova-hero .lb-lead {
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .nova-hero .lb-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .nova-hero .lb-btn { width: 100%; }
  .nova-hero .lb-btn-text { display: none; }
  .nova-hero .lb-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .nova-hero .lb-stats li {
    min-width: 0;
    margin: 0;
    padding-right: 12px;
  }
  .nova-hero .lb-stats li:nth-child(2) { border-right: 0; padding-left: 12px; }
  .nova-hero .lb-stats li:nth-child(n+3) { display: none; }
  .nova-landing .lb-sim-section,
  .nova-pillars,
  .nova-mounts-section,
  .nova-arenas,
  .nova-landing #newsSection { padding-block: 76px !important; }
  .nova-landing .lb-sim-inner,
  .nova-world-intro,
  .nova-pillars .lb-rail-inner,
  .nova-mounts-section .lb-section-inner,
  .nova-arenas,
  .nova-landing #newsSection .lb-section-inner {
    width: calc(100% - 30px);
  }
  .nova-landing .lb-sim-head::before { font-size: 4.4rem; }
  .nova-landing .lb-sim-head h2,
  .nova-world-intro h2,
  .nova-mounts-section .lb-section-inner > h2,
  .nova-arena-intro h2,
  .nova-landing #newsSection h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .nova-world-intro {
    display: block;
  }
  .nova-world-intro .lb-kicker { margin-bottom: 12px; }
  .nova-world-intro > p:last-child {
    margin-top: 28px;
    padding-left: 16px;
  }
  .nova-arc { width: calc(100% - 30px); height: 110px; }
  .nova-pillars .lb-rail-inner { grid-template-columns: 1fr; }
  .nova-pillars .lb-rail-inner article {
    min-height: auto;
    padding: 24px 8px;
    border-right: 0;
  }
  .nova-pillars .lb-rail-inner span { margin-bottom: 12px; }
  .nova-mounts-section .lb-mounts {
    width: calc(100vw - 15px);
    padding-right: 15px;
  }
  .nova-mounts-section .lb-mount {
    flex-basis: min(78vw, 300px);
    min-height: 430px;
  }
  .nova-mounts-section .lb-mount:nth-child(even) { margin-top: 0; }
  .nova-mounts-section .lb-mount img { height: 285px; }
  .nova-arena-intro { display: block; }
  .nova-arena-intro .lb-kicker { margin-bottom: 12px; }
  .nova-arena-intro > p:last-child { margin-top: 24px; }
  .nova-arena-stage { grid-template-rows: 340px 220px 220px; }
  .nova-arena-stage figcaption { left: 16px; bottom: 16px; }
  .nova-fair {
    display: block;
    padding: 76px 18px;
  }
  .nova-fair h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .nova-fair-copy { margin-top: 38px; }
  .nova-landing .lb-split > div {
    min-height: 350px;
    padding: 34px 24px;
  }
  .nova-landing .lb-split h3 { margin-top: 36px; }
  .nova-landing .lb-final {
    min-height: 620px;
    padding: 88px 18px;
  }
  .nova-landing .lb-footer .lb-footer-logo {
    width: 158px;
    height: 68px;
    max-width: 158px;
    max-height: 68px;
  }
  .guide-hero {
    min-height: 440px;
    padding: 70px 20px 44px !important;
    background-position: 64% center !important;
  }
  .guide-hero::before { top: 24px; right: 20px; }
  .guide-hero h2 { font-size: clamp(2.7rem, 14vw, 4.4rem) !important; }
  .guide-view .guide-chapter {
    padding: 68px 20px !important;
  }
  .guide-view .lp-section-head h2,
  .guide-view .guide-chapter > .lp-guide-layout h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem) !important;
  }
  .guide-view .lp-timeline > li {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }
  .guide-view .lp-weather-grid,
  .guide-view .lp-arena-rich-grid {
    grid-template-columns: 1fr !important;
  }
  .guide-view .lp-gear-slots img {
    height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-hero .lb-hero-sky img,
  .nova-arc span {
    animation: none !important;
  }
  .nova-mounts-section .lb-mount,
  .nova-mounts-section .lb-mount img,
  .nova-arena-stage img {
    transition: none !important;
  }
}
