/* ============================================================
   BRIDGEFORCE v10 — Scorpion-heritage revival skin
   Base: DAIDRA foundation.css v1.0 (brand slots skinned below)
   + elements.css appended at tail. RSMI: rsmi.md · Motion: motion.md
   ============================================================ */

/* ---- Gibson (≈ Proxima Nova, the Scorpion-era face) ---- */
@font-face { font-family: "Gibson"; src: url("assets/fonts/gibson-book-webfont.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Gibson"; src: url("assets/fonts/gibson-regular-webfont.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Gibson"; src: url("assets/fonts/gibson-medium-webfont.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Gibson"; src: url("assets/fonts/gibson-semibold-webfont.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

/* ----------------------------------------------------------
   1. BRAND SLOTS — Scorpion palette: navy chrome, celery accent
   ---------------------------------------------------------- */
:root {
  --font-display: "Gibson", "Proxima Nova", helvetica, sans-serif;
  --font-body: "Gibson", "Proxima Nova", helvetica, sans-serif;
  --font-mono: "SF Mono", ui-monospace, monospace;

  --weight-display: 400;
  --weight-body: 400;
  --weight-medium: 500;

  --brand-h: 240;
  --accent: oklch(0.55 0.10 var(--brand-h));
  --accent-strong: oklch(0.45 0.12 var(--brand-h));

  --radius: 2px;
  --radius-lg: 4px;

  /* Scorpion tokens (measured on the 2018-03-13 Wayback rendering) */
  --navy: #002d55;            /* header + duotone base, measured rgb(0,45,85) */
  --navy-deep: #001c3b;
  --navy-ink: #0e3b63;        /* body ink on light, measured button text */
  --steel: #7d9bb4;
  --steel-deep: #54788f;      /* large display caps on light — 3:1+ */
  --steel-text: #46708f;      /* small text steel — 4.5:1 on white */
  --celery: #c9d6a6;          /* measured rgb(201,214,166) */
  --celery-bright: #d8e3ba;
  --celery-deep: #aebe7e;
  --paper: #e9ebe7;           /* gray band */
  --paper-deep: #dfe3de;      /* footer ground */

  --ease-cinema: cubic-bezier(0.55, 0.06, 0.22, 0.99);   /* slider crossfade */
  --ease-spring: cubic-bezier(0.34, 1.45, 0.44, 1);       /* tile flip */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);         /* carousel track */
}

/* ----------------------------------------------------------
   2. NEUTRALS — brand-tinted ramp
   ---------------------------------------------------------- */
:root {
  --n-50:  oklch(0.985 0.004 var(--brand-h));
  --n-100: oklch(0.96  0.006 var(--brand-h));
  --n-200: oklch(0.91  0.008 var(--brand-h));
  --n-300: oklch(0.83  0.010 var(--brand-h));
  --n-500: oklch(0.60  0.020 var(--brand-h));
  --n-700: oklch(0.40  0.028 var(--brand-h));
  --n-900: oklch(0.25  0.030 var(--brand-h));
  --n-950: oklch(0.17  0.025 var(--brand-h));
}

/* ----------------------------------------------------------
   3. SEMANTIC COLOR + SECTION MODES
   ---------------------------------------------------------- */
:root, .mode-light {
  --surface: #fff;
  --surface-2: var(--n-50);
  --text: var(--navy-ink);
  --text-2: var(--steel-text);
  --line: var(--n-200);
  --link: var(--steel-text);
}
.mode-tint { --surface: var(--n-50); --surface-2: #fff; }
.mode-dark {
  --surface: var(--navy-deep);
  --surface-2: var(--navy);
  --text: #fff;
  --text-2: var(--celery);
  --line: rgba(255,255,255,0.16);
  --link: var(--celery);
}

/* ----------------------------------------------------------
   4–7. SPACE · TYPE · MOTION · ELEVATION (foundation standard)
   ---------------------------------------------------------- */
:root {
  --s-1: 8px;  --s-2: 16px; --s-3: 24px; --s-4: 32px;
  --s-6: 48px; --s-8: 64px; --s-12: 96px; --s-16: 128px; --s-20: 160px;
  --px: clamp(24px, 5vw, 96px);
  --measure: 68ch;
  --wrap: 1240px;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  --text-2xl: clamp(2rem, 1.5rem + 2vw, 3rem);
  --text-hero: clamp(2.5rem, 1.75rem + 3.5vw, 4.5rem);

  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-inout: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --dur-1: 150ms; --dur-2: 240ms; --dur-3: 450ms; --dur-4: 800ms;
  --stagger: 70ms;

  --shadow-soft: 0 20px 40px -20px rgb(0 20 40 / 0.16);
  --shadow-lift: 0 32px 64px -24px rgb(0 20 40 / 0.24);
  --focus-ring: 0 0 0 3px rgb(201 214 166 / 0.45);
}
:focus-visible {
  outline: 2px solid var(--celery-deep);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
  border-radius: var(--radius);
}

/* ----------------------------------------------------------
   8. BASE
   ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h, 148px) + 16px); }
body {
  margin: 0;
  padding-top: var(--header-h, 148px);
  font-family: var(--font-body);
  font-weight: var(--weight-body);
  font-size: var(--text-md);
  line-height: 1.65;
  color: var(--text);
  background: var(--surface);
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--weight-display);
  line-height: 1.1;
  margin: 0 0 var(--s-3);
  text-wrap: balance;
}
h1 { font-size: var(--text-hero); letter-spacing: -0.01em; line-height: 1.05; }
h2 { font-size: var(--text-2xl); letter-spacing: -0.008em; }
h3 { font-size: var(--text-xl); letter-spacing: -0.004em; }
h4 { font-size: var(--text-lg); font-weight: var(--weight-medium); }
p { margin: 0 0 var(--s-2); max-width: var(--measure); text-wrap: pretty; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--link); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}

/* ----------------------------------------------------------
   9. LAYOUT
   ---------------------------------------------------------- */
.section {
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
  background: var(--surface);
  color: var(--text);
}
.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-left: var(--px);
  padding-right: var(--px);
}

/* ----------------------------------------------------------
   10. PRIMITIVES (foundation standard, Scorpion-skinned)
   ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s-1);
  padding: 13px 24px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: var(--weight-medium) var(--text-md) / 1 var(--font-body);
  color: #fff;
  background: var(--accent);
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color var(--dur-2) var(--ease-out),
    transform var(--dur-2) var(--ease-out),
    box-shadow var(--dur-2) var(--ease-out);
}
.btn:hover, .btn:focus-visible {
  background: var(--accent-strong);
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}
.btn:active { transform: translateY(0); transition-duration: var(--dur-1); }

.hoverable { --hover: 0; }
.hoverable:hover, .hoverable:focus-visible, .hoverable:focus-within { --hover: 1; }

.link-arrow {
  --hover: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--weight-medium);
  color: var(--link);
  text-decoration: none;
}
.link-arrow:hover, .link-arrow:focus-visible { --hover: 1; }
.link-arrow .arrow { transition: transform var(--dur-2) var(--ease-out); }
.link-arrow:hover .arrow, .link-arrow:focus-visible .arrow { transform: translateX(3px); }

.card {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--s-4);
  transition:
    transform var(--dur-4) var(--ease-out),
    box-shadow var(--dur-4) var(--ease-out),
    border-color var(--dur-2) var(--ease-out);
}
.card:hover, .card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: var(--n-300);
}

/* ----------------------------------------------------------
   11. REVEAL CHOREOGRAPHY
   ---------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity var(--dur-4) var(--ease-out),
    transform var(--dur-4) var(--ease-out);
  transition-delay: calc(var(--i, 0) * var(--stagger));
}
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ============================================================
   SCORPION COMPONENTS
   ============================================================ */

.skip {
  position: absolute; left: -9999px; top: 8px; z-index: 200;
  background: var(--celery); color: var(--navy-ink);
  padding: 10px 18px; font-weight: 500; text-decoration: none;
}
.skip:focus-visible { left: 8px; }

/* ---- Shared display voices ---- */
.hl-thin {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--celery);
  font-size: clamp(1.05rem, 0.7rem + 1.9vw, 2.3rem);
  line-height: 1.25;
}
.hl-mega {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  color: #fff;
  font-size: clamp(2.5rem, 1.4rem + 6vw, 6.2rem);
  line-height: 1.02;
}
.hl-mega .sm { font-size: 0.32em; font-weight: 400; }
.hl-mega-md { font-size: clamp(1.9rem, 1.1rem + 3.4vw, 3.7rem); }

.mega-thin {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--steel-deep);
  font-size: clamp(2.1rem, 1.3rem + 3.4vw, 4.2rem);
  margin-bottom: var(--s-4);
}

.two-tone { text-transform: uppercase; letter-spacing: 0.01em; font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3.2rem); }
.two-tone .tt-thin { font-weight: 300; color: var(--steel-deep); }
.two-tone .tt-bold { font-weight: 600; color: var(--navy); }
.two-tone .tt-celery { font-weight: 600; color: var(--celery); }
.careersband .two-tone .tt-bold { color: #fff; }

.chip-celery {
  display: inline-block;
  background: var(--celery);
  color: var(--navy-ink);
  font-size: var(--text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 7px 14px 8px;
  margin-bottom: var(--s-3);
}

/* ---- Buttons, Scorpion voice ---- */
.btn-celery {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--celery);
  color: var(--navy-ink);
  font-weight: 500;
  font-size: var(--text-md);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 16px 28px 17px;
  border: 1px solid var(--celery);
  border-radius: var(--radius);
  transition:
    background-color var(--dur-2) var(--ease-out),
    border-color var(--dur-2) var(--ease-out),
    transform var(--dur-2) var(--ease-out),
    box-shadow var(--dur-2) var(--ease-out);
}
.btn-celery:hover, .btn-celery:focus-visible {
  background: var(--celery-bright);
  border-color: var(--celery-bright);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.btn-celery:active { transform: translateY(0); transition-duration: var(--dur-1); }
.btn-solid { box-shadow: 0 10px 24px -14px rgb(0 45 85 / 0.4); }

.plate-celery {
  display: inline-flex;
  align-items: center;
  background: rgb(201 214 166 / 0.92);
  color: var(--navy-ink);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-sm);
  padding: 13px 20px;
  margin-right: var(--s-2);
}

/* ============ HEADER — white at rest, goes dark + shrinks on scroll ============ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
}
.chrome {
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: background-color var(--dur-3) var(--ease-inout), border-color var(--dur-3) var(--ease-inout), box-shadow var(--dur-3) var(--ease-inout);
}
.header.scrolled .chrome {
  background: var(--navy);
  border-color: rgb(255 255 255 / 0.08);
  box-shadow: 0 12px 32px -18px rgb(0 28 59 / 0.5);
}
.chrome-in {
  max-width: var(--wrap); margin-inline: auto;
  padding: 14px var(--px);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  transition: padding var(--dur-3) var(--ease-inout);
}
.header.scrolled .chrome-in { padding-top: 12px; padding-bottom: 16px; }
.brand { display: inline-block; text-decoration: none; position: relative; }
.brand-mark {
  width: clamp(150px, 14vw, 196px); height: auto; display: block;
  transition: width var(--dur-3) var(--ease-inout), opacity var(--dur-3) var(--ease-inout);
}
.header.scrolled .brand-mark { width: clamp(120px, 10vw, 150px); }
/* two logos stacked — color for the white chrome, white for the dark chrome */
.brand .logo-w { position: absolute; top: 0; left: 0; opacity: 0; }
.header.scrolled .logo-w { opacity: 1; }
.header.scrolled .logo-c { opacity: 0; }
.brand-tag {
  display: block;
  margin-top: 6px;
  color: #6e7d41;
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: opacity var(--dur-2) var(--ease-out);
}
.header.scrolled .brand-tag { opacity: 0; height: 0; margin: 0; overflow: hidden; }
.brand-tag sup { font-size: 0.6em; }
.nav { display: flex; align-items: center; }
.nav > * { position: relative; }
.nav a.nl {
  display: inline-block;
  color: var(--navy-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  position: relative;
  transition: color var(--dur-2) var(--ease-out);
}
.header.scrolled .nav a.nl { color: #fff; }
.nav > * + *::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  height: 16px; width: 1px;
  transform: translateY(-50%);
  background: rgb(0 45 85 / 0.18);
  transition: background-color var(--dur-3) var(--ease-inout);
}
.header.scrolled .nav > * + *::before { background: rgb(255 255 255 / 0.25); }
.nav a.nl::after {
  content: "";
  position: absolute; left: 16px; right: 16px; bottom: 5px;
  height: 2px;
  background: var(--celery-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-2) var(--ease-out);
}
.header.scrolled .nav a.nl::after { background: var(--celery); }
.nav a.nl:hover, .nav a.nl:focus-visible { color: var(--steel-deep); }
.header.scrolled .nav a.nl:hover, .header.scrolled .nav a.nl:focus-visible { color: var(--celery); }
.nav a.nl:hover::after, .nav a.nl:focus-visible::after,
.nav a.nl[aria-current="page"]::after { transform: scaleX(1); }
.nav a.nl[aria-current="page"] { color: var(--steel-deep); }
.header.scrolled .nav a.nl[aria-current="page"] { color: var(--celery); }


/* Scroll progress bar along the header's bottom edge */
.progressbar {
  position: absolute; left: 0; right: 0; bottom: -3px;
  height: 3px;
  background: var(--celery);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 5;
  pointer-events: none;
}

/* ============ MEGA MENU (Services) ============ */
.has-mega { display: inline-block; }
.mega {
  position: absolute; top: 100%; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 40px 80px -40px rgb(0 28 59 / 0.4);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity var(--dur-2) var(--ease-out), transform var(--dur-3) var(--ease-out);
}
.header .has-mega .mega { position: fixed; left: 0; right: 0; top: var(--chrome-b, 106px); }
.has-mega.open .mega, .has-mega:focus-within .mega {
  opacity: 1; transform: none; pointer-events: auto;
}
/* invisible hover bridge across the gap between link and panel */
.has-mega.open::after, .has-mega:focus-within::after {
  content: "";
  position: absolute;
  left: -24px; right: -24px;
  top: 100%;
  height: 56px;
}
.mega-in {
  max-width: var(--wrap); margin-inline: auto;
  padding: var(--s-4) var(--px) var(--s-6);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--s-6);
}
.mega-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.mega a.mg {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background-color var(--dur-2) var(--ease-out);
}
.mega a.mg:hover, .mega a.mg:focus-visible { background: var(--n-100); }
span.mg-ini {
  flex: 0 0 44px; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--navy);
  color: var(--celery);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
}
.mg b { display: block; color: var(--navy); font-weight: 600; font-size: var(--text-md); line-height: 1.25; text-transform: none; letter-spacing: 0; }
.mg .mg-k { display: block; color: var(--steel-text); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }
.mega-rail {
  border-left: 1px solid var(--line);
  padding-left: var(--s-4);
  display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-2);
}
.mega-rail .mr-kicker { color: #6e7d41; text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--text-xs); font-weight: 600; }
.mega-rail p { color: var(--navy-ink); font-size: var(--text-sm); }
@media (max-width: 1024px) { .mega { display: none; } }


.util { background: var(--steel); max-height: 60px; overflow: hidden; transition: max-height var(--dur-3) var(--ease-inout); }
.header.scrolled .util { max-height: 0; }
.util-in {
  max-width: var(--wrap); margin-inline: auto;
  padding: 7px var(--px);
  display: flex; align-items: center; justify-content: flex-end; gap: var(--s-2);
}
.util a {
  color: var(--navy-deep);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 4px;
  transition: color var(--dur-2) var(--ease-out), opacity var(--dur-2) var(--ease-out);
}
.util a:hover, .util a:focus-visible { color: #fff; opacity: 1; }
.pipe { width: 1px; height: 14px; background: rgb(0 28 59 / 0.35); }

.burger {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 48px; height: 44px;
  padding: 10px;
  flex-direction: column; justify-content: space-between;
}
.burger span { display: block; height: 2px; width: 100%; background: var(--navy-ink); transition: transform var(--dur-2) var(--ease-out), opacity var(--dur-2) var(--ease-out), background-color var(--dur-3) var(--ease-inout); }
.header.scrolled .burger span { background: #fff; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(10.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); }

.drawer {
  position: fixed; inset: 0; z-index: 90;
  background: var(--navy-deep);
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
  padding: 120px var(--px) var(--s-8);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-3) var(--ease-inout);
}
.drawer.open { opacity: 1; pointer-events: auto; }
.drawer a {
  color: #fff; text-decoration: none;
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.35rem; font-weight: 500;
  padding: 13px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
}
.drawer a:hover, .drawer a:focus-visible { color: var(--celery); }
.drawer .drawer-tel { color: var(--celery); border-bottom: 0; margin-top: var(--s-3); }

/* ============ HERO SLIDER (signature) ============ */
.hero {
  position: relative;
  min-height: max(calc(88vh - var(--header-h, 148px)), 560px);
  background: var(--navy);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.slides { position: absolute; inset: 0; }
.slide {
  position: absolute; inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1100ms var(--ease-cinema);
  display: flex; align-items: center;
  padding-top: 40px;    /* header no longer overlaps the hero */
  padding-bottom: 72px;
}
.slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.slide .ph { position: absolute; inset: 0; overflow: hidden; }
.slide .ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04) brightness(1.02);
}
/* Duotone: navy color-blend + graded multiply wash (Scorpion recipe) */
.slide .ph::before {
  content: ""; position: absolute; inset: 0;
  background: var(--navy);
  mix-blend-mode: color;
}
.slide .ph::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgb(0 45 85 / 0.88) 8%, rgb(0 45 85 / 0.55) 48%, rgb(20 60 100 / 0.42) 100%),
    linear-gradient(to top, rgb(0 28 59 / 0.65), rgb(0 28 59 / 0) 40%);
}
.slide.active .ph img { animation: kenburns 14s linear forwards; }
.slide:nth-child(even).active .ph img { animation-name: kenburns-rev; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.1); } }
@keyframes kenburns-rev { from { transform: scale(1.1) } to { transform: scale(1.02); } }

