﻿.lam-menu-shell {
  --lam-shell-bg: #fff;
  --lam-shell-text: #1d1d1f;
  --lam-shell-muted: #6e6e73;
  --lam-shell-border: rgba(29, 29, 31, 0.08);
  --lam-shell-overlay: rgba(244, 244, 246, 0.68);
  --lam-shell-overlay-mobile: rgba(15, 16, 19, 0.18);
  --lam-shell-max-width: 1120px;
  --lam-shell-panel-max-width: 1120px;
  --lam-shell-header-bottom: 44px;
  color: var(--lam-shell-text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  left: 50%;
  margin-left: -50vw;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 9990;
}

.lam-menu-shell,
.lam-menu-shell * {
  box-sizing: border-box;
}

.lam-menu-shell__bar {
  background: var(--lam-shell-bg);
  position: relative;
  z-index: 3;
}

.lam-menu-shell__top {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(52px, 1fr) auto minmax(52px, 1fr);
  margin: 0 auto;
  max-width: min(var(--lam-shell-max-width), calc(100vw - 48px));
  min-height: 44px;
  padding: 0 12px;
  position: relative;
}

.lam-menu-shell__brand,
.lam-menu-shell__actions {
  align-items: center;
  display: flex;
  min-width: 0;
}

.lam-menu-shell__brand {
  justify-self: start;
}

.lam-menu-shell__brand-logo,
.lam-menu-shell__drawer-logo {
  align-items: center;
  color: var(--lam-shell-text);
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  width: auto;
}

.lam-menu-shell__brand-logo img,
.lam-menu-shell__drawer-logo img {
  display: block;
  height: auto;
  max-height: 18px;
  max-width: 100%;
  width: auto;
}

.lam-menu-shell__nav {
  justify-self: center;
  min-width: 0;
}

.lam-menu-shell__top-list {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.lam-menu-shell__top-item {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.lam-menu-shell__top-link,
.lam-menu-shell__top-button,
.lam-menu-shell__top-label {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--lam-shell-muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1;
  min-height: 44px;
  padding: 0;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.lam-menu-shell__top-label {
  color: var(--lam-shell-muted);
  cursor: default;
}

.lam-menu-shell__top-link:hover,
.lam-menu-shell__top-link:focus-visible,
.lam-menu-shell__top-button:hover,
.lam-menu-shell__top-button:focus-visible {
  color: #000;
  outline: none;
}

.lam-menu-shell__top-item.is-active .lam-menu-shell__top-link,
.lam-menu-shell__top-item.is-active .lam-menu-shell__top-button,
.lam-menu-shell__top-link[aria-expanded="true"],
.lam-menu-shell__top-button[aria-expanded="true"] {
  background: transparent;
  color: #000;
}

.lam-menu-shell__actions {
  gap: 14px;
  justify-content: flex-end;
  justify-self: end;
}

.lam-menu-shell__search-trigger {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--lam-shell-muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 44px;
  min-width: 28px;
  outline: none;
  padding: 0;
  transition: color 160ms ease, opacity 160ms ease;
}

.lam-menu-shell__search-trigger-icon,
.lam-menu-shell__search-form-icon {
  border: 1.5px solid currentColor;
  border-radius: 999px;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 15px;
}

.lam-menu-shell__search-trigger-icon::after,
.lam-menu-shell__search-form-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 1.5px;
  position: absolute;
  right: -4px;
  top: 11px;
  transform: rotate(45deg);
  width: 6px;
}

.lam-menu-shell__mobile-toggle,
.lam-menu-shell__drawer-close {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--lam-shell-muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  outline: none;
  padding: 0;
}

.lam-menu-shell__mobile-toggle {
  min-height: 44px;
  min-width: 28px;
  transition: color 160ms ease, opacity 160ms ease;
}

.lam-menu-shell__mobile-toggle:hover,
.lam-menu-shell__mobile-toggle:focus-visible,
.lam-menu-shell__search-trigger:hover,
.lam-menu-shell__search-trigger:focus-visible,
.lam-menu-shell__drawer-close:hover,
.lam-menu-shell__drawer-close:focus-visible {
  background: transparent;
  box-shadow: none;
  color: #000;
  outline: none;
}

.lam-menu-shell__mobile-toggle {
  display: none;
}

.lam-menu-shell__mobile-toggle-icon,
.lam-menu-shell__drawer-close-icon {
  background: currentColor;
  border-radius: 999px;
  display: inline-block;
  height: 2px;
  position: relative;
  width: 16px;
}

.lam-menu-shell__mobile-toggle-icon::before,
.lam-menu-shell__mobile-toggle-icon::after,
.lam-menu-shell__drawer-close-icon::before,
.lam-menu-shell__drawer-close-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 16px;
}

.lam-menu-shell__mobile-toggle-icon::before {
  top: -5px;
}

.lam-menu-shell__mobile-toggle-icon::after {
  top: 5px;
}

.lam-menu-shell__drawer-close-icon {
  background: transparent;
}

.lam-menu-shell__drawer-close-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.lam-menu-shell__drawer-close-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.lam-menu-shell__overlay {
  background: var(--lam-shell-overlay);
  backdrop-filter: blur(24px) saturate(160%);
  inset: var(--lam-shell-header-bottom) 0 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 1;
}

.lam-menu-shell[data-lam-blur-enabled="0"] .lam-menu-shell__overlay {
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0.18);
}

.lam-menu-shell__panel {
  background: #fff;
  border-top: 1px solid var(--lam-shell-border);
  inset: calc(100% - 1px) auto auto 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -10px);
  transition: opacity 180ms ease, transform 180ms ease;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
}

