/*!
 * Traube Brand Layer Stylesheet
 * Loaded by mu-plugins/traube-brand-layer.php (v8.1+)
 * Cache via VM_TRAUBE_VERSION query string.
 */

/* ============================================================
 * 1. ASTRA OVERRIDES (must use !important - competes with Astra inline CSS)
 * ============================================================ */
html body, body p, body li, body button, body input, body textarea, body select {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
}
html body h1, body h2, body h3, body h4,
body .entry-title, body .site-title,
body .entry-content h1, body .entry-content h2, body .entry-content h3, body .entry-content h4,
body .uagb-heading-text, body .uagb-ifb-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
body h5, body h6 { font-family: 'Inter', sans-serif !important; }
body, .ast-separate-container { background-color: #f5ede0 !important; }
body header.site-header,
body .ast-primary-header-bar,
body .main-header-bar {
  background-color: #f5ede0 !important;
  background-image: none !important;
  border-bottom: 1px solid #e3d3b5 !important;
}
.site-title,
.ast-builder-header-logo .ast-site-title-wrap,
.ast-builder-header-logo img.custom-logo { display: none !important; }
.page .entry-header, .entry-header { display: none !important; }
.ast-page-builder-template #primary, .ast-plain-container #primary { padding-top: 0 !important; margin-top: 0 !important; }
.ast-page-builder-template .ast-container { max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
.ast-page-builder-template #primary, .ast-page-builder-template .entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.entry-content > .wp-block-cover.alignfull,
.entry-content > .wp-block-group.alignfull,
.wp-block-cover.alignfull { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; width: 100% !important; }
.entry-content > .wp-block-group { padding-left: 0; padding-right: 0; }
body header.site-header .ast-custom-button,
body header.site-header .wp-block-button__link {
  background-color: #c89b4a !important;
  color: #2a0e1a !important;
  border-color: #c89b4a !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  padding: 12px 22px !important;
  min-height: 44px !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}
body header.site-header .ast-custom-button:hover,
body header.site-header .wp-block-button__link:hover {
  background-color: #a87f35 !important;
  border-color: #a87f35 !important;
  color: #2a0e1a !important;
}
body header.site-header .ast-builder-button-wrap a.menu-link:not(.ast-custom-button-link) { display: none !important; }
[class^="uagb-block-"][class*="hero"] { background-attachment: scroll !important; }

/* Desktop primary menu polish v8.9 - centered with gold underline hover */
body header.site-header .ast-builder-menu-1,
body header.site-header .ast-builder-menu {
  justify-content: center !important;
}
body header.site-header .main-header-menu > .menu-item > .menu-link {
  position: relative !important;
  padding: 14px 18px !important;
}
body header.site-header .main-header-menu > .menu-item > .menu-link::after {
  content: "";
  position: absolute;
  left: 18px; right: 18px; bottom: 8px;
  height: 2px;
  background: var(--vm-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
}
body header.site-header .main-header-menu > .menu-item:hover > .menu-link::after,
body header.site-header .main-header-menu > .menu-item.current-menu-item > .menu-link::after {
  transform: scaleX(1);
}

/* Hamburger trigger (mobile) v8.9 - brand-styled */
body header.site-header .menu-toggle,
body header.site-header .main-header-menu-toggle,
body header .ast-mobile-menu-trigger-outline,
body header .ast-mobile-menu-trigger-fill,
body header .ast-mobile-menu-trigger-minimal {
  background: var(--vm-primary) !important;
  border: none !important;
  border-radius: 50% !important;
  color: var(--vm-bg) !important;
  width: 44px !important; height: 44px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  box-shadow: 0 4px 12px rgba(var(--vm-primary-rgb), 0.25) !important;
  transition: all 0.25s !important;
}
body header.site-header .menu-toggle:hover,
body header.site-header .main-header-menu-toggle:hover {
  background: var(--vm-primary-d) !important;
  transform: scale(1.05) !important;
}
body header .menu-toggle svg,
body header .ast-mobile-menu-trigger-outline svg {
  width: 20px !important; height: 20px !important;
  fill: currentColor !important;
}

/* Mobile drawer (off-canvas) v8.9 - cream elegant */
.ast-mobile-popup-drawer {
  z-index: 99999 !important;
}
.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
  background: rgba(18, 14, 18, 0.85) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background: linear-gradient(180deg, var(--vm-bg) 0%, var(--vm-bg-alt) 100%) !important;
  box-shadow: -8px 0 32px rgba(0,0,0,0.25) !important;
  padding: 16px 24px 40px !important;
}
/* Brand row at top of drawer (close button area) */
.ast-mobile-popup-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(var(--vm-text-rgb), 0.08) !important;
  margin-bottom: 24px !important;
}
.ast-mobile-popup-header::before {
  content: "Hotel Traube Mediaș";
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700;
  color: var(--vm-primary);
  letter-spacing: -0.01em;
}
.menu-toggle-close {
  background: rgba(var(--vm-primary-rgb), 0.08) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important; height: 40px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--vm-primary) !important;
  transition: all 0.25s !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.menu-toggle-close:hover {
  background: var(--vm-primary) !important;
  color: var(--vm-white) !important;
  transform: rotate(90deg);
}
.menu-toggle-close svg { width: 18px !important; height: 18px !important; fill: currentColor !important; }

/* Menu items inside drawer - large, spacious, gold-bordered */
.ast-mobile-popup-content .menu-item,
.ast-mobile-popup-content ul.menu-primary-fallback li,
.ast-mobile-popup-content #menu-primary-fallback li {
  list-style: none !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(var(--vm-text-rgb), 0.06) !important;
}
.ast-mobile-popup-content .menu-item:last-child,
.ast-mobile-popup-content #menu-primary-fallback li:last-child {
  border-bottom: none !important;
}
.ast-mobile-popup-content .menu-item > a,
.ast-mobile-popup-content .menu-link,
.ast-mobile-popup-content #menu-primary-fallback a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 8px !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: var(--vm-text) !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  transition: color 0.2s, transform 0.2s !important;
}
.ast-mobile-popup-content .menu-item > a::after,
.ast-mobile-popup-content #menu-primary-fallback a::after {
  content: "→";
  color: var(--vm-accent);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.25s;
}
.ast-mobile-popup-content .menu-item > a:hover,
.ast-mobile-popup-content .menu-item.current-menu-item > a,
.ast-mobile-popup-content #menu-primary-fallback a:hover,
.ast-mobile-popup-content #menu-primary-fallback li.current-menu-item a {
  color: var(--vm-primary) !important;
  transform: translateX(4px);
}
.ast-mobile-popup-content .menu-item > a:hover::after,
.ast-mobile-popup-content .menu-item.current-menu-item > a::after,
.ast-mobile-popup-content #menu-primary-fallback a:hover::after,
.ast-mobile-popup-content #menu-primary-fallback li.current-menu-item a::after {
  opacity: 1;
  transform: translateX(0);
}

