/* ==========================================================================
   HOME PAGE
   ========================================================================== */

/* Hero
   -------------------------------------------------------------------------- */
.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 1065px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--color-dark);
    margin-top: calc(-1 * var(--header-height));
}

/* Mobile: static background image */
.home-hero--has-mobile-bg {
    background-image: var(--hero-bg-mobile);
    background-size: cover;
    background-position: center;
}

/* Desktop: video */
.home-hero__video {
    display: none;
}

@media (min-width: 768px) {
    .home-hero--has-mobile-bg {
        background-image: none;
    }

    .home-hero__video {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: var(--header-height) 97px 0;
}

.home-hero__title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7.604vw, 146px);
    font-weight: 700;
    line-height: 0.94;
    color: #fff;
    margin: 0;
}

.home-hero__subtitle {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 2.083vw, 40px);
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 3.25rem 0 0;
    max-width: 804px;
}

.home-hero__text {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.146vw, 22px);
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin: 1.5rem 0 0;
    max-width: 804px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 4.875rem;
}

.home-hero__actions .btn {
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.198vw, 23px);
    font-weight: 700;
    line-height: 1.13;
    text-align: center;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    height: 62px;
    padding: 20px;
    border-radius: 4px;
    min-width: 233px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.home-hero__actions .btn--outline {
    background: transparent;
    border: 1px solid #8c9764;
    color: #fff;
}

.home-hero__actions .btn--outline:hover {
    background: var(--color-cta);
    color: #fff;
}

@media (max-width: 1023px) {
    .home-hero {
        min-height: 626px;
    }

    .home-hero__inner {
        padding: var(--header-height) var(--container-pad) 0;
        text-align: center;
    }

    .home-hero__title {
        font-family: var(--font-serif);
        font-size: 3.75rem;
        font-weight: 700;
        line-height: 1.01;
        text-align: center;
    }

    .home-hero__subtitle {
        font-family: var(--font-serif);
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.13;
        letter-spacing: -0.01em;
        text-align: center;
        margin: 46px auto 0;
    }

    .home-hero__text {
        font-family: var(--font-body);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        text-align: center;
        margin: 28px auto 0;
    }

    .home-hero__actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        margin-top: 70px;
    }

    .home-hero__actions .btn {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.13;
        width: 168px;
        height: 40px;
        padding: 12px 20px;
        min-width: unset;
    }
}

/* Intro
   -------------------------------------------------------------------------- */
.home-intro {
    padding: clamp(3rem, 8.854vw, 170px) 0 clamp(3rem, 6.25vw, 120px);
}

.home-intro__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .home-intro__inner {
        grid-template-columns: 766fr 511fr;
        gap: clamp(2rem, 5.208vw, 100px);
        align-items: start;
    }
}

.home-intro__eyebrow {
    font-family: var(--font-body);
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    color: var(--color-cta);
    opacity: 0.5;
    margin: 2rem 0 1rem;
}

.home-intro__title {
    font-family: var(--font-serif);
    font-size: 4.6875rem;
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    margin: 0 0 3.25rem;
}

.home-intro__text {
    font-family: var(--font-body);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.69;
    color: #323232;
}

.home-intro__text p {
    margin: 0 0 1rem;
}

.home-intro__text p:last-child {
    margin-bottom: 0;
}

.home-intro__figure {
    margin: 0;
}

.home-intro__figure img {
    width: 100%;
    height: auto;
    display: block;
}

.home-intro__quote {
    margin-top: 1.5rem;
    text-align: center;
}

.home-intro__quote blockquote {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    font-style: normal;
    margin: 0 0 0.5rem;
    padding: 0;
    border: none;
}

.home-intro__quote cite {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.22;
    font-style: normal;
    color: var(--color-cta);
}

.home-intro__quote cite::before {
    content: "— ";
}