.slide-copy { position: relative; z-index: 2; width: 100%; padding-top: var(--s-8); padding-bottom: var(--s-16); }
.hw {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 640ms var(--ease-out),
    transform 640ms var(--ease-out);
  transition-delay: calc(240ms + var(--wi, 0) * var(--stagger));
}
.slide.active .hw { opacity: 1; transform: none; }
.slide-cta { margin-top: var(--s-4); display: flex; align-items: center; flex-wrap: wrap; gap: var(--s-2); }

.chev {
  position: absolute; top: 50%; z-index: 5;
  transform: translateY(-50%);
  width: 56px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: 0; cursor: pointer;
  color: rgb(255 255 255 / 0.55);
  transition: color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.chev::before {
  content: "";
  width: 22px; height: 22px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.chev-l::before { transform: rotate(45deg); margin-left: 10px; }
.chev-r::before { transform: rotate(-135deg); margin-right: 10px; }
.chev-l { left: clamp(4px, 1.5vw, 24px); }
.chev-r { right: clamp(4px, 1.5vw, 24px); }
.chev:hover, .chev:focus-visible { color: var(--celery); transform: translateY(-50%) scale(1.12); }

.hero-foot {
  position: absolute; left: 0; right: 0; bottom: 24px; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
}
.dots { display: flex; gap: 14px; }
.dot {
  position: relative;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 0; cursor: pointer;
  background: rgb(255 255 255 / 0.28);
  background-clip: content-box;
  padding: 5px;
  transition: background-color var(--dur-2) var(--ease-out);
}
.dot::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--celery) calc(var(--p, 0) * 360deg), rgb(255 255 255 / 0.18) 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 2px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 2px));
}
.dot.active { background-color: var(--celery); background-clip: content-box; }
.dot:hover { background-color: rgb(255 255 255 / 0.6); }
.dot.active:hover { background-color: var(--celery); }
.count {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: rgb(255 255 255 / 0.6);
  letter-spacing: 0.1em;
}
.count-cur { color: var(--celery); font-weight: 500; }

/* ============ STAT STRIP ============ */
.statstrip {
  background: var(--navy-deep);
  border-top: 1px solid rgb(255 255 255 / 0.06);
  padding-top: var(--s-6);
  padding-bottom: var(--s-6);
}
.statgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
}
.st { text-align: center; position: relative; }
.st + .st::before {
  content: ""; position: absolute; left: calc(var(--s-2) * -1); top: 12%;
  height: 76%; width: 1px;
  background: rgb(255 255 255 / 0.12);
}
.st b {
  display: block;
  font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.6rem);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.01em;
}
.st b i { font-style: normal; color: var(--celery); font-size: 0.72em; }
.st span {
  display: block;
  margin-top: 8px;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-xs);
  font-weight: 500;
}

/* ============ SERVICE FLIP TILES ============ */
.tilesband { background: #fff; }
.bandhead { margin-bottom: var(--s-6); }
.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
/* Card reveal: back panel FADES/RISES over the front — no 3D flip,
   nothing blinks mid-transition (X 2026-08-09) */
.tile { cursor: pointer; outline-offset: 4px; }
.tile-inner {
  position: relative;
  min-height: 300px;
  height: 100%;
}
.tf, .tb {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: var(--s-4);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.tf { background: linear-gradient(160deg, #86a3bb 0%, var(--steel) 42%, #5c7f9e 100%); }
.tf .gw {
  position: absolute; top: 8px; left: 14px; right: 14px;
  font-size: clamp(3.6rem, 3rem + 2.2vw, 5.2rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  color: rgb(255 255 255 / 0.18);
  transition: transform 720ms var(--ease-inout), color 720ms var(--ease-inout);
  pointer-events: none;
  white-space: nowrap;
}
.tf .gw-sm { font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem); top: 22px; }
.tile:hover .tf .gw, .tile:focus-within .tf .gw, .tile.flipped .tf .gw { transform: translateY(-10px); color: rgb(255 255 255 / 0.26); }
.tf-name {
  color: var(--celery-bright);
  font-size: var(--text-xl);
  font-weight: 300;
  line-height: 1.2;
  max-width: 16ch;
}
.tf-plus {
  position: absolute; right: 20px; bottom: 16px;
  color: rgb(255 255 255 / 0.7);
  font-size: 1.9rem; font-weight: 300; line-height: 1;
}
.tb {
  background: var(--navy);
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 420ms var(--ease-inout), transform 480ms var(--ease-out-expo);
}
.tile:hover .tb, .tile:focus-within .tb, .tile.flipped .tb {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.tb p, .tb .tb-link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 360ms var(--ease-out) 120ms, transform 420ms var(--ease-out) 120ms;
}
.tile:hover .tb p, .tile:hover .tb .tb-link,
.tile:focus-within .tb p, .tile:focus-within .tb .tb-link,
.tile.flipped .tb p, .tile.flipped .tb .tb-link { opacity: 1; transform: none; }
.tb-ph { position: absolute; inset: 0; }
.tb-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.5;
}
.tb-ph::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgb(0 28 59 / 0.94) 30%, rgb(0 45 85 / 0.62));
}
.tb p { position: relative; color: #fff; font-size: var(--text-md); line-height: 1.5; margin-bottom: var(--s-2); }
.tb-link {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--celery);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-sm);
  text-decoration: none;
  padding: 6px 0;
  transition: gap var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out);
}
.tb-link svg { width: 18px; height: 18px; transition: transform var(--dur-2) var(--ease-out); }
.tb-link:hover, .tb-link:focus-visible { color: var(--celery-bright); gap: 12px; }
.tb-link:hover svg, .tb-link:focus-visible svg { transform: translateX(2px); }

