@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  .content {
    max-width: 100%;
    margin-top: 12px;
    padding: 0 12px 40px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px repeat(2, 170px);
    gap: 8px;
  }

  .card {
    border-radius: 12px;
  }

  .card img {
    object-position: top center;
  }

  .large {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .medium {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-grid .small:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .gallery-grid .small:nth-of-type(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-grid .small:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .photos-pill {
    top: auto;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
    padding: 8px 10px;
  }

  .details-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sidebar {
    order: -1;
    position: static;
  }

  .price-card,
  .experts-card,
  .dossier-btn {
    width: 100%;
  }

  .facts-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    padding: 22px 18px;
  }

  .fact-item {
    align-items: flex-start;
  }

  .section-tabs {
    margin: 0 -12px;
    padding: 0 12px;
    scroll-padding-inline: 12px;
  }

  .section-tabs a {
    padding: 14px 12px;
  }

  .calendar-card {
    max-width: 100%;
    padding: 18px 14px 16px;
  }

  .calendar-toolbar {
    grid-template-columns: 20px minmax(0, 1fr) 72px 20px minmax(0, 1fr) 72px 20px;
    gap: 8px;
  }

  .month-select,
  .year-select {
    min-width: 0;
    padding-inline: 10px;
    font-size: 15px;
  }

  .calendar-panels {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .calendar-footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .calendar-book {
    text-align: center;
  }

  .day-gallery,
  .review-cards,
  .google-cards,
  .video-review-grid {
    grid-template-columns: 1fr;
  }

  .mobile-gallery-dots {
    display: none;
  }

  .difference-item,
  .faq-topbar,
  .section-headline,
  .next-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .content {
    padding: 0 14px 42px;
  }

  .content > section {
    padding-left: 0;
    padding-right: 0;
  }

  .info-strip {
    margin-top: 18px;
  }

  .details-row {
    gap: 18px;
  }

  .main-column,
  .sidebar {
    width: 100%;
    min-width: 0;
  }

  .price-card,
  .experts-card,
  .dossier-btn,
  .facts-panel,
  .award-note,
  .calendar-card,
  .help-strip,
  .exclude-box,
  .difference-box,
  .useful-info-box,
  .gear-bottom-box,
  .faq-panel,
  .review-card,
  .google-card {
    border-radius: 14px;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .gallery-section {
    overflow: hidden;
  }

  .gallery-grid {
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 12px;
  }

  .gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-grid .card {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    height: 240px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    gap: 8px;
  }

  .large,
  .medium,
  .gallery-grid .small:nth-of-type(3),
  .gallery-grid .small:nth-of-type(4),
  .gallery-grid .small:nth-of-type(5) {
    grid-column: 1;
  }

  .large {
    grid-row: auto;
  }

  .medium {
    grid-row: auto;
  }

  .gallery-grid .small:nth-of-type(3) {
    grid-row: auto;
  }

  .gallery-grid .small:nth-of-type(4) {
    grid-row: auto;
  }

  .gallery-grid .small:nth-of-type(5) {
    grid-row: auto;
  }

  .tripadvisor-sticker {
    width: 68px;
    height: 68px;
    left: 12px;
    bottom: 12px;
  }

  .sticker-inner {
    width: 56px;
    height: 56px;
  }

  .photos-pill {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .mobile-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px 4px;
  }

  .mobile-gallery-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: #c9d3e1;
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
  }

  .mobile-gallery-dot.active {
    width: 24px;
    background: #2454c2;
  }

  .breadcrumbs {
    gap: 6px;
    font-size: 13px;
    padding: 0 2px;
  }

  h1,
  .highlights h2,
  .overview-copy h2,
  .itinerary-section h2,
  .availability-section h2,
  .includes-section h2,
  .equipment-section h2,
  .video-reviews-block h2,
  .faq-topbar h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .trip-intro,
  .overview-copy p,
  .day-copy,
  .award-note,
  .help-strip,
  .check-list li,
  .exclude-list li,
  .itinerary-body p,
  .fact-line,
  .equipment-section > p,
  .gear-list li,
  .gear-note,
  .reviews-section > p,
  .review-card p,
  .google-card p,
  .useful-info-box p,
  .difference-list li {
    font-size: 16px;
    line-height: 1.55;
  }

  .check-list li,
  .exclude-list li {
    padding-left: 30px;
    padding-right: 10px;
  }

  .check-list li::before,
  .exclude-list li::before {
    left: 0;
  }

  .check-list li::after {
    left: 4px;
  }

  .exclude-list li::after {
    left: 3px;
  }

  .title-block {
    padding-top: 2px;
  }

  .review-line {
    gap: 6px;
  }

  .title-block > .price-card.expanded {
    margin-top: 18px;
  }

  .trip-intro,
  .highlights,
  .tabbed-content,
  .overview-copy,
  .itinerary-section,
  .availability-section,
  .includes-section,
  .equipment-section,
  .map-section,
  .video-section {
    margin-top: 0;
  }

  .tabbed-content {
    margin-top: 26px;
  }

  .facts-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    padding: 18px 14px;
  }

  .fact-item strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .fact-label {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .fact-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .fact-item {
    gap: 10px;
  }

  .highlights {
    margin-top: 22px;
  }

  .highlights li {
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 16px;
  }

  .highlights li::before {
    width: 14px;
    height: 14px;
    top: 6px;
  }

  .highlights li::after {
    left: 4px;
    top: 10px;
    width: 5px;
    height: 5px;
  }

  .section-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tabs a {
    min-height: 46px;
  }

  .stories-section {
    padding-left: 0;
    padding-right: 0;
  }

  .stories-wrap {
    max-width: 100%;
    padding: 0 14px;
  }

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

  .story-card {
    width: 100%;
  }

  .story-thumb {
    width: 100%;
    aspect-ratio: 1.2 / 0.82;
  }

  .itinerary-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .departure-switch {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .departure-switch a {
    justify-content: center;
    font-size: 15px;
    padding: 12px;
  }

  .calendar-card {
    padding: 16px 12px 14px;
  }

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

  .calendar-nav.left,
  .calendar-nav.right {
    display: none;
  }

  .weekdays span,
  .days-grid span {
    font-size: 13px;
  }

  .days-grid span {
    height: 32px;
  }

  .exclude-box,
  .difference-box,
  .useful-info-box,
  .gear-bottom-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .includes-section {
    margin-top: 26px;
    padding: 24px 16px 18px;
    border-radius: 22px;
  }

  .exclude-box {
    margin-top: 26px;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-right: 22px;
    border-radius: 22px;
  }

  .exclude-box::before {
    top: 14px;
    right: 16px;
    font-size: 10px;
  }

  .price-card.expanded {
    padding: 14px 14px 16px;
  }

  .experts-card {
    padding: 14px 14px 16px;
  }

  .experts-card h3,
  .next-heading h2 {
    font-size: 22px;
  }

  .next-heading {
    padding: 20px 18px 14px;
    border-radius: 22px 22px 0 0;
  }

  .itinerary-accordion {
    padding: 6px 18px 18px;
    border-radius: 0 0 22px 22px;
  }

  .dossier-btn,
  .cta {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .itinerary-item {
    padding-left: 14px;
    margin-bottom: 10px;
  }

  .itinerary-item:last-child {
    margin-bottom: 0;
  }

  .itinerary-accordion::before {
    left: 0;
  }

  .timeline-dot {
    left: -7px;
  }

  .itinerary-summary {
    min-height: 54px;
    gap: 10px;
    font-size: 16px;
  }

  .itinerary-summary span {
    max-width: none;
  }

  .gear-heading {
    align-items: flex-start;
  }

  .gear-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 20px;
  }

  .gear-heading h3,
  .difference-item h3,
  .useful-info-box h3 {
    font-size: 18px;
  }

  .review-card,
  .google-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .video-thumb img {
    height: 190px;
  }

  .tripadvisor-logo-row img {
    width: 180px;
  }

  .chat-bubble {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .gallery-grid .card {
    height: 220px;
  }

  .photos-pill {
    left: 10px;
    right: 10px;
  }

  .price {
    font-size: 22px;
  }

  .price span,
  .expert-phone,
  .expert-phone b {
    font-size: 16px;
  }

  .pricing-head,
  .pricing-row {
    font-size: 13px;
  }

  .pricing-row {
    grid-template-columns: auto minmax(16px, 1fr) auto;
  }

  .section-tabs a {
    font-size: 13px;
  }

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

  .footer-logo {
    font-size: 52px;
  }
}

@media (max-width: 760px) {
  .content {
    margin-top: 96px !important;
  }
}

