:root {
  --bg: #000000;
  --cyan: #10edf7;
  --pink: #ff2fa6;
  --yellow: #ffd82a;
  --line: rgba(255,255,255,.14);
  --shadow-cyan: 0 0 22px rgba(16,237,247,.55);
  --shadow-pink: 0 0 24px rgba(255,47,166,.5);
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  background: var(--bg);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 14px);
}

button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  /* The only page background below the hero: one uninterrupted canvas. */
  background: linear-gradient(
    180deg,
    #020408 0%,
    #03070d 12%,
    #050c15 25%,
    #07131f 39%,
    #091b29 53%,
    #0c2535 67%,
    #103144 81%,
    #153f54 100%
  );
}

/* Fixed menu, same old visual layout */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 18px 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  background: transparent;
}

.site-header {
  transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(0, 0, 0, .96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .42);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
}

.socials a {
  color: rgba(255,255,255,.95);
  text-shadow: 0 0 10px rgba(255,255,255,.08);
}

.socials img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0,0,0,.45));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: center;
}

.main-nav a {
  position: relative;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--cyan);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -8px;
  height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(16,237,247,.6);
}

/*.book-now {
  justify-self: end;
  padding: 16px 24px;
  border: 2px solid var(--cyan);
  border-radius: 14px;
  color: #03181d;
  background: var(--cyan);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: var(--shadow-cyan);
}*/

.book-now {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 17px;
  border: 0;
  border-radius: 11px;

  color: #fff;
  background: linear-gradient(180deg, #ff57bc, #ff2fa6);
  box-shadow:
        0 0 10px rgba(255,255,255,.45),
        0 0 22px rgba(255,47,166,.45),
        0 10px 28px rgba(255,47,166,.20);

  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
       transform .22s ease,
       box-shadow .22s ease,
       filter .22s ease;
}

@media (hover:hover) and (pointer:fine){

.book-now:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

    box-shadow:
        0 0 14px rgba(255,255,255,.75),
        0 0 30px rgba(255,47,166,.65),
        0 14px 36px rgba(255,47,166,.30);

}

}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.mobile-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  background: white;
}

/* Old logo / opener section */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: start center;
  padding: 72px 24px 60px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.32), rgba(0,0,0,.62)),
    url('assets/images/hero-bg.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.24) 24%, rgba(0,0,0,.78) 100%),
    radial-gradient(circle at 50% 32%, transparent 0%, rgba(0,0,0,.05) 22%, rgba(0,0,0,.48) 76%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  text-align: center;
}

.logo-badge {
  position: relative;
  width: min(700px, 94vw);
  aspect-ratio: 1 / 1;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}

.hero-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(0,0,0,.45));
}

.hero h1 {
  margin: 2px 0 8px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-size: clamp(2.75rem, 5.8vw, 5.5rem);
  line-height: .95;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.hero-tagline {
  margin: 0 0 20px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1;
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.hero-tagline-s {
  display: block;
  margin: 0 0 20px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1;
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 24px;
}

.hero-highlights > div {
  padding: 10px 14px;
  border-left: 2px solid rgba(16,237,247,.28);
  border-right: 2px solid rgba(255,47,166,.18);
  background: rgba(0,0,0,.28);
}

.hero-highlights .icon {
  display: block;
  margin-bottom: 6px;
  font-size: 2.1rem;
}

.hero-highlights strong,
.hero-highlights small {
  display: block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}

.hero-highlights strong {
  font-size: 1.65rem;
}

.hero-highlights small {
  font-size: 1.25rem;
  color: rgba(255,255,255,.9);
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 34px;
  min-width: 330px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff57bc 0%, #ff2fa6 100%);
  border: 2px solid #ff86ce;
  box-shadow: var(--shadow-pink);
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-script {
  margin-top: 16px;
  font-family: 'Caveat', cursive;
  color: var(--cyan);
  font-size: clamp(1.6rem, 2.6vw, 3rem);
}

/* Seamless page canvas: sections are transparent and share one uninterrupted background */
.content-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

/* Sections add no color, glow, line, image, or overlay of their own. */
.content-section::before,
.content-section::after {
  content: none;
  display: none;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-inner.narrow {
  width: min(900px, 100%);
}

.section-heading h2 {
  margin: 0 0 28px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  line-height: .98;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.section-inner p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,.86);
}

.highlight-cyan {
    color: #10edf7;
    text-shadow:
        0 0 10px rgba(16,237,247,.6),
        0 0 24px rgba(16,237,247,.35);
}

.highlight-pink {
    color: #ff2fa6;
    text-shadow:
        0 0 10px rgba(255,47,166,.6),
        0 0 24px rgba(255,47,166,.35);
}

.highlight-gold {
    color: #ffb347;
    text-shadow:
        0 0 10px rgba(255,179,71,.5),
        0 0 22px rgba(255,179,71,.3);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-card,
.placeholder-box,
details,
.contact-form {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.glass-card {
  padding: 28px;
  border-radius: 26px;
  text-align: left;
}

.glass-card h3 {
  margin: 0 0 12px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
}

.glass-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--cyan);
  font-weight: 800;
  text-transform: uppercase;
}

.placeholder-box {
  min-height: 360px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
}

.gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

details {
  margin: 14px 0;
  padding: 22px 26px;
  border-radius: 20px;
  text-align: left;
}

summary {
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 26px 26px 0;
  border-radius: 26px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.contact-form label > span {
  display: block;
  margin: 0 0 7px;
  padding-left: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.contact-form label small {
  font-weight: 500;
  opacity: .72;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  background: rgba(0,0,0,.28);
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 14px;
  padding: 16px 28px;
  color: #03181d;
  background: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--shadow-cyan);
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}

.contact-form button:not(:disabled):hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button-spinner {
  display: none;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid rgba(3, 24, 29, .28);
  border-top-color: #03181d;
  border-radius: 50%;
  animation: contact-spinner .75s linear infinite;
}

.contact-form.is-sending .button-spinner {
  display: inline-block;
}

@keyframes contact-spinner {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 22px;
  }

  .hero-highlights,
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }

  .site-header.is-scrolled {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header.menu-active {
    background: rgba(0, 0, 0, .96);
  }

  .socials {
    gap: 12px;
  }

  .socials img {
    width: 25px;
    height: 25px;
  }

  .mobile-toggle {
    display: block;
    justify-self: end;
    z-index: 50;
  }

  .book-now {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    max-height: calc(100svh - 88px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(1,3,12,.96);
    box-shadow: 0 14px 44px rgba(0,0,0,.45);
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 14px 12px;
    min-height: 48px;
    border-radius: 12px;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after {
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    padding: 62px 16px 60px;
    align-items: start;
    justify-items: center;
  }

  .hero-content {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
  }

  .logo-badge {
    width: min(500px, calc(100vw - 32px));
    margin-inline: auto;
  }

  .hero-highlights,
  .card-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-primary {
    width: 100%;
    min-width: 0;
    font-size: 1.35rem;
  }

  .content-section {
    min-height: auto;
    padding: 68px 18px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 14px 12px;
  }

  .main-nav {
    top: 100%;
    right: 10px;
    left: 10px;
    max-height: calc(100svh - 74px);
  }

  .socials {
    gap: 8px;
  }

  .socials img {
    width: 22px;
    height: 22px;
  }

  .hero {
    padding: 52px 12px 56px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .hero-tagline {
    font-size: 2rem;
  }

  .section-heading h2 {
    margin-bottom: 18px;
    font-size: 2.15rem;
  }

  .content-section {
    padding: 54px 16px;
  }

  .logo-badge {
    width: min(460px, calc(100vw - 24px));
  }

  .hero-tagline-s {
    margin-bottom: 12px;
    font-size: 1.85rem;
  }
}


@media (max-width: 820px) and (max-height: 560px) {
  .main-nav {
    top: 100%;
    max-height: calc(100svh - 66px);
    padding: 10px;
  }

  .main-nav a {
    min-height: 44px;
    padding: 10px 12px;
  }

  .hero {
    padding-top: 46px;
  }
}

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#ff2fa6;
    color:#fff;

    font-weight:700;
    font-size:1rem;

    cursor:pointer;

    box-shadow:
        0 0 12px rgba(255,47,166,.30),
        0 10px 28px rgba(255,47,166,.18);

    transition:.28s ease;
}

.btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#10edf7;
    color:#03181d;

    font-weight:700;

    box-shadow:
        0 0 12px rgba(16,237,247,.30),
        0 10px 28px rgba(16,237,247,.18);

    transition:.28s ease;
}

.btn-gold{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border:none;
    border-radius:14px;

    background:#ffb347;
    color:#111;

    font-weight:700;

    box-shadow:
        0 0 12px rgba(255,179,71,.28),
        0 10px 28px rgba(255,179,71,.18);

    transition:.28s ease;
}

@media (hover:hover){

.btn-primary:hover,
.btn-secondary:hover,
.btn-gold:hover{

    transform:
        translateY(-2px)
        scale(1.02);

    filter:brightness(1.05);

    box-shadow:
        0 0 18px currentColor,
        0 16px 38px rgba(0,0,0,.28);

}

.btn-primary:active,
.btn-secondary:active,
.btn-gold:active{

    transform:translateY(0);

}

}

/* Contact form delivery status */
.form-status {
  display: none;
  margin: 0;
  padding: 0 2px 12px;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}

.form-status.is-sending,
.form-status.is-success,
.form-status.is-error {
  display: flex;
  animation: form-status-in .22s ease both;
}

@keyframes form-status-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-status::before {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.form-status.is-sending { color: #fff; }
.form-status.is-sending::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid rgba(255,255,255,.28);
  border-top-color: #fff;
  animation: contact-spinner .75s linear infinite;
}

.form-status.is-success { color: #7dffb2; }
.form-status.is-success::before {
  content: '✓';
  display: inline-flex;
  color: #062d1a;
  background: #7dffb2;
}

.form-status.is-error { color: #ff9eab; }
.form-status.is-error::before {
  content: '!';
  display: inline-flex;
  color: #3b0710;
  background: #ff9eab;
}

.contact-form [disabled] {
  cursor: wait;
  opacity: .78;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .button-spinner,
  .form-status.is-sending::before {
    animation-duration: 1.5s;
  }
}

/* ---------- Responsive gallery slider ---------- */
.gallery-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.gallery-viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.gallery-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-track {
  display: flex;
  gap: 20px;
}

.gallery-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(0,0,0,.22);
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-slide figcaption {
  padding: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-nav {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 0;
  border-radius: 14px;
  padding: 0;
  color: #03181d;
  background: #10edf7;
  box-shadow:
    0 0 12px rgba(16,237,247,.30),
    0 10px 28px rgba(16,237,247,.18);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease, opacity .2s ease;
}

.gallery-nav:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    0 0 18px rgba(255,255,255,.48),
    0 0 30px rgba(16,237,247,.58),
    0 12px 30px rgba(16,237,247,.24);
}

.gallery-nav:disabled {
  opacity: .35;
  cursor: default;
}

.gallery-swipe-hint {
  display: none;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1100px) {
  .gallery-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 820px) {
  .gallery-slider {
    display: block;
  }

  .gallery-slide {
    flex-basis: 100%;
  }

  .gallery-slide img {
    height: clamp(260px, 72vw, 420px);
  }

  .gallery-nav {
    display: none;
  }

  .gallery-swipe-hint {
    display: block;
  }
}


/* ---------- Premium framed reviews section ---------- */
.reviews-wrap {
  width: min(1180px, 100%);
}

.reviews-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.reviews-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.reviews-frame .section-heading h2 {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .reviews-frame {
    padding: 24px 16px;
    border-radius: 24px;
  }
}

/* ---------- Responsive Google review slider ---------- */
.review-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.review-viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.review-viewport::-webkit-scrollbar {
  display: none;
}

.review-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.review-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  text-align: left;
}

.review-card-header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.72);
}

.reviewer-details {
  min-width: 0;
}

.reviewer-details strong,
.reviewer-details time {
  display: block;
}

.reviewer-details strong {
  color: #fff;
  font-size: 1rem;
}

.reviewer-details time {
  margin-top: 3px;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
}

.google-review-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 12px;
}

.review-rating span,
.review-summary-stars {
  color: #ffd04a;
  letter-spacing: .08em;
  text-shadow: 0 0 12px rgba(255,208,74,.2);
}

.review-rating strong {
  color: #fff;
  font-size: .92rem;
}

.review-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.review-swipe-hint {
  display: none;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(0,0,0,.18);
}

.review-summary-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
}

.review-average {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.review-count {
  width: 100%;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
}

.review-button {
  flex: 0 0 auto;
  margin: 0;
  color: #03181d;
  background: #10edf7;
  border-color: #7df7fc;
  box-shadow:
    0 0 12px rgba(16,237,247,.30),
    0 10px 28px rgba(16,237,247,.18);
}

.review-button:hover {
  box-shadow:
    0 0 18px rgba(255,255,255,.48),
    0 0 30px rgba(16,237,247,.58),
    0 12px 30px rgba(16,237,247,.24);
}

@media (max-width: 1100px) {
  .review-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 820px) {
  .review-slider {
    display: block;
  }

  .review-slide {
    flex-basis: 100%;
  }

  .review-slider .gallery-nav {
    display: none;
  }

  .review-swipe-hint {
    display: block;
  }

  .review-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .review-summary-rating {
    justify-content: center;
    text-align: center;
  }

  .review-button {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- About Boat Happens ---------- */
.about-section {
  text-align: center;
}

.about-section > .section-heading {
  max-width: 850px;
  margin-inline: auto;
}

.captain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
  margin-top: clamp(34px, 5vw, 56px);
  text-align: left;
}

.captain-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.captain-photo-wrap {
  position: relative;
  aspect-ratio: 4 / 4.3;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.captain-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .5s ease;
}

.captain-card:hover .captain-photo {
  transform: scale(1.025);
}

.captain-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
  pointer-events: none;
}

.captain-badge {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  color: #03181d;
  background: linear-gradient(180deg, #65f6fb, #10edf7);
  box-shadow: 0 0 18px rgba(16,237,247,.4);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.captain-card-body {
  padding: clamp(22px, 3vw, 32px);
}

.captain-role {
  display: block;
  margin-bottom: 5px;
  color: var(--cyan);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.captain-card h3 {
  margin: 0 0 14px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.captain-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.captain-highlights {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.captain-highlights li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.9);
  font-weight: 700;
}

.captain-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
  text-shadow: 0 0 10px rgba(16,237,247,.48);
}

.about-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: clamp(34px, 5vw, 54px) 0;
  text-align: left;
}

.about-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
}

.about-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #03181d;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(16,237,247,.28);
  font-size: 1.25rem;
  font-weight: 900;
}

.about-benefits strong,
.about-benefits small {
  display: block;
}

.about-benefits strong {
  margin: 1px 0 5px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-benefits small {
  color: rgba(255,255,255,.74);
  font-size: .95rem;
  line-height: 1.55;
}


.boat-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  overflow: hidden;
  margin: clamp(38px, 6vw, 70px) 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
  text-align: left;
  isolation: isolate;
}

.boat-showcase-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.boat-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(3,13,19,.28));
  pointer-events: none;
}

