[data-shell-part="header"] {
      z-index: 50;
      width: 100%;
      border-bottom: 1px solid transparent;
      transition: background-color var(--motion-standard), border-color var(--motion-standard), color var(--motion-standard), box-shadow var(--motion-standard);
    }
    [data-shell-part="header"][data-shell-state="overlay"] {
      background: linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 82%, transparent), transparent);
      color: var(--color-primary-contrast);
    }
    [data-shell-part="header"][data-shell-state="solid"] {
      background: color-mix(in srgb, var(--color-surface) 96%, transparent);
      color: var(--color-text);
      border-bottom-color: var(--color-border);
      box-shadow: 0 8px 24px color-mix(in srgb, var(--color-primary) 8%, transparent);
      backdrop-filter: blur(14px);
    }
    [data-shell-part="header"] .shell-header__inner {
      display: grid;
      grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
      align-items: center;
      gap: clamp(18px, 3vw, 38px);
      min-height: 78px;
    }
    [data-shell-part="header"] .shell-header__logo {
      display: flex;
      align-items: center;
      min-width: 128px;
      min-height: 44px;
    }
    [data-shell-part="header"] .shell-header__menu {
      width: 100%;
      min-width: 0;
    }
    [data-shell-part="header"] .shell-header__menu-summary {
      display: none;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: clamp(16px, 2vw, 28px);
      min-width: 0;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: inherit;
      font-size: .91rem;
      font-weight: 700;
      letter-spacing: .01em;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link::after {
      position: absolute;
      right: 0;
      bottom: 6px;
      left: 0;
      height: 2px;
      background: currentColor;
      content: "";
      opacity: 0;
      transform: scaleX(.45);
      transition: opacity var(--motion-fast), transform var(--motion-fast);
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link:hover::after,
    [data-shell-part="navigation"] [data-site-nav-page][aria-current="page"]::after {
      opacity: 1;
      transform: scaleX(1);
    }
    [data-shell-part="header"] .shell-language {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-width: 54px;
      min-height: 38px;
    }
    [data-shell-part="header"] .site-language-switch__current,
    [data-shell-part="header"] .site-language-switch__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding-inline: 11px;
      border: 1px solid color-mix(in srgb, currentColor 38%, transparent);
      border-radius: calc(var(--radius) * .7);
      color: inherit;
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    [data-shell-part="header"] .site-language-switch__link:hover,
    [data-shell-part="header"] .site-language-switch__link:focus-visible,
    [data-shell-part="header"] .site-language-switch__link[aria-current="page"] {
      border-color: currentColor;
      outline-offset: 3px;
    }
    [data-shell-part="footer"] {
      background: color-mix(in srgb, var(--color-primary) 90%, var(--color-text));
      color: var(--color-primary-contrast);
      border-top: 1px solid color-mix(in srgb, var(--color-primary-contrast) 15%, transparent);
    }
    [data-shell-part="footer"] .shell-footer__inner {
      display: grid;
      grid-template-columns: minmax(190px, .8fr) minmax(260px, 1.25fr);
      gap: clamp(40px, 7vw, 88px);
      padding-block: 54px 36px;
    }
    [data-shell-part="footer"] .shell-footer__brand {
      display: grid;
      align-content: start;
      gap: 18px;
    }
    [data-shell-part="footer"] .shell-footer__logo {
      display: flex;
      align-items: center;
      min-height: 46px;
    }
    [data-shell-part="footer"] .shell-footer__company {
      margin: 0;
      color: inherit;
      font-family: var(--font-heading);
      font-size: 1.05rem;
      font-weight: 700;
    }
    [data-shell-part="footer"] .shell-footer__content {
      display: grid;
      gap: 28px;
    }
    [data-shell-part="footer"] .shell-footer__nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 26px;
    }
    [data-shell-part="footer"] .shell-footer__nav-link {
      padding-block: 6px;
      color: color-mix(in srgb, var(--color-primary-contrast) 88%, transparent);
      font-weight: 650;
    }
    [data-shell-part="footer"] .shell-footer__nav-link:hover,
    [data-shell-part="footer"] .shell-footer__nav-link:focus-visible {
      color: var(--color-primary-contrast);
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    [data-shell-part="footer"] .shell-footer__contact {
      min-height: 54px;
      color: color-mix(in srgb, var(--color-primary-contrast) 82%, transparent);
    }
    [data-shell-part="footer"] .shell-footer__bottom {
      grid-column: 1 / -1;
      margin-top: 8px;
      padding-top: 22px;
      border-top: 1px solid color-mix(in srgb, var(--color-primary-contrast) 16%, transparent);
    }
    [data-shell-part="footer"] .shell-footer__copyright {
      margin: 0;
      color: color-mix(in srgb, var(--color-primary-contrast) 67%, transparent);
      font-size: .84rem;
    }
    [data-shell-part="header"] .shell-skip-link {
      position: absolute;
      top: 8px;
      left: 12px;
      z-index: 2;
      padding: 10px 14px;
      border-radius: calc(var(--radius) * .7);
      background: var(--color-surface);
      color: var(--color-text);
      font-weight: 700;
      transform: translateY(-150%);
    }
    [data-shell-part="header"] .shell-skip-link:focus {
      transform: translateY(0);
    }
    @media (max-width: 900px) {
      [data-shell-part="header"] .shell-header__inner {
        grid-template-columns: minmax(120px, 1fr) auto auto;
        min-height: 68px;
        gap: 12px;
      }
      [data-shell-part="header"] .shell-header__menu {
        position: relative;
        width: auto;
      }
      [data-shell-part="header"] .shell-header__menu-summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid color-mix(in srgb, currentColor 38%, transparent);
        border-radius: calc(var(--radius) * .7);
        color: inherit;
        font-weight: 800;
        cursor: pointer;
        list-style: none;
      }
      [data-shell-part="header"] .shell-header__menu-summary::-webkit-details-marker {
        display: none;
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        display: none;
        width: min(320px, calc(100vw - 28px));
        padding: 12px;
        border: 1px solid var(--color-border);
        border-radius: var(--radius);
        background: var(--color-surface);
        color: var(--color-text);
        box-shadow: 0 18px 42px color-mix(in srgb, var(--color-primary) 18%, transparent);
      }
      [data-shell-part="header"] .shell-header__menu[open] [data-shell-part="navigation"][data-shell-viewport="both"] {
        display: grid;
        justify-items: stretch;
        gap: 2px;
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link {
        width: 100%;
        padding-inline: 12px;
        border-radius: calc(var(--radius) * .6);
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link:hover,
      [data-shell-part="navigation"] [data-site-nav-page][aria-current="page"] {
        background: var(--color-surface2);
        color: var(--color-primary);
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link::after {
        display: none;
      }
      [data-shell-part="footer"] .shell-footer__inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 44px 28px;
      }
      [data-shell-part="footer"] .shell-footer__bottom {
        grid-column: auto;
      }
    }
    @media (max-width: 520px) {
      [data-shell-part="header"] .shell-header__inner {
        grid-template-columns: minmax(90px, 1fr) auto auto;
      }
      [data-shell-part="header"] .shell-language {
        min-width: 42px;
      }
      [data-shell-part="header"] .site-language-switch__current,
      [data-shell-part="header"] .site-language-switch__link {
        min-height: 34px;
        padding-inline: 8px;
        font-size: .72rem;
      }
      [data-shell-part="footer"] .shell-footer__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
/* sitemach:shell-behavior:start */
body > [data-ui-role="accessibility.skip_to_content"] {
  position: fixed !important;
  inset-block-start: 0.75rem !important;
  inset-inline-start: 0.75rem !important;
  z-index: 2147483647 !important;
  transform: translateY(calc(-100% - 2rem)) !important;
}
body > [data-ui-role="accessibility.skip_to_content"]:focus,
body > [data-ui-role="accessibility.skip_to_content"]:focus-visible {
  transform: translateY(0) !important;
}
:where(
  body[data-shell-context="structured-detail"] > [data-shell-part="header"]:not([data-shell-behavior="overlay-to-solid"]),
  body[data-shell-context="structured-detail"] > [data-shell-part="header"]:not([data-shell-behavior="overlay-to-solid"]) a,
  body[data-shell-context="structured-detail"] > [data-shell-part="header"]:not([data-shell-behavior="overlay-to-solid"]) button
) {
  color: var(--color-text);
}
:where(body[data-shell-context="structured-detail"] > [data-shell-part="header"]:not([data-shell-behavior="overlay-to-solid"])) {
  border-bottom-color: var(--color-border);
  background: var(--color-surface);
}
body > [data-shell-part="header"][data-shell-behavior="static"] {
  position: relative !important;
  inset: auto !important;
}
body > [data-shell-part="header"][data-shell-behavior="sticky"] {
  position: sticky !important;
  top: 0 !important;
  z-index: max(var(--shell-z-index, 20), 20) !important;
}
body > [data-shell-part="header"][data-shell-behavior="overlay-to-solid"] {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: max(var(--shell-z-index, 20), 20) !important;
}
@media (prefers-reduced-motion: reduce) {
  body > [data-shell-part="header"][data-shell-behavior="overlay-to-solid"],
  body > [data-shell-part="header"][data-shell-behavior="overlay-to-solid"] * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
/* sitemach:shell-behavior:end */