[data-shell-part="header"] {
      z-index: 50;
      border-bottom: 1px solid var(--color-border);
      background: color-mix(in srgb, var(--color-surface) 96%, transparent);
      color: var(--color-text);
      box-shadow: 0 8px 24px color-mix(in srgb, var(--color-primary) 7%, transparent);
      backdrop-filter: blur(14px);
    }
    [data-shell-part="header"] .shell-header__inner {
      width: min(var(--container-max), calc(100% - 40px));
      min-height: 74px;
      margin-inline: auto;
      display: grid;
      grid-template-columns: minmax(150px, auto) minmax(0, 1fr);
      align-items: center;
      gap: clamp(24px, 4vw, 54px);
    }
    [data-shell-part="header"] .shell-header__brand {
      min-width: 0;
      display: flex;
      align-items: center;
    }
    
    [data-shell-part="header"] .shell-menu {
      min-width: 0;
      width: 100%;
    }
    [data-shell-part="header"] .shell-menu__summary {
      display: none;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] {
      min-width: 0;
      width: 100%;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(8px, 1.6vw, 24px);
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding-inline: 6px;
      color: var(--color-text);
      font-size: .91rem;
      font-weight: 700;
    }
    [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link::after {
      content: "";
      position: absolute;
      right: 6px;
      bottom: 5px;
      left: 6px;
      height: 2px;
      background: var(--color-accent);
      transform: scaleX(0);
      transform-origin: left;
      transition: 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 {
      transform: scaleX(1);
    }
    [data-shell-part="navigation"] [data-site-nav-page][aria-current="page"] {
      color: var(--color-primary);
    }
    [data-shell-part="footer"] {
      border-top: 1px solid color-mix(in srgb, var(--color-border) 38%, transparent);
      background: var(--color-primary);
      color: var(--color-primary-contrast);
    }
    [data-shell-part="footer"] .shell-footer__inner {
      width: min(var(--container-max), calc(100% - 40px));
      margin-inline: auto;
      padding-block: 48px 26px;
    }
    [data-shell-part="footer"] .shell-footer__top {
      display: grid;
      grid-template-columns: minmax(220px, .8fr) minmax(300px, 1.2fr);
      gap: clamp(38px, 8vw, 96px);
      padding-bottom: 34px;
    }
    [data-shell-part="footer"] .shell-footer__identity {
      display: grid;
      align-content: start;
      gap: 18px;
    }
    
    [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__right {
      display: grid;
      gap: 26px;
    }
    [data-shell-part="footer"] .shell-footer__nav-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 12px 28px;
    }
    [data-shell-part="footer"] .shell-footer__nav-link {
      color: var(--color-primary-contrast);
      font-weight: 650;
      opacity: .86;
    }
    [data-shell-part="footer"] .shell-footer__nav-link:hover {
      opacity: 1;
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    
    [data-shell-part="footer"] .shell-footer__bottom {
      padding-top: 22px;
      border-top: 1px solid color-mix(in srgb, var(--color-primary-contrast) 20%, transparent);
      color: color-mix(in srgb, var(--color-primary-contrast) 70%, transparent);
      font-size: .85rem;
    }
    @media (max-width: 820px) {
      [data-shell-part="header"] .shell-header__inner {
        width: min(calc(100% - 28px), 640px);
        min-height: 66px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
      }
      [data-shell-part="header"] .shell-menu {
        width: auto;
        position: relative;
      }
      [data-shell-part="header"] .shell-menu__summary {
        min-height: 42px;
        min-width: 76px;
        padding: 0 14px;
        border: 1px solid var(--color-border);
        border-radius: calc(var(--radius) * .75);
        background: var(--color-surface);
        color: var(--color-primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-weight: 800;
        list-style: none;
      }
      [data-shell-part="header"] .shell-menu__summary::-webkit-details-marker {
        display: none;
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        width: min(320px, calc(100vw - 28px));
        padding: 10px;
        border: 1px solid var(--color-border);
        border-radius: var(--radius);
        background: var(--color-surface);
        box-shadow: 0 18px 44px color-mix(in srgb, var(--color-primary) 18%, transparent);
      }
      [data-shell-part="header"] .shell-menu:not([open]) [data-shell-part="navigation"][data-shell-viewport="both"] {
        display: none;
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__list {
        display: grid;
        justify-content: stretch;
        gap: 2px;
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link {
        width: 100%;
        padding: 9px 12px;
        border-radius: calc(var(--radius) * .6);
      }
      [data-shell-part="navigation"][data-shell-viewport="both"] .shell-nav__link::after {
        top: 10px;
        right: auto;
        bottom: 10px;
        left: 0;
        width: 3px;
        height: auto;
        transform: scaleY(0);
      }
      [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 {
        transform: scaleY(1);
      }
      [data-shell-part="footer"] .shell-footer__inner {
        width: min(calc(100% - 28px), 640px);
      }
      [data-shell-part="footer"] .shell-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
      }
    }
/* sitemach:shell-behavior:start */
:where(
  body[data-shell-context="structured-detail"] > [data-shell-part="header"],
  body[data-shell-context="structured-detail"] > [data-shell-part="header"] a,
  body[data-shell-context="structured-detail"] > [data-shell-part="header"] button
) {
  color: var(--color-text);
}
:where(body[data-shell-context="structured-detail"] > [data-shell-part="header"]) {
  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-context="homepage"] > [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;
}
body:not([data-shell-context="homepage"]) > [data-shell-part="header"][data-shell-behavior="overlay-to-solid"] {
  position: sticky !important;
  top: 0 !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 */