/* Home Villa PG – homepage locked to screenshot layout */
body.hv-home-page {
    --navy: #002040;
    --gold: #e8a030;
    background: #f6f1e8 !important;
    overflow: visible;
    position: relative;
}

body.hv-home-page .hv3d-scene,
body.hv-home-page .hero-img-placeholder,
body.hv-home-page .hv-hero .hv-hero-photo,
body.hv-home-page .facility-card,
body.hv-home-page .gal-item,
body.hv-home-page .pg-loc-card {
    perspective: none !important;
}

body.hv-home-page .container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.hv-home-page .section {
    padding: 64px 0;
    background: transparent !important;
    overflow: visible;
}

body.hv-home-page .section-eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.hv-home-page .section-title {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-weight: 700;
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}

/* ---- Header ---- */
:root {
    --hv-nav-h: 76px;
}

.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    z-index: 10000 !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 32, 64, .06);
    overflow: visible;
}

#page.site {
    padding-top: var(--hv-nav-h);
    padding-bottom: 0;
    margin-bottom: 0;
}

body.admin-bar .navbar {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .navbar {
        top: 46px !important;
    }
}

/* WP admin bar must stay above the header, not on top of it */
@media screen and (max-width: 600px) {
    html {
        margin-top: 0 !important;
    }

    html.wp-toolbar {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    #wpadminbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        z-index: 99999 !important;
    }

    body.admin-bar {
        padding-top: 46px !important;
    }

    body.admin-bar .navbar {
        top: 46px !important;
        margin-top: 0 !important;
    }
}

