/*
Theme Name: VOUX Hotel Premium
Theme URI: https://vouxhotel.com
Author: OpenAI for user
Description: VOUX Hotel için ultra premium, mobil öncelikli, direkt rezervasyon akışına sahip WordPress otel teması.
Version: 1.0.0
Text Domain: vouxhotel
*/

:root {
    --vh-bg: #f5f2ec;
    --vh-surface: #fffcf8;
    --vh-white: #ffffff;
    --vh-black: #111111;
    --vh-charcoal: #1b1b1b;
    --vh-soft: #6b665d;
    --vh-line: rgba(17, 17, 17, 0.08);
    --vh-gold: #9f8350;
    --vh-gold-deep: #7d6438;
    --vh-gold-soft: rgba(159, 131, 80, 0.13);
    --vh-shadow: 0 18px 60px rgba(17, 17, 17, 0.08);
    --vh-shadow-strong: 0 30px 90px rgba(17, 17, 17, 0.16);
    --vh-radius: 22px;
    --vh-radius-lg: 32px;
    --vh-container: 1240px;
    --vh-transition: all .28s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--vh-charcoal);
    background: var(--vh-bg);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
textarea { resize: vertical; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 14px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.02;
    color: #111;
}
p { margin: 0 0 16px; line-height: 1.7; color: var(--vh-soft); }

.vh-container {
    width: min(calc(100% - 32px), var(--vh-container));
    margin: 0 auto;
}
.section-space { padding: 100px 0; }
.section-space-sm { padding: 72px 0; }
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--vh-gold-deep);
    margin-bottom: 14px;
    font-weight: 700;
}
.section-kicker::before {
    content: '';
    width: 38px;
    height: 1px;
    background: currentColor;
    opacity: .7;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 34px;
}
.section-head h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    max-width: 720px;
}
.section-head p {
    max-width: 420px;
    margin-bottom: 0;
}

.vh-btn,
button.single_add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    transition: var(--vh-transition);
}
.vh-btn-primary,
button.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
    background: linear-gradient(135deg, var(--vh-gold), var(--vh-gold-deep));
    color: #fff;
    box-shadow: 0 18px 40px rgba(125, 100, 56, 0.22);
}
.vh-btn-primary:hover,
button.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}
.vh-btn-secondary {
    border-color: rgba(255,255,255,.38);
    color: #fff;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
}
.vh-btn-outline {
    border-color: var(--vh-line);
    color: var(--vh-charcoal);
    background: rgba(255,255,255,.7);
}
.vh-btn-outline:hover {
    border-color: var(--vh-gold);
    color: var(--vh-gold-deep);
}

/* Header */
.vh-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: var(--vh-transition);
}
.vh-site-header.is-solid {
    background: rgba(15, 15, 15, .84);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.vh-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
}
.vh-brand {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.vh-brand-mark {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .18em;
    font-family: 'Cormorant Garamond', serif;
}
.vh-brand-tag {
    font-size: 11px;
    letter-spacing: .34em;
    opacity: .74;
    text-transform: uppercase;
}
.vh-nav-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.vh-main-nav ul {
    display: flex;
    gap: 26px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vh-main-nav a {
    color: rgba(255,255,255,.88);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    position: relative;
}
.vh-main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: var(--vh-gold);
    transition: var(--vh-transition);
}
.vh-main-nav a:hover::after,
.vh-main-nav .current-menu-item a::after,
.vh-main-nav .current_page_item a::after { width: 100%; }
.vh-header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.vh-header-contact {
    color: rgba(255,255,255,.82);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.vh-menu-toggle {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
body.admin-bar .vh-site-header { top: 32px; }

/* Hero */
.vh-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: end;
    padding: 170px 0 90px;
    color: #fff;
    overflow: hidden;
}
.vh-hero-video,
.vh-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vh-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,8,8,.28), rgba(8,8,8,.56)),
        linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.12));
}
.vh-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
    align-items: end;
}
.vh-hero-copy { max-width: 760px; }
.vh-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
}
.vh-hero-title {
    font-size: clamp(3.2rem, 8vw, 7.3rem);
    color: #fff;
    margin-bottom: 18px;
}
.vh-hero-title span { color: #e8d2a8; }
.vh-hero-desc {
    max-width: 640px;
    color: rgba(255,255,255,.82);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    margin-bottom: 28px;
}
.vh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.vh-hero-card {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.vh-hero-card h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 8px;
}
.vh-hero-card p {
    color: rgba(255,255,255,.76);
    font-size: 14px;
    margin-bottom: 20px;
}
.vh-hero-stats {
    display: grid;
    gap: 16px;
}
.vh-hero-stat {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.vh-hero-stat:last-child { border-bottom: 0; padding-bottom: 0; }
.vh-hero-stat strong {
    display: block;
    font-size: 2rem;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
}
.vh-hero-stat span {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    max-width: 170px;
    text-align: right;
}

/* Trust strip */
.vh-trust-strip {
    margin-top: -54px;
    position: relative;
    z-index: 3;
}
.vh-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.vh-trust-card {
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--vh-shadow);
    border: 1px solid rgba(255,255,255,.6);
}
.vh-trust-card i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--vh-gold-soft);
    color: var(--vh-gold-deep);
    margin-bottom: 16px;
    font-size: 18px;
}
.vh-trust-card h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.vh-trust-card p {
    font-size: 14px;
    margin-bottom: 0;
}

/* Cards */
.vh-room-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.vh-room-card {
    background: var(--vh-surface);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--vh-shadow);
    border: 1px solid rgba(17,17,17,.04);
    transition: var(--vh-transition);
}
.vh-room-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--vh-shadow-strong);
}
.vh-room-media {
    position: relative;
    aspect-ratio: 4 / 4.25;
    overflow: hidden;
}
.vh-room-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}
.vh-room-card:hover .vh-room-media img { transform: scale(1.06); }
.vh-room-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(17,17,17,.65);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.vh-room-body { padding: 24px; }
.vh-room-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
}
.vh-room-title { font-size: 2.2rem; margin-bottom: 6px; }
.vh-room-price {
    font-weight: 800;
    color: var(--vh-gold-deep);
    font-size: 18px;
    white-space: nowrap;
}
.vh-room-price small {
    display: block;
    color: var(--vh-soft);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.vh-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.vh-room-meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #f3efe8;
    color: #554f47;
    font-size: 13px;
}
.vh-room-meta i { color: var(--vh-gold-deep); }
.vh-room-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.vh-inline-link {
    color: var(--vh-gold-deep);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
}