/* ============ WELCOME — celery panel ============ */
.welcome { background: #fff; }
.wel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}
.wel-left {
  background: var(--celery);
  display: flex; align-items: center; justify-content: flex-end;
}
.wel-left-in {
  max-width: calc(var(--wrap) / 2);
  padding: var(--s-16) var(--s-8) var(--s-16) var(--px);
}
.wel-kicker {
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem);
  font-weight: 300;
  color: var(--navy-ink);
  margin: 0 0 4px;
}
.wel-mega {
  font-size: clamp(2.4rem, 1.6rem + 3.4vw, 4.4rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 0 rgb(0 45 85 / 0.12);
  margin: 0 0 var(--s-2);
}
.wel-sub {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: var(--steel-deep);
  font-size: var(--text-lg);
  margin: 0 0 var(--s-4);
}
.wel-body { color: var(--navy-ink); font-size: var(--text-lg); line-height: 1.7; }
.wel-body em { font-style: normal; font-weight: 600; }
.wel-right {
  padding: var(--s-16) var(--px) var(--s-16) var(--s-8);
  max-width: calc(var(--wrap) / 2);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--s-4);
  align-content: center;
}
.wel-col p { font-size: var(--text-md); color: var(--navy-ink); }
.wel-div { width: 1px; background: var(--line); }
.wel-cta { grid-column: 1 / -1; margin-top: var(--s-2); }
.chiphead { display: flex; align-items: stretch; margin-bottom: var(--s-3); }
.chip-ico {
  display: flex; align-items: center; justify-content: center;
  width: 52px; flex: 0 0 52px;
  background: var(--steel);
  color: #fff;
}
.chip-ico svg { width: 26px; height: 26px; }
.chip-label {
  display: flex; align-items: center;
  background: var(--celery);
  color: var(--navy-ink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-sm);
  padding: 12px 16px;
  flex: 1;
}

/* ============ WHAT WE DO ============ */
.whatwedo {
  position: relative;
  background: var(--paper);
  overflow: hidden;
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
}
.maskphoto {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 52%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34%);
          mask-image: linear-gradient(90deg, transparent 0, #000 34%);
}
.maskphoto img { width: 100%; height: 100%; object-fit: cover; }
.maskphoto.reveal { transform: none; clip-path: inset(0 0 0 30%); transition: opacity 900ms var(--ease-out), clip-path 1100ms var(--ease-out); }
.maskphoto.reveal.in { clip-path: inset(0); }
.wwd-in { position: relative; z-index: 2; }
.wwd-copy {
  font-size: var(--text-lg);
  line-height: 1.7;
  color: var(--navy-ink);
  max-width: 46ch;
  margin-bottom: var(--s-4);
}
.person { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-3); }
.person[data-bio] { cursor: pointer; }
.person[data-bio]:hover .person-ph { box-shadow: var(--shadow-lift); }
.person-ph {
  width: 140px; height: 140px;
  object-fit: cover;
  object-position: 50% 20%;
  border: 3px solid #fff;
  box-shadow: var(--shadow-soft);
}
.person b { display: block; color: var(--navy); font-size: var(--text-xl); font-weight: 600; line-height: 1.2; }
.person span { display: block; color: var(--steel-text); text-transform: uppercase; letter-spacing: 0.12em; font-size: var(--text-sm); font-weight: 500; }
.wwd-note { color: var(--steel-text); max-width: 42ch; margin-bottom: var(--s-4); }

/* ============ INSIGHTS BAND ============ */
.insightsband {
  position: relative;
  background: var(--navy-deep);
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
  overflow: hidden;
}
.iband-bg { position: absolute; inset: 0; }
.iband-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.35;
}
.iband-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgb(0 28 59 / 0.92), rgb(0 28 59 / 0.72) 50%, rgb(0 28 59 / 0.94)),
    linear-gradient(90deg, rgb(0 45 85 / 0.5), rgb(0 28 59 / 0.1));
}
.insightsband .wrap { position: relative; z-index: 2; }
.iband-head { margin-bottom: var(--s-6); }

.car-vp { overflow: hidden; }
.car-track {
  display: flex;
  gap: var(--s-3);
  transition: transform 480ms var(--ease-out-expo);
  will-change: transform;
}
.car-track.dragging { transition: none; }
.icard {
  position: relative;
  flex: 0 0 clamp(258px, 26vw, 350px);
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: var(--radius-lg);
  padding: var(--s-4);
  padding-top: var(--s-8);
  min-height: 250px;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out), transform var(--dur-3) var(--ease-out);
}
.icard:hover { background: rgb(255 255 255 / 0.1); border-color: rgb(201 214 166 / 0.4); transform: translateY(-4px); }
.ghostnum {
  position: absolute; top: -14px; right: 6px;
  font-size: 5.4rem; font-weight: 600; line-height: 1;
  color: rgb(255 255 255 / 0.07);
  pointer-events: none;
}
.icard .cat {
  align-self: flex-start;
  border: 1px solid var(--celery);
  color: var(--celery);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-xs);
  font-weight: 500;
  padding: 4px 10px;
  margin-bottom: var(--s-2);
}
.icard h3 {
  color: #fff;
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 var(--s-3);
  flex: 1;
}
.car-ui {
  display: flex; align-items: center; gap: var(--s-3);
  margin-top: var(--s-4);
}
.car-btn {
  width: 48px; height: 48px;
  flex: 0 0 48px;
  display: flex; align-items: center; justify-content: center;
  background: none;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out), opacity var(--dur-2) var(--ease-out);
}
.car-btn svg { width: 22px; height: 22px; }
.car-btn:hover:not([disabled]), .car-btn:focus-visible:not([disabled]) {
  background: var(--celery);
  border-color: var(--celery);
  color: var(--navy-ink);
}
.car-btn[disabled] { opacity: 0.3; cursor: default; }
.car-progress {
  flex: 1;
  height: 2px;
  background: rgb(255 255 255 / 0.15);
  position: relative;
}
.car-progress i {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 20%;
  background: var(--celery);
  transition: width 480ms var(--ease-out-expo), transform 480ms var(--ease-out-expo);
}
.iband-cta { margin-top: var(--s-6); }

/* ============ CAREERS BAND ============ */
.careersband {
  position: relative;
  background: var(--navy);
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
  overflow: hidden;
}
.cband-bg { position: absolute; inset: 0; }
.cband-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: 0.3; }
.cband-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgb(0 45 85 / 0.96) 30%, rgb(0 45 85 / 0.72));
}
.cband-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--s-8);
  align-items: center;
}
.checks { list-style: none; margin: 0 0 var(--s-6); padding: 0; }
.checks li {
  display: flex; align-items: flex-start; gap: 14px;
  color: #fff;
  font-size: var(--text-md);
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  max-width: 56ch;
}
.checks svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; color: var(--celery); }
.cband-photos { position: relative; min-height: 460px; }
.cph { margin: 0; position: absolute; overflow: hidden; box-shadow: var(--shadow-lift); }
.cph img { width: 100%; height: 100%; object-fit: cover; }
.cph-a { width: 74%; aspect-ratio: 4 / 3; top: 0; right: 0; border: 4px solid rgb(255 255 255 / 0.9); }
.cph-b { width: 52%; aspect-ratio: 4 / 3; top: 48%; left: 0; border: 4px solid var(--celery); }

/* ============ FOOTER ============ */
.footer {
  background: var(--paper-deep);
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}
.foot-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: var(--s-8);
}
.foot-top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s-4);
  padding-bottom: var(--s-4);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--s-6);
}
.foot-logo { width: clamp(160px, 16vw, 207px); }
.foot-links { display: flex; flex-wrap: wrap; gap: 4px; }
.foot-links a {
  color: var(--navy-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px 12px;
  transition: color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.foot-links a:hover, .foot-links a:focus-visible { color: var(--navy); background: var(--n-100); }
.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-6);
}
.foot-h {
  color: #6e7d41;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: var(--s-2);
}
.foot-col p { color: var(--navy-ink); font-size: var(--text-md); }
.phone-plate {
  display: inline-block;
  background: var(--steel);
  color: #fff;
  font-size: var(--text-lg);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 12px 20px;
  margin-top: var(--s-1);
  transition: background-color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.phone-plate:hover, .phone-plate:focus-visible { background: var(--steel-deep); transform: translateY(-2px); }
.foot-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  margin-top: var(--s-3);
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  transition: background-color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.foot-social svg { width: 20px; height: 20px; }
.foot-social:hover, .foot-social:focus-visible { background: var(--steel-deep); transform: translateY(-2px); }
.foot-legal {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s-2);
  margin-top: var(--s-6);
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
  color: var(--steel-text);
  font-size: var(--text-sm);
}
.foot-tag { color: #6e7d41; font-weight: 500; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .maskphoto { width: 60%; opacity: 0.5; }
}
@media (max-width: 1024px) {
  .nav { display: none; }
  .burger { display: flex; }
  .util { display: none; }
  .slide { padding-top: 32px; }
  .wel-grid { grid-template-columns: 1fr; }
  .wel-left { justify-content: flex-start; }
  .wel-left-in, .wel-right { max-width: none; padding: var(--s-12) var(--px); }
  .wel-right { gap: var(--s-3); }
  .cband-grid { grid-template-columns: 1fr; }
  .cband-photos { min-height: 380px; max-width: 560px; }
}
@media (max-width: 760px) {
  .statgrid { grid-template-columns: repeat(2, 1fr); gap: var(--s-4) var(--s-2); }
  .st:nth-child(3)::before { display: none; }
  .tiles { grid-template-columns: 1fr; }
  .tile-inner { min-height: 260px; }
  .wel-right { grid-template-columns: 1fr; }
  .wel-div { display: none; }
  .maskphoto { display: none; }
  .wwd-copy { max-width: var(--measure); }
  .foot-grid { grid-template-columns: 1fr; }
  .chev { width: 44px; height: 56px; color: rgb(255 255 255 / 0.75); }
  .chev::before { width: 15px; height: 15px; }
  .cband-photos { min-height: 300px; }
  .brand-tag { display: none; }
  .hero { min-height: max(calc(80vh - var(--header-h, 148px)), 500px); }
  .slide-copy { padding-bottom: var(--s-12); }
}

/* ============ REDUCED MOTION — designed static states ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hw { opacity: 1; transform: none; transition: none; }
  .slide { transition-duration: 1ms; }
  .slide.active .ph img, .slide:nth-child(even).active .ph img { animation: none; transform: none; }
  .tb, .tb p, .tb .tb-link { transition: none; transform: none; }
  .maskphoto.reveal { clip-path: inset(0); transition: none; }
  .car-track { transition: none; }
  .car-progress i { transition: none; }
  .btn-celery, .phone-plate, .foot-social, .chev, .card, .btn { transition: none; }
  .btn-celery:hover, .phone-plate:hover, .foot-social:hover { transform: none; }
  .tf .gw { transition: none; }
}
/* ============================================================
   DAIDRA ELEMENTS — the reusable section/element library.
   Elementor-style reuse, engineered: include AFTER foundation.css
   and the project's brand-slot skin. Every element consumes only
   foundation tokens (--accent, --green, --paper, --navy, --s-*,
   --dur-*, easings) so one skin restyles the whole library.
   Behaviors attach from elements.js by class contract (README.md).
   Advanced-CSS register: masks, conic gradients, blend modes,
   clip-path chrome, pointer-var lighting. 2026-08-07.
   ============================================================ */

