:root {
  --bg: #f4f8ff;
  --card: #ffffff;
  --text: #0b1b34;
  --muted: #4e6485;
  --brand: #0ea5e9;
  --brand-dark: #0284c7;
  --border: #d9e6f7;
  --header-bg: rgba(255, 255, 255, .85);
}

body.theme-dark {
  --bg: #07111f;
  --card: #0e1d33;
  --text: #f2f7ff;
  --muted: #aac0df;
  --border: #223553;
  --header-bg: rgba(7, 17, 31, .75);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
.container { width: min(1100px, 92%); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(8px); background: var(--header-bg); border-bottom: 1px solid var(--border); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: .6rem; padding: .5rem 0; }
.header-actions {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: nowrap;
}
.header-actions .btn,
.header-phone {
  min-width: 120px;
  height: 32px;
  padding: 0 .72rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: .92rem;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text);
  border-radius: .55rem;
  padding: .42rem .6rem;
  font-weight: 700;
}
.header-phone {
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: .7rem;
  font-weight: 700;
}
.header-phone:hover { background: var(--brand-dark); }
.btn-inventory { display: inline-block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: .9rem;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}
.nav-links a:hover { text-decoration: underline; }
.nav-links .request-tab {
  padding: .45rem .7rem;
  border: 1px solid var(--border);
  border-radius: .6rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  width: 240px;
  max-width: 40vw;
  height: auto;
  display: block;
  transform: scale(1.18);
  transform-origin: left center;
}
.hero {
  padding: 6rem 0 4rem;
  background-image: linear-gradient(180deg, rgba(255,255,255,.58) 0%, rgba(244,248,255,.82) 100%), url('assets/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.theme-dark .hero {
  background-image: linear-gradient(180deg, rgba(7,17,31,.62) 0%, rgba(7,17,31,.82) 100%), url('assets/hero.jpg');
}
.hero-expanded {
  min-height: auto;
  padding-top: 5.5rem;
  padding-bottom: 3.8rem;
  background-size: 100% auto;
  background-position: center top;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 1rem; }
p { color: var(--muted); }
.hero p { color: #18304f; font-weight: 500; }
body.theme-dark .hero p { color: #d6e5fa; }
.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1rem; }
.btn {
  display: inline-block;
  background: var(--brand);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: .7rem;
  padding: .75rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover { background: var(--brand-dark); }
.btn-secondary { background: transparent; border: 1px solid #7b95b8; color: #17314f; }
body.theme-dark .btn-secondary { border-color: #2f4463; color: #dcecff; }
.btn-call,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.btn-call svg,
.btn-whatsapp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
}
.btn-whatsapp:hover { background: #1fb857; }
.section { padding: 3.5rem 0; }
.light { background: #ebf3ff; }
body.theme-dark .light { background: #0b172a; }
.booking-hero {
  background-image: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(244,248,255,.9) 100%), url('assets/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.theme-dark .booking-hero {
  background-image: linear-gradient(180deg, rgba(7,17,31,.75) 0%, rgba(7,17,31,.88) 100%), url('assets/hero.jpg');
}

.birthday-page main,
.bachelorette-page main,
.sunset-page main {
  background-image: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.84)), url('assets/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.theme-dark.birthday-page main,
body.theme-dark.bachelorette-page main,
body.theme-dark.sunset-page main {
  background-image: linear-gradient(180deg, rgba(7,17,31,.72), rgba(7,17,31,.84)), url('assets/hero.jpg');
}
.birthday-page .hero,
.birthday-page .section,
.birthday-page .section.light,
.bachelorette-page .hero,
.bachelorette-page .section,
.bachelorette-page .section.light,
.sunset-page .hero,
.sunset-page .section,
.sunset-page .section.light {
  background: transparent;
}
.birthday-page .hero,
.bachelorette-page .hero,
.sunset-page .hero {
  padding-top: 3.8rem;
  padding-bottom: 2.3rem;
}
.birthday-page .hero h1,
.bachelorette-page .hero h1,
.sunset-page .hero h1 {
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  margin-bottom: .65rem;
}
.birthday-page .hero p,
.bachelorette-page .hero p,
.sunset-page .hero p {
  max-width: 760px;
}
.promo-strip {
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  color: #fff;
  font-weight: 700;
  border-radius: .8rem;
  padding: .85rem 1rem;
  text-align: center;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}
.trust-pill {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: .75rem;
  padding: .7rem .85rem;
  font-weight: 600;
  text-align: center;
}
.package-card .price {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--text);
  margin: .25rem 0 .4rem;
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1rem; }
.testimonial-card p {
  font-style: italic;
  margin-bottom: .65rem;
}
.testimonial-card strong {
  color: var(--muted);
  font-size: .95rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
  grid-auto-rows: 170px;
  gap: .7rem;
}
.gallery-grid > * {
  width: 100%;
  height: 170px;
  min-height: 170px;
  max-height: 170px;
}
.gallery-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: .8rem;
  border: 1px solid var(--border);
  background: #000;
}

.birthday-slider {
  position: relative;
  margin-top: .65rem;
}
.birthday-slides {
  position: relative;
  height: 500px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.birthday-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity .35s ease;
}
.birthday-slide.is-active { opacity: 1; }
/* Fine-tune first birthday slide framing to keep people centered */
.birthday-slide:first-child {
  object-position: center 42%;
}
.birthday-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: .65rem;
}
.birthday-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #aac2df;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.birthday-dot.is-active { background: #0ea5e9; }
#seo-pages a,
#policies a {
  color: #0a7ec2;
  text-decoration: none;
}
.inv-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: .7rem;
  border: 1px solid var(--border);
  margin-bottom: .6rem;
}
#seo-pages a:hover,
#policies a:hover { text-decoration: underline; }
body.theme-dark #seo-pages a,
body.theme-dark #policies a { color: #69c7ff; }
.grid { display: grid; gap: 1rem; }
.grid.three { grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.grid.two { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: .9rem; padding: 1rem; }
.booking-form {
  margin-top: 1rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem;
}
.instant-quote-callout {
  margin: .85rem 0 1rem;
  background: linear-gradient(100deg, #0b1b34 0%, #16345c 50%, #0ea5e9 100%);
  color: #fff;
  border-radius: .95rem;
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}
.instant-quote-callout p {
  color: rgba(255,255,255,.9);
  margin: .2rem 0 0;
  font-size: .94rem;
}
.instant-quote-actions {
  display: inline-flex;
  gap: .55rem;
  flex-wrap: wrap;
}
.optional-details {
  margin-top: .85rem;
  border: 1px solid var(--border);
  border-radius: .8rem;
  padding: .35rem .75rem .75rem;
  background: rgba(14,165,233,.04);
}
.optional-details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
  padding: .35rem 0;
}
.booking-trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: .55rem;
  margin-top: .9rem;
}
.booking-trust-row span {
  border: 1px solid var(--border);
  border-radius: .65rem;
  padding: .5rem .6rem;
  background: var(--card);
  font-size: .9rem;
  color: var(--text);
}
label { display: flex; flex-direction: column; gap: .4rem; font-size: .95rem; margin-bottom: .85rem; }
.addons-fieldset {
  border: 1px solid var(--border);
  border-radius: .75rem;
  padding: .8rem;
  margin-bottom: .85rem;
}
.addons-fieldset legend {
  padding: 0 .35rem;
  font-weight: 600;
}
.addons-disclaimer {
  margin: .55rem 0 0;
  padding: .55rem .65rem;
  border: 1px solid var(--border);
  border-radius: .6rem;
  font-size: .82rem;
  color: var(--muted);
  background: rgba(14,165,233,.05);
}
.consent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  margin: .75rem 0 .85rem;
}
.consent-item {
  flex-direction: row;
  align-items: flex-start;
  gap: .55rem;
  margin: 0;
  font-size: .88rem;
  line-height: 1.35;
}
.consent-item input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: .15rem;
}
.legal-ack {
  margin: .55rem 0 .75rem;
  padding: .55rem .65rem;
  border: 1px solid var(--border);
  border-radius: .6rem;
  background: rgba(14,165,233,.05);
}
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .7rem;
  margin-top: .5rem;
}
.addon-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  margin: 0;
  min-height: 52px;
  padding: .6rem .75rem;
  border: 1px solid var(--border);
  border-radius: .75rem;
}
.addon-item input[type="checkbox"] {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  transform: scale(1.2);
  transform-origin: center;
  accent-color: #1ba9ea;
}
.booking-form select {
  min-height: 48px;
  font-size: 1rem;
}
input, select, textarea {
  width: 100%;
  padding: .7rem .75rem;
  border-radius: .65rem;
  border: 1px solid #c3d6ef;
  background: #fff;
  color: var(--text);
}
body.theme-dark input,
body.theme-dark select,
body.theme-dark textarea {
  border-color: #294062;
  background: #081427;
}
input:focus, select:focus, textarea:focus { outline: 2px solid #1ba9ea66; border-color: #46c1f6; }
.status { min-height: 1.3rem; margin-top: .7rem; }
.response-promise {
  margin: .35rem 0 .65rem;
  padding: .55rem .7rem;
  border: 1px solid var(--border);
  border-radius: .6rem;
  background: var(--card);
  font-size: .92rem;
  color: var(--muted);
}

.budget-control {
  gap: .35rem;
}
.budget-control input[type="range"] {
  margin-top: .1rem;
  width: min(320px, 100%);
  height: 28px;
  padding: 0;
}

.availability-toggle-wrap {
  margin-top: .5rem;
  display: inline-flex;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .2rem;
  gap: .2rem;
}
.availability-pill {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  font-size: .88rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  cursor: pointer;
}
.availability-pill.is-active {
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  color: #fff;
  box-shadow: 0 6px 16px rgba(14,165,233,.28);
}
.selected-boat {
  display: inline-block;
  background: rgba(14,165,233,.14);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: .65rem;
  padding: .5rem .75rem;
  margin: .5rem 0 .8rem;
  font-weight: 600;
}
.contact-icons {
  display: flex;
  justify-content: center;
  gap: .85rem;
}
.contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-icon.ig-brand {
  border: none;
  color: #fff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.faq details { background: var(--card); border: 1px solid var(--border); border-radius: .75rem; padding: .8rem 1rem; margin-bottom: .8rem; }
.faq summary { cursor: pointer; font-weight: 600; }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.video-modal[hidden] { display: none; }
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
}
.video-modal-content {
  position: relative;
  z-index: 1;
  width: min(980px, 94vw);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: .9rem;
  padding: .9rem;
}
.video-modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

.social-float {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.phone-chat,
.ig-chat,
.wa-chat {
  color: #fff;
  text-decoration: none;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0,0,0,.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, opacity .15s ease;
  opacity: .9;
}

.jump-selected-btn {
  position: fixed;
  right: 14px;
  bottom: 146px;
  z-index: 29;
  border: 0;
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
  color: #fff;
  border-radius: 999px;
  padding: .56rem .88rem;
  box-shadow: 0 10px 24px rgba(2,132,199,.35);
  display: inline-flex;
  cursor: pointer;
  font-weight: 700;
  font-size: .84rem;
}
.jump-selected-btn.pulse {
  animation: jumpPulse 1.1s ease-in-out 4;
}
@keyframes jumpPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.phone-chat { display: inline-flex; }
.phone-chat { background: #0ea5e9; }
.ig-chat { background: #d62976; display: none; }
.wa-chat { background: #25D366; }
.phone-chat:hover,
.ig-chat:hover,
.wa-chat:hover { transform: translateY(-1px); opacity: 1; }
.phone-chat svg,
.ig-chat svg,
.wa-chat svg { width: 1rem; height: 1rem; flex: 0 0 1rem; }
.site-footer { border-top: 1px solid var(--border); padding: 1.4rem 0 3.2rem; position: relative; z-index: 40; background: var(--bg); }

.cookie-consent-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 90;
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: space-between;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: .8rem;
  padding: .65rem .75rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.cookie-copy { display:grid; gap:.12rem; }
.cookie-consent-bar p { margin: 0; font-size: .88rem; color: var(--text); }
.cookie-copy small { color: var(--muted); font-size: .78rem; }
.cookie-actions { display:flex; gap:.45rem; flex-wrap: nowrap; }
.cookie-actions .btn { padding: .45rem .7rem; }

.site-footer a {
  color: inherit;
  opacity: .9;
}
.site-footer a:hover { opacity: 1; }
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
}
.footer-inner p { margin: 0; text-align: center; }
.footer-links { font-weight: 600; }
.footer-logo {
  width: 180px;
  height: auto;
}

.quick-quote-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 30;
  width: min(880px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  background: linear-gradient(100deg, #0b1b34 0%, #173a66 48%, #0ea5e9 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .55rem .65rem .55rem .95rem;
  box-shadow: 0 10px 30px rgba(5, 18, 33, .35);
  transition: opacity .22s ease, transform .22s ease;
}
.quick-quote-copy {
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .01em;
}
.quick-quote-actions {
  display: inline-flex;
  gap: .45rem;
  flex-wrap: nowrap;
}
.quick-quote-actions .btn {
  border-radius: 999px;
  padding: .58rem .9rem;
  font-size: .87rem;
}
.quick-quote-actions .btn-secondary {
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.quick-quote-actions .btn-secondary:hover {
  background: rgba(255,255,255,.14);
}
.quick-quote-bar.is-hidden {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
@media (max-width: 760px) {
  .site-header { backdrop-filter: blur(6px); }
  .site-header .nav { padding: .12rem 0; }
  .instant-quote-callout {
    flex-direction: column;
    align-items: flex-start;
  }
  .instant-quote-actions {
    width: 100%;
  }
  .instant-quote-actions .btn {
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
  }
  .quick-quote-bar {
    width: auto;
    left: 8px;
    right: 50px;
    transform: none;
    bottom: 8px;
    border-radius: 12px;
    padding: .4rem .42rem;
    flex-direction: column;
    align-items: stretch;
    gap: .32rem;
  }
  .quick-quote-copy {
    text-align: center;
    font-size: .76rem;
    line-height: 1.15;
  }
  .quick-quote-actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .28rem;
  }
  .quick-quote-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    justify-content: center;
    padding: .42rem .42rem;
    font-size: .84rem;
    white-space: nowrap;
  }
  .quick-quote-actions .btn.btn-secondary {
    padding: .42rem .38rem;
  }
  .social-float {
    right: 8px;
    bottom: 14px;
    gap: .28rem;
    flex-direction: column;
  }
  .phone-chat,
  .ig-chat,
  .wa-chat {
    width: 34px;
    height: 34px;
  }
  .nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: .2rem 0;
    gap: .25rem;
    position: relative;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--header-bg);
    border-bottom: 1px solid var(--border);
    padding: .55rem .75rem .75rem;
    z-index: 20;
  }
  .nav-links.nav-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .2rem;
  }
  .nav-links.nav-open a {
    display: block;
    width: 100%;
    padding: .42rem .1rem;
    border-radius: .45rem;
  }
  .nav-links.nav-open a:hover {
    text-decoration: none;
    background: rgba(14,165,233,.08);
  }
  .header-actions {
    display: flex;
    width: auto;
    justify-content: flex-end;
    gap: .3rem;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header-phone {
    display: none;
  }
  .header-actions .btn {
    min-width: 78px;
    height: 28px;
    padding: 0 .45rem;
    font-size: .74rem;
    border-radius: .48rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-inventory {
    display: inline-flex;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    width: 34px;
    height: 28px;
    padding: 0;
    font-size: .88rem;
    border-radius: .45rem;
  }
  .logo img {
    width: 112px;
    max-width: 32vw;
    height: auto;
  }

  .jump-selected-btn {
    right: 8px;
    bottom: 58px;
    font-size: .74rem;
    padding: .42rem .62rem;
  }
  .phone-chat,
  .ig-chat,
  .wa-chat {
    width: 34px;
    height: 34px;
    opacity: 1;
  }
  .phone-chat { display: inline-flex; }
  .ig-chat { display: inline-flex; }
}

@media (max-width: 600px) {
  body { padding-bottom: 0; }
  .hero-expanded {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
    background-size: cover;
    background-position: center;
  }
  .budget-control input[type="range"] {
    width: 100%;
    height: 24px;
  }
  .availability-toggle-wrap {
    display: flex;
    width: 100%;
  }
  .availability-pill {
    flex: 1 1 50%;
    text-align: center;
    font-size: .82rem;
    padding: .5rem .55rem;
  }
  .container { width: min(1100px, 94%); }
  .cookie-consent-bar {
    left: 8px;
    right: 8px;
    bottom: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: .5rem;
  }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1 1 0; text-align: center; }
  .hero { padding-top: 4.5rem; padding-bottom: 3rem; }
  h1 { font-size: 1.85rem; line-height: 1.2; }
  .cta-row { gap: .65rem; }
  .cta-row .btn {
    width: 100%;
    text-align: center;
    padding: .9rem 1rem;
  }
  .booking-form { padding: .9rem; border-radius: .85rem; }
  .booking-form .grid.two { gap: .75rem; }
  .booking-form label { margin-bottom: .65rem; }
  input, select, textarea { min-height: 44px; font-size: 16px; }
  .addons-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; }
  .faq summary { font-size: 1rem; }
  .gallery-grid img { height: 130px; }
  .birthday-slides {
    height: 300px;
  }
  .birthday-slide-btn {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }
  .logo img {
    width: 108px;
    max-width: 34vw;
    height: auto;
  }
  .footer-logo {
    width: 130px;
    height: auto;
  }
}

/* Inventory quick booking bar */
.inventory-quick-bar-wrap { position: static; top: auto; z-index: 20; margin-top: .6rem; }
.inventory-quick-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(180px, 1fr) auto;
  gap: .75rem;
  align-items: end;
  background: linear-gradient(110deg, rgba(7,19,32,.95), rgba(10,29,47,.92));
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: .85rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.3);
}
.inventory-quick-bar label { color: #d9ecff; font-size: .85rem; display: grid; gap: .35rem; margin: 0; }
.inventory-quick-bar input, .inventory-quick-bar select { min-height: 40px; }
.inventory-quick-bar #qbDate,
.inventory-quick-bar #qbTime,
.inventory-quick-bar #qbHours {
  height: 40px;
  min-height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.inventory-quick-bar input[type="range"] {
  min-height: auto;
  height: 30px;
  padding: 0;
}
.inventory-quick-bar .qb-price { display: grid; gap: .1rem; color: #d9ecff; }
.inventory-quick-bar .qb-price strong { color: #fff; font-size: 1.15rem; }
.inventory-quick-bar .qb-price small { color: rgba(217,236,255,.82); font-size: .75rem; }
.inventory-quick-bar .btn { white-space: nowrap; min-height: 40px; }

@media (max-width: 980px) {
  .inventory-quick-bar-wrap { margin-top: .45rem; }
  .inventory-quick-bar { grid-template-columns: 1fr 1fr 1fr; }
  .inventory-quick-bar .qb-price { grid-column: span 2; }
}

@media (max-width: 700px) {
  .inventory-quick-bar-wrap {
    margin-top: .25rem;
  }
  .inventory-quick-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .38rem;
    padding: .48rem;
    border-radius: 11px;
    align-items: start;
  }
  .inventory-quick-bar label {
    min-width: 0;
    font-size: .68rem;
    gap: .16rem;
    display: flex;
    flex-direction: column;
  }
  .inventory-quick-bar input,
  .inventory-quick-bar select {
    min-height: 34px;
    height: 34px;
    width: 100%;
    font-size: .84rem;
    padding: .34rem .46rem;
    box-sizing: border-box;
  }
  .inventory-quick-bar #qbDate,
  .inventory-quick-bar #qbTime,
  .inventory-quick-bar #qbHours {
    min-height: 34px;
    height: 34px;
  }
  .inventory-quick-bar input[type="date"],
  .inventory-quick-bar input[type="time"] {
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .inventory-quick-bar input[type="date"]::-webkit-datetime-edit,
  .inventory-quick-bar input[type="time"]::-webkit-datetime-edit {
    padding: 0;
    min-height: 32px;
    display: flex;
    align-items: center;
  }
  .inventory-quick-bar input[type="date"]::-webkit-date-and-time-value,
  .inventory-quick-bar input[type="time"]::-webkit-date-and-time-value {
    text-align: left;
  }
  .inventory-quick-bar input[type="range"] {
    width: 100%;
    height: 20px;
  }
  .inventory-quick-bar .qb-price {
    grid-column: span 2;
    align-self: center;
    gap: 0;
  }
  .inventory-quick-bar .qb-price span { font-size: .62rem; }
  .inventory-quick-bar .qb-price strong { font-size: .92rem; line-height: 1.02; }
  .inventory-quick-bar .qb-price small { font-size: .62rem; }
  .inventory-quick-bar .btn {
    grid-column: span 2;
    min-height: 34px;
    font-size: .84rem;
    padding: .4rem .5rem;
    width: 100%;
  }
}

/* --- VCY-inspired polish pass (refined typography + spacing) --- */
.page-inventory .hero h1 {
  letter-spacing: .01em;
  line-height: 1.08;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}
.page-inventory .hero p {
  max-width: 66ch;
  color: #d9eaff;
  line-height: 1.55;
}
.page-inventory .inv-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #0f2235 0%, #0b1a2a 100%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  cursor: pointer;
}
.page-inventory .inv-card:focus-visible {
  outline: 3px solid rgba(99,205,255,.65);
  outline-offset: 1px;
}
.page-inventory .inv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
  border-color: rgba(99,205,255,.55);
}
.page-inventory .inv-card .inv-media {
  position: relative;
}
.page-inventory .inv-card .inv-media::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(to top, rgba(8,18,30,.62), transparent);
}
.page-inventory .inv-card .inv-body {
  padding: 1.05rem;
}
.page-inventory .inv-card h3 {
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: .45rem;
}
.page-inventory .inv-card .inv-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .65rem;
}
.page-inventory .inv-card .inv-meta span {
  border: 1px solid rgba(255,255,255,.16);
  color: #d7ebff;
  border-radius: 999px;
  padding: .22rem .6rem;
  font-size: .74rem;
  letter-spacing: .01em;
  background: rgba(255,255,255,.03);
}
.page-inventory .inv-card .inv-meta .live-pill {
  border-color: rgba(56, 239, 125, .4);
  color: #b8ffd6;
  background: rgba(26, 156, 87, .24);
}
.page-inventory .inv-card .inv-meta .live-pill.muted {
  border-color: rgba(255,255,255,.2);
  color: #cfe0f5;
  background: rgba(255,255,255,.05);
}
.page-inventory .inv-card .inv-price {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}
.page-inventory .inv-card .inv-actions {
  margin-top: .75rem;
}
.page-inventory .inv-card .inv-actions .btn {
  border-radius: 10px;
}

