/* EDGE Adaptive Header v2.0.0 — scoped component stylesheet */
.edge-ah {
  --edge-ah-container: 1560px;
  --edge-ah-gutter: 28px;
  --edge-ah-header-height-wide: 88px;
  --edge-ah-header-height-scrolled: 68px;
  --edge-ah-header-height-compact: 76px;
  --edge-ah-header-height-touch: 70px;
  --edge-ah-current-height: var(--edge-ah-header-height-wide);
  --edge-ah-surface: #f7f7f3;
  --edge-ah-mega-surface: #f1f2ed;
  --edge-ah-drawer-surface: #e7ece6;
  --edge-ah-text: #111311;
  --edge-ah-muted: #70746e;
  --edge-ah-accent: #738b76;
  --edge-ah-border: #d7dbd5;
  --edge-ah-dark: #34433f;
  --edge-ah-mega-radius: 22px;
  --edge-ah-media-percent: 40%;
  --edge-ah-admin-offset: 0px;
  --edge-ah-font-sans: "EDGE-Book", "EDGE Book", "Helvetica Neue", Arial, sans-serif;
  --edge-ah-font-medium: "EDGE-Medium", "EDGE Medium", "Helvetica Neue", Arial, sans-serif;
  --edge-ah-font-bold: "EDGE-Bold", "EDGE Bold", "Helvetica Neue", Arial, sans-serif;
  --edge-ah-font-serif: "P22MackinacProBook", "P22 Mackinac Pro", Georgia, serif;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--edge-ah-text);
  font-family: var(--edge-ah-font-sans);
  line-height: 1.25;
  z-index: 9900;
  isolation: isolate;
  box-sizing: border-box;
}