/* Library-local slots with safe fallbacks (projects override) */
:root {
  --el-ink: var(--ink, #16181d);
  --el-navy: var(--navy, #0b1826);
  --el-green: var(--green, #58b765);
  --el-paper: var(--paper, #fbfaf7);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-inout-hard: cubic-bezier(0.83, 0, 0.17, 1);
}

/* ============ el-aurora — canvas mesh field ============ */
.el-aurora {
  position: absolute; inset: 0; width: 100%; height: 100%;
  --el-aurora-1: var(--accent); --el-aurora-2: var(--el-green);
  --el-aurora-3: #2a6fb8;
  filter: blur(60px) saturate(1.15);
  opacity: 0.85;
  pointer-events: none;
}

/* ============ el-marquee — infinite ticker ============ */
.el-marquee { overflow: hidden; position: relative; }
.el-marquee-track {
  display: flex; align-items: center; gap: var(--s-8);
  width: max-content;
  animation: el-mq var(--el-mq-dur, 30s) linear infinite;
}
.el-marquee:hover .el-marquee-track { animation-play-state: paused; }
@keyframes el-mq { to { transform: translateX(-50%); } }
.el-marquee--fade {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
/* photo strip variant */
.el-marquee--photos .el-marquee-track { gap: var(--s-2); }
.el-marquee--photos img {
  height: clamp(160px, 22vw, 260px); width: auto; border-radius: var(--radius-lg);
  object-fit: cover; aspect-ratio: 3/2;
}

/* ============ el-orbit — rotating arc ring (SVG) ============ */
.el-orbit { animation: el-spin 60s linear infinite; transform-origin: center; }
.el-orbit--rev { animation-direction: reverse; animation-duration: 90s; }
@keyframes el-spin { to { rotate: 360deg; } }
@media (prefers-reduced-motion: reduce) {
  .el-orbit, .el-marquee-track { animation: none !important; }
}

/* ============ el-shine — pointer-lit card ============ */
.el-shine { position: relative; --mx: 50%; --my: 50%; }
.el-shine::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1px; pointer-events: none;
  background: radial-gradient(220px circle at var(--mx) var(--my),
    rgb(255 255 255 / 0.55), rgb(255 255 255 / 0.06) 45%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity var(--dur-2) var(--ease-out);
}
.el-shine:hover::before, .el-shine:focus-within::before { opacity: 1; }
.el-shine::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(340px circle at var(--mx) var(--my),
    rgb(255 255 255 / 0.08), transparent 60%);
  opacity: 0; transition: opacity var(--dur-2) var(--ease-out);
}
.el-shine:hover::after, .el-shine:focus-within::after { opacity: 1; }

/* ============ el-glow — cursor glow for dark sections ============ */
.el-glow { position: relative; --gx: 50%; --gy: 40%; }
.el-glow > .el-glow-layer {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(520px circle at var(--gx) var(--gy),
    rgb(88 183 101 / 0.10), rgb(1 90 163 / 0.07) 45%, transparent 70%);
  transition: opacity var(--dur-3) var(--ease-out);
}
@media (hover: none) { .el-glow > .el-glow-layer { display: none; } }

/* ============ el-magnetic — cursor-lean CTA ============ */
.el-magnetic { transition: transform var(--dur-2) var(--ease-out); will-change: transform; }

/* ============ el-notch-panel — Terminal tab-notch media panel ==== */
.el-notch { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.el-notch::before {
  content: ""; position: absolute; top: 0; right: 48px; z-index: 3;
  width: 120px; height: 14px; background: var(--el-notch-bg, var(--el-paper));
  border-radius: 0 0 12px 12px;
}

/* ============ el-knockout — photo etched through display type ==== */
.el-knockout {
  background-image: var(--el-knockout-img);
  background-size: cover; background-position: center;
  -webkit-background-clip: text; background-clip: text;
  color: rgb(255 255 255 / 0.14);
  filter: drop-shadow(0 2px 24px rgb(0 0 0 / 0.35));
}
@supports not (background-clip: text) { .el-knockout { color: #fff; } }

/* ============ el-grain — feTurbulence paper/film grain ============ */
.el-grain { position: relative; }
.el-grain::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.14 0 0 0 0 0.12 0 0 0 0 0.13 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ el-ghost-mark — viewport-scale watermark ============ */
.el-ghost-mark {
  position: absolute; left: 50%; bottom: -0.24em; transform: translateX(-50%);
  z-index: 1; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: 12.2vw; line-height: 1; letter-spacing: -0.01em;
  color: var(--el-ghost-color, rgb(143 193 234 / 0.07)); white-space: nowrap;
}

/* ============ el-dive — split whole-panel CTA pair ============ */
.el-dive { display: grid; grid-template-columns: 1fr 1fr; }
.el-dive a {
  display: flex; align-items: center; gap: var(--s-3);
  padding: clamp(48px, 7vw, 96px) var(--px);
  text-decoration: none; color: #fff;
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  transition: background-color var(--dur-3) var(--ease-out);
}
.el-dive a:first-child { background: var(--accent); }
.el-dive a:first-child:hover, .el-dive a:first-child:focus-visible { background: var(--accent-strong); }
.el-dive a:last-child { background: var(--el-ink); }
.el-dive a:last-child:hover, .el-dive a:last-child:focus-visible { background: #000; }
.el-dive .darr { flex: none; transition: transform var(--dur-3) var(--ease-out); }
.el-dive a:hover .darr, .el-dive a:focus-visible .darr { transform: translate(6px, 6px); }
@media (max-width: 860px) { .el-dive { grid-template-columns: 1fr; } }

/* ============ el-chip-pill — mono chip (nav/filters) ============ */
.el-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px 11px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: var(--el-ink);
  background: #fff; border: 1px solid rgb(0 0 0 / 0.14);
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out),
    border-color var(--dur-2) var(--ease-out),
    transform var(--dur-2) var(--ease-out);
}
.el-chip:hover, .el-chip:focus-visible { border-color: var(--accent); transform: translateY(-1px); }
.el-chip--green { background: var(--el-green); border-color: var(--el-green); color: #06250c; }
.el-chip[aria-pressed="true"] { background: var(--el-green); border-color: var(--el-green); color: #06250c; }

/* ============ el-metric-chip — floating stat chip ============ */
.el-metric {
  display: inline-flex; flex-direction: column; gap: 2px;
  padding: 14px 20px; border-radius: var(--radius-lg);
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.16);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 24px 48px -24px rgb(0 0 0 / 0.5);
}
.el-metric b {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1; letter-spacing: -0.02em;
}
.el-metric b sup { font-size: 0.55em; font-weight: 500; }
.el-metric .micro { color: rgb(255 255 255 / 0.65); }

/* ============ el-ring-conic — conic progress ring ============ */
.el-ring-conic {
  border-radius: 50%;
  background:
    radial-gradient(closest-side, var(--el-rc-hole, var(--el-navy)) 79%, transparent 80% 100%),
    conic-gradient(var(--el-green) calc(var(--p, 0) * 1%), rgb(255 255 255 / 0.12) 0);
}

/* ============ el-mosaic — two-row photo marquee band ============ */
.el-mosaic { display: grid; gap: var(--s-2); }

/* ============ el-quote-ghost — testimonial w/ giant glyph ======== */
.el-quote-ghost { position: relative; }
.el-quote-ghost::before {
  content: "\201C"; position: absolute; top: -0.18em; left: -0.06em;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(8rem, 18vw, 16rem); line-height: 1;
  color: var(--accent); opacity: 0.08; pointer-events: none;
}

/* ============ Scene stepping visuals (used with [data-el-scene]) == */
.el-scene .svc-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transform: scale(1.04);
  transition: opacity 700ms var(--ease-out-expo), transform 900ms var(--ease-out-expo);
}
.el-scene .svc-media img.active { opacity: 1; transform: scale(1); }
.el-scene .svc-desc { position: relative; }
.el-scene .svc-desc p {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; transform: translateY(10px);
  transition: opacity 500ms var(--ease-out-expo), transform 500ms var(--ease-out-expo);
}
.el-scene .svc-desc p.active { opacity: 1; transform: none; }
.el-scene .scene-bar { height: 2px; overflow: hidden; }
.el-scene .scene-bar i { display: block; height: 100%; background: var(--el-green); transform-origin: left; transform: scaleX(0); }

/* ============ Reduced motion: designed static states ============ */
@media (prefers-reduced-motion: reduce) {
  .el-shine::before, .el-shine::after, .el-glow > .el-glow-layer { display: none; }
  .el-magnetic { transition: none; }
  .el-scene .svc-media img, .el-scene .svc-desc p { transition: none; }
}

/* ============================================================
   v10 INNER PAGES — Scorpion-heritage scale-out (2026-08-09)
   Interior banners, leadership grid + bio modal, partners,
   values/guarantee, service-page kit, results cases, insights
   stream + filters, careers benefits, contact HQ kit, CTA band.
   ============================================================ */

/* ---- Interior page banner (duotone, same recipe as hero) ---- */
.pagehero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: max(calc(52vh - var(--header-h, 148px)), 320px);
  padding-top: 56px;
}
.pagehero .ph { position: absolute; inset: 0; }
.pagehero .ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04) brightness(1.02);
}
.pagehero .ph::before {
  content: ""; position: absolute; inset: 0;
  background: var(--navy);
  mix-blend-mode: color;
}
.pagehero .ph::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgb(0 45 85 / 0.9) 8%, rgb(0 45 85 / 0.55) 48%, rgb(20 60 100 / 0.4) 100%),
    linear-gradient(to top, rgb(0 28 59 / 0.7), rgb(0 28 59 / 0) 45%);
}
.pagehero-copy { position: relative; z-index: 2; width: 100%; padding-bottom: var(--s-8); }
.crumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  margin: 0 0 var(--s-3);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.crumb a { color: rgb(255 255 255 / 0.72); text-decoration: none; transition: color var(--dur-2) var(--ease-out); }
.crumb a:hover, .crumb a:focus-visible { color: var(--celery); }
.crumb .sep { color: rgb(255 255 255 / 0.35); }
.crumb .here { color: var(--celery); }
.pagehero-sub {
  color: rgb(255 255 255 / 0.88);
  font-size: var(--text-lg);
  line-height: 1.6;
  max-width: 62ch;
  margin: var(--s-3) 0 0;
}

/* Active nav state */
.nav a[aria-current="page"] { color: var(--celery); }
.nav a[aria-current="page"]::after { transform: scaleX(1); }
.drawer a[aria-current="page"] { color: var(--celery); }

/* ---- Section headers shared by inner pages ---- */
.sechead { margin-bottom: var(--s-6); }
.sechead .lead { font-size: var(--text-lg); line-height: 1.7; color: var(--navy-ink); max-width: 62ch; }

/* ---- Leadership grid + duotone-to-color hover ---- */
.lg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: var(--s-3);
}
.lg-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform var(--dur-3) var(--ease-out),
    box-shadow var(--dur-3) var(--ease-out),
    border-color var(--dur-2) var(--ease-out);
}
.lg-card:hover, .lg-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
  border-color: var(--celery-deep);
}
.lg-ph { aspect-ratio: 1 / 1.06; overflow: hidden; background: var(--n-100); }
.lg-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: grayscale(1) contrast(1.02);
  transition: filter var(--dur-3) var(--ease-out), transform var(--dur-4) var(--ease-out);
}
.lg-card:hover .lg-ph img, .lg-card:focus-visible .lg-ph img { filter: none; transform: scale(1.045); }
.lg-meta { padding: var(--s-2) var(--s-3) var(--s-3); }
.lg-name { display: block; color: var(--navy); font-weight: 600; font-size: var(--text-lg); line-height: 1.25; }
.lg-title { display: block; margin-top: 3px; color: var(--steel-text); text-transform: uppercase; letter-spacing: 0.1em; font-size: var(--text-xs); font-weight: 500; }
.lg-more {
  position: absolute; top: 10px; right: 10px;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  background: rgb(201 214 166 / 0.92);
  color: var(--navy-ink);
  font-size: 1.3rem; font-weight: 300; line-height: 1;
  border-radius: var(--radius);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.lg-card:hover .lg-more, .lg-card:focus-visible .lg-more { opacity: 1; transform: none; }

/* ---- Bio modal ---- */
.bm {
  border: 0;
  padding: 0;
  max-width: min(860px, calc(100vw - 32px));
  width: 100%;
  height: min(660px, calc(100dvh - 48px));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
  overscroll-behavior: contain;
}
.bm::backdrop {
  background: rgb(0 28 59 / 0.72);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.bm-grid {
  display: grid; grid-template-columns: minmax(300px, 380px) 1fr;
  height: 100%;
  background: #fff;
}
/* Photo column matches the popup's full height; the portrait renders at
   its ORIGINAL aspect (object-fit: contain — people photos are never
   cropped), navy grounds any letterbox. Bio scrolls on the right. */
.bm-photo { position: relative; background: var(--navy-deep); height: 100%; }
.bm-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
}
.bm-content { overflow-y: auto; height: 100%; overscroll-behavior: contain; }
.bm-content { padding: var(--s-6); }
.bm-name { color: var(--navy); font-size: var(--text-xl); font-weight: 600; margin: 0 0 2px; }
.bm-title { color: var(--steel-text); text-transform: uppercase; letter-spacing: 0.12em; font-size: var(--text-sm); font-weight: 500; margin: 0 0 var(--s-3); }
.bm-body p { color: var(--navy-ink); font-size: var(--text-md); line-height: 1.7; }
.bm-live { margin-top: var(--s-2); display: inline-flex; }
.bm-close {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--navy);
  color: #fff;
  border: 0; border-radius: var(--radius);
  font-size: 1.5rem; line-height: 1;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.bm-close:hover, .bm-close:focus-visible { background: var(--steel-deep); transform: rotate(90deg); }

/* ---- Values / guarantee / culture (Who We Are) ---- */
.guarband {
  background: var(--navy-deep);
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
  position: relative;
  overflow: hidden;
}
.guar-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: var(--s-8); align-items: center; position: relative; z-index: 2; }
.guar-num {
  font-weight: 600;
  font-size: clamp(4.4rem, 3rem + 7vw, 9rem);
  line-height: 0.9;
  color: #fff;
  letter-spacing: -0.02em;
}
.guar-num i { font-style: normal; color: var(--celery); font-size: 0.55em; }
.guar-label { color: var(--steel); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 500; font-size: var(--text-sm); margin-top: var(--s-2); }
.vals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
.val-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--celery-deep);
  border-radius: var(--radius-lg);
  padding: var(--s-4);
  transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);
}
.val-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.val-card b { display: block; color: var(--navy); font-size: var(--text-lg); font-weight: 600; margin-bottom: 6px; }
.val-card p { color: var(--navy-ink); font-size: var(--text-md); margin: 0; }

