* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

:root {
    --cream: #f5f1e8;
    --paper: #fbfaf7;
    --ink: #20221e;
    --muted: #77756d;
    --green: #1c2b20;
    --line: #ddd9cf
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font: inherit;
    cursor: pointer
}

.wrap {
    width: min(1180px, 90%);
    margin: auto
}

.header {
    position: absolute;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 94px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.logo img {
    width: 85%;
    height: 82px;
    object-fit: contain;
    /* filter: brightness(0) invert(1) */
}

nav {
    display: flex;
    gap: 32px;
    font-size: 12px
}

nav a {
    opacity: .9
}

.pill {
    border: 0;
    border-radius: 4px;
    padding: 13px 23px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    font-size: 11px;
    font-weight: 600
}

.light {
    background: #fff;
    color: #20221e
}

.darkbtn {
    background: #20221e;
    color: #fff
}

.book {
    border-radius: 10px
}

.menu {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/blongkeker/WhatsApp Image 2026-09-06 at 10.59.34 AM.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-copy {
    position: absolute;
    z-index: 2;
    color: black;
    left: 8%;
    top: 51%;
    transform: translateY(-35%)
}

.eyebrow {
    font-size: 15px;
    color: white;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.eyebrow.dark {
    color: #8b826f
}

.hero h1 {
    font: 500 clamp(50px, 6vw, 82px)/.98 'Playfair Display', serif;
    letter-spacing: -2px;
    margin-bottom: 24px
}

.hero-copy>p:not(.eyebrow) {
    max-width: 540px;
    font-size: 13px;
    color: white;
    margin-bottom: 30px
}

.hero-link {
    background: none;
    border: 0;
    color: #fff;
    margin-left: 22px;
    font-size: 13px;
    background-color: black;
    border-radius: 5px;
    padding: 15px;
}

.hero-tag {
    position: absolute;
    z-index: 2;
    bottom: 31px;
    right: 6%;
    color: #fff;
    font-size: 10px;
    letter-spacing: 3px
}

.intro {
    padding: 88px 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 60px
}

.intro h2,
.about h2,
.gallery h2 {
    font: 500 clamp(35px, 4vw, 48px)/1.08 'Playfair Display', serif
}

.intro>p {
    max-width: 390px;
    color: var(--muted);
    font-size: 13px;
    padding-top: 25px
}

.villas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-bottom: 90px
}

.villa {
    background: #fff;
    border: 1px solid var(--line)
}

.cover {
    height: 340px;
    background-size: cover;
    background-position: center
}

.v1 {
    background-image: url('assets/blongkeker/Jimbaran1.jpeg')
}

.v2 {
    background-image: url('assets/balangan/villa-2/bagus1.jpeg')
}

.v3 {
    background-image: url(assets/balangan/villa-1/bagus2.jpeg);
}

.villa-info {
    padding: 23px
}

.label {
    font-size: 8px;
    letter-spacing: 2px;
    color: #8b826f
}

.villa h3 {
    font: 500 24px 'Playfair Display', serif;
    margin: 8px 0
}

.villa-info>p {
    font-size: 12px;
    color: var(--muted);
    min-height: 58px
}

.row {
    border-top: 1px solid var(--line);
    margin-top: 18px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px
}

.arrow {
    background: none;
    border: 0;
    font-size: 10px
}

.amenities,
.locations {
    background: var(--green);
    color: #fff
}

.amenities {
    padding: 75px 0
}

.amenity-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px
}

.amenity-head h2,
.locations h2 {
    font: 500 45px/1.05 'Playfair Display', serif
}

.amenity-head>p {
    font-size: 12px;
    opacity: .7;
    max-width: 410px;
    padding-top: 30px
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px
}

.amenity-grid div {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding: 17px 8px;
    text-align: center;
    font-size: 25px
}

.amenity-grid b {
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 8px
}

.about {
    padding: 100px 0;
    display: grid;
    grid-template-columns: 1fr 1.35fr .45fr;
    gap: 25px;
    align-items: center
}

.about-copy>p:not(.eyebrow) {
    font-size: 13px;
    color: var(--muted);
    margin: 23px 0 27px;
    max-width: 400px
}

.about-img {
    height: 430px;
    background: url('assets/blongkeker/IMG-20260906-WA0034.jpg') center/cover
}

.quote {
    font: italic 24px/1.2 'Playfair Display', serif;
    color: #777267;
    padding-left: 8px
}

.gallery {
    padding-bottom: 100px
}

.gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 32px
}

