/* ============================================
   Home Villa PG – 3D layout + motion
   ============================================ */

.hv3d-scene {
    perspective: none;
    transform-style: flat;
}

.rooms-grid,
.facilities-grid,
.gallery-grid,
.hero-features,
.stats-row,
.about-grid,
.faq-wrap,
.contact-grid,
.testi-slider-wrap {
    perspective: none;
    transform-style: flat;
}

.hv-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity .55s cubic-bezier(.22, 1, .36, 1),
        transform .55s cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(var(--hv-i, 0) * 40ms);
}

.hv-reveal.is-in {
    opacity: 1;
    transform: none;
}

.hero .hv-reveal {
    transform: translate3d(18px, 0, 0);
}

.hero .hero-text.hv-reveal {
    transform: translate3d(-18px, 0, 0);
}

.hero .hv-reveal.is-in {
    transform: none;
}

/* ---- Hero depth ---- */
.hero.hv3d-scene {
    overflow: hidden;
    position: relative;
}

.hero.hv3d-scene::before,
.hero.hv3d-scene::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
    animation: hvOrb 10s ease-in-out infinite;
}

.hero.hv3d-scene::before {
    width: 280px;
    height: 280px;
    top: 40px;
    left: -80px;
    background: radial-gradient(circle, rgba(232, 160, 32, .28), transparent 70%);
}

.hero.hv3d-scene::after {
    width: 340px;
    height: 340px;
    right: -90px;
    bottom: 20px;
    background: radial-gradient(circle, rgba(26, 39, 68, .16), transparent 70%);
    animation-delay: -4s;
}

@keyframes hvOrb {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(18px, -22px, 40px) scale(1.08); }
}

.hero-image {
    perspective: 1200px;
    transform-style: preserve-3d;
}

.hero .hero-image.hv-reveal.is-in {
    animation: hvBob 6.5s ease-in-out .8s infinite;
}

.hero-image:hover {
    animation-play-state: paused;
}

.hero-img-placeholder {
    transform:
        perspective(1100px)
        rotateX(var(--rx, 4deg))
        rotateY(var(--ry, -8deg))
        translateZ(var(--tz, 24px));
    transform-style: preserve-3d;
    box-shadow:
        0 18px 24px rgba(26, 39, 68, .12),
        0 40px 70px rgba(26, 39, 68, .18);
    transition: transform .35s ease, box-shadow .35s ease;
}

.hero-img-placeholder img {
    transform: translateZ(18px);
}

@keyframes hvBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.hero-features {
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
}

.feature-item {
    transform-style: preserve-3d;
}

.feature-item.is-in:hover {
    --ty: -6px;
    --tz: 18px;
}

.feature-icon {
    display: inline-block;
    transform: translateZ(16px);
    transition: transform .35s ease;
}

.feature-item:hover .feature-icon {
    transform: translateZ(28px) scale(1.12);
}

.btn-primary,
.btn-lg {
    transform: translateZ(8px);
    box-shadow: 0 10px 22px rgba(26, 39, 68, .18);
}

.btn-primary:hover,
.btn-lg:hover {
    transform: translateY(-3px) translateZ(16px);
    box-shadow: 0 16px 28px rgba(26, 39, 68, .24);
}

/* ---- PG / room cards ---- */
.room-card:not(.pg-loc-card) {
    transform-style: preserve-3d;
    transform-origin: center center;
}

.room-card:not(.pg-loc-card).is-in:hover {
    --ty: -14px;
    --tz: 36px;
    box-shadow:
        0 18px 28px rgba(15, 23, 42, .10),
        0 40px 70px rgba(15, 23, 42, .20);
}

.room-card:not(.pg-loc-card).hv-reveal.is-in:hover,
.facility-card.hv-reveal.is-in:hover,
.gal-item.hv-reveal.is-in:hover,
.stat-box.hv-reveal.is-in:hover,
.acc-item.hv-reveal.is-in:hover,
.feature-item.hv-reveal.is-in:hover {
    transform: translateY(-6px);
}

.pg-loc-btn {
    transition: background .3s ease, box-shadow .35s ease;
}

.pg-loc-card:hover .pg-loc-btn {
    box-shadow: 0 12px 24px rgba(15, 34, 66, .28);
}

/* ---- Facilities ---- */
.facility-card {
    transform-style: preserve-3d;
    position: relative;
}

.facility-card.is-in:hover {
    --ty: -10px;
    --tz: 30px;
}

.fac-icon {
    transform: translateZ(20px);
    transition: transform .35s ease;
}