.page-boat h1#boatTitle {
  letter-spacing: .01em;
  line-height: 1.12;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
.page-boat .card#heroPhotoCard {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.page-boat .status {
  color: #bfe4ff;
  font-size: .96rem;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: .9rem;
}

.boat-booking-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr)) minmax(180px, 1fr) auto;
  gap: .65rem;
  align-items: end;
  background: linear-gradient(110deg, rgba(7,19,32,.95), rgba(10,29,47,.92));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: .75rem;
  margin-bottom: .9rem;
}
.boat-booking-bar label { color: #d9ecff; font-size: .82rem; margin: 0; }
.boat-booking-bar input, .boat-booking-bar select { min-height: 38px; box-sizing: border-box; }
.boat-booking-bar #bbDate,
.boat-booking-bar #bbTime,
.boat-booking-bar #bbHours {
  min-height: 38px;
  height: 38px;
  width: 100%;
}
.boat-booking-bar input[type="date"],
.boat-booking-bar input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.1;
  padding-top: 0;
  padding-bottom: 0;
}
.boat-booking-bar input[type="date"]::-webkit-datetime-edit,
.boat-booking-bar input[type="time"]::-webkit-datetime-edit {
  padding: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.boat-booking-bar input[type="range"] { min-height: auto; height: 28px; padding: 0; }
.boat-booking-bar .bb-price { display: grid; gap: .1rem; color: #d9ecff; }
.boat-booking-bar .bb-price strong { color: #fff; font-size: 1.08rem; }
.boat-booking-bar .bb-price small { color: rgba(217,236,255,.84); font-size: .75rem; }

.live-calendar-card {
  margin-bottom: .9rem;
  padding: .8rem;
}
.live-cal-head {
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap:.75rem;
  margin-bottom:.35rem;
}
.live-cal-head h3 { margin: 0; font-size: 1.02rem; }
.live-cal-nav { display:flex; align-items:center; gap:.45rem; }
.live-cal-nav .btn { min-height: 34px; padding: .45rem .6rem; }
#calMonthLabel { color:#e7f3ff; min-width: 132px; text-align:center; }
.live-calendar-grid {
  display:grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap:.35rem;
}
.cal-dow {
  text-align:center;
  color:#9fc3de;
  font-size:.76rem;
  padding:.2rem 0;
}
.cal-day {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  color:#f5fbff;
  font-weight: 700;
}
.cal-day.empty { visibility: hidden; }
.cal-day:disabled {
  opacity: .72;
  cursor:not-allowed;
  color: #d5e4f1;
  border-color: rgba(220,235,248,.42);
  background: rgba(180,205,225,.12);
}
.cal-day.selected {
  border-color: rgba(99,205,255,.95);
  background: rgba(99,205,255,.32);
  color: #ffffff;
}

/* Light mode contrast fix for website calendar */
body:not(.theme-dark) #calMonthLabel { color: #17324d !important; }
body:not(.theme-dark) .cal-dow { color: #35566f !important; font-weight: 600; }
body:not(.theme-dark) .live-calendar-card .cal-day {
  color: #0f3b67 !important;
  -webkit-text-fill-color: #0f3b67 !important;
  border: 1px solid rgba(20, 52, 78, .42) !important;
  background: #f7fbff !important;
  opacity: 1 !important;
  font-weight: 700;
}
body:not(.theme-dark) .live-calendar-card .cal-day:disabled {
  color: #1f4f79 !important;
  -webkit-text-fill-color: #1f4f79 !important;
  border: 1px solid rgba(20, 52, 78, .36) !important;
  background: #eef4f9 !important;
  opacity: 1 !important;
}
body:not(.theme-dark) .live-calendar-card .cal-day.selected {
  color: #082e53 !important;
  -webkit-text-fill-color: #082e53 !important;
  border: 1px solid rgba(40, 122, 176, .85) !important;
  background: rgba(108, 194, 244, .42) !important;
}

@media (max-width: 900px) {
  body:not(.theme-dark) .live-calendar-card .cal-day {
    color: #0f3b67 !important;
    -webkit-text-fill-color: #0f3b67 !important;
    border: 1px solid rgba(20, 52, 78, .44) !important;
  }
  body:not(.theme-dark) .live-calendar-card .cal-day:disabled {
    color: #1b4a73 !important;
    -webkit-text-fill-color: #1b4a73 !important;
    border: 1px solid rgba(20, 52, 78, .40) !important;
  }
}

.live-slots { margin-top: .75rem; }
.slot-row { display:flex; flex-wrap:wrap; gap:.45rem; }
.slot-btn {
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color:#eaf5ff;
  border-radius: 12px;
  padding:.45rem .65rem;
  display:grid;
  gap:.12rem;
  text-align:left;
}
.slot-btn small { font-size:.68rem; color:#b8c8d8; }
.slot-btn:hover { border-color: rgba(99,205,255,.7); }
.slot-btn.selected {
  border-color: rgba(99,205,255,.9);
  background: rgba(99,205,255,.18);
}
.slot-btn.unavailable {
  opacity:.5;
  border-style:dashed;
  cursor:not-allowed;
}
.slot-btn.unavailable small { color:#d8afb0; }

@media (max-width: 900px) {
  .boat-booking-bar {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    padding: .62rem;
  }
  .boat-booking-bar label { font-size: .76rem; }
  .boat-booking-bar input,
  .boat-booking-bar select,
  .boat-booking-bar .btn { min-height: 34px; height: 34px; font-size: .84rem; padding: .38rem .5rem; }
  .boat-booking-bar #bbDate,
  .boat-booking-bar #bbTime,
  .boat-booking-bar #bbHours { min-height: 34px; height: 34px; }
  .boat-booking-bar input[type="date"]::-webkit-datetime-edit,
  .boat-booking-bar input[type="time"]::-webkit-datetime-edit { min-height: 34px; }
  .boat-booking-bar .bb-price strong { font-size: .95rem; }
  .boat-booking-bar .bb-price small { font-size: .66rem; }
  .boat-booking-bar .bb-price,
  .boat-booking-bar .btn { grid-column: span 2; }
  .boat-booking-bar .btn { width: 100%; text-align: center; }
  .live-cal-head { flex-direction: column; align-items: flex-start; }
}
.page-boat .gallery-grid .thumb {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.page-boat .gallery-grid .thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(99,205,255,.6);
  box-shadow: 0 10px 18px rgba(0,0,0,.2);
}
.page-boat #heroPhotoCard .btn {
  min-width: 112px;
}
