/* Nordlicht — tokeni templata, scopovani na .sec-nordlicht-header. */

/* ============================================================
   DESIGN TOKENS — Template 4 "Nordlicht"
   Niche variant: A — General / Family  (2. Verwendung)
   The difference from T1 is NOT the palette but its weighting:
   T1 is light with teal accents, T4 inverts that — a dark canvas
   with light panels floating on it.
   Shape language: inset panels with a large radius.
   Change ONLY this file to re-skin the whole template.
   ============================================================ */

.sec-nordlicht-header {
  /* ---------- Canvas (page background) ---------- */
  --c-canvas:      #12303F;
  --c-canvas-lt:   #1B4B66;
  --c-canvas-dp:   #0D2431;

  /* ---------- Panels (content surfaces) ---------- */
  --c-panel:       #FAFBFC;
  --c-panel-alt:   #F1F6F9;
  --c-white:       #FFFFFF;
  --c-surface:     #E8F1F5;

  /* ---------- Brand ---------- */
  --c-primary:     #2C5F7C;
  --c-primary-dk:  #1B4B66;
  --c-primary-lt:  #6FA3BE;
  --c-primary-08:  rgba(44, 95, 124, 0.08);
  --c-primary-14:  rgba(44, 95, 124, 0.14);

  --c-accent:      #E8A87C;   /* warm coral — CTAs, small highlights, icons */
  --c-accent-dk:   #A85D2E;   /* AA-safe coral for text ON LIGHT (4.8:1) */
  --c-accent-soft: #FBEDE2;

  /* ---------- Text ---------- */
  --c-text:        #1F2937;   /* on panels */
  --c-text-muted:  #566A78;   /* 5.0:1 on --c-panel */
  --c-on-canvas:   #EAF2F6;   /* on the dark canvas, 13:1 */
  --c-on-canvas-mu:rgba(234, 242, 246, 0.74);

  --c-line:        rgba(31, 41, 55, 0.11);
  --c-line-strong: rgba(31, 41, 55, 0.22);
  --c-line-canvas: rgba(234, 242, 246, 0.18);

  --c-whatsapp:    #128C7E;
  --c-whatsapp-dk: #0E6F63;
  --c-star:        #E8A23B;

  /* ---------- Elevation — panels lift off a dark ground ---------- */
  --sh-xs: 0 1px 2px rgba(6, 22, 30, 0.16);
  --sh-sm: 0 4px 14px -4px rgba(6, 22, 30, 0.24);
  --sh-md: 0 14px 34px -10px rgba(6, 22, 30, 0.34);
  --sh-lg: 0 26px 56px -16px rgba(6, 22, 30, 0.44);
  --sh-xl: 0 44px 88px -24px rgba(6, 22, 30, 0.52);

  /* ---------- Radius ---------- */
  --r-xs:  10px;
  --r-sm:  14px;
  --r-md:  18px;
  --r-lg:  26px;
  --r-xl:  34px;
  --r-panel: clamp(24px, 3vw, 44px);   /* the signature: every section panel */
  --r-pill: 999px;
  --r-circle: 50%;

  /* ---------- Spacing — 8px base ---------- */
  --sp-1:   4px;
  --sp-2:   8px;
  --sp-3:  16px;
  --sp-4:  24px;
  --sp-5:  32px;
  --sp-6:  48px;
  --sp-7:  64px;
  --sp-8:  96px;
  --sp-9: 128px;

  --panel-y:  clamp(56px, 7vw, 104px);  /* padding inside a panel */
  --panel-gap: clamp(12px, 1.6vw, 22px);/* gap between panels */
  --gutter:   clamp(14px, 2.4vw, 28px); /* canvas inset around panels */
  --pad:      clamp(20px, 4vw, 64px);   /* horizontal padding inside a panel */
  --maxw:     1320px;

  /* ---------- Typography ---------- */
  --ff-display: "Nunito", "Segoe UI", system-ui, sans-serif;
  --ff-body:    "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: 1rem;
  --fs-md:   1.0625rem;
  --fs-lg:   clamp(1.125rem, 0.4vw + 1.05rem, 1.25rem);
  --fs-h4:   clamp(1.1875rem, 0.6vw + 1.05rem, 1.4375rem);
  --fs-h3:   clamp(1.4375rem, 1vw + 1.18rem, 1.9375rem);
  --fs-h2:   clamp(2rem, 2.4vw + 1.35rem, 3.125rem);
  --fs-h1:   clamp(2.5rem, 4.1vw + 1.25rem, 4.375rem);

  --lh-tight: 1.1;
  --lh-snug:  1.24;
  --lh-body:  1.64;

  --ls-tight: -0.02em;
  --ls-label:  0.14em;

  /* ---------- Motion ---------- */
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --t-fast: 160ms;
  --t-base: 280ms;
  --t-slow: 660ms;

  /* ---------- Layout ---------- */
  --header-h: 80px;
  --z-header: 100;
  --z-mobilebar: 90;
  --z-menu: 95;
  --z-lightbox: 200;
}

