/* ==========================================================================
   Responsive Stylesheet for The Halong Catamaran
   Breakpoints: 1400px, 1200px, 992px, 768px, 576px
   ========================================================================== */

@media (max-width: 1400px) {
  .hero-title-fs {
    font-size: 4.4rem;
  }
  .section-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .hero-title-fs {
    font-size: 3.8rem;
  }
  .welcome-lead {
    font-size: 2.2rem;
  }
  .timeline-wrapper::before {
    left: 20px;
  }
  .timeline-item {
    width: 100% !important;
    left: 0 !important;
    text-align: left !important;
    padding-left: 50px !important;
    padding-right: 0 !important;
  }
  .timeline-item:nth-child(odd) .timeline-dot,
  .timeline-item:nth-child(even) .timeline-dot {
    left: 14px;
    right: auto;
  }
}

@media (max-width: 992px) {
  .hero-title-fs {
    font-size: 3rem;
  }
  .hero-desc-fs {
    font-size: 0.9rem;
  }
  .welcome-content-editorial {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .welcome-main-img {
    height: 420px;
  }
  .welcome-title-editorial {
    font-size: 2.4rem;
  }
  .welcome-editorial-specs {
    flex-direction: column;
    gap: 1.2rem;
  }
  .section-title {
    font-size: 2.6rem;
  }
  .video-cinematic-container {
    height: 380px;
  }
  .video-fleet-bar {
    flex-direction: column;
    gap: 1.2rem;
  }
  .fleet-bar-divider {
    display: none;
  }
  .exp-slide-card,
  .dest-card {
    height: 380px;
    padding: 1.6rem;
  }
  .exp-slide-title,
  .dest-title {
    font-size: 1.5rem;
  }
  .booking-cta-title {
    font-size: 3rem;
  }
  .why-left-content {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .why-pillar-item {
    padding: 1.2rem 1.4rem;
    gap: 1rem;
  }
  .why-pillar-num {
    font-size: 1.8rem;
    min-width: 28px;
  }
  .luxury-timeline-track::before {
    left: 20px;
  }
  .timeline-row {
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 45px;
  }
  .timeline-time-col {
    width: auto;
    min-width: auto;
    text-align: left;
    padding-top: 0;
  }
  .timeline-node-col {
    position: absolute;
    left: -45px;
    top: 2px;
    width: 40px;
    min-width: 40px;
  }
  .timeline-card-col {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bento-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 1.2rem 1.5rem;
  }
  .header-grid {
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
  }
  .header-hotline-btn span {
    display: none;
  }
  .header-contact-btn {
    display: none !important;
  }
  .hero-title-fs {
    font-size: 2.4rem;
  }
  .hero-progress-nav {
    gap: 1rem;
    bottom: 1.8rem;
  }
  .step-label {
    display: none;
  }
  .floating-menu-pill {
    bottom: 1.5rem;
    padding: 0.65rem 1.8rem;
    font-size: 0.68rem;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .btn-gold, .btn-navy, .btn-outline-gold {
    padding: 0.95rem 2rem;
    font-size: 0.7rem;
  }
  .testimonial-card {
    padding: 2.5rem 1.8rem;
  }
}

@media (max-width: 576px) {
  .hero-title-fs {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
  }
  .brand-logo-text {
    font-size: 1.25rem;
    letter-spacing: 0.22em;
  }
  .video-showcase-title {
    font-size: 1.8rem;
  }
  .dest-title {
    font-size: 1.75rem;
  }
  .booking-cta-title {
    font-size: 2.4rem;
  }
}
