.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Enterprise Marketing — design system (DESIGN-SPEC.md §3–§8, §17)
   Injected site-wide via the Elementor kit's custom CSS (post 8). */

/* ── Tokens ─────────────────────────────────────────────────────── */
:root{
  --bg-base:#100B18; --surface-1:#1A1228; --surface-2:#241933;
  --border-subtle:#2E2340; --border-strong:#453558;
  --text-primary:#F4F1F7; --text-secondary:#B4A9C4; --text-muted:#8B7D9F;
  --accent:#F2914F; --accent-hover:#FFA96B;
  --status-good:#3FB98C; --status-warning:#E0A126; --status-critical:#F0776F;

  --c1:#D66B2E; --c2:#9085E9; --c3:#199E70; --c4:#C98500;
  --c5:#D55181; --c6:#5E9E2E; --c7:#3987E5; --c8:#E66767;

  --seq-1:#F6C9A6; --seq-2:#E79A5F; --seq-3:#D66B2E; --seq-4:#9C4A1C;

  --font-display:'Chivo',system-ui,sans-serif;
  --font-body:'Chivo',system-ui,sans-serif;
  --font-mono:'Chivo Mono',ui-monospace,SFMono-Regular,monospace;

  --fs-hero:76px; --fs-h1:52px; --fs-h2:36px; --fs-h3:24px;
  --fs-stat:60px; --fs-body:17px; --fs-small:14px; --fs-micro:12px;

  --s4:4px; --s8:8px; --s12:12px; --s16:16px; --s24:24px;
  --s32:32px; --s48:48px; --s64:64px; --s96:96px; --s128:128px;

  --ease:cubic-bezier(.2,0,0,1); --dur:200ms;
}

/* ── Base ───────────────────────────────────────────────────────── */
/* The header is fixed (see build/header.html), so every in-page anchor would
   otherwise land with its heading tucked behind it. */
html{scroll-padding-top:96px;}
body{background:var(--bg-base);color:var(--text-secondary);
  font-family:var(--font-body);font-size:var(--fs-body);line-height:1.6;
  -webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-display);
  font-weight:700;letter-spacing:-.03em;text-wrap:balance;margin:0;}
a{color:var(--accent);text-decoration:none;transition:color 120ms var(--ease);}
a:hover{color:var(--accent-hover);}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;}
::selection{background:var(--accent);color:var(--bg-base);}

/* Elementor wraps each section in a flex item that would otherwise shrink to
   its max-content width — force the full-width chain. */
.elementor-widget-html,.elementor-widget-html>.elementor-widget-container{width:100%;}
.em-sec{width:100%;}
.em-in{width:100%;}

/* Twenty Twenty-Five defaults that fight a full-bleed dark build */
.wp-site-blocks,.entry-content,.wp-block-post-content{max-width:none!important;padding:0!important;}
.em-page .elementor-widget:not(:last-child){margin-block-end:0;}

/* ── Type utilities ─────────────────────────────────────────────── */
.em-eyebrow{font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:500;
  text-transform:uppercase;letter-spacing:.11em;color:var(--text-muted);
  margin:0 0 var(--s16);display:block;}
.em-eyebrow--accent{color:var(--accent);}
.em-hero-title{font-size:var(--fs-hero);line-height:1.02;font-weight:900;
  letter-spacing:-.03em;color:var(--text-primary);margin:0;}
.em-h1{font-size:var(--fs-h1);line-height:1.08;font-weight:900;}
.em-h2{font-size:var(--fs-h2);line-height:1.15;}
.em-h3{font-size:var(--fs-h3);line-height:1.25;}
.em-accent{color:var(--accent);}
.em-lede{font-size:var(--fs-body);line-height:1.6;color:var(--text-secondary);
  max-width:65ch;margin:var(--s24) 0 0;}
.em-small{font-size:var(--fs-small);line-height:1.5;color:var(--text-muted);}
.em-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;}
.em-num{font-variant-numeric:tabular-nums;letter-spacing:-.02em;}

/* ── Rules & bands ──────────────────────────────────────────────── */
.em-rule{border:0;border-top:1px solid var(--border-subtle);margin:0;height:0;}

/* ── Buttons ────────────────────────────────────────────────────── */
.em-btn,.em-btn-ghost{display:inline-flex;align-items:center;gap:var(--s8);
  font-family:var(--font-body);font-size:var(--fs-small);font-weight:500;
  letter-spacing:.01em;padding:14px 24px;border-radius:4px;
  transition:background var(--dur) var(--ease),color var(--dur) var(--ease),
             border-color var(--dur) var(--ease);}
