/* ===============================
   GLOBAL MOBILE ENGINE
   =============================== */

@media (max-width: 900px) {

  body {
    overflow-x: hidden;
  }

  /* Reduce huge paddings */
  .about-grid,
  .contact-grid,
  .brand-band-inner,
  .neo-footer .footer-content {
    padding: 32px !important;
    gap: 28px !important;
  }

  /* Stack all grids */
  .brand-band-inner,
  .about-grid,
  .contact-grid,
  .neo-footer .footer-content {
    grid-template-columns: 1fr !important;
  }

  /* HERO */
  .hero-slider {
    height: 75vh;
  }

  .hero-kinetic {
    left: 6%;
    right: 6%;
    bottom: 12%;
    max-width: none;
  }

  .hero-kinetic h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .hero-kinetic p {
    font-size: 16px;
  }

  /* BRAND BAND */
  .brand-left h2 {
    font-size: 34px;
  }

  .brand-left p {
    font-size: 16px;
  }

  .glass-card {
    padding: 24px;
    font-size: 16px;
  }

  /* ABOUT */
  .about {
    padding: 120px 16px;
  }

  .about-grid {
    padding: 40px !important;
    border-radius: 28px;
  }

  .about-content h2 {
    font-size: 36px;
  }

  .about-sub {
    font-size: 18px;
  }

  /* CONTACT */
  .contact-page {
    padding: 120px 16px;
  }

  .contact-page h1 {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .contact-grid {
    padding: 40px !important;
    border-radius: 28px;
  }

  /* CATALOGUE */
  .catalogue-header h1 {
    font-size: 38px;
  }

  .catalogue-header p {
    font-size: 16px;
  }

  .catalogue-frame {
    height: 65vh;
    padding: 14px;
    border-radius: 24px;
  }

  /* FOOTER */
  .neo-footer {
    padding: 100px 16px 80px;
  }

  .neo-footer .footer-block {
    padding: 28px;
    border-radius: 22px;
  }

  .neo-footer .insta img {
    width: 72px;
    height: 72px;
  }
}

/* ================= HERO MOBILE CONSISTENCY OVERRIDE ================= */
@media (max-width: 900px) {

  /* Prevent side gaps / grey bars */
  body, html {
    overflow-x: hidden;
  }

  /* Ensure no forced vh cropping */
  .hero,
  .hero-slider,
  .swiper-slide {
    height: auto !important;
    min-height: unset !important;
  }

  /* Image must control height */
  .hero-img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
  }
}
