@font-face {
  font-family: "MTN Brighter Sans";
  src: url("https://raw.githubusercontent.com/sparkplug/mtn-momo-api-documentation/master/docs/.vuepress/theme/fonts/MTNBrighterSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0d1b2a;
  --navy-soft: #12263a;
  --teal: #2a7f7f;
  --teal-light: #3ba6a6;
  --cream: #faf7f2;
  --sand: #f5efe6;
  --sand-dark: #e6d8c7;
  --text: #1a1a2e;
  --muted: #65707e;
  --white: #ffffff;
  --line: rgba(13, 27, 42, 0.11);
  --brand-font: "MTN Brighter Sans", "Arial Rounded MT Bold", Arial, sans-serif;
  --body-font: "MTN Brighter Sans", Arial, sans-serif;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 90px rgba(13, 27, 42, 0.14);
  --ease: 230ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--body-font); background: var(--cream); color: var(--text); line-height: 1.55; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--teal); color: var(--white); }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.skip-link, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link:focus { width: auto; height: auto; clip: auto; top: 1rem; left: 1rem; z-index: 9999; background: var(--navy); color: white; padding: .8rem 1rem; }
.page-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 4000; background: transparent; }
.page-progress span { display: block; height: 100%; width: 0%; background: var(--teal-light); transition: width 120ms linear; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background var(--ease), border var(--ease), backdrop-filter var(--ease); }
.site-header.scrolled, .site-header.open { background: rgba(13,27,42,.95); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { width: min(100% - 34px, 1280px); min-height: 76px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; }
.logo { font-family: var(--brand-font); display: inline-grid; line-height: .84; letter-spacing: -0.06em; text-transform: lowercase; color: white; font-size: 1.55rem; }
.logo strong { color: var(--teal-light); }
.nav-menu { display: flex; justify-content: center; gap: clamp(1rem, 2.4vw, 2.1rem); }
.nav-menu a, .header-cta { color: rgba(255,255,255,.86); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; transition: color var(--ease), background var(--ease), border var(--ease); }
.nav-menu a:hover, .nav-menu a.active { color: var(--teal-light); }
.header-cta { justify-self: end; padding: .8rem 1.05rem; background: var(--teal); border: 1px solid rgba(255,255,255,.16); color: white; border-radius: 999px; }
.header-cta:hover { background: var(--teal-light); color: var(--navy); }
.menu-btn { display: none; width: 44px; height: 44px; background: transparent; border: 0; justify-self: end; }
.menu-btn span { display: block; width: 25px; height: 2px; margin: 6px auto; background: white; transition: transform var(--ease); }
.menu-btn.active span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn.active span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero-media, .hero-overlay, .hero-image, .hero-video { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: var(--navy); }
.hero-image, .hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-video { z-index: 2; }
.hero-video.is-disabled { display: none; }
.hero-image { z-index: 1; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(250,247,242,.98) 0%, rgba(250,247,242,.92) 28%, rgba(250,247,242,.44) 54%, rgba(250,247,242,.05) 100%), linear-gradient(180deg, rgba(13,27,42,.04), rgba(13,27,42,.18)); }
.hero-content { display: grid; align-items: center; }
.hero-copy { max-width: 610px; padding-top: 5rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--teal); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--brand-font); letter-spacing: -0.06em; line-height: .94; }
.hero h1 { margin: 0; font-size: clamp(3.4rem, 7.6vw, 7.8rem); color: var(--navy); }
.hero h1 span { color: var(--teal); }
.hero-lead { max-width: 520px; margin: 1.35rem 0 0; color: var(--navy); font-size: clamp(.98rem, 1.2vw, 1.08rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .85rem 1.35rem; border-radius: 999px; border: 1.5px solid transparent; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; transition: transform var(--ease), background var(--ease), color var(--ease), border var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: white; }
.btn-primary:hover { background: #186d6d; }
.btn-outline { background: rgba(250,247,242,.62); border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: white; }
.btn-light { background: white; color: var(--navy); }
.hero-quickbar { position: absolute; left: 50%; bottom: 22px; width: min(100% - 40px, 980px); transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(13,27,42,.88); color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; backdrop-filter: blur(14px); overflow: hidden; }
.hero-quickbar a { padding: .9rem 1.2rem; display: flex; gap: .7rem; justify-content: center; align-items: center; font-size: .78rem; border-left: 1px solid rgba(255,255,255,.1); }
.hero-quickbar a:first-child { border-left: 0; }
.hero-quickbar span { color: var(--teal-light); }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.intro-panel, .story, .events { background: var(--cream); }
.attractions, .guides { background: var(--sand); }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.centered { margin-inline: auto; text-align: center; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); color: var(--navy); }
.section-head p, .story-copy p, .itinerary-card p, .student-copy p, .survey p, .info-grid > div > p, .newsletter p { color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.path-card, .place-card, .guide-card, .info-card, .mini-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: var(--radius); transition: transform var(--ease), box-shadow var(--ease), border var(--ease); }
.path-card:hover, .place-card:hover, .guide-card:hover, .info-card:hover, .mini-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(42,127,127,.3); }
.path-card { padding: 1.25rem; }
.path-icon { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(42,127,127,.12); color: var(--teal); border-radius: 50%; margin-bottom: .9rem; }
.micro-label, .tag { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem !important; margin: 0 0 .4rem; }
h3 { font-family: var(--brand-font); color: var(--navy); letter-spacing: -0.035em; line-height: 1.02; margin: 0; font-size: 1.45rem; }
.path-card p, .place-card p, .feature p, .event p, .guide-card p, .mini-card p, .info-card p { color: var(--muted); font-size: .9rem; }
.path-card a, .place-card a, .text-link { color: var(--teal); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }

