/* One navigation component on custom, Elementor and archive templates. */
body.ws-redesign-enabled .elementor-location-header,
body.ws-redesign-enabled .elementor-element-98c218e { display: none !important; }
.ws-shared-header, .ws-shared-header * { box-sizing: border-box; }
.ws-shared-header { font-family: var(--ws-font); color: var(--ws-navy); }
.ws-shared-header .ws-header-inner { position: relative; overflow: visible; clip-path: none; }
.ws-shared-header a { text-decoration: none; }
.ws-shared-header .ws-logo img { display: block; max-width: 100%; height: auto; }
.ws-shared-header .ws-primary-nav { gap: clamp(12px, 1.4vw, 22px); }
.ws-shared-header .ws-primary-nav > a,
.ws-shared-header summary { color: var(--ws-navy); font-size: 12px; font-weight: 800; line-height: 1.4; text-transform: uppercase; white-space: nowrap; }
.ws-shared-header summary { display: flex; align-items: center; gap: 6px; padding: 12px 0; cursor: pointer; list-style: none; }
.ws-shared-header summary::-webkit-details-marker { display: none; }
.ws-shared-header summary svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.ws-shared-header details { position: relative; }
.ws-shared-header details[open] summary,
.ws-shared-header .ws-primary-nav a[aria-current="page"] { color: var(--ws-red); }
.ws-shared-header .ws-nav-dropdown { position: absolute; top: 100%; left: -16px; min-width: 235px; padding: 10px; border: 1px solid var(--ws-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 32px rgba(24,38,80,.14); z-index: 10; }
.ws-shared-header .ws-nav-dropdown a { display: block; padding: 12px; font-size: 13px; line-height: 1.45; font-weight: 650; color: var(--ws-navy); white-space: normal; border-radius: 9px; }
.ws-shared-header .ws-nav-dropdown a:hover,
.ws-shared-header .ws-nav-dropdown a:focus-visible { background: var(--ws-cloud); }
.ws-shared-header .ws-nav-dropdown a::after { display: none; }
body.ws-redesign-enabled .ws-socials a,
body.ws-redesign-enabled .ws-socials a:hover,
body.ws-redesign-enabled .ws-socials a:focus-visible { color: #fff; }
body.ws-redesign-enabled .ws-socials svg { color: #fff; fill: #fff; }
.ws-shared-header .ws-socials { display: flex; gap: 7px; }
.ws-shared-header .ws-socials a { width: 32px; height: 32px; flex-shrink: 0; transform: none; }
body.ws-redesign-enabled .ws-socials .ws-instagram-mark { fill: none; stroke: #fff; stroke-width: 2; }
body.ws-redesign-enabled .ws-instagram-mark .ws-instagram-dot { fill: #fff; stroke: none; }
.ws-shared-header .ws-language-switch a { color: var(--ws-navy); }
.ws-shared-header .ws-language-switch a.is-active { color: #fff; }
.ws-shared-header .ws-header-tools { display: flex; }
.ws-shared-header :is(a,summary,button):focus-visible { outline: 2px solid var(--ws-blue); outline-offset: 4px; }
@media (min-width: 941px) and (max-width: 1200px) {
  .ws-shared-header .ws-header-inner { grid-template-columns: 145px 1fr auto; gap: 12px; }
  .ws-shared-header .ws-logo img { width: 145px; }
  .ws-shared-header .ws-primary-nav { gap: 10px; }
  .ws-shared-header .ws-primary-nav > a, .ws-shared-header summary { font-size: 10px; }
  .ws-shared-header .ws-header-tools { gap: 8px; }
}
@media (max-width: 940px) {
  .ws-shared-header .ws-header-inner { gap: 10px; grid-template-columns: 1fr auto auto; }
  .ws-shared-header .ws-primary-nav { grid-template-columns: 1fr; max-height: calc(100dvh - 125px); overflow-y: auto; }
  .ws-shared-header summary { padding: 12px; justify-content: space-between; border-radius: 10px; background: var(--ws-cloud); }
  .ws-shared-header .ws-nav-dropdown { position: static; min-width: 0; box-shadow: none; border: 0; padding: 4px 8px; }
  .ws-shared-header .ws-socials { display: none; }
}
@media (max-width: 480px) {
  .ws-shared-header .ws-header-inner { padding: 10px; gap: 8px; }
  .ws-shared-header .ws-logo img { width: 120px; }
  .ws-shared-header .ws-menu-toggle { padding: 0 10px; }
  .ws-shared-header .ws-menu-toggle-label { display: none; }
  .ws-shared-header .ws-language-switch { padding: 3px; }
  .ws-shared-header .ws-language-switch a { min-width: 29px; padding: 8px 5px; font-size: 10px; }
}
