/* Vibes Residential — upload to WP Media Library, then link from each page */
/* Replace URL in page HTML: https://vibres.ae/wp-content/uploads/vibes-site-base.css */

html:has(.vibes-site),
body:has(.vibes-site),
body:has(.vibes-site) #page,
body:has(.vibes-site) .site,
body:has(.vibes-site) main,
body:has(.vibes-site) .site-content,
body:has(.vibes-site) .content-area,
body:has(.vibes-site) .entry-content,
body:has(.vibes-site) .wp-block-html,
body:has(.vibes-site) article,
body:has(.vibes-site) .hentry,
body:has(.vibes-site) .container,
body:has(.vibes-site) .wrap {
  overflow-x: clip !important;
  overscroll-behavior-x: none;
  max-width: 100% !important;
}

html:has(.vibes-site),
body:has(.vibes-site) {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

body:has(.vibes-site) .site-content,
body:has(.vibes-site) .content-area,
body:has(.vibes-site) .entry-content,
body:has(.vibes-site) .wp-block-html,
body:has(.vibes-site) article,
body:has(.vibes-site) .hentry,
body:has(.vibes-site) #page,
body:has(.vibes-site) .site,
body:has(.vibes-site) main {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
}

.vibes-site {
  --gold: #B3945B;
  --gold-light: #d4bc8a;
  --gold-dark: #8f7344;
  --midnight: #1A1A1A;
  --midnight-soft: #252525;
  --black: #1A1A1A;
  --black-soft: #f7f5f0;
  --black-card: #ffffff;
  --surface: #ffffff;
  --surface-alt: #faf9f7;
  --border: rgba(0, 0, 0, 0.08);
  --text: #1a1a1a;
  --text-muted: #555555;
  --text-faint: #888888;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --space-sm: clamp(0.75rem, 2vw, 1rem);
  --space-md: clamp(1.25rem, 3vw, 1.75rem);
  --space-lg: clamp(2rem, 5vw, 3rem);
  --space-xl: clamp(2.5rem, 6vw, 4rem);
  font-family: var(--font-body);
  color: var(--text);
  background-color: #ffffff;
  background-image: none;
  margin: 0;
  padding: 0;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  touch-action: pan-y;
}

.vibes-site *, .vibes-site *::before, .vibes-site *::after {
  box-sizing: border-box;
  max-width: 100%;
}

/* ═══ Site header (all pages) ═══ */
.vibes-header {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 200;
}

.vibes-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.75rem max(1rem, env(safe-area-inset-left, 1rem));
  padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.vibes-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
}

.vibes-brand-icon {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.vibes-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
  min-width: 0;
  line-height: 1.15;
}

.vibes-brand-title {
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 2.6vw, 1.12rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.vibes-brand-tag {
  font-size: clamp(0.6rem, 1.7vw, 0.72rem);
  font-weight: 500;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.vibes-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.vibes-header-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .vibes-header-nav { display: flex; }
}

.vibes-header-nav a {
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: #444;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.vibes-header-nav a:hover,
.vibes-header-nav a.vibes-active {
  color: var(--gold-dark);
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.25);
}

.vibes-header-book {
  font-size: clamp(0.72rem, 2vw, 0.82rem);
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vibes-header-book.vibes-active {
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.35);
}

.vibes-header-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .vibes-header-menu { display: none; }
}

.vibes-header-menu span {
  display: block;
  height: 2px;
  width: 18px;
  margin: 0 auto;
  background: #333;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.vibes-header-menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.vibes-header-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.vibes-header-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer — all pages */
.vibes-drawer {
  display: none;
  position: fixed;
  inset: 0;
  top: 64px;
  z-index: 190;
  background: rgba(0, 0, 0, 0.35);
}

.vibes-drawer.is-open { display: block; }

.vibes-drawer-panel {
  background: #fff;
  padding: 1rem 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
}

.vibes-drawer-panel a {
  display: block;
  padding: 0.85rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.vibes-drawer-panel a:hover { color: var(--gold-dark); }

.vibes-drawer-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--gold-dark);
  margin: 0.75rem 0 0.25rem;
  padding-top: 0.5rem;
}

/* Nav — legacy (inner pages migrating to .vibes-header) */
.vibes-nav {
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 100;
}

.vibes-nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.85rem max(1.25rem, env(safe-area-inset-left, 1.25rem));
  padding-right: max(1.25rem, env(safe-area-inset-right, 1.25rem));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.vibes-nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(48px, 12vw, 56px);
  height: clamp(48px, 12vw, 56px);
  padding: 4px;
  text-decoration: none;
  line-height: 0;
  background: linear-gradient(165deg, #faf6ee 0%, #ede4d0 100%);
  border: 1px solid rgba(201, 168, 76, 0.45);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.vibes-nav-brand-text {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.vibes-nav-logo {
  width: 100%;
  height: 100%;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.vibes-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.vibes-nav-links a {
  font-size: clamp(0.72rem, 1.8vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #444;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.vibes-nav-links a:hover,
.vibes-nav-links a.vibes-active {
  color: var(--gold-dark);
  border-color: rgba(201, 168, 76, 0.35);
  background: rgba(201, 168, 76, 0.06);
}

.vibes-nav-cta a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  padding: 0.5rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}

.vibes-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.vibes-nav-toggle span {
  display: block;
  height: 2px;
  width: 18px;
  margin: 0 auto;
  background: #333;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.vibes-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.vibes-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.vibes-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
  .vibes-nav-inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .vibes-nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .vibes-nav-links,
  .vibes-nav-cta {
    display: none;
    width: 100%;
    order: 10;
  }

  .vibes-nav.is-open .vibes-nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 0 0.25rem;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    margin-top: 0.5rem;
  }

  .vibes-nav.is-open .vibes-nav-links a {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .vibes-nav.is-open .vibes-nav-cta {
    display: block;
    padding: 0.5rem 0 0.25rem;
  }

  .vibes-nav.is-open .vibes-nav-cta a {
    display: block;
    text-align: center;
    padding: 0.75rem;
  }
}

/* Layout */
.vibes-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-lg) max(1.25rem, env(safe-area-inset-left, 1.25rem)) var(--space-xl);
  padding-right: max(1.25rem, env(safe-area-inset-right, 1.25rem));
}

.vibes-wrap-wide { max-width: 960px; }

.vibes-center { text-align: center; }

/* Typography */
.vibes-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7rem, 1.8vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--gold-dark);
  border: 1px solid rgba(201, 168, 76, 0.45);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.06);
  margin-bottom: var(--space-md);
}

.vibes-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}

.vibes-divider {
  width: clamp(48px, 12vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto var(--space-md);
}

.vibes-h1 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto var(--space-sm);
  color: #1a1a1a;
  text-wrap: balance;
}

.vibes-hero-overlay .vibes-h1,
.vibes-hero-overlay .vibes-h1-sub {
  color: #fff;
}

.vibes-h1-gold {
  display: block;
  color: var(--gold-dark);
  font-style: italic;
  font-weight: 700;
}

.vibes-hero-overlay .vibes-h1-gold {
  color: var(--gold-light);
}

.vibes-h1-sub {
  display: block;
  margin-top: 0.2em;
  font-size: 0.65em;
  font-weight: 500;
  color: var(--text-muted);
}

.vibes-hero-overlay .vibes-h1-sub {
  color: rgba(255, 255, 255, 0.9);
}

.vibes-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 auto var(--space-sm);
  text-transform: none;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

/* Sitewide Title Case headings — no forced uppercase */
.vibes-site .vibes-h1,
.vibes-site .vibes-h3,
.vibes-site .vibes-lead,
.vibes-site .vibes-hero-overlay .vibes-h1,
.vibes-site .vibes-hero-overlay .vibes-lead,
.vibes-site .vibes-btn,
.vibes-site .vibes-related h3,
.vibes-site .vibes-service-tile-body h3,
.vibes-site .vibes-icon-label {
  text-transform: none;
  letter-spacing: 0.01em;
}

.vibes-site .vibes-badge {
  text-transform: none;
  letter-spacing: 0.01em;
}

.vibes-lead {
  font-size: clamp(0.95rem, 2.4vw, 1.08rem);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 auto var(--space-md);
  max-width: 36rem;
  text-wrap: pretty;
}

.vibes-hero-overlay .vibes-lead {
  color: rgba(255, 255, 255, 0.85);
}

