/* ==========================================================================
   CONDOR SRL — Design System
   Brand tokens derivate din paleta logo-ului original (condor_logo.gif):
     logo blue  #094891  (26.6% din pixelii logo-ului)
     site navy  #003366  ·  site sky #C0DFFD  ·  site accent #FF6600
   ========================================================================== */

/* ------------------------------------------------------------------ TOKENS */
:root {
  /* Brand */
  --brand-blue: #094891;          /* extras din logo */
  --brand-blue-deep: #06356d;
  --brand-navy: #00223f;          /* fundal închis, derivat din #003366 */
  --brand-navy-soft: #0c3a63;
  --brand-sky: #c0dffd;           /* fundal deschis original */
  --brand-sky-soft: #eaf3fd;
  --brand-orange: #ff6600;        /* accent original păstrat (decor, text mare) */
  --brand-orange-text: #c2410c;   /* 4.9:1 pe alb — accent tipografic AA */
  --brand-orange-deep: #a8330a;   /* fundal buton cu text alb — 6.3:1 AA */
  --brand-orange-dark: #e05500;
  --brand-teal: #759da1;          /* ton secundar din paleta originală */
  --brand-green: #ccff99;         /* accent deschis original, folosit cu zgârcenie */

  /* Neutrals */
  --ink-900: #0b1620;
  --ink-800: #14273a;
  --ink-600: #3d5166;  /* 7.1:1 pe alb */
  --ink-500: #5a6e82;  /* 5.3:1 pe alb — text secundar AA */
  --ink-400: #5d7288;  /* 5.5:1 pe alb — etichete mici AA */
  --line: #dde6ef;
  --line-soft: #eef4f9;
  --paper: #ffffff;
  --paper-warm: #f7fafd;
  --paper-tint: #f2f7fc;

  /* Typography */
  --font-display: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  /* Fluid type scale */
  --fs-xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.0625rem;
  --fs-lg: clamp(1.25rem, 1.6vw, 1.5rem);
  --fs-xl: clamp(1.6rem, 2.6vw, 2.25rem);
  --fs-2xl: clamp(2rem, 4vw, 3.25rem);
  --fs-3xl: clamp(2.4rem, 5.4vw, 4.4rem);
  --fs-hero: clamp(2.3rem, 4.45vw, 4rem);  /* calibrat: 2 rânduri echilibrate pe desktop (64px la 1440px) */

  /* Space */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;
  --sp-10: 8rem;

  /* Layout */
  --container: 1280px;
  --container-narrow: 880px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 16px;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(11, 22, 32, 0.05), 0 2px 8px rgba(11, 22, 32, 0.04);
  --shadow: 0 4px 12px rgba(11, 22, 32, 0.07), 0 12px 32px rgba(11, 22, 32, 0.06);
  --shadow-lg: 0 12px 28px rgba(11, 22, 32, 0.1), 0 32px 72px rgba(11, 22, 32, 0.1);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast: 0.18s;
  --t: 0.34s;
  --t-slow: 0.7s;

  /* Header */
  --header-h: 76px;
}

/* ------------------------------------------------------------------- RESET */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--ink-600);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink-900);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.022em;
  text-wrap: balance;
}
h1 { font-size: var(--fs-3xl); }
h2 { font-size: var(--fs-2xl); }
h3 { font-size: var(--fs-xl); }
h4 { font-size: var(--fs-md); font-weight: 700; }
p { text-wrap: pretty; }
:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
  border-radius: 2px;
}
::selection { background: var(--brand-orange); color: #fff; }

/* --------------------------------------------------------------- UTILITIES */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section-tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.bg-paper { background: var(--paper); }
.bg-warm { background: var(--paper-warm); }
.bg-tint { background: var(--paper-tint); }
.bg-navy { background: var(--brand-navy); color: rgba(255,255,255,0.82); }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
/* paragrafele moșteneau culoarea din light mode — corectat pentru contrast */
.bg-navy p, .bg-navy li, .bg-navy .split__body > p { color: rgba(255,255,255,0.84); }
.bg-navy .eyebrow { color: var(--brand-sky); }
.bg-navy .sec-head p { color: rgba(255,255,255,0.78); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: var(--gutter); z-index: 200;
  background: var(--brand-orange-deep); color: #fff; padding: 0.75rem 1.25rem;
  font-weight: 600; border-radius: 0 0 var(--radius) var(--radius);
  transition: top var(--t-fast);
}
.skip-link:focus { top: 0; }

/* --------------------------------------------------------------- EYEBROW */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin-bottom: var(--sp-4);
  /* 8.9:1 pe fundal deschis */
}
.eyebrow::before {
  content: ''; width: 28px; height: 2px; background: var(--brand-orange); flex: none;
}
.bg-navy .eyebrow { color: var(--brand-sky); }