.gallery-head>p {
    max-width: 390px;
    color: var(--muted);
    font-size: 12px
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr .7fr .7fr;
    grid-template-rows: 220px 220px;
    gap: 8px
}

.photo {
    background-position: center;
    background-size: cover
}

.p1 {
    grid-row: 1/3;
    background-image: url(assets/balangan/villa-1/WhatsApp\ Image\ 2026-09-06\ at\ 10.59.49\ AM.jpeg);
}

.p2 {
    background-image: url('assets/blongkeker/bagus.jpeg')
}

.p3 {
    background-image: url('assets/blongkeker/IMG-20260906-WA0029.jpg')
}

.p4 {
    background-image: url('assets/balangan/villa-2/WhatsApp\ Image\ 2026-09-06\ at\ 11.01.00\ AM\ \(1\).jpeg')
}

.p5 {
    background-image: url('assets/blongkeker/bagus3.jpeg')
}

.locations {
    padding: 85px 0;
    background: linear-gradient(90deg, #1b2b20, #24382a)
}

.loc-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px
}

.locations p:not(.eyebrow) {
    font-size: 12px;
    max-width: 430px;
    opacity: .7;
    margin-top: 22px
}

.loc-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.loc-cards>div {
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 28px
}

.loc-cards span {
    font-size: 9px;
    letter-spacing: 3px;
    opacity: .6
}

.loc-cards h3 {
    font: 500 27px 'Playfair Display', serif;
    margin-top: 35px
}

.loc-cards p {
    margin-top: 8px !important
}

.cta {
    min-height: 500px;
    position: relative;
    background: url('assets/balangan/villa-1/WhatsApp Image 2026-09-06 at 9.19.03 AM.jpeg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff
}

.cta .shade {
    background: rgba(8, 15, 10, .43)
}

.cta-copy {
    position: relative;
    z-index: 2
}

.cta h2 {
    font: 500 clamp(40px, 5vw, 60px) 'Playfair Display', serif
}

.cta-copy>p:not(.eyebrow) {
    font-size: 12px;
    margin: 10px 0 26px
}

.cta button {
    border: 0
}

footer {
    background: #142019;
    color: #fff;
    padding: 45px 0 22px
}

.foot {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center
}

.foot-brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    /* filter: brightness(0) invert(1) */
}

.foot-rand p {
    font-size: 9px;
    opacity: .55
}

.foot-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 10px
}

.social {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    font-size: 10px
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 35px;
    padding-top: 18px;
    font-size: 8px;
    opacity: .45;
    display: flex;
    justify-content: space-between
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: center;
    justify-content: center
}

.modal.open {
    display: flex
}

.backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
    backdrop-filter: blur(5px)
}

.modal-box {
    position: relative;
    z-index: 2;
    width: min(510px, 92%);
    background: #fbfaf7;
    padding: 42px;
    border-radius: 3px
}

.close {
    position: absolute;
    right: 17px;
    top: 10px;
    background: none;
    border: 0;
    font-size: 29px;
    color: #777
}

.modal-box h2 {
    font: 500 34px/1.15 'Playfair Display', serif
}

.modal-sub {
    font-size: 11px;
    color: var(--muted);
    margin: 9px 0 22px
}

.option {
    display: grid;
    grid-template-columns: 42px 1fr 18px;
    align-items: center;
    border: 1px solid var(--line);
    background: #fff;
    padding: 14px 15px;
    margin: 8px 0;
    transition: .2s
}

.option:hover {
    transform: translateX(3px);
    border-color: #9a9a90
}

.option-icon {
    font-size: 19px;
    text-align: center
}

.option b,
.option small {
    display: block
}

.option b {
    font-size: 12px
}

.option small {
    font-size: 9px;
    color: #888
}

.option strong {
    font-size: 17px
}

.modal-box>small {
    display: block;
    color: #999;
    font-size: 8px;
    margin-top: 18px
}

