@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-open .site-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(18,17,16,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 1.35rem;
  }

  .home-project {
    grid-template-columns: 60px 1fr;
  }

  .home-project-visual {
    grid-column: 2;
  }

  .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-process-copy {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .header-inner {
    height: 74px;
  }

  .brand-subline {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 60px;
  }

  .hero-topline {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 20vw, 6.5rem);
  }

  .button {
    width: 100%;
  }

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

  .transformation {
    padding: 90px 0;
  }

  .transformation-stage {
    min-height: 500px;
  }

  .browser-old {
    width: 72%;
    top: 48px;
  }

  .browser-new {
    width: 86%;
    bottom: 0;
  }

  .legacy-page {
    min-height: 280px;
    padding: 22px;
  }

  .modern-page {
    min-height: 335px;
    padding: 22px;
  }

  .modern-page > small {
    margin-top: 38px;
  }

  .modern-page h2 {
    font-size: 2.2rem;
  }

  .modern-nav span {
    display: none;
  }

  .transform-marker {
    left: 18%;
    top: 46%;
  }

  .transform-marker div {
    width: 90px;
  }

  .transformation-caption {
    grid-template-columns: 1fr;
  }

  .home-makeovers,
  .home-process,
  .home-cta {
    padding: 90px 0;
  }

  .home-project {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .home-project-visual {
    min-height: 360px;
    padding: 22px;
  }

  .home-project-visual strong {
    margin-top: 72px;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .drive-shape {
    width: 360px;
    height: 175px;
  }

  .tooth-shape {
    width: 160px;
    height: 160px;
    right: 18px;
    bottom: 18px;
  }

  .tooth-shape span {
    width: 76px;
    height: 132px;
  }

  .home-projects-link .button {
    width: 100%;
  }

  .process-row {
    grid-template-columns: 54px 1fr;
  }

  .home-cta-main h2 {
    font-size: clamp(4.4rem, 19vw, 7rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