/* ---- Partners ---- */
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
.partner-card {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--s-4);
  transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out), border-color var(--dur-2) var(--ease-out);
}
.partner-card:hover, .partner-card:focus-within { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--n-300); }
.partner-logo {
  height: 74px;
  display: flex; align-items: center;
  margin-bottom: var(--s-3);
}
.partner-logo img { max-height: 74px; width: auto; max-width: 240px; object-fit: contain; }
.partner-card h3 { color: var(--navy); font-size: var(--text-lg); font-weight: 600; }
.partner-card .pstrong { display: block; color: #6e7d41; font-weight: 600; font-size: var(--text-sm); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--s-2); }
.partner-card p { color: var(--navy-ink); font-size: var(--text-md); flex: 1; }

/* ---- Service page kit ---- */
.svcintro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: var(--s-8); align-items: start; }
.svcintro .lead p { font-size: var(--text-lg); line-height: 1.7; color: var(--navy-ink); }
.acc { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-h {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
  background: none; border: 0; cursor: pointer;
  text-align: left;
  padding: 18px 4px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  transition: color var(--dur-2) var(--ease-out), padding-left var(--dur-2) var(--ease-out);
}
.acc-h:hover, .acc-h:focus-visible { color: var(--steel-deep); padding-left: 10px; }
.acc-h .acc-x {
  flex: 0 0 30px; width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: var(--celery);
  color: var(--navy-ink);
  font-size: 1.25rem; font-weight: 300; line-height: 1;
  border-radius: var(--radius);
  transition: transform var(--dur-3) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.acc-h[aria-expanded="true"] .acc-x { transform: rotate(45deg); background: var(--celery-deep); }
.acc-p { overflow: hidden; transition: max-height var(--dur-3) var(--ease-inout); }
.acc-list { list-style: none; margin: 0; padding: 0 4px var(--s-3); }
.acc-list li {
  position: relative;
  padding: 7px 0 7px 26px;
  color: var(--navy-ink);
}
.acc-list li::before {
  content: "";
  position: absolute; left: 2px; top: 15px;
  width: 12px; height: 2px;
  background: var(--celery-deep);
}
.rrband {
  background: var(--celery);
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}
.rrband h2 { color: var(--navy-ink); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.4rem); }
.rr-list { list-style: none; margin: var(--s-4) 0 0; padding: 0; display: grid; gap: 2px; }
.rr-list li {
  position: relative;
  background: rgb(255 255 255 / 0.55);
  padding: 16px 20px 16px 52px;
  color: var(--navy-ink);
  font-size: var(--text-md);
  line-height: 1.55;
  max-width: none;
}
.rr-list li strong { color: var(--navy); }
.rr-list li::before {
  content: "";
  position: absolute; left: 20px; top: 22px;
  width: 14px; height: 8px;
  border-left: 2.5px solid var(--navy);
  border-bottom: 2.5px solid var(--navy);
  transform: rotate(-45deg);
}
.featband { background: var(--paper); padding-top: var(--s-12); padding-bottom: var(--s-12); }
.featgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
.featcard {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--s-4);
  padding-top: var(--s-6);
  overflow: hidden;
  transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);
}
.featcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.featcard .ghostnum { color: rgb(0 45 85 / 0.06); top: -18px; right: 2px; }
.featcard h3 { color: var(--navy); font-size: var(--text-lg); font-weight: 600; position: relative; }
.featcard p { color: var(--navy-ink); margin: 0; position: relative; }
.studyband { background: #fff; padding-top: var(--s-12); padding-bottom: var(--s-12); }
.studycard {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--navy);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.studycard .sc-ph { position: relative; min-height: 300px; }
.studycard .sc-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: 0.85; }
.studycard .sc-ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 45 85 / 0.15), rgb(0 45 85 / 0.85)); }
.studycard .sc-body { padding: var(--s-6); }
.studycard .sc-kicker { color: var(--celery); text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--text-xs); font-weight: 600; display: block; margin-bottom: var(--s-2); }
.studycard h3 { color: #fff; font-size: var(--text-xl); font-weight: 500; }
.studycard p { color: rgb(255 255 255 / 0.85); }
.quoteband { background: var(--paper); padding-top: var(--s-12); padding-bottom: var(--s-12); }
.quoteband blockquote {
  margin: 0;
  position: relative;
  padding-left: clamp(0px, 4vw, 48px);
}
.quoteband blockquote p {
  font-size: clamp(1.2rem, 1rem + 1.2vw, 1.7rem);
  line-height: 1.55;
  color: var(--navy);
  font-weight: 300;
  max-width: 56ch;
}
.quoteband cite {
  display: block;
  margin-top: var(--s-3);
  font-style: normal;
  color: var(--steel-text);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--text-sm);
  font-weight: 600;
}

/* ---- Results cases ---- */
.case {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: var(--s-6);
  align-items: center;
  padding: var(--s-8) 0;
  border-bottom: 1px solid var(--line);
}
.case:last-of-type { border-bottom: 0; }
.case:nth-of-type(even) .case-ph { order: 2; }
.case-ph { position: relative; overflow: hidden; border-radius: var(--radius-lg); aspect-ratio: 4 / 3; box-shadow: var(--shadow-soft); }
.case-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transition: filter var(--dur-4) var(--ease-out), transform var(--dur-4) var(--ease-out);
}
.case:hover .case-ph img { filter: none; transform: scale(1.03); }
.case-ph .case-num {
  position: absolute; top: 0; left: 0;
  background: var(--navy);
  color: var(--celery);
  font-weight: 600;
  font-size: var(--text-lg);
  padding: 10px 16px;
}
.case h3 { color: var(--navy); font-size: var(--text-xl); font-weight: 600; max-width: 24ch; }
.case-quote {
  border-left: 3px solid var(--celery-deep);
  background: rgb(201 214 166 / 0.16);
  margin: var(--s-3) 0;
  padding: var(--s-2) var(--s-3);
}
.case-quote p { font-style: italic; color: var(--navy-ink); margin: 0 0 6px; }
.case-quote cite { font-style: normal; color: #6e7d41; text-transform: uppercase; letter-spacing: 0.12em; font-size: var(--text-xs); font-weight: 600; }

/* ---- Insights stream (index) ---- */
.streamband {
  position: relative;
  background: var(--navy-deep);
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
  overflow: hidden;
}
.filterbar {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: var(--s-6);
  position: relative; z-index: 2;
}
.filter-chip {
  background: none;
  border: 1px solid rgb(255 255 255 / 0.35);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: var(--text-xs);
  font-weight: 500;
  padding: 9px 16px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.filter-chip:hover { border-color: var(--celery); color: var(--celery); transform: translateY(-1px); }
.filter-chip[aria-pressed="true"] { background: var(--celery); border-color: var(--celery); color: var(--navy-ink); }
.stream {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  position: relative; z-index: 2;
}
.stream .icard { flex: none; min-height: 230px; }
.stream .icard[hidden] { display: none; }
.stream-foot { display: flex; align-items: center; gap: var(--s-4); margin-top: var(--s-6); position: relative; z-index: 2; }
.stream-count { color: var(--steel); text-transform: uppercase; letter-spacing: 0.12em; font-size: var(--text-sm); font-weight: 500; }

/* ---- Careers page ---- */
.wlf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
.bene-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); align-items: stretch; }
.bene {
  border-radius: var(--radius-lg);
  padding: var(--s-6);
}
.bene-us { background: var(--celery); }
.bene-uk { background: var(--navy); }
.bene h3 { font-weight: 600; font-size: var(--text-xl); }
.bene-us h3, .bene-us li { color: var(--navy-ink); }
.bene-uk h3, .bene-uk li { color: #fff; }
.bene ul { list-style: none; margin: var(--s-3) 0 0; padding: 0; }
.bene li { position: relative; padding: 8px 0 8px 30px; line-height: 1.5; }
.bene li::before {
  content: "";
  position: absolute; left: 2px; top: 16px;
  width: 14px; height: 8px;
  border-left: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.7;
}

/* ---- Contact page ---- */
.hq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.hq {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--steel);
  border-radius: var(--radius-lg);
  padding: var(--s-6);
  overflow: hidden;
  transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);
}
.hq:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.hq .ghostnum { color: rgb(0 45 85 / 0.05); top: -10px; }
.hq h3 { color: var(--navy); font-size: var(--text-xl); font-weight: 600; position: relative; }
.hq address { font-style: normal; color: var(--navy-ink); line-height: 1.7; margin-bottom: var(--s-3); position: relative; }