@media(max-width:850px) {
    nav {
        display: none
    }

    .menu {
        display: block
    }

    .header .book {
        display: none
    }

    .hero-copy {
        left: 7%;
        right: 7%
    }

    .intro {
        display: block
    }

    .intro>p {
        padding-top: 18px
    }

    .villas {
        grid-template-columns: 1fr
    }

    .cover {
        height: 350px
    }

    .amenity-head,
    .loc-inner {
        grid-template-columns: 1fr
    }

    .amenity-head>p {
        padding-top: 0
    }

    .amenity-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .about {
        grid-template-columns: 1fr
    }

    .quote {
        display: none
    }

    .about-img {
        height: 330px
    }

    .gallery-head {
        display: block
    }

    .gallery-head>p {
        margin-top: 15px
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 210px 180px 180px
    }

    .p1 {
        grid-row: 1/3
    }

    .p5 {
        grid-column: 2
    }

    .foot {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .foot-nav,
    .social {
        justify-content: flex-start
    }

    .copyright {
        display: block
    }

    .copyright span {
        display: block;
        margin-top: 7px
    }
}

@media(max-width:520px) {
    .hero {
        min-height: 650px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-copy>p:not(.eyebrow) {
        font-size: 12px
    }

    .hero-link {
        display: block;
        margin: 18px 0 0
    }

    .amenity-grid {
        grid-template-columns: 1fr 1fr
    }

    .loc-cards {
        grid-template-columns: 1fr
    }

    .gallery-grid {
        display: block
    }

    .photo {
        height: 220px;
        margin-bottom: 7px
    }

    .modal-box {
        padding: 32px 22px
    }

    .modal-box h2 {
        font-size: 28px
    }
}

/* --- V2: real image elements + smoother navigation --- */
html {
    scroll-behavior: smooth
}

section[id] {
    scroll-margin-top: 88px
}

.hero,
.location,
.cta {
    overflow: hidden
}

.hero-photo,
.location-photo,
.cta-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero>.hero-overlay,
.hero>.hero-content,
.hero>.hero-scroll,
.location>.location-overlay,
.location>.location-inner,
.cta>.cta-overlay,
.cta>.cta-content {
    position: relative;
    z-index: 2
}

.villa-image,
.about-image,
.g {
    overflow: hidden;
    background-image: none !important
}

.villa-image img,
.about-image img,
.g img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.villa-card:hover .villa-image img,
.g:hover img {
    transform: scale(1.035)
}

.site-header {
    transition: background .45s ease, backdrop-filter .45s ease, box-shadow .45s ease
}

.site-header.scrolled {
    position: fixed;
    background: rgba(24, 35, 27, .86);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.nav a.active {
    opacity: 1
}

.nav a.active:after {
    width: 100%
}

.js-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}

.card-location {
    font-size: 8px;
    letter-spacing: 2px;
    color: #8a806f;
    margin-bottom: 7px
}

.villa-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 13px
}

.villa-specs span {
    font-size: 8px;
    padding: 5px 7px;
    border: 1px solid var(--line);
    color: #6d6c65
}

.longstay {
    padding: 90px 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 70px;
    align-items: center
}

.longstay-copy>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 13px;
    max-width: 430px;
    margin-top: 20px
}

.longstay h2 {
    font: 500 clamp(34px, 4vw, 46px)/1.08 "Playfair Display", serif
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.price-grid div {
    border: 1px solid var(--line);
    padding: 25px 18px;
    background: #fff
}

.price-grid span,
.price-grid small {
    display: block;
    font-size: 8px;
    color: #8a806f;
    letter-spacing: 1.5px
}

.price-grid strong {
    display: block;
    font: 500 25px "Playfair Display", serif;
    margin: 9px 0 3px
}

@media(max-width:900px) {
    .longstay {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .price-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:700px) {
    .price-grid {
        grid-template-columns: 1fr
    }

    .villa-specs span {
        font-size: 7px
    }
}


/* =========================================
   VILLA DETAIL PAGE
========================================= */

.detail-header {
    position: absolute;
}


/* HERO */

.villa-detail-hero {
    height: 78vh;
    min-height: 620px;
    position: relative;
    overflow: hidden;
    color: white;
}

.villa-detail-hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.villa-detail-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(8, 15, 10, .65),
            rgba(8, 15, 10, .08)),
        linear-gradient(0deg,
            rgba(0, 0, 0, .35),
            transparent 55%);
}

.villa-detail-hero-content {
    position: absolute;
    z-index: 2;

    left: 8%;
    bottom: 14%;

    max-width: 650px;
}

