/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:1024px){
    .about{grid-template-columns:1fr}
    .about-img:last-child{display:none}
    .about-img:first-child{height:300px}
    .included{grid-template-columns:1fr}
    .dest-grid{grid-template-columns:1fr 1fr}
    .dest-grid-wide{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
    .site-header{padding:0 20px;height:64px}
    .hamburger{display:flex}.main-nav,.header-cta{display:none}
    .about{padding:80px 20px;gap:20px}.about-img{height:260px}
    .destinations{padding:80px 20px}.dest-grid{grid-template-columns:1fr}.dest-grid-wide{grid-template-columns:1fr}
    .included{padding:80px 20px}.included-cards{grid-template-columns:1fr}
    .included-text-box{padding:28px 20px}
    .itinerary-v2{padding:80px 20px}
    .itin-accordion .itin-trigger{font-size:18px}
    .itin-accordion .itin-photo{height:200px}
    .vehicles{padding:80px 20px}.v-img{height:220px}
    .testimonials{padding:100px 20px}
    .testimonials-open .testi-card blockquote{font-size:18px}
    .testi-bg{background-attachment:scroll}
    .faq{padding:80px 20px}.faq-grid{grid-template-columns:1fr}
    .cta{padding:80px 20px}
    .site-footer{padding:48px 20px 16px}.footer-grid{grid-template-columns:1fr;gap:28px}
    .footer-bottom{justify-content:center;text-align:center}
    .gallery-strip{padding:0 20px 60px}
    .gallery-strip-inner img{width:140px;height:140px}
}