.vibes-hook {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  font-style: italic;
  color: var(--gold-dark);
  margin: 0 0 var(--space-sm);
}

.vibes-breadcrumb {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0 auto var(--space-md);
  text-align: center;
}

.vibes-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}

/* Cards & grids */
.vibes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: var(--space-md) 0 var(--space-lg);
  padding: 0;
  list-style: none;
}

@media (min-width: 540px) {
  .vibes-grid-2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .vibes-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.vibes-card {
  padding: clamp(1.1rem, 3vw, 1.4rem);
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.vibes-card:hover {
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.12);
}

.vibes-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-weight: 600;
  color: var(--gold-dark);
  margin: 0 0 0.4rem;
}

.vibes-card p {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  margin: 0 0 0.75rem;
  line-height: 1.6;
}

.vibes-card a.vibes-link {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
}

.vibes-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-lg);
  padding: 0;
  list-style: none;
}

.vibes-perks li {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold-dark);
  border: 1px solid rgba(201, 168, 76, 0.28);
  background: rgba(201, 168, 76, 0.08);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
}

/* Panels */
.vibes-panel {
  background: var(--surface);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 18px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: var(--space-lg);
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.vibes-waitlist-top {
  border-bottom: none;
  border-radius: 18px;
  margin-bottom: var(--space-lg);
}

.vibes-cf7-mount {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}

.vibes-cf7-mount-home {
  max-width: 100%;
  margin-top: 0;
}

.vibes-cf7-mount:empty::before {
  content: "Loading booking form…";
  display: block;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
  padding: 1rem 0;
}

.vibes-cf7-mount .wpcf7 {
  margin: 0;
}

/* Content blocks */
.vibes-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--space-lg);
}

.vibes-content p {
  color: var(--text-muted);
  font-weight: 400;
  font-size: clamp(0.92rem, 2.4vw, 1rem);
  line-height: 1.75;
  margin: 0 auto 1rem;
  text-wrap: pretty;
}

.vibes-content ul {
  color: var(--text-muted);
  font-weight: 400;
  padding-left: 0;
  margin: 0 auto 1rem;
  list-style: none;
}

.vibes-content li { margin-bottom: 0.4rem; }

.vibes-content strong { color: var(--gold-dark); }

/* FAQ */
.vibes-faq {
  max-width: 640px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}

.vibes-faq details {
  background: var(--surface);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  text-align: left;
}

.vibes-faq summary {
  font-family: var(--font-display);
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  text-align: center;
}

.vibes-faq summary::-webkit-details-marker { display: none; }

.vibes-faq details p {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Internal links strip */
.vibes-related {
  margin: var(--space-lg) 0;
  padding: var(--space-md);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  background: rgba(201, 168, 76, 0.04);
  text-align: center;
}

.vibes-related h3 {
  font-family: var(--font-display);
  color: var(--gold-dark);
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.vibes-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vibes-related-links a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
}

/* Footer — Midnight Gold (dark) */
.vibes-site footer.vibes-footer {
  --footer-bg: #1A1A1A;
  --footer-bg-deep: #121212;
  --footer-gold: #B3945B;
  --footer-gold-light: #d4bc8a;
  --footer-text: rgba(255, 255, 255, 0.82);
  --footer-text-muted: rgba(255, 255, 255, 0.62);
  --footer-text-faint: rgba(255, 255, 255, 0.45);
  --footer-line: rgba(179, 148, 91, 0.22);
  width: 100%;
  margin-top: 0;
  padding: clamp(2.25rem, 5vw, 3rem) max(1.25rem, env(safe-area-inset-left, 1.25rem)) max(1.25rem, env(safe-area-inset-bottom, 1.25rem));
  padding-right: max(1.25rem, env(safe-area-inset-right, 1.25rem));
  background: linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-bg-deep) 100%) !important;
  border-top: 1px solid rgba(179, 148, 91, 0.28);
  color: var(--footer-text) !important;
}

body:has(.vibes-site) .entry-content footer.vibes-footer,
body:has(.vibes-site) .elementor-widget-container footer.vibes-footer {
  background: linear-gradient(180deg, #1A1A1A 0%, #121212 100%) !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.vibes-site .vibes-footer-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.vibes-site .vibes-footer-grid {
  display: grid;
  gap: 2rem 2.5rem;
}

@media (min-width: 640px) {
  .vibes-site .vibes-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .vibes-site .vibes-footer-brand-col {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 1.25rem;
    row-gap: 0.5rem;
    align-items: start;
    text-align: left;
    max-width: 36rem;
  }

  .vibes-site .vibes-footer-brand {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }

  .vibes-site .vibes-footer-tagline {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    max-width: none;
  }

  .vibes-site .vibes-footer-contact {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
    margin: 0;
  }

  .vibes-site .vibes-footer-social {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: flex-start;
  }

  .vibes-site .vibes-footer-social-handle {
    grid-column: 1 / -1;
    grid-row: 4;
    text-align: left;
  }
}

@media (min-width: 900px) {
  .vibes-site .vibes-footer-grid {
    grid-template-columns: minmax(240px, 1.15fr) minmax(140px, 0.75fr) minmax(200px, 1.1fr);
    align-items: start;
    gap: 2.5rem 3rem;
  }

  .vibes-site .vibes-footer-brand-col {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
  }

  .vibes-site .vibes-footer-brand,
  .vibes-site .vibes-footer-tagline,
  .vibes-site .vibes-footer-contact,
  .vibes-site .vibes-footer-social,
  .vibes-site .vibes-footer-social-handle {
    grid-column: auto;
    grid-row: auto;
  }
}

.vibes-site .vibes-footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
}

@media (min-width: 900px) {
  .vibes-site .vibes-footer-brand-col {
    align-items: flex-start;
    text-align: left;
  }
}

.vibes-site .vibes-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none !important;
}

.vibes-site .vibes-footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.vibes-site .vibes-footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  text-align: left;
}

.vibes-site .vibes-footer-brand-text strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff !important;
}

.vibes-site .vibes-footer-brand-text span {
  font-size: 0.74rem;
  font-weight: 500;
  color: var(--footer-gold) !important;
  margin-top: 0.15rem;
  text-transform: none;
}

.vibes-site .vibes-footer-tagline {
  font-size: 0.88rem;
  color: var(--footer-text-muted) !important;
  line-height: 1.55;
  margin: 0;
  max-width: 22rem;
}

.vibes-site .vibes-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.1rem;
}

@media (min-width: 900px) {
  .vibes-site .vibes-footer-contact {
    align-items: flex-start;
  }
}

.vibes-site .vibes-footer-phone {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}

.vibes-site .vibes-footer-phone:hover {
  color: var(--footer-gold-light) !important;
}

.vibes-site .vibes-footer-email {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--footer-gold-light) !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.vibes-site .vibes-footer-email:hover {
  color: #ffffff !important;
}

.vibes-site .vibes-footer-address {
  font-size: 0.78rem;
  color: var(--footer-text-faint) !important;
  line-height: 1.45;
  margin: 0.15rem 0 0;
  max-width: 20rem;
}

.vibes-site .vibes-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

@media (min-width: 900px) {
  .vibes-site .vibes-footer-social {
    justify-content: flex-start;
  }
}

.vibes-site .vibes-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(179, 148, 91, 0.35);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.vibes-site .vibes-footer-social-link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.vibes-site .vibes-footer-social-link:hover {
  background: rgba(179, 148, 91, 0.22);
  border-color: var(--footer-gold);
  color: var(--footer-gold-light) !important;
  transform: translateY(-1px);
}

.vibes-site .vibes-footer-social-handle {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--footer-text-faint) !important;
  letter-spacing: 0.02em;
}

.vibes-site .vibes-footer-heading,
.vibes-site .vibes-footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--footer-gold) !important;
  margin: 0 0 0.75rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.vibes-site .vibes-footer-links,
.vibes-site .vibes-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vibes-site .vibes-footer-links li,
.vibes-site .vibes-footer-col li {
  margin-bottom: 0.35rem;
}

.vibes-site .vibes-footer-links a,
.vibes-site .vibes-footer-col a,
.vibes-site .vibes-footer-legal a {
  color: rgba(255, 255, 255, 0.68) !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  line-height: 1.45;
  transition: color 0.2s;
  border-bottom: none !important;
}

