.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ============================================================
   NCF Header — Concept A (Audience Fork) + Marketing polish
   Scope: .ncf-header
   Tokens: Metal Blue #1F262A · Orange #E09228 · hover #c87e1f
   Pair with ncf-brand-css-tokens.css when available site-wide.
   Paste into: Elementor Theme Builder Header → Custom CSS
   OR Site Settings / Custom Code (keep scoped under .ncf-header)
   ============================================================ */

.ncf-header {
  --ncf-ink: #1F262A;
  --ncf-orange: #E09228;
  --ncf-orange-dk: #c87e1f;
  --ncf-dusty: #7F9DAE;
  --ncf-slate: #5B676D;
  --ncf-gray: #E7E7E8;
  --ncf-paper: #FAFAFA;
  --ncf-white: #ffffff;
  --ncf-border: #cfd3d5;
  --ncf-maxw: 1240px;
  --ncf-pad: clamp(16px, 3vw, 40px);
  --ncf-font: "Neulis Sans", "neulis-sans", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ncf-font-support: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ncf-shadow: 0 1px 3px rgba(31, 38, 42, 0.08), 0 8px 24px rgba(31, 38, 42, 0.06);
  --ncf-radius: 4px;
  --ncf-z: 1000;

  position: sticky;
  top: 0;
  z-index: var(--ncf-z);
  font-family: var(--ncf-font);
  color: var(--ncf-ink);
  background: var(--ncf-white);
  box-shadow: var(--ncf-shadow);
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

.ncf-header *,
.ncf-header *::before,
.ncf-header *::after {
  box-sizing: border-box;
}

.ncf-header a {
  color: inherit;
  text-decoration: none;
}

.ncf-header button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
}

.ncf-header [hidden] {
  display: none !important;
}

.ncf-header__inner {
  max-width: var(--ncf-maxw);
  margin: 0 auto;
  padding-left: var(--ncf-pad);
  padding-right: var(--ncf-pad);
}

/* ---------- Utility row ---------- */
.ncf-header__utility {
  background: var(--ncf-ink);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ncf-font-support);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ncf-header__utility .ncf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ncf-header__util-left,
.ncf-header__util-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
}

.ncf-header__utility a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.88);
  border-radius: var(--ncf-radius);
  transition: color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.ncf-header__utility a:hover,
.ncf-header__utility a:focus-visible {
  color: var(--ncf-white);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.ncf-header__utility a.is-accent {
  color: var(--ncf-orange);
  font-weight: 600;
}

.ncf-header__utility a.is-accent:hover {
  color: #f0a338;
  background: rgba(224, 146, 40, 0.12);
}

.ncf-header__util-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.22);
  margin: 0 4px;
  flex-shrink: 0;
}

/* ---------- Main bar ---------- */
.ncf-header__bar {
  background: var(--ncf-white);
  border-bottom: 1px solid var(--ncf-border);
}

.ncf-header__bar .ncf-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}

.ncf-header__logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ncf-font);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--ncf-ink);
  line-height: 1.15;
}

.ncf-header__logo:hover {
  color: var(--ncf-ink);
}

.ncf-header__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--ncf-radius);
  background: var(--ncf-ink);
  color: var(--ncf-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ncf-header__logo-text {
  display: flex;
  flex-direction: column;
}

.ncf-header__logo-text small {
  font-family: var(--ncf-font-support);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ncf-slate);
}

.ncf-header__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.ncf-header__item {
  position: relative;
}

.ncf-header__trigger,
.ncf-header__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-family: var(--ncf-font);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ncf-ink);
  border-radius: var(--ncf-radius);
  transition: background 0.15s ease, color 0.15s ease;
}

.ncf-header__trigger:hover,
.ncf-header__trigger:focus-visible,
.ncf-header__link:hover,
.ncf-header__link:focus-visible,
.ncf-header__item.is-open > .ncf-header__trigger {
  background: var(--ncf-paper);
  color: var(--ncf-ink);
  outline: none;
}

.ncf-header__chev {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.55;
  transition: transform 0.18s ease;
}

.ncf-header__item.is-open > .ncf-header__trigger .ncf-header__chev {
  transform: rotate(180deg);
}

/* Dropdown panels */
.ncf-header__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 260px;
  padding: 10px;
  background: var(--ncf-white);
  border: 1px solid var(--ncf-border);
  border-radius: var(--ncf-radius);
  box-shadow: var(--ncf-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
  z-index: 20;
}

.ncf-header__item.is-open > .ncf-header__panel,
.ncf-header__item:hover > .ncf-header__panel,
.ncf-header__item:focus-within > .ncf-header__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ncf-header__panel--wide {
  min-width: 320px;
}

.ncf-header__panel a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  border-radius: var(--ncf-radius);
  font-size: 14px;
  font-weight: 500;
  color: var(--ncf-ink);
  transition: background 0.12s ease;
}

.ncf-header__panel a:hover,
.ncf-header__panel a:focus-visible {
  background: var(--ncf-paper);
  outline: none;
}