.vh-story-grid,
.vh-cta-grid,
.vh-detail-grid,
.vh-store-layout,
.vh-amenity-grid,
.vh-dual-grid {
    display: grid;
    gap: 28px;
}
.vh-story-grid { grid-template-columns: 1.1fr .9fr; align-items: center; }
.vh-story-card,
.vh-panel-card,
.vh-info-card,
.vh-checkout-banner,
.vh-filter-card,
.vh-sidebar-card,
.vh-detail-tabs,
.vh-gallery-card,
.vh-cta-card {
    background: var(--vh-surface);
    border-radius: 30px;
    border: 1px solid rgba(17,17,17,.05);
    box-shadow: var(--vh-shadow);
}
.vh-story-card { padding: 34px; }
.vh-story-visual {
    min-height: 620px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--vh-shadow-strong);
}
.vh-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vh-story-float {
    position: absolute;
    left: 28px;
    bottom: 28px;
    background: rgba(255,255,255,.9);
    color: #111;
    padding: 18px 20px;
    border-radius: 24px;
    min-width: 210px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.vh-story-float strong {
    font-size: 1.9rem;
    display: block;
    color: var(--vh-gold-deep);
    font-family: 'Cormorant Garamond', serif;
}
.vh-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
    margin-top: 20px;
}
.vh-mini-item {
    padding: 18px;
    border-radius: 22px;
    background: #f0ece4;
}
.vh-mini-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #111;
}
.vh-mini-item span { color: var(--vh-soft); font-size: 14px; }

.vh-amenity-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
}
.vh-amenity-card {
    padding: 28px;
    text-align: center;
}
.vh-amenity-card i {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vh-gold-soft);
    color: var(--vh-gold-deep);
    font-size: 22px;
}
.vh-amenity-card h3 { font-size: 1.65rem; }
.vh-amenity-card p { font-size: 14px; margin-bottom: 0; }

.vh-dual-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.vh-experience-card,
.vh-cta-card { padding: 34px; }
.vh-experience-card {
    min-height: 280px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.vh-experience-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17,17,17,.18), rgba(17,17,17,.78));
}
.vh-experience-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vh-experience-card > * { position: relative; z-index: 2; }
.vh-experience-card h3 { color: #fff; font-size: 2.2rem; }
.vh-experience-card p { color: rgba(255,255,255,.78); }
.vh-cta-card {
    background: linear-gradient(135deg, #171512, #2d2417);
    color: #fff;
}
.vh-cta-card h3 { color: #fff; font-size: 2.6rem; }
.vh-cta-card p { color: rgba(255,255,255,.72); }
.vh-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }

/* Store / rooms page */
.vh-inner-hero {
    padding: 190px 0 90px;
    color: #fff;
    background: radial-gradient(circle at top left, rgba(159,131,80,.16), transparent 34%), linear-gradient(135deg, #1f1b17, #0e0d0c);
}
.vh-inner-hero h1 {
    color: #fff;
    font-size: clamp(3rem, 7vw, 5.4rem);
}
.vh-inner-hero p { color: rgba(255,255,255,.74); max-width: 620px; }
.vh-store-layout {
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
}
.vh-filter-card,
.vh-sidebar-card { padding: 24px; position: sticky; top: 120px; }
.vh-filter-card h3,
.vh-sidebar-card h3 { font-size: 1.9rem; }
.vh-form-group { margin-bottom: 16px; }
.vh-form-group label {
    display: block;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--vh-soft);
    margin-bottom: 8px;
    font-weight: 700;
}
.vh-form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(17,17,17,.08);
    background: #fff;
    color: #111;
    box-shadow: none;
}
textarea.vh-form-control,
.woocommerce form .form-row textarea { min-height: 140px; padding: 18px; }
.vh-filter-actions { display: grid; gap: 12px; margin-top: 18px; }
.vh-results-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}
.vh-results-top strong { color: var(--vh-gold-deep); }
.vh-empty {
    padding: 40px;
    text-align: center;
}
.vh-empty h3 { font-size: 2.2rem; }

/* Detail */
.vh-detail-hero {
    padding: 160px 0 26px;
    background: linear-gradient(180deg, #1b1814, #0f0e0d 52%, transparent 100%);
    color: #fff;
}
.vh-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.vh-breadcrumbs a { color: rgba(255,255,255,.84); }
.vh-detail-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: #fff;
    margin-bottom: 12px;
}
.vh-detail-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
}
.vh-gallery-card {
    overflow: hidden;
    padding: 18px;
}
.vh-gallery-main {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ebe5da;
}
.vh-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vh-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin-top: 14px;
}
.vh-thumb {
    border: 0;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    opacity: .78;
    transition: var(--vh-transition);
}
.vh-thumb.is-active,
.vh-thumb:hover { opacity: 1; transform: translateY(-2px); }
.vh-thumb img {
    width: 100%; height: 100%; object-fit: cover;
}
.vh-detail-tabs { padding: 28px; }
.vh-tab-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.vh-tab-btn {
    border: 1px solid rgba(17,17,17,.08);
    background: #f2eee7;
    color: #111;
    padding: 13px 18px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.vh-tab-btn.is-active { background: var(--vh-gold-deep); color: #fff; }
.vh-tab-panel { display: none; }
.vh-tab-panel.is-active { display: block; }
.vh-rich-text {
    font-size: 15px;
    line-height: 1.85;
    color: #5d574e;
    white-space: pre-line;
}
.vh-feature-list,
.vh-amenities-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.vh-feature-list li,
.vh-amenities-list li {
    display: flex;
    gap: 12px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f4f0e8;
}
.vh-feature-list i,
.vh-amenities-list i { color: var(--vh-gold-deep); margin-top: 3px; }
.vh-detail-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin: 22px 0 0;
}
.vh-detail-meta-item {
    padding: 18px;
    border-radius: 22px;
    background: #f4f0e8;
}
.vh-detail-meta-item span {
    display: block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--vh-soft);
    margin-bottom: 8px;
}
.vh-detail-meta-item strong {
    font-size: 1.05rem;
    color: #111;
}
.vh-booking-box {
    padding: 28px;
    position: sticky;
    top: 120px;
}
.vh-booking-price {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--vh-line);
}
.vh-booking-price small {
    display: block;
    color: var(--vh-soft);
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.vh-booking-price strong {
    font-size: 2.4rem;
    color: var(--vh-gold-deep);
    font-family: 'Cormorant Garamond', serif;
}
.vh-booking-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-radius: 22px;
    background: #f4f0e8;
    margin: 18px 0 6px;
}
.vh-booking-total span {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--vh-soft);
}
.vh-booking-total strong {
    font-size: 1.4rem;
    color: #111;
}
.vh-booking-note {
    display: flex;
    gap: 12px;
    align-items: start;
    font-size: 13px;
    color: var(--vh-soft);
    margin-top: 16px;
}
.vh-booking-note i { color: var(--vh-gold-deep); margin-top: 2px; }
.vh-qty-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Footer */
.vh-site-footer {
    background: #111;
    color: rgba(255,255,255,.72);
    margin-top: 90px;
}
.vh-footer-main {
    padding: 80px 0 34px;
}
.vh-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr .95fr;
    gap: 30px;
}
.vh-footer-title {
    font-size: 1.65rem;
    color: #fff;
    margin-bottom: 18px;
}
.vh-footer-brand .vh-brand-mark { color: #fff; }
.vh-footer-brand p { color: rgba(255,255,255,.62); max-width: 340px; }
.vh-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}
.vh-footer-links a { color: rgba(255,255,255,.74); }
.vh-footer-links a:hover { color: #fff; }
.vh-footer-contact a { color: #fff; }
.vh-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0 24px;
}
.vh-footer-bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.vh-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    box-shadow: 0 18px 34px rgba(37,211,102,.26);
}