.vibes-site .vibes-footer-links a:hover,
.vibes-site .vibes-footer-col a:hover,
.vibes-site .vibes-footer-legal a:hover {
  color: var(--footer-gold-light) !important;
}

.vibes-site .vibes-footer-svc-list {
  column-count: 2;
  column-gap: 1.25rem;
}

.vibes-site .vibes-footer-svc-list li {
  break-inside: avoid;
  margin-bottom: 0.3rem;
}

.vibes-site .vibes-footer-svc-list li:first-child a {
  color: var(--footer-gold-light) !important;
  font-weight: 600;
}

.vibes-site .vibes-footer-col {
  text-align: center;
}

@media (min-width: 640px) {
  .vibes-site .vibes-footer-col {
    text-align: left;
  }
}

.vibes-site .vibes-footer-bar {
  margin-top: clamp(1.75rem, 4vw, 2.25rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--footer-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .vibes-site .vibes-footer-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    gap: 1.5rem;
  }
}

.vibes-site .vibes-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 1rem;
}

@media (min-width: 768px) {
  .vibes-site .vibes-footer-legal {
    justify-content: flex-start;
  }
}

.vibes-site .vibes-footer-legal a {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--footer-gold) !important;
}

.vibes-site .vibes-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .vibes-site .vibes-footer-meta {
    align-items: flex-end;
    text-align: right;
  }
}

.vibes-site .vibes-footer-copy,
.vibes-site .vibes-footer-vpatch {
  margin: 0;
  font-size: 0.76rem;
  color: var(--footer-text-faint) !important;
  line-height: 1.45;
}

.vibes-site .vibes-footer-vpatch a {
  color: var(--footer-gold) !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: none !important;
}

.vibes-site .vibes-footer-vpatch a:hover {
  color: var(--footer-gold-light) !important;
}

/* CF7 — white card style (all pages) */
body:has(.vibes-site) .entry-content > .wp-block-shortcode {
  max-width: 560px;
  margin: 0 auto var(--space-lg);
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1.1rem, 3.5vw, 2rem) clamp(1.5rem, 4vw, 2rem);
  background: var(--surface);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

body:has(.vibes-waitlist-top) .entry-content > .wp-block-shortcode {
  border-top: none;
  border-radius: 0 0 18px 18px;
  margin-top: 0;
}

body:has(.vibes-home) .entry-content > .wp-block-shortcode {
  max-width: 520px;
  margin: -0.5rem auto 2rem;
  padding: 0 1.25rem 1.5rem;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

body:has(.vibes-site) .wpcf7 form { display: grid; gap: 0.85rem; }
body:has(.vibes-site) .wpcf7 form p { margin: 0; text-align: left; }
body:has(.vibes-site) .wpcf7 label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold-dark);
  margin-bottom: 0.35rem;
}

body:has(.vibes-site) .wpcf7 input[type="text"],
body:has(.vibes-site) .wpcf7 input[type="email"],
body:has(.vibes-site) .wpcf7 input[type="tel"],
body:has(.vibes-site) .wpcf7 select,
body:has(.vibes-site) .wpcf7 textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #1a1a1a;
  outline: none;
}

body:has(.vibes-site) .wpcf7 input[type="submit"] {
  width: 100%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  min-height: 48px;
}

body:has(.vibes-site) .wpcf7-response-output {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(201, 168, 76, 0.3) !important;
  color: var(--gold-dark) !important;
  background: rgba(201, 168, 76, 0.06) !important;
  font-size: 0.85rem;
  text-align: center;
}

body:has(.vibes-site) .vibes-cf7-opt {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-faint);
}

/* Hero */
.vibes-hero {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto var(--space-lg);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.25);
  min-height: auto;
  display: flex;
  align-items: flex-end;
}

.vibes-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.vibes-hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.95) 0%, rgba(12, 12, 12, 0.35) 70%, transparent 100%);
  text-align: center;
}

.vibes-hero-overlay .vibes-h1 { margin-bottom: 0.35rem; }
.vibes-hero-overlay .vibes-lead { margin-bottom: 0; max-width: 36rem; }

.vibes-hero-sm {
  min-height: auto;
  margin-bottom: var(--space-md);
}

@media (min-width: 768px) {
  .vibes-hero {
    min-height: clamp(200px, 38vw, 340px);
  }

  .vibes-hero-sm {
    min-height: clamp(140px, 28vw, 220px);
  }
}

.vibes-hero-brand {
  background: linear-gradient(165deg, #2a2318 0%, var(--midnight) 48%, #121212 100%);
  align-items: flex-end;
}

.vibes-hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(179, 148, 91, 0.12), transparent 70%);
  pointer-events: none;
}

.vibes-hero-brand .vibes-hero-overlay {
  background: linear-gradient(
    0deg,
    rgba(26, 26, 26, 0.94) 0%,
    rgba(26, 26, 26, 0.5) 72%,
    transparent 100%
  );
}

/* Service hub tiles */
.vibes-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: var(--space-md) 0 var(--space-lg);
  padding: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .vibes-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .vibes-services-grid { grid-template-columns: repeat(3, 1fr); }
}

.vibes-service-tile {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.vibes-service-tile:hover {
  border-color: rgba(201, 168, 76, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.12);
}

.vibes-service-tile-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-alt);
}

.vibes-service-tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #faf9f7 0%, #fff 100%);
  border-bottom: 1px solid rgba(179, 148, 91, 0.12);
}

.vibes-service-tile-icon .vibes-svc-icon {
  width: 86%;
  height: 86%;
  max-width: 56px;
  max-height: 56px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vibes-service-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  transition: transform 0.35s;
}

.vibes-service-tile:hover .vibes-service-tile-img img {
  transform: scale(1.04);
}

.vibes-service-tile-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.vibes-service-tile-body h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold-dark);
  margin: 0 0 0.35rem;
}

.vibes-service-tile-body p {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--text-muted);
  margin: 0 0 0.65rem;
  line-height: 1.55;
  flex: 1;
}

.vibes-service-tile-body span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold-dark);
}

/* Sub-services list on service pages */
.vibes-sublist {
  display: grid;
  gap: 0.5rem;
  margin: var(--space-md) 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 540px) {
  .vibes-sublist-2 { grid-template-columns: repeat(2, 1fr); }
}

.vibes-sublist li {
  padding: 0.85rem 1rem;
  background: var(--surface);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  font-size: 0.88rem;
  color: var(--text-muted);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.vibes-sublist li strong {
  display: block;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* Why choose us */
.vibes-why {
  display: grid;
  gap: 0.65rem;
  margin: var(--space-lg) 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 540px) {
  .vibes-why { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .vibes-why { grid-template-columns: repeat(3, 1fr); }
}

.vibes-why li {
  padding: 1rem;
  background: rgba(201, 168, 76, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  font-size: 0.88rem;
  color: var(--text-muted);
  text-align: center;
}

.vibes-why li::before {
  content: "✓";
  display: inline-block;
  margin-right: 0.5rem;
  color: var(--gold);
  font-weight: 700;
}

/* Contact page — details cards */
.vibes-contact-cards {
  display: grid;
  gap: 1rem;
  margin-top: var(--space-md);
  width: 100%;
}

@media (min-width: 640px) {
  .vibes-contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vibes-contact-card {
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(179, 148, 91, 0.22);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.vibes-contact-card-wide {
  grid-column: 1 / -1;
}

.vibes-contact-card h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.4rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.vibes-contact-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.vibes-contact-card a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 148, 91, 0.35);
}

.vibes-contact-card a:hover {
  color: var(--gold-dark);
}

.vibes-contact-strip {
  padding-top: 0;
  padding-bottom: var(--space-md);
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: center;
}

.vibes-contact-strip a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 148, 91, 0.35);
}

/* Booking tiles on contact */
.vibes-book-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
  margin: var(--space-md) auto var(--space-lg);
  max-width: 720px;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .vibes-book-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
  .vibes-book-grid { grid-template-columns: repeat(4, 1fr); }
}

.vibes-book-tile {
  width: 100%;
  border: 1px solid rgba(201, 168, 76, 0.25);
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  padding: 0.75rem 0.5rem;
  background: var(--surface);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
  line-height: 1.35;
}

.vibes-book-tile:hover,
.vibes-book-tile.vibes-book-active {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  color: var(--gold-dark);
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.12);
}

.vibes-book-tile strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  color: var(--gold-dark);
  margin-bottom: 0.2rem;
}