@media (max-width: 760px) { .sec-nordlicht-header { --header-h: 66px; } }

/* Nordlicht — reset i zajedničke primitive (base.css). */

/* ============================================================
   BASE — Template 4 "Nordlicht"
   The page is a dark canvas; every section is a rounded panel
   inset from the edges. .u-panel is the workhorse class.
   ============================================================ */

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

.sec-nordlicht-header {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  background: var(--c-canvas);
}

.sec-nordlicht-header {
  margin: 0;
  background: var(--c-canvas);
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: var(--fs-md);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-x: clip;
}

.sec-nordlicht-header img, .sec-nordlicht-header svg, .sec-nordlicht-header video { display: block; max-width: 100%; }
.sec-nordlicht-header img { height: auto; }

.sec-nordlicht-header h1, .sec-nordlicht-header h2, .sec-nordlicht-header h3, .sec-nordlicht-header h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-primary-dk);
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-snug);
  margin: 0;
  text-wrap: balance;
}
.sec-nordlicht-header h1 { font-size: var(--fs-h1); line-height: var(--lh-tight); }
.sec-nordlicht-header h2 { font-size: var(--fs-h2); line-height: 1.14; }
.sec-nordlicht-header h3 { font-size: var(--fs-h3); }
.sec-nordlicht-header h4 { font-size: var(--fs-h4); }

.sec-nordlicht-header p { margin: 0; text-wrap: pretty; }
.sec-nordlicht-header ul, .sec-nordlicht-header ol { margin: 0; padding: 0; list-style: none; }

.sec-nordlicht-header a { color: inherit; text-decoration: none; transition: color var(--t-fast) var(--ease); }
.sec-nordlicht-header button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

.sec-nordlicht-header :focus-visible { outline: 3px solid var(--c-accent); outline-offset: 3px; border-radius: var(--r-xs); }
.sec-nordlicht-header :focus:not(:focus-visible) { outline: none; }
.sec-nordlicht-header ::selection { background: var(--c-accent); color: var(--c-text); }

/* ---------- The panel system (signature shape) ---------- */

.sec-nordlicht-header .u-panel {
  position: relative;
  margin-inline: var(--gutter);
  margin-bottom: var(--panel-gap);
  padding-block: var(--panel-y);
  border-radius: var(--r-panel);
  background: var(--c-panel);
  overflow: hidden;
  isolation: isolate;
}
.sec-nordlicht-header .u-panel--alt { background: var(--c-panel-alt); }
.sec-nordlicht-header .u-panel--white { background: var(--c-white); }
.sec-nordlicht-header .u-panel--dark { background: var(--c-canvas-lt); color: var(--c-on-canvas); }
.sec-nordlicht-header .u-panel--flush { padding-block: 0; }

/* Inner width limiter — panels already carry the outer inset */
.sec-nordlicht-header .u-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.sec-nordlicht-header .u-sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

.sec-nordlicht-header .u-skip-link {
  position: absolute; top: 8px; left: 8px; z-index: 999;
  transform: translateY(-180%);
  background: var(--c-accent); color: var(--c-text);
  padding: 12px 22px; border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 700;
}
.sec-nordlicht-header .u-skip-link:focus { transform: translateY(0); }

/* ---------- Section header ---------- */

.sec-nordlicht-header .u-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-body);
  font-size: var(--fs-xs); font-weight: 600;
  letter-spacing: var(--ls-label); text-transform: uppercase;
  color: var(--c-accent-dk);
}
.sec-nordlicht-header .u-kicker::before {
  content: "";
  width: 8px; height: 8px; flex: none;
  border-radius: var(--r-circle);
  background: var(--c-accent);
}
.sec-nordlicht-header .u-panel--dark .u-kicker { color: var(--c-accent); }

.sec-nordlicht-header .u-head > * + * { margin-top: var(--sp-3); }
.sec-nordlicht-header .u-head--center { text-align: center; margin-inline: auto; }
.sec-nordlicht-header .u-head--center .u-kicker { justify-content: center; }
.sec-nordlicht-header .u-head p { color: var(--c-text-muted); font-size: var(--fs-lg); }
.sec-nordlicht-header .u-panel--dark .u-head h2 { color: var(--c-white); }
.sec-nordlicht-header .u-panel--dark .u-head p { color: var(--c-on-canvas-mu); }

