.Hero{--gradient-1:linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,.32));--gradient-2:linear-gradient(90deg,rgba(0,0,0,.8),transparent 60%);align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:calc(100vh - var(--header-height));max-height:180vw;justify-content:center;margin-bottom:1.5rem;padding-bottom:3rem;text-align:center;width:100%;position:relative;background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/sushi.jpg);background-position:0,0,right top -2vh}@supports(background-image:url("image.webp")){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/webp/sushi.webp)}}@media only screen and (max-width:1250px){.Hero{padding-bottom:.1rem;height:calc(100vh - var(--header-height) - var(--mobile-nav-height))}}@media only screen and (max-width:670px){.Hero{padding-bottom:0}}.Hero .Hero__title{font-family:var(--novoposelensky-font),sans-serif;color:var(--color-white);font-size:84px;max-width:16em;line-height:1.1em;font-weight:400;padding-inline:.25em}@media only screen and (max-width:1660px){.Hero .Hero__title{font-size:74px}}@media only screen and (max-width:1400px){.Hero .Hero__title{font-size:68px}}@media only screen and (max-width:1250px){.Hero .Hero__title{font-size:58px}}@media only screen and (max-width:950px){.Hero .Hero__title{font-size:50px}}@media only screen and (max-width:800px){.Hero .Hero__title{font-size:38px}}.Hero__content{display:flex;flex-direction:column;gap:1.92rem;align-items:center}.Hero__disclaimer{bottom:2.5rem;letter-spacing:.015em;min-width:calc(100vw - 3.5rem);opacity:.6;position:absolute;right:2.5rem;text-align:right}@media only screen and (max-width:460px){.Hero__disclaimer{text-align:center;right:1rem;left:1rem}}@media only screen and (max-width:1625px){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/sushi-1500.jpg);background-position:0,0,100% 0}@supports(background-image:url("image.webp")){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/webp/sushi-1500.webp)}}}@media only screen and (max-width:1080px){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/sushi-1000.jpg);background-position:0,0,100% 0}@supports(background-image:url("image.webp")){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/webp/sushi-1000.webp)}}}@media only screen and (max-width:625px){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/sushi-750.jpg);background-size:cover;background-position:0,0,top}@supports(background-image:url("image.webp")){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/webp/sushi-750.webp)}}}@media only screen and (max-width:460px){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/sushi-500.jpg);background-size:cover;background-position:0,0,top}@supports(background-image:url("image.webp")){.Hero{background-image:var(--gradient-1),var(--gradient-2),url(/images/hero/webp/sushi-500.webp)}}}.Home{height:100%;position:relative;width:100%}.Home h1{font-size:26px;padding-inline:4vw;text-align:center}