/* Scoped restaurant page, using the site's Golos Text and green palette. */
.beloyarin {
    --b-green: #193d2c;
    --b-olive: #657b43;
    --b-ink: #252821;
    --b-cream: #f7f6f0;
    color: var(--b-ink);
    overflow: clip;
}

.beloyarin *,
.beloyarin *::before,
.beloyarin *::after {
    box-sizing: border-box;
}

.beloyarin section {
    padding: 0;
}

.beloyarin h1,
.beloyarin h2,
.beloyarin p {
    margin: 0;
}

.beloyarin-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.beloyarin-hero {
    position: relative;
    isolation: isolate;
    background: #fff;
    text-align: center;
}

.beloyarin-hero::before,
.beloyarin-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: min(30vw, 380px);
    height: min(38vw, 490px);
    border: 1px solid rgba(101, 123, 67, .14);
    border-radius: 50%;
    pointer-events: none;
}

.beloyarin-hero::before {
    left: -17%;
    top: 15%;
    transform: rotate(-32deg);
}

.beloyarin-hero::after {
    right: -16%;
    bottom: 12%;
    transform: rotate(32deg);
}

.beloyarin-hero__inner {
    padding: 42px 15px 72px;
}

.beloyarin-eyebrow,
.beloyarin-section-label {
    display: inline-block;
    color: var(--b-olive);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.beloyarin-hero__logo {
    width: min(100%, 440px);
    margin: 14px auto 0;
}

.beloyarin-hero__video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.24;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

.beloyarin-hero__lead {
    max-width: 850px;
    margin: 30px auto 0 !important;
    font-size: clamp(24px, 3vw, 39px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.045em;
}

.beloyarin-hero__line {
    display: block;
    width: 1px;
    height: 52px;
    margin: 36px auto 0;
    background: var(--b-olive);
}

.beloyarin-story {
    background: var(--b-green);
    color: #f8f8f3;
}

.beloyarin-story__grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: clamp(45px, 8vw, 140px);
    padding-top: 110px;
    padding-bottom: 113px;
}

.beloyarin-story .beloyarin-section-label {
    color: #b7c6a0;
}

.beloyarin-section-label span {
    margin-right: 10px;
    opacity: .7;
}

.beloyarin-story h2,
.beloyarin-chef h2 {
    margin-top: 32px;
    font-size: clamp(39px, 4.6vw, 66px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.055em;
}

.beloyarin-story h2 em,
.beloyarin-chef h2 em {
    font-style: normal;
    color: #b8c7a3;
}

.beloyarin-story__rule {
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 50px;
    background: #a6b694;
}

.beloyarin-story__text {
    padding-top: 5px;
}

.beloyarin-story__text p {
    max-width: 590px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.55vw, 19px);
    line-height: 1.65;
}

.beloyarin-story__text .beloyarin-story__intro {
    color: #fff;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.beloyarin-story__text strong {
    color: #fff;
    font-weight: 600;
}

.beloyarin-story__text .beloyarin-story__ending {
    margin-top: 30px;
    margin-bottom: 0;
    color: #c5d0b3;
    font-weight: 600;
}

.beloyarin-chef {
    background: var(--b-cream);
}

.beloyarin-chef__grid {
    display: grid;
    grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr);
    gap: clamp(45px, 7vw, 115px);
    align-items: center;
    padding-top: 120px;
    padding-bottom: 125px;
}

.beloyarin-chef__photo {
    position: relative;
    overflow: hidden;
    border-radius: 20px 2px 20px 2px;
    background: #b39978;
}

.beloyarin-chef__photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 791/1022;
    object-fit: cover;
}

.beloyarin-chef__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 30px 20px;
    color: #fff;
    background: linear-gradient(transparent, rgba(17, 30, 21, .75));
    font-size: 14px;
    font-weight: 600;
}

.beloyarin-chef__caption span {
    font-weight: 400;
}

.beloyarin-chef h2 {
    margin-bottom: 38px;
}

.beloyarin-chef h2 em {
    color: var(--b-olive);
}

.beloyarin-chef__copy {
    border-top: 1px solid rgba(37, 40, 33, .18);
    padding-top: 30px;
}

.beloyarin-chef__copy p {
    margin-bottom: 19px;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.65;
}

.beloyarin-chef__copy p:last-child {
    margin-bottom: 0;
}

.beloyarin-chef__copy strong {
    color: var(--b-green);
    font-weight: 600;
}

@media (max-width:991px) {
    .beloyarin-story__grid {
        gap: 42px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .beloyarin-chef__grid {
        gap: 42px;
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .beloyarin-story h2,
    .beloyarin-chef h2 {
        font-size: clamp(34px, 4.5vw, 52px);
    }
}

@media (max-width:740px) {

    .beloyarin .beloyarin-hero,
    .beloyarin .beloyarin-story,
    .beloyarin .beloyarin-chef {
        padding: 0 !important;
    }

    .beloyarin-hero__inner {
        padding: 34px 15px 55px;
    }

    .beloyarin-eyebrow,
    .beloyarin-section-label {
        font-size: 10px;
        letter-spacing: .15em;
    }

    .beloyarin-hero__logo {
        width: min(100%, 380px);
        margin-top: 12px;
    }

    .beloyarin-hero__lead {
        margin-top: -10px !important;
        font-size: clamp(23px, 6vw, 31px);
        line-height: 1.24;
    }

    .beloyarin-desktop-break {
        display: none;
    }

    .beloyarin-hero__line {
        height: 36px;
        margin-top: 28px;
    }

    .beloyarin-story__grid,
    .beloyarin-chef__grid {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .beloyarin-story__grid {
        padding-top: 70px;
        padding-bottom: 74px;
    }

    .beloyarin-story h2,
    .beloyarin-chef h2 {
        margin-top: 21px;
        font-size: clamp(38px, 9vw, 52px);
    }

    .beloyarin-story__rule {
        width: 56px;
        margin-top: 27px;
    }

    .beloyarin-story__text p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .beloyarin-story__text .beloyarin-story__intro {
        font-size: 21px;
    }

    .beloyarin-story__text .beloyarin-story__ending {
        margin-top: 24px;
    }

    .beloyarin-chef__grid {
        padding-top: 70px;
        padding-bottom: 78px;
    }

    .beloyarin-chef__photo {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
    }

    .beloyarin-chef__content {
        width: 100%;
    }

    .beloyarin-chef h2 {
        margin-bottom: 26px;
    }

    .beloyarin-chef__copy {
        padding-top: 23px;
    }

    .beloyarin-chef__copy p {
        font-size: 16px;
    }
}

@media (max-width:390px) {
    .beloyarin-hero__logo {
        width: 100%;
    }

    .beloyarin-chef__caption {
        padding: 30px 16px 16px;
    }
}