@media (max-width: 1199.98px) {
  .site-container {
    width: min(100% - 72px, 1080px);
  }

  .main-menu {
    gap: 24px;
  }

  .nav-content {
    gap: 24px;
  }

  .destinations-filter {
    gap: 14px;
  }

  .tours-grid {
    gap: 22px;
  }

  .tours-cta .cta-grid {
    grid-template-columns: minmax(0, 1fr) 250px 296px;
  }

  .tour-detail-layout {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .tour-detail-cta .cta-grid {
    grid-template-columns: minmax(0, 1fr) 250px 296px;
  }

  .info-cta .cta-grid {
    grid-template-columns: minmax(0, 1fr) 250px 296px;
  }

  .intro-grid {
    gap: 52px;
  }

  .cta-grid {
    grid-template-columns: minmax(0, 1fr) 240px 296px;
    gap: 22px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 84px;
  }

  .site-container {
    width: min(100% - 48px, 820px);
  }

  .brand-link img {
    width: 178px;
  }

  .ev-navbar-toggler {
    display: block;
  }

  .nav-shell {
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: calc(100% - 6px);
    right: 24px;
    left: 24px;
    display: none !important;
    align-items: stretch;
    gap: 22px;
    padding: 22px;
    border: 1px solid rgba(95, 111, 58, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-header);
    backdrop-filter: blur(16px);
  }

  .nav-content.show,
  .nav-content.is-open {
    display: grid !important;
  }

  .main-menu {
    gap: 18px;
    align-items: stretch;
    margin: 0;
  }

  .nav-link {
    justify-content: space-between;
    min-height: 34px;
    font-size: 15px;
  }

  .nav-link.is-active::after {
    right: auto;
    bottom: 0;
    left: 0;
    width: 34px;
  }

  .language-switcher {
    justify-content: flex-start;
  }

  .tours-hero,
  .tours-hero__inner {
    min-height: 440px;
  }

  .tours-hero {
    background-size: 900px auto;
    background-position: center top;
  }

  .tours-hero__copy {
    margin-left: 10px;
    padding-top: 0;
  }

  .destinations-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .tours-cta {
    width: min(100% - 48px, 820px);
  }

  .tours-cta .cta-grid {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
  }

  .tour-detail-hero {
    min-height: 520px;
    background-position: center center;
  }

  .tour-detail-hero__inner {
    padding-top: 12px;
  }

  .tour-detail-hero h1 {
    font-size: 42px;
  }

  .tour-detail-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .tour-lists-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tour-list-card {
    min-height: 0;
  }

  .tour-list-card:not(:last-child)::after {
    display: none;
  }

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

  .tour-detail-cta {
    width: min(100% - 48px, 820px);
  }

  .tour-detail-cta .cta-grid {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
  }

  .info-hero {
    min-height: 400px;
    background-position: center center;
  }

  .info-hero__content {
    padding-top: 0;
  }

  .info-hero__title {
    font-size: 44px;
  }

  .info-content__wrapper {
    max-width: 720px;
  }

  .info-cta {
    width: min(100% - 48px, 820px);
  }

  .info-cta .cta-grid {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
  }

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

  .contact-map-frame {
    height: 380px;
  }

  .hero-section,
  .hero-container {
    min-height: 560px;
  }

  .hero-section {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.38) 78%),
      var(--home-hero-image, url("../../design/imagenes/hero-image-home.jpg"));
    background-position: center right 28%;
  }

  .hero-title {
    font-size: 36px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

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

  .intro-section {
    padding: 48px 0 0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro-copy p,
  .intro-text {
    max-width: 640px;
  }

  .intro-media img {
    height: 360px;
  }

  .cta-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0;
  }

  .cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .cta-bubbles {
    justify-content: flex-start;
    padding-left: 14px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 34px 52px;
  }

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

  .footer-brand p {
    max-width: 520px;
  }

  .footer-contact {
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .site-container {
    width: min(100% - 36px, 640px);
  }

  .hero-section,
  .hero-container {
    min-height: 620px;
  }

  .hero-section {
    align-items: flex-start;
    padding-top: 58px;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.94) 62%, rgba(255, 255, 255, 0.58) 100%),
      var(--home-hero-image, url("../../design/imagenes/hero-image-home.jpg"));
    background-position: center right 34%;
  }

  .hero-container {
    align-items: flex-start;
  }

  .hero-content {
    width: min(100%, 390px);
  }

  .hero-title {
    font-size: 34px;
  }

  .tours-hero,
  .tours-hero__inner {
    min-height: 500px;
  }

  .tours-hero {
    background-size: 820px auto;
    background-position: center top;
  }

  .tours-hero__copy {
    width: min(100%, 280px);
    margin-left: 0;
    padding-top: 0;
  }

  .tours-hero__copy h1 {
    font-size: 48px;
  }

  .tours-hero__copy p {
    font-size: 15px;
  }

  .destinations-panel {
    padding: 22px 20px;
  }

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

  .destination-pill {
    justify-content: flex-start;
  }

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

  .tour-card__image {
    height: 220px;
  }

  .tour-detail-hero {
    min-height: 500px;
  }

  .tour-detail-hero__inner {
    padding-top: 8px;
  }

  .tour-breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .tour-detail-hero h1 {
    font-size: 36px;
  }

  .tour-detail-hero__duration {
    margin-top: 18px;
    font-size: 18px;
  }

  .tour-detail-section {
    padding-top: 28px;
  }

  .tour-itinerary {
    margin-top: 42px;
  }

  .itinerary-day {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .itinerary-day__button {
    padding-right: 14px;
  }

  .tour-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .tour-price-card,
  .tour-contact-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tour-lists-section {
    padding-top: 4px;
  }

  .tour-detail-cta {
    width: calc(100% - 36px);
  }

  .tour-detail-cta .cta-grid {
    width: calc(100% - 36px);
  }

  .info-hero {
    min-height: 390px;
    background-position: center center;
  }

  .info-hero__title {
    max-width: 340px;
    font-size: 39px;
  }

  .info-hero__subtitle {
    max-width: 350px;
    font-size: 15px;
  }

  .info-content {
    padding: 42px 0 34px;
  }

  .info-block {
    margin-bottom: 32px;
  }

  .info-block__title {
    font-size: 22px;
  }

  .info-block__text p {
    font-size: 15px;
  }

  .info-cta {
    width: calc(100% - 36px);
  }

  .info-cta .cta-grid {
    width: calc(100% - 36px);
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .values-section {
    padding: 34px 0;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .value-item {
    min-height: 0;
    padding: 0 0 26px;
  }

  .value-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 1px;
    transform: translateX(-50%);
  }

  .value-rule {
    margin-top: 14px;
  }

  .intro-copy p,
  .intro-text {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .intro-media img {
    height: 300px;
  }

  .cta-copy h2 {
    font-size: 24px;
  }

  .cta-actions {
    display: grid;
    justify-items: stretch;
  }

  .tours-cta {
    width: calc(100% - 36px);
  }

  .tours-cta .cta-grid {
    width: calc(100% - 36px);
  }

  .whatsapp-button,
  .ev-btn-light-outline {
    width: 100%;
  }

  .travel-bubble-wrap,
  .travel-bubble {
    width: 82px;
    height: 82px;
  }

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

  .footer-brand p {
    max-width: 100%;
  }

  .footer-contact {
    justify-self: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-height: 74px;
  }

  .site-container {
    width: calc(100% - 32px);
  }

  .brand-link img {
    width: 156px;
  }

  .nav-content {
    right: 16px;
    left: 16px;
  }

  .language-switcher {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: max-content;
  }

  .language-option {
    width: auto;
  }

  .hero-section,
  .hero-container {
    min-height: 580px;
  }

  .hero-section {
    padding-top: 46px;
    background-position: center right 38%;
  }

  .hero-title {
    font-size: 31px;
  }

  .tours-hero,
  .tours-hero__inner {
    min-height: 470px;
  }

  .tours-hero {
    background-size: 720px auto;
    background-position: center top;
  }

  .tours-hero__copy h1 {
    font-size: 44px;
  }

  .destinations-filter {
    grid-template-columns: 1fr;
  }

  .tour-card__image {
    height: 205px;
  }

  .tour-detail-hero {
    min-height: 460px;
  }

  .tour-detail-hero h1 {
    font-size: 32px;
  }

  .tour-detail-hero__duration {
    font-size: 16px;
  }

  .tour-description p {
    font-size: 15px;
  }

  .itinerary-day {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .itinerary-day__icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .tour-gallery {
    grid-template-columns: 1fr;
  }

  .tour-gallery__item {
    height: 210px;
  }

  .info-hero {
    min-height: 370px;
    background-position: center center;
  }

  .info-hero__content {
    padding-top: 0;
  }

  .info-hero__title {
    max-width: 300px;
    font-size: 35px;
  }

  .info-hero .section-rule {
    margin: 22px 0 21px;
  }

  .info-hero__subtitle {
    max-width: 320px;
    line-height: 1.6;
  }

  .contact-section {
    padding: 48px 0 58px;
  }

  .contact-form-card,
  .contact-map-card {
    padding: 26px;
  }

  .contact-card h2 {
    font-size: 24px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-map-frame {
    height: 340px;
  }

  .info-cta .cta-copy h2 {
    font-size: 22px;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .ev-btn {
    width: 100%;
  }

  .intro-section {
    padding-top: 40px;
  }

  .intro-media img {
    height: 260px;
  }

  .cta-grid {
    padding: 32px 0;
  }

  .cta-bubbles {
    padding-left: 10px;
  }

  .footer-brand p {
    max-width: none;
  }
}

@media (max-width: 419.98px) {
  .hero-title {
    font-size: 29px;
  }

  .tours-hero,
  .tours-hero__inner {
    min-height: 435px;
  }

  .tours-hero {
    background-size: 635px auto;
    background-position: center top;
  }

  .tours-hero__copy {
    padding-top: 0;
  }

  .tour-detail-hero {
    min-height: 430px;
  }

  .tour-detail-hero h1 {
    font-size: 29px;
  }

  .tour-price-card__price {
    font-size: 28px;
  }

  .tour-gallery__item {
    height: 185px;
  }

  .info-hero {
    min-height: 345px;
    background-position: center center;
  }

  .info-hero__title {
    font-size: 32px;
  }

  .info-hero__subtitle {
    font-size: 14px;
  }

  .info-block__title {
    font-size: 20px;
  }

  .contact-section {
    padding: 42px 0 52px;
  }

  .contact-form-card,
  .contact-map-card {
    padding: 22px;
  }

  .contact-verification {
    grid-template-columns: 1fr;
  }

  .contact-map-frame {
    height: 310px;
    border-radius: 16px;
  }

  .hero-section,
  .hero-container {
    min-height: 548px;
  }

  .value-item h3 {
    font-size: 17px;
  }

  .intro-media img {
    height: 230px;
  }

  .travel-bubble-wrap,
  .travel-bubble {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 1199.98px) {
  .home-page .hero-section,
  .home-page .hero-container {
    min-height: 500px;
  }

  .home-page .hero-section {
    background-position: center right 18%;
  }
}

@media (max-width: 991.98px) {
  .nav-link::after {
    right: auto;
    bottom: 0;
    width: 34px;
  }

  .home-page .hero-section,
  .home-page .hero-container {
    min-height: 560px;
  }

  .home-page .hero-section {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 255, 255, 0.42) 80%),
      var(--home-hero-image, url("../../design/imagenes/hero-image-home.jpg"));
    background-position: center right 30%;
  }

  .home-page .hero-title {
    font-size: 36px;
  }

  .home-page .intro-media img {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .home-page .hero-section,
  .home-page .hero-container {
    min-height: 600px;
  }

  .home-page .hero-section {
    padding-top: 54px;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 65%, rgba(255, 255, 255, 0.64) 100%),
      var(--home-hero-image, url("../../design/imagenes/hero-image-home.jpg"));
    background-position: center right 36%;
  }

  .home-page .hero-title {
    font-size: 33px;
  }

  .home-page .value-item:hover {
    transform: none;
  }

  .home-page .intro-media img {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .home-page .hero-section,
  .home-page .hero-container {
    min-height: 570px;
  }

  .home-page .hero-section {
    padding-top: 44px;
    background-position: center right 40%;
  }

  .home-page .hero-title {
    font-size: 30px;
  }

  .home-page .intro-media img {
    height: 260px;
  }
}

@media (max-width: 419.98px) {
  .home-page .hero-section,
  .home-page .hero-container {
    min-height: 540px;
  }

  .home-page .hero-title {
    font-size: 28px;
  }

  .home-page .intro-media img {
    height: 230px;
  }
}
