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

  .hero-shell {
    min-height: auto;
    padding-top: 30px;
  }

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

  .service-grid,
  .detail-grid,
  .values-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .footer-brand,
  .footer-map-card {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {
  .header-shell {
    flex-wrap: wrap;
    gap: 18px;
    min-height: 88px;
    padding: 10px 0;
  }

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

  .site-nav {
    display: none;
    width: 100%;
    order: 4;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 59, 122, 0.08);
    box-shadow: 0 20px 40px rgba(7, 31, 67, 0.08);
  }

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

  .site-nav a {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a.is-active,
  .site-nav a:hover {
    background: rgba(120, 184, 42, 0.12);
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
    order: 3;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 6.4vw, 54px);
  }

  .hero-visual {
    width: min(860px, 100%);
    margin-top: 4px;
  }

  .hero-badges {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .two-column,
  .content-grid,
  .blog-feature,
  .article-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner__actions {
    justify-content: flex-start;
  }
}

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

  .header-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'brand toggle'
      'actions actions'
      'nav nav';
    gap: 14px;
    align-items: center;
  }

  .brand-mark {
    grid-area: brand;
  }

  .brand-mark img {
    width: 146px;
    height: auto;
    max-width: 100%;
  }

  .nav-toggle {
    grid-area: toggle;
    margin-left: 0;
    justify-self: end;
  }

  .header-actions {
    grid-area: actions;
    flex-direction: column;
    align-items: stretch;
  }

  .header-phone,
  .btn-small {
    justify-content: center;
    width: 100%;
  }

  .site-nav {
    grid-area: nav;
  }

  .section {
    padding: 78px 0;
  }

  .hero-home {
    padding-top: 8px;
  }

  .hero-background__image {
    border-radius: 0 0 32px 32px;
  }

  .hero-shell {
    min-height: 468px;
    padding-top: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(32px, 8.2vw, 42px);
    line-height: 1.02;
  }

  .hero-copy h2 {
    font-size: clamp(23px, 6.8vw, 32px);
  }

  .hero-copy p {
    max-width: 360px;
    font-size: 14px;
  }

  .hero-actions,
  .cta-banner__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn,
  .cta-banner__actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 10px 12px 12px;
    border-radius: 0 0 20px 20px;
  }

  .hero-badge {
    min-height: 92px;
    padding: 12px 8px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .hero-badge + .hero-badge::before {
    display: none;
  }

  .hero-badge__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .hero-badge__icon svg {
    width: 22px;
    height: 22px;
  }

  .hero-badge strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .hero-badge span {
    font-size: 13px;
    line-height: 1.2;
  }

  .benefit-grid,
  .service-grid,
  .process-grid,
  .detail-grid,
  .vehicle-grid,
  .blog-grid,
  .values-grid,
  .stats-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-map-card {
    grid-column: span 1;
  }

  .panel-card,
  .contact-form,
  .blog-feature__copy {
    padding: 26px;
  }

  .page-hero {
    padding: 118px 0 72px;
  }

  .page-hero__content h1 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .article-cover {
    margin-top: 26px;
  }

  .article-related {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin-top: 76px;
  }
}

@media (max-width: 575px) {
  .site-header {
    position: static;
  }

  .section-heading h1,
  .section-heading h2,
  .hero-copy h1,
  .page-hero__content h1,
  .cta-banner h2,
  .article-hero__copy h1 {
    line-height: 1.14;
  }

  .hero-controls {
    gap: 12px;
  }

  .hero-control {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }

  .benefit-card,
  .service-card__body,
  .vehicle-card__body,
  .article-card__body,
  .detail-card,
  .value-card,
  .contact-card,
  .cta-banner {
    padding: 22px;
  }

  .hero-badge strong {
    font-size: 13px;
  }

  .hero-badge span {
    font-size: 13px;
  }

  .blog-feature__media img {
    min-height: 280px;
  }

  .map-frame iframe {
    min-height: 320px;
  }
}
