@media(max-width:1050px) {
  .header-actions .phone-link {
    display: none;
  }
  .primary-nav ul {
    gap: 14px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:820px) {
  body {
    padding-bottom: 58px;
  }
  .container {
    width: min(calc(100% - 30px), var(--max));
  }
  .topbar {
    display: none;
  }
  .nav-wrap {
    min-height: 68px;
  }
  .menu-toggle {
    display: grid;
    margin-left: auto;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--navy);
  }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 100%);
    overflow: auto;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid var(--line);
  }
  .primary-nav.open {
    display: block;
  }
  .primary-nav ul {
    display: block;
  }
  .primary-nav a, .dropdown-toggle {
    display: flex;
    width: 100%;
    padding: 12px 0;
    justify-content: space-between;
    text-align: left;
    font-size: .95rem;
  }
  .dropdown {
    position: static;
    width: 100%;
    padding: 0 0 0 18px!important;
    box-shadow: none;
  }
  .header-actions {
    display: none;
  }
  .hero {
    min-height: 610px;
  }
  .hero::after, .page-hero::after {
    background-size: 80px 80px;
  }
  .hero-content {
    padding-block: 70px;
  }
  .trust-strip {
    margin: 0;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 75px 0;
  }
  .split-layout, .quote-page, .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feature-image {
    min-height: 350px;
  }
  .process {
    grid-template-columns: 1fr 1fr;
  }
  .section-map {
    background: var(--soft);
  }
  .form-shell {
    padding: 30px;
  }
  .related-links, .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-hero {
    min-height: 470px;
  }
  .mobile-cta {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .2);
  }
  .mobile-cta a {
    padding: 15px;
    color: #fff;
    background: var(--navy);
    text-align: center;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  .mobile-cta a:last-child {
    background: var(--red);
  }
  .mobile-phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    color: #fff;
    background: #ed1c24;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
    transition: background .2s;
  }
  .mobile-phone-btn:hover {
    background: #c81018;
  }
  .mobile-phone-btn svg {
    flex-shrink: 0;
  }
  .back-top {
    bottom: 75px;
  }
}

@media(max-width:560px) {
  h1 {
    font-size: 2.25rem;
  }
  .hero {
    min-height: 570px;
  }
  .hero-content>p:not(.eyebrow) {
    font-size: 1rem;
  }
  .button-row .btn {
    width: 100%;
  }
  .trust-grid, .card-grid, .feature-grid, .testimonial-grid, .form-grid, .footer-grid, .related-links, .gallery-grid, .area-grid, .process, .process.three {
    grid-template-columns: 1fr;
  }
  .trust-card {
    padding: 16px;
  }
  .trust-icon {
    width: 42px;
    height: 42px;
  }
  .trust-icon svg {
    width: 22px;
    height: 22px;
  }
  .section {
    padding: 60px 0;
  }
  .service-card img {
    height: 200px;
  }
  .feature-image {
    min-height: 280px;
    box-shadow: 10px 10px 0 var(--navy);
  }
  .option-list {
    grid-template-columns: 1fr;
  }
  .form-shell {
    width: 100%;
    padding: 25px 15px;
  }
  .quote-form {
    padding: 22px 16px;
  }
  .page-hero {
    min-height: 440px;
    padding: 55px 0;
  }
  .small-hero {
    padding: 65px 0;
  }
  .gallery-grid img {
    height: 220px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .map-card {
    min-height: 300px;
  }
  .map-card span {
    font-size: 1.7rem;
  }
}