/* Horizontal overflow hardening — especially for compact/touch modes inside Elementor. */
.elementor-widget-edge_adaptive_header_v2,
.elementor-widget-edge_adaptive_header_v2 > .elementor-widget-container {
  max-width: 100%;
  max-inline-size: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
.edge-ah {
  max-inline-size: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
.edge-ah__bar,
.edge-ah__bar-inner,
.edge-ah__mega,
.edge-ah__mega-surface,
.edge-ah__mega-inner,
.edge-ah__drawer,
.edge-ah__drawer-shell,
.edge-ah__drawer-track,
.edge-ah__drawer-view,
.edge-ah__drawer-main-grid,
.edge-ah__drawer-main-nav,
.edge-ah__drawer-list,
.edge-ah__drawer-heading {
  min-width: 0;
  max-width: 100%;
  max-inline-size: 100%;
}
.edge-ah__drawer-shell,
.edge-ah__drawer-track,
.edge-ah__drawer-view {
  overflow-x: hidden;
  overflow-x: clip;
}
.edge-ah__drawer-main-button > span,
.edge-ah__drawer-link > span,
.edge-ah__drawer-link strong,
.edge-ah__drawer-link small,
.edge-ah__drawer-utility-link,
.edge-ah__drawer-language {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.admin-bar .edge-ah { --edge-ah-admin-offset: 32px; }
@media (max-width: 782px) { body.admin-bar .edge-ah { --edge-ah-admin-offset: 46px; } }

.edge-ah[data-sticky="yes"] {
  position: sticky;
  top: var(--edge-ah-admin-offset);
}

.edge-ah *, .edge-ah *::before, .edge-ah *::after { box-sizing: border-box; }
.edge-ah img { display: block; max-width: 100%; }
.edge-ah button, .edge-ah a { font: inherit; }
.edge-ah button { -webkit-appearance: none; appearance: none; }
.edge-ah a { text-decoration: none; }

.edge-ah__bar {
  position: relative;
  z-index: 40;
  height: var(--edge-ah-current-height);
  color: inherit;
  background: var(--edge-ah-surface);
  border-bottom: 1px solid transparent;
  transition: height .42s cubic-bezier(.22,.61,.36,1), background-color .35s ease, color .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}

.edge-ah--surface-transparent .edge-ah__bar { background: transparent; }
.edge-ah--surface-dark .edge-ah__bar { background: var(--edge-ah-dark); }
.edge-ah--theme-light:not(.is-scrolled):not(.is-mega-open):not(.is-drawer-open) { color: #fff; }
.edge-ah--theme-dark:not(.is-scrolled):not(.is-mega-open):not(.is-drawer-open) { color: var(--edge-ah-text); }
.edge-ah.is-scrolled .edge-ah__bar,
.edge-ah.is-mega-open .edge-ah__bar,
.edge-ah.is-drawer-open .edge-ah__bar {
  color: var(--edge-ah-text);
  background: color-mix(in srgb, var(--edge-ah-surface) 94%, transparent);
  border-color: var(--edge-ah-border);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.edge-ah__bar-inner {
  width: min(calc(100% - (2 * var(--edge-ah-gutter))), var(--edge-ah-container));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 2.2vw, 46px);
  position: relative;
}

.edge-ah__brand {
  position: relative;
  display: block;
  width: 188px;
  height: 52px;
  color: currentColor !important;
  flex: none;
  overflow: visible;
  transition: width .42s cubic-bezier(.22,.61,.36,1), color .25s ease;
}
.edge-ah__brand:hover, .edge-ah__brand:focus, .edge-ah__brand:active { color: currentColor !important; }
.edge-ah__brand-full, .edge-ah__brand-mark {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  transform-origin: left center;
  transition: opacity .32s ease, transform .42s cubic-bezier(.22,.61,.36,1);
}
.edge-ah__brand-full { width: 188px; opacity: 1; transform: translate3d(0,0,0) scale(1); }
.edge-ah__brand-mark { width: 43px; opacity: 0; transform: translate3d(-6px,0,0) scale(.92); }
.edge-ah__brand-full svg, .edge-ah__brand-mark svg,
.edge-ah__custom-logo, .edge-ah__custom-mark { width: 100%; height: 100%; object-fit: contain; object-position: left center; color: inherit; }

.edge-ah.is-scrolled[data-edge-ah-mode="wide"] .edge-ah__brand { width: 48px; }
.edge-ah.is-scrolled[data-edge-ah-mode="wide"] .edge-ah__brand-full { opacity: 0; transform: translate3d(-8px,0,0) scale(.96); }
.edge-ah.is-scrolled[data-edge-ah-mode="wide"] .edge-ah__brand-mark { opacity: 1; transform: none; }

.edge-ah__primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 1.8vw, 34px);
  width: max-content;
  min-width: 0;
}

.edge-ah__primary-trigger,
.edge-ah__compact-primary-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--edge-ah-font-medium);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: opacity .25s ease;
}
.edge-ah__primary-trigger:hover,
.edge-ah__primary-trigger:focus,
.edge-ah__primary-trigger:active,
.edge-ah__compact-primary-trigger:hover,
.edge-ah__compact-primary-trigger:focus,
.edge-ah__compact-primary-trigger:active { color: currentColor !important; background: transparent !important; }
.edge-ah__primary-trigger:hover, .edge-ah__compact-primary-trigger:hover { opacity: .62; }
.edge-ah__primary-trigger.is-active, .edge-ah__compact-primary-trigger.is-active { opacity: 1; }
.edge-ah__trigger-chevron { width: 16px; height: 16px; display: inline-flex; transition: transform .3s ease; }
.edge-ah__trigger-chevron svg { width: 100%; height: 100%; }
.edge-ah__primary-trigger.is-active .edge-ah__trigger-chevron,
.edge-ah__compact-primary-trigger.is-active .edge-ah__trigger-chevron { transform: rotate(180deg); }
.edge-ah__nav-indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
}

