/* ═══════════════════════════════════════════════════════════════
   nav-fit.css — Boating Puerto Rico
   Added 2026-08-19 together with the Night Charter nav link.

   Only loaded by the pages whose horizontal menu is dense (11+
   links). Purely a fitting fix: it tightens spacing between the
   existing breakpoints so the whole menu AND the WhatsApp button
   stay inside the viewport.

   This also repairs a pre-existing overflow: before this file,
   those menus already pushed the WhatsApp button off-screen at
   1366px and below (‑14px at 1366, ‑100px at 1280, ‑430px at 960).
   Nothing is hidden, reordered or removed — only sized.

   The mobile hamburger below 900px is untouched.
   ═══════════════════════════════════════════════════════════════ */

@media (min-width:901px) and (max-width:1560px){
  nav .nav-links{gap:12px !important;font-size:11.5px !important;letter-spacing:0.2px !important}
}
@media (min-width:901px) and (max-width:1200px){
  nav .nav-links{gap:8px !important;font-size:10.5px !important;letter-spacing:0 !important}
  nav .nav-cta{padding:9px 13px !important;font-size:11px !important}
  nav{padding:10px 18px !important}
}
@media (min-width:901px) and (max-width:1060px){
  nav .nav-links{gap:5px !important;font-size:9.5px !important}
  nav .logo-img{height:40px !important}
  nav .nav-cta{padding:8px 9px !important;font-size:9.5px !important}
  nav{padding:8px 10px !important}
}