.lam-menu-shell.is-open .lam-menu-shell__overlay {
  opacity: 1;
  pointer-events: auto;
}

.lam-menu-shell.is-open .lam-menu-shell__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.lam-menu-shell__panel-inner {
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: min(var(--lam-shell-panel-max-width), calc(100vw - 56px));
  min-width: 0;
  padding: 38px 28px 56px;
}

.lam-menu-shell__drawer-head,
.lam-menu-shell__mobile-nav {
  display: none;
}

.lam-menu-shell__pane[hidden],
.lam-menu-shell__mobile-accordion-panel[hidden] {
  display: none;
}

.lam-menu-shell__provider[hidden] {
  display: none;
}

.lam-menu-shell__desktop-view {
  display: block;
}

.lam-menu-shell__provider--search {
  display: block;
}

.lam-menu-shell__search-shell {
  margin: 0 auto;
  max-width: min(680px, 100%);
  padding: 8px 0 12px;
}

.lam-menu-shell__search-head {
  margin-bottom: 24px;
}

.lam-menu-shell__search-form {
  align-items: center;
  border-bottom: 1px solid var(--lam-shell-border);
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0 0 16px;
}

.lam-menu-shell__search-form-icon {
  color: var(--lam-shell-muted);
}

.lam-menu-shell__search-input {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--lam-shell-text);
  font: inherit;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  min-width: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

.lam-menu-shell__search-input::placeholder {
  color: var(--lam-shell-muted);
  opacity: 1;
}

.lam-menu-shell__search-close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--lam-shell-muted);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
  outline: none;
  padding: 0;
}

.lam-menu-shell__search-close-icon {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}

.lam-menu-shell__search-close-icon::before,
.lam-menu-shell__search-close-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px;
}

.lam-menu-shell__search-close-icon::before {
  transform: rotate(45deg);
}

.lam-menu-shell__search-close-icon::after {
  transform: rotate(-45deg);
}

.lam-menu-shell__search-body {
  display: grid;
  gap: 22px;
}