.edge-ah__tools-wide,
.edge-ah__tools-compact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: max-content;
  white-space: nowrap;
}
.edge-ah__utility { display: flex; align-items: center; gap: 12px; }
.edge-ah__utility-link,
.edge-ah__language-link {
  color: currentColor !important;
  opacity: .75;
  font-family: var(--edge-ah-font-sans);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .02em;
  transition: opacity .22s ease;
}
.edge-ah__utility-link:hover, .edge-ah__utility-link:focus,
.edge-ah__language-link:hover, .edge-ah__language-link:focus { color: currentColor !important; opacity: 1; }
.edge-ah__languages { display: flex; align-items: center; gap: 5px; }
.edge-ah__language-sep { opacity: .42; font-size: 11px; }
.edge-ah__language-link[aria-current="page"] { opacity: 1; }

.edge-ah__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 20px;
  border: 1px solid var(--edge-ah-accent) !important;
  border-radius: 999px !important;
  background: var(--edge-ah-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--edge-ah-font-medium);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .01em;
  transition: background .28s ease, color .28s ease, border-color .28s ease, transform .28s ease;
}
.edge-ah__cta:hover, .edge-ah__cta:focus, .edge-ah__cta:active {
  background: var(--edge-ah-dark) !important;
  border-color: var(--edge-ah-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.edge-ah__cta svg { width: 18px; height: 18px; }

.edge-ah__compact-primary, .edge-ah__tools-compact { display: none; }
.edge-ah__menu-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 2px;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: var(--edge-ah-font-medium);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .055em;
}
.edge-ah__menu-button:hover, .edge-ah__menu-button:focus, .edge-ah__menu-button:active { color: currentColor !important; background: transparent !important; }
.edge-ah__menu-icon { width: 24px; height: 20px; display: inline-flex; align-items: center; justify-content: center; }
.edge-ah__menu-icon svg { width: 100%; height: 100%; }
.edge-ah__menu-label--close, .edge-ah__menu-icon--close { display: none; }
.edge-ah.is-drawer-open .edge-ah__menu-label--open,
.edge-ah.is-drawer-open .edge-ah__menu-icon--open { display: none; }
.edge-ah.is-drawer-open .edge-ah__menu-label--close,
.edge-ah.is-drawer-open .edge-ah__menu-icon--close { display: inline-flex; }

.edge-ah__fit-probe {
  position: fixed;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
  pointer-events: none;
  width: max-content;
  white-space: nowrap;
}

/* Mega layer */
.edge-ah__mega {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}
.edge-ah.is-mega-open .edge-ah__mega { pointer-events: auto; visibility: visible; }
.edge-ah__mega-surface {
  width: 100%;
  max-height: calc(100dvh - var(--edge-ah-current-height) - var(--edge-ah-admin-offset));
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--edge-ah-mega-surface);
  color: var(--edge-ah-text);
  border-bottom: 1px solid var(--edge-ah-border);
  border-radius: 0 0 var(--edge-ah-mega-radius) var(--edge-ah-mega-radius);
  box-shadow: 0 16px 40px rgba(17,19,17,.06);
  clip-path: inset(0 0 100% 0);
  overscroll-behavior: contain;
}
.edge-ah__mega-inner {
  position: relative;
  width: min(calc(100% - (2 * var(--edge-ah-gutter))), var(--edge-ah-container));
  margin-inline: auto;
  padding-block: clamp(20px, 3vh, 34px) clamp(24px, 4vh, 42px);
}
.edge-ah__mega-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid var(--edge-ah-border) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.45) !important;
  color: var(--edge-ah-text) !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.edge-ah__mega-close:hover, .edge-ah__mega-close:focus, .edge-ah__mega-close:active { background: #fff !important; color: var(--edge-ah-text) !important; transform: rotate(4deg); }
.edge-ah__mega-close svg { width: 19px; height: 19px; }
.edge-ah__panel { color: var(--edge-ah-text); }
.edge-ah__panel[hidden] { display: none !important; }
.edge-ah__panel-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-right: 64px;
  margin-bottom: clamp(16px, 2vh, 24px);
}
.edge-ah__eyebrow {
  display: block;
  color: var(--edge-ah-muted);
  font-family: var(--edge-ah-font-medium);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.edge-ah__intro {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--edge-ah-muted);
  font-family: var(--edge-ah-font-sans);
  font-size: clamp(14px, .92vw, 16px);
  line-height: 1.55;
}
.edge-ah__overview-link,
.edge-ah__editorial-link,
.edge-ah__drawer-overview {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--edge-ah-text) !important;
  font-family: var(--edge-ah-font-medium);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.edge-ah__overview-link:hover, .edge-ah__overview-link:focus,
