/* VisitBHV v5.11.5: clean detail pages for attraction articles */
body.vbhv-single-attraction {
  background: #f7f3ee !important;
}

body.vbhv-single-attraction .entry-title,
body.vbhv-single-attraction .post-title,
body.vbhv-single-attraction .page-title,
body.vbhv-single-attraction .archive-title,
body.vbhv-single-attraction .widget-area,
body.vbhv-single-attraction aside:not(.vbhv-detail-tip),
body.vbhv-single-attraction .sidebar,
body.vbhv-single-attraction .secondary,
body.vbhv-single-attraction .right-sidebar {
  display: none !important;
}

body.vbhv-single-attraction .site-main,
body.vbhv-single-attraction main,
body.vbhv-single-attraction .content-area,
body.vbhv-single-attraction .site-content,
body.vbhv-single-attraction .container,
body.vbhv-single-attraction .wrap {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}

.vbhv-attraction-single {
  --vbhv-ink: #0d1b2a;
  --vbhv-muted: #637181;
  --vbhv-teal: #0f766e;
  --vbhv-soft: #eef6f5;
  --vbhv-line: rgba(13, 27, 42, .10);
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
  color: var(--vbhv-ink);
}

.vbhv-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.vbhv-detail-hero__copy,
.vbhv-detail-hero__media,
.vbhv-detail-glance,
.vbhv-detail-panel,
.vbhv-detail-story,
.vbhv-detail-footer-cta {
  border: 1px solid var(--vbhv-line);
  border-radius: 32px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 60px rgba(13, 27, 42, .055);
}

.vbhv-detail-hero__copy {
  padding: clamp(1.4rem, 3.4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vbhv-detail-kicker {
  margin: 0 0 .7rem !important;
  color: var(--vbhv-teal) !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.vbhv-detail-hero h1,
.vbhv-detail-glance h2,
.vbhv-detail-panel h2,
.vbhv-detail-story h2,
.vbhv-detail-footer-cta h2 {
  color: var(--vbhv-ink) !important;
  letter-spacing: -.055em !important;
  line-height: .96 !important;
  margin: 0 !important;
}

.vbhv-detail-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6.2vw, 6.8rem) !important;
}

.vbhv-detail-lead {
  max-width: 650px;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0 !important;
  color: var(--vbhv-muted) !important;
  font-size: clamp(1rem, 1.55vw, 1.22rem) !important;
  line-height: 1.65 !important;
  font-weight: 650 !important;
}

.vbhv-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1.2rem;
}
.vbhv-detail-tags span {
  border-radius: 999px;
  background: var(--vbhv-soft);
  color: var(--vbhv-teal);
  padding: .42rem .72rem;
  font-size: .76rem;
  font-weight: 900;
}

.vbhv-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: clamp(1.25rem, 2.6vw, 2rem);
}

.vbhv-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 44px;
  border: 1px solid var(--vbhv-line);
  border-radius: 999px;
  background: #fff;
  color: var(--vbhv-ink) !important;
  padding: .78rem 1.05rem;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(13, 27, 42, .06);
}
.vbhv-detail-button--primary {
  border-color: var(--vbhv-teal);
  background: var(--vbhv-teal);
  color: #fff !important;
}

