.desktop-nav .mega-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 44px;
  padding: 0 0 0 24px;
  margin-left: 10px;
  border-left: 1px solid currentColor;
  font-size: 11px;
  white-space: nowrap;
}
.mega-menu-trigger > span { font-size: 21px; line-height: 1; transition: transform 180ms ease; }
.mega-menu-trigger:hover > span { transform: rotate(90deg); }
.mega-menu {
  --menu-paper: #f5f0e7;
  --menu-ink: #101819;
  --menu-muted: #b6b9b4;
  --menu-line: #ffffff29;
  position: fixed;
  inset: 0;
  width: calc(100% - 64px);
  max-width: 1440px;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  border: 1px solid #ffffff2b;
  border-radius: 4px;
  background: var(--menu-ink);
  color: var(--menu-paper);
  overscroll-behavior: contain;
  box-shadow: 0 32px 100px #00000060;
  scrollbar-width: thin;
  scrollbar-color: #646f6a var(--menu-ink);
}
.mega-menu::backdrop { background: #030807d9; backdrop-filter: blur(12px); }
.mega-menu[open] { animation: menu-enter 220ms ease-out both; }
.mega-menu-inner { padding: 0 32px 20px; }
.mega-menu-top {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--menu-line);
  background: var(--menu-ink);
}
.mega-menu-kicker { display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.mega-menu-symbol { display: flex; align-items: center; gap: 3px; height: 22px; }
.mega-menu-symbol > i { display: block; width: 4px; height: 15px; background: #d7f36b; transform: skewY(-25deg); }
.mega-menu-symbol > i:nth-child(2) { height: 22px; background: #d69c55; }
.mega-menu-symbol > i:nth-child(3) { height: 18px; background: #bfb295; }
.mega-menu-count { margin-left: 16px; color: var(--menu-muted); font-size: 9px; }
.mega-menu-close { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 13px; padding: 0 0 0 12px; font-size: 11px; }
.mega-menu-close svg { width: 38px; height: 38px; padding: 10px; border: 1px solid #ffffff50; border-radius: 50%; stroke: currentColor; stroke-width: 1.3; transition: background-color 180ms ease, transform 180ms ease; }
.mega-menu-close:hover svg { background: #ffffff15; transform: rotate(90deg); }
.mega-menu-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 27px 0 28px; }
.mega-menu-intro h2 { font: 400 clamp(36px, 4vw, 56px)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -2px; }
.mega-menu-intro h2 em { color: #b8c0b4; font-weight: 400; }
.mega-menu-intro > p { color: var(--menu-muted); text-align: right; font-size: 11px; line-height: 1.6; }
.mega-menu-brands { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.mega-menu-brands > li { min-width: 0; }
.mega-menu-brand {
  --brand-accent: #daf969;
  --brand-background: #101c0e;
  --brand-border: #536841;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  background: var(--brand-background);
  color: var(--brand-accent);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.mega-menu-brand::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 2; height: 3px; background: var(--brand-accent); }
.mega-menu-brand-bensons { --brand-accent: #e5b879; --brand-background: #23170e; --brand-border: #6b4c30; }
.mega-menu-brand-nightbird { --brand-accent: #dfc795; --brand-background: #091929; --brand-border: #3b5260; }
.mega-menu-card-meta { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 5px 10px; min-height: 47px; padding: 15px 21px 9px; font-size: 8px; font-weight: 500; line-height: 1.5; letter-spacing: 1.2px; text-transform: uppercase; }
.mega-menu-current { color: #f8f4eb; font-size: 8px; letter-spacing: 0.3px; text-transform: none; }
.mega-menu-current::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 5px 2px 0; border-radius: 50%; background: currentColor; }
.mega-menu-brand-heading { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; min-height: 106px; padding: 0 20px 18px; }
.mega-menu-brand-name { display: block; font: 400 clamp(36px, 4vw, 57px)/1 Georgia, "Times New Roman", serif; letter-spacing: -1.7px; }
.mega-menu-brand-mountain .mega-menu-brand-name { font: 400 clamp(43px, 5vw, 72px)/0.93 "Bebas Neue", Arial, sans-serif; letter-spacing: 0.3px; text-transform: uppercase; }
.mega-menu-brand-mountain .mega-menu-brand-line { color: #fb96c4; font: 400 17px/1.1 "Kaushan Script", Georgia, serif; }
.mega-menu-brand-bensons .mega-menu-brand-name { color: #fae5bd; font-weight: 700; font-size: clamp(34px, 3.7vw, 53px); letter-spacing: -2px; }
.mega-menu-brand-bensons .mega-menu-brand-line { font-size: 8px; letter-spacing: 1.1px; text-transform: uppercase; }
.mega-menu-brand-nightbird .mega-menu-brand-name { font-style: italic; }
.mega-menu-brand-nightbird .mega-menu-brand-line { font: italic 400 14px/1.2 Georgia, "Times New Roman", serif; }
.mega-menu-brand-line { display: block; font-size: 10px; }
.mega-menu-brand-image { position: relative; display: block; width: 100%; height: clamp(225px, 28vh, 320px); overflow: hidden; background: var(--brand-background); }
.mega-menu-brand-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--brand-background), transparent 25%, transparent 83%, var(--brand-background)); }
.mega-menu-brand-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: 0; transition: opacity 350ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.mega-menu-brand-image img.is-loaded { opacity: 1; }
.mega-menu-brand-mountain .mega-menu-brand-image img { object-position: 81% center; }
.mega-menu-brand-bensons .mega-menu-brand-image img { object-position: 69% center; }
.mega-menu-brand-nightbird .mega-menu-brand-image img { object-position: 85% center; }
.mega-menu-card-bottom { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 17px 21px 21px; }
.mega-menu-brand-copy { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.mega-menu-brand-detail { color: #e5e7df; font-size: 10px; line-height: 1.4; }
.mega-menu-brand-action { font-size: 12px; font-weight: 500; line-height: 1.3; }
.mega-menu-brand-arrow { display: grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border: 1px solid var(--brand-border); border-radius: 50%; font: 400 21px/1 Arial, sans-serif; transition: background-color 180ms ease, color 180ms ease; }
.mega-menu-brand:hover, .mega-menu-brand:focus-visible { border-color: var(--brand-accent); box-shadow: 0 0 0 1px var(--brand-accent); }
.mega-menu-brand:hover .mega-menu-brand-image img, .mega-menu-brand:focus-visible .mega-menu-brand-image img { transform: scale(1.045); }
.mega-menu-brand:hover .mega-menu-brand-arrow, .mega-menu-brand:focus-visible .mega-menu-brand-arrow { background: var(--brand-accent); color: var(--brand-background); border-color: var(--brand-accent); }
.mega-menu-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0 16px; }
.mega-menu-collection { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: space-between; gap: 27px; min-height: 46px; padding: 0 17px; border: 1px solid #8b958c; color: var(--menu-paper); font-size: 11px; font-weight: 500; transition: background-color 180ms ease, color 180ms ease; }
.mega-menu-collection > span:last-child { font: 400 22px/1 Arial, sans-serif; }
.mega-menu-collection:hover { background: var(--menu-paper); color: var(--menu-ink); }
.mega-menu-local:not([hidden]) { display: flex; flex-wrap: wrap; align-items: center; column-gap: 18px; row-gap: 0; }
.mega-menu-local > span { color: var(--menu-muted); font-size: 8px; text-transform: uppercase; letter-spacing: 0.7px; }
.mega-menu-local > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 10px; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #89958c; }
.mega-menu-responsible { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding-top: 12px; border-top: 1px solid var(--menu-line); color: #a1aaa3; font-size: 8px; line-height: 1.6; }
.mega-menu :focus-visible { outline: 2px solid #f7f3e9; outline-offset: 4px; }
@keyframes menu-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .desktop-nav .mega-menu-trigger { padding-left: 20px; margin-left: 0; gap: 15px; }
  .mega-menu { width: calc(100% - 40px); }
  .mega-menu-inner { padding: 0 24px 18px; }
  .mega-menu-brands { gap: 12px; }
  .mega-menu-card-meta { padding-left: 16px; padding-right: 16px; font-size: 7px; letter-spacing: 0.7px; }
  .mega-menu-brand-heading { padding-left: 12px; padding-right: 12px; min-height: 95px; }
  .mega-menu-brand-mountain .mega-menu-brand-line { font-size: 14px; }
  .mega-menu-brand-bensons .mega-menu-brand-line { font-size: 7px; letter-spacing: 0.5px; }
  .mega-menu-card-bottom { padding: 16px; gap: 10px; }
  .mega-menu-brand-detail { font-size: 9px; }
  .mega-menu-brand-action { font-size: 11px; }
  .mega-menu-local { max-width: 380px; }
}
@media (min-width: 761px) and (max-height: 820px) {
  .mega-menu-top { padding-top: 10px; padding-bottom: 10px; }
  .mega-menu-intro { padding-top: 18px; padding-bottom: 18px; }
  .mega-menu-intro h2 { font-size: 44px; }
  .mega-menu-brand-heading { min-height: 90px; padding-bottom: 12px; }
  .mega-menu-brand-image { height: 210px; }
  .mega-menu-bottom { padding-top: 16px; padding-bottom: 12px; }
}
@media (max-width: 760px) {
  .mega-menu { inset: 0; width: 100%; max-width: none; height: 100dvh; max-height: 100dvh; margin: 0; border: 0; border-radius: 0; }
  .mega-menu-inner { min-height: 100%; padding: 0 20px max(18px, env(safe-area-inset-bottom)); }
  .mega-menu-top { margin: 0 -20px; padding: max(12px, env(safe-area-inset-top)) 20px 12px; }
  .mega-menu-kicker { gap: 10px; font-size: 9px; }
  .mega-menu-count { margin-left: 7px; font-size: 8px; }
  .mega-menu-close { gap: 8px; font-size: 10px; }
  .mega-menu-close svg { width: 34px; height: 34px; padding: 9px; }
  .mega-menu-intro { display: block; padding: 23px 0 21px; }
  .mega-menu-intro h2 { font-size: clamp(30px, 8.4vw, 50px); letter-spacing: -1.5px; }
  .mega-menu-intro > p { padding-top: 10px; text-align: left; font-size: 11px; }
  .mega-menu-intro > p > br { display: none; }
  .mega-menu-brands { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .mega-menu-brand { min-height: 174px; padding: 18px; }
  .mega-menu-brand::before { inset: 0 auto 0 0; width: 3px; height: auto; }
  .mega-menu-card-meta { position: static; display: block; min-height: auto; padding: 0; font-size: 8px; line-height: 1.5; }
  .mega-menu-card-meta > span:first-child { position: relative; z-index: 1; }
  .mega-menu-current { position: absolute; z-index: 3; top: 10px; right: 10px; padding: 2px 5px; background: #08120de6; font-size: 7px; }
  .mega-menu-brand-heading { align-items: flex-start; justify-content: flex-start; gap: 0; width: 61%; min-height: 0; padding: 12px 0 0; }
  .mega-menu-brand-name { font-size: clamp(34px, 9vw, 48px); letter-spacing: -1.4px; }
  .mega-menu-brand-mountain .mega-menu-brand-name { font-size: clamp(40px, 11vw, 59px); letter-spacing: 0.3px; }
  .mega-menu-brand-bensons .mega-menu-brand-name { font-size: clamp(32px, 8.7vw, 47px); letter-spacing: -1.6px; }
  .mega-menu-brand-line { display: none; }
  .mega-menu-brand-image { position: absolute; z-index: 0; top: 0; right: 0; width: 44%; height: 100%; }
  .mega-menu-brand-image::after { background: linear-gradient(90deg, var(--brand-background), transparent 32%, transparent); }
  .mega-menu-card-bottom { position: static; align-items: center; width: 61%; padding: 12px 0 0; gap: 8px; }
  .mega-menu-brand-copy { position: relative; z-index: 1; gap: 7px; }
  .mega-menu-brand-detail { font-size: 9px; line-height: 1.3; }
  .mega-menu-brand-action { font-size: 11px; }
  .mega-menu-brand-arrow { position: absolute; z-index: 2; right: 12px; bottom: 12px; width: 29px; height: 29px; background: var(--brand-background); font-size: 18px; }
  .mega-menu-bottom { display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 22px 0 12px; }
  .mega-menu-collection { min-height: 48px; padding: 0 15px; font-size: 11px; }
  .mega-menu-local:not([hidden]) { column-gap: 18px; max-width: none; }
  .mega-menu-local > span { flex-basis: 100%; padding-top: 6px; }
  .mega-menu-local > a { font-size: 11px; }
  .mega-menu-responsible { font-size: 8px; padding-top: 13px; }
}
@media (max-width: 360px) {
  .mega-menu-inner { padding-left: 16px; padding-right: 16px; }
  .mega-menu-top { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .mega-menu-count { display: none; }
  .mega-menu-brand { min-height: 168px; padding: 16px; }
  .mega-menu-brand-heading { width: 63%; }
  .mega-menu-brand-name { font-size: 33px; }
  .mega-menu-brand-mountain .mega-menu-brand-name { font-size: 42px; }
  .mega-menu-brand-bensons .mega-menu-brand-name { font-size: 33px; }
  .mega-menu-card-bottom { width: 64%; }
}
@media (prefers-reduced-motion: reduce) {
  .mega-menu[open] { animation: none; }
  .mega-menu *, .mega-menu-trigger > span { transition: none !important; }
}
