/* Behavioral and responsive fixes on top of the supplied V16 visual baseline. */
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
.container { width: min(1180px, 92vw); margin-inline: auto; }
.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready:not(.visible) { opacity: 0; transform: translateY(22px); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 120; padding: 12px 18px; background: #fff; color: var(--navy); transform: translateY(-180%); border-radius: 8px; }
.skip-link:focus { transform: none; }
main, [id] { scroll-margin-top: 96px; }
.nav > a { flex-shrink: 0; }
.navlinks { gap: 22px; white-space: nowrap; }
.navlinks a[aria-current="page"] { color: var(--blue); }
.header .quote, .lang { flex-shrink: 0; white-space: nowrap; }
.menu { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font-size: 24px; }
.dialog-open { overflow: hidden; }
.drawer { height: 100dvh; padding-top: 58px; overscroll-behavior: contain; }
.drawer-close { position: absolute; right: 18px; top: 12px; width: 40px; height: 40px; border: 0; background: var(--bg); border-radius: 8px; color: var(--navy); font-size: 28px; }
.lightbox { padding: 60px 18px 24px; }
.lightbox .close { border: 0; background: transparent; width: 44px; height: 44px; line-height: 1; }
.lightbox img { max-width: 100%; max-height: calc(100dvh - 100px); object-fit: contain; }
#mainProduct, #mainProductImage { cursor: zoom-in; }
.thumb-v10.active { border-color: var(--blue); }
.faq-toggle { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; color: inherit; font-weight: inherit; }
.searchbox input, .hf-form > *, .db-filters > *, .finder-v7 > * { min-width: 0; }
.chip { cursor: pointer; }
.chip:hover { background: #dcecff; }
.db-count { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.filter-reset { margin-left: auto; padding: 8px 14px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); background: #fff; }
.catalogue-empty { text-align: center; padding: 48px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.catalogue-empty .filter-reset { margin: 12px 0 0; }
.inquiry-status { grid-column: 1 / -1; padding: 14px; border-radius: 8px; background: #edf5fd; color: var(--navy); font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.footer a, .footer-v7 a, .drawer a { overflow-wrap: anywhere; }
.footer a:hover, .footer-v7 a:hover { text-decoration: underline; }
.product-hero-grid > *, .detail-two > *, .proof-v7 > *, .matching-v7 .inner > *, .kc-card > *, .kc-hero-grid > *, .footergrid > *, .footer-v7-grid > *, .landing-grid > * { min-width: 0; }
.product-summary-v10 h1, .landing-card, .v15-related-card, .kc-hero-grid h1 { overflow-wrap: anywhere; }
.kc-article-layout > * { min-width: 0; }
.spec-panel-v10 table { table-layout: fixed; overflow-wrap: anywhere; }
@media (min-width: 1101px) and (max-width: 1280px) {
  .nav { gap: 18px; }
  .header .logo { width: 230px; }
  .navlinks { gap: 16px; }
  .header .quote { padding-inline: 14px; }
}
@media (max-width: 1100px) {
  .header .quote, .header .lang { display: none; }
  .menu { display: block; margin-left: auto; }
  .navlinks { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 14px 4vw 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(7,29,61,.08); max-height: calc(100dvh - 100px); overflow-y: auto; }
  .navlinks.open { display: grid; gap: 0; }
  .navlinks a { padding: 13px 10px; }
}
@media (max-width: 850px) {
  body:has(.mobilebar) { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .mobilebar { padding-bottom: env(safe-area-inset-bottom); }
  .hero-v6 .searchbox button { flex: 0 0 90px; }
}
@media (max-width: 600px) {
  .footergrid { grid-template-columns: 1fr; }
  .header .logo { max-width: 64vw; }
  .drawer { padding-inline: 22px; }
  .quick-facts div { padding: 12px 8px; }
  .spec-panel-v10 { padding: 20px; }
  .video-card-v10 > div { flex-wrap: wrap; gap: 8px; }
  .official-card a { white-space: normal; }
  .kc-card footer { flex-wrap: wrap; }
  .kc-card h2 { overflow-wrap: anywhere; }
  .kc-hero-grid { gap: 24px; }
  .hero-v6 .kicker { font-size: 10px; letter-spacing: .14em; }
  .hero-v6 h1 { font-size: clamp(32px, 9.8vw, 39px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.reveal-ready { opacity: 1; transform: none; }
}
