/* Shared inner-page banner: all non-home pages use one height and one title scale. */
body:not([data-page="Home"]) .page-hero{height:430px;min-height:430px;padding:0!important;display:flex;align-items:center;background:var(--cream);border-bottom:1px solid var(--line)}body:not([data-page="Home"]) .page-hero .shell{width:var(--shell);margin:0 auto}body:not([data-page="Home"]) .page-hero h1{margin:14px 0!important;max-width:900px;color:#263338!important;font-family:'Plus Jakarta Sans',Manrope,Arial,sans-serif!important;font-size:clamp(2.55rem,3.6vw,3.85rem)!important;font-weight:700!important;line-height:1.1!important;letter-spacing:-.045em!important}body:not([data-page="Home"]) .page-hero p:last-child{max-width:620px;margin-bottom:0;color:#687477;font-size:17px}@media(max-width:760px){body:not([data-page="Home"]) .page-hero{height:370px;min-height:370px}body:not([data-page="Home"]) .page-hero h1{font-size:clamp(2.2rem,9vw,2.85rem)!important;line-height:1.12!important}body:not([data-page="Home"]) .page-hero p:last-child{font-size:14px;line-height:1.6}}