/* ---------- Buttons ---------- */

.sec-nordlicht-header .u-btn {
  --btn-bg: var(--c-primary-dk);
  --btn-fg: var(--c-white);
  --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px;
  padding: 15px 28px;
  border: 2px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--ff-display);
  font-size: var(--fs-md); font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: transform var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              background-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease);
}
.sec-nordlicht-header .u-btn svg { flex: none; }
.sec-nordlicht-header .u-btn:hover { transform: translateY(-2px); }
.sec-nordlicht-header .u-btn:active { transform: translateY(0); transition-duration: 60ms; }

.sec-nordlicht-header .u-btn--solid { box-shadow: var(--sh-sm); }
.sec-nordlicht-header .u-btn--solid:hover { --btn-bg: #143C52; box-shadow: var(--sh-md); }

.sec-nordlicht-header .u-btn--accent { --btn-bg: var(--c-accent); --btn-fg: var(--c-text); box-shadow: var(--sh-sm); }
.sec-nordlicht-header .u-btn--accent:hover { --btn-bg: #DE9765; box-shadow: var(--sh-md); }

.sec-nordlicht-header .u-btn--white { --btn-bg: var(--c-white); --btn-fg: var(--c-primary-dk); box-shadow: var(--sh-sm); }
.sec-nordlicht-header .u-btn--white:hover { --btn-bg: var(--c-surface); }

.sec-nordlicht-header .u-btn--line { --btn-bg: transparent; --btn-fg: var(--c-primary-dk); --btn-bd: var(--c-line-strong); }
.sec-nordlicht-header .u-btn--line:hover { --btn-bd: var(--c-primary-dk); --btn-bg: var(--c-white); }

.sec-nordlicht-header .u-btn--ghost { --btn-bg: transparent; --btn-fg: var(--c-on-canvas); --btn-bd: var(--c-line-canvas); }
.sec-nordlicht-header .u-btn--ghost:hover { --btn-bg: rgba(234, 242, 246, 0.1); --btn-bd: rgba(234, 242, 246, 0.5); }

.sec-nordlicht-header .u-btn--wa { --btn-bg: var(--c-whatsapp); --btn-fg: #fff; box-shadow: var(--sh-sm); }
.sec-nordlicht-header .u-btn--wa:hover { --btn-bg: var(--c-whatsapp-dk); box-shadow: var(--sh-md); }

.sec-nordlicht-header .u-btn--lg { min-height: 62px; padding: 19px 36px; font-size: var(--fs-lg); }
.sec-nordlicht-header .u-btn--block { width: 100%; }

/* ---------- Scroll reveal ---------- */

/* Hidden start state gated on .has-js (set by app.js) so a script
   failure can never leave a blank hole where content should be. */
.sec-nordlicht-header.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.sec-nordlicht-header.has-js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .sec-nordlicht-header { scroll-behavior: auto; }
  .sec-nordlicht-header *, .sec-nordlicht-header *::before, .sec-nordlicht-header *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .sec-nordlicht-header.has-js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .sec-nordlicht-header .site-head, .sec-nordlicht-header .mobile-bar, .sec-nordlicht-header .cta, .sec-nordlicht-header .plx, .sec-nordlicht-header .ig { display: none !important; }
  .sec-nordlicht-header { background: #fff; }
  .sec-nordlicht-header .u-panel { margin: 0; border-radius: 0; }
}

/* ============================================================
   MEDIA SLOTS — every image slot also takes a <video>

   Each slot rule is written as `:is(img,video)`, so swapping the
   tag is the whole job — sizing, crop and radius stay identical:

     <img   src="_shared/img/hero.svg" width="900" height="1120" alt="…">
     <video src="_shared/video/hero.mp4" poster="_shared/img/hero.svg"
            width="900" height="1120" data-inline muted loop playsinline
            aria-label="…"></video>

   `data-inline` hands the element to app.js, which plays it only
   while it is on screen, pauses it when the tab is hidden, adds a
   pause control (WCAG 2.2.2) and skips autoplay entirely under
   prefers-reduced-motion — the poster stays in that case.

   Keep width/height (or let the slot's aspect-ratio do it) so the
   layout does not shift while the file loads.
   ============================================================ */

/* Baseline for slots that never sized their <img> explicitly. */
.sec-nordlicht-header video { width: 100%; height: auto; }

/* Parent of an inline video: only promoted when it is static, so a
   slot that already positions itself is left alone. */
.sec-nordlicht-header .has-inline-video { position: relative; }

.sec-nordlicht-header .u-mediactl {
  position: absolute;
  right: 10px; bottom: 10px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--sh-sm);
  color: var(--c-text);
  font-family: var(--ff-display);
  font-size: var(--fs-xs); font-weight: 600;
  cursor: pointer;
  transition: background-color var(--t-base) var(--ease);
}
.sec-nordlicht-header .u-mediactl:hover { background: #fff; }
.sec-nordlicht-header .u-mediactl__ic { position: relative; width: 12px; height: 12px; flex: none; }
.sec-nordlicht-header .u-mediactl__ic::before, 
.sec-nordlicht-header .u-mediactl__ic::after {
  content: "";
  position: absolute; top: 0;
  width: 4px; height: 12px;
  border-radius: 1px;
  background: currentColor;
}
.sec-nordlicht-header .u-mediactl__ic::before { left: 0; }
.sec-nordlicht-header .u-mediactl__ic::after { right: 0; }

/* paused -> the icon becomes a play triangle */
.sec-nordlicht-header .u-mediactl[aria-pressed="true"] .u-mediactl__ic::before {
  left: 1px;
  width: 0; height: 0;
  border-radius: 0;
  background: none;
  border-left: 11px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.sec-nordlicht-header .u-mediactl[aria-pressed="true"] .u-mediactl__ic::after { opacity: 0; }

/* Small slots (avatars, thumbnails) do not get room for a label. */
.sec-nordlicht-header .u-mediactl--compact { padding: 0; width: 44px; justify-content: center; }
.sec-nordlicht-header .u-mediactl--compact .u-mediactl__tx { display: none; }

/* Sekcija header. */

/* ============================================================
   SECTION: HEADER — bar on the dark canvas + grid overlay menu
   ============================================================ */

.sec-nordlicht-header .site-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-header);
  height: var(--header-h);
  display: flex;
  align-items: center;
  color: var(--c-on-canvas);
  transition: background-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.sec-nordlicht-header .site-head.is-stuck {
  background: rgba(18, 48, 63, 0.9);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 2px 24px -8px rgba(6, 22, 30, 0.7);
}

.sec-nordlicht-header .site-head__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: calc(var(--gutter) + var(--pad));
  display: flex; align-items: center; gap: var(--sp-4);
}

/* ---------- Brand ---------- */

.sec-nordlicht-header .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; flex: none; }
.sec-nordlicht-header .brand__mark { width: 42px; height: 42px; flex: none; color: var(--c-primary); }
.sec-nordlicht-header .brand__mark svg { width: 100%; height: 100%; transition: transform var(--t-base) var(--ease-out); }
.sec-nordlicht-header .brand:hover .brand__mark svg { transform: rotate(-6deg) scale(1.06); }
.sec-nordlicht-header .brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.sec-nordlicht-header .brand__text strong {
  font-family: var(--ff-display);
  font-size: 1.3rem; font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--c-white);
}
.sec-nordlicht-header .brand__text small {
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--c-on-canvas-mu);
}

