@media (min-width: 1500px) {
  .hero:not(.refined-hero) { padding-inline: clamp(72px, 7vw, 132px); }
}

@media (max-width: 1220px) {
  .site-nav a,
  .nav-parent { padding-inline: 8px; }
  .nav-cta { padding-inline: 13px; }
}

@media (min-width: 1200px) {
  .refined-hero .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .refined-hero {
    min-height: clamp(660px, 76vh, 780px);
    padding-inline: 28px;
  }
  .refined-hero .hero-inner {
    grid-template-columns: minmax(0, 55fr) minmax(390px, 45fr);
    gap: clamp(36px, 4vw, 52px);
  }
  .refined-hero h1 {
    max-width: 570px;
    font-size: clamp(2.85rem, 4.7vw, 4.25rem);
  }
  .travel-widget {
    max-width: 480px;
  }
}

@media (max-width: 1100px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    padding: 14px 18px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(8, 35, 63, .12);
  }
  .site-nav.open { display: flex; }
  .nav-group { width: 100%; }
  .nav-parent,
  .site-nav a { width: 100%; text-align: left; }
  .dropdown {
    position: static;
    min-width: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    margin: 2px 0 8px 10px;
    padding: 4px 0 4px 10px;
    border: 0;
    border-left: 2px solid var(--line);
    border-radius: 0;
    box-shadow: none;
  }
  .nav-group.open .dropdown { display: block; }
  .nav-cta { margin: 8px 0 0; width: 100%; }
  .cards,
  .process-grid,
  .image-grid,
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-grid,
  .product-grid,
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .travel-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-line { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 30px; }
  .process-line::before { display: none; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid,
  .split { grid-template-columns: 1fr; }
  .personal-split > img { order: 2; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .refined-hero {
    min-height: auto;
    padding: 72px 28px;
  }
  .refined-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .refined-hero .hero-content {
    max-width: 700px;
  }
  .refined-hero h1 {
    max-width: 680px;
    font-size: clamp(3rem, 7vw, 4.35rem);
  }
  .travel-widget {
    justify-self: start;
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  :root { --header-h: 68px; }
  body { padding-bottom: 64px; }
  .site-header { padding: 11px 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text { font-size: 1.02rem; }
  .hero {
    min-height: auto;
    padding: 50px 18px;
    background-image: linear-gradient(180deg, rgba(5, 24, 43, .70), rgba(5, 24, 43, .42)), var(--hero-image);
  }
  .refined-hero {
    padding: 46px 18px 54px;
    background-position: center top;
  }
  .refined-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .refined-hero .hero-content {
    max-width: 700px;
  }
  .refined-hero h1 {
    max-width: 680px;
    font-size: clamp(2.55rem, 10vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -.01em;
  }
  .hero-support {
    margin-top: 18px;
    font-size: .88rem;
  }
  .inner-hero { min-height: 330px; }
  .hero h1 { font-size: 2.35rem; }
  .hero p { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .search-panel,
  .travel-widget {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding: 20px;
    border-radius: 14px;
  }
  .travel-widget h2 { font-size: 1.34rem; }
  .travel-widget input,
  .travel-widget select { min-height: 48px; }
  .form-grid,
  .form-grid.compact,
  .cards,
  .process-grid,
  .image-grid,
  .package-grid,
  .route-grid,
  .product-grid,
  .travel-type-grid,
  .editorial-grid,
  .process-line,
  .trust-bar,
  .footer-grid { grid-template-columns: 1fr; }
  .refined-trust {
    margin: 0;
    border-radius: 0;
    border-inline: 0;
    box-shadow: none;
  }
  .refined-trust div {
    justify-content: flex-start;
    min-height: 62px;
    padding-inline: 18px;
  }
  .section { padding: 52px 18px; }
  .image-card img,
  .package-card img { height: 198px; }
  .destination-card img { height: auto; aspect-ratio: 4 / 4.7; }
  .product-card img { height: 215px; }
  .travel-type-grid article { min-height: 72px; }
  .process-line article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 14px;
    text-align: left;
    padding: 0;
  }
  .process-line span {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    margin: 0;
    box-shadow: none;
  }
  .cta-band,
  .final-cta { padding: 44px 18px; }
  .photo-cta {
    padding: 54px 18px 56px;
    text-align: left;
  }
  .photo-cta .hero-actions .btn { width: 100%; }
  .floating-actions { display: none; }
  .back-top { bottom: 78px; right: 12px; z-index: 78; }
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 28px rgba(8, 35, 63, .12);
  }
  .mobile-action-bar a,
  .mobile-action-bar button {
    min-width: 0;
    border: 0;
    background: #fff;
    color: var(--navy);
    font: 800 .88rem/1.15 inherit;
    text-align: center;
    text-decoration: none;
    padding: 14px 6px;
  }
  .mobile-action-bar a:nth-child(2) { color: #25D366; }
  .mobile-action-bar button { background: var(--blue); color: #fff; }
  .quote-modal { align-items: end; padding: 12px; z-index: 1000; }
  .modal-panel {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 22px 16px 26px;
  }
  .modal-close {
    width: 42px;
    height: 42px;
    margin: -8px -6px 4px 12px;
  }
  .sitemap-list { columns: 1; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 2.12rem; }
  .refined-hero h1 {
    font-size: clamp(2.45rem, 12vw, 2.9rem);
    max-width: 100%;
  }
  .section h2,
  .cta-band h2,
  .final-cta h2 { font-size: 1.55rem; }
  .cards article,
  .route-card,
  .image-card div,
  .package-card div { padding: 18px; }
  .route-tile h3 {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .route-tile h3 b { line-height: 1; }
}

@media (max-width: 360px) {
  .brand-text { font-size: .94rem; }
  .hero h1 { font-size: 1.95rem; }
  .refined-hero h1 { font-size: clamp(2.25rem, 11.5vw, 2.55rem); }
  .btn,
  button.btn,
  .route-card button,
  .cards button { width: 100%; padding-inline: 10px; }
  .mobile-action-bar a,
  .mobile-action-bar button { font-size: .78rem; }
}