/* Woo */
.woocommerce { color: var(--vh-charcoal); }
.woocommerce form.checkout,
.woocommerce-checkout-review-order,
.woocommerce-order {
    background: transparent;
}
.woocommerce-checkout .woocommerce { padding-top: 150px; }
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .cart-empty,
.woocommerce .return-to-shop,
.woocommerce .woocommerce-message {
    width: min(calc(100% - 32px), var(--vh-container));
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-additional-fields {
    display: none !important;
}
.woocommerce form.checkout {
    width: min(calc(100% - 32px), var(--vh-container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    float: none !important;
    width: 100% !important;
}
.woocommerce-checkout #customer_details > div,
.woocommerce-checkout #order_review,
.woocommerce-order {
    background: var(--vh-surface);
    border-radius: 30px;
    padding: 28px;
    box-shadow: var(--vh-shadow);
    border: 1px solid rgba(17,17,17,.05);
}
.woocommerce form .form-row label {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--vh-soft);
    font-weight: 700;
    margin-bottom: 8px;
}
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 12px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 0 !important;
    padding: 16px !important;
    background: #f4f0e8;
}
.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child { border-radius: 18px 0 0 18px; }
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child { border-radius: 0 18px 18px 0; }
.woocommerce-checkout-payment {
    background: #f4f0e8 !important;
    border-radius: 24px !important;
    padding: 20px !important;
}
.woocommerce-checkout-payment ul { padding-left: 0; list-style: none; }
.woocommerce form .place-order { padding-top: 10px !important; }
.woocommerce-privacy-policy-text { color: var(--vh-soft); font-size: 13px; }
.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 24px 0 !important;
}
.woocommerce-order-overview li {
    background: #f4f0e8;
    padding: 18px;
    border-radius: 22px;
    margin: 0 !important;
    width: auto !important;
    border-right: 0 !important;
}
.woocommerce ul.order_details::before,
.woocommerce ul.order_details::after { display: none !important; }

/* Generic */
.vh-page-shell {
    padding: 180px 0 90px;
}
.vh-page-card {
    padding: 32px;
}
.vh-page-card h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }

/* Responsive */
@media (max-width: 1180px) {
    .vh-trust-grid,
    .vh-room-grid,
    .vh-amenity-grid,
    .vh-footer-grid,
    .vh-detail-meta { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .vh-story-grid,
    .vh-detail-grid,
    .vh-store-layout,
    .vh-hero-grid,
    .woocommerce form.checkout,
    .vh-dual-grid { grid-template-columns: 1fr; }
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-booking-box { position: static; }
}
@media (max-width: 900px) {
    body.admin-bar .vh-site-header { top: 46px; }
    .vh-main-nav {
        position: fixed;
        inset: 0 0 auto 0;
        top: 0;
        background: rgba(15,15,15,.97);
        transform: translateY(-102%);
        transition: transform .32s ease;
        padding: 120px 24px 34px;
        min-height: 100svh;
    }
    .vh-main-nav.is-open { transform: translateY(0); }
    .vh-main-nav ul { flex-direction: column; gap: 18px; }
    .vh-main-nav a { font-size: 22px; }
    .vh-menu-toggle { display: inline-flex; position: relative; z-index: 2; }
    .vh-header-contact,
    .vh-header-cta .vh-btn { display: none; }
    .section-space { padding: 82px 0; }
    .section-head { flex-direction: column; align-items: start; }
    .vh-hero { min-height: 92svh; padding-top: 140px; }
    .vh-hero-card { max-width: 420px; }
}
@media (max-width: 640px) {
    .vh-brand-mark { font-size: 28px; }
    .vh-brand-tag { font-size: 10px; letter-spacing: .24em; }
    .vh-container { width: min(calc(100% - 22px), var(--vh-container)); }
    .vh-hero-title { font-size: clamp(2.6rem, 13vw, 4.7rem); }
    .vh-room-grid,
    .vh-amenity-grid,
    .vh-trust-grid,
    .vh-dual-grid,
    .vh-footer-grid,
    .vh-feature-list,
    .vh-amenities-list,
    .vh-gallery-thumbs,
    .woocommerce-order-overview,
    .vh-detail-meta,
    .vh-mini-grid,
    .vh-qty-box { grid-template-columns: 1fr; }
    .vh-room-meta { gap: 8px; }
    .vh-room-meta li { width: 100%; justify-content: center; }
    .vh-story-visual { min-height: 420px; }
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-booking-box,
    .vh-story-card,
    .vh-experience-card,
    .vh-cta-card,
    .vh-detail-tabs,
    .vh-page-card,
    .woocommerce-checkout #customer_details > div,
    .woocommerce-checkout #order_review,
    .woocommerce-order { padding: 22px; border-radius: 24px; }
    .vh-inner-hero,
    .vh-detail-hero,
    .vh-page-shell,
    .woocommerce-checkout .woocommerce { padding-top: 128px; }
    .woocommerce form.checkout { gap: 20px; }
    .vh-booking-price strong { font-size: 2rem; }
}

/* VOUX final hero / intro */
.vh-hero {
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding-top: 120px;
}
.vh-hero-minimal {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: end;
    min-height: calc(100svh - 120px);
    padding-bottom: 56px;
}
.vh-hero-minimal-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.vh-hero-pill {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(16px);
    color: rgba(255,255,255,.82);
    font-size: 11px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 700;
}
.vh-hero-anchor {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: -.03em;
    font-size: clamp(3.3rem, 10vw, 7.6rem);
    color: #fff;
    line-height: .95;
    text-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.vh-hero-anchor:hover { color: #f2e0b9; }
.vh-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 34px;
    align-items: end;
}
.vh-home-headline {
    font-size: clamp(2.8rem, 5vw, 5rem);
    max-width: 820px;
}
.vh-home-intro-copy p {
    font-size: 1.05rem;
    margin-bottom: 24px;
}
.vh-home-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.vh-availability-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
}
.vh-availability-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(159,131,80,.11);
    color: var(--vh-gold-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.vh-availability-chip.is-soft {
    background: rgba(17,17,17,.05);
    color: var(--vh-soft);
}

.flatpickr-calendar {
    border-radius: 22px;
    border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 24px 64px rgba(17,17,17,.12);
    font-family: 'Inter', sans-serif;
}
.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 700;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--vh-gold);
    border-color: var(--vh-gold);
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay.disabled,
.flatpickr-day.nextMonthDay.disabled {
    color: rgba(17,17,17,.22);
    text-decoration: line-through;
}

@media (max-width: 980px) {
    .vh-intro-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .vh-hero-minimal {
        min-height: calc(94svh - 120px);
        padding-bottom: 36px;
    }
    .vh-hero-minimal-inner {
        gap: 14px;
    }
    .vh-hero-anchor {
        font-size: clamp(2.9rem, 16vw, 5rem);
    }
    .vh-home-headline {
        font-size: clamp(2.3rem, 11vw, 3.6rem);
    }
    .vh-home-intro-actions,
    .vh-availability-chip-wrap {
        flex-direction: column;
        align-items: stretch;
    }
}

/* VOUX March 2026 homepage refinement */
.section-head-tight { align-items: end; gap: 20px; }
.vh-swipe-hint {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: rgba(17,17,17,.48);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
}
.vh-swipe-hint::before {
    content: '';
    width: 34px;
    height: 1px;
    background: rgba(17,17,17,.16);
}
.vh-mobile-slider-shell {
    position: relative;
}
.vh-story-grid-refined { align-items: stretch; }
.vh-story-card-refined {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}
.vh-story-title {
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    margin-bottom: 14px;
}
.vh-story-visual-refined {
    min-height: 680px;
}
.vh-mobile-glow-card {
    box-shadow: 0 34px 72px rgba(17,17,17,.18);
}
.vh-dual-grid-refined {
    align-items: stretch;
}
.vh-cta-card-refined {
    background: radial-gradient(circle at top left, rgba(210,178,121,.16), transparent 34%), linear-gradient(135deg, #171512, #2d2417 58%, #171512);
}

/* Premium footer */
.vh-site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(193,160,103,.14), transparent 30%),
        radial-gradient(circle at bottom right, rgba(193,160,103,.10), transparent 28%),
        #0f0f0f;
}
.vh-footer-topbar {
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
}
.vh-footer-topbar-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.vh-footer-topbar-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(232,210,168,.76);
    letter-spacing: .24em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.vh-footer-topbar strong {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}
