@media (max-width: 900px) {
  .site-header {
    top: 0;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    width: min(1200px, calc(100% - 20px));
    min-height: 50px;
    padding: 8px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
  }

  .site-brand {
    width: auto;
    text-align: left;
    font-size: 13px;
    margin: 0;
    flex: 0 0 auto;
    min-width: 88px;
  }

  .site-nav {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    font-size: 12px;
    min-height: 34px;
    padding: 6px 9px;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .home-hero__wrap,
  .stats-grid,
  .feature-grid,
  .product-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .customers-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-category-grid,
  .blog-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .products-list-grid,
  .products-list-grid--compact {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  }

  .products-layout {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    position: static;
  }

  .contact-main-layout,
  .office-map-layout,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-contact-grid,
  .other-ways-grid {
    grid-template-columns: 1fr;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .not-found-actions {
    grid-template-columns: 1fr;
  }

  .contact-hero h1,
  .blog-hero h1,
  .news-hero h1 {
    font-size: clamp(30px, 6.5vw, 40px);
    line-height: 1.12;
  }

  .contact-main-layout,
  .office-map-layout {
    gap: 16px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .home-contact-grid,
  .home-contact-grid--two-cols {
    grid-template-columns: 1fr;
  }

  .home-contact-actions,
  .contact-form .btn {
    width: 100%;
  }

  .home-contact-actions .btn {
    flex: 1 1 100%;
  }

  .contact-hero__actions {
    align-items: flex-start;
  }

  .office-map-card iframe {
    height: 44vh;
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  .site-header__inner {
    width: calc(100% - 10px);
    padding: 5px 6px;
  }

  .site-brand {
    min-width: 96px;
    font-size: 12px;
  }

  .site-nav a {
    font-size: 11px;
    min-height: 32px;
    padding: 5px 8px;
  }

  .contact-hero h1,
  .blog-hero h1,
  .news-hero h1 {
    font-size: clamp(28px, 7vw, 38px);
  }

  .not-found-panel {
    padding: 20px;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-page,
  .blog-single-page,
  .news-page,
  .news-single-page,
  .products-page {
    padding-top: 92px;
  }

  .blog-hero h1,
  .news-hero h1,
  .blog-single-hero h1,
  .news-single-hero h1 {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.15;
  }

  .blog-card__body,
  .news-card__body {
    padding: 14px;
  }

  .blog-card__excerpt,
  .news-card__excerpt {
    font-size: 14px;
    line-height: 1.65;
  }

  .blog-single-body,
  .news-single-body {
    padding: 16px;
  }

  .contact-form-card,
  .office-info-card,
  .office-map-card,
  .related-website-card,
  .home-contact-card {
    padding: 14px;
  }

  .customers-stats-grid,
  .why-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .customers-stat-card,
  .why-reason-card {
    padding: 14px;
  }

  .map-section__header h2 {
    font-size: 30px;
  }

  .home-contact-card p,
  .office-info-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .home-customers.snap-section,
  .home-why.snap-section,
  .home-products.snap-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