.vbhv-detail-hero__media {
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 420px;
}
.vbhv-detail-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.vbhv-detail-image--fallback {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 420px;
  padding: 2rem;
  background: linear-gradient(135deg, #0d1b2a, #0f766e);
  color: #fff;
}
.vbhv-detail-image--fallback span {
  color: rgba(255,255,255,.72);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.vbhv-detail-image--fallback strong {
  max-width: 560px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.vbhv-detail-hero__media figcaption {
  padding: .85rem 1.1rem 1rem;
  color: var(--vbhv-muted);
  font-size: .82rem;
  font-weight: 750;
}

.vbhv-detail-glance {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding: clamp(1.3rem, 3vw, 2rem);
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
.vbhv-detail-glance h2,
.vbhv-detail-panel h2,
.vbhv-detail-story h2,
.vbhv-detail-footer-cta h2 {
  font-size: clamp(2rem, 4.2vw, 4rem) !important;
}
.vbhv-detail-glance__intro p:last-child,
.vbhv-detail-panel p,
.vbhv-detail-story p,
.vbhv-detail-footer-cta p,
.vbhv-detail-panel li {
  color: var(--vbhv-muted) !important;
  line-height: 1.7 !important;
  font-weight: 650 !important;
}

.vbhv-detail-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.vbhv-detail-fact {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .8rem;
  min-height: 118px;
  border: 1px solid var(--vbhv-line);
  border-radius: 22px;
  background: #fff;
  padding: 1rem;
}
.vbhv-detail-fact__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--vbhv-soft);
  color: var(--vbhv-teal);
  font-weight: 1000;
}
.vbhv-detail-fact strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--vbhv-teal);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vbhv-detail-fact p {
  margin: 0 !important;
  color: var(--vbhv-ink) !important;
  line-height: 1.5 !important;
  font-weight: 850 !important;
}

.vbhv-detail-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
.vbhv-detail-panel {
  padding: clamp(1.15rem, 2.2vw, 1.7rem);
  min-height: 230px;
}
.vbhv-detail-panel--wide {
  grid-column: span 2;
}
.vbhv-detail-panel small,
.vbhv-detail-note {
  display: block;
  margin-top: .8rem;
  color: var(--vbhv-teal) !important;
  font-weight: 900 !important;
}
.vbhv-detail-panel ul {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
}

.vbhv-detail-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3.2vw, 2.4rem);
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
.vbhv-detail-about > *:first-child { margin-top: 0 !important; }
.vbhv-detail-about > *:last-child { margin-bottom: 0 !important; }
.vbhv-detail-tip {
  align-self: start;
  border-radius: 26px;
  background: var(--vbhv-soft);
  padding: 1.25rem;
  display: block !important;
}
.vbhv-detail-tip strong {
  display: block;
  margin-bottom: .55rem;
  color: var(--vbhv-teal);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vbhv-detail-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--vbhv-ink);
}
.vbhv-detail-footer-cta h2,
.vbhv-detail-footer-cta p {
  color: #fff !important;
}
.vbhv-detail-footer-cta .vbhv-detail-kicker { color: #8adad2 !important; }

@media (max-width: 980px) {
  .vbhv-detail-hero,
  .vbhv-detail-glance,
  .vbhv-detail-story {
    grid-template-columns: 1fr;
  }
  .vbhv-detail-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vbhv-detail-panel--wide { grid-column: span 2; }
}

@media (max-width: 700px) {
  .vbhv-attraction-single { width: min(100% - 1rem, 1180px); padding-top: 1.5rem; }
  .vbhv-detail-hero__copy,
  .vbhv-detail-glance,
  .vbhv-detail-panel,
  .vbhv-detail-story,
  .vbhv-detail-footer-cta { border-radius: 24px; }
  .vbhv-detail-hero h1 { font-size: clamp(2.6rem, 15vw, 4.5rem) !important; }
  .vbhv-detail-image,
  .vbhv-detail-image--fallback,
  .vbhv-detail-hero__media { min-height: 300px; }
  .vbhv-detail-facts-grid,
  .vbhv-detail-panels { grid-template-columns: 1fr; }
  .vbhv-detail-panel--wide { grid-column: auto; }
  .vbhv-detail-footer-cta { align-items: flex-start; flex-direction: column; }
  .vbhv-detail-button { width: 100%; }
}

/* VisitBHV v5.11.7: attraction template + universal footer stabilization
   The active theme's older attraction template still outputs its own hero/sidebar wrapper.
   This neutralizes that wrapper so the new VisitBHV detail layout can use the full page
   and the official footer always returns to the same clean full-width layout as the homepage. */
html,
body {
  overflow-x: hidden !important;
}

body.vbhv-single-attraction .detail-hero,
body.single-attraction .detail-hero,
body.vbhv-single-attraction .detail-sidebar,
body.single-attraction .detail-sidebar,
body.vbhv-single-attraction aside.detail-sidebar,
body.single-attraction aside.detail-sidebar {
  display: none !important;
}

body.vbhv-single-attraction .detail-page,
body.single-attraction .detail-page,
body.vbhv-single-attraction .inner-content,
body.single-attraction .inner-content {
  margin: 0 !important;
  padding: 0 !important;
  background: #f7f3ee !important;
}

body.vbhv-single-attraction .detail-grid,
body.single-attraction .detail-grid,
body.vbhv-single-attraction .detail-main,
body.single-attraction .detail-main,
body.vbhv-single-attraction .inner-content .container,
body.single-attraction .inner-content .container,
body.vbhv-single-attraction .content-wrap,
body.single-attraction .content-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  grid-template-columns: 1fr !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.vbhv-single-attraction .detail-main > .vbhv-attraction-single,
body.single-attraction .detail-main > .vbhv-attraction-single {
  width: min(100% - 2rem, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

/* Keep the official footer universal and prevent attraction/page content from bleeding into it. */
body .vbhv-official-footer,
body footer.vbhv-official-footer,
body #vbhv-official-footer {
  clear: both !important;
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #071c2d !important;
}

body .vbhv-official-footer .container,
body .vbhv-official-footer-grid,
body .vbhv-official-footer-bottom {
  width: min(100% - 2rem, 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

body .vbhv-official-footer-grid {
  display: grid !important;
  grid-template-columns: 1.25fr .9fr .9fr 1.05fr !important;
  gap: clamp(1.5rem, 4vw, 3.5rem) !important;
  align-items: start !important;
  padding: clamp(3rem, 6vw, 5rem) 0 !important;
}

body .vbhv-official-footer-col,
body .vbhv-official-footer-brand,
body .vbhv-official-footer-connect {
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body .vbhv-official-footer a,
body .vbhv-official-footer p,
body .vbhv-official-footer h3,
body .vbhv-official-footer label,
body .vbhv-official-footer .form-note {
  color: rgba(255,255,255,.78) !important;
}
body .vbhv-official-footer h3 {
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  margin: 0 0 1rem !important;
}
body .vbhv-official-footer a {
  display: block !important;
  text-decoration: none !important;
  font-weight: 850 !important;
  margin: .55rem 0 !important;
}
body .vbhv-official-footer a:hover {
  color: #46d5cf !important;
}
body .vbhv-official-footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1.05rem 0 !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}
body .vbhv-official-footer-bottom p {
  margin: 0 !important;
  font-size: .78rem !important;
}

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

@media (max-width: 640px) {
  body.vbhv-single-attraction .detail-main > .vbhv-attraction-single,
  body.single-attraction .detail-main > .vbhv-attraction-single,
  body .vbhv-official-footer .container,
  body .vbhv-official-footer-grid,
  body .vbhv-official-footer-bottom {
    width: min(100% - 1.25rem, 1180px) !important;
  }
  body .vbhv-official-footer-grid {
    grid-template-columns: 1fr !important;
    padding: 2.5rem 0 !important;
  }
  body .vbhv-official-footer-bottom {
    flex-direction: column !important;
  }
}


/* VisitBHV v5.11.8: hard footer recovery for pages where the old attraction wrapper
   accidentally captures the theme footer inside .inner-content/.detail-main containers.
   This override is deliberately more specific than the wrapper reset above. */
body.single-attraction footer.vbhv-official-footer,
body.vbhv-single-attraction footer.vbhv-official-footer,
body[class*="single-visitbhv_attraction"] footer.vbhv-official-footer,
body[class*="single-attraction"] footer.vbhv-official-footer {
  display: block !important;
  clear: both !important;
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding: clamp(4.5rem, 7vw, 6.25rem) 0 0 !important;
  background: #071c2d !important;
  border-top: 1px solid rgba(46,196,182,.22) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transform: none !important;
}

body.single-attraction .inner-content footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body.vbhv-single-attraction .inner-content footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body.single-attraction .detail-main footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body.vbhv-single-attraction .detail-main footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body.single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body.vbhv-single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
body[class*="single-attraction"] footer.vbhv-official-footer > .container.vbhv-official-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(210px, 1.2fr) minmax(160px, .85fr) minmax(160px, .85fr) minmax(220px, 1fr) !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: start !important;
  width: min(100% - 2.5rem, 1180px) !important;
  max-width: 1180px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body.single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid > *,
body.vbhv-single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid > *,
body[class*="single-attraction"] footer.vbhv-official-footer > .container.vbhv-official-footer-grid > * {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  grid-column: auto !important;
}

body.single-attraction footer.vbhv-official-footer .vbhv-official-footer-col,
body.vbhv-single-attraction footer.vbhv-official-footer .vbhv-official-footer-col,
body[class*="single-attraction"] footer.vbhv-official-footer .vbhv-official-footer-col {
  display: flex !important;
  flex-direction: column !important;
  gap: .45rem !important;
}

body.single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
body.vbhv-single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
body[class*="single-attraction"] footer.vbhv-official-footer .vbhv-official-footer-bottom {
  width: min(100% - 2.5rem, 1180px) !important;
  max-width: 1180px !important;
  margin: clamp(3rem, 6vw, 5rem) auto 0 !important;
  padding: 1.15rem 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 1.5rem !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.single-attraction footer.vbhv-official-footer .footer-newsletter,
body.vbhv-single-attraction footer.vbhv-official-footer .footer-newsletter,
body[class*="single-attraction"] footer.vbhv-official-footer .footer-newsletter {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: .6rem !important;
  max-width: 320px !important;
}

body.single-attraction footer.vbhv-official-footer .socials,
body.vbhv-single-attraction footer.vbhv-official-footer .socials,
body[class*="single-attraction"] footer.vbhv-official-footer .socials {
  display: flex !important;
  flex-direction: row !important;
  gap: .7rem !important;
}

@media (max-width: 900px) {
  body.single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body.vbhv-single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body[class*="single-attraction"] footer.vbhv-official-footer > .container.vbhv-official-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body.vbhv-single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body[class*="single-attraction"] footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body.single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
  body.vbhv-single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
  body[class*="single-attraction"] footer.vbhv-official-footer .vbhv-official-footer-bottom {
    width: min(100% - 1.25rem, 1180px) !important;
  }
  body.single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body.vbhv-single-attraction footer.vbhv-official-footer > .container.vbhv-official-footer-grid,
  body[class*="single-attraction"] footer.vbhv-official-footer > .container.vbhv-official-footer-grid {
    grid-template-columns: 1fr !important;
  }
  body.single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
  body.vbhv-single-attraction footer.vbhv-official-footer .vbhv-official-footer-bottom,
  body[class*="single-attraction"] footer.vbhv-official-footer .vbhv-official-footer-bottom {
    flex-direction: column !important;
  }
}


/* VisitBHV v5.12.4: final attraction hero polish
   Prevent long attraction names from overlapping the featured image and make
   the attraction header feel more like an international destination article. */
body.vbhv-single-attraction .vbhv-attraction-single,
body.single-attraction .vbhv-attraction-single {
  width: min(100% - 2rem, 1160px) !important;
  max-width: 1160px !important;
}

body.vbhv-single-attraction .vbhv-detail-hero,
body.single-attraction .vbhv-detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2.6vw, 2rem) !important;
  align-items: stretch !important;
}

body.vbhv-single-attraction .vbhv-detail-hero__copy,
body.single-attraction .vbhv-detail-hero__copy,
body.vbhv-single-attraction .vbhv-detail-hero__media,
body.single-attraction .vbhv-detail-hero__media {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.vbhv-single-attraction .vbhv-detail-hero__copy,
body.single-attraction .vbhv-detail-hero__copy {
  overflow: hidden !important;
  padding: clamp(1.4rem, 3vw, 2.55rem) !important;
}

body.vbhv-single-attraction .vbhv-detail-hero h1,
body.single-attraction .vbhv-detail-hero h1 {
  max-width: 100% !important;
  font-size: clamp(2.8rem, 4.7vw, 5.25rem) !important;
  line-height: .94 !important;
  letter-spacing: -.06em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body.vbhv-single-attraction .vbhv-detail-lead,
body.single-attraction .vbhv-detail-lead {
  max-width: 46rem !important;
  font-size: clamp(.98rem, 1.25vw, 1.12rem) !important;
}

body.vbhv-single-attraction .vbhv-detail-hero__media,
body.single-attraction .vbhv-detail-hero__media {
  min-height: clamp(360px, 45vw, 560px) !important;
}

body.vbhv-single-attraction .vbhv-detail-image,
body.single-attraction .vbhv-detail-image {
  min-height: clamp(360px, 45vw, 560px) !important;
}

@media (max-width: 980px) {
  body.vbhv-single-attraction .vbhv-detail-hero,
  body.single-attraction .vbhv-detail-hero {
    grid-template-columns: 1fr !important;
  }
  body.vbhv-single-attraction .vbhv-detail-hero h1,
  body.single-attraction .vbhv-detail-hero h1 {
    font-size: clamp(2.8rem, 9vw, 5rem) !important;
  }
}

@media (max-width: 640px) {
  body.vbhv-single-attraction .vbhv-attraction-single,
  body.single-attraction .vbhv-attraction-single {
    width: min(100% - 1rem, 1160px) !important;
  }
  body.vbhv-single-attraction .vbhv-detail-hero h1,
  body.single-attraction .vbhv-detail-hero h1 {
    font-size: clamp(2.45rem, 13vw, 4.2rem) !important;
    letter-spacing: -.055em !important;
  }
}