/* ------------------------------------------------------------ SECTION HEAD */
.sec-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head p { margin-top: var(--sp-4); font-size: var(--fs-md); color: var(--ink-600); }
.bg-navy .sec-head p { color: rgba(255,255,255,0.7); }
.sec-head--split {
  display: grid; grid-template-columns: 1fr; gap: var(--sp-5);
  max-width: none;
}
@media (min-width: 900px) {
  .sec-head--split { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); align-items: end; gap: var(--sp-7); }
  .sec-head--split p { margin-top: 0; }
}

/* ---------------------------------------------------------------- BUTTONS */
.btn {
  --btn-bg: var(--brand-orange-deep);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  background: var(--btn-bg); color: var(--btn-fg);
  font-family: var(--font-display);
  font-size: var(--fs-sm); font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-sm);
  position: relative; overflow: hidden;
  transition: transform var(--t) var(--ease-out), box-shadow var(--t) var(--ease-out), background var(--t);
  will-change: transform;
}
.btn svg { width: 16px; height: 16px; flex: none; transition: transform var(--t) var(--ease-out); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255, 102, 0, 0.32); background: var(--brand-orange-text); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(0); }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--brand-blue); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--outline:hover { --btn-fg: var(--brand-orange-text); box-shadow: inset 0 0 0 1.5px var(--brand-orange-text); background: rgba(255,102,0,0.05); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--brand-navy); }
.btn--light:hover { box-shadow: 0 10px 24px rgba(0,0,0,0.25); }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.28); }
.btn--ghost-light:hover { --btn-bg: rgba(255,255,255,0.1); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.5); }
.btn--lg { padding: 1.1rem 2.25rem; font-size: var(--fs-base); }
.btn--block { width: 100%; }

/* Text link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm);
  color: var(--brand-blue);
  transition: gap var(--t) var(--ease-out), color var(--t);
}
.link-arrow svg { width: 14px; height: 14px; }
.link-arrow:hover { gap: 0.75rem; color: var(--brand-orange-text); }

/* ---------------------------------------------------------------- HEADER */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 4px 24px rgba(11,22,32,0.06); }
.header__inner {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5);
}
.logo { display: inline-flex; align-items: center; flex: none; }
/* Logo-ul real al companiei: raport 211:114 (≈1.85:1). Fără text alături,
   imaginea ocupă singură spațiul și poate fi afișată mai mare. */
.logo__mark {
  width: auto; height: 58px; flex: none;
  object-fit: contain; display: block;
}

/* ── FOOTER: logo alb, fundal transparent ────────────────────────────────────
   Logo-ul original este albastru pe fundal transparent. Pe fundal navy ar fi
   albastru pe albastru, deci îl transformăm în alb exclusiv prin filtru:
     brightness(0)  -> totul devine negru, canalul alfa se păstrează
     invert(1)      -> negrul devine alb
   Rezultat: logo alb, cu fundal complet transparent (fără pastilă). */
.logo__mark--invert {
  filter: brightness(0) invert(1);
  height: 66px;
}

@media (max-width: 1024px) { .logo__mark { height: 52px; } .logo__mark--invert { height: 58px; } }
@media (max-width: 480px) { .logo__mark { height: 44px; } .logo__mark--invert { height: 48px; } }
/* Textul de lângă logo a fost eliminat — logo-ul grafic conține deja
   denumirea companiei, deci se afișează singur. */

.nav { display: none; }
@media (min-width: 1024px) { .nav { display: block; } }
.nav__list { display: flex; align-items: center; gap: 0.25rem; }
.nav__link {
  display: block; padding: 0.55rem 0.9rem;
  font-family: var(--font-display); font-size: var(--fs-sm); font-weight: 500;
  color: var(--ink-800); border-radius: var(--radius-sm);
  position: relative; transition: color var(--t);
}
.nav__link::after {
  content: ''; position: absolute; left: 0.9rem; right: 0.9rem; bottom: 0.35rem;
  height: 2px; background: var(--brand-orange);
  transform: scaleX(0); transform-origin: left; transition: transform var(--t) var(--ease-out);
}
.nav__link:hover { color: var(--brand-blue); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--brand-blue); font-weight: 600; }

.header__actions { display: flex; align-items: center; gap: var(--sp-4); }
.header__phone {
  display: none; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm);
  color: var(--brand-navy); transition: color var(--t);
}
.header__phone svg { width: 15px; height: 15px; color: var(--brand-orange); }
.header__phone:hover { color: var(--brand-orange); }
@media (min-width: 1200px) { .header__phone { display: inline-flex; } }
.header__cta { display: none; }
@media (min-width: 1180px) { .header__cta { display: inline-flex; } }