/* CTA row */
.vibes-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: var(--space-md) 0 var(--space-lg);
}

.vibes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.88rem, 2.2vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  min-height: 48px;
  transition: opacity 0.2s, transform 0.2s;
}

.vibes-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}

.vibes-btn-secondary {
  color: var(--gold-dark);
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: #fff;
}

.vibes-btn:hover { opacity: 0.9; }

.vibes-wrap-wide { max-width: 1100px; }

#booking-form { scroll-margin-top: 5rem; }

/* ═══ Homepage — Justlife-style layout (.vibes-home) ═══ */
.vibes-home {
  background: #ffffff;
  color: #1a1a1a;
}

.vibes-home .vibes-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem max(1.25rem, env(safe-area-inset-left, 1.25rem));
  padding-right: max(1.25rem, env(safe-area-inset-right, 1.25rem));
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 200;
}

.vibes-home .vibes-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #1a1a1a;
}

.vibes-home .vibes-topbar-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  max-width: 44px;
  border-radius: 10px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: linear-gradient(165deg, #faf6ee, #ede4d0);
  padding: 4px;
}

.vibes-home .vibes-topbar-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  font-style: italic;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
  line-height: 1;
}

.vibes-home .vibes-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.vibes-home .vibes-topbar-book {
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  padding: 0.5rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}

.vibes-home .vibes-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.vibes-home .vibes-menu-btn span {
  display: block;
  height: 2px;
  width: 18px;
  margin: 0 auto;
  background: #333;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.vibes-home .vibes-menu-btn[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.vibes-home .vibes-menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.vibes-home .vibes-menu-btn[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.vibes-home .vibes-drawer {
  display: none;
  position: fixed;
  inset: 0;
  top: 65px;
  z-index: 190;
  background: rgba(0, 0, 0, 0.35);
}

.vibes-home .vibes-drawer.is-open { display: block; }

.vibes-home .vibes-drawer-panel {
  background: #fff;
  padding: 1rem 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}

.vibes-home .vibes-drawer-panel a {
  display: block;
  padding: 0.85rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.vibes-home .vibes-drawer-panel a:hover { color: var(--gold-dark); }

.vibes-home .vibes-drawer-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 1rem 0 0.35rem;
}

/* Hero — Midnight Gold banner (no cropped photo) */
.vibes-home .vibes-jl-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.25rem 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(179, 148, 91, 0.28) 0%, transparent 55%),
    linear-gradient(165deg, #2a2318 0%, #1a1a1a 42%, #121212 100%);
}

@media (min-width: 768px) {
  .vibes-home .vibes-jl-hero {
    min-height: clamp(320px, 48vh, 480px);
    align-items: center;
    padding: 2.25rem 1.25rem 2.5rem;
  }
}

.vibes-home .vibes-jl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(179, 148, 91, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 15% 80%, rgba(179, 148, 91, 0.08) 0%, transparent 35%);
  pointer-events: none;
}

.vibes-home .vibes-jl-hero-bg {
  display: none;
}

@keyframes vibes-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .vibes-home .vibes-jl-hero-inner,
  .vibes-home .vibes-jl-section {
    animation: none;
  }
  .vibes-site .vibes-icon-item {
    transition: none;
  }
}

.vibes-home .vibes-jl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.vibes-home .vibes-jl-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  animation: vibes-fade-up 0.65s ease-out both;
}

.vibes-home .vibes-jl-hero h1 {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  text-transform: none;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .vibes-home .vibes-jl-hero h1 {
    margin-bottom: 1.35rem;
  }
}

/* Inner pages share homepage light layout (.vibes-home) */
.vibes-home .vibes-page-hero {
  padding: 2.25rem 1.25rem 2.5rem;
}

.vibes-home .vibes-page-hero h1 {
  margin-bottom: 0.65rem;
}

.vibes-home .vibes-page-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.vibes-home .vibes-page-kicker a {
  color: var(--gold-light);
  text-decoration: none;
}

.vibes-home .vibes-page-kicker a:hover {
  text-decoration: underline;
}

.vibes-home .vibes-page-lead {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.vibes-home .vibes-faq-light {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.vibes-home .vibes-faq-light details {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
}

.vibes-home .vibes-faq-light summary {
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
}

.vibes-home .vibes-faq-light details p {
  margin: 0.65rem 0 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.55;
}

.vibes-home .vibes-faq-light a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
}

.vibes-home .vibes-faq-light a:hover {
  text-decoration: underline;
}

.vibes-home .vibes-loc-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.vibes-home .vibes-loc-card > p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
}

.vibes-home .vibes-loc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: stretch;
  margin: 0;
}

.vibes-home .vibes-loc-select-wrap {
  flex: 1 1 200px;
  position: relative;
  min-height: 48px;
}

.vibes-home .vibes-loc-select-wrap svg {
  display: none;
}

.vibes-home .vibes-loc-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.25);
  pointer-events: none;
  z-index: 1;
}

.vibes-home .vibes-loc-select {
  width: 100%;
  padding: 0.85rem 0.85rem 0.85rem 2.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  color: #333;
  appearance: none;
  cursor: pointer;
}

.vibes-home .vibes-loc-go {
  flex: 0 0 auto;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border: none;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.vibes-home .vibes-loc-hint {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: #888;
}

.vibes-home .vibes-loc-hint a {
  color: var(--gold-dark);
  font-weight: 500;
}

/* Light content sections */
.vibes-home .vibes-jl-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem max(1.25rem, env(safe-area-inset-left, 1.25rem)) 2rem;
  padding-right: max(1.25rem, env(safe-area-inset-right, 1.25rem));
  animation: vibes-fade-up 0.6s ease-out both;
}

.vibes-home .vibes-jl-section h2 {
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
  text-align: center;
}

.vibes-home .vibes-jl-section > .vibes-jl-sub {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  margin: 0 0 1.75rem;
}

/* Service icons — home + services hub (white cards, gold outline icons) */
.vibes-site .vibes-icon-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 0.75rem;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 0.5rem;
}

.vibes-wrap .vibes-icon-scroll {
  margin: var(--space-md) auto var(--space-lg);
  max-width: 1040px;
}

.vibes-services-hint {
  font-size: 0.88rem;
  margin: 0 auto var(--space-md);
  max-width: 36rem;
  color: #666;
}

@media (min-width: 560px) {
  .vibes-site .vibes-icon-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem 0.85rem;
  }
}