/* ---------- Nav ---------- */

.sec-nordlicht-header .site-nav ul { display: flex; align-items: center; gap: 2px; }
.sec-nordlicht-header .site-nav a {
  display: block;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 500;
  color: var(--c-on-canvas-mu);
  transition: background-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.sec-nordlicht-header .site-nav a:hover { background: rgba(234, 242, 246, 0.1); color: var(--c-white); }

/* ---------- Actions ---------- */

.sec-nordlicht-header .site-head__act { display: flex; align-items: center; gap: 12px; flex: none; }

.sec-nordlicht-header .head-tel {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 18px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-line-canvas);
  font-size: var(--fs-sm); font-weight: 600;
  color: var(--c-on-canvas);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sec-nordlicht-header .head-tel svg { width: 17px; height: 17px; color: var(--c-accent); }
.sec-nordlicht-header .head-tel:hover { background: rgba(234, 242, 246, 0.1); }

.sec-nordlicht-header .head-cta { min-height: 46px; padding: 12px 24px; font-size: var(--fs-sm); }

.sec-nordlicht-header .burger {
  display: none;
  width: 46px; height: 46px;
  border-radius: var(--r-circle);
  border: 1px solid var(--c-line-canvas);
  place-items: center;
}
.sec-nordlicht-header .burger span { display: block; width: 19px; }
.sec-nordlicht-header .burger i {
  display: block; height: 2px; border-radius: 2px;
  background: var(--c-on-canvas);
  transition: transform var(--t-base) var(--ease-out);
}
.sec-nordlicht-header .burger i + i { margin-top: 6px; }
.sec-nordlicht-header .burger[aria-expanded="true"] i:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.sec-nordlicht-header .burger[aria-expanded="true"] i:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* ---------- Grid overlay menu ---------- */

.sec-nordlicht-header .gmenu { position: fixed; inset: 0; z-index: var(--z-menu); }
.sec-nordlicht-header .gmenu[hidden] { display: none; }

.sec-nordlicht-header .gmenu__sheet {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center; gap: var(--sp-6);
  padding: calc(var(--header-h) + 24px) var(--pad) var(--sp-7);
  background: var(--c-canvas);
  color: var(--c-on-canvas);
  opacity: 0;
  transform: translateY(-2%);
  transition: opacity 320ms var(--ease), transform 420ms var(--ease-out);
  overflow-y: auto;
}
.sec-nordlicht-header .gmenu.is-open .gmenu__sheet { opacity: 1; transform: none; }

.sec-nordlicht-header .gmenu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sec-nordlicht-header .gmenu__grid a {
  display: flex; flex-direction: column; gap: 8px;
  min-height: 104px;
  padding: 20px;
  border-radius: var(--r-lg);
  border: 1px solid var(--c-line-canvas);
  background: rgba(234, 242, 246, 0.05);
  font-family: var(--ff-display);
  font-size: 1.125rem; font-weight: 700;
  color: var(--c-white);
  transition: background-color var(--t-base) var(--ease), transform var(--t-base) var(--ease-out);
}
.sec-nordlicht-header .gmenu__grid a:active { transform: scale(0.98); }
.sec-nordlicht-header .gmenu__grid a:hover { background: rgba(234, 242, 246, 0.12); }
.sec-nordlicht-header .gmenu__grid span {
  font-family: var(--ff-body);
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--ls-label);
  color: var(--c-accent);
}

