.hero{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:30rem;padding:2rem;overflow:hidden;border-radius:1.25rem;color:#f9f8f1}.hero__picture,.hero__image{position:absolute;inset:0;width:100%;height:100%}.hero__image{object-fit:cover;object-position:center}.hero__overlay{background-image:linear-gradient(178deg, rgba(0, 0, 0, 0) 52.08%, rgba(0, 0, 0, 0.28) 70.21%, rgba(0, 0, 0, 0.36) 97.4%)}@media screen and (min-width: 1020px){.hero__overlay{background-image:linear-gradient(189deg, rgba(0, 0, 0, 0) 51.41%, rgba(0, 0, 0, 0.42) 66.81%, rgba(0, 0, 0, 0.54) 84.13%)}}.hero__overlay{position:absolute;inset:0;pointer-events:none}.hero__content{position:relative;display:flex;flex-direction:column;gap:1rem;max-width:45rem}.hero__heading,.hero__subline{margin:0}.hero__heading{color:#f9f8f1}.hero__cta{align-self:flex-start}.hero--centered{justify-content:flex-start;align-items:center;text-align:center}@media screen and (min-width: 768px){.hero--centered{justify-content:center}}.hero--centered .hero__content{align-items:center}.hero--centered .hero__cta{align-self:center}.hero--split{display:grid;gap:2rem;justify-content:stretch;min-height:0;padding:0;overflow:visible;background:none;color:inherit}@media screen and (min-width: 1020px){.hero--split{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem}}.hero--split .hero__heading{color:inherit}.hero__copy{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.hero__eyebrow{margin:0;color:var(--hero-accent, #242424);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.03em}.hero__facts{display:grid;grid-template-columns:repeat(2, minmax(0, max-content));gap:.5rem 1.5rem;margin:.5rem 0 0;padding:0;list-style:none}.hero__fact{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#575655}.hero__fact_icon{--icon-stroke: var(--hero-accent, #242424);flex:0 0 auto}.hero__logo_lockup{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 0}.hero__logo_mark{height:1.125rem;width:auto}.hero__logo_divider{width:1.5px;height:.9375rem;background-color:#242424;opacity:.42}.hero__logo_suffix{font-family:"Bricolage","Bricolage Grotesque 72pt SemiCondensed Fallback",sans-serif;font-weight:700;font-size:1rem;letter-spacing:.03em}.hero__media{display:block}.hero__media_image{display:block;width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:1.25rem;box-shadow:0 2px 6px rgba(36,36,36,.2),0 6px 12px rgba(36,36,36,.2)}