.burger {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: var(--radius-sm); color: var(--brand-navy);
  transition: background var(--t);
}
.burger:hover { background: var(--paper-tint); }
@media (min-width: 1024px) { .burger { display: none; } }
.burger__box { width: 22px; height: 14px; position: relative; }
.burger__box span {
  position: absolute; left: 0; width: 100%; height: 2px; background: currentColor;
  border-radius: 2px; transition: transform var(--t) var(--ease-out), opacity var(--t);
}
.burger__box span:nth-child(1) { top: 0; }
.burger__box span:nth-child(2) { top: 6px; }
.burger__box span:nth-child(3) { top: 12px; }
.burger[aria-expanded="true"] .burger__box span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__box span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__box span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed; inset: var(--header-h) 0 0; z-index: 99;
  background: var(--paper); padding: var(--sp-5) var(--gutter) var(--sp-8);
  overflow-y: auto;
  transform: translateY(-8px); opacity: 0; visibility: hidden;
  transition: opacity var(--t) var(--ease-out), transform var(--t) var(--ease-out), visibility var(--t);
}
.drawer.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
@media (min-width: 1024px) { .drawer { display: none; } }
.drawer__link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line-soft);
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--ink-900);
}
.drawer__link svg { width: 16px; height: 16px; color: var(--ink-400); }
.drawer__contact { margin-top: var(--sp-6); display: grid; gap: var(--sp-4); }
.drawer__contact a { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; color: var(--brand-blue); }
.drawer__contact svg { width: 16px; height: 16px; color: var(--brand-orange); flex: none; }

/* ------------------------------------------------------------------ HERO */
.hero {
  position: relative; overflow: hidden;
  background: var(--brand-navy);
  min-height: clamp(600px, 88vh, 900px);
  display: flex; align-items: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 55%; }
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(0,34,63,0.94) 0%, rgba(0,34,63,0.80) 34%, rgba(0,34,63,0.42) 66%, rgba(9,72,145,0.24) 100%),
    linear-gradient(to top, rgba(0,34,63,0.72) 0%, transparent 42%);
}
/* blueprint grid overlay — referință la desenele tehnice */
.hero__grid {
  position: absolute; inset: 0; opacity: 0.16;
  background-image:
    linear-gradient(rgba(192,223,253,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,223,253,0.5) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(ellipse 80% 70% at 65% 45%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 65% 45%, #000 20%, transparent 78%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(4rem, 10vw, 7rem); }
.hero__content { max-width: min(100%, 720px); }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 0.4rem 0.9rem 0.4rem 0.5rem;
  background: rgba(0,22,44,0.55);
  border: 1px solid rgba(192,223,253,0.3);
  border-radius: 100px;
  font-family: var(--font-mono); font-size: var(--fs-xs);
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brand-sky);
  margin-bottom: var(--sp-5);
}
.hero__eyebrow b {
  background: var(--brand-orange); color: #fff; font-weight: 600;
  padding: 0.15rem 0.5rem; border-radius: 100px; font-size: 0.6875rem;
}
.hero h1 { color: #fff; font-size: var(--fs-hero); letter-spacing: -0.04em; line-height: 1.04; }
/* Titlul se rupe natural în două rânduri echilibrate la lățimi de desktop;
   nu forțăm ruperi de rând (generau rânduri orfane). */
.hero h1 em {
  font-style: normal; color: var(--brand-orange);
  position: relative; white-space: nowrap;
}
.hero h1 em::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0.06em;
  height: 0.06em; background: currentColor; opacity: 0.35;
}
.hero__lead {
  margin-top: var(--sp-5); font-size: clamp(1.0625rem, 1.3vw, 1.1875rem); max-width: 52ch;
  color: rgba(255,255,255,0.86); line-height: 1.7;
}
.hero__actions { margin-top: var(--sp-7); display: flex; flex-wrap: wrap; gap: var(--sp-4); }
.hero__meta {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: var(--sp-6);
  border-top: 1px solid rgba(192,223,253,0.18);
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6) clamp(1.5rem, 3.5vw, 3rem);
}
@media (min-width: 768px) { .hero__meta { grid-template-columns: repeat(4, 1fr); } }
.hero__stat b {
  display: block; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1;
}
.hero__stat span {
  display: block; margin-top: 0.4rem; font-size: var(--fs-xs);
  letter-spacing: 0.06em; text-transform: uppercase; color: rgba(192,223,253,0.72);
  font-family: var(--font-mono);
}
.hero__scroll {
  position: absolute; right: var(--gutter); bottom: var(--sp-6); z-index: 3;
  display: none; align-items: center; gap: 0.6rem;
  font-family: var(--font-mono); font-size: 0.6875rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(192,223,253,0.42);
}
@media (min-width: 1200px) { .hero__scroll { display: flex; } }
.hero__scroll span {
  display: block; width: 1px; height: 42px;
  background: linear-gradient(to bottom, var(--brand-orange), transparent);
  animation: scrollPulse 2.2s var(--ease-in-out) infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.4); opacity: 0.4; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}

