.hero-threshold{padding-block:clamp(var(--space-7),10vw,var(--space-10));border-bottom:var(--hairline)}.hero-threshold__inner{max-width:980px}.hero-threshold__eyebrow-row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-6)}.hero-threshold__index{font-family:var(--font-serif);font-style:italic;font-size:var(--fs-meta);color:var(--color-stone)}.hero-threshold__title{font-size:var(--fs-display);line-height:var(--lh-tight);font-weight:500;margin:0 0 var(--space-5);max-width:18ch}.hero-threshold__title-em{font-style:italic;color:var(--color-forest)}.hero-threshold__lede{font-family:var(--font-serif);font-size:var(--fs-lede);line-height:var(--lh-snug);color:var(--color-ink-soft);max-width:56ch;margin-bottom:var(--space-6)}.hero-threshold__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-8)}.hero-threshold__manifest{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-5);gap:var(--space-5);padding-top:var(--space-5);border-top:var(--hairline)}.hero-threshold__manifest-item dt{margin-bottom:var(--space-2)}.hero-threshold__manifest-item dd{font-size:var(--fs-meta);color:var(--color-ink-soft);line-height:1.5}@media (max-width:720px){.hero-threshold__manifest{grid-template-columns:1fr;gap:var(--space-4)}}