/* Quick CTA strip at bottom of drawer (added via JS) */
.vm-drawer-cta {
  margin-top: 32px;
  padding: 20px;
  background: var(--vm-primary);
  color: var(--vm-white);
  border-radius: var(--vm-radius);
  text-align: center;
}
.vm-drawer-cta strong { display: block; font-family: 'Playfair Display', serif; font-size: 16px; margin-bottom: 4px; color: var(--vm-white); }
.vm-drawer-cta small { display: block; font-size: 12px; opacity: 0.85; margin-bottom: 14px; color: var(--vm-white); }
.vm-drawer-cta a {
  display: inline-block;
  background: var(--vm-accent);
  color: var(--vm-primary-darker) !important;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vm-drawer-contact {
  margin-top: 24px;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  color: var(--vm-text-l);
}
.vm-drawer-contact a {
  color: var(--vm-primary);
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}
.vm-drawer-contact a:hover { color: var(--vm-accent); }


/* ============================================================
 * 2. BRAND FOUNDATION (CSS variables)
 * ============================================================ */
:root {
  --vm-primary: #6b1f2f;
  --vm-primary-d: #4f1421;
  --vm-primary-darker: #2a0e1a;
  --vm-accent: #c89b4a;
  --vm-accent-l: #e3b766;
  --vm-accent-d: #a87f35;
  --vm-secondary: #4a6b53;
  --vm-text: #3d2e1f;
  --vm-text-l: #6b5440;
  --vm-text-xl: #9b8470;
  --vm-bg: #f5ede0;
  --vm-bg-alt: #ede0c8;
  --vm-bg-subtle: #e3d3b5;
  --vm-card-bg: #fdfaf3;
  --vm-dark: #2a0e1a;
  --vm-white: #ffffff;
  --vm-primary-rgb: 107, 31, 47;
  --vm-accent-rgb: 200, 155, 74;
  --vm-text-rgb: 61, 46, 31;
  --vm-radius: 10px;
  --vm-radius-lg: 16px;
  --vm-shadow-sm: 0 1px 3px rgba(58, 36, 28, 0.04);
  --vm-shadow: 0 4px 16px rgba(58, 36, 28, 0.06);
  --vm-shadow-lg: 0 12px 32px rgba(58, 36, 28, 0.10);
  --vm-trans: 0.3s cubic-bezier(.2,.8,.2,1);
  --ast-global-color-0: var(--vm-primary);
  --ast-global-color-1: var(--vm-primary-d);
  --ast-global-color-2: var(--vm-text);
  --ast-global-color-3: var(--vm-text-l);
  --ast-global-color-4: var(--vm-white);
  --ast-global-color-5: var(--vm-bg);
  --ast-global-color-8: var(--vm-bg-alt);
}
::selection { background: var(--vm-accent); color: var(--vm-primary-darker); }
html { scroll-behavior: smooth; background-color: var(--vm-bg); }


/* ============================================================
 * 3. TYPOGRAPHY
 * ============================================================ */
body { color: var(--vm-text); font-size: 16px; line-height: 1.65; }
h1, h2, h3, h4, h5, h6 { color: var(--vm-text); margin: 0 0 16px; }
h1 { font-size: 54px; font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: 38px; font-weight: 600; line-height: 1.15; }
h3 { font-size: 26px; font-weight: 600; line-height: 1.25; }
h4 { font-size: 20px; font-weight: 600; line-height: 1.3; }
h5 { font-size: 17px; font-weight: 600; line-height: 1.4; }
h6 { font-size: 13px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.08em; color: var(--vm-text-l); }
p, li, .entry-content p, .entry-content li { font-size: 16px; line-height: 1.7; color: var(--vm-text); margin-bottom: 16px; }
.vm-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--vm-primary);
  display: inline-block; position: relative;
  padding-left: 28px; margin-bottom: 14px;
}
.vm-eyebrow::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 20px; height: 1px; background: var(--vm-accent);
}
.vm-section-header .vm-eyebrow, .vm-cta-strip .vm-eyebrow { padding-left: 0; }
.vm-section-header .vm-eyebrow::before, .vm-cta-strip .vm-eyebrow::before { display: none; }
.entry-content :where(p, li) a:not(.wp-block-button__link):not(.vm-cta-btn):not([class*="vm-"]) {
  color: var(--vm-primary);
  text-decoration: underline;
  text-decoration-color: rgba(var(--vm-accent-rgb), 0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}
.entry-content :where(p, li) a:hover { text-decoration-color: var(--vm-accent); text-decoration-thickness: 2px; }
.entry-content blockquote, .vm-quote {
  background: var(--vm-bg-alt);
  border-left: 4px solid var(--vm-accent);
  padding: 28px 32px;
  margin: 32px 0;
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
  border-radius: 0 var(--vm-radius) var(--vm-radius) 0;
}
.entry-content blockquote cite, .vm-quote-cite {
  display: block; margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-style: normal; font-weight: 600;
  color: var(--vm-primary);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.entry-content blockquote cite::before, .vm-quote-cite::before { content: "— "; }


/* ============================================================
 * 4. HEADER - brand block + menu
 * ============================================================ */
.vm-brand-block-fixed {
  position: fixed; top: 0; left: 0; z-index: 1001;
  display: flex; flex-direction: column;
  text-decoration: none !important;
  line-height: 1.1;
  padding: 18px 40px;
  pointer-events: auto;
}
.vm-brand-block-fixed .vm-brand-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700;
  color: var(--vm-primary);
  line-height: 1.05; letter-spacing: -0.01em;
}
.vm-brand-block-fixed .vm-brand-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--vm-accent);
  margin-top: 4px;
}
body.admin-bar .vm-brand-block-fixed { top: 32px; }
body header.site-header .menu-item > a,
body header.site-header .menu-link {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: var(--vm-text) !important;
  padding: 12px 18px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
body header.site-header .menu-item:hover > .menu-link,
body header.site-header .menu-link:hover,
body header.site-header .menu-item.current-menu-item > .menu-link { color: var(--vm-primary) !important; }
body header.site-header .sub-menu,
body header.site-header ul.sub-menu {
  background: var(--vm-white) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: var(--vm-radius) !important;
  box-shadow: var(--vm-shadow-lg) !important;
  padding: 8px 0 !important;
}
body header.site-header .sub-menu li > a {
  color: var(--vm-text) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 10px 18px !important;
  background: transparent !important;
}
body header.site-header .sub-menu li > a:hover,
body header.site-header .sub-menu .current-menu-item > a {
  color: var(--vm-primary) !important;
  background: var(--vm-bg-alt) !important;
}


/* ============================================================
 * 5. COMPONENTS
 * ============================================================ */
.vm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.vm-section, .entry-content > .wp-block-group { padding: 96px 24px; }
.vm-section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; padding: 0 16px; }
.vm-section-header h2 { margin: 8px 0 16px; }
.vm-section-header p { color: var(--vm-text-l); font-size: 17px; line-height: 1.6; }

.vm-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 40px 0; }
.vm-pillar {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.04);
  border-radius: var(--vm-radius);
  padding: 44px 28px;
  text-align: center;
  transition: all var(--vm-trans);
  box-shadow: var(--vm-shadow-sm);
}
.vm-pillar:hover { transform: translateY(-2px); border-color: rgba(var(--vm-accent-rgb), 0.6); box-shadow: var(--vm-shadow); }
.vm-pillar-icon {
  width: 68px; height: 68px;
  margin: 0 auto 24px;
  background: rgba(var(--vm-primary-rgb), 0.06);
  color: var(--vm-primary);
  border: 2px solid rgba(var(--vm-accent-rgb), 0.5);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 28px;
  transition: all var(--vm-trans);
}
.vm-pillar:hover .vm-pillar-icon { background: rgba(var(--vm-primary-rgb), 0.1); border-color: var(--vm-accent); }
.vm-pillar h3 { font-size: 20px; margin-bottom: 12px; }
.vm-pillar p { color: var(--vm-text-l); font-size: 15px; margin: 0; }

