.lp-page .lp-chef-gallery {
    position: relative;
    margin: 0;
    padding: 0 0 clamp(54px, 6vw, 76px);
}

.lp-page .lp-chef-gallery picture {
    display: block;
}

.lp-page .lp-chef-gallery-main img {
    display: block;
    width: 100%;
    height: clamp(330px, 29vw, 430px);
    object-fit: cover;
    object-position: center;
}

.lp-page .lp-chef-gallery-detail {
    position: absolute;
    right: clamp(-20px, -1.4vw, -8px);
    bottom: 0;
    width: clamp(150px, 31%, 210px);
    padding: 7px;
    background: #fffaf2;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.lp-page .lp-chef-gallery-detail img {
    display: block;
    width: 100%;
    height: clamp(180px, 18vw, 245px);
    object-fit: cover;
    object-position: center 34%;
}

.lp-page .lp-hosts .lp-host-card h2 {
    color: #fff8ea;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.24);
}

.lp-page .lp-hosts .lp-host-card p {
    color: rgba(255, 248, 234, 0.84);
}

.lp-page .lp-hosts .lp-host-card .lp-kicker {
    color: #d7b875;
}

.lp-page .lp-hosts .lp-host-card .btn-secondary {
    color: #fff8ea;
    border-color: rgba(255, 248, 234, 0.58);
}

.lp-page .lp-hosts .lp-host-card .btn-secondary:hover,
.lp-page .lp-hosts .lp-host-card .btn-secondary:focus-visible {
    color: #17120e;
    border-color: #d7b875;
    background: #d7b875;
}

.lp-page .lp-family-review .lp-review-card {
    align-items: stretch;
}