.em-btn{background:var(--accent);color:var(--bg-base);border:1px solid var(--accent);}
.em-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--bg-base);}
.em-btn-ghost{background:transparent;color:var(--text-primary);border:1px solid var(--border-strong);}
.em-btn-ghost:hover{border-color:var(--accent);color:var(--accent);}
.em-btn svg,.em-btn-ghost svg{width:16px;height:16px;}

/* ── Cards ──────────────────────────────────────────────────────── */
.em-card{background:var(--surface-1);border:1px solid var(--border-subtle);
  border-radius:8px;padding:var(--s32);}
.em-card__head{display:flex;align-items:flex-start;justify-content:space-between;
  gap:var(--s16);margin-bottom:var(--s24);}
.em-card__title{font-size:var(--fs-h3);line-height:1.25;color:var(--text-primary);
  font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;margin:0;}
.em-card__caption{font-size:var(--fs-small);color:var(--text-muted);
  margin:var(--s16) 0 0;padding-top:var(--s16);border-top:1px solid var(--border-subtle);}

/* Status pills */
.em-pill{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);
  font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.11em;
  padding:4px 10px;border-radius:4px;border:1px solid var(--border-subtle);
  color:var(--text-secondary);white-space:nowrap;}
.em-pill::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex:none;}
.em-pill--good{color:var(--status-good);border-color:color-mix(in srgb,var(--status-good) 35%,transparent);}
.em-pill--warn{color:var(--status-warning);border-color:color-mix(in srgb,var(--status-warning) 35%,transparent);}
.em-pill--crit{color:var(--status-critical);border-color:color-mix(in srgb,var(--status-critical) 35%,transparent);}

/* Status rows (BITS dashboard device) */
.em-rows{display:flex;flex-direction:column;}
.em-row{display:flex;align-items:center;justify-content:space-between;gap:var(--s16);
  padding:var(--s12) 0;border-top:1px solid var(--border-subtle);}
.em-row:first-child{border-top:0;}
.em-row__label{font-family:var(--font-mono);font-size:var(--fs-small);color:var(--text-secondary);
  min-width:0;}
.em-row__value{font-family:var(--font-mono);font-size:var(--fs-small);
  color:var(--text-primary);font-variant-numeric:tabular-nums;}

/* ── Stat tiles ─────────────────────────────────────────────────── */
.em-stat{display:flex;flex-direction:column;gap:var(--s12);}
.em-stat__label{font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:500;
  text-transform:uppercase;letter-spacing:.11em;color:var(--text-muted);}
.em-stat__figure{font-family:var(--font-display);font-weight:900;font-size:var(--fs-stat);
  line-height:1;color:var(--text-primary);font-variant-numeric:tabular-nums;
  letter-spacing:-.03em;}
.em-stat__figure .em-unit{font-size:.5em;font-weight:700;color:var(--text-muted);
  letter-spacing:0;margin-left:.15em;}
.em-stat__note{font-size:var(--fs-small);color:var(--text-muted);}
.em-stat--sm .em-stat__figure{font-size:32px;}

/* ── Charts ─────────────────────────────────────────────────────── */
.em-chart{display:block;width:100%;height:auto;overflow:visible;}
.em-chart text{font-family:var(--font-mono);font-variant-numeric:tabular-nums;}
.c-grid{stroke:var(--border-subtle);stroke-width:1;fill:none;}
.c-axis{stroke:var(--border-strong);stroke-width:1;fill:none;}
.c-tick{font-size:11px;fill:var(--text-muted);}
.c-label{font-size:12px;fill:var(--text-secondary);}
.c-value{font-size:13px;fill:var(--text-primary);font-weight:500;}
.c-line{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round;
  vector-effect:non-scaling-stroke;}
.c-end{stroke:var(--surface-1);stroke-width:2;}
.c-end--onbase{stroke:var(--bg-base);}
.c-bar{shape-rendering:crispEdges;}

