@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

.webstix-mega-menu-wrapper,
.webstix-mega-menu-wrapper * {
  box-sizing: border-box;
}

/* Editorial v2 tokens (webstix-mega-menu-v2.html) + legacy aliases for existing rules */
.webstix-mega-menu-wrapper {
  /* Brand palette */
  --ink: #000000;
  --red: #a51720;
  --paper: #f6f0e8;
  --ink-soft: #616161;
  --hairline: #eeeeee;

  /* Derived tokens */
  --ink-mute: rgba(0, 0, 0, 0.55);
  --paper-warm: #efe6da;
  --paper-deep: #efe6da;
  --ochre: #c8a14b;
  --ochre-wash: rgba(200, 161, 75, 0.12);
  --hairline-strong: #b9b9b9;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
  --ui: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.28s;

  --red-deep: #7f1219;
  --red-hover: #7f1219;
  --red-light: rgba(165, 23, 32, 0.06);
  --red-wash: rgba(165, 23, 32, 0.06);
  --red-glow: rgba(165, 23, 32, 0.15);
  --black: var(--ink);
  --charcoal: var(--ink);
  --dark-gray: var(--ink);
  --gray-700: var(--ink-soft);
  --gray-500: var(--ink-soft);
  --gray-300: #d9d9d9;
  --gray-200: #eeeeee;
  --gray-100: var(--paper-warm);
  --white: #ffffff;
  --off-white: var(--paper-warm);
  --font: var(--ui);

  --webstix-inner-padding-x: 40px;
  --webstix-inner-padding-y: 40px;
  --webstix-column-gap: 32px;
  --wst-row-arrow-gap: 10px;
  --wst-row-arrow-offset: 8px;
  --wst-nav-chevron-gap: 10px;
  --webstix-section-spacing: 0px;
  --webstix-promo-width: 320px;
  --webstix-anim-duration: 280ms;
  --wst-panel-min-height: 420px;
  --wst-promo-card-min-height: 0px;
  --wst-promo-hero-min-height: 0px;
  --wst-separator-color: var(--hairline-strong);
  --wst-separator-width: 1px;
  --wst-split-3-template: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr);
  --wst-split-4-template: repeat(4, minmax(0, 1fr));
  --wst-heading-font: var(--ui);
  --wst-mobile-side-padding: 14px;
  --wst-mobile-link-size: 15px;
  --wst-mobile-button-size: 36px;

  /* Highlighted overview row (override in Custom CSS / Elementor) */
  --wst-highlight-overview-bg: transparent;
  --wst-highlight-overview-padding-y: 4px;
  --wst-highlight-overview-padding-x: 0;
  --wst-highlight-overview-font: var(--serif);
  --wst-highlight-overview-size: 20px;
  --wst-highlight-overview-weight: 400;
  --wst-highlight-overview-color: var(--ink);
  --wst-highlight-overview-em-color: var(--red);
  --wst-highlight-overview-radius: 0;
  --wst-highlight-overview-gap: 12px;

  position: relative;
  font-family: var(--ui);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  /* Ensure dropdown overlays site header buttons */
  z-index: 10000;
}

/* ── MAIN NAV (v2 paper bar) ── */
.webstix-mega-menu-wrapper .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--webstix-inner-padding-x);
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
  overflow: visible;
}

.webstix-mega-menu-wrapper .nav-center {
  display: flex;
  align-items: center;
  overflow: visible;
}

.webstix-mega-menu-wrapper .nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}

.webstix-mega-menu-wrapper .nav-links li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.webstix-mega-menu-wrapper .nav-links a {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: var(--wst-nav-chevron-gap);
  position: relative;
  transition: color var(--dur) var(--ease);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.webstix-mega-menu-wrapper .nav-links a .nav-link__text {
  flex: 0 1 auto;
}

.webstix-mega-menu-wrapper .nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 4px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform var(--dur) var(--ease);
  transform-origin: left;
}

.webstix-mega-menu-wrapper .nav-links a:hover,
.webstix-mega-menu-wrapper .nav-links li.active > a {
  color: var(--red);
}

.webstix-mega-menu-wrapper .nav-links a:hover::after,
.webstix-mega-menu-wrapper .nav-links li.active > a::after {
  transform: scaleX(1);
}

.webstix-mega-menu-wrapper .nav-links a .chevron {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s var(--ease);
  transform: rotate(0deg) !important;
  transform-origin: 50% 50%;
}

/* Point down by default; flip up only while the mega panel is open. */
.webstix-mega-menu-wrapper .nav-links li.active > a .chevron {
  transform: rotate(180deg) !important;
}

/* ══════════════════════════════════════
   MEGA MENU
   ══════════════════════════════════════ */
.webstix-mega-menu-wrapper .mega-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 14, 0.35);
  backdrop-filter: blur(2px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease), visibility var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-overlay.show {
  opacity: 1;
  visibility: visible;
  /* Visual dim only: do not capture pointer (avoids hover jerk on nav → panel path). */
  pointer-events: none;
}

.webstix-mega-menu-wrapper .mega-menu {
  margin-top: 0;
  position: absolute;
  top: 100%;
  /* Constrain to header/menu width (not full viewport) */
  left: 50%;
  right: auto;
  /* 80% viewport width centered (10% gutters) */
  width: min(80vw, var(--wst-mega-max-width, 1380px));
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  background: var(--paper);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline-strong);
  box-shadow: 0 24px 40px -20px rgba(14, 14, 14, 0.15);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease),
    visibility var(--dur) var(--ease);
  /* Keep panel within viewport (Elementor can override offset) */
  max-height: calc(100vh - var(--wst-mega-max-height-offset, 120px));
  overflow-y: auto;
}

/* Hover bridge: prevent flicker when moving into panel */
.webstix-mega-menu-wrapper .mega-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

/* Inner grid + footer CTA: keep footer out of the .mega-inner CSS grid so it cannot auto-place into column 1 */
.webstix-mega-menu-wrapper .mega-menu-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: min(80vw, var(--wst-mega-max-width, 1380px));
  margin-left: auto;
  margin-right: auto;
}

.webstix-mega-menu-wrapper .mega-menu-main > .mega-inner {
  flex: 0 1 auto;
  width: 100%;
  min-width: 0;
}