.vm-camere-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 40px 0; }
.vm-room-card {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.04);
  border-radius: var(--vm-radius);
  overflow: hidden;
  transition: all var(--vm-trans);
  box-shadow: var(--vm-shadow-sm);
  display: flex; flex-direction: column;
}
.vm-room-card:hover { transform: translateY(-2px); border-color: rgba(var(--vm-accent-rgb), 0.6); box-shadow: var(--vm-shadow); }
.vm-room-card-image { aspect-ratio: 4/3; overflow: hidden; background: var(--vm-bg-alt); }
.vm-room-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.vm-room-card:hover .vm-room-card-image img { transform: scale(1.04); }
.vm-room-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.vm-room-card-body h3 { font-size: 22px; margin: 0 0 8px; }
.vm-room-card-meta { color: var(--vm-text-l); font-size: 14px; margin-bottom: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
.vm-room-card-meta span:not(:last-child)::after { content: "·"; margin-left: 12px; color: var(--vm-text-xl); }
.vm-room-card-desc { color: var(--vm-text-l); font-size: 15px; margin-bottom: 20px; flex: 1; }
.vm-room-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--vm-text-rgb), 0.06);
  flex-wrap: wrap; gap: 12px;
}
.vm-room-card-price { font-size: 18px; font-weight: 600; color: var(--vm-primary); font-family: 'Playfair Display', serif; }
.vm-room-card-price small { font-size: 13px; color: var(--vm-text-l); font-weight: 400; font-family: 'Inter', sans-serif; }
.vm-room-card-cta { font-size: 14px; font-weight: 600; color: var(--vm-primary); text-decoration: none; }
.vm-room-card-cta:hover { color: var(--vm-accent-d); }
.vm-room-card-cta::after { content: " →"; transition: transform 0.3s; display: inline-block; }
.vm-room-card-cta:hover::after { transform: translateX(4px); }

.vm-room-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin: 40px 0;
  background: var(--vm-bg-alt);
  border-radius: var(--vm-radius);
  padding: 32px;
}
.vm-room-stat { text-align: center; }
.vm-room-stat-icon { font-size: 28px; margin-bottom: 8px; color: var(--vm-primary); }
.vm-room-stat-value { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--vm-text); }
.vm-room-stat-label { font-size: 12px; color: var(--vm-text-l); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

.vm-poi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.vm-poi-card {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.04);
  border-radius: var(--vm-radius);
  padding: 28px 24px;
  transition: all var(--vm-trans);
  box-shadow: var(--vm-shadow-sm);
}
.vm-poi-card:hover { transform: translateY(-2px); border-color: rgba(var(--vm-accent-rgb), 0.6); box-shadow: var(--vm-shadow); }
.vm-poi-card-distance { font-size: 11px; font-weight: 700; color: var(--vm-primary); text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 10px; }
.vm-poi-card h4 { font-size: 18px; margin: 0 0 12px; line-height: 1.3; }
.vm-poi-card p { font-size: 14px; color: var(--vm-text-l); margin: 0; line-height: 1.65; }

.vm-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 40px 0; }
.vm-testimonial {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.04);
  border-top: 2px solid var(--vm-accent);
  border-radius: var(--vm-radius);
  padding: 36px 32px;
  position: relative;
  box-shadow: var(--vm-shadow-sm);
  transition: all var(--vm-trans);
}
.vm-testimonial:hover { transform: translateY(-2px); box-shadow: var(--vm-shadow); }
.vm-testimonial::before {
  content: "”"; position: absolute; top: 8px; right: 24px;
  font-family: 'Playfair Display', serif; font-size: 80px; line-height: 1;
  color: rgba(var(--vm-primary-rgb), 0.08);
}
.vm-testimonial-text { font-style: italic; color: var(--vm-text); margin: 0 0 20px; font-size: 16px; line-height: 1.7; }
.vm-testimonial-meta { display: flex; align-items: center; gap: 12px; }
.vm-testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--vm-primary); color: var(--vm-white); display: grid; place-items: center; font-weight: 600; font-family: 'Playfair Display', serif; }
.vm-testimonial-author { font-weight: 600; font-size: 14px; color: var(--vm-text); }
.vm-testimonial-source { font-size: 12px; color: var(--vm-text-l); }

.vm-cellar-feature {
  background: linear-gradient(135deg, rgba(var(--vm-primary-rgb), 0.04) 0%, rgba(var(--vm-accent-rgb), 0.04) 100%);
  border-left: 4px solid var(--vm-primary);
  border-radius: var(--vm-radius);
  padding: 32px;
  margin: 32px 0;
}
.vm-cellar-feature .vm-eyebrow { color: var(--vm-primary); }
.vm-cellar-feature h3 { margin: 0 0 12px; }
.vm-cellar-feature p { margin: 0; color: var(--vm-text); }

.vm-cta-strip {
  background: linear-gradient(135deg, var(--vm-primary) 0%, var(--vm-primary-d) 100%);
  color: var(--vm-white);
  padding: 64px 24px;
  text-align: center;
}
.vm-cta-strip-inner { max-width: 720px; margin: 0 auto; }
.vm-cta-strip h2, .vm-cta-strip h3 { color: var(--vm-white); margin: 0 0 12px; }
.vm-cta-strip p { color: rgba(255,255,255,0.85); font-size: 17px; margin: 0 0 28px; }
.vm-cta-btn {
  display: inline-block;
  background: var(--vm-accent);
  color: var(--vm-primary-darker);
  padding: 16px 36px;
  border-radius: var(--vm-radius);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--vm-trans);
}
.vm-cta-btn:hover { background: var(--vm-white); transform: translateY(-2px); box-shadow: var(--vm-shadow-lg); color: var(--vm-primary-darker); }

.vm-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.vm-gallery-item { aspect-ratio: 4/3; overflow: hidden; border-radius: var(--vm-radius); background: var(--vm-bg-alt); cursor: zoom-in; }
.vm-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.vm-gallery-item:hover img { transform: scale(1.05); }

.vm-timeline { position: relative; max-width: 800px; margin: 40px auto; padding: 20px 0; }
.vm-timeline::before {
  content: ""; position: absolute; left: 30px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, var(--vm-accent) 0%, var(--vm-primary) 100%);
}
.vm-timeline-item { position: relative; padding: 0 0 40px 80px; }
.vm-timeline-item::before {
  content: ""; position: absolute; left: 22px; top: 8px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--vm-accent);
  border: 3px solid var(--vm-bg);
  box-shadow: 0 0 0 2px var(--vm-primary);
}
.vm-timeline-year { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--vm-primary); margin-bottom: 8px; }
.vm-timeline-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; margin: 0 0 6px; }
.vm-timeline-text { color: var(--vm-text-l); font-size: 15px; margin: 0; }

.vm-rating-banner {
  background: var(--vm-bg-alt);
  border-bottom: 1px solid rgba(var(--vm-text-rgb), 0.06);
  padding: 12px 24px;
  text-align: center;
}
.vm-rating-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; font-size: 14px; }
.vm-rating-item { display: inline-flex; align-items: center; gap: 8px; }
.vm-rating-stars { color: var(--vm-accent); font-size: 16px; letter-spacing: 1px; }
.vm-rating-score { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--vm-primary); }
.vm-rating-source { color: var(--vm-text-l); font-size: 13px; }
@media (max-width: 768px) {
  .vm-rating-banner { padding: 10px 16px; }
  .vm-rating-inner { gap: 6px 18px; font-size: 13px; }
  .vm-rating-item { display: inline-flex; flex-wrap: wrap; justify-content: center; row-gap: 2px; }
}


/* ============================================================
 * 6. HERO COVER OVERLAY (full bleed default cover)
 * ============================================================ */