.villa-detail-hero-content h1 {
    font:
        500 clamp(48px, 6vw, 78px)/.98 "Playfair Display",
        serif;

    letter-spacing: -2px;

    margin-bottom: 25px;
}

.villa-detail-hero-content>p:last-child {
    font-size: 14px;
    max-width: 500px;
}


/* INTRO */

.villa-detail-intro {
    padding-top: 100px;
    padding-bottom: 75px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;
}

.villa-detail-title h2 {
    font:
        500 clamp(36px, 4vw, 50px)/1.05 "Playfair Display",
        serif;
}

.villa-detail-description {
    color: var(--muted);
    font-size: 13px;

    padding-top: 35px;
}

.villa-detail-description p+p {
    margin-top: 18px;
}


/* QUICK INFO */

.villa-info {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    margin-bottom: 100px;
}

.villa-info-item {
    padding: 30px 20px;

    border-right:
        1px solid var(--line);
}

.villa-info-item:last-child {
    border-right: 0;
}

.villa-info-item span {
    display: block;

    font-size: 8px;
    letter-spacing: 2px;

    color: #8a806f;

    margin-bottom: 8px;
}

.villa-info-item strong {
    font:
        500 22px "Playfair Display",
        serif;
}


/* GALLERY */

.villa-detail-gallery {
    padding-bottom: 110px;
}

.detail-section-heading {
    display: flex;
    justify-content: space-between;

    align-items: end;

    margin-bottom: 35px;
}

.detail-section-heading h2 {
    font:
        500 clamp(35px, 4vw, 48px) "Playfair Display",
        serif;
}

.detail-section-heading>p {
    max-width: 370px;

    color: var(--muted);
    font-size: 12px;
}

.detail-gallery-grid {
    display: grid;

    grid-template-columns:
        1.3fr 1fr 1fr;

    grid-template-rows:
        270px 270px;

    gap: 8px;
}

.detail-gallery-grid>div {
    overflow: hidden;
}

.detail-gallery-grid img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1);
}

.detail-gallery-grid img:hover {
    transform: scale(1.04);
}

.detail-gallery-large {
    grid-row: 1 / 3;
}


/* FEATURES */

.detail-features {
    background: var(--green);
    color: white;

    padding: 90px 0;
}

.detail-features-heading {
    margin-bottom: 60px;
}

.detail-features-heading h2 {
    font:
        500 45px/1.05 "Playfair Display",
        serif;
}

.detail-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 1px;

    background:
        rgba(255, 255, 255, .2);
}

.detail-feature-grid>div {
    background: var(--green);

    padding: 30px;

    min-height: 190px;
}

.detail-feature-grid span {
    display: block;

    font-size: 9px;
    letter-spacing: 2px;

    opacity: .5;

    margin-bottom: 25px;
}

.detail-feature-grid strong {
    display: block;

    font:
        500 19px "Playfair Display",
        serif;

    margin-bottom: 10px;
}

.detail-feature-grid p {
    font-size: 11px;
    opacity: .65;

    max-width: 250px;
}


/* LOCATION */

.villa-location {
    padding-top: 100px;
    padding-bottom: 100px;

    display: grid;

    grid-template-columns:
        1.1fr 1fr;

    gap: 70px;

    align-items: center;
}

.villa-location-image {
    height: 520px;
    overflow: hidden;
}

.villa-location-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.villa-location-content h2 {
    font:
        500 clamp(38px, 4vw, 52px)/1 "Playfair Display",
        serif;

    margin-bottom: 25px;
}

.villa-location-content>p:not(.eyebrow) {
    color: var(--muted);

    font-size: 13px;

    max-width: 430px;

    margin-bottom: 30px;
}

.location-list {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 0;

    border-top: 1px solid var(--line);

    margin-bottom: 30px;
}

.location-list div {
    padding: 15px 0;

    border-bottom:
        1px solid var(--line);
}

.location-list strong {
    font:
        500 20px "Playfair Display",
        serif;

    display: block;
}

.location-list span {
    color: var(--muted);

    font-size: 9px;
}


/* PRICE */

.villa-price {
    padding-bottom: 110px;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;
}

.villa-price-copy h2 {
    font:
        500 clamp(40px, 4vw, 52px)/1 "Playfair Display",
        serif;
}

.villa-price-copy>p:last-child {
    color: var(--muted);

    font-size: 13px;

    max-width: 400px;

    margin-top: 25px;
}