.facility-card:hover .fac-icon {
    transform: translateZ(36px) scale(1.15) rotateY(18deg);
}

.facilities-banner {
    transform: none;
    box-shadow: 0 18px 40px rgba(17, 28, 54, .28);
}

.facilities-banner.is-in {
    transform: none;
}

/* ---- Food table ---- */
.food-content {
    transform-style: preserve-3d;
}

.food-table-frame,
.food-table-scroll {
    transform: none;
    box-shadow: none;
}

.food-table {
    transform: none;
    box-shadow: none;
    overflow: visible;
    border-radius: 12px;
}

.food-table tbody tr {
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.food-table tbody tr:hover {
    transform: translateZ(12px) scale(1.01);
    background: #fff8ec;
    box-shadow: 0 8px 18px rgba(26, 39, 68, .08);
}

/* ---- Gallery ---- */
.gal-item {
    transform-style: preserve-3d;
    border-radius: var(--radius);
    overflow: hidden;
}

.gal-item.is-in:hover {
    --ty: -8px;
    --tz: 28px;
    --ry: -6deg;
    z-index: 2;
}

.gal-item img {
    transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.gal-item:hover img {
    transform: scale(1.08) translateZ(16px);
}

/* ---- FAQ images ---- */
.faq-image {
    transform-style: preserve-3d;
}

.faq-image img {
    transform: rotateY(-8deg) translateZ(20px);
    box-shadow:
        0 16px 24px rgba(26, 39, 68, .10),
        0 36px 64px rgba(26, 39, 68, .16);
    transition: transform .6s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease;
}

.faq-image.is-in:hover img {
    transform: rotateY(6deg) translateZ(36px) translateY(-8px);
    box-shadow:
        0 22px 30px rgba(26, 39, 68, .12),
        0 48px 80px rgba(26, 39, 68, .22);
}

.stat-box {
    transform-style: preserve-3d;
}

.stat-box.is-in:hover {
    --ty: -8px;
    --tz: 22px;
}

/* ---- Testimonials / FAQ / booking ---- */
.testi-card {
    transform-style: preserve-3d;
}

.testi-slider .testi-card:hover {
    transform: translateY(-10px) rotateX(4deg) translateZ(18px);
}

.acc-item {
    transform-style: preserve-3d;
}

.acc-item.is-in:hover {
    --tz: 12px;
}

.contact-info {
    transform-style: preserve-3d;
}

.contact-item {
    transition: transform .35s ease;
}

.contact-item:hover {
    transform: translateX(6px) translateZ(10px);
}

/* Mouse shine */
.hv3d-tilt {
    position: relative;
}

.hv3d-tilt::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 4;
    background: radial-gradient(
        420px circle at var(--mx, 50%) var(--my, 50%),
        rgba(255, 255, 255, .28),
        transparent 42%
    );
    opacity: 0;
    transition: opacity .35s ease;
}

.hv3d-tilt:hover::before {
    opacity: 1;
}

/* Flatten 3D on PG card, about sofa, booking form */
.pg-loc-card,
.pg-loc-card.hv-reveal,
.pg-loc-card.hv-reveal.is-in,
.pg-loc-card.hv-reveal.is-in:hover,
.about-image,
.about-image.hv-reveal,
.about-image.hv-reveal.is-in,
.hv-about-media,
.hv-about-media.hv-reveal,
.hv-about-media.hv-reveal.is-in,
.hv-about-photo,
.booking-form-wrap,
.booking-form-wrap.hv-reveal,
.booking-form-wrap.hv-reveal.is-in,
.booking-form-wrap.hv-reveal.is-in:hover {
    transform-style: flat;
    perspective: none;
    --rx: 0deg;
    --ry: 0deg;
    --tz: 0px;
    --ty: 0px;
}

.pg-loc-card.hv-reveal,
.about-image.hv-reveal,
.hv-about-media.hv-reveal,
.booking-form-wrap.hv-reveal {
    transform: translateY(24px);
}

.pg-loc-card.hv-reveal.is-in,
.about-image.hv-reveal.is-in,
.hv-about-media.hv-reveal.is-in,
.booking-form-wrap.hv-reveal.is-in {
    transform: none;
}

.pg-loc-card.hv-reveal.is-in:hover {
    transform: translateY(-4px);
}

.pg-loc-media,
.pg-loc-intro,
.pg-loc-foot,
.pg-loc-btn,
.pg-loc-card:hover .pg-loc-btn,
.about-image img,
.about-image.is-in:hover img,
.hv-about-photo img {
    transform: none;
}

@media (max-width: 760px) {
    .hero-img-placeholder,
    .about-image img,
    .faq-image img,
    .hero .hero-image.hv-reveal.is-in {
        animation: none;
        transform: none;
    }

    .hv-reveal {
        transform: translateY(28px);
    }

    .hv-reveal.is-in {
        transform: none;
    }
}

/* ---- Screenshot cream + gold rings (homepage) ---- */
html {
    background-color: #021627;
    min-height: 100%;
}

body {
    min-height: 100%;
    background-color: #f4efe6;
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

body::before,
body::after {
    display: none !important;
    content: none !important;
}

.hv-page-bg {
    display: none;
}

body.hv-home-page {
    position: relative;
    overflow: visible;
}

body.hv-home-page .hv-page-bg {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

body.hv-home-page .hv-page-bg i {
    position: absolute;
    border: 3px solid rgba(216, 168, 64, .32);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(216, 168, 64, .07);
}

body.hv-home-page .hv-page-bg i:nth-child(1) { width: 520px; height: 520px; top: 40px; left: -220px; }
body.hv-home-page .hv-page-bg i:nth-child(2) { width: 380px; height: 380px; top: 8%; right: -140px; border-color: rgba(216, 168, 64, .22); }
body.hv-home-page .hv-page-bg i:nth-child(3) { width: 640px; height: 640px; top: 22%; left: -280px; border-width: 4px; }
body.hv-home-page .hv-page-bg i:nth-child(4) { width: 460px; height: 460px; top: 38%; right: -180px; }
body.hv-home-page .hv-page-bg i:nth-child(5) { width: 540px; height: 540px; top: 54%; left: 18%; border-color: rgba(216, 168, 64, .18); }
body.hv-home-page .hv-page-bg i:nth-child(6) { width: 420px; height: 420px; top: 68%; right: -120px; }
body.hv-home-page .hv-page-bg i:nth-child(7) { width: 360px; height: 360px; top: 82%; left: -80px; }
body.hv-home-page .hv-page-bg i:nth-child(8) { width: 500px; height: 500px; bottom: -160px; right: 12%; border-color: rgba(216, 168, 64, .2); }

.site {
    position: relative;
    z-index: 1;
}

.hero,
.booking,
.rooms,
.facilities,
.food,
.gallery,
.about,
.faq,
.gallery-section,
.pg-listing-page,
.pg-listing-section,
.site-main,
.rd-wrap {
    background: transparent !important;
}

.site-main {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 32px 48px;
}

.site-main article,
.site-main .hentry,
.site-main .page-header,
.site-main .no-results {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.site-main .entry-title,
.site-main .page-title {
    color: var(--navy);
    margin-bottom: 16px;
}

.site-main .entry-content,
.site-main .page-content {
    color: #2d3748;
    overflow-wrap: anywhere;
}

.widget-area {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px 48px;
}

.widget-area .widget {
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.gallery-section {
    position: relative;
    z-index: 1;
    padding-top: 24px;
    padding-bottom: 48px;
}

.navbar {
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 32, 64, .06);
}

.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 28px;
}

.gallery-filter button {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--navy);
    border-radius: 999px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 700;
    font-family: inherit;
}

.gallery-filter button.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

@media (max-width: 900px) {
    .site-main {
        padding: 20px 14px 36px;
    }

    .site-main article,
    .site-main .hentry,
    .site-main .page-header,
    .site-main .no-results {
        padding: 22px 16px;
        border-radius: 16px;
    }
}

/* ---- Button / option open motion ---- */
.btn,
.tab-btn,
.pg-loc-btn,
.acc-header,
.hamburger,
.pg-loc-more,
.gallery-filter button,
.rd-tab,
.rd-bed-btn,
.rd-open-book,
.pg-card-link,
.social-btn,
.wpcf7-submit,
input[type="submit"],
button,
a.btn {
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.btn:hover,
.tab-btn:hover,
.pg-loc-btn:hover,
.gallery-filter button:hover,
.rd-tab:hover,
.rd-bed-btn:hover,
.social-btn:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
.pg-card-link:hover {
    transform: translateY(-2px);
}

.btn:active,
.tab-btn:active,
.pg-loc-btn:active,
.hamburger:active,
.gallery-filter button:active,
.rd-tab:active,
.rd-bed-btn:active,
.wpcf7-submit:active {
    transform: scale(.96);
}

.hv-press {
    animation: hvPress .38s ease;
}

@keyframes hvPress {
    0% { transform: scale(1); }
    35% { transform: scale(.94); }
    100% { transform: scale(1); }
}

.tab-btn.active {
    animation: hvTabOn .35s ease;
}

@keyframes hvTabOn {
    0% { transform: scale(.9); }
    100% { transform: scale(1); }
}

.gal-item.is-showing,
.gal-item.is-hiding {
    animation: none;
}

@keyframes hvGalIn {
    from { opacity: 0; transform: scale(.86) rotateX(10deg); }
    to { opacity: 1; transform: none; }
}

@keyframes hvGalOut {
    to { opacity: 0; transform: scale(.9) rotateX(-8deg); }
}

.acc-body {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    padding: 0 !important;
    transition: max-height .42s ease, opacity .32s ease, transform .32s ease, padding .32s ease;
}

.acc-item.open .acc-body {
    max-height: 260px;
    opacity: 1;
    transform: translateY(0);
    padding: 0 0 16px !important;
}

.acc-item.open {
    animation: hvAccOpen .35s ease;
}

@keyframes hvAccOpen {
    0% { background: rgba(232, 160, 32, .08); }
    100% { background: transparent; }
}

select,
.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

select.hv-open,
select:focus,
.wpcf7 select:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 39, 68, .12);
    outline: none;
}

select.hv-picked {
    animation: hvPress .4s ease;
}

.lightbox-overlay {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lightbox-overlay.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-overlay.active .lightbox-img-wrap {
    animation: hvGalIn .4s cubic-bezier(.22, 1, .36, 1);
}

@media (max-width: 767px) {
    .nav-links {
        display: flex !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-18px);
        transition: opacity .35s ease, transform .4s ease, visibility .35s ease;
    }

    .nav-links.open,
    .nav-links.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hv-reveal,
    .hero-img-placeholder,
    .hero.hv3d-scene::before,
    .hero.hv3d-scene::after,
    .btn-primary,
    .facility-card,
    .pg-loc-card,
    .gal-item img,
    .about-image img,
    .faq-image img,
    .hv-page-bg i,
    .acc-body,
    .nav-links,
    .lightbox-overlay,
    .gal-item.is-showing,
    .gal-item.is-hiding {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* ============================================
   Hero – screenshot layout
   ============================================ */
.hero.hv-hero.hv3d-scene {
    overflow: visible;
    padding: 108px 0 36px;
}

.hv-hero-inner {
    position: relative;
    z-index: 2;
}

.hv-hero .hv-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    gap: 48px 40px;
    align-items: center;
    padding: 28px 20px 8px;
}

.hv-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b7288;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: .01em;
}

.hv-hero-eyebrow svg {
    width: 16px;
    height: 16px;
    color: #8a93a6;
}

.hv-hero .hero-heading {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: clamp(2.4rem, 4.6vw, 3.55rem);
    line-height: 1.12;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 16px;
}

.hv-hero .hero-heading .accent {
    color: var(--gold);
}

.hv-hero .hero-sub {
    max-width: 460px;
    color: #5c6576;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.hv-hero .hero-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hv-hero-explore {
    border-radius: 999px;
    padding: 13px 24px;
    gap: 8px;
    background: var(--navy);
    border: 0;
    box-shadow: 0 12px 24px rgba(27, 43, 74, .22);
}

.hv-hero-explore svg {
    width: 16px;
    height: 16px;
}

.hv-hero-explore:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

.hv-hero-video {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
}

.hv-hero-play {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(27, 43, 74, .18);
}

.hv-hero-play svg {
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.hv-hero-video strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.hv-hero-video small {
    display: block;
    color: #7b8494;
    font-size: 12px;
}

.hv-hero-media {
    position: relative;
    padding: 8px 8px 18px 28px;
}

.hv-hero .hero-img-placeholder,
.hv-hero .hv-hero-photo {
    transform: none !important;
    animation: none !important;
    border-radius: 28px;
    overflow: hidden;
    height: 390px;
    box-shadow: 0 24px 50px rgba(26, 39, 68, .16);
}

.hv-hero .hv-hero-photo img,
.hv-hero .hero-img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    transform: none !important;
}

.hv-hero .hero-image.hv-reveal.is-in {
    animation: none;
}

.hv-hero-pills {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 3;
    background: rgba(45, 52, 66, .88);
    color: #fff;
    border-radius: 16px;
    padding: 12px 14px;
    min-width: 148px;
    box-shadow: 0 16px 32px rgba(17, 24, 39, .22);
    backdrop-filter: blur(8px);
    animation: hvBob 5.5s ease-in-out infinite;
}

.hv-hero-pills span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
}