.vh-footer-topbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.vh-footer-grid-premium {
    grid-template-columns: 1.2fr .7fr .85fr 1fr;
    gap: 34px;
}
.vh-footer-brand-premium p {
    font-size: 15px;
    line-height: 1.8;
}
.vh-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.vh-footer-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.88);
    font-size: 12px;
    letter-spacing: .08em;
}
.vh-footer-contact-premium .vh-footer-links li:last-child a {
    color: #f1dfb8;
}
.vh-footer-bottom {
    margin-top: 4px;
    background: rgba(255,255,255,.02);
}

/* Mobile slider behavior */
@media (max-width: 767px) {
    .vh-swipe-hint { display: flex; }
    .vh-mobile-slider-shell {
        width: calc(100% + 22px);
        margin-right: -11px;
        overflow: hidden;
    }
    .vh-mobile-slider-track,
    .vh-mobile-slider-shell .vh-room-grid,
    .vh-mobile-slider-shell .vh-amenity-grid,
    .vh-mobile-slider-shell .vh-mini-grid,
    .vh-trust-grid.vh-mobile-slider-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 82%;
        gap: 16px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 4px 11px 12px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .vh-mobile-slider-track::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-room-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-amenity-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-mini-grid::-webkit-scrollbar,
    .vh-trust-grid.vh-mobile-slider-track::-webkit-scrollbar { display: none; }
    .vh-mobile-slide,
    .vh-mobile-slider-shell .vh-room-card,
    .vh-mobile-slider-shell .vh-amenity-card,
    .vh-mobile-slider-shell .vh-mini-item,
    .vh-trust-grid.vh-mobile-slider-track .vh-trust-card {
        scroll-snap-align: start;
        min-width: 0;
    }
    .vh-room-card.vh-mobile-slide,
    .vh-mobile-slider-shell .vh-room-card { width: 100%; }
    .vh-mini-item { min-height: 118px; }
    .vh-trust-strip {
        margin-top: -28px;
    }
    .vh-trust-card,
    .vh-room-card,
    .vh-amenity-card,
    .vh-mini-item,
    .vh-story-card,
    .vh-cta-card,
    .vh-experience-card {
        border-radius: 24px;
    }
    .vh-room-body,
    .vh-amenity-card,
    .vh-story-card,
    .vh-cta-card,
    .vh-experience-card { padding: 22px; }
    .vh-room-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .vh-room-price {
        font-size: 22px;
    }
    .vh-room-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .vh-room-actions .vh-inline-link {
        text-align: center;
        padding-top: 4px;
    }
    .vh-home-intro-copy p,
    .section-head p,
    .vh-story-card-refined p,
    .vh-cta-card p { font-size: 15px; }
    .vh-story-visual-refined {
        min-height: 420px;
    }
    .vh-footer-topbar-inner {
        min-height: unset;
        padding: 24px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .vh-footer-topbar-actions {
        width: 100%;
    }
    .vh-footer-topbar-actions .vh-btn {
        flex: 1 1 0;
        justify-content: center;
    }
    .vh-footer-grid-premium {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .vh-footer-main {
        padding: 54px 0 28px;
    }
    .vh-footer-badges span {
        font-size: 11px;
    }
}

/* ===== VOUX final checkout/account/footer refinements ===== */
.vh-btn-outline-dark {
    background: transparent;
    color: var(--vh-charcoal);
    border-color: rgba(17,17,17,.12);
}
.vh-btn-outline-dark:hover {
    border-color: var(--vh-gold);
    color: var(--vh-gold-deep);
    transform: translateY(-2px);
}

.vouxhotel-checkout-body .vh-site-header,
body.woocommerce-account .vh-site-header,
body.woocommerce-order-received .vh-site-header {
    background: rgba(15,15,15,.88);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.vouxhotel-checkout-body,
body.woocommerce-account,
body.woocommerce-order-received {
    background:
        radial-gradient(circle at top left, rgba(193,160,103,.08), transparent 28%),
        linear-gradient(180deg, #f6f2eb 0%, #f2ede5 100%);
}

.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce,
body.woocommerce-order-received .woocommerce {
    padding-top: 132px;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .showlogin,
.woocommerce-checkout .create-account > p:first-child {
    display: none !important;
}

.woocommerce form.checkout {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 24px;
    align-items: start;
    margin-bottom: 90px;
}

.woocommerce-checkout #customer_details {
    display: block;
}
.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after,
.woocommerce-checkout .col2-set::before,
.woocommerce-checkout .col2-set::after {
    display: none !important;
}
.woocommerce-checkout .col2-set {
    display: block;
    margin: 0;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout #customer_details > div,
.woocommerce-checkout #order_review,
.woocommerce-order {
    padding: 34px;
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(17,17,17,.08);
}

.woocommerce-checkout #customer_details > div {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96));
}

.woocommerce-checkout #order_review {
    position: sticky;
    top: 116px;
    background: linear-gradient(180deg, #161411 0%, #11100f 100%);
    color: rgba(255,255,255,.76);
    box-shadow: 0 26px 80px rgba(17,17,17,.16);
}
.woocommerce-checkout #order_review > *:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #order_review_heading {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 0 16px !important;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
}

.vh-checkout-banner {
    padding: 32px 34px;
    background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.98));
    border-radius: 34px;
    box-shadow: 0 22px 64px rgba(17,17,17,.06);
}
.vh-checkout-banner h1 {
    font-size: clamp(2.2rem, 4vw, 3.6rem) !important;
}
.vh-checkout-banner p {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 15px;
}

.vh-checkout-side-intro {
    margin-bottom: 18px;
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}
.vh-checkout-side-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(232,210,168,.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.vh-checkout-side-intro h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 14px;
}
.vh-checkout-side-meta {
    display: grid;
    gap: 10px;
}
.vh-checkout-side-meta span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.78);
    font-size: 14px;
}
.vh-checkout-side-meta span strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::before,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after {
    display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    clear: none !important;
}
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout .create-account,
.woocommerce-checkout .woocommerce-account-fields {
    grid-column: 1 / -1;
}

