.compact-hero{position:relative;z-index:1;height:480px;display:flex;align-items:flex-end;margin-top:calc(var(--page-top-offset) * -1);padding-top:var(--page-top-offset);overflow:hidden}.compact-hero__image{object-fit:cover;z-index:0}.compact-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,14,17,.55),rgba(11,14,17,.3) 30%,rgba(11,14,17,.4) 50%,rgba(11,14,17,.75) 75%,rgba(11,14,17,1));z-index:1}.compact-hero__fade{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(180deg,rgba(11,14,17,0),rgba(11,14,17,1));z-index:2;pointer-events:none}.compact-hero__content{position:relative;z-index:3;padding-bottom:var(--space-3xl);padding-top:var(--space-4xl)}.compact-hero__content h1{margin-bottom:var(--space-xs);text-shadow:0 2px 20px rgba(0,0,0,.5)}.compact-hero__subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:500px;text-shadow:0 1px 12px rgba(0,0,0,.5)}