@media (min-width: 768px) {
  .vibes-site .vibes-icon-scroll {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
}

.vibes-site .vibes-icon-item {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: #333;
  transition: transform 0.2s ease;
  display: block;
}

.vibes-site .vibes-icon-item:hover {
  transform: translateY(-3px);
  color: #1a1a1a;
}

.vibes-site .vibes-icon-box {
  width: clamp(68px, 16vw, 88px);
  height: clamp(68px, 16vw, 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(179, 148, 91, 0.28);
  border-radius: 12px;
  background: #ffffff;
  margin: 0 auto 0.5rem;
  padding: 0.2rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.05);
}

.vibes-site .vibes-icon-item:hover .vibes-icon-box {
  border-color: var(--gold);
  background: rgba(179, 148, 91, 0.05);
  box-shadow: 0 6px 18px rgba(179, 148, 91, 0.16);
}

.vibes-site .vibes-icon-box .vibes-svc-icon {
  width: 86%;
  height: 86%;
  max-width: 62px;
  max-height: 62px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s;
}

.vibes-site .vibes-icon-item:hover .vibes-svc-icon {
  stroke: var(--gold-dark);
}

.vibes-site .vibes-icon-box img {
  display: none;
}

.vibes-site .vibes-icon-label {
  display: block;
  font-size: clamp(0.78rem, 2vw, 0.86rem);
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
  padding: 0 0.1rem;
  min-height: 2.5em;
}

.vibes-site .vibes-icon-item:hover .vibes-icon-label {
  color: var(--gold-dark);
}

/* Booking page — icon pickers (same size as homepage) */
.vibes-book-icon-item {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.vibes-book-icon-item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 12px;
}

.vibes-book-icon-item.vibes-book-active {
  transform: translateY(-3px);
}

.vibes-book-icon-item.vibes-book-active .vibes-icon-box {
  border-color: var(--gold);
  background: rgba(179, 148, 91, 0.1);
  box-shadow: 0 6px 18px rgba(179, 148, 91, 0.2);
}

.vibes-book-icon-item.vibes-book-active .vibes-icon-label {
  color: var(--gold-dark);
  font-weight: 600;
}

.vibes-booking-icons {
  padding-top: 0;
  margin-bottom: var(--space-lg);
}

.vibes-booking-icons .vibes-icon-scroll {
  max-width: 1040px;
}

/* Ensure booking buttons paint like home icon links */
.vibes-home button.vibes-book-icon-item {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  color: #333;
}

.vibes-home button.vibes-book-icon-item .vibes-icon-box,
.vibes-home button.vibes-book-icon-item .vibes-svc-icon {
  pointer-events: none;
}

/* Services hub — expandable sub-service panels */
.vibes-home .vibes-svc-acc-wrap {
  background: #faf9f7;
  border-top: 1px solid #eee;
}

.vibes-home .vibes-svc-acc-list-wrap {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.vibes-home .vibes-svc-acc {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.vibes-home .vibes-svc-acc-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  user-select: none;
}

.vibes-home .vibes-svc-acc-summary::-webkit-details-marker {
  display: none;
}

.vibes-home .vibes-svc-acc-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1.5px solid rgba(179, 148, 91, 0.45);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibes-home .vibes-svc-acc-icon .vibes-svc-icon {
  width: 26px;
  height: 26px;
}

.vibes-home .vibes-svc-acc-title {
  flex: 1;
  font-weight: 700;
  font-size: 0.98rem;
  color: #1a1a1a;
  text-align: left;
}

.vibes-home .vibes-svc-acc-hint {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
}

.vibes-home .vibes-svc-acc[open] {
  border-color: rgba(179, 148, 91, 0.45);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.vibes-home .vibes-svc-acc-body {
  padding: 0 1rem 1.15rem 1rem;
  border-top: 1px solid #f0f0f0;
}

.vibes-home .vibes-svc-acc-intro {
  margin: 0.85rem 0 0.75rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
  text-align: left;
}

.vibes-home .vibes-svc-acc-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  text-align: left;
}

.vibes-home .vibes-svc-acc-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.vibes-home .vibes-svc-acc-list li:last-child {
  border-bottom: none;
}

.vibes-home .vibes-svc-acc-list strong {
  display: block;
  font-size: 0.9rem;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.vibes-home .vibes-svc-acc-list span {
  display: block;
  font-size: 0.82rem;
  color: #666;
  line-height: 1.45;
}

.vibes-home .vibes-svc-acc-cta {
  justify-content: flex-start;
  margin: 0;
}

.vibes-contact-cards-prominent {
  margin: var(--space-lg) auto;
}

.vibes-contact-card-note {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.vibes-contact-book-cta {
  margin: var(--space-lg) auto;
  text-align: center;
}

.vibes-contact-hours {
  margin: var(--space-md) auto var(--space-lg);
  max-width: 36rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.vibes-contact-hours .vibes-h2 {
  margin-bottom: 0.5rem;
}

.vibes-contact-note {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted, #666);
  max-width: 28rem;
}

/* Contact page — office + map + enquiry form */
.vibes-contact-layout {
  display: grid;
  gap: var(--space-lg);
  margin: var(--space-lg) auto var(--space-md);
  text-align: left;
}

@media (min-width: 900px) {
  .vibes-contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
    gap: 2rem;
  }
}

.vibes-contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.vibes-contact-company {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 14px;
  background: var(--surface);
}

.vibes-contact-company h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--gold-dark);
  margin: 0 0 0.75rem;
}

.vibes-contact-company p {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
}

.vibes-contact-company p:last-child {
  margin-bottom: 0;
}

.vibes-contact-company a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 148, 91, 0.35);
}

.vibes-contact-company a:hover {
  color: var(--gold-dark);
}

.vibes-contact-map-wrap {
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
  min-height: 220px;
}

.vibes-contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 280px);
  border: 0;
}

.vibes-contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 148, 91, 0.35);
}

.vibes-contact-map-link:hover {
  color: var(--gold);
}

.vibes-contact-form-panel {
  text-align: left;
}

.vibes-contact-form-panel .vibes-h2 {
  margin-bottom: 0.35rem;
}

.vibes-contact-cf7-mount {
  margin-top: 1rem;
}

.vibes-contact-cf7-mount:empty::before {
  content: "Loading contact form…";
  display: block;
  padding: 1.25rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  border: 1px dashed rgba(201, 168, 76, 0.35);
  border-radius: 12px;
}

.vibes-contact-book-link {
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(201, 168, 76, 0.18);
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: center;
}

.vibes-contact-book-link a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 148, 91, 0.35);
}

.vibes-home .vibes-view-all {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
}

.vibes-home .vibes-view-all:hover { text-decoration: underline; }

/* Mid-page content (between services and booking) */
.vibes-home .vibes-home-mid {
  background: linear-gradient(180deg, #faf9f7 0%, #fff 100%);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
}

.vibes-home .vibes-home-intro {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.vibes-home .vibes-home-intro p {
  font-size: clamp(0.92rem, 2.2vw, 1rem);
  line-height: 1.65;
  color: #555;
  margin: 0 0 1rem;
}

.vibes-home .vibes-home-intro p:last-child {
  margin-bottom: 0;
}

.vibes-home .vibes-home-steps-title,
.vibes-home .vibes-home-areas-title {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 1rem;
}

.vibes-home .vibes-home-steps {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
  max-width: 820px;
  display: grid;
  gap: 0.85rem;
  counter-reset: vibes-step;
}

@media (min-width: 640px) {
  .vibes-home .vibes-home-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.vibes-home .vibes-home-steps li {
  counter-increment: vibes-step;
  background: #fff;
  border: 1px solid rgba(179, 148, 91, 0.2);
  border-radius: 14px;
  padding: 1.1rem 1rem 1rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
}

.vibes-home .vibes-home-steps li::before {
  content: counter(vibes-step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.vibes-home .vibes-home-steps li strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}

.vibes-home .vibes-home-steps li span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #666;
}

.vibes-home .vibes-home-areas {
  max-width: 680px;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.vibes-home .vibes-home-areas p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.vibes-home .vibes-home-areas a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
}

.vibes-home .vibes-home-areas a:hover {
  text-decoration: underline;
}

.vibes-home .vibes-home-mid-cta {
  margin-top: 0.5rem;
}

.vibes-home .vibes-trust-heading {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 1.25rem;
}

/* Trust strip */
.vibes-home .vibes-trust {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.vibes-home .vibes-jl-book {
  background: linear-gradient(180deg, #f8f6f2 0%, #1A1A1A 100%);
  padding-bottom: 0;
}

.vibes-home .vibes-footer {
  margin-top: 0;
  background: linear-gradient(180deg, #1A1A1A 0%, #121212 100%) !important;
}

.vibes-home .vibes-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .vibes-home .vibes-trust-grid { grid-template-columns: repeat(3, 1fr); }
}

.vibes-home .vibes-trust-item {
  text-align: center;
  padding: 0.5rem;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.4;
}

.vibes-home .vibes-trust-item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold);
  margin-bottom: 0.25rem;
}

/* Booking block on home */
.vibes-home .vibes-jl-book-shell {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.vibes-home .vibes-jl-book-card {
  max-width: none;
  margin: 0;
  text-align: left;
  padding: clamp(1.35rem, 4vw, 1.75rem);
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.vibes-home .vibes-jl-book-card-form h2 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-align: center;
  color: var(--gold-dark);
}

.vibes-home .vibes-jl-book-lead {
  font-size: 0.88rem;
  color: #666;
  margin: 0 0 1.15rem;
  text-align: center;
  line-height: 1.5;
}

/* CF7 multi-step wizard */
.vibes-cf7-wizard {
  width: 100%;
}

.vibes-cf7-progress {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
}

.vibes-cf7-progress-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  opacity: 0.45;
  transition: opacity 0.2s;
}

.vibes-cf7-progress-item.is-active,
.vibes-cf7-progress-item.is-done {
  opacity: 1;
}

.vibes-cf7-progress-num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-dark);
  border: 1px solid rgba(201, 168, 76, 0.45);
  background: #fff;
}

.vibes-cf7-progress-item.is-active .vibes-cf7-progress-num {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #fff;
  border-color: transparent;
}

.vibes-cf7-progress-item.is-done .vibes-cf7-progress-num {
  background: rgba(201, 168, 76, 0.15);
}

.vibes-cf7-progress-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #666;
  line-height: 1.2;
}