.nav-inner {
    display: flex !important;
    align-items: center;
    gap: 12px !important;
    max-width: 1440px !important;
    width: 100%;
    min-height: 68px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

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

.logo-text {
    min-width: 0;
}

.logo-title {
    display: block;
    font-size: 15px !important;
    font-weight: 800 !important;
    max-width: none !important;
    color: var(--navy, #002040);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .nav-links {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
}

.navbar .main-menu,
.navbar #menu-pg-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.navbar .main-menu a,
.navbar #menu-pg-menu a,
.navbar .nav-links a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--navy, #002040) !important;
    white-space: nowrap;
}

.navbar .main-menu a:hover,
.navbar #menu-pg-menu a:hover,
.navbar .nav-links a:hover {
    color: var(--gold, #e8a030) !important;
}

.navbar > .nav-inner > .btn,
.navbar .btn.btn-primary {
    margin-left: auto !important;
    border-radius: 999px !important;
    padding: 10px 20px !important;
    background: var(--navy, #002040) !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    white-space: nowrap;
    flex: 0 0 auto;
}

.hamburger {
    display: none !important;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0 0 0 4px;
    border: 0;
    background: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media (min-width: 768px) {
    .hamburger {
        display: none !important;
    }

    .navbar .nav-links {
        display: flex !important;
        position: static !important;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        max-height: none;
        overflow: visible;
        background: transparent !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .navbar .main-menu,
    .navbar #menu-pg-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center;
        gap: 32px !important;
        width: auto;
        line-height: 1.2 !important;
    }

    .navbar .main-menu a,
    .navbar #menu-pg-menu a,
    .navbar .nav-links a {
        display: inline-block !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .navbar > .nav-inner > .btn,
    .navbar .btn.btn-primary {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .nav-inner {
        gap: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar .main-menu,
    .navbar #menu-pg-menu {
        gap: 24px !important;
    }

    .navbar .main-menu a,
    .navbar #menu-pg-menu a,
    .navbar .nav-links a {
        font-size: 13px !important;
    }

    .navbar > .nav-inner > .btn,
    .navbar .btn.btn-primary {
        padding: 8px 16px !important;
        font-size: 13px !important;
    }

    .logo-title {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    body.hv-nav-open {
        overflow: hidden;
    }

    .hamburger {
        display: flex !important;
    }

    .navbar .nav-links {
        display: none !important;
        position: absolute !important;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff !important;
        flex-direction: column;
        align-items: stretch;
        padding: 12px 20px 20px;
        box-shadow: 0 12px 28px rgba(0, 32, 64, .12);
        z-index: 50 !important;
        max-height: min(70vh, 520px);
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .navbar .nav-links.open,
    .navbar .nav-links.active {
        display: flex !important;
        padding-top: 12px !important;
    }

    .navbar .main-menu,
    .navbar #menu-pg-menu {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        width: 100%;
    }

    .navbar .main-menu a,
    .navbar #menu-pg-menu a,
    .navbar .nav-links a {
        display: block !important;
        padding: 12px 8px !important;
        font-size: 16px !important;
    }

    .navbar .btn,
    .navbar .btn.btn-primary,
    .navbar > .nav-inner > .btn {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .nav-inner {
        padding: 8px 16px !important;
        gap: 8px !important;
    }

    .logo-title {
        font-size: 14px !important;
    }

    body.hv-home-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.hv-home-page .hv-hero .hero-sub {
        max-width: 100% !important;
        width: 100% !important;
        font-size: 16px !important;
    }
}

/* ---- Hero ---- */
body.hv-home-page .hero,
body.hv-home-page .hero.hv-hero {
    background: transparent !important;
    padding: 28px 0 28px !important;
}

body.hv-home-page .hero-content,
body.hv-home-page .hv-hero .hv-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.05fr !important;
    gap: 36px 48px;
    align-items: center;
    padding: 18px 0 8px !important;
}

body.hv-home-page .hv-hero .hero-heading {
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    line-height: 1.08;
    margin: 0 0 14px;
}

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

body.hv-home-page .hv-hero .hero-sub {
    max-width: 36vw;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0 0 26px;
}

body.hv-home-page .hv-hero-explore {
    border-radius: 999px !important;
    padding: 13px 26px !important;
    background: var(--navy) !important;
    color: #fff !important;
    border: 0 !important;
}

body.hv-home-page .hv-hero-video,
body.hv-home-page .hv-hero-pills,
body.hv-home-page .hv-hero-eyebrow {
    display: none !important;
}

body.hv-home-page .hv-hero-plant {
    left: -42px;
    top: 78px;
    width: 72px;
    height: 92px;
}

body.hv-home-page .hv-hero .hero-text {
    padding-left: 28px;
}

body.hv-home-page .hv-hero-media {
    padding: 0 8px 20px 0;
}

body.hv-home-page .hv-hero .hv-hero-photo,
body.hv-home-page .hv-hero .hero-img-placeholder {
    height: 420px !important;
    min-height: 420px !important;
    max-height: none !important;
    border-radius: 28px !important;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0, 32, 64, .16);
}

body.hv-home-page .hv-hero .hv-hero-photo img,
body.hv-home-page .hv-hero .hero-img-placeholder img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

body.hv-home-page .hv-hero-stamp {
    right: 28px;
    bottom: 6px;
    font-size: 30px;
    padding: 10px 16px 12px;
    border-radius: 16px;
}

body.hv-home-page .hv-hero-bar,
body.hv-home-page .hero-features {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px 6px;
    background: #fff !important;
    border: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 16px 40px rgba(0, 32, 64, .08);
    padding: 18px 20px !important;
    margin: 22px 0 0 !important;
    flex-wrap: nowrap;
}

body.hv-home-page .feature-item {
    min-width: 0;
    flex: unset;
    gap: 10px;
}

body.hv-home-page .feature-item strong {
    line-height: 1.25 !important;
    font-size: 13px;
    margin-bottom: 2px;
}

body.hv-home-page .feature-item small {
    font-size: 11px;
    line-height: 1.3;
}

body.hv-home-page .hv-hero-bar .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

/* ---- PG Locations ---- */
body.hv-home-page .rooms .section-eyebrow,
body.hv-home-page .rooms .section-title,
body.hv-home-page .facilities .section-eyebrow,
body.hv-home-page .facilities .section-title,
body.hv-home-page .food .section-eyebrow,
body.hv-home-page .food .section-title,
body.hv-home-page .gallery .section-eyebrow,
body.hv-home-page .gallery .section-title {
    text-align: center;
}

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

body.hv-home-page .rooms-grid.is-grid,
body.hv-home-page .rooms-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: start;
    gap: 18px !important;
    max-width: 100% !important;
    width: 100%;
    margin-top: 28px;
}

body.hv-home-page .rooms-grid.is-grid .pg-loc-card {
    min-width: 0;
    width: 100%;
    height: 100%;
}

body.hv-home-page .rooms-grid.is-slider {
    display: block !important;
    max-width: 100% !important;
    width: 100%;
    perspective: none !important;
    transform-style: flat;
    padding: 4px 38px 10px;
}

body.hv-home-page .rooms-grid.is-slider .pg-loc-card {
    margin: 0 9px;
    min-width: 0;
    height: 100%;
}

body.hv-home-page .rooms-grid.is-slider .slick-list {
    margin: 0 -9px;
    overflow: hidden;
}

body.hv-home-page .rooms-grid.is-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

body.hv-home-page .rooms-grid.is-slider .slick-slide {
    height: auto !important;
    float: none;
}

body.hv-home-page .rooms-grid.is-slider .slick-slide > article {
    height: 100%;
}

body.hv-home-page .rooms-grid.is-slider .slick-prev,
body.hv-home-page .rooms-grid.is-slider .slick-next {
    display: none !important;
}

body.hv-home-page .rooms-grid.is-slider .slick-prev { left: 0; }
body.hv-home-page .rooms-grid.is-slider .slick-next { right: 0; }

body.hv-home-page .rooms-grid.is-slider .slick-prev:before,
body.hv-home-page .rooms-grid.is-slider .slick-next:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--navy);
    border-bottom: 2px solid var(--navy);
    font-size: 0;
    opacity: 1;
    color: transparent;
}

body.hv-home-page .rooms-grid.is-slider .slick-prev:before {
    transform: rotate(135deg);
    margin: 1px 0 0 6px;
}

body.hv-home-page .rooms-grid.is-slider .slick-next:before {
    transform: rotate(-45deg);
    margin: 1px 0 0 1px;
}

body.hv-home-page .rooms-grid.is-slider .slick-prev:hover,
body.hv-home-page .rooms-grid.is-slider .slick-next:hover {
    background: transparent !important;
}

body.hv-home-page .rooms-grid.is-slider .slick-prev:hover:before,
body.hv-home-page .rooms-grid.is-slider .slick-next:hover:before {
    border-color: var(--navy);
}

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

body.hv-home-page .pg-loc-card {
    background: #fff;
    border-radius: 28px;
    padding: 12px;
    box-shadow: 0 18px 44px rgba(0, 32, 64, .10);
}

body.hv-home-page .pg-loc-media {
    height: 260px !important;
    min-height: 260px !important;
    max-height: none !important;
    border-radius: 20px;
    overflow: hidden;
}

body.hv-home-page .pg-loc-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 20px;
}

body.hv-home-page .pg-loc-trust {
    grid-template-columns: 1fr 1fr !important;
}

body.hv-home-page .pg-loc-btn {
    border-radius: 999px;
    min-height: 50px;
}

body.hv-home-page .hv-pg-deco {
    display: flex;
    position: absolute;
    right: 40px;
    top: 110px;
    width: auto;
    flex-direction: column;
    align-items: flex-end;
}

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 !important;
}

body.hv-home-page .hv-pg-house {
    width: 210px;
    height: 210px;
    color: #d5dee6;
    opacity: .9;
}

body.hv-home-page .hv-pg-script {
    color: #c9d3dc;
}

body.hv-home-page .hv-pg-script span {
    font-size: 48px;
}

/* ---- Amenities ---- */
body.hv-home-page .hv-amen-sub {
    text-align: center;
    color: #7b8494;
    margin: 6px auto 0;
}

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

body.hv-home-page .hv-amen-card,
body.hv-home-page .facility-card {
    background: #fff !important;
    border-radius: 18px !important;
    padding: 22px 12px 18px !important;
    box-shadow: 0 10px 26px rgba(0, 32, 64, .06);
    text-align: center;
}

body.hv-home-page .hv-trust {
    display: grid !important;
    grid-template-columns: 200px minmax(0, 1fr) 220px !important;
    align-items: center;
    margin-top: 28px;
    min-height: 128px;
    border-radius: 22px;
    background: var(--navy);
}

body.hv-home-page .hv-trust-script {
    font-family: 'Great Vibes', cursive;
    font-size: 28px;
    color: #cfe0f2;
    padding-right: 22px;
    /* white-space: nowrap; */
}

/* ---- Food ---- */
body.hv-home-page .section.food,
body.hv-home-page .section.food .container,
body.hv-home-page .food-content {
    min-width: 0;
    max-width: 100%;
}

body.hv-home-page .food-content {
    text-align: center;
}

body.hv-home-page .food-table-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 22px;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(0, 32, 64, .08);
    background: #fff;
    overflow: hidden;
}

