/* Front-page-only presentation. No changes to in-flight HUD or menu effects. */
#landing .lp-hero {
  min-height: min(800px, 100svh);
  max-width: 1440px;
  margin: auto;
  padding: 56px 48px 40px;
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.3fr);
  gap: 48px;
}
#landing .lp-hero-inner { width: 100%; }
#landing .lp-hero h1 { text-align: left; font-size: clamp(36px, 4.4vw, 64px); letter-spacing: 2px; line-height: 1.02; text-shadow: none; }
#landing .lp-eyebrow { justify-content: flex-start; letter-spacing: 1.5px; }
#landing .lp-positioning { text-align: left; color: #eaf6ff; font-size: 22px; margin-top: 20px; }
#landing .lp-tagline { text-align: left; font-size: 16px; line-height: 1.65; color: #acc2d7; opacity: 1; max-width: 480px; }
#landing .landing-form input { text-align: left; }
#landing .lp-note { opacity: .8; font-size: 12px; line-height: 1.5; margin-bottom: 8px; }
#landing .lp-account-toggle { line-height: 1.5; }
#landing .lp-kbd-row { margin-top: 16px; }
.lp-gameplay { position: relative; margin: 0; align-self: stretch; min-height: 540px; overflow: hidden; border-radius: 14px; border: 1px solid rgba(120,180,230,.2); background: #08111e; }
.lp-gameplay img { display: block; width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 48% center; }
.lp-gameplay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(3,8,16,.96)); pointer-events: none; }
.lp-gameplay figcaption { position: absolute; bottom: 30px; left: 30px; right: 30px; z-index: 1; }
.lp-gameplay figcaption span { font: 11px 'IBM Plex Mono', monospace; color: #95c9f5; letter-spacing: 2px; }
.lp-gameplay strong { display: block; font: 500 clamp(24px, 2.5vw, 36px) 'Space Grotesk', sans-serif; color: #fff; margin: 12px 0; }
.lp-gameplay p { font-size: 14px; line-height: 1.6; color: #b3c9dd; }
.lp-gallery-controls { display: flex; gap: 8px; margin-top: 18px; }
.lp-gallery-controls button { border: 1px solid rgba(143,196,255,.3); border-radius: 5px; background: #091827; color: #aec6dc; padding: 8px 12px; font: 12px 'IBM Plex Sans', sans-serif; cursor: pointer; }
.lp-gallery-controls button[aria-pressed='true'] { background: #214669; color: #fff; border-color: #8fc4ff; }
.lp-explore-tabs { display: flex; justify-content: center; gap: 8px; max-width: 1200px; margin: 16px auto 0; padding: 16px 24px; border-bottom: 1px solid rgba(130,175,220,.16); flex-wrap: wrap; }
.lp-explore-tabs button { padding: 11px 18px; background: transparent; color: #9fb8d1; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font: 500 14px 'IBM Plex Sans', sans-serif; }
.lp-explore-tabs button:hover { color: #fff; background: rgba(80,160,255,.08); }
.lp-explore-tabs button[aria-selected='true'] { color: #eaf6ff; background: rgba(77,166,255,.15); border-color: rgba(77,166,255,.35); }
#landing button:focus-visible, #landing a:focus-visible, #landing [role='tabpanel']:focus-visible { outline: 2px solid #8fc4ff; outline-offset: 4px; }
#landing .lp-section[hidden] { display: none; }
#landing .lp-section { max-width: 1200px; padding-top: 36px; padding-bottom: 24px; }
#landing .lp-section-head .lp-eyebrow { justify-content: center; }
#landing .lp-section p { font-size: 14px; }
#landing .lp-cta { padding-top: 24px; }
#landing .lp-cta h2 { font-size: 22px; }
@media (max-width: 900px) {
  #landing .lp-hero { padding: 32px 24px; gap: 24px; grid-template-columns: 1fr 1fr; }
  .lp-gameplay { min-height: 500px; }
  .lp-gameplay figcaption { left: 20px; right: 20px; bottom: 20px; }
  #landing .lp-ships, #landing .lp-station-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  #landing .lp-hero { grid-template-columns: 1fr; padding: 28px 20px; }
  .lp-gameplay { min-height: 280px; }
  #landing .lp-hero h1 { font-size: 42px; }
  .lp-explore-tabs { justify-content: flex-start; gap: 4px; padding: 12px; }
  .lp-explore-tabs button { padding: 9px 12px; }
  #landing .lp-ships, #landing .lp-station-grid { grid-template-columns: 1fr; }
}
