@import url("https://use.typekit.net/pww6uwy.css");
:root {
    --marine-green: #004b45;
    --marine-green-20: #ccdbda;
    --bronze-80: #817566;
    --bronze-faq: #615240;
    --lime: #bbdb94;
    --faq-bg: #fff9f1;
    --font-sans-fallback: 'aktiv-grotesk', sans-serif;
    --font-serif-fallback: cursive;
    --font-atlas: 'aktiv-grotesk', sans-serif;
    --font-parlare: 'parlare', cursive;
}

body {
    font-family: var(--font-atlas);
    color: var(--bronze-80);
    background-color: white;
    margin: 0;
    overflow-x: hidden;
}

.font-parlare { font-family: var(--font-parlare); font-style: normal; }
.font-atlas { font-family: var(--font-atlas); }

.bg-marine { background-color: var(--marine-green); }
.text-marine { color: var(--marine-green); }
.border-marine { border-color: var(--marine-green); }
.bg-lime { background-color: var(--lime); }

.footer-scroll-top {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.footer-action-text,
.footer-newsletter-title {
    color: #817566;
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.footer-newsletter-title {
    letter-spacing: 0.48px;
}

.footer-small-text {
    color: #817566;
    font-family: var(--font-atlas);
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
}

.carousel-slide {
    flex: 0 0 60%;
    padding: 0 20px;
    opacity: 0.4;
    transform: scale(0.8);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide.active {
    opacity: 1;
    transform: scale(1);
}

.carousel-dots {
    display: none;
}

.mobile-scroll-carousel-dots {
    display: none;
}

@media (max-width: 768px) {
    .carousel-slide {
        flex: 0 0 85%;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 4px;
        margin-top: 14px;
    }

    .carousel-dot {
        width: 18px;
        height: 18px;
        padding: 0;
        border: 1px solid var(--bronze-80);
        background: transparent;
        border-radius: 0;
    }

    .carousel-dot.is-active {
        background: var(--bronze-80);
    }
}

/* Modal Styles */
#bookingModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    align-items: center;
    justify-content: center;
}
#bookingModal.active {
    display: flex;
}
body.modal-open {
    overflow: hidden;
}
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 900px;
    width: 95%;
    position: relative;
    transform: scale(0.9);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-height: 85vh;
    overflow-y: auto;
}
#bookingModal iframe {
    height: 900px !important; 
    width: 100% !important;
}

/* Sticky Nav Styles */
#main-nav {
    transition: all 0.4s ease-in-out;
}

#main-nav #nav-logo-container {
    width: clamp(160px, calc(4.858vw + 125.64px), 250px);
}

#main-nav #logo-scrolled {
    width: clamp(40px, calc(1.339vw + 29.714px), 64px);
    height: clamp(40px, calc(1.339vw + 29.714px), 64px);
}

#main-nav .nav-link {
    font-family: var(--font-atlas);
    font-size: clamp(16px, calc(0.838vw + 4.56px), 26px);
    font-weight: 600;
    line-height: clamp(20px, calc(1.005vw + 6.27px), 32px);
    letter-spacing: 0.03em;
    text-transform: none;
    transition: opacity 0.25s ease;
}

#main-nav nav {
    gap: clamp(32px, calc(2.68vw - 4.61px), 64px);
}

#main-nav nav > * + * {
    margin-left: 0 !important;
}

#main-nav.scrolled,
#main-nav.scrolled .desktop-nav {
    align-items: center;
}

#main-nav.scrolled .desktop-nav {
    padding-top: 0;
}

@media (min-width: 768px) {
    #main-nav {
        padding-right: clamp(48px, 3.518vw, 90px);
        padding-left: clamp(48px, 3.518vw, 90px);
    }

    #main-nav.scrolled .desktop-nav {
        display: flex !important;
    }
}

body:is(.page-jamaica, .page-about, .page-faq, .page-lime-acre) #main-nav .nav-link {
    color: var(--marine-green);
}

body:is(.page-jamaica, .page-about, .page-faq, .page-lime-acre) #main-nav.scrolled .nav-link {
    color: #fff !important;
}

body:is(.page-jamaica, .page-about) #main-nav .border-b-2 {
    border-bottom-width: 0;
}

body.page-faq #main-nav .border-b-2 {
    border-color: var(--marine-green) !important;
}

body.page-faq #main-nav.scrolled .border-b-2 {
    border-color: #fff !important;
}

#main-nav.scrolled {
    background-color: var(--marine-green);
    padding-top: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

body #main-nav.scrolled {
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    align-items: center;
}

body #main-nav.scrolled #nav-logo-container {
    width: clamp(160px, calc(4.858vw + 125.64px), 250px);
}

body #main-nav.scrolled .desktop-nav {
    gap: clamp(32px, calc(2.68vw - 4.61px), 64px);
    padding-top: 0;
    align-items: center;
}

@media (min-width: 768px) {
    body #main-nav.scrolled {
        padding-right: clamp(48px, 3.518vw, 90px);
        padding-bottom: 1.5rem;
        padding-left: clamp(48px, 3.518vw, 90px);
    }

    body #main-nav.scrolled #nav-logo-container {
        width: clamp(160px, calc(4.858vw + 125.64px), 250px);
    }
}

.mobile-nav-toggle {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
}

.mobile-nav-menu {
    display: none;
}

@media (max-width: 767px) {
    #main-nav {
        height: 116px;
        padding: 66px 14px 12px;
        box-shadow: none;
        align-items: center;
    }

    #main-nav .nav-brand-group {
        gap: clamp(12px, 4.83vw, 20px);
        position: relative;
        z-index: 2;
    }

    #main-nav #nav-logo-container {
        width: 128px !important;
        flex: 0 0 auto;
    }

    #main-nav #logo-default {
        filter: brightness(0) saturate(100%) invert(19%) sepia(34%) saturate(1338%) hue-rotate(132deg) brightness(93%) contrast(101%);
    }

    body.page-home #main-nav:not(.scrolled) #logo-default {
        filter: brightness(0) invert(1);
    }

    body.page-villa:not(.page-lime-acre) #main-nav:not(.scrolled) #logo-default {
        filter: brightness(0) invert(1);
    }

    body.page-home #main-nav:not(.scrolled) #nav-logo-container {
        width: 143px !important;
    }

    #main-nav #logo-scrolled {
        width: 43px;
        height: 43px;
    }

    #main-nav .mobile-nav-toggle {
        margin-left: auto;
        color: var(--marine-green);
        position: relative;
        z-index: 2;
    }

    body.page-home #main-nav:not(.scrolled) .mobile-nav-toggle {
        color: #fff;
    }

    body.page-villa:not(.page-lime-acre) #main-nav:not(.scrolled) .mobile-nav-toggle {
        color: #fff;
    }

    #main-nav #nav-book-now {
        height: 50px;
        min-width: clamp(150px, 39.61vw, 164px);
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border-radius: 0;
        font-family: var(--font-atlas);
        font-size: clamp(20px, 4.83vw, 20px);
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: none;
    }

    #main-nav.scrolled,
    body #main-nav.scrolled {
        height: 109px;
        padding: 55px 16px 14px;
        background: var(--marine-green);
        box-shadow: none;
    }

    #main-nav.scrolled #nav-logo-container,
    body #main-nav.scrolled #nav-logo-container {
        width: 43px !important;
    }

    #main-nav.scrolled .mobile-nav-toggle {
        color: #fff;
    }

    #main-nav.scrolled #nav-book-now {
        display: inline-flex;
    }

    #main-nav.scrolled nav.mobile-nav-menu,
    body #main-nav.scrolled nav.mobile-nav-menu {
        padding: 16px 22px 22px;
        align-items: stretch;
    }

    .mobile-nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 18px 22px 24px;
        background: var(--marine-green);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    }

    #main-nav.mobile-open .mobile-nav-menu {
        display: grid;
        gap: 0;
    }

    .mobile-nav-menu__link,
    .mobile-nav-menu__submenu a {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 13px 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        background: transparent;
        color: #fff;
        font-family: var(--font-atlas);
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0;
        text-decoration: none;
        text-align: left;
    }

    .mobile-nav-menu__group {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .mobile-nav-menu__group > .mobile-nav-menu__link {
        border-bottom: 0;
    }

    .mobile-nav-menu__chevron {
        flex: 0 0 auto;
        transition: transform 0.2s ease;
    }

    .mobile-nav-menu__dropdown-toggle[aria-expanded="true"] .mobile-nav-menu__chevron {
        transform: rotate(180deg);
    }

    .mobile-nav-menu__submenu {
        display: none;
        padding: 0 0 10px 18px;
    }

    .mobile-nav-menu__submenu.is-open {
        display: grid;
    }

    .mobile-nav-menu__submenu a {
        padding: 9px 0;
        border-bottom-color: rgba(255, 255, 255, 0.14);
        font-size: 16px;
        line-height: 20px;
    }
}