.boat-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease;
}

.boat-showcase:hover .boat-showcase-media img {
  transform: scale(1.025);
}

.boat-showcase-badge {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  color: #fff;
  background: rgba(4,16,24,.76);
  box-shadow: 0 0 20px rgba(16,237,247,.3);
  backdrop-filter: blur(10px);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.boat-showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.4vw, 54px);
}

.boat-showcase-content h3 {
  margin: 3px 0 17px;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.boat-showcase-content > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.boat-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 27px 0 30px;
}

.boat-spec-grid > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.04);
}

.boat-spec-grid span {
  grid-row: 1 / span 2;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  color: #03181d;
  background: var(--cyan);
  box-shadow: 0 0 13px rgba(16,237,247,.25);
  font-size: .82rem;
  font-weight: 900;
}

.boat-spec-grid strong,
.boat-spec-grid small {
  display: block;
}

.boat-spec-grid strong {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.03rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.boat-spec-grid small {
  margin-top: 2px;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
  line-height: 1.35;
}

.boat-view-tours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 54px;
  padding: 15px 29px;
  border: 2px solid #ff82dc;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 25px rgba(244,13,181,.48), 0 10px 30px rgba(244,13,181,.22);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.boat-view-tours:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 14px rgba(255,255,255,.54), 0 0 34px rgba(244,13,181,.66), 0 14px 36px rgba(244,13,181,.3);
}


.about-story {
  max-width: 870px;
  margin-inline: auto;
}

.about-lead {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.12rem, 1.6vw, 1.3rem) !important;
  font-weight: 700;
  line-height: 1.65 !important;
}

.about-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 2px solid #ff82dc;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 25px rgba(244,13,181,.48), 0 10px 30px rgba(244,13,181,.22);
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.about-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 0 14px rgba(255,255,255,.54), 0 0 34px rgba(244,13,181,.66), 0 14px 36px rgba(244,13,181,.3);
}

.about-cta-row > span {
  color: rgba(255,255,255,.72);
  font-family: 'Caveat', cursive;
  font-size: 1.55rem;
}


@media (max-width: 1050px) {
  .boat-showcase {
    grid-template-columns: 1fr;
  }

  .boat-showcase-media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .boat-showcase-media::after {
    background: linear-gradient(180deg, transparent 65%, rgba(3,13,19,.32));
  }
}

@media (max-width: 900px) {
  .about-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .captain-grid {
    grid-template-columns: 1fr;
  }

  .captain-photo-wrap {
    aspect-ratio: 4 / 4.5;
  }
}

@media (max-width: 560px) {

  .boat-showcase {
    border-radius: 22px;
  }

  .boat-showcase-content {
    padding: 22px 18px 24px;
  }

  .boat-spec-grid {
    grid-template-columns: 1fr;
  }

  .boat-view-tours {
    width: 100%;
  }

  .captain-card {
    border-radius: 22px;
  }

  .captain-card-body {
    padding: 20px;
  }

  .about-benefits article {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }

  .about-icon {
    width: 42px;
    height: 42px;
  }

  .about-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .about-cta {
    width: 100%;
  }
}

/* ---------- Premium framed FAQ section ---------- */
.faq-wrap {
  width: min(1180px, 100%);
}

.faq-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.faq-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.faq-frame .section-heading h2 {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: 100%;
}

.faq-list details {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(2,15,24,.42);
  box-shadow: none;
  backdrop-filter: none;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(16,237,247,.58);
  background: rgba(6,31,42,.62);
  box-shadow: 0 0 24px rgba(16,237,247,.12);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 24px;
  list-style: none;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
  text-align: left;
}

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

.faq-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(16,237,247,.48);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(16,237,247,.16);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--cyan);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-toggle {
  border-color: var(--cyan);
  background: rgba(16,237,247,.1);
}

.faq-list details[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255,255,255,.8);
  text-align: left;
}

.faq-contact-cta {
  max-width: 760px;
  margin: 38px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.faq-contact-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  text-transform: uppercase;
}

.faq-contact-cta p {
  max-width: 650px;
  margin: 0 auto 22px;
}

.faq-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 34px;
  border: 2px solid #ff86ce;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #ff57bc 0%, #ff2fa6 100%);
  box-shadow: var(--shadow-pink);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}

.faq-contact-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

@media (max-width: 640px) {
  .faq-frame {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 18px;
    font-size: .98rem;
  }

  .faq-list details p {
    padding: 0 18px 20px;
  }

  .faq-contact-button {
    width: 100%;
  }
}

/* ---------- Tour cards with image headers and pink availability buttons ---------- */
.tours-grid {
  align-items: stretch;
}

.tour-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.tour-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0,0,0,.28);
}

.tour-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(2,12,19,.68) 100%);
  pointer-events: none;
}

.tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
}

.tour-card:hover .tour-card-image img {
  transform: scale(1.045);
  filter: brightness(1.06);
}

.tour-card-image .card-kicker {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  text-transform: uppercase;
}

.tour-card-image .card-kicker_mp {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  color: var(--pink);
  text-transform: uppercase;
  font-weight: bold;
}

.tour-card-image .card-kicker_bd {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  margin: 0;
  color: var(--cyan);
  text-transform: uppercase;
  font-weight: bold;
}

.tour-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 26px 27px;
}

.tour-card-content h3 {
  margin-top: 0;
}

.tour-card-content ul {
  width: 100%;
  margin-bottom: 16px;
}

.glass-card .tour-availability-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: auto auto 0;
  padding: 11px 20px;
  border: 2px solid #ff82dc;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #ff77d6 0%, #f40db5 100%);
  box-shadow: 0 0 8px rgba(255,255,255,.22), 0 0 20px rgba(244,13,181,.42), 0 8px 24px rgba(244,13,181,.2);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.glass-card .tour-availability-btn:hover,
.glass-card .tour-availability-btn:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 12px rgba(255,255,255,.46), 0 0 28px rgba(244,13,181,.62), 0 12px 30px rgba(244,13,181,.27);
}

@media (max-width: 560px) {
  .tour-card-content {
    padding: 21px 20px 23px;
  }

  .glass-card .tour-availability-btn {
    width: 100%;
  }
}


/* ---------- Premium framed gallery section ---------- */
.gallery-wrap {
  width: min(1180px, 100%);
}

.gallery-frame {
  width: 100%;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}

.gallery-frame .section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
}

.gallery-frame .section-heading h2 {
  margin-bottom: 0;
}

.gallery-frame .gallery-swipe-hint {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .gallery-frame {
    padding: 24px 16px;
    border-radius: 22px;
  }
}

/* ---------- Mobile overflow fix: framed gallery and reviews ---------- */
.gallery-wrap,
.reviews-wrap,
.gallery-frame,
.reviews-frame,
.gallery-slider,
.review-slider,
.gallery-viewport,
.review-viewport,
.gallery-track,
.review-track {
  min-width: 0;
  max-width: 100%;
}

.gallery-frame,
.reviews-frame {
  overflow: hidden;
}

.gallery-viewport,
.review-viewport {
  width: 100%;
}

.gallery-track,
.review-track {
  width: 100%;
}

@media (max-width: 820px) {
  .section-gallery,
  .section-reviews {
    padding-inline: 14px;
  }

  .section-gallery .section-inner,
  .section-reviews .section-inner,
  .gallery-wrap,
  .reviews-wrap,
  .gallery-frame,
  .reviews-frame {
    width: 100%;
    max-width: 100%;
  }

  .gallery-frame,
  .reviews-frame {
    padding: 24px 14px;
    border-radius: 22px;
  }

  .gallery-slider,
  .review-slider {
    width: 100%;
    overflow: hidden;
  }

  .gallery-viewport,
  .review-viewport {
    width: 100%;
    max-width: 100%;
  }

  .gallery-track,
  .review-track {
    width: 100%;
    gap: 14px;
  }

  .gallery-slide,
  .review-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .review-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .review-summary {
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
  }
}

@media (max-width: 420px) {
  .section-gallery,
  .section-reviews {
    padding-inline: 10px;
  }

  .gallery-frame,
  .reviews-frame {
    padding: 22px 12px;
    border-radius: 20px;
  }

  .gallery-slide img {
    height: clamp(230px, 70vw, 330px);
  }

  .review-card-header {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .review-avatar {
    width: 46px;
    height: 46px;
  }

  .google-review-icon {
    width: 24px;
    height: 24px;
  }
}


/* ---------- Unified pink CTA styling ----------
   Matches the homepage "View Tours" button across all pink calls to action. */
:is(
  .btn-primary,
  .book-now,
  .cta-primary,
  .boat-view-tours,
  .about-cta,
  .faq-contact-button,
  .glass-card .tour-availability-btn
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #ff2fa6;
  box-shadow:
    0 0 12px rgba(255,47,166,.30),
    0 10px 28px rgba(255,47,166,.18);
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}

@media (hover: hover) {
  :is(
    .btn-primary,
    .book-now,
    .cta-primary,
    .boat-view-tours,
    .about-cta,
    .faq-contact-button,
    .glass-card .tour-availability-btn
  ):hover {
    color: #fff;
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05);
    box-shadow:
      0 0 18px #ff2fa6,
      0 16px 38px rgba(0,0,0,.28);
  }
}

:is(
  .btn-primary,
  .book-now,
  .cta-primary,
  .boat-view-tours,
  .about-cta,
  .faq-contact-button,
  .glass-card .tour-availability-btn
):active {
  transform: translateY(0);
}

/* Keep compact placements compact while retaining the exact visual language. */
.book-now {
  padding: 10px 17px;
  border-radius: 14px;
}

.glass-card .tour-availability-btn {
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 14px;
  font-size: .82rem;
}

