/* Homepage-only editorial hero: typography and clear actions. */
.editorial-hero{background:#fff;padding:clamp(48px,6vw,88px) 0 0;overflow:hidden}
.editorial-hero-grid{display:block;padding-bottom:56px;border-bottom:1px solid var(--line)}
.editorial-copy .eyebrow{font-size:.72rem;letter-spacing:.14em;line-height:1.6;margin-bottom:28px}
.editorial-copy h1{max-width:900px;font-size:clamp(3.2rem,5.25vw,4.75rem);line-height:1.04;letter-spacing:-.045em;margin-bottom:28px;color:var(--blue)}
.editorial-copy h1 span{color:var(--ink)}
.editorial-copy .lead{max-width:650px;font-size:1.18rem;line-height:1.65;margin:0 0 30px}
@media(max-width:1100px){.editorial-copy h1{font-size:clamp(3rem,5.6vw,4.2rem)}}
@media(max-width:760px){
 .editorial-hero{padding-top:38px}
 .editorial-hero-grid{padding-bottom:36px}
  .editorial-copy .eyebrow{font-size:.65rem;max-width:310px;margin-bottom:22px}
 .editorial-copy h1{font-size:clamp(2.45rem,10.2vw,3.7rem);line-height:1.08;margin-bottom:24px}
 .editorial-copy .lead{font-size:1.05rem;line-height:1.6;margin-bottom:24px}
 .editorial-copy .button-row{gap:10px}
 .editorial-copy .button{padding-inline:17px}
 }