.stats { padding: 3.4rem 0; background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; border-left: 1px solid rgba(255,255,255,.12); padding: 1rem; }
.stat:first-child { border-left: 0; }
.stat strong { display: inline-block; font-size: clamp(2.4rem, 5vw, 4.9rem); line-height: .9; color: white; }
.stat strong::after { content: attr(data-suffix); }
.stat span { display: block; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; margin-top: .55rem; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.story-image { min-height: 285px; margin-top: 2rem; border-radius: var(--radius); background: linear-gradient(180deg, rgba(13,27,42,.05), rgba(13,27,42,.18)), url("../bremerhaven-hero.jpg") center/cover; box-shadow: var(--shadow); }
.story-list { display: grid; gap: 1rem; }
.feature { display: grid; grid-template-columns: 62px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.feature span { color: var(--teal); font-size: 2rem; }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 2rem; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-tabs button { cursor: pointer; border: 1px solid var(--line); background: white; color: var(--navy); border-radius: 999px; padding: .65rem .9rem; font-size: .75rem; text-transform: uppercase; }
.filter-tabs button.active { background: var(--teal); color: white; border-color: var(--teal); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.place-card { overflow: hidden; background: white; }
.place-img { aspect-ratio: 16/10; background: linear-gradient(180deg, rgba(13,27,42,.04), rgba(13,27,42,.22)), url("../bremerhaven-hero.jpg") center/cover; }
.image-2 { background-position: 50% 46%; } .image-3 { background-position: 40% 60%; } .image-4 { background-position: 72% 46%; } .image-5 { background-position: 20% 80%; } .image-6 { background-position: 80% 65%; }
.place-body { padding: 1.15rem; }
.place-card.is-hidden { display: none; }

.itinerary { background: var(--navy); color: white; }
.itinerary h2, .itinerary h3 { color: white; }
.itinerary .eyebrow { color: var(--teal-light); }
.itinerary-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.5rem; align-items: stretch; }
.itinerary-card { padding: clamp(1.5rem,4vw,3rem); border-radius: var(--radius); background: linear-gradient(135deg, rgba(42,127,127,.94), rgba(13,27,42,.86)), url("../bremerhaven-hero.jpg") center/cover; box-shadow: var(--shadow); }
.itinerary-card p { color: rgba(255,255,255,.78); }
.check-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0 1.7rem; }
.check-list span { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; padding: .55rem .75rem; font-size: .78rem; }
.timeline { display: grid; gap: .75rem; }
.timeline div { position: relative; padding: 1.1rem 1.1rem 1.1rem 5rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.timeline time { position: absolute; left: 1.1rem; top: 1.1rem; color: var(--teal-light); }
.timeline p { margin: .25rem 0 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.student { background: var(--cream); }
.student-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1.5rem; align-items: center; }
.student-grid-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mini-card { padding: 1.25rem; background: white; }
.mini-card span { color: var(--teal); }

.event-list { border-top: 1px solid var(--line); }
.event { display: grid; grid-template-columns: 88px 1fr 42px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1.2rem 0; transition: background var(--ease), padding var(--ease); }
.event:hover { background: var(--sand); padding-inline: 1rem; }
.event time { display: grid; place-items: center; }
.event time strong { font-size: 2rem; color: var(--navy); }
.event time span { color: var(--teal); text-transform: uppercase; font-size: .7rem; }
.event > a { color: var(--teal); font-size: 1.6rem; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.guide-card { padding: 1.5rem; min-height: 210px; background: white; }
.guide-card span { color: var(--teal); }
.survey { padding: clamp(4.5rem,7vw,6.5rem) 0; background: var(--navy); color: white; }
.survey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: center; }
.survey h2, .survey h3 { color: white; }
.survey .eyebrow { color: var(--teal-light); }
.survey p { color: rgba(255,255,255,.7); }
.survey-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.survey-card { min-height: 160px; padding: 1.4rem; display: grid; gap: .6rem; background: rgba(42,127,127,.68); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); transition: transform var(--ease), background var(--ease); }
.survey-card:hover { transform: translateY(-4px); background: var(--teal); }
.survey-card span { font-size: 2rem; }
.survey-card small { color: rgba(255,255,255,.72); }
.info { background: var(--navy); color: white; }
.info h2, .info h3 { color: white; }
.info .eyebrow { color: var(--teal-light); }
.info-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; }
.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.info-card { padding: 1.25rem; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.info-card p { color: rgba(255,255,255,.62); }
.info-card span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: .8rem; background: rgba(59,166,166,.16); color: var(--teal-light); border-radius: 50%; }
.newsletter { padding: clamp(4.5rem,7vw,6.5rem) 0; background: var(--teal); color: white; }
.newsletter-box { max-width: 720px; text-align: center; }
.newsletter h2 { color: white; }
.newsletter p { color: rgba(255,255,255,.76); }
.newsletter-form { display: flex; max-width: 520px; margin: 1.8rem auto .6rem; }
.newsletter-form input { flex: 1; min-width: 0; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.36); color: white; background: rgba(255,255,255,.14); border-radius: 999px 0 0 999px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.72); }
.newsletter-form button { border: 0; background: var(--navy); color: white; padding: 1rem 1.25rem; border-radius: 0 999px 999px 0; cursor: pointer; }
.form-note { min-height: 1.2rem; }
.footer { background: var(--navy); color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 2rem; padding: 3.2rem 0; }
.footer-logo { color: white; margin-bottom: 1rem; }
.footer h3 { color: white; margin: 0 0 .8rem; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.footer p, .footer a { display: block; margin: .35rem 0; font-size: .88rem; }
.footer a:hover { color: var(--teal-light); }
.socials { display: flex; gap: .65rem; margin-top: 1rem; }
.socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.back-top { position: fixed; right: 18px; bottom: 18px; z-index: 900; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--teal); color: white; box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity var(--ease), transform var(--ease); }
.back-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .itinerary-grid, .student-grid, .survey-grid, .info-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-wrap { grid-template-columns: auto auto; }
  .menu-btn { display: block; }
  .header-cta { display: none; }
  .nav-menu { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; background: rgba(13,27,42,.98); padding: 1rem 20px 1.3rem; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform var(--ease), opacity var(--ease); }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: 820px; align-items: end; padding-bottom: 6rem; }
  .hero-image, .hero-video { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(250,247,242,.76) 0%, rgba(250,247,242,.86) 44%, rgba(250,247,242,.98) 100%), linear-gradient(90deg, rgba(250,247,242,.98), rgba(250,247,242,.22)); }
  .hero-quickbar { grid-template-columns: 1fr; border-radius: var(--radius); bottom: 14px; }
  .hero-quickbar a { justify-content: flex-start; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .hero-quickbar a:first-child { border-top: 0; }
  .section-top, .footer-bottom { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: 0; }
  .footer-grid, .guide-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero-actions, .newsletter-form, .survey-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .path-grid, .cards-grid, .student-grid-cards, .info-cards { grid-template-columns: 1fr; }
  .feature { grid-template-columns: 48px 1fr; }
  .event { grid-template-columns: 62px 1fr 24px; }
  .newsletter-form input, .newsletter-form button { border-radius: 999px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* VisitBHV v1.1 stability fixes */
.hero { min-height: min(760px, 92vh); padding-top: 76px; align-items: center; }
.hero-copy { padding-top: 2.5rem; max-width: 660px; }
.hero h1 { font-size: clamp(3rem, 6.4vw, 6.15rem); line-height: .96; }
.hero-lead { max-width: 600px; }
.hero-quickbar { bottom: 18px; z-index: 3; }
.hero-actions { position: relative; z-index: 4; margin-bottom: 4.25rem; }
.stats .stat strong::after { content: attr(data-suffix); }
.newsletter { display: none !important; }
.footer-connect { min-width: 0; }
.footer-newsletter { display: flex; gap: .45rem; margin: .85rem 0 .35rem; max-width: 300px; }
.footer-newsletter input { min-width: 0; flex: 1; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: white; padding: .72rem .85rem; border-radius: 999px; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,.55); }
.footer-newsletter button { border: 0; padding: .72rem .9rem; border-radius: 999px; background: var(--teal); color: white; font-weight: 900; cursor: pointer; }
.footer-newsletter button:hover { background: var(--teal-light); color: var(--navy); }
.form-note { margin: .35rem 0 0 !important; min-height: 1.1rem; color: rgba(255,255,255,.58); font-size: .76rem !important; }

@media (max-width: 860px) {
  .hero { min-height: 820px; padding-bottom: 7.5rem; align-items: end; }
  .hero-actions { margin-bottom: 0; }
  .hero-quickbar { bottom: 16px; }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 4.45rem); }
}

@media (max-width: 620px) {
  .hero { min-height: 800px; }
  .hero-quickbar { width: min(100% - 28px, var(--max)); }
  .footer-newsletter { max-width: 100%; }
}



/* =========================================================
   VisitBHV v1.2 safe fixes
   - Hero spacing + routebar responsiveness
   - MTN Brighter Sans across site
   - Fixed footer visual distinction
   - Compact footer newsletter/audio
   ========================================================= */

@font-face {
  font-family: "MTN Brighter Sans";
  src: url("https://raw.githubusercontent.com/sparkplug/mtn-momo-api-documentation/master/docs/.vuepress/theme/fonts/MTNBrighterSans-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-logo: "MTN Brighter Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "MTN Brighter Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "MTN Brighter Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --footer-bg: #061421;
  --footer-bg-2: #092033;
  --footer-line: rgba(255,255,255,.12);
}

html,
body,
button,
input,
textarea,
select,
.site-nav a,
.nav-cta,
.btn,
.eyebrow,
.tag,
.site-footer {
  font-family: var(--font-body);
}

.hero h1,
.section-heading h2,
.section-top h2,
.story-panel h2,
.promo-card h2,
.info-grid h2,
.survey-section h2,
.newsletter-box h2,
.path-card h3,
.attraction-card h3,
.guide-card h3,
.info-card h3,
.feature-row h3,
.event-row h3,
.stat-item strong,
.brand {
  font-family: var(--font-heading);
}

.hero {
  min-height: clamp(760px, 92vh, 980px);
  align-items: center;
  padding-top: clamp(92px, 12vh, 138px);
  padding-bottom: clamp(110px, 15vh, 170px);
}

.hero-copy {
  max-width: 680px;
  padding-top: clamp(70px, 8vh, 118px);
  padding-bottom: clamp(46px, 6vh, 90px);
}

.hero h1 {
  font-size: clamp(3.2rem, 6.25vw, 6.25rem);
  line-height: .94;
  letter-spacing: -.065em;
  margin-bottom: 1rem;
}

.hero-text {
  max-width: 620px;
  margin-top: 1.45rem;
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.85;
}

.button-row {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  gap: .85rem;
  position: relative;
  z-index: 5;
}

.hero-routebar {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 70px);
  transform: translateX(-50%);
  z-index: 4;
  width: min(calc(100% - 40px), 980px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: rgba(13, 27, 42, .96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(13,27,42,.22);
  backdrop-filter: blur(12px);
}

.hero-routebar a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  min-height: 62px;
  padding: .9rem 1rem;
  color: rgba(255,255,255,.92);
  font-size: .84rem;
  font-weight: 900;
  border-left: 1px solid rgba(255,255,255,.10);
  transition: background .22s ease, color .22s ease;
}

.hero-routebar a:first-child {
  border-left: 0;
}

.hero-routebar a:hover,
.hero-routebar a:focus-visible {
  background: rgba(42,127,127,.34);
  color: #fff;
}

.hero-routebar strong {
  color: var(--teal-light);
  font-size: .8rem;
  letter-spacing: .08em;
}

.stats-strip .counter {
  min-width: 4ch;
  display: inline-block;
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(59,166,166,.18), transparent 32%),
    linear-gradient(135deg, var(--footer-bg), var(--footer-bg-2));
  color: rgba(255,255,255,.72);
  border-top: 6px solid var(--teal);
}

.footer-grid {
  align-items: start;
}

.site-footer h3 {
  color: #fff;
}

.site-footer a {
  color: rgba(255,255,255,.72);
}

.site-footer a:hover {
  color: var(--teal-light);
}

.footer-mini-form {
  margin-top: 1.15rem;
  max-width: 320px;
}

