@media (min-width: 701px) and (hover: hover) and (pointer: fine) {
  .hero-area { position: relative; }
  .category-panel { position: relative; z-index: 20; overflow: visible; }
  .category-item { height: 72px; border-bottom: 1px solid #f1f1f2; }
  .category-trigger { height: 100%; padding: 10px 14px; display: grid; grid-template-columns: 34px 1fr 12px; gap: 10px; align-items: center; }
  .category-trigger:hover,
  .category-item:focus-within > .category-trigger,
  .category-item.is-open > .category-trigger { background: #fff1f0; color: var(--red); }
  .category-trigger b, .category-trigger small { display: block; }
  .category-trigger b { font-size: 14px; }
  .category-trigger small { color: #858b94; font-size: 11px; white-space: nowrap; }
  .category-trigger i { font-size: 20px; color: #b3b7bd; font-style: normal; }
  .mega-menu { position: absolute; display: none; left: calc(100% + 12px); top: 48px; width: min(720px, calc(100vw - 520px)); min-width: 590px; min-height: 432px; padding: 22px 28px; background: #fff; border: 1px solid #dedfe3; box-shadow: 0 10px 28px rgba(27,31,37,.16); color: var(--ink); z-index: 40; }
  .mega-menu::before { content: ""; position: absolute; left: -13px; top: 0; bottom: 0; width: 13px; }
  .category-item:hover > .mega-menu,
  .category-item:focus-within > .mega-menu,
  .category-item.is-open > .mega-menu { display: block; }
  .mega-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 5px; border-bottom: 1px solid var(--line); }
  .mega-head strong { font-size: 18px; }
  .mega-head a { font-size: 12px; color: var(--red); }
  .mega-row { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 11px 0; border-bottom: 1px dashed #ececef; }
  .mega-row:last-child { border: 0; }
  .mega-row > b { font-size: 14px; }
  .mega-row p { display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 0; }
  .mega-row a { color: #555d68; white-space: nowrap; }
  .mega-row a:hover, .mega-row a:focus { color: var(--red); text-decoration: underline; }
}
@media (max-width: 700px) {
  .category-item { display: block; border-bottom: 1px solid #f1f1f2; }
  .category-trigger { height: auto; display: flex; flex-direction: column; text-align: center; gap: 4px; padding: 14px 4px; }
  .category-trigger i, .category-trigger small { display: none; }
  .mega-menu { display: none !important; }
}