/* --------------------------------------------------------- TRUST / MARQUEE */
.trust { background: var(--brand-blue-deep); padding-block: var(--sp-5); overflow: hidden; }
.trust__track { display: flex; gap: var(--sp-8); width: max-content; animation: slide 42s linear infinite; }
.trust:hover .trust__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.trust__item {
  display: flex; align-items: center; gap: 0.6rem; flex: none;
  font-family: var(--font-display); font-size: var(--fs-sm); font-weight: 500;
  color: rgba(192,223,253,0.8); letter-spacing: 0.02em; white-space: nowrap;
}
.trust__item svg { width: 15px; height: 15px; color: var(--brand-orange); }
.trust__item::after {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: rgba(192,223,253,0.28); margin-left: var(--sp-8);
}

/* -------------------------------------------------------------- SERVICES */
.svc-grid { display: grid; gap: var(--sp-5); grid-template-columns: 1fr; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }

.svc {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform var(--t) var(--ease-out), box-shadow var(--t) var(--ease-out), border-color var(--t);
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--brand-navy); }
.svc__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--t-slow) var(--ease-out);
  filter: saturate(0.9);
}
.svc:hover .svc__media img { transform: scale(1.07); }
.svc__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,34,63,0.55), transparent 62%);
}
.svc__badge {
  position: absolute; top: var(--sp-4); right: var(--sp-4); z-index: 2;
  min-width: 38px; height: 38px; padding-inline: 0.6rem;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.94); color: var(--brand-blue);
  border-radius: 100px;
  font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.svc__icon {
  position: absolute; left: var(--sp-5); bottom: var(--sp-4); z-index: 2;
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--brand-orange); color: #fff; border-radius: var(--radius-sm);
}
.svc__icon svg { width: 22px; height: 22px; }
.svc__body { padding: var(--sp-5); display: flex; flex-direction: column; flex: 1; }
.svc__title {
  font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700;
  color: var(--ink-900); line-height: 1.3; letter-spacing: -0.015em;
}
.svc__desc { margin-top: 0.6rem; font-size: var(--fs-sm); color: var(--ink-500); line-height: 1.68; }
.svc__list { margin-top: var(--sp-4); padding-top: var(--sp-4); border-top: 1px solid var(--line-soft); display: grid; gap: 0.55rem; flex: 1; align-content: start; }
.svc__list li { position: relative; padding-left: 1.15rem; font-size: var(--fs-sm); color: var(--ink-600); line-height: 1.62; }
.svc__list li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 5px; height: 5px; border-radius: 1px; background: var(--brand-blue); opacity: 0.5;
}
.svc__foot { margin-top: var(--sp-5); }

/* ------------------------------------------------------------- SPLIT IMG */
.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (min-width: 950px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split--reverse .split__media { order: -1; }
@media (min-width: 950px) { .split--reverse .split__media { order: 0; } }

.split__media { position: relative; }
.split__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.split__media--tall img { aspect-ratio: 3 / 4; }
.split__tag {
  position: absolute; left: -0.75rem; bottom: -0.75rem;
  background: var(--brand-orange-deep); color: #fff;
  padding: 0.75rem 1.15rem; border-radius: var(--radius-sm);
  font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: 0.08em;
  text-transform: uppercase; box-shadow: var(--shadow);
}
@media (min-width: 640px) { .split__tag { left: -1.5rem; bottom: -1.5rem; padding: 1rem 1.5rem; font-size: var(--fs-sm); } }
.split__body h2 { margin-bottom: var(--sp-4); }
.split__body > p { font-size: var(--fs-md); color: var(--ink-600); }
.split__body > p + p { margin-top: var(--sp-4); }

/* Feature list */
.feat-list { margin-top: var(--sp-6); display: grid; gap: var(--sp-4); }
@media (min-width: 640px) { .feat-list { grid-template-columns: repeat(2, 1fr); } }
.feat { display: flex; gap: 0.85rem; align-items: center; }
.feat__ico {
  width: 36px; height: 36px; flex: none;
  display: flex!important; align-items: center; justify-content: center;
  background: var(--brand-sky-soft); color: var(--brand-blue);
  border-radius: var(--radius-sm);
  line-height: 0;                 /* elimină influența line-height asupra centrării */
  align-self: center;             /* centrat pe verticală față de blocul de text */
}
/* glifele din iconițe au viewBox 24x24; lățimea de traseu umple ~21/24,
   deci le centrăm optic mărind ușor cutia internă */
.feat__ico svg { width: 19px; height: 19px; display: block; }
.feat b { display: block; font-family: var(--font-display); font-size: var(--fs-base); color: var(--ink-900); font-weight: 600; line-height: 1.35; }
.feat span { display: block; font-size: var(--fs-sm); color: var(--ink-500); margin-top: 0.15rem; }

/* ------------------------------------------------------------- STATS BAND */
.stats-band { background: var(--brand-navy); position: relative; overflow: hidden; }
.stats-band::before {
  content: ''; position: absolute; inset: 0; opacity: 0.5;
  background: radial-gradient(ellipse 60% 100% at 85% 50%, rgba(9,72,145,0.65), transparent 70%);
}
.stats-band__grid {
  position: relative; display: grid; gap: var(--sp-6);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) { .stats-band__grid { grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); } }