.vibes-cf7-step {
  animation: vibesCf7Fade 0.25s ease;
}

@keyframes vibesCf7Fade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.vibes-cf7-step-head {
  margin-bottom: 1rem;
}

.vibes-cf7-step-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.vibes-cf7-step-title {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-dark);
}

.vibes-cf7-step-hint {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
}

.vibes-cf7-step-body {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 520px) {
  .vibes-cf7-step-body.vibes-cf7-step-contact {
    grid-template-columns: 1fr 1fr;
  }

  .vibes-cf7-step-body.vibes-cf7-step-contact p:has([name="your-name"]) {
    grid-column: 1 / -1;
  }
}

.vibes-cf7-step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
  align-items: center;
}

.vibes-cf7-step-nav .vibes-cf7-submit {
  margin: 0;
  flex: 1;
  min-width: 10rem;
}

.vibes-cf7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s, transform 0.2s;
}

.vibes-cf7-btn-next,
.vibes-cf7-btn-submit,
.vibes-cf7-step-nav input[type="submit"] {
  color: #fff !important;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold)) !important;
  border: none !important;
  width: 100%;
}

.vibes-cf7-btn-back {
  color: var(--gold-dark);
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.45);
  flex: 0 0 auto;
}

.vibes-cf7-btn:hover,
.vibes-cf7-step-nav input[type="submit"]:hover {
  opacity: 0.92;
}

.vibes-cf7-step-error {
  margin: 0.75rem 0 0;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.82rem;
  color: #8b2e2e;
  background: #fdecec;
  border: 1px solid #f5c2c2;
}

body:has(.vibes-cf7-wizard) .vibes-cf7-fields > .wpcf7-form {
  display: block;
}

body:has(.vibes-cf7-wizard) .wpcf7-response-output {
  margin-top: 1rem;
}

.vibes-booking-page .vibes-cf7-multistep-target {
  max-width: 520px;
  margin: 0 auto;
}

/* CF7 on light home — form sits in booking section */
body:has(.vibes-home) .wpcf7 label { color: var(--gold-dark); }
body:has(.vibes-home) .wpcf7 input,
body:has(.vibes-home) .wpcf7 select,
body:has(.vibes-home) .wpcf7 textarea {
  background: #fff;
  border-color: #e0e0e0;
  color: #1a1a1a;
}

/* ═══ Inner pages — centered layout ═══ */
.vibes-site {
  overflow-x: clip;
}

.vibes-site:not(.vibes-home) .vibes-wrap {
  text-align: center;
}

.vibes-site:not(.vibes-home) .vibes-h1,
.vibes-site:not(.vibes-home) .vibes-h2 {
  text-align: center;
}

.vibes-site:not(.vibes-home) .vibes-sublist,
.vibes-site:not(.vibes-home) .vibes-why,
.vibes-site:not(.vibes-home) .vibes-services-grid {
  margin-left: auto;
  margin-right: auto;
}

.vibes-site:not(.vibes-home) .vibes-sublist {
  max-width: 640px;
}

