@media (max-width: 1160px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: .84rem;
  }

  .header-actions .btn {
    display: none;
  }

  .home-hero-inner {
    grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
  }

  .booking-deck {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .booking-form {
    grid-template-columns: 1fr 1fr;
  }

  .booking-submit {
    width: 100%;
  }

  .service-row {
    grid-template-columns: 100px minmax(0, .9fr) minmax(350px, 1.1fr);
  }

  .home-fleet-preview {
    grid-template-columns: minmax(0, .72fr) minmax(500px, 1.28fr);
  }

  .card-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taxi-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.3fr .75fr .9fr;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-column:last-child .footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-column:last-child .footer-actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
  }
}

@media (max-width: 940px) {
  :root {
    --header-height: 72px;
  }

  .announcement-right {
    display: none;
  }

  .announcement-inner {
    justify-content: center;
  }

  .desktop-nav,
  .header-call {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav-panel {
    inset: calc(var(--header-height) + 38px) 0 0;
  }

  .home-hero-inner,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-inner {
    padding: 72px 0 150px;
  }

  .inner-hero-grid {
    padding: 68px 0 100px;
  }

  .hero-collage {
    min-height: 550px;
  }

  .hero-main-image {
    right: 10%;
    width: 62%;
  }

  .hero-mini-image.one {
    left: 8%;
  }

  .hero-roundel {
    left: 18%;
  }

  .inner-hero-media {
    min-height: 480px;
  }

  .inner-hero-image {
    right: 80px;
  }

  .proof-ribbon-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(2)::after {
    display: none;
  }

  .proof-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }

  .media-split,
  .home-fleet-preview,
  .rate-estimator,
  .route-builder,
  .hotel-feature,
  .stay-form-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .media-frame {
    min-height: 540px;
    order: 2;
  }

  .media-split> :not(.media-frame) {
    order: 1;
  }

  .home-fleet-copy {
    position: static;
  }

  .service-row {
    grid-template-columns: 80px 1fr;
  }

  .service-image {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  .family-panel,
  .hotel-home-layout {
    grid-template-columns: 1fr;
  }

  .family-image {
    min-height: 500px;
  }

  .hotel-gallery {
    min-height: 570px;
    order: 2;
  }

  .hotel-home-layout> :not(.hotel-gallery) {
    order: 1;
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }

  .inclusion-content {
    grid-template-columns: 1fr;
  }

  .inclusion-column:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .route-builder {
    gap: 35px;
  }

  .hotel-feature-gallery {
    min-height: 520px;
  }

  .timeline::before {
    left: 8px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding: 0 0 42px 42px;
  }

  .timeline-dot,
  .timeline-item:nth-child(even) .timeline-dot {
    right: auto;
    left: 0;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column: span 1;
  }

  .footer-column:last-child .footer-contact,
  .footer-column:last-child .footer-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 75px;
  }

  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .section {
    padding: 78px 0;
  }

  .section-tight {
    padding: 62px 0;
  }

  .announcement {
    font-size: .7rem;
  }

  .announcement-left {
    gap: 8px;
  }

  .announcement-left .announcement-item:last-child {
    display: none;
  }

  /* .brand { width: 160px; } */

  .home-hero {
    min-height: auto;
  }

  .home-hero-inner {
    min-height: auto;
    padding: 62px 0 138px;
  }

  .home-hero h1,
  .inner-hero h1 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .home-hero-lead {
    font-size: .98rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .home-hero-proof {
    display: grid;
    gap: 10px;
  }

  .hero-collage {
    min-height: 420px;
  }

  .hero-main-image {
    top: 22px;
    right: 2%;
    width: 74%;
    height: 355px;
    border-width: 7px;
    border-radius: 150px 150px 26px 26px;
  }

  .hero-mini-image.one {
    top: 108px;
    left: 0;
    width: 125px;
    height: 155px;
    border-width: 5px;
  }

  .hero-mini-image.two {
    right: 0;
    bottom: 6px;
    width: 145px;
    height: 120px;
    border-width: 5px;
  }

  .hero-roundel {
    left: 8%;
    bottom: 4px;
    width: 112px;
    height: 112px;
    border-width: 6px;
  }

  .hero-roundel strong {
    font-size: 1.5rem;
  }

  .hero-roundel span {
    font-size: .52rem;
  }

  .hero-float {
    top: 0;
    left: 17%;
    padding: 9px 11px;
  }

  .hero-caption {
    right: 22px;
    bottom: 85px;
  }

  .inner-hero {
    min-height: auto;
  }

  .inner-hero-grid {
    padding: 55px 0 90px;
  }

  .inner-hero-media {
    min-height: 370px;
  }

  .inner-hero-image {
    right: 30px;
    border-width: 6px;
    border-radius: 150px 150px 25px 25px;
  }

  .inner-hero-float {
    right: 0;
    bottom: 12px;
    max-width: 200px;
    border-width: 5px;
  }

  .booking-deck-wrap {
    margin-top: -64px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .proof-ribbon-inner {
    grid-template-columns: 1fr;
  }

  .proof-item {
    padding: 18px 8px;
  }

  .proof-item::after {
    display: none !important;
  }

  .proof-item:not(:last-child) {
    border-bottom: 1px solid var(--border);
  }

  .media-frame {
    min-height: 420px;
  }

  .media-frame-main {
    inset: 0 35px 48px 0;
    border-radius: 24px 90px 24px 24px;
  }

  .media-frame-small {
    width: 160px;
    height: 185px;
    border-width: 6px;
  }

  .content-list.two-col {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-index {
    justify-content: flex-start;
    padding: 22px 24px 0;
    border-right: 0;
    font-size: 2.15rem;
  }

  .service-copy {
    padding: 20px 24px 31px;
  }

  .service-image {
    min-height: 270px;
  }

  .destination-card {
    min-height: 500px;
  }

  .card-grid,
  .package-grid,
  .taxi-service-grid,
  .team-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .fleet-card-top {
    grid-template-columns: 1fr;
  }

  .fleet-image {
    min-height: 225px;
  }

  .fleet-prices {
    grid-template-columns: 1fr 1fr;
  }

  .fleet-price:nth-child(2)::after {
    display: none;
  }

  .fleet-price:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }

  .fleet-card-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .family-copy {
    padding: 38px 24px;
  }

  .family-image {
    min-height: 390px;
  }

  .hotel-gallery {
    min-height: 450px;
  }

  .hotel-main {
    inset: 0 40px 0 0;
    border-radius: 26px 100px 26px 26px;
  }

  .hotel-logo-card {
    top: 22px;
    width: 155px;
    padding: 15px;
    border-width: 6px;
  }

  .hotel-mini {
    right: 0;
    bottom: 20px;
    width: 170px;
    height: 155px;
    border-width: 6px;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-bottom: 1px solid var(--border);
  }

  .stat-item::after {
    display: none !important;
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .form-grid,
  .estimator-form {
    grid-template-columns: 1fr;
  }

  .form-grid .full,
  .form-note,
  .form-message,
  .estimator-result,
  .estimator-disclaimer {
    grid-column: span 1;
  }

  .estimator-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .destination-checks {
    grid-template-columns: 1fr;
  }

  .hotel-feature-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 160px;
  }

  .hotel-feature-gallery figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hotel-highlight {
    grid-template-columns: 1fr;
  }

  .map-panel {
    min-height: 370px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-column:last-child {
    grid-column: span 1;
  }

  .footer-bottom-inner {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .footer-policy {
    justify-content: center;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-bar {
    display: grid;
  }
}