.stat { text-align: left; padding-left: var(--sp-5); border-left: 2px solid rgba(192,223,253,0.2); }
.stat b, .stat span[data-count] {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1; color: #fff; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.stat b sup { font-size: 0.42em; color: var(--brand-orange); vertical-align: super; margin-left: 0.1em; }
.stat > span {
  display: block; margin-top: 0.6rem; font-family: var(--font-display);
  font-size: var(--fs-sm); font-weight: 600; color: var(--brand-sky); letter-spacing: 0.01em;
}
.stat small { display: block; margin-top: 0.35rem; font-size: var(--fs-xs); color: rgba(255,255,255,0.68); line-height: 1.5; }

/* ---------------------------------------------------------------- PROCESS */
.process { display: grid; gap: 0; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 1000px) { .process { grid-template-columns: repeat(5, 1fr); } }
.step {
  position: relative; padding: var(--sp-5) var(--sp-5) var(--sp-6);
  border-top: 2px solid var(--line);
  transition: border-color var(--t);
}
@media (min-width: 1000px) { .step { border-top-width: 2px; } }
.step:hover { border-top-color: var(--brand-orange); }
.step__n {
  font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 700;
  color: var(--brand-orange-text); letter-spacing: 0.1em; display: block; margin-bottom: var(--sp-4);
}
.step__dot {
  position: absolute; top: -7px; left: var(--sp-5);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--line);
  transition: border-color var(--t), background var(--t), transform var(--t);
}
.step:hover .step__dot { border-color: var(--brand-orange); background: var(--brand-orange); transform: scale(1.25); }
.step h4 { font-size: var(--fs-base); margin-bottom: 0.5rem; }
.step p { font-size: var(--fs-sm); color: var(--ink-500); line-height: 1.6; }

/* ------------------------------------------------------------- PORTFOLIO */
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: var(--sp-6); }
.filter {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.15rem;
  border: 1px solid var(--line); border-radius: 100px;
  font-family: var(--font-display); font-size: var(--fs-sm); font-weight: 500;
  color: var(--ink-600); background: var(--paper);
  transition: all var(--t) var(--ease-out);
}
.filter:hover { border-color: var(--brand-blue); color: var(--brand-blue); }
.filter[aria-pressed="true"] {
  background: var(--brand-navy); border-color: var(--brand-navy); color: #fff;
}
.filter i {
  font-style: normal; font-family: var(--font-mono); font-size: 0.6875rem;
  opacity: 0.55; font-variant-numeric: tabular-nums;
}

.proj-grid { display: grid; gap: clamp(1.25rem, 2.4vw, 2rem); grid-template-columns: 1fr; }
@media (min-width: 700px) { .proj-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .proj-grid { grid-template-columns: repeat(3, 1fr); } }

