.parallax{--parallax-bg:#0b0e11;background-color:var(--parallax-bg)}.parallax,.parallax__header{position:relative;width:100%}.parallax__header{height:100svh;overflow:hidden}.parallax__visuals{position:absolute;inset:0}.parallax__layers{position:absolute;inset:0;width:100%;height:100%}.parallax__layer-atmosphere,.parallax__layer-img,.parallax__layer-title{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;user-select:none;will-change:transform}.parallax__layer-img{object-fit:cover;object-position:center center}.parallax__layer-atmosphere{object-fit:cover;mix-blend-mode:screen}.parallax__layer-title{display:flex;align-items:flex-end;justify-content:center;padding-bottom:26svh}.parallax__title{margin:0;color:#faf8f5;font-size:clamp(3rem,13vw,13rem);font-weight:600;letter-spacing:-.03em;line-height:1;text-transform:uppercase}.parallax__black-line-overflow{position:absolute;top:-1px;left:0;right:0;height:3px;z-index:5;background-color:var(--parallax-bg)}.parallax__fade{position:absolute;bottom:-1px;left:0;right:0;height:22svh;z-index:4;background-image:linear-gradient(to bottom,transparent,var(--parallax-bg) 85%);pointer-events:none}.parallax__content{position:relative;min-height:4svh;background-color:var(--parallax-bg)}@media (max-aspect-ratio:1/1){.parallax__layer-title{padding-bottom:30svh}.parallax__title{font-size:clamp(2.5rem,15vw,6rem)}}@media (prefers-reduced-motion:reduce){.parallax__layer-img,.parallax__layer-title{will-change:auto}}