/* Force-directed graph (Obsidian-style) — edges recede, nodes carry the weight */
.c-edges line{stroke:var(--border-strong);stroke-width:1;opacity:.55;}
.c-nodes circle{transition:stroke var(--dur) var(--ease);}
.c-nodes circle:hover{stroke:var(--text-primary);cursor:default;}
.c-nodelabels text{font-size:11px;fill:var(--text-secondary);letter-spacing:.02em;
  paint-order:stroke;stroke:var(--surface-1);stroke-width:3px;stroke-linejoin:round;}

/* A wide chart scaled to a phone makes its 11px labels ~4px — let it scroll
   inside its own container instead, so the page body never scrolls sideways.
   .em-graph is the trust map; .em-scrollx is for any other wide chart. */
.em-graph,.em-scrollx{width:100%;}
@media (max-width:768px){
  .em-graph,.em-scrollx{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .em-graph svg{min-width:620px;}
  .em-scrollx svg{min-width:680px;}
}

/* Legend */
.em-legend{display:flex;flex-wrap:wrap;gap:var(--s16);margin:0 0 var(--s24);padding:0;list-style:none;}
.em-legend li{display:flex;align-items:center;gap:var(--s8);font-family:var(--font-mono);
  font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.11em;color:var(--text-secondary);}
.em-legend i{width:10px;height:10px;border-radius:2px;flex:none;display:block;}

/* Chart draw-in — once, on scroll into view */
/* `js-armed` is set by script only once the observer is watching, so a chart
   whose observer never fires (no JS, no IO, reduced motion) renders finished. */
@media (prefers-reduced-motion:no-preference){
  .em-draw.js-armed .c-line{stroke-dasharray:var(--len,2000);stroke-dashoffset:var(--len,2000);}
  .em-draw.js-armed.is-in .c-line{animation:em-draw 900ms var(--ease) forwards;}
  .em-draw.js-armed .c-fade{opacity:0;}
  .em-draw.js-armed.is-in .c-fade{animation:em-fade 400ms var(--ease) 700ms forwards;}
  .em-grow.js-armed .c-bar{transform:scaleY(0);transform-origin:bottom;}
  .em-grow.js-armed.is-in .c-bar{animation:em-grow 600ms var(--ease) forwards;}
  .em-growx.js-armed .c-bar{transform:scaleX(0);transform-origin:left;}
  .em-growx.js-armed.is-in .c-bar{animation:em-growx 600ms var(--ease) forwards;}
}
@keyframes em-draw{to{stroke-dashoffset:0;}}
@keyframes em-fade{to{opacity:1;}}
@keyframes em-grow{to{transform:scaleY(1);}}
@keyframes em-growx{to{transform:scaleX(1);}}

/* ── Small multiples ────────────────────────────────────────────── */
.em-sm{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;}
.em-sm__panel{background:var(--surface-1);padding:var(--s24);}
.em-sm__name{font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:500;
  text-transform:uppercase;letter-spacing:.11em;margin:0 0 var(--s4);
  display:flex;align-items:center;gap:var(--s8);}
.em-sm__name i{width:10px;height:10px;border-radius:2px;flex:none;display:block;}
.em-sm__peak{font-family:var(--font-display);font-weight:700;font-size:20px;
  color:var(--text-primary);font-variant-numeric:tabular-nums;margin:0 0 var(--s16);}

/* ── Service cards ──────────────────────────────────────────────── */
.em-svc{display:flex;flex-direction:column;gap:var(--s16);padding:var(--s32);
  background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:8px;
  height:100%;transition:border-color var(--dur) var(--ease),background var(--dur) var(--ease);}
.em-svc:hover{border-color:var(--border-strong);background:var(--surface-2);}
.em-svc__icon{color:var(--text-secondary);transition:color var(--dur) var(--ease);}
.em-svc:hover .em-svc__icon{color:var(--accent);}
.em-svc__title{font-size:var(--fs-h3);color:var(--text-primary);font-weight:700;
  letter-spacing:-.02em;margin:0;}
.em-svc__body{font-size:var(--fs-small);color:var(--text-secondary);margin:0;flex:1;}
.em-svc__link{font-family:var(--font-mono);font-size:var(--fs-micro);text-transform:uppercase;
  letter-spacing:.11em;color:var(--text-muted);display:inline-flex;align-items:center;gap:var(--s8);}
.em-svc:hover .em-svc__link{color:var(--accent);}

/* ── Icons (§17) ────────────────────────────────────────────────── */
.em-icon{width:24px;height:24px;display:block;}
/* Brand marks are filled, not stroked — they are trademarks with a fixed form
   and are deliberately not redrawn to our stroke weight (§17.5). The X mark
   reads larger than a line icon in the same box, so it is optically sized down. */
.em-icon--brand{fill:currentColor;stroke:none;}
.em-icon--x{width:19px;height:19px;}
.em-icon--lg{width:96px;height:96px;stroke-width:1.25;}

/* ── Logo wall ──────────────────────────────────────────────────── */
.em-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--s32);align-items:center;}
.em-logos svg{width:auto;height:26px;max-width:100%;color:var(--text-muted);opacity:.55;
  transition:opacity var(--dur) var(--ease),color var(--dur) var(--ease);}