.edge-ah__editorial-link:hover, .edge-ah__editorial-link:focus,
.edge-ah__drawer-overview:hover, .edge-ah__drawer-overview:focus { color: var(--edge-ah-text) !important; }
.edge-ah__overview-link svg, .edge-ah__editorial-link svg, .edge-ah__drawer-overview svg { width: 19px; height: 19px; transition: transform .25s ease; }
.edge-ah__overview-link:hover svg, .edge-ah__editorial-link:hover svg, .edge-ah__drawer-overview:hover svg { transform: translateX(4px); }

.edge-ah__locations-layout {
  display: grid;
  grid-template-columns: minmax(0, calc(100% - var(--edge-ah-media-percent) - 36px)) minmax(0, var(--edge-ah-media-percent));
  gap: 36px;
  align-items: stretch;
}
.edge-ah__location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 28px;
  align-content: start;
  border-top: 1px solid var(--edge-ah-border);
}
.edge-ah__location-link {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--edge-ah-border);
  color: var(--edge-ah-text) !important;
  transition: opacity .22s ease;
}
.edge-ah__location-link:hover, .edge-ah__location-link:focus, .edge-ah__location-link:active { color: var(--edge-ah-text) !important; }
.edge-ah__location-list:has(.edge-ah__location-link:hover) .edge-ah__location-link:not(:hover) { opacity: .48; }
.edge-ah__location-city { color: var(--edge-ah-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.edge-ah__location-row { display: flex; align-items: baseline; gap: 9px; min-width: 0; }
.edge-ah__location-name {
  min-width: 0;
  font-family: var(--edge-ah-font-serif);
  font-size: clamp(20px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.edge-ah__status {
  flex: none;
  padding: 4px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--edge-ah-accent) 13%, transparent);
  color: var(--edge-ah-accent);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.edge-ah__location-meta { color: var(--edge-ah-muted); font-size: 12px; line-height: 1.3; }
.edge-ah__mini-arrow { margin-left: auto; width: 18px; height: 18px; opacity: 0; transform: translateX(-5px); transition: opacity .25s ease, transform .25s ease; }
.edge-ah__mini-arrow svg { width: 100%; height: 100%; }
.edge-ah__location-link:hover .edge-ah__mini-arrow, .edge-ah__location-link:focus .edge-ah__mini-arrow,
.edge-ah__product-link:hover .edge-ah__mini-arrow, .edge-ah__product-link:focus .edge-ah__mini-arrow { opacity: 1; transform: none; }

.edge-ah__preview { position: relative; min-width: 0; }
.edge-ah__preview-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  border-radius: 18px;
  background: #d9ddd7;
}
.edge-ah__preview-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.edge-ah__preview-layer.is-active { opacity: 1; z-index: 1; }
.edge-ah__preview-image { width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; }
.edge-ah__preview-caption { position: relative; min-height: 42px; margin-top: 10px; }
.edge-ah__preview-caption-item, .edge-ah__preview-copy-item {
  position: absolute;
  inset: 0 auto auto 0;
  display: grid;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
}
.edge-ah__preview-caption-item.is-active, .edge-ah__preview-copy-item.is-active { opacity: 1; pointer-events: auto; }
.edge-ah__preview-caption-item span { color: var(--edge-ah-muted); font-size: 11px; }
.edge-ah__preview-caption-item strong { font-family: var(--edge-ah-font-serif); font-weight: 400; font-size: 21px; }
.edge-ah__hand-line { position: absolute; left: 0; bottom: -4px; width: 92px; height: auto; opacity: .72; pointer-events: none; }

.edge-ah__workspaces-layout {
  display: grid;
  grid-template-columns: minmax(220px, .84fr) minmax(160px, .48fr) minmax(320px, .92fr);
  gap: clamp(20px, 2.2vw, 34px);
  align-items: start;
  padding-top: 8px;
}
.edge-ah__product-nav { display: grid; align-content: start; }
.edge-ah__product-nav > .edge-ah__eyebrow, .edge-ah__services > .edge-ah__eyebrow { margin-bottom: 14px; }
.edge-ah__product-link {
  display: grid;
  grid-template-columns: 32px minmax(0,1fr) 22px;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid var(--edge-ah-border);
  color: var(--edge-ah-text) !important;
}
.edge-ah__product-link:last-of-type { border-bottom: 1px solid var(--edge-ah-border); }
.edge-ah__product-link:hover, .edge-ah__product-link:focus, .edge-ah__product-link:active { color: var(--edge-ah-text) !important; }
.edge-ah__product-index { color: var(--edge-ah-muted); font-size: 10px; }
.edge-ah__product-link-title { font-family: var(--edge-ah-font-serif); font-size: clamp(21px, 1.45vw, 26px); line-height: 1.05; font-weight: 400; letter-spacing: -.02em; }
.edge-ah__overview-link--product { margin-top: 18px; justify-self: start; }
.edge-ah__services { display: grid; align-content: start; }
.edge-ah__service-list { display: grid; border-top: 1px solid var(--edge-ah-border); }
.edge-ah__service-link {
  padding: 10px 0;
  border-bottom: 1px solid var(--edge-ah-border);
  color: var(--edge-ah-text) !important;
  font-family: var(--edge-ah-font-medium);
  font-size: 13px;
  transition: padding-left .22s ease, opacity .22s ease;
}
.edge-ah__service-link:hover, .edge-ah__service-link:focus { color: var(--edge-ah-text) !important; padding-left: 5px; }
.edge-ah__services-cta { margin-top: 18px; }
.edge-ah__product-preview-copy { position: relative; min-height: 110px; margin-top: 14px; }
.edge-ah__preview-copy-item strong { margin-top: 6px; font-family: var(--edge-ah-font-serif); font-size: 22px; font-weight: 400; }
.edge-ah__preview-copy { margin: 5px 0 0; max-width: 520px; }

.edge-ah__editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .88fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: 330px;
}
.edge-ah__editorial-copy { max-width: 650px; }
.edge-ah__statement {
  margin: 10px 0 0;
  font-family: var(--edge-ah-font-serif);
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.edge-ah__editorial-copy .edge-ah__intro { max-width: 560px; margin-top: 16px; }
.edge-ah__editorial-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 20px; }
.edge-ah__feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 24px;
  gap: 8px 16px;
  color: var(--edge-ah-text) !important;
}
.edge-ah__feature:hover, .edge-ah__feature:focus, .edge-ah__feature:active { color: var(--edge-ah-text) !important; }
.edge-ah__feature-media { grid-column: 1 / -1; aspect-ratio: 16 / 7.4; overflow: hidden; border-radius: 18px; background: #d9ddd7; margin-bottom: 10px; }
.edge-ah__feature-image { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.edge-ah__feature:hover .edge-ah__feature-image { transform: scale(1.018); }
.edge-ah__feature > .edge-ah__eyebrow { grid-column: 1; grid-row: 2; }
.edge-ah__feature-title { grid-column: 1; grid-row: 3; max-width: 18ch; font-family: var(--edge-ah-font-serif); font-size: clamp(18px, 1.35vw, 24px); line-height: 1.08; font-weight: 400; }
.edge-ah__feature-arrow { grid-column: 2; grid-row: 2 / span 2; align-self: end; justify-self: end; width: 24px; height: 24px; }
.edge-ah__feature-arrow svg { width: 100%; height: 100%; }
.edge-ah__about-media { position: relative; aspect-ratio: 16 / 7.6; overflow: hidden; border-radius: 18px; background: #d9ddd7; }
.edge-ah__about-image { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.edge-ah__about-tagline { position: absolute; right: 18px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(247,247,243,.9); color: var(--edge-ah-text); font-family: var(--edge-ah-font-serif); font-style: italic; font-size: 14px; }

/* Scrim */
.edge-ah__scrim {
  position: fixed;
  z-index: 15;
  inset: calc(var(--edge-ah-admin-offset) + var(--edge-ah-current-height)) 0 0;
  background: rgba(22,29,27,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}
.edge-ah.is-mega-open .edge-ah__scrim,
.edge-ah.is-drawer-open .edge-ah__scrim { opacity: 1; visibility: visible; pointer-events: auto; }

/* Drawer */
.edge-ah__drawer {
  position: fixed;
  z-index: 35;
  top: calc(var(--edge-ah-admin-offset) + var(--edge-ah-current-height));
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--edge-ah-drawer-surface);
  color: var(--edge-ah-text);
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  overflow: hidden;
}
.edge-ah.is-drawer-open .edge-ah__drawer { visibility: visible; pointer-events: auto; }
.edge-ah__drawer-shell {
  width: min(calc(100% - (2 * var(--edge-ah-gutter))), var(--edge-ah-container));
  height: 100%;
  margin-inline: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.edge-ah__drawer-track { position: relative; min-height: 100%; }
.edge-ah__drawer-view { position: relative; width: 100%; min-height: 100%; padding: clamp(34px, 5vh, 72px) 0 54px; }
.edge-ah__drawer-view[hidden] { display: none !important; }
.edge-ah__drawer-main-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(380px, 1.22fr);
  gap: clamp(44px, 7vw, 116px);
  align-items: stretch;
  min-height: calc(100dvh - var(--edge-ah-current-height) - var(--edge-ah-admin-offset) - 100px);
}
.edge-ah__drawer-main-nav { display: flex; flex-direction: column; align-items: stretch; }
.edge-ah__drawer-main-button {
  display: grid;
  grid-template-columns: minmax(0,1fr) 32px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 0;
  border: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--edge-ah-text) 18%, transparent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--edge-ah-text) !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  font-family: var(--edge-ah-font-serif);
  font-size: clamp(36px, 4vw, 62px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.03em;
  transition: opacity .22s ease;
}
.edge-ah__drawer-main-button:hover, .edge-ah__drawer-main-button:focus, .edge-ah__drawer-main-button:active { background: transparent !important; color: var(--edge-ah-text) !important; }
.edge-ah__drawer-main-nav:has(.edge-ah__drawer-main-button:hover) .edge-ah__drawer-main-button:not(:hover) { opacity: .42; }
.edge-ah__drawer-main-button svg { width: 28px; height: 28px; }
.edge-ah__drawer-utility { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: auto; padding-top: 34px; }
.edge-ah__drawer-utility-link, .edge-ah__drawer-language {
  color: var(--edge-ah-muted) !important;
  font-size: 12px;
  transition: color .22s ease;
}
.edge-ah__drawer-utility-link:hover, .edge-ah__drawer-language:hover { color: var(--edge-ah-text) !important; }
.edge-ah__drawer-languages { display: inline-flex; gap: 6px; color: var(--edge-ah-muted); }
.edge-ah__drawer-cta { align-self: flex-start; margin-top: 24px; }
.edge-ah__drawer-main-preview { position: relative; overflow: hidden; border-radius: 20px; background: #d5dad3; min-height: 440px; }
.edge-ah__drawer-preview-layer { position: absolute; inset: 0; margin: 0; opacity: 0; }
.edge-ah__drawer-preview-layer.is-active { opacity: 1; z-index: 1; }
.edge-ah__drawer-preview-image { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.edge-ah__drawer-tagline { position: absolute; z-index: 3; right: 18px; bottom: 18px; color: #fff; font-family: var(--edge-ah-font-serif); font-style: italic; font-size: 18px; text-shadow: 0 1px 18px rgba(0,0,0,.26); }
.edge-ah__drawer-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--edge-ah-text) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 13px;
}
.edge-ah__drawer-back:hover, .edge-ah__drawer-back:focus, .edge-ah__drawer-back:active { background: transparent !important; color: var(--edge-ah-text) !important; }
.edge-ah__drawer-back svg { width: 18px; height: 18px; }
.edge-ah__drawer-heading { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.edge-ah__drawer-statement {
  max-width: 850px;
  margin: 0 0 36px;
  font-family: var(--edge-ah-font-serif);
  font-size: clamp(34px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.035em;
}
.edge-ah__drawer-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 26px; border-top: 1px solid var(--edge-ah-border); }
.edge-ah__drawer-link {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 22px;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--edge-ah-border);
  color: var(--edge-ah-text) !important;
}
.edge-ah__drawer-link:hover, .edge-ah__drawer-link:focus, .edge-ah__drawer-link:active { color: var(--edge-ah-text) !important; }
.edge-ah__drawer-link > span { display: grid; gap: 3px; }
.edge-ah__drawer-link small { color: var(--edge-ah-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.edge-ah__drawer-link strong { font-family: var(--edge-ah-font-serif); font-size: clamp(23px, 2.2vw, 34px); line-height: 1; font-weight: 400; }
.edge-ah__drawer-link em { color: var(--edge-ah-accent); font-size: 10px; font-style: normal; }
.edge-ah__drawer-link svg { width: 20px; height: 20px; }
.edge-ah__drawer-list--simple .edge-ah__drawer-link { grid-template-columns: minmax(0,1fr) 22px; }
.edge-ah__drawer-services { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.edge-ah__drawer-services > .edge-ah__eyebrow { flex-basis: 100%; margin-bottom: 3px; }
.edge-ah__drawer-service { color: var(--edge-ah-text) !important; font-size: 13px; }
.edge-ah__drawer-service:hover, .edge-ah__drawer-service:focus { color: var(--edge-ah-text) !important; text-decoration: underline; text-underline-offset: 4px; }

/* Adaptive compact desktop */
.edge-ah[data-edge-ah-mode="compact"] { --edge-ah-current-height: var(--edge-ah-header-height-compact); }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__brand { width: 45px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__brand-full { opacity: 0; transform: translate3d(-6px,0,0) scale(.95); }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__brand-mark { opacity: 1; transform: none; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__primary,
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__tools-wide { position: absolute; visibility: hidden; pointer-events: none; opacity: 0; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__compact-primary,
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__tools-compact { display: flex; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__compact-primary { align-items: center; gap: 24px; justify-self: start; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__bar-inner { grid-template-columns: auto minmax(0,1fr) auto; gap: 26px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__cta--compact { display: inline-flex; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__locations-layout { grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 26px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__location-list { grid-template-columns: 1fr; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__location-link { padding-block: 11px 12px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__location-name { font-size: 24px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__workspaces-layout { grid-template-columns: minmax(0,1fr) minmax(280px,.84fr); gap: 24px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__services { grid-column: 1; margin-top: -6px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__workspaces-layout > .edge-ah__preview { grid-column: 2; grid-row: 1 / span 2; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__service-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 18px; }
.edge-ah[data-edge-ah-mode="compact"] .edge-ah__editorial-layout { min-height: 300px; gap: 28px; }

/* Short viewport compensation */
.edge-ah[data-edge-ah-height="short"] .edge-ah__mega-inner { padding-block: 18px 20px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__panel-top { margin-bottom: 16px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__intro { font-size: 13px; line-height: 1.42; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__preview-media { aspect-ratio: 16 / 7.2; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__location-link { padding-block: 9px 10px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__location-name { font-size: 22px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__product-link { padding-block: 9px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__product-link-title { font-size: 23px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__editorial-layout { min-height: 260px; }
.edge-ah[data-edge-ah-height="short"] .edge-ah__statement { font-size: clamp(32px, 2.65vw, 48px); }
.edge-ah[data-edge-ah-height="short"] .edge-ah__feature-media { aspect-ratio: 16 / 6.3; }

/* Touch / mobile */
.edge-ah[data-edge-ah-mode="touch"] { --edge-ah-current-height: var(--edge-ah-header-height-touch); }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__brand { width: 42px; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__brand-full { opacity: 0; transform: translate3d(-6px,0,0) scale(.95); }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__brand-mark { opacity: 1; transform: none; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__primary,
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__compact-primary,
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__tools-wide { position: absolute; visibility: hidden; pointer-events: none; opacity: 0; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__tools-compact { display: flex; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__bar-inner { grid-template-columns: auto 1fr auto; gap: 16px; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__tools-compact { grid-column: 3; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__mega { display: none !important; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__scrim { background: rgba(22,29,27,.08); }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-shell { width: min(calc(100% - (2 * var(--edge-ah-gutter))), 760px); }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-main-grid { display: block; min-height: auto; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-main-preview { display: none; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-main-button { font-size: clamp(32px, 9vw, 48px); padding-block: 14px; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-list { grid-template-columns: 1fr; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link { padding-block: 14px; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link strong { font-size: clamp(24px, 7vw, 32px); }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link small { max-width: 92%; font-size: 11px; line-height: 1.45; text-transform: none; letter-spacing: 0; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-statement { font-size: clamp(34px, 10vw, 50px); margin-bottom: 30px; }
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-view { padding-top: clamp(28px, 5vh, 50px); }

.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-heading {
  flex-wrap: wrap;
  row-gap: 10px;
}
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-overview {
  white-space: normal;
  max-width: 100%;
}
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link {
  grid-template-columns: minmax(0, 1fr) 22px;
}
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link > em {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  max-width: 100%;
}
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-link > svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
}
.edge-ah[data-edge-ah-mode="touch"] .edge-ah__drawer-utility {
  max-width: 100%;
}


@media (max-width: 540px) {
  .edge-ah__cta--compact { display: none !important; }
  .edge-ah__menu-label { display: none !important; }
  .edge-ah__menu-button { min-width: 44px; justify-content: flex-end; }
  .edge-ah__drawer-utility { gap: 10px 16px; }
  .edge-ah__drawer-heading { align-items: flex-start; }
  .edge-ah__drawer-heading { display: grid; grid-template-columns: minmax(0,1fr); }
  .edge-ah__drawer-heading .edge-ah__drawer-overview { justify-self: start; }
  .edge-ah__drawer-statement { max-width: 100%; overflow-wrap: anywhere; }

}

/* Focus & Elementor-global hover hardening */
.edge-ah :where(a,button):focus-visible {
  outline: 1.5px solid var(--edge-ah-accent) !important;
  outline-offset: 4px;
}
.edge-ah :where(a,button):hover { text-decoration: none; }
.edge-ah .elementor-button-link,
.edge-ah .elementor-button-link:hover,
.edge-ah a:hover,
.edge-ah a:focus,
.edge-ah button:hover,
.edge-ah button:focus { text-shadow: none !important; }

/* Editor: keep component controllable and above canvas chrome without sticky surprises */
body.elementor-editor-active .edge-ah[data-sticky="yes"],
body.elementor-editor-preview .edge-ah[data-sticky="yes"] { position: relative; top: 0; }
body.elementor-editor-active .edge-ah__mega,
body.elementor-editor-preview .edge-ah__mega { top: 100%; }
body.elementor-editor-active .edge-ah__drawer,
body.elementor-editor-preview .edge-ah__drawer { top: var(--edge-ah-current-height); position: absolute; min-height: 720px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .edge-ah *, .edge-ah *::before, .edge-ah *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

html.edge-ah-scroll-lock,
html.edge-ah-scroll-lock body { overflow: hidden !important; overscroll-behavior: none; }

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
