@media (max-width: 1060px) {
  .topbar-inner span {
    display: none;
  }

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

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    top: 116px;
    left: 20px;
    right: 20px;
    display: none;
    max-height: calc(100vh - 138px);
    overflow: auto;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow-md);
  }

  .site-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .site-nav > a,
  .nav-menu > a {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-menu {
    display: grid;
  }

  .mega-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    min-width: 0;
    padding: 0 0 0 12px;
    border: 0;
    box-shadow: none;
  }

  .header-button {
    display: none;
  }

  .hero-grid,
  .command-grid,
  .story-grid,
  .contact-grid,
  .visit-grid,
  .faq-grid,
  .capability-grid,
  .feature-wide {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 520px;
  }

  .premium-card-grid,
  .package-grid,
  .values-grid,
  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .tab-panel,
  .service-detail,
  .service-detail.reverse {
    grid-template-columns: 1fr;
  }

  .service-detail.reverse img {
    order: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-grid,
  .split-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .topbar-inner {
    justify-content: center;
    min-height: 38px;
    font-size: 0.78rem;
  }

  .topbar-inner a:last-of-type {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-text small {
    display: none;
  }

  .site-nav {
    top: 104px;
    left: 16px;
    right: 16px;
  }

  .home-hero {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 82px 110px;
  }

  .hero-copy h1 {
    font-size: clamp(4.6rem, 22vw, 6.2rem);
  }

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

  .trust-strip {
    margin-top: -32px;
  }

  .trust-grid,
  .premium-card-grid,
  .package-grid,
  .values-grid,
  .store-grid,
  .metric-grid,
  .footer-grid,
  .tab-buttons,
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .premium-card,
  .package-card {
    min-height: auto;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .stack-main,
  .stack-small {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .tab-button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .tab-button:last-child {
    border-bottom: 0;
  }

  .tab-panel img,
  .service-detail img,
  .feature-wide img {
    min-height: 260px;
  }

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

  .process-grid article,
  .process-grid article:nth-child(2) {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid article:last-child {
    border-bottom: 0;
  }

  .process-grid span {
    margin-bottom: 20px;
  }

  .page-hero {
    min-height: 460px;
  }

  .page-hero-inner {
    padding-block: 70px;
  }

  .quote-form {
    padding: 22px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}
