@media (max-width: 1020px) {
  .desktop-nav,
  .nav-actions .button-ghost:not(.mobile-toggle) {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(17, 18, 23, 0.08);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 24px 60px rgba(17, 18, 23, 0.1);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: saturate(180%) blur(28px);
    -webkit-backdrop-filter: saturate(180%) blur(28px);
    transition: max-height 220ms ease, opacity 180ms ease;
  }

  .mobile-panel.is-open {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-panel nav {
    display: grid;
    gap: 8px;
    padding: 14px 0 18px;
  }

  .mobile-panel a {
    border-radius: 16px;
    padding: 13px 14px;
    color: var(--ink);
    background: rgba(245, 245, 247, 0.82);
    font-weight: 720;
  }

  .hero-grid,
  .split,
  .form-grid,
  .cta-inner,
  .page-hero-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 126px;
  }

  .hero-visual {
    max-width: 680px;
  }

  .hero-photo-main {
    min-height: 360px;
  }

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

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

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

  .nav-shell {
    min-height: 68px;
  }

  .nav-actions .button-primary {
    display: none;
  }

  .brand {
    font-size: 1.06rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .hero,
  .page-hero {
    padding-top: 112px;
  }

  .media-panel.two-up {
    grid-template-columns: 1fr;
  }

  .hero-photo-main,
  .media-panel .photo-frame,
  .media-panel .photo-frame.tall {
    min-height: 280px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .hero-highlight {
    display: inline;
    padding: 0;
   }

  .hero-dark h1 {
    font-size: 2.45rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .audit-preview {
    padding: 14px;
  }

  .audit-preview-card {
    padding: 18px;
  }

  .audit-preview-stats {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .grid-3,
  .grid-2,
  .metric-row,
  .form-row,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .testimonial-card,
  .price-head,
  .price-body,
  .audit-form,
  .form-aside {
    padding: 24px;
  }

  .greed-disclaimer {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .testimonial-card h3 {
    max-width: none;
  }

  .floating-card {
    position: static;
    width: auto;
    margin: -28px 16px 16px;
  }

  .process-step {
    padding: 78px 22px 22px;
  }

  .process-step::before {
    left: 22px;
    top: 22px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
