@media (max-width: 900px) {
  .main-nav .container {
    flex-wrap: wrap;
    align-items: center;
  }

  .site-nav {
    order: 3;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }

  .card-grid,
  .features-grid,
  .services-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .get-in-touch-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-images {
    order: -1;
    min-height: 360px;
    margin-bottom: 2rem;
  }

  .hero .container {
    padding-bottom: 10rem;
  }

  .features-section {
    bottom: 0.75rem;
  }
}

@media (max-width: 700px) {
  .top-bar .container,
  .site-header .container,
  .site-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav .container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .top-bar__left,
  .top-bar__right {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .top-bar {
    display: none;
  }

  .nav-controls {
    margin-left: auto;
  }

  .nav-quote {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding-bottom: 0.15rem;
  }

  .hero {
    min-height: clamp(24rem, 78vh, 36rem);
    padding-bottom: 1.25rem;
  }

  .hero .container {
    width: min(100%, calc(100% - 1.25rem));
    padding: 3rem 0 2.5rem;
    min-height: auto;
  }

  .page-hero--full {
    min-height: 360px;
    padding: 3rem 1rem;
  }

  .page-hero__card {
    max-width: 100%;
    margin: 1.25rem 0 0;
  }

  .hero-content {
    padding: 1.25rem;
  }

  .hero-content h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-dots {
    bottom: 11rem;
  }


  .hero {
    min-height: clamp(24rem, 78vh, 36rem);
    padding-bottom: 1.25rem;
  }

  .hero .container {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .features-section {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(100%, calc(100% - 1.25rem));
    margin: 1.25rem auto 0;
    border-radius: 1rem;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-grid,
  .card-grid,
  .services-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quote-request-box__guarantees ul {
    grid-template-columns: 1fr;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-shell,
  .page-hero,
  .section-card,
  .cta-strip,
  .admin-toolbar,
  .admin-card,
  .admin-table {
    width: 100%;
  }

  .page-hero {
    padding: 1.5rem;
  }

  .page-hero--full {
    padding: 3rem 1rem;
  }

  .visual-split,
  .visual-split--reverse {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .visual-split__media {
    order: -1;
  }

  .visual-split__media img {
    min-height: 260px;
    border-radius: 1rem;
  }

  .about-images {
    min-height: 280px;
    margin-bottom: 1rem;
  }

  .about-img--1 {
    width: 78%;
    height: 220px;
  }

  .about-img--2 {
    width: 60%;
    height: 180px;
  }

  .about-img--3 {
    width: 46%;
    height: 150px;
    top: 24%;
    left: 38%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .admin-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-table th,
  .admin-table td {
    padding: 0.75rem 0.6rem;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .whatsapp-float {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 3.15rem;
    height: 3.15rem;
  }
}