.lp-page .lp-family-review .lp-review-portrait {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.lp-page .lp-family-review .lp-review-portrait picture,
.lp-page .lp-family-review .lp-review-portrait img {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-page .lp-family-review .lp-review-portrait img {
    min-height: 560px;
    object-fit: cover;
    object-position: 50% 45%;
}

.lp-page .lp-family-review .lp-review-portrait::after {
    content: "";
    position: absolute;
    inset: 58% 0 0;
    background: linear-gradient(180deg, transparent, rgba(12, 9, 7, 0.86));
    pointer-events: none;
}

.lp-page .lp-family-review .lp-review-portrait figcaption {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 18px;
    left: 22px;
    color: rgba(255, 248, 234, 0.88);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lp-page .lp-family-review .lp-review-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.lp-page .lp-family-review .lp-review-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: rgba(255, 248, 234, 0.72);
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lp-page .lp-family-review .lp-review-rating > span:first-child {
    display: inline-flex;
    gap: 3px;
    color: #d7b875;
    letter-spacing: 0;
}

.lp-page .lp-family-review .lp-review-rating strong {
    color: #fff8ea;
    font-size: 0.78rem;
}

.lp-page .lp-family-review .lp-review-copy h2 {
    max-width: 11ch;
}

.lp-page .lp-family-review .lp-review-quote {
    margin: clamp(24px, 2.6vw, 34px) 0 0;
    padding-left: clamp(18px, 2vw, 28px);
    border-left: 1px solid rgba(215, 184, 117, 0.58);
}

.lp-page .lp-family-review .lp-review-quote p {
    margin: 0 0 16px;
    color: rgba(255, 248, 234, 0.86);
    font-family: Cormorant, var(--font-serif);
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0;
}

.lp-page .lp-family-review .lp-review-quote p:last-child {
    margin-bottom: 0;
}

.lp-page .lp-family-review .lp-review-byline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 12px;
    margin-top: 22px;
}

.lp-page .lp-family-review .lp-review-byline cite {
    color: #fff8ea;
    font-family: Cormorant, var(--font-serif);
    font-size: 1.18rem;
    font-style: normal;
    font-weight: 600;
}

.lp-page .lp-family-review .lp-review-byline span {
    color: rgba(255, 248, 234, 0.58);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lp-page .lp-family-review .lp-review-byline + .btn {
    align-self: flex-start;
    margin-top: 26px;
}

.lp-page .lp-compare-dark h3 {
    color: #fff8ea;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.lp-page .lp-compare-dark p {
    color: rgba(255, 248, 234, 0.84);
}

.lp-page .contact-form-aside h3 {
    color: #fff8ea;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.24);
}

.lp-page .contact-form-aside p {
    color: rgba(255, 248, 234, 0.82);
}

.lp-page footer .footer-cta-box .btn-primary {
    color: #211b16;
}

.lp-page footer .footer-cta-box .btn-secondary {
    color: #211b16;
    border-color: rgba(33, 27, 22, 0.42);
}

.lp-page footer .footer-cta-box .btn-secondary:hover,
.lp-page footer .footer-cta-box .btn-secondary:focus-visible {
    color: #fff8ea;
    border-color: #211b16;
}

.lp-page .lp-rooms-images picture {
    display: block;
    min-width: 0;
}

.lp-page .lp-rooms-images picture img {
    display: block;
    width: 100%;
    height: clamp(340px, 31vw, 440px);
    object-fit: cover;
}

.lp-page .lp-rooms-images picture:nth-child(2) img {
    height: clamp(232px, 20vw, 292px);
    border: 7px solid #fffaf2;
    box-shadow: 0 22px 54px rgba(31, 28, 25, 0.14);
}

@media (max-width: 980px) {
    .lp-page .lp-chef-gallery {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .lp-page .lp-chef-gallery-detail {
        right: 14px;
    }

    .lp-page .lp-family-review .lp-review-portrait img {
        min-height: 420px;
    }
}

@media (max-width: 600px) {
    .lp-page .lp-chef-gallery {
        padding-bottom: 52px;
    }

    .lp-page .lp-chef-gallery-main img {
        height: 280px;
    }

    .lp-page .lp-chef-gallery-detail {
        right: 10px;
        width: 42%;
        padding: 5px;
    }

    .lp-page .lp-chef-gallery-detail img {
        height: 170px;
    }

    .lp-page .lp-rooms-images picture img,
    .lp-page .lp-rooms-images picture:nth-child(2) img {
        height: clamp(210px, 58vw, 260px);
    }

    .lp-page .lp-family-review .lp-review-portrait img {
        height: 300px;
        min-height: 0;
    }

    .lp-page .lp-family-review .lp-review-copy h2 {
        max-width: 12ch;
    }

    .lp-page .lp-family-review .lp-review-quote {
        padding-left: 16px;
    }

    .lp-page .lp-family-review .lp-review-quote p {
        font-size: 1.05rem;
        line-height: 1.52;
    }

    .lp-page .lp-family-review .lp-review-byline + .btn {
        width: 100%;
    }
}

/* Page-only icon subsets replace the 277 KB global Font Awesome payload. */
@font-face {
    font-family: "Family Icons Solid";
    src: url("../fonts/family-solid-subset.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Family Icons Brands";
    src: url("../fonts/family-brands-subset.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.lp-page .fas,
.lp-page .far,
.lp-page .fab,
.lp-page .fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.lp-page .fas,
.lp-page .far {
    font-family: "Family Icons Solid";
    font-weight: 900;
}

.lp-page .fab,
.lp-page .fa-brands {
    font-family: "Family Icons Brands";
    font-weight: 400;
}

.lp-page .fa-arrow-right::before { content: "\f061"; }
.lp-page .fa-arrow-up::before { content: "\f062"; }
.lp-page .fa-bolt::before { content: "\f0e7"; }
.lp-page .fa-check::before { content: "\f00c"; }
.lp-page .fa-concierge-bell::before { content: "\f562"; }
.lp-page .fa-envelope::before { content: "\f0e0"; }
.lp-page .fa-facebook-f::before { content: "\f39e"; }
.lp-page .fa-instagram::before { content: "\f16d"; }
.lp-page .fa-lock::before { content: "\f023"; }
.lp-page .fa-map-marked-alt::before { content: "\f5a0"; }
.lp-page .fa-map-marker-alt::before { content: "\f3c5"; }
.lp-page .fa-phone-alt::before { content: "\f879"; }
.lp-page .fa-spa::before { content: "\f5bb"; }
.lp-page .fa-star::before { content: "\f005"; }
.lp-page .fa-utensils::before { content: "\f2e7"; }
.lp-page .fa-whatsapp::before { content: "\f232"; }
.lp-page .fa-wine-glass-alt::before { content: "\f5ce"; }

/* Keep the desktop hero compact while reserving a full row for its facts. */
@media (min-width: 1025px) {
    .lp-page .nav-inner {
        width: 100%;
        max-width: 1400px;
        margin-inline: auto;
        padding-left: clamp(22px, 2.8vw, 40px);
        padding-right: clamp(22px, 2.8vw, 40px);
    }

    .lp-page .lp-hero {
        height: 700px;
        min-height: 700px;
    }

    .lp-page .lp-hero::before {
        inset: 0;
        width: 100%;
        background:
            linear-gradient(90deg, rgba(12, 9, 7, 0.94) 0%, rgba(12, 9, 7, 0.82) 27%, rgba(12, 9, 7, 0.5) 49%, rgba(12, 9, 7, 0.12) 76%, rgba(12, 9, 7, 0.05) 100%),
            linear-gradient(180deg, rgba(8, 7, 6, 0.16), rgba(8, 7, 6, 0.3));
    }

    .lp-page .lp-hero-media {
        inset: 0;
    }

    .lp-page .lp-hero-inner {
        width: min(1180px, calc(100% - 56px));
        margin-inline: auto;
        height: 100%;
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 92px;
        padding-bottom: 24px;
        align-content: center;
        grid-template-rows: 1fr;
        row-gap: 0;
    }

    .lp-page .lp-hero-copy {
        align-self: center;
    }

    .lp-page .lp-hero-copy::before {
        display: none;
    }

    .lp-page .lp-hero-copy .lp-kicker {
        margin-bottom: 14px;
    }

    .lp-page .lp-hero h1 {
        font-size: clamp(3.1rem, 3.45vw, 4.25rem);
        line-height: 0.98;
    }

    .lp-page .lp-hero p {
        margin-top: 18px;
        font-size: clamp(0.95rem, 0.85vw, 1rem);
        line-height: 1.58;
        max-width: 42ch;
    }

    .lp-page .lp-hero-note {
        margin-top: 12px;
    }

    .lp-page .lp-hero .lp-actions {
        margin-top: 24px;
    }

    .lp-page .lp-intro {
        padding-top: clamp(24px, 2vw, 32px);
    }
}
