/* Open editorial introduction: one message, one image, three benefits. */
.editorial-hero {
  padding: 48px 0 0;
  background: #fff;
}
.editorial-hero-grid {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: center;
  gap: 88px;
}
.editorial-copy {
  padding: 0;
  min-width: 0;
}
.editorial-copy .eyebrow {
  margin-bottom: 24px;
}
.editorial-copy h1 {
  font-size: clamp(48px, 4.8vw, 70px);
  line-height: 1.05;
}
.editorial-description {
  max-width: 510px;
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.65;
}
.editorial-copy .actions {
  margin-top: 28px;
  gap: 18px 24px;
}
.hero-guidance {
  margin-top: 30px;
}
.hero-guidance > span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-guidance p {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.5;
}
.hero-guidance em { font-style: normal; }
.mountain-hero {
  width: 100%;
  max-width: 400px;
  margin: 0;
  min-width: 0;
  justify-self: end;
}
.mountain-frame {
  overflow: hidden;
  border-radius: 3px;
}
.mountain-frame > img {
  display: block;
  width: 100%;
  height: auto;
}
.mountain-hero figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.mountain-hero figcaption a {
  color: var(--blue-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-promises {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-promises a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 0 0 20px;
  text-decoration: none;
}
.hero-promises a > span {
  grid-column: 1 / -1;
  font-size: 11px;
  color: var(--muted);
}
.hero-promises strong {
  font-size: clamp(20px, 1.85vw, 26px);
  line-height: 1.25;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -.02em;
}
.hero-promises em {
  display: block;
  font-style: normal;
  color: var(--blue);
}
.hero-promises svg {
  width: 18px;
  height: 18px;
  color: var(--blue);
  align-self: end;
  margin-bottom: 5px;
}
.hero-promises a:hover strong,
.hero-promises a:focus-visible strong { color: var(--blue); }
.editorial-foot {
  max-width: 1120px;
  margin-top: 8px;
}
.experience-benefits dt {
  font-size: 22px;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.experience-benefits > div {
  padding-block: 19px;
}
.experience-benefits dd {
  font-size: 16px;
}
@media (prefers-reduced-motion: no-preference) {
  .button svg,
  .text-link svg,
  .hero-promises svg {
    transition: transform 200ms ease;
  }
  .button:hover svg,
  .text-link:hover svg,
  .hero-promises a:hover svg {
    transform: translateX(3px);
  }
  .journey-card,
  .article-card {
    transition:
      transform 250ms ease,
      border-color 250ms ease,
      box-shadow 250ms ease;
  }
  @media (hover: hover) {
    .journey-card:hover,
    .article-card:hover {
      transform: translateY(-3px);
      border-color: #a6bde4;
      box-shadow: 0 16px 32px -24px #23478066;
    }
  }
}

@media (max-width: 1150px) {
  .editorial-hero-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 48px;
  }
  .editorial-copy h1 { font-size: 54px; }
  .editorial-description { font-size: 17px; }
}
@media (max-width: 800px) {
  .editorial-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }
  .editorial-copy h1 { font-size: 43px; }
  .editorial-description { font-size: 16px; }
  .editorial-copy .actions { align-items: flex-start; }
  .hero-guidance { margin-top: 20px; }
  .hero-guidance p { font-size: 16px; }
}
@media (max-width: 650px) {
  .editorial-hero { padding-top: 30px; }
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .editorial-copy h1 { font-size: clamp(40px, 10.8vw, 60px); }
  .mountain-hero { justify-self: center; }
  .hero-promises {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    padding-top: 0;
  }
  .hero-promises a {
    grid-template-columns: 22px 1fr 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-promises a > span { grid-column: auto; }
  .hero-promises strong { font-size: 20px; }
  .hero-promises em { display: inline; }
  .hero-promises svg { align-self: center; margin: 0; }
}
@media (max-width: 360px) {
  .header-inner .brand-logo { width: 90px; }
  .header-actions .button-small { padding-inline: 10px; gap: 6px; }
}