.wp-block-cover.alignfull { position: relative; }
.wp-block-cover.alignfull::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(42, 14, 26, 0.35) 90%),
    linear-gradient(180deg,
      rgba(42, 14, 26, 0.25) 0%,
      rgba(42, 14, 26, 0.45) 50%,
      rgba(42, 14, 26, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignfull > div:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  position: relative;
  z-index: 2;
}
.wp-block-cover.alignfull h1,
.wp-block-cover.alignfull h2 { text-shadow: 0 2px 32px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.4) !important; }
.wp-block-cover.alignfull p {
  text-shadow: 0 1px 16px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.35) !important;
  color: rgba(255,255,255,0.96) !important;
}
.wp-block-cover.alignfull .vm-eyebrow {
  color: var(--vm-accent) !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5) !important;
}


/* ============================================================
 * 6b. HERO PREMIUM (.vm-hero-cover homepage)
 * ============================================================ */
.vm-hero-cover {
  min-height: calc(100vh - 80px) !important;
  position: relative;
  overflow: hidden;
}
.vm-hero-cover .wp-block-cover__image-background {
  animation: vm-hero-zoom 24s ease-in-out infinite alternate;
}
@keyframes vm-hero-zoom {
  0%   { transform: scale(1) translateZ(0); }
  100% { transform: scale(1.08) translateZ(0); }
}
.vm-hero-cover::after {
  background: linear-gradient(180deg,
    rgba(18, 14, 18, 0)    0%,
    rgba(18, 14, 18, 0)    35%,
    rgba(18, 14, 18, 0.25) 55%,
    rgba(18, 14, 18, 0.45) 78%,
    rgba(18, 14, 18, 0.65) 100%) !important;
}
.vm-hero-cover .wp-block-cover__background.has-background-dim { opacity: 0 !important; }
.vm-hero-inner {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  padding: 80px 24px 140px !important;
  text-align: center;
}
.vm-hero-side-accent {
  position: absolute;
  right: 32px; top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.5em;
  color: var(--vm-accent);
  opacity: 0.55;
  z-index: 3;
  text-transform: uppercase;
}
.vm-hero-content {
  max-width: 860px; width: 100%;
  position: relative; z-index: 2;
  padding: 40px 24px;
  background: radial-gradient(ellipse at center,
    rgba(15, 12, 14, 0.32) 0%,
    rgba(15, 12, 14, 0.20) 55%,
    rgba(15, 12, 14, 0.06) 80%,
    transparent 100%);
}
.vm-hero-eyebrow {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
  color: var(--vm-accent);
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.32em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.vm-hero-eyebrow .vm-line {
  width: 40px; height: 1px;
  background: var(--vm-accent);
  display: inline-block;
}
.vm-hero-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(38px, 6vw, 68px) !important;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--vm-white) !important;
  margin: 0 0 24px !important;
  text-shadow:
    0 3px 50px rgba(0,0,0,0.75),
    0 2px 14px rgba(0,0,0,0.55),
    0 1px 4px rgba(0,0,0,0.5) !important;
}
.vm-hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--vm-accent-l);
  display: inline;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.85),
    0 2px 8px rgba(0,0,0,0.6),
    0 1px 3px rgba(0,0,0,0.5);
}
.vm-hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px) !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.96) !important;
  margin: 0 auto 36px !important;
  font-weight: 400;
  max-width: 680px;
  text-shadow:
    0 2px 24px rgba(0,0,0,0.7),
    0 1px 6px rgba(0,0,0,0.5),
    0 1px 2px rgba(0,0,0,0.4) !important;
}
.vm-hero-subtitle em {
  font-style: italic;
  color: var(--vm-accent-l);
  font-weight: 600;
  text-shadow:
    0 2px 16px rgba(0,0,0,0.85),
    0 1px 4px rgba(0,0,0,0.6);
}
.vm-hero-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin: 0 auto 56px;
}
.vm-hero-btn-primary, .vm-hero-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 17px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600; font-size: 15px;
  letter-spacing: 0.04em;
  transition: all 0.35s cubic-bezier(.2,.8,.2,1);
  min-height: 54px;
  text-transform: uppercase;
}
.vm-hero-btn-primary {
  background: var(--vm-accent);
  color: var(--vm-primary-darker) !important;
  box-shadow: 0 10px 30px rgba(200, 155, 74, 0.45), 0 0 0 1px rgba(200, 155, 74, 0.6);
}
.vm-hero-btn-primary:hover {
  background: var(--vm-white);
  color: var(--vm-primary-darker) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(200, 155, 74, 0.6), 0 0 0 1px var(--vm-accent);
}
.vm-hero-btn-secondary {
  background: rgba(42, 14, 26, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--vm-white) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  padding: 15.5px 38px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.vm-hero-btn-secondary:hover {
  background: var(--vm-white);
  border-color: var(--vm-white);
  color: var(--vm-primary-darker) !important;
  text-shadow: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.vm-hero-trust {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.8),
    0 1px 3px rgba(0,0,0,0.5);
}
.vm-hero-trust strong {
  color: var(--vm-accent-l);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-right: 4px;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.85),
    0 1px 4px rgba(0,0,0,0.5);
}
.vm-hero-trust-sep {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}
.vm-hero-scroll {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  gap: 8px;
  color: var(--vm-white) !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.32em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.5);
  z-index: 5;
  animation: vm-hero-scroll-bounce 2.4s ease-in-out infinite;
  transition: color 0.3s, transform 0.3s;
  padding: 6px 10px;
}
.vm-hero-scroll:hover .vm-hero-scroll-arrow {
  border-color: var(--vm-accent);
  color: var(--vm-accent);
}
.vm-hero-scroll-arrow {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 18px; line-height: 1;
  color: var(--vm-white);
  backdrop-filter: blur(2px);
  background: rgba(42, 14, 26, 0.18);
  transition: all 0.3s;
}
@keyframes vm-hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}
@media (max-width: 768px) {
  .vm-hero-cover { min-height: calc(100vh - 60px) !important; }
  .vm-hero-side-accent { display: none; }
  .vm-hero-inner { padding: 56px 16px 80px !important; }
  .vm-hero-eyebrow { gap: 12px; font-size: 10px; letter-spacing: 0.25em; margin-bottom: 24px; }
  .vm-hero-eyebrow .vm-line { width: 20px; }
  .vm-hero-title { margin-bottom: 20px !important; }
  .vm-hero-subtitle { margin-bottom: 32px !important; }
  .vm-hero-actions { flex-direction: column; gap: 12px; width: 100%; max-width: 320px; margin: 0 auto 40px; }
  .vm-hero-btn-primary, .vm-hero-btn-secondary { width: 100%; padding: 15px 24px; font-size: 14px; }
  .vm-hero-trust { font-size: 11px; gap: 12px; }
  .vm-hero-trust-sep { display: none; }
  .vm-hero-scroll { bottom: 16px; font-size: 9px; }
  .vm-hero-scroll-arrow { font-size: 18px; }
}


/* ============================================================
 * 7. FOOTER (custom replacement of Astra footer)
 * ============================================================ */
.site-footer, .ast-footer-overlay, .site-below-footer-wrap,
.site-primary-footer-wrap, .site-above-footer-wrap,
.footer-sml-section-1, .footer-sml-section-2 { display: none !important; }