.hv-hero-pills i {
    width: 18px;
    height: 18px;
    display: inline-flex;
    color: #d7dde8;
}

.hv-hero-pills svg {
    width: 18px;
    height: 18px;
}

.hv-hero-residents {
    position: absolute;
    right: 22px;
    bottom: 2px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 18px;
    padding: 10px 14px 10px 10px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .14);
}

.hv-hero-avatars {
    display: flex;
}

.hv-hero-avatars img,
.hv-hero-avatars b {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -8px;
    background: #dbe4ee;
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hv-hero-avatars img:first-child,
.hv-hero-avatars b:first-child {
    margin-left: 0;
}

.hv-hero-residents strong {
    display: block;
    color: var(--navy);
    font-size: 15px;
    line-height: 1.1;
}

.hv-hero-residents small {
    color: #7b8494;
    font-size: 11px;
}

.hv-hero-bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px 10px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(26, 39, 68, .08);
    padding: 18px 22px;
    margin: 28px 20px 0;
    border: 1px solid #eef2f7;
}

.hv-hero-bar .feature-item {
    min-width: 0;
    gap: 10px;
    flex: unset;
}

.hv-hero-bar .feature-item a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hv-hero-bar .feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0;
}

.hv-hero-bar .feature-icon svg {
    width: 20px;
    height: 20px;
}