.em-logos a:hover svg,.em-logos svg:hover{opacity:1;color:var(--accent);}

/* ── Leadership (§12) ───────────────────────────────────────────── */
.em-portrait{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 20%;
  border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;
  background:var(--surface-1);display:block;}
.em-quote{font-size:var(--fs-h3);line-height:1.35;color:var(--text-primary);
  font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;
  border-left:2px solid var(--accent);padding-left:var(--s24);margin:var(--s32) 0;}
.em-links{display:flex;gap:var(--s24);list-style:none;padding:0;margin:var(--s24) 0 0;}
.em-links a{font-family:var(--font-mono);font-size:var(--fs-micro);text-transform:uppercase;
  letter-spacing:.11em;color:var(--text-muted);display:inline-flex;align-items:center;gap:var(--s8);}
.em-links a:hover{color:var(--accent);}

/* ── Numbered process (§13.4) ───────────────────────────────────── */
.em-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--border-subtle);border-top:1px solid var(--border-subtle);
  border-bottom:1px solid var(--border-subtle);}
.em-step{background:var(--bg-base);padding:var(--s32) var(--s24);}
.em-step__n{font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:500;
  letter-spacing:.11em;color:var(--accent);display:block;margin-bottom:var(--s16);}
.em-step__t{font-size:var(--fs-h3);color:var(--text-primary);font-weight:700;
  letter-spacing:-.02em;margin:0 0 var(--s12);}
.em-step__b{font-size:var(--fs-small);color:var(--text-secondary);margin:0;}

/* ── Tactic bullets ─────────────────────────────────────────────── */
.em-ticks{list-style:none;padding:0;margin:var(--s24) 0 0;display:flex;
  flex-direction:column;gap:var(--s12);}
.em-ticks li{display:flex;gap:var(--s12);font-size:var(--fs-small);color:var(--text-secondary);}
.em-ticks li::before{content:"";width:6px;height:11px;margin:4px 4px 0 2px;flex:none;
  border-right:1.5px solid var(--accent);border-bottom:1.5px solid var(--accent);
  transform:rotate(45deg);}
/* An exclusion list marked with checkmarks reads as its own opposite — a list of
   things we will NOT do needs a cross, in muted rather than critical so it
   reads as excluded rather than alarming. */
.em-ticks--no li::before{width:11px;height:11px;margin:5px 2px 0 0;border:0;transform:none;
  background:linear-gradient(currentColor,currentColor),
             linear-gradient(currentColor,currentColor);
  background-size:11px 1.5px,1.5px 11px;background-position:center;background-repeat:no-repeat;
  color:var(--text-muted);rotate:45deg;}

/* ── FAQ accordion (§13.7) ──────────────────────────────────────── */
.em-faq{border-top:1px solid var(--border-subtle);}
.em-faq__item{border-bottom:1px solid var(--border-subtle);}
.em-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:flex-start;
  justify-content:space-between;gap:var(--s24);padding:var(--s24) 0;
  font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.35;
  letter-spacing:-.01em;color:var(--text-primary);
  transition:color var(--dur) var(--ease);}
.em-faq__item summary::-webkit-details-marker{display:none;}
.em-faq__item summary::after{content:"";flex:none;width:12px;height:12px;margin-top:6px;
  border-right:1.5px solid var(--text-muted);border-bottom:1.5px solid var(--text-muted);
  transform:rotate(45deg);transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease);}
.em-faq__item[open] summary::after{transform:rotate(-135deg);margin-top:10px;}
.em-faq__item summary:hover{color:var(--accent);}
.em-faq__item summary:hover::after{border-color:var(--accent);}
.em-faq__item p{margin:0;padding:0 var(--s48) var(--s24) 0;font-size:var(--fs-small);
  color:var(--text-secondary);max-width:65ch;}

