@media (max-width: 1140px) {
  .service-tile-grid,
  .service-overview-grid,
  .area-priority-grid,
  .process-grid,
  .area-pill-grid,
  .testimonial-grid,
  .about-values,
  .trust-grid,
  .footer-main,
  .kpi-grid,
  .service-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .span-4,
  .span-6,
  .span-8 {
    grid-column: span 6;
  }

  .split-layout,
  .featured-service-lead,
  .service-page-layout,
  .area-page-grid,
  .contact-grid,
  .carpentry-layout,
  .area-showcase,
  .area-project-showcase,
  .area-directory-shell,
  .coverage-map-shell {
    grid-template-columns: 1fr;
  }

  .service-quick-facts {
    position: static;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .service-variant-split,
  .carpentry-points,
  .area-zone-grid {
    grid-template-columns: 1fr;
  }

  .city-hover-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .desktop-nav {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: 600px;
  }

  .hero-content {
    padding-top: 3rem;
  }

  .service-tile-grid,
  .service-overview-grid,
  .area-priority-grid,
  .showcase-grid,
  .service-example-grid,
  .form-grid,
  .process-grid,
  .area-pill-grid,
  .testimonial-grid,
  .about-values,
  .trust-grid,
  .kpi-grid,
  .footer-main,
  .service-meta-grid,
  .service-variant-split,
  .carpentry-points,
  .area-zone-grid,
  .area-project-showcase,
  .area-directory-shell,
  .coverage-map-shell {
    grid-template-columns: 1fr;
  }

  .city-hover-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .span-4,
  .span-6,
  .span-8 {
    grid-column: auto;
  }

  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .section {
    padding: 2.7rem 0;
  }

  .trust-carousel {
    gap: 0.45rem;
    padding: 0.62rem 0 0.82rem;
  }

  .trust-viewport {
    width: 100%;
  }

  .trust-card {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.85rem 0.9rem;
  }

  .trust-card img {
    width: 1.05rem;
    height: 1.05rem;
  }

  .trust-card p {
    max-width: 100%;
    font-size: 0.84rem;
    line-height: 1.36;
  }

  .mobile-sticky-cta {
    display: flex;
  }

  body {
    padding-bottom: 82px;
  }

  .hero-ctas .btn,
  .cta-band .btn {
    width: 100%;
  }

  .nav-wrap {
    min-height: 80px;
  }

  .footer-bottom .container {
    justify-content: center;
    text-align: center;
  }

  .testimonial {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    justify-self: center;
    padding: 1.2rem 1rem;
  }

  .review-stars {
    margin-bottom: 0.58rem;
    font-size: 0.89rem;
  }

  .area-project-showcase {
    gap: 0.85rem;
    justify-items: center;
  }

  .area-project-review {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    justify-self: center;
    padding: 1rem;
  }

  .area-project-gallery {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    justify-self: center;
    padding: 0.62rem;
  }

  .area-project-gallery-viewport {
    width: 100%;
    margin-inline: auto;
  }

  .area-project-gallery-item img {
    aspect-ratio: 16 / 10;
    max-height: 260px;
  }

  .area-project-gallery-item figcaption {
    left: 0.52rem;
    bottom: 0.52rem;
    max-width: min(calc(100% - 1.04rem), 30ch);
    font-size: 0.76rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 2.3rem 0;
  }

  .section[data-service-reviews],
  .section[data-area-gallery-section] {
    padding: 2rem 0;
  }

  .section[data-service-reviews] .section-header,
  .section[data-area-gallery-section] .section-header {
    margin-inline: auto;
    text-align: center;
  }

  .script-emphasis {
    font-size: 1.1em;
  }

  .modern-emphasis {
    font-size: 0.62em;
    letter-spacing: 0.1em;
    padding: 0.2em 0.32em 0.18em;
  }

  .brand-word {
    font-size: 1.07rem;
  }

  .brand-sub {
    font-size: 0.62rem;
  }

  .hero {
    padding-top: 7.2rem;
  }

  .mobile-menu-inner {
    width: min(100% - 1.5rem, 680px);
  }

  .mobile-link {
    font-size: 1.08rem;
  }

  .nav-logo-image {
    width: clamp(120px, 40vw, 172px);
    max-height: 50px;
  }

  .mobile-menu-header .nav-logo-image {
    width: min(74vw, 198px);
    max-height: 54px;
  }

  .mobile-sticky-cta {
    width: calc(100% - 0.7rem);
    bottom: 0.35rem;
  }

  .trust-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }

  .trust-card {
    padding: 0.76rem 0.72rem;
  }

  .trust-card p {
    font-size: 0.8rem;
  }

  .area-project-review p {
    font-size: 0.92rem;
  }

  .area-project-review {
    max-width: 340px;
  }

  .area-project-gallery {
    max-width: 340px;
    padding: 0.5rem;
  }

  .area-project-gallery-item img {
    aspect-ratio: 5 / 4;
    max-height: 185px;
  }

  .area-project-gallery-item figcaption {
    left: 0.4rem;
    bottom: 0.4rem;
    max-width: min(calc(100% - 0.8rem), 24ch);
    font-size: 0.72rem;
    line-height: 1.3;
    padding: 0.34rem 0.44rem;
  }

  .testimonial {
    max-width: 340px;
    padding: 1.05rem 0.9rem;
  }

  .area-project-gallery-note {
    font-size: 0.75rem;
  }

  .city-hover-list {
    grid-template-columns: 1fr;
  }
}
