@media (max-width: 1050px) {
  .site-nav {
    gap: 18px;
  }

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

  .hero-copy {
    max-width: 840px;
  }

  .hero-visual {
    width: min(100%, 650px);
    margin-inline: auto;
  }

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

  .proof-strip p {
    grid-column: 1 / -1;
  }

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

  .step-card {
    min-height: 0;
  }

  .step-copy {
    max-width: 100%;
  }

  .step-phone {
    width: 280px;
    height: auto;
  }

  .product-story-grid,
  .week-grid {
    gap: 50px;
  }

  .story-phone-one,
  .story-phone-two {
    width: 235px;
  }

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

  .trust-card:last-child {
    grid-column: 1 / -1;
  }

  .legal-layout {
    gap: 34px;
    grid-template-columns: 210px minmax(0, 1fr);
  }
}

@media (max-width: 800px) {
  .section {
    padding: 95px 0;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    padding: 11px;
    place-content: center;
    gap: 6px;
    color: white;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 50%;
  }

  .menu-toggle > span:not(.sr-only) {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 24px;
    color: white;
    background: rgba(23, 17, 38, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: column;
  }

  .site-nav.is-open {
    display: flex;
  }

  :root[data-theme="light"] .site-nav {
    color: var(--ink);
    background: rgba(255, 253, 248, 0.98);
    border-top-color: rgba(28, 24, 32, 0.08);
  }

  .site-nav a {
    padding: 10px 0;
    font-size: 1rem;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-grid,
  .recognition-grid,
  .product-story-grid,
  .week-grid,
  .faq-grid,
  .start-card {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-notes {
    flex-wrap: wrap;
  }

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

  .phone-main {
    right: 12%;
    width: 260px;
  }

  .phone-back {
    right: auto;
    left: 6%;
    width: 205px;
  }

  .chip-one {
    right: 0;
  }

  .chip-two {
    right: auto;
    bottom: 32px;
    left: 0;
  }

  .recognition .section-heading {
    position: static;
  }

  .step-copy {
    max-width: 55%;
  }

  .story-copy {
    order: -1;
  }

  .story-visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .comparison,
  .week-signals {
    grid-template-columns: 1fr;
  }

  .week-visual {
    width: min(100%, 540px);
    margin-inline: auto;
  }

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

  .trust-card:last-child {
    grid-column: auto;
  }

  .faq-grid {
    gap: 32px;
  }

  .start-card {
    padding: 52px 34px;
  }

  .legal-hero {
    padding: 146px 0 76px;
  }

  .legal-section {
    padding: 64px 0 90px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .header-cta {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .hero-lead {
    font-size: 1rem;
  }

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

  .phone-main {
    right: 5%;
    width: 225px;
  }

  .phone-back {
    top: 125px;
    left: -5%;
    width: 170px;
  }

  .insight-chip {
    padding: 10px;
  }

  .chip-one {
    top: 70px;
  }

  .chip-two {
    bottom: 10px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .recognition-grid {
    gap: 35px;
  }

  .step-card {
    min-height: 680px;
    padding: 28px;
  }

  .step-copy {
    max-width: 100%;
  }

  .step-phone {
    width: 245px;
    height: auto;
  }

  .story-visual {
    min-height: 560px;
  }

  .story-phone-one,
  .story-phone-two {
    width: 205px;
  }

  .story-phone-one {
    left: 0;
  }

  .story-phone-two {
    right: 0;
  }

  .week-visual {
    min-height: 620px;
  }

  .week-phone {
    right: 0;
    width: 250px;
  }

  .calendar-card {
    width: min(300px, 88%);
  }

  .trust-card {
    padding: 28px;
  }

  .start-card {
    width: calc(100% - 20px);
    padding: 44px 24px;
    border-radius: 34px;
  }

  .footer-main {
    justify-items: start;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    gap: 8px;
    flex-direction: column;
  }

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

  .legal-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .legal-hero-actions,
  .legal-download-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-hero-actions .button,
  .legal-download-bottom .button {
    width: 100%;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }

  .deletion-request-card {
    align-items: stretch;
    padding: 24px;
    flex-direction: column;
  }

  .deletion-request-card .button {
    width: 100%;
  }

  .legal-document {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .legal-document-header {
    margin-bottom: 34px;
  }

  .legal-download-bottom {
    padding: 24px;
  }
}
