@font-face {
    font-family: "Blacksword";
    src: url("../Blacksword.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --cindy-ink: #141313;
    --cindy-charcoal: #24211d;
    --cindy-gold: #c99c38;
    --cindy-gold-dark: #9f7625;
    --cindy-cream: #f6efe1;
    --cindy-shell: #fffaf0;
    --cindy-teal: #0a7380;
    --cindy-leaf: #58715c;
    --cindy-muted: #6f675d;
    --body-font: "Montserrat", "Inter", Arial, sans-serif;
    --heading-font: "Cormorant Garamond", Georgia, serif;
    --font-third: "Inter", Arial, sans-serif;
    --gold: var(--cindy-gold);
    --green: var(--cindy-teal);
    --brown: var(--cindy-charcoal);
}

.client-theme-cindy {
    background: var(--cindy-cream);
    color: var(--cindy-ink);
    font-family: var(--body-font);
}

.client-theme-cindy a {
    color: inherit;
    text-decoration: none;
}

.client-theme-cindy .gold-text,
.client-theme-cindy .cindy-script {
    color: var(--cindy-gold);
}

.client-theme-cindy .cindy-script {
    font-family: "Blacksword", cursive;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.client-theme-cindy .btn,
.client-theme-cindy .main-btn,
.client-theme-cindy .btn--gold,
.client-theme-cindy .booking-bar__btn,
.client-theme-cindy .btn-check-avail,
.client-theme-cindy .reserve-btn,
.client-theme-cindy .btn-rp-inquire {
    border: 0;
    border-radius: 2px;
    background: var(--cindy-gold) !important;
    color: #111 !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: none;
}

.client-theme-cindy .btn:hover,
.client-theme-cindy .main-btn:hover,
.client-theme-cindy .btn--gold:hover,
.client-theme-cindy .booking-bar__btn:hover,
.client-theme-cindy .btn-check-avail:hover,
.client-theme-cindy .reserve-btn:hover,
.client-theme-cindy .btn-rp-inquire:hover {
    background: var(--cindy-gold-dark) !important;
    color: #fff !important;
}

.client-theme-cindy .nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    min-height: 86px;
    background: rgba(9, 8, 7, .76);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    transition: background .2s ease, min-height .2s ease;
}

.client-theme-cindy .nav.scrolled {
    min-height: 74px;
    background: rgba(10, 10, 9, .94);
}

.client-theme-cindy .nav__inner {
    min-height: inherit;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 22px;
    align-items: center;
}

.client-theme-cindy .nav__logo img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    padding: 4px;
    border-radius: 50%;
    background: rgba(255, 250, 240, .92);
}

.client-theme-cindy .nav__links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
}

.client-theme-cindy .nav__links a,
.client-theme-cindy .nav__phone {
    color: #fff;
    font-size: .83rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-theme-cindy .nav__links a:hover,
.client-theme-cindy .nav__links a.is-active,
.client-theme-cindy .nav__phone:hover {
    color: var(--cindy-gold);
}

.client-theme-cindy .nav__cta {
    min-width: 130px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.client-theme-cindy .nav__toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.35);
    background: transparent;
}

.client-theme-cindy .nav__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
}

.client-theme-cindy .cindy-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 150px 0 42px;
    color: #fff;
    overflow: visible;
}

.client-theme-cindy .cindy-hero__media,
.client-theme-cindy .cindy-hero__media img,
.client-theme-cindy .cindy-hero__media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.client-theme-cindy .cindy-hero__media img,
.client-theme-cindy .cindy-hero__media video {
    object-fit: cover;
}

.client-theme-cindy .cindy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.26) 52%, rgba(0,0,0,.42)),
        linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.8));
    pointer-events: none;
}

.client-theme-cindy .cindy-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 28px;
}

.client-theme-cindy .cindy-hero__copy {
    max-width: 760px;
}