@media (max-width: 1023px) {
    .home-intro {
        padding: 60px 0;
    }

    .home-intro__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .home-intro__left {
        display: contents;
    }

    .home-intro__eyebrow {
        order: 1;
    }

    .home-intro__title {
        order: 2;
    }

    .home-intro__right {
        order: 3;
    }

    .home-intro__text {
        order: 4;
    }

    .home-intro__eyebrow {
        font-family: var(--font-body);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.13;
        text-transform: uppercase;
        color: var(--color-dark);
        opacity: 0.5;
        text-align: center;
        margin: 0 0 16px;
    }

    .home-intro__title {
        font-family: var(--font-accent);
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1.12;
        text-align: center;
        color: #000;
        margin: 0;
    }

    .home-intro__right {
        margin-top: 36px;
    }

    .home-intro__figure {
        margin: 0;
    }

    .home-intro__text {
        font-family: var(--font-body);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.69;
        text-align: center;
        color: #323232;
        max-width: 278px;
        margin: 44px auto 0;
    }
}

/* Strip
   -------------------------------------------------------------------------- */
.home-strip {
    position: relative;
    width: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    background-color: var(--color-dark);
    background-image: var(--strip-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.home-strip__overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    pointer-events: none;
}

.home-strip__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 3rem var(--container-pad);
    text-align: left;
}

.home-strip__title {
    font-family: var(--font-serif);
    font-size: 3.875rem;
    font-weight: 400;
    line-height: 1.11;
    color: #fff;
    margin: 0 0 2rem;
    max-width: 700px;
}

.home-strip__quote {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 560px;
}

.home-strip__quote p {
    font-family: var(--font-body);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.69;
    color: #fff;
    margin: 0 0 0.25rem;
}

.home-strip__quote cite {
    font-family: var(--font-body);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.69;
    font-style: normal;
    color: rgba(255, 255, 255, 0.52);
}

.home-strip__quote cite::before {
    content: "— ";
}

@media (max-width: 767px) {
    .home-strip {
        min-height: unset;
        background-image: var(--strip-bg-mobile, var(--strip-bg));
    }

    .home-strip__inner {
        padding: clamp(24px, 8.96vw, 36px) var(--container-pad)
            clamp(16px, 5.97vw, 24px);
    }

    .home-strip__title {
        font-family: var(--font-accent);
        font-size: clamp(28px, 9.95vw, 40px);
        line-height: 1;
        margin: 0 0 clamp(14px, 4.98vw, 20px);
        max-width: 100%;
    }

    .home-strip__quote p {
        font-family: var(--font-body);
        font-size: 0.875rem;
        line-height: 1.69;
    }

    .home-strip__quote cite {
        font-family: var(--font-body);
        font-size: 0.875rem;
        line-height: 1.69;
        color: rgba(255, 255, 255, 0.52);
    }
}

/* Rooms
   -------------------------------------------------------------------------- */
.home-rooms {
    padding: 6rem 0;
}

.home-rooms__inner {
    text-align: center;
}

.home-rooms__title {
    font-family: var(--font-serif);
    font-size: 4.6875rem;
    font-weight: 400;
    line-height: 1.11;
    color: var(--color-dark);
    margin: 0 0 1.5rem;
}

.home-rooms__text {
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.56;
    color: var(--color-text);
    max-width: 600px;
    margin: 0 auto 3.5rem;
}

.home-rooms__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: left;
}

@media (min-width: 768px) {
    .home-rooms__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.home-rooms__card-figure {
    display: block;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background-image: none;
}

.home-rooms__card-figure:hover .home-rooms__card-img {
    transform: scale(1.03);
}

.home-rooms__card-img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.home-rooms__card-title {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-dark);
    margin: 0 0 0.75rem;
}

.home-rooms__card-title a {
    color: inherit;
    background-image: none;
}

.home-rooms__card-title a:hover {
    background-image: none;
}

.home-rooms__card-desc {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.62;
    color: var(--color-text);
    margin: 0 0 1.25rem;
}

.home-rooms__card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-dark);
    background-image: none;
    transition: gap var(--transition-base);
}

.home-rooms__card-link span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-rooms__card-link:hover {
    gap: 1.25rem;
    background-image: none;
    background-size: 0%;
}

