@media (max-width: 1080px) {
  .nav-panel {
    gap: 0;
  }

  .nav-panel a {
    padding-inline: 10px;
    font-size: 0.86rem;
  }

  .benefit-grid,
  .saving-panel,
  .calculator-grid,
  .contact-grid,
  .split-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-home-grid,
  .home-services-grid,
  .home-trust-shell,
  .home-why-grid,
  .home-specialty-card {
    grid-template-columns: 1fr;
  }

  .home-service-card-light,
  .home-trust-item + .home-trust-item {
    border-left: 0;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .saving-main {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  :root {
    --header: 76px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-panel {
    position: fixed;
    top: 70px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-panel a {
    width: 100%;
    border-radius: 8px;
    padding: 12px 14px;
  }

  .hero {
    min-height: 86svh;
    padding-bottom: 44px;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(6, 29, 14, 0.9) 0%,
      rgba(8, 38, 20, 0.76) 58%,
      rgba(251, 249, 243, 0.92) 100%
    );
  }

  h1 {
    max-width: 8.2ch;
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  .hero-lead {
    max-width: 31ch;
    font-size: 1rem;
  }

  .hero-actions {
    max-width: 31ch;
  }

  .hero-home-grid {
    padding: 60px 0 68px;
    gap: 28px;
  }

  .hero-home-visual {
    height: 340px;
  }

  .home-service-card,
  .home-specialty-card,
  .home-trust-item,
  .home-cta-shell {
    padding: 24px;
  }

  .home-service-media,
  .home-specialty-visual img {
    height: 180px;
    min-height: 180px;
  }

  .home-specialty-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .home-why-copy {
    font-size: 1.35rem;
  }

  .eyebrow,
  .label {
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .hero-metrics div {
    padding: 14px 16px;
  }

  .section {
    padding: 62px 0;
  }

  .contact-actions {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .section-shell {
    width: min(100% - 28px, var(--max));
  }

  .footer-logo {
    width: min(150px, 100%);
    max-height: 62px;
  }

  .hero-actions,
  .form-actions {
    display: grid;
  }

  .home-highlights {
    grid-template-columns: 1fr;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .brand-mark {
    grid-template-columns: repeat(3, 8px);
    gap: 3px;
  }

  .brand-mark span {
    width: 8px;
    height: 8px;
  }

  .btn {
    width: 100%;
  }

  .saving-main,
  .saving-list article,
  .benefit-card,
  .case-card,
  .calculator-card,
  .result-panel,
  .faq-item {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