.vm-footer {
  background: linear-gradient(180deg, var(--vm-text) 0%, var(--vm-dark) 100%);
  color: rgba(245, 237, 224, 0.92);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-top: 0 !important;
}
.vm-footer p,
.vm-footer li,
.vm-footer span,
.vm-footer div { color: rgba(245, 237, 224, 0.92); }
.vm-footer a { color: rgba(245, 237, 224, 0.92); text-decoration: none; transition: color 0.2s; }
.vm-footer a:hover { color: var(--vm-accent); }
.vm-footer-cta-strip { background: linear-gradient(135deg, var(--vm-primary), var(--vm-primary-d)); padding: 32px 24px; }
.vm-footer-cta-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 24px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.vm-footer-cta-text { color: var(--vm-white); font-size: 17px; flex: 1; min-width: 280px; }
.vm-footer-cta-text strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; display: block; margin-bottom: 4px; }
.vm-footer-cta-btn {
  background: var(--vm-accent);
  color: var(--vm-primary-darker) !important;
  padding: 14px 28px;
  border-radius: var(--vm-radius);
  font-weight: 600;
  white-space: nowrap;
  transition: all var(--vm-trans);
}
.vm-footer-cta-btn:hover { background: var(--vm-white); color: var(--vm-primary-darker) !important; transform: translateY(-2px); }
.vm-footer-main { padding: 64px 24px 48px; }
.vm-footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
.vm-footer-brand .vm-footer-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--vm-white); margin-bottom: 4px; }
.vm-footer-brand .vm-footer-tagline { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--vm-accent); margin-bottom: 16px; }
.vm-footer-brand p { font-size: 14px; line-height: 1.7; margin: 0 0 20px; color: rgba(245, 237, 224, 0.88); }
.vm-footer-social { display: flex; gap: 10px; }
.vm-footer-social a {
  width: 42px; height: 42px;
  border: 1px solid rgba(245, 237, 224, 0.35);
  border-radius: 50%;
  display: grid; place-items: center;
  color: rgba(245, 237, 224, 0.95);
  transition: all 0.25s;
  background: rgba(255,255,255,0.04);
}
.vm-footer-social a:hover { background: var(--vm-accent); color: var(--vm-primary-darker); border-color: var(--vm-accent); transform: translateY(-2px); }
.vm-footer-social svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.vm-footer-col h4 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--vm-white); margin: 0 0 16px; font-weight: 600; }
.vm-footer-col ul { list-style: none; padding: 0; margin: 0; }
.vm-footer-col li { padding: 6px 0; line-height: 1.6; font-size: 14px; color: rgba(245, 237, 224, 0.92); }
.vm-footer-col li span { color: var(--vm-accent); margin-right: 6px; font-size: 12px; display: inline-block; width: 18px; }
.vm-footer-col li small { color: rgba(245, 237, 224, 0.70); margin-left: 4px; }
.vm-footer-bottom { background: rgba(0,0,0,0.30); padding: 18px 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.vm-footer-bottom-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12px; color: rgba(245, 237, 224, 0.78); }
.vm-footer-bottom a { color: var(--vm-accent); text-decoration: none; }
.vm-footer-bottom a:hover { color: var(--vm-white); }


/* ============================================================
 * 8. MOBILE STICKY BOTTOM CTA
 * ============================================================ */
.vm-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--vm-primary-darker);
  display: none;
  z-index: 9996;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  gap: 8px;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
  transition: transform 0.3s;
}
.vm-sticky-cta.vm-hidden { transform: translateY(110%); }
.vm-sticky-cta-btn {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 8px 4px;
  border-radius: var(--vm-radius);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  min-height: 50px;
}
.vm-sticky-cta-icon { font-size: 20px; line-height: 1; margin-bottom: 2px; }
.vm-sticky-cta-call { background: rgba(255,255,255,0.08); color: var(--vm-bg); }
.vm-sticky-cta-whatsapp { background: #25D366; color: var(--vm-white); }
.vm-sticky-cta-book { background: var(--vm-accent); color: var(--vm-primary-darker); flex: 1.4; }


/* ============================================================
 * 9. WHATSAPP FAB
 * ============================================================ */
.vm-whatsapp-fab {
  position: fixed;
  bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  left: 24px;
  z-index: 9997;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  animation: vm-wa-pulse 2.4s ease-in-out infinite;
  transition: transform 0.3s;
}
.vm-whatsapp-fab:hover { transform: scale(1.08); background: #20BD5C; }
@keyframes vm-wa-pulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.4); }
  50%      { box-shadow: 0 8px 28px rgba(37,211,102,0.5), 0 0 0 16px rgba(37,211,102,0); }
}


/* ============================================================
 * 10. COOKIE CONSENT GDPR
 * ============================================================ */
.vm-cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 99998;
  background: rgba(42, 14, 26, 0.97);
  backdrop-filter: saturate(140%) blur(8px);
  color: var(--vm-bg);
  padding: 20px 24px calc(20px + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  transition: transform 0.5s;
  font-family: 'Inter', sans-serif;
}
.vm-cookie-bar.vm-show { transform: translateY(0); }
.vm-cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: space-between; }
.vm-cookie-text { flex: 1 1 400px; font-size: 14px; line-height: 1.6; }
.vm-cookie-text strong, .vm-cookie-text a { color: var(--vm-accent); }
.vm-cookie-text a { text-decoration: underline; }
.vm-cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.vm-cookie-btn { padding: 12px 22px; border-radius: var(--vm-radius); font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; border: none; transition: all 0.3s; min-height: 44px; }
.vm-cookie-accept { background: var(--vm-accent); color: var(--vm-primary-darker); }
.vm-cookie-accept:hover { background: var(--vm-white); transform: translateY(-1px); }
.vm-cookie-refuse { background: transparent; color: var(--vm-bg); border: 1px solid rgba(255,255,255,0.3); }
.vm-cookie-refuse:hover { background: rgba(255,255,255,0.08); }


/* ============================================================
 * 11. 404 BRANDED
 * ============================================================ */