/* ---- Shared CTA band (inner pages, pre-footer) ---- */
.ctaband {
  position: relative;
  background: var(--navy);
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
  overflow: hidden;
}
.ctaband .cb-bg { position: absolute; inset: 0; }
.ctaband .cb-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: 0.28; }
.ctaband .cb-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgb(0 45 85 / 0.95) 20%, rgb(0 45 85 / 0.7)); }
.ctaband .wrap { position: relative; z-index: 2; }
.ctaband .hl-thin { font-size: clamp(0.95rem, 0.8rem + 0.8vw, 1.4rem); }
.cb-actions { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-4); }

/* ---- Inner-page responsive ---- */
@media (max-width: 1024px) {
  .pagehero { padding-top: 40px; min-height: max(calc(44vh - var(--header-h, 148px)), 280px); }
  .svcintro, .guar-grid { grid-template-columns: 1fr; gap: var(--s-6); }
  .vals-grid { grid-template-columns: repeat(2, 1fr); }
  .stream { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .vals-grid, .partner-grid, .featgrid, .wlf-grid, .bene-grid, .hq-grid { grid-template-columns: 1fr; }
  .stream { grid-template-columns: 1fr; }
  .case, .studycard { grid-template-columns: 1fr; }
  .case:nth-of-type(even) .case-ph { order: 0; }
  .studycard .sc-ph { min-height: 220px; }
  .bm-grid { grid-template-columns: 1fr; grid-template-rows: 240px 1fr; }
  .bm-content { padding: var(--s-4); }
  .lg-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-2); }
}

/* ---- Inner-page reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .lg-card, .lg-ph img, .lg-more, .val-card, .partner-card, .featcard,
  .case-ph img, .filter-chip, .acc-h, .acc-h .acc-x, .hq, .bm-close { transition: none; }
  .acc-p { transition: none; }
  .lg-card:hover, .val-card:hover, .partner-card:hover, .featcard:hover, .hq:hover { transform: none; }
  .lg-card:hover .lg-ph img { transform: none; }
  .case:hover .case-ph img { transform: none; }
}

/* ---- Services index rows (ghost word + duotone hover photo) ---- */
.svcrows { border-top: 1px solid var(--line); }
.svcrow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--s-6);
  align-items: center;
  padding: var(--s-8) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.svcrow .gw2 {
  position: absolute; top: var(--s-2); left: 0;
  font-size: clamp(3rem, 2rem + 5vw, 6.4rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: rgb(84 120 143 / 0.09);
  pointer-events: none;
  white-space: nowrap;
}
.svcrow-ph { order: 2; }
.svcrow:nth-of-type(even) .svcrow-ph { order: -1; }
.svcrow-ph {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow-soft);
}
.svcrow-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transition: filter var(--dur-4) var(--ease-out), transform var(--dur-4) var(--ease-out);
}
.svcrow:hover .svcrow-ph img, .svcrow:focus-within .svcrow-ph img { filter: none; transform: scale(1.03); }
.svcrow-ph::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 6px;
  background: var(--celery);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-3) var(--ease-out);
}
.svcrow:hover .svcrow-ph::after, .svcrow:focus-within .svcrow-ph::after { transform: scaleX(1); }
.svcrow-body { position: relative; }
.svcrow h3 { color: var(--navy); font-size: var(--text-xl); font-weight: 600; max-width: 20ch; }
.svcrow .sub { color: var(--steel-text); font-weight: 500; max-width: 52ch; }
.svcrow .rr-mini { list-style: none; margin: var(--s-3) 0; padding: 0; }
.svcrow .rr-mini li {
  position: relative;
  padding: 6px 0 6px 26px;
  color: var(--navy-ink);
  max-width: 56ch;
}
.svcrow .rr-mini li::before {
  content: "";
  position: absolute; left: 0; top: 13px;
  width: 13px; height: 7px;
  border-left: 2.5px solid var(--celery-deep);
  border-bottom: 2.5px solid var(--celery-deep);
  transform: rotate(-45deg);
}
.svcrow .rr-mini strong { color: var(--navy); }
@media (max-width: 900px) {
  .svcrow { grid-template-columns: 1fr; gap: var(--s-4); }
  .svcrow-ph, .svcrow:nth-of-type(even) .svcrow-ph { order: -1; }
}
@media (prefers-reduced-motion: reduce) {
  .svcrow-ph img, .svcrow-ph::after { transition: none; }
  .svcrow:hover .svcrow-ph img { transform: none; }
}

/* ---- Inner-page micro components ---- */
.lead { font-size: var(--text-lg); line-height: 1.7; color: var(--navy-ink); max-width: 62ch; }
.icard .iex { color: rgb(255 255 255 / 0.72); font-size: var(--text-sm); line-height: 1.55; margin: 0 0 var(--s-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ============================================================
   ENTERPRISE PASS — arrows, card icons, form wizard, home
   sections, careers DEI split, footer sitemap. (2026-08-09)
   ============================================================ */

/* ---- Smooth arrow on every celery button (auto, via mask) ---- */
.btn-celery::after {
  content: "";
  width: 17px; height: 17px;
  flex: none;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M5 12h14m-6-6 6 6-6 6"/%3E%3C/svg%3E') center / contain no-repeat;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M5 12h14m-6-6 6 6-6 6"/%3E%3C/svg%3E') center / contain no-repeat;
  transition: transform var(--dur-2) var(--ease-out);
}
.btn-celery:hover::after, .btn-celery:focus-visible::after { transform: translateX(4px); }

/* ---- Card icon chip (steel square, stroke glyph) ---- */
.card-ico {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--steel);
  color: #fff;
  border-radius: var(--radius);
  margin-bottom: var(--s-2);
  transition: background-color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.card-ico svg { width: 24px; height: 24px; }
.val-card:hover .card-ico, .featcard:hover .card-ico, .hq:hover .card-ico { background: var(--navy); transform: translateY(-2px); }
.bene .card-ico { background: rgb(255 255 255 / 0.9); color: var(--navy); }
.bene-uk .card-ico { background: rgb(255 255 255 / 0.12); color: #fff; }

/* ---- Careers: inclusive-workplace split with photo column ---- */
.deigrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--s-8);
  align-items: center;
}
.dei-photos { position: relative; min-height: 420px; }
.dei-photos .cph-a { width: 78%; top: 0; right: 0; border-color: rgb(255 255 255 / 0.95); }
.dei-photos .cph-b { width: 50%; top: 52%; left: 0; border-color: var(--celery); }
@media (max-width: 900px) {
  .deigrid { grid-template-columns: 1fr; }
  .dei-photos { min-height: 320px; max-width: 540px; }
}

/* ---- HOME · leadership portrait marquee ---- */
.leadband { background: #fff; padding-top: var(--s-12); padding-bottom: var(--s-12); overflow: hidden; }
.leadband .el-marquee { margin-top: var(--s-6); }
.lead-card {
  position: relative;
  flex: none;
  width: clamp(180px, 18vw, 230px);
  text-decoration: none;
}
.lead-card figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); aspect-ratio: 1 / 1.15; background: var(--n-100); }
.lead-card img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 18%;
  filter: grayscale(1) contrast(1.02);
  transition: filter var(--dur-3) var(--ease-out), transform var(--dur-4) var(--ease-out);
}
.lead-card:hover img, .lead-card:focus-visible img { filter: none; transform: scale(1.05); }
.lead-card b { display: block; margin-top: 10px; color: var(--navy); font-weight: 600; font-size: var(--text-md); line-height: 1.2; }
.lead-card span { display: block; color: var(--steel-text); text-transform: uppercase; letter-spacing: 0.1em; font-size: var(--text-xs); margin-top: 2px; }