.nav-destinations {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-destinations__menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    width: max-content;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(129, 117, 102, 0.28);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-destinations__menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.nav-destinations:hover .nav-destinations__menu,
.nav-destinations:focus-within .nav-destinations__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-destinations__menu a {
    display: block;
    padding: 10px 34px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: clamp(14px, calc(0.503vw + 7.13px), 20px);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: clamp(18px, calc(0.67vw + 8.85px), 26px);
    text-decoration: none;
    white-space: nowrap;
}

.nav-destinations__submenu {
    position: relative;
}

.nav-destinations__submenu-trigger {
    display: flex !important;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    padding-right: 14px !important;
}

.nav-destinations__submenu-trigger::after {
    content: "";
    position: static;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
}

.nav-destinations__submenu-menu {
    position: absolute;
    top: -12px;
    left: 100%;
    width: max-content;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(129, 117, 102, 0.28);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-destinations__submenu-menu::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
}

.nav-destinations__submenu:hover > .nav-destinations__submenu-menu,
.nav-destinations__submenu:focus-within > .nav-destinations__submenu-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.nav-destinations__submenu-menu .nav-destinations__submenu-trigger::after {
    transform: rotate(45deg);
}

.nav-destinations__submenu-menu .nav-destinations__submenu-menu {
    top: 100%;
    left: 0;
    width: max-content;
    transform: translateY(8px);
}

.nav-destinations__submenu-menu .nav-destinations__submenu-menu::before {
    top: -10px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 10px;
}

.nav-destinations__submenu-menu .nav-destinations__submenu:hover > .nav-destinations__submenu-menu,
.nav-destinations__submenu-menu .nav-destinations__submenu:focus-within > .nav-destinations__submenu-menu {
    transform: translateY(0);
}

.nav-destinations__menu a:hover,
.nav-destinations__menu a:focus-visible {
    background: rgba(204, 219, 218, 0.45);
    outline: none;
}

/* Parallax Section */
.parallax-section {
    position: relative;
    isolation: isolate;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-bg {
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
    height: 136%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    will-change: transform;
}

.parallax-section #parallax-text {
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0;
}

/* FAQ Accordion Styles */
.faq-group-title {
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}
.faq-subsection {
    margin-top: 36px;
}
.faq-subsection-title {
    color: var(--bronze-80);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.48px;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.faq-item {
    border-bottom: 1px solid #817566;
    padding: 24px 0;
}
.faq-question {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    text-align: left;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: var(--marine-green);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
}
.faq-answer p {
    margin: 0 0 14px;
}
.faq-answer p:last-child {
    margin-bottom: 0;
}
.faq-item.active .faq-answer {
    max-height: 2000px;
    margin-top: 16px;
}
.faq-icon {
    flex: 0 0 20px;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Home page styles */
.hero-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-home [data-scroll-window-height] {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.home-scroll-label {
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.home-intro-copy {
    width: min(941px, 100%);
    margin: 0 auto;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 42px;
    font-weight: 250;
    line-height: 50px;
    letter-spacing: 0;
}

.home-section-title {
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 89.383px;
    letter-spacing: 0;
}

.home-card-title {
    color: white;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
}

.home-coming-soon {
    color: white;
    font-family: var(--font-atlas);
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0;
    text-transform: none;
}

.home-liming-copy {
    width: min(835px, 100%);
    margin: 0 auto;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 34px;
    font-style: normal;
    font-weight: 250;
    line-height: 42px;
    letter-spacing: 0;
}

.home-liming-intro {
    margin-bottom: 24px;
}

.home-quote-title {
    color: white;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0;
}

.page-home #parallax-text {
    color: white;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0;
}

.home-leaf-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #fff;
}

.home-leaf-content {
    position: relative;
    z-index: 3;
}

.home-intro-section {
    position: relative;
    z-index: 4;
    display: flex;
    min-height: clamp(300px, 26.65vw, 364px);
    align-items: center;
    justify-content: center;
    background: transparent;
}

.home-leaf-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    top: clamp(260px, 26.65vw, 364px);
    bottom: 0;
    z-index: 1;
    background:
        linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)),
        url("images/index/source/white-construction-paper-texture 2.jpg") center top / cover repeat;
}

.home-leaf-shadow {
    position: absolute;
    top: clamp(-24px, 4vw, 55px);
    left: 50%;
    z-index: 2;
    width: 2185.018px;
    height: 1492.598px;
    aspect-ratio: 142 / 97;
    background: url("images/index/f98b2c7a85ea99ed5f944ddd705b3b1e5d0f1931.png") lightgray 50% / cover no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.35;
    pointer-events: none;
    transform: translate(-70%, 475px) rotate(-41.86deg);
    transform-origin: top center;
}

.home-villas-band {
    position: relative;
}

@media (max-width: 768px) {
    .page-home .home-hero {
        min-height: 660px;
        height: 100svh;
    }

    .page-home .home-hero__brand {
        padding-top: 56px;
        padding-right: 24px;
        padding-bottom: 92px;
        padding-left: 24px;
        transform: translateY(-36px);
    }

    .page-home .home-hero__logo {
        width: min(316px, 78vw);
    }

    .page-home .home-hero__mark {
        margin-top: 18px;
    }

    .page-home .home-hero__mark-image {
        width: min(316px, 78vw);
    }

    .page-home .home-hero__scroll {
        bottom: 28px;
    }

    .home-scroll-label {
        font-size: 14px;
        line-height: 16px;
    }

    .home-intro-section {
        height: 605px;
        min-height: 0;
        align-items: flex-start;
        padding: 76px 24px 0;
    }

    .home-intro-copy {
        width: min(360px, 100%);
        font-size: 30px;
        line-height: 40px;
    }

    .home-leaf-section::before {
        top: 605px;
        background:
            linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
            url("images/index/source/white-construction-paper-texture 2.jpg") center top / 120% auto repeat;
    }

    .home-leaf-shadow {
        top: 224px;
        width: 1543.525px;
        height: 1054.39px;
        opacity: 0.35;
        transform: translate(-70%, 475px) rotate(-41.86deg);
    }

    .home-villas-section {
        padding-top: 76px;
        padding-bottom: 19px;
    }

    .home-villas-section .home-section-heading {
        margin-bottom: 34px !important;
    }

    .home-section-title {
        max-width: 250px;
        margin: 0 auto;
        font-size: 35px;
        line-height: 60px;
    }

    .home-villas-grid {
        gap: 13px;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .home-villa-card {
        width: 100% !important;
        max-width: 382px;
        height: auto !important;
        aspect-ratio: 381.714 / 372.883;
    }

    .home-villa-card__content {
        justify-content: center;
        padding: 32px;
        gap: 12px;
    }

    .home-card-title {
        margin-bottom: 0;
        font-size: 35px;
        line-height: 42px;
    }

    .home-coming-soon {
        font-size: 24px;
        line-height: 31px;
    }

    .home-liming-section {
        padding-top: 0 !important;
        padding-bottom: 88px;
    }

    .home-liming-inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .home-liming-section .home-section-title {
        margin-bottom: 32px;
    }

    .home-liming-copy {
        width: min(358px, 100%);
        font-size: 20px;
        line-height: 27px;
    }

    .home-liming-section .mt-16 {
        margin-top: 32px;
    }

    .page-home .parallax-section {
        height: 1261px;
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 267px;
    }

    .page-home .parallax-bg {
        top: -4%;
        height: 118%;
        background-position: center 42%;
    }

    .page-home #parallax-text {
        width: min(384px, calc(100vw - 30px));
        max-width: 384px;
        margin: 0 auto;
        font-size: 40px;
        line-height: 62px;
        transform: none;
    }

    .page-home .site-footer {
        padding: 56px 16px 32px;
    }

    .page-home .site-footer__top {
        gap: 36px;
        margin-bottom: 40px;
    }

    .page-home .site-footer__brand {
        display: contents;
    }

    .page-home .site-footer__brand-mark {
        order: 1;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .page-home .site-footer__brand-mark img {
        width: 156px;
        margin: 0 auto;
    }

    .page-home .site-footer__form {
        order: 2;
        width: 100%;
    }

    .page-home .site-footer__to-top {
        order: 3;
    }

    .page-home .site-footer form .flex-col {
        flex-direction: row;
        gap: 16px;
    }

    .page-home .site-footer__legal {
        align-items: flex-start;
    }

    .page-home .site-footer__legal-links {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .home-quote-title {
        font-size: 36px;
        line-height: 48px;
    }
}


/* Shared villa page styles */
body.page-villa {
    --villa-overview-bg: #e9f0f0;
    --villa-switcher-bg: #e3e0d7;
    --villa-quote-overlay: 0.22;
    --villa-hero-overlay: 0.18;
    --villa-plan-max-width: 1042px;
    --villa-plan-card-width: 459.359px;
    --villa-plan-card-height: 393.738px;
    --villa-plan-gap: calc(var(--villa-plan-max-width) - (var(--villa-plan-card-width) * 2));
    --villa-intro-max-width: 820px;
    --villa-quote-max-width: 941px;
    --villa-section-padding: 86px;
    background: #ffffff;
    color: var(--bronze-80);
}

.villa-page {
    background: #ffffff;
}

.villa-hero {
    position: relative;
    height: 768px;
    overflow: hidden;
    background: var(--marine-green);
}

.villa-hero__image,
.villa-quote__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.villa-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, calc(var(--villa-hero-overlay) + 0.12)) 0%,
        rgba(0, 0, 0, calc(var(--villa-hero-overlay) * 0.35)) 45%,
        rgba(0, 0, 0, 0) 100%
    );
}

.villa-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-decoration: none;
}

.villa-hero__scroll-ring {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.villa-overview {
    background: var(--villa-overview-bg);
    padding: 118px 0 46px;
}

.villa-intro {
    padding: 0 32px 54px;
}

.villa-intro__inner {
    max-width: var(--villa-intro-max-width);
    margin: 0 auto;
    text-align: center;
}

.villa-intro__title {
    margin: 0;
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
}

.villa-intro__subtitle {
    margin: 18px 0 12px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.28;
}

.villa-intro__description {
    margin: 0;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.28;
}

.villa-plan {
    padding: 0 24px 62px;
}

.villa-plan__frame {
    max-width: calc(var(--villa-plan-max-width) + 88px);
    margin: 0 auto 36px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 18px;
    align-items: center;
}

.villa-plan__arrow,
.villa-gallery__nav {
    width: 35px;
    height: 35px;
    border: 1px solid var(--marine-green);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--marine-green);
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.villa-plan__arrow:hover,
.villa-gallery__nav:hover {
    background: var(--marine-green);
    color: #ffffff;
}

.villa-plan__arrow[aria-disabled="true"] {
    opacity: 0.35;
    pointer-events: none;
}

.villa-plan__drawing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
}

.villa-plan__compass {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.44px;
}

.villa-plan__compass svg {
    width: 24px;
    height: 32px;
}

.villa-plan__image {
    display: block;
    width: min(100%, var(--villa-plan-max-width));
    max-width: var(--villa-plan-max-width);
    height: auto;
}

.villa-plan--two-up .villa-plan__frame {
    max-width: calc(var(--villa-plan-max-width) + 56px);
    grid-template-columns: 1fr;
}

.villa-plan--two-up .villa-plan__arrow {
    display: none;
}

.villa-plan--two-up .villa-plan__drawing {
    display: block;
    max-width: calc(var(--villa-plan-max-width) + 56px);
    min-height: var(--villa-plan-card-height);
    margin: 0 auto;
    padding-left: 56px;
}

.villa-plan--single-toggle .villa-plan__frame {
    max-width: calc(var(--villa-plan-max-width) + 120px);
}

.villa-plan--single-toggle .villa-plan__drawing {
    min-height: auto;
}

.villa-plan__plans {
    display: grid;
    grid-template-columns: repeat(2, var(--villa-plan-card-width));
    gap: var(--villa-plan-gap);
    align-items: start;
    width: calc((var(--villa-plan-card-width) * 2) + var(--villa-plan-gap));
}

.villa-plan__panel {
    margin: 0;
    width: var(--villa-plan-card-width);
}

