/* ==========================================================================
   MOBILE PREMIUM — phones & small tablets only (desktop untouched)
   ========================================================================== */

@media (max-width: 768px) {
  :root {
    --header-h: 68px;
    --container-pad: clamp(1rem, 4vw, 1.25rem);
    --section-pad: clamp(2rem, 6vw, 2.75rem);
    --radius-md: 10px;
    --radius-lg: 14px;
  }

  html {
    font-size: 100% !important;
  }

  /* ---- Global rhythm ---- */
  .section {
    padding-block: var(--section-pad) !important;
  }

  .section__header {
    margin-bottom: 1.1rem !important;
  }

  .section__title {
    font-size: clamp(1.55rem, 6.5vw, 2rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 0.45rem !important;
  }

  .section__desc {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .eyebrow {
    font-size: 0.62rem !important;
    margin-bottom: 0.4rem !important;
  }

  /* ---- Buttons (elegant, touch-friendly) ---- */
  .btn {
    min-height: 42px !important;
    padding: 0.62rem 1.15rem !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.08em !important;
    border-radius: 8px;
  }

  .btn--lg {
    min-height: 44px !important;
    padding: 0.68rem 1.25rem !important;
    font-size: 0.7rem !important;
  }

  .btn__arrow {
    width: 16px !important;
    height: 16px !important;
  }

  .nav__cta {
    min-height: 42px !important;
    padding: 0.62rem 1rem !important;
    font-size: 0.68rem !important;
  }

  .logo__brand-mark {
    height: 48px;
    max-width: 54px;
  }

  .logo__brand-mark--footer {
    height: 52px;
    max-width: 58px;
  }

  /* ---- Hero: trainer-first, compact, cinematic ---- */
  .hero {
    min-height: auto !important;
    max-height: none;
    padding-top: var(--header-h) !important;
    padding-bottom: 0.85rem !important;
    overflow: hidden;
  }

  .hero > .container.hero__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "scene"
      "content" !important;
    min-height: auto !important;
    gap: 0 !important;
    padding-block: 0.15rem 0.5rem !important;
    align-items: start !important;
  }

  .hero__scene {
    grid-area: scene !important;
    order: unset !important;
    margin-left: 0 !important;
    width: 100%;
    min-height: min(54vh, 500px) !important;
    max-height: none;
    margin-top: -0.15rem;
    justify-content: center;
    align-items: flex-end;
  }

  .hero__trainer-glow {
    width: 85%;
    height: 78%;
    bottom: 4%;
    filter: blur(22px);
  }

  .hero__figure {
    width: 100%;
    justify-content: center;
    -webkit-mask-image:
      radial-gradient(ellipse 70% 90% at 50% 26%, #000 14%, rgba(0, 0, 0, 0.75) 40%, transparent 76%),
      linear-gradient(to bottom, transparent 0%, #000 2%, #000 76%, transparent 100%) !important;
    mask-image:
      radial-gradient(ellipse 70% 90% at 50% 26%, #000 14%, rgba(0, 0, 0, 0.75) 40%, transparent 76%),
      linear-gradient(to bottom, transparent 0%, #000 2%, #000 76%, transparent 100%) !important;
  }

  .hero__figure::after {
    opacity: 0.85;
  }

  .hero__img--blend {
    max-width: 108% !important;
    width: auto !important;
    max-height: min(56vh, 520px) !important;
    min-height: 300px;
    object-position: center 6% !important;
    margin-inline: -4%;
  }

  .hero__content {
    grid-area: content !important;
    order: unset !important;
    z-index: 3;
    padding-top: 0.35rem;
    text-align: center;
    align-items: center;
  }

  .hero .eyebrow {
    margin-bottom: 0.35rem !important;
  }

  .hero__title {
    font-size: clamp(1.95rem, 8.8vw, 2.55rem) !important;
    line-height: 0.92 !important;
    margin-bottom: 0.45rem !important;
  }

  .hero__subtitle {
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.55rem !important;
    max-width: 22rem;
    margin-inline: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero__pills {
    display: none !important;
  }

  .hero__actions {
    margin-bottom: 0.55rem !important;
    max-width: 260px;
    margin-inline: auto;
  }

  .hero__actions .btn--primary.btn--lg {
    min-height: 44px !important;
    padding: 0.68rem 1.2rem !important;
    box-shadow:
      0 0 0 1px rgba(182, 255, 0, 0.3),
      0 0 32px rgba(182, 255, 0, 0.22),
      0 10px 24px rgba(0, 0, 0, 0.4) !important;
  }

  .hero__actions .btn--primary.btn--lg:hover {
    transform: translateY(-2px);
  }

  .hero__features {
    justify-content: center;
    gap: 0.45rem 0.85rem !important;
    margin-top: 0 !important;
  }

  .hero__features li {
    font-size: 0.62rem !important;
  }

  .hero__badge {
    left: 50% !important;
    right: auto !important;
    bottom: 14% !important;
    transform: translateX(-50%);
    padding: 0.45rem 0.85rem 0.45rem 0.65rem !important;
    font-size: 0.58rem !important;
  }

  .hero__expertise {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin-top: 0.35rem !important;
    padding-bottom: 0.15rem;
    gap: 0.35rem 0.75rem !important;
    justify-content: center !important;
  }

  .hero__expertise li {
    font-size: 0.58rem !important;
  }

  .hero__cinema-spotlight {
    left: 50%;
    top: 28%;
    width: 100vw;
    height: 55vh;
    transform: translate(-50%, -20%);
  }

  /* ---- Stats: 2×2, fully visible ---- */
  .stats {
    overflow: visible !important;
    padding-block: 1.75rem !important;
  }

  .stats > .container {
    overflow: visible;
  }

  .stats__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.6rem !important;
    overflow: visible;
  }

  .stat {
    contain: none !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem !important;
    padding: 0.8rem 0.75rem !important;
    min-width: 0;
    overflow: visible;
  }

  .stat:hover {
    transform: none !important;
  }

  .stat__icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
  }

  .stat__icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .stat__value,
  .stat__number {
    font-size: 1.35rem !important;
    line-height: 1 !important;
  }

  .stat__label {
    font-size: 0.62rem !important;
    line-height: 1.3 !important;
    margin-top: 0.15rem !important;
  }

  .stat__content {
    min-width: 0;
  }

  /* ---- Services ---- */
  .services.section {
    padding-block: 1.75rem 2rem !important;
  }

  .services__grid {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }

  .service-card {
    contain: none !important;
  }

  .service-card:hover,
  .service-card:focus-visible {
    transform: none !important;
  }

  .service-card__media {
    aspect-ratio: 16 / 9 !important;
    max-height: 200px;
  }

  .service-card__media img {
    object-position: center 30%;
  }

  .service-card__body {
    padding: 0.7rem 0.85rem 0.85rem !important;
  }

  .service-card__title {
    font-size: 0.95rem !important;
    margin-bottom: 0.25rem;
  }

  .service-card__text {
    font-size: 0.78rem !important;
    -webkit-line-clamp: 2;
    line-height: 1.45 !important;
  }

  .service-card__link {
    font-size: 0.65rem !important;
    margin-top: 0.35rem;
  }

  /* ---- About ---- */
  .about.section {
    padding-block: 1.75rem 2rem !important;
  }

  .about__inner {
    gap: 1.25rem !important;
  }

  .about__visual {
    max-width: min(100%, 340px) !important;
  }

  .about__frame {
    min-height: 260px !important;
    max-height: 340px;
  }

  .about__photo-mask,
  .about__img {
    max-height: 300px !important;
  }

  .about .section__title--left {
    font-size: clamp(1.5rem, 6vw, 1.85rem) !important;
    text-align: center;
  }

  .about__text {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    margin-bottom: 0.75rem !important;
  }

  .about__highlights {
    margin-bottom: 0.85rem !important;
    font-size: 0.82rem;
  }

  .about__content {
    text-align: center;
  }

  .about__content .btn {
    width: auto;
    min-width: 200px;
    max-width: 280px;
    margin-inline: auto;
  }

  .about__certs {
    margin-top: 0.5rem;
  }

  /* ---- Testimonials ---- */
  .testimonials.section {
    padding-block: 1.75rem 2rem !important;
  }

  .testimonial {
    flex: 0 0 min(280px, 84vw);
    width: min(280px, 84vw);
    min-height: 200px;
    padding: 1.35rem 1.2rem;
  }

  .testimonial__text {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  /* ---- CTA ---- */
  .cta {
    padding-block: 2rem !important;
  }

  .cta__title {
    font-size: clamp(1.45rem, 6vw, 1.75rem) !important;
  }

  .cta__features li {
    font-size: 0.78rem;
  }

  .cta__feature-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .cta__btn {
    max-width: 260px;
  }

  /* ---- Footer ---- */
  .footer {
    padding-top: 2rem;
  }

  .footer__cta {
    max-width: 260px;
  }

  /* ---- Motion: subtle on mobile ---- */
  .service-card,
  .stat,
  .testimonial,
  .btn,
  .nav__link {
    transition-duration: 0.35s !important;
  }

  .reveal {
    transition-duration: 0.55s !important;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .service-card:hover .service-card__media img {
    transform: none !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  :root {
    --container-pad: 1rem;
    --section-pad: 1.75rem;
  }

  .hero__scene {
    min-height: min(52vh, 460px) !important;
  }

  .hero__img--blend {
    max-height: min(54vh, 480px) !important;
    min-height: 280px;
  }

  .hero__title {
    font-size: clamp(1.85rem, 9vw, 2.35rem) !important;
  }

  .hero__features {
    display: none !important;
  }

  /* Keep stats 2×2 — do not collapse to 1 column */
  .stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .stat {
    padding: 0.7rem 0.6rem !important;
  }

  .stat__value,
  .stat__number {
    font-size: 1.2rem !important;
  }

  .stat__label {
    font-size: 0.58rem !important;
  }

  .section__title {
    font-size: clamp(1.45rem, 7vw, 1.75rem) !important;
  }
}

@media (max-width: 375px) {
  .hero__img--blend {
    max-height: min(50vh, 420px) !important;
  }

  .stat__label {
    font-size: 0.55rem !important;
    letter-spacing: 0.01em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__actions .btn--primary.btn--lg:hover,
  .btn--primary:hover {
    transform: none !important;
  }
}
