/* ========================================
   Tablet (max-width: 1024px)
   ======================================== */

@media (max-width: 1024px) {
  :root {
    --font-size-h1: 48px;
    --font-size-h2: 30px;
    --section-padding-y: 75px;
  }

  .hero {
    min-height: 780px;
    padding-top: calc(var(--header-height) + var(--space-md));
    padding-bottom: var(--space-lg);
  }

  .welcome-intro {
    padding-block-start: 72px;
    padding-block-end: 0;
  }

  .welcome-intro__visual {
    padding-inline: var(--space-lg);
  }

  .features-section__grid {
    width: 100%;
    max-width: none;
    gap: 28px;
    grid-auto-rows: auto;
  }

  .features-section__layout .feature-card {
    height: auto;
    padding: 0;
  }

  .feature-card__body {
    padding: 0 24px 32px;
  }

  .journey__list {
    gap: 72px;
  }

  .milestone__content {
    max-width: 380px;
  }

  .milestone__art {
    max-width: 220px;
  }

  .trust-section__stats {
    gap: var(--space-sm);
    margin-bottom: 40px;
  }

  .trust-section__showcase {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: var(--space-lg);
    column-gap: unset;
    row-gap: unset;
    align-items: center;
  }

  .trust-section__media {
    max-width: 560px;
    margin-inline: auto;
    display: block;
    height: auto;
  }

  .trust-section__media-frame {
    height: auto;
    min-height: 0;
    border-radius: 14px;
  }

  .trust-section__media-frame:hover {
    transform: none;
  }

  .trust-section__media img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 683;
    object-position: center center;
    transform: none;
  }

  .trust-section__media-frame:hover img {
    transform: none;
  }

  .testimonial-slider {
    display: block;
    width: 100%;
  }

  .testimonial-slider__card {
    height: auto;
    display: block;
  }

  .testimonial-slider__controls,
  .testimonial-slider__actions {
    grid-column: auto;
    grid-row: auto;
  }

  .trust-stat {
    padding: 20px 16px;
  }

  .trust-stat__value {
    font-size: 24px;
  }

  .testimonial-slider__card {
    padding: 32px 28px 28px;
  }

  .testimonial-card__text {
    font-size: 16px;
  }

  .events-section {
    padding-block: 75px;
  }

  .events-section__intro {
    padding-inline: var(--space-sm);
  }

  .adventure-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .adventure-grid--featured {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }

  .adventure-grid--catalog {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-section__footer {
    margin-top: 40px;
  }

  .adventures-hero {
    min-height: 380px;
  }

  .adventures-hero__inner {
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 40px;
  }

  .adventure-card__body {
    padding: 28px 26px 32px;
  }

  .adventure-card__image-wrap {
    height: 240px;
  }

  .explore-section {
    padding-block: 110px;
    padding-right: 60px;
  }

  .explore-section__content {
    width: 100%;
    margin-left: 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--footer-grid-gap-x) var(--footer-grid-gap-x);
  }

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

/* ========================================
   Mobile (max-width: 768px)
   Typography & horizontal spacing polish only.
   Desktop / tablet layouts above this breakpoint stay untouched.
   ======================================== */