/* ── Table view for charts (§4.3.10, §9) ────────────────────────── */
.em-tableview{margin-top:var(--s16);}
.em-tableview summary{font-family:var(--font-mono);font-size:var(--fs-micro);
  text-transform:uppercase;letter-spacing:.11em;color:var(--text-muted);cursor:pointer;
  list-style:none;display:inline-flex;align-items:center;gap:var(--s8);}
.em-tableview summary::-webkit-details-marker{display:none;}
.em-tableview summary::before{content:"+";font-size:14px;line-height:1;}
.em-tableview[open] summary::before{content:"\2212";}
.em-tableview summary:hover{color:var(--accent);}
.em-tableview table{width:100%;border-collapse:collapse;margin-top:var(--s16);
  font-family:var(--font-mono);font-size:var(--fs-small);font-variant-numeric:tabular-nums;}
.em-tableview th,.em-tableview td{text-align:right;padding:var(--s8) var(--s12);
  border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);}
.em-tableview th:first-child,.em-tableview td:first-child{text-align:left;}
.em-tableview th{color:var(--text-muted);font-weight:500;text-transform:uppercase;
  letter-spacing:.06em;font-size:11px;}

/* ── Responsive (§5.1, §6) ──────────────────────────────────────── */
@media (max-width:1024px){
  .em-logos{grid-template-columns:repeat(3,1fr);row-gap:var(--s32);}
  .em-steps{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:768px){
  html{scroll-padding-top:76px;}
  /* A long rule label plus a sparkline plus a nowrap pill cannot share one line
     on a phone — let the row wrap instead of pushing the page sideways. */
  .em-row{flex-wrap:wrap;row-gap:var(--s8);}
  .em-row__label{flex:1 1 100%;}
  :root{--fs-hero:42px;--fs-h1:34px;--fs-h2:27px;--fs-stat:40px;--fs-h3:20px;}
  body{font-size:16px;}
  .em-sm{grid-template-columns:1fr;}
  .em-card{padding:var(--s24);}
  .em-steps{grid-template-columns:1fr;}
  .em-logos{grid-template-columns:repeat(2,1fr);}
}

/* ── Section scaffolding (§6) ───────────────────────────────────── */
.em-sec{padding:var(--s128) 0;}
.em-sec--tight{padding:var(--s64) 0;}
.em-sec--rule{border-top:1px solid var(--border-subtle);}
.em-sec--surface{background:var(--surface-2);}
.em-in{max-width:1280px;margin:0 auto;padding:0 80px;}
.em-head{max-width:65ch;margin:0 0 var(--s64);}
.em-head .em-lede{margin-top:var(--s16);}
.em-grid{display:grid;gap:var(--s32);}
.em-cols-2{grid-template-columns:repeat(2,1fr);}
.em-cols-3{grid-template-columns:repeat(3,1fr);}
.em-cols-4{grid-template-columns:repeat(4,1fr);}
.em-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--s64);align-items:center;}
.em-split--hero{grid-template-columns:50fr 50fr;align-items:center;}
.em-split--40{grid-template-columns:40fr 60fr;align-items:start;}
.em-split--top{align-items:start;}
.em-actions{display:flex;flex-wrap:wrap;gap:var(--s16);margin-top:var(--s48);}
.em-band{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s48);
  border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);
  padding:var(--s48) 0;}
.em-prose p{margin:0 0 var(--s16);color:var(--text-secondary);max-width:65ch;}
.em-prose p:last-child{margin-bottom:0;}
@media (max-width:1024px){
  .em-in{padding:0 32px;}
  .em-sec{padding:var(--s96) 0;}
  .em-split,.em-split--hero,.em-split--40{grid-template-columns:1fr;gap:var(--s48);}
  .em-cols-3,.em-cols-4{grid-template-columns:repeat(2,1fr);}
  .em-band{grid-template-columns:repeat(2,1fr);gap:var(--s32);}
}
@media (max-width:768px){
  .em-in{padding:0 20px;}
  .em-sec{padding:var(--s64) 0;}
  .em-sec--tight{padding:var(--s48) 0;}
  .em-cols-2,.em-cols-3,.em-cols-4{grid-template-columns:1fr;}
  .em-band{grid-template-columns:1fr;gap:var(--s32);}
  .em-head{margin-bottom:var(--s48);}
}/* End custom CSS */