.client-theme-cindy .cindy-eyebrow,
.client-theme-cindy .retreats-eyebrow,
.client-theme-cindy .guest-badge {
    display: inline-flex;
    color: var(--cindy-gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.client-theme-cindy .cindy-hero h1,
.client-theme-cindy .cindy-section-title,
.client-theme-cindy .retreats-title,
.client-theme-cindy .main-title,
.client-theme-cindy .inner-banner h1 {
    font-family: var(--heading-font);
    font-weight: 700;
    letter-spacing: 0;
    line-height: .98;
}

.client-theme-cindy .cindy-hero h1 {
    max-width: 820px;
    margin: 14px 0 16px;
    color: #fff;
    font-size: clamp(3.2rem, 8vw, 7.8rem);
}

.client-theme-cindy .cindy-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.7;
}

.client-theme-cindy .booking-bar {
    position: relative;
    z-index: 30;
    width: min(1080px, 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: stretch;
    padding: 14px;
    overflow: visible;
    background: rgba(255, 250, 240, .96);
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

.client-theme-cindy .booking-bar__item,
.client-theme-cindy .bb-field {
    flex: 1 1 190px;
    min-width: 170px;
    padding: 11px 18px;
    background: #fff;
    border: 1px solid rgba(20, 19, 19, .08);
}

.client-theme-cindy .booking-bar__divider,
.client-theme-cindy .bb-divider {
    display: none;
}

.client-theme-cindy .booking-bar label,
.client-theme-cindy .bb-label {
    display: block;
    margin: 0 0 6px;
    color: var(--cindy-gold-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.client-theme-cindy .booking-bar__input,
.client-theme-cindy .bb-input,
.client-theme-cindy .booking-bar__field {
    min-height: 38px;
    color: var(--cindy-ink);
    font-weight: 800;
}

.client-theme-cindy .booking-bar__field,
.client-theme-cindy .bb-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
}

.client-theme-cindy .booking-bar__btn,
.client-theme-cindy .btn-check-avail {
    flex: 0 0 auto;
    min-width: 210px;
    min-height: 68px;
    padding: 0 28px;
}

.client-theme-cindy .cindy-band,
.client-theme-cindy .retreats-section,
.client-theme-cindy .property-list-sec,
.client-theme-cindy #custom-gallery-section,
.client-theme-cindy #luxury-testimonials-section {
    padding: clamp(58px, 8vw, 100px) 0;
    background: var(--cindy-cream);
}

.client-theme-cindy .cindy-band--shell {
    background: var(--cindy-shell);
}

.client-theme-cindy .cindy-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.client-theme-cindy .cindy-image-stack {
    position: relative;
    min-height: 460px;
}

.client-theme-cindy .cindy-image-stack img {
    position: absolute;
    width: 82%;
    height: 82%;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(20,19,19,.2);
}

.client-theme-cindy .cindy-image-stack img:first-child {
    left: 0;
    top: 0;
}

.client-theme-cindy .cindy-image-stack img:last-child {
    right: 0;
    bottom: 0;
    width: 52%;
    height: 52%;
    border: 12px solid var(--cindy-cream);
}

.client-theme-cindy .cindy-copy p {
    color: var(--cindy-muted);
    line-height: 1.8;
}

.client-theme-cindy .cindy-amenities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(20,19,19,.12);
    margin-top: 28px;
}

.client-theme-cindy .cindy-amenity {
    padding: 28px 20px;
    background: #fff;
    text-align: center;
}

.client-theme-cindy .cindy-amenity i {
    color: var(--cindy-teal);
    font-size: 1.5rem;
}

.client-theme-cindy .cindy-property-card,
.client-theme-cindy .retreat-card,
.client-theme-cindy .review-card,
.client-theme-cindy .attraction-card {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20,19,19,.12);
}

.client-theme-cindy .cindy-property-card {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    overflow: hidden;
}

.client-theme-cindy .cindy-property-card img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

.client-theme-cindy .cindy-property-card__body {
    padding: clamp(32px, 5vw, 64px);
}

.client-theme-cindy .cindy-specs,
.client-theme-cindy .rp-specs,
.client-theme-cindy .food-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.client-theme-cindy .cindy-specs span,
.client-theme-cindy .rp-specs span,
.client-theme-cindy .food-list li {
    padding: 8px 12px;
    background: var(--cindy-cream);
    color: var(--cindy-charcoal);
    font-size: .86rem;
    font-weight: 800;
}

.client-theme-cindy .cindy-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.client-theme-cindy .cindy-gallery-grid a,
.client-theme-cindy .gallery-item {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    background: #ddd;
}

.client-theme-cindy .cindy-gallery-grid img,
.client-theme-cindy .gallery-item img,
.client-theme-cindy .retreat-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-theme-cindy .cindy-gallery-grid a:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.client-theme-cindy .cindy-attractions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.client-theme-cindy .cindy-attraction {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
}

.client-theme-cindy .cindy-attraction img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.client-theme-cindy .cindy-attraction:hover img {
    transform: scale(1.04);
}

.client-theme-cindy .cindy-attraction::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.78));
}