@media (max-width: 768px) {
  :root {
    --header-height: 72px;
    --mobile-nav-stagger: 70ms;

    /* Type scale — mobile polish + ~5% readability lift, hierarchy preserved */
    --font-size-base: 13.86px;
    --font-size-sm: 12.7px;
    --font-size-nav: 13.86px;
    --font-size-h1: 41.58px;
    --font-size-h2: 25.99px;
    --font-size-h3: 20.79px;
    --font-size-h5: 15.59px;
    --font-size-quote: 18.48px;
    --font-size-label: 11.55px;

    /* Balanced mobile rhythm — keep vertical breathing room */
    --section-padding-y: 64px;
    --line-height-base: 1.7;
    --mobile-header-gap: 28px;
    --mobile-stack-gap: 20px;
    --mobile-content-gap: 32px;
    --mobile-block-gap: 36px;
    --mobile-card-gap: 18px;
    --mobile-list-gap: 22px;
    --mobile-btn-gap: 24px;
    --mobile-inline-padding: 28px;
    --mobile-text-measure: 34em;

    /* Footer — type & spacing scaled with the mobile type system */
    --footer-logo-height: 64px;
    --footer-font-title: 18.48px;
    --footer-font-heading: 13.86px;
    --footer-font-body: 12.7px;
    --footer-font-label: 10.4px;
    --footer-font-small: 10.4px;
    --footer-padding-top: 40px;
    --footer-padding-bottom: 24px;
    --footer-grid-gap-y: 22px;
    --footer-grid-gap-x: 28px;
    --footer-col-title-gap: 12px;
    --footer-brand-logo-gap: 8px;
    --footer-brand-subtitle-gap: 8px;
    --footer-follow-gap: 16px;
    --footer-follow-title-gap: 8px;
    --footer-divider-margin-top: 24px;
    --footer-divider-margin-bottom: 12px;
    --footer-contact-gap: 6px;
    --footer-links-gap: 8px;
    --footer-social-gap: 10px;
    --footer-icon-gap: 10px;
    --footer-bottom-gap: 4px;
    --footer-social-size: 34.65px;
    --footer-social-icon: 13.86px;
    --footer-contact-icon-size: 30.03px;
    --footer-contact-icon-svg: 15.02px;
  }

  /* ---- Global mobile rhythm ---- */
  .section:not(.hero) {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }

  .container,
  .site-header__inner,
  .hero__content,
  .welcome-intro__inner,
  .explore-section__inner,
  .events-section__intro {
    padding-left: var(--mobile-inline-padding);
    padding-right: var(--mobile-inline-padding);
  }

  .section-label {
    margin-bottom: 14px;
    font-size: var(--font-size-label);
  }

  .section-divider {
    margin-block: 14px;
  }

  /* Buttons — balanced with +5% type; horizontal pad +~4% */
  .btn {
    min-height: 44px;
    padding: 9px 27px;
    font-size: var(--font-size-sm);
    gap: 8px;
  }

  .btn--outline {
    padding: 8px 25px;
  }

  .btn__icon svg {
    width: 12.7px;
    height: 12.7px;
  }

  .adventure-card__cta {
    min-height: 44px;
    padding: 8px 22px;
    font-size: 11.55px;
    gap: 6px;
  }

  /* Decorative / content icons — scale with type (~5% lift) */
  .feature-card__icon {
    width: 67.2px;
    height: 67.2px;
    margin-top: -32px;
    margin-bottom: 18px;
  }

  .feature-card__icon svg {
    width: 35.7px;
    height: 35.7px;
  }

  .hero__badge-icon {
    width: 15.02px;
    height: 15.02px;
  }

  .trust-badge__icon {
    width: 10.4px;
    height: 10.4px;
  }

  .adventure-card__meta-icon,
  .adventure-card__meta-icon svg {
    width: 13.86px;
    height: 13.86px;
  }

  .milestone__icon {
    width: 72.77px;
    height: 72.77px;
  }

  .jt-icon {
    width: 62.37px;
    height: 62.37px;
  }

  .milestone__deco svg {
    width: 83.16px;
  }

  .milestone__node-mark {
    width: 18.48px;
    height: 18.48px;
  }

  .footer-col__title::after {
    width: 25.2px;
    height: 2px;
  }

  /* Mobile typography scale (~5% lift from prior mobile values) */
  .hero__title,
  .heading-1 {
    font-size: clamp(1.848rem, 8.6625vw, 2.59875rem);
    line-height: 1.08;
  }

  .heading-2,
  h2.heading-2,
  .welcome-intro__title,
  .explore-section__title {
    font-size: clamp(1.55925rem, 6.06375vw, 2.02125rem);
    line-height: 1.15;
    margin-bottom: var(--mobile-stack-gap);
  }

  .heading-3,
  h3,
  .heading-5,
  .milestone__title,
  .adventure-card__title {
    font-size: 1.299375rem;
    line-height: 1.28;
    margin-bottom: 14px;
  }

  .feature-card__title {
    font-size: 15.75px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .text-body,
  p,
  .hero__text,
  .welcome-intro__text,
  .what-we-do__subtitle,
  .trust-section__intro,
  .events-section__intro,
  .explore-section__text,
  .milestone__text,
  .adventure-card__text,
  .testimonial-card__text,
  .feature-list__item {
    font-size: var(--font-size-base);
    line-height: 1.7;
  }

  .feature-card__text {
    font-size: 14.18px;
    line-height: 1.75;
  }

  /* Shorter measure for easier reading (~18–22 words where width allows) */
  .hero__text,
  .welcome-intro__text,
  .what-we-do__subtitle,
  .trust-section__intro,
  .events-section__intro,
  .explore-section__text,
  .feature-card__text,
  .milestone__text,
  .adventure-card__text,
  .testimonial-card__text,
  .footer-brand__text {
    max-width: var(--mobile-text-measure);
  }

  /* Section intro copy */
  .welcome-intro__text,
  .what-we-do__subtitle,
  .trust-section__intro,
  .events-section__intro,
  .explore-section__text {
    margin-top: 0;
    margin-bottom: var(--mobile-content-gap);
    margin-inline: auto;
  }

  .explore-section__text {
    margin-inline: 0;
    margin-bottom: 12px;
  }

  .explore-section__text + .explore-section__text {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  /* Refined card padding — keep content off edges */
  .feature-card,
  .trust-stat,
  .testimonial-slider__card,
  .adventure-card__body {
    padding: 22px 18px;
  }

  .site-footer__card {
    padding: var(--footer-padding-top) 0 var(--footer-padding-bottom);
  }

  .site-header__logo img {
    height: 46px;
    max-width: 140px;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 998;
    background-color: rgba(26, 26, 26, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    will-change: opacity;
  }

  .mobile-nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 999;
    max-height: calc(100dvh - var(--header-height));
    padding: 24px var(--mobile-inline-padding) 32px;
    gap: var(--space-sm);
    background-color: rgba(250, 247, 242, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 0 0 20px 20px;
    box-shadow:
      0 12px 40px rgba(26, 26, 26, 0.14),
      0 2px 8px rgba(26, 26, 26, 0.06);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.38s;
    will-change: transform, opacity;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .site-nav__list li {
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }

  .site-nav.is-open .site-nav__list li {
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav.is-open .site-nav__list li:nth-child(1) { transition-delay: calc(var(--mobile-nav-stagger) * 1); }
  .site-nav.is-open .site-nav__list li:nth-child(2) { transition-delay: calc(var(--mobile-nav-stagger) * 2); }
  .site-nav.is-open .site-nav__list li:nth-child(3) { transition-delay: calc(var(--mobile-nav-stagger) * 3); }
  .site-nav.is-open .site-nav__list li:nth-child(4) { transition-delay: calc(var(--mobile-nav-stagger) * 4); }
  .site-nav.is-open .site-nav__list li:nth-child(5) { transition-delay: calc(var(--mobile-nav-stagger) * 5); }
  .site-nav.is-open .site-nav__list li:nth-child(6) { transition-delay: calc(var(--mobile-nav-stagger) * 6); }
  .site-nav.is-open .site-nav__list li:nth-child(7) { transition-delay: calc(var(--mobile-nav-stagger) * 7); }
  .site-nav.is-open .site-nav__list li:nth-child(8) { transition-delay: calc(var(--mobile-nav-stagger) * 8); }

  .site-nav__link {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 44px;
    padding: 12px 16px 12px 20px;
    font-family: var(--font-heading);
    font-size: 15.02px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.2px;
    color: var(--color-text-dark);
    border-radius: 10px;
    transition:
      color 0.22s ease,
      background-color 0.22s ease,
      transform 0.22s ease;
  }

  .site-nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 2px;
    background-color: var(--color-accent);
    transform: translateY(-50%);
    transition: height 0.22s ease;
  }

  .site-nav__link:hover,
  .site-nav__link:focus-visible {
    color: var(--color-accent-dark);
    background-color: rgba(243, 178, 24, 0.08);
    transform: translateX(4px);
  }

  .site-nav__link.is-active {
    color: var(--color-accent-dark);
    background-color: rgba(243, 178, 24, 0.12);
  }

  .site-nav__link.is-active::before {
    height: 18px;
  }

  .site-nav__cta {
    opacity: 0;
    transform: translateY(-8px);
    width: 100%;
    justify-content: center;
    min-height: 44px;
    margin-top: var(--space-sm);
    font-size: var(--font-size-sm);
    transition:
      opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      background-color 0.18s ease,
      border-color 0.18s ease,
      box-shadow 0.18s ease;
    will-change: transform, opacity;
  }

  .site-nav.is-open .site-nav__cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--mobile-nav-stagger) * 7);
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-nav-backdrop,
    .site-nav,
    .site-nav__list li,
    .site-nav__cta,
    .menu-toggle__bar {
      transition-duration: 0.01ms !important;
      transition-delay: 0ms !important;
    }

    .site-nav {
      transform: none;
    }

    .site-nav__list li,
    .site-nav__cta {
      opacity: 1;
      transform: none;
    }
  }

  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 64px;
  }

  .hero__title {
    margin-top: 0;
    margin-bottom: var(--mobile-stack-gap);
  }

  .hero__text {
    margin-bottom: 12px;
    margin-inline: 0;
  }

  .hero__text:last-of-type {
    margin-bottom: var(--mobile-stack-gap);
  }

  .hero__btn {
    margin-top: var(--mobile-btn-gap);
  }

  .hero__trust {
    flex-direction: column;
    gap: 10px;
    margin-top: var(--mobile-stack-gap);
    width: 100%;
  }

  .hero__badge {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    font-size: 10.4px;
    padding: 10px 14px;
  }

  .welcome-intro {
    padding-block-start: var(--section-padding-y);
    padding-block-end: 0;
    padding-inline: 0;
  }

  .welcome-intro__divider {
    margin-bottom: var(--mobile-stack-gap);
  }

  .welcome-intro__title {
    margin-bottom: var(--mobile-stack-gap);
  }

  .welcome-intro__visual {
    margin-top: 48px;
    padding-inline: 0;
    /* Keep top mask fade visible under overflow (matches img margin-top) */
    padding-top: 36px;
    max-width: none;
    overflow: hidden;
  }

  .welcome-intro.section {
    padding-bottom: 0;
  }

  /* Mobile: crop 20% L/R (1.667× zoom) so Ahmad & Essa fill the screen more */
  .welcome-intro__visual img {
    margin-top: -36px;
    width: 166.666%;
    max-width: none;
    margin-inline: -33.333%;
    aspect-ratio: 1024 / 640;
    height: auto;
    object-fit: cover;
    object-position: center bottom;
  }

  .features-section__header {
    margin-bottom: var(--mobile-header-gap);
  }

  .features-section__header .section-label {
    margin-bottom: 14px;
  }

  .features-section__grid {
    grid-template-columns: 1fr;
    gap: var(--mobile-card-gap);
  }

  .feature-card__body {
    padding: 0 20px 28px;
  }

  .feature-card__icon {
    width: 63px;
    height: 63px;
    margin-top: -30px;
    margin-bottom: 16px;
  }

  .feature-card__icon svg {
    width: 33.6px;
    height: 33.6px;
  }

  .feature-card__title {
    margin-bottom: 12px;
  }

  .what-we-do__header {
    margin-bottom: var(--mobile-header-gap);
  }

  .what-we-do__header .section-label {
    margin-bottom: 14px;
  }

  .what-we-do__subtitle {
    margin-top: 0;
  }

  .what-we-do__rose {
    width: 103.95px;
    height: 103.95px;
  }

  /* Mobile — single vertical journey, trail runs down the left */
  .journey__list {
    gap: var(--mobile-list-gap);
  }

  .journey__trail {
    left: 0;
    width: 44px;
    transform: none;
  }

  .milestone {
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
    align-items: start;
  }

  .milestone__node {
    grid-column: 1;
    grid-row: 1;
    width: 32px;
    height: 32px;
    margin-top: 6px;
  }

  .milestone__content,
  .milestone--left .milestone__content,
  .milestone--right .milestone__content {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    text-align: left;
    max-width: 100%;
  }

  .milestone--left .milestone__content .milestone__icon,
  .milestone--left .milestone__content .milestone__accent,
  .milestone--left .milestone__content .milestone__text,
  .milestone--left .milestone__content .milestone__deco {
    margin-left: 0;
  }

  .milestone--left .milestone__content .milestone__deco svg {
    transform: none;
  }

  .milestone--left .milestone__content .milestone__accent {
    transform-origin: left center;
  }

  .milestone.is-in .milestone__accent {
    transform: scaleX(1);
  }

  .milestone__art {
    display: none;
  }

  .milestone__icon {
    margin-bottom: 16px;
  }

  .milestone__accent {
    margin-bottom: 14px;
  }

  .milestone__deco {
    margin-top: 18px;
  }

  .trust-section__header {
    margin-bottom: var(--mobile-header-gap);
  }

  .trust-section__header .section-label {
    margin-bottom: 14px;
  }

  .trust-section__intro {
    margin-top: 0;
  }

  .trust-section__cta {
    margin-top: 0;
    margin-bottom: var(--mobile-header-gap);
  }

  .trust-section__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: none;
    margin-top: var(--mobile-block-gap);
    margin-bottom: var(--mobile-block-gap);
  }

  .trust-section__showcase {
    gap: var(--mobile-stack-gap);
  }

  .trust-section__media {
    max-width: none;
  }

  .trust-section__media-frame {
    border-radius: 12px;
  }

  .testimonial-slider {
    display: block;
  }

  .trust-stat {
    flex-direction: column;
    gap: 6px;
  }

  .trust-stat__value {
    font-size: 13.86px;
  }

  .trust-stat__stars {
    font-size: 9.24px;
  }

  .trust-stat__label {
    font-size: 9.24px;
    letter-spacing: 0.3px;
  }

  .testimonial-slider {
    margin-top: 0;
  }

  .testimonial-slider__card::before {
    font-size: 69.3px;
    right: 16px;
  }

  .testimonial-slider__track {
    min-height: unset;
  }

  .testimonial-card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }

  .testimonial-card__author {
    padding-top: 18px;
    font-size: var(--font-size-base);
  }

  .testimonial-slider__controls {
    gap: 16px;
    margin-top: 24px;
  }

  .testimonial-slider__arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider__actions {
    margin-top: 24px;
    gap: 16px;
  }

  .events-section__header {
    text-align: center;
    margin-bottom: var(--mobile-header-gap);
  }

  .events-section__header .section-label {
    margin-bottom: 14px;
  }

  .section-divider--center {
    width: 18%;
  }

  .adventure-grid {
    grid-template-columns: 1fr;
    gap: var(--mobile-card-gap);
    row-gap: var(--mobile-list-gap);
    max-width: none;
    margin-inline: 0;
  }

  .adventure-grid--featured,
  .adventure-grid--catalog {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .events-section__footer {
    margin-top: 32px;
  }

  .adventures-hero {
    min-height: 320px;
  }

  .adventures-hero__inner {
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 36px;
  }

  .adventures-hero__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .adventures-hero__text {
    font-size: 0.98rem;
  }

  .adventure-card__meta {
    gap: 8px 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .adventure-card__image-wrap {
    height: 220px;
  }

  .adventure-card__meta li {
    font-size: 11.55px;
  }

  .explore-section {
    padding-inline: 0;
  }

  .explore-section__content {
    width: 100%;
    margin-left: 0;
  }

  .explore-section__btn {
    margin-top: 12px;
  }

  .explore-section .section-divider--left {
    width: 18%;
  }

  /* ---- Our Adventures page: mobile-only polish ---- */
  .adventures-page {
    overflow-x: hidden;
  }

  .adventures-page .container,
  .adventures-page .site-header__inner,
  .adventures-page .adventures-hero__inner,
  .adventures-page .explore-section__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .adventures-page .site-header__inner {
    gap: 12px;
  }

  .adventures-page .site-header__logo img {
    height: 44px;
    max-width: 128px;
  }

  .adventures-page .adventures-hero {
    min-height: 280px;
    max-height: none;
    align-items: flex-end;
  }

  .adventures-page .adventures-hero__media img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

  .adventures-page .adventures-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(26, 26, 26, 0.55) 0%,
        rgba(26, 26, 26, 0.42) 32%,
        rgba(26, 26, 26, 0.78) 68%,
        rgba(26, 26, 26, 0.94) 100%
      );
  }

  .adventures-page .adventures-hero__inner {
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 32px;
  }

  .adventures-page .adventures-breadcrumb {
    gap: 6px;
    margin: 0 0 16px;
    font-size: 12px;
  }

  .adventures-page .adventures-hero__label {
    display: block;
    margin-bottom: 10px;
    font-size: 10.5px;
    letter-spacing: 1.4px;
  }

  .adventures-page .adventures-hero__title {
    max-width: none;
    margin: 0 0 12px;
    font-size: clamp(1.7rem, 7.5vw, 2.25rem);
    line-height: 1.12;
    text-wrap: balance;
  }

  .adventures-page .adventures-hero__text {
    max-width: 100%;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .adventures-page .events-section--catalog {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .adventures-page .events-section__header {
    margin-bottom: 28px;
    padding-inline: 0;
  }

  .adventures-page .events-section__header .heading-2 {
    max-width: 16ch;
    margin-inline: auto;
    font-size: clamp(1.4rem, 5.8vw, 1.75rem);
    line-height: 1.2;
    text-wrap: balance;
  }

  .adventures-page .events-section__intro {
    max-width: 100%;
    padding-inline: 0;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .adventures-page .adventure-grid,
  .adventures-page .adventure-grid--catalog {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .adventures-page .adventure-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .adventures-page .adventure-card__image-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .adventures-page .adventure-card__image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .adventures-page .adventure-card__body {
    padding: 22px 18px 26px;
  }

  .adventures-page .adventure-card__title {
    font-size: 1.15rem;
    line-height: 1.3;
    text-wrap: balance;
  }

  .adventures-page .adventure-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adventures-page .adventure-card__meta li {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .adventures-page .adventure-card__text {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .adventures-page .explore-section {
    padding-block: 72px;
    padding-inline: 0;
  }

  .adventures-page .explore-section__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .adventures-page .explore-section__title {
    max-width: 14ch;
    font-size: clamp(1.4rem, 5.8vw, 1.75rem);
    line-height: 1.2;
    text-wrap: balance;
  }

  .adventures-page .explore-section__text {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .adventures-page .explore-section__btn {
    margin-top: 16px;
    max-width: 100%;
  }

  .adventures-page .site-footer__card .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer {
    margin-top: -32px;
  }

  .site-footer__card {
    border-radius: 24px 24px 0 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: var(--footer-grid-gap-y);
  }

  .footer-col--links {
    display: none;
  }

  .footer-brand__text {
    line-height: 1.75;
  }

  .footer-follow {
    margin-top: var(--footer-follow-gap);
  }

  .footer-contact__item {
    padding-block: 3px;
  }

  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
  }
}

/* ========================================
   Small Mobile (max-width: 480px)
   ======================================== */

@media (max-width: 480px) {
  :root {
    --section-padding-y: 56px;
    --mobile-inline-padding: 24px; /* floor of 24–28px range; never below 22px */
    --mobile-header-gap: 24px;
    --mobile-stack-gap: 18px;
    --mobile-content-gap: 28px;
    --mobile-block-gap: 32px;
    --mobile-card-gap: 16px;
    --mobile-list-gap: 20px;
    --mobile-btn-gap: 20px;
    --mobile-text-measure: 32em;
    --footer-padding-top: 36px;
    --footer-padding-bottom: 20px;
    --footer-grid-gap-y: 18px;
    --footer-follow-gap: 14px;
    --footer-brand-logo-gap: 6px;
    --footer-col-title-gap: 10px;
    --footer-contact-gap: 4px;
  }

  .section:not(.hero) {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }

  .welcome-intro.section {
    padding-top: var(--section-padding-y);
    padding-bottom: 0;
  }

  .welcome-intro {
    padding-block-start: var(--section-padding-y);
  }

  /* Keep hierarchy; slight further trim only where viewport is very narrow */
  .hero__title,
  .heading-1 {
    font-size: clamp(1.65rem, 7.7vw, 2.31rem);
  }

  .heading-2,
  h2.heading-2,
  .welcome-intro__title,
  .explore-section__title {
    font-size: clamp(1.408rem, 5.5vw, 1.815rem);
  }

  .trust-stat,
  .testimonial-slider__card,
  .adventure-card__body {
    padding: 20px 16px;
  }

  .feature-card {
    padding: 0;
  }

  .feature-card__body {
    padding: 0 18px 26px;
  }

  .site-header__logo img {
    height: 40px;
    max-width: 118px;
  }

  .site-nav {
    padding: 20px var(--mobile-inline-padding) 28px;
    border-radius: 0 0 16px 16px;
  }

  .site-nav__link {
    font-size: 13.2px;
    min-height: 44px;
    padding: 10px 14px 10px 18px;
  }

  .btn {
    min-height: 44px;
    padding: 8px 21px;
    font-size: var(--font-size-sm);
  }

  .hero {
    padding-top: calc(var(--header-height) + 20px);
    padding-bottom: 56px;
  }

  .hero__badge {
    font-size: 9.9px;
    padding: 9px 12px;
  }

  .welcome-intro__visual {
    margin-top: 40px;
  }

  .what-we-do__rose {
    width: 85.8px;
    height: 85.8px;
  }

  .adventure-card__meta li {
    font-size: 9.9px;
  }

  .adventures-page .container,
  .adventures-page .site-header__inner,
  .adventures-page .adventures-hero__inner,
  .adventures-page .explore-section__inner,
  .adventures-page .site-footer__card .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .adventures-page .adventures-hero {
    min-height: 260px;
  }

  .adventures-page .adventures-hero__inner {
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 28px;
  }

  .adventures-page .adventures-hero__title {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .adventures-page .events-section--catalog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .adventures-page .adventure-card__body {
    padding: 20px 16px 24px;
  }

  .adventures-page .explore-section {
    padding-block: 60px;
  }

  .testimonial-slider__controls {
    gap: 14px;
    margin-top: 20px;
  }

  .testimonial-slider__arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider__arrow svg {
    width: 12px;
    height: 12px;
  }

  .footer-brand__logo {
    margin-bottom: var(--footer-brand-logo-gap);
  }

  .footer-brand__logo img {
    width: auto;
    height: var(--footer-logo-height);
    max-width: 100%;
  }
}