.webstix-mega-menu-wrapper .mega-menu-main > .mega-footer {
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.webstix-mega-menu-wrapper .mega-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.webstix-mega-menu-wrapper .mega-inner {
  max-width: var(--wst-mega-max-width, 1380px);
  margin: 0 auto;
  padding: var(--webstix-inner-padding-y) var(--webstix-inner-padding-x);
  display: grid;
  gap: var(--webstix-column-gap);
  column-gap: var(--webstix-column-gap);
  /* Consistent panel sizing across layouts (matches v2 feel) */
  min-height: var(--wst-panel-min-height);
}

/* Single-column panels: align content to left edge (not centered) */
.webstix-mega-menu-wrapper .mega-inner--simple,
.webstix-mega-menu-wrapper .mega-inner--two-col.webstix-no-promo {
  margin-left: 0;
  margin-right: auto;
}

/* ── Grid variations ── */
.webstix-mega-menu-wrapper .mega-inner--services {
  /* Stable 30 / 40 / 30 split like v2 */
  grid-template-columns: var(--wst-split-3-template);
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  max-width: var(--wst-mega-max-width, 1380px);
}
.webstix-mega-menu-wrapper .mega-inner--services.webstix-no-promo {
  grid-template-columns: 220px 1fr;
}

.webstix-mega-menu-wrapper .mega-inner--two-col {
  /* Stable split for layouts with content + promo */
  grid-template-columns: minmax(0, 7fr) minmax(220px, var(--webstix-promo-width));
}
.webstix-mega-menu-wrapper .mega-inner--two-col.webstix-no-promo {
  grid-template-columns: 1fr;
}

.webstix-mega-menu-wrapper .mega-inner--simple {
  grid-template-columns: 1fr;
}

/* Simple layout with promo: keep links + promo on one row */
.webstix-mega-menu-wrapper .mega-inner--simple.webstix-has-promo {
  grid-template-columns: minmax(0, 7fr) minmax(220px, var(--webstix-promo-width));
}
.webstix-mega-menu-wrapper .mega-inner--simple.webstix-has-promo > .mega-content {
  grid-column: 1;
  min-width: 0;
}
.webstix-mega-menu-wrapper .mega-inner--simple.webstix-has-promo > .mega-promo {
  grid-column: 2;
}

/* Submenu tabs + locations pane: sidebar/content split */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs {
  grid-template-columns: var(--wst-submenu-locations-split, minmax(0, 3fr) minmax(0, 7fr));
  align-items: stretch;
  column-gap: 0;
  min-height: max(var(--wst-panel-min-height, 420px), 460px);
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  max-width: var(--wst-mega-max-width, 1380px);
}

/* Two columns (no promo): fixed-width rail + fluid main — matches Services “220px + content” feel, not 30fr/70fr. */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-no-promo {
  grid-template-columns: minmax(200px, min(260px, 24vw)) minmax(0, 1fr) !important;
}

/* Promo markup stays in the DOM for other tabs; hide it on Locations so it does not wrap under the sidebar. */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-no-promo > .mega-promo {
  display: none !important;
}

/* Third column = promo rail. Sidebar is a capped rail; middle is 1fr so the locations grid gets real width. */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-has-promo {
  grid-template-columns: var(
    --wst-submenu-locations-tabs-3col,
    minmax(200px, min(260px, 24vw)) minmax(0, 1fr) minmax(220px, max(220px, var(--webstix-promo-width, 320px)))
  );
}

.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-has-promo > .mega-sidebar {
  grid-column: 1;
}

.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-has-promo > .mega-content.mega-content--submenu-locations-tabs {
  grid-column: 2;
  min-width: 0;
  width: 100%;
}

.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs.webstix-has-promo > .mega-promo {
  grid-column: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  border-left: 0;
  padding-left: 28px;
}

/* One clean divider: sidebar rail rule later in this file re-applies border-right — kill it here (and below, belt & suspenders). */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs > .mega-sidebar {
  border-right: 0 !important;
  padding: 14px 22px 20px 14px;
}

/* Ensure tabbed content fills its column; stable height avoids empty vs Locations jump */
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs {
  min-width: 0;
  /* Reserve enough height for label + 2-row locations matrix so the panel does not grow when toggling */
  min-height: max(min(var(--wst-panel-min-height, 420px), 56vh), 460px);
  background: var(--paper);
  border-left: var(--wst-separator-width) solid var(--wst-separator-color);
  /* Extra left inset so copy/links clear the column divider (was 32px; feels tight next to the rule) */
  padding: 18px 20px 28px 44px;
  box-sizing: border-box;
}

/* One kicker + one title (same hierarchy as Services tabs), then list or grid — no duplicate mono label + rule */
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content > .mega-content-header {
  margin-bottom: 10px;
  padding-left: 12px;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content > .mega-heading {
  margin: 16px 0 22px;
  padding-left: 12px;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs.mega-content .mega-heading,
.webstix-mega-menu-wrapper .mega-content.mega-content--submenu-locations-tabs .mega-tab-content > .mega-heading {
  margin-top: 16px;
  margin-bottom: 22px;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content > .mega-link-list--submenu-tab-primary,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content > .mega-link-list--submenu-preview {
  padding-left: 12px;
  box-sizing: border-box;
}

/* No L2 children: single primary row uses Services `.mega-link-list a.overview` styling (not compact submenu-preview rows). */
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary {
  margin-top: 2px;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview {
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary + .mega-sub {
  margin-top: 12px;
}

/* Force-hide tab panes until activated (prevents theme overrides) */
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content {
  display: none !important;
}
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-tab-content.active {
  display: block !important;
  animation: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}

/* Softer “selected” tab: avoids full black invert + reads cleaner on cream paper */
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs .mega-sidebar-link.active {
  background: var(--paper-warm);
  color: var(--ink);
  box-shadow: inset 3px 0 0 0 var(--ink);
}
.webstix-mega-menu-wrapper .mega-inner--submenu-locations-tabs .mega-sidebar-link.active .count {
  color: var(--ink-mute);
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-locations-grid {
  border-radius: 10px;
  overflow: visible;
  margin-left: 12px;
  width: calc(100% - 12px);
  box-sizing: border-box;
  /* Grid has a full box border; without this, its left edge reads as a second vertical rule beside the column divider */
  border-left: 0 !important;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-locations-grid--cols-3 > .mega-loc-card {
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-locations-grid--cols-3 > .mega-loc-card:nth-child(3n) {
  border-right: 0;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-loc-card {
  padding: 22px 22px 20px;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-loc-card .mega-loc-card__title,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-loc-card h4 {
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-loc-card:hover {
  background: var(--paper);
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.03);
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-content: start;
  column-gap: var(--wst-row-arrow-gap);
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-radius: 0;
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-content: start;
  column-gap: var(--wst-row-arrow-gap);
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-content: start;
  column-gap: var(--wst-highlight-overview-gap);
  width: 100%;
  box-sizing: border-box;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview a .arrow,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview .arrow {
  margin-left: 0;
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a:last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a:hover {
  color: var(--red);
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a .arrow {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a:hover .arrow {
  opacity: 1;
  transform: translateX(3px);
}

/* Resources drilldown (3 columns inside Submenu Tabs + Locations Pane) */
.webstix-mega-menu-wrapper .mega-resources-drilldown {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin: 0 12px 0;
  padding-left: 0;
  max-width: 100%;
  min-width: 0;
}

.webstix-mega-menu-wrapper .mega-resources-col--l2 {
  min-width: 0;
  padding-right: 14px;
  border-right: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-resources-col {
  min-width: 0;
}

.webstix-mega-menu-wrapper .mega-resources-col--l3 {
  min-width: 0;
  padding-left: 14px;
  padding-right: 0;
  border-left: 1px solid var(--hairline);
  border-right: 0;
}

.webstix-mega-menu-wrapper .mega-resources-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-row-arrow-gap);
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-radius: 0;
  border-bottom: 1px solid var(--hairline);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-resources-col--l2 > .mega-resources-row--l2 {
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-resources-col--l2 > .mega-resources-row--l2:last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-resources-drilldown .mega-resources-row.is-active,
.webstix-mega-menu-wrapper .mega-resources-drilldown .mega-resources-row:hover {
  border-radius: 0;
}

/* About layout: full-width dotted row rules (same as Menu Builder / mega-link-list). */
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-resources-col--l2,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--resources-l3,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-resources-col--l2 > .mega-resources-row--l2,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--resources-l3 > .mega-resources-row--l3,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview > a,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview > .mega-expand-item .mega-expand-head,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview {
  position: relative;
  border-bottom: none !important;
  box-shadow: none !important;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-resources-col--l2 > .mega-resources-row--l2:not(:last-child)::after,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--resources-l3 > .mega-resources-row--l3:not(:last-child)::after,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview > a:not(:last-child)::after,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-preview > .mega-expand-item:not(:last-child) .mega-expand-head::after,
.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border: 0;
  border-bottom: var(--wst-separator-width) dotted var(--wst-separator-color);
  background: none;
  pointer-events: none;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations-tabs .mega-link-list--submenu-tab-primary a.overview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-highlight-overview-gap);
  width: 100%;
  box-sizing: border-box;
}

.webstix-mega-menu-wrapper .mega-resources-row .arrow {
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}

/* Resources L3: arrow on row hover only (active pane). */
.webstix-mega-menu-wrapper .mega-link-list--resources-l3 .mega-resources-row--l3 .arrow {
  opacity: 0;
  visibility: hidden;
  transform: none;
}
.webstix-mega-menu-wrapper .mega-resources-pane.is-active .mega-resources-row--l3:hover .arrow {
  opacity: 1;
  visibility: visible;
  transform: translateX(3px);
}

.webstix-mega-menu-wrapper .mega-link-list--resources-l3 .mega-resources-row--l3 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-link-list--resources-l3 .mega-resources-row--l3:last-child {
  border-bottom: 0;
}

/* Avoid double rule from generic .mega-link-list a */
.webstix-mega-menu-wrapper .mega-link-list--resources-l3 a.mega-resources-row--l3 {
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-link-list--resources-l3 a.mega-resources-row--l3:last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-resources-row .arrow * {
  stroke: currentColor !important;
  fill: none !important;
}
.webstix-mega-menu-wrapper .mega-resources-row:hover {
  color: var(--red);
}
.webstix-mega-menu-wrapper .mega-resources-row--l2:hover .arrow,
.webstix-mega-menu-wrapper .mega-resources-row--l2.has-children .arrow {
  opacity: 0.45;
}
.webstix-mega-menu-wrapper .mega-resources-row--l2:hover .arrow {
  opacity: 1;
  transform: translateX(3px);
}
.webstix-mega-menu-wrapper .mega-resources-row.is-active {
  background: var(--paper-warm);
  color: var(--ink);
  box-shadow: none;
}
.webstix-mega-menu-wrapper .mega-resources-row.is-active .arrow {
  opacity: 1;
  transform: translateX(2px);
}

.webstix-mega-menu-wrapper .mega-resources-pane[hidden] {
  display: none !important;
}

/* Sub-submenu expandable rows (submenu tabs layout) */
.webstix-mega-menu-wrapper .mega-link-list .mega-expand-item,
.webstix-mega-menu-wrapper .mega-link-list--submenu-preview .mega-expand-item {
  width: 100%;
  box-sizing: border-box;
}

.webstix-mega-menu-wrapper .mega-expand-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list .mega-expand-item {
  padding: 0;
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list .mega-expand-item .mega-expand-head {
  width: 100%;
  box-sizing: border-box;
  
  border-bottom: var(--wst-separator-width) dotted var(--wst-separator-color);
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview .mega-expand-item {
  padding: 0;
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview .mega-expand-item .mega-expand-head {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-link-list .mega-expand-item:last-child,
.webstix-mega-menu-wrapper .mega-link-list--submenu-preview > .mega-expand-item:last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-link-list--submenu-preview > .mega-expand-item:last-child .mega-expand-head {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-expand-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-row-arrow-gap);
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.webstix-mega-menu-wrapper .mega-expand-link {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.webstix-mega-menu-wrapper .mega-expand-link:hover {
  color: var(--red);
}
.webstix-mega-menu-wrapper .mega-expand-head__hit {
  flex: 1 1 auto;
  min-width: 24px;
  min-height: 34px;
  align-self: stretch;
}
.webstix-mega-menu-wrapper .mega-expand-toggle {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: none;
  margin-left: auto;
}
.webstix-mega-menu-wrapper .mega-expand-toggle svg {
  width: 16px;
  height: 16px;
  stroke: var(--paper) !important;
  fill: none;
  stroke-width: 2;
  transition: transform 0.2s var(--ease);
}
.webstix-mega-menu-wrapper .mega-expand-toggle svg * {
  stroke: var(--paper) !important;
}
.webstix-mega-menu-wrapper .mega-expand-toggle svg,
.webstix-mega-menu-wrapper .mega-expand-toggle svg * {
  opacity: 1 !important;
  visibility: visible !important;
  stroke: #ffffff !important;
}

.webstix-mega-menu-wrapper .mega-expand-toggle__chev {
  display: block !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff !important;
}
.webstix-mega-menu-wrapper .mega-expand-item.is-open .mega-expand-toggle__chev {
  transform: rotate(180deg);
  display: inline-block;
}

/* Menu builder rows with children: label + chevron at row end, full-width rule. */
.webstix-mega-menu-wrapper .mega-columns .mega-link-list .mega-expand-item--chevron .mega-expand-head {
  width: 100%;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-link {
  flex: 0 1 auto;
  min-width: 0;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-head__hit {
  flex: 1 1 auto;
  min-width: 16px;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-link:hover {
  color: var(--ink);
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-toggle {
  width: auto;
  height: auto;
  min-width: 28px;
  min-height: 28px;
  margin-left: 0;
  padding: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink) !important;
  box-shadow: none;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-toggle__chev {
  display: none !important;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-toggle__icon {
  display: block !important;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.2s var(--ease);
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron .mega-expand-toggle__icon * {
  stroke: currentColor !important;
  fill: none !important;
}
.webstix-mega-menu-wrapper .mega-expand-item--chevron.is-open .mega-expand-toggle__icon {
  transform: rotate(180deg);
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list .mega-expand-item--chevron .mega-expand-toggle {
  margin-left: auto;
}

.webstix-mega-menu-wrapper .mega-expand-panel {
  width: 100%;
  padding: 8px 0 2px;
}
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-row-arrow-gap);
  padding: 12px 0 12px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
}
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a:last-child {
  border-bottom: 0;
}
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a:hover {
  color: var(--red);
}
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a .arrow {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a:hover .arrow {
  opacity: 1;
  transform: translateX(3px);
}

.webstix-mega-menu-wrapper .mega-tab-empty {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 42ch;
}

.webstix-mega-menu-wrapper .mega-tab-empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}

.webstix-mega-menu-wrapper .mega-tab-empty-cta svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.webstix-mega-menu-wrapper .mega-tab-empty-cta:hover {
  color: var(--red);
}

.webstix-mega-menu-wrapper .mega-locations-empty {
  padding: 8px 4px 0 0;
  max-width: 52ch;
}

.webstix-mega-menu-wrapper .mega-submenu-preview-card {
  padding: 4px 4px 8px 0;
  max-width: min(100%, 560px);
}

.webstix-mega-menu-wrapper .mega-submenu-preview-title {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.webstix-mega-menu-wrapper .mega-submenu-preview-desc {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.webstix-mega-menu-wrapper .mega-submenu-preview-desc--muted {
  color: var(--ink-mute);
}

.webstix-mega-menu-wrapper .mega-submenu-preview-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-submenu-preview-cta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.webstix-mega-menu-wrapper .mega-submenu-preview-cta:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--ink);
}

.webstix-mega-menu-wrapper .mega-sidebar-link--nav svg.arrow {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.webstix-mega-menu-wrapper .mega-sidebar-link--nav:hover svg.arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Submenu + locations split inside content (default 30 / 70) */
.webstix-mega-menu-wrapper .mega-content--submenu-locations {
  display: grid;
  /* Collapse the Locations column until `.webstix-locations-open` is applied (JS). */
  grid-template-columns: minmax(0, var(--wst-slm-left-fr, 30fr)) minmax(0, 0fr) !important;
  gap: var(--webstix-column-gap);
  align-items: start;
  /* Animating track sizes feels like layout "jerking"; toggle is instant. */
  transition: none;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations.webstix-locations-open {
  grid-template-columns: var(--wst-submenu-locations-split, minmax(0, 3fr) minmax(0, 7fr)) !important;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations .mega-locations-col {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  min-width: 0;
  padding-left: 10px;
}

.webstix-mega-menu-wrapper .mega-content--submenu-locations.webstix-locations-open .mega-locations-col {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}

.webstix-mega-menu-wrapper .mega-submenu-col {
  min-width: 0;
  padding-right: 6px;
}

.webstix-mega-menu-wrapper .mega-submenu-col .mega-col-label {
  margin-bottom: 12px;
}

.webstix-mega-menu-wrapper .mega-locations-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: all var(--dur) var(--ease);
  border-radius: 8px;
  cursor: pointer;
}

.webstix-mega-menu-wrapper .mega-locations-trigger:hover {
  color: var(--ink);
  background: var(--paper-warm);
}

/* ── Left sidebar (v2 category rail) ── */
.webstix-mega-menu-wrapper .mega-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: var(--wst-separator-width) solid var(--wst-separator-color);
  padding: 6px 18px 6px 6px;
  min-width: 0;
}

.webstix-mega-menu-wrapper .mega-sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: all var(--dur) var(--ease);
  border-radius: 8px;
  border-right: 0;
  cursor: pointer;
}

.webstix-mega-menu-wrapper .mega-sidebar-link:hover {
  color: var(--ink);
  background: var(--paper-warm);
}

.webstix-mega-menu-wrapper .mega-sidebar-link.active {
  background: var(--ink);
  color: var(--paper);
  font-weight: 500;
}

.webstix-mega-menu-wrapper .mega-sidebar-link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.webstix-mega-menu-wrapper .mega-sidebar-link:hover svg,
.webstix-mega-menu-wrapper .mega-sidebar-link.active svg {
  opacity: 1;
}

.webstix-mega-menu-wrapper .mega-sidebar-link .count {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  font-weight: 400;
}

.webstix-mega-menu-wrapper .mega-sidebar-link.active .count {
  color: rgba(245, 241, 234, 0.6);
}

/* ── Center content ── */
.webstix-mega-menu-wrapper .mega-content {
  min-width: 0;
  padding: 0;
  padding-bottom: var(--webstix-section-spacing);
}

/* v2 separator line between left content and promo rail (all layouts) */
.webstix-mega-menu-wrapper .mega-inner.webstix-has-promo > .mega-promo {
  /* Always-visible v2 separator line */
  border-left: var(--wst-separator-width) solid var(--wst-separator-color);
  padding-left: 32px;
}

/* Submenu tabs layout: middle column already has a divider; avoid double line before promo */
.webstix-mega-menu-wrapper .mega-inner.mega-inner--submenu-locations-tabs.webstix-has-promo > .mega-promo {
  border-left: 0 !important;
  padding-left: 28px;
}

.webstix-mega-menu-wrapper .mega-content--multi-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.webstix-mega-menu-wrapper .mega-content-header {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  margin-bottom: 16px;
  margin-left: 16px;
}

.webstix-mega-menu-wrapper .mega-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.webstix-mega-menu-wrapper .mega-link-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

.webstix-mega-menu-wrapper .mega-link-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--hairline);
  background: var(--paper);
  text-decoration: none;
  transition: all var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-link-item:hover {
  border-color: var(--ink);
  background: var(--paper-warm);
  transform: translateY(-1px);
}

.webstix-mega-menu-wrapper .mega-link-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--paper-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-link-item:hover .mega-link-icon {
  background: var(--red);
  color: var(--paper);
}

.webstix-mega-menu-wrapper .mega-link-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.webstix-mega-menu-wrapper .mega-link-text h4,
.webstix-mega-menu-wrapper .mega-link-text .mega-link-text__title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 3px;
  line-height: 1.3;
}

.webstix-mega-menu-wrapper .mega-link-text p {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* ── Simple link list (v2 dotted rail) ── */
.webstix-mega-menu-wrapper .mega-link-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.webstix-mega-menu-wrapper .mega-link-list a:not(.mega-resources-row) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-row-arrow-gap);
  padding: 10px 0;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
  text-decoration: none;
  border-radius: 0;
  border-bottom: var(--wst-separator-width) dotted var(--wst-separator-color);
  transition: color 0.2s var(--ease), padding 0.25s var(--ease);
  position: relative;
}

.webstix-mega-menu-wrapper .mega-link-list a:not(.mega-resources-row):last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-link-list a:not(.mega-resources-row):hover {
  color: var(--red);
  background: transparent;
  padding-left: 10px;
}

.webstix-mega-menu-wrapper .mega-link-list a .arrow,
.webstix-mega-menu-wrapper .mega-link-list--submenu-preview a .arrow,
.webstix-mega-menu-wrapper .mega-link-list--submenu-subpreview a .arrow,
.webstix-mega-menu-wrapper .mega-resources-row .arrow {
  margin-left: var(--wst-row-arrow-offset);
  flex: none;
}

.webstix-mega-menu-wrapper .mega-link-list a .arrow {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.webstix-mega-menu-wrapper .mega-link-list a:hover .arrow {
  opacity: 1;
  transform: translateX(0);
  stroke: var(--red);
}

.webstix-mega-menu-wrapper .mega-link-list a.overview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wst-highlight-overview-gap);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wst-highlight-overview-font);
  font-size: var(--wst-highlight-overview-size);
  line-height: 1.2;
  font-weight: var(--wst-highlight-overview-weight);
  padding: var(--wst-highlight-overview-padding-y) var(--wst-highlight-overview-padding-x) 14px;
  border-bottom: var(--wst-separator-width) solid var(--wst-separator-color);
  margin-bottom: 8px;
  color: var(--wst-highlight-overview-color);
  background: var(--wst-highlight-overview-bg);
  border-radius: var(--wst-highlight-overview-radius);
}

.webstix-mega-menu-wrapper .mega-overview__label {
  flex: 0 1 auto;
  min-width: 0;
}

.webstix-mega-menu-wrapper .mega-link-list a.overview:hover {
  color: var(--red);
  padding-left: 0;
  background: var(--wst-highlight-overview-bg);
}

.webstix-mega-menu-wrapper .mega-link-list a.overview em {
  font-style: italic;
  color: var(--wst-highlight-overview-em-color);
}

.webstix-mega-menu-wrapper .mega-link-list a.overview .arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: var(--wst-row-arrow-offset);
  opacity: 0.6;
  transform: none;
}

.webstix-mega-menu-wrapper .mega-link-list a.overview:hover .arrow {
  opacity: 1;
  transform: translateX(4px);
  color: var(--red);
}

/* Menu Builder: highlighted overview row above columns */
.webstix-mega-menu-wrapper .mega-link-list--highlight-overview {
  margin-bottom: 4px;
}

.webstix-mega-menu-wrapper .mega-link-list--highlight-overview a.overview {
  margin-bottom: 16px;
}

/* ── Column labels and columns ── */
.webstix-mega-menu-wrapper .mega-col-label {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  margin-bottom: 6px;
  padding: 0 0 14px;
  border-bottom: var(--wst-separator-width) solid var(--wst-separator-color);
}

.webstix-mega-menu-wrapper .mega-col {
  padding: 0;
}

.webstix-mega-menu-wrapper .mega-col + .mega-col {
  border-left: var(--wst-separator-width) solid var(--wst-separator-color);
  padding-left: 24px;
  margin-left: 0;
}

/* ── Right promo rail (v2) ── */
.webstix-mega-menu-wrapper .mega-promo {
  border-left: var(--wst-separator-width) solid var(--wst-separator-color);
  padding: 0 0 0 32px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

/* Default card = v2 .promo-card */
.webstix-mega-menu-wrapper .mega-promo-card {
  position: relative;
  display: block;
  padding: 18px;
  background: var(--paper-warm);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  text-decoration: none;
  transition: all var(--dur) var(--ease);
  overflow: hidden;
  min-height: var(--wst-promo-card-min-height);
}

.webstix-mega-menu-wrapper .mega-promo-card:hover {
  border-color: var(--ink);
  background: var(--paper-deep);
  transform: translateY(-1px);
  box-shadow: none;
}

/* Hero promo (first non-emphasized card) = v2 .promo-hero */
.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero {
  padding: 24px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 14px;
  border-color: transparent;
  min-height: var(--wst-promo-hero-min-height);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, var(--ochre-wash) 0%, transparent 40%),
    radial-gradient(circle at 15% 85%, var(--red-wash) 0%, transparent 45%);
  opacity: 0.9;
  pointer-events: none;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero > * {
  position: relative;
  z-index: 1;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -16px rgba(14, 14, 14, 0.4);
  border-color: transparent;
  background: var(--ink);
}

/* Emphasized = light card + red border (Elementor “Emphasized”) — never use dark hero */
.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized {
  background: var(--paper-warm);
  border: 1px solid var(--red);
  border-radius: 12px;
  color: var(--ink);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized:hover {
  border-color: var(--red-deep);
  background: var(--red-wash);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -8px rgba(200, 40, 30, 0.25);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized h4,
.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized .mega-promo-card__title,
.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized p {
  color: var(--ink);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized p {
  color: var(--ink-soft);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--emphasized .mega-promo-cta {
  color: var(--red);
  border-top: 0;
  padding-top: 0;
  width: auto;
}

.webstix-mega-menu-wrapper .mega-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--red);
  background: var(--red-wash);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero .mega-promo-badge {
  color: var(--ochre);
  background: transparent;
  padding: 0;
  margin-bottom: 14px;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero .mega-promo-badge::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ochre);
}

.webstix-mega-menu-wrapper .mega-promo-card h4,
.webstix-mega-menu-wrapper .mega-promo-card .mega-promo-card__title {
  display: block;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero h4,
.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero .mega-promo-card__title {
  font-size: 24px;
  line-height: 1.1;
  color: var(--paper);
  margin-bottom: 10px;
}

.webstix-mega-menu-wrapper .mega-promo-card p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero p {
  font-size: 13.5px;
  color: rgba(245, 241, 234, 0.72);
  margin-bottom: 18px;
}

.webstix-mega-menu-wrapper .mega-promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--red);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero .mega-promo-cta {
  gap: 8px;
  font-size: 13px;
  color: var(--paper);
  padding-top: 14px;
  border-top: 1px solid rgba(245, 241, 234, 0.18);
  width: 100%;
}

.webstix-mega-menu-wrapper .mega-promo-cta svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s var(--ease);
}

.webstix-mega-menu-wrapper .mega-promo-card:hover .mega-promo-cta svg {
  transform: translateX(3px);
}

.webstix-mega-menu-wrapper .mega-promo-card.mega-promo-card--hero:hover .mega-promo-cta svg {
  transform: translateX(4px);
}

/* Recently searched / tags (v2) */
.webstix-mega-menu-wrapper .mega-recent {
  padding-top: 24px;
  border-top: 1px solid var(--hairline-strong);
  margin-top: 8px;
}

.webstix-mega-menu-wrapper .mega-chipbar {
  grid-column: 1 / -1;
}

.webstix-mega-menu-wrapper .mega-recent-label {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.webstix-mega-menu-wrapper .mega-recent-label::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--ink-mute);
}

.webstix-mega-menu-wrapper .mega-recent-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  white-space: normal;
  overflow: visible;
}

.webstix-mega-menu-wrapper .mega-recent-tag {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--hairline-strong);
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s var(--ease);
}

.webstix-mega-menu-wrapper .mega-recent-tag:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

/* ── Locations grid (v2 hairline matrix) ── */
.webstix-mega-menu-wrapper .mega-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: transparent;
  border: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-locations-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.webstix-mega-menu-wrapper .mega-locations-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.webstix-mega-menu-wrapper .mega-locations-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.webstix-mega-menu-wrapper .mega-locations-grid--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.webstix-mega-menu-wrapper .mega-locations-grid--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* Clear right borders at row ends for variable column counts */
.webstix-mega-menu-wrapper .mega-locations-grid--cols-2 > .mega-loc-card:nth-child(2n) { border-right: 0; }
.webstix-mega-menu-wrapper .mega-locations-grid--cols-4 > .mega-loc-card:nth-child(4n) { border-right: 0; }
.webstix-mega-menu-wrapper .mega-locations-grid--cols-5 > .mega-loc-card:nth-child(5n) { border-right: 0; }
.webstix-mega-menu-wrapper .mega-locations-grid--cols-6 > .mega-loc-card:nth-child(6n) { border-right: 0; }

/* ── Contact layout (Get in touch + HQ card) ── */
.webstix-mega-menu-wrapper .mega-content--contact .mega-contact {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 28px;
  align-items: start;
  margin-top: 8px;
}

.webstix-mega-menu-wrapper .mega-link-list--contact a {
  padding: 12px 0;
}

.webstix-mega-menu-wrapper .mega-link-list--contact a + a {
  border-top: 1px solid var(--hairline);
}

.webstix-mega-menu-wrapper .mega-hq-card {
  display: block;
  text-decoration: none;
  padding: 18px 18px 16px;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  background: var(--paper-warm);
  color: var(--ink);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.webstix-mega-menu-wrapper .mega-hq-card:hover {
  background: var(--paper);
  border-color: var(--hairline-strong);
}

.webstix-mega-menu-wrapper .mega-hq-card h4,
.webstix-mega-menu-wrapper .mega-hq-card .mega-hq-card__heading {
  margin: 0 0 8px;
  font-family: var(--ui);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.webstix-mega-menu-wrapper .mega-hq-card__title {
  color: inherit;
  text-decoration: none;
}

.webstix-mega-menu-wrapper .mega-hq-card__title:hover {
  color: var(--red);
  text-decoration: none;
}

.webstix-mega-menu-wrapper .mega-hq-card__meta {
  color: var(--ink-soft);
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.webstix-mega-menu-wrapper .mega-hq-card__phone {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--red);
  font-weight: 500;
}

.webstix-mega-menu-wrapper .mega-hq-card__phone a,
.webstix-mega-menu-wrapper .mega-hq-card__email a {
  color: inherit;
  text-decoration: none;
}

.webstix-mega-menu-wrapper .mega-hq-card__phone a:hover,
.webstix-mega-menu-wrapper .mega-hq-card__email a:hover {
  text-decoration: underline;
}

.webstix-mega-menu-wrapper .mega-hq-card__email {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink-soft);
}

.webstix-mega-menu-wrapper .mega-hq-card--empty {
  padding: 18px;
  border: 1px dashed var(--hairline-strong);
  border-radius: 10px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 12.5px;
}

.webstix-mega-menu-wrapper .mega-loc-card {
  display: block;
  padding: 20px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  transition: all var(--dur) var(--ease);
  position: relative;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

/* Default 3-col grid: clear the right border on each row end */
.webstix-mega-menu-wrapper .mega-locations-grid > .mega-loc-card:nth-child(3n) {
  border-right: 0;
}

.webstix-mega-menu-wrapper .mega-loc-card:hover {
  background: var(--paper-warm);
}

.webstix-mega-menu-wrapper .mega-loc-card .num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
  margin-bottom: 8px;
}

.webstix-mega-menu-wrapper .mega-loc-card h4,
.webstix-mega-menu-wrapper .mega-loc-card .mega-loc-card__title {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.webstix-mega-menu-wrapper .mega-loc-card .phone {
  display: block;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--red);
  font-weight: 500;
}

.webstix-mega-menu-wrapper .mega-loc-card .state {
  display: block;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 10px;
  margin-top: 0;
  white-space: pre-line;
}

.webstix-mega-menu-wrapper .mega-loc-card .hq-flag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--ochre);
  padding: 3px 7px;
  background: var(--ochre-wash);
  border-radius: 3px;
}

/* ── Footer bar (v2 thin band; sibling of .mega-inner inside .mega-menu-main) ── */
.webstix-mega-menu-wrapper .mega-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--hairline);
  padding: 18px var(--webstix-inner-padding-x) 12px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  width: 100%;
  font-size: 13px;
  box-sizing: border-box;
}

.webstix-mega-menu-wrapper .mega-footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
}

.webstix-mega-menu-wrapper .mega-footer-left svg {
  width: 14px;
  height: 14px;
  stroke: var(--ink-mute);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.webstix-mega-menu-wrapper .mega-footer-left strong {
  color: var(--ink);
  font-family: var(--mono);
  margin-left: 4px;
  font-weight: 500;
}

.webstix-mega-menu-wrapper .mega-footer > a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.webstix-mega-menu-wrapper .mega-footer > a:hover {
  color: var(--red);
  text-decoration: none;
}

.webstix-mega-menu-wrapper .mega-footer > a svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s var(--ease);
}

.webstix-mega-menu-wrapper .mega-footer > a:hover svg {
  transform: translateX(3px);
}

/* ── Highlight link ── */
.webstix-mega-menu-wrapper .mega-highlight-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--red);
  text-decoration: none;
  transition: background 0.25s;
  margin-top: 8px;
}

.webstix-mega-menu-wrapper .mega-highlight-link:hover {
  background: var(--red-hover);
}

.webstix-mega-menu-wrapper .mega-highlight-link h4,
.webstix-mega-menu-wrapper .mega-highlight-link .mega-highlight-link__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}

.webstix-mega-menu-wrapper .mega-highlight-link p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.webstix-mega-menu-wrapper .mega-highlight-link svg {
  width: 20px;
  height: 20px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

/* ── Divider ── */
.webstix-mega-menu-wrapper .mega-divider {
  height: 1px;
  background: var(--hairline);
  margin: 8px 0;
}

/* ── Tab panes ── */
.webstix-mega-menu-wrapper .mega-tab-content {
  display: none;
}
.webstix-mega-menu-wrapper .mega-tab-content.active {
  display: block;
  animation: webstix-mega-fade-up 0.35s var(--ease);
}

@keyframes webstix-mega-fade-up {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Mobile accordion mode ── */
.webstix-mega-menu-wrapper.is-mobile .mega-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  box-shadow: none;
  border-top: 1px solid var(--gray-200);
  display: none;
}
.webstix-mega-menu-wrapper.is-mobile .mega-menu.show {
  display: block;
}

.webstix-mega-menu-wrapper.is-mobile .mega-menu-main {
  display: block;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.webstix-mega-menu-wrapper.is-mobile .mega-overlay {
  display: none;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links {
  display: none;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links li {
  width: 100%;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links a {
  width: 100%;
  justify-content: space-between;
  padding: 14px 16px;
}

/* ── Mobile hamburger + drawer ── */
.webstix-mega-menu-wrapper .webstix-hamburger {
  display: none !important;
  border: 0;
  background: transparent;
  padding: 12px 10px;
  cursor: pointer;
}
.webstix-mega-menu-wrapper .webstix-hamburger-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}
.webstix-mega-menu-wrapper .webstix-hamburger-lines span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--charcoal);
}
.webstix-mega-menu-wrapper.is-mobile .webstix-hamburger {
  display: inline-flex !important;
  align-items: center;
}

/* Fallback mobile behavior even if JS fails to apply `.is-mobile` quickly */
@media (max-width: 1024px) {
  .webstix-mega-menu-wrapper .nav-links {
    display: none !important;
  }
  .webstix-mega-menu-wrapper .webstix-hamburger {
    display: inline-flex !important;
    align-items: center;
  }
  /* Drawer-only mobile UX: hide desktop dropdown panels entirely */
  .webstix-mega-menu-wrapper .mega-menu,
  .webstix-mega-menu-wrapper .mega-overlay {
    display: none !important;
  }
}

.webstix-mega-menu-wrapper .webstix-mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform var(--webstix-anim-duration) var(--ease);
  display: flex;
  flex-direction: column;
}

/* Safety: drawer content must never spill outside viewport */
.webstix-mega-menu-wrapper .webstix-mobile-drawer,
.webstix-mega-menu-wrapper .webstix-mobile-drawer * {
  max-width: 100%;
}
.webstix-mega-menu-wrapper .webstix-mobile-drawer.is-open {
  transform: translateX(0);
}
.webstix-mega-menu-wrapper .webstix-mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-200);
  background: var(--off-white);
}
.webstix-mega-menu-wrapper .webstix-mobile-drawer__spacer {
  flex: 1 1 auto;
}
.webstix-mega-menu-wrapper .webstix-mobile-close {
  border: 0;
  background: var(--paper);
  border: 1px solid var(--hairline-strong);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.webstix-mega-menu-wrapper .webstix-mobile-back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--charcoal);
  font: inherit;
  cursor: pointer;
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0;
}

.webstix-mega-menu-wrapper .webstix-mobile-back__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
  background: transparent !important;
}

/* Root panel: hide drawer back entirely (arrow only appears with label when drilled in) */
.webstix-mega-menu-wrapper .webstix-mobile-drawer__header .webstix-mobile-back[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Drawer header back: SVG chevron + parent title (tablet and phone) */
@media (max-width: 1024px) {
  .webstix-mega-menu-wrapper .webstix-mobile-drawer__header .webstix-mobile-back {
    width: auto;
    max-width: min(72vw, 320px);
    height: auto;
    min-width: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex: 0 1 auto;
    gap: 8px;
    justify-content: flex-start;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-drawer__header .webstix-mobile-back__label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.webstix-mega-menu-wrapper .webstix-mobile-close svg,
.webstix-mega-menu-wrapper .webstix-mobile-back svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  display: block;
}

@media (max-width: 767px) {
  .webstix-mega-menu-wrapper .webstix-mobile-back svg {
    width: 26px;
    height: 26px;
  }
}

/* Fallback glyphs in case a theme hides inline SVG */
.webstix-mega-menu-wrapper .webstix-mobile-close__x,
.webstix-mega-menu-wrapper .webstix-mobile-back__chev {
  display: none;
  font-size: 30px;
  line-height: 1;
  color: var(--ink) !important;
  margin-bottom: 10px;
  margin-right: 15px;
}

/* Ensure SVG primitives always inherit stroke */
.webstix-mega-menu-wrapper .webstix-mobile-close svg *,
.webstix-mega-menu-wrapper .webstix-mobile-back svg * {
  stroke: currentColor;
}

/* Bulletproof: force close icon stroke to black */
.webstix-mega-menu-wrapper .webstix-mobile-close svg,
.webstix-mega-menu-wrapper .webstix-mobile-close svg * {
  stroke: var(--ink) !important;
}

.webstix-mega-menu-wrapper .webstix-mobile-group {
  padding: 12px 16px 6px;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
}

.webstix-mega-menu-wrapper .webstix-mobile-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 16px 18px;
}
.webstix-mega-menu-wrapper .webstix-mobile-loc {
  display: block;
  padding: 12px 12px 10px;
  border: 1px solid var(--hairline-strong);
  border-radius: 12px;
  background: var(--paper-warm);
  color: var(--ink);
  text-decoration: none;
}
.webstix-mega-menu-wrapper .webstix-mobile-loc .num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.webstix-mega-menu-wrapper .webstix-mobile-loc .name {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 2px;
}
.webstix-mega-menu-wrapper .webstix-mobile-loc .state {
  font-size: 12px;
  color: var(--ink-soft);
}
.webstix-mega-menu-wrapper .webstix-mobile-loc .phone {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--red);
  font-weight: 500;
}
.webstix-mega-menu-wrapper .webstix-mobile-panels {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.webstix-mega-menu-wrapper .webstix-mobile-panel {
  display: none;
  padding: 10px 0;
}
.webstix-mega-menu-wrapper .webstix-mobile-panel.is-active {
  display: block;
}
.webstix-mega-menu-wrapper .webstix-mobile-panel__title {
  padding: 10px 16px;
  font-weight: 700;
  color: var(--charcoal);
}
.webstix-mega-menu-wrapper .webstix-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.webstix-mega-menu-wrapper .webstix-mobile-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 16px;
}
.webstix-mega-menu-wrapper .webstix-mobile-link {
  display: block;
  padding: 12px 0;
  color: var(--gray-700);
  text-decoration: none;
  font-weight: 500;
  flex: 1;
}

.webstix-mega-menu-wrapper .webstix-mobile-link--overview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--wst-highlight-overview-font);
  font-size: calc(var(--wst-highlight-overview-size) * 0.9);
  font-weight: var(--wst-highlight-overview-weight);
  line-height: 1.25;
  color: var(--wst-highlight-overview-color);
  background: var(--wst-highlight-overview-bg);
  padding: 6px 10px 14px 0;
  border-bottom: 1px solid var(--hairline);
  border-radius: var(--wst-highlight-overview-radius);
}

.webstix-mega-menu-wrapper .webstix-mobile-link--overview .mega-overview__label {
  flex: 1 1 auto;
  min-width: 0;
}

.webstix-mega-menu-wrapper .webstix-mobile-link--overview em {
  font-style: italic;
  color: var(--wst-highlight-overview-em-color);
}

.webstix-mega-menu-wrapper .webstix-mobile-next {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: none;
}
.webstix-mega-menu-wrapper .webstix-mobile-next::before,
.webstix-mega-menu-wrapper .webstix-mobile-next::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: var(--ink) !important;
  transform: translateY(-50%) rotate(45deg);
  margin-right: 12px;
}
.webstix-mega-menu-wrapper .webstix-mobile-next::after {
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
}

.webstix-mega-menu-wrapper .webstix-mobile-promo {
  padding: 12px 16px 20px;
}
.webstix-mega-menu-wrapper .webstix-mobile-promo .mega-promo {
  width: 100%;
  border-left: 0;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
}

.webstix-mega-menu-wrapper .webstix-mobile-footer .mega-footer {
  padding: 14px 16px;
  border-top: 1px solid var(--gray-200);
  background: var(--off-white);
}

.webstix-mega-menu-wrapper.is-mobile .mega-inner {
  display: block;
  padding: 0;
}

.webstix-mega-menu-wrapper.is-mobile .mega-sidebar,
.webstix-mega-menu-wrapper.is-mobile .mega-content,
.webstix-mega-menu-wrapper.is-mobile .mega-promo {
  width: 100%;
  border: 0;
}

.webstix-mega-menu-wrapper.is-mobile .mega-content {
  padding: 18px 16px;
}

.webstix-mega-menu-wrapper.is-mobile .mega-sidebar {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-200);
}

.webstix-mega-menu-wrapper.is-mobile .mega-promo {
  padding: 18px 16px;
  border-top: 1px solid var(--gray-200);
}

/* Mobile UX helpers injected by JS */
body.webstix-mega-menu-lock {
  overflow: hidden;
}

.webstix-mega-menu-wrapper .webstix-mobile-back {
  width: 100%;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 0;
  background: var(--off-white);
  color: var(--charcoal);
  font: inherit;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-200);
}

.webstix-mega-menu-wrapper.is-mobile .webstix-mobile-back {
  display: inline-flex;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links li[data-mega] > a {
  position: relative;
  padding-right: 34px;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links li[data-mega] > a::before,
.webstix-mega-menu-wrapper.is-mobile .nav-links li[data-mega] > a::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  opacity: 0.8;
}

.webstix-mega-menu-wrapper.is-mobile .nav-links li[data-mega] > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.webstix-mega-menu-wrapper.is-mobile .nav-links li.active[data-mega] > a::after {
  transform: translateY(-50%) rotate(0deg);
}

/* ── v2 Menu Builder: headings + section columns ── */
.webstix-mega-menu-wrapper .mega-content .mega-heading {
  font-family: var(--wst-heading-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 6px;
}

.webstix-mega-menu-wrapper .mega-content .mega-heading em {
  font-style: italic;
  color: var(--red);
}

.webstix-mega-menu-wrapper .mega-content .mega-sub {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0 0 22px;
  max-width: 44ch;
}

.webstix-mega-menu-wrapper .mega-columns {
  display: grid;
  gap: 40px;
  align-items: start;
}

.webstix-mega-menu-wrapper .mega-columns--1 {
  grid-template-columns: 1fr;
}

.webstix-mega-menu-wrapper .mega-columns--2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.webstix-mega-menu-wrapper .mega-columns--3 {
  grid-template-columns: var(--wst-split-3-template);
}

.webstix-mega-menu-wrapper .mega-columns--4 {
  grid-template-columns: var(--wst-split-4-template);
}

.webstix-mega-menu-wrapper .mega-columns .mega-col-label {
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: var(--wst-separator-width) solid var(--wst-separator-color);
}

/* Menu Builder columns are plain divs: enforce separators explicitly */
.webstix-mega-menu-wrapper .mega-columns > div + div {
  border-left: 0;
  padding-left: 0;
}

/* Optional alternate 3-col split if needed later */
.webstix-mega-menu-wrapper .mega-columns--3.is-right-heavy {
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 4fr);
}

.webstix-mega-menu-wrapper .mega-col-subtitle {
  font-size: 12px;
  color: var(--ink-soft);
  margin: -4px 0 10px;
  line-height: 1.4;
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list a:not(.mega-expand-link) {
  border-bottom: var(--wst-separator-width) dotted var(--wst-separator-color);
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list a:not(.mega-expand-link):last-child {
  border-bottom: 0;
}

.webstix-mega-menu-wrapper .mega-columns .mega-link-list .mega-expand-link {
  border-bottom: 0;
}

@media (max-width: 1024px) {
  .webstix-mega-menu-wrapper .mega-inner {
    min-height: 0;
    padding: 26px 24px;
    gap: 24px;
    column-gap: 24px;
  }

  .webstix-mega-menu-wrapper .mega-inner--services {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .webstix-mega-menu-wrapper .mega-inner--services.webstix-has-promo > .mega-promo {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--hairline-strong);
    padding-left: 0;
    padding-top: 18px;
  }

  .webstix-mega-menu-wrapper .mega-inner--two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .webstix-mega-menu-wrapper .mega-inner--two-col.webstix-has-promo > .mega-promo {
    border-left: 0;
    border-top: 1px solid var(--hairline-strong);
    padding-left: 0;
    padding-top: 18px;
  }

  .webstix-mega-menu-wrapper .mega-columns--3,
  .webstix-mega-menu-wrapper .mega-columns--4 {
    grid-template-columns: 1fr 1fr;
  }

  .webstix-mega-menu-wrapper .mega-columns {
    gap: 20px;
  }

  .webstix-mega-menu-wrapper .mega-columns > div + div {
    padding-left: 16px;
  }
}

@media (max-width: 640px) {
  .webstix-mega-menu-wrapper .webstix-mobile-drawer {
    background: var(--paper);
  }

  .webstix-mega-menu-wrapper .webstix-mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px var(--wst-mobile-side-padding);
    background: var(--paper-warm);
    border-bottom: 1px solid var(--hairline-strong);
  }

  .webstix-mega-menu-wrapper .webstix-mobile-close {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid var(--hairline-strong);
    background: var(--paper);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--ink) !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-back {
    padding: 0;
    border: 1px solid var(--hairline-strong);
    background: var(--paper);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: var(--ink) !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-drawer__header .webstix-mobile-back {
    width: auto;
    max-width: min(72vw, 320px);
    height: auto;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0;
    flex: 0 1 auto;
    gap: 8px;
    justify-content: flex-start;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-drawer__header .webstix-mobile-back__label {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Bulletproof: ensure close/back SVG paths render above theme resets */
  .webstix-mega-menu-wrapper .webstix-mobile-close svg,
  .webstix-mega-menu-wrapper .webstix-mobile-back svg {
    display: block !important;
  }
  .webstix-mega-menu-wrapper .webstix-mobile-close svg *,
  .webstix-mega-menu-wrapper .webstix-mobile-back svg * {
    stroke: #0e0e0e !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* If a theme still hides SVG, show text glyph fallback for CLOSE only */
  .webstix-mega-menu-wrapper .webstix-mobile-close__x {
    display: block !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
  }
  .webstix-mega-menu-wrapper .webstix-mobile-back__chev {
    display: none !important;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-panel__title {
    font-size: 14px;
    padding: 12px var(--wst-mobile-side-padding) 8px;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-item {
    padding: 0 10px 0 var(--wst-mobile-side-padding);
  }

  .webstix-mega-menu-wrapper .webstix-mobile-link {
    padding: 13px 0;
    font-size: var(--wst-mobile-link-size);
    line-height: 1.35;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-next {
    width: var(--wst-mobile-button-size);
    height: var(--wst-mobile-button-size);
    border-radius: 8px;
    border: 1px solid var(--hairline-strong);
    background: var(--paper-warm);
  }

  /* Mobile chevrons: force visible black regardless of theme vars */
  .webstix-mega-menu-wrapper .webstix-mobile-next::before,
  .webstix-mega-menu-wrapper .webstix-mobile-next::after {
    background: #0e0e0e !important;
    opacity: 1 !important;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-promo {
    padding: 12px var(--wst-mobile-side-padding) 16px;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-promo .mega-promo {
    gap: 10px;
  }

  .webstix-mega-menu-wrapper .webstix-mobile-footer .mega-footer {
    padding: 12px var(--wst-mobile-side-padding);
    border-top: 1px solid var(--hairline-strong);
    background: var(--paper-warm);
  }

  .webstix-mega-menu-wrapper .mega-columns--2,
  .webstix-mega-menu-wrapper .mega-columns--3,
  .webstix-mega-menu-wrapper .mega-columns--4 {
    grid-template-columns: 1fr;
  }

  .webstix-mega-menu-wrapper .mega-columns > div + div {
    border-left: 0;
    padding-left: 0;
  }

  .webstix-mega-menu-wrapper .mega-locations-grid {
    grid-template-columns: 1fr;
  }
}

/* Late override: global `.mega-sidebar` border-right must not return after this file’s earlier blocks (theme/cache order). */
.webstix-mega-menu-wrapper .mega-inner.mega-inner--submenu-locations-tabs > .mega-sidebar {
  border-right: 0 !important;
}

