/* ===== INDEX HOME — night journey overrides (no sidebar, full-width) ===== */
@import url("journey-titles.css");

:root {
  --journey-max: 1320px;
}

body.journey-site {
  background: #050810;
}

/* Nav active = grass underline */
.crest-link.is-active {
  color: #7bc44a !important;
  box-shadow: inset 0 -2px 0 #5d9a35;
}

.crest-nav-dl {
  display: none;
}

@media (min-width: 1024px) {
  .crest-nav-dl {
    display: inline-flex;
  }
}

/* Hero — full width, centered cinematic copy */
body.journey-site .sky-stage {
  width: 100%;
  max-width: none;
  min-height: 0;
}

body.journey-site .sky-copy {
  left: 50%;
  top: clamp(7rem, calc(var(--nav-h) + var(--announce-h) + 10vh), 16rem);
  transform: translateX(-50%);
  width: min(920px, calc(100% - 2.5rem));
  text-align: center;
}

body.journey-site .sky-copy::before {
  content: "";
  position: absolute;
  inset: -1.5rem -3rem;
  background: radial-gradient(ellipse at center, rgba(8, 13, 45, 0.42) 0%, transparent 72%);
  z-index: -1;
  pointer-events: none;
}

body.journey-site .sky-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
}

body.journey-site .sky-headline {
  font-size: clamp(2.75rem, 6.5vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

body.journey-site .sky-sub {
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.5;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

body.journey-site .sky-label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.875rem;
}

/* Block transitions */
.block-edge { width: 100%; pointer-events: none; }
.block-edge--grass { height: 8px; background: repeating-linear-gradient(90deg, #5d9a35 0, #5d9a35 8px, #4a7a28 8px, #4a7a28 16px); }
.block-edge--dirt { height: 12px; background: repeating-linear-gradient(90deg, #6b4f38 0, #6b4f38 10px, #4a3828 10px, #4a3828 20px); }
.block-edge--stone { height: 10px; background: repeating-linear-gradient(90deg, #4a5058 0, #4a5058 12px, #2a3038 12px, #2a3038 24px); }

/* Section typography */
.journey-wrap {
  max-width: var(--journey-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.journey-title {
  font-size: clamp(2rem, 4.2vw, 3.25rem) !important;
}

.journey-title--left {
  text-align: left !important;
}

.journey-lead {
  font-size: clamp(1rem, 1.6vw, 1.125rem) !important;
  line-height: 1.65;
}

.journey-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7bc44a;
  margin: 0 0 0.75rem;
}

/* Intro — 50/50 editorial */
.journey-zone--intro {
  background: linear-gradient(180deg, #0e1a14 0%, #121c24 100%);
  color: #e8e4d4;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.intro-editorial {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .intro-editorial {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
  }
}

.intro-copy p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #c8d0dc;
  margin: 0 0 1rem;
}

.intro-details {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-detail strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7bc44a;
  margin-bottom: 0.35rem;
}

.intro-detail span {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #9aa8b8;
}

.intro-scene img {
  width: 100%;
  max-height: min(72vh, 640px);
  object-fit: contain;
  object-position: center bottom;
}

/* Environment backgrounds */
.crest-zone-platforms {
  background: linear-gradient(180deg, #1a1f28 0%, #141820 100%) !important;
}

.zone-trail {
  background: linear-gradient(180deg, #121820 0%, #0c1018 100%) !important;
}

.zone-loop {
  background: linear-gradient(180deg, #101820 0%, #0a0e14 100%) !important;
  color: #e8e4d4;
}

/* Platforms — readable copy, wider grid */
.crest-zone-platforms .plat-intro {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  max-width: 760px;
  margin-bottom: 2.25rem;
}

.crest-zone-platforms .plat-grid {
  max-width: 1100px;
  gap: 0.875rem;
}

.crest-zone-platforms .plat-btn {
  font-size: 0.9375rem;
}

.crest-zone-platforms .plat-emerald {
  font-size: 1.0625rem;
}

/* Bedrock loop — polished square cards */
.zone-loop {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.zone-loop .loop-grid {
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.zone-loop .loop-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
}

.zone-loop .loop-card img {
  max-width: min(100%, 320px);
  margin-bottom: 1rem;
}

.zone-loop .loop-card h3 {
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  margin-bottom: 0.625rem;
}

.zone-loop .loop-card p {
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  color: #b8c0cc;
  line-height: 1.6;
}

/* Game modes — tighter cinema, no dead air */
.zone-modes .mode-cinema,
.zone-modes .mode-viewport,
.zone-modes .mode-panel {
  min-height: clamp(480px, 52vw, 620px);
}

.zone-modes .mode-desc {
  font-size: clamp(1rem, 1.1vw, 1.0625rem);
}

/* Overworld carousel — larger hero image */
.zone-trail {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.zone-trail .trail-main {
  max-height: min(68vh, 640px);
  width: 100%;
  object-fit: cover;
}

/* Night FAQ + CTA */
.zone-night {
  background: linear-gradient(180deg, #0c1020 0%, #060810 100%);
  padding: clamp(3.5rem, 7vw, 5rem) 0 2.5rem;
  position: relative;
}

.zone-night::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 78% 18%, rgba(255, 255, 255, 0.4), transparent);
}

.night-wrap {
  position: relative;
  z-index: 1;
}

.night-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.75rem;
}

.night-faq-trigger {
  font-size: 1rem;
}

.night-faq-panel {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #b0b8c8;
}

.night-social {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}

.night-social-label {
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a94a4;
  margin: 0 0 1rem;
}

.night-cta {
  text-align: center;
  padding: 2.5rem 1rem 1rem;
  position: relative;
  z-index: 1;
}

.night-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.night-cta p {
  color: #b0b8c8;
  font-size: 1.0625rem;
  margin: 0 0 1.25rem;
}
