@media (max-width: 1100px) {
  .section-shell,
  .site-header {
    width: min(var(--max), calc(100% - 40px));
  }

  .desktop-nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .logo-strip {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 24px;
  }

  .services,
  .work,
  .process,
  .seo-copy,
  .about,
  .contact,
  .faq {
    grid-template-columns: 1fr;
  }

  .work-heading {
    min-height: auto;
    flex-direction: row;
    align-items: end;
  }

  .project-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-panel {
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 76px;
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .hero {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .trust-row {
    flex-wrap: wrap;
  }

  .rating {
    margin-left: 0;
  }

  .hero-visual {
    min-height: 315px;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 92px;
  }

  .hero-phone {
    left: 2%;
    top: 18px;
    width: 220px;
    min-height: 340px;
  }

  .hero-phone h2 {
    margin-top: 22px;
    font-size: 25px;
  }

  .chart-card {
    margin-top: 18px;
  }

  .muscle {
    display: none;
  }

  .luxora {
    display: none;
  }

  .smart {
    right: 0;
    bottom: 36px;
    width: 220px;
    min-height: 190px;
    transform: rotate(7deg);
    padding: 22px;
  }

  .smart h3 {
    font-size: 25px;
  }

  .stats,
  .service-grid,
  .testimonial-grid,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .stats div {
    border-left: 0;
    border-top: 1px solid var(--soft-line);
  }

  .stats div:first-child {
    border-top: 0;
  }

  .service-grid,
  .project-row {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 560px) {
  .section-shell,
  .site-header {
    width: min(var(--max), calc(100% - 28px));
  }

  .brand {
    font-size: 20px;
  }

  .hero-actions,
  .work-heading,
  .testimonial-head {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 62px;
    padding-inline: 28px;
  }

  .hero-visual {
    min-height: 300px;
    transform: none;
    margin-bottom: 96px;
  }

  .hero-phone {
    left: -4px;
    top: 10px;
    width: 205px;
    min-height: 312px;
    padding: 22px 18px;
    transform: rotate(-4deg);
  }

  .hero-phone h2 {
    font-size: 23px;
  }

  .hero-phone p {
    display: none;
  }

  .smart {
    right: 0;
    bottom: 28px;
    width: 205px;
    min-height: 176px;
  }

  .smart span {
    margin-bottom: 14px;
  }

  .smart h3 {
    font-size: 23px;
  }

  .ad-card a,
  .project-card a {
    min-height: 52px;
    padding-inline: 16px;
  }

  .logo-strip,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-strip {
    display: none;
  }

  .stats {
    margin-top: 34px;
  }

  .seo-copy {
    display: none;
  }

  .service-grid,
  .project-row,
  .testimonial-grid {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 20px 16px 0;
    scrollbar-width: none;
  }

  .service-grid::-webkit-scrollbar,
  .project-row::-webkit-scrollbar,
  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card,
  .project-card,
  .testimonial-grid article {
    flex: 0 0 min(80vw, 315px);
    scroll-snap-align: start;
  }

  .work-heading .button {
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .project-card a {
    width: 100%;
  }

  .logo-strip span {
    font-size: 20px;
  }

  .stats div {
    padding: 18px;
    border-top: 1px solid var(--soft-line);
  }

  .stats div:nth-child(2) {
    border-top: 0;
  }

  .stats b {
    font-size: 28px;
  }

  .stats span {
    font-size: 28px;
  }

  .services,
  .seo-copy,
  .work,
  .process,
  .about,
  .testimonials,
  .contact,
  .faq {
    padding-top: 48px;
  }

  .process-panel {
    min-height: 260px;
    overflow: hidden;
  }

  .mini-ad {
    right: 20px;
    top: 32px;
    width: 170px;
    min-height: 215px;
    font-size: 23px;
  }

  .metric-float {
    left: 14px;
    bottom: 74px;
    width: 150px;
  }

  .feedback-float {
    display: none;
  }

  .studio-card {
    display: none;
  }

  .contact-card,
  .final-cta,
  .site-footer {
    padding: 22px;
  }

  .site-footer {
    border-radius: 28px;
    margin-bottom: 28px;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-actions button {
    width: 100%;
    min-height: 48px !important;
    padding: 12px 14px;
  }

}