.error404 #primary, .error404 #content { display: none !important; }
.vm-404 {
  position: fixed; inset: 0;
  display: grid; place-items: center;
  padding: 80px 24px;
  background: linear-gradient(180deg, var(--vm-bg) 0%, var(--vm-bg-alt) 100%);
  z-index: 100;
  overflow-y: auto;
}
.vm-404-inner { max-width: 640px; text-align: center; }
.vm-404-glyph {
  font-family: 'Playfair Display', serif;
  font-size: 140px; line-height: 1; font-weight: 700;
  margin: 0 0 12px;
  background: linear-gradient(180deg, var(--vm-accent), var(--vm-primary));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vm-404 h1 { font-family: 'Playfair Display', serif; font-size: 36px; margin: 0 0 16px; }
.vm-404-sub { font-size: 17px; color: var(--vm-text-l); margin: 0 0 32px; }
.vm-404-actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.vm-404-btn-primary, .vm-404-btn-secondary { padding: 14px 28px; border-radius: var(--vm-radius); font-weight: 600; text-decoration: none; transition: all 0.3s; }
.vm-404-btn-primary { background: var(--vm-primary); color: var(--vm-white); }
.vm-404-btn-primary:hover { background: var(--vm-primary-d); transform: translateY(-2px); }
.vm-404-btn-secondary { background: transparent; color: var(--vm-primary); border: 2px solid var(--vm-primary); }
.vm-404-btn-secondary:hover { background: var(--vm-primary); color: var(--vm-white); }
.vm-404-suggest { font-size: 14px; color: var(--vm-text-l); }
.vm-404-suggest a { color: var(--vm-primary); font-weight: 500; text-decoration: none; }
.vm-404-suggest a:hover { color: var(--vm-accent); text-decoration: underline; }


/* ============================================================
 * 12. RESPONSIVE - tablet
 * ============================================================ */
@media (max-width: 920px) {
  body h1 { font-size: 42px; }
  body h2 { font-size: 30px; }
  body h3 { font-size: 22px; }
  .vm-section, .entry-content > .wp-block-group { padding: 72px 24px; }
  .vm-pillars-grid, .vm-camere-grid, .vm-testimonial-grid { grid-template-columns: 1fr; gap: 24px; }
  .vm-poi-grid { grid-template-columns: repeat(2, 1fr); }
  .vm-room-stats { grid-template-columns: repeat(2, 1fr); }
  .vm-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .vm-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  body h1 { font-size: 32px; }
  body h2 { font-size: 26px; }
  body h3 { font-size: 20px; }
  body p, body li { font-size: 15px; }
  .vm-section, .entry-content > .wp-block-group { padding: 56px 16px; }
  .vm-container { padding: 0 16px; }
  .vm-section-header { margin-bottom: 40px; }
  .vm-poi-grid, .vm-footer-grid, .vm-gallery-grid { grid-template-columns: 1fr; }
  .vm-room-stats { grid-template-columns: repeat(2, 1fr); padding: 24px; }
  .vm-cellar-feature { padding: 24px 20px; }
  .entry-content blockquote, .vm-quote { padding: 24px 20px; font-size: 17px; }
  .vm-cta-strip { padding: 48px 16px; }
  .vm-sticky-cta { display: flex; }
  .vm-whatsapp-fab { display: none; }
  .vm-brand-block-fixed { padding: 10px 14px; max-width: 70vw; }
  .vm-brand-block-fixed .vm-brand-title { font-size: 16px; }
  .vm-brand-block-fixed .vm-brand-tagline { font-size: 8.5px; letter-spacing: 0.10em; }
  .vm-footer-bottom { padding-bottom: calc(18px + 80px); }
  .vm-footer-cta-inner { flex-direction: column; text-align: center; }
  .vm-footer-cta-btn { width: 100%; }
  .wp-block-cover.alignfull { min-height: 420px !important; padding: 32px 16px !important; }
  .wp-block-cover.alignfull h1 { font-size: 26px !important; }
  .wp-block-cover.alignfull h2 { font-size: 22px !important; }
  .wp-block-cover.alignfull p { font-size: 14px !important; }
}


/* ============================================================
 * 13. SCROLL REVEAL + HEADER SHRINK (v8.0)
 * ============================================================ */
.vm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(.2,.8,.2,1), transform 0.7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.vm-reveal.vm-visible { opacity: 1; transform: translateY(0); }
.vm-reveal-d2 { transition-delay: 0.08s; }
.vm-reveal-d3 { transition-delay: 0.16s; }
.vm-reveal-d4 { transition-delay: 0.24s; }

body header.site-header {
  transition: padding 0.3s, background-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
  position: sticky;
  top: 0;
  z-index: 999;
}
body header.site-header.vm-scrolled {
  background-color: rgba(245, 237, 224, 0.92) !important;
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 4px 24px rgba(58, 36, 28, 0.10);
}
.vm-scrolled .ast-main-header-bar-wrap > div,
.vm-scrolled .ast-builder-grid-row { padding-top: 2px !important; padding-bottom: 2px !important; }


/* ============================================================
 * 14. LIGHTBOX
 * ============================================================ */
.vm-gallery-item, .vm-gallery-item img { cursor: zoom-in; }
.vm-lightbox {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(15, 10, 14, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  animation: vm-lightbox-fade 0.25s ease;
}
.vm-lightbox.vm-open { display: flex; }
@keyframes vm-lightbox-fade { from { opacity: 0; } to { opacity: 1; } }
.vm-lightbox-img {
  max-width: 92vw; max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  border-radius: 8px;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-drag: none;
}
.vm-lightbox-close,
.vm-lightbox-prev,
.vm-lightbox-next {
  position: absolute;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.30);
  color: var(--vm-white);
  width: 50px; height: 50px;
  border-radius: 50%;
  font-size: 22px; cursor: pointer;
  display: grid; place-items: center;
  transition: all 0.25s;
  font-family: 'Inter', sans-serif;
}
.vm-lightbox-close:hover,
.vm-lightbox-prev:hover,
.vm-lightbox-next:hover {
  background: var(--vm-accent);
  color: var(--vm-primary-darker);
  border-color: var(--vm-accent);
  transform: scale(1.06);
}
.vm-lightbox-close { top: 24px; right: 24px; }
.vm-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.vm-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.vm-lightbox-prev:hover { transform: translateY(-50%) scale(1.06); }
.vm-lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
.vm-lightbox-caption {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  background: rgba(0,0,0,0.55);
  padding: 8px 18px; border-radius: 100px;
  max-width: 80vw; text-align: center;
}
@media (max-width: 768px) {
  .vm-lightbox-prev, .vm-lightbox-next { width: 40px; height: 40px; }
  .vm-lightbox-prev { left: 12px; }
  .vm-lightbox-next { right: 12px; }
  .vm-lightbox-close { top: 12px; right: 12px; }
  .vm-lightbox-caption { bottom: 16px; font-size: 12px; }
}


/* ============================================================
 * 15. BOOKING WIDGET (floating bottom-right desktop)
 * ============================================================ */
.vm-book-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9995;
  font-family: 'Inter', sans-serif;
}
.vm-book-trigger {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--vm-accent);
  color: var(--vm-primary-darker);
  border: none;
  padding: 14px 24px;
  border-radius: 100px;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 36px rgba(200, 155, 74, 0.45), 0 0 0 1px rgba(200, 155, 74, 0.6);
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
  font-family: 'Inter', sans-serif;
}
.vm-book-trigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(200, 155, 74, 0.6), 0 0 0 1px var(--vm-accent);
}
.vm-book-trigger svg { width: 16px; height: 16px; fill: currentColor; }
.vm-book-widget.vm-attention .vm-book-trigger {
  animation: vm-book-wiggle 0.6s ease 2;
}
@keyframes vm-book-wiggle {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}
.vm-book-panel {
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  width: 340px;
  background: var(--vm-card-bg);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25), 0 0 0 1px rgba(var(--vm-text-rgb), 0.06);
  padding: 22px 22px 18px;
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  pointer-events: none;
  transition: all 0.3s cubic-bezier(.2,.8,.2,1);
  transform-origin: bottom right;
}
.vm-book-panel.vm-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.vm-book-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--vm-text-rgb), 0.08);
}
.vm-book-head strong {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 600;
  color: var(--vm-primary);
}
.vm-book-close {
  background: none; border: none; cursor: pointer;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--vm-text-l);
  transition: all 0.2s;
  font-size: 20px; line-height: 1;
}
.vm-book-close:hover { background: var(--vm-bg-alt); color: var(--vm-primary); }
.vm-book-row { display: flex; flex-direction: column; margin-bottom: 10px; }
.vm-book-row-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.vm-book-row-pair .vm-book-row { margin-bottom: 0; }
.vm-book-row label {
  font-size: 10px; font-weight: 700;
  color: var(--vm-text-l);
  text-transform: uppercase; letter-spacing: 0.14em;
  margin-bottom: 4px;
}
.vm-book-row input,
.vm-book-row select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(var(--vm-text-rgb), 0.14);
  background: var(--vm-white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--vm-text);
  width: 100%;
}
.vm-book-row input:focus,
.vm-book-row select:focus {
  outline: 2px solid var(--vm-accent);
  outline-offset: 0;
  border-color: var(--vm-accent);
}
.vm-book-submit {
  width: 100%;
  background: var(--vm-primary);
  color: var(--vm-white);
  border: none;
  padding: 13px;
  border-radius: 8px;
  font-weight: 600; font-size: 14px;
  cursor: pointer;
  margin-top: 6px;
  transition: all 0.3s;
  letter-spacing: 0.02em;
  font-family: 'Inter', sans-serif;
}
.vm-book-submit:hover {
  background: var(--vm-primary-d);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(var(--vm-primary-rgb), 0.35);
}
.vm-book-foot {
  text-align: center;
  font-size: 11px;
  color: var(--vm-text-l);
  margin-top: 12px;
  font-style: italic;
}
.vm-book-foot strong { color: var(--vm-primary); font-style: normal; }
@media (max-width: 768px) {
  .vm-book-widget { display: none; }
}