.sec-nordlicht-header .gmenu__foot { display: grid; gap: 12px; text-align: center; }
.sec-nordlicht-header .gmenu__tel {
  font-family: var(--ff-display);
  font-size: 1.5rem; font-weight: 800;
  color: var(--c-white);
  padding: 8px;
  font-variant-numeric: tabular-nums;
}
.sec-nordlicht-header .gmenu__hours { font-size: var(--fs-sm); color: var(--c-on-canvas-mu); }

/* ---------- Sticky mobile action bar ---------- */

.sec-nordlicht-header .mobile-bar {
  position: fixed;
  left: 50%; bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: var(--z-mobilebar);
  display: none;
  align-items: center; gap: 6px;
  width: calc(100% - 24px);
  max-width: 440px;
  padding: 7px;
  border-radius: var(--r-pill);
  background: rgba(18, 48, 63, 0.94);
  border: 1px solid var(--c-line-canvas);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--sh-lg);
  transform: translate(-50%, 140%);
  transition: transform 440ms var(--ease-out);
}
.sec-nordlicht-header .mobile-bar.is-visible { transform: translate(-50%, 0); }

.sec-nordlicht-header .mobile-bar__i {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
  min-height: 50px;
  border-radius: var(--r-pill);
  font-family: var(--ff-display);
  font-size: 0.6875rem; font-weight: 700;
  color: var(--c-on-canvas);
}
.sec-nordlicht-header .mobile-bar__i svg { width: 20px; height: 20px; }
.sec-nordlicht-header .mobile-bar__i--wa { color: #6FD8C4; }
.sec-nordlicht-header .mobile-bar__i--cta {
  background: var(--c-accent);
  color: var(--c-text);
  font-size: 0.9375rem;
  flex: 1.1;
}
.sec-nordlicht-header .mobile-bar__i:active { transform: scale(0.97); }

/* ---------- Breakpoints ---------- */

@media (max-width: 1080px) { .sec-nordlicht-header .site-nav { display: none; } .sec-nordlicht-header .burger { display: grid; } }
@media (max-width: 860px) { .sec-nordlicht-header .head-tel { display: none; } }
@media (max-width: 620px) {
  .sec-nordlicht-header .head-cta { display: none; }
  .sec-nordlicht-header .mobile-bar { display: flex; }
  .sec-nordlicht-header { padding-bottom: 84px; }
  .sec-nordlicht-header .brand__text small { display: none; }
  .sec-nordlicht-header .gmenu__grid { grid-template-columns: 1fr; }
  .sec-nordlicht-header .gmenu__grid a { min-height: 72px; flex-direction: row; align-items: center; gap: 14px; }
}