.proj {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform var(--t) var(--ease-out), box-shadow var(--t) var(--ease-out), opacity var(--t);
}
.proj:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.proj.is-hidden { display: none; }
.proj__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--brand-navy); }
.proj__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease-out); }
.proj:hover .proj__media img { transform: scale(1.06); }
.proj__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,34,63,0.5), transparent 58%);
}
.proj__cat {
  position: absolute; top: var(--sp-4); left: var(--sp-4); z-index: 2;
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.7rem; border-radius: 100px;
  background: rgba(255,255,255,0.94); color: var(--brand-blue);
  font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.04em;
}
.proj__cat svg { width: 12px; height: 12px; color: var(--brand-orange); }
.proj__body { padding: var(--sp-5); display: flex; flex-direction: column; flex: 1; }
.proj__title {
  font-family: var(--font-display); font-size: 1.0625rem; font-weight: 650;
  color: var(--ink-900); line-height: 1.5; letter-spacing: -0.012em;
}
.proj__place {
  margin-top: auto; padding-top: var(--sp-4);
  display: flex; align-items: flex-start; gap: 0.45rem;
  font-size: var(--fs-sm); color: var(--ink-600); line-height: 1.55;
}
.proj__place svg { width: 15px; height: 15px; flex: none; color: var(--brand-orange-dark); margin-top: 0.25rem; }
.proj__place b { color: var(--ink-800); font-weight: 600; }
.proj--flag { border-color: var(--brand-orange); box-shadow: 0 0 0 3px rgba(255,102,0,0.08); }
.proj__flag {
  position: absolute; top: var(--sp-4); right: var(--sp-4); z-index: 2;
  background: var(--brand-orange-deep); color: #fff; padding: 0.3rem 0.7rem;
  border-radius: 100px; font-family: var(--font-mono); font-size: 0.6875rem;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* Portfolio teaser rows (home) */
.work-row {
  display: grid; grid-template-columns: 1fr; gap: var(--sp-4);
  padding-block: var(--sp-5); border-top: 1px solid var(--line);
  align-items: center;
  transition: background var(--t);
}
.work-row:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 800px) {
  .work-row { grid-template-columns: 56px minmax(0, 1.5fr) minmax(0, 1fr) 120px; gap: var(--sp-5); }
}
.work-row:hover { background: var(--paper-warm); }
.work-row__n {
  font-family: var(--font-mono); font-size: var(--fs-sm); font-weight: 600;
  color: var(--ink-400); font-variant-numeric: tabular-nums;
}
.work-row__t { font-family: var(--font-display); font-size: var(--fs-md); font-weight: 600; color: var(--ink-900); line-height: 1.4; }
.work-row__p { font-size: var(--fs-sm); color: var(--ink-500); }
/* SVG-urile inline fără dimensiuni explicite se întind la lățimea containerului.
   Le limităm global, ca siguranță pentru orice iconiță inserată în text. */
.svc__list svg, .work-row__p svg, .proj__place svg, .crumbs svg,
.feat b svg, .acc__panel svg, .flagship__sub svg, .cert__name svg {
  width: 16px; height: 16px; flex: none;
}
.work-row__p { display: inline-flex; align-items: center; gap: 0.4rem; }
.work-row__p svg { color: var(--brand-orange-dark); width: 15px; height: 15px; }
.work-row__a { justify-self: start; }
@media (min-width: 800px) { .work-row__a { justify-self: end; } }

/* --------------------------------------------------------- FLAGSHIP BAND */
.flagship {
  background: linear-gradient(135deg, var(--brand-blue-deep), var(--brand-navy) 62%);
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative;
}
.flagship::before {
  content: ''; position: absolute; inset: 0; opacity: 0.14;
  background-image:
    linear-gradient(rgba(192,223,253,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,223,253,0.5) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom right, #000, transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom right, #000, transparent 70%);
}
.flagship__inner { position: relative; padding: clamp(2rem, 5vw, 4rem); }
.flagship__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.35rem 0.85rem; border-radius: 100px;
  background: rgba(0,22,44,0.55); border: 1px solid rgba(255,150,80,0.5);
  color: #ffc79e; font-family: var(--font-mono); font-size: var(--fs-xs);
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--sp-5);
}
.flagship h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 2rem); max-width: 34ch; margin-bottom: var(--sp-4); }
.flagship__sub { color: rgba(255,255,255,0.72); font-size: var(--fs-base); max-width: 62ch; }
.flagship__figs {
  margin-top: var(--sp-7); display: grid; gap: var(--sp-5);
  grid-template-columns: repeat(2, 1fr); padding-top: var(--sp-6);
  border-top: 1px solid rgba(192,223,253,0.18);
}
@media (min-width: 900px) { .flagship__figs { grid-template-columns: repeat(4, 1fr); } }
.fig b {
  display: block; font-family: var(--font-display); font-weight: 700; color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: -0.02em; line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.fig span {
  display: block; margin-top: 0.35rem; font-family: var(--font-mono);
  font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(192,223,253,0.6);
}

/* ------------------------------------------------------------ CERTIFICARI */
.cert-grid { display: grid; gap: var(--sp-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .cert-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cert-grid { grid-template-columns: repeat(4, 1fr); } }
.cert {
  display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-4);
  padding: var(--sp-5); background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); text-align: left;
  transition: transform var(--t) var(--ease-out), box-shadow var(--t) var(--ease-out), border-color var(--t);
}
.cert:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand-sky); }
.cert__logo {
  width: 74px; height: 74px; border-radius: var(--radius-sm);
  background: var(--paper-tint); display: grid; place-items: center; padding: 0.6rem;
}
.cert__logo img { max-height: 100%; width: auto; object-fit: contain; }
.cert__code { font-family: var(--font-display); font-size: var(--fs-md); font-weight: 700; color: var(--ink-900); }
.bg-navy .cert { background: rgba(255,255,255,0.07); border-color: rgba(192,223,253,0.22); }
.bg-navy .cert__logo { background: rgba(255,102,0,0.22); color: #ffc79e; }
.bg-navy .cert__code { color: #fff; }
.bg-navy .cert__name { color: rgba(255,255,255,0.78); }
.cert__name { font-size: var(--fs-sm); color: var(--ink-500); line-height: 1.5; margin-top: 0.2rem; }
.cert__link { margin-top: auto; }
.cert__link--muted { margin-top: auto; color: var(--ink-500) !important; }
.cert__link--muted:hover { gap: 0.45rem; }

/* --------------------------------------------------------------- CONTACT */
.contact-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
@media (min-width: 950px) { .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); } }
.contact-card {
  padding: var(--sp-5); border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); display: grid; gap: var(--sp-5);
}
.contact-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-item__ico {
  width: 40px; height: 40px; flex: none; display: grid; place-items: center;
  background: var(--brand-sky-soft); color: var(--brand-blue); border-radius: var(--radius-sm);
}
.contact-item__ico svg { width: 18px; height: 18px; }
.contact-item dt {
  font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-400); margin-bottom: 0.2rem;
}
.contact-item dd { font-family: var(--font-display); font-size: var(--fs-base); font-weight: 600; color: var(--ink-900); line-height: 1.45; }
.contact-item dd a { transition: color var(--t); }
.contact-item dd a:hover { color: var(--brand-orange); }
.contact-item dd small { display: block; font-family: var(--font-body); font-weight: 400; font-size: var(--fs-sm); color: var(--ink-500); margin-top: 0.15rem; }

