:root {
  --abz-chrome-black: #0b0c0c;
  --abz-chrome-paper: #f7f5f0;
  --abz-chrome-muted: #999a92;
  --abz-chrome-signal: #ef4b2f;
  --abz-chrome-shell: min(1320px, calc(100vw - 64px));
}

.abz-site-header.e-con {
  position: relative;
  z-index: 100;
  width: 100%;
  min-height: 76px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid rgba(247,245,240,.13);
  background: var(--abz-chrome-black);
  color: var(--abz-chrome-paper);
  font-family: "Instrument Sans", sans-serif;
}

.abz-site-header.is-scrolled {
  position: fixed;
  inset: 0 0 auto;
  min-height: 62px;
  background: rgba(11,12,12,.9);
  backdrop-filter: blur(14px);
}

.abz-site-brand .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-family: "Instrument Sans", sans-serif;
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.abz-site-brand a { color: inherit; text-decoration: none; }
.abz-site-brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(247,245,240,.48);
}

.abz-site-nav.e-con {
  width: auto;
  flex-direction: row;
  gap: clamp(22px,3vw,48px);
}

.abz-site-nav .elementor-widget-button { width: auto; }
.abz-site-nav .elementor-button,
.abz-site-menu-toggle .elementor-button {
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(var(--abz-chrome-signal),var(--abz-chrome-signal)) 0 100%/0 1px no-repeat;
  color: var(--abz-chrome-paper);
  font-family: "Instrument Sans", sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: background-size .2s,color .2s;
}
.abz-site-nav .elementor-button:hover,
.abz-site-nav .elementor-button:focus-visible { background-size: 100% 1px; }
.abz-site-menu-toggle { display: none; width: auto; }
.abz-site-menu-toggle .elementor-button::after {
  width: 18px;
  height: 7px;
  margin-left: 11px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
}
.abz-site-progress { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; }
.abz-site-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--abz-chrome-signal); }

.abz-site-footer.e-con {
  width: 100%;
  padding: 30px max(32px, calc((100vw - 1320px) / 2));
  border-top: 1px solid rgba(247,245,240,.13);
  background: var(--abz-chrome-black);
  color: var(--abz-chrome-paper);
  font-family: "Instrument Sans", sans-serif;
}
.abz-site-footer-inner.e-con {
  display: grid !important;
  width: 100%;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 34px;
  align-items: center;
}
.abz-site-footer-brand .elementor-heading-title {
  color: inherit;
  font-family: "Instrument Sans", sans-serif;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.abz-site-footer-links.e-con { width: auto; flex-direction: row; gap: 20px; }
.abz-site-footer-links .elementor-widget-button { width: auto; }
.abz-site-footer-links .elementor-button {
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: 600 .68rem/1.2 "Instrument Sans", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.abz-site-footer-links .elementor-button:hover { color: var(--abz-chrome-signal); }
.abz-site-footer-location,
.abz-site-footer-note { margin: 0; }
.abz-site-footer-location { color: #a1a29a; text-align: center; }
.abz-site-footer-note { color: var(--abz-chrome-muted); }
.abz-site-footer-location p,
.abz-site-footer-note p { margin: 0; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }

@media(max-width:980px){
  .abz-site-footer-inner.e-con { grid-template-columns: 1fr auto; }
  .abz-site-footer-location { text-align: left; }
}

@media(max-width:720px){
  :root { --abz-chrome-shell: calc(100vw - 32px); }
  .abz-site-header.e-con { min-height: 66px; padding-inline: 16px; }
  .abz-site-brand-mark { display: none; }
  .abz-site-menu-toggle { position: relative; z-index: 102; display: block; }
  .abz-site-nav.e-con {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 108px 16px 36px;
    transform: translateY(-102%);
    background: var(--abz-chrome-black);
    transition: transform .35s cubic-bezier(.22,.75,.2,1);
  }
  .abz-site-nav.is-open { transform: none; }
  .abz-site-nav .elementor-widget-button { width: 100%; border-bottom: 1px solid rgba(247,245,240,.14); }
  .abz-site-nav .elementor-button { justify-content: flex-start; width: 100%; padding: 18px 0; font-family: "Clash Display",sans-serif; font-size: clamp(2.2rem,12vw,4rem); font-weight: 500; letter-spacing: -.04em; text-transform: none; }
  .abz-site-menu-toggle.is-open .elementor-button::after { height: 1px; border-bottom: 0; transform: rotate(45deg); }
  .abz-site-footer.e-con { padding: 28px 16px; }
  .abz-site-footer-inner.e-con { grid-template-columns: 1fr; gap: 14px; }
  .abz-site-footer-links.e-con { flex-wrap: wrap; }
  .abz-site-footer-location { text-align: left; }
}

/* Keep the editing canvas usable: mobile nav must not cover Elementor. */
.elementor-editor-active .abz-site-header.e-con { position: relative; }
.elementor-editor-active .abz-site-nav.e-con { position: relative; height: auto; transform: none; }
