@media (max-width: 1180px) {
  .desktop-nav { gap: 1rem; }
  .header-cta { display: none; }
}

@media (max-width: 960px) {
  .topbar__inner > span, .topbar__links a:nth-child(2), .topbar__links a:nth-child(3), .desktop-nav { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .header-main { min-height: 82px; }
  .brand { width: 155px; flex-basis: 155px; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero--home { min-height: 650px; }
  .hero__content { padding: 6rem 0 10rem; }
  .hero__pillars { grid-template-columns: repeat(2, 1fr); }
  .hero__pillars span:nth-child(2) { border-right: 0; }
  .hero__pillars span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 5.5rem 0; }
  .split { grid-template-columns: 1fr; gap: 3rem; }
  .stats__grid, .service-grid, .feature-grid, .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .statement__inner { grid-template-columns: 1fr; }
  .statement .button { justify-self: start; }
  .timeline { grid-template-columns: repeat(3, 1fr); gap: 2.5rem 0; }
  .timeline::before { display: none; }
  .growth { grid-template-columns: 1fr; }
  .growth__image { min-height: 440px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cookie-banner { grid-template-columns: 1fr; gap: 1rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .solution-detail { gap: 3rem; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container-xl)); }
  .topbar__links a { padding-inline: 0; border: 0; }
  .hero--home { min-height: 720px; background-position: 58% center; }
  .hero__backdrop { background: linear-gradient(90deg, rgba(5,23,48,.96), rgba(6,28,56,.7)); }
  .hero__content { padding: 4.5rem 0 11rem; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero__lead { font-size: .98rem; line-height: 1.65; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__pillars span { padding: 1.1rem .5rem; font-size: .6rem; letter-spacing: .1em; }
  .section { padding: 4.5rem 0; }
  .stats__grid, .service-grid, .feature-grid, .editorial-grid { grid-template-columns: 1fr; }
  .stats__grid > div { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .editorial-image { padding: 0 0 28px 20px; }
  .editorial-image img { min-height: 390px; }
  .editorial-image figcaption { right: -.5rem; }
  .service-card { min-height: 290px; }
  .change-list { grid-template-columns: 1fr; }
  .regime-grid { grid-template-columns: 1fr; }
  .regime-grid span { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .timeline { grid-template-columns: 1fr; text-align: left; }
  .timeline li { display: grid; grid-template-columns: 50px 1fr; gap: 0 1rem; text-align: left; }
  .timeline li > span { grid-row: 1 / 3; }
  .timeline h3 { margin: 0 0 .5rem; }
  .timeline p { grid-column: 2; }
  .feature-grid article:nth-child(3n+2) { border-inline: 0; }
  .growth__image { min-height: 330px; }
  .growth__content { padding: 4rem 1.5rem; }
  .section-heading--row, .final-cta__inner > div, .footer-bottom, .cookie-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { padding: 1.5rem 0; }
  .footer-bottom nav { flex-wrap: wrap; }
  .whatsapp-fab { bottom: 1rem; right: 1rem; }
  .whatsapp-fab__icon { width: 54px; height: 54px; flex-basis: 54px; }
  .whatsapp-callout { right: 66px; max-width: 190px; padding: .7rem .82rem; white-space: nowrap; font-size: .7rem; }
  .cookie-banner { left: .6rem; right: .6rem; bottom: .6rem; max-height: 90vh; overflow: auto; }
  .cookie-actions .button { width: 100%; }
  .page-hero { padding: 6rem 0 4.5rem; }
  .principles { grid-template-columns: 1fr; }
  .principles span { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .solution-detail { grid-template-columns: 1fr; gap: 1.5rem; }
  .check-list { columns: 1; }
  .contact-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
}