.home-rooms__footer {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(64, 54, 47, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.home-rooms__price {
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-dark);
    margin: 0;
}

.home-rooms__btn {
    font-family: var(--font-serif);
    font-size: 1.4375rem;
    font-weight: 700;
    height: 62px;
    padding: 0 2.5rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .home-rooms {
        padding: clamp(56px, 22.39vw, 90px) 0;
    }

    .home-rooms__title {
        font-family: var(--font-accent);
        font-size: clamp(28px, 9.95vw, 40px);
        line-height: 1.12;
        text-align: center;
        color: #000;
        margin: 0 0 clamp(16px, 5.97vw, 24px);
    }

    .home-rooms__text {
        font-size: 1rem;
        line-height: 1.69;
        text-align: center;
        color: #323232;
        margin: 0 auto clamp(16px, 5.97vw, 24px);
    }

    .home-rooms__grid {
        gap: clamp(20px, 7.96vw, 32px);
    }

    .home-rooms__card-figure {
        margin-bottom: 24px;
    }

    .home-rooms__card-title {
        font-family: var(--font-serif);
        font-size: 1.875rem;
        line-height: 1.22;
        color: #000;
        margin: 0 0 6px;
    }

    .home-rooms__card-desc {
        font-size: 1rem;
        line-height: 1.69;
        color: #323232;
        margin: 0 0 10px;
    }

    .home-rooms__card-link {
        font-size: 1rem;
        line-height: 1.69;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: var(--color-terracotta);
    }

    .home-rooms__card-link span {
        text-decoration: none;
    }

    .home-rooms__footer {
        margin-top: clamp(48px, 19.9vw, 80px);
        gap: clamp(16px, 6.47vw, 26px);
    }

    .home-rooms__price {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.13;
        letter-spacing: 0;
        color: var(--color-dark);
        opacity: 0.5;
    }

    .home-rooms__btn {
        font-family: var(--font-accent);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.13;
        text-align: center;
        justify-content: center;
        text-transform: none;
        color: #fff;
        width: 229px;
        height: 40px;
        padding: 0 1rem;
    }
}

/* About
   -------------------------------------------------------------------------- */
.home-about {
    overflow: hidden;
}

.home-about__inner {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .home-about__inner {
        grid-template-columns: 826fr 1094fr;
        min-height: clamp(400px, 37.76vw, 725px);
    }
}

/* Left col */
.home-about__left {
    position: relative;
}

.home-about__left-bg {
    position: absolute;
    inset: 0;
    background: #6d7550;
    opacity: 0.2;
    pointer-events: none;
}

.home-about__left-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    height: 100%;
}

.home-about__left-text {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.146vw, 22px);
    font-weight: 400;
    line-height: 1.69;
    color: #323232;
    padding: 3rem 2rem 3rem 3rem;
    align-self: center;
}

.home-about__left-text p {
    margin: 0 0 1em;
}

.home-about__left-text p:last-child {
    margin-bottom: 0;
}

.home-about__left-figure {
    margin: 0;
    height: 100%;
    aspect-ratio: 440 / 725;
}

.home-about__left-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right col */
.home-about__right {
    background: #eee8e1;
    padding: clamp(2rem, 3.75vw, 72px) clamp(2rem, 5vw, 96px)
        clamp(2rem, 3.75vw, 72px) clamp(2rem, 4.375vw, 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-about__title {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 2.344vw, 45px);
    font-weight: 400;
    line-height: 1.22;
    text-align: center;
    color: #000;
    margin: 0 0 2.5rem;
    max-width: 717px;
    align-self: center;
}

.home-about__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5.208vw, 100px);
    margin-bottom: clamp(2rem, 3.438vw, 66px);
}

.home-about__list-label {
    font-family: var(--font-body);
    font-size: clamp(16px, 0.99vw, 19px);
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    color: var(--color-dark);
    opacity: 0.5;
    margin: 0 0 clamp(1rem, 1.146vw, 22px);
}

.home-about__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.home-about__list li {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.146vw, 22px);
    font-weight: 400;
    line-height: 1.69;
    color: #323232;
    padding-left: 34px;
    position: relative;
}