/* Center the Google review CTA on desktop and mobile. */
.review-summary {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.review-summary-rating {
  justify-content: center;
  text-align: center;
}

.review-button {
  align-self: center;
  margin-inline: auto;
  color: #fff;
}

@media (min-width: 821px) {
  .review-button {
    width: auto;
  }
}


/* ---------- CTA cleanup: review + contact ---------- */
/* Remove the separate rounded panel around the review summary/button. */
.review-summary {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Make the contact submit CTA identical to the centered Write a Review button. */
.contact-form .contact-submit {
  align-self: center;
  width: auto;
  min-height: 0;
  margin: 8px auto 0;
  padding: 14px 28px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #ff2fa6;
  box-shadow:
    0 0 12px rgba(255,47,166,.30),
    0 10px 28px rgba(255,47,166,.18);
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease, opacity .2s ease;
}

@media (hover: hover) {
  .contact-form .contact-submit:not(:disabled):hover {
    color: #fff;
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05);
    box-shadow:
      0 0 18px #ff2fa6,
      0 16px 38px rgba(0,0,0,.28);
  }
}

.contact-form .contact-submit:active {
  transform: translateY(0);
}

.contact-form .contact-submit .button-spinner {
  border-color: rgba(255,255,255,.35);
  border-top-color: #fff;
}

@media (max-width: 820px) {
  .contact-form .contact-submit {
    width: auto;
    max-width: 100%;
  }
}

/* ---------- Tour details links and reusable modal ---------- */
.tour-info-btn {
  align-self: center;
  margin: auto auto 14px;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: var(--cyan, #10edf7);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color .2s ease, text-shadow .2s ease, transform .2s ease;
}
.tour-info-btn:hover,.tour-info-btn:focus-visible { color:#fff; text-shadow:0 0 14px rgba(16,237,247,.9); transform:translateY(-1px); }
.tour-card-content .tour-availability-btn { margin-top: 0; }
.tour-modal[hidden] { display:none; }
.tour-modal { position:fixed; inset:0; z-index:9999; display:grid; place-items:center; padding:clamp(14px,3vw,34px); }
.tour-modal-backdrop { position:absolute; inset:0; background:rgba(1,8,14,.82); backdrop-filter:blur(8px); }
.tour-modal-dialog { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr); width:min(960px,100%); max-height:min(88vh,820px); overflow:auto; border:1px solid rgba(255,255,255,.16); border-radius:28px; background:linear-gradient(145deg,rgba(10,29,42,.97),rgba(4,14,23,.98)); box-shadow:0 28px 100px rgba(0,0,0,.62),0 0 35px rgba(16,237,247,.12); }
.tour-modal-close { position:absolute; top:14px; right:14px; z-index:4; width:42px; height:42px; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; background:rgba(2,12,19,.72); font-size:1.8rem; line-height:1; cursor:pointer; }
.tour-modal-gallery { min-width:0; padding:18px; background:rgba(0,0,0,.18); }
.tour-modal-main-image { aspect-ratio:4/3; overflow:hidden; border-radius:20px; }
.tour-modal-main-image img { width:100%; height:100%; object-fit:cover; }
.tour-modal-thumbs { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:10px; }
.tour-modal-thumb { aspect-ratio:4/3; overflow:hidden; padding:0; border:2px solid transparent; border-radius:12px; background:none; cursor:pointer; }
.tour-modal-thumb.is-active { border-color:var(--cyan,#10edf7); box-shadow:0 0 14px rgba(16,237,247,.45); }
.tour-modal-thumb img { width:100%; height:100%; object-fit:cover; }
.tour-modal-copy { display:flex; flex-direction:column; align-items:flex-start; padding:clamp(30px,5vw,56px) clamp(24px,4vw,46px); }
.tour-modal-copy h2 { margin:7px 0 16px; font-size:clamp(2rem,4vw,3.4rem); line-height:.98; }
.tour-modal-copy > p { color:rgba(255,255,255,.82); line-height:1.7; }
.tour-modal-features { width:100%; margin:18px 0; padding-left:20px; }
.tour-modal-features li { margin:8px 0; }
.tour-modal-note { margin-top:0; padding:14px 16px; border-left:3px solid var(--cyan,#10edf7); background:rgba(16,237,247,.07); }
.tour-modal-availability { align-self:center; margin-top:18px; }
body.tour-modal-open { overflow:hidden; }
@media (max-width:760px) {
  .tour-modal { padding:10px; align-items:end; }
  .tour-modal-dialog { grid-template-columns:1fr; width:100%; max-height:94vh; border-radius:24px 24px 16px 16px; }
  .tour-modal-gallery { padding:12px; }
  .tour-modal-main-image { aspect-ratio:16/10; }
  .tour-modal-copy { padding:25px 20px 30px; }
  .tour-modal-copy h2 { padding-right:38px; }
  .tour-modal-availability { width:100%; justify-content:center; }
}

/* ---------- Enhanced featured tour cards and tour details ---------- */
.tour-card-featured {
  position: relative;
  isolation: isolate;
  overflow: visible;
}
.tour-card-featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}
.tour-card-popular {
  border-color: rgba(255, 47, 166, .82);
  box-shadow: 0 0 0 1px rgba(255,47,166,.30), 0 0 24px rgba(255,47,166,.34), 0 18px 55px rgba(0,0,0,.28);
}
.tour-card-popular::before {
  background: linear-gradient(145deg, rgba(255,47,166,.62), rgba(255,47,166,0) 38%, rgba(255,47,166,.34));
  filter: blur(13px);
}
.tour-card-deal {
  border-color: rgba(16, 237, 247, .82);
  box-shadow: 0 0 0 1px rgba(16,237,247,.28), 0 0 24px rgba(16,237,247,.32), 0 18px 55px rgba(0,0,0,.28);
}
.tour-card-deal::before {
  background: linear-gradient(145deg, rgba(16,237,247,.56), rgba(16,237,247,0) 38%, rgba(16,237,247,.32));
  filter: blur(13px);
}
.tour-card-image .card-kicker_mp,
.tour-card-image .card-kicker_bd {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  bottom: 15px;
  padding: 8px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(2, 12, 19, .78);
  backdrop-filter: blur(10px);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-image .card-kicker_mp {
  color: #ff70c9;
  text-shadow: 0 0 11px rgba(255,47,166,.8);
  box-shadow: 0 0 18px rgba(255,47,166,.36), 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-image .card-kicker_bd {
  color: #5cf6ff;
  text-shadow: 0 0 11px rgba(16,237,247,.85);
  box-shadow: 0 0 18px rgba(16,237,247,.34), 0 8px 22px rgba(0,0,0,.32);
}
.tour-card-content > p {
  margin-bottom: 16px;
  line-height: 1.68;
}
.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  width: 100%;
  margin: 0 0 18px;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 750;
}
.tour-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.tour-meta-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  color: var(--cyan, #10edf7);
  font-size: .98rem;
  filter: drop-shadow(0 0 5px rgba(16,237,247,.45));
}
.tour-card-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 21px;
  line-height: 1.48;
}
.tour-card-content li {
  padding-left: 3px;
}
.tour-card-content li::marker {
  color: var(--cyan, #10edf7);
}
@media (max-width: 560px) {
  .tour-meta { gap: 8px 13px; font-size: .78rem; }
  .tour-card-featured { overflow: hidden; }
}


/* ---------- Featured card image clipping + tour inclusion note ---------- */
.tour-card-featured {
  overflow: hidden;
}

/* The card's own box-shadow remains outside the rounded edge, while the
   image and overlay are clipped cleanly to the top corners. */
.tour-card-featured::before {
  display: none;
}

.tour-card-featured .tour-card-image,
.tour-card-featured .tour-card-image img {
  border-radius: inherit;
}

.tour-card-featured .tour-card-image {
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.tour-card-featured .tour-card-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tour-inclusion-note {
  display: grid;
  place-items: center;
  gap: 5px;
  width: min(760px, 100%);
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding: 0 16px;
  text-align: center;
}

.tour-inclusion-main {
  color: #fff;
  font-size: clamp(.94rem, 1.8vw, 1.08rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.45;
}

.tour-inclusion-main > span {
  display: inline-block;
  margin-right: 7px;
  color: #ffd76a;
  text-shadow: 0 0 12px rgba(255, 215, 106, .72);
}

.tour-inclusion-sub {
  color: rgba(255,255,255,.68);
  font-size: .84rem;
  line-height: 1.4;
}

@media (max-width: 560px) {
  .tour-inclusion-note {
    margin-top: 28px;
  }
}


/* ---------- Tour special pricing ---------- */
.tour-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.tour-price-label {
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tour-price-values {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.tour-price-old {
  position: relative;
  color: rgba(255,255,255,.60);
  font-size: .93rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #ff3b4d;
  text-decoration-thickness: 2px;
}

.tour-price-current {
  color: #fff;
  font-size: 1.42rem;
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255,255,255,.14);
}

.tour-card-popular .tour-price-current {
  color: #ff70c9;
  text-shadow: 0 0 13px rgba(255,47,166,.50);
}

.tour-card-deal .tour-price-current {
  color: #5cf6ff;
  text-shadow: 0 0 13px rgba(16,237,247,.50);
}

@media (max-width: 420px) {
  .tour-price-row {
    padding: 12px;
  }
  .tour-price-current {
    font-size: 1.3rem;
  }
}

/* ---------- Signature Experiences / Grand Opening tour header ---------- */
.tour-hero-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 22vw, 275px);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  width: 100%;
  margin: 0 auto clamp(42px, 6vw, 74px);
  text-align: center;
}

.tour-hero-copy {
  min-width: 0;
}

.tour-eyebrow {
  display: block;
  /*margin-bottom: 13px;*/
  margin: 0 0 20px;
  /*color: var(--cyan, #10edf7);*/
  color: var(--cyan);
  /*font-family: 'Barlow Condensed', sans-serif;*/
  font-family: 'Caveat', cursive;
  /*font-size: clamp(.95rem, 1.6vw, 1.32rem);*/
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  /*font-style: italic;*/
  font-weight: 800;
  /*letter-spacing: .42em;*/
  /*line-height: 1.1;*/
  line-height: 1;
  text-indent: .42em;
  /*text-transform: uppercase;*/
  /*text-shadow: 0 0 13px rgba(16,237,247,.62);*/
  text-shadow: 0 0 16px rgba(16,237,247,.8);
}

.tour-hero-heading h2 {
  margin: 0;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-size: clamp(3rem, 7.2vw, 7rem);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: .9;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.72), 0 0 24px rgba(255,255,255,.08);
}

.tour-palm-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 13px;
  color: var(--cyan, #10edf7);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(16,237,247,.62));
}

.tour-palm-divider span:last-child {
  font-size: 1.28em;
}

.tour-hero-subtitle {
  margin: 0;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem) !important;
  font-weight: 900;
  letter-spacing: .115em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.tour-opening-title {
  margin: clamp(24px, 3vw, 34px) 0 0;
  /*color: var(--pink, #ff2fa6) !important;*/
  /*color: var(--cyan) !important;*/
  color: #ffb347 !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem) !important;
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1.1 !important;
  text-transform: uppercase;
  /*text-shadow: 0 0 12px rgba(255,47,166,.52), 0 0 28px rgba(255,47,166,.25);*/
}

.tour-opening-script {
  margin: 19px 0 0;
  color: #fff !important;
  font-family: 'Caveat', cursive;
  font-size: clamp(1.9rem, 4.1vw, 3.55rem) !important;
  font-weight: 700;
  line-height: 1.02 !important;
  text-shadow: 0 3px 15px rgba(0,0,0,.75);
}

.tour-opening-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(190px, 22vw, 275px);
  aspect-ratio: 1;
  margin-inline: auto;
  background: #ff2fa6;
  clip-path: polygon(50% 0%, 59% 18%, 73% 7%, 76% 27%, 95% 21%, 84% 39%, 100% 50%, 82% 58%, 95% 78%, 75% 73%, 72% 94%, 59% 81%, 50% 100%, 41% 81%, 27% 94%, 24% 73%, 5% 78%, 17% 58%, 0% 50%, 16% 39%, 5% 21%, 24% 27%, 27% 7%, 41% 18%);
  filter: drop-shadow(0 0 12px rgba(255,47,166,.80)) drop-shadow(0 0 28px rgba(255,47,166,.45));
  animation: tourBadgePulse 3.8s ease-in-out infinite;
}

.tour-opening-badge::after {
  content: '';
  position: absolute;
  inset: 8px;
  background: linear-gradient(145deg, #07172d 0%, #061225 72%, #0b1f38 100%);
  clip-path: inherit;
}

.tour-opening-badge-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68%;
  text-align: center;
  text-transform: uppercase;
}

.tour-opening-palm {
  margin-bottom: 7px;
  font-size: clamp(1.35rem, 2.7vw, 2.25rem);
  filter: drop-shadow(0 0 6px rgba(255,215,106,.45));
}

.tour-opening-grand {
  color: var(--cyan, #10edf7);
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.38rem, 2.65vw, 2.25rem);
  line-height: .94;
  text-shadow: 0 0 8px rgba(16,237,247,.85), 0 0 18px rgba(16,237,247,.45);
}

.tour-opening-special {
  margin-top: 7px;
  color: #fff;
  font-family: 'Caveat', cursive;
  font-size: clamp(1.5rem, 3.1vw, 2.55rem);
  font-weight: 800;
  line-height: .9;
  text-transform: none;
  text-shadow: 0 0 9px rgba(255,255,255,.42), 0 0 16px rgba(16,237,247,.34);
}

@keyframes tourBadgePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 12px rgba(255,47,166,.76)) drop-shadow(0 0 27px rgba(255,47,166,.40)); }
  50% { transform: scale(1.025); filter: drop-shadow(0 0 16px rgba(255,47,166,.94)) drop-shadow(0 0 36px rgba(255,47,166,.57)); }
}

@media (max-width: 820px) {
  .tour-hero-heading {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 46px;
  }

  .tour-hero-heading h2 {
    font-size: clamp(3.25rem, 15vw, 5.35rem);
  }

  .tour-opening-badge {
    width: clamp(175px, 53vw, 235px);
  }
}

@media (max-width: 480px) {
  .tour-eyebrow {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .tour-hero-subtitle {
    font-size: .93rem !important;
    letter-spacing: .08em;
  }

  .tour-opening-script {
    font-size: clamp(1.75rem, 9vw, 2.45rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-opening-badge {
    animation: none;
  }
}

/* ---------- Refined centered tour header + temporary promo burst ---------- */
.tour-hero-heading {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  padding: 0 clamp(12px, 2vw, 24px);
  text-align: center;
  overflow: visible;
}

.tour-hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.tour-hero-heading h2 {
  margin: 0 0 28px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .98;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.tour-palm-divider {
  margin-top: 0;
}

.tour-opening-badge {
  position: absolute;
  z-index: 5;
  top: clamp(28px, 4vw, 54px);
  right: clamp(-22px, 1vw, 12px);
  width: clamp(168px, 18vw, 218px);
  margin: 0;
  transform: rotate(8deg);
  isolation: isolate;
  filter:
    drop-shadow(0 0 8px rgba(255,255,255,.78))
    drop-shadow(0 0 18px rgba(255,47,166,1))
    drop-shadow(0 0 42px rgba(255,47,166,.82))
    drop-shadow(0 0 72px rgba(16,237,247,.36));
  animation: tourBadgePop 2.45s ease-in-out infinite;
}

.tour-opening-badge::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,47,166,.44) 0%,
    rgba(255,47,166,.20) 34%,
    rgba(16,237,247,.12) 54%,
    transparent 72%);
  filter: blur(7px);
  animation: tourBadgeAura 2.45s ease-in-out infinite;
  pointer-events: none;
}

.tour-opening-badge::after {
  inset: 7px;
  background:
    radial-gradient(circle at 34% 25%, rgba(16,237,247,.16), transparent 35%),
    linear-gradient(145deg, #07172d 0%, #061225 68%, #0b1f38 100%);
  box-shadow: inset 0 0 20px rgba(16,237,247,.10);
}

.tour-opening-badge-inner {
  width: 70%;
  transform: rotate(-8deg);
}

.tour-opening-grand {
  text-shadow:
    0 0 5px #10edf7,
    0 0 13px rgba(16,237,247,1),
    0 0 27px rgba(16,237,247,.76);
}

.tour-opening-special {
  color: var(--pink, #ff2fa6);
  text-shadow:
    0 0 5px rgba(255,255,255,.82),
    0 0 10px rgba(255,47,166,1),
    0 0 23px rgba(255,47,166,.92);
}

@keyframes tourBadgePop {
  0%, 100% {
    transform: rotate(8deg) scale(1);
    filter:
      drop-shadow(0 0 8px rgba(255,255,255,.72))
      drop-shadow(0 0 18px rgba(255,47,166,.96))
      drop-shadow(0 0 40px rgba(255,47,166,.76))
      drop-shadow(0 0 68px rgba(16,237,247,.30));
  }
  50% {
    transform: rotate(5deg) scale(1.075);
    filter:
      drop-shadow(0 0 12px rgba(255,255,255,.94))
      drop-shadow(0 0 25px rgba(255,47,166,1))
      drop-shadow(0 0 55px rgba(255,47,166,.96))
      drop-shadow(0 0 88px rgba(16,237,247,.48));
  }
}

@keyframes tourBadgeAura {
  0%, 100% { opacity: .72; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 980px) {
  .tour-hero-copy {
    width: min(760px, calc(100% - 105px));
    margin-left: 0;
  }

  .tour-opening-badge {
    top: 34px;
    right: -8px;
    width: clamp(150px, 21vw, 185px);
  }
}

@media (max-width: 720px) {
  .tour-hero-heading {
    padding-top: 58px;
  }

  .tour-hero-copy {
    width: 100%;
    margin: 0 auto;
  }

  .tour-hero-heading h2 {
    margin-bottom: 20px;
    font-size: 2.15rem;
  }

  .tour-opening-badge {
    top: -12px;
    right: -2px;
    width: clamp(126px, 35vw, 158px);
    transform: rotate(9deg);
  }

  .tour-opening-title {
    margin-top: 22px;
  }

  .tour-opening-script {
    max-width: 86%;
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 72px;
  }

  .tour-opening-badge {
    top: -4px;
    right: 50%;
    width: 132px;
    transform: translateX(50%) rotate(8deg);
  }

  .tour-opening-badge-inner {
    transform: rotate(-8deg);
  }

  @keyframes tourBadgePop {
    0%, 100% {
      transform: translateX(50%) rotate(8deg) scale(1);
      filter:
        drop-shadow(0 0 8px rgba(255,255,255,.72))
        drop-shadow(0 0 18px rgba(255,47,166,.96))
        drop-shadow(0 0 40px rgba(255,47,166,.76));
    }
    50% {
      transform: translateX(50%) rotate(5deg) scale(1.07);
      filter:
        drop-shadow(0 0 12px rgba(255,255,255,.94))
        drop-shadow(0 0 25px rgba(255,47,166,1))
        drop-shadow(0 0 54px rgba(255,47,166,.94));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-opening-badge,
  .tour-opening-badge::before {
    animation: none;
  }
}


/* ---------- Final requested promo badge refinement ---------- */
.tour-hero-subtitle {
  color: #fff !important;
}

.tour-opening-badge {
  width: clamp(215px, 22vw, 285px);
  top: clamp(12px, 2.4vw, 34px);
  right: clamp(-36px, -1vw, -8px);
  background: #ff2fa6;
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.98))
    drop-shadow(0 0 18px rgba(255,47,166,1))
    drop-shadow(0 0 42px rgba(255,47,166,1))
    drop-shadow(0 0 78px rgba(255,47,166,.90))
    drop-shadow(0 0 105px rgba(16,237,247,.52));
}

.tour-opening-badge::before {
  inset: -30px;
  background: radial-gradient(circle,
    rgba(255,255,255,.26) 0%,
    rgba(255,47,166,.58) 22%,
    rgba(255,47,166,.32) 42%,
    rgba(16,237,247,.18) 58%,
    transparent 76%);
  filter: blur(10px);
}

.tour-opening-badge::after {
  inset: 13px;
  background:
    radial-gradient(circle at 36% 25%, rgba(16,237,247,.20), transparent 34%),
    linear-gradient(145deg, #081a33 0%, #061225 66%, #0d2643 100%);
  box-shadow:
    inset 0 0 0 3px rgba(16,237,247,.80),
    inset 0 0 15px rgba(16,237,247,.42),
    inset 0 0 28px rgba(255,47,166,.16);
}

.tour-opening-badge-inner {
  width: 72%;
  padding: 8px 0;
}

.tour-opening-palm {
  margin-bottom: 5px;
  font-size: clamp(1.55rem, 2.7vw, 2.3rem);
}

.tour-opening-grand {
  font-size: clamp(1.35rem, 2.45vw, 2.05rem);
  line-height: 1.02;
  letter-spacing: .015em;
  white-space: normal;
  text-shadow:
    0 1px 0 rgba(0,0,0,.9),
    0 0 5px #10edf7,
    0 0 13px rgba(16,237,247,1),
    0 0 26px rgba(16,237,247,.92);
}

.tour-opening-special {
  margin-top: 8px;
  font-size: clamp(1.7rem, 3.15vw, 2.65rem);
  line-height: .98;
  color: #fff;
  text-shadow:
    0 2px 0 rgba(0,0,0,.85),
    0 0 5px rgba(255,255,255,1),
    0 0 13px rgba(255,47,166,1),
    0 0 26px rgba(255,47,166,.95);
}

@keyframes tourBadgePop {
  0%, 100% {
    transform: rotate(8deg) scale(1);
    filter:
      drop-shadow(0 0 7px rgba(255,255,255,.92))
      drop-shadow(0 0 18px rgba(255,47,166,1))
      drop-shadow(0 0 42px rgba(255,47,166,.95))
      drop-shadow(0 0 76px rgba(255,47,166,.82))
      drop-shadow(0 0 100px rgba(16,237,247,.42));
  }
  50% {
    transform: rotate(5deg) scale(1.085);
    filter:
      drop-shadow(0 0 11px rgba(255,255,255,1))
      drop-shadow(0 0 25px rgba(255,47,166,1))
      drop-shadow(0 0 58px rgba(255,47,166,1))
      drop-shadow(0 0 96px rgba(255,47,166,.98))
      drop-shadow(0 0 125px rgba(16,237,247,.62));
  }
}

@media (max-width: 980px) {
  .tour-opening-badge {
    width: clamp(185px, 25vw, 225px);
    top: 22px;
    right: -16px;
  }
}

@media (max-width: 720px) {
  .tour-opening-badge {
    width: clamp(155px, 42vw, 190px);
    top: -18px;
    right: -4px;
  }

  .tour-opening-badge::after {
    inset: 10px;
  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 86px;
  }

  .tour-opening-badge {
    width: 158px;
    top: -6px;
    right: 50%;
  }

  .tour-opening-badge-inner {
    width: 74%;
  }

  .tour-opening-grand {
    font-size: 1.08rem;
  }

  .tour-opening-special {
    font-size: 1.45rem;
  }
}

/* ---------- Final star position and booking-line refinement ---------- */
.tour-opening-badge {
  right: clamp(-2px, 1.5vw, 24px);
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.98))
    drop-shadow(0 0 15px rgba(255,47,166,1))
    drop-shadow(0 0 34px rgba(255,47,166,1))
    drop-shadow(0 0 68px rgba(255,47,166,.98))
    drop-shadow(0 0 112px rgba(255,47,166,.72))
    drop-shadow(0 0 105px rgba(16,237,247,.52));
}

.tour-opening-badge::before {
  background: radial-gradient(circle,
    rgba(255,255,255,.28) 0%,
    rgba(255,47,166,.72) 20%,
    rgba(255,47,166,.44) 40%,
    rgba(255,47,166,.22) 57%,
    rgba(16,237,247,.16) 68%,
    transparent 79%);
}

.tour-opening-script {
  font-size: clamp(1.55rem, 3.15vw, 2.85rem) !important;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .tour-opening-badge {
    right: 10px;
  }
}

@media (max-width: 720px) {
  .tour-opening-badge {
    right: 8px;
  }

  .tour-opening-script {
    max-width: 100%;
    font-size: clamp(.92rem, 4.1vw, 1.55rem) !important;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .tour-opening-badge {
    right: 50%;
  }

  .tour-opening-script {
    font-size: clamp(.78rem, 3.75vw, 1rem) !important;
    letter-spacing: -.01em;
  }
}

/* ---------- Mobile-only final promo fit refinement ---------- */
@media (max-width: 720px) {
  .tour-opening-badge {
    width: clamp(132px, 36vw, 158px);
    top: -10px;
    right: 6px;
  }

  .tour-opening-badge-inner {
    width: 80%;
    line-height: 1;
  }

  .tour-opening-palm {
    margin-bottom: 2px;
    font-size: clamp(.95rem, 3.8vw, 1.12rem);
    line-height: 1;
  }

  .tour-opening-grand {
    font-size: clamp(.78rem, 3.15vw, .98rem);
    line-height: 1.02;
    white-space: nowrap;
  }

  .tour-opening-special {
    margin-top: 3px;
    font-size: clamp(1.02rem, 4.1vw, 1.28rem);
    line-height: .95;
    white-space: nowrap;
  }

  .tour-palm-divider {
    gap: 6px;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: clamp(.88rem, 4vw, 1.08rem);
  }

  .tour-palm-divider span:last-child {
    font-size: 1.05em;
  }

  .tour-opening-script {
    width: 113%;
    max-width: none;
    margin-left: -6.5%;
    /*font-size: clamp(1.12rem, 4.55vw, 1.42rem) !important;*/
    letter-spacing: -.035em;
    /*line-height: 1.05;*/
    white-space: nowrap;
    transform: scaleX(.89);
    transform-origin: center;


    font-size: 1.6rem !important;
    line-height: 1.15 !important;
    font-weight: 600;

  }
}

@media (max-width: 420px) {
  .tour-hero-heading {
    padding-top: 72px;
  }

  .tour-opening-badge {
    width: 124px;
    top: -3px;
    right: 4px;
  }

  .tour-opening-badge-inner {
    width: 82%;
  }

  .tour-opening-palm {
    margin-bottom: 1px;
    font-size: .92rem;
  }

  .tour-opening-grand {
    font-size: .74rem;
    letter-spacing: -.025em;
  }

  .tour-opening-special {
    margin-top: 2px;
    font-size: 1rem;
    letter-spacing: -.02em;
  }

  .tour-palm-divider {
    gap: 5px;
    font-size: .84rem;
  }

  .tour-opening-script {
    width: 116%;
    margin-left: -8%;
    font-size: clamp(1.04rem, 4.65vw, 1.18rem) !important;
    letter-spacing: -.045em;
    transform: scaleX(.86);
  }
}

/* ---------- Refined tour detail modal content ---------- */
.tour-modal-copy {
  align-items: stretch;
  padding: clamp(28px, 4.5vw, 50px) clamp(24px, 4vw, 44px) clamp(24px, 4vw, 38px);
}
.tour-modal-copy .hero-tagline-s { align-self: flex-start; }
.tour-modal-copy h2 {
  margin: 8px 0 15px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.02;
}
.tour-modal-copy > p[data-tour-modal-description] {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: .98rem;
  line-height: 1.68;
}
.tour-modal-meta,
.tour-modal-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.17);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.tour-modal-meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
  color: rgba(255,255,255,.92);
  font-size: .93rem;
  font-weight: 700;
  text-align: center;
}
.tour-modal-meta span + span { border-left: 1px solid rgba(255,255,255,.17); }
.tour-modal-features {
  width: 100%;
  margin: 17px 0 14px;
  padding: 0;
  list-style: none;
}
.tour-modal-features li {
  position: relative;
  margin: 8px 0;
  padding-left: 19px;
  color: rgba(255,255,255,.91);
  line-height: 1.45;
}
.tour-modal-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan,#10edf7);
  box-shadow: 0 0 9px rgba(16,237,247,.72);
}
.tour-modal-note {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--cyan,#10edf7);
  border-radius: 0 10px 10px 0;
  background: rgba(16,237,247,.07);
  font-size: .88rem;
  line-height: 1.5 !important;
}
.tour-modal-price {
  align-items: center;
  margin-top: 17px;
}
.tour-modal-price-label {
  padding: 0 12px;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.tour-modal-price-values {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 26px;
  padding: 0 12px;
  border-left: 1px solid rgba(255,255,255,.17);
}
.tour-modal-price-old {
  color: rgba(255,255,255,.5);
  font-size: .95rem;
  text-decoration: line-through;
}
.tour-modal-price-current {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}
.tour-modal-availability {
  align-self: stretch;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}
.tour-modal-close-link {
  align-self: center;
  margin: 10px auto 0;
  padding: 2px 8px;
  border: 0;
  color: rgba(255,255,255,.65);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.tour-modal-close-link:hover,
.tour-modal-close-link:focus-visible { color: var(--cyan,#10edf7); }
@media (max-width: 760px) {
  .tour-modal-copy { padding: 24px 20px 26px; }
  .tour-modal-copy h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .tour-modal-copy > p[data-tour-modal-description] { font-size: .93rem; line-height: 1.58; }
  .tour-modal-meta, .tour-modal-price { margin-top: 15px; padding: 11px 0; }
  .tour-modal-meta span { padding: 0 8px; font-size: .84rem; }
  .tour-modal-price-label { padding: 0 8px; font-size: .7rem; }
  .tour-modal-price-values { padding: 0 8px; }
}

/* ---------- Footer navigation ---------- */
.site-footer {
  padding: 34px clamp(18px, 5vw, 70px);
  border-top: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(2,13,22,.98), rgba(1,7,13,1));
}
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px 42px;
}
.footer-brand img { width: 108px; height: auto; display: block; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.footer-nav a,
.footer-nav button {
  appearance: none; border: 0; padding: 3px 0; background: none; color: rgba(255,255,255,.78);
  font: 700 .82rem/1.25 Montserrat, sans-serif; letter-spacing: .035em; text-decoration: none; cursor: pointer;
}
.footer-nav a:hover,
.footer-nav button:hover,
.footer-nav a:focus-visible,
.footer-nav button:focus-visible { color: var(--cyan, #10edf7); outline: none; }
.footer-copyright { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.55); text-align: center; font-size: .8rem; }

/* ---------- Cancellation policy FAQ link + modal ---------- */
.faq-policy-link { display: inline; appearance: none; border: 0; padding: 0; background: none; color: var(--cyan,#10edf7); font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.faq-policy-link:hover, .faq-policy-link:focus-visible { color: #fff; outline: none; }
.policy-modal[hidden] { display: none; }
.policy-modal { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: clamp(12px,3vw,34px); }
.policy-modal-backdrop { position: absolute; inset: 0; background: rgba(1,8,14,.86); backdrop-filter: blur(9px); }
.policy-modal-dialog { position: relative; z-index: 1; width: min(820px,100%); max-height: min(90vh,900px); overflow: auto; padding: clamp(28px,5vw,52px); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: linear-gradient(145deg,rgba(10,29,42,.99),rgba(4,14,23,.99)); box-shadow: 0 28px 100px rgba(0,0,0,.66), 0 0 35px rgba(16,237,247,.12); color: #fff; }
.policy-modal-close { position: sticky; float: right; top: 0; z-index: 3; width: 42px; height: 42px; margin: -8px -8px 0 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(2,12,19,.84); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.policy-modal-header { padding-right: 36px; }
.policy-modal-header h2 { margin: 8px 0 14px; font-size: clamp(2rem,5vw,3.5rem); line-height: 1; }
.policy-modal-header > p { max-width: 680px; color: rgba(255,255,255,.75); line-height: 1.7; }
.policy-modal-content { display: grid; gap: 14px; margin-top: 26px; }
.policy-modal-content section { padding: 19px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
.policy-modal-content h3 { margin: 0 0 7px; color: var(--cyan,#10edf7); font-size: 1.02rem; }
.policy-modal-content p { margin: 0; color: rgba(255,255,255,.79); line-height: 1.65; }
.policy-modal-content p + p { margin-top: 9px; }
.policy-modal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.policy-modal-close-link { border: 0; padding: 8px 0; background: none; color: rgba(255,255,255,.7); font: 700 .82rem Montserrat,sans-serif; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.policy-modal-close-link:hover, .policy-modal-close-link:focus-visible { color: var(--cyan,#10edf7); outline: none; }
body.policy-modal-open { overflow: hidden; }
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-nav { justify-content: center; text-align: center; }
  .policy-modal { padding: 8px; align-items: end; }
  .policy-modal-dialog { max-height: 95vh; padding: 24px 18px 28px; border-radius: 24px 24px 14px 14px; }
  .policy-modal-header { padding-right: 26px; }
  .policy-modal-content section { padding: 16px; }
  .policy-modal-actions .btn-primary { width: 100%; text-align: center; }
}

/* ---------- Premium Square payment strip ---------- */
.payment-strip {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 50px rgba(0,0,0,.18);
}
.payment-strip-booking { margin-top: 18px; padding: 22px; }
.payment-strip-heading { display:flex; align-items:center; justify-content:center; gap:8px; color:#fff; font:800 .82rem/1.2 Montserrat,sans-serif; letter-spacing:.06em; text-transform:uppercase; }
.payment-lock { width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(16,237,247,.45); border-radius:50%; color:var(--cyan,#10edf7); transform:rotate(180deg); font-size:1rem; }
.payment-icons { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:9px; margin-top:15px; }
.payment-badge { height:31px; min-width:54px; display:inline-flex; align-items:center; justify-content:center; padding:0 10px; border:1px solid rgba(255,255,255,.22); border-radius:7px; background:#fff; color:#111; box-shadow:0 5px 14px rgba(0,0,0,.2); font:900 .67rem/1 Arial,sans-serif; letter-spacing:.02em; white-space:nowrap; }
.payment-visa { color:#1434cb; font-style:italic; font-size:.82rem; }
.payment-amex { color:#0878b9; font-size:.7rem; }
.payment-discover { font-size:.57rem; letter-spacing:.03em; }
.payment-wallet { font-size:.72rem; font-weight:700; }
.payment-wallet em { color:#4285f4; font-style:normal; font-weight:900; margin-right:3px; }
.payment-mastercard { position:relative; min-width:76px; padding-left:31px; }
.payment-mastercard i::before,.payment-mastercard i::after { content:""; position:absolute; top:8px; width:16px; height:16px; border-radius:50%; opacity:.95; }
.payment-mastercard i::before { left:9px; background:#eb001b; }
.payment-mastercard i::after { left:18px; background:#f79e1b; }
.payment-mastercard b { font-size:.52rem; font-weight:800; }
.square-powered { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:15px; color:rgba(255,255,255,.72); font:700 .72rem/1.2 Montserrat,sans-serif; }
.square-mark { width:19px; height:19px; display:grid; place-items:center; border:2px solid currentColor; border-radius:5px; }
.square-mark i { width:6px; height:6px; border:2px solid currentColor; border-radius:2px; }
.payment-security-copy { max-width:600px; margin:13px auto 0; color:rgba(255,255,255,.68); font-size:.76rem; line-height:1.55; text-align:center; }
.payment-trust-points { display:flex; flex-wrap:wrap; justify-content:center; gap:7px 18px; margin-top:14px; color:rgba(255,255,255,.8); font:700 .7rem/1.35 Montserrat,sans-serif; }
.payment-trust-points span::before { content:"✓"; margin-right:6px; color:var(--cyan,#10edf7); font-weight:900; }
.payment-strip-footer { grid-column:1/-1; width:100%; padding:16px 18px; background:rgba(255,255,255,.025); box-shadow:none; }
.payment-strip-footer .payment-icons { margin-top:0; }
.payment-strip-footer .payment-badge { height:25px; min-width:45px; padding:0 8px; transform:scale(.92); }
.payment-strip-footer .square-powered { margin-top:10px; font-size:.68rem; }
@media (max-width:720px) {
  .payment-strip-booking { padding:18px 14px; }
  .payment-icons { gap:7px; }
  .payment-badge { height:29px; min-width:48px; padding:0 8px; }
  .payment-trust-points {
    display:grid;
    justify-content:center;
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .payment-strip-footer { padding:14px 10px; }
}

/* ---------- Option 3 high-visibility payment card ---------- */
.payment-card-option3 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16,237,247,.34);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(17,24,31,.98), rgba(8,12,17,.98));
  box-shadow: 0 20px 55px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06), 0 0 30px rgba(16,237,247,.05);
}
.payment-card-option3::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%, rgba(16,237,247,.08), transparent 42%);
}
.payment-card-option3 > * { position:relative; z-index:1; }
.payment-card-option3 .payment-strip-heading { font-size:.9rem; letter-spacing:.08em; }
.payment-card-option3 .payment-lock {
  width:auto; height:auto; border:0; border-radius:0; transform:none; font-size:1rem; color:#fff;
}
.payment-divider {
  width:86px;
  height:2px;
  margin:18px auto;
  background:linear-gradient(90deg,transparent,var(--cyan,#10edf7),transparent);
  box-shadow:0 0 12px rgba(16,237,247,.5);
}
.payment-icons-large { gap:12px; margin-top:18px; }
.payment-card-option3 .payment-badge {
  height:44px;
  min-width:76px;
  padding:0 14px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:10px;
  background:#fff;
  box-shadow:0 7px 18px rgba(0,0,0,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.payment-card-option3 .payment-badge:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.32),0 0 0 1px rgba(16,237,247,.45); }
.payment-card-option3 .payment-visa { min-width:82px; color:#1434cb; font-size:1.05rem; font-weight:900; letter-spacing:-.04em; }
.payment-card-option3 .payment-mastercard { min-width:112px; padding-left:47px; }
.payment-card-option3 .payment-mastercard i::before,.payment-card-option3 .payment-mastercard i::after { top:11px; width:22px; height:22px; }
.payment-card-option3 .payment-mastercard i::before { left:13px; }
.payment-card-option3 .payment-mastercard i::after { left:25px; }
.payment-card-option3 .payment-mastercard b { font-size:.72rem; color:#222; }
.payment-card-option3 .payment-amex { min-width:96px; padding:6px 12px; flex-direction:column; background:#0878b9; color:#fff; font-size:.66rem; line-height:.95; letter-spacing:.01em; }
.payment-card-option3 .payment-discover { min-width:100px; font-size:.72rem; color:#111; }
.payment-card-option3 .payment-discover span { color:#f58220; }
.payment-card-option3 .payment-wallet { min-width:100px; font-size:.88rem; color:#111; }
.payment-card-option3 .payment-apple b { font-weight:800; }
.payment-card-option3 .payment-google em { font-size:1.12rem; color:#4285f4; }
.payment-card-option3 .square-powered { margin-top:18px; font-size:.78rem; color:rgba(255,255,255,.82); }
.payment-card-option3 .payment-security-copy { max-width:560px; margin-top:12px; font-size:.78rem; color:rgba(255,255,255,.7); }
.payment-card-option3 .payment-trust-points { margin-top:15px; font-size:.72rem; }
.payment-card-option3.payment-strip-footer { padding:20px 18px; }
.payment-card-option3.payment-strip-footer .payment-icons { margin-top:15px; }
.payment-card-option3.payment-strip-footer .payment-badge { transform:none; height:36px; min-width:66px; padding:0 10px; }
.payment-card-option3.payment-strip-footer .payment-mastercard { min-width:96px; padding-left:39px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::before,.payment-card-option3.payment-strip-footer .payment-mastercard i::after { top:9px; width:18px; height:18px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::before { left:11px; }
.payment-card-option3.payment-strip-footer .payment-mastercard i::after { left:21px; }
.payment-card-option3.payment-strip-footer .payment-amex,.payment-card-option3.payment-strip-footer .payment-discover,.payment-card-option3.payment-strip-footer .payment-wallet { min-width:84px; }
@media (max-width:720px) {
  .payment-card-option3.payment-strip-booking { padding:20px 12px; }
  .payment-icons-large { gap:9px; }
  .payment-card-option3 .payment-badge { height:40px; min-width:72px; padding:0 11px; }
  .payment-card-option3 .payment-mastercard { min-width:105px; }
  .payment-card-option3 .payment-amex,.payment-card-option3 .payment-discover,.payment-card-option3 .payment-wallet { min-width:92px; }
  .payment-card-option3 .payment-trust-points { width:100%; justify-items:center; text-align:center; }
}
@media (max-width:430px) {
  .payment-card-option3 .payment-badge { flex:0 1 calc(50% - 7px); max-width:145px; }
  .payment-card-option3 .payment-mastercard { min-width:0; }
  .payment-card-option3.payment-strip-footer .payment-badge { flex:0 1 calc(50% - 7px); max-width:130px; }
}

/* Keep the tour-details close button visible while the modal content scrolls,
   matching the legal/waiver modal behavior. */
.tour-modal-close {
  position: sticky;
  top: 14px;
  right: auto;
  z-index: 6;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  margin: 14px 14px -56px 0;
  background: rgba(2,12,19,.84);
}

.tour-modal-gallery,
.tour-modal-copy {
  grid-row: 2;
}

@media (max-width: 760px) {
  .tour-modal-close {
    top: 10px;
    margin: 10px 10px -52px 0;
  }

  .tour-modal-gallery,
  .tour-modal-copy {
    grid-row: auto;
  }
}


/* === Integrated live availability booking system === */
.availability-live-layout { align-items:flex-start; gap:clamp(28px,5vw,70px); }
.availability-copy { position:sticky; top:110px; }
.availability-benefits { display:flex; flex-wrap:wrap; gap:9px; margin:20px 0 24px; }
.availability-benefits span { border:1px solid rgba(35,220,229,.34); background:rgba(35,220,229,.08); color:#dffcff; border-radius:999px; padding:8px 11px; font-size:.78rem; font-weight:800; }
.booking-panel-live { width:100%; padding:0; overflow:hidden; }
.booking-panel-live .booking-top { padding:18px 20px; }
.live-booking-form { display:grid; gap:17px; padding:20px; border-bottom:1px solid rgba(255,255,255,.09); }
.booking-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.booking-field { display:grid; gap:7px; color:#e7f4fa; font-family:'Montserrat',sans-serif; font-size:.79rem; font-weight:800; letter-spacing:.01em; }
.booking-field input,.booking-field select,.booking-field textarea { width:100%; min-width:0; border:1px solid rgba(255,255,255,.17); border-radius:12px; padding:12px 13px; background:rgba(255,255,255,.07); color:#fff; font:600 .9rem 'Montserrat',sans-serif; outline:none; }
.booking-field select option { color:#081c2d; background:#fff; }
.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus { border-color:#23dce5; box-shadow:0 0 0 3px rgba(35,220,229,.13); }
.booking-field-label { color:#e7f4fa; font-family:'Montserrat',sans-serif; font-size:.79rem; font-weight:800; }
.slot-status { margin-top:7px; color:#a9c2cf; font-size:.78rem; line-height:1.45; }
.time-slots { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; margin-top:12px; }
.time-button { min-height:45px; border:1px solid rgba(35,220,229,.38); border-radius:11px; background:rgba(35,220,229,.07); color:#fff; font:800 .8rem 'Montserrat',sans-serif; cursor:pointer; touch-action:manipulation; transition:.18s ease; }
.time-button:hover:not(:disabled),.time-button.selected { transform:translateY(-1px); border-color:transparent; color:#03131e; background:linear-gradient(135deg,#23dce5,#27a9db); box-shadow:0 8px 22px rgba(35,220,229,.2); }
.time-button.unavailable { opacity:.25; cursor:not-allowed; text-decoration:line-through; }
.customer-fields { display:grid; gap:15px; padding-top:4px; }
.hidden { display:none!important; }
.booking-submit { width:100%; border:0; cursor:pointer; }
.booking-submit:disabled { opacity:.55; cursor:wait; }
.form-message { color:#fff; font-size:.84rem; line-height:1.5; }
.success-box,.error-box { padding:13px 14px; border-radius:11px; }
.success-box { border:1px solid rgba(72,232,173,.4); background:rgba(72,232,173,.1); color:#d5fff0; }
.error-box { border:1px solid rgba(255,79,163,.4); background:rgba(255,79,163,.1); color:#ffe2f0; }
.booking-panel-live .payment-strip-booking { border-radius:0; margin:0; border-left:0; border-right:0; border-bottom:0; }
@media (max-width:900px){ .availability-copy{position:static}.availability-live-layout{grid-template-columns:1fr}.booking-panel-live{max-width:760px;margin-inline:auto} }
@media (max-width:620px){ .booking-form-grid{grid-template-columns:1fr}.time-slots{grid-template-columns:repeat(2,minmax(0,1fr))}.live-booking-form{padding:16px}.booking-panel-live .booking-top{padding:16px}.availability-benefits{justify-content:center}.availability-copy{text-align:center}.availability-copy .small-cta{margin-inline:auto} }


/* === Full framed availability calendar === */
.availability-section-frame{border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:clamp(22px,4vw,44px);background:linear-gradient(145deg,rgba(5,27,45,.96),rgba(7,37,61,.9));box-shadow:0 26px 70px rgba(0,0,0,.28);overflow:hidden}
.availability-heading{text-align:center;max-width:820px;margin:0 auto 18px}.availability-heading p{max-width:760px;margin-inline:auto}
.availability-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 0 24px}.availability-legend span{display:inline-flex;align-items:center;gap:7px;font:800 .73rem 'Montserrat',sans-serif}.availability-legend span:before{content:"";width:12px;height:12px;border-radius:4px}.legend-open:before{background:#44cf83}.legend-partial:before{background:#f3a23d}.legend-full:before{background:#eb5362}
.availability-complete-action{border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(0,0,0,.12);padding:clamp(16px,3vw,28px);margin-bottom:18px}
.booking-tour-row{align-items:end}.selected-tour-duration{min-height:69px;border:1px solid rgba(35,220,229,.25);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;justify-content:center;background:rgba(35,220,229,.06)}.selected-tour-duration span{font:700 .7rem 'Montserrat';color:#9fb9c7}.selected-tour-duration strong{font:900 1rem 'Montserrat';color:#23dce5;margin-top:3px}
.month-calendar-shell{margin-top:4px}.calendar-toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:12px}.calendar-toolbar strong{text-align:center;font:900 clamp(1.05rem,3vw,1.35rem) 'Montserrat'}.calendar-toolbar button{height:40px;border:1px solid rgba(35,220,229,.28);border-radius:10px;background:rgba(35,220,229,.07);color:#fff;font-size:1.7rem;cursor:pointer}.calendar-weekdays,.month-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.calendar-weekdays span{text-align:center;color:#91aebb;font:800 .66rem 'Montserrat';padding:4px}.calendar-day{aspect-ratio:1/1;min-height:64px;border:0;border-radius:12px;padding:7px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;color:#fff;cursor:pointer;transition:.18s ease;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.calendar-day:hover,.calendar-day.selected{transform:translateY(-2px);box-shadow:0 0 0 3px #fff,0 10px 22px rgba(0,0,0,.24)}.day-open{background:linear-gradient(145deg,#238a58,#35b873)}.day-partial{background:linear-gradient(145deg,#bd7020,#ee9b35)}.day-full{background:linear-gradient(145deg,#a93243,#df4c5b)}.calendar-day .day-number{font:900 1rem 'Montserrat'}.calendar-day small{font:800 .56rem 'Montserrat';color:rgba(255,255,255,.9)}.past-day{opacity:.42}.calendar-loading{grid-column:1/-1;padding:30px;text-align:center;color:#9fb7c3}
.day-timetable-wrap{margin-top:24px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.timetable-header{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:13px}.timetable-header>div{display:grid;gap:4px}.timetable-header strong{font:900 1rem 'Montserrat'}.timetable-header .slot-status{max-width:480px;text-align:right}.booking-timeline{display:grid;gap:8px;margin-bottom:18px}.timeline-row{display:grid;grid-template-columns:125px 1fr;gap:14px;align-items:center;padding:11px 13px;border-radius:11px;background:rgba(243,162,61,.08);border:1px solid rgba(243,162,61,.23)}.timeline-time{font:900 .8rem 'Montserrat';color:#ffc678}.timeline-row>div:last-child{display:grid;gap:3px}.timeline-row strong{font:800 .8rem 'Montserrat'}.timeline-row span{font:600 .68rem 'Montserrat';color:#9eb7c4}.timeline-empty{padding:12px;border-radius:10px;background:rgba(68,207,131,.07);border:1px solid rgba(68,207,131,.2);color:#c8f7dd;font:700 .76rem 'Montserrat'}.available-heading{margin-top:4px}.section-availability .payment-strip-booking{margin:0;border-radius:18px}
@media(max-width:700px){.calendar-weekdays,.month-calendar{gap:4px}.calendar-day{min-height:48px;border-radius:9px;padding:5px}.calendar-day small{font-size:.47rem}.timetable-header{display:grid}.timetable-header .slot-status{text-align:left}.timeline-row{grid-template-columns:1fr}.booking-tour-row{grid-template-columns:1fr}.availability-section-frame{border-radius:20px;padding:16px}}

/* === Availability calendar refinements v3 === */
.selected-tour-duration{height:45px;min-height:45px;border:1px solid rgba(255,255,255,.17);border-radius:12px;padding:0 13px;display:flex;align-items:center;background:rgba(255,255,255,.07)}
.selected-tour-duration strong{font:600 .9rem 'Montserrat',sans-serif;color:#fff;margin:0}
.month-calendar-shell{width:min(100%,620px);margin:4px auto 0}
.calendar-weekdays,.month-calendar{gap:5px}
.calendar-day{aspect-ratio:auto;height:50px;min-height:50px;border-radius:9px;padding:5px 7px}
.calendar-day .day-number{font-size:.88rem}.calendar-day small{font-size:.48rem}
.day-unavailable{background:linear-gradient(145deg,#53616c,#6f7e89)}
.day-past{background:rgba(116,130,140,.28);color:rgba(255,255,255,.48);box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}
.calendar-day:disabled{cursor:not-allowed;transform:none!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)!important}
.calendar-toolbar button:disabled{opacity:.3;cursor:not-allowed}
.tour-card-content .tour-availability-btn{display:flex;margin-top:9px;width:100%;min-height:46px;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#ff4fa3,#ed2d8b);color:#fff;font:900 .78rem 'Montserrat',sans-serif;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(255,79,163,.24)}
.tour-card-content .tour-availability-btn:hover,.tour-card-content .tour-availability-btn:focus-visible{transform:translateY(-1px);box-shadow:0 14px 30px rgba(255,79,163,.34)}
@media(max-width:700px){.month-calendar-shell{width:100%}.calendar-day{height:42px;min-height:42px;padding:4px}.calendar-day .day-number{font-size:.8rem}.calendar-day small{font-size:.42rem}.selected-tour-duration{height:45px;min-height:45px}}

/* v4: Tour-card and modal availability buttons match the hero View Tours CTA exactly. */
.tour-card-content .tour-availability-btn,
.tour-modal-book-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 14px;
  background: #ff2fa6;
  color: #fff;
  font: 700 1rem/1 inherit;
  letter-spacing: normal;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(255,47,166,.30), 0 10px 28px rgba(255,47,166,.18);
  cursor: pointer;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.tour-card-content .tour-availability-btn { width: 100%; margin-top: 9px; }
@media (hover:hover) {
  .tour-card-content .tour-availability-btn:hover,
  .tour-modal-book-button:hover {
    color:#fff;
    transform:translateY(-2px) scale(1.02);
    filter:brightness(1.05);
    box-shadow:0 0 18px #ff2fa6,0 16px 38px rgba(0,0,0,.28);
  }
}
.tour-modal-actions {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:18px;
}
.tour-modal-book-button { min-width:220px; }
@media (max-width:620px) { .tour-modal-book-button { width:100%; } }

/* Booking form refinements v5 */
.calendar-day{height:56px;min-height:56px;padding:6px 8px}
.timetable-header{align-items:flex-start}
.timetable-header .slot-status{max-width:480px;text-align:left}
.booking-options{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;padding-bottom:1px}
.site-checkbox{position:relative;display:flex;align-items:center;gap:9px;min-height:45px;padding:0 14px;border:1px solid rgba(255,255,255,.17);border-radius:12px;background:rgba(255,255,255,.07);color:#e7f4fa;font:800 .78rem 'Montserrat',sans-serif;cursor:pointer;user-select:none}
.site-checkbox input{position:absolute;opacity:0;pointer-events:none}
.site-checkbox-box{width:20px;height:20px;flex:0 0 20px;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:rgba(4,22,37,.55);display:grid;place-items:center}
.site-checkbox input:checked+.site-checkbox-box{border-color:#23dce5;background:#23dce5;box-shadow:0 0 16px rgba(35,220,229,.28)}
.site-checkbox input:checked+.site-checkbox-box:after{content:'✓';color:#052133;font:900 14px/1 sans-serif}
.site-checkbox:focus-within{border-color:#23dce5;box-shadow:0 0 0 3px rgba(35,220,229,.13)}
.payment-fields{display:grid;gap:14px;margin:2px 0 0;padding:18px;border:1px solid rgba(35,220,229,.22);border-radius:16px;background:rgba(35,220,229,.045)}
.payment-fields legend{padding:0 8px;color:#fff;font:900 .93rem 'Montserrat',sans-serif}
.payment-fields p{margin:-3px 0 1px;color:#9fb9c7;font:600 .7rem/1.5 'Montserrat',sans-serif}
.card-detail-grid{grid-template-columns:1fr 1fr}
@media(max-width:700px){.calendar-day{height:46px;min-height:46px}.booking-options{align-items:stretch}.site-checkbox{flex:1 1 145px}.card-detail-grid{grid-template-columns:1fr 1fr}}


/* Booking form refinements v6 */
.calendar-day{
  height:66px;
  min-height:66px;
  padding:8px 9px;
  border-radius:11px;
}
.calendar-day .day-number{font-size:1rem}
.calendar-day small{font-size:.52rem}
.payment-fields{
  padding-top:20px;
}
.payment-fields-title{
  margin:0 0 -2px;
  color:#fff;
  font:900 .93rem 'Montserrat',sans-serif;
}
.card-detail-grid{
  grid-template-columns:minmax(0,.8fr) minmax(0,.8fr) minmax(0,1.15fr);
  align-items:end;
}
@media(max-width:700px){
  .calendar-day{
    height:54px;
    min-height:54px;
    padding:6px;
  }
  .calendar-day .day-number{font-size:.9rem}
  .calendar-day small{font-size:.46rem}
  .card-detail-grid{
    grid-template-columns:1fr 1fr;
  }
  .card-detail-grid .booking-field:last-child{
    grid-column:1/-1;
  }
}


/* Booking success and full form reset refinements v7 */
.form-message:empty{
  display:none;
}
.booking-confirmation-overlay{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(1,13,23,.82);
  backdrop-filter:blur(12px);
  overflow:auto;
}
.booking-confirmation-overlay.hidden{
  display:none!important;
}
body.booking-confirmation-open{
  overflow:hidden;
}
.booking-confirmation-card{
  width:min(100%,620px);
  padding:clamp(24px,5vw,42px);
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 0,rgba(35,220,229,.15),transparent 290px),
    linear-gradient(145deg,#071f35,#0a2c49);
  color:#fff;
  text-align:center;
  box-shadow:0 32px 100px rgba(0,0,0,.55);
}
.confirmation-checkmark{
  width:76px;
  height:76px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#43d48a,#24af6c);
  color:#04241a;
  font:900 2.4rem/1 sans-serif;
  box-shadow:0 0 0 9px rgba(67,212,138,.11),0 0 32px rgba(67,212,138,.35);
}
.booking-confirmation-card h3{
  max-width:500px;
  margin:8px auto 12px;
  font:900 clamp(1.55rem,4vw,2.35rem)/1.12 'Montserrat',sans-serif;
}
.confirmation-intro{
  max-width:510px;
  margin:0 auto 22px;
  color:#b4cad6;
  font:600 .88rem/1.65 'Montserrat',sans-serif;
}
.confirmation-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
  text-align:left;
}
.confirmation-summary>div{
  min-height:74px;
  display:grid;
  align-content:center;
  gap:4px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:rgba(255,255,255,.055);
}
.confirmation-summary>div:first-child{
  grid-column:1/-1;
  border-color:rgba(35,220,229,.25);
  background:rgba(35,220,229,.07);
}
.confirmation-summary span{
  color:#8faebb;
  font:800 .62rem/1.2 'Montserrat',sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.confirmation-summary strong{
  color:#fff;
  font:800 .88rem/1.35 'Montserrat',sans-serif;
  overflow-wrap:anywhere;
}
.confirmation-note{
  margin:0 0 20px;
  color:#8faebb;
  font:600 .68rem/1.5 'Montserrat',sans-serif;
}
.confirmation-return-button{
  min-width:220px;
}
@media(max-width:560px){
  .booking-confirmation-overlay{
    padding:12px;
    align-items:start;
  }
  .booking-confirmation-card{
    margin:12px 0;
    border-radius:20px;
    padding:24px 17px;
  }
  .confirmation-summary{
    grid-template-columns:1fr;
  }
  .confirmation-summary>div:first-child{
    grid-column:auto;
  }
  .confirmation-return-button{
    width:100%;
  }
}


/* Confirmation overlay and email-status hardening v8 */
#bookingConfirmation.booking-confirmation-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  width:100vw!important;
  height:100dvh!important;
  margin:0!important;
  transform:none!important;
  isolation:isolate;
}
#bookingConfirmation.booking-confirmation-overlay:not(.hidden){
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
}
.confirmation-email-status{
  margin:0 0 16px;
  padding:11px 13px;
  border:1px solid rgba(67,212,138,.25);
  border-radius:11px;
  background:rgba(67,212,138,.08);
  color:#cffff0;
  font:700 .75rem/1.55 'Montserrat',sans-serif;
}
.confirmation-email-status.email-warning{
  border-color:rgba(255,184,77,.3);
  background:rgba(255,184,77,.09);
  color:#ffe1ae;
}


/* Version 10: confirmation checkmark placement */
.booking-confirmation-card h3 + .confirmation-checkmark{
  margin:18px auto 20px;
}


/* Version 13: phone country selector and dynamic card-brand icon */
.phone-input-row{
  display:grid;
  grid-template-columns:minmax(150px,.95fr) minmax(0,1.55fr);
  gap:10px;
}
.phone-input-row select,
.phone-input-row input{
  width:100%;
  min-width:0;
}
.card-number-wrap{
  position:relative;
}
.card-number-wrap input{
  padding-left:68px!important;
}
.card-brand-icon{
  position:absolute;
  left:13px;
  top:50%;
  z-index:2;
  width:43px;
  height:27px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:6px;
  background:rgba(255,255,255,.09);
  color:#fff;
  font:900 .61rem/1 'Montserrat',sans-serif;
  letter-spacing:.02em;
  pointer-events:none;
}
.card-brand-icon svg{
  width:30px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}
.card-brand-icon[data-brand="visa"]{
  background:#17357d;
}
.card-brand-icon[data-brand="mastercard"]{
  background:linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50%);
  color:#fff;
}
.card-brand-icon[data-brand="amex"]{
  background:#2b8fc3;
}
.card-brand-icon[data-brand="discover"]{
  background:linear-gradient(135deg,#fff 0 62%,#f58220 62%);
  color:#111;
}
@media(max-width:700px){
  .phone-input-row{
    grid-template-columns:1fr;
  }
}


/* Version 14 FIXED: contact phone row identical to booking phone row */
.contact-form .contact-phone-row {
  display: grid !important;
  grid-template-columns: minmax(150px, .95fr) minmax(0, 1.55fr) !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.contact-form .contact-phone-row select,
.contact-form .contact-phone-row input {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 45px !important;
  min-height: 45px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.17) !important;
  border-radius: 12px !important;
  padding: 12px 13px !important;
  color: #fff !important;
  background: rgba(255,255,255,.07) !important;
  font: 600 .9rem 'Montserrat', sans-serif !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-form .contact-phone-row select {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  background-image: none !important;
  padding-right: 8px !important;
  cursor: pointer !important;
}

.contact-form .contact-phone-row select option {
  color: #081c2d !important;
  background: #fff !important;
}

.contact-form .contact-phone-row select:focus,
.contact-form .contact-phone-row input:focus {
  border-color: #23dce5 !important;
  box-shadow: 0 0 0 3px rgba(35,220,229,.13) !important;
}

@media (max-width: 700px) {
  .contact-form .contact-phone-row {
    grid-template-columns: 1fr !important;
  }
}


/* Contact form controls — match the phone field styling */
.contact-form input:not([type="hidden"]),
.contact-form select,
.contact-form textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;

  border: 1px solid rgba(255,255,255,.17) !important;
  border-radius: 12px !important;

  color: #fff !important;
  background: rgba(255,255,255,.07) !important;

  font: 600 .9rem 'Montserrat', sans-serif !important;
  line-height: 1.35 !important;

  outline: none !important;
  box-shadow: none !important;

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease !important;
}

/* Single-line controls */
.contact-form input:not([type="hidden"]),
.contact-form select {
  height: 45px !important;
  min-height: 45px !important;
  padding: 12px 13px !important;
}

/* Message field keeps a larger height but the exact same visual language */
.contact-form textarea {
  min-height: 150px !important;
  padding: 13px !important;
  resize: vertical !important;
}

/* Native select behavior, matching the booking section */
.contact-form select {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  background-image: none !important;
  padding-right: 8px !important;
  cursor: pointer !important;
}

.contact-form select option {
  color: #081c2d !important;
  background: #fff !important;
}

/* Matching placeholders */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,.52) !important;
  opacity: 1 !important;
}

/* Matching cyan focus state */
.contact-form input:not([type="hidden"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #23dce5 !important;
  box-shadow: 0 0 0 3px rgba(35,220,229,.13) !important;
  background: rgba(255,255,255,.09) !important;
}


/* Version 15: Square Web Payments SDK */
.square-payment-fields{
  min-width:0;
}
.square-card-container{
  min-height:48px;
  margin-top:14px;
  padding:3px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:12px;
  background:rgba(255,255,255,.07);
}
.square-card-errors{
  min-height:18px;
  margin-top:9px;
  color:#ffadb9;
  font:700 .75rem/1.45 'Montserrat',sans-serif;
}
.booking-confirmation-card.is-declined .confirmation-checkmark{
  background:linear-gradient(145deg,#ffcc69,#ff8f3d);
  color:#3b1b00;
  box-shadow:0 0 0 9px rgba(255,166,61,.11),0 0 32px rgba(255,166,61,.3);
}
.booking-confirmation-card.is-error .confirmation-checkmark{
  background:linear-gradient(145deg,#25d9e6,#1587b7);
  color:#031a26;
  box-shadow:0 0 0 9px rgba(37,217,230,.11),0 0 32px rgba(37,217,230,.3);
}


/* Version 19: Square card field initialization */
.square-card-container{
  display:block;
  width:100%;
  min-width:0;
  min-height:54px;
  overflow:visible;
}
.square-card-container.is-ready{
  min-height:48px;
}


/* =========================================================
   Version 23 — Centered Square payment heading
   ========================================================= */

.square-payment-fields {
  min-width: 0;
  gap: 12px;
  margin-top: 2px;
  padding: 18px;
  border: 1px solid rgba(35,220,229,.22);
  border-radius: 16px;
  background: rgba(35,220,229,.045);
}

.square-payment-heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 12px;
}

.square-payment-heading > div {
  width: 100%;
  min-width: 0;
  padding: 0 92px;
  text-align: center;
}

.square-payment-heading .payment-fields-title {
  margin: 0 0 8px;
  color: #fff;
  font: 900 .93rem/1.2 'Montserrat', sans-serif;
  text-align: center;
}

.square-payment-heading p {
  max-width: 640px;
  margin: 0 auto;
  color: #9fb9c7;
  font: 600 .7rem/1.55 'Montserrat', sans-serif;
  text-align: center;
}

.square-secure-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(35,220,229,.22);
  border-radius: 999px;
  color: #c9fbff;
  background: rgba(35,220,229,.07);
  font: 800 .66rem/1 'Montserrat', sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.square-field-label {
  margin: 2px 0 -3px;
  color: #e7f4fa;
  font: 800 .78rem/1.2 'Montserrat', sans-serif;
}

.square-card-container {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  overflow: visible;
  transition:
    box-shadow .2s ease,
    border-color .2s ease;
}

.square-card-container.is-ready {
  min-height: 48px;
}

.square-card-container.has-square-focus {
  box-shadow: 0 0 0 3px rgba(35,220,229,.13);
}

.square-card-container.has-square-error {
  box-shadow: 0 0 0 3px rgba(255,111,135,.13);
}

.square-card-errors {
  min-height: 0;
  margin: 0;
  color: #ffadb9;
  font: 700 .75rem/1.45 'Montserrat', sans-serif;
}

.square-card-errors:empty {
  display: none;
}

.square-payment-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-top: 4px;
  color: rgba(255,255,255,.62);
  font: 700 .67rem/1.4 'Montserrat', sans-serif;
  text-align: center;
}

.square-mini-mark {
  position: relative;
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 5px;
}

.square-mini-mark i {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 2px;
}

@media (max-width: 700px) {
  .square-payment-fields {
    padding: 16px;
  }

  .square-payment-heading {
    display: block;
    min-height: 0;
  }

  .square-payment-heading > div {
    padding: 42px 0 0;
    text-align: center;
  }

  .square-secure-badge {
    right: 50%;
    transform: translateX(50%);
  }

  .square-card-container {
    min-height: 108px;
  }
}



/* =========================================================
   Version 24 — Less-than-48-hours non-refundable warning
   ========================================================= */
.short-notice-warning {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 14px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(255,179,71,.48);
  border-radius: 15px;
  background: rgba(255,179,71,.09);
  box-shadow: 0 0 24px rgba(255,179,71,.09);
  text-align: left;
}
.short-notice-warning.hidden { display: none !important; }
.short-notice-warning-icon,
.short-notice-modal-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2d1700;
  background: linear-gradient(145deg,#ffd782,#ff9f38);
  box-shadow: 0 0 0 7px rgba(255,179,71,.1);
  font-weight: 900;
}
.short-notice-warning-icon { width: 38px; height: 38px; font-size: 1.2rem; }
.short-notice-warning strong {
  display: block;
  margin-bottom: 5px;
  color: #ffe2ae;
  font: 900 .9rem/1.25 'Montserrat',sans-serif;
}
.short-notice-warning p {
  margin: 0 0 12px;
  color: rgba(255,255,255,.82);
  font: 600 .75rem/1.55 'Montserrat',sans-serif;
}
.short-notice-acknowledgment {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font: 800 .76rem/1.45 'Montserrat',sans-serif;
  cursor: pointer;
}
.short-notice-acknowledgment input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.short-notice-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483100;
  display: grid;
  place-items: center;
  padding: 18px;
}
.short-notice-modal.hidden { display: none !important; }
.short-notice-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1,10,18,.86);
  backdrop-filter: blur(10px);
}
.short-notice-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%,580px);
  padding: clamp(24px,5vw,40px);
  border: 1px solid rgba(255,179,71,.38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0,rgba(255,179,71,.13),transparent 260px),
    linear-gradient(145deg,#0a2a43,#071b2d);
  box-shadow: 0 30px 100px rgba(0,0,0,.58);
  text-align: center;
}
.short-notice-modal-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  font-size: 2rem;
}
.short-notice-modal-card .hero-tagline-s {
  margin-bottom: 10px;
  color: #ffbf64;
  text-shadow: 0 0 16px rgba(255,179,71,.42);
}
.short-notice-modal-card h3 {
  margin: 0 0 13px;
  color: #fff;
  font: 900 clamp(1.45rem,4vw,2.1rem)/1.15 'Montserrat',sans-serif;
}
.short-notice-modal-card p {
  margin: 0 auto 24px;
  max-width: 490px;
  color: #bfd0da;
  font: 600 .86rem/1.7 'Montserrat',sans-serif;
}
.short-notice-modal-actions {
  display: flex;
  justify-content: center;
  gap: 11px;
  flex-wrap: wrap;
}
body.short-notice-modal-open { overflow: hidden; }
@media (max-width:600px) {
  .short-notice-warning { grid-template-columns: 1fr; }
  .short-notice-warning-icon { margin-inline: auto; }
  .short-notice-warning > div:last-child { text-align: center; }
  .short-notice-acknowledgment { justify-content: center; text-align: left; }
  .short-notice-modal-actions { flex-direction: column-reverse; }
  .short-notice-modal-actions .btn-primary,
  .short-notice-modal-actions .btn-secondary { width: 100%; }
}


/* =========================================================
   Version 25 — 48-hour checkbox, larger days, dropdown prices
   ========================================================= */

/* Make the short-notice acknowledgment use the same functional,
   visible checkbox behavior as Children aboard and Dog aboard. */
.short-notice-warning .site-checkbox.short-notice-acknowledgment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 0;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(255,179,71,.28);
  border-radius: 11px;
  background: rgba(4,22,37,.34);
  color: #fff;
  font: 800 .76rem/1.45 'Montserrat',sans-serif;
  text-align: left;
}

.short-notice-warning .site-checkbox.short-notice-acknowledgment input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.short-notice-warning .site-checkbox.short-notice-acknowledgment .site-checkbox-box {
  margin-top: 1px;
}

.short-notice-warning .site-checkbox.short-notice-acknowledgment input:checked + .site-checkbox-box {
  border-color: #ffb347;
  background: #ffb347;
  box-shadow: 0 0 16px rgba(255,179,71,.35);
}

.short-notice-warning .site-checkbox.short-notice-acknowledgment input:checked + .site-checkbox-box::after {
  content: '✓';
  color: #2d1700;
  font: 900 14px/1 sans-serif;
}

.short-notice-warning .site-checkbox.short-notice-acknowledgment:focus-within {
  border-color: #ffb347;
  box-shadow: 0 0 0 3px rgba(255,179,71,.14);
}

/* Larger calendar days. These final rules override earlier refinements. */
.month-calendar {
  gap: 8px;
}

.calendar-day {
  height: 78px;
  min-height: 78px;
  padding: 9px 10px;
  border-radius: 12px;
}

.calendar-day .day-number {
  font-size: 1.12rem;
}

.calendar-day small {
  font-size: .57rem;
}

@media (max-width: 700px) {
  .month-calendar {
    gap: 5px;
  }

  .calendar-day {
    height: 60px;
    min-height: 60px;
    padding: 6px;
    border-radius: 10px;
  }

  .calendar-day .day-number {
    font-size: .96rem;
  }

  .calendar-day small {
    font-size: .46rem;
  }

  .short-notice-warning .site-checkbox.short-notice-acknowledgment {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .calendar-day {
    height: 54px;
    min-height: 54px;
    padding: 5px;
  }

  .calendar-day .day-number {
    font-size: .9rem;
  }

  .calendar-day small {
    font-size: .42rem;
  }
}


/* =========================================================
   Version 26 — database prices, wider desktop calendar,
   centered mobile View Tours header button
   ========================================================= */

/* Wider day boxes on desktop only. Existing day height remains unchanged. */
@media (min-width: 701px) {
  .month-calendar-shell {
    width: min(100%, 780px);
  }

  .calendar-weekdays,
  .month-calendar {
    gap: 9px;
  }
}

/* Mobile header order: social icons | View Tours | hamburger menu. */
@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
  }

  .site-header .socials {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .site-header .book-now {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    justify-self: center;
    padding: 9px 13px;
    border-radius: 11px;
    font-size: .69rem;
    white-space: nowrap;
  }

  .site-header .mobile-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 7px;
  }

  .site-header .socials {
    gap: 6px;
  }

  .site-header .socials img {
    width: 20px;
    height: 20px;
  }

  .site-header .book-now {
    padding: 8px 10px;
    font-size: .62rem;
  }
}

@media (max-width: 390px) {
  .site-header .socials a:nth-child(2),
  .site-header .socials a:nth-child(3) {
    display: none;
  }
}


/* =========================================================
   Version 28 — Correct price units and mobile header position
   ========================================================= */

/* Desktop calendar only: wider cells, unchanged height. */
@media (min-width: 821px) {
  #availability .section-inner,
  #availability .availability-frame,
  #availability .booking-shell {
    width: min(1320px, 100%);
  }

  #availability .month-calendar {
    width: 100%;
    grid-template-columns: repeat(7, minmax(105px, 1fr));
  }

  #availability .calendar-day {
    height: 78px;
    min-height: 78px;
  }
}

/* Mobile header uses three explicit columns. The middle column is centered
   between the social-icons area and hamburger area, not right-aligned. */
@media (max-width: 820px) {
  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .site-header .socials {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    min-width: 0;
  }

  .site-header .mobile-view-tours {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    transform: none !important;
    font-size: .65rem !important;
    white-space: nowrap;
  }

  .site-header .mobile-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  .site-header .main-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 10px !important;
    gap: 5px !important;
  }

  .site-header .socials {
    gap: 6px !important;
  }

  .site-header .socials img {
    width: 20px !important;
    height: 20px !important;
  }

  .site-header .mobile-view-tours {
    padding: 7px 9px !important;
    font-size: .58rem !important;
  }
}

@media (max-width: 390px) {
  .site-header .socials a:nth-child(4) {
    display: none;
  }

  .site-header .mobile-view-tours {
    padding-inline: 7px !important;
    font-size: .55rem !important;
  }
}

/* =========================================================
   Where do we meet? — rebuilt isolated component
   All selectors use the unique bh-meet- prefix.
   ========================================================= */
.bh-meet-faq[open] {
  background:
    radial-gradient(circle at 0 0, rgba(35, 220, 229, .08), transparent 330px),
    rgba(255, 255, 255, .035);
}

.bh-meet-card {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr);
  gap: 28px;
  align-items: center;
  padding: 4px 24px 24px;
}

.bh-meet-map {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(35, 220, 229, .24);
  border-radius: 18px;
  background: #08243a;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .28);
}

.bh-meet-map iframe {
  position: absolute;
  inset: -34px;
  width: calc(100% + 68px);
  height: calc(100% + 68px);
  border: 0;
  pointer-events: none;
  filter: saturate(1.05) contrast(1.02);
}

.bh-meet-map-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
}

.bh-meet-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 8px;
  color: #fff;
  background: linear-gradient(145deg, #ff2fa6, #e7178d);
  box-shadow: 0 9px 25px rgba(0, 0, 0, .38), 0 0 0 8px rgba(255, 47, 166, .16);
  transform: translate(-50%, -72%) rotate(-45deg);
}

.bh-meet-pin strong {
  font: 900 .82rem/1 'Montserrat', sans-serif;
  transform: rotate(45deg);
}

.bh-meet-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  text-align: left;
}

.bh-meet-kicker {
  margin: 0 0 7px;
  color: #23dce5;
  font: 900 .66rem/1.2 'Montserrat', sans-serif;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
}

.bh-meet-body h4 {
  margin: 0 0 10px;
  color: #fff;
  font: 900 1.18rem/1.25 'Montserrat', sans-serif;
  text-align: left;
}

.bh-meet-intro {
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  color: #b8cbd6;
  font: 600 .78rem/1.6 'Montserrat', sans-serif;
  text-align: left;
}

.bh-meet-intro strong {
  color: #fff;
}

.bh-meet-alerts {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 0 0 16px;
}

.bh-meet-alert {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 94px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.bh-meet-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.bh-meet-icon svg {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0;
  overflow: visible;
}

.bh-meet-icon .icon-ring {
  fill: rgba(16, 237, 247, .055);
  stroke: var(--cyan);
  stroke-width: 3;
  filter:
    drop-shadow(0 0 4px rgba(16, 237, 247, .95))
    drop-shadow(0 0 10px rgba(16, 237, 247, .65))
    drop-shadow(0 0 17px rgba(255, 47, 166, .38));
}

.bh-meet-icon-parking .parking-p {
  fill: var(--pink);
  stroke: none;
  filter:
    drop-shadow(0 0 3px rgba(255, 47, 166, .95))
    drop-shadow(0 0 8px rgba(255, 47, 166, .7));
}

.bh-meet-icon-late .icon-ring {
  fill: rgba(255, 47, 166, .055);
  stroke: var(--pink);
  filter:
    drop-shadow(0 0 4px rgba(255, 47, 166, .95))
    drop-shadow(0 0 10px rgba(255, 47, 166, .65))
    drop-shadow(0 0 17px rgba(16, 237, 247, .34));
}

.bh-meet-icon-late .clock-face,
.bh-meet-icon-late .clock-hands {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(16, 237, 247, .78));
}

.bh-meet-icon-late .late-mark {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .6));
}

.bh-meet-icon-late .late-dot {
  fill: #fff;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .6));
}

.bh-meet-alert-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.bh-meet-alert-copy strong {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font: 800 .8rem/1.2 'Montserrat', sans-serif;
}

.bh-meet-alert-copy span {
  display: block;
  margin: 0;
  color: #b8cbd6;
  font: 600 .78rem/1.5 'Montserrat', sans-serif;
}

.bh-meet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 7px;
  min-height: 42px;
  margin: 4px auto 0;
  padding: 10px 20px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .bh-meet-card {
    grid-template-columns: 1fr;
  }

  .bh-meet-map {
    min-height: 290px;
  }
}

@media (max-width: 640px) {
  .bh-meet-card {
    gap: 20px;
    padding: 2px 18px 20px;
  }

  .bh-meet-map {
    min-height: 235px;
  }

  .bh-meet-alert {
    gap: 14px;
    min-height: 96px;
    padding: 15px 14px;
  }

  .bh-meet-icon,
  .bh-meet-icon svg {
    width: 48px;
    height: 48px;
  }

  .bh-meet-icon {
    flex-basis: 48px;
  }

  .bh-meet-button {
    min-width: 210px;
  }
}

/* ==========================================================
   Match Availability section width to FAQ section (Desktop)
   ========================================================== */
@media (min-width: 992px) {

    .availability-section-frame{
        width:100%;
        max-width:1200px;   /* Use the same value as .faq-frame */
        margin:0 auto;
    }

}

/* =========================================================
   Version 30 — flowing six-week availability calendar
   Shows neighboring-month dates instead of empty transition cells.
   ========================================================= */
.calendar-day.adjacent-month-day {
  opacity: .72;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}

.calendar-day.adjacent-month-day:hover,
.calendar-day.adjacent-month-day.selected {
  opacity: 1;
}

.calendar-day .day-date-line {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
}

.calendar-day .day-month-marker {
  color: rgba(255,255,255,.82);
  font: 800 .5rem/1 'Montserrat',sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.calendar-day.adjacent-month-day.past-day {
  opacity: .28;
}

@media (max-width: 700px) {
  .calendar-day .day-month-marker {
    font-size: .42rem;
  }
}

/* 2026-08-18: chained section background gradients.
   Each section starts with the exact color where the previous section ends. */
.site-shell {
  background: #07131f;
}

.content-section {
  background: transparent;
}

.section-tours {
  background: linear-gradient(180deg, #07131f 0%, #091b2c 100%);
}
.section-availability {
  background: linear-gradient(180deg, #091b2c 0%, #0c2239 100%);
}
.section-gallery {
  background: linear-gradient(180deg, #0c2239 0%, #0e2a46 100%);
}
.section-reviews {
  background: linear-gradient(180deg, #0e2a46 0%, #0f3254 100%);
}
.section-faq {
  background: linear-gradient(180deg, #0f3254 0%, #113962 100%);
}
.section-about {
  background: linear-gradient(180deg, #113962 0%, #124170 100%);
}
.section-contact {
  background: linear-gradient(180deg, #124170 0%, #13497e 100%);
}

/* Only the hero boundary gets a short transition strip to remove the hard seam. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 20px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,19,31,0) 0%, #07131f 100%);
}
