@media (max-width: 1100px) {
  :root {
    --section-y: 5rem;
    --wrap: min(1400px, calc(100% - 3rem));
  }

  .nav-toggle {
    display: block;
    z-index: 50;
  }

  .site-logo {
    width: 8.44rem;
    max-width: 135px;
  }

  .nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5.5rem 1.6rem 2rem;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
  }

  .nav.is-open {
    transform: none;
  }

  .nav ul {
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
  }

  .nav ul a {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    display: block;
    padding: 0.7rem 0;
    min-height: 44px;
  }

  .nav .btn {
    min-height: 48px;
    width: 100%;
    max-width: 22rem;
  }

  body.nav-lock {
    overflow: hidden;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .service-grid,
  .why-grid,
  .strip-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff,
  .about-grid,
  .compare-layout,
  .contact-grid,
  .footer-grid {
    gap: 2.2rem;
  }

  .gallery-marquee {
    --visible: 3;
  }

  .hero-copy {
    padding: 6rem 2.6rem 2.8rem 1.5rem;
  }

  .site-header .nav ul a {
    color: var(--mute);
  }

  .site-header .nav ul a:hover,
  .site-header .nav ul a.is-active {
    color: var(--ink);
  }

  .site-header .nav .header-cta {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--cream);
  }

  .site-header:not(.is-scrolled) .nav-toggle[aria-expanded="true"] span {
    background: var(--ink);
  }

  .about-photo img,
  .handoff-photo img {
    min-height: 360px;
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .hero-copy {
    padding-top: 7.5rem;
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .hero,
  .hero-grid {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    height: auto;
    max-height: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    height: auto;
    gap: 0;
  }

  .hero-copy {
    padding: calc(var(--header) + 1.15rem) 1.5rem 2rem;
    justify-content: flex-start;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 20rem;
  }

  .hero-photo::before {
    background: linear-gradient(
      180deg,
      rgba(17, 17, 17, 0.88) 0%,
      rgba(17, 17, 17, 0.58) 42%,
      rgba(17, 17, 17, 0.35) 100%
    );
  }

  .hero-photo img {
    object-position: 70% center;
  }

  .compare-layout,
  .contact-grid,
  .about-grid,
  .handoff,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .cta-action {
    justify-content: flex-start;
    min-height: 0;
  }

  .gallery-marquee {
    --visible: 3;
  }

  .cta-inner .btn {
    width: fit-content;
    min-height: 3.5rem;
  }

  .quote .btn {
    min-height: 48px;
  }

  .ba {
    min-height: 20rem;
  }
}

@media (max-width: 768px) {
  :root {
    --section-y: 4rem;
  }

  .service-grid,
  .steps,
  .why-grid,
  .strip-grid,
  .quote,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .steps li {
    padding: 1.3rem 0 1.4rem;
  }

  .strip article {
    padding: 1.5rem 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .strip article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

}

@media (max-width: 480px) {
  :root {
    --wrap: min(1400px, calc(100% - 2rem));
  }

  .site-logo {
    width: 7.5rem;
    max-width: 120px;
  }

  .gallery-marquee {
    --visible: 2;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 9.4vw, 2.55rem);
  }

  .hero-actions .btn,
  .quote .btn,
  .cta-inner .btn {
    width: 100%;
    max-width: 100%;
  }

  .ba-knob {
    width: 3rem;
    height: 3rem;
  }

  .about-photo img,
  .handoff-photo img {
    min-height: 280px;
  }
}