.ncf-header__panel a span {
  font-family: var(--ncf-font-support);
  font-size: 12px;
  font-weight: 400;
  color: var(--ncf-slate);
  line-height: 1.35;
}

.ncf-header__panel a .ncf-muted {
  font-size: 12px;
  font-weight: 500;
  color: var(--ncf-slate);
}

.ncf-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}

/* Primary orange CTA — ONLY Where to Buy */
.ncf-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: var(--ncf-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: var(--ncf-orange);
  color: var(--ncf-white) !important;
  border-radius: var(--ncf-radius);
  border: 2px solid transparent;
  transition: background 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.ncf-header__cta:hover,
.ncf-header__cta:focus-visible {
  background: var(--ncf-orange-dk);
  color: var(--ncf-white) !important;
  transform: translateY(-1px);
  outline: none;
}

/* Hamburger */
.ncf-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--ncf-radius);
  border: 1px solid var(--ncf-border);
  background: var(--ncf-white);
}

.ncf-header__burger:hover,
.ncf-header__burger:focus-visible {
  background: var(--ncf-paper);
  outline: none;
}

.ncf-header__burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 18px;
}

.ncf-header__burger-lines i {
  display: block;
  height: 2px;
  background: var(--ncf-ink);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ncf-header.is-nav-open .ncf-header__burger-lines i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ncf-header.is-nav-open .ncf-header__burger-lines i:nth-child(2) {
  opacity: 0;
}

.ncf-header.is-nav-open .ncf-header__burger-lines i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Market strip (optional) ---------- */
.ncf-header__market {
  background: var(--ncf-paper);
  border-bottom: 1px solid var(--ncf-border);
  font-family: var(--ncf-font-support);
  font-size: 13px;
  color: var(--ncf-slate);
}

.ncf-header__market .ncf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ncf-header__market-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.ncf-header__market-facts strong {
  color: var(--ncf-ink);
  font-weight: 600;
  font-family: var(--ncf-font);
}

.ncf-header__market-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ncf-dusty);
  flex-shrink: 0;
}

.ncf-header__market-book {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-family: var(--ncf-font);
  font-size: 13px;
  color: var(--ncf-ink);
  padding: 6px 12px;
  border-radius: var(--ncf-radius);
  border: 1px solid var(--ncf-ink);
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.ncf-header__market-book:hover,
.ncf-header__market-book:focus-visible {
  background: var(--ncf-ink);
  color: var(--ncf-white);
  outline: none;
}

/* ---------- Mobile drawer ---------- */
.ncf-header__drawer {
  display: none;
  background: var(--ncf-white);
  border-bottom: 1px solid var(--ncf-border);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.ncf-header.is-nav-open .ncf-header__drawer {
  display: block;
}

.ncf-header__drawer-section {
  padding: 12px var(--ncf-pad) 8px;
  border-bottom: 1px solid var(--ncf-border);
}

.ncf-header__drawer-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ncf-slate);
  margin-bottom: 8px;
}

.ncf-header__drawer a,
.ncf-header__drawer summary {
  display: block;
  padding: 11px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ncf-ink);
  border-bottom: 1px solid rgba(31, 38, 42, 0.06);
}

.ncf-header__drawer details > summary {
  list-style: none;
  cursor: pointer;
}

.ncf-header__drawer details > summary::-webkit-details-marker {
  display: none;
}

.ncf-header__drawer details a {
  font-weight: 500;
  font-size: 14px;
  padding-left: 12px;
  color: var(--ncf-slate);
}

.ncf-header__drawer details a:hover {
  color: var(--ncf-ink);
}

.ncf-header__drawer .ncf-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--ncf-slate);
  margin-top: 2px;
}

.ncf-header__drawer-cta {
  margin: 16px var(--ncf-pad) 20px;
}

.ncf-header__drawer-cta .ncf-header__cta {
  width: 100%;
}

/* Sticky mobile Where to Buy */
.ncf-header__sticky-cta {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: calc(var(--ncf-z) + 5);
  text-align: center;
  box-shadow: 0 8px 28px rgba(31, 38, 42, 0.22);
}

/* ---------- Desktop / mobile breakpoints ---------- */
@media (max-width: 1024px) {
  .ncf-header__utility {
    display: none;
  }

  .ncf-header__nav {
    display: none;
  }

  .ncf-header__burger {
    display: inline-flex;
    margin-left: auto;
  }

  .ncf-header__actions .ncf-header__cta {
    display: none;
  }

  .ncf-header__bar .ncf-header__inner {
    min-height: 64px;
  }

  .ncf-header__sticky-cta {
    display: inline-flex;
  }

  .ncf-header__market-facts .ncf-hide-sm {
    display: none;
  }
}

@media (min-width: 1025px) {
  .ncf-header__drawer {
    display: none !important;
  }

  .ncf-header__sticky-cta {
    display: none !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ncf-header *,
  .ncf-header *::before,
  .ncf-header *::after {
    transition: none !important;
  }
}/* End custom CSS */