@media (max-width: 1050px) {
  .charter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trip-grid { grid-template-columns: repeat(2, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-visual { min-height: 540px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 20px; background: linear-gradient(180deg, rgba(3,29,47,.82), rgba(3,29,47,.48)); }
  .site-header.scrolled { height: 66px; background: rgba(3,29,47,.985); }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .brand-mark { width: 40px; height: 40px; font-size: 18px; }

  .menu-toggle { display: grid; place-content: center; position: relative; z-index: 1002; cursor: pointer; flex: 0 0 48px; width: 48px; height: 48px; touch-action: manipulation; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 90px 30px 40px;
    background: rgba(3,29,47,.98);
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    font-size: 20px;
  }

  .main-nav.open { visibility: visible; opacity: 1; transform: translateX(0); pointer-events: auto; }
  .nav-cta { margin-top: 10px; }

  .hero {
    min-height: 720px;
    height: 100svh;
    padding: 110px 22px 120px;
    align-items: start;
  }

  .hero-content {
    width: 100%;
    margin-top: 38px;
  }

  .hero h1 { font-size: clamp(70px, 20vw, 112px); line-height: .81; }
  .hero-subtitle { max-width: 480px; font-size: 16px; }
  .hero-status { display: none; }
  .hero-video,
  .hero-fallback { object-position: 64% center; background-position: 64% center; }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .section-heading > p { max-width: 650px; }
}

@media (max-width: 650px) {
  html { scroll-padding-top: 66px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(66px, 21vw, 92px); }
  .hero h1 span { -webkit-text-stroke-width: 1.3px; }
  .hero-actions { width: 100%; }
  .button { flex: 1 1 150px; min-height: 50px; padding: 0 16px; font-size: 13px; }

  .hero-video,
  .hero-fallback { object-position: 68% center; background-position: 68% center; }
  .scroll-cue { display: none; }

  .directory-section,
  .trip-types,
  .faq-section { padding: 76px 16px; }

  .charter-grid { grid-template-columns: 1fr; gap: 20px; }
  .card-image { min-height: 190px; }
  .call-button { min-height: 56px; font-size: 15px; }

  .trip-grid { grid-template-columns: 1fr; }
  .trip-grid article { min-height: 215px; }
  .trip-grid h3 { margin-top: 54px; }

  .why-copy { padding: 76px 20px; }
  .stat-grid { grid-template-columns: 1fr; gap: 18px; }
  .stat-grid div { display: flex; align-items: baseline; gap: 16px; }
  .stat-grid strong { min-width: 70px; font-size: 38px; }
  .why-visual { min-height: 400px; }
  .island-shape { width: 230px; height: 86px; font-size: 24px; }
  .ring-one { width: 170px; height: 170px; }
  .ring-two { width: 290px; height: 290px; }
  .ring-three { width: 410px; height: 410px; }

  .faq-list summary { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