.villa-price-card {
    background: #fff;

    border: 1px solid var(--line);

    padding: 40px;
}

.villa-price-card>p {
    font-size: 8px;
    letter-spacing: 2px;

    color: #8a806f;
}

.villa-price-card>strong {
    font:
        500 34px "Playfair Display",
        serif;

    display: inline-block;

    margin-top: 5px;
}

.villa-price-card>span {
    color: var(--muted);
    font-size: 11px;
}

.price-divider {
    height: 1px;

    background: var(--line);

    margin: 25px 0;
}

.deposit {
    background: var(--cream);

    padding: 15px;

    margin: 25px 0;
}

.deposit b {
    display: block;

    font-size: 10px;

    margin-bottom: 4px;
}

.deposit span {
    font-size: 9px;

    color: var(--muted);
}


/* CTA */

.villa-detail-cta {
    height: 500px;

    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    color: white;

    overflow: hidden;
    background:
        url("assets/blongkeker/Tampilan.jpeg") center / cover;
}
#uluwatu1{
    background-image: url(assets/balangan/campur/kolamrenang.jpeg);
}
#uluwatu2{
    background-image: url(assets/balangan/villa-2/Bagus.jpeg);
}
.villa-detail-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        rgba(10, 20, 12, .55);
}

.villa-detail-cta>div:last-child {
    position: relative;
    z-index: 2;
}

.villa-detail-cta h2 {
    font:
        500 clamp(40px, 5vw, 60px)/1.05 "Playfair Display",
        serif;

    margin-bottom: 25px;
}


/* MOBILE */

@media (max-width: 700px) {

    .villa-detail-hero {
        height: 78vh;
        min-height: 580px;
    }

    .villa-detail-hero-content {
        left: 7%;
        right: 7%;
        bottom: 10%;
    }

    .villa-detail-hero-content h1 {
        font-size: 47px;
    }


    .villa-detail-intro {
        grid-template-columns: 1fr;

        gap: 10px;

        padding-top: 65px;
        padding-bottom: 55px;
    }

    .villa-detail-description {
        padding-top: 15px;
    }


    .villa-info {
        grid-template-columns:
            repeat(2, 1fr);

        margin-bottom: 65px;
    }

    .villa-info-item:nth-child(2) {
        border-right: 0;
    }


    .detail-section-heading {
        display: block;
    }

    .detail-section-heading>p {
        margin-top: 15px;
    }


    .detail-gallery-grid {
        grid-template-columns:
            1fr 1fr;

        grid-template-rows:
            190px 190px 190px;
    }

    .detail-gallery-large {
        grid-row: 1 / 3;
    }


    .detail-features {
        padding: 65px 0;
    }

    .detail-features-heading h2 {
        font-size: 35px;
    }

    .detail-feature-grid {
        grid-template-columns: 1fr;
    }


    .villa-location {
        grid-template-columns: 1fr;

        gap: 40px;

        padding-top: 65px;
        padding-bottom: 65px;
    }

    .villa-location-image {
        height: 350px;
    }


    .villa-price {
        grid-template-columns: 1fr;

        gap: 35px;

        padding-bottom: 70px;
    }

    .villa-price-card {
        padding: 28px;
    }


    .villa-detail-cta {
        height: 450px;
    }

}

/* =========================================
   JIMBARAN DETAIL — MOBILE FIX
========================================= */