.home-about__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3995 13.8862C16.3488 13.971 16.2818 14.0449 16.2025 14.1037C16.1232 14.1624 16.033 14.205 15.9372 14.2289C15.8414 14.2527 15.7418 14.2574 15.6442 14.2427C15.5465 14.228 15.4527 14.1942 15.3682 14.1431L9.00634 10.3247V17.25C9.00634 17.4489 8.92732 17.6397 8.78667 17.7803C8.64602 17.921 8.45525 18 8.25634 18C8.05743 18 7.86666 17.921 7.72601 17.7803C7.58536 17.6397 7.50634 17.4489 7.50634 17.25V10.3247L1.14259 14.1431C1.0581 14.195 0.964158 14.2297 0.866196 14.245C0.768234 14.2604 0.668197 14.2562 0.571875 14.2326C0.475553 14.2091 0.384856 14.1667 0.305034 14.1078C0.225211 14.049 0.157847 13.9749 0.106839 13.8899C0.0558308 13.8049 0.0221913 13.7105 0.00786684 13.6124C-0.00645765 13.5143 -0.00118254 13.4143 0.0233865 13.3183C0.0479555 13.2222 0.0913306 13.1319 0.151003 13.0528C0.210675 12.9736 0.285459 12.907 0.371029 12.8569L6.79853 9L0.371029 5.14313C0.285459 5.09302 0.210675 5.02644 0.151003 4.94725C0.0913306 4.86805 0.0479555 4.77781 0.0233865 4.68174C-0.00118254 4.58568 -0.00645765 4.48569 0.00786684 4.38757C0.0221913 4.28945 0.0558308 4.19515 0.106839 4.11011C0.157847 4.02508 0.225211 3.951 0.305034 3.89217C0.384856 3.83334 0.475553 3.79092 0.571875 3.76737C0.668197 3.74382 0.768234 3.73961 0.866196 3.75497C0.964158 3.77033 1.0581 3.80497 1.14259 3.85687L7.50634 7.67531V0.75C7.50634 0.551088 7.58536 0.360322 7.72601 0.21967C7.86666 0.0790178 8.05743 0 8.25634 0C8.45525 0 8.64602 0.0790178 8.78667 0.21967C8.92732 0.360322 9.00634 0.551088 9.00634 0.75V7.67531L15.3701 3.85687C15.4546 3.80497 15.5485 3.77033 15.6465 3.75497C15.7444 3.73961 15.8445 3.74382 15.9408 3.76737C16.0371 3.79092 16.1278 3.83334 16.2076 3.89217C16.2875 3.951 16.3548 4.02508 16.4058 4.11011C16.4569 4.19515 16.4905 4.28945 16.5048 4.38757C16.5191 4.48569 16.5139 4.58568 16.4893 4.68174C16.4647 4.77781 16.4214 4.86805 16.3617 4.94725C16.302 5.02644 16.2272 5.09302 16.1417 5.14313L9.71415 9L16.1417 12.8569C16.2262 12.9075 16.3 12.9743 16.3587 13.0534C16.4174 13.1326 16.46 13.2225 16.4839 13.3181C16.5078 13.4137 16.5127 13.5131 16.4982 13.6106C16.4837 13.7081 16.4502 13.8017 16.3995 13.8862Z' fill='%23944C23' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-about__quote {
    margin: 0;
    text-align: center;
}

.home-about__quote p {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 1.667vw, 32px);
    font-weight: 400;
    line-height: 1.22;
    text-align: center;
    color: #000;
    margin: 0 0 0.75rem;
}

.home-about__quote cite {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 1.667vw, 32px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.22;
    text-align: center;
    color: #6d7550;
}

.home-about__quote cite::before {
    content: "— ";
}