.vibes-site:not(.vibes-home) .vibes-panel {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ═══ Mobile optimization ═══ */
@media (max-width: 767px) {
  .vibes-wrap,
  .vibes-wrap-wide {
    padding-top: var(--space-md);
    padding-bottom: var(--space-lg);
    padding-left: max(1rem, env(safe-area-inset-left, 1rem));
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-header-inner {
    padding: 0.65rem max(0.85rem, env(safe-area-inset-left, 0.85rem));
    padding-right: max(0.85rem, env(safe-area-inset-right, 0.85rem));
  }

  .vibes-brand { gap: 0.5rem; max-width: calc(100% - 150px); }

  .vibes-brand-icon {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .vibes-brand-title {
    font-size: clamp(0.82rem, 3.6vw, 0.94rem);
  }

  .vibes-brand-tag {
    font-size: clamp(0.54rem, 2.6vw, 0.64rem);
  }

  .vibes-header-book {
    padding: 0.45rem 0.7rem;
    font-size: 0.72rem;
    min-height: 36px;
  }

  .vibes-nav-inner {
    padding: 0.7rem max(1rem, env(safe-area-inset-left, 1rem));
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-nav-brand {
    width: 44px;
    height: 44px;
  }

  .vibes-hero {
    border-radius: 14px;
    min-height: 0;
    height: auto;
    margin-bottom: var(--space-md);
  }

  .vibes-hero-sm,
  .vibes-hero-brand {
    min-height: 0;
    height: auto;
  }

  .vibes-hero-overlay {
    padding: 1rem 0.85rem;
  }

  .vibes-hero-overlay .vibes-h1 {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
    line-height: 1.25;
    margin-bottom: 0.3rem;
  }

  .vibes-hero-overlay .vibes-h1-sub {
    font-size: 0.58em;
  }

  .vibes-hero-overlay .vibes-lead {
    font-size: 0.84rem;
    line-height: 1.45;
    max-width: 100%;
  }

  .vibes-site:not(.vibes-home) .vibes-h1 {
    font-size: clamp(1.2rem, 5.5vw, 1.65rem);
    line-height: 1.25;
  }

  .vibes-h1 {
    font-size: clamp(1.2rem, 5.5vw, 1.65rem);
  }

  .vibes-h2 {
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    line-height: 1.3;
  }

  .vibes-breadcrumb {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }

  .vibes-site:not(.vibes-home) .vibes-content,
  .vibes-site:not(.vibes-home) .vibes-faq,
  .vibes-site:not(.vibes-home) .vibes-faq details p,
  .vibes-site:not(.vibes-home) .vibes-sublist li,
  .vibes-site:not(.vibes-home) .vibes-why li,
  .vibes-site:not(.vibes-home) .vibes-panel p {
    text-align: left;
  }

  .vibes-lead,
  .vibes-content p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .vibes-services-grid {
    gap: 0.65rem;
    margin-top: 0.75rem;
  }

  .vibes-service-tile-img.vibes-service-tile-icon {
    aspect-ratio: auto;
    min-height: 68px;
    max-height: 80px;
    padding: 0.35rem;
  }

  .vibes-service-tile-icon .vibes-svc-icon {
    max-width: 50px;
    max-height: 50px;
    stroke-width: 2;
  }

  .vibes-service-tile-body {
    padding: 0.85rem 0.75rem 1rem;
  }

  .vibes-service-tile-body h3 {
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .vibes-service-tile-body p {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .vibes-service-tile-body span {
    font-size: 0.74rem;
  }

  .vibes-related {
    margin-top: 1.25rem;
    text-align: center;
  }

  .vibes-related h3 {
    font-size: 1rem;
    margin-bottom: 0.65rem;
  }

  .vibes-contact-cards {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .vibes-contact-card {
    padding: 0.85rem 1rem;
    text-align: left;
  }

  .vibes-contact-card h3 {
    font-size: 0.88rem;
  }

  .vibes-book-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 100%;
  }

  .vibes-book-tile {
    padding: 0.65rem 0.4rem;
    font-size: 0.68rem;
    min-height: 48px;
  }

  .vibes-book-tile strong {
    display: block;
    font-size: 0.76rem;
    margin-bottom: 0.15rem;
  }

  .vibes-panel {
    padding: 1rem 0.85rem;
    text-align: center;
  }

  .vibes-cta-row {
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
  }

  .vibes-btn {
    width: 100%;
    max-width: 300px;
  }

  .vibes-cta-row .vibes-btn {
    max-width: 100%;
  }

  .vibes-sublist li {
    padding: 0.75rem 0.85rem;
    font-size: 0.84rem;
  }

  .vibes-faq details {
    padding: 0.75rem 0.85rem;
  }

  .vibes-faq summary {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .vibes-site .vibes-footer {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 1.5rem));
  }

  .vibes-site .vibes-footer-grid {
    gap: 1.75rem;
  }

  .vibes-site .vibes-footer-col {
    text-align: center;
  }

  .vibes-site .vibes-footer-svc-list {
    column-count: 2;
    column-gap: 1rem;
  }

  .vibes-site .vibes-footer-bar {
    gap: 0.85rem;
  }

  body:has(.vibes-site) .entry-content > .wp-block-shortcode {
    margin-left: max(0.5rem, env(safe-area-inset-left, 0.5rem));
    margin-right: max(0.5rem, env(safe-area-inset-right, 0.5rem));
    width: auto;
    max-width: none;
    padding: 1rem 1rem 1.25rem;
  }

  body:has(.vibes-site) .wpcf7 input[type="text"],
  body:has(.vibes-site) .wpcf7 input[type="email"],
  body:has(.vibes-site) .wpcf7 input[type="tel"],
  body:has(.vibes-site) .wpcf7 select,
  body:has(.vibes-site) .wpcf7 textarea {
    font-size: 16px;
    min-height: 48px;
  }

  .vibes-home .vibes-topbar {
    padding: 0.75rem max(1rem, env(safe-area-inset-left, 1rem));
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-home {
    overflow-x: clip;
  }

  .vibes-home .vibes-jl-hero {
    display: block;
    min-height: 0;
    height: auto;
    padding: 0.65rem max(0.85rem, env(safe-area-inset-left, 0.85rem)) 0.85rem;
    padding-right: max(0.85rem, env(safe-area-inset-right, 0.85rem));
  }

  /* Elementor / WP wrappers sometimes force tall hero columns */
  .elementor-widget-container .vibes-home .vibes-jl-hero,
  .entry-content .vibes-home .vibes-jl-hero,
  .vibes-site.vibes-home .vibes-jl-hero {
    min-height: 0 !important;
    height: auto !important;
  }

  .vibes-home .vibes-jl-hero h1 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
    line-height: 1.22;
    margin-bottom: 0.65rem;
    padding: 0;
  }

  .vibes-home .vibes-jl-hero-inner {
    max-width: 100%;
    margin: 0;
  }

  .vibes-home .vibes-loc-card {
    padding: 0.85rem 0.85rem 0.75rem;
    border-radius: 12px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
  }

  .vibes-home .vibes-loc-card > p {
    font-size: 0.84rem;
    line-height: 1.35;
    margin-bottom: 0.6rem;
  }

  .vibes-home .vibes-loc-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .vibes-home .vibes-loc-select-wrap {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .vibes-home .vibes-loc-pin::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .vibes-home .vibes-loc-select {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    min-height: 48px;
    padding: 0.7rem 0.85rem 0.7rem 2.5rem;
    line-height: 1.2;
    box-sizing: border-box;
  }

  .vibes-home .vibes-loc-go {
    width: 100%;
    min-height: 48px;
    margin: 0;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }

  .vibes-home .vibes-loc-hint {
    font-size: 0.7rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 0.5rem;
  }

  .vibes-home .vibes-jl-section {
    padding: 1.35rem max(1rem, env(safe-area-inset-left, 1rem)) 1.25rem;
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-home .vibes-jl-section h2 {
    font-size: clamp(1.15rem, 4.8vw, 1.45rem);
    line-height: 1.3;
    padding: 0 0.25rem;
  }

  .vibes-home .vibes-jl-section > .vibes-jl-sub {
    font-size: 0.86rem;
    margin-bottom: 1.25rem;
    padding: 0 0.25rem;
    line-height: 1.45;
  }

  .vibes-site .vibes-icon-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.45rem;
    max-width: 100%;
  }

  .vibes-site .vibes-icon-item {
    max-width: none;
    padding: 0.15rem 0;
    -webkit-tap-highlight-color: transparent;
  }

  .vibes-site .vibes-icon-box {
    width: min(100%, 64px);
    height: min(100%, 64px);
    margin-bottom: 0.35rem;
    border-radius: 10px;
    padding: 0.15rem;
  }

  .vibes-site .vibes-icon-box .vibes-svc-icon {
    width: 88%;
    height: 88%;
    max-width: 54px;
    max-height: 54px;
    stroke-width: 2;
  }

  .vibes-site .vibes-icon-label {
    font-size: 0.68rem;
    line-height: 1.25;
    min-height: 2.4em;
  }

  .vibes-home .vibes-view-all {
    font-size: 0.82rem;
    padding: 0.65rem 0.5rem;
    margin-top: 0.75rem;
  }

  .vibes-home .vibes-home-mid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .vibes-home .vibes-home-intro {
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .vibes-home .vibes-home-intro p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .vibes-home .vibes-home-steps {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .vibes-home .vibes-home-steps li {
    padding: 1rem 0.9rem;
    text-align: left;
  }

  .vibes-home .vibes-home-steps li::before {
    margin-left: 0;
    margin-right: auto;
  }

  .vibes-home .vibes-home-areas {
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .vibes-home .vibes-home-areas p {
    font-size: 0.86rem;
  }

  .vibes-home .vibes-home-mid-cta .vibes-btn {
    max-width: 100%;
  }

  .vibes-home .vibes-trust-heading {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    margin-bottom: 1rem;
  }

  .vibes-home .vibes-trust-grid {
    gap: 0.75rem;
  }

  .vibes-home .vibes-trust-item {
    font-size: 0.78rem;
    padding: 0.4rem 0.25rem;
  }

  .vibes-home .vibes-trust-item strong {
    font-size: 0.72rem;
  }

  .vibes-home .vibes-jl-book {
    padding-bottom: 0;
  }

  .vibes-home .vibes-jl-book-card {
    padding: 1.25rem 1rem;
    border-radius: 14px;
  }

  .vibes-home .vibes-jl-book-card h2 {
    font-size: 1.1rem;
  }

  .vibes-home .vibes-jl-book-card p {
    font-size: 0.85rem;
    line-height: 1.55;
  }
}

@media (max-width: 359px) {
  .vibes-site .vibes-icon-scroll {
    gap: 0.85rem 0.35rem;
  }

  .vibes-site .vibes-icon-box {
    width: min(100%, 58px);
    height: min(100%, 58px);
  }

  .vibes-site .vibes-icon-box .vibes-svc-icon {
    max-width: 48px;
    max-height: 48px;
  }

  .vibes-site .vibes-icon-label {
    font-size: 0.64rem;
  }
}

/* Hide legacy multi-step booking UI if old markup remains on booking-page */
body.page-booking-page .entry-content > :not(.vibes-site),
body.page-booking-page .elementor-widget-wrap > :not(.elementor-widget-html),
body.page-booking-page .vibes-legacy-booking,
body.page-booking-page [class*="booking-wizard"],
body.page-booking-page [class*="booking-step"],
body.page-booking-page [id*="booking-wizard"] {
  display: none !important;
}

body.page-booking-page .vibes-site {
  display: block !important;
}

body.page-booking-page .vibes-legacy-price,
body.page-booking-page .estimated-total,
body.page-booking-page [class*="package-price"],
body.page-booking-page [class*="from-price"] {
  display: none !important;
}

/* ═══ Elementor HTML widget — keep Vibes grid/layout intact ═══ */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.elementor-widget-html .elementor-widget-container > .vibes-site,
.elementor .vibes-site {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.elementor-element.e-con:has(.vibes-site),
.elementor-element.e-con .elementor-widget-html {
  width: 100% !important;
  max-width: 100% !important;
  --content-width: 100% !important;
  --container-widget-width: 100% !important;
}

.elementor-widget-html .vibes-icon-scroll,
.elementor .vibes-icon-scroll,
.elementor-widget-container .vibes-icon-scroll {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem 0.45rem !important;
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 0 0.5rem !important;
}

.elementor-widget-html .vibes-icon-item,
.elementor .vibes-icon-item {
  display: block !important;
  float: none !important;
  position: relative !important;
  width: 100% !important;
  max-width: 140px !important;
  margin: 0 auto !important;
  clear: none !important;
}

@media (min-width: 560px) {
  .elementor .vibes-icon-scroll,
  .elementor-widget-html .vibes-icon-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.35rem 0.85rem !important;
  }
}

@media (min-width: 768px) {
  .elementor .vibes-icon-scroll,
  .elementor-widget-html .vibes-icon-scroll {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1.5rem 1rem !important;
  }
}

.elementor-widget-html .vibes-header,
.elementor-widget-html .vibes-jl-section,
.elementor-widget-html .vibes-footer {
  width: 100% !important;
  max-width: 100% !important;
}

/* ═══ Global formatting fixes ═══ */
.vibes-site img {
  height: auto;
}

.vibes-site a {
  transition: color 0.2s, opacity 0.2s;
}

.vibes-content a,
.vibes-faq a,
.vibes-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
}

.vibes-content a:hover,
.vibes-faq a:hover {
  color: var(--gold-dark);
}

/* Shared nav menu script target */
.vibes-nav-shell { width: 100%; }

/* ═══ QR landing page (/qr-code/) — mobile-first scan target ═══ */
.vibes-qr .vibes-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.vibes-qr-hero {
  background: linear-gradient(165deg, #0f1419 0%, #1a2332 45%, #2a2218 100%);
  color: #f5f0e8;
  padding: 2.25rem 1.25rem 2.75rem;
  text-align: center;
}

.vibes-qr-hero-inner {
  max-width: 28rem;
  margin: 0 auto;
}

.vibes-qr-logo {
  display: block;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.vibes-qr-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.vibes-qr-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 5vw, 2.15rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.vibes-qr-title span {
  color: var(--gold);
}

.vibes-qr-lead {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.88);
}

.vibes-qr-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}

.vibes-qr-btn {
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1rem;
  font-size: 1rem;
}

.vibes-qr-section {
  padding: 2.25rem 1.25rem;
  max-width: 920px;
  margin: 0 auto;
}

.vibes-qr-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.vibes-qr-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 2px 12px rgba(15, 20, 25, 0.06);
}

.vibes-qr-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--gold-dark);
}

.vibes-qr-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.vibes-qr-services {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vibes-qr-trust {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.vibes-qr-steps {
  max-width: 32rem;
  margin: 1.25rem auto 1.5rem;
}

.vibes-qr-app {
  background: linear-gradient(180deg, #faf8f4 0%, #fff 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.vibes-qr-careers {
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .vibes-qr-cards {
    grid-template-columns: 1fr 1fr;
  }

  .vibes-qr-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .vibes-qr-btn {
    width: auto;
    min-width: 11rem;
  }
}

/* Contact page on homepage light shell */
.vibes-home .vibes-contact-home .vibes-contact-layout {
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
}

.vibes-home .vibes-contact-form-card {
  margin: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vibes-home .vibes-contact-form-card .vibes-contact-book-link {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: #666;
}

.vibes-home .vibes-contact-form-card .vibes-contact-book-link a {
  color: var(--gold-dark);
  font-weight: 600;
  text-decoration: none;
}

.vibes-home .vibes-qr-logo {
  display: block;
  margin: 0 auto 1rem;
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* ═══ Responsive polish — all vibes-home pages (home, about, faq, services, book, contact, qr) ═══ */
.vibes-home img,
.vibes-home iframe,
.vibes-home svg,
.vibes-home video {
  max-width: 100%;
}

.vibes-home .vibes-contact-map-wrap {
  width: 100%;
}

.vibes-home .vibes-jl-book-card {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.vibes-home .vibes-page-hero .vibes-cta-row {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .vibes-home .vibes-jl-hero,
  .vibes-home .vibes-page-hero {
    padding: 1.75rem max(1rem, env(safe-area-inset-left, 1rem)) 2rem;
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-home .vibes-page-hero h1,
  .vibes-home .vibes-jl-hero h1 {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
    margin-bottom: 0.55rem;
    padding: 0 0.25rem;
  }

  .vibes-home .vibes-page-lead {
    font-size: 0.92rem;
    line-height: 1.5;
    padding: 0 0.15rem;
  }

  .vibes-home .vibes-page-kicker {
    font-size: 0.75rem;
  }

  .vibes-home .vibes-qr-logo {
    width: 60px;
    height: 60px;
    padding: 6px;
    margin-bottom: 0.75rem;
  }

  .vibes-home .vibes-jl-section {
    padding: 1.75rem max(1rem, env(safe-area-inset-left, 1rem)) 1.5rem;
    padding-right: max(1rem, env(safe-area-inset-right, 1rem));
  }

  .vibes-home .vibes-jl-section h2 {
    font-size: clamp(1.15rem, 5vw, 1.4rem);
    line-height: 1.25;
  }

  .vibes-home .vibes-jl-section > .vibes-jl-sub {
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
    padding: 0 0.25rem;
  }

  .vibes-home .vibes-home-intro {
    padding: 0;
  }

  .vibes-home .vibes-home-intro p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  /* Full-width touch-friendly CTAs on phones */
  .vibes-home .vibes-cta-row,
  .vibes-home .vibes-home-mid-cta,
  .vibes-home .vibes-svc-acc-cta,
  .vibes-home .vibes-page-hero .vibes-cta-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.6rem;
  }

  .vibes-home .vibes-cta-row .vibes-btn,
  .vibes-home .vibes-home-mid-cta .vibes-btn,
  .vibes-home .vibes-svc-acc-cta .vibes-btn {
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 0.8rem 1.1rem;
    font-size: 0.92rem;
  }

  /* Icon grids — readable on small screens */
  .vibes-home .vibes-icon-scroll,
  .vibes-site.vibes-home .vibes-icon-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 0.4rem;
    width: 100%;
  }

  .vibes-home .vibes-icon-item,
  .vibes-home button.vibes-book-icon-item {
    max-width: 110px;
  }

  .vibes-home .vibes-icon-box {
    width: clamp(58px, 18vw, 72px);
    height: clamp(58px, 18vw, 72px);
  }

  .vibes-home .vibes-icon-label {
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
    line-height: 1.25;
  }

  /* Trust + how-it-works */
  .vibes-home .vibes-trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .vibes-home .vibes-trust-item {
    font-size: 0.78rem;
    padding: 0.85rem 0.65rem;
  }

  .vibes-home .vibes-home-steps {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .vibes-home .vibes-home-steps li {
    padding: 1rem 0.9rem;
  }

  /* Services accordion */
  .vibes-home .vibes-svc-acc-summary {
    padding: 0.75rem 0.85rem;
    gap: 0.65rem;
    min-height: 56px;
  }

  .vibes-home .vibes-svc-acc-hint {
    display: none;
  }

  .vibes-home .vibes-svc-acc-title {
    font-size: 0.9rem;
  }

  .vibes-home .vibes-svc-acc-icon {
    width: 40px;
    height: 40px;
  }

  .vibes-home .vibes-svc-acc-body {
    padding: 0 0.85rem 1rem;
  }

  .vibes-home .vibes-svc-acc-cta {
    max-width: none;
  }

  /* FAQ light */
  .vibes-home .vibes-faq-light details {
    padding: 0.75rem 0.85rem;
  }

  .vibes-home .vibes-faq-light summary {
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  /* Contact */
  .vibes-home .vibes-contact-layout {
    gap: 1.25rem;
  }

  .vibes-home .vibes-contact-map-wrap iframe {
    height: 220px;
  }

  .vibes-home .vibes-contact-form-card,
  .vibes-home .vibes-jl-book-card {
    padding: 1.15rem 1rem 1.35rem;
    border-radius: 16px;
  }

  .vibes-home .vibes-jl-book-card h2,
  .vibes-home .vibes-contact-form-card h2 {
    font-size: 1.2rem;
  }

  .vibes-home .vibes-jl-book-lead {
    font-size: 0.88rem;
  }

  /* Booking form mount */
  .vibes-home .vibes-cf7-mount,
  .vibes-home .vibes-contact-cf7-mount {
    width: 100%;
    overflow-x: clip;
  }

  .vibes-home .vibes-booking-icons {
    margin-bottom: 0.5rem;
  }

  .vibes-home .vibes-view-all {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.9rem;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .vibes-home .vibes-icon-scroll,
  .vibes-site.vibes-home .vibes-icon-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem 0.25rem;
  }

  .vibes-home .vibes-icon-label {
    font-size: 0.58rem;
  }

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

  .vibes-brand-tag {
    display: none;
  }
}

/* Tablet / desktop — keep CTAs inline, generous spacing */
@media (min-width: 768px) {
  .vibes-home .vibes-page-hero {
    padding: 2.75rem 1.5rem 3rem;
  }

  .vibes-home .vibes-page-hero .vibes-cta-row,
  .vibes-home .vibes-home-mid-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .vibes-home .vibes-page-hero .vibes-cta-row .vibes-btn,
  .vibes-home .vibes-home-mid-cta .vibes-btn {
    width: auto;
    min-width: 10.5rem;
  }

  .vibes-home .vibes-svc-acc-cta {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
  }

  .vibes-home .vibes-svc-acc-cta .vibes-btn {
    width: auto;
  }
}

@media (min-width: 900px) {
  .vibes-home .vibes-contact-home .vibes-contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
    gap: 2rem;
  }

  .vibes-home .vibes-contact-form-card {
    position: sticky;
    top: 5.5rem;
  }
}
