.hero{min-height:560px;padding-top:5.5rem;padding-bottom:5.5rem;gap:3.5rem}
.hero h1{font-size:clamp(3.1rem,5.2vw,5.45rem);max-width:760px}
.hero .hero-actions{margin:2rem 0 2.6rem}
.pathway.feature .button-pink{border:2px solid var(--pink);box-shadow:0 5px 0 rgba(0,0,0,.35)}
.pathway.feature .button-pink:hover,.pathway.feature .button-pink:focus-visible{background:#fff;color:var(--black);border-color:#fff;transform:translateY(-1px)}
@media(min-width:901px) and (max-width:1366px){.hero{min-height:500px;padding-top:4rem;padding-bottom:4rem;gap:3rem}.hero h1{font-size:clamp(3rem,4.8vw,4.8rem);max-width:700px;margin-bottom:1.4rem}.hero-lead{font-size:1.08rem}.hero-panel li{padding:1rem 0}.hero .proof-line{margin-bottom:0}}
@media(max-width:900px){.hero{min-height:0;padding-top:4.5rem;padding-bottom:4.5rem}.hero h1{font-size:clamp(3rem,9vw,4.7rem)}}

@media(min-width:901px) and (max-height:900px){.hero{min-height:0;padding-top:clamp(2.25rem,4.5vh,3.25rem);padding-bottom:clamp(2.25rem,4.5vh,3.25rem);gap:clamp(2.25rem,3.5vw,3.25rem);align-items:center}.hero h1{font-size:clamp(2.9rem,4.4vw,4.45rem);margin-bottom:1.1rem}.hero-lead{font-size:1.05rem}.hero .hero-actions{margin:1.5rem 0 1.8rem}.hero-panel{padding:1.5rem 1.7rem 1.7rem}.hero-panel ol{margin-top:1rem}.hero-panel li{padding:.8rem 0}}
@media(max-width:620px){.hero h1{font-size:clamp(2.7rem,13vw,3.6rem)}}

/* Homepage founder portrait: show the approved image in full, without retouching or an overlay. */
.founder{grid-template-columns:minmax(460px,.95fr) minmax(0,1.05fr);align-items:stretch}
.founder-mark{min-height:0;padding:0;background:#101010;border-top:10px solid var(--pink);border-right:10px solid var(--teal);display:grid;place-items:center;overflow:hidden}
.founder-mark .founder-photo{display:block;width:100%;height:auto;min-height:0;max-width:none;object-fit:contain;object-position:center;border:0;border-radius:0;box-shadow:none}
@media(max-width:900px){.founder{grid-template-columns:1fr}.founder-mark{border-right:0}.founder-mark .founder-photo{width:100%;height:auto;min-height:0}}
@media(max-width:620px){.founder-mark,.founder-mark .founder-photo{height:auto;min-height:0}}
