/* ============================================================
   QuikShot user journey presentation
   ============================================================ */

.journey-hero {
  padding: 80px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 56px;
  align-items: center;
}

.journey-kicker {
  margin: 0 0 14px;
  color: var(--mineral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-hero h1 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.026em;
  text-wrap: balance;
}

.journey-hero .lede {
  margin: 0 0 30px;
  max-width: 590px;
  color: var(--fg-secondary);
  font-size: 20px;
  line-height: 1.52;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 640px;
}

.hero-note {
  border-top: 1px solid var(--separator);
  padding-top: 14px;
  color: var(--fg-secondary);
  font-size: 14px;
  line-height: 1.45;
}

.hero-note strong {
  display: block;
  color: var(--fg);
  font-size: 15px;
  margin-bottom: 3px;
}

.phone-cluster {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 18px;
  align-items: center;
}

.phone-cluster .phone-frame:first-child {
  transform: translateY(34px);
}

.phone-frame {
  position: relative;
  border-radius: 38px;
  padding: 10px;
  background: linear-gradient(180deg, #111728, #050814);
  box-shadow:
    0 28px 72px rgba(11, 16, 32, 0.22),
    0 8px 20px rgba(11, 16, 32, 0.12),
    inset 0 0 0 1px rgba(255,255,255,0.1);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: var(--bg);
}

.phone-frame.is-small {
  border-radius: 32px;
  padding: 8px;
}

.phone-frame.is-small img {
  border-radius: 25px;
}

.journey-strip {
  padding: 44px 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--separator);
  border-bottom: 1px solid var(--separator);
}

.persona-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: start;
}

.persona-label {
  margin: 0 0 10px;
  color: var(--fg-tertiary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.persona-grid h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.persona-copy {
  margin: 0;
  color: var(--fg-secondary);
  font-size: 18px;
  line-height: 1.56;
  text-wrap: pretty;
}

.pain-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pain-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.42;
}

.pain-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lane-ochre);
  flex: 0 0 auto;
  margin-top: 7px;
}

.chapter {
  padding: 96px 0;
  border-bottom: 1px solid var(--separator);
}

.chapter:last-of-type {
  border-bottom: 0;
}

.chapter-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.chapter-grid.reverse .chapter-copy {
  order: 2;
}

.chapter-grid.reverse .chapter-media {
  order: 1;
}

.chapter-number {
  margin: 0 0 10px;
  color: var(--mineral);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  font-feature-settings: 'tnum' 1;
}

.chapter h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.chapter p {
  margin: 0 0 16px;
  color: var(--fg-secondary);
  font-size: 17px;
  line-height: 1.58;
  text-wrap: pretty;
}

.real-world {
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--separator);
}

.real-world .label {
  margin: 0 0 8px;
  color: var(--fg-tertiary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.real-world p {
  margin-bottom: 0;
  color: var(--fg);
  font-size: 16px;
}

.chapter-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.chapter-list li {
  position: relative;
  padding-left: 19px;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.46;
}

.chapter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mineral);
}

.chapter-media {
  display: grid;
  gap: 16px;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.caption {
  color: var(--fg-tertiary);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.wide-band {
  background: var(--ink);
  color: var(--snow);
}

.wide-band .chapter {
  border-bottom-color: rgba(255,255,255,0.1);
}

.wide-band .chapter-number,
.wide-band .journey-kicker {
  color: var(--mineral-bright);
}

.wide-band h2,
.wide-band .real-world p,
.wide-band .chapter-list li {
  color: var(--snow);
}

.wide-band p,
.wide-band .persona-copy {
  color: #B0B6C6;
}

.wide-band .real-world {
  border-top-color: rgba(255,255,255,0.12);
}

.wide-band .chapter-list li::before {
  background: var(--mineral-bright);
}

.coverage {
  padding: 88px 0;
}

.coverage h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.coverage-lede {
  margin: 0 0 36px;
  max-width: 650px;
  color: var(--fg-secondary);
  font-size: 18px;
  line-height: 1.55;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.coverage-item {
  border: 1px solid var(--separator);
  background: var(--bg-elevated);
  border-radius: 16px;
  padding: 18px;
}

.coverage-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--fg);
  font-size: 15px;
}

.coverage-item span {
  color: var(--fg-secondary);
  font-size: 13px;
  line-height: 1.42;
}

.journey-footer-note {
  padding: 48px 0 0;
  color: var(--fg-tertiary);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .journey-hero,
  .persona-grid,
  .chapter-grid,
  .chapter-grid.reverse {
    grid-template-columns: 1fr;
  }

  .journey-hero {
    padding-top: 54px;
  }

  .journey-hero h1 {
    font-size: 42px;
  }

  .phone-cluster {
    max-width: 560px;
    margin: 0 auto;
  }

  .chapter-grid.reverse .chapter-copy,
  .chapter-grid.reverse .chapter-media {
    order: initial;
  }

  .chapter {
    padding: 68px 0;
  }

  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero-notes,
  .pain-list,
  .screen-row,
  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .journey-hero h1,
  .chapter h2,
  .coverage h2,
  .persona-grid h2 {
    font-size: 34px;
  }

  .journey-hero .lede,
  .persona-copy,
  .coverage-lede {
    font-size: 17px;
  }

  .phone-cluster {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .phone-frame {
    border-radius: 28px;
    padding: 7px;
  }

  .phone-frame img {
    border-radius: 22px;
  }
}