/* ============================================================
 * 16. LANGUAGE SWITCHER
 * ============================================================ */
.vm-lang-switcher {
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 110;
  display: inline-flex;
  gap: 2px;
  background: rgba(245, 237, 224, 0.85);
  padding: 4px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(58, 36, 28, 0.06);
}
.vm-lang-switcher a {
  padding: 6px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--vm-text-l);
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s;
  line-height: 1.2;
}
.vm-lang-switcher a:hover { color: var(--vm-primary); }
.vm-lang-switcher a.vm-active { background: var(--vm-primary); color: var(--vm-white); }
body.admin-bar .vm-lang-switcher { top: 50px; }
@media (max-width: 540px) {
  .vm-lang-switcher { top: 12px; right: 12px; padding: 3px; }
  .vm-lang-switcher a { padding: 4px 8px; font-size: 10px; }
}


/* ============================================================
 * 17. COMPARISON TABLE
 * ============================================================ */
.vm-compare-table {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1px;
  background: rgba(var(--vm-text-rgb), 0.08);
  border-radius: var(--vm-radius);
  overflow: hidden;
  margin: 40px 0;
  box-shadow: var(--vm-shadow);
}
.vm-compare-table > div { background: var(--vm-card-bg); padding: 18px 16px; font-size: 14px; }
.vm-compare-table > div.vm-compare-room {
  background: linear-gradient(180deg, var(--vm-primary) 0%, var(--vm-primary-d) 100%);
  color: var(--vm-white);
  text-align: center;
}
.vm-compare-room h4 { font-family: 'Playfair Display', serif; margin: 0 0 6px; font-size: 17px; color: var(--vm-white); }
.vm-compare-room small { display: block; opacity: 0.85; font-size: 12px; }
.vm-compare-table > div.vm-compare-feature { color: var(--vm-text); font-weight: 600; }
.vm-compare-table > div.vm-compare-cell { text-align: center; color: var(--vm-text-l); }
.vm-compare-cell.vm-compare-check { color: var(--vm-secondary); font-weight: 700; font-size: 18px; }
.vm-compare-cta-btn {
  display: block;
  background: var(--vm-primary);
  color: var(--vm-white) !important;
  padding: 10px 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
}
.vm-compare-cta-btn:hover { background: var(--vm-accent); color: var(--vm-primary-darker) !important; }
@media (max-width: 768px) {
  /* Mobile: stack as feature cards. Each feature header (burgundy) + 3 labeled rows below. */
  .vm-compare-table {
    display: block;
    background: var(--vm-card-bg);
    border: 1px solid rgba(var(--vm-text-rgb), 0.08);
    box-shadow: var(--vm-shadow-sm);
  }
  .vm-compare-table > div {
    display: block;
    padding: 11px 16px;
    border-top: 1px solid rgba(var(--vm-text-rgb), 0.06);
    font-size: 14px;
  }
  .vm-compare-table > .vm-compare-cell:empty,
  .vm-compare-table > .vm-compare-feature:empty { display: none !important; }
  /* Room header row hidden on mobile - room name is shown per value cell below */
  .vm-compare-table > .vm-compare-room { display: none; }
  /* Feature title = card header in burgundy */
  .vm-compare-table > .vm-compare-feature {
    background: var(--vm-primary);
    color: var(--vm-white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-size: 12px;
    padding: 11px 16px;
    border-top: 6px solid var(--vm-bg-alt);
  }
  .vm-compare-table > .vm-compare-feature:first-of-type { border-top: none; }
  /* Value cells: flex with room label left + value right */
  .vm-compare-table > .vm-compare-cell {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: right !important;
    padding: 11px 16px;
    color: var(--vm-text);
  }
  /* Room label injected via nth-child counting (markup: empty,room,room,room, feature,cell,cell,cell, ...) */
  .vm-compare-table > .vm-compare-cell:nth-child(4n+2)::before { content: "Standard"; }
  .vm-compare-table > .vm-compare-cell:nth-child(4n+3)::before { content: "Business"; }
  .vm-compare-table > .vm-compare-cell:nth-child(4n)::before    { content: "Apartament"; }
  .vm-compare-table > .vm-compare-cell::before {
    color: var(--vm-text-l);
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    flex: 1;
    text-transform: none;
    letter-spacing: 0;
  }
  .vm-compare-cell.vm-compare-check { color: var(--vm-secondary); font-size: 18px; font-weight: 700; }
  .vm-compare-cta-btn {
    padding: 8px 14px;
    font-size: 12px;
    margin: 0;
    flex-shrink: 0;
    width: auto;
  }
}


/* ============================================================
 * 18. FAQ ACCORDION
 * ============================================================ */
.vm-faq { max-width: 820px; margin: 40px auto; }
.vm-faq-item {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.06);
  border-radius: var(--vm-radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.vm-faq-item[open] { box-shadow: var(--vm-shadow); border-color: rgba(var(--vm-accent-rgb), 0.4); }
.vm-faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--vm-text);
  list-style: none;
}
.vm-faq-q::-webkit-details-marker { display: none; }
.vm-faq-q::after {
  content: '+';
  color: var(--vm-accent);
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.vm-faq-item[open] .vm-faq-q::after { transform: rotate(45deg); }
.vm-faq-a {
  padding: 0 24px 22px;
  color: var(--vm-text-l);
  font-size: 15px;
  line-height: 1.7;
}
.vm-faq-a p { margin: 0 0 10px; }
.vm-faq-a p:last-child { margin-bottom: 0; }


/* ============================================================
 * 19. TRUST BADGES ROW (v8.1)
 * ============================================================ */
.vm-trust-badges {
  background: var(--vm-bg);
  padding: 36px 24px;
  border-bottom: 1px solid var(--vm-bg-subtle);
}
.vm-trust-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.vm-trust-badge {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 8px;
  transition: transform 0.3s;
}
.vm-trust-badge:hover { transform: translateY(-3px); }
.vm-trust-badge-icon {
  font-size: 26px; color: var(--vm-accent); line-height: 1;
}
.vm-trust-badge-value {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--vm-primary);
  font-size: 19px;
  line-height: 1;
}
.vm-trust-badge-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--vm-text-l);
  font-weight: 600;
}
@media (max-width: 768px) {
  .vm-trust-inner { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .vm-trust-badge:nth-child(n+4) { display: none; }
}
@media (max-width: 540px) {
  .vm-trust-badges { padding: 24px 16px; }
  .vm-trust-inner { gap: 12px; }
  .vm-trust-badge-value { font-size: 15px; }
  .vm-trust-badge-icon { font-size: 20px; }
  .vm-trust-badge-label { font-size: 9px; }
}


/* ============================================================
 * 20. PAGE FADE-IN ON LOAD (v8.1)
 * ============================================================ */
body.vm-loading { opacity: 0; }
body.vm-loaded { opacity: 1; transition: opacity 0.6s ease; }


/* ============================================================
 * 21. STAT NUMBER PULSE (v8.1)
 * ============================================================ */
.vm-pulse { animation: vm-pulse 3s ease-in-out infinite; }
@keyframes vm-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}


/* ============================================================
 * 22. RESTAURANT MENU (v8.1) - sample card layout
 * ============================================================ */