@media (max-width: 700px) {

    /* ---------- GLOBAL ---------- */

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .section {
        width: 100%;
        max-width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }


    /* ---------- NAVBAR ---------- */

    .detail-header {
        height: 70px;
        padding: 0 22px;
    }

    .detail-header .brand {
        font-size: 16px;
    }

    .detail-header .brand-mark {
        font-size: 20px;
    }

    .detail-header .menu-toggle {
        display: block;
        font-size: 22px;
    }


    /* ---------- HERO ---------- */

    .villa-detail-hero {
        width: 100%;
        height: 78svh;
        min-height: 520px;
        max-height: 720px;
    }

    .villa-detail-hero>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .villa-detail-hero-content {
        left: 22px;
        right: 22px;
        bottom: 55px;
        width: auto;
    }

    .villa-detail-hero-content h1 {
        font-size: clamp(42px, 12vw, 58px);
        line-height: .95;
        letter-spacing: -1.5px;
        margin-bottom: 18px;
    }

    .villa-detail-hero-content>p:last-child {
        font-size: 12px;
        line-height: 1.6;
        max-width: 330px;
    }

    .villa-detail-overlay {
        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, .05),
                rgba(0, 0, 0, .68));
    }


    /* ---------- INTRO ---------- */

    .villa-detail-intro {
        display: block;

        width: 100%;

        padding-top: 65px;
        padding-bottom: 55px;
    }

    .villa-detail-title h2 {
        font-size: 38px;
        line-height: 1.05;
    }

    .villa-detail-description {
        padding-top: 25px;

        font-size: 12px;
        line-height: 1.8;
    }


    /* ---------- QUICK INFO ---------- */

    .villa-info {
        width: calc(100% - 44px);

        margin-left: 22px;
        margin-right: 22px;

        margin-bottom: 65px;

        display: grid;

        grid-template-columns: 1fr 1fr;
    }

    .villa-info-item {
        min-width: 0;

        padding: 22px 15px;

        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .villa-info-item:nth-child(2n) {
        border-right: 0;
    }

    .villa-info-item:nth-child(n+3) {
        border-bottom: 0;
    }

    .villa-info-item span {
        font-size: 7px;
    }

    .villa-info-item strong {
        font-size: 18px;

        white-space: normal;
        word-break: break-word;
    }


    /* ---------- GALLERY ---------- */

    .villa-detail-gallery {
        width: 100%;

        padding-bottom: 70px;
    }

    .detail-section-heading {
        display: block;

        margin-bottom: 25px;
    }

    .detail-section-heading h2 {
        font-size: 38px;
        line-height: 1.05;
    }

    .detail-section-heading>p {
        margin-top: 15px;

        font-size: 11px;
        line-height: 1.7;
    }

    .detail-gallery-grid {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

        grid-template-rows:
            220px 160px 160px;

        gap: 5px;
    }

    .detail-gallery-grid>div {
        width: 100%;
        min-width: 0;
    }

    .detail-gallery-large {
        grid-row: 1 / 3;
    }

    .detail-gallery-grid img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }


    /* ---------- FEATURES ---------- */

    .detail-features {
        width: 100%;

        padding: 65px 0;
    }

    .detail-features .section {
        width: 100%;
    }

    .detail-features-heading {
        margin-bottom: 40px;
    }

    .detail-features-heading h2 {
        font-size: 36px;
        line-height: 1.05;
    }

    .detail-feature-grid {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 1px;
    }

    .detail-feature-grid>div {
        min-height: auto;

        padding: 25px 20px;
    }

    .detail-feature-grid span {
        margin-bottom: 14px;
    }

    .detail-feature-grid strong {
        font-size: 18px;
    }

    .detail-feature-grid p {
        font-size: 11px;
    }


    /* ---------- LOCATION ---------- */

    .villa-location {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 35px;

        padding-top: 65px;
        padding-bottom: 70px;
    }

    .villa-location-image {
        width: 100%;
        height: 330px;
    }

    .villa-location-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

    .villa-location-content {
        width: 100%;
    }

    .villa-location-content h2 {
        font-size: 40px;
        line-height: 1;
    }

    .villa-location-content>p:not(.eyebrow) {
        font-size: 12px;
        line-height: 1.75;
    }


    /* ---------- LOCATION LIST ---------- */

    .location-list {
        width: 100%;

        grid-template-columns: 1fr 1fr;
    }

    .location-list div {
        padding: 14px 5px;
    }

    .location-list strong {
        font-size: 18px;
    }

    .location-list span {
        font-size: 8px;
    }


    /* ---------- PRICE ---------- */

    .villa-price {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 30px;

        padding-bottom: 70px;
    }

    .villa-price-copy {
        width: 100%;
    }

    .villa-price-copy h2 {
        font-size: 42px;
    }

    .villa-price-copy>p:last-child {
        font-size: 12px;
        line-height: 1.7;
    }

    .villa-price-card {
        width: 100%;

        padding: 28px 22px;
    }

    .villa-price-card>strong {
        font-size: 28px;
    }


    /* ---------- CTA ---------- */

    .villa-detail-cta {
        width: 100%;
        height: 430px;

        background-position: center;
    }

    .villa-detail-cta h2 {
        font-size: 42px;
        line-height: 1.05;
    }


    /* ---------- FOOTER ---------- */

    .footer {
        width: 100%;

        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 28px;
    }

    .footer-nav {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 15px;
    }

    .social {
        justify-content: flex-start;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom span {
        display: block;

        margin-bottom: 8px;
    }


    /* ---------- BOOKING MODAL ---------- */

    .modal-card {
        width: calc(100% - 30px);

        max-height: 90svh;

        overflow-y: auto;

        padding: 30px 20px;
    }

    .modal-card h2 {
        font-size: 29px;
        line-height: 1.1;
    }

    .booking-option {
        padding: 13px 10px;

        grid-template-columns:
            35px 1fr 18px;
    }

}