.footer-mini-form label,
.footer-audio-label {
  display: block;
  margin-bottom: .45rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-mini-form div {
  display: flex;
  gap: .45rem;
}

.footer-mini-form input {
  min-width: 0;
  flex: 1;
  padding: .74rem .82rem;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
}

.footer-mini-form input::placeholder {
  color: rgba(255,255,255,.55);
}

.footer-mini-form button {
  border: 0;
  border-radius: 8px;
  padding: .74rem .9rem;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.footer-mini-form button:hover {
  background: var(--teal-light);
  color: var(--navy);
}

.footer-audio {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--footer-line);
}

.footer-audio audio {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 36px;
  filter: saturate(.85);
}

.footer-audio small {
  display: block;
  margin-top: .45rem;
  color: rgba(255,255,255,.52);
  font-size: .72rem;
  line-height: 1.5;
}

.footer-audio code {
  color: rgba(255,255,255,.76);
}

.footer-bottom {
  background: rgba(0,0,0,.14);
}

@media (max-width: 1020px) {
  .hero {
    min-height: 860px;
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .hero-copy {
    padding-top: 85px;
  }

  .hero-routebar {
    bottom: 34px;
    width: min(calc(100% - 28px), 740px);
  }

  .hero-routebar a {
    min-height: 58px;
    font-size: .76rem;
    padding-inline: .75rem;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 920px;
    align-items: start;
    padding-top: 104px;
    padding-bottom: 210px;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.5rem);
  }

  .hero-text {
    font-size: .98rem;
    line-height: 1.75;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: .72rem;
  }

  .hero-routebar {
    bottom: 24px;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .hero-routebar a {
    justify-content: flex-start;
    min-height: 54px;
    padding: .8rem 1rem;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .hero-routebar a:first-child {
    border-top: 0;
  }

  .footer-mini-form div {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 960px;
  }
}



/* =========================================================
   VisitBHV v1.3 precision fixes
   - Routebar pinned to hero edge, no overlap into next section
   - Reliable counter display styling
   - Footer column colour differentiation
   - Footer audio sizing and visibility
   ========================================================= */

.hero {
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(120px, 14vh, 170px);
}

.hero-copy {
  position: relative;
  z-index: 6;
}

.hero-routebar {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, 50%) !important;
  z-index: 20 !important;
  width: min(calc(100% - 48px), 980px) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  margin: 0 !important;
  background: rgba(13, 27, 42, .98) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 44px rgba(13, 27, 42, .28) !important;
  backdrop-filter: blur(16px);
}

.hero-routebar a {
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .75rem !important;
  padding: .9rem 1.1rem !important;
  border-left: 1px solid rgba(255,255,255,.10) !important;
  color: #fff !important;
  font-size: .84rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.hero-routebar a:first-child {
  border-left: 0 !important;
}

.hero-routebar strong {
  color: var(--teal-light) !important;
  letter-spacing: .08em !important;
}

.section-cream:first-of-type,
#explore {
  padding-top: clamp(5.5rem, 8vw, 8rem) !important;
}

.stats-strip .counter,
.counter[data-count] {
  display: inline-block !important;
  min-width: 4ch !important;
  color: inherit !important;
  opacity: 1 !important;
}

/* Footer visual differentiation */
.site-footer {
  background:
    radial-gradient(circle at 15% 0%, rgba(42,127,127,.28), transparent 34%),
    radial-gradient(circle at 92% 35%, rgba(59,166,166,.14), transparent 32%),
    linear-gradient(135deg, #04111d 0%, #071b2d 48%, #0a2438 100%) !important;
  border-top: 8px solid var(--teal) !important;
  color: rgba(255,255,255,.78) !important;
}

.footer-grid > div {
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.065);
}

.footer-grid > div:nth-child(1) {
  background: rgba(42,127,127,.09);
}

.footer-grid > div:nth-child(2) {
  background: rgba(255,255,255,.045);
}

.footer-grid > div:nth-child(3) {
  background: rgba(59,166,166,.065);
}

.footer-grid > div:nth-child(4) {
  background: rgba(42,127,127,.12);
  border-color: rgba(59,166,166,.22);
}

.site-footer h3 {
  color: #fff !important;
}

.site-footer p,
.site-footer a {
  color: rgba(255,255,255,.76) !important;
}

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

.footer-mini-form {
  margin-top: 1.05rem;
}

.footer-mini-form div {
  display: flex;
  gap: .5rem;
}

.footer-mini-form input {
  width: 100%;
  min-width: 0;
}

.footer-audio {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-audio audio {
  width: 100%;
  max-width: 340px;
  height: 38px;
  display: block;
  margin-top: .5rem;
}

.footer-audio-label {
  margin: 0 0 .45rem;
  color: #fff;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-audio small {
  display: block;
  max-width: 340px;
  margin-top: .5rem;
  color: rgba(255,255,255,.54);
  font-size: .68rem;
  line-height: 1.45;
}

.footer-audio code {
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  padding: .08rem .25rem;
  border-radius: 4px;
}

.footer-bottom {
  background: rgba(0,0,0,.20) !important;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 190px !important;
  }

  .hero-routebar {
    width: min(calc(100% - 32px), 760px) !important;
    border-radius: 24px !important;
    grid-template-columns: 1fr !important;
    transform: translate(-50%, 42%) !important;
  }

  .hero-routebar a {
    min-height: 52px !important;
    justify-content: flex-start !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }

  .hero-routebar a:first-child {
    border-top: 0 !important;
  }

  #explore {
    padding-top: clamp(7.5rem, 18vw, 10rem) !important;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 930px !important;
    padding-bottom: 220px !important;
  }

  .hero-routebar {
    transform: translate(-50%, 38%) !important;
  }

  .footer-mini-form div {
    display: grid;
  }

  .footer-grid > div {
    padding: 1rem;
  }
}



/* =========================================================
   VisitBHV v1.4 routebar gap fix
   Keeps the quick route bar attached to the hero and removes
   the large empty space before the Choose Your Route section.
   ========================================================= */

.hero {
  padding-bottom: clamp(74px, 9vh, 108px) !important;
}

.hero-routebar {
  bottom: 0 !important;
  transform: translate(-50%, 50%) !important;
  margin-bottom: 0 !important;
}

/* Reduce the empty breathing space previously added below the route bar */
#explore,
.section-cream:first-of-type {
  padding-top: clamp(3.8rem, 5.6vw, 5.6rem) !important;
}

/* Prevent a visual blank band directly after the hero */
.hero + .section,
.hero + #explore {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 150px !important;
  }

  .hero-routebar {
    transform: translate(-50%, 45%) !important;
  }

  #explore,
  .section-cream:first-of-type {
    padding-top: clamp(5.8rem, 12vw, 7.2rem) !important;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 178px !important;
  }

  .hero-routebar {
    transform: translate(-50%, 42%) !important;
  }

  #explore,
  .section-cream:first-of-type {
    padding-top: 6.4rem !important;
  }
}



/* =========================================================
   VisitBHV v1.5 final live fixes
   - Quick routebar stays inside hero with no blank band below
   - Next section begins naturally
   - Stats display final values even if JS is delayed
   - Footer audio player visible and styled
   ========================================================= */

.hero {
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: clamp(92px, 10vh, 130px) !important;
}

.hero-routebar {
  position: absolute !important;
  left: 50% !important;
  bottom: clamp(18px, 3vh, 34px) !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
  width: min(calc(100% - 48px), 980px) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(13, 27, 42, .98) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 16px 42px rgba(13, 27, 42, .30) !important;
  backdrop-filter: blur(16px);
}

.hero-routebar a {
  min-height: 56px !important;
  padding: .85rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .65rem !important;
  color: #fff !important;
  font-size: .84rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  border-left: 1px solid rgba(255,255,255,.10) !important;
}

.hero-routebar a:first-child {
  border-left: 0 !important;
}

.hero-routebar strong {
  color: var(--teal-light) !important;
  font-weight: 900 !important;
}

/* Remove the empty band before Choose Your Route */
#explore,
.hero + #explore,
.hero + .section,
.section-cream:first-of-type {
  margin-top: 0 !important;
  padding-top: clamp(2.25rem, 4.5vw, 4.25rem) !important;
}

/* Counters: never visually collapse to zero */
.counter[data-count] {
  min-width: 4ch !important;
  display: inline-block !important;
  opacity: 1 !important;
  color: inherit !important;
}

/* Footer audio player must be visible */
.footer-audio {
  display: block !important;
  margin-top: 1rem !important;
  padding-top: .95rem !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
}

.footer-audio-label {
  margin: 0 0 .5rem !important;
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.footer-audio audio {
  display: block !important;
  width: 100% !important;
  max-width: 340px !important;
  height: 38px !important;
  margin-top: .45rem !important;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 210px !important;
  }

  .hero-routebar {
    width: min(calc(100% - 32px), 720px) !important;
    grid-template-columns: 1fr !important;
    border-radius: 20px !important;
    bottom: 22px !important;
  }

  .hero-routebar a {
    min-height: 50px !important;
    justify-content: flex-start !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }

  .hero-routebar a:first-child {
    border-top: 0 !important;
  }

  #explore,
  .hero + #explore,
  .hero + .section,
  .section-cream:first-of-type {
    padding-top: 2.75rem !important;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 225px !important;
  }

  #explore,
  .hero + #explore,
  .hero + .section,
  .section-cream:first-of-type {
    padding-top: 2.5rem !important;
  }
}



/* =========================================================
   VisitBHV v1.6 live verified fixes
   Targets actual live classes: .hero-quickbar, .intro-panel, .stats, .footer.
   ========================================================= */

/* Keep quickbar inside hero and remove the blank cream band below it */
.hero {
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: clamp(78px, 9vh, 112px) !important;
}

.hero-quickbar {
  position: absolute !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  z-index: 40 !important;
  width: min(calc(100% - 48px), 980px) !important;
  margin: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 42px rgba(13, 27, 42, .30) !important;
}

.section.intro-panel,
.intro-panel#explore,
#explore {
  padding-top: clamp(1.7rem, 3vw, 2.8rem) !important;
  margin-top: 0 !important;
}

#explore .section-head {
  margin-top: 0 !important;
}

/* Counter fix: do not use pseudo suffix anymore; the full final value is inside the text */
.stat strong::after {
  content: "" !important;
}

.stat strong.counter {
  min-width: 4ch !important;
  display: inline-block !important;
}