.woocommerce form .form-row label {
    color: #6c675f;
    margin-bottom: 10px;
}
.woocommerce form .form-row .required {
    color: #a34a36;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    min-height: 60px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid rgba(17,17,17,.08);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
}
.woocommerce form .form-row textarea {
    min-height: 140px;
    padding: 18px 20px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    outline: 0;
    border-color: rgba(159,131,80,.38);
    box-shadow: 0 0 0 4px rgba(159,131,80,.08);
}

.woocommerce table.shop_table {
    background: transparent;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background: rgba(255,255,255,.08) !important;
    color: #fff;
    padding: 16px 18px !important;
}
.woocommerce table.shop_table td small,
.woocommerce table.shop_table td dl,
.woocommerce table.shop_table td .variation,
.woocommerce table.shop_table td .wc-item-meta,
.woocommerce-checkout-review-order-table .product-name .variation,
.woocommerce-checkout-review-order-table .product-name .wc-item-meta {
    color: rgba(255,255,255,.68) !important;
}
.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    border-color: transparent !important;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 700;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    background: rgba(232,210,168,.14) !important;
}

.woocommerce-checkout-payment {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    padding: 22px !important;
}
.woocommerce-checkout-payment .payment_box {
    background: rgba(255,255,255,.04) !important;
    color: rgba(255,255,255,.72) !important;
}
.woocommerce-checkout-payment .payment_box::before {
    border-bottom-color: rgba(255,255,255,.04) !important;
}
.woocommerce-checkout-payment label,
.woocommerce-checkout-payment .wc_payment_methods li,
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout-payment p {
    color: rgba(255,255,255,.76) !important;
}
.woocommerce-checkout-payment input[type="radio"] {
    accent-color: #c09a54;
}
.woocommerce form .place-order {
    padding-top: 16px !important;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
button.single_add_to_cart_button {
    min-height: 58px;
    width: 100%;
    font-size: 13px;
    letter-spacing: .2em;
}

body.woocommerce-order-received .woocommerce-order,
body.woocommerce-account .woocommerce {
    width: min(calc(100% - 32px), var(--vh-container));
    margin: 0 auto 90px;
}
body.woocommerce-order-received .woocommerce-order {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96));
}
body.woocommerce-order-received .woocommerce-order h2,
body.woocommerce-order-received .woocommerce-order h3,
body.woocommerce-account .woocommerce h2,
body.woocommerce-account .woocommerce h3 {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
}
.woocommerce-order-overview {
    margin-top: 22px !important;
}
.woocommerce-order-overview li {
    background: #f2ede5;
}

body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 24px;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96));
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(17,17,17,.06);
    border: 1px solid rgba(17,17,17,.05);
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 18px;
    background: #f4f0e8;
    color: #222;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: linear-gradient(135deg, var(--vh-gold), var(--vh-gold-deep));
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .button {
    width: auto;
    min-width: 180px;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .woocommerce-address-fields {
    display: none;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96));
    border: 1px solid rgba(17,17,17,.05) !important;
    border-radius: 30px;
    padding: 28px !important;
}
.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
    width: min(calc(100% - 32px), var(--vh-container));
    margin: 0 auto 90px;
}

.vh-site-footer {
    margin-top: 96px;
    background: transparent;
    color: var(--vh-charcoal);
}
.vh-site-footer .vh-container {
    width: min(calc(100% - 32px), var(--vh-container));
}
.vh-footer-shell {
    display: grid;
    grid-template-columns: 1.2fr .8fr .9fr 1fr;
    gap: 28px;
    padding: 34px;
    border-radius: 36px;
    border: 1px solid rgba(17,17,17,.06);
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.96));
    box-shadow: 0 24px 72px rgba(17,17,17,.07);
}
.vh-footer-brand-panel,
.vh-footer-contact-panel {
    display: flex;
    flex-direction: column;
}
.vh-footer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--vh-gold-deep);
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 700;
}
.vh-footer-eyebrow::before {
    content: '';
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .75;
}
.vh-footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 4vw, 4.2rem);
    line-height: .95;
    letter-spacing: .16em;
    color: #111;
    margin-bottom: 14px;
}
.vh-footer-brand-panel p {
    max-width: 360px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.85;
}
.vh-footer-heading {
    font-size: 1.65rem;
    margin-bottom: 16px;
}
.vh-footer-links-dark {
    display: grid;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vh-footer-links-dark a,
.vh-footer-links-dark li {
    color: #3a352f;
}
.vh-footer-links-dark a:hover {
    color: var(--vh-gold-deep);
}
.vh-footer-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.vh-footer-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(159,131,80,.08);
    border: 1px solid rgba(159,131,80,.12);
    color: #4f4535;
    font-size: 12px;
    letter-spacing: .08em;
}
.vh-footer-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.vh-footer-cta-group .vh-btn {
    min-height: 52px;
}
.vh-footer-bottomline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 20px 6px 6px;
    color: #6c675f;
    font-size: 14px;
}