.vm-menu-categories {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 48px; margin: 40px 0;
}
.vm-menu-cat h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px; color: var(--vm-primary);
  border-bottom: 1px solid var(--vm-bg-subtle);
  padding-bottom: 12px; margin-bottom: 20px;
}
.vm-menu-item {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(var(--vm-text-rgb), 0.1);
}
.vm-menu-item:last-child { border-bottom: none; }
.vm-menu-item-name {
  font-weight: 600; color: var(--vm-text);
  font-size: 15px;
}
.vm-menu-item-desc {
  font-size: 13px; color: var(--vm-text-l);
  margin-top: 2px;
  font-style: italic;
}
.vm-menu-item-price {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--vm-primary);
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .vm-menu-categories { grid-template-columns: 1fr; gap: 32px; }
}


/* ============================================================
 * 23b. BREADCRUMB (v8.4) - brand-styled
 * ============================================================ */
.breadcrumb-trail.breadcrumbs {
  background: var(--vm-bg-alt);
  border-bottom: 1px solid var(--vm-bg-subtle);
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  margin: 0;
}
.ast-breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
}
.ast-breadcrumbs .trail-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.ast-breadcrumbs .trail-item {
  display: inline-flex;
  align-items: center;
  color: var(--vm-text-l);
}
.ast-breadcrumbs .trail-item + .trail-item::before {
  content: "»";
  color: var(--vm-accent);
  margin: 0 10px;
  font-weight: 400;
  font-size: 14px;
}
.ast-breadcrumbs .trail-item a {
  color: var(--vm-text-l);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.ast-breadcrumbs .trail-item a:hover {
  color: var(--vm-primary);
}
.ast-breadcrumbs .trail-end > span {
  color: var(--vm-primary);
  font-weight: 600;
}
@media (max-width: 540px) {
  .breadcrumb-trail.breadcrumbs { padding: 10px 16px; font-size: 12px; }
  .ast-breadcrumbs .trail-item + .trail-item::before { margin: 0 6px; font-size: 13px; }
}


/* ============================================================
 * 23. WINE LIST (v8.1)
 * ============================================================ */
.vm-wine-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px; margin: 32px 0;
}
.vm-wine {
  background: var(--vm-card-bg);
  border: 1px solid rgba(var(--vm-text-rgb), 0.04);
  border-left: 3px solid var(--vm-primary);
  border-radius: 6px;
  padding: 16px 20px;
  transition: all 0.25s;
}
.vm-wine:hover { border-left-color: var(--vm-accent); transform: translateX(2px); }
.vm-wine-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--vm-primary);
  font-size: 16px;
  margin-bottom: 4px;
}
.vm-wine-meta {
  font-size: 12px; color: var(--vm-text-l);
  text-transform: uppercase; letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .vm-wine-list { grid-template-columns: 1fr; }
}


/* ============================================================
 * 26. ROOM CARDS PREMIUM HOVER (v9.1) - gradient overlay + ken-burns
 * ============================================================ */
.vm-room-card { position: relative; }
.vm-room-card-image { position: relative; overflow: hidden; }
.vm-room-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(107, 31, 47, 0) 0%, rgba(107, 31, 47, 0) 50%, rgba(107, 31, 47, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
  z-index: 1;
}
.vm-room-card:hover .vm-room-card-image::after { opacity: 1; }
.vm-room-card:hover .vm-room-card-image img {
  transform: scale(1.06);
  animation: vm-ken-burns 8s ease-in-out infinite alternate;
}
@keyframes vm-ken-burns {
  0%   { transform: scale(1.04) translate(0, 0); }
  100% { transform: scale(1.10) translate(-1%, -1%); }
}
.vm-room-card:hover { box-shadow: 0 16px 40px rgba(58, 36, 28, 0.15), 0 0 0 1px rgba(var(--vm-accent-rgb), 0.4); }


/* ============================================================
 * 27. GALLERY SKELETON LOADER (v9.1)
 * ============================================================ */
.vm-gallery-item {
  background: linear-gradient(90deg, var(--vm-bg-alt) 0%, var(--vm-bg-subtle) 50%, var(--vm-bg-alt) 100%);
  background-size: 200% 100%;
  animation: vm-skeleton 1.5s ease-in-out infinite;
}
.vm-gallery-item img { opacity: 0; transition: opacity 0.4s ease; }
.vm-gallery-item img.vm-loaded,
.vm-gallery-item img[src]:not([src=""]) { opacity: 1; }
@keyframes vm-skeleton {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
/* When image is loaded (has src + loaded), stop skeleton */
.vm-gallery-item:has(img[src]) { animation: none; background: var(--vm-bg-alt); }


/* ============================================================
 * 28. 404 SVG ILLUSTRATION (v9.1)
 * ============================================================ */
.vm-404-illustration {
  width: 220px; height: 220px;
  margin: 0 auto 20px;
  display: block;
}
.vm-404-illustration .vm-404-tower { fill: var(--vm-primary); opacity: 0.9; }
.vm-404-illustration .vm-404-tower-detail { fill: var(--vm-primary-darker); opacity: 0.7; }
.vm-404-illustration .vm-404-magnifier { stroke: var(--vm-accent); stroke-width: 6; fill: none; }
.vm-404-illustration .vm-404-magnifier-handle { stroke: var(--vm-accent); stroke-width: 8; stroke-linecap: round; }
.vm-404-illustration .vm-404-cloud { fill: var(--vm-bg-subtle); opacity: 0.5; }
@media (max-width: 540px) {
  .vm-404-illustration { width: 160px; height: 160px; }
}


/* ============================================================
 * 29. TESTIMONIALS FADE ROTATION (v9.1)
 * ============================================================ */
.vm-testimonial { transition: all 0.6s cubic-bezier(.2,.8,.2,1); }
.vm-testimonial.vm-tst-active {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 60px rgba(58, 36, 28, 0.18), 0 0 0 1px rgba(var(--vm-accent-rgb), 0.6);
  border-top-width: 3px;
}
.vm-testimonial.vm-tst-dim {
  opacity: 0.72;
  filter: saturate(0.85);
}


/* ============================================================
 * 30. BOOKING WIDGET PHONE ALT (v9.1)
 * ============================================================ */
.vm-book-phone {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--vm-white);
  color: var(--vm-primary);
  border: 1.5px solid var(--vm-accent);
  position: absolute;
  bottom: 0; right: calc(100% + 10px);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(58, 36, 28, 0.15);
  transition: all 0.25s;
}
.vm-book-phone:hover {
  background: var(--vm-primary);
  color: var(--vm-white);
  border-color: var(--vm-primary);
  transform: scale(1.06);
}
.vm-book-phone svg { width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 768px) {
  .vm-book-phone { display: none; }
}


/* ============================================================
 * ACCESSIBILITY
 * ============================================================ */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible, summary:focus-visible {
  outline: 3px solid var(--vm-accent) !important;
  outline-offset: 2px !important;
  border-radius: var(--vm-radius);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .vm-whatsapp-fab { animation: none !important; }
  html { scroll-behavior: auto; }
}


/* ============================================================
 * PRINT
 * ============================================================ */
@media print {
  .vm-whatsapp-fab, .vm-sticky-cta, .vm-cookie-bar, .vm-book-widget, .vm-lang-switcher,
  .site-header, .vm-footer-cta-strip, .vm-rating-banner { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  a { color: #000 !important; text-decoration: underline; }
  .wp-block-cover h1, .wp-block-cover h2 { color: #000 !important; text-shadow: none !important; }
  .vm-footer { background: none !important; color: #000 !important; }
  .vm-footer * { color: #000 !important; }
}