.client-theme-cindy .cindy-attraction__body {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.client-theme-cindy .testimonial-wrapper {
    color: var(--cindy-ink);
}

.client-theme-cindy .review-card {
    padding: 28px;
    min-height: 260px;
    background: var(--cindy-charcoal);
    color: #fff;
}

.client-theme-cindy .review-card * {
    color: inherit;
}

.client-theme-cindy .inner-banner {
    background-position: center;
    background-size: cover;
}

.client-theme-cindy footer {
    position: relative;
    background: var(--cindy-ink) url("../images/footer-bg.jpg") center/cover no-repeat;
    color: #fff;
    padding-top: 72px;
}

.client-theme-cindy footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.76);
}

.client-theme-cindy footer > * {
    position: relative;
    z-index: 1;
}

.client-theme-cindy .footer-logo img {
    width: 130px;
    border-radius: 50%;
    background: rgba(255,250,240,.9);
}

.client-theme-cindy .footer-title {
    color: var(--cindy-gold);
    font-family: var(--heading-font);
    font-size: 1.7rem;
}

.client-theme-cindy .footer-link li {
    margin-bottom: 10px;
}

.client-theme-cindy .copyright {
    margin-top: 50px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.75);
    font-size: .86rem;
}

@media (max-width: 991px) {
    .client-theme-cindy .nav__inner {
        grid-template-columns: auto 1fr auto;
    }

    .client-theme-cindy .nav__links {
        position: fixed;
        inset: 86px 0 auto 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
        background: rgba(10,10,9,.98);
    }

    .client-theme-cindy .nav__links.open {
        display: flex;
    }

    .client-theme-cindy .nav__links a {
        padding: 14px 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .client-theme-cindy .nav__phone {
        display: none;
    }

    .client-theme-cindy .nav__toggle {
        display: block;
    }

    .client-theme-cindy .nav__cta {
        justify-self: end;
    }

    .client-theme-cindy .cindy-split,
    .client-theme-cindy .cindy-property-card {
        grid-template-columns: 1fr;
    }

    .client-theme-cindy .cindy-property-card img {
        min-height: 340px;
    }

    .client-theme-cindy .cindy-attractions,
    .client-theme-cindy .cindy-amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-theme-cindy .cindy-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .client-theme-cindy .nav__logo img {
        width: 70px;
        height: 70px;
    }

    .client-theme-cindy .nav__cta {
        min-width: 104px;
        min-height: 40px;
        font-size: .72rem;
    }

    .client-theme-cindy .cindy-hero {
        min-height: 780px;
        padding-top: 128px;
    }

    .client-theme-cindy .booking-bar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .client-theme-cindy .booking-bar__btn,
    .client-theme-cindy .btn-check-avail {
        width: 100%;
        min-width: 0;
    }

    .client-theme-cindy .cindy-amenities,
    .client-theme-cindy .cindy-attractions,
    .client-theme-cindy .cindy-gallery-grid {
        grid-template-columns: 1fr;
    }

    .client-theme-cindy .cindy-gallery-grid a:first-child {
        grid-column: auto;
        grid-row: auto;
    }
}