@media (max-width: 1180px) {
    body.woocommerce-account .woocommerce,
    .vh-footer-shell,
    .woocommerce form.checkout {
        grid-template-columns: 1fr;
    }
    .woocommerce-checkout #order_review {
        position: static;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout .woocommerce,
    body.woocommerce-account .woocommerce,
    body.woocommerce-order-received .woocommerce {
        padding-top: 118px;
    }
    .vh-checkout-banner,
    .woocommerce-checkout #customer_details > div,
    .woocommerce-checkout #order_review,
    .woocommerce-order,
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content,
    .vh-footer-shell {
        padding: 24px;
        border-radius: 26px;
    }
    .woocommerce form.checkout {
        gap: 18px;
        margin-bottom: 70px;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        padding: 14px !important;
        font-size: 14px;
    }
    .vh-checkout-side-intro h3 {
        font-size: 1.65rem;
    }
    .vh-footer-shell {
        gap: 22px;
    }
    .vh-footer-cta-group {
        flex-direction: column;
    }
    .vh-footer-cta-group .vh-btn {
        width: 100%;
    }
    .vh-footer-bottomline {
        padding: 18px 4px 0;
        font-size: 13px;
    }
}


/* ===== FINAL MOBILE + CHECKOUT PATCH ===== */
.vh-header-account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.vh-header-account i {
    font-size: 14px;
}

.vh-page-shell--wc {
    padding-top: 0;
}
.vh-page-shell--wc .vh-wc-page {
    width: 100%;
}
.vh-page-shell--wc .woocommerce,
.vh-page-shell--wc .vh-checkout-form {
    width: 100%;
    max-width: none;
}
.vh-page-shell--wc .woocommerce {
    padding-top: 132px !important;
    background: transparent !important;
}

.vh-room-grid--slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.vh-swipe-hint {
    display: none;
    align-items: center;
    margin-bottom: 16px;
}
.vh-swipe-hint span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(159,131,80,.08);
    border: 1px solid rgba(159,131,80,.14);
    color: var(--vh-gold-deep);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
}

.vh-checkout-shell {
    width: min(calc(100% - 32px), var(--vh-container));
    margin: 0 auto 96px;
}

.vh-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .82fr);
    gap: 24px;
    align-items: start;
}

.vh-checkout-main {
    display: grid;
    gap: 24px;
}

.vh-card {
    background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.96));
    border-radius: 32px;
    padding: 32px;
    border: 1px solid rgba(17,17,17,.05);
    box-shadow: 0 24px 72px rgba(17,17,17,.07);
}

.vh-card-fields h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 10px;
}
.vh-card-fields h3,
.vh-card-payment h3,
.vh-card-summary h3 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 8px;
}
.vh-muted {
    color: var(--vh-soft);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.vh-checkout-side {
    position: sticky;
    top: 118px;
    align-self: start;
}

.vh-card-summary {
    padding: 0;
    background: radial-gradient(circle at top left, rgba(159,131,80,.18), transparent 32%), linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
    color: #fff;
    overflow: hidden;
}
.vh-card-summary h3,
.vh-card-summary .vh-summary-copy,
.vh-card-summary .vh-section-kicker {
    color: #fff;
}
.vh-card-summary .vh-summary-copy {
    color: rgba(255,255,255,.72);
}
.vh-summary-sticky {
    padding: 30px 28px;
}
.vh-order-notes {
    margin-top: 12px;
}
.vh-order-notes .form-row {
    margin: 0 !important;
}

.vouxhotel-checkout-body .woocommerce form.checkout,
body.woocommerce-account .woocommerce {
    display: block;
}

.vouxhotel-checkout-body #customer_details,
.vouxhotel-checkout-body .col2-set {
    width: 100%;
}
.vouxhotel-checkout-body .col2-set::before,
.vouxhotel-checkout-body .col2-set::after,
.vouxhotel-checkout-body #customer_details::before,
.vouxhotel-checkout-body #customer_details::after {
    display: none !important;
}
.vouxhotel-checkout-body #customer_details > div {
    float: none;
    width: 100%;
}
.vouxhotel-checkout-body .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.vouxhotel-checkout-body .woocommerce-billing-fields__field-wrapper .form-row {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    clear: none !important;
}
.vouxhotel-checkout-body #billing_phone_field,
.vouxhotel-checkout-body #billing_email_field,
.vouxhotel-checkout-body .create-account,
.vouxhotel-checkout-body .woocommerce-account-fields,
.vouxhotel-checkout-body #order_comments_field {
    grid-column: 1 / -1;
}
.vouxhotel-checkout-body .woocommerce-billing-fields h3,
.vouxhotel-checkout-body .woocommerce-shipping-fields h3,
.vouxhotel-checkout-body .woocommerce-additional-fields h3,
.vouxhotel-checkout-body #order_review_heading,
.vouxhotel-checkout-body .woocommerce-form-coupon-toggle,
.vouxhotel-checkout-body .woocommerce-form-login-toggle {
    display: none !important;
}

.vouxhotel-checkout-body .woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0 12px;
    margin: 0;
    background: transparent;
}
.vouxhotel-checkout-body .woocommerce table.shop_table th,
.vouxhotel-checkout-body .woocommerce table.shop_table td {
    padding: 16px 18px !important;
    border: 0 !important;
}
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table thead th,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tbody td,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tfoot th,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tfoot td {
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
}
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table thead th:first-child,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tbody td:first-child,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tfoot th:first-child {
    border-radius: 18px 0 0 18px;
}
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table thead th:last-child,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tbody td:last-child,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tfoot td:last-child {
    border-radius: 0 18px 18px 0;
}
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table .product-total,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 700;
}
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table .variation,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table .wc-item-meta,
.vouxhotel-checkout-body .woocommerce-checkout-review-order-table small {
    color: rgba(255,255,255,.72) !important;
}