.villa-plan__image--split {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.villa-plan__compass--north {
    top: 0;
    left: 0;
    gap: 2px;
    align-items: center;
}

.villa-plan__compass-letter {
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 14.527px;
    font-weight: 500;
    line-height: 18.678px;
    letter-spacing: 0.4358px;
}

.villa-plan__compass-symbol {
    position: relative;
    display: block;
    width: 23px;
    height: 17px;
}

.villa-plan__compass-circle {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.808px;
    height: 16.808px;
    border: 1px solid currentColor;
    border-radius: 999px;
    box-sizing: border-box;
}

.villa-plan__compass-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 17.228px;
    border-top: 1px solid currentColor;
    transform: translateY(-50%);
}

.villa-details {
    max-width: 1004px;
    margin: 0 auto;
    padding-top: 12px;
}

.villa-details__grid {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(129, 117, 102, 0.7);
}

.villa-details__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.villa-details__grid--three {
    grid-template-columns: 1.15fr 1fr 0.72fr;
}

.villa-details__col {
    padding: 20px 28px 4px 0;
    min-height: 180px;
}

.villa-details__col:last-child {
    padding-right: 0;
}

.villa-details__floor {
    border-top: 1px solid rgba(129, 117, 102, 0.78);
    padding: 13px 0 28px;
}

.villa-details__floor-title,
.villa-details__amenities-button {
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

.villa-details__floor-title {
    margin: 0 0 10px;
}

.villa-details__floor-heading {
    margin: 0 0 12px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.94px;
    letter-spacing: 0.5px;
}

.villa-details__floor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.villa-details__floor--bedrooms {
    border-top: 0;
    padding-top: 0;
}

.villa-details__bedroom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 20px;
}

.villa-details__bedroom-main,
.villa-details__bedroom-side {
    border-top: 1px solid rgba(129, 117, 102, 0.78);
    padding-top: 13px;
}

.villa-details__rooms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.villa-details__rooms--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.villa-details__room-title {
    margin: 0 0 3px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.94px;
    letter-spacing: 0.5px;
}

.villa-details__room-title em {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.villa-details__amenities-button {
    width: 100%;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid rgba(129, 117, 102, 0.78);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    text-align: left;
}

.villa-details__amenities-button--from-static {
    margin-top: 48px;
}

.villa-details__amenities-static {
    width: 100%;
    margin-top: 48px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(129, 117, 102, 0.78);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

.villa-details__eyebrow {
    margin: 0 0 10px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

.villa-details__headline {
    margin: 0 0 12px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.94px;
    letter-spacing: 0.5px;
}

.villa-details__toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    text-align: left;
}

.villa-details__toggle-icon {
    flex: 0 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bronze-80);
    transition: transform 0.25s ease;
}

.villa-details__toggle[aria-expanded="true"] .villa-details__toggle-icon,
.villa-details__amenities-button[aria-expanded="true"] .villa-details__toggle-icon {
    transform: rotate(180deg);
}

.villa-details__expand {
    margin-top: 0;
    padding-top: 34px;
}

.villa-details__expand[hidden] {
    display: none;
}

.villa-details__expand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px;
}

.villa-details__amenity-stack {
    display: grid;
    gap: 48px;
}

.villa-details__amenity-group h3 {
    margin: 0 0 11px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(129, 117, 102, 0.78);
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

.villa-details__amenity-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.villa-details__amenity-group li + li {
    margin-top: 13px;
}

.villa-details__amenity-notes {
    margin: 30px 0 0;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0.24px;
}

.villa-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.94px;
    letter-spacing: 0.5px;
}

.villa-details__room-name {
    font-weight: 400;
}

.villa-details__list-heading {
    margin-top: 12px;
    color: var(--marine-green);
    font-weight: 400;
}

.villa-details__room-meta {
    font-style: italic;
    font-size: 13.6px;
    font-weight: 300;
}

.villa-switcher {
    background: var(--villa-switcher-bg);
    border-top: 1px solid rgba(0, 75, 69, 0.12);
    border-bottom: 1px solid rgba(0, 75, 69, 0.12);
}

.villa-switcher__inner {
    max-width: 760px;
    margin: 0 auto;
    min-height: 51px;
    padding: 8px 24px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(26px, 3.35vw, 46px);
}