/* ---- HOME · client-voices spotlight (celery, rotating) ---- */
.voicesband {
  position: relative;
  background: var(--celery);
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
  overflow: hidden;
}
.voicesband::before {
  content: "\201C";
  position: absolute; top: -0.12em; left: 0.02em;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(10rem, 24vw, 22rem); line-height: 1;
  color: rgb(0 45 85 / 0.08);
  pointer-events: none;
}
.vo-stage { position: relative; min-height: 240px; }
.vo {
  position: absolute; inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms var(--ease-cinema), transform 700ms var(--ease-cinema);
  pointer-events: none;
}
.vo.active { opacity: 1; transform: none; pointer-events: auto; }
.vo blockquote { margin: 0; }
.vo blockquote p {
  font-size: clamp(1.25rem, 1rem + 1.6vw, 2rem);
  line-height: 1.5;
  font-weight: 300;
  color: var(--navy);
  max-width: 30ch;
  margin: 0 0 var(--s-3);
}
.vo cite { display: block; font-style: normal; color: #56652f; text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--text-sm); font-weight: 600; }
.vo-nav { display: flex; align-items: center; gap: 12px; margin-top: var(--s-4); }
.vo-dot {
  width: 34px; height: 4px;
  border: 0; padding: 0; cursor: pointer;
  background: rgb(0 45 85 / 0.2);
  transition: background-color var(--dur-2) var(--ease-out);
}
.vo-dot.active { background: var(--navy); }
.vo-dot:hover { background: rgb(0 45 85 / 0.45); }

/* ---- HOME · featured case (navy split panel) ---- */
.featuredcase { background: var(--paper); padding-top: var(--s-12); padding-bottom: var(--s-12); }

/* ---- HOME · partners logo band ---- */
.partnerband { background: #fff; padding-top: var(--s-8); padding-bottom: var(--s-8); border-top: 1px solid var(--line); }
.pb-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s-4);
}
.pb-row a.pb-logo {
  display: flex; align-items: center;
  height: 64px;
  opacity: 0.85;
  transition: opacity var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.pb-row a.pb-logo:hover, .pb-row a.pb-logo:focus-visible { opacity: 1; transform: translateY(-2px); }
.pb-row img { max-height: 56px; width: auto; max-width: 200px; object-fit: contain; }

/* ---- CONTACT · advanced multi-step form ---- */
.formband { background: var(--paper); padding-top: var(--s-12); padding-bottom: var(--s-12); }
.cform {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: var(--s-6);
  max-width: 880px;
}
.cf-steps { display: flex; gap: 4px; margin-bottom: var(--s-6); }
.cf-step-tab {
  flex: 1;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: var(--n-50);
  border-bottom: 3px solid var(--line);
  color: var(--steel-text);
  font-size: var(--text-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: border-color var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.cf-step-tab .n {
  width: 26px; height: 26px; flex: none;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--n-200); color: var(--navy-ink);
  font-weight: 600; font-size: 0.8rem;
  transition: background-color var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out);
}
.cf-step-tab.active { border-color: var(--celery-deep); color: var(--navy); background: #fff; }
.cf-step-tab.active .n { background: var(--celery); color: var(--navy-ink); }
.cf-step-tab.done .n { background: var(--navy); color: var(--celery); }
.cf-pane[hidden] { display: none; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-field.full { grid-column: 1 / -1; }
.cf-field label { color: var(--navy); font-weight: 500; font-size: var(--text-sm); text-transform: uppercase; letter-spacing: 0.08em; }
.cf-field input, .cf-field select, .cf-field textarea {
  font-family: var(--font-body);
  font-size: var(--text-md);
  color: var(--navy-ink);
  background: var(--n-50);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  transition: border-color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out);
}
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus {
  outline: none;
  border-color: var(--celery-deep);
  background: #fff;
  box-shadow: var(--focus-ring);
}
.cf-field .err { color: #a33b3b; font-size: var(--text-xs); min-height: 1.2em; }
.cf-field input[aria-invalid="true"], .cf-field textarea[aria-invalid="true"] { border-color: #c66; }
.cf-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cf-chip {
  background: var(--n-50);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-ink);
  font-size: var(--text-sm);
  font-weight: 500;
  padding: 10px 18px;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out), color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.cf-chip:hover { border-color: var(--celery-deep); transform: translateY(-1px); }
.cf-chip[aria-pressed="true"] { background: var(--celery); border-color: var(--celery); color: var(--navy-ink); font-weight: 600; }
.cf-actions { display: flex; justify-content: space-between; align-items: center; gap: var(--s-2); margin-top: var(--s-4); }
.cf-back {
  background: none; border: 0; cursor: pointer;
  color: var(--steel-text);
  font-size: var(--text-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 8px;
  transition: color var(--dur-2) var(--ease-out);
}
.cf-back:hover, .cf-back:focus-visible { color: var(--navy); }
.cf-review { background: var(--n-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--s-3); margin-bottom: var(--s-3); }
.cf-review dl { display: grid; grid-template-columns: auto 1fr; gap: 6px var(--s-3); margin: 0; }
.cf-review dt { color: #6e7d41; font-size: var(--text-xs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; padding-top: 3px; }
.cf-review dd { margin: 0; color: var(--navy-ink); }
.cf-success { text-align: left; }
.cf-success .big {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  background: var(--celery);
  border-radius: 50%;
  margin-bottom: var(--s-3);
  color: var(--navy-ink);
}
.cf-success .big svg { width: 32px; height: 32px; }
.cf-note { color: var(--steel-text); font-size: var(--text-sm); margin-top: var(--s-3); }
@media (max-width: 760px) {
  .cf-grid { grid-template-columns: 1fr; }
  .cf-steps { flex-direction: column; }
}

/* ---- Footer sitemap upgrade ---- */
.foot-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
  padding-bottom: var(--s-6);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--s-6);
}
.foot-list { list-style: none; margin: 0; padding: 0; }
.foot-list li { padding: 4px 0; }
.foot-list a {
  color: var(--navy-ink);
  text-decoration: none;
  font-size: var(--text-sm);
  transition: color var(--dur-2) var(--ease-out);
}
.foot-list a:hover, .foot-list a:focus-visible { color: var(--steel-deep); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .foot-grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .foot-grid-2 { grid-template-columns: 1fr; } }

/* ---- Back to top ---- */
.totop {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--navy);
  color: var(--celery);
  border: 0; border-radius: var(--radius);
  cursor: pointer;
  box-shadow: var(--shadow-lift);
  opacity: 0; transform: translateY(10px);
  pointer-events: none;
  transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.totop.show { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover, .totop:focus-visible { background: var(--steel-deep); color: #fff; }
.totop svg { width: 22px; height: 22px; }

/* ---- Hero slide focal points (faces stay in frame) ---- */
.slide:nth-child(1) .ph img { object-position: 50% 24%; }
.slide:nth-child(2) .ph img { object-position: 50% 42%; }
.slide:nth-child(3) .ph img { object-position: 50% 60%; }

/* ---- Enterprise-pass reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .btn-celery::after, .card-ico, .lead-card img, .vo, .vo-dot, .cf-chip, .totop,
  .pb-row a.pb-logo, .mega, .searchlay, .chrome, .chrome-in, .brand-mark, .brand-tag,
  .search-btn, .burger span { transition: none; }
  .vo { transform: none; }
  .el-marquee .el-marquee-track { animation: none; }
  .lead-card:hover img { transform: none; }
}

/* ============ HEADER SEARCH — fixed footprint; the field expands
   LEFTWARD as an overlay so nav items never move ============ */
.hsearch {
  position: relative;
  display: flex; align-items: center; justify-content: flex-end;
  width: 206px;   /* 150px field + 44px btn + gap — constant, never reflows */
  height: 44px;
  flex: none;
}
.hs-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: none; border: 0; cursor: pointer;
  color: var(--navy-ink);
  border-radius: var(--radius);
  transition: color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.hs-btn svg { width: 20px; height: 20px; }
.hs-btn:hover, .hs-btn:focus-visible { color: var(--steel-deep); background: var(--n-100); }
.header.scrolled .hs-btn { color: #fff; }
.header.scrolled .hs-btn:hover, .header.scrolled .hs-btn:focus-visible { color: var(--celery); background: rgb(255 255 255 / 0.08); }
.hs-in {
  position: absolute;
  right: 48px; top: 50%;
  transform: translateY(-50%);
  width: 150px;
  padding: 9px 8px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--n-200);
  border-radius: var(--radius) var(--radius) 0 0;
  outline: none;
  color: var(--navy-ink);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  transition: width var(--dur-3) var(--ease-out-expo), background-color var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out);
}
.header.scrolled .hs-in { border-bottom-color: rgb(255 255 255 / 0.3); }
.hs-in::placeholder { color: var(--steel-text); }
.header.scrolled .hs-in { color: #fff; }
.header.scrolled .hs-in::placeholder { color: var(--steel); }
.hsearch.open .hs-in, .hs-in:focus {
  width: min(320px, 30vw);
  background: #fff;
  border: 1px solid var(--n-300);
  border-bottom: 2px solid var(--celery-deep);
  border-radius: var(--radius);
  padding-left: 12px;
  box-shadow: 0 14px 34px -14px rgb(0 28 59 / 0.35);
}
.header.scrolled .hsearch.open .hs-in, .header.scrolled .hs-in:focus {
  background: var(--navy-deep);
  border-color: rgb(255 255 255 / 0.25);
  border-bottom-color: var(--celery);
}
.header.scrolled .hsearch.open .hs-in { border-bottom-color: var(--celery); }
.hs-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(560px, calc(100vw - 32px));
  max-height: min(62vh, 560px);
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 80px -32px rgb(0 28 59 / 0.45);
  padding: var(--s-2) var(--s-3) var(--s-3);
}
.hs-panel .sr-group { color: #6e7d41; text-transform: uppercase; letter-spacing: 0.16em; font-size: var(--text-xs); font-weight: 600; margin: var(--s-2) 0 4px; }
.hs-panel .sr-item {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  padding: 10px 12px;
  margin-left: -12px; margin-right: -12px;
  color: var(--navy-ink);
  text-decoration: none;
  border-radius: var(--radius);
  transition: background-color var(--dur-1) var(--ease-out);
}
.hs-panel .sr-item:hover, .hs-panel .sr-item:focus-visible, .hs-panel .sr-item.sel { background: var(--n-100); }
.hs-panel .sr-item .sr-t { flex: 1; font-size: var(--text-sm); line-height: 1.4; }
.hs-panel .sr-im {
  flex: none;
  width: 46px; height: 46px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--n-100);
}
.hs-panel .sr-item .sr-k { flex: none; color: var(--steel-text); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.1em; }
.hs-panel .sr-empty { color: var(--steel-text); padding: var(--s-2) 0; margin: 0; }
@media (max-width: 1024px) {
  .hsearch { margin-left: auto; width: 190px; }
  .hs-in { width: 134px; }
  .hsearch.open .hs-in, .hs-in:focus { width: min(46vw, 230px); }
}
@media (prefers-reduced-motion: reduce) {
  .hs-in, .hs-btn { transition: none; }
}

/* ============ ARTICLE BODY (harvested insights + privacy) ============ */
.artwrap { background: #fff; }
.artbody { max-width: 72ch; }
.artbody h1 { display: none; } /* page h1 lives in the banner */
.artbody h2 {
  color: var(--navy);
  font-size: var(--text-xl);
  font-weight: 600;
  margin: var(--s-6) 0 var(--s-2);
  padding-top: var(--s-3);
  border-top: 3px solid var(--celery);
  max-width: 30ch;
}
.artbody h3 { color: var(--steel-deep); font-size: var(--text-lg); font-weight: 600; margin: var(--s-4) 0 var(--s-1); }
.artbody h4 { color: var(--navy); font-size: var(--text-md); font-weight: 600; margin: var(--s-3) 0 var(--s-1); text-transform: uppercase; letter-spacing: 0.06em; }
.artbody p { color: var(--navy-ink); line-height: 1.75; }
.artbody ul, .artbody ol { color: var(--navy-ink); line-height: 1.7; padding-left: 1.2em; margin: 0 0 var(--s-2); }
.artbody li { margin-bottom: 6px; }
.artbody li::marker { color: var(--celery-deep); }
.artbody a { color: var(--steel-text); font-weight: 500; text-underline-offset: 3px; }
.artbody a:hover { color: var(--navy); }
.artbody img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  margin: var(--s-4) 0;
}
.artbody blockquote {
  border-left: 3px solid var(--celery-deep);
  background: rgb(201 214 166 / 0.16);
  margin: var(--s-3) 0;
  padding: var(--s-2) var(--s-3);
  font-style: italic;
}
.artbody table { border-collapse: collapse; width: 100%; margin: var(--s-3) 0; font-size: var(--text-sm); }
.artbody th, .artbody td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; color: var(--navy-ink); }
.artbody th { background: var(--n-50); color: var(--navy); }
.artbody iframe { max-width: 100%; border: 0; margin: var(--s-3) 0; }

/* ---- icard thumbnails + contact form split ---- */
.icard .ic-th {
  width: calc(100% + var(--s-4) * 2);
  margin: calc(var(--s-8) * -1) calc(var(--s-4) * -1) var(--s-2);
  height: 132px;
  object-fit: cover;
  background: linear-gradient(140deg, #86a3bb, var(--navy) 85%);
  filter: grayscale(0.2) contrast(1.02);
  transition: filter var(--dur-3) var(--ease-out);
}
.icard.has-th { padding-top: var(--s-8); }
.icard.has-th .ghostnum { top: 120px; }
.icard:hover .ic-th { filter: none; }
.formsplit {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: var(--s-6);
  align-items: start;
}
.form-side .cph { display: block; overflow: hidden; box-shadow: var(--shadow-lift); }
.form-side .cph img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .formsplit { grid-template-columns: 1fr; } .form-side { display: none; } }
@media (prefers-reduced-motion: reduce) { .icard .ic-th { transition: none; } }

/* ---- iOS: inputs never trigger zoom (16px floor on coarse pointers) ---- */
@media (pointer: coarse), (max-width: 1024px) {
  .hs-in, .cf-field input, .cf-field select, .cf-field textarea, .msearch-in { font-size: 16px; }
}

/* ---- Mobile full-screen ajax search ---- */
.msearch {
  position: fixed; inset: 0; z-index: 170;
  background: rgb(0 28 59 / 0.97);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-3) var(--ease-inout);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.msearch.open { opacity: 1; pointer-events: auto; }
.msearch-in-wrap {
  position: sticky; top: 0;
  background: rgb(0 28 59 / 0.98);
  padding: 18px var(--px) 12px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 2px solid var(--celery);
}
.msearch-in-wrap svg { width: 22px; height: 22px; color: var(--celery); flex: none; }
.msearch-in {
  flex: 1;
  background: none; border: 0; outline: none;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  padding: 10px 0;
}
.msearch-in::placeholder { color: rgb(255 255 255 / 0.45); }
.msearch-close {
  flex: none;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: var(--radius);
  color: #fff; font-size: 1.5rem; line-height: 1;
  cursor: pointer;
}
.msearch-res { padding: var(--s-2) var(--px) var(--s-12); }
.msearch-res .sr-group { color: var(--celery); text-transform: uppercase; letter-spacing: 0.16em; font-size: var(--text-xs); font-weight: 600; margin: var(--s-3) 0 4px; }
.msearch-res .sr-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  color: #fff; text-decoration: none;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}
.msearch-res .sr-im { flex: none; width: 52px; height: 52px; object-fit: cover; border-radius: var(--radius); background: rgb(255 255 255 / 0.06); }
.msearch-res .sr-t { flex: 1; font-size: var(--text-sm); line-height: 1.4; }
.msearch-res .sr-k { flex: none; color: var(--steel); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.msearch-res .sr-empty { color: rgb(255 255 255 / 0.6); padding: var(--s-3) 0; }

/* ---- Page transitions (View Transitions API + JS fallback) ---- */
@view-transition { navigation: auto; }
@keyframes vt-in { from { opacity: 0; transform: translateY(10px); } }
@keyframes vt-out { to { opacity: 0; transform: translateY(-8px); } }
::view-transition-old(root) { animation: vt-out 200ms var(--ease-inout) both; }
::view-transition-new(root) { animation: vt-in 260ms var(--ease-out) both; }
html.no-vt body { animation: vt-in 300ms var(--ease-out) both; }
html.page-leave body { opacity: 0; transition: opacity 160ms var(--ease-inout); }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  html.no-vt body { animation: none; }
  html.page-leave body { transition: none; opacity: 1; }
  .msearch { transition: none; }
}

/* Phone header: icon-only search (overlay handles input); logo + burger stay */
@media (max-width: 640px) {
  .hs-in { display: none; }
  .hsearch { width: 44px; }
}

/* ---- Hero slide sub-paragraphs ---- */
.slide-sub {
  color: rgb(255 255 255 / 0.88);
  font-size: var(--text-lg);
  line-height: 1.6;
  max-width: 54ch;
  margin: var(--s-3) 0 0;
  text-shadow: 0 1px 12px rgb(0 28 59 / 0.4);
}

/* ============ LOGO INTRO — arc grows right w/ shine, square fades, 25 counts ============ */
svg.lg { overflow: visible; }
html.lg-anim .lg-word { opacity: 0; animation: lg-fade 750ms var(--ease-out) 100ms forwards; }
html.lg-anim .lg-sq { opacity: 0; transform-origin: 40% 25%; animation: lg-sq 900ms var(--ease-out) 300ms forwards; }
html.lg-anim .lg-arcs { clip-path: inset(0 100% 0 0); animation: lg-grow 1150ms var(--ease-out-expo) 420ms forwards; }
html.lg-anim .lg-shine { animation: lg-shine 850ms var(--ease-inout) 1580ms; }
html.lg-anim .lg-25 { opacity: 0; animation: lg-fade 380ms var(--ease-out) 2050ms forwards; }
@keyframes lg-fade { to { opacity: 1; } }
@keyframes lg-sq { from { opacity: 0; transform: scale(0.85); } to { opacity: 1; transform: none; } }
@keyframes lg-grow { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes lg-shine { from { opacity: 0.85; transform: translateX(0); } to { opacity: 0; transform: translateX(500px); } }
@media (prefers-reduced-motion: reduce) {
  html.lg-anim .lg-word, html.lg-anim .lg-sq, html.lg-anim .lg-arcs,
  html.lg-anim .lg-shine, html.lg-anim .lg-25 { animation: none; opacity: 1; clip-path: none; }
}

/* ============ ARTICLE SIDEBAR ============ */
.artgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: var(--s-8);
  align-items: start;
}
.artside {
  position: sticky;
  top: calc(var(--header-h, 148px) - 40px);
  display: grid;
  gap: var(--s-3);
}
.side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--s-3);
}
.side-cta { background: var(--celery); border-color: var(--celery); }
.side-h {
  color: var(--navy);
  font-size: var(--text-md);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 var(--s-2);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--celery);
}
.side-post {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.side-post:last-of-type { border-bottom: 0; padding-bottom: 0; }
.side-post .sp-th {
  width: 100%; height: 120px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 8px;
  background: linear-gradient(140deg, #86a3bb, var(--navy) 85%);
}
.side-post b { display: block; color: var(--navy-ink); font-weight: 500; font-size: var(--text-sm); line-height: 1.35; }
.side-post:hover b, .side-post:focus-visible b { color: var(--steel-deep); }
.side-post i { display: block; font-style: normal; color: #6e7d41; font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px; }
.artside .mg { padding: 8px 6px; margin: 0 -6px; }
.artside .mg-ini { flex: 0 0 36px; width: 36px; height: 36px; font-size: 0.8rem; }
.artside .mg b { font-size: var(--text-sm); }
@media (max-width: 1024px) {
  .artgrid { grid-template-columns: 1fr; }
  .artside { position: static; max-width: 560px; }
}

/* ---- Dark footer legal bar ---- */
.footer { padding-bottom: 0; }
.foot-darkbar { background: var(--navy-deep); margin-top: var(--s-8); }
.foot-darkbar .foot-legal {
  margin-top: 0; padding-top: 18px; padding-bottom: 18px;
  border-top: 0;
  color: var(--steel);
}
.foot-darkbar .foot-tag { color: var(--celery); }

/* transparent PNGs: cover like photos (span 100% per X), gradient
   stage fills any transparency behind them */
img.th-png { object-fit: cover; object-position: 50% 12%; }

/* ---- Client-voices: faded duotone image per slide, right side ---- */
.voicesband .vo-stage { overflow: visible; }
.vo-ph {
  position: absolute;
  top: -40px; right: calc(var(--px) * -0.5); bottom: -40px;
  width: 46%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 55%), linear-gradient(180deg, transparent 0, #000 22%, #000 78%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 55%), linear-gradient(180deg, transparent 0, #000 22%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}
.vo-ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.vo blockquote { position: relative; z-index: 2; }
@media (max-width: 860px) {
  /* mobile: the faded duotone sits at the TOP of the testimonial */
  .vo-ph {
    top: 0; right: 0; left: 0; bottom: auto;
    width: 100%; height: 150px;
    -webkit-mask-image: linear-gradient(180deg, #000 35%, transparent);
            mask-image: linear-gradient(180deg, #000 35%, transparent);
  }
  .vo { padding-top: 170px; }
  .voicesband::before { top: 120px; }
}

/* ============ MOCK ASSISTANT — floating chat ============ */
.chat-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 150;
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  background: var(--celery);
  color: var(--navy-ink);
  border: 0; border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow-lift);
  transition: transform var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out);
}
.chat-fab svg { width: 26px; height: 26px; }
.chat-fab:hover, .chat-fab:focus-visible { transform: translateY(-3px); background: var(--celery-bright); }
.totop { bottom: 94px; }
.chat-panel {
  position: fixed; right: 22px; bottom: 92px; z-index: 150;
  width: min(380px, calc(100vw - 32px));
  height: min(520px, calc(100dvh - 130px));
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 90px -30px rgb(0 28 59 / 0.55);
  overflow: hidden;
  opacity: 0; transform: translateY(14px);
  pointer-events: none;
  transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out);
}
.chat-panel.open { opacity: 1; transform: none; pointer-events: auto; }
.chat-head {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: 14px 52px 12px 16px;
}
.chat-head b { display: block; font-weight: 600; }
.chat-head span { display: block; color: var(--celery); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }
.chat-close {
  position: absolute; top: 12px; right: 10px;
  width: 38px; height: 38px;
  background: none; border: 0; cursor: pointer;
  color: #fff; font-size: 1.4rem; line-height: 1;
  border-radius: var(--radius);
  transition: background-color var(--dur-2) var(--ease-out);
}
.chat-close:hover { background: rgb(255 255 255 / 0.12); }
.chat-log {
  flex: 1;
  overflow-y: auto;
  padding: var(--s-2);
  display: flex; flex-direction: column; gap: 10px;
  background: var(--n-50);
  overscroll-behavior: contain;
}
.chat-msg { max-width: 85%; padding: 10px 14px; border-radius: 14px; font-size: var(--text-sm); line-height: 1.5; }
.chat-msg.bot { background: #fff; border: 1px solid var(--line); color: var(--navy-ink); border-bottom-left-radius: 4px; align-self: flex-start; }
.chat-msg.user { background: var(--navy); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-msg a { color: var(--steel-deep); font-weight: 600; }
.chat-chips { display: flex; flex-wrap: wrap; gap: 6px; align-self: flex-start; max-width: 95%; }
.chat-chip {
  background: #fff;
  border: 1px solid var(--celery-deep);
  color: var(--navy-ink);
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
}
.chat-chip:hover, .chat-chip:focus-visible { background: var(--celery); transform: translateY(-1px); }
.chat-typing { align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px; }
.chat-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--steel); animation: ct 900ms ease-in-out infinite; }
.chat-typing i:nth-child(2) { animation-delay: 150ms; }
.chat-typing i:nth-child(3) { animation-delay: 300ms; }
@keyframes ct { 0%,100% { opacity: 0.3; transform: none; } 50% { opacity: 1; transform: translateY(-3px); } }
.chat-inrow {
  display: flex; gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.chat-in {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--navy-ink);
  outline: none;
  transition: border-color var(--dur-2) var(--ease-out);
}
.chat-in:focus { border-color: var(--celery-deep); }
.chat-send {
  width: 44px; height: 44px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--celery);
  color: var(--navy-ink);
  border: 0; border-radius: 50%;
  cursor: pointer;
  transition: background-color var(--dur-2) var(--ease-out);
}
.chat-send svg { width: 20px; height: 20px; }
.chat-send:hover { background: var(--celery-bright); }
@media (max-width: 640px) { .chat-panel { right: 16px; } .chat-fab { right: 16px; } }
@media (prefers-reduced-motion: reduce) { .chat-panel, .chat-fab { transition: none; } .chat-typing i { animation: none; } }

/* ---- Card cleanup: every post card carries a full-width top visual ---- */
.icard.has-th { padding-top: 0; }
.icard.has-th .ic-th, .icard.has-th .ic-cover {
  width: calc(100% + var(--s-4) * 2);
  margin: 0 calc(var(--s-4) * -1) var(--s-3);
  height: 150px;
  display: block;
}
.icard.has-th .cat { position: relative; }
.ic-cover {
  position: relative;
  background:
    radial-gradient(120% 140% at 85% 10%, rgb(201 214 166 / 0.25), transparent 50%),
    linear-gradient(140deg, #86a3bb, var(--navy) 80%);
  overflow: hidden;
}
.ic-cover b {
  position: absolute; right: 6px; top: -18px;
  font-size: 7rem; font-weight: 600; line-height: 1;
  color: rgb(255 255 255 / 0.12);
}
.ic-cover i {
  position: absolute; left: var(--s-4); bottom: 12px;
  font-style: normal;
  color: var(--celery);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--text-xs);
  font-weight: 600;
}
.icard.has-th .ghostnum { display: none; }

/* ---- Animated vectors: orbit rings + icon draw-in (engineered, not sloppy) ---- */
.band-orbit {
  position: absolute;
  top: -60px; right: -60px;
  width: clamp(180px, 22vw, 300px); height: auto;
  color: rgb(255 255 255 / 0.14);
  pointer-events: none;
  z-index: 1;
}
.voicesband .band-orbit { color: rgb(0 45 85 / 0.14); top: auto; bottom: -70px; right: -50px; }
.card-ico svg path, .card-ico svg circle, .card-ico svg rect {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  transition: stroke-dashoffset 900ms var(--ease-out) 200ms;
}
.reveal.in .card-ico svg path, .reveal.in .card-ico svg circle, .reveal.in .card-ico svg rect,
.no-js .card-ico svg path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) {
  .card-ico svg path, .card-ico svg circle, .card-ico svg rect { stroke-dasharray: none; stroke-dashoffset: 0; transition: none; }
  .band-orbit { animation: none; }
}