.vouxhotel-checkout-body .woocommerce-checkout-payment {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.vouxhotel-checkout-body .woocommerce-checkout-payment .wc_payment_methods {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
.vouxhotel-checkout-body .woocommerce-checkout-payment .wc_payment_methods > li {
    padding: 18px 20px;
    border-radius: 22px;
    background: #f4efe6;
    border: 1px solid rgba(17,17,17,.06);
}
.vouxhotel-checkout-body .woocommerce-checkout-payment .payment_box {
    margin-top: 14px !important;
    background: #fff !important;
    color: var(--vh-soft) !important;
    border: 1px solid rgba(17,17,17,.06) !important;
    border-radius: 18px;
}
.vouxhotel-checkout-body .woocommerce-checkout-payment .payment_box::before {
    border-bottom-color: #fff !important;
}
.vouxhotel-checkout-body .woocommerce form .place-order {
    padding-top: 18px !important;
}
.vouxhotel-checkout-body .woocommerce button.button.alt,
.vouxhotel-checkout-body .woocommerce a.button.alt {
    width: 100%;
    min-height: 58px;
}

@media (max-width: 1080px) {
    .vh-checkout-grid,
    .vh-footer-shell {
        grid-template-columns: 1fr;
    }

    .vh-checkout-side {
        position: static;
        top: auto;
    }

    .vh-room-grid--slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vh-header-inner {
        gap: 12px;
        padding: 16px 0;
    }

    .vh-brand {
        min-width: 0;
    }

    .vh-brand-mark {
        font-size: 28px;
        letter-spacing: .14em;
    }

    .vh-brand-tag {
        max-width: 155px;
        font-size: 9px;
        letter-spacing: .24em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vh-nav-wrap {
        margin-left: auto;
        gap: 12px;
    }

    .vh-main-nav {
        inset: 0;
        padding: 110px 22px 30px;
    }

    .vh-main-nav ul {
        gap: 16px;
    }

    .vh-main-nav a {
        font-size: 21px;
    }

    .vh-header-contact,
    .vh-header-cta .vh-btn-secondary {
        display: none !important;
    }

    .vh-header-account {
        min-height: 46px;
        padding: 0 14px;
        font-size: 11px;
        letter-spacing: .14em;
    }

    .vh-menu-toggle {
        display: inline-flex;
        width: 48px;
        height: 48px;
    }

    .vh-room-grid--slider,
    .vh-room-grid,
    .vh-trust-grid,
    .vh-amenity-grid,
    .vh-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vh-container {
        width: min(calc(100% - 20px), var(--vh-container));
    }

    .vh-page-shell--wc .woocommerce {
        padding-top: 110px !important;
    }

    .vh-site-header {
        backdrop-filter: blur(14px);
    }

    .vh-header-inner {
        align-items: center;
    }

    .vh-header-cta {
        gap: 10px;
    }

    .vh-header-account {
        min-height: 44px;
        padding: 0 12px;
        border-radius: 14px;
        font-size: 10px;
        letter-spacing: .13em;
    }

    .vh-header-account span {
        display: none;
    }

    .vh-menu-toggle {
        border-radius: 14px;
    }

    .vh-swipe-hint {
        display: flex;
    }

    .vh-mobile-slider-shell,
    .vh-mobile-slider-shell--rooms {
        width: calc(100% + 20px);
        margin-right: -10px;
        overflow: hidden;
    }

    .vh-mobile-slider-track,
    .vh-mobile-slider-shell .vh-room-grid,
    .vh-mobile-slider-shell .vh-amenity-grid,
    .vh-mobile-slider-shell .vh-mini-grid,
    .vh-mobile-slider-shell--rooms .vh-room-grid--slider,
    .vh-trust-grid.vh-mobile-slider-track {
        display: grid !important;
        grid-auto-flow: column;
        grid-auto-columns: 86%;
        gap: 14px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 4px 10px 12px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .vh-mobile-slider-track::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-room-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-amenity-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-mini-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell--rooms .vh-room-grid--slider::-webkit-scrollbar,
    .vh-trust-grid.vh-mobile-slider-track::-webkit-scrollbar {
        display: none;
    }

    .vh-mobile-slide,
    .vh-mobile-slider-shell .vh-room-card,
    .vh-mobile-slider-shell .vh-amenity-card,
    .vh-mobile-slider-shell .vh-mini-item,
    .vh-mobile-slider-shell--rooms .vh-room-card,
    .vh-trust-grid.vh-mobile-slider-track .vh-trust-card {
        scroll-snap-align: start;
        min-width: 0;
    }

    .vh-mobile-slider-shell .vh-room-card,
    .vh-mobile-slider-shell--rooms .vh-room-card,
    .vh-trust-grid.vh-mobile-slider-track .vh-trust-card {
        width: 100%;
    }

    .vh-room-card,
    .vh-trust-card,
    .vh-story-card,
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-gallery-card,
    .vh-detail-tabs,
    .vh-cta-card,
    .vh-experience-card,
    .vh-card,
    .vh-footer-shell {
        border-radius: 24px;
    }

    .vh-room-body,
    .vh-story-card,
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-detail-tabs,
    .vh-cta-card,
    .vh-experience-card,
    .vh-card,
    .vh-footer-shell {
        padding: 22px;
    }

    .vh-results-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .vh-room-top,
    .vh-room-actions,
    .vh-cta-actions,
    .vh-footer-cta-group,
    .vh-home-intro-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vh-room-actions .vh-inline-link {
        text-align: center;
        padding-top: 4px;
    }

    .vh-booking-price {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .vh-checkout-shell {
        width: min(calc(100% - 20px), var(--vh-container));
        margin-bottom: 72px;
    }

    .vh-checkout-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vh-checkout-side {
        order: -1;
    }

    .vh-card {
        padding: 22px;
        border-radius: 24px;
    }

    .vh-summary-sticky {
        padding: 22px;
    }

    .vouxhotel-checkout-body .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vouxhotel-checkout-body .woocommerce table.shop_table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .vouxhotel-checkout-body .woocommerce table.shop_table thead,
    .vouxhotel-checkout-body .woocommerce table.shop_table tbody,
    .vouxhotel-checkout-body .woocommerce table.shop_table tfoot,
    .vouxhotel-checkout-body .woocommerce table.shop_table tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .vouxhotel-checkout-body .woocommerce table.shop_table th,
    .vouxhotel-checkout-body .woocommerce table.shop_table td {
        font-size: 13px;
        padding: 14px 14px !important;
        white-space: normal;
        word-break: break-word;
    }

    .vouxhotel-checkout-body .woocommerce-checkout-payment .wc_payment_methods > li {
        padding: 16px;
        border-radius: 18px;
    }

    .vouxhotel-checkout-body .woocommerce form .form-row label {
        font-size: 10px;
        letter-spacing: .16em;
    }

    .vh-footer-bottomline {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .vh-hero {
        min-height: 88svh;
        padding-top: 126px;
        padding-bottom: 58px;
    }

    .vh-hero-minimal-inner {
        padding: 14px 0;
    }

    .vh-room-price {
        font-size: 20px;
    }

    .vh-detail-title,
    .vh-inner-hero h1,
    .vh-page-card h1,
    .vh-card-fields h1 {
        font-size: clamp(2.1rem, 10vw, 2.9rem);
    }

    .vh-booking-price strong {
        font-size: 1.9rem;
    }
}

/* ===== VOUX FINAL MOBILE POLISH ===== */
html,
body {
    overflow-x: clip;
}

@media (max-width: 1100px) {
    body.admin-bar .vh-site-header {
        top: 0;
    }

    .vh-site-header {
        background: rgba(15, 15, 15, .36);
        border-bottom-color: rgba(255,255,255,.08);
    }

    .vh-header-inner {
        gap: 12px;
        padding: 14px 0;
    }

    .vh-brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .vh-brand-mark {
        font-size: 28px;
        line-height: 1;
        letter-spacing: .14em;
    }

    .vh-brand-tag {
        max-width: 150px;
        font-size: 9px;
        letter-spacing: .22em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vh-nav-wrap {
        margin-left: auto;
        gap: 10px;
        align-items: center;
    }

    .vh-main-nav {
        position: fixed;
        inset: 0;
        z-index: 1200;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 112px 22px 36px;
        background: linear-gradient(180deg, rgba(12,12,12,.98), rgba(17,17,17,.985));
        transform: translate3d(0, -104%, 0);
        transition: transform .32s ease;
        min-height: 100svh;
        overflow-y: auto;
    }

    .vh-main-nav.is-open {
        transform: translate3d(0, 0, 0);
    }

    .vh-main-nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .vh-main-nav li {
        width: 100%;
    }

    .vh-main-nav a {
        display: block;
        width: 100%;
        font-size: clamp(1.2rem, 3vw, 1.55rem);
        line-height: 1.2;
        padding: 10px 0;
    }

    .vh-main-nav a::after {
        display: none;
    }

    .vh-header-contact,
    .vh-header-cta .vh-btn-secondary {
        display: none !important;
    }

    .vh-header-account {
        min-height: 46px;
        padding: 0 14px;
        font-size: 11px;
        letter-spacing: .12em;
        border-radius: 16px;
    }

    .vh-menu-toggle {
        display: inline-flex;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        position: relative;
        z-index: 1300;
    }
}

@media (max-width: 980px) {
    .section-space {
        padding: 74px 0;
    }

    .section-space-sm {
        padding: 56px 0;
    }

    .vh-hero {
        min-height: 92svh;
        padding-top: 126px;
        padding-bottom: 52px;
    }

    .vh-hero-minimal {
        min-height: calc(92svh - 108px);
        padding-bottom: 28px;
    }

    .vh-intro-grid,
    .vh-story-grid,
    .vh-dual-grid,
    .vh-detail-grid,
    .vh-store-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .vh-trust-strip {
        margin-top: 0 !important;
    }

    .vh-story-visual-refined,
    .vh-story-visual {
        min-height: 460px;
    }

    .vh-booking-box {
        position: static;
        top: auto;
    }

    .vh-mobile-slider-shell,
    .vh-mobile-slider-shell--rooms {
        width: calc(100% + 18px);
        margin-right: -18px;
        overflow: hidden;
    }

    .vh-mobile-slider-track,
    .vh-mobile-slider-shell .vh-room-grid,
    .vh-mobile-slider-shell .vh-amenity-grid,
    .vh-mobile-slider-shell .vh-mini-grid,
    .vh-mobile-slider-shell--rooms .vh-room-grid--slider,
    .vh-trust-grid.vh-mobile-slider-track {
        display: grid !important;
        grid-template-columns: none !important;
        grid-auto-flow: column;
        grid-auto-columns: minmax(280px, 78%);
        gap: 14px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 4px 18px 12px 0;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .vh-mobile-slider-track::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-room-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-amenity-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell .vh-mini-grid::-webkit-scrollbar,
    .vh-mobile-slider-shell--rooms .vh-room-grid--slider::-webkit-scrollbar,
    .vh-trust-grid.vh-mobile-slider-track::-webkit-scrollbar {
        display: none;
    }

    .vh-mobile-slide,
    .vh-mobile-slider-shell .vh-room-card,
    .vh-mobile-slider-shell .vh-amenity-card,
    .vh-mobile-slider-shell .vh-mini-item,
    .vh-mobile-slider-shell--rooms .vh-room-card,
    .vh-trust-grid.vh-mobile-slider-track .vh-trust-card {
        width: 100%;
        min-width: 0;
        scroll-snap-align: start;
    }

    .vh-room-grid,
    .vh-room-grid--slider,
    .vh-trust-grid,
    .vh-amenity-grid,
    .vh-mini-grid {
        grid-template-columns: none !important;
    }

    .vh-room-card,
    .vh-trust-card,
    .vh-amenity-card,
    .vh-mini-item,
    .vh-story-card,
    .vh-cta-card,
    .vh-experience-card,
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-gallery-card,
    .vh-detail-tabs,
    .vh-page-card {
        border-radius: 24px;
    }

    .vh-room-body,
    .vh-story-card,
    .vh-cta-card,
    .vh-experience-card,
    .vh-filter-card,
    .vh-sidebar-card,
    .vh-detail-tabs,
    .vh-page-card {
        padding: 22px;
    }

    .vh-room-top,
    .vh-results-top,
    .vh-room-actions,
    .vh-footer-topbar-inner,
    .vh-footer-topbar-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .vh-room-actions .vh-btn,
    .vh-home-intro-actions .vh-btn,
    .vh-footer-topbar-actions .vh-btn,
    .vh-cta-actions .vh-btn {
        width: 100%;
        justify-content: center;
    }

    .vh-home-intro-actions,
    .vh-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vh-swipe-hint {
        display: flex;
    }

    .vh-detail-meta,
    .vh-feature-list,
    .vh-amenities-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vh-gallery-main--desktop {
        display: none;
    }

    .vh-gallery-thumbs {
        display: none;
    }

    .vh-gallery-mobile {
        display: block;
    }

    .vh-gallery-mobile-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-radius: 24px;
        background: #ebe5da;
    }

    .vh-gallery-mobile-track::-webkit-scrollbar {
        display: none;
    }

    .vh-gallery-mobile-slide {
        margin: 0;
        scroll-snap-align: start;
        aspect-ratio: 16 / 10;
        overflow: hidden;
    }

    .vh-gallery-mobile-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .vh-gallery-mobile-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 14px;
    }

    .vh-gallery-dot {
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(17,17,17,.16);
        transition: transform .2s ease, background .2s ease;
    }

    .vh-gallery-dot.is-active {
        background: var(--vh-gold-deep);
        transform: scale(1.15);
    }
}

@media (min-width: 981px) {
    .vh-gallery-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .vh-container {
        width: min(calc(100% - 18px), var(--vh-container));
    }

    .vh-header-inner {
        gap: 10px;
    }

    .vh-header-account span {
        display: none;
    }

    .vh-main-nav {
        padding: 98px 18px 30px;
    }

    .vh-mobile-slider-shell,
    .vh-mobile-slider-shell--rooms {
        width: calc(100% + 14px);
        margin-right: -14px;
    }

    .vh-mobile-slider-track,
    .vh-mobile-slider-shell .vh-room-grid,
    .vh-mobile-slider-shell .vh-amenity-grid,
    .vh-mobile-slider-shell .vh-mini-grid,
    .vh-mobile-slider-shell--rooms .vh-room-grid--slider,
    .vh-trust-grid.vh-mobile-slider-track {
        grid-auto-columns: 86%;
        padding-right: 14px;
    }

    .vh-home-headline,
    .vh-story-title,
    .vh-inner-hero h1,
    .vh-detail-title,
    .vh-page-card h1 {
        font-size: clamp(2.2rem, 10vw, 3.3rem);
    }

    .vh-detail-meta,
    .vh-feature-list,
    .vh-amenities-list,
    .vh-qty-box {
        grid-template-columns: 1fr;
    }

    .vh-gallery-card,
    .vh-booking-box {
        padding: 18px;
    }
}