.villa-switcher__item {
    min-width: max-content;
    color: var(--marine-green);
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

.villa-switcher__name {
    display: block;
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.48px;
    white-space: nowrap;
}

.villa-switcher__beds {
    display: block;
    margin-top: 3px;
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.94px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.villa-switcher__item.is-active .villa-switcher__name {
    font-weight: 700;
}

.villa-switcher__item.is-active {
    cursor: default;
}

.villa-booking {
    padding: 64px 24px 44px;
    background: #ffffff;
}

.villa-booking__inner {
    max-width: 1004px;
    margin: 0 auto;
}

.villa-booking__intro {
    max-width: 780px;
    margin: 0 auto 24px;
    text-align: center;
}

.villa-booking__title {
    margin: 0 0 18px;
    color: var(--marine-green);
    text-align: center;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

.villa-booking__description {
    margin: 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.villa-booking__table-wrap {
    overflow-x: auto;
}

.villa-booking__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.villa-booking__table thead th,
.villa-booking__table tbody td,
.villa-booking__table tbody th {
    border: 1px solid rgba(129, 117, 102, 0.4);
}

.villa-booking__table thead th {
    padding: 10px 12px;
    color: var(--bronze-faq);
    background: #ffffff;
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.13px;
}

.villa-booking__table thead tr:first-child th {
    background: #f8f7f3;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
}

.villa-booking__table thead span {
    font-weight: 300;
}

.villa-booking__table tbody th,
.villa-booking__table tbody td {
    padding: 11px 10px;
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 16px;
    line-height: 18px;
    color: var(--bronze-faq);
}

.villa-booking__table tbody th {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.villa-booking__table tbody th span {
    font-weight: 300;
}

.villa-booking__cell--na {
    font-weight: 500;
}

.villa-booking__cell--check {
    font-size: 20px;
    line-height: 1;
}

.villa-booking__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 18px;
}

.villa-booking__note {
    margin: 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.13px;
}

.villa-booking__cta,
.villa-rates__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 8px 16px;
    border: 1px solid #ffffff;
    background: var(--bronze-faq);
    color: #ffffff;
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}

.villa-rates {
    padding: 76px 24px 64px;
    background: #ffffff;
}

.villa-rates__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.villa-rates__title {
    margin: 0 0 34px;
    color: var(--marine-green);
    text-align: center;
    font-family: var(--font-parlare);
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.villa-rates__charts {
    display: grid;
    gap: 24px;
}

.villa-rates__status {
    margin: 0;
    padding: 22px 0;
    border-top: 1px solid rgba(129, 117, 102, 0.6);
    border-bottom: 1px solid rgba(129, 117, 102, 0.3);
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.villa-rates__status.is-error {
    color: var(--bronze-faq);
}

.rates-year-dropdown {
    border-top: 1px solid rgba(129, 117, 102, 0.72);
    background: #ffffff;
}

.rates-year-dropdown:not([open]) {
    border-bottom: 1px solid rgba(129, 117, 102, 0.46);
}

.rates-year-dropdown__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    cursor: pointer;
    list-style: none;
}

.rates-year-dropdown__summary::-webkit-details-marker {
    display: none;
}

.rates-year-dropdown__title {
    color: var(--bronze-faq);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.rates-year-dropdown__icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(129, 117, 102, 0.6);
    color: var(--marine-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.rates-year-dropdown[open] .rates-year-dropdown__icon {
    transform: rotate(45deg);
}

.rates-year-dropdown__body {
    padding: 10px 0 36px;
    overflow-x: auto;
}

.socrates-rate-chart {
    min-width: 1020px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
}

.socrates-rate-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.48fr) 148px repeat(3, minmax(160px, 1fr));
    align-items: stretch;
}

.socrates-rate-topline,
.socrates-rate-pricing-title {
    min-height: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 18px 14px;
    border-top: 2px solid rgba(129, 117, 102, 0.28);
    border-bottom: 2px solid rgba(129, 117, 102, 0.28);
}

.socrates-rate-topline {
    justify-content: flex-start;
    color: transparent;
}

.socrates-rate-pricing-title {
    grid-column: span 3;
    color: var(--bronze-faq);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.socrates-rate-head {
    min-height: 84px;
    display: flex;
    align-items: center;
    padding: 16px 18px 16px 0;
    border-bottom: 2px solid rgba(129, 117, 102, 0.35);
    color: var(--bronze-faq);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.socrates-rate-head--min,
.socrates-rate-head--price {
    justify-content: center;
    text-align: center;
}

.socrates-rate-head--price {
    padding-left: 14px;
    padding-right: 14px;
}

.socrates-rate-head__bedrooms {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: baseline;
    min-width: 136px;
    justify-content: center;
    padding: 8px 0 10px;
}

.socrates-rate-head__number {
    color: var(--bronze-faq);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.socrates-rate-row {
    display: contents;
}

.socrates-rate-cell {
    min-height: 146px;
    padding: 26px 18px 24px 0;
    border-bottom: 2px solid rgba(129, 117, 102, 0.35);
    color: var(--bronze-faq);
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.socrates-rate-cell--minimum,
.socrates-rate-cell--price {
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

.socrates-rate-cell--minimum {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socrates-rate-cell--price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.socrates-rate-minimum {
    width: 100%;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    background: #f7f6f2;
    color: var(--bronze-80);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

.socrates-rate-season {
    display: block;
    color: var(--bronze-faq);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.socrates-rate-season--highlight,
.socrates-rate-dates--highlight,
.socrates-rate-price--highlight {
    color: var(--marine-green);
}

.socrates-rate-dates {
    display: block;
    margin-top: 4px;
    color: var(--bronze-faq);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.socrates-rate-note {
    display: block;
    margin-top: 4px;
    color: var(--bronze-80);
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

.socrates-rate-price {
    display: block;
    color: var(--bronze-faq);
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    white-space: nowrap;
}

.socrates-rate-weekly {
    display: block;
    margin-top: 6px;
    color: var(--bronze-80);
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    white-space: nowrap;
}

.villa-gallery {
    --gallery-main-width: min(924px, calc(100% - 196px));
    --gallery-main-height: 480px;
    --gallery-stage-height: 622px;
    --gallery-side-top: 72px;
    --gallery-side-scale-x: 0.647;
    --gallery-side-scale-y: 0.727;
    --gallery-slide-overlap: -143px;
    padding: 60px 24px 56px;
    background: #ffffff;
}

.villa-gallery__inner {
    max-width: 1366px;
    margin: 0 auto;
}

.villa-gallery__stage {
    position: relative;
    height: var(--gallery-stage-height);
    overflow: visible;
}

.villa-gallery__track {
    display: flex;
    align-items: flex-start;
    height: var(--gallery-main-height);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.villa-gallery__slide {
    position: relative;
    z-index: 1;
    flex: 0 0 var(--gallery-main-width);
    height: var(--gallery-main-height);
    margin-right: var(--gallery-slide-overlap);
    opacity: 0.5;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center top;
    transform: translateY(var(--gallery-side-top)) scale(var(--gallery-side-scale-x), var(--gallery-side-scale-y));
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.villa-gallery__slide.is-active {
    z-index: 2;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.villa-gallery__slide img,
.villa-gallery__thumb button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.villa-gallery__nav {
    position: absolute;
    top: 306px;
    z-index: 4;
}

.villa-gallery__nav--prev {
    left: 52px;
}

.villa-gallery__nav--next {
    right: 52px;
}

.villa-gallery__thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.villa-gallery__thumb {
    width: 146px;
    height: 85px;
}

.villa-gallery__thumb button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    opacity: 0.55;
    overflow: hidden;
    cursor: pointer;
}

.villa-gallery__thumb button.is-active {
    opacity: 1;
    border-color: rgba(0, 75, 69, 0.45);
}

.villa-gallery__caption {
    margin: 18px auto 16px;
    text-align: center;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.villa-gallery__line {
    height: 1px;
    background: rgba(129, 117, 102, 0.4);
}

.villa-quote {
    position: relative;
    height: 768px;
    overflow: hidden;
    background: var(--marine-green);
}

.villa-quote::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--villa-quote-overlay));
    mix-blend-mode: multiply;
}

.villa-quote__content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 1;
}

.villa-quote__text {
    max-width: var(--villa-quote-max-width);
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18;
}

body.page-villa .parallax-section {
    height: 768px;
}

body.page-villa #parallax-text {
    max-width: var(--villa-quote-max-width);
    margin: 0 auto;
    font-size: 40px;
    line-height: 62px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1200px) {
    .villa-gallery {
        --gallery-main-width: min(924px, calc(100% - 112px));
        --gallery-side-top: 0px;
        --gallery-slide-overlap: 56px;
    }

    .villa-gallery__slide:not(.is-active) {
        opacity: 0;
    }

    .villa-gallery__nav--prev {
        left: 16px;
    }

    .villa-gallery__nav--next {
        right: 16px;
    }
}

@media (max-width: 960px) {
    .villa-hero {
        height: 620px;
    }

    .villa-overview {
        padding-top: 92px;
    }

    .villa-details__grid--two,
    .villa-details__grid--three,
    .villa-switcher__inner {
        grid-template-columns: 1fr;
    }

    .villa-details__col {
        min-height: 0;
        padding-right: 0;
    }

    .villa-details__floor-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .villa-details__bedroom-grid,
    .villa-details__rooms,
    .villa-details__rooms--two {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .villa-details__expand-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .villa-details__amenity-stack {
        gap: 24px;
    }

    .villa-plan__frame {
        grid-template-columns: 1fr;
    }

    .villa-plan__arrow {
        display: none;
    }

    .villa-plan__drawing {
        min-height: auto;
    }

    .villa-plan--two-up .villa-plan__drawing {
        padding-left: 0;
    }

    .villa-plan__plans {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .villa-plan__panel {
        width: 100%;
    }

    .villa-plan__image--split {
        width: 100%;
        height: auto;
        aspect-ratio: 459.359 / 393.738;
    }

    .villa-plan--two-up .villa-plan__compass {
        position: relative;
        margin: 0 0 22px;
        left: auto;
        top: auto;
    }

    .villa-booking__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .villa-gallery__stage {
        height: auto;
        aspect-ratio: 77 / 40;
    }

    .villa-gallery__slide {
        width: 100%;
        height: 100%;
    }

    .villa-gallery__slide img {
        object-fit: cover;
    }

    .villa-gallery__nav {
        top: calc(50% - 18px);
    }

    .villa-gallery__thumbs {
        flex-wrap: wrap;
    }

    .villa-quote {
        height: 540px;
    }

    body.page-villa .parallax-section {
        height: 540px;
    }
}

@media (max-width: 640px) {
    .villa-hero {
        height: 480px;
    }

    .villa-intro,
    .villa-plan,
    .villa-booking,
    .villa-gallery,
    .villa-rates {
        padding-left: 18px;
        padding-right: 18px;
    }

    .villa-intro__title,
    .villa-quote__text {
        font-size: 32px;
    }

    .villa-rates__title {
        margin-bottom: 24px;
        font-size: 42px;
    }

    .rates-year-dropdown__summary {
        padding: 16px 0;
    }

    .rates-year-dropdown__title {
        font-size: 18px;
        line-height: 24px;
    }

    .rates-year-dropdown__body {
        padding-bottom: 22px;
    }

    .socrates-rate-chart {
        min-width: 920px;
    }

    body.page-villa #parallax-text {
        font-size: 32px;
    }

    .villa-intro__subtitle,
    .villa-intro__description {
        font-size: 18px;
        line-height: 1.4;
    }

    .villa-details__headline,
    .villa-details__list,
    .villa-switcher__beds {
        font-size: 15px;
        line-height: 23px;
    }

    .villa-plan__plans {
        grid-template-columns: 1fr;
    }

    .villa-gallery__thumb {
        width: 18px;
        height: 18px;
    }

    .villa-gallery {
        padding: 0 0 58px;
        background: #ffffff;
    }

    .villa-gallery__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .villa-gallery__stage {
        order: 1;
        width: min(381px, calc(100% - 33px));
        height: clamp(242px, 64.01vw, 265px);
        margin: 0 auto;
        overflow: hidden;
        aspect-ratio: auto;
        touch-action: pan-y;
    }

    .villa-gallery__track {
        height: 100%;
    }

    .villa-gallery__slide,
    .villa-gallery__slide.is-active {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        margin-right: 0;
        transform: none;
    }

    .villa-gallery__slide {
        opacity: 0;
    }

    .villa-gallery__slide.is-active {
        opacity: 1;
    }

    .villa-gallery__nav,
    .villa-gallery__line {
        display: none;
    }

    .villa-gallery__caption {
        order: 2;
        margin: 18px auto 15px;
        color: var(--bronze-80);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: none;
    }

    .villa-gallery__thumbs {
        order: 3;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 11px;
        width: 100%;
        height: 18px;
        margin: 0;
    }

    .villa-gallery__thumb button {
        width: 18px;
        height: 18px;
        border: 1px solid var(--bronze-faq);
        background: transparent;
        opacity: 1;
    }

    .villa-gallery__thumb button.is-active {
        border-color: var(--bronze-faq);
        background: var(--bronze-faq);
    }

    .villa-gallery__thumb button img {
        display: none;
    }

    body.page-villa .parallax-section {
        height: 420px;
    }
}


/* Jamaica page styles */
.page-jamaica {
    --jamaica-bg: #f4f1ea;
    --map-bg: #c4d3d2;
    --jamaica-sand: #e3e0d7;
    --jamaica-map-blue: #a0d8eb;
    --jamaica-map-wash: #d3e3e2;
    --jamaica-max: 1366px;
    background: #fff;
}

.bg-jamaica {
    background-color: var(--jamaica-bg);
}

.bg-map {
    background-color: var(--map-bg);
}

.jamaica-page {
    overflow-x: clip;
}

.jamaica-hero {
    position: relative;
    height: 1245px;
    background:
        linear-gradient(var(--jamaica-sand), var(--jamaica-sand)) top / 100% 783px no-repeat,
        linear-gradient(#fff, #fff) center 732px / 100% 513px no-repeat;
}

.jamaica-hero__copy {
    position: absolute;
    top: 137.97px;
    left: 50%;
    width: 941px;
    transform: translateX(-50%);
    text-align: center;
}

.jamaica-hero__title {
    margin: 0;
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 89.383px;
    white-space: nowrap;
}

.jamaica-hero__intro {
    width: 941px;
    margin: 28.14px auto 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 38px;
    font-weight: 250;
    line-height: 45px;
    letter-spacing: 0;
}

.jamaica-hero__image {
    position: absolute;
    top: 509.47px;
    left: 50%;
    width: 1206px;
    height: 678.044px;
    transform: translateX(-50%);
    overflow: hidden;
}

.jamaica-hero__image img {
    width: 100.61%;
    height: 119.32%;
    max-width: none;
    object-fit: cover;
    transform: translate(-0.31%, -13.2%);
}

.jamaica-villas {
    position: relative;
    height: 707px;
    background: #fff;
}

.jamaica-villas__title {
    position: absolute;
    top: 110px;
    left: calc(50% - 243px);
    margin: 0;
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 89.383px;
    white-space: nowrap;
}

.jamaica-villas__grid {
    position: absolute;
    top: 256px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(3, 287px);
    gap: 20px;
    transform: translateX(-50%);
}

.destination-card {
    width: 287px;
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-card__image {
    position: relative;
    display: block;
    width: 287px;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: none;
}

.destination-card__image > img:not(.destination-card__logo) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-card__image > .destination-card__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 110px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.destination-card__title {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--marine-green);
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

.destination-card__copy {
    margin: 9px 0 10px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.destination-card__link {
    display: inline-flex;
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid var(--marine-green);
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.jamaica-map {
    position: relative;
    overflow: hidden;
    background: var(--jamaica-map-blue);
}

.jamaica-map__image {
    display: block;
    width: 100%;
    height: auto;
}

.jamaica-culture {
    position: relative;
    height: 1802px;
    background:
        linear-gradient(#fff, #fff) top / 100% 289px no-repeat,
        linear-gradient(var(--jamaica-sand), var(--jamaica-sand)) center 289px / 100% 1234px no-repeat,
        linear-gradient(#fff, #fff) bottom / 100% 279px no-repeat;
}

.jamaica-culture__inner {
    position: relative;
    width: var(--jamaica-max);
    height: 100%;
    margin: 0 auto;
}

.jamaica-culture__image {
    overflow: hidden;
}

.jamaica-culture__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jamaica-culture__image--drummers {
    position: absolute;
    top: 96px;
    left: 255px;
    width: 286px;
    height: 403px;
}

.jamaica-culture__image--hills {
    position: absolute;
    top: 96px;
    left: 649px;
    width: 555px;
    height: 403px;
}

.jamaica-culture__quote {
    position: absolute;
    top: 608px;
    left: 50%;
    width: 916px;
    margin: 0;
    transform: translateX(-50%);
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    text-align: center;
}

.jamaica-culture__image--fire {
    position: absolute;
    top: 947px;
    left: calc(50% - 457px);
    width: 491px;
    height: 296px;
}

.jamaica-culture__body {
    position: absolute;
    top: 1048px;
    left: calc(50% + 105px);
    width: 267px;
    margin: 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.jamaica-culture__triptych {
    position: absolute;
    top: 1333px;
    left: 50%;
    display: flex;
    gap: 28px;
    width: 914px;
    height: 403px;
    transform: translateX(-50%);
}

.jamaica-culture__triptych .jamaica-culture__image {
    flex: 0 0 286px;
    width: 286px;
    height: 403px;
}

.jamaica-hero__dots {
    display: none;
}

.jamaica-mobile-break {
    display: none;
}

@media (max-width: 900px) {
    .jamaica-hero {
        height: 800px;
        background:
            linear-gradient(var(--jamaica-sand), var(--jamaica-sand)) top / 100% 560px no-repeat,
            linear-gradient(#fff, #fff) 0 560px / 100% 240px no-repeat;
    }

    .jamaica-hero__copy,
    .jamaica-hero__intro {
        width: min(86vw, 941px);
    }

    .jamaica-hero__title {
        font-size: 40px;
        line-height: 72px;
    }

    .jamaica-hero__intro {
        margin-top: 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .jamaica-hero__image {
        top: 420px;
        width: 86vw;
        height: auto;
        aspect-ratio: 1206 / 678.044;
    }

    .jamaica-villas {
        height: auto;
        padding: 84px 24px 96px;
    }

    .jamaica-villas__title,
    .jamaica-villas__grid {
        position: static;
        transform: none;
    }

    .jamaica-villas__title {
        margin-bottom: 48px;
        text-align: center;
        white-space: normal;
    }

    .jamaica-villas__grid {
        grid-template-columns: 287px;
        justify-content: center;
        gap: 42px;
    }

    .jamaica-culture {
        height: auto;
        padding: 72px 24px 96px;
        background: var(--jamaica-sand);
    }

    .jamaica-culture__inner {
        width: 100%;
        height: auto;
        display: grid;
        gap: 32px;
    }

    .jamaica-culture__image,
    .jamaica-culture__triptych,
    .jamaica-culture__quote,
    .jamaica-culture__body {
        position: static;
        width: 100%;
        transform: none;
    }

    .jamaica-culture__image {
        height: auto;
        aspect-ratio: 286 / 403;
    }

    .jamaica-culture__triptych {
        display: grid;
        gap: 0;
        height: auto;
    }

    .jamaica-culture__triptych .jamaica-culture__image {
        width: 100%;
        height: auto;
        flex-basis: auto;
    }

    .jamaica-culture__image--hills,
    .jamaica-culture__image--fire {
        aspect-ratio: 491 / 296;
    }

    .jamaica-culture__quote {
        font-size: 34px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .page-jamaica .jamaica-hero {
        height: 1039px;
        padding: 185px 0 0;
        background:
            linear-gradient(var(--jamaica-sand), var(--jamaica-sand)) top / 100% 884px no-repeat,
            linear-gradient(#fff, #fff) bottom / 100% 155px no-repeat;
    }

    .page-jamaica .jamaica-hero__copy {
        position: static;
        width: min(380px, calc(100% - 34px));
        margin: 0 auto;
        transform: none;
    }

    .page-jamaica .jamaica-hero__title {
        font-size: 35px;
        line-height: 60px;
    }

    .page-jamaica .jamaica-hero__intro {
        width: min(350px, 100%);
        margin-top: 38px;
        font-size: 30px;
        line-height: 40px;
    }

    .page-jamaica .jamaica-hero__image {
        position: static;
        width: min(381px, calc(100% - 32px));
        height: 265px;
        margin: 72px auto 0;
        aspect-ratio: auto;
        transform: none;
    }

    .page-jamaica .jamaica-hero__image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        transform: none;
    }

    .page-jamaica .jamaica-hero__dots {
        display: flex;
        justify-content: center;
        gap: 11px;
        margin-top: 20px;
    }

    .page-jamaica .jamaica-hero__dots span {
        width: 18px;
        height: 18px;
        border: 1px solid var(--bronze-faq);
        background: transparent;
    }

    .page-jamaica .jamaica-hero__dots .is-active {
        background: var(--bronze-faq);
    }

    .page-jamaica .jamaica-villas {
        padding: 32px 0 68px;
        background: #fff;
    }

    .page-jamaica .jamaica-villas__title {
        max-width: 250px;
        margin: 0 auto 39px;
        font-size: 35px;
        line-height: 60px;
    }

    .page-jamaica .jamaica-villas__grid {
        grid-template-columns: minmax(0, 307px);
        justify-content: start;
        gap: 39px;
        margin-left: clamp(16px, 13.04vw, 54px);
    }

    .page-jamaica .destination-card {
        width: 100%;
    }

    .page-jamaica .destination-card:hover {
        transform: none;
    }

    .page-jamaica .destination-card__image {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        margin-bottom: 20px;
        aspect-ratio: 307 / 240;
    }

    .page-jamaica .destination-card__title {
        padding-bottom: 8px;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.48px;
    }

    .page-jamaica .destination-card__copy {
        margin: 7px 0 11px;
        font-size: 16px;
        line-height: 19px;
    }

    .page-jamaica .destination-card__link {
        height: 30px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .page-jamaica .jamaica-map {
        height: 610px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 20px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
    }

    .page-jamaica .jamaica-map::-webkit-scrollbar {
        display: none;
    }

    .page-jamaica .jamaica-map__image {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        width: 1263px;
        height: 589px;
        max-width: none;
        object-fit: cover;
        transform: none;
    }

    .page-jamaica .jamaica-culture {
        padding: 54px 16px 0;
        background:
            linear-gradient(#fff, #fff) top / 100% 606px no-repeat,
            linear-gradient(var(--jamaica-sand), var(--jamaica-sand)) center 606px / 100% 1552px no-repeat,
            linear-gradient(#fff, #fff) bottom / 100% 656px no-repeat;
    }

    .page-jamaica .jamaica-culture__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .page-jamaica .jamaica-culture__image,
    .page-jamaica .jamaica-culture__triptych,
    .page-jamaica .jamaica-culture__quote,
    .page-jamaica .jamaica-culture__body {
        width: 100%;
        max-width: none;
    }

    .page-jamaica .jamaica-culture__image--drummers {
        width: min(306px, 74vw);
        aspect-ratio: 306 / 400;
    }

    .page-jamaica .jamaica-culture__image--hills {
        width: min(382px, 100%);
        margin-top: 75px;
        aspect-ratio: 382 / 266;
    }

    .page-jamaica .jamaica-culture__quote {
        width: min(382px, 100%);
        margin-top: 75px;
        font-size: 35px;
        line-height: 60px;
    }

    .page-jamaica .jamaica-culture__image--fire {
        width: min(382px, 100%);
        margin-top: 55px;
        aspect-ratio: 382 / 266;
    }

    .page-jamaica .jamaica-culture__body {
        width: min(267px, calc(100% - 108px));
        align-self: flex-start;
        margin-top: 53px;
        margin-left: 38px;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
    }

    .page-jamaica .jamaica-culture__triptych {
        display: flex;
        width: min(306px, 74vw);
        gap: 0;
        margin-top: 62px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .page-jamaica .jamaica-culture__triptych::-webkit-scrollbar {
        display: none;
    }

    .page-jamaica .jamaica-culture__triptych .jamaica-culture__image {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        aspect-ratio: 306 / 400;
        scroll-snap-align: center;
    }

    .mobile-scroll-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 11px;
        margin-top: 20px;
    }

    .mobile-scroll-carousel-dot {
        width: 18px;
        height: 18px;
        padding: 0;
        border: 1px solid var(--bronze-80);
        background: transparent;
        border-radius: 0;
    }

    .mobile-scroll-carousel-dot.is-active {
        background: var(--bronze-80);
    }

    .page-jamaica .carousel-wrapper {
        padding: 54px 0 92px;
        background: #fff;
    }

    .page-jamaica .carousel-container {
        align-items: center;
    }

    .page-jamaica .carousel-slide {
        flex: 0 0 min(381px, calc(100vw - 33px));
        padding: 0;
        opacity: 0;
        transform: scale(1);
    }

    .page-jamaica .carousel-slide.active {
        opacity: 1;
        transform: scale(1);
    }

    .page-jamaica .carousel-slide img {
        height: auto;
        aspect-ratio: 381 / 265;
        border-radius: 0;
    }

    .page-jamaica .carousel-wrapper > .max-w-6xl:last-child {
        display: none;
    }

    .page-jamaica .carousel-wrapper > .max-w-6xl:first-of-type {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        padding: 0 16px;
    }

    .page-jamaica .carousel-nav-btn {
        display: none;
    }

    .page-jamaica #carousel-caption {
        width: min(307px, 100%);
        color: var(--bronze-80);
        font-family: var(--font-atlas);
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0;
        text-align: center;
    }

    .page-jamaica .parallax-section {
        height: 1261px;
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 267px;
    }

    .page-jamaica .parallax-bg {
        top: -4%;
        height: 118%;
        background-position: center;
    }

    .page-jamaica #parallax-text {
        width: min(380px, calc(100vw - 34px));
        max-width: 380px;
        margin: 0 auto;
        font-size: 40px;
        line-height: 62px;
    }

    .page-jamaica .site-footer {
        padding: 54px 16px 32px;
    }

    .page-jamaica .site-footer__top {
        gap: 34px;
        margin-bottom: 38px;
    }

    .page-jamaica .site-footer__brand {
        display: contents;
    }

    .page-jamaica .site-footer__brand-mark {
        order: 1;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .page-jamaica .site-footer__brand-mark img {
        width: 156px;
        margin: 0 auto;
    }

    .page-jamaica .site-footer__form {
        order: 2;
        width: 100%;
    }

    .page-jamaica .site-footer__to-top {
        order: 3;
    }

    .page-jamaica .site-footer form .flex-col {
        flex-direction: row;
        gap: 16px;
    }

    .page-jamaica .site-footer__legal {
        align-items: flex-start;
    }

    .page-jamaica .site-footer__legal-links {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}


/* About page styles */
body.page-about {
    background: #fff;
}

.about-page {
    overflow-x: clip;
}

.about-intro {
    position: relative;
    height: 1694px;
    background:
        linear-gradient(#f6f5f2, #f6f5f2) top / 100% 985px no-repeat,
        linear-gradient(#fff, #fff) 782px / 100% 912px no-repeat;
}

.about-intro__inner {
    position: relative;
    width: min(100%, 1366px);
    height: 100%;
    margin: 0 auto;
}

.about-intro__title {
    position: absolute;
    top: 196px;
    left: 50%;
    width: 940px;
    margin: 0;
    transform: translateX(-50%);
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 44px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
}

.about-intro__lead {
    position: absolute;
    top: 430px;
    left: 50%;
    width: 832px;
    margin: 0;
    transform: translateX(-50%);
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 42px;
    font-weight: 250;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
}

.about-intro__image {
    position: absolute;
    top: 645px;
    left: 50%;
    width: 1206px;
    height: 678.044px;
    transform: translateX(-50%);
    overflow: hidden;
}

.about-intro__image img {
    width: 103.15%;
    height: 121.97%;
    max-width: none;
    object-fit: cover;
    transform: translate(-1.58%, -10.98%);
}

.about-intro__body {
    position: absolute;
    top: 1439px;
    left: 50%;
    width: 760px;
    margin: 0;
    transform: translateX(-50%);
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 32px;
    font-weight: 250;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
}

body.page-about .parallax-section {
    height: 768px;
    isolation: isolate;
    align-items: flex-start;
    padding-top: 262px;
    box-sizing: border-box;
}

body.page-about .parallax-bg {
    top: -8%;
    left: 0;
    width: 100%;
    height: 136%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

body.page-about .parallax-section > .absolute.inset-0 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
        rgba(129, 117, 102, 0.06) !important;
    mix-blend-mode: multiply;
}

body.page-about #parallax-text {
    width: min(941px, 86vw);
    max-width: 941px;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 900px) {
    .about-intro {
        height: auto;
        padding: 140px 24px 88px;
        background:
            linear-gradient(#f6f5f2, #f6f5f2) top / 100% 62% no-repeat,
            #fff;
    }

    .about-intro__inner {
        display: grid;
        height: auto;
        gap: 38px;
    }

    .about-intro__title,
    .about-intro__lead,
    .about-intro__image,
    .about-intro__body {
        position: static;
        width: 100%;
        transform: none;
    }

    .about-intro__title {
        font-size: 34px;
        line-height: 46px;
    }

    .about-intro__lead {
        font-size: 24px;
        line-height: 32px;
    }

    .about-intro__image {
        height: auto;
        aspect-ratio: 1206 / 678.044;
    }

    .about-intro__body {
        font-size: 18px;
        line-height: 25px;
    }

    body.page-about .parallax-section {
        height: 520px;
        padding-top: 176px;
    }

    body.page-about #parallax-text {
        font-size: 36px;
        line-height: 48px;
    }

    body.page-about .parallax-bg {
        height: 136%;
        background-size: cover;
    }
}


/* Lime Acre page styles */
body.page-lime-acre {
    --lime-acre-sand: #e3e0d7;
    --lime-acre-sand-light: #f6f5f2;
    --lime-acre-line: rgba(129, 117, 102, 0.32);
    --lime-acre-text: #615240;
    --lime-acre-shadow: 0 18px 40px rgba(70, 57, 45, 0.12);
    background: #ffffff;
}

body.page-lime-acre .lime-acre-page {
    position: relative;
    background: #ffffff;
}

body.page-lime-acre .lime-hero {
    position: relative;
    min-height: 760px;
    padding: 124px 24px 0;
    background: var(--lime-acre-sand);
}

body.page-lime-acre .lime-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 941px;
    margin: 0 auto;
    text-align: center;
}

body.page-lime-acre .lime-hero__crest {
    display: block;
    width: 218px;
    max-width: 50vw;
    margin: 0 auto 40px;
}

body.page-lime-acre .lime-hero__title {
    margin: 0 0 18px;
    color: var(--marine-green);
    font-family: var(--font-parlare);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

body.page-lime-acre .lime-hero__description {
    margin: 0 auto;
    max-width: 941px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 38px;
    font-weight: 250;
    line-height: 45px;
    letter-spacing: 0;
}

body.page-lime-acre .lime-hero__visual-shell {
    position: absolute;
    left: 50%;
    top: 510px;
    z-index: 2;
    width: min(100%, 1254px);
    padding: 0 24px;
    transform: translateX(-50%);
    box-sizing: border-box;
}

body.page-lime-acre .lime-hero__visual {
    display: block;
    width: 100%;
    height: 678px;
    object-fit: cover;
    box-shadow: var(--lime-acre-shadow);
}

body.page-lime-acre .lime-gallery-section {
    background: #ffffff;
    padding: 504px 0 0;
}

body.page-lime-acre .lime-gallery-section__intro {
    max-width: 941px;
    margin: 0 auto 78px;
    padding: 0 24px;
}

body.page-lime-acre .lime-gallery-section__statement {
    margin: 0;
    color: var(--bronze-80);
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 38px;
    font-weight: 250;
    line-height: 45px;
}

body.page-lime-acre .villa-gallery {
    --gallery-main-height: 541px;
    --gallery-stage-height: 628px;
    --gallery-side-top: 96px;
    padding: 0 24px 76px;
}

body.page-lime-acre .villa-gallery__slide.is-active {
    box-shadow: var(--lime-acre-shadow);
}

body.page-lime-acre .villa-gallery__nav {
    top: 314px;
    background: rgba(255, 255, 255, 0.88);
}

body.page-lime-acre .lime-estate-intro {
    background: #ffffff;
    padding: 0 24px 40px;
}

body.page-lime-acre .lime-estate-intro p {
    max-width: 941px;
    margin: 0 auto;
    color: var(--bronze-80);
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 38px;
    font-weight: 250;
    line-height: 45px;
}

body.page-lime-acre .lime-estate {
    background: #ffffff;
    padding: 40px 0 0;
}

body.page-lime-acre .lime-estate__inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.page-lime-acre .lime-estate__map {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.page-lime-acre .lime-estate__plan {
    display: block;
    width: 100%;
    height: auto;
}

body.page-lime-acre .lime-estate__compass {
    position: absolute;
    top: 15.8%;
    left: 5.86%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-estate__compass span:last-child {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid var(--marine-green);
    border-radius: 999px;
}

body.page-lime-acre .lime-estate__compass span:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 15px;
    height: 1px;
    background: var(--marine-green);
    transform: translateY(-50%);
}

body.page-lime-acre .lime-estate__zoom {
    position: absolute;
    top: 9.52%;
    right: 5.71%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

body.page-lime-acre .lime-estate__zoom span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

body.page-lime-acre .lime-estate__zoom span + span {
    border-top: 1px solid rgba(0, 75, 69, 0.18);
}

body.page-lime-acre .lime-estate__pins {
    position: absolute;
    inset: 0;
    z-index: 4;
}

body.page-lime-acre .lime-estate__pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 32px;
    height: 32px;
    padding: 0;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 999px;
    background: var(--marine-green);
    cursor: pointer;
}

body.page-lime-acre .lime-estate__pin span {
    position: absolute;
    inset: 9px;
    border-radius: inherit;
    background: #9fb3ac;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.page-lime-acre .lime-estate__pin:hover span,
body.page-lime-acre .lime-estate__pin:focus-visible span,
body.page-lime-acre .lime-estate__pin.is-active span {
    background: #d8e6df;
    transform: scale(0.92);
}

body.page-lime-acre .lime-estate__pin:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

body.page-lime-acre .lime-estate__card {
    position: absolute;
    top: var(--card-y);
    left: var(--card-x);
    z-index: 5;
    width: 256px;
    min-height: 99px;
    padding: 17px 20px 14px;
    border: 1px solid rgba(129, 117, 102, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    transition: left 0.22s ease, top 0.22s ease;
}

body.page-lime-acre .lime-estate__card-title {
    margin: 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-estate__card-rule {
    height: 1px;
    margin: 8px 0 10px;
    background: rgba(129, 117, 102, 0.56);
}

body.page-lime-acre .lime-estate__card-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

body.page-lime-acre .lime-estate__card-copy {
    margin: 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-estate__card-link {
    display: inline-flex;
    min-width: 84px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bronze-80);
    color: var(--bronze-80);
    text-decoration: none;
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-amenities {
    background: #ffffff;
    padding: 78px 24px 114px;
}

body.page-lime-acre .lime-amenities__inner,
body.page-lime-acre .lime-rates__inner,
body.page-lime-acre .lime-reviews__inner,
body.page-lime-acre .lime-location__inner {
    max-width: 1004px;
    margin: 0 auto;
}

body.page-lime-acre .lime-section-title {
    margin: 0 0 42px;
    color: var(--marine-green);
    text-align: center;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18;
}

body.page-lime-acre .lime-location-visual {
    background: #f6f5f2;
    padding: 0;
}

body.page-lime-acre .lime-location-visual__inner {
    max-width: 1436px;
    margin: 0 auto;
}

body.page-lime-acre .lime-location-visual__image {
    display: block;
    width: 100%;
    height: auto;
}

body.page-lime-acre .lime-amenities__intro,
body.page-lime-acre .lime-amenities__service-intro {
    max-width: 941px;
    margin: 0 auto;
    border-top: 1px solid var(--lime-acre-line);
    padding-top: 22px;
    color: var(--bronze-80);
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.45;
}

body.page-lime-acre .lime-amenities__intro p {
    margin: 0;
}

body.page-lime-acre .lime-amenities__grid,
body.page-lime-acre .lime-amenities__services {
    display: grid;
    gap: 44px;
    margin: 54px auto 0;
}

body.page-lime-acre .lime-amenities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-lime-acre .lime-amenities__services {
    max-width: 662px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-lime-acre .lime-amenities__service-intro {
    margin: 56px auto 0;
}

body.page-lime-acre .lime-amenities__column {
    min-height: 0;
}

body.page-lime-acre .lime-amenities__eyebrow {
    margin: 0 0 11px;
    border-bottom: 1px solid var(--lime-acre-line);
    padding-bottom: 7px;
    color: var(--lime-acre-text);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-amenities__headline {
    margin: 0 0 12px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.94px;
    letter-spacing: 0.5px;
}

body.page-lime-acre .lime-amenities__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
}

body.page-lime-acre .lime-amenities__list li + li {
    margin-top: 10px;
}

body.page-lime-acre .villa-switcher {
    border-top-color: rgba(0, 75, 69, 0.2);
    border-bottom-color: rgba(0, 75, 69, 0.2);
}

body.page-lime-acre .villa-switcher__inner {
    max-width: 1004px;
    min-height: 0;
    padding: 23px 24px 21px;
    flex-wrap: wrap;
    gap: clamp(46px, 5.25vw, 86px);
}

body.page-lime-acre .villa-booking {
    padding-top: 52px;
}

body.page-lime-acre .villa-booking__cta {
    background: var(--bronze-faq);
}

body.page-lime-acre .lime-rates {
    padding: 0 24px 62px;
    background: #ffffff;
}

body.page-lime-acre .lime-rates__inner {
    border-top: 1px solid var(--lime-acre-line);
    padding-top: 18px;
}

body.page-lime-acre .lime-rates__title {
    margin: 0 0 18px;
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-rates__table {
    width: 100%;
    border-collapse: collapse;
}

body.page-lime-acre .lime-rates__table th,
body.page-lime-acre .lime-rates__table td {
    border-bottom: 1px solid rgba(129, 117, 102, 0.24);
    padding: 12px 8px;
    text-align: left;
    vertical-align: top;
}

body.page-lime-acre .lime-rates__table th {
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

body.page-lime-acre .lime-rates__table td {
    color: var(--bronze-faq);
    font-family: var(--font-atlas);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-rates__season {
    color: var(--marine-green);
    font-weight: 500;
}

body.page-lime-acre .lime-rates__note {
    margin: 16px 0 0;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-reviews {
    padding: 42px 24px 90px;
    background: #ffffff;
}

body.page-lime-acre .lime-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

body.page-lime-acre .lime-review {
    border-top: 1px solid var(--lime-acre-line);
    padding-top: 14px;
}

body.page-lime-acre .lime-review__title {
    margin: 0 0 12px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-review__body {
    margin: 0 0 18px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
}

body.page-lime-acre .lime-review__meta {
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

body.page-lime-acre .lime-review__author {
    display: block;
    font-weight: 500;
}

body.page-lime-acre .lime-experiences {
    background: var(--lime-acre-sand-light);
    padding: 100px 24px 110px;
}

body.page-lime-acre .lime-experiences__inner {
    max-width: 1212px;
    margin: 0 auto;
}

body.page-lime-acre .lime-experiences__intro {
    max-width: 784px;
    margin: 0 auto 44px;
    color: var(--bronze-80);
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 25px;
    font-weight: 400;
    line-height: 37px;
}

body.page-lime-acre .lime-experiences__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 20px;
}

body.page-lime-acre .lime-experience-card {
    background: transparent;
}

body.page-lime-acre .lime-experience-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 287 / 240;
    object-fit: cover;
}

body.page-lime-acre .lime-experience-card__title {
    margin: 16px 0 8px;
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-experience-card__rule {
    height: 1px;
    margin-bottom: 8px;
    background: var(--lime-acre-line);
}

body.page-lime-acre .lime-experience-card__copy {
    margin: 0 0 14px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-experience-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 8px 12px;
    border: 1px solid var(--marine-green);
    color: var(--marine-green);
    text-decoration: none;
    font-family: var(--font-atlas);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

body.page-lime-acre .lime-location {
    position: relative;
    width: min(100%, 1366px);
    height: clamp(620px, 53vw, 724px);
    margin: 0 auto;
    overflow: hidden;
    background: #fbfaf8;
}

body.page-lime-acre .lime-location__map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%) saturate(0.18);
    opacity: 0.42;
}

body.page-lime-acre .lime-location__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 35%, rgba(255, 255, 255, 0.38) 57%, rgba(255, 255, 255, 0.68) 100%),
        rgba(255, 255, 255, 0.2);
}

body.page-lime-acre .lime-location__note {
    position: absolute;
    top: 30.7%;
    left: 7.4%;
    z-index: 2;
    width: 332px;
    color: var(--bronze-80);
    text-align: center;
    font-family: var(--font-atlas);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

body.page-lime-acre .lime-location__note-crest {
    display: block;
    width: 53px;
    margin: 0 auto 30px;
}

body.page-lime-acre .lime-location__note p {
    margin: 0;
}

body.page-lime-acre .lime-location__brand {
    position: absolute;
    top: 51%;
    left: 50.2%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    transform: translate(-50%, -50%);
    text-align: center;
}

body.page-lime-acre .lime-location__brand-crest {
    width: 218px;
    max-width: 100%;
}

body.page-lime-acre .lime-location__pins {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

body.page-lime-acre .lime-location__pins span {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: var(--marine-green);
}

body.page-lime-acre .lime-location__pins span::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    background: #9fb3ac;
}

body.page-lime-acre .lime-location__zoom {
    position: absolute;
    top: 12.4%;
    right: 7.1%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
    color: var(--marine-green);
    font-family: var(--font-atlas);
    font-size: 18px;
    line-height: 25px;
}

body.page-lime-acre .lime-location__zoom span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

body.page-lime-acre .lime-location__zoom span + span {
    border-top: 1px solid rgba(0, 75, 69, 0.18);
}

body.page-lime-acre .lime-location__card {
    position: absolute;
    top: 32.9%;
    right: 5.9%;
    z-index: 5;
    width: 278px;
    background: #ffffff;
    box-shadow: none;
}

body.page-lime-acre .lime-location__card-media {
    position: relative;
}

body.page-lime-acre .lime-location__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 322 / 205;
    object-fit: cover;
}

body.page-lime-acre .lime-location__card-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--bronze-80);
    font: 300 18px/1 var(--font-atlas);
    cursor: default;
}

body.page-lime-acre .lime-location__card-body {
    padding: 17px 20px 22px;
    border-top: 1px solid var(--lime-acre-line);
}

body.page-lime-acre .lime-location__card-title {
    margin: 0 0 8px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.48px;
}

body.page-lime-acre .lime-location__card-copy {
    margin: 0 0 15px;
    color: var(--bronze-80);
    font-family: var(--font-atlas);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

body.page-lime-acre .lime-location__card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--bronze-80);
    color: var(--bronze-80);
    text-decoration: none;
    font-family: var(--font-atlas);
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

body.page-lime-acre .lime-quote {
    position: relative;
    height: 436px;
    overflow: hidden;
    background: var(--marine-green);
}

body.page-lime-acre .lime-quote__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-lime-acre .lime-quote__overlay {
    position: absolute;
    inset: 0;
    background: rgba(111, 72, 38, 0.18);
}

body.page-lime-acre .lime-quote__content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

body.page-lime-acre .lime-quote__text {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: var(--font-parlare);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18;
}

@media (max-width: 1200px) {
    body.page-lime-acre .lime-hero__visual {
        height: 590px;
    }

    body.page-lime-acre .lime-gallery-section {
        padding-top: 428px;
    }

    body.page-lime-acre .lime-experiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-lime-acre .lime-location__note {
        left: 7%;
        width: 230px;
        font-size: 14px;
        line-height: 20px;
    }

    body.page-lime-acre .lime-location__brand {
        left: 49%;
    }

    body.page-lime-acre .lime-location__brand-crest {
        width: 190px;
    }
}

@media (max-width: 960px) {
    body.page-lime-acre .lime-hero {
        min-height: 0;
        padding-bottom: 64px;
    }

    body.page-lime-acre .lime-hero__description,
    body.page-lime-acre .lime-gallery-section__statement,
    body.page-lime-acre .lime-estate-intro p,
    body.page-lime-acre .lime-amenities__intro,
    body.page-lime-acre .lime-amenities__service-intro {
        font-size: 24px;
        line-height: 34px;
    }

    body.page-lime-acre .lime-hero__visual-shell {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-top: 42px;
        padding: 0;
        transform: none;
    }

    body.page-lime-acre .lime-hero__visual {
        height: auto;
        aspect-ratio: 77 / 43;
    }

    body.page-lime-acre .lime-gallery-section {
        padding-top: 74px;
    }

    body.page-lime-acre .lime-gallery-section__intro {
        margin-bottom: 32px;
    }

    body.page-lime-acre .lime-amenities__grid,
    body.page-lime-acre .lime-amenities__services,
    body.page-lime-acre .lime-reviews__grid {
        grid-template-columns: 1fr;
    }

    body.page-lime-acre .lime-section-title,
    body.page-lime-acre #parallax-text {
        font-size: 32px;
    }

    body.page-lime-acre .villa-gallery {
        --gallery-main-height: 100%;
        --gallery-stage-height: auto;
    }

    body.page-lime-acre .villa-gallery__stage {
        aspect-ratio: 77 / 45;
    }

    body.page-lime-acre .villa-gallery__nav {
        top: calc(50% - 18px);
    }

    body.page-lime-acre .lime-location {
        height: 720px;
    }

    body.page-lime-acre .lime-location__map {
        height: 100%;
        object-position: center;
    }

    body.page-lime-acre .lime-location__note {
        top: 70px;
        left: 50%;
        width: min(430px, calc(100% - 48px));
        transform: translateX(-50%);
    }

    body.page-lime-acre .lime-location__note-crest {
        margin-bottom: 16px;
    }

    body.page-lime-acre .lime-location__brand {
        top: 340px;
        left: 50%;
    }

    body.page-lime-acre .lime-location__card {
        top: auto;
        right: auto;
        bottom: 42px;
        left: 50%;
        width: min(300px, calc(100% - 48px));
        transform: translateX(-50%);
    }

    body.page-lime-acre .lime-location__zoom {
        top: 28px;
        right: 28px;
    }

    body.page-lime-acre .lime-location__pins span:nth-child(1) {
        left: 36% !important;
        top: 42% !important;
    }

    body.page-lime-acre .lime-location__pins span:nth-child(2) {
        left: 60% !important;
        top: 40% !important;
    }

    body.page-lime-acre .lime-location__pins span:nth-child(3) {
        left: 44% !important;
        top: 50% !important;
    }

    body.page-lime-acre .lime-location__pins span:nth-child(4),
    body.page-lime-acre .lime-location__pins span:nth-child(5) {
        display: none;
    }
}

@media (max-width: 640px) {
    body.page-lime-acre .lime-hero,
    body.page-lime-acre .lime-gallery-section__intro,
    body.page-lime-acre .lime-estate-intro,
    body.page-lime-acre .lime-estate,
    body.page-lime-acre .lime-amenities,
    body.page-lime-acre .lime-rates,
    body.page-lime-acre .lime-reviews,
    body.page-lime-acre .lime-experiences,
    body.page-lime-acre .lime-location,
    body.page-lime-acre .lime-location-visual {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.page-lime-acre .lime-estate {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-lime-acre .lime-estate__pin {
        width: 26px;
        height: 26px;
    }

    body.page-lime-acre .lime-estate__pin span {
        inset: 8px;
    }

    body.page-lime-acre .lime-estate__card {
        width: min(220px, calc(100% - 36px));
        min-height: 0;
        padding: 13px 14px 12px;
        transform: translateX(-50%);
    }

    body.page-lime-acre .lime-estate__card-title,
    body.page-lime-acre .lime-estate__card-copy,
    body.page-lime-acre .lime-estate__card-link {
        font-size: 12px;
        line-height: 16px;
    }

    body.page-lime-acre .lime-estate__card-link {
        min-width: 74px;
        height: 28px;
    }

    body.page-lime-acre .lime-estate__compass,
    body.page-lime-acre .lime-estate__zoom {
        transform: scale(0.78);
        transform-origin: top left;
    }

    body.page-lime-acre .lime-estate__zoom {
        transform-origin: top right;
    }

    body.page-lime-acre .lime-hero__title {
        font-size: 34px;
    }

    body.page-lime-acre .lime-hero__description,
    body.page-lime-acre .lime-gallery-section__statement,
    body.page-lime-acre .lime-estate-intro p,
    body.page-lime-acre .lime-amenities__intro,
    body.page-lime-acre .lime-amenities__service-intro,
    body.page-lime-acre .lime-experiences__intro {
        font-size: 19px;
        line-height: 29px;
    }

    body.page-lime-acre .lime-experiences__grid {
        grid-template-columns: 1fr;
    }

    body.page-lime-acre .lime-location::before {
        inset: 14% 0;
    }

    body.page-lime-acre .lime-location {
        height: 760px;
        padding-left: 0;
        padding-right: 0;
    }

    body.page-lime-acre .lime-location__brand-crest {
        width: 172px;
    }

}

@media (max-width: 640px) {
    body.page-lime-acre #main-nav:not(.scrolled) {
        height: 116px;
        padding-top: 55px;
        padding-bottom: 12px;
    }

    body.page-lime-acre .lime-hero {
        height: auto;
        padding: clamp(178px, 47.1vw, 195px) 0 clamp(16px, 4.35vw, 18px);
        background:
            linear-gradient(var(--lime-acre-sand), var(--lime-acre-sand)) top / 100% calc(100% - clamp(116px, 35.99vw, 149px)) no-repeat,
            linear-gradient(#ffffff, #ffffff) bottom / 100% clamp(116px, 35.99vw, 149px) no-repeat;
    }

    body.page-lime-acre .lime-hero__inner {
        width: 100%;
        padding: 0;
    }

    body.page-lime-acre .lime-hero__crest {
        width: clamp(170px, 43.48vw, 180px);
        max-width: none;
        margin-bottom: 30px;
    }

    body.page-lime-acre .lime-hero__description {
        width: min(326px, calc(100% - 48px));
        max-width: 326px;
        font-size: 20px;
        line-height: 27px;
    }

    body.page-lime-acre .lime-hero__visual-shell {
        position: relative;
        top: auto;
        left: auto;
        width: min(381px, calc(100% - 33px));
        height: clamp(207px, 64.01vw, 265px);
        margin: clamp(64px, 17.39vw, 72px) auto 0;
        padding: 0;
        transform: none;
    }

    body.page-lime-acre .lime-hero__visual {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }

    body.page-lime-acre .lime-gallery-section {
        padding-top: 74px;
    }

    body.page-lime-acre .lime-gallery-section__intro {
        width: 100%;
        margin-bottom: 58px;
        padding: 0;
    }

    body.page-lime-acre .lime-gallery-section__statement {
        width: min(380px, calc(100% - 34px));
        max-width: 380px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 40px;
    }

    body.page-lime-acre .villa-gallery {
        padding: 0 0 58px;
        background: #ffffff;
    }

    body.page-lime-acre .villa-gallery__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body.page-lime-acre .villa-gallery__stage {
        order: 1;
        width: min(381px, calc(100% - 33px));
        height: clamp(242px, 64.01vw, 265px);
        margin: 0 auto;
        overflow: hidden;
        aspect-ratio: auto;
        touch-action: pan-y;
    }

    body.page-lime-acre .villa-gallery__track {
        height: 100%;
    }

    body.page-lime-acre .villa-gallery__slide img {
        object-fit: cover;
    }

    body.page-lime-acre .villa-gallery__slide,
    body.page-lime-acre .villa-gallery__slide.is-active {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        margin-right: 0;
        transform: none;
    }

    body.page-lime-acre .villa-gallery__slide {
        opacity: 0;
    }

    body.page-lime-acre .villa-gallery__slide.is-active {
        opacity: 1;
    }

    body.page-lime-acre .villa-gallery__nav,
    body.page-lime-acre .villa-gallery__line {
        display: none;
    }

    body.page-lime-acre .villa-gallery__caption {
        order: 2;
        margin: 18px auto 15px;
        color: var(--bronze-80);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0;
        text-transform: none;
    }

    body.page-lime-acre .villa-gallery__thumbs {
        order: 3;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 11px;
        width: 100%;
        height: 18px;
        margin: 0;
    }

    body.page-lime-acre .villa-gallery__thumb {
        width: 18px;
        height: 18px;
    }

    body.page-lime-acre .villa-gallery__thumb button {
        width: 18px;
        height: 18px;
        border: 1px solid var(--bronze-faq);
        background: transparent;
        opacity: 1;
    }

    body.page-lime-acre .villa-gallery__thumb button.is-active {
        border-color: var(--bronze-faq);
        background: var(--bronze-faq);
    }

    body.page-lime-acre .villa-gallery__thumb button img {
        display: none;
    }

    body.page-lime-acre .lime-estate-intro {
        padding: 0 17px 40px;
    }

    body.page-lime-acre .lime-estate-intro p {
        font-size: 20px;
        font-weight: 250;
        line-height: 27px;
    }

    body.page-lime-acre .lime-estate {
        padding-top: 0;
        overflow: hidden;
    }

    body.page-lime-acre .lime-estate__inner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.page-lime-acre .lime-estate__inner::-webkit-scrollbar {
        display: none;
    }

    body.page-lime-acre .lime-estate__map {
        width: 629px;
        height: 394px;
        overflow: visible;
    }

    body.page-lime-acre .lime-estate__plan {
        width: 629px;
        height: 394px;
        max-width: none;
        object-fit: cover;
    }

    body.page-lime-acre .lime-estate__pin {
        width: 28px;
        height: 28px;
    }

    body.page-lime-acre .lime-estate__pin span {
        inset: 9px;
    }

    body.page-lime-acre .lime-estate__card {
        top: 182px;
        left: 128px;
        width: 256px;
        padding: 17px 20px 14px;
        transform: none;
    }

    body.page-lime-acre .villa-switcher__inner {
        padding: 20px 32px 22px;
        gap: 12px;
    }

    body.page-lime-acre .villa-switcher__item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid rgba(97, 82, 64, 0.42);
        padding-bottom: 6px;
    }

    body.page-lime-acre .villa-switcher__name,
    body.page-lime-acre .villa-switcher__beds {
        font-size: 16px;
        line-height: 18px;
    }

    body.page-lime-acre .villa-switcher__beds {
        margin-top: 0;
    }

    body.page-lime-acre .lime-amenities,
    body.page-lime-acre .lime-rates,
    body.page-lime-acre .lime-reviews,
    body.page-lime-acre .lime-experiences {
        padding-left: 32px;
        padding-right: 32px;
    }

    body.page-lime-acre .lime-section-title {
        margin-bottom: 48px;
        font-size: 35px;
        line-height: 60px;
    }

    body.page-lime-acre #lime-amenities-heading {
        font-size: 32px;
        white-space: nowrap;
    }

    body.page-lime-acre .lime-amenities {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    body.page-lime-acre .lime-amenities__intro,
    body.page-lime-acre .lime-amenities__service-intro {
        padding-top: 34px;
        font-size: 20px;
        line-height: 27px;
    }

    body.page-lime-acre .lime-amenities__grid,
    body.page-lime-acre .lime-amenities__services {
        gap: 48px;
        margin-top: 58px;
    }

    body.page-lime-acre .lime-amenities__service-intro {
        margin-top: 58px;
    }

    body.page-lime-acre .lime-amenities__eyebrow {
        margin-bottom: 16px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    body.page-lime-acre .lime-amenities__list {
        font-size: 20px;
        line-height: 27px;
    }

    body.page-lime-acre .lime-amenities__list li + li {
        margin-top: 10px;
    }

    body.page-lime-acre .lime-reviews {
        padding-top: 74px;
        padding-bottom: 112px;
    }

    body.page-lime-acre .lime-reviews__grid {
        gap: 58px;
    }

    body.page-lime-acre .lime-review {
        padding-top: 24px;
    }

    body.page-lime-acre .lime-review__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    body.page-lime-acre .lime-review__body {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 27px;
    }

    body.page-lime-acre .lime-review__meta {
        font-size: 18px;
        line-height: 22px;
    }

    body.page-lime-acre .lime-experiences {
        padding-top: 118px;
    }

    body.page-lime-acre .lime-experiences__intro {
        font-size: 20px;
        line-height: 27px;
    }

    body.page-lime-acre .lime-experience-card__title {
        font-size: 18px;
        line-height: 22px;
    }

    body.page-lime-acre .lime-experience-card__copy {
        font-size: 16px;
        line-height: 19px;
    }

    body.page-lime-acre .parallax-section {
        height: 1261px;
        align-items: flex-start;
        padding-top: 267px;
        box-sizing: border-box;
    }

    body.page-lime-acre .parallax-section > .relative {
        width: 100%;
    }

    body.page-lime-acre #parallax-text {
        width: min(380px, calc(100vw - 34px));
        max-width: 380px;
        font-size: 40px;
        line-height: 62px;
    }
}


/* Ortanique entertainment page styles */
body.page-ortanique-house-entertainment {
    --villa-intro-max-width: 812px;
    --villa-plan-max-width: 1024px;
    --villa-quote-overlay: 0.2;
}


/* Ortanique bedrooms page styles */
body.page-ortanique-house-bedrooms {
    --villa-intro-max-width: 791px;
    --villa-plan-max-width: 960px;
    --villa-quote-overlay: 0.2;
}


/* Star Apple page styles */
body.page-star-apple {
    --villa-intro-max-width: 742px;
    --villa-plan-max-width: 980px;
    --villa-hero-overlay: 0.26;
    --villa-quote-overlay: 0.24;
}


/* June Plum page styles */
body.page-june-plum {
    --villa-intro-max-width: 720px;
    --villa-plan-max-width: 980px;
    --villa-hero-overlay: 0.26;
    --villa-quote-overlay: 0.12;
}


/* Sapodilla page styles */
body.page-sapodilla {
    --villa-intro-max-width: 780px;
    --villa-plan-max-width: 980px;
    --villa-hero-overlay: 0.26;
    --villa-quote-overlay: 0.2;
}