@media (max-width: 700px) {
    .modal {
        padding: 15px;
    }

    .modal-card {
        position: relative;
        width: 100%;
        max-height: 90svh;
        overflow-y: auto;
        padding: 55px 20px 25px;
    }

    .modal-close {
        position: absolute;
        top: 12px;
        right: 14px;

        width: 36px;
        height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #20221e;
        color: #fff;

        border-radius: 50%;

        font-size: 24px;
        line-height: 1;

        z-index: 20;
    }

    .modal-close:hover {
        background: #444840;
    }
}

.villa-connection {
    padding: 80px 8%;
    text-align: center;
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.villa-connection h2 {
    margin: 10px 0 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 5vw, 60px);
}

.villa-connection>p:not(.eyebrow) {
    max-width: 650px;
    margin: 0 auto 30px;
    color: var(--muted);
    line-height: 1.8;
}

.connection-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.connection-note strong {
    font-size: 15px;
}

.connection-note span {
    color: var(--muted);
    font-size: 14px;
}

.text-btn {
    color: var(--green);
    text-decoration: none;
    font-weight: 600;
}

.text-btn span {
    margin-left: 8px;
    transition: .3s;
}

.text-btn:hover span {
    margin-left: 14px;
}

@media (max-width: 600px) {
    .villa-connection {
        padding: 55px 20px;
    }

    .connection-note {
        flex-direction: column;
        gap: 8px;
    }
}

.villa-details {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 18px 0;
    font-size: 14px;
    color: var(--muted);
}

.villa-details span {
    white-space: nowrap;
}

/* FIX CLOSE BUTTON BOOKING MODAL */
.modal .close,
.modal .modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #20221e;
    color: #fff;
    border: 0;
    border-radius: 50%;

    font-size: 24px;
    line-height: 1;
    z-index: 999;
}

@media (max-width: 700px) {

    .modal-box,
    .modal-card {
        position: relative;
        width: calc(100% - 30px);
        max-height: 90svh;
        overflow-y: auto;
        padding: 55px 20px 25px;
    }

    .modal .close,
    .modal .modal-close {
        top: 12px;
        right: 14px;
        width: 38px;
        height: 38px;
        z-index: 9999;
    }
}

/* CHAT MODAL — NO JAVASCRIPT */

.chat-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#chatChoice:checked~.chat-modal {
    display: flex;
}

.chat-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
    backdrop-filter: blur(5px);
}

.chat-modal-box {
    position: relative;
    z-index: 2;
    width: min(510px, calc(100% - 30px));
    max-height: 90svh;
    overflow-y: auto;
    background: #fbfaf7;
    padding: 55px 30px 30px;
    border-radius: 3px;
}

.chat-close {
    position: absolute;
    top: 12px;
    right: 14px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #20221e;
    color: white;
    border-radius: 50%;

    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.chat-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chat-option {
    display: grid;
    grid-template-columns: 42px 1fr 20px;
    align-items: center;
    gap: 12px;

    padding: 14px 15px;

    border: 1px solid var(--line);
    background: #fff;

    transition: .2s;
}

.chat-option:hover {
    transform: translateX(3px);
    border-color: #9a9a90;
}

.chat-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: var(--green);
    color: white;

    font-size: 9px;
    font-weight: 600;
}

.chat-option b,
.chat-option small {
    display: block;
}

.chat-option b {
    font-size: 12px;
}

.chat-option small {
    margin-top: 2px;
    color: #888;
    font-size: 9px;
}

.chat-option strong {
    font-size: 17px;
}

@media (max-width: 700px) {
    .chat-modal-box {
        width: calc(100% - 30px);
        padding: 55px 20px 25px;
    }
}
.option-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.option-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}