@media (max-width: 1023px) {
    .home-about {
        overflow: visible;
    }

    .home-about__inner {
        display: flex;
        flex-direction: column;
    }

    /* left col becomes: text → full-width image */
    .home-about__left {
        order: 1;
    }

    .home-about__left-bg {
        display: none;
    }

    .home-about__left-content {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: auto;
    }

    .home-about__left-text {
        box-sizing: border-box;
        width: 100vw;
        background: rgba(109, 117, 80, 0.2);
        padding: clamp(40px, 14.93vw, 60px) var(--container-pad)
            clamp(40px, 14.93vw, 60px);
        align-self: auto;
        font-size: 1.375rem;
        line-height: 1.69;
        color: #323232;
        font-weight: 400;
    }

    .home-about__left-text p {
        max-width: 214px;
        margin: 0 auto;
    }

    .home-about__left-figure {
        height: auto;
    }

    .home-about__left-figure img {
        height: auto;
        object-fit: unset;
    }

    /* right col: title → lists → quote */
    .home-about__right {
        order: 2;
        background: #eee8e1;
        padding: clamp(32px, 12.44vw, 50px) var(--container-pad)
            clamp(40px, 14.93vw, 60px);
        justify-content: flex-start;
    }

    .home-about__title {
        font-family: var(--font-accent);
        font-size: clamp(28px, 9.95vw, 40px);
        line-height: 1.12;
        color: #000;
        margin: 0 0 clamp(30px, 11.94vw, 48px);
        max-width: 100%;
        text-align: left;
    }

    .home-about__lists {
        grid-template-columns: 1fr;
        gap: clamp(30px, 11.94vw, 48px);
        margin-bottom: clamp(30px, 11.44vw, 46px);
    }

    .home-about__list-label {
        font-family: var(--font-body);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.13;
        text-transform: uppercase;
        color: var(--color-dark);
        opacity: 0.5;
        letter-spacing: 0;
        margin: 0 0 1.25rem;
    }

    .home-about__list li {
        font-size: 1rem;
        line-height: 2.04;
        color: #323232;
    }

    .home-about__quote {
        border-top: none;
        padding-top: 0;
    }

    .home-about__quote p {
        font-family: var(--font-serif);
        font-size: 1.25rem;
        font-style: normal;
        line-height: 1.22;
        text-align: center;
        color: #000;
        margin: 0 0 0.5rem;
    }

    .home-about__quote cite {
        font-family: var(--font-serif);
        font-size: 1.25rem;
        line-height: 1.22;
        text-align: center;
        display: block;
        color: #6d7550;
    }
}

/* Story
   -------------------------------------------------------------------------- */
.home-story {
    padding: clamp(3rem, 5.625vw, 108px) 0 clamp(3rem, 6.458vw, 124px);
}

.home-story__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .home-story__inner {
        grid-template-columns: 544fr 766fr;
        gap: clamp(2rem, 3.646vw, 70px);
    }
}

.home-story__title {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 2.344vw, 45px);
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    margin: 0 0 clamp(2rem, 3.125vw, 60px);
}

.home-story__text {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.146vw, 22px);
    font-weight: 400;
    line-height: 1.69;
    color: #323232;
    margin-bottom: clamp(1.5rem, 2.396vw, 46px);
}

.home-story__text p {
    margin: 0 0 1rem;
}

.home-story__text p:last-child {
    margin-bottom: 0;
}

.home-story__link {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.042vw, 20px);
    font-weight: 400;
    line-height: 1.69;
    color: var(--color-terracotta);
    background-image: none;
    transition: gap var(--transition-base);
}

.home-story__link span {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.home-story__link:hover {
    gap: 1.25rem;
    background-image: none;
    background-size: 0%;
}

.home-story__figure {
    margin: 0;
    aspect-ratio: 766 / 1017;
}

.home-story__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1023px) {
    .home-story {
        padding: 90px 0;
    }

    .home-story__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 1.12;
        color: #000;
        margin-bottom: 48px;
    }

    .home-story__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.69;
        color: #323232;
        margin-bottom: 48px;
    }

    .home-story__link {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.69;
        color: var(--color-terracotta);
    }

    .home-story__link span {
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }
}

/* Area
   -------------------------------------------------------------------------- */
.home-area {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: var(--area-bg);
    background-size: cover;
    background-position: center;
    background-color: var(--color-dark);
    text-align: center;
    overflow: hidden;
}

.home-area__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.home-area__inner {
    position: relative;
    z-index: 1;
    max-width: 992px;
    padding: clamp(3rem, 6.25vw, 120px) var(--container-pad)
        clamp(3rem, 6.5625vw, 126px);
}

.home-area__title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 3.906vw, 75px);
    font-weight: 400;
    line-height: 1.22;
    text-align: center;
    color: #fff;
    margin: 0 0 clamp(1.25rem, 1.667vw, 32px);
}

