/* ═══════════════════════════════════════════════════════
   Responsive — matches reference breakpoints exactly
   ═══════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .proc-grid { grid-template-columns: repeat(2, 1fr); }
  .proc-slider-track .proc-card { flex: 0 0 auto; }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-track::before { display: none; }
  .ld-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ld-footer-sep { display: none; }
  .ld-footer-ctas { flex-direction: column; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner {
    height: 60px;
    gap: .5rem;
    justify-content: space-between;
  }
  .nav-logo {
    margin-right: 0;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .logo-icon { width: 32px; height: 32px; border-radius: 8px; }
  .logo-icon svg { width: 18px; height: 18px; }
  .logo-name {
    font-size: 1.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-right {
    gap: .45rem;
    margin-left: 0;
    flex-shrink: 0;
  }
  .nav-phone {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    font-size: .95rem;
  }
  .nav-phone span { display: none; }
  .nav-toggle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    padding: 0;
  }
  .ann-bar {
    font-size: .72rem;
    padding: .5rem .75rem;
    line-height: 1.4;
    text-align: center;
  }
  .ann-bar a { display: inline-block; margin-top: .15rem; }
  .wrap { padding: 0 1.25rem; }
  .section { padding: 4rem 0; }
  .hero-body { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0 2rem; }
  .hero { min-height: auto; }
  .hero-cards { flex-direction: row; overflow-x: auto; gap: .65rem; padding-bottom: .5rem; }
  .hero-svc-card { min-width: 260px; }
  .hero-stats { gap: 1.25rem; }
  .hs-div { display: none; }
  .pillars-wrap { grid-template-columns: 1fr; }
  .bmi-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .results-vids { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 170px); }
  .transform-showcase { grid-template-columns: 1fr; }
  .transform-feature { min-height: 320px; }
  .gallery-page-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item--wide { grid-column: span 2; }
  .gcell.main { grid-row: auto; }
  .faq-contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-location-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-location-img img { height: 260px; }
  .about-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-intro-img img { height: 280px; }
  .about-team-grid { grid-template-columns: 1fr; max-width: 320px; }
  .about-why-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-why-img img { height: 260px; }
  .inner-page-content { padding: 1.75rem; }
  .blog-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .blog-single-hero { min-height: 340px; }
  .blog-single-content { padding: 1.75rem; }
  .blog-single-footer { flex-direction: column; align-items: stretch; }
  .blog-single-footer .btn { justify-content: center; }
  .ld-footer-grid { grid-template-columns: 1fr 1fr; }
  .ld-footer-bar { flex-direction: column; text-align: center; }
  .ld-footer-legal { justify-content: center; }
  .ld-footer-socials { justify-content: center; }
  .team-stats { grid-template-columns: repeat(2, 1fr); }
  .journey-strip { gap: .25rem; }
  .js-step { min-width: 100px; }
  .pkg-price-row { gap: 1rem; }
  .cf-row { grid-template-columns: 1fr; }
  .trust-inner { gap: 1rem; justify-content: center; }
  .trust-bar { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .trust-bar .wrap { overflow: visible; }
  .process-track { grid-template-columns: 1fr; gap: 1rem; }
  .nav-right .btn { display: none; }
  .procs-header { flex-direction: column; align-items: flex-start; }
  .float-ctas { bottom: 1rem; right: 1rem; }
  .float-main span { display: none; }
}

@media (max-width: 480px) {
  .nav-phone { display: none; }
  .logo-name { font-size: .98rem; }
  .nav-inner { height: 56px; }
  .proc-grid { grid-template-columns: 1fr; }
  .proc-slider-track .proc-card { flex: 0 0 auto; }
  .procs-header-actions { width: 100%; justify-content: space-between; }
  .proc-slider-controls { margin-left: auto; }
  .ld-footer-grid { grid-template-columns: 1fr; }
  .ld-footer-pill { font-size: .78rem; padding: .5rem .95rem; }
  .ld-footer-brand-name { font-size: 1.4rem; }
  .pillars-wrap { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 170px); }
  .transform-grid { grid-template-rows: auto; }
  .transform-card .transform-img { width: 110px; }
  .gallery-page-grid { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; }
  .gallery-item--wide .gallery-item-img { aspect-ratio: 4/3; }
  .gallery-page-stats { gap: 1.5rem; }
  .gallery-lightbox-inner { flex-direction: column; }
  .gallery-lightbox-nav { display: none; }
  .team-badges { grid-template-columns: 1fr; }
}
