.hero-centered{position:relative;display:flex;align-items:center;padding:6rem 0 3rem;overflow:hidden;background:var(--brand-text)}.hero-centered__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-centered__scrim{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,var(--hero-overlay,.45))}.hero-centered__inner{position:relative;z-index:2;width:100%}.hero-centered__headline{font-family:var(--brand-font-heading);font-size:clamp(2.75rem,7vw,5.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--brand-hero-overlay-text);max-width:16em;margin-bottom:1.5rem}.hero-centered__sub{font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.7;color:var(--brand-hero-overlay-text);opacity:.9;max-width:40ch;margin-bottom:2.5rem;font-weight:300}.hero-centered__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (min-width:768px){.hero-centered__sub{font-size:1.125rem}}