.lam-menu-shell__search-status {
  color: var(--lam-shell-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.lam-menu-shell__search-results {
  display: grid;
  gap: 22px;
}

.lam-menu-shell__search-group {
  display: grid;
  gap: 12px;
}

.lam-menu-shell__search-group-title {
  color: var(--lam-shell-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.lam-menu-shell__search-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lam-menu-shell__search-item {
  margin: 0;
}

.lam-menu-shell__search-result-link {
  color: var(--lam-shell-text);
  display: inline-flex;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-decoration: none;
}

.lam-menu-shell__search-result-link:hover,
.lam-menu-shell__search-result-link:focus-visible {
  opacity: 0.72;
  outline: none;
}

.lam-menu-shell__pane-grid {
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.lam-menu-shell__pane-meta {
  align-self: start;
  display: grid;
  gap: 18px;
}

.lam-menu-shell__pane-label {
  color: var(--lam-shell-muted);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0;
}

.lam-menu-shell__pane-title {
  color: var(--lam-shell-text);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.lam-menu-shell__pane-description {
  color: var(--lam-shell-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.lam-menu-shell__pane-link {
  color: var(--lam-shell-text);
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-decoration: none;
}

.lam-menu-shell__pane-link:hover,
.lam-menu-shell__pane-link:focus-visible {
  opacity: 0.72;
  outline: none;
}

.lam-menu-shell__pane-content {
  min-width: 0;
}

.lam-menu-shell__child-list,
.lam-menu-shell__nested-list {
  display: grid;
  gap: 14px 44px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lam-menu-shell__child-list {
  grid-template-columns: repeat(auto-fit, minmax(200px, 220px));
  justify-content: start;
}

.lam-menu-shell__nested-list {
  margin-top: 14px;
}

.lam-menu-shell__child-card {
  display: grid;
  gap: 10px;
}

.lam-menu-shell__child-link {
  color: var(--lam-shell-text);
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}

.lam-menu-shell__child-link:hover,
.lam-menu-shell__child-link:focus-visible {
  color: #000;
  opacity: 0.75;
  outline: none;
}

.lam-menu-shell__child-link.is-static {
  cursor: default;
}

.lam-menu-shell__child-title {
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.lam-menu-shell__nested-list .lam-menu-shell__child-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.lam-menu-shell__child-description {
  color: var(--lam-shell-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.lam-menu-shell__empty {
  color: var(--lam-shell-muted);
  display: grid;
  gap: 10px;
  padding: 22px 0 8px;
}

.lam-menu-shell__empty-title,
.lam-menu-shell__empty-copy {
  margin: 0;
}

.lam-menu-shell__empty-title {
  color: var(--lam-shell-text);
  font-size: 18px;
  font-weight: 600;
}

.lam-menu-shell__empty-copy {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 960px), (hover: none) and (pointer: coarse) {
  .lam-menu-shell {
    left: 0;
    margin-left: 0;
    max-width: 100%;
    overflow-x: clip;
    width: 100%;
    z-index: 30;
  }

  .lam-menu-shell.is-open {
    z-index: 9998;
  }

  .lam-menu-shell__top {
    gap: 14px;
    grid-template-columns: auto 1fr auto;
    max-width: none;
    min-height: 52px;
    padding: 0 18px;
  }

  .lam-menu-shell__nav {
    display: none;
  }

  .lam-menu-shell__mobile-toggle {
    display: inline-flex;
    order: 1;
  }

  .lam-menu-shell__search-trigger {
    min-height: 40px;
    min-width: 24px;
  }

  .lam-menu-shell__overlay {
    background: var(--lam-shell-overlay-mobile);
    backdrop-filter: blur(26px) saturate(140%);
    inset: 0;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    transition: none;
    width: auto;
    z-index: 31;
  }

  .lam-menu-shell[data-lam-blur-enabled="0"] .lam-menu-shell__overlay {
    background: rgba(15, 16, 19, 0.14);
  }

  .lam-menu-shell__panel {
    background: #fff;
    border: 0;
    bottom: 0;
    height: 100dvh;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transform: none;
    transition: none;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }

  .lam-menu-shell.is-open .lam-menu-shell__panel {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .lam-menu-shell__panel-inner {
    align-content: start;
    gap: 24px;
    height: 100dvh;
    margin: 0;
    max-width: none;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 22px 32px;
    position: relative;
  }

  .lam-menu-shell[data-lam-active-provider="search"] .lam-menu-shell__panel-inner {
    height: auto;
    min-height: 100%;
    overflow-y: visible;
    overscroll-behavior: auto;
    padding-top: 56px;
    -webkit-overflow-scrolling: auto;
  }

  .lam-menu-shell__drawer-head {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    inset: 12px 18px auto 18px;
    margin: 0;
    min-height: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }

  .lam-menu-shell__drawer-close {
    min-height: 28px;
    min-width: 28px;
    pointer-events: auto;
  }

  .lam-menu-shell__desktop-view {
    display: none;
  }

  .lam-menu-shell__mobile-nav {
    display: block;
    padding-top: 50px;
  }

  .lam-menu-shell__search-shell {
    max-width: none;
    padding: 0;
  }

  .lam-menu-shell__search-head {
    margin-bottom: 28px;
  }

  .lam-menu-shell__search-form {
    gap: 12px;
    padding-bottom: 14px;
  }

  .lam-menu-shell__search-input {
    font-size: 18px;
    line-height: 1.2;
  }

  .lam-menu-shell__search-close {
    display: none;
  }

  .lam-menu-shell__search-status {
    font-size: 14px;
  }

  .lam-menu-shell__search-result-link {
    font-size: 18px;
    line-height: 1.35;
  }

  .lam-menu-shell__mobile-screen {
    display: none;
  }

  .lam-menu-shell__mobile-screen.is-active {
    display: block;
  }

  .lam-menu-shell__mobile-screen-head {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    min-height: 26px;
  }

  .lam-menu-shell__mobile-screen-title {
    color: var(--lam-shell-muted);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
  }

  .lam-menu-shell__mobile-back {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--lam-shell-muted);
    cursor: pointer;
    display: inline-flex;
    gap: 6px;
    padding: 0;
  }

  .lam-menu-shell__mobile-back-icon {
    border-bottom: 1.5px solid currentColor;
    border-left: 1.5px solid currentColor;
    display: inline-block;
    height: 9px;
    transform: rotate(45deg);
    width: 9px;
  }

  .lam-menu-shell__mobile-back-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }

  .lam-menu-shell__mobile-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .lam-menu-shell__mobile-item {
    margin: 0;
  }

  .lam-menu-shell__mobile-primary-link {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--lam-shell-text);
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0;
    outline: none;
    line-height: 1.22;
    padding: 0;
    text-align: left;
    text-decoration: none;
  }

  .lam-menu-shell__mobile-primary-link.is-static {
    cursor: default;
  }

  .lam-menu-shell__mobile-primary-link:hover,
  .lam-menu-shell__mobile-primary-link:focus-visible {
    color: #000;
    opacity: 0.74;
    outline: none;
  }

  .lam-menu-shell__empty {
    padding-top: 18px;
  }

  .lam-menu-shell__empty-title {
    font-size: 17px;
  }

  .lam-menu-shell__empty-copy {
    color: var(--lam-shell-muted);
    font-size: 14px;
  }
}

.lam-menu-shell a,
.lam-menu-shell button {
  -webkit-tap-highlight-color: transparent;
}

.lam-menu-shell__top-link:visited,
.lam-menu-shell__pane-link:visited,
.lam-menu-shell__child-link:visited,
.lam-menu-shell__mobile-primary-link:visited {
  color: inherit;
}

.lam-menu-shell__top-link:hover,
.lam-menu-shell__top-link:focus-visible,
.lam-menu-shell__top-link:active,
.lam-menu-shell__top-button:hover,
.lam-menu-shell__top-button:focus-visible,
.lam-menu-shell__top-button:active,
.lam-menu-shell__mobile-toggle:hover,
.lam-menu-shell__mobile-toggle:focus-visible,
.lam-menu-shell__mobile-toggle:active,
.lam-menu-shell__drawer-close:hover,
.lam-menu-shell__drawer-close:focus-visible,
.lam-menu-shell__drawer-close:active,
.lam-menu-shell__pane-link:hover,
.lam-menu-shell__pane-link:focus-visible,
.lam-menu-shell__pane-link:active,
.lam-menu-shell__child-link:hover,
.lam-menu-shell__child-link:focus-visible,
.lam-menu-shell__child-link:active,
.lam-menu-shell__mobile-primary-link:hover,
.lam-menu-shell__mobile-primary-link:focus-visible,
.lam-menu-shell__mobile-primary-link:active,
.lam-menu-shell__mobile-back:hover,
.lam-menu-shell__mobile-back:focus-visible,
.lam-menu-shell__mobile-back:active {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lam-shell-text) !important;
  outline: none;
  text-decoration: none;
}

.lam-menu-shell__top-item.is-active .lam-menu-shell__top-link,
.lam-menu-shell__top-item.is-active .lam-menu-shell__top-button,
.lam-menu-shell__top-link[aria-expanded="true"],
.lam-menu-shell__top-button[aria-expanded="true"] {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lam-shell-text) !important;
}