.home-area__text {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.146vw, 22px);
    font-weight: 600;
    line-height: 1.69;
    text-align: center;
    color: #fff;
    max-width: 822px;
    margin: 0 auto clamp(1.5rem, 2.8125vw, 54px);
}

.home-area__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.198vw, 23px);
    font-weight: 700;
    line-height: 1.13;
    text-align: center;
    color: #fff;
    background: var(--color-dark);
    border-radius: 4px;
    width: 233px;
    height: 62px;
    transition: background var(--transition-base);
}

.home-area__btn:hover {
    background: var(--color-terracotta);
    color: #fff;
}

@media (max-width: 1023px) {
    .home-area {
        min-height: unset;
        align-items: flex-start;
    }

    .home-area__inner {
        padding: 28px var(--container-pad) 38px;
    }

    .home-area__title {
        font-family: var(--font-serif);
        font-size: clamp(28px, 9.95vw, 40px);
        line-height: 1.12;
        text-align: center;
        color: #fff;
        margin: 0 0 20px;
    }

    .home-area__text {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.59;
        text-align: center;
        color: #fff;
        margin: 0 0 20px;
    }

    .home-area__btn {
        font-family: var(--font-serif);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.13;
        text-align: center;
        text-transform: none;
        color: #fff;
        background: var(--color-dark);
        border-radius: 4px;
        width: 169px;
        height: 37px;
        padding: 0 0.75rem;
        justify-content: center;
    }
}

/* Food
   -------------------------------------------------------------------------- */
.home-food {
    padding: 6rem 0;
}

.home-food__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .home-food__inner {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
    }
}

.home-food__figure {
    margin: 0;
}

.home-food__figure img {
    width: 100%;
    height: auto;
    display: block;
}

.home-food__quote {
    margin-top: 1.5rem;
    text-align: center;
}

.home-food__quote blockquote {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    font-style: normal;
    margin: 0 0 0.5rem;
    padding: 0;
    border: none;
}

.home-food__quote cite {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.22;
    font-style: normal;
    color: var(--color-cta);
}

.home-food__quote cite::before {
    content: "— ";
}

.home-food__title {
    font-family: var(--font-serif);
    font-size: 4.6875rem;
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    margin: 0 0 2rem;
}

.home-food__text {
    font-family: var(--font-body);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.69;
    color: #323232;
}

.home-food__text p {
    margin: 0 0 1rem;
}

.home-food__text p:last-child {
    margin-bottom: 0;
}

.home-food__link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.69;
    color: var(--color-terracotta);
    text-decoration: none;
    background-image: none;
    transition: opacity var(--transition-base);
}

.home-food__link span {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.home-food__link svg path {
    fill: var(--color-terracotta);
}

.home-food__link svg {
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.home-food__link:hover {
    color: var(--color-terracotta);
    opacity: 0.75;
    background-image: none;
    background-size: 0%;
}

.home-food__link:hover svg {
    transform: translateX(6px);
}

@media (max-width: 1023px) {
    .home-food {
        padding: clamp(40px, 13.43vw, 54px) 0;
    }

    .home-food__inner {
        gap: 0;
    }

    .home-food__right {
        order: 1;
        margin-bottom: clamp(28px, 11.19vw, 45px);
    }

    .home-food__left {
        order: 2;
    }

    .home-food__title {
        font-family: var(--font-accent);
        font-size: clamp(28px, 9.95vw, 40px);
        line-height: 1.12;
        text-align: center;
        margin: 0 0 clamp(28px, 11.19vw, 45px);
    }

    .home-food__text {
        font-size: 1rem;
        line-height: 1.69;
    }

    .home-food__link {
        font-size: 1rem;
        line-height: 1.69;
        margin-top: clamp(28px, 11.19vw, 45px);
    }

    .home-food__quote {
        margin-top: clamp(16px, 6.47vw, 26px);
    }

    .home-food__quote blockquote {
        font-size: 1.25rem;
        line-height: 1.22;
    }

    .home-food__quote cite {
        font-size: 1.25rem;
        line-height: 1.22;
    }
}