/* More distinctive footer using the actual .footer class */
.footer {
  background:
    radial-gradient(circle at 15% 0%, rgba(42,127,127,.24), transparent 34%),
    radial-gradient(circle at 90% 30%, rgba(59,166,166,.14), transparent 30%),
    linear-gradient(135deg, #04111d 0%, #071b2d 50%, #09243a 100%) !important;
  border-top: 8px solid var(--teal) !important;
}

.footer-grid > div {
  padding: 1.2rem 1.15rem !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.footer-grid > div:nth-child(1) {
  background: rgba(42,127,127,.08) !important;
}

.footer-grid > div:nth-child(2) {
  background: rgba(255,255,255,.04) !important;
}

.footer-grid > div:nth-child(3) {
  background: rgba(59,166,166,.065) !important;
}

.footer-grid > div:nth-child(4) {
  background: rgba(42,127,127,.13) !important;
  border-color: rgba(59,166,166,.24) !important;
}

/* Footer audio must be visible */
.footer-audio {
  display: block !important;
  margin-top: 1rem !important;
  padding-top: .95rem !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
}

.footer-audio-label {
  margin: 0 0 .45rem !important;
  color: #fff !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.footer-audio audio {
  display: block !important;
  width: 100% !important;
  max-width: 340px !important;
  height: 38px !important;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 188px !important;
  }

  .hero-quickbar {
    bottom: 20px !important;
    width: min(calc(100% - 32px), 720px) !important;
    grid-template-columns: 1fr !important;
    border-radius: 20px !important;
  }

  .hero-quickbar a {
    justify-content: flex-start !important;
    min-height: 50px !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }

  .hero-quickbar a:first-child {
    border-top: 0 !important;
  }

  .section.intro-panel,
  .intro-panel#explore,
  #explore {
    padding-top: 2rem !important;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 210px !important;
  }

  .section.intro-panel,
  .intro-panel#explore,
  #explore {
    padding-top: 1.75rem !important;
  }
}



/* =========================================================
   VisitBHV v1.7 footer and hidden audio
   - Hide background audio player
   - Restore natural footer layout: no card boxes
   - Use teal divider colour for separation
   ========================================================= */

.visitbhv-bg-audio,
#visitbhv-bg-audio {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Natural footer layout */
.footer,
.site-footer {
  background:
    linear-gradient(135deg, #061421 0%, #082033 54%, #09283b 100%) !important;
  border-top: 8px solid var(--teal) !important;
  color: rgba(255,255,255,.76) !important;
}

/* Remove the card look from footer columns */
.footer-grid > div,
.site-footer .footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 2rem !important;
  min-height: auto !important;
}

/* Use teal divider lines between footer columns */
.footer-grid > div + div,
.site-footer .footer-grid > div + div {
  border-left: 1px solid rgba(59, 166, 166, .36) !important;
}

.footer h3,
.site-footer h3 {
  color: #fff !important;
  letter-spacing: .12em !important;
}

.footer p,
.footer a,
.site-footer p,
.site-footer a {
  color: rgba(255,255,255,.72) !important;
}

.footer a:hover,
.site-footer a:hover {
  color: var(--teal-light) !important;
}

.footer-mini-form {
  margin-top: 1.05rem !important;
  max-width: 330px !important;
}

.footer-mini-form label {
  display: block !important;
  margin-bottom: .45rem !important;
  color: rgba(255,255,255,.82) !important;
}

.footer-mini-form div {
  display: flex !important;
  gap: .5rem !important;
  align-items: center !important;
}

.footer-mini-form input {
  min-width: 0 !important;
  width: 100% !important;
  flex: 1 1 auto !important;
  border: 1px solid rgba(59, 166, 166, .32) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  background: var(--teal) !important;
  color: #fff !important;
}

.footer-mini-form button:hover {
  background: var(--teal-light) !important;
  color: var(--navy) !important;
}

/* Hide any old visible audio wrappers if browser/cache keeps them */
.footer-audio {
  display: none !important;
}

.footer-bottom {
  border-top: 1px solid rgba(59, 166, 166, .28) !important;
  background: rgba(0,0,0,.16) !important;
}