.hv-hero-feat-blue .feature-icon { background: #e8f0ff; color: #3b82f6; }
.hv-hero-feat-gold .feature-icon,
.hv-hero-feat-orange .feature-icon { background: #fff3e0; color: var(--gold); }
.hv-hero-feat-sky .feature-icon { background: #eaf3ff; color: #4c8dff; }
.hv-hero-feat-green .feature-icon { background: #e7f8ef; color: #22a06b; }

.hv-hero-bar strong {
    display: block;
    font-size: 13.5px;
    line-height: 1.25 !important;
    color: var(--navy);
    margin-bottom: 2px;
}

.hv-hero-bar small {
    display: block;
    font-size: 11.5px;
    line-height: 1.3;
    color: #7b8494;
}

@media (max-width: 1100px) {
    .hv-hero-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .hero.hv-hero.hv3d-scene {
        padding-top: 88px;
    }

    .hv-hero .hv-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 20px 0 0;
    }

    .hv-hero-media {
        padding: 0 8px 16px;
    }

    .hv-hero .hv-hero-photo,
    .hv-hero .hero-img-placeholder {
        height: 260px;
    }

    .hv-hero-pills {
        left: 10px;
        top: 16px;
        min-width: 132px;
        animation: none;
    }

    .hv-hero-residents {
        right: 12px;
        bottom: 0;
    }

    .hv-hero-bar {
        grid-template-columns: 1fr 1fr;
        margin: 20px 0 0;
        border-radius: 22px;
        padding: 16px;
    }
}

/* ============================================
   Amenities – screenshot layout
   ============================================ */
.hv-amen .section-title,
.hv-amen .section-eyebrow {
    text-align: center;
}

.hv-amen-sub {
    text-align: center;
    color: #6b7280;
    font-size: 15px;
    margin: 8px auto 0;
    max-width: 560px;
}

.hv-amen-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.hv-amen-card {
    background: #fff !important;
    border: 1px solid #eef2f7;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    padding: 22px 14px 18px !important;
    text-align: center;
}

.hv-amen-card:hover,
.hv-amen .facility-card:hover {
    background: #fff !important;
    color: inherit !important;
    --ty: -8px;
    --tz: 16px;
}

.hv-amen-card:hover h4,
.hv-amen-card:hover p,
.hv-amen .facility-card:hover h4,
.hv-amen .facility-card:hover p {
    color: inherit !important;
}

.hv-amen-card h4 {
    color: var(--navy);
    font-size: 14.5px;
    font-weight: 700;
    margin: 0 0 4px;
}

.hv-amen-card p {
    color: #8b93a2;
    font-size: 12.5px;
    line-height: 1.35;
    margin: 0;
}

.hv-amen-ico {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
}

.hv-amen-ico svg {
    width: 30px;
    height: 30px;
}

.hv-amen-ico-wifi { color: #3b82f6; }
.hv-amen-ico-food { color: #f43f5e; }
.hv-amen-ico-laundry { color: #8b7cf6; }
.hv-amen-ico-broom { color: #22c55e; }
.hv-amen-ico-water { color: #38bdf8; }
.hv-amen-ico-power { color: #f59e0b; }
.hv-amen-ico-cctv { color: #64748b; }
.hv-amen-ico-parking { color: #3b82f6; }
.hv-amen-ico-clean { color: #60a5fa; }
.hv-amen-ico-sofa,
.hv-amen-ico-bed { color: #22c55e; }
.hv-amen-ico-ac { color: #0ea5e9; }
.hv-amen-ico-check { color: var(--navy); }

.hv-trust {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    background: var(--navy);
    color: #fff;
    border-radius: 22px;
    overflow: hidden;
    min-height: 132px;
    box-shadow: 0 18px 40px rgba(17, 28, 54, .22);
}

.hv-trust-photo {
    height: 100%;
    min-height: 132px;
}

.hv-trust-photo img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    display: block;
}

.hv-trust-main {
    text-align: center;
    padding: 16px 8px;
}

.hv-trust-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.hv-trust-stats {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.hv-trust-stats strong {
    display: block;
    color: var(--gold);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.hv-trust-stats small {
    display: block;
    margin-top: 6px;
    color: #c5d0e2;
    font-size: 12px;
}

.hv-trust-script {
    font-family: 'Great Vibes', cursive;
    font-size: 34px;
    line-height: 1.15;
    color: #fff;
    padding: 0 28px 0 8px;
    white-space: nowrap;
    margin: 0;
}

.hv-trust-script span {
    color: #f43f5e;
    font-family: inherit;
    font-size: 22px;
}

@media (max-width: 1100px) {
    .hv-amen-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hv-trust {
        grid-template-columns: 180px 1fr;
    }

    .hv-trust-script {
        display: none;
    }
}

@media (max-width: 760px) {
    .hv-amen-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hv-trust {
        grid-template-columns: 1fr;
    }

    .hv-trust-photo {
        min-height: 150px;
    }

    .hv-trust-script {
        display: block;
        text-align: center;
        padding: 0 16px 16px;
    }
}

/* ============================================
   About + testimonials – screenshot layout
   ============================================ */
.hv-about .section-title {
    text-align: left;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.2;
    margin-bottom: 14px;
}

.hv-about .section-title .accent {
    display: block;
}

.hv-about .section-eyebrow {
    text-align: left;
    margin-bottom: 8px;
}

.hv-about-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(280px, 1.15fr) minmax(260px, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.hv-about-copy p {
    color: #667085;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.hv-about-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.hv-about-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: var(--navy);
    font-size: 14.5px;
    font-weight: 600;
}

.hv-about-list i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #22c55e;
    position: relative;
    flex-shrink: 0;
}

.hv-about-list i::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hv-about-btn {
    border-radius: 999px;
    padding: 12px 20px;
    gap: 8px;
    background: var(--navy);
}

.hv-about-btn svg {
    width: 16px;
    height: 16px;
}

.hv-about-media {
    position: relative;
    padding: 8px 8px 28px;
}

.hv-about .hv-about-photo,
.hv-about .about-image img {
    transform: none !important;
}

.hv-about-photo {
    border-radius: 24px;
    overflow: hidden;
    height: 340px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.hv-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.hv-about-values {
    position: absolute;
    top: 22px;
    right: 0;
    background: rgba(45, 52, 66, .88);
    color: #fff;
    border-radius: 14px;
    padding: 10px 12px;
    min-width: 138px;
    z-index: 2;
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .2);
}

.hv-about-values span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0;
}

.hv-about-values svg {
    width: 16px;
    height: 16px;
}

.hv-about-motto {
    position: absolute;
    left: 18px;
    bottom: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .14);
}

.hv-about-motto strong {
    display: block;
    color: var(--navy);
    font-size: 14px;
    line-height: 1.15;
}

.hv-about-motto small {
    color: #7b8494;
    font-size: 12px;
}

.hv-about-dots {
    display: flex;
    gap: 4px;
    margin-left: 6px;
}

.hv-about-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d5dbe6;
}

.hv-about-dots i:first-child {
    background: var(--navy);
    width: 14px;
    border-radius: 999px;
}

.hv-say {
    background: var(--navy);
    color: #fff;
    border-radius: 24px;
    padding: 22px 20px 16px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 18px 40px rgba(17, 28, 54, .2);
}

.hv-say-eyebrow {
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.hv-say-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}

.hv-say-title span {
    color: var(--gold);
}

.hv-say-slider {
    position: relative;
    flex: 1;
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.hv-say-slider:active,
.hv-say-slider.is-dragging {
    cursor: grabbing;
}
.hv-say-track {
    display: flex;
    align-items: stretch;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .42s cubic-bezier(.22, .8, .24, 1);
    will-change: transform;
}
.hv-say-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    display: block !important;
    background: rgba(255, 255, 255, .07);
    border-radius: 16px;
    padding: 18px 16px 16px;
    position: relative;
    min-height: 210px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.hv-say-quote {
    color: #e8eef8;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0 0 18px;
    padding-left: 28px;
    position: relative;
}

.hv-say-mark {
    position: absolute;
    left: 0;
    top: -8px;
    color: var(--gold);
    font-size: 34px;
    line-height: 1;
    font-family: Georgia, serif;
}

.hv-say-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hv-say-user img,
.hv-say-user b {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    background: #dbe4ee;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hv-say-user strong {
    display: block;
    font-size: 14px;
}

.hv-say-user small {
    color: #b7c2d6;
    font-size: 12px;
}

.hv-say-end {
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: rgba(255,255,255,.18);
    font-size: 52px;
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.hv-say-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    position: relative;
    z-index: 6;
}

.hv-say-dots {
    display: flex;
    gap: 6px;
    margin-right: auto;
}

.hv-say-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.28);
    padding: 0;
    cursor: pointer;
}

.hv-say-dots button.is-on {
    background: var(--gold);
    width: 18px;
    border-radius: 999px;
}

.hv-say-prev,
.hv-say-next {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 7;
    flex-shrink: 0;
    padding: 0;
    overflow: visible;
    appearance: none;
    -webkit-appearance: none;
}

.hv-say-prev::before,
.hv-say-next::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2.5px 2.5px;
    flex-shrink: 0;
}

.hv-say-prev::before {
    transform: rotate(45deg);
    margin-left: 3px;
}

.hv-say-next::before {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.hv-say-prev svg,
.hv-say-next svg {
    display: none;
}

.hv-say-empty {
    color: #c5d0e2;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .hv-about-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hv-say {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .hv-about-grid {
        grid-template-columns: 1fr;
    }

    .hv-about-photo {
        height: 260px;
    }

    .hv-about-values {
        right: 10px;
        top: 16px;
    }

    .hv-about-motto {
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
        flex-wrap: wrap;
    }
}

/* ============================================
   Overflow + responsive lock
   ============================================ */
html {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
}

body,
.site,
#page {
    overflow: visible;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

img,
svg,
video,
embed,
object,
table:not(.food-table) {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

p, li, td, th, a, small {
    overflow-wrap: break-word;
    word-break: break-word;
}

.container,
.nav-inner {
    min-width: 0;
    max-width: 1440px;
}

.hv-hero-inner,
.hv-about-grid,
.hv-hero-grid,
.rooms-grid,
.hv-amen-grid,
.gallery-grid,
.footer-grid,
.faq-wrap,
.contact-grid {
    min-width: 0;
    max-width: 100%;
}

.nav-inner {
    width: 100%;
    gap: 10px;
    flex-wrap: nowrap;
}

.logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.navbar .btn {
    flex-shrink: 0;
}

#menu-pg-menu {
    flex-wrap: wrap;
    gap: 18px;
    padding-right: 0;
    max-width: 100%;
}

.hero.hv-hero.hv3d-scene {
    overflow-x: hidden;
}

.hv-hero .hv-hero-grid {
    padding-left: 0;
    padding-right: 0;
}

.hv-hero-media {
    padding-left: 12px;
    max-width: 100%;
}

.hv-hero-pills {
    left: 8px;
    max-width: calc(100% - 16px);
}

.hv-hero-residents {
    right: 8px;
    max-width: calc(100% - 16px);
}

.hv-hero-bar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.hv-hero-bar .feature-item,
.feature-item {
    min-width: 0 !important;
}

.hv-about-values {
    right: 8px;
    max-width: calc(100% - 16px);
}

.hv-about-motto {
    max-width: calc(100% - 24px);
}

.hv-trust-script {
    white-space: normal;
}

.food-content,
.food-table-frame,
.food-table-scroll {
    max-width: 100%;
    min-width: 0;
}

.food-table-scroll {
    overflow-x: hidden;
}

.food-table {
    max-width: none !important;
    width: 100%;
    overflow: visible;
    table-layout: fixed;
}

.hv-say {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .hv-hero-bar,
    .hv-amen-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .rooms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hv-about-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .hv-say {
        grid-column: 1 / -1;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .hv3d-scene,
    .rooms-grid,
    .facilities-grid,
    .gallery-grid,
    .hero-features,
    .about-grid,
    .faq-wrap,
    .contact-grid {
        perspective: none;
        transform-style: flat;
    }

    .hero-img-placeholder,
    .hv-hero .hero-image.hv-reveal.is-in {
        animation: none !important;
    }
}

@media (max-width: 900px) {
    .hv-hero .hv-hero-grid,
    .hv-about-grid,
    .faq-wrap,
    .contact-grid,
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .hv-hero-bar,
    .hv-amen-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hv-trust {
        grid-template-columns: 1fr !important;
    }

    .hv-trust-script {
        display: block;
        text-align: center;
        padding: 0 16px 16px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rooms-grid,
    .hv-amen-grid,
    .hv-hero-bar,
    .gallery-grid,
    .footer-grid,
    .facilities-grid {
        grid-template-columns: 1fr !important;
    }

    .hv-hero-pills,
    .hv-about-values,
    .hv-hero-residents,
    .hv-about-motto {
        display: none !important;
    }

    .hv-hero-media,
    .hv-about-media {
        padding: 0;
    }

    .btn,
    .hv-hero-explore,
    .hv-about-btn {
        white-space: normal;
        max-width: 100%;
    }

    .section {
        padding: 40px 0;
        overflow-x: hidden;
    }
}

/* ============================================
   Homepage screenshot match
   ============================================ */
body.hv-home-page .hv-hero-pills {
    display: none !important;
}

.hv-hero-plant {
    position: absolute;
    left: -8px;
    top: 8px;
    width: 58px;
    height: 74px;
    z-index: 1;
    pointer-events: none;
}

.hv-hero-plant svg {
    width: 100%;
    height: 100%;
}

.hv-hero .hero-text {
    position: relative;
    padding-left: 18px;
}

.hv-hero-stamp {
    position: absolute;
    right: 18px;
    bottom: -6px;
    z-index: 4;
    background: #fff;
    color: var(--gold);
    font-family: 'Great Vibes', cursive;
    font-size: 28px;
    line-height: 1.15;
    padding: 12px 18px;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .14);
    white-space: nowrap;
}

body.hv-home-page .hv-pg-stage {
    position: relative;
}

body.hv-home-page .rooms-grid,
body.hv-home-page .rooms-grid.is-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: start;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

body.hv-home-page .rooms-grid.is-slider {
    display: block !important;
}

body.hv-home-page .rooms-grid:has(.pg-loc-card:nth-child(2)) ~ .hv-pg-deco,
body.hv-home-page .rooms-grid.is-slider ~ .hv-pg-deco {
    display: none;
}

.hv-pg-deco {
    position: absolute;
    right: 2%;
    top: 92px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    pointer-events: none;
    z-index: 1;
}

.hv-pg-house {
    width: 168px;
    height: 168px;
    color: #c5d0da;
    opacity: .55;
}

.hv-pg-script {
    margin: 0;
    text-align: right;
    font-family: 'Great Vibes', cursive;
    color: #c3ccd6;
    line-height: 1.1;
}

.hv-pg-script span {
    display: block;
    font-size: clamp(34px, 4vw, 52px);
}

body.hv-home-page .pg-loc-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.hv-home-page .pg-loc-media {
    height: 260px;
    min-height: 260px;
    border-radius: 22px;
}

body.hv-home-page .pg-loc-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.food-content .section-eyebrow,
.food-content .section-title,
.food .section-title {
    text-align: center;
}

.food-table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 18px;
    overflow: visible;
    box-shadow: none;
}

.food-table th:first-child { border-top-left-radius: 18px; }
.food-table th:last-child { border-top-right-radius: 18px; }

.facilities-banner {
    margin-top: 16px;
    text-align: center;
    color: #5b6573;
    font-size: 13.5px;
}

.hv-book-map {
    width: 100%;
    max-width: 420px;
    height: 168px;
    margin: 0 0 22px;
    border-radius: 18px;
    overflow: hidden;
    background: #e7eef4;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.hv-book-map iframe {
    width: 100% !important;
    height: 168px !important;
    max-width: 100%;
    border: 0;
    display: block;
}

.booking-form-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 22px 22px 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

@media (max-width: 1100px) {
    body.hv-home-page .rooms-grid.is-grid {
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .hv-pg-deco {
        display: none;
    }
}

@media (max-width: 760px) {
    .hv-hero-plant {
        display: none;
    }
    .hv-hero .hero-text {
        padding-left: 0;
    }
    .hv-hero-stamp {
        display: none !important;
    }
}