body.hv-home-page .food-table-scroll {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

body.hv-home-page .food-table {
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 16px;
    overflow: visible;
    box-shadow: none;
    table-layout: fixed;
    display: table !important;
}

body.hv-home-page .food-table th,
body.hv-home-page .food-table td {
    width: 25%;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.hv-home-page .food-table th {
    background: var(--navy);
    color: #fff;
    padding: 16px 20px;
}

body.hv-home-page .food-table td {
    padding: 14px 20px;
    background: #fff;
}

body.hv-home-page .food-table tbody tr:hover {
    transform: none;
}

@media (min-width: 641px) and (max-width: 1100px) {
    body.hv-home-page .food-table-frame,
    body.hv-home-page .food-table-scroll,
    body.hv-home-page .food-table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.hv-home-page .food-table-scroll {
        overflow-x: hidden !important;
    }

    body.hv-home-page .food-table {
        table-layout: fixed !important;
    }

    body.hv-home-page .food-table th,
    body.hv-home-page .food-table td {
        width: 25%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    body.hv-home-page .food-table-scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: thin;
        scrollbar-color: #8ea0b3 transparent;
    }

    body.hv-home-page .food-table-scroll::-webkit-scrollbar {
        height: 8px;
    }

    body.hv-home-page .food-table-scroll::-webkit-scrollbar-thumb {
        background: #8ea0b3;
        border-radius: 99px;
    }

    body.hv-home-page .food-table {
        width: max-content !important;
        min-width: 640px;
        table-layout: auto;
        white-space: nowrap;
    }

    body.hv-home-page .food-table th,
    body.hv-home-page .food-table td {
        width: auto;
        min-width: 110px;
        white-space: nowrap !important;
    }

    body.hv-home-page .food-table th:first-child,
    body.hv-home-page .food-table td:first-child {
        min-width: 140px;
    }

    body.hv-home-page .food-table-frame::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 8px;
        width: 36px;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff);
        border-radius: 0 16px 16px 0;
    }
}