@media (max-width: 900px) {
  .footer-grid > div,
  .site-footer .footer-grid > div {
    padding: 1.25rem 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(59, 166, 166, .30) !important;
  }

  .footer-grid > div:first-child,
  .site-footer .footer-grid > div:first-child {
    border-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .footer-mini-form div {
    display: grid !important;
  }
}



/* =========================================================
   VisitBHV v1.9 audio fallback and natural footer
   - Hidden audio plays once where browser allows
   - Small enable-sound button only appears if autoplay is blocked
   - Footer returns to natural columns with teal dividers, no boxes/cards
   ========================================================= */

.visitbhv-bg-audio,
#visitbhv-bg-audio {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.visitbhv-audio-unlock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .75rem 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(13, 27, 42, .92);
  color: #fff;
  font-weight: 900;
  font-size: .78rem;
  box-shadow: 0 12px 36px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.visitbhv-audio-unlock.is-visible {
  display: inline-flex;
}

.visitbhv-audio-unlock:hover {
  background: var(--teal);
}

/* Footer: no cards, no blocks, only natural columns and teal dividers */
.footer,
.site-footer {
  background: linear-gradient(135deg, #061421 0%, #082033 55%, #09283b 100%) !important;
  border-top: 8px solid var(--teal) !important;
  color: rgba(255,255,255,.76) !important;
}

.footer-grid,
.site-footer .footer-grid {
  align-items: start !important;
  gap: 0 !important;
}

.footer-grid > div,
.site-footer .footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 2.25rem !important;
  min-height: auto !important;
}

.footer-grid > div:first-child,
.site-footer .footer-grid > div:first-child {
  padding-left: 0 !important;
}

.footer-grid > div:last-child,
.site-footer .footer-grid > div:last-child {
  padding-right: 0 !important;
}

.footer-grid > div + div,
.site-footer .footer-grid > div + div {
  border-left: 1px solid rgba(59, 166, 166, .42) !important;
}

.footer h3,
.site-footer h3 {
  color: #ffffff !important;
  letter-spacing: .12em !important;
}

.footer p,
.footer a,
.site-footer p,
.site-footer a {
  color: rgba(255,255,255,.74) !important;
}

.footer a:hover,
.site-footer a:hover {
  color: var(--teal-light) !important;
}

.footer-mini-form {
  margin-top: 1.05rem !important;
  max-width: 330px !important;
}

.footer-mini-form label {
  display: block !important;
  margin-bottom: .45rem !important;
  color: rgba(255,255,255,.82) !important;
}

.footer-mini-form div {
  display: flex !important;
  gap: .5rem !important;
  align-items: center !important;
}

.footer-mini-form input {
  min-width: 0 !important;
  width: 100% !important;
  flex: 1 1 auto !important;
  border: 1px solid rgba(59, 166, 166, .32) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  background: var(--teal) !important;
  color: #fff !important;
}

.footer-mini-form button:hover {
  background: var(--teal-light) !important;
  color: var(--navy) !important;
}

/* hide any cached/legacy audio wrappers */
.footer-audio {
  display: none !important;
}

.footer-bottom {
  border-top: 1px solid rgba(59, 166, 166, .30) !important;
  background: rgba(0,0,0,.16) !important;
}

@media (max-width: 900px) {
  .footer-grid,
  .site-footer .footer-grid {
    gap: 0 !important;
  }

  .footer-grid > div,
  .site-footer .footer-grid > div {
    padding: 1.25rem 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(59, 166, 166, .34) !important;
  }

  .footer-grid > div:first-child,
  .site-footer .footer-grid > div:first-child {
    border-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .footer-mini-form div {
    display: grid !important;
  }

  .visitbhv-audio-unlock {
    right: 12px;
    bottom: 12px;
    font-size: .72rem;
    padding: .65rem .85rem;
  }
}




/* =========================================================
   VisitBHV v2.0 teal footer polish override
   Final footer improvement: teal background, no blocks/cards,
   natural columns, refined newsletter/social styling.
   ========================================================= */

:root {
  --footer-teal: #0B6F73;
  --footer-teal-dark: #06484C;
  --footer-teal-deep: #04383C;
  --footer-cream: #F4E7D3;
  --footer-mint: #42D3C9;
}

/* Hidden background audio remains invisible */
#visitbhv-bg-audio,
.visitbhv-bg-audio {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* All-device audio fallback button */
#visitbhv-audio-unlock,
.visitbhv-audio-unlock {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(4, 56, 60, .94);
  color: #fff;
  font-weight: 900;
  font-size: .78rem;
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

#visitbhv-audio-unlock.is-visible,
.visitbhv-audio-unlock.is-visible {
  display: inline-flex !important;
}

/* Footer main background */
.footer,
.site-footer {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(66,211,201,.28), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(244,231,211,.12), transparent 31%),
    linear-gradient(135deg, var(--footer-teal-deep) 0%, var(--footer-teal-dark) 44%, var(--footer-teal) 100%) !important;
  border-top: 0 !important;
  color: rgba(255,255,255,.84) !important;
}

/* Teal/cream divider at top */
.footer::before,
.site-footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 8px !important;
  background: linear-gradient(90deg, var(--footer-mint), var(--footer-cream), var(--footer-mint)) !important;
}

/* Natural footer grid */
.footer-grid,
.site-footer .footer-grid {
  width: min(100% - 48px, 1180px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.35fr .85fr .9fr 1.15fr !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: start !important;
  padding-top: clamp(4.8rem, 7vw, 6.25rem) !important;
  padding-bottom: clamp(3.2rem, 6vw, 4.5rem) !important;
}

/* Remove all card/block styling from footer columns */
.footer-grid > div,
.site-footer .footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

/* Teal/cream column dividers only */
.footer-grid > div + div,
.site-footer .footer-grid > div + div {
  border-left: 1px solid rgba(244,231,211,.32) !important;
  padding-left: clamp(1.6rem, 3vw, 2.6rem) !important;
}

/* Text */
.footer .brand,
.site-footer .brand,
.footer-brand {
  color: #fff !important;
  margin-bottom: 1rem !important;
}

.footer .brand strong,
.site-footer .brand strong {
  color: var(--footer-cream) !important;
}

.footer h3,
.site-footer h3 {
  margin: 0 0 1rem !important;
  color: #fff !important;
  font-size: .78rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.footer p,
.site-footer p {
  max-width: 330px !important;
  margin: .65rem 0 0 !important;
  color: rgba(255,255,255,.83) !important;
  font-size: .95rem !important;
  line-height: 1.75 !important;
}

.footer a,
.site-footer a {
  display: block !important;
  margin: .55rem 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: .95rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  transition: color .2s ease, transform .2s ease !important;
}

.footer a:hover,
.site-footer a:hover {
  color: var(--footer-cream) !important;
  transform: translateX(3px) !important;
}

/* Newsletter form */
.footer-mini-form {
  margin-top: 1.25rem !important;
  max-width: 360px !important;
}

.footer-mini-form label {
  display: block !important;
  margin-bottom: .65rem !important;
  color: rgba(244,231,211,.95) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.footer-mini-form div {
  display: flex !important;
  align-items: center !important;
  gap: .6rem !important;
}

.footer-mini-form input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: .82rem 1rem !important;
  border: 1px solid rgba(244,231,211,.34) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}

.footer-mini-form input::placeholder {
  color: rgba(255,255,255,.60) !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  min-height: 48px !important;
  padding: .82rem 1.12rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--footer-cream) !important;
  color: var(--footer-teal-deep) !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

/* Socials */
.socials,
.footer .socials,
.site-footer .socials {
  display: flex !important;
  gap: .75rem !important;
  margin-top: 1.65rem !important;
}

.socials a,
.footer .socials a,
.site-footer .socials a {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid rgba(244,231,211,.34) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  transform: none !important;
}

.socials a:hover,
.footer .socials a:hover,
.site-footer .socials a:hover {
  background: var(--footer-cream) !important;
  color: var(--footer-teal-deep) !important;
}

/* Hide any legacy visible audio */
.footer-audio {
  display: none !important;
}

/* Bottom bar */
.footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1.05rem 24px !important;
  border-top: 1px solid rgba(244,231,211,.25) !important;
  background: rgba(0,0,0,.10) !important;
}

.footer-bottom p {
  margin: 0 !important;
  max-width: none !important;
  color: rgba(255,255,255,.74) !important;
  font-size: .78rem !important;
}

/* Responsive */
@media (max-width: 1020px) {
  .footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.4rem 2rem !important;
  }

  .footer-grid > div,
  .site-footer .footer-grid > div {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  .footer-grid > div:nth-child(even),
  .site-footer .footer-grid > div:nth-child(even) {
    border-left: 1px solid rgba(244,231,211,.24) !important;
    padding-left: 2rem !important;
  }
}

@media (max-width: 680px) {
  .footer-grid,
  .site-footer .footer-grid {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-top: 4rem !important;
    padding-bottom: 2.6rem !important;
  }

  .footer-grid > div,
  .site-footer .footer-grid > div,
  .footer-grid > div:nth-child(even),
  .site-footer .footer-grid > div:nth-child(even) {
    border-left: 0 !important;
    border-top: 1px solid rgba(244,231,211,.24) !important;
    padding: 1.45rem 0 !important;
  }

  .footer-grid > div:first-child,
  .site-footer .footer-grid > div:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .footer-mini-form div {
    display: grid !important;
  }

  .footer-bottom {
    display: grid !important;
  }
}




/* =========================================================
   VisitBHV v2.1 footer correction
   Matches requested dark navy footer reference:
   - No teal background
   - No boxed cards
   - Natural centered columns
   - Clean bottom bar
   - Audio remains hidden
   ========================================================= */

#visitbhv-bg-audio,
.visitbhv-bg-audio {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.footer-audio {
  display: none !important;
}

/* Restore dark navy footer, not teal */
.footer,
.site-footer {
  position: relative !important;
  overflow: hidden !important;
  background: #0B1F33 !important;
  border-top: 0 !important;
  color: rgba(255, 255, 255, .76) !important;
}

/* Remove the decorative gradient top line from v2.0 */
.footer::before,
.site-footer::before {
  display: none !important;
  content: none !important;
}

/* Match screenshot: content is compact and centered in the footer */
.footer-grid,
.site-footer .footer-grid {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1.35fr .85fr .9fr 1.05fr !important;
  align-items: start !important;
  gap: clamp(2.4rem, 5vw, 5.2rem) !important;
  padding-top: clamp(4.2rem, 7vw, 6rem) !important;
  padding-bottom: clamp(3.3rem, 6vw, 4.4rem) !important;
}

/* Absolutely no card/block backgrounds */
.footer-grid > div,
.site-footer .footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

/* Typography and spacing */
.footer .brand,
.site-footer .brand,
.footer-brand {
  color: #fff !important;
  margin-bottom: .8rem !important;
  font-size: 1.1rem !important;
  line-height: .88 !important;
}

.footer .brand strong,
.site-footer .brand strong {
  color: #33B8B0 !important;
}

.footer p,
.site-footer p {
  max-width: 330px !important;
  margin: .55rem 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .88rem !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

.footer h3,
.site-footer h3 {
  margin: 0 0 .8rem !important;
  color: #fff !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.footer a,
.site-footer a {
  display: block !important;
  margin: .48rem 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: .86rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  transform: none !important;
  transition: color .2s ease !important;
}

.footer a:hover,
.site-footer a:hover {
  color: #33B8B0 !important;
  transform: none !important;
}

/* Newsletter form, compact like the screenshot */
.footer-mini-form {
  margin-top: 1.1rem !important;
  max-width: 330px !important;
}

.footer-mini-form label {
  display: none !important;
}

.footer-mini-form div {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
}

.footer-mini-form input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: .78rem 1rem !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.footer-mini-form input::placeholder {
  color: rgba(255,255,255,.58) !important;
}

.footer-mini-form input:focus {
  border-color: rgba(51,184,176,.75) !important;
  background: rgba(255,255,255,.12) !important;
  outline: none !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  min-height: 46px !important;
  padding: .78rem 1rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #2D8F8C !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.footer-mini-form button:hover {
  background: #33B8B0 !important;
  color: #061421 !important;
  transform: none !important;
}

/* Socials compact and subtle */
.socials,
.footer .socials,
.site-footer .socials {
  display: flex !important;
  gap: .65rem !important;
  margin-top: 1.55rem !important;
}

.socials a,
.footer .socials a,
.site-footer .socials a {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: rgba(255,255,255,.76) !important;
  transform: none !important;
}

.socials a:hover,
.footer .socials a:hover,
.site-footer .socials a:hover {
  background: rgba(51,184,176,.14) !important;
  border-color: rgba(51,184,176,.5) !important;
  color: #33B8B0 !important;
}

/* Bottom bar like screenshot */
.footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: .95rem 14px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  background: transparent !important;
  color: rgba(255,255,255,.70) !important;
}

.footer-bottom p {
  margin: 0 !important;
  max-width: none !important;
  color: rgba(255,255,255,.70) !important;
  font-size: .68rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

/* Keep browser audio fallback small and unobtrusive if autoplay is blocked */
#visitbhv-audio-unlock,
.visitbhv-audio-unlock {
  background: rgba(11,31,51,.94) !important;
  color: #fff !important;
  border: 1px solid rgba(51,184,176,.4) !important;
}

@media (max-width: 1020px) {
  .footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.4rem 3rem !important;
  }

  .footer-grid > div,
  .site-footer .footer-grid > div,
  .footer-grid > div:nth-child(even),
  .site-footer .footer-grid > div:nth-child(even) {
    border: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 680px) {
  .footer-grid,
  .site-footer .footer-grid {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 1.8rem !important;
    padding-top: 3.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .footer-mini-form div {
    display: grid !important;
  }

  .footer-bottom {
    display: grid !important;
    text-align: left !important;
    padding-inline: 16px !important;
  }
}




/* =========================================================
   VisitBHV v2.2 FINAL footer match
   Target: the uploaded screenshot style.
   Dark navy, compact, centered, no cards, no teal full background,
   no column blocks, clean newsletter, understated bottom bar.
   ========================================================= */

:root {
  --vbhv-footer-bg: #071827;
  --vbhv-footer-bg-soft: #0A1D2D;
  --vbhv-footer-text: rgba(255,255,255,.76);
  --vbhv-footer-muted: rgba(255,255,255,.58);
  --vbhv-footer-line: rgba(255,255,255,.10);
  --vbhv-footer-accent: #2A9C9B;
}

/* Keep sound hidden */
#visitbhv-bg-audio,
.visitbhv-bg-audio,
.footer-audio {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Very small fallback only if browser blocks audio */
#visitbhv-audio-unlock,
.visitbhv-audio-unlock {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: none;
  min-height: 40px !important;
  padding: .68rem .95rem !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  background: rgba(7, 24, 39, .92) !important;
  color: #fff !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(12px) !important;
  cursor: pointer !important;
}

#visitbhv-audio-unlock.is-visible,
.visitbhv-audio-unlock.is-visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Footer background exactly like the requested screenshot */
.footer,
.site-footer {
  position: relative !important;
  overflow: visible !important;
  background: var(--vbhv-footer-bg) !important;
  background-image: none !important;
  border-top: 0 !important;
  color: var(--vbhv-footer-text) !important;
  min-height: 356px !important;
}

/* Remove any previous decorative top bar/gradient */
.footer::before,
.site-footer::before,
.footer::after,
.site-footer::after {
  display: none !important;
  content: none !important;
}

/* Compact centered footer cluster */
.footer-grid,
.site-footer .footer-grid {
  width: min(100% - 48px, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 5.35rem 0 4.35rem !important;
  display: grid !important;
  grid-template-columns: 1.34fr .72fr .78fr 1.18fr !important;
  gap: clamp(2.45rem, 4.8vw, 4.35rem) !important;
  align-items: start !important;
  justify-content: center !important;
}

/* Absolutely no cards/blocks/boxes/dividers around columns */
.footer-grid > div,
.site-footer .footer-grid > div,
.footer-grid > div + div,
.site-footer .footer-grid > div + div,
.footer-grid > div:nth-child(even),
.site-footer .footer-grid > div:nth-child(even) {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

/* Logo and body copy */
.footer .brand,
.site-footer .brand,
.footer-brand {
  display: inline-grid !important;
  color: #ffffff !important;
  margin: 0 0 .7rem !important;
  font-size: .98rem !important;
  line-height: .82 !important;
  letter-spacing: -.045em !important;
}

.footer .brand strong,
.site-footer .brand strong,
.footer-brand strong {
  color: var(--vbhv-footer-accent) !important;
}

.footer p,
.site-footer p {
  max-width: 285px !important;
  margin: 0 !important;
  color: var(--vbhv-footer-text) !important;
  font-size: .88rem !important;
  line-height: 1.65 !important;
  font-weight: 800 !important;
}

/* Column headings */
.footer h3,
.site-footer h3 {
  margin: 0 0 .86rem !important;
  color: #ffffff !important;
  font-size: .74rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

/* Footer links */
.footer a,
.site-footer a {
  display: block !important;
  margin: .42rem 0 !important;
  color: var(--vbhv-footer-text) !important;
  font-size: .86rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: color .2s ease, opacity .2s ease !important;
}

.footer a:hover,
.site-footer a:hover {
  color: #ffffff !important;
  transform: none !important;
}

/* Contact email */
.footer-grid > div:last-child > a,
.site-footer .footer-grid > div:last-child > a {
  margin-top: .25rem !important;
  margin-bottom: 1rem !important;
}

/* Newsletter form like screenshot */
.footer-mini-form {
  margin-top: 1.05rem !important;
  max-width: 330px !important;
}

.footer-mini-form label {
  display: none !important;
}

.footer-mini-form div {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
}

.footer-mini-form input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 44px !important;
  padding: .76rem 1rem !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.075) !important;
  color: #ffffff !important;
  font-size: .86rem !important;
  font-weight: 800 !important;
  outline: none !important;
}

.footer-mini-form input::placeholder {
  color: rgba(255,255,255,.58) !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--vbhv-footer-accent) !important;
  color: #ffffff !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.footer-mini-form button:hover {
  background: #35B5B4 !important;
  transform: none !important;
}

/* Socials */
.socials,
.footer .socials,
.site-footer .socials {
  display: flex !important;
  gap: .72rem !important;
  margin-top: 1.55rem !important;
}

.socials a,
.footer .socials a,
.site-footer .socials a {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--vbhv-footer-text) !important;
  font-size: .78rem !important;
  transform: none !important;
}

.socials a:hover,
.footer .socials a:hover,
.site-footer .socials a:hover {
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
  transform: none !important;
}

/* Bottom copyright/disclaimer line */
.footer-bottom {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: .82rem 14px !important;
  border-top: 1px solid var(--vbhv-footer-line) !important;
  background: transparent !important;
}

.footer-bottom p {
  margin: 0 !important;
  max-width: none !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .66rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

/* Responsive */
@media (max-width: 1020px) {
  .footer,
  .site-footer {
    min-height: 0 !important;
  }

  .footer-grid,
  .site-footer .footer-grid {
    width: min(100% - 36px, 760px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2.35rem 3rem !important;
    padding: 4.25rem 0 3rem !important;
  }
}

@media (max-width: 680px) {
  .footer-grid,
  .site-footer .footer-grid {
    width: min(100% - 32px, 520px) !important;
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
    padding: 3.4rem 0 2.35rem !important;
  }

  .footer-mini-form div {
    max-width: 330px !important;
  }

  .footer-bottom {
    display: grid !important;
    text-align: left !important;
    padding: .9rem 16px !important;
  }
}




/* =========================================================
   VisitBHV v2.3 FINAL CLEAN FOOTER
   Exact requested direction:
   - no cards
   - no shaded blocks
   - no column boxes
   - no column dividers
   - plain dark navy footer
   - compact centered layout like the reference screenshot
   ========================================================= */

/* Hidden audio only */
#visitbhv-bg-audio,
.visitbhv-bg-audio,
.footer-audio {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Footer itself */
footer,
.footer,
.site-footer {
  background: #071827 !important;
  background-color: #071827 !important;
  background-image: none !important;
  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.76) !important;
}

/* Kill every decorative overlay and inherited pseudo-shade */
footer::before,
footer::after,
.footer::before,
.footer::after,
.site-footer::before,
.site-footer::after,
.footer-grid::before,
.footer-grid::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
  border: 0 !important;
}

/* Footer layout exactly clean and centered */
.footer-grid,
.site-footer .footer-grid,
footer .footer-grid {
  width: min(100% - 48px, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 5.2rem 0 4.1rem !important;
  display: grid !important;
  grid-template-columns: 1.34fr .72fr .78fr 1.18fr !important;
  column-gap: clamp(2.4rem, 4.5vw, 4.15rem) !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: center !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Absolute removal of all footer column blocks, shades, borders, cards */
.footer-grid > *,
.site-footer .footer-grid > *,
footer .footer-grid > *,
.footer-grid > div,
.site-footer .footer-grid > div,
footer .footer-grid > div,
.footer-grid section,
.footer-grid article,
.footer-grid aside,
.footer-grid nav {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  filter: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

/* Remove any shade that previous patches added to direct children */
.footer-grid > div:nth-child(1),
.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3),
.footer-grid > div:nth-child(4),
.site-footer .footer-grid > div:nth-child(1),
.site-footer .footer-grid > div:nth-child(2),
.site-footer .footer-grid > div:nth-child(3),
.site-footer .footer-grid > div:nth-child(4) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Brand */
.footer .brand,
.site-footer .brand,
.footer-brand,
footer .brand {
  display: inline-grid !important;
  margin: 0 0 .7rem !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: .98rem !important;
  line-height: .82 !important;
  letter-spacing: -.045em !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer .brand strong,
.site-footer .brand strong,
.footer-brand strong,
footer .brand strong {
  color: #2A9C9B !important;
}

/* Copy */
.footer p,
.site-footer p,
footer p {
  max-width: 285px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .88rem !important;
  line-height: 1.65 !important;
  font-weight: 800 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Headings */
.footer h3,
.site-footer h3,
footer h3 {
  margin: 0 0 .86rem !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: .74rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Links */
.footer a,
.site-footer a,
footer a {
  display: block !important;
  margin: .42rem 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .86rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer a:hover,
.site-footer a:hover,
footer a:hover {
  color: #ffffff !important;
  transform: none !important;
}

/* Contact email spacing */
.footer-grid > div:last-child > a,
.site-footer .footer-grid > div:last-child > a,
footer .footer-grid > div:last-child > a {
  margin-top: .25rem !important;
  margin-bottom: 1rem !important;
}

/* Compact newsletter like reference */
.footer-mini-form {
  margin: 1.05rem 0 0 !important;
  padding: 0 !important;
  max-width: 330px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-mini-form label {
  display: none !important;
}

.footer-mini-form div {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-mini-form input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 44px !important;
  padding: .76rem 1rem !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.075) !important;
  color: #ffffff !important;
  font-size: .86rem !important;
  font-weight: 800 !important;
  outline: none !important;
  box-shadow: none !important;
}

.footer-mini-form input::placeholder {
  color: rgba(255,255,255,.58) !important;
}

.footer-mini-form button {
  flex: 0 0 auto !important;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #2A9C9B !important;
  color: #ffffff !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.footer-mini-form button:hover {
  background: #35B5B4 !important;
  transform: none !important;
}

/* Social icons: only circles, no blocks */
.socials,
.footer .socials,
.site-footer .socials,
footer .socials {
  display: flex !important;
  gap: .72rem !important;
  margin: 1.55rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.socials a,
.footer .socials a,
.site-footer .socials a,
footer .socials a {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .78rem !important;
  transform: none !important;
  box-shadow: none !important;
}

.socials a:hover,
.footer .socials a:hover,
.site-footer .socials a:hover,
footer .socials a:hover {
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
}

/* Bottom bar exactly as reference */
.footer-bottom,
.site-footer .footer-bottom,
footer .footer-bottom {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 0 !important;
  padding: .82rem 14px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-bottom p,
.site-footer .footer-bottom p,
footer .footer-bottom p {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .66rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  background: transparent !important;
  border: 0 !important;
}

/* Responsive */
@media (max-width: 1020px) {
  .footer-grid,
  .site-footer .footer-grid,
  footer .footer-grid {
    width: min(100% - 36px, 760px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2.35rem 3rem !important;
    padding: 4.25rem 0 3rem !important;
  }
}

@media (max-width: 680px) {
  .footer-grid,
  .site-footer .footer-grid,
  footer .footer-grid {
    width: min(100% - 32px, 520px) !important;
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
    padding: 3.4rem 0 2.35rem !important;
  }

  .footer-mini-form div {
    max-width: 330px !important;
  }

  .footer-bottom,
  .site-footer .footer-bottom,
  footer .footer-bottom {
    display: grid !important;
    text-align: left !important;
    padding: .9rem 16px !important;
  }
}




/* =========================================================
   VisitBHV v2.4 FINAL HERO QUICKBAR EDGE FIX
   Exact requested direction:
   - quickbar sits exactly on the bottom edge/divider of the hero
   - no white/cream space between hero image and next section
   - next section starts cleanly after the hero
   - no structural changes
   ========================================================= */

/* The hero must become the positioning boundary */
.hero {
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove any pseudo strip/extra divider creating space below hero */
.hero::after {
  display: none !important;
  content: none !important;
}

/* Place the quickbar directly on the hero bottom edge */
.hero-quickbar,
.hero-routebar {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, 50%) !important;
  z-index: 50 !important;
  width: min(calc(100% - 48px), 980px) !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #132436 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 16px 42px rgba(7,24,39,.22) !important;
}

/* Quickbar item alignment */
.hero-quickbar a,
.hero-routebar a {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .65rem !important;
  padding: .85rem 1rem !important;
  color: #ffffff !important;
  font-size: .84rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  border-left: 1px solid rgba(255,255,255,.10) !important;
  text-decoration: none !important;
}

.hero-quickbar a:first-child,
.hero-routebar a:first-child {
  border-left: 0 !important;
}

.hero-quickbar strong,
.hero-routebar strong {
  color: #2EC4B6 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

/* The next section must start immediately after the hero,
   with only enough internal top padding to clear the half-height quickbar */
.hero + section,
.hero + .section,
.hero + #explore,
#explore,
.section.intro-panel,
.intro-panel#explore {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

/* Remove accidental blank bands from wrappers after hero */
.hero + *,
.hero + *::before {
  border-top: 0 !important;
}

/* If the section background begins with cream/white, it should touch the hero edge */
.section-cream:first-of-type,
.hero + .section-cream {
  margin-top: 0 !important;
}

/* Mobile: stack the quickbar but keep it locked to the hero edge */
@media (max-width: 900px) {
  .hero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .hero-quickbar,
  .hero-routebar {
    width: min(calc(100% - 32px), 720px) !important;
    grid-template-columns: 1fr !important;
    border-radius: 20px !important;
    bottom: 0 !important;
    transform: translate(-50%, 50%) !important;
  }

  .hero-quickbar a,
  .hero-routebar a {
    min-height: 50px !important;
    justify-content: flex-start !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }

  .hero-quickbar a:first-child,
  .hero-routebar a:first-child {
    border-top: 0 !important;
  }

  .hero + section,
  .hero + .section,
  .hero + #explore,
  #explore,
  .section.intro-panel,
  .intro-panel#explore {
    padding-top: 92px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .hero-quickbar,
  .hero-routebar {
    width: min(calc(100% - 28px), 520px) !important;
  }

  .hero + section,
  .hero + .section,
  .hero + #explore,
  #explore,
  .section.intro-panel,
  .intro-panel#explore {
    padding-top: 104px !important;
  }
}



/* =========================================================
   VisitBHV v2.5 attraction filter fix
   ========================================================= */

.filter-btn,
.attraction-filter,
.filters button,
.filter-buttons button {
  cursor: pointer !important;
}

.filter-btn.is-active,
.filter-btn[aria-pressed="true"] {
  background: var(--teal, #2A9C9B) !important;
  color: #ffffff !important;
  border-color: var(--teal, #2A9C9B) !important;
}

.attraction-card.is-hidden,
[data-categories].is-hidden {
  display: none !important;
}

.attraction-card {
  transition: opacity .22s ease, transform .22s ease;
}

.attraction-card.filter-enter {
  animation: visitbhvFilterIn .22s ease both;
}

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



/* =========================================================
   VisitBHV v2.6 final attractions filter
   ========================================================= */

.filter-tabs button,
.filter-btn {
  cursor: pointer !important;
}

.filter-tabs button.active,
.filter-tabs button.is-active,
.filter-btn.active,
.filter-btn.is-active,
.filter-btn[aria-pressed="true"] {
  background: var(--teal, #2A9C9B) !important;
  border-color: var(--teal, #2A9C9B) !important;
  color: #ffffff !important;
}

[data-filter-card].is-filter-hidden,
.place-card.is-filter-hidden {
  display: none !important;
}

.place-card.is-filter-visible {
  display: block !important;
  animation: visitbhvFilterVisible .18s ease both;
}

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

/* =========================================================
   VisitBHV v2.7 asset fallback filter CSS
   ========================================================= */
#attractions .vbhv-filter-hidden { display: none !important; }
#attractions [data-filter].active,
#attractions [data-filter].is-active,
#attractions [data-filter][aria-pressed="true"] {
  background: var(--teal, #2A9C9B) !important;
  color: #fff !important;
}




/* =========================================================
   VisitBHV v2.8 Plugin-Compatible Theme Layer
   Safe dynamic page support without redesign.
   ========================================================= */

.inner-hero {
  padding-top: 9rem !important;
  padding-bottom: 3.5rem !important;
  background: var(--cream, #f7efe4);
}

.inner-content .content-wrap,
.content-wrap {
  max-width: 820px;
  margin-inline: auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

.detail-hero {
  min-height: 72vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 5rem;
  color: #fff;
}

.detail-hero-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0B1F33, #0B7A7A);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.detail-hero-copy {
  max-width: 880px;
}

.detail-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.detail-hero p {
  color: rgba(255,255,255,.86);
  max-width: 680px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.detail-main {
  background: #fff;
  border-radius: 28px;
  padding: clamp(1.4rem, 4vw, 3rem);
  box-shadow: 0 30px 70px rgba(11,31,51,.08);
  line-height: 1.85;
}

.detail-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 110px;
}

.detail-box {
  background: #fff;
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: 0 24px 60px rgba(11,31,51,.08);
}

.detail-box h2 {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.fact-row {
  display: grid;
  gap: .25rem;
  padding: .85rem 0;
  border-top: 1px solid rgba(11,31,51,.08);
}

.fact-row strong {
  color: var(--navy, #0B1F33);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fact-row span {
  color: rgba(11,31,51,.74);
  line-height: 1.55;
}

.detail-btn {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}

.place-img[style],
.detail-hero-media[style] {
  background-size: cover !important;
  background-position: center !important;
}

[data-filter-card].vbhv-filter-hidden,
.place-card.vbhv-filter-hidden {
  display: none !important;
}

.filter-btn {
  cursor: pointer;
}

.filter-btn.is-active,
.filter-btn[aria-pressed="true"] {
  background: var(--teal, #0B7A7A) !important;
  color: #fff !important;
}

.timeline a,
.event h3 a {
  color: inherit;
  text-decoration: none;
}

.timeline a:hover,
.event h3 a:hover {
  color: var(--teal, #0B7A7A);
}

/* Match plugin shortcode output to the site design without replacing the theme */
.vbhv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.vbhv-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(11,31,51,.08);
}

.vbhv-card-img {
  aspect-ratio: 4/3;
  background: #0B1F33;
  background-size: cover;
  background-position: center;
}

.vbhv-card-body {
  padding: 1.2rem;
}

.vbhv-card-body h3 {
  margin: .2rem 0 .65rem;
}

.vbhv-tag {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #0B7A7A;
  font-weight: 800;
}

.vbhv-link {
  font-weight: 800;
  color: #0B7A7A;
}

.vbhv-filter-tabs {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  margin: 1rem 0 2rem;
}

.vbhv-filter-tabs button {
  border: 1px solid rgba(11,31,51,.16);
  border-radius: 999px;
  background: #fff;
  padding: .7rem 1rem;
  font-weight: 800;
  cursor: pointer;
}

.vbhv-filter-tabs button.is-active {
  background: #0B7A7A;
  color: #fff;
  border-color: #0B7A7A;
}

.vbhv-hidden {
  display: none !important;
}

.vbhv-events {
  display: grid;
  gap: 1rem;
}

.vbhv-event {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 16px 44px rgba(11,31,51,.07);
}

.vbhv-event time {
  display: grid;
  text-align: center;
  border-right: 1px solid rgba(11,31,51,.12);
  padding-right: 1rem;
}

.vbhv-event time strong {
  font-size: 1.5rem;
}

.vbhv-trip {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 1.5rem;
}

.vbhv-trip-box {
  background: #fff;
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: 0 18px 50px rgba(11,31,51,.08);
}

@media (max-width: 900px) {
  .detail-grid,
  .vbhv-trip,
  .vbhv-event {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }

  .detail-hero {
    min-height: 64vh;
    padding-top: 8rem;
  }

  .vbhv-event time {
    border-right: 0;
    border-bottom: 1px solid rgba(11,31,51,.12);
    padding: 0 0 .8rem;
  }
}



/* =========================================================
   VisitBHV v3.3 footer, filter and colour correction
   ========================================================= */

/* Restore footer as clean dark section, matching the approved direction */
.footer.vbhv-footer-fixed,
.footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #0B1F33 !important;
  color: rgba(255,255,255,.72) !important;
  padding: clamp(4.5rem, 8vw, 7rem) 0 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border-top: 1px solid rgba(46,196,182,.22) !important;
}

.footer .container,
.footer-grid {
  width: min(100% - 2rem, 980px) !important;
  margin-inline: auto !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 1.25fr .8fr .8fr 1fr !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: start !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer h3 {
  color: #fff !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin: 0 0 1rem !important;
}

.footer p,
.footer a {
  color: rgba(255,255,255,.72) !important;
  font-size: .92rem !important;
  line-height: 1.65 !important;
  text-decoration: none !important;
}

.footer a:hover,
.footer a:focus {
  color: #2EC4B6 !important;
  text-decoration: none !important;
}

.footer .logo,
.footer-logo {
  display: inline-flex !important;
  gap: 0 !important;
  margin: 0 0 .75rem !important;
  color: #fff !important;
  font-size: .96rem !important;
  line-height: 1 !important;
}

.footer .logo span {
  color: #fff !important;
}

.footer .logo strong {
  color: #2EC4B6 !important;
}

.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3),
.footer-grid > div:nth-child(4) {
  display: flex !important;
  flex-direction: column !important;
  gap: .45rem !important;
}

.footer-newsletter {
  display: flex !important;
  gap: .6rem !important;
  margin: 1rem 0 1.6rem !important;
  align-items: center !important;
}

.footer-newsletter input {
  width: min(220px, 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  padding: .85rem 1rem !important;
  outline: 0 !important;
}

.footer-newsletter input::placeholder {
  color: rgba(255,255,255,.58) !important;
}

.footer-newsletter button {
  border-radius: 999px !important;
  border: 0 !important;
  background: #2A8F8F !important;
  color: #fff !important;
  padding: .85rem 1.1rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.footer-newsletter button:hover {
  background: #2EC4B6 !important;
  color: #0B1F33 !important;
}

.socials {
  display: flex !important;
  gap: .7rem !important;
  margin-top: .5rem !important;
}

.socials a {
  width: 34px !important;
  height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: rgba(255,255,255,.72) !important;
}

.socials a:hover {
  border-color: #2EC4B6 !important;
  color: #2EC4B6 !important;
}

.footer-bottom {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1.15rem .75rem !important;
  margin-top: clamp(3rem, 6vw, 5rem) !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.56) !important;
}

.footer-bottom p {
  margin: 0 !important;
  font-size: .72rem !important;
  color: rgba(255,255,255,.56) !important;
}

/* Fix nav/hover colours back to VisitBHV teal/navy, not orange */
.nav-menu a,
.header-cta,
.hero-actions .btn,
.btn,
.place-card a,
.text-link,
.timeline a,
.event a,
.path-card a {
  text-decoration: none !important;
}

.nav-menu a {
  color: #0B1F33 !important;
}

.nav-menu a:hover,
.nav-menu a:focus {
  color: #0B7A7A !important;
}

.header-cta,
.btn-primary,
.hero-actions .btn-primary {
  background: #0B7A7A !important;
  color: #fff !important;
  border-color: #0B7A7A !important;
}

.header-cta:hover,
.btn-primary:hover,
.hero-actions .btn-primary:hover {
  background: #0B1F33 !important;
  color: #fff !important;
  border-color: #0B1F33 !important;
}

.btn-outline,
.hero-actions .btn-outline {
  color: #0B1F33 !important;
  border-color: #0B1F33 !important;
  background: rgba(255,255,255,.68) !important;
}

.btn-outline:hover,
.hero-actions .btn-outline:hover {
  color: #fff !important;
  background: #0B1F33 !important;
}

.place-card a,
.text-link,
.path-card a {
  color: #0B7A7A !important;
}

.place-card a:hover,
.text-link:hover,
.path-card a:hover {
  color: #0B1F33 !important;
}

/* Hard fix attraction filter */
[data-filter-card].vbhv-filter-hidden,
[data-filter-card].is-hidden,
.place-card.vbhv-filter-hidden,
.place-card.is-hidden {
  display: none !important;
}

.filter-tabs button,
.filter-btn {
  cursor: pointer !important;
}

.filter-tabs button.is-active,
.filter-tabs button.active,
.filter-btn.is-active,
.filter-btn.active,
.filter-btn[aria-pressed="true"] {
  background: #0B7A7A !important;
  border-color: #0B7A7A !important;
  color: #fff !important;
}

.filter-tabs button:hover,
.filter-btn:hover {
  border-color: #0B7A7A !important;
}

/* Responsive footer */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-newsletter {
    align-items: stretch !important;
  }

  .footer-newsletter input {
    width: 100% !important;
  }
}



/* =========================================================
   VisitBHV v3.4 official footer and filter final override
   ========================================================= */

/* Hide old fake/placeholder footer content without affecting the official VisitBHV footer */
footer:not(.vbhv-official-footer),
.site-footer:not(.vbhv-official-footer),
.elementor-location-footer,
[data-elementor-type="footer"] {
  display: none !important;
}

/* Official footer matching the approved screenshot */
.vbhv-official-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #0B1F33 !important;
  color: rgba(255,255,255,.72) !important;
  padding: clamp(4.5rem, 7vw, 6.25rem) 0 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(46,196,182,.22) !important;
  font-family: inherit !important;
}

.vbhv-official-footer .container,
.vbhv-official-footer-grid {
  width: min(100% - 2rem, 980px) !important;
  margin-inline: auto !important;
}

.vbhv-official-footer-grid {
  display: grid !important;
  grid-template-columns: 1.25fr .82fr .82fr 1fr !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vbhv-official-footer-grid > div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.vbhv-official-footer h3 {
  color: #fff !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin: 0 0 1rem !important;
}

.vbhv-official-footer p,
.vbhv-official-footer a {
  color: rgba(255,255,255,.72) !important;
  font-size: .92rem !important;
  line-height: 1.65 !important;
  text-decoration: none !important;
}

.vbhv-official-footer a:hover,
.vbhv-official-footer a:focus {
  color: #2EC4B6 !important;
  text-decoration: none !important;
}

.vbhv-official-footer .logo,
.vbhv-official-footer .footer-logo {
  display: inline-flex !important;
  gap: 0 !important;
  margin: 0 0 .75rem !important;
  font-size: .96rem !important;
  line-height: 1 !important;
}

.vbhv-official-footer .logo span {
  color: #fff !important;
}

.vbhv-official-footer .logo strong {
  color: #2EC4B6 !important;
}

.vbhv-official-footer-col {
  display: flex !important;
  flex-direction: column !important;
  gap: .45rem !important;
}

.vbhv-official-footer .footer-newsletter {
  display: flex !important;
  gap: .6rem !important;
  margin: 1rem 0 1.6rem !important;
  align-items: center !important;
}

.vbhv-official-footer .footer-newsletter input {
  width: min(220px, 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  padding: .85rem 1rem !important;
  outline: 0 !important;
}

.vbhv-official-footer .footer-newsletter input::placeholder {
  color: rgba(255,255,255,.58) !important;
}

.vbhv-official-footer .footer-newsletter button {
  border-radius: 999px !important;
  border: 0 !important;
  background: #2A8F8F !important;
  color: #fff !important;
  padding: .85rem 1.1rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.vbhv-official-footer .footer-newsletter button:hover {
  background: #2EC4B6 !important;
  color: #0B1F33 !important;
}

.vbhv-official-footer .socials {
  display: flex !important;
  gap: .7rem !important;
  margin-top: .5rem !important;
}

.vbhv-official-footer .socials a {
  width: 34px !important;
  height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: rgba(255,255,255,.72) !important;
}

.vbhv-official-footer .socials a:hover {
  border-color: #2EC4B6 !important;
  color: #2EC4B6 !important;
}

.vbhv-official-footer-bottom {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1.15rem .75rem !important;
  margin-top: clamp(3rem, 6vw, 5rem) !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.56) !important;
}

.vbhv-official-footer-bottom p {
  margin: 0 !important;
  font-size: .72rem !important;
  color: rgba(255,255,255,.56) !important;
}

/* Restore correct teal/navy link and button behaviour */
.nav-menu a {
  color: #0B1F33 !important;
  text-decoration: none !important;
}

.nav-menu a:hover,
.nav-menu a:focus {
  color: #0B7A7A !important;
}

.header-cta,
.btn-primary,
.hero-actions .btn-primary {
  background: #0B7A7A !important;
  color: #fff !important;
  border-color: #0B7A7A !important;
}

.header-cta:hover,
.btn-primary:hover,
.hero-actions .btn-primary:hover {
  background: #0B1F33 !important;
  color: #fff !important;
  border-color: #0B1F33 !important;
}

.btn-outline,
.hero-actions .btn-outline {
  color: #0B1F33 !important;
  border-color: #0B1F33 !important;
  background: rgba(255,255,255,.68) !important;
}

.btn-outline:hover,
.hero-actions .btn-outline:hover {
  color: #fff !important;
  background: #0B1F33 !important;
}

.place-card a,
.text-link,
.path-card a,
.timeline a,
.event a {
  color: #0B7A7A !important;
  text-decoration: none !important;
}

.place-card a:hover,
.text-link:hover,
.path-card a:hover,
.timeline a:hover,
.event a:hover {
  color: #0B1F33 !important;
}

/* Attraction filter hard state */
[data-filter-card].vbhv-filter-hidden,
[data-filter-card].is-hidden,
.place-card.vbhv-filter-hidden,
.place-card.is-hidden {
  display: none !important;
}

.filter-tabs button,
.filter-btn {
  cursor: pointer !important;
}

.filter-tabs button.is-active,
.filter-tabs button.active,
.filter-btn.is-active,
.filter-btn.active,
.filter-btn[aria-pressed="true"] {
  background: #0B7A7A !important;
  border-color: #0B7A7A !important;
  color: #fff !important;
}

.filter-tabs button:hover,
.filter-btn:hover {
  border-color: #0B7A7A !important;
}

@media (max-width: 900px) {
  .vbhv-official-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .vbhv-official-footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
  }
}

@media (max-width: 620px) {
  .vbhv-official-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .vbhv-official-footer .footer-newsletter {
    align-items: stretch !important;
  }

  .vbhv-official-footer .footer-newsletter input {
    width: 100% !important;
  }
}
