@media (max-width: 1180px) {
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
  .page-hero h1 { font-size: 52px; }
  .desktop-nav { display: none; }
  .burger { display: block; }
  .header-inner { min-height: 68px; }
  .hero, .page-hero { padding-top: 48px; }
  .hero { background: var(--c-white); }
  .hero__grid, .page-hero__grid, .media-split, .media-split--reverse, .form-layout { grid-template-columns: 1fr; }
  .hero__media { min-height: auto; }
  .hero-img { height: auto; border-radius: 14px; }
  .floating-panel { position: static; display: inline-flex; margin: 8px 8px 0 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid, .b2b-grid, .case-grid, .article-grid, .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-drawer { display: block; position: fixed; inset: 0 0 0 auto; width: min(420px, 92vw); background: var(--c-white); z-index: 25; padding: 20px; box-shadow: var(--shadow-soft); overflow-y: auto; }
  .nav-overlay { display: block; position: fixed; inset: 0; background: rgba(16,19,24,.42); z-index: 24; }
  .mobile-drawer__head { display: flex; justify-content: space-between; align-items: center; font-weight: 800; margin-bottom: 20px; }
  .icon-button { width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--c-border); background: var(--c-white); font-size: 26px; }
  .mobile-nav-list { display: grid; gap: 6px; margin-bottom: 18px; }
  .mobile-nav-list .nav-link { width: 100%; justify-content: space-between; }
  .mobile-nav-list .nav-dropdown { position: static; box-shadow: none; margin: 4px 0 8px; min-width: 0; }
  body.menu-open { overflow: hidden; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 58px 0; }
  h1, .page-hero h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero__actions, .cta-band__inner, .footer-cta, .footer-bottom { align-items: stretch; flex-direction: column; }
  .hero__actions { margin-bottom: 34px; }
  .quote-input-row { grid-template-columns: 1fr; }
  .category-grid, .brand-grid, .b2b-grid, .case-grid, .article-grid, .icon-grid, .image-pair { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-contact { grid-column: span 2; }
  .header-actions .btn { display: none; }
  .sticky-mobile-cta { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 22; background: var(--c-graphite); border-radius: 14px; padding: 8px; box-shadow: var(--shadow-soft); }
  .sticky-mobile-cta a { color: white; text-decoration: none; min-height: 44px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; }
  .sticky-mobile-cta a:hover { background: rgba(255,255,255,.12); }
}
@media (max-width: 390px) {
  h1, .page-hero h1 { font-size: 38px; }
  .btn { width: 100%; }
  .quote-tab { flex: 1 1 calc(50% - 8px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: span 1; }
}
