.hero{position:relative;width:100%;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.hero__scrim{position:absolute;inset:0;background:linear-gradient( to right,color-mix(in oklab,var(--background) 55%,transparent) 0%,color-mix(in oklab,var(--background) 10%,transparent) 50%,transparent 100% )}.hero__inner{position:relative;display:flex;height:100%;flex-direction:column;justify-content:center}.hero__content{max-width:36rem}.hero__eyebrow{color:color-mix(in oklab,var(--foreground) 70%,transparent)}.hero__heading{margin-top:1.25rem;font-family:var(--font-serif);font-weight:600;font-size:3rem;line-height:1.05;color:var(--foreground)}@media (min-width:640px){.hero__heading{font-size:3.75rem}}@media (min-width:768px){.hero__heading{font-size:4.5rem}}.hero__subtext{margin-top:1.5rem;max-width:28rem;font-size:1rem;line-height:1.625;color:color-mix(in oklab,var(--foreground) 80%,transparent)}.hero__actions{margin-top:2.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.hero__link{color:color-mix(in oklab,var(--foreground) 80%,transparent)}