body.hv-home-page .facilities-banner {
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-size: 13px;
}

/* ---- Gallery ---- */
body.hv-home-page .gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

body.hv-home-page .tab-btn {
    border-radius: 999px;
    padding: 8px 18px;
    border: 1px solid #eadfce;
    background: #fff;
    color: var(--navy);
    font-weight: 700;
    font-size: 13px;
}

body.hv-home-page .tab-btn.active,
body.hv-home-page .tab-btn:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

body.hv-home-page .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 22px;
    margin-bottom: 0;
    align-content: start;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
    overflow-anchor: none;
}

body.hv-home-page .gal-item,
body.hv-home-page .gallery-item {
    height: 240px !important;
    min-height: 240px !important;
    max-height: none !important;
    overflow: hidden;
    border-radius: 16px;
}

body.hv-home-page .gal-item img,
body.hv-home-page .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 16px;
    display: block;
}

/* ---- About ---- */
body.hv-home-page .hv-about-grid {
    display: grid !important;
    grid-template-columns: 0.95fr 1.1fr 0.95fr !important;
    gap: 28px;
    align-items: stretch;
}

body.hv-home-page .hv-about .section-title,
body.hv-home-page .hv-about .section-eyebrow {
    text-align: left;
}

body.hv-home-page .hv-about-photo {
    height: 340px !important;
    min-height: 340px !important;
    max-height: none !important;
    border-radius: 24px;
    overflow: hidden;
}

body.hv-home-page .hv-about .about-image img,
body.hv-home-page .hv-about-photo img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    border-radius: 24px;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

body.hv-home-page .hv-say {
    border-radius: 24px;
    background: var(--navy);
}

/* ---- FAQ ---- */
body.hv-home-page .faq-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 48px;
    align-items: center;
}

body.hv-home-page .faq .section-eyebrow,
body.hv-home-page .faq .section-title {
    text-align: left;
}

body.hv-home-page .faq-image {
    min-height: 420px;
}

body.hv-home-page .faq-image img {
    width: 100% !important;
    height: 420px !important;
    min-height: 420px !important;
    max-height: none !important;
    border-radius: 24px;
    margin-top: 0;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

/* ---- Booking ---- */
body.hv-home-page .booking .section-title {
    text-align: center;
}

body.hv-home-page .contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px;
    align-items: start;
}

body.hv-home-page .hv-book-map {
    max-width: 360px;
    width: 100%;
    height: 150px;
    border-radius: 18px;
}

body.hv-home-page .hv-book-map iframe {
    height: 150px !important;
}

body.hv-home-page .contact-info {
    max-width: 360px;
    width: 100%;
    min-width: 0;
}

body.hv-home-page .contact-item {
    max-width: 100%;
    min-width: 0;
}

body.hv-home-page .contact-item > div {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

body.hv-home-page .booking-form-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0, 32, 64, .08);
}

body.hv-home-page .pg-gallery {
    display: none !important;
}

/* ---- Footer ---- */
.footer a,
.footer-links a,
.footer-menu a,
.footer-contact a {
    color: #fff !important;
}

.footer a:hover,
.footer-links a:hover,
.footer-menu a:hover,
.footer-contact a:hover {
    color: #f1b44a !important;
}

.footer-menu,
.footer-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.hv-home-page .footer {
    background: #021627;
    margin-top: 20px;
    margin-bottom: 0 !important;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (max-width: 1100px) {
    body.hv-home-page .rooms-grid.is-slider {
        padding: 0 !important;
    }
    body.hv-home-page .rooms-grid.is-slider .slick-prev,
    body.hv-home-page .rooms-grid.is-slider .slick-next {
        display: none !important;
    }
    body.hv-home-page .hv-hero .hv-hero-grid,
    body.hv-home-page .hero-content {
        grid-template-columns: 1fr !important;
    }
    body.hv-home-page .hv-hero .hero-text,
    body.hv-home-page .hv-hero .hero-sub,
    body.hv-home-page .hv-hero .hero-heading,
    body.hv-home-page .hv-hero .hero-cta {
        max-width: 100% !important;
        width: 100%;
    }
    body.hv-home-page .hv-hero .hero-text {
        padding-left: 0 !important;
    }
    body.hv-home-page .hv-hero .hero-sub {
        font-size: 16px;
        line-height: 1.65;
    }
    body.hv-home-page .hv-hero-bar,
    body.hv-home-page .hero-features,
    body.hv-home-page .facilities-grid,
    body.hv-home-page .hv-amen-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    body.hv-home-page .rooms-grid.is-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 100% !important;
    }
    body.hv-home-page .hv-pg-deco {
        display: none;
    }
    body.hv-home-page .hv-about-grid,
    body.hv-home-page .faq-wrap,
    body.hv-home-page .contact-grid {
        grid-template-columns: 1fr !important;
    }
    body.hv-home-page .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    body.hv-home-page .hv-trust {
        grid-template-columns: 1fr !important;
    }
    body.hv-home-page .hv-hero .hv-hero-photo,
    body.hv-home-page .hv-hero .hero-img-placeholder {
        height: 320px !important;
        min-height: 320px !important;
    }
    body.hv-home-page .hv-about-photo {
        height: 280px !important;
        min-height: 280px !important;
    }
    body.hv-home-page .faq-image,
    body.hv-home-page .faq-image img {
        min-height: 320px !important;
        height: 320px !important;
    }
}
@media (max-width: 760px) {
    .nav-inner {
        display: flex !important;
    }
    .navbar .btn,
    .navbar .btn.btn-primary {
        display: none !important;
    }
    body.hv-home-page .hv-hero-plant {
        display: none;
    }
    body.hv-home-page .hv-hero-stamp,
    body.hv-home-page .hv-hero-pills,
    body.hv-home-page .hv-about-values,
    body.hv-home-page .hv-about-motto {
        display: none !important;
    }
    body.hv-home-page .hv-hero .hero-text {
        padding-left: 0;
    }
    body.hv-home-page .hv-hero-bar,
    body.hv-home-page .hero-features,
    body.hv-home-page .facilities-grid,
    body.hv-home-page .hv-amen-grid,
    body.hv-home-page .gallery-grid,
    body.hv-home-page .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    body.hv-home-page .rooms-grid.is-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }
    body.hv-home-page .rooms-grid.is-slider {
        padding: 0 !important;
    }
    body.hv-home-page .rooms-grid.is-slider .slick-prev,
    body.hv-home-page .rooms-grid.is-slider .slick-next {
        display: none !important;
    }
    body.hv-home-page .hv-hero .hv-hero-photo,
    body.hv-home-page .hv-hero .hero-img-placeholder,
    body.hv-home-page .hv-about-photo {
        height: 240px !important;
        min-height: 240px !important;
    }
    body.hv-home-page .faq-image,
    body.hv-home-page .faq-image img {
        min-height: 240px !important;
        height: 240px !important;
    }
}

/* Buttons: navy ↔ gold hover */
body.hv-home-page .btn-primary,
body.hv-home-page .hv-hero-explore,
body.hv-home-page .navbar .btn.btn-primary,
body.hv-home-page .pg-loc-btn,
body.hv-home-page .hv-about-btn,
body.hv-home-page .hv-book-submit,
body.hv-home-page .tab-btn,
body.hv-home-page .ft-wa,
body.hv-home-page .ft-form button {
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

body.hv-home-page .btn-primary:hover,
body.hv-home-page .hv-hero-explore:hover,
body.hv-home-page .navbar .btn.btn-primary:hover,
body.hv-home-page .pg-loc-btn:hover,
body.hv-home-page .hv-book-submit:hover,
body.hv-home-page .tab-btn:hover,
body.hv-home-page .gallery-filter button:hover,
body.hv-home-page .ft-wa:hover,
body.hv-home-page .ft-form button:hover {
    background: var(--gold, #e8a030) !important;
    color: var(--navy, #002040) !important;
    border-color: var(--gold, #e8a030) !important;
}

body.hv-home-page .hv-about-btn {
    background: var(--gold, #e8a030) !important;
    color: var(--navy, #002040) !important;
    border: 0 !important;
}

body.hv-home-page .hv-about-btn:hover {
    background: var(--navy, #002040) !important;
    color: #fff !important;
}

body.hv-home-page .pg-loc-btn:hover svg,
body.hv-home-page .hv-hero-explore:hover svg,
body.hv-home-page .hv-about-btn:hover svg,
body.hv-home-page .btn-primary:hover svg {
    color: inherit;
}