/* Form */
.form { padding: var(--sp-6); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form__row { display: grid; gap: var(--sp-4); }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: repeat(2, 1fr); } }
.field { display: grid; gap: 0.4rem; margin-bottom: var(--sp-4); }
.field label {
  font-family: var(--font-display); font-size: var(--fs-sm); font-weight: 600; color: var(--ink-800);
}
.field label span { color: var(--brand-orange-text); }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.8rem 0.95rem;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper-warm); font-size: var(--fs-base); color: var(--ink-900);
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand-blue); background: var(--paper);
  box-shadow: 0 0 0 3px rgba(9,72,145,0.1);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.field--check { display: flex; gap: 0.6rem; align-items: flex-start; }
.field--check input { width: auto; margin-top: 0.3rem; flex: none; }
.field--check label { font-weight: 400; font-size: var(--fs-sm); color: var(--ink-500); line-height: 1.55; }

/* Map */
.map-wrap { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: clamp(280px, 42vw, 440px); border: 0; display: block; filter: grayscale(0.15) contrast(1.02); }

/* ---------------------------------------------------------------- FOOTER */
.footer { background: var(--brand-navy); color: rgba(255,255,255,0.62); padding-block: clamp(3rem, 6vw, 5rem) var(--sp-6); }
.footer__top {
  display: grid; gap: var(--sp-7);
  grid-template-columns: 1fr;
  padding-bottom: var(--sp-7); border-bottom: 1px solid rgba(192,223,253,0.14);
}
@media (min-width: 700px) { .footer__top { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1050px) { .footer__top { grid-template-columns: 1.7fr 1fr 1fr 1.35fr; gap: var(--sp-6); } }
.footer h4 {
  color: #fff; font-size: var(--fs-sm); letter-spacing: 0.1em; text-transform: uppercase;
  font-family: var(--font-mono); font-weight: 500; margin-bottom: var(--sp-5);
}
.footer__about { font-size: var(--fs-sm); line-height: 1.75; max-width: 44ch; }
.footer__links { display: grid; gap: 0.85rem; }
.footer__links a { font-size: var(--fs-sm); transition: color var(--t), padding var(--t); display: inline-block; }
.footer__links a:hover { color: #fff; padding-left: 4px; }
.footer__brand { display: flex; align-items: center; margin-bottom: var(--sp-5); }
.footer__badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: var(--sp-5); }
.footer__badge {
  padding: 0.35rem 0.7rem; border: 1px solid rgba(192,223,253,0.2);
  border-radius: 100px; font-family: var(--font-mono); font-size: 0.6875rem;
  color: var(--brand-sky); letter-spacing: 0.04em;
}
.footer__bottom {
  padding-top: var(--sp-5); display: flex; flex-wrap: wrap; gap: var(--sp-4);
  justify-content: space-between; align-items: center;
  font-size: var(--fs-xs); color: rgba(255,255,255,0.42);
}
.footer__bottom a:hover { color: var(--brand-sky); }

/* --------------------------------------------------------- SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }
.reveal[data-d="5"] { transition-delay: 0.4s; }

/* --------------------------------------------------------- PAGE HEADER */
.page-head {
  position: relative; background: var(--brand-navy); color: rgba(255,255,255,0.72);
  padding-block: clamp(3rem, 7vw, 5.5rem); overflow: hidden;
}
.page-head__bg { position: absolute; inset: 0; }
.page-head__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-head::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(0,34,63,0.95) 15%, rgba(9,72,145,0.72) 100%);
}
.page-head__inner { position: relative; z-index: 2; }
.page-head h1 { color: #fff; font-size: var(--fs-2xl); max-width: 24ch; }
.page-head p { margin-top: var(--sp-4); max-width: 58ch; font-size: var(--fs-md); color: rgba(255,255,255,0.72); }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-bottom: var(--sp-5); font-size: var(--fs-xs); font-family: var(--font-mono); letter-spacing: 0.06em; }
.crumbs a { color: rgba(192,223,253,0.7); transition: color var(--t); }
.crumbs a:hover { color: #fff; }
.crumbs span { color: rgba(255,255,255,0.35); }
.crumbs b { color: var(--brand-orange); font-weight: 500; }

/* --------------------------------------------------------------- ACCORDION */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-4); padding: 1.25rem 0; text-align: left;
  font-family: var(--font-display); font-size: var(--fs-md); font-weight: 600; color: var(--ink-900);
  transition: color var(--t);
}
.acc__btn:hover { color: var(--brand-blue); }
.acc__ico {
  width: 28px; height: 28px; flex: none; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; color: var(--brand-blue);
  transition: transform var(--t) var(--ease-out), background var(--t), color var(--t), border-color var(--t);
}
.acc__ico svg { width: 14px; height: 14px; }
.acc__btn[aria-expanded="true"] .acc__ico { background: var(--brand-orange); border-color: var(--brand-orange); color: #fff; transform: rotate(45deg); }
.acc__panel { overflow: hidden; height: 0; transition: height var(--t) var(--ease-out); }
.acc__panel > div { padding-bottom: 1.5rem; font-size: var(--fs-base); color: var(--ink-600); max-width: 78ch; }
.acc__panel ul { display: grid; gap: 0.5rem; margin-top: 0.5rem; }
.acc__panel li { position: relative; padding-left: 1.1rem; }
.acc__panel li::before {
  content: ''; position: absolute; left: 0; top: 0.6em;
  width: 5px; height: 5px; background: var(--brand-orange); border-radius: 1px;
}

/* ------------------------------------------------------------------ CTA */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--brand-blue) 0%, var(--brand-blue-deep) 55%, var(--brand-navy) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.75rem);
  display: grid; gap: var(--sp-6); align-items: center;
}
@media (min-width: 900px) { .cta-band { grid-template-columns: minmax(0, 1.4fr) auto; gap: var(--sp-8); } }
.cta-band::before {
  content: ''; position: absolute; right: -120px; top: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,102,0,0.25), transparent 68%);
}
.cta-band__body { position: relative; }
.cta-band h2 { color: #fff; font-size: var(--fs-xl); max-width: 28ch; }
.cta-band p { margin-top: var(--sp-4); color: rgba(255,255,255,0.74); max-width: 56ch; }
.cta-band__actions { position: relative; display: flex; flex-wrap: wrap; gap: var(--sp-4); }

/* --------------------------------------------------------- CERT LIGHTBOX */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,20,38,0.92); backdrop-filter: blur(8px);
  display: grid; place-items: center; padding: var(--gutter);
  opacity: 0; visibility: hidden; transition: opacity var(--t), visibility var(--t);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: min(94vw, 780px); max-height: 84vh; width: auto; height: auto;
  border-radius: var(--radius); box-shadow: var(--shadow-lg); background: #fff;
}
.lightbox__close {
  position: absolute; top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem);
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(255,255,255,0.12); color: #fff;
  border: 1px solid rgba(255,255,255,0.22); transition: background var(--t), transform var(--t);
}
.lightbox__close:hover { background: var(--brand-orange); transform: rotate(90deg); }
.lightbox__close svg { width: 20px; height: 20px; }
.lightbox__cap {
  position: absolute; bottom: clamp(1rem, 3vw, 2rem); left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.8); font-size: var(--fs-sm); font-family: var(--font-mono);
  letter-spacing: 0.04em; text-align: center;
}

/* ----------------------------------------------------------- RESPONSIVE */
@media (max-width: 480px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .cta-band__actions { flex-direction: column; align-items: stretch; }
  .cta-band__actions .btn { width: 100%; }
}

/* ----------------------------------------------------------------- PRINT */
@media print {
  .header, .drawer, .footer, .hero__scroll, .lightbox { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .hero, .bg-navy, .stats-band, .cta-band, .flagship { background: #fff !important; color: #000 !important; }
  .hero h1, .bg-navy h2, .cta-band h2, .stat b { color: #000 !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  a { text-decoration: underline; }
}
.filters .filter svg {
  height: 25px;
}