
:root{
  
  --white:#ffffff;
  --off-white:#fafafa;
  --canvas:#f8f9fa;

  --page-bg:var(--canvas);
  --page-bg-alt:var(--off-white);
  --surface-bg:var(--off-white);
  --surface-bg-strong:var(--white);
  --surface-bg-tint:var(--off-white);
  --surface-bg-trust:var(--white);
  --text-strong:#171717;
  --text-body:#4b4b4b;
  --text-muted:#6a6a6a;
  --border-soft:#e9ecef;
  --border-strong:#c8d2c7;
  --border-accent:#b9cec1;
  --accent:#2f6b57;
  --accent-dark:#245445;
  --accent-tint:#e8f1ed;
  --accent-soft:#eef5f1;
  --shadow-soft:0 1px 2px rgba(23,23,23,.04), 0 10px 24px rgba(23,23,23,.05);
  --shadow-hover:0 2px 6px rgba(23,23,23,.06), 0 16px 32px rgba(23,23,23,.08);
  --radius-card:20px;
  --radius-card-sm:16px;
  --bg:var(--page-bg);
  --bg-2:var(--page-bg-alt);
  --panel:var(--surface-bg);
  --panel-2:var(--surface-bg-strong);
  --line:var(--border-soft);
  --text:var(--text-strong);
  --muted:var(--text-muted);
  --accent-2:var(--accent-dark);
  --accent-3:#756247;
  --success:var(--accent);
  --radius:24px;
  --shadow:var(--shadow-soft);
  --max:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;min-height:100%}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  line-height:1.6;
  min-height:100vh;
  min-height:100svh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
  background:
    radial-gradient(circle at top left, rgba(47,107,87,.06), transparent 28%),
    radial-gradient(circle at top right, rgba(117,98,71,.035), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--off-white) 100%);
}


.commercial-page{
  --commercial-ink:#15362c;
  --commercial-green:#2f6b57;
  --commercial-green-dark:#204c3e;
  --commercial-lime:#b8d46a;
  --commercial-warm:#d6a84b;
  --commercial-navy:#12324a;
}
.commercial-page h1,
.commercial-page h2{
  text-wrap:balance;
}
.commercial-page p{
  text-wrap:pretty;
}
.commercial-page .commercial-hero{
  padding:clamp(58px,7vw,92px) 0 clamp(50px,6vw,76px);
  background:
    radial-gradient(circle at 12% 10%,rgba(47,107,87,.12),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f7faf8 100%);
}
.commercial-page .commercial-hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  align-items:center;
  gap:clamp(28px,4vw,58px);
}
.commercial-hero .hero-copy{max-width:660px}
.commercial-hero h1,
.commercial-solution-hero h1{
  font-size:clamp(2.6rem,5.25vw,5rem);
  line-height:1.01;
  letter-spacing:-.045em;
  margin:.28em 0 .25em;
  max-width:18ch;
}
.commercial-hero .lead,
.commercial-solution-hero .lead{
  font-size:clamp(1.08rem,1.55vw,1.28rem);
  max-width:64ch;
}
.commercial-hero-media{
  position:relative;
  overflow:hidden;
  min-height:420px;
  border:1px solid rgba(23,23,23,.1);
  border-radius:26px;
  background:#e7ece9;
  box-shadow:0 28px 60px rgba(19,50,40,.16);
}
.commercial-hero-media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.commercial-hero-overlay{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  padding:17px 19px;
  display:grid;
  gap:2px;
  color:#fff;
  background:rgba(20,45,37,.89);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  backdrop-filter:blur(12px);
}
.commercial-hero-overlay span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#dcebe5}
.commercial-hero-overlay strong{font-size:1.04rem}
.commercial-hero-overlay small{color:#e5eee9;line-height:1.45}
.commercial-section-head{max-width:860px;margin-bottom:30px}
.commercial-section-head h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.035em}
.commercial-policy-cards{align-items:stretch}
.commercial-page .commercial-policy-card{position:relative;overflow:hidden;padding-top:68px}
.commercial-page .commercial-policy-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--commercial-green),var(--commercial-lime));
}
.policy-number{
  position:absolute;
  top:18px;
  right:20px;
  font-size:2rem;
  font-weight:800;
  color:rgba(47,107,87,.2);
}
.commercial-policy-card h3{font-size:1.28rem;line-height:1.24}
.commercial-policy-card>strong{display:block;margin-top:16px;color:var(--commercial-green-dark)}
.commercial-section-cta{margin-top:28px}
.commercial-page .commercial-loop{background:#f2f4f3;color:#18332a}
.commercial-page .commercial-loop h2,
.commercial-page .commercial-loop h3,
.commercial-page .commercial-loop strong{color:#18332a}
.commercial-loop .eyebrow{color:#4e6b79}
.commercial-loop .commercial-section-head p{color:#53615b}
.commercial-loop-grid{
  list-style:none;
  margin:34px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.commercial-loop-grid li{
  min-height:158px;
  padding:20px;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #d8dfdc;
  border-radius:16px;
}
.commercial-loop-grid li span{
  width:30px;height:30px;display:grid;place-items:center;
  margin-bottom:22px;
  border-radius:999px;
  background:#e3edf2;color:#214f67;font-weight:800;
}
.commercial-loop-grid li strong{font-size:1.05rem}
.commercial-loop-grid li small{color:#5d6a65;line-height:1.45}
.commercial-loop .btn-secondary{background:#fff;border-color:#c9d4cf;color:#204c3e}
.commercial-page .commercial-loop .control-loop-note{
  color:#5c4a38;
  background:#fff8ef;
  border-left-color:#e58a32;
}
.commercial-page .commercial-loop .control-loop-note strong{color:#423426}
.commercial-screenshot-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.commercial-screenshot-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.commercial-screenshot-grid--three .screenshot-card img{aspect-ratio:16/10;object-fit:cover;object-position:top left}
.commercial-reports-grid{align-items:center}
.commercial-report-card{
  padding:30px;
  background:linear-gradient(145deg,#fff,#eff6f2);
  border:1px solid rgba(47,107,87,.2);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
}
.commercial-report-card h3{font-size:1.45rem;line-height:1.2}
.commercial-report-card a{display:inline-block;margin-top:16px;color:var(--accent-2);font-weight:800}
.report-chip,
.decision-chip{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  color:#244d3f;
  background:#dfeee7;
}
.commercial-pilot{padding-top:36px}
.commercial-pilot-panel{
  padding:clamp(34px,5vw,62px);
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(184,212,106,.24),transparent 32%),
    linear-gradient(135deg,#183f34,#245f4e);
  box-shadow:0 24px 60px rgba(24,63,52,.2);
}
.commercial-pilot-panel h2{font-size:clamp(2.1rem,4vw,3.7rem);max-width:18ch}
.commercial-pilot-panel .lead{color:#deebe6;max-width:68ch}
.commercial-pilot-panel .kicker{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}
.commercial-pilot-panel .btn-secondary{background:#fff;border-color:#fff;color:#204c3e}
.commercial-pilot-facts{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.commercial-pilot-facts span{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08)}
.commercial-boundary{padding-top:54px;padding-bottom:54px;border-top:1px solid var(--line)}
.commercial-boundary .commercial-section-head{margin-bottom:0}
.commercial-page .commercial-solution-hero{padding:clamp(58px,7vw,90px) 0;background:linear-gradient(180deg,#fff,#f5f9f7)}
.commercial-page .commercial-solution-hero .commercial-hero-grid{align-items:center}
.commercial-value-cards .card{border-top:4px solid rgba(47,107,87,.42)}
.commercial-report-stack{display:grid;gap:14px}
.commercial-stack-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.commercial-stack-grid article{
  padding:22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow-soft);
}
.commercial-stack-grid article span{display:block;color:var(--accent);font-weight:800;font-size:.78rem;letter-spacing:.1em}
.commercial-stack-grid article h3{margin:.5rem 0 .35rem;font-size:1.1rem}
.commercial-stack-grid article p{margin:0;color:var(--muted);font-size:.92rem}
.commercial-page .commercial-pilot-hero{padding:clamp(60px,7vw,92px) 0;background:linear-gradient(145deg,#f8fbf9,#edf5f1)}
.commercial-price-card{
  padding:32px;
  align-self:center;
  color:#fff;
  background:linear-gradient(145deg,#173f34,#286c58);
  border-radius:24px;
  box-shadow:0 24px 52px rgba(23,63,52,.2);
}
.commercial-price-card span{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#cfe3da}
.commercial-price-card strong{display:block;margin:8px 0;font-size:clamp(2.4rem,4vw,4rem);line-height:1}
.commercial-price-card p{margin-bottom:0;color:#e0ebe6}
.commercial-program-card strong{font-size:clamp(1.85rem,3.2vw,2.8rem);line-height:1.08;max-width:15ch}
.commercial-program-card p{max-width:34ch}
.commercial-included-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.commercial-included-grid article{
  min-height:190px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.commercial-included-grid h3{font-size:1.08rem;margin-top:0}
.commercial-included-grid p{font-size:.92rem;color:var(--muted)}
.commercial-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}
.commercial-timeline article{padding:28px;border-right:1px solid var(--line)}
.commercial-timeline article:last-child{border-right:none}
.commercial-timeline span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:800}
.commercial-timeline h3{font-size:1.12rem}
.commercial-timeline p{font-size:.92rem;color:var(--muted)}
.decision-chip{margin-bottom:14px}
.decision-expand{background:#dff0e6;color:#23643d}
.decision-refine{background:#fff0cf;color:#7b5711}
.decision-stop{background:#eceff1;color:#4c5960}
.commercial-report-gallery{display:grid;gap:36px}
.commercial-report-preview{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(28px,5vw,64px);
  align-items:center;
  padding:clamp(26px,4vw,48px);
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.commercial-report-cover{
  display:block;
  overflow:hidden;
  border:1px solid rgba(23,23,23,.12);
  border-radius:12px;
  box-shadow:0 20px 44px rgba(23,23,23,.14);
}
.commercial-report-cover img{width:100%;height:auto}
.commercial-report-preview-body h2{font-size:clamp(2rem,3vw,3rem);line-height:1.08}
.commercial-report-preview-body>.checks{margin:22px 0}

@media (max-width:1100px){
  .commercial-hero-grid{grid-template-columns:1fr}
  .commercial-hero-media{min-height:360px}
  .commercial-loop-grid,.commercial-stack-grid,.commercial-included-grid{grid-template-columns:repeat(2,1fr)}
  .commercial-screenshot-grid--three{grid-template-columns:1fr 1fr}
  .commercial-timeline{grid-template-columns:1fr 1fr}
  .commercial-timeline article:nth-child(2){border-right:none}
  .commercial-timeline article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media (max-width:720px){
  .commercial-hero h1,.commercial-solution-hero h1{font-size:clamp(2.35rem,12vw,3.5rem)}
  .commercial-hero-media,.commercial-hero-media img{min-height:300px}
  .commercial-hero-overlay{left:12px;right:12px;bottom:12px}
  .commercial-loop-grid,.commercial-stack-grid,.commercial-included-grid,.commercial-screenshot-grid,.commercial-screenshot-grid--three,.commercial-timeline{grid-template-columns:1fr}
  .commercial-timeline article{border-right:none;border-bottom:1px solid var(--line)}
  .commercial-timeline article:last-child{border-bottom:none}
  .commercial-report-preview{grid-template-columns:1fr;padding:22px}
  .commercial-report-cover{max-width:440px;margin:0 auto}
  .commercial-pilot-facts{display:grid;grid-template-columns:1fr}
}
main{flex:1 0 auto}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.zoomable-image{cursor:zoom-in}
.zoomable-image:focus-visible{outline:3px solid rgba(47,107,87,.35);outline-offset:4px;border-radius:12px}
.container{width:min(var(--max), calc(100% - 32px));margin:0 auto}
.narrow{width:min(900px, calc(100% - 32px));margin:0 auto}
.muted{color:var(--muted)}
section{padding:72px 0}

#platform-connect,
#platform-review,
#platform-act,
#platform-complete,
#platform-proof-heading,
#go-live-boundary{
  scroll-margin-top:96px;
}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(248,249,250,.94);
  border-bottom:1px solid rgba(23,23,23,.08);
  backdrop-filter:blur(14px) saturate(120%);
  overflow:visible;
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:78px;overflow:visible}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand-logo-link{display:inline-flex;align-items:center}
.brand-logo-link picture{display:contents}
.brand-mark{display:none}
.brand-logo{
  display:block;
  width:132px;
  height:auto
}
.footer-logo{
  width:min(220px, 100%);
  height:auto
}
.nav-links{display:flex;align-items:center;justify-content:center;flex:1;flex-wrap:wrap;gap:6px 10px;color:var(--muted);font-size:.93rem}
.nav-links > a{
  border-radius:10px;
  color:inherit;
  padding:6px 10px;
}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--text)}
.nav-links > a:focus,
.nav-links > a:focus-visible{
  outline:none;
  box-shadow:none;
  color:var(--text);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

.nav-item--dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.nav-dropdown-trigger{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin:0;
  padding:6px 10px;
  border:none;
  border-radius:10px;
  background:transparent;
  font:inherit;
  font-size:.93rem;
  color:inherit;
  cursor:pointer;
  white-space:nowrap;
}
.nav-dropdown-trigger:hover,
.nav-dropdown-trigger:focus-visible{
  color:var(--text);
}
.nav-dropdown-trigger:focus-visible{
  outline:2px solid rgba(47,107,87,.35);
  outline-offset:2px;
}
.nav-chevron{
  display:inline-block;
  width:0.42em;
  height:0.42em;
  margin-left:2px;
  margin-bottom:2px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  opacity:0.65;
}
.nav-dropdown{
  position:absolute;
  left:0;
  top:calc(100% + 6px);
  margin:0;
  min-width:232px;
  max-width:min(320px, calc(100vw - 32px));
  padding:8px 0;
  list-style:none;
  background:var(--white);
  border:1px solid rgba(23,23,23,.1);
  border-radius:14px;
  box-shadow:0 20px 48px rgba(23,23,23,.12), 0 4px 12px rgba(23,23,23,.05);
  z-index:80;
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-dropdown-item a{
  display:block;
  padding:10px 16px;
  color:#3a3f3d;
  font-size:.92rem;
  border-radius:0;
  text-decoration:none;
}
.nav-dropdown-item a:hover{
  background:rgba(47,107,87,.06);
  color:var(--text-strong);
}
.nav-dropdown-item a[aria-current="page"]{
  color:var(--accent-2);
  font-weight:600;
  background:rgba(47,107,87,.05);
}
@media (min-width:769px){
  .nav-item--dropdown:hover .nav-dropdown,
  .nav-item--dropdown:focus-within .nav-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
}
.nav-cta{display:flex;gap:10px;align-items:center}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(23,23,23,.12);color:var(--text);padding:10px 12px;border-radius:12px}

.site-nav-backdrop{
  display:block;
  position:fixed;
  inset:0;
  z-index:40;
  margin:0;
  padding:0;
  border:none;
  border-radius:0;
  background:rgba(23,23,23,.22);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
.site-nav-backdrop[hidden]{
  display:none !important;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:14px;padding:13px 18px;font-weight:700;border:1px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#f8faf8;box-shadow:0 12px 24px rgba(47,107,87,.22)}
.btn-secondary{
  background:linear-gradient(180deg, var(--accent-tint), #f1f7f3);
  border-color:rgba(47,107,87,.42);
  color:var(--accent-2);
  box-shadow:0 4px 12px rgba(47,107,87,.08), inset 0 0 0 1px rgba(255,255,255,.32);
}
.btn-secondary:hover{
  transform:none;
  background:linear-gradient(180deg, #deebe3, #ebf3ee);
  border-color:rgba(47,107,87,.5);
  box-shadow:0 6px 14px rgba(47,107,87,.1), inset 0 0 0 1px rgba(255,255,255,.36);
  color:var(--accent-2);
}
.btn:focus-visible{
  outline:3px solid rgba(47,107,87,.22);
  outline-offset:2px;
}
.btn-tertiary{background:var(--accent-soft);border-color:rgba(47,107,87,.2);color:var(--accent-2)}
.btn-lg{
  padding:16px 28px;
  font-size:1.05rem;
  border-radius:16px;
  min-height:52px;
}
.kicker{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;
  background:var(--accent-soft);border:1px solid rgba(47,107,87,.18);color:var(--accent-2);font-size:.9rem
}
.kicker::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--accent-2)}
.hero{padding:72px 0 34px}
.hero--home{
  padding:clamp(64px, 7vw, 92px) 0 clamp(44px, 5.5vw, 56px);
  background:linear-gradient(180deg, var(--white) 0%, var(--page-bg) 55%);
  border-bottom:1px solid rgba(23,23,23,.05);
}
.hero--home .hero-grid{
  grid-template-columns:1fr minmax(0,1.12fr);
  gap:clamp(22px, 3.5vw, 36px);
  align-items:center;
}
.hero--home .hero-copy{
  max-width:min(36rem, 100%);
}
.hero--home h1{
  font-size:clamp(2.45rem, 4.9vw, 3.95rem);
  line-height:1.04;
  letter-spacing:-.035em;
  max-width:20ch;
  margin-top:10px;
  margin-bottom:12px;
}
.hero--home .lead{
  font-size:clamp(1.12rem, 1.35vw, 1.3rem);
  line-height:1.46;
  color:#3a403c;
  font-weight:500;
}
.hero-scope{
  margin:14px 0 0;
  font-size:.9rem;
  line-height:1.5;
  color:var(--muted);
  max-width:min(52ch,100%);
  font-weight:500;
}
.hero--home .hero-note{
  margin-top:22px;
  font-size:.9rem;
  line-height:1.52;
  max-width:46ch;
  color:#6b706c;
  font-weight:400;
}
.hero-actions--home{
  margin-top:22px;
  gap:14px;
}
.hero--home .hero-visual .image-frame{
  border-radius:30px;
  box-shadow:
    0 36px 80px rgba(15,23,42,.11),
    0 14px 40px rgba(23,23,23,.06),
    inset 0 1px 0 rgba(255,255,255,.45);
  border-color:rgba(15,23,42,.09);
}
.hero--home .kicker{
  max-width:100%;
  line-height:1.35;
}
.hero--home .image-frame{
  border-radius:30px;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.hero-grid > *, .split > *, .cta-panel > *, .proof-grid > *, .mini-grid > *{min-width:0}
h1{font-size:clamp(2.55rem,5.2vw,4.35rem);line-height:1.04;letter-spacing:-.03em;margin:18px 0;overflow-wrap:anywhere}
.hero .kicker{font-size:.98rem;padding:9px 16px}
.hero h1{font-size:clamp(2.7rem,5vw,4.4rem);line-height:1.04;letter-spacing:-.03em}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.1rem)}
h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.08;margin:0 0 12px;letter-spacing:-.02em}
h3{font-size:1.15rem;margin:0 0 8px}
.lead{font-size:1.16rem;color:#2d322e;max-width:64ch}
.hero .lead{
  font-size:clamp(1.2rem, 1.45vw, 1.3rem);
  line-height:1.46;
  max-width:40ch;
  color:#232824;
}
.hero.hero--home .lead{
  max-width:min(52ch, 100%);
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-note{margin-top:16px;color:var(--muted);font-size:.95rem;max-width:56ch}
.hero-visual{position:relative}
.hero-visual img{border-radius:30px;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow)}
.hero-visual-note{
  margin-top:14px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(248,249,250,.88);
  border:1px solid rgba(23,23,23,.08);
  color:#222622
}
.hero-visual-note strong{display:block;font-size:1.02rem;line-height:1.35;margin-bottom:6px}
.page-hero{padding:72px 0 26px}
.contact-page .page-hero{
  padding:26px 0 6px;
}
.contact-page .page-hero .container{
  display:grid;
  justify-items:center;
  text-align:center;
}
.contact-page .page-hero h1{
  font-size:clamp(2rem, 4.4vw, 3.35rem);
  margin-bottom:10px;
}
.contact-page .page-hero .lead{
  max-width:42ch;
  margin-bottom:8px;
}
.contact-page .page-hero .hero-note{
  max-width:66ch;
  font-size:.98rem;
  color:#4b4b4b;
}
.page-meta-section{padding:12px 0 10px}
.breadcrumb-nav{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(248,249,250,.88);
  border:1px solid rgba(23,23,23,.08);
  font-size:.92rem;
  color:#55524d
}
.breadcrumb-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  list-style:none;
  margin:0;
  padding:0
}
.breadcrumb-list li{display:flex;align-items:center;gap:8px}
.breadcrumb-list li+li::before{content:"/";color:rgba(23,23,23,.34)}
.breadcrumb-list a{color:#353a36}
.breadcrumb-list a:hover{color:var(--text)}
.product-sibling-head{margin-top:12px}
.product-sibling-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px
}
.product-sibling-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:var(--panel);
  border:1px solid rgba(23,23,23,.1);
  box-shadow:none;
  color:var(--muted);
  font-size:.9rem;
  font-weight:600
}
.product-sibling-nav a:hover,
.product-sibling-nav a[aria-current="page"]{
  color:var(--text);
  border-color:rgba(47,107,87,.22);
  background:var(--accent-soft)
}
.product-hub-cue{margin:18px 0 12px}
.product-hub-cue p{margin:6px 0 0;max-width:64ch}
.cards-secondary{margin-top:4px}
.card-featured,
.featured-card{
  position:relative;
  overflow:hidden;
  background:var(--surface-bg-tint);
  border:1px solid var(--border-accent);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.card-featured::before,
.featured-card::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:3px;
  border-radius:999px;
  background:var(--accent);
}
.cards-featured .card-featured{
  border-color:#adc3b7;
  background:linear-gradient(180deg, var(--surface-bg-tint), #f4f8f5);
  box-shadow:var(--shadow-soft), inset 0 0 0 1px rgba(47,107,87,.03);
}
.cards-featured .card-featured .btn-secondary{
  background:linear-gradient(180deg, #f2f8f4, #e7f1eb);
  border-color:rgba(47,107,87,.34);
}
.section-head{margin-bottom:26px}
.section-head p{max-width:70ch;color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.cards-2-up{grid-template-columns:repeat(2,1fr)}
.card,
.question-card,
.compare-card,
.use-card,
.diagram,
.screenshot-card{
  background:var(--surface-bg);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
  color:var(--text-strong);
}
.card{
  padding:24px;
  display:flex;
  flex-direction:column;
  height:100%
}
.card h3,
.card h4,
.question-card h3,
.question-card h4,
.compare-card h3,
.compare-card h4,
.use-card h3,
.use-card h4{
  color:var(--text-strong);
}
.card p,
.card p.muted,
.question-card p,
.question-card p.muted,
.compare-card p,
.compare-card p.muted,
.use-card p,
.use-card p.muted,
.note-panel p,
.note-panel p.muted{
  color:var(--text-body);
}
.card .eyebrow,
.card .label{
  color:var(--accent);
}
.card-strong{
  background:var(--surface-bg-strong);
  border:1px solid var(--border-strong);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.card-neutral{
  background:var(--surface-bg);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-card);
  box-shadow:none;
}
.card-trust{
  background:var(--surface-bg-trust);
  border:1px solid var(--border-strong);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.card-accent{
  position:relative;
  background:var(--surface-bg);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.card-accent::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:3px;
  border-radius:999px;
  background:var(--accent);
}
.card .hero-actions{margin-top:auto;padding-top:18px}
.card-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:var(--accent-soft);
  color:var(--accent);
  font-weight:700;
  margin-bottom:12px
}
.card .icon{
  width:42px;height:42px;border-radius:12px;margin-bottom:14px;
  background:linear-gradient(135deg, rgba(47,107,87,.16), rgba(117,98,71,.12));
  border:1px solid rgba(23,23,23,.06)
}
.band{
  background:linear-gradient(180deg, rgba(47,107,87,.035), rgba(117,98,71,.022));
  border-top:1px solid rgba(23,23,23,.06);
  border-bottom:1px solid rgba(23,23,23,.06)
}
.diagram{
  background:var(--panel);border:1px solid var(--border-soft);
  border-radius:var(--radius-card);padding:18px;box-shadow:var(--shadow-soft)
}
.diagram img,.diagram object{width:100%;height:auto;border-radius:10px;border:1px solid rgba(23,23,23,.14);background:var(--white)}
.diagram-caption{margin-top:14px;color:var(--muted);max-width:70ch}
.use-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.use-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border-radius:var(--radius-card);
}
.use-card img{
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
  display:block;
}
.use-card .copy{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.use-card .copy .muted{
  min-height:72px;
}
.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px;align-items:stretch}
.stat-strip-4{grid-template-columns:repeat(4,1fr)}
.stat-strip-2x2{grid-template-columns:repeat(2,1fr)}
.proof-strip-5{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:stretch}
.stat,
.compat-item{
  background:var(--surface-bg);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-card-sm);
  box-shadow:var(--shadow-soft);
  height:100%
}
.stat{
  padding:20px;
}
.stat strong{display:block;font-size:1.2rem;margin-bottom:6px}
.section-head-tight{margin-bottom:18px}
.compat-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px
}
.compat-strip-2x2{grid-template-columns:repeat(2,1fr)}
.compat-item{
  padding:18px;
}
.compat-item strong{display:block;font-size:1rem;margin-bottom:6px}
.question-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.question-grid-2x2{grid-template-columns:repeat(2,1fr)}
.question-card{
  padding:22px;
  height:100%
}
.question-card p{margin:0}
.compare-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px
}
.compare-card{
  padding:24px;
}
.compare-card-muted{background:var(--page-bg-alt)}
.checks-compact{margin-top:12px}
.checks-compact div::before{margin-top:8px}
.story-list{
  display:grid;
  gap:10px;
  margin-top:auto;
}
.story-list div{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(47,107,87,.06);
  border:1px solid rgba(47,107,87,.1)
}
.story-list strong{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-2)}
.story-list span{color:#222622}
.process-grid{grid-template-columns:repeat(3,1fr)}
.artifact-grid{grid-template-columns:repeat(2,1fr)}
.flow-diagram{position:relative}
.flow-return{
  position:relative;
  width:min(360px, 52%);
  height:46px;
  margin:0 auto 16px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.flow-return svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}
.flow-return span{
  position:relative;
  z-index:1;
  padding:0 12px;
  font-size:.9rem;
  color:var(--muted);
  background:var(--bg);
}
.flow-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.flow-step{
  position:relative;
  padding:22px;
  display:flex;
  flex-direction:column;
  height:100%;
}
.flow-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  left:calc(100% + 7px);
  width:14px;
  height:2px;
  background:rgba(47,107,87,.34);
  transform:translateY(-50%);
}
.flow-step:not(:last-child)::before{
  content:"";
  position:absolute;
  top:50%;
  left:calc(100% + 18px);
  width:8px;
  height:8px;
  border-top:2px solid rgba(47,107,87,.5);
  border-right:2px solid rgba(47,107,87,.5);
  transform:translateY(-50%) rotate(45deg);
}
.flow-step-icon{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:14px;
  background:var(--accent-soft);
  border:1px solid rgba(47,107,87,.16);
}
.flow-step-icon svg{
  width:28px;
  height:28px;
  stroke:var(--accent-2);
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.flow-step h3{margin-bottom:6px}
.flow-step p{
  margin:0;
  color:var(--text-body);
  font-size:.95rem;
}
.flow-step-hardware{
  padding-top:16px;
}
.flow-step-hardware .flow-step-media{
  margin:-2px -2px 16px;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(23,23,23,.1);
  background:#f3f4f0;
}
.flow-step-hardware .flow-step-media img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:contain;
}
.cta-panel,
.note-panel{
  background:var(--surface-bg);
  border:1px solid var(--border-strong);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.cta-panel{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:26px;
  align-items:center;
  padding:30px
}
.checks{display:grid;gap:10px;margin-top:18px}
.checks div{display:flex;gap:10px;align-items:flex-start;color:var(--text-body)}
.checks div::before{content:"";width:10px;height:10px;border-radius:999px;background:var(--success);flex:0 0 10px;margin-top:9px}
.site-footer{
  padding:34px 0 50px;margin-top:auto;border-top:1px solid rgba(23,23,23,.08);color:var(--muted);
  background:rgba(248,249,250,.72)
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr .8fr;gap:24px}
.footer-col a{display:block;margin:9px 0;color:var(--muted)}
.footer-col a:hover{color:var(--text)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-grid .full{grid-column:1/-1}
.form-divider{grid-column:1/-1;margin:8px 0 0}
.form-divider strong{display:block;font-size:.98rem;color:var(--text)}
.form-divider p{margin:4px 0 0;color:var(--muted);font-size:.92rem}
.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
label{display:block;font-size:.92rem;color:var(--muted);margin-bottom:8px}
input,select,textarea{
  width:100%;border:1px solid rgba(23,23,23,.14);border-radius:14px;padding:14px 15px;
  background:var(--panel);color:var(--text);font:inherit
}
input::placeholder,
textarea::placeholder{
  color:#8b8a84;
}
textarea{min-height:140px;resize:vertical}
.small-note{font-size:.92rem;color:var(--muted)}
.image-frame{
  border-radius:24px;overflow:hidden;border:1px solid rgba(23,23,23,.08);box-shadow:var(--shadow);background:var(--panel)
}
.image-frame img{
  width:100%;
  height:auto;
}
.image-frame video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 10;
  background:#0f172a;
}
.inline-list{display:grid;gap:8px;margin-top:14px}
.inline-list div{padding-left:16px;position:relative;color:#222622}
.inline-list div::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:999px;background:var(--accent-2)}
.proof-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.proof-grid-visual{grid-template-columns:.92fr 1.08fr}
.warehouse-problem-section{
  padding:28px 0 18px;
  background:linear-gradient(180deg, rgba(248,249,250,.92), rgba(250,250,250,.96));
  border-top:1px solid rgba(23,23,23,.06);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.warehouse-problem-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  gap:34px;
  align-items:stretch;
}
.warehouse-problem-copy{
  padding:10px 0 8px;
}
.warehouse-problem-title{
  margin:10px 0 12px;
  font-size:clamp(2.15rem, 4.2vw, 3.3rem);
  line-height:1.01;
  letter-spacing:-.03em;
  max-width:13ch;
}
.warehouse-problem-title span{
  color:#dd8a28;
}
.warehouse-problem-lead{
  font-size:1.18rem;
  line-height:1.5;
  color:#53606b;
  max-width:40ch;
  margin:0 0 22px;
}
.warehouse-problem-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:0 0 22px;
  max-width:720px;
}
.warehouse-problem-stat{
  padding:4px 22px 8px 0;
}
.warehouse-problem-stat + .warehouse-problem-stat{
  padding-left:22px;
  border-left:1px solid rgba(23,23,23,.12);
}
.warehouse-problem-stat strong{
  display:block;
  font-size:clamp(2.2rem, 4vw, 3rem);
  line-height:1;
  color:var(--accent-dark);
  letter-spacing:-.03em;
  margin-bottom:10px;
}
.warehouse-problem-stat span{
  display:block;
  font-size:1.03rem;
  line-height:1.4;
  color:#2f3430;
  max-width:14ch;
}
.warehouse-problem-detail h3{
  margin:0 0 10px;
  padding-bottom:8px;
  font-size:1.6rem;
  line-height:1.15;
  border-bottom:3px solid #dd8a28;
  max-width:18ch;
}
.warehouse-problem-list{
  margin:0;
  padding-left:20px;
  color:var(--text-strong);
}
.warehouse-problem-list li{
  margin:0 0 6px;
}
.warehouse-problem-result{
  margin:14px 0 0;
  padding-top:14px;
  font-size:1.12rem;
  line-height:1.52;
  color:var(--text-strong);
  border-top:1px solid rgba(23,23,23,.12);
}
.warehouse-problem-result strong{
  color:#b95c0f;
  font-weight:800;
  font-size:1.1em;
  letter-spacing:-.02em;
}
.warehouse-problem-media{
  min-height:100%;
  display:flex;
}
.warehouse-problem-media img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  object-position:center;
  border-left:1px solid rgba(23,23,23,.08);
}

.warehouse-problem-section--supporting{
  padding:44px 0 48px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,250,250,.97));
  border-top:1px solid rgba(23,23,23,.05);
  border-bottom:1px solid rgba(23,23,23,.05);
}
.warehouse-problem-section--supporting .warehouse-problem-copy{
  padding:6px 0 4px;
}
.warehouse-problem-section--supporting .warehouse-problem-title{
  margin:8px 0 10px;
  font-size:clamp(1.45rem, 2.9vw, 2.1rem);
  line-height:1.12;
  max-width:26ch;
  letter-spacing:-.025em;
}
.warehouse-problem-section--supporting .warehouse-problem-lead{
  font-size:1.05rem;
  line-height:1.52;
  margin:0 0 18px;
  max-width:46ch;
}
.warehouse-problem-section--supporting .warehouse-problem-detail h3{
  font-size:1.22rem;
  border-bottom-width:2px;
  padding-bottom:6px;
}
.warehouse-problem-section--supporting .warehouse-problem-result{
  font-size:.98rem;
  margin-top:12px;
  padding-top:10px;
}
.warehouse-problem-section--supporting .warehouse-problem-media img{
  min-height:360px;
  border-radius:18px;
  border:1px solid rgba(23,23,23,.08);
  box-shadow:var(--shadow-soft);
}
.architecture-strip{
  margin-top:28px;
  padding:20px 22px;
  border-radius:20px;
  background:rgba(248,249,250,.9);
  border:1px solid rgba(23,23,23,.08);
  box-shadow:var(--shadow-soft);
}
.architecture-frame{
  margin-top:12px;
  padding:22px;
  border-radius:18px;
  background:linear-gradient(180deg, var(--white), var(--off-white));
  border:1px solid rgba(23,23,23,.08);
}
.architecture-strip .diagram-caption{
  margin-top:12px;
  max-width:none;
}
.architecture-flow-head{
  max-width:58ch;
}
.architecture-flow-head-tight{
  margin-bottom:18px;
}
.architecture-label{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:10px;
  background:#e8f1ed;
  border:1px solid rgba(47,107,87,.18);
  color:var(--accent-2);
  font-size:.85rem;
  font-weight:700;
}
.architecture-lead{
  margin:8px 0 0;
  color:var(--muted);
  max-width:60ch;
}
.architecture-flow-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
  gap:14px;
  align-items:stretch;
  margin-top:18px;
}
.architecture-flow-row-compact{
  margin-top:0;
}
.architecture-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
  align-items:start;
}
.architecture-arrow{
  align-self:center;
  font-size:2rem;
  line-height:1;
  color:#2b79c0;
  font-weight:700;
}
.architecture-node{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
  padding:18px 16px 16px;
  border-radius:18px;
  border:1px solid rgba(23,23,23,.1);
  background:var(--white);
  box-shadow:0 1px 2px rgba(23,23,23,.03), 0 10px 24px rgba(23,23,23,.04);
}
.architecture-node-main{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
}
.architecture-node::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  border-radius:18px 18px 0 0;
  background:#d4d9d4;
}
.architecture-node-cameras::before{background:#ff7a17}
.architecture-node-edge::before{background:#2b79c0}
.architecture-node-cloud::before{background:#37795e}
.architecture-node-systems::before{background:#163a5b}
.architecture-node-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:56px;
}
.architecture-node-head h3{
  margin:0;
  font-size:1.15rem;
  line-height:1.1;
  max-width:12ch;
  text-wrap:balance;
}
.architecture-node-badge{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  flex:0 0 auto;
}
.architecture-node-cameras .architecture-node-badge{background:#ff7a17}
.architecture-node-edge .architecture-node-badge{background:#2b79c0}
.architecture-node-cloud .architecture-node-badge{background:#37795e}
.architecture-node-systems .architecture-node-badge{background:#163a5b}
.architecture-node-copy{
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.35;
  min-height:58px;
  max-width:18ch;
}
.architecture-node-visual{
  min-height:122px;
}
.architecture-node-footer{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(23,23,23,.08);
  min-height:96px;
}
.architecture-node-footer strong{
  display:block;
  margin:0 0 6px;
  font-size:.9rem;
  line-height:1.2;
  color:var(--text);
  min-height:22px;
  white-space:nowrap;
  letter-spacing:-.01em;
}
.architecture-node-footer span{
  display:block;
  color:var(--muted);
  line-height:1.4;
  font-size:.9rem;
  max-width:18ch;
  min-height:38px;
}
.architecture-node-icon{
  margin:12px 0 2px;
  display:grid;
  place-items:center;
  min-height:110px;
  padding:12px;
  border-radius:14px;
  background:#f4f5f1;
  border:1px solid rgba(23,23,23,.08);
}
.architecture-node-icon svg{
  width:72px;
  height:72px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.architecture-node-cameras .architecture-node-icon{
  color:#ff7a17;
  background:#fff6ef;
}
.architecture-node-cloud .architecture-node-icon{
  color:#37795e;
  background:#f1f8f4;
}
.architecture-node-systems .architecture-node-icon{
  color:#163a5b;
  background:#f1f5f9;
}
.architecture-node-media{
  margin:10px 0 12px;
  padding:8px;
  border-radius:14px;
  background:#f4f5f1;
  border:1px solid rgba(23,23,23,.08);
  min-height:110px;
  display:grid;
  place-items:center;
}
.architecture-node-media img{
  width:100%;
  height:auto;
  object-fit:contain;
  max-width:132px;
}
.architecture-feedback{
  margin:16px 0 0;
  text-align:center;
  color:var(--accent-2);
  font-size:.95rem;
}
.architecture-surface-pills{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.architecture-surface-pill{
  padding:14px 16px;
  border-radius:14px;
  color:#fff;
  text-align:center;
  font-weight:700;
  letter-spacing:.01em;
}
.architecture-surface-pill-policy{background:#ff7a17}
.architecture-surface-pill-review{background:#2b79c0}
.architecture-surface-pill-health{background:#37795e}
.architecture-surface-pill-governance{background:#163a5b}
.architecture-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.architecture-step{
  padding:16px;
  border-radius:16px;
  background:var(--panel);
  border:1px solid rgba(23,23,23,.08);
}
.architecture-step strong{
  display:block;
  font-size:1rem;
  line-height:1.3;
  margin-bottom:6px;
  color:var(--text);
}
.architecture-step span{
  display:block;
  font-size:.95rem;
  line-height:1.45;
  color:var(--muted);
}
.use-cases-note{
  margin:18px 0 0;
  max-width:42ch;
  color:#505854;
}


.use-cases-page .use-cases-hero{
  padding:clamp(72px,9vw,104px) 0 clamp(44px,6vw,64px);
  background:#f9f9f6;
  border-bottom:1px solid rgba(23,23,23,.07);
}
.use-cases-page .use-cases-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);
  gap:clamp(28px,4vw,48px);
  align-items:start;
}
.use-cases-page .use-cases-hero-copy .kicker{
  margin-bottom:12px;
  display:inline-block;
  padding:0;
  border:none;
  background:none;
  border-radius:0;
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.use-cases-page .use-cases-hero-copy .kicker::before{
  display:none;
}
.use-cases-page .use-cases-hero h1{
  max-width:min(22ch,100%);
  font-size:clamp(2.25rem,4.2vw,3.35rem);
  line-height:1.03;
  letter-spacing:-.042em;
  margin:0 0 20px;
  color:var(--text-strong);
}
.use-cases-page .use-cases-hero-lead{
  margin:0;
  max-width:min(48ch,100%);
  font-size:clamp(1.04rem,1.4vw,1.14rem);
  line-height:1.52;
  color:#343b37;
  font-weight:400;
}
.use-cases-page .use-cases-hero .hero-actions{
  margin-top:30px;
}
.use-cases-page .use-cases-hero-support{
  margin:clamp(22px,3vw,28px) 0 0;
  padding:16px 0 0;
  border-top:1px solid rgba(23,23,23,.1);
  max-width:min(56ch,100%);
  font-size:.95rem;
  line-height:1.55;
  color:#5a635d;
}
.use-cases-page .use-cases-hero-aside{
  position:relative;
  min-width:0;
}
.use-cases-page .use-cases-hero-picks{
  padding:clamp(20px,2.5vw,26px) clamp(22px,2.5vw,26px);
  border-radius:22px;
  background:var(--white);
  border:1px solid rgba(23,23,23,.1);
  box-shadow:0 14px 40px rgba(23,23,23,.06);
}
.use-cases-page .use-cases-hero-picks-label{
  margin:0 0 14px;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.use-cases-page .use-cases-hero-picks-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.use-cases-page .use-cases-hero-picks-list a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(47,107,87,.06);
  border:1px solid rgba(47,107,87,.18);
  color:var(--text-strong);
  font-weight:600;
  font-size:1.02rem;
  line-height:1.35;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
.use-cases-page .use-cases-hero-picks-list a:hover{
  background:rgba(47,107,87,.1);
  border-color:rgba(47,107,87,.28);
  transform:translateY(-1px);
}
.use-cases-page .use-cases-hero-picks-list a:focus-visible{
  outline:3px solid rgba(47,107,87,.35);
  outline-offset:3px;
}

.use-cases-page .use-cases-principles-section{
  padding:clamp(56px,7vw,88px) 0;
  background:linear-gradient(180deg,var(--off-white) 0%,rgba(248,249,250,0) 100%);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.use-cases-page .use-cases-principles-grid{
  gap:clamp(28px,4vw,40px);
  align-items:stretch;
}
.use-cases-page .use-cases-principles-copy h2{
  max-width:min(34ch,100%);
  margin:12px 0 22px;
  font-size:clamp(1.85rem,3.2vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.035em;
  color:var(--text-strong);
}
.use-cases-page .use-cases-principles-checks{
  margin-top:4px;
  gap:12px;
}
.use-cases-page .use-cases-principles-checks > div{
  font-size:1.02rem;
  line-height:1.48;
  color:#3a423d;
}
.use-cases-page .use-cases-principles-aside{
  align-self:stretch;
  justify-content:flex-start;
  padding:clamp(22px,2.8vw,28px) clamp(24px,3vw,30px);
  background:var(--white);
  border:1px solid rgba(23,23,23,.09);
  border-radius:22px;
  box-shadow:0 14px 44px rgba(23,23,23,.05);
}
.use-cases-page .use-cases-principles-aside-title{
  display:block;
  margin:0 0 12px;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.use-cases-page .use-cases-principles-aside p{
  margin:0;
  font-size:1.02rem;
  line-height:1.52;
  color:#4a524d;
}
.use-cases-page .use-card[id]{
  scroll-margin-top:96px;
}
.use-cases-page #uc-forklift{
  scroll-margin-top:96px;
}
.use-cases-page .use-cases-workflows-section{
  padding:clamp(56px,7vw,88px) 0;
  background:linear-gradient(180deg,var(--off-white) 0%,var(--canvas) 100%);
  border-top:1px solid rgba(23,23,23,.06);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.use-cases-page .use-cases-section-head--primary{
  margin-bottom:clamp(32px,4.5vw,48px);
}
.use-cases-page .use-cases-section-head--primary h2{
  max-width:min(22ch,100%);
  letter-spacing:-.035em;
  font-size:clamp(1.75rem,2.8vw,2.2rem);
}
.use-cases-page .use-cases-section-head--primary p{
  margin:12px 0 0;
  max-width:min(58ch,100%);
  color:#4a524d;
  font-size:clamp(1.02rem,1.35vw,1.08rem);
  line-height:1.55;
}
.use-cases-page .use-grid--primary{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(24px,3vw,32px);
}
.use-cases-page .use-card--primary{
  position:relative;
  background:linear-gradient(165deg,var(--white) 0%,var(--off-white) 100%);
  border:1px solid rgba(47,107,87,.2);
  border-top:3px solid var(--accent);
  border-radius:22px;
  box-shadow:
    0 20px 52px rgba(23,23,23,.07),
    0 1px 0 rgba(255,255,255,.9) inset;
}
.use-cases-page .use-card--primary > img:first-child{
  background:var(--canvas);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.use-cases-page .use-card--primary .copy .eyebrow{
  color:var(--accent);
}

.use-cases-page .use-card .copy{
  padding:18px 20px 20px;
}
.use-cases-page .use-card-cat{
  display:block;
  margin-bottom:8px;
}
.use-cases-page .use-card h3{
  margin:0 0 8px;
  font-size:1.12rem;
  line-height:1.28;
  letter-spacing:-.02em;
}
.use-cases-page .use-card-intro{
  margin:0 0 14px;
  font-size:.94rem;
  line-height:1.45;
  color:#5f6760;
  font-weight:500;
}
.use-cases-page .use-card--primary .use-card-intro{
  min-height:2.85em;
}
.use-cases-page .use-card-intro--secondary{
  color:#6b736e;
  min-height:auto;
}
.use-cases-page .use-card-story{
  gap:8px;
  margin-top:0;
}
.use-cases-page .use-card-story > div{
  padding:10px 12px;
  gap:3px;
  border-radius:14px;
}
.use-cases-page .use-card-story strong{
  font-size:.78rem;
  letter-spacing:.07em;
}
.use-cases-page .use-card-story span{
  font-size:.96rem;
  line-height:1.45;
  color:#2a312d;
}
.use-cases-page .use-card--site-dependent .use-card-story > div{
  background:rgba(23,23,23,.045);
  border-color:rgba(23,23,23,.11);
}
.use-cases-page .use-card--site-dependent .use-card-story strong{
  color:#6a726c;
}
.use-cases-page .use-card--site-dependent .use-card-story span{
  color:#3d4540;
}


.use-cases-page .use-cases-discipline{
  padding:clamp(48px,6vw,72px) 0;
  background:var(--off-white);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.use-cases-page .use-cases-discipline-head{
  margin-bottom:clamp(22px,3vw,28px);
}
.use-cases-page .use-cases-discipline .cards{
  gap:clamp(18px,2.2vw,22px);
}
.use-cases-page .use-cases-discipline .card-neutral{
  border:1px solid rgba(23,23,23,.08);
  box-shadow:0 8px 28px rgba(23,23,23,.04);
}
.use-cases-page .use-cases-product-bridge{
  padding:clamp(40px,5vw,64px) 0 clamp(28px,4vw,40px);
  background:linear-gradient(180deg,var(--off-white) 0%,var(--canvas) 100%);
}
.use-cases-page .use-cases-final-cta-panel{
  align-items:stretch;
  margin:0;
  width:100%;
  max-width:none;
  padding:clamp(28px,3.5vw,40px) clamp(28px,3.5vw,40px);
  background:var(--white);
  border:1px solid rgba(47,107,87,.2);
  border-radius:26px;
  box-shadow:0 22px 56px rgba(23,23,23,.08);
  gap:clamp(24px,3vw,36px);
}
.use-cases-page .use-cases-product-bridge-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  align-items:start;
  gap:clamp(24px,3vw,36px);
  padding-inline:clamp(28px,3.5vw,40px);
}
.use-cases-page .use-cases-product-bridge-copy h2{
  max-width:min(20ch,100%);
  margin:10px 0 16px;
  font-size:clamp(1.85rem,3vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.035em;
  color:var(--text-strong);
}
.use-cases-page .use-cases-product-bridge-lead{
  margin:0 0 22px;
  max-width:min(56ch,100%);
  font-size:clamp(1.05rem,1.45vw,1.12rem);
  line-height:1.55;
  color:#3d4540;
  font-weight:400;
}
.use-cases-page .use-cases-product-bridge-checks{
  margin-top:6px;
}
.use-cases-page .use-cases-product-bridge-checks > div{
  font-size:1.02rem;
  line-height:1.45;
  color:#2f3531;
}
.use-cases-page .use-cases-product-bridge-shot{
  margin:0;
  width:min(100%,720px);
  justify-self:end;
}
.use-cases-page .use-cases-product-bridge-shot .caption{
  margin-top:14px;
  color:#4d5550;
  font-size:.98rem;
  line-height:1.5;
}
@media (max-width:1040px){
  .use-cases-page .use-cases-product-bridge-grid{
    grid-template-columns:1fr;
    padding-inline:0;
  }
  .use-cases-page .use-cases-product-bridge-shot{
    width:100%;
    justify-self:stretch;
  }
}

.use-cases-page .use-cases-final-cta{
  padding:clamp(12px,2vw,20px) 0 clamp(56px,7vw,88px);
  background:linear-gradient(180deg,#f6f6f2 0%,#f4f4f0 100%);
}
.use-cases-page .use-cases-final-cta-panel{
  grid-template-columns:minmax(0,1fr) minmax(260px,320px);
  max-width:min(1200px,100%);
  margin:0 auto;
}
.use-cases-page .use-cases-final-cta-copy .eyebrow{
  margin-bottom:10px;
}
.use-cases-page .use-cases-final-cta-copy h2{
  margin:0 0 14px;
  max-width:min(26ch,100%);
  font-size:clamp(1.65rem,2.8vw,2.1rem);
  line-height:1.1;
  letter-spacing:-.03em;
}
.use-cases-page .use-cases-final-lead{
  margin:0 0 28px;
  max-width:min(52ch,100%);
  font-size:clamp(1.02rem,1.35vw,1.1rem);
  line-height:1.55;
  color:#3d4540;
}
.use-cases-page .use-cases-final-cta .hero-actions{
  margin-top:4px;
  gap:14px;
}
.use-cases-page .use-cases-final-cta .btn-primary{
  min-width:200px;
  font-weight:600;
  box-shadow:0 2px 0 rgba(0,0,0,.1);
}
.use-cases-page .use-cases-final-aside{
  padding:20px 22px;
  max-width:min(320px,100%);
  margin-left:0;
  background:#f7faf8;
  border:1px solid rgba(47,107,87,.14);
  border-radius:18px;
  box-shadow:none;
}
.use-cases-page .use-cases-final-aside-title{
  display:block;
  margin:0 0 8px;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.use-cases-page .use-cases-final-aside p{
  margin:0;
  font-size:.92rem;
  line-height:1.45;
  color:#4d5550;
}
@media (max-width:1040px){
  .use-cases-page .use-cases-final-aside{
    margin-left:0;
    max-width:none;
  }
}
.use-cases-page .use-cases-secondary-block{
  margin-top:clamp(40px,5vw,56px);
  padding:clamp(32px,4vw,44px) clamp(20px,3vw,28px);
  border-radius:22px;
  background:rgba(23,23,23,.03);
  border:1px solid rgba(23,23,23,.1);
  border-top:1px solid rgba(23,23,23,.1);
}
.use-cases-page .use-cases-secondary-head{
  margin-bottom:clamp(20px,2.5vw,26px);
  max-width:min(62ch,100%);
}
.use-cases-page .eyebrow--secondary{
  color:#6b736e;
}
.use-cases-page .use-cases-secondary-title{
  font-size:clamp(1.28rem,2.1vw,1.55rem);
  line-height:1.15;
  margin:10px 0 12px;
  letter-spacing:-.025em;
  color:#3d4540;
  font-weight:600;
}
.use-cases-page .use-cases-secondary-lead{
  margin:0;
  color:#5f6760;
  font-size:clamp(1.02rem,1.35vw,1.08rem);
  line-height:1.55;
}
.use-cases-page .use-card--site-dependent{
  max-width:min(760px,100%);
  margin:0 auto;
  background:var(--white);
  border:1px dashed rgba(23,23,23,.28);
  border-radius:18px;
  box-shadow:0 10px 32px rgba(23,23,23,.04);
}
.use-cases-page .use-card--site-dependent img{
  opacity:.94;
  filter:saturate(.94) contrast(.98);
}
.use-cases-page .use-card--site-dependent .copy{
  color:var(--text-body);
}
.use-cases-page .eyebrow--muted{
  color:#7a827c !important;
  letter-spacing:.1em;
}
@media (max-width:1100px){
  .use-cases-page .use-grid--primary{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  .use-cases-page .use-cases-hero-grid{
    grid-template-columns:1fr;
  }
  .use-cases-page .use-cases-hero h1{
    max-width:none;
  }
}


.home-page.commercial-page .commercial-pilot-panel h2,
.home-page.commercial-page .commercial-pilot-panel strong,
.home-page.commercial-page .commercial-why .commercial-section-head h2,
.home-page.commercial-page .commercial-why .scan-comparison-alert h3,
.commercial-page .commercial-hero-overlay strong,
.commercial-page .commercial-price-card strong{
  color:#f8fbf9;
}
.home-page.commercial-page .commercial-why .commercial-section-head .eyebrow{
  color:#a9cad8;
}
.home-page.commercial-page .commercial-why .commercial-section-head p{
  color:#d7e3e8;
}
.home-page.commercial-page .commercial-loop .commercial-section-head h2,
.home-page.commercial-page .commercial-loop .commercial-loop-grid strong{
  color:#18332a;
}
.home-page.commercial-page .commercial-loop .commercial-section-head .eyebrow{
  color:#4e6b79;
}
.home-page.commercial-page .commercial-loop .commercial-section-head p{
  color:#53615b;
}
.home-page.commercial-page .commercial-loop .control-loop-note{
  color:#5c4a38;
}
.home-page.commercial-page .commercial-loop .control-loop-note strong{
  color:#423426;
}
.home-page.commercial-page .commercial-pilot-panel .lead{
  color:#deebe6;
}
.home-page.commercial-page .commercial-why .scan-comparison-scan h3{
  color:#17392e;
}


.commercial-page .control-loop-note{
  max-width:900px;
  margin:26px auto 0;
  padding:16px 20px;
  border-left:4px solid var(--accent);
  background:rgba(47,107,87,.07);
  border-radius:0 14px 14px 0;
  color:#3f4944;
}
.commercial-page .commercial-control-split{padding:clamp(52px,7vw,92px) 0}
.commercial-page .control-split-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.commercial-page .control-split-grid article{
  padding:clamp(24px,3vw,34px);
  border:1px solid rgba(23,23,23,.1);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.commercial-page .control-split-grid article:last-child{background:linear-gradient(145deg,rgba(47,107,87,.08),#fff)}
.commercial-page .control-split-grid article>span,
.commercial-page .roadmap-status{
  display:inline-block;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.1em;
  color:var(--accent-dark);
}
.commercial-page .control-split-grid h3{margin:9px 0 16px;font-size:clamp(1.25rem,2vw,1.6rem)}
.commercial-page .control-split-grid li{margin:.62rem 0;line-height:1.5}
.commercial-page .control-split-grid p{color:#59635e}
.commercial-page .commercial-industry-feature{padding:clamp(52px,7vw,88px) 0;background:#f6f7f6}
.commercial-page .commercial-industry-feature picture img{
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:22px;
  box-shadow:var(--shadow-soft);
}
.commercial-page .commercial-roadmap-preview{padding:clamp(48px,6vw,72px) 0}
.commercial-page .commercial-capability-map{padding:clamp(54px,7vw,92px) 0;background:linear-gradient(180deg,#f7f9f8,#fff)}
.commercial-page .commercial-why{padding:clamp(58px,8vw,104px) 0;background:#172832;color:#f7fbf9}
.commercial-page .commercial-why h2,
.commercial-page .commercial-why .scan-comparison-alert h3{color:#f7fbf9}
.commercial-page .commercial-why .scan-comparison-scan h3{color:#17392e}
.commercial-page .commercial-why .eyebrow{color:#a9cad8}
.commercial-page .commercial-why .commercial-section-head p{color:#d7e3e8}
.commercial-page .scan-comparison-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:18px}
.commercial-page .scan-comparison-grid article{padding:clamp(24px,3.2vw,36px);border-radius:22px}
.commercial-page .scan-comparison-alert{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.commercial-page .scan-comparison-scan{background:#f7fbf9;color:#17392e;border:1px solid rgba(255,255,255,.3)}
.commercial-page .scan-comparison-grid article>span{font-size:.7rem;font-weight:850;letter-spacing:.1em;color:#bcd2c9}
.commercial-page .scan-comparison-scan>span{color:#346b84}
.commercial-page .scan-comparison-grid h3{margin:10px 0 20px;font-size:clamp(1.3rem,2.4vw,1.85rem);line-height:1.22}
.commercial-page .scan-comparison-grid li{margin:.8rem 0;line-height:1.5}
.commercial-page .scan-comparison-alert li{color:#d7e4df}
.commercial-page .commercial-value-outcomes{padding:clamp(54px,7vw,88px) 0}
.commercial-page .today-edgentik-table-wrap{overflow-x:auto;border:1px solid #d9e0e3;border-radius:20px;background:#fff;box-shadow:var(--shadow-soft)}
.commercial-page .today-edgentik-table{width:100%;border-collapse:collapse;table-layout:fixed}
.commercial-page .today-edgentik-table th{padding:18px 22px;text-align:left;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.commercial-page .today-edgentik-table th:first-child{color:#744a25;background:#f5eee6}
.commercial-page .today-edgentik-table th:last-child{color:#214f67;background:#e9f1f5}
.commercial-page .today-edgentik-table td{padding:21px 22px;vertical-align:top;line-height:1.55;border-top:1px solid #dfe5e7;color:#3f4a50}
.commercial-page .today-edgentik-table td+td{border-left:1px solid #dfe5e7;color:#263b46;background:#f9fbfc}
.commercial-page .today-edgentik-table td:first-child{background:#fcfaf7}
.commercial-page .customer-advantage{margin:22px 0 0;padding:18px 20px;border-left:4px solid #e58a32;background:#fff8ef;border-radius:0 14px 14px 0;color:#4e463e}
.commercial-page .customer-advantage strong{color:#38312b}
.commercial-page .capability-map-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.commercial-page .capability-map-grid article{min-height:260px;padding:24px;display:flex;flex-direction:column;border:1px solid rgba(23,23,23,.1);border-radius:19px;background:#fff;box-shadow:var(--shadow-soft)}
.commercial-page .capability-map-grid .capability-ppe{background:linear-gradient(145deg,rgba(47,107,87,.08),#fff)}
.commercial-page .capability-map-grid h3{margin:14px 0 10px;font-size:1.22rem;line-height:1.22}
.commercial-page .capability-map-grid p{margin:0 0 18px;color:#59635e;line-height:1.55}
.commercial-page .capability-map-grid a{margin-top:auto;font-weight:750;color:var(--accent-dark)}
.commercial-page .capability-status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;font-size:.68rem;font-weight:850;letter-spacing:.08em}
.commercial-page .status-package{color:#244f3e;background:#dfeee7}
.commercial-page .status-platform{color:#33506d;background:#e2edf7}
.commercial-page .status-roadmap{color:#705424;background:#f7ebce}
.use-cases-page .ppe-capability-section{scroll-margin-top:100px}
.use-cases-page .ppe-capability-section .eyebrow{display:block;margin-top:14px}
.use-cases-page .ppe-capability-media{display:block}
.use-cases-page .ppe-capability-media img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:22px;box-shadow:var(--shadow-soft)}

.controls-page .control-distinction p{margin:.75rem 0}
.controls-page .control-process-grid{
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.controls-page .control-process-grid li{
  padding:22px;
  background:#fff;
  border:1px solid rgba(23,23,23,.1);
  border-radius:18px;
}
.controls-page .control-process-grid li>span,
.reports-page .report-separation-grid article>span{
  color:var(--accent-dark);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.08em;
}
.controls-page .control-process-grid h3{margin:8px 0 10px;font-size:1.06rem}
.controls-page .control-process-grid p{margin:0;color:#5a645f;font-size:.94rem;line-height:1.52}
.controls-page .hierarchy-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.controls-page .hierarchy-card{
  padding:24px;
  border:1px solid rgba(47,107,87,.2);
  border-top:7px solid #6caa93;
  border-radius:18px;
  background:#fff;
}
.controls-page .hierarchy-card:nth-child(2){border-top-color:#8ab8a6}
.controls-page .hierarchy-card:nth-child(3){border-top-color:#d5ab69}
.controls-page .hierarchy-card:nth-child(4){border-top-color:#c8826d}
.controls-page .hierarchy-card>span{font-size:.74rem;font-weight:800;letter-spacing:.07em;color:#53605a}
.controls-page .hierarchy-card h3{margin:9px 0;font-size:1.13rem}
.controls-page .hierarchy-card p{margin:0 0 16px}
.controls-page .hierarchy-card small{display:block;color:#5a645f;line-height:1.5}
.commercial-page .source-note{margin-top:22px;color:#68716d;font-size:.9rem;line-height:1.55}
.controls-page .control-warning{
  margin-top:28px;
  padding:22px 26px;
  background:#fff7eb;
  border:1px solid rgba(183,120,41,.22);
  border-radius:18px;
}
.controls-page .control-warning p{margin:.5rem 0 0}

.roadmap-page .roadmap-section{padding:clamp(52px,7vw,92px) 0}
.roadmap-page .roadmap-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.roadmap-page .roadmap-lane{
  padding:clamp(24px,3vw,34px);
  border:1px solid rgba(23,23,23,.1);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.roadmap-page .roadmap-now{border-top:7px solid #2f6b57}
.roadmap-page .roadmap-next{border-top:7px solid #cf9b47}
.roadmap-page .roadmap-evaluate{border-top:7px solid #8c9290;background:#f8f9f8}
.roadmap-page .roadmap-lane h2{margin:10px 0 20px;font-size:clamp(1.3rem,2vw,1.65rem)}
.roadmap-page .roadmap-lane ul{padding-left:1.2rem}
.roadmap-page .roadmap-lane li{margin:.7rem 0;line-height:1.5}
.roadmap-page .roadmap-lane p{color:#5f6864;font-size:.92rem}

.article-page .article-hero{padding:clamp(56px,8vw,104px) 0 36px;background:linear-gradient(180deg,#f4f7f5,#fff)}
.article-page .article-shell{max-width:900px}
.article-page .article-hero h1{max-width:15ch;margin:12px 0 18px;font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.045em}
.article-page .article-hero .lead{max-width:760px}
.article-page .article-hero picture img{width:100%;margin-top:36px;aspect-ratio:16/9;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-soft)}
.article-page .article-body{padding:clamp(40px,6vw,76px) 0}
.article-page .article-body>p,
.article-page .article-body>ul,
.article-page .article-body>ol{font-size:1.08rem;line-height:1.72;color:#3e4742}
.article-page .article-body h2{margin:2.4em 0 .7em;font-size:clamp(1.55rem,3vw,2.15rem);letter-spacing:-.025em}
.article-page .article-body li{margin:.55rem 0}
.article-page .article-control-table{display:grid;gap:10px;margin:26px 0}
.article-page .article-control-table div{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,2fr);gap:20px;padding:18px 20px;border:1px solid rgba(23,23,23,.1);border-radius:14px;background:#f8faf9}
.article-page .article-control-table span{color:#56605b}
.article-page .brewery-fit-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:32px 0 44px}
.article-page .brewery-fit-map>div{padding:20px;border:1px solid rgba(23,23,23,.1);border-radius:16px;background:#fff}
.article-page .brewery-fit-map strong{display:block;margin-bottom:9px;font-size:1.05rem}
.article-page .brewery-fit-map span{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.article-page .brewery-fit-map .fit-now{color:#245641;background:#dfeee7}
.article-page .brewery-fit-map .fit-evaluate{color:#705424;background:#f7ebce}
.article-page .brewery-fit-map .fit-boundary{color:#6f4037;background:#f5dfda}
.article-page .brewery-fit-map p{margin:12px 0 0;color:#59635e;line-height:1.55}
.article-page .article-cta{margin:42px 0;padding:clamp(24px,4vw,36px);border-radius:22px;background:linear-gradient(145deg,rgba(47,107,87,.1),#f8faf9);border:1px solid rgba(47,107,87,.16)}
.article-page .article-cta h3{margin-top:0;font-size:1.5rem}
.article-page .article-sources{font-size:.98rem!important}

.reports-page .report-separation-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.reports-page .report-separation-grid article{padding:20px;border:1px solid rgba(23,23,23,.1);border-radius:17px;background:#fff}
.reports-page .report-separation-grid h3{margin:8px 0;font-size:1.02rem}
.reports-page .report-separation-grid p{margin:0;color:#5a645f;font-size:.92rem;line-height:1.5}

@media (max-width:1000px){
  .commercial-page .capability-map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .controls-page .control-process-grid,
  .controls-page .hierarchy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reports-page .report-separation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .commercial-page .capability-map-grid,
  .commercial-page .scan-comparison-grid,
  .commercial-page .control-split-grid,
  .roadmap-page .roadmap-lanes,
  .controls-page .control-process-grid,
  .controls-page .hierarchy-grid,
  .reports-page .report-separation-grid{grid-template-columns:1fr}
  .article-page .article-control-table div{grid-template-columns:1fr;gap:7px}
  .article-page .brewery-fit-map{grid-template-columns:1fr}
  .commercial-page .today-edgentik-table{min-width:680px}
}
.screenshot-card{padding:18px}
.proof-grid .screenshot-card,
.mini-grid .screenshot-card{
  height:100%;
}
.screenshot-card picture{
  display:block;
  width:100%;
}
.diagram picture,
.use-card picture,
.io-figure picture,
.package-hero-media picture,
.architecture-node-media picture,
.trust-proof-shot picture,
.deploy-scale-screenshot picture,
.about-building-shot picture{
  display:block;
  width:100%;
}
.about-founder-photo picture{
  display:block;
  width:100%;
  max-width:280px;
}
.screenshot-card img{
  width:100%;
  height:auto;
  border-radius:10px;
  border:1px solid rgba(23,23,23,.14);
  background:var(--white)
}
.eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2)}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.stack-shot{display:grid;gap:20px}
.section-divider{height:1px;background:linear-gradient(90deg, transparent, rgba(23,23,23,.12), transparent);margin:8px 0 0}
.note-panel{
  padding:18px 20px;
  color:var(--text-strong);
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
}
.contact-intake-section{
  padding-top:8px;
  padding-bottom:26px;
}
.contact-intake-card{
  padding:34px 34px 28px;
}
.contact-intake-card .section-head{
  margin-bottom:22px;
}
.contact-intake-card .section-head h2{
  font-size:clamp(1.85rem, 4vw, 2.7rem);
  max-width:18ch;
}
.contact-intake-card .section-head p{
  max-width:46ch;
  color:var(--text-body);
}
.contact-page .form-grid .btn-primary{
  min-width:240px;
  min-height:52px;
  padding:15px 24px;
}
.contact-next-section{
  padding-top:0;
  padding-bottom:32px;
}
.contact-next-card{
  max-width:1040px;
  margin:0 auto;
  padding:28px;
}
.contact-next-cards{
  grid-template-columns:repeat(3,1fr);
  margin-top:10px;
}
.contact-next-cards .card{
  background:var(--surface-bg-strong);
  border-color:var(--border-soft);
}
.contact-proof-section{
  padding-top:14px;
}
.contact-proof-grid{
  align-items:start;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  gap:26px;
}
.contact-proof-copy{
  padding:28px;
}
.contact-proof-card h2{
  margin-top:8px;
  margin-bottom:10px;
}
.contact-proof-card .lead{
  max-width:44ch;
}
.contact-proof-card .checks{
  margin-top:16px;
}
.contact-rollout-summary{
  padding:28px;
}
.contact-rollout-summary h3{
  font-size:1.5rem;
  margin-bottom:14px;
}
.contact-step-list{
  display:grid;
  gap:12px;
  margin-top:16px;
}
.contact-scope-trust{
  margin-top:14px;
  padding-top:16px;
  border-top:1px solid rgba(23,23,23,.08);
  max-width:min(52ch,100%);
  line-height:1.55;
  color:var(--text-muted);
}
.contact-intake-footnote{
  margin-top:16px;
  max-width:min(54ch,100%);
  color:var(--text-muted);
  line-height:1.5;
}
.contact-step-list--numbered{
  margin:14px 0 0;
  padding-left:1.35rem;
  display:flex;
  flex-direction:column;
  gap:10px;
  color:var(--text-body);
  font-size:.98rem;
  line-height:1.45;
}
.contact-step-list--numbered li{
  padding-left:4px;
}
.contact-next-window{
  margin-top:14px;
  max-width:min(44ch,100%);
  color:var(--text-muted);
  line-height:1.5;
}
.contact-next-head h2{
  font-size:clamp(1.32rem,2.1vw,1.58rem);
  font-weight:600;
  color:#5a6360;
  letter-spacing:-.02em;
}
.contact-step-list > div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  align-items:start;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(47,107,87,.05);
  border:1px solid rgba(47,107,87,.12);
}
.contact-step-list .card-index{
  margin-bottom:0;
}
.contact-step-list p{
  margin:4px 0 0;
}
.cards-3-up{
  grid-template-columns:repeat(3,1fr);
}
.cards-4-up{
  grid-template-columns:repeat(4,1fr);
}
.platform-depth-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.platform-compact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.platform-page .product-surfaces-proof .section-head h2{
  font-size:clamp(2rem,3.6vw,2.75rem);
  letter-spacing:-.038em;
  line-height:1.06;
}
.platform-page .product-surfaces-proof .section-head p{
  max-width:min(58ch,100%);
  font-size:clamp(1.04rem,1.55vw,1.14rem);
  line-height:1.55;
  color:#3d4540;
}
.platform-page .product-architecture-lower .section-head h2{
  font-size:clamp(1.35rem,2.35vw,1.72rem);
  letter-spacing:-.025em;
  color:#3a403c;
}
.platform-page .product-architecture-lower .section-head p{
  max-width:min(64ch,100%);
  font-size:clamp(.94rem,1.25vw,1.02rem);
  line-height:1.5;
  color:#5c6560;
}
.platform-page .product-architecture-lower .architecture-strip{
  margin-top:16px;
  padding:14px 16px;
}
.platform-page .product-architecture-lower .architecture-frame{
  padding:10px 0;
}
.platform-page .page-hero{
  padding:clamp(88px,9vw,124px) 0 clamp(40px,5vw,56px);
}
.platform-page .page-hero .kicker{
  letter-spacing:.12em;
}
.platform-page .page-hero h1{
  margin-top:10px;
  margin-bottom:22px;
  max-width:min(22ch,100%);
  line-height:1.05;
}
.platform-page .page-hero .lead{
  max-width:min(52ch,100%);
  font-size:clamp(1.06rem,1.48vw,1.2rem);
  line-height:1.55;
  color:#2f3531;
}
.platform-page .page-hero .hero-actions{
  margin-top:26px;
}
.platform-page .page-hero .hero-note{
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(23,23,23,.08);
  max-width:min(58ch,100%);
  line-height:1.5;
}
.platform-page .page-meta-section{
  padding:12px 0 18px;
}
.platform-page main > section:not(.page-hero):not(.page-meta-section){
  padding-top:clamp(56px,6.5vw,84px);
  padding-bottom:clamp(56px,6.5vw,84px);
}
.platform-page main > .page-hero{
  padding-top:clamp(88px,9vw,124px);
  padding-bottom:clamp(40px,5vw,56px);
}
.platform-page main > .page-meta-section{
  padding-top:10px;
  padding-bottom:16px;
}
.platform-page .platform-band-loop{
  background:linear-gradient(180deg,rgba(248,249,250,.92) 0%,rgba(250,250,250,.55) 100%);
  border-top-color:rgba(23,23,23,.05);
  border-bottom-color:rgba(23,23,23,.05);
}
.platform-page .platform-band-loop .section-head{
  margin-bottom:clamp(22px,3vw,32px);
}
.platform-page .platform-band-loop .section-head h2{
  font-size:clamp(1.62rem,2.75vw,2.1rem);
}
.platform-page .product-surfaces-proof{
  padding-top:clamp(76px,9vw,108px);
  padding-bottom:clamp(76px,9vw,108px);
  background:#f9f9f5;
  border-top:1px solid rgba(47,107,87,.11);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.platform-page .product-surfaces-proof .section-head{
  margin-bottom:clamp(28px,3.5vw,40px);
}
.platform-page .product-surfaces-proof .mini-grid{
  gap:clamp(24px,3.2vw,36px);
}
.platform-page .product-surfaces-proof .screenshot-card{
  padding:clamp(18px,2.4vw,26px);
  border-radius:22px;
  background:var(--white);
  border:1px solid rgba(23,23,23,.07);
  box-shadow:0 14px 44px rgba(23,23,23,.07),0 1px 0 rgba(255,255,255,.8) inset;
}
.platform-page .product-surfaces-proof .screenshot-card img{
  border-radius:14px;
  border:1px solid rgba(23,23,23,.06);
}
.platform-page .product-surfaces-proof .surface-tag{
  margin-top:16px;
}
.platform-page .platform-band-value .section-head{
  margin-bottom:clamp(22px,3vw,30px);
}
.platform-page .platform-band-value .section-head h2{
  font-size:clamp(1.72rem,3vw,2.35rem);
}
.platform-page .platform-band-value .cards-4-up{
  gap:clamp(16px,2vw,20px);
}
.platform-page .platform-band-value .card-strong{
  padding:22px 20px 24px;
  border-radius:18px;
  border:1px solid rgba(47,107,87,.14);
  box-shadow:0 10px 32px rgba(23,23,23,.05);
}
.platform-page .platform-band-value .card-strong h3{
  font-size:1.07rem;
  letter-spacing:-.015em;
  line-height:1.25;
}
.platform-page .platform-band-value .architecture-lead{
  margin-top:clamp(26px,3vw,36px);
  margin-left:auto;
  margin-right:auto;
  max-width:46ch;
  text-align:center;
  font-size:1.03rem;
  line-height:1.5;
  color:#4d5550;
}
.platform-page .product-architecture-lower{
  padding:clamp(36px,4.5vw,56px) 0;
  background:#f4f4f0;
  border-top:1px solid rgba(23,23,23,.05);
}
.platform-page .product-architecture-lower .architecture-strip{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(23,23,23,.06);
  box-shadow:none;
}
.platform-page .product-architecture-lower .architecture-frame{
  background:transparent;
  border:none;
  box-shadow:none;
}
.platform-page .product-architecture-lower .architecture-grid{
  gap:14px;
  margin-top:14px;
}
.platform-page .product-architecture-lower .architecture-node{
  padding:14px 12px 12px;
  border-radius:16px;
  border-color:rgba(23,23,23,.07);
  box-shadow:0 1px 4px rgba(23,23,23,.04);
}
.platform-page .product-architecture-lower .architecture-node::before{
  height:3px;
  opacity:.55;
}
.platform-page .product-architecture-lower .architecture-node-badge{
  width:32px;
  height:32px;
  font-size:.8rem;
}
.platform-page .product-architecture-lower .architecture-node-head{
  min-height:48px;
  gap:10px;
}
.platform-page .product-architecture-lower .architecture-node-head h3{
  font-size:1rem;
  max-width:14ch;
}
.platform-page .product-architecture-lower .architecture-node-copy{
  margin-top:10px;
  font-size:.88rem;
  min-height:0;
  max-width:20ch;
}
.platform-page .product-architecture-lower .architecture-node-visual{
  min-height:88px;
}
.platform-page .product-architecture-lower .architecture-node-icon{
  min-height:76px;
  padding:8px;
  border-radius:12px;
}
.platform-page .product-architecture-lower .architecture-node-icon svg{
  width:52px;
  height:52px;
}
.platform-page .product-architecture-lower .architecture-node-media{
  min-height:88px;
  padding:6px;
}
.platform-page .product-architecture-lower .architecture-node-media img{
  max-width:112px;
}
.platform-page .product-architecture-lower .architecture-node-footer{
  min-height:0;
  padding-top:12px;
  margin-top:8px;
}
.platform-page .product-architecture-lower .architecture-node-footer strong{
  font-size:.78rem;
  min-height:0;
  white-space:normal;
}
.platform-page .product-architecture-lower .architecture-node-footer span{
  font-size:.78rem;
  min-height:0;
  max-width:none;
}
.platform-page .product-architecture-lower .architecture-feedback{
  margin-top:14px;
  font-size:.86rem;
  color:#6a706c;
  text-align:center;
}
.platform-page .platform-handoff-section .section-head h2{
  font-size:clamp(1.55rem,2.6vw,2rem);
}
.platform-page .platform-handoff-section .platform-compact-grid{
  gap:clamp(14px,1.8vw,18px);
}
.platform-page .platform-handoff-section .card-neutral{
  background:rgba(248,249,250,.92);
  border-color:rgba(23,23,23,.07);
  border-radius:16px;
  box-shadow:0 4px 18px rgba(23,23,23,.03);
}
.platform-page .platform-handoff-section .card-neutral h3{
  font-size:1.02rem;
}
.platform-page .platform-go-deeper{
  padding-bottom:clamp(88px,11vw,128px);
}
.platform-page .platform-go-deeper .section-head{
  margin-bottom:clamp(22px,2.8vw,30px);
}
.platform-page .platform-go-deeper .section-head h2{
  font-size:clamp(1.68rem,2.85vw,2.2rem);
}
.platform-page .platform-go-deeper .card-strong{
  border-radius:18px;
  padding:22px 20px 26px;
  box-shadow:0 10px 30px rgba(23,23,23,.06);
}
.platform-page .platform-architecture-supporting .section-head h2{
  font-size:clamp(1.22rem,2.15vw,1.58rem);
  color:#4a524e;
}
.platform-page .platform-architecture-supporting .section-head p{
  color:#6d7570;
}
.platform-page .platform-handoff-secondary{
  background:rgba(248,249,250,.65);
  border-top:1px solid rgba(23,23,23,.06);
}
.platform-page .platform-handoff-secondary .section-head h2{
  font-size:clamp(1.42rem,2.35vw,1.82rem);
  color:#3d4540;
}
.platform-page .platform-handoff-secondary .section-head p{
  color:#5f6863;
  max-width:min(68ch,100%);
}
@media (max-width:900px){
  .platform-page .page-hero h1{
    max-width:none;
  }
  .platform-page .product-architecture-lower .architecture-node-media img{
    max-width:132px;
  }
}
.surface-card{
  --surface-accent:var(--accent);
}
.surface-card::before{
  background:var(--surface-accent);
}
.surface-card-policy{--surface-accent:#ff7a17}
.surface-card-review{--surface-accent:#2b79c0}
.surface-card-health{--surface-accent:#37795e}
.surface-card-governance{--surface-accent:#163a5b}
.surface-tag{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  font-size:.78rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  border:1px solid rgba(23,23,23,.08);
}
.surface-tag-governance{
  color:#163a5b;
  background:#eef3f8;
}
.surface-tag-review{
  color:#2b79c0;
  background:#eef5fb;
}
.surface-tag-health{
  color:#37795e;
  background:#eef7f1;
}
.surface-tag-proof{
  color:#756247;
  background:#f6f1e7;
}
.operating-matrix{
  display:grid;
  gap:12px;
}
.operating-matrix-head,
.operating-matrix-row{
  display:grid;
  grid-template-columns:minmax(150px, .82fr) repeat(4, minmax(0, 1fr));
  gap:12px;
  align-items:stretch;
}
.matrix-axis,
.matrix-header,
.matrix-layer,
.matrix-cell{
  border-radius:16px;
  border:1px solid rgba(23,23,23,.06);
  background:var(--surface-bg-strong);
  box-shadow:0 1px 2px rgba(23,23,23,.02), 0 8px 18px rgba(23,23,23,.03);
}
.matrix-axis,
.matrix-header{
  padding:16px 18px;
}
.matrix-axis{
  background:transparent;
  box-shadow:none;
}
.matrix-axis strong,
.matrix-header strong,
.matrix-layer strong{
  display:block;
  color:var(--text-strong);
}
.matrix-axis span,
.matrix-header span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:.95rem;
  line-height:1.35;
}
.matrix-header{
  position:relative;
  padding-top:18px;
}
.matrix-header-start{
  grid-column:2;
}
.matrix-header::before,
.matrix-cell::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  border-radius:16px 16px 0 0;
  background:#d4d9d4;
}
.matrix-header,
.matrix-cell{
  position:relative;
}
.matrix-policy::before{background:#ff7a17}
.matrix-review::before{background:#2b79c0}
.matrix-health::before{background:#37795e}
.matrix-governance::before{background:#163a5b}
.matrix-layer{
  padding:16px 14px;
  background:transparent;
  box-shadow:none;
}
.matrix-layer p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.45;
}
.matrix-cell{
  padding:18px 18px 16px;
}
.matrix-mobile-label{
  display:none;
  margin-bottom:10px;
  color:var(--text-strong);
  font-size:.92rem;
  font-weight:700;
  line-height:1.25;
}
.matrix-list{
  margin:0;
  padding-left:18px;
  color:var(--text-body);
  font-size:1rem;
}
.matrix-list li{
  margin:5px 0;
  line-height:1.4;
}
.profile-stack{display:grid;gap:16px}
.profile-card{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:16px;
  align-items:center;
}
.profile-card img{
  width:88px;
  height:88px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid var(--border-soft);
  background:var(--white);
  box-shadow:var(--shadow-soft);
}
.profile-card strong{
  display:block;
  color:var(--text-strong);
}
.profile-card .small-note{
  display:block;
  margin-top:4px;
}
.profile-card p{
  margin:8px 0 0;
}
.note-panel--tint,
.callout--tint,
.summary-box--tint{
  background:var(--accent-tint);
  border-color:var(--border-accent);
}
.surface-neutral{
  background:var(--surface-bg);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.surface-featured{
  background:var(--surface-bg-tint);
  border:1px solid var(--border-accent);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.surface-trust{
  background:var(--surface-bg-trust);
  border:1px solid var(--border-strong);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-soft);
}
.caption{font-size:.95rem;color:var(--muted);margin-top:12px;line-height:1.55}
.placeholder-visual{
  min-height:220px;display:flex;align-items:center;justify-content:center;text-align:center;
  border:2px dashed rgba(47,107,87,.24);border-radius:18px;background:rgba(47,107,87,.05);
  color:#3f4c46;font-weight:700;padding:24px
}
.form-status{display:none;margin-top:16px;padding:12px 14px;border-radius:14px;border:1px solid transparent}
.form-status.is-visible{display:block}
.form-status.is-success{background:rgba(46,125,50,.08);border-color:rgba(46,125,50,.2);color:#1f5130}
.form-status.is-error{background:rgba(217,119,6,.08);border-color:rgba(217,119,6,.2);color:#7a4b04}
.form-status.is-info{background:rgba(47,107,87,.08);border-color:rgba(47,107,87,.2);color:var(--accent-2)}
.lightbox{
  position:fixed;inset:0;z-index:120;background:rgba(7,17,29,.84);
  display:flex;align-items:center;justify-content:center;padding:12px;
  opacity:0;pointer-events:none;transition:opacity .18s ease
}
.lightbox.is-open{opacity:1;pointer-events:auto}
.lightbox-dialog{
  width:min(1600px, calc(100vw - 24px));max-height:calc(100vh - 24px);display:grid;gap:10px
}
.lightbox-stage{
  position:relative;background:#081325;border:1px solid rgba(255,255,255,.12);
  border-radius:24px;padding:10px;box-shadow:0 24px 60px rgba(0,0,0,.35)
}
.lightbox-image{
  width:100%;max-height:min(calc(100vh - 100px), 1100px);object-fit:contain;border-radius:16px;
  border:1px solid rgba(255,255,255,.08);background:#0b1220
}
.lightbox-close{
  position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:999px;
  border:1px solid rgba(255,255,255,.18);background:rgba(7,17,29,.78);color:#fff;
  font:600 22px/1 Arial,sans-serif;cursor:pointer
}
.lightbox-close:hover{background:rgba(15,23,42,.95)}
.lightbox-caption{
  margin:0 auto;background:var(--panel);color:#222622;border:1px solid rgba(23,23,23,.08);
  border-radius:18px;padding:12px 16px;max-width:min(900px, 100%);text-align:center
}
.trust-page .card,
.trust-page .question-card,
.trust-page .stat,
.trust-page .compat-item,
.trust-page .note-panel,
.trust-page .cta-panel,
.trust-page .diagram,
.trust-page .screenshot-card{
  background:var(--surface-bg-trust);
  border-color:var(--border-strong);
  box-shadow:var(--shadow-soft)
}


.trust-page--refined .trust-hero{
  padding-bottom:clamp(32px,4vw,48px);
}
.trust-page--refined .trust-hero h1{
  max-width:min(38ch,100%);
  letter-spacing:-.03em;
}
.trust-page--refined .trust-hero .lead{
  max-width:min(62ch,100%);
  line-height:1.55;
}
.trust-page--refined .trust-bridge{
  padding:clamp(28px,3.5vw,44px) 0 clamp(40px,5vw,56px);
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg,rgba(250,250,250,.65) 0%,transparent 100%);
}
.trust-page--refined .trust-bridge-lead{
  margin:0;
  font-size:clamp(1.05rem,1.2vw,1.14rem);
  line-height:1.58;
  color:#3a403c;
}
.trust-page--refined .trust-deck-lead{
  max-width:62ch;
  margin-top:0;
}
.trust-page--refined .trust-section-intro{
  max-width:min(62ch,100%);
  margin:clamp(12px,1.5vw,18px) 0 0;
  font-size:clamp(1rem,1.05vw,1.06rem);
  line-height:1.55;
  color:#4a524d;
}
.trust-page--refined .trust-screens .section-head .trust-deck-lead{
  max-width:58ch;
}
.trust-page--refined .trust-deeper-detail .trust-deeper-optional{
  margin-top:clamp(10px,1.2vw,14px);
  line-height:1.55;
}
.trust-page--refined .trust-final-nav{
  padding:clamp(36px,4.5vw,56px) 0 clamp(44px,5.5vw,68px);
  border-top:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg,transparent 0%,rgba(248,247,243,.35) 100%);
}
.trust-page--refined .trust-next-strip{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-start;
  margin-top:clamp(28px,3vw,40px);
  padding-top:clamp(22px,2.5vw,32px);
  border-top:1px solid rgba(23,23,23,.07);
}
.trust-page--refined .trust-next-strip .btn{
  font-size:.93rem;
}


.trust-page--refined .page-meta-section{
  padding:10px 0 16px;
}
.trust-page--refined main.trust-main > section:not(.page-hero):not(.page-meta-section){
  padding-top:clamp(48px,5.5vw,76px);
  padding-bottom:clamp(48px,5.5vw,76px);
}
.trust-page--refined .trust-hero{
  padding-top:clamp(72px,8vw,104px);
  padding-bottom:clamp(36px,4.5vw,52px);
}
.trust-page--refined .trust-hero .kicker{
  letter-spacing:.11em;
  opacity:.92;
}

.trust-page--refined .trust-decision-questions{
  background:linear-gradient(180deg,rgba(255,255,255,.5) 0%,rgba(247,249,247,.92) 100%);
  border-bottom:1px solid rgba(23,23,23,.05);
}
.trust-page--refined .trust-decision-questions .section-head{
  margin-bottom:clamp(22px,2.5vw,32px);
}
.trust-page--refined .trust-decision-questions .section-head h2{
  font-size:clamp(1.55rem,2.6vw,2.05rem);
  max-width:min(26ch,100%);
  letter-spacing:-.03em;
  line-height:1.2;
  color:#1f2623;
}
.trust-page--refined .trust-decision-grid{
  gap:clamp(18px,2vw,26px);
}
.trust-page--refined .trust-card-decision{
  padding:clamp(24px,2.5vw,30px);
  border-radius:18px;
  background:linear-gradient(165deg,var(--white) 0%,var(--off-white) 100%);
  border:1px solid rgba(47,107,87,.14);
  box-shadow:0 10px 36px rgba(23,23,23,.04),0 2px 0 rgba(255,255,255,.75) inset;
}
.trust-page--refined .trust-card-decision h3{
  font-size:clamp(1.02rem,1.25vw,1.12rem);
  line-height:1.3;
  margin:0 0 10px;
  letter-spacing:-.015em;
  color:#24302a;
}

.trust-page--refined .trust-operational-boundaries .section-head h2{
  font-size:clamp(1.28rem,2vw,1.65rem);
  letter-spacing:-.02em;
  max-width:32ch;
  color:#2a312d;
}
.trust-page--refined .trust-boundary-grid{
  gap:16px 18px;
}
.trust-page--refined .trust-card-boundary{
  padding:18px 20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(23,23,23,.07);
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset;
  border-radius:16px;
}
.trust-page--refined .trust-card-boundary h3{
  font-size:.93rem;
  letter-spacing:-.01em;
  margin:0 0 8px;
  color:#3a4540;
}

.trust-page--refined .trust-product-proof{
  padding-top:clamp(56px,6.5vw,88px);
  padding-bottom:clamp(56px,6.5vw,88px);
  background:linear-gradient(180deg,var(--canvas) 0%,var(--off-white) 55%,var(--canvas) 100%);
  border-top:1px solid rgba(23,23,23,.07);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.trust-page--refined .trust-product-proof .section-head{
  margin-bottom:clamp(28px,3.5vw,40px);
}
.trust-page--refined .trust-product-proof .section-head h2{
  font-size:clamp(1.4rem,2.4vw,1.85rem);
  max-width:min(30ch,100%);
  letter-spacing:-.025em;
  color:#1c221f;
}
.trust-page--refined .trust-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,3vw,34px);
  align-items:stretch;
}
.trust-page--refined .trust-proof-shot{
  display:flex;
  flex-direction:column;
  margin:0;
  padding:clamp(16px,2vw,22px);
  border-radius:20px;
  background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%);
  border:1px solid rgba(23,23,23,.09);
  box-shadow:0 12px 42px rgba(23,23,23,.07),0 0 0 1px rgba(255,255,255,.5) inset;
}
.trust-page--refined .trust-proof-index{
  display:block;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--accent);
  margin-bottom:8px;
  opacity:.88;
}
.trust-page--refined .trust-proof-shot img{
  border-radius:12px;
  box-shadow:0 4px 20px rgba(23,23,23,.07);
}
.trust-page--refined .trust-proof-shot .caption{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid rgba(23,23,23,.07);
  font-size:.93rem;
}
@media (max-width:900px){
  .trust-page--refined .trust-proof-grid{
    grid-template-columns:1fr;
  }
}

.trust-page--refined .trust-supporting-grid{
  gap:clamp(16px,2vw,22px);
}
.trust-page--refined .trust-card-support--primary{
  padding:24px 22px;
  border-radius:18px;
  border-color:rgba(47,107,87,.18);
  background:linear-gradient(180deg,var(--white) 0%,var(--off-white) 100%);
  box-shadow:0 8px 28px rgba(23,23,23,.05);
}
.trust-page--refined .trust-card-support--primary h3{
  font-size:1rem;
}
.trust-page--refined .trust-card-support--secondary{
  padding:20px 20px 22px;
  background:rgba(255,255,255,.55);
  border-color:rgba(23,23,23,.09);
  box-shadow:none;
}
.trust-page--refined .trust-card-support--secondary h3{
  font-size:.95rem;
  color:#3d4540;
}

.trust-page--refined .trust-deeper-grid{
  gap:18px 20px;
}
.trust-page--refined .trust-card-nav{
  padding:22px 22px 20px;
  border-radius:16px;
  border-style:solid;
  border-color:rgba(23,23,23,.1);
  background:rgba(248,249,250,.95);
}
.trust-page--refined .trust-card-nav h3{
  font-size:1rem;
}
.trust-page--refined .trust-card-nav .hero-actions{
  padding-top:14px;
}

.trust-page--refined .trust-explore-grid{
  gap:20px;
}
.trust-page--refined .trust-card-explore{
  padding:24px 22px;
  border-radius:18px;
  background:var(--white);
  border:1px solid rgba(23,23,23,.08);
  box-shadow:0 6px 22px rgba(23,23,23,.04);
}
.trust-page--refined .trust-final-nav .section-head-tight{
  margin-bottom:clamp(20px,2.5vw,28px);
}


.home-how-it-works{
  width:100%;
  padding:clamp(72px, 9vw, 108px) 0 clamp(80px, 10vw, 112px);
  background:linear-gradient(180deg, var(--off-white) 0%, var(--canvas) 100%);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.home-how-head{
  text-align:left;
  margin-bottom:clamp(40px, 5vw, 56px);
  max-width:min(920px, 100%);
  margin-left:0;
  margin-right:auto;
}
.home-how-eyebrow{
  letter-spacing:.14em;
  font-size:.78rem;
  color:#7a7874;
  font-weight:600;
}
.home-how-head h2{
  margin:14px 0 18px;
  font-size:clamp(2.1rem, 4.35vw, 2.95rem);
  line-height:1.06;
  letter-spacing:-.03em;
  max-width:100%;
  text-wrap:balance;
  margin-left:0;
  margin-right:auto;
  color:var(--text-strong);
  font-weight:700;
}
.home-how-head h2.home-how-chain{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.28em 0.42em;
  text-wrap:unset;
}
.home-how-chain__item{
  font:inherit;
  font-weight:700;
  color:inherit;
}
.home-how-chain__sep{
  flex:0 0 auto;
  color:#8f9591;
  font-weight:600;
  font-size:0;
  line-height:0;
  user-select:none;
}
.home-how-chain__sep::before{
  content:"→";
  font-size:0.82em;
  line-height:1;
  position:relative;
  top:0.04em;
}
.home-how-intro{
  margin:0;
  max-width:48ch;
  font-size:clamp(1.02rem, 1.5vw, 1.14rem);
  line-height:1.48;
  color:#5a605c;
  font-weight:400;
}
.how-it-works-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(24px, 3vw, 36px);
  align-items:stretch;
}
.how-card{
  background:var(--white);
  border:1px solid rgba(23,23,23,.1);
  border-radius:26px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 16px 48px rgba(23,23,23,.08),
    0 4px 14px rgba(23,23,23,.04);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:0;
  transition:box-shadow .22s ease, border-color .22s ease;
}
.how-card:hover{
  border-color:rgba(23,23,23,.12);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 22px 56px rgba(23,23,23,.09),
    0 8px 20px rgba(23,23,23,.05);
}
.how-card-media{
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
  background:var(--canvas);
  border-bottom:1px solid rgba(23,23,23,.06);
}

.home-how-it-works .how-card-media{
  aspect-ratio:16/9.5;
  min-height:min(220px, 32vw);
  padding:10px 12px 0;
  background:linear-gradient(180deg, var(--off-white), var(--canvas));
}
.how-card-media picture{
  display:block;
  width:100%;
  height:100%;
}
.how-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.home-how-it-works .how-card-media img{
  object-fit:contain;
  object-position:center center;
}
.how-card:hover .how-card-media img{
  opacity:.98;
}
.how-card-body{
  padding:26px 28px 30px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.how-card-step{
  font-size:.68rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#7a7973;
  font-weight:600;
}
.how-card h3{
  margin:0;
  font-size:clamp(1.32rem, 2.5vw, 1.68rem);
  line-height:1.15;
  letter-spacing:-.025em;
  color:var(--text-strong);
}
.how-card-sub{
  margin:-2px 0 0;
  font-size:1.02rem;
  font-weight:600;
  color:#1a211f;
  line-height:1.38;
}
.how-card-copy{
  margin:0;
  font-size:.98rem;
  color:#5f6760;
  line-height:1.52;
  font-weight:400;
}


.home-page main > section:not(.hero):not(.home-how-it-works){
  padding:clamp(72px, 9vw, 88px) 0;
}
.home-page .section-head{
  margin-bottom:clamp(28px, 4vw, 40px);
  text-align:left;
}
.home-page .section-head.section-head--tight{
  margin-bottom:clamp(22px, 3.2vw, 32px);
}
.home-page .section-head .eyebrow{
  display:inline-block;
  margin:0 0 2px;
  font-size:.78rem;
  letter-spacing:.11em;
  color:#6e6d69;
  font-weight:600;
}
.home-page .section-head h2{
  font-size:clamp(2.05rem, 3.7vw, 2.85rem);
  line-height:1.06;
  letter-spacing:-.03em;
  color:var(--text-strong);
  font-weight:700;
  margin:10px 0 12px;
}
.home-page .section-head p{
  max-width:52ch;
  margin-left:0;
  margin-right:auto;
  margin-top:0;
}
.home-page .section-head p.home-proof-lead,
.home-page .section-head p.home-arch-lead,
.home-page .section-head p.home-pilot-intro{
  margin-top:14px;
}
.home-proof-lead{
  margin:0;
  font-size:clamp(1.02rem, 1.3vw, 1.12rem);
  line-height:1.48;
  color:#5c6360;
  max-width:46ch;
  font-weight:400;
}
.home-arch-lead{
  margin:0;
  font-size:clamp(1.02rem, 1.28vw, 1.12rem);
  line-height:1.52;
  color:#5c6360;
  max-width:min(58ch, 100%);
  font-weight:400;
}


.home-platform-proof{
  background:linear-gradient(180deg, var(--canvas) 0%, var(--off-white) 100%);
}
.home-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(36px, 5.5vw, 56px);
  align-items:stretch;
}
.home-proof-shot{
  display:flex;
  flex-direction:column;
  gap:20px;
  min-width:0;
  height:100%;
}
.home-proof-media{
  flex:0 0 auto;
  width:100%;
  aspect-ratio:16 / 9;
  min-height:min(320px, 42vw);
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(23,23,23,.08);
  box-shadow:
    0 28px 64px rgba(23,23,23,.1),
    0 10px 28px rgba(23,23,23,.05),
    inset 0 1px 0 rgba(255,255,255,.06);
  background:#0f1419;
}
.home-proof-media picture{
  display:block;
  width:100%;
  height:100%;
}
.home-proof-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.home-platform-proof .home-proof-media{
  aspect-ratio:3 / 2;
  min-height:max(min(280px, 38vw), 240px);
  background:linear-gradient(180deg, var(--off-white), var(--canvas));
  padding:12px 14px 14px;
  border-color:rgba(23,23,23,.09);
}
.home-platform-proof .home-proof-media img{
  object-fit:contain;
  object-position:center top;
}
.home-platform-proof .home-proof-media:hover img{
  opacity:.99;
}
.home-proof-caption{
  flex:1 1 auto;
  padding:0 4px 0 0;
  text-align:left;
}
.home-proof-caption strong{
  display:block;
  font-size:clamp(1.15rem, 2vw, 1.38rem);
  letter-spacing:-.022em;
  color:var(--text-strong);
  font-weight:700;
  margin-bottom:10px;
}
.home-proof-caption p{
  margin:0;
  font-size:.98rem;
  line-height:1.5;
  color:#5f6760;
  max-width:48ch;
  font-weight:400;
}


.home-platform-architecture{
  background:linear-gradient(180deg, var(--off-white) 0%, var(--canvas) 100%);
}
.home-platform-architecture .architecture-strip{
  margin-top:clamp(16px, 2.8vw, 28px);
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
}
.home-platform-architecture .architecture-frame{
  margin-top:0;
  padding:clamp(26px, 4vw, 36px);
  border-radius:24px;
  background:linear-gradient(165deg, var(--white) 0%, var(--off-white) 100%);
  border:1px solid rgba(23,23,23,.08);
  box-shadow:
    0 26px 64px rgba(23,23,23,.08),
    0 6px 16px rgba(23,23,23,.04),
    inset 0 1px 0 rgba(255,255,255,.65);
}
.home-platform-architecture .architecture-grid{
  margin-top:4px;
  gap:clamp(18px, 2.8vw, 24px);
  align-items:stretch;
}
.home-platform-architecture .architecture-node{
  border-radius:22px;
  padding:22px 18px 18px;
  border-color:rgba(23,23,23,.08);
  box-shadow:
    0 18px 48px rgba(23,23,23,.07),
    0 4px 12px rgba(23,23,23,.03),
    inset 0 1px 0 rgba(255,255,255,.5);
}
.home-platform-architecture .architecture-node-head{
  min-height:52px;
  align-items:center;
}
.home-platform-architecture .architecture-node-head h3{
  max-width:none;
  font-size:clamp(1.06rem, 1.45vw, 1.22rem);
  line-height:1.18;
  font-weight:700;
  color:var(--text-strong);
}
.home-platform-architecture .architecture-node-copy{
  max-width:none;
  min-height:52px;
  font-size:.93rem;
  line-height:1.45;
  color:#5a605c;
}
.home-platform-architecture .architecture-node-footer{
  min-height:auto;
  padding-top:16px;
  margin-top:4px;
  border-top-color:rgba(23,23,23,.07);
}
.home-platform-architecture .architecture-node-footer strong{
  white-space:normal;
  font-size:.9rem;
  letter-spacing:-.01em;
  color:#1a211f;
  font-weight:700;
}
.home-platform-architecture .architecture-node-footer span{
  max-width:none;
  white-space:normal;
  min-height:auto;
  font-size:.87rem;
  line-height:1.48;
  color:#5f6760;
  margin-top:6px;
}
.home-platform-architecture .architecture-node-visual{
  min-height:118px;
}


.home-page main > section.home-workflows{
  padding-top:clamp(76px, 9vw, 92px);
  padding-bottom:clamp(76px, 9vw, 92px);
}
.home-workflows .home-workflow-cards{
  gap:clamp(24px, 3.2vw, 32px);
}
.home-workflows .section-head{
  margin-bottom:clamp(28px, 4vw, 36px);
}
.home-workflows .home-workflows-intro{
  max-width:min(58ch, 100%);
  margin:12px 0 0;
  font-size:clamp(1.02rem, 1.28vw, 1.12rem);
  line-height:1.52;
  color:#5c6360;
  font-weight:400;
}
.home-workflow-card{
  padding:0 !important;
  overflow:hidden;
  min-height:0 !important;
  display:flex;
  flex-direction:column;
  border-radius:26px !important;
  background:var(--white) !important;
  border:1px solid rgba(23,23,23,.09) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 12px 40px rgba(23,23,23,.06) !important;
  transition:box-shadow .2s ease, border-color .2s ease;
}
.home-workflow-card:hover{
  border-color:rgba(23,23,23,.11) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 18px 48px rgba(23,23,23,.08) !important;
}

.home-workflow-card-thumb{
  flex:0 0 auto;
  width:100%;
  height:clamp(118px, 15vw, 142px);
  overflow:hidden;
  background:var(--canvas);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.home-workflow-card-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.home-workflow-card-body{
  padding:clamp(18px, 2.4vw, 22px) clamp(20px, 2.6vw, 24px) clamp(22px, 3vw, 26px);
  display:flex;
  flex-direction:column;
  flex:1;
}
.home-workflow-card h3{
  font-size:clamp(1.14rem, 1.85vw, 1.3rem);
  letter-spacing:-.02em;
  margin:0 0 8px;
  font-weight:700;
  color:var(--text-strong);
}
.home-workflow-card p.muted{
  font-size:.95rem;
  line-height:1.5;
  color:#5f6760 !important;
  margin:0;
  font-weight:400;
}
.home-workflows-cta{
  margin-top:32px;
  justify-content:flex-start;
}


.home-page .home-section-cta{
  margin-top:clamp(28px, 4vw, 40px);
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:12px;
}
.home-page .home-how-it-works .home-section-cta{
  margin-top:clamp(32px, 4.5vw, 44px);
}
.home-page .home-platform-architecture .home-section-cta{
  margin-top:clamp(26px, 3.5vw, 36px);
}
.home-page .home-platform-proof .home-section-cta{
  margin-top:clamp(28px, 4vw, 40px);
}
.home-page .home-trust-boundary-summary .home-section-cta{
  margin-top:clamp(24px, 3.2vw, 34px);
}


.home-trust-boundary-summary{
  background:linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
  border-top:1px solid rgba(23,23,23,.06);
  border-bottom:1px solid rgba(23,23,23,.055);
}
.home-page main > section.band.home-trust-boundary-summary{
  padding:clamp(48px, 6vw, 68px) 0 clamp(52px, 6.5vw, 72px);
}
.home-trust-boundary-head{
  margin-bottom:clamp(20px, 2.6vw, 26px);
  max-width:min(42rem, 100%);
}
.home-trust-boundary-head h2{
  font-size:clamp(1.72rem, 3.1vw, 2.35rem);
  line-height:1.08;
  letter-spacing:-.03em;
  color:var(--text-strong);
  font-weight:700;
  margin:10px 0 0;
  max-width:min(28ch, 100%);
  text-wrap:balance;
}
.home-trust-boundary-head .eyebrow{
  color:#6e6d69;
  letter-spacing:.11em;
}
.home-trust-boundary-lead{
  margin:16px 0 0;
  max-width:min(54ch, 100%);
  font-size:clamp(.98rem, 1.2vw, 1.06rem);
  line-height:1.6;
  color:#4a504d;
  font-weight:400;
}
.home-trust-boundary-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(12px, 1.75vw, 16px);
  align-items:stretch;
}
.home-trust-boundary-card{
  margin:0;
  padding:clamp(15px, 1.85vw, 19px) clamp(17px, 2.2vw, 21px);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(23,23,23,.075);
  border-radius:14px;
  border-top:2px solid rgba(47,107,87,.22);
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset;
}
.home-trust-boundary-card h3{
  margin:0 0 5px;
  font-size:.94rem;
  font-weight:700;
  letter-spacing:-.012em;
  color:#2a302e;
  line-height:1.28;
}
.home-trust-boundary-card p{
  margin:0;
  font-size:.895rem;
  line-height:1.52;
  color:#5c6360;
  font-weight:400;
}
.home-trust-boundary-cta{
  justify-content:flex-start;
}
@media (max-width:640px){
  .home-trust-boundary-head h2{
    max-width:none;
  }
  .home-trust-boundary-grid{
    grid-template-columns:1fr;
  }
}


.package-page main > section:not(.page-hero):not(.page-meta-section):not(.package-close-section){
  padding-top:clamp(48px,6vw,80px);
  padding-bottom:clamp(48px,6vw,80px);
}
.package-page main > section.package-close-section{
  padding-top:clamp(48px,6vw,80px);
  padding-bottom:clamp(72px,10vw,112px);
}
.package-page main > section.page-meta-section{
  padding-top:0;
  padding-bottom:10px;
}
.package-page .page-hero{
  padding:clamp(88px,10vw,112px) 0 clamp(52px,6vw,72px);
  background:#f9f9f6;
  border-bottom:1px solid rgba(23,23,23,.07);
}
.package-page .package-close-section + .page-meta-section{
  padding-top:clamp(20px,3vw,28px);
  padding-bottom:clamp(28px,4vw,40px);
  border-top:1px solid rgba(23,23,23,.08);
  background:#f9f9f6;
}
.package-page .package-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,0.98fr) minmax(360px,1.12fr);
  gap:clamp(32px,5vw,56px);
  align-items:center;
  
}
.package-page .package-hero-copy{
  padding-top:4px;
  max-width:min(560px,100%);
}
.package-page .page-hero .kicker{
  margin-bottom:16px;
}
.package-page .page-hero h1{
  max-width:14ch;
  font-size:clamp(2.35rem,4.2vw,3.25rem);
  line-height:1.04;
  letter-spacing:-.045em;
  margin-bottom:18px;
  color:var(--text-strong);
}
.package-page .page-hero .lead{
  max-width:48ch;
  font-size:clamp(1.05rem,1.55vw,1.2rem);
  line-height:1.6;
  color:#4d5450;
  font-weight:400;
}
.package-page .page-hero .hero-actions{
  margin-top:32px;
  gap:14px;
}
.package-page .page-hero .hero-note{
  max-width:52ch;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(23,23,23,.08);
  font-size:.9rem;
  line-height:1.5;
  color:#6b736e;
}
.package-page .package-hero-visual{
  position:relative;
  min-width:0;
}
.package-page .package-hero-media{
  margin:0;
  padding:clamp(14px,2vw,22px);
  border-radius:24px;
  background:var(--white);
  border:1px solid rgba(23,23,23,.09);
  box-shadow:0 20px 48px rgba(23,23,23,.08);
  transition:box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}
.package-page .package-hero-media:hover{
  box-shadow:0 26px 56px rgba(23,23,23,.1);
  border-color:rgba(47,107,87,.18);
}
.package-page .package-hero-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  background:#eef0eb;
}
.package-page .section-head h2{
  max-width:14ch;
}
.package-page .package-includes-frame{
  padding:clamp(28px,3.5vw,40px);
  border-radius:28px;
  background:var(--off-white);
  border:1px solid rgba(23,23,23,.1);
  box-shadow:0 12px 40px rgba(23,23,23,.05);
}
.package-page .package-includes-frame .section-head{
  margin-bottom:24px;
}
.package-page .package-includes-frame .section-head p{
  max-width:48ch;
  color:#59615d;
}
.package-page .package-includes-frame .section-head h2{
  max-width:min(28ch,100%);
  letter-spacing:-.035em;
}
.package-page .package-offer-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);
  gap:28px;
  align-items:start;
}
.package-page .package-offer-copy{
  padding:8px 0;
}
.package-page .package-offer-copy .section-head{
  margin-bottom:18px;
}
.package-page .package-offer-bullets{
  margin:6px 0 0;
  padding-left:1.2em;
  color:var(--text-body);
  line-height:1.55;
}
.package-page .package-offer-bullets li{
  margin:0 0 10px;
  padding-left:2px;
}
.package-page .package-offer-bullets li:last-child{
  margin-bottom:0;
}
.package-page .package-offer-card{
  padding:30px;
  border-radius:26px;
  min-height:100%;
}
.package-page .package-offer-card .label{
  margin-bottom:14px;
  font-size:.73rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}
.package-page .package-offer-card h3{
  margin:0 0 12px;
  font-size:clamp(1.34rem, 2.2vw, 1.72rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.package-page .package-offer-card p{
  max-width:34ch;
}
.package-page .package-offer-card--premium{
  background:var(--white);
  border:1px solid rgba(47,107,87,.2);
  box-shadow:0 16px 44px rgba(47,107,87,.07);
}
.package-page .package-offer-meta{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.package-page .package-offer-meta div{
  padding:14px 0 0;
  border-top:1px solid rgba(23,23,23,.08);
}
.package-page .package-offer-meta strong{
  display:block;
  margin-bottom:4px;
  color:var(--text-strong);
  font-size:.96rem;
}
.package-page .package-offer-meta span{
  display:block;
  color:#56605a;
  line-height:1.48;
}
.package-page .package-offer-card .hero-actions{
  margin-top:22px;
}
.package-page .package-inputs-grid{
  align-items:start;
  gap:32px;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
}
.package-page .package-inputs-copy{
  padding:10px 0;
}
.package-page .package-inputs-copy h2{
  max-width:min(18ch,100%);
  letter-spacing:-.03em;
  line-height:1.08;
  margin:0 0 10px;
}
.package-page .package-inputs-grid .checks div{
  font-size:.95rem;
  color:#4a524e;
}
.package-page .package-note-panel{
  padding:24px 24px 22px;
  border-radius:24px;
}
.package-page .package-note-panel strong{
  display:block;
  margin-bottom:8px;
  font-size:1.08rem;
  color:var(--text-strong);
}
.package-page .package-note-panel p{
  max-width:34ch;
}
.package-page .package-outcome-proof{
  background:var(--off-white);
}
.package-page .package-outcome-proof .package-outcome-grid{
  align-items:stretch;
}
.package-page .package-outcome-grid{
  grid-template-columns:minmax(0,.95fr) minmax(380px,1.12fr);
  gap:clamp(28px,4vw,44px);
}
.package-page .package-outcome-copy{
  padding:10px 0 8px;
  display:flex;
  flex-direction:column;
}
.package-page .package-outcome-copy > .eyebrow{
  margin-bottom:10px;
}
.package-page .package-outcome-copy h2{
  max-width:min(22ch,100%);
  letter-spacing:-.035em;
  line-height:1.06;
  margin:0 0 14px;
}
.package-page .package-outcome-copy .lead{
  max-width:44ch;
  margin:0;
  color:#4d5450;
  font-size:clamp(1.02rem,1.4vw,1.1rem);
}
.package-page .package-outcome-bullets{
  margin:22px 0 0;
  padding-left:1.2em;
  color:var(--text-body);
  line-height:1.55;
  flex:1;
}
.package-page .package-outcome-bullets li{
  margin:0 0 10px;
  padding-left:2px;
}
.package-page .package-outcome-bullets li:last-child{
  margin-bottom:0;
}
.package-page .package-result-shot{
  margin:0;
  height:100%;
  display:flex;
  flex-direction:column;
}
.package-page .package-outcome-shot{
  padding:clamp(18px,2.2vw,26px);
  background:var(--white);
  border:1px solid rgba(47,107,87,.18);
  border-radius:24px;
  box-shadow:0 20px 52px rgba(23,23,23,.09);
}
.package-page .package-result-shot img{
  aspect-ratio:1.18 / 1;
  object-fit:contain;
  padding:12px;
  background:#f4f5f1;
  border-radius:14px;
  border:1px solid rgba(23,23,23,.08);
  flex:0 0 auto;
}
.package-page .package-result-shot .caption,
.package-page .package-result-shot figcaption.caption{
  margin:18px 6px 0;
  max-width:none;
  color:#4a5550;
  font-size:.98rem;
  line-height:1.5;
}
.package-page .package-reasons-section .section-head{
  margin-bottom:clamp(22px,3vw,32px);
}
.package-page .package-reasons-section .section-head h2{
  max-width:min(16ch,100%);
}
.package-page .package-reasons-section .cards{
  gap:20px;
}
.package-page .package-reasons-section .card{
  padding:24px 26px;
  background:var(--surface-bg);
  border:1px solid rgba(23,23,23,.08);
  border-radius:20px;
  box-shadow:0 8px 24px rgba(23,23,23,.04);
}
.package-page .package-reasons-section .card h3{
  font-size:1.08rem;
  letter-spacing:-.02em;
  margin-bottom:8px;
}
.package-page .package-reasons-section .card p.muted{
  font-size:.95rem;
  line-height:1.48;
}
.package-page .package-inputs-band{
  background:#f7f8f5;
}
.package-page .package-expand-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);
  gap:clamp(22px,3vw,36px);
  align-items:start;
  
}
.package-page .package-expand-copy .eyebrow{
  margin-bottom:10px;
}
.package-page .package-expand-copy h2{
  max-width:min(20ch,100%);
  letter-spacing:-.035em;
  line-height:1.06;
  margin:0 0 12px;
  color:var(--text-strong);
}
.package-page .package-expand-lead{
  margin:0;
  max-width:48ch;
  color:#56605a;
  font-size:clamp(1.02rem,1.35vw,1.12rem);
  line-height:1.55;
}
.package-page .package-expand-card strong{
  display:block;
  margin-bottom:4px;
}
.package-page .package-expand-bullets{
  margin:12px 0 0;
  padding-left:1.15em;
  color:var(--text-body);
  line-height:1.52;
}
.package-page .package-expand-bullets li{
  margin:0 0 8px;
}
.package-page .package-expand-bullets li:last-child{
  margin-bottom:0;
}
.package-page .package-final-cta{
  padding:clamp(32px,3.5vw,44px) clamp(32px,3.5vw,44px) clamp(32px,3.5vw,44px) 0;
  gap:clamp(26px,3.5vw,36px);
  background:#f4f8f5;
  border:1px solid rgba(47,107,87,.22);
  border-radius:28px;
  box-shadow:0 18px 48px rgba(47,107,87,.1);
  align-items:stretch;
}
.package-page .package-final-cta .package-final-copy h2{
  max-width:min(22ch,100%);
  letter-spacing:-.035em;
  line-height:1.06;
  margin:0 0 14px;
  color:var(--text-strong);
}
.package-page .package-final-cta .package-final-copy .lead{
  margin:0;
  max-width:48ch;
  color:#4d5853;
  font-size:clamp(1.04rem,1.45vw,1.14rem);
  line-height:1.58;
}
.package-page .package-final-cta .section-head{
  margin-bottom:0;
}
.package-page .package-final-cta .package-final-copy .eyebrow{
  margin-bottom:10px;
}
.package-page .package-final-cta .hero-actions{
  margin-top:24px;
  gap:12px;
}
.package-page .package-final-cta .btn-primary{
  min-width:220px;
  font-weight:600;
  box-shadow:0 2px 0 rgba(0,0,0,.12);
}
.package-page .package-final-cta .btn-secondary{
  border-color:rgba(47,107,87,.35);
  background:var(--white);
  color:var(--text-strong);
  font-weight:600;
}
.package-page .package-final-cta .btn-secondary:hover{
  border-color:rgba(47,107,87,.5);
  background:var(--off-white);
}
.package-page .package-final-fit-card{
  padding:24px 26px;
  background:var(--white);
  border:1px solid rgba(47,107,87,.16);
  border-radius:20px;
  box-shadow:0 8px 28px rgba(23,23,23,.05);
}
.package-page .package-final-fit-card strong{
  display:block;
  margin-bottom:6px;
  font-size:1.05rem;
  color:var(--text-strong);
}
.package-page .package-final-fit-bullets{
  margin:10px 0 0;
  padding-left:1.15em;
  color:var(--text-body);
  line-height:1.52;
}
.package-page .package-final-fit-bullets li{
  margin:0 0 8px;
}
.package-page .package-final-fit-bullets li:last-child{
  margin-bottom:0;
}
@media (min-width:761px) and (max-width:1040px){
  .home-workflows .home-workflow-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(16px, 2.5vw, 22px);
  }
  .package-page .package-hero-grid{
    grid-template-columns:1fr;
  }
  .package-page .package-hero-copy{
    max-width:none;
  }
  .package-page .package-includes-frame{
    padding:28px;
  }
  .package-page .package-offer-layout{
    grid-template-columns:1fr;
  }
  .package-page .package-offer-card{
    padding:24px;
  }
  .package-page .package-outcome-grid{
    grid-template-columns:1fr;
  }
  .package-page .package-expand-layout{
    grid-template-columns:1fr;
  }
}


.home-pilot-start{
  padding-top:clamp(76px, 9vw, 92px);
  padding-bottom:clamp(76px, 9vw, 92px);
}
.home-pilot-intro{
  max-width:48ch;
  margin:0;
  font-size:clamp(1.02rem, 1.3vw, 1.12rem);
  line-height:1.55;
  color:#5c6360;
  font-weight:400;
}
.home-pilot-card-label{
  margin:0 0 16px;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.home-pilot-grid{
  gap:clamp(32px, 4.5vw, 44px);
  align-items:stretch;
}
.home-pilot-main{
  padding:clamp(30px, 4.2vw, 40px) clamp(28px, 4.2vw, 38px);
  border-radius:24px;
  background:var(--white);
  border:1px solid rgba(23,23,23,.09);
  box-shadow:
    0 16px 48px rgba(23,23,23,.07),
    0 4px 12px rgba(23,23,23,.04);
}
.home-pilot-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}
.home-pilot-list li{
  position:relative;
  padding-left:22px;
  font-size:1.05rem;
  line-height:1.5;
  color:var(--text-body);
}
.home-pilot-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--success);
}
.home-pilot-list--compact{
  gap:12px;
}
.home-pilot-list--compact li{
  font-size:.98rem;
}
.home-pilot-note{
  position:relative;
  border-radius:24px !important;
  padding:clamp(28px, 4vw, 36px) clamp(26px, 3.8vw, 34px) !important;
  border:1px solid rgba(47,107,87,.28) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55) 0%, transparent 42%),
    linear-gradient(165deg, rgba(248,249,250,.99), rgba(250,250,250,.97)) !important;
  box-shadow:
    0 0 0 1px rgba(47,107,87,.06),
    0 22px 56px rgba(47,107,87,.1),
    0 12px 32px rgba(23,23,23,.06) !important;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.home-pilot-note::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:4px;
  border-radius:0 0 8px 8px;
  background:linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity:.85;
}
.home-pilot-note-label{
  display:block;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent-2);
}
.home-pilot-note-title{
  font-size:clamp(1.2rem, 1.9vw, 1.42rem);
  letter-spacing:-.03em;
  text-transform:none;
  font-weight:700;
  color:var(--text-strong);
  margin-top:2px;
}
.home-pilot-note-link{
  margin:4px 0 0;
  padding-top:16px;
  border-top:1px solid rgba(47,107,87,.12);
  font-size:.94rem;
}
.home-pilot-note-link a{
  font-weight:600;
  color:var(--accent-2);
  text-decoration:underline;
  text-underline-offset:3px;
}
.home-pilot-note-link a:hover{
  color:var(--text-strong);
}
.home-pilot-step-cards{
  margin-top:clamp(4px, 1.5vw, 12px);
}
.home-pilot-step-card .home-pilot-card-label{
  margin-bottom:10px;
}
.home-pilot-step-card h3{
  font-size:clamp(1.06rem, 1.32vw, 1.2rem);
  line-height:1.2;
  letter-spacing:-.02em;
  margin:0 0 10px;
}
.home-pilot-step-card p.muted{
  margin:0;
  font-size:.95rem;
  line-height:1.52;
  flex:1;
}
.home-pilot-step-footer{
  margin:clamp(28px, 4vw, 40px) 0 0;
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
}
.home-pilot-step-footer .btn{
  text-align:center;
}


.home-final-cta{
  padding:clamp(88px, 11vw, 120px) 0 !important;
  background:linear-gradient(180deg, rgba(248,249,250,.96), rgba(250,250,250,.88)) !important;
  border-top:1px solid rgba(23,23,23,.07);
}
.home-final-cta .container.cta-panel{
  text-align:left;
  align-items:stretch;
}
.home-final-cta .kicker{
  margin-bottom:14px;
}
.home-final-cta .note-panel .checks{
  margin-top:14px;
}
.home-final-cta h2{
  font-size:clamp(2rem, 3.75vw, 2.8rem);
  line-height:1.05;
  letter-spacing:-.032em;
  margin:0 0 14px;
  color:var(--text-strong);
  font-weight:700;
  max-width:28ch;
}
.home-final-cta-lead{
  margin:0 0 36px;
  max-width:40ch;
  font-size:clamp(1.02rem, 1.3vw, 1.12rem);
  line-height:1.48;
  color:#5c6360;
  font-weight:400;
}
.home-final-cta-actions{
  justify-content:flex-start;
  margin-top:0;
  gap:14px;
}
.home-final-cta-actions .btn{
  min-width:min(100%, 220px);
}

@media (min-width:1500px){
  .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:48px;
  }
  .hero--home .hero-grid{
    grid-template-columns:1fr 1.08fr;
    gap:48px;
  }
  .warehouse-problem-grid{
    grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
    gap:44px;
  }
  .section-head p{
    max-width:78ch;
  }
}
@media (max-width:1040px){
  .hero-grid,.split,.cta-panel,.footer-grid,.proof-grid,.mini-grid,.compare-grid,.home-proof-grid{grid-template-columns:1fr}
  .cards,.use-grid,.stat-strip,.stat-strip-4,.form-grid,.compat-strip,.question-grid,.process-grid,.artifact-grid,.proof-strip-5{grid-template-columns:1fr 1fr}
  .package-page .package-hero-grid,
  .package-page .package-inputs-grid,
  .package-page .package-outcome-grid{
    grid-template-columns:1fr;
  }
  .package-page .package-offer-layout{
    grid-template-columns:1fr;
  }
  .package-page .package-expand-layout{
    grid-template-columns:1fr;
  }
  .package-page .package-includes-frame{
    padding:28px;
  }
  .package-page .package-final-cta{
    padding:28px 28px 28px 0;
  }
  .platform-depth-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .platform-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .operating-matrix-head{display:none}
  .operating-matrix-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .matrix-layer{
    grid-column:1 / -1;
  }
  .matrix-mobile-label{
    display:block;
  }
  .architecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .architecture-flow-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .architecture-arrow{display:none}
  .architecture-surface-pills{grid-template-columns:repeat(2,minmax(0,1fr))}
  .architecture-steps{grid-template-columns:1fr 1fr}
  .architecture-node-footer strong{white-space:normal}
  .nav-links{gap:12px;font-size:.88rem}
  .nav-cta .btn{padding:11px 14px}
  .flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .flow-return{display:none}
  .flow-step::after,
  .flow-step::before{display:none}
  .warehouse-problem-grid{grid-template-columns:1fr}
  .warehouse-problem-media img{
    min-height:420px;
    border-left:none;
  }
  .how-it-works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-how-it-works{padding:48px 0 60px}
}
@media (max-width:768px){
  .site-header{
    padding-top:env(safe-area-inset-top, 0);
  }
  html.nav-open,
  body.nav-open{
    overflow:hidden;
  }
  .nav-links,.nav-cta{display:none}.menu-toggle{display:inline-flex;min-width:44px;min-height:44px;justify-content:center;align-items:center;box-sizing:border-box}
  .site-header.open{
    z-index:50;
  }
  .site-header.open .nav-wrap{flex-wrap:wrap;padding-bottom:max(14px, env(safe-area-inset-bottom, 0px))}
  .site-header.open .nav-links,.site-header.open .nav-cta{display:flex;flex-direction:column;align-items:flex-start;width:100%}
  .site-header.open .nav-links{
    gap:2px;
    flex:0 1 auto;
    max-width:100%;
    max-height:min(65vh, calc(100vh - 140px));
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    touch-action:pan-y;
  }
  .site-header.open .nav-cta{
    flex:0 1 auto;
    max-width:100%;
  }
  .site-header.open .nav-links > a{padding:12px 8px;min-height:44px;display:flex;align-items:center;width:100%;box-sizing:border-box}
  .site-header.open .nav-item--dropdown{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }
  .site-header.open .nav-dropdown-trigger{
    justify-content:space-between;
    width:100%;
    padding:12px 8px;
    min-height:44px;
    box-sizing:border-box;
  }
  .site-header.open .nav-item--dropdown .nav-dropdown{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    min-width:0;
    max-width:none;
    width:100%;
    margin:0 0 4px;
    padding:4px 0 8px 10px;
    border:none;
    border-radius:12px;
    background:rgba(47,107,87,.06);
    box-shadow:none;
    display:none;
    pointer-events:auto;
  }
  .site-header.open .nav-item--dropdown.is-open .nav-dropdown{
    display:block;
    pointer-events:auto;
  }
  .cards,.use-grid,.stat-strip,.stat-strip-4,.form-grid,.mini-grid,.compat-strip,.question-grid,.process-grid,.artifact-grid,.proof-strip-5,.flow-steps,.architecture-steps,.platform-depth-grid,.platform-compact-grid,.operating-matrix-row{grid-template-columns:1fr}
  .architecture-grid{grid-template-columns:1fr}
  .architecture-flow-row,
  .architecture-surface-pills{grid-template-columns:1fr}
  .architecture-node-head,
  .architecture-node-visual,
  .architecture-node-copy,
  .architecture-node-footer,
  .architecture-node-footer span{min-height:auto}
  .question-grid-2x2{grid-template-columns:1fr}
  .cards-2-up{grid-template-columns:1fr}
  .stat-strip-2x2,.compat-strip-2x2{grid-template-columns:1fr}
  .container,.narrow{width:min(var(--max), calc(100% - 24px))}
  .package-page main > section:not(.page-hero):not(.page-meta-section):not(.package-close-section){
    padding-top:clamp(36px,8vw,56px);
    padding-bottom:clamp(36px,8vw,56px);
  }
  .package-page main > section.package-close-section{
    padding-top:clamp(36px,8vw,56px);
    padding-bottom:clamp(56px,12vw,88px);
  }
  .package-page .page-hero{
    padding:72px 0 40px;
  }
  .package-page .package-hero-grid{
    gap:20px;
  }
  .package-page .page-hero h1{
    max-width:none;
    font-size:clamp(1.78rem,6.8vw,2.4rem);
  }
  .package-page .page-hero .lead{
    font-size:1.02rem;
  }
  .package-page .package-includes-frame{
    padding:22px;
    border-radius:22px;
  }
  .package-page .package-offer-bullets{
    padding-left:1.1em;
  }
  .package-page .package-outcome-bullets{
    padding-left:1.1em;
  }
  .package-page .package-hero-media{
    padding:16px;
    border-radius:22px;
  }
  .package-page .package-offer-card,
  .package-page .package-note-panel{
    padding:22px;
    border-radius:20px;
  }
  .package-page .package-final-cta{
    padding:22px 22px 22px 0;
    border-radius:20px;
  }
  .package-page .package-outcome-shot{
    padding:18px;
    border-radius:22px;
  }
  .hero{padding-top:52px}
  h1{font-size:clamp(1.72rem,8vw,2.55rem);line-height:1.12;letter-spacing:-.015em}
  .page-hero h1{font-size:clamp(1.46rem,6.4vw,2rem);line-height:1.14}
  .lead,.hero .lead{font-size:1.02rem;max-width:none}
  .hero-note{font-size:.92rem}
  .hero-actions .btn{width:100%}
  .product-sibling-nav a{font-size:.88rem}
  .lightbox{padding:8px}
  .lightbox-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}
  .lightbox-stage{padding:8px}
  .lightbox-close{top:10px;right:10px}
  .brand-logo{width:112px}
  .footer-logo{width:min(180px, 100%)}
  .warehouse-problem-section{padding:24px 0 12px}
  .warehouse-problem-title{max-width:none}
  .warehouse-problem-lead{max-width:none}
  .warehouse-problem-stats{grid-template-columns:1fr;gap:14px}
  .warehouse-problem-stat,
  .warehouse-problem-stat + .warehouse-problem-stat{
    padding:0;
    border-left:none;
  }
  .warehouse-problem-detail h3{max-width:none}
  .warehouse-problem-stat span{
    max-width:none;
  }
  .warehouse-problem-media{
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(23,23,23,.08);
  }
  .warehouse-problem-media img{
    min-height:clamp(260px, 58vw, 380px);
    border-left:none;
    border-radius:0;
  }
  .how-it-works-grid{grid-template-columns:1fr}
  .home-how-it-works{padding:40px 0 52px}
  .home-how-head{margin-bottom:28px}
  .home-how-head h2{max-width:none}
  .home-how-head h2.home-how-chain{
    flex-direction:column;
    align-items:stretch;
    flex-wrap:nowrap;
    gap:8px;
    margin:12px 0 14px;
    font-size:clamp(1.42rem,5vw,1.88rem);
    line-height:1.14;
    letter-spacing:-.022em;
  }
  .home-how-chain__sep{
    align-self:center;
    padding:2px 0;
  }
  .home-how-chain__sep::before{
    content:"↓";
    font-size:0.78rem;
    top:0;
    opacity:0.85;
  }
  .home-page .section-head.home-how-head h2.home-how-chain{
    font-size:clamp(1.42rem,5vw,1.88rem);
  }
  .home-page main > section:not(.hero):not(.home-how-it-works){
    padding:64px 0;
  }
  .home-page main > section.band.home-trust-boundary-summary{
    padding:48px 0 52px;
  }
  .home-page .section-head h2{
    font-size:clamp(1.78rem, 6.2vw, 2.35rem);
  }
  .hero--home{
    padding:48px 0 32px;
  }
  .hero--home .hero-grid{
    grid-template-columns:1fr;
    gap:clamp(14px,3.8vw,20px);
  }
  .hero--home .hero-copy{
    max-width:none;
  }
  .hero--home h1{
    max-width:12.5ch;
    font-size:clamp(1.92rem,8vw,2.42rem);
    line-height:1.06;
    margin-bottom:10px;
    text-wrap:balance;
  }
  .hero--home .lead{
    font-size:1rem;
    line-height:1.42;
    max-width:32ch;
  }
  .hero-scope{
    margin-top:12px;
    max-width:34ch;
    font-size:.86rem;
    line-height:1.46;
  }
  .hero-actions--home{
    margin-top:18px;
    gap:10px;
  }
  .hero--home .hero-note{
    margin-top:16px;
    max-width:34ch;
  }
  .hero--home .hero-visual{
    width:min(100%, 34rem);
    margin:0 auto;
  }
  .hero--home .hero-visual .image-frame{
    width:100%;
    border-radius:24px;
  }
  .home-final-cta h2{
    max-width:none;
    font-size:clamp(1.62rem,5.4vw,2.35rem);
  }
  .home-final-cta .container.cta-panel{
    padding:clamp(18px,4vw,26px);
  }
  .architecture-strip{padding:18px}
  .architecture-frame{padding:18px}
  .home-platform-architecture .architecture-strip{padding:0}
  .home-platform-architecture .architecture-frame{padding:clamp(16px, 4vw, 22px)}
}


.deployment-core-inherit .section-head{
  margin-bottom:clamp(28px,4vw,42px);
}
.deployment-core-inherit .section-head h2{
  font-size:clamp(1.82rem,3.15vw,2.42rem);
  letter-spacing:-.032em;
  line-height:1.08;
  max-width:min(30ch,100%);
}
.deployment-inherit-cards{
  gap:clamp(18px,2.2vw,24px);
}
.deployment-core-inherit .card-strong{
  border:1px solid rgba(47,107,87,.12);
  box-shadow:0 10px 32px rgba(23,23,23,.05);
}
.deployment-core-inherit .card-strong h3{
  font-size:1.08rem;
  letter-spacing:-.015em;
}


.deploy-scale-page #deploy-first-site,
.deploy-scale-page #deploy-template-reuse,
.deploy-scale-page #deploy-onboard,
.deploy-scale-page #deploy-governance,
.deploy-scale-page #deploy-program{
  scroll-margin-top:96px;
}
.deploy-scale-page .deploy-scale-hero{
  padding-top:clamp(72px,8vw,104px);
  padding-bottom:clamp(36px,4vw,48px);
}
.deploy-scale-page .deploy-scale-hero h1{
  max-width:min(30ch,100%);
  letter-spacing:-.035em;
}
.deploy-scale-page .deploy-scale-hero .lead{
  max-width:min(58ch,100%);
  line-height:1.55;
}
.deploy-scale-page .deploy-scale-meta{
  padding:10px 0 14px;
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg, rgba(248,249,250,.5), rgba(250,250,250,.35));
}
.deploy-scale-page .deploy-scale-meta-inner{
  max-width:100%;
}
.deploy-scale-page .deploy-scale-meta-cluster{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  max-width:min(900px,100%);
}
.deploy-scale-page .deploy-scale-meta .breadcrumb-nav{
  display:inline-flex;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  font-size:.9rem;
  color:#4a524e;
}
.deploy-scale-rail{
  margin:0;
  width:100%;
  max-width:100%;
}
.deploy-scale-rail ol{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
  list-style:none;
  margin:0;
  padding:0;
  font-size:.72rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#7a827c;
}
.deploy-scale-rail li{
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.deploy-scale-rail li:not(:last-child)::after{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:999px;
  background:rgba(47,107,87,.35);
  margin-left:10px;
}
.deploy-scale-rail a{
  color:#5c6560;
  border-bottom:1px solid transparent;
  transition:color .15s ease,border-color .15s ease;
}
.deploy-scale-rail a:hover{
  color:var(--accent-dark);
  border-bottom-color:rgba(47,107,87,.35);
}
.deploy-scale-rail a:focus-visible{
  outline:2px solid rgba(47,107,87,.38);
  outline-offset:3px;
  border-radius:4px;
}
.deploy-scale-page main.deploy-scale-main > section:not(.page-hero):not(.page-meta-section){
  padding-top:clamp(52px,5.5vw,80px);
  padding-bottom:clamp(52px,5.5vw,80px);
}
.deploy-scale-page main.deploy-scale-main > section.band:not(.ds-final-cta){
  padding-top:clamp(60px,6.5vw,92px);
  padding-bottom:clamp(60px,6.5vw,92px);
}
.deploy-scale-page .band.ds-health{
  background:linear-gradient(180deg,rgba(248,249,250,.98) 0%,rgba(250,250,250,.92) 100%);
}
.deploy-scale-page .band.ds-program{
  background:linear-gradient(180deg,rgba(248,249,250,.96) 0%,rgba(248,249,250,.75) 100%);
  border-top-color:rgba(23,23,23,.05);
  border-bottom-color:rgba(23,23,23,.05);
}
.deploy-scale-page .ds-governance{
  border-top:1px solid rgba(23,23,23,.08);
  padding-top:clamp(64px,7vw,96px) !important;
  margin-top:4px;
}
.deploy-scale-page .ds-governance .section-head{
  margin-bottom:clamp(22px,3vw,32px);
}
.deploy-scale-page .ds-governance .section-head h2{
  font-size:clamp(1.72rem,3vw,2.35rem);
  max-width:min(40ch,100%);
}
.deploy-scale-page .ds-governance .card{
  box-shadow:none;
  border-color:rgba(23,23,23,.07);
  background:rgba(248,249,250,.65);
}
.deploy-scale-aside{
  margin:0;
  padding:6px 0 6px 22px;
  border-left:3px solid rgba(47,107,87,.42);
  align-self:center;
  max-width:min(44ch,100%);
}
.deploy-scale-aside strong{
  display:block;
  font-size:.74rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--accent-dark);
  font-weight:700;
  margin-bottom:10px;
}
.deploy-scale-aside p{
  margin:0;
  font-size:.98rem;
  line-height:1.55;
  color:var(--text-body);
}
.deploy-scale-page .proof-grid{
  gap:clamp(22px,3vw,40px);
  align-items:start;
}
.deploy-scale-page .ds-shot .deploy-scale-screenshot{
  background:linear-gradient(165deg,var(--white) 0%,var(--off-white) 55%,var(--canvas) 100%);
  border:1px solid rgba(23,23,23,.07);
  border-radius:22px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.6) inset,
    0 28px 56px rgba(23,23,23,.07),
    0 8px 20px rgba(23,23,23,.04);
  padding:clamp(18px,2.5vw,26px);
}
.deploy-scale-page .ds-shot .deploy-scale-screenshot img{
  border-radius:14px;
  border:1px solid rgba(23,23,23,.1);
  box-shadow:0 4px 18px rgba(23,23,23,.05);
}
.deploy-scale-page .ds-shot .caption{
  margin-top:16px;
  font-size:.88rem;
  letter-spacing:.015em;
  color:#5f6760;
  line-height:1.45;
  max-width:52ch;
}
.deploy-scale-page .ds-onboard.ds-shot{
  padding-bottom:clamp(60px,6.5vw,88px);
}
.deploy-scale-page .deployment-core-inherit .card-strong{
  box-shadow:0 4px 18px rgba(23,23,23,.04);
  border-color:rgba(47,107,87,.1);
  background:rgba(255,255,255,.88);
}
.deploy-scale-page .ds-program .cards-3-up .card{
  border-color:rgba(23,23,23,.08);
  background:rgba(255,255,255,.78);
  box-shadow:0 6px 22px rgba(23,23,23,.04);
}
.deploy-scale-page .ds-program .card-index{
  background:rgba(47,107,87,.1);
  color:var(--accent-dark);
}
.deploy-scale-cta.cta-panel{
  gap:clamp(22px,3vw,36px);
  padding:clamp(28px,3.5vw,38px);
  border-color:rgba(47,107,87,.18);
  background:linear-gradient(135deg,rgba(248,249,250,.98) 0%,rgba(250,250,250,.75) 100%);
  box-shadow:0 12px 36px rgba(23,23,23,.06);
}
.deploy-scale-aside--cta{
  border-left-color:rgba(47,107,87,.28);
  padding-top:12px;
  padding-bottom:12px;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
@media (max-width:900px){
  .deploy-scale-rail ol{
    gap:8px 12px;
  }
  .deploy-scale-rail li:not(:last-child)::after{
    display:none;
  }
}
@media (max-width:820px){
  .deploy-scale-page .proof-grid,
  .deploy-scale-page .cta-panel{
    grid-template-columns:1fr;
  }
  .deploy-scale-aside{
    max-width:none;
    align-self:stretch;
  }
}


.incident-ops-page .io-container{
  width:100%;
  max-width:min(1200px, calc(100% - 32px));
  margin-left:auto;
  margin-right:auto;
}
.incident-ops-page .incident-ops-breadcrumb{
  padding:10px 0 4px;
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg, rgba(248,249,250,.4), transparent);
}
.incident-ops-page .incident-ops-breadcrumb .breadcrumb-nav{
  display:inline-flex;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  font-size:.9rem;
  color:#4a524e;
}
.incident-ops-page main.incident-ops-main > section.io-section:not(.page-hero){
  padding-top:clamp(64px,7vw,96px);
  padding-bottom:clamp(64px,7vw,96px);
}
.incident-ops-page main.incident-ops-main > section.io-section--related{
  padding-top:clamp(40px,5vw,64px);
  padding-bottom:clamp(48px,5.5vw,72px);
}
.incident-ops-page .io-band{
  border-top:1px solid rgba(23,23,23,.05);
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg,rgba(248,249,250,.98) 0%,rgba(250,250,250,.92) 100%);
}
.incident-ops-page .io-band--alt{
  background:linear-gradient(180deg,rgba(248,249,250,.75) 0%,rgba(250,250,250,.95) 50%,rgba(248,249,250,.98) 100%);
  border-top-color:rgba(23,23,23,.05);
}
.incident-ops-page .io-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:40px;
  align-items:start;
}
.incident-ops-page .io-grid .io-copy{
  grid-column:1 / span 5;
  min-width:0;
}
.incident-ops-page .io-grid .io-visual{
  grid-column:6 / span 7;
  min-width:0;
}
.incident-ops-page .io-grid--visual-left .io-visual{
  grid-column:1 / span 7;
}
.incident-ops-page .io-grid--visual-left .io-copy{
  grid-column:8 / span 5;
}
.incident-ops-page .io-eyebrow{
  display:block;
  margin-bottom:10px;
}
.incident-ops-page .io-copy h2{
  margin:0 0 14px;
  font-size:clamp(1.55rem,2.6vw,2rem);
  letter-spacing:-.025em;
  line-height:1.15;
  max-width:min(40ch,100%);
  color:var(--text-strong);
}
.incident-ops-page .io-lead{
  margin:0 0 18px;
  max-width:min(52ch,100%);
  line-height:1.58;
  color:var(--text-body);
}
.incident-ops-page .io-list{
  margin-top:2px;
}
.incident-ops-page .io-checks{
  margin-top:2px;
}
.incident-ops-page .io-mini-cards{
  display:grid;
  gap:14px;
  margin-top:6px;
}
.incident-ops-page .io-mini-card{
  padding:16px 18px;
  box-shadow:none;
  border:1px solid rgba(23,23,23,.08);
  background:rgba(255,255,255,.85);
  border-left:3px solid rgba(47,107,87,.22);
}
.incident-ops-page .io-mini-card h3{
  font-size:1.02rem;
  margin:0 0 6px;
  letter-spacing:-.015em;
  color:var(--text-strong);
}
.incident-ops-page .io-mini-card p{
  margin:0;
  font-size:.95rem;
  line-height:1.5;
}
.incident-ops-page .io-figure{
  margin:0;
  padding:clamp(18px,2.4vw,26px);
  border-radius:22px;
  background:linear-gradient(165deg,var(--white) 0%,var(--off-white) 55%,var(--canvas) 100%);
  border:1px solid rgba(23,23,23,.07);
  box-shadow:
    0 1px 0 rgba(255,255,255,.55) inset,
    0 28px 56px rgba(23,23,23,.07),
    0 8px 22px rgba(23,23,23,.04);
}
.incident-ops-page .io-figure img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(23,23,23,.1);
  box-shadow:0 4px 18px rgba(23,23,23,.05);
}
.incident-ops-page .io-figure .diagram-caption{
  margin:16px 0 0;
  font-size:.88rem;
  line-height:1.45;
  color:#5f6760;
  max-width:62ch;
}
.incident-ops-page .incident-ops-hero{
  padding-top:clamp(68px,7vw,100px);
  padding-bottom:clamp(28px,3vw,40px);
}
.incident-ops-page .incident-ops-hero h1{
  max-width:min(34ch,100%);
  letter-spacing:-.032em;
}
.incident-ops-page .incident-ops-hero .lead{
  max-width:min(60ch,100%);
  line-height:1.55;
}
.incident-ops-page .io-related-panel{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:clamp(22px,3vw,32px);
  align-items:start;
  padding:clamp(22px,2.8vw,30px);
  border-radius:var(--radius-card);
  border:1px solid rgba(23,23,23,.09);
  background:linear-gradient(145deg, rgba(248,249,250,.98), rgba(250,250,250,.75));
  box-shadow:0 1px 0 rgba(23,23,23,.04);
}
.incident-ops-page .io-related-copy h2{
  margin:8px 0 12px;
  font-size:clamp(1.4rem,2.3vw,1.75rem);
  letter-spacing:-.02em;
}
.incident-ops-page .io-related-copy .lead{
  margin-bottom:8px;
  max-width:min(52ch,100%);
}
.incident-ops-page .io-continuation-note{
  margin:0 0 16px;
  font-size:.94rem;
  max-width:min(54ch,100%);
  line-height:1.55;
}
.incident-ops-page .io-related-note{
  padding:16px 18px;
  background:rgba(255,255,255,.6);
  border-color:rgba(23,23,23,.08);
}
.incident-ops-page .incident-ops-related-links{
  margin:8px 0 0;
  padding-left:1.15rem;
  color:var(--text-body);
  font-size:.95rem;
  line-height:1.55;
  list-style:disc;
}
.incident-ops-page .incident-ops-related-links li{
  margin:6px 0;
}
.incident-ops-page .incident-ops-related-links a{
  color:var(--accent-dark);
}
@media (max-width:900px){
  .incident-ops-page .io-grid .io-copy,
  .incident-ops-page .io-grid .io-visual{
    grid-column:1 / -1;
  }
  .incident-ops-page .io-grid--visual-left .io-visual{
    order:-1;
  }
  .incident-ops-page .io-related-panel{
    grid-template-columns:1fr;
  }
}


.page-live-ops .live-ops-hero{
  padding:clamp(56px,7vw,84px) 0 clamp(32px,4vw,44px);
  border-bottom:1px solid rgba(23,23,23,.07);
  background:linear-gradient(180deg, rgba(47,107,87,.045) 0%, rgba(248,249,250,.35) 42%, transparent 100%);
}
.page-live-ops .live-ops-hero .kicker{
  display:inline-block;
  font-size:.78rem;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--accent-2);
  opacity:.92;
  margin-bottom:4px;
}
.page-live-ops .live-ops-hero h1{
  max-width:min(22ch,100%);
  font-size:clamp(1.85rem,3.6vw,2.85rem);
  line-height:1.07;
  letter-spacing:-.03em;
  font-weight:600;
  color:#1e221f;
}
.page-live-ops .live-ops-hero .lead{
  max-width:min(52ch,100%);
  font-size:clamp(1.02rem,1.15vw,1.12rem);
  line-height:1.58;
  color:#3a403c;
}
.page-live-ops .live-ops-hero .hero-note{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(23,23,23,.08);
  max-width:min(48ch,100%);
  font-size:.9rem;
  color:#5c615d;
}
.page-live-ops .live-ops-meta{
  padding:10px 0 14px;
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg, rgba(248,249,250,.5), rgba(250,250,250,.35));
}
.page-live-ops .live-ops-meta-inner{
  max-width:100%;
}
.page-live-ops .live-ops-meta-cluster{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  max-width:min(720px,100%);
}
.page-live-ops .live-ops-meta .breadcrumb-nav{
  display:inline-flex;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  font-size:.9rem;
  color:#4a524e;
}
.page-live-ops .live-ops-depth-label{
  margin:0;
  padding:0 0 0 1px;
  font-size:.78rem;
  letter-spacing:.01em;
  line-height:1.45;
  color:#7a817c;
}
.page-live-ops .live-ops-depth-label a{
  color:var(--accent-2);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(47,107,87,.25);
}
.page-live-ops .live-ops-depth-label a:hover{
  color:var(--accent);
  border-bottom-color:rgba(47,107,87,.45);
}
.page-live-ops .live-ops-bridge{
  background:linear-gradient(180deg, rgba(248,249,250,.92) 0%, rgba(47,107,87,.028) 100%);
  border-top:none;
  border-bottom:1px solid rgba(23,23,23,.06);
}
.page-live-ops .live-ops-bridge .section-head{
  max-width:min(680px,100%);
  margin:0 auto;
  text-align:center;
  padding:clamp(8px,1.5vw,14px) 0 clamp(4px,1vw,8px);
}
.page-live-ops .live-ops-bridge .section-head .eyebrow{
  opacity:.88;
}
.page-live-ops .live-ops-bridge .section-head h2{
  font-size:clamp(1.42rem,2.4vw,1.78rem);
  font-weight:600;
  letter-spacing:-.02em;
  color:#252a27;
}
.page-live-ops .live-ops-bridge .section-head p{
  margin:0;
  color:#3d423e;
  line-height:1.62;
  font-size:clamp(.98rem,1.1vw,1.05rem);
}
.page-live-ops .live-ops-main > section:not(.page-hero):not(.page-meta-section){
  padding-top:clamp(32px,4.5vw,48px);
  padding-bottom:clamp(32px,4.5vw,48px);
}
.page-live-ops .live-ops-main .proof-grid.live-ops-proof h2{
  font-size:clamp(1.55rem,2.5vw,2.05rem);
  margin-top:6px;
}
.page-live-ops .live-ops-main .proof-grid.live-ops-proof .eyebrow{
  margin-bottom:2px;
}
.page-live-ops .live-ops-figure.diagram,
.page-live-ops .live-ops-figure.screenshot-card{
  position:relative;
}
.page-live-ops .live-ops-figure.diagram{
  padding:16px;
  border-radius:16px;
  background:linear-gradient(165deg, var(--white) 0%, var(--off-white) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.8) inset,
    0 22px 50px rgba(15,23,42,.07);
}
.page-live-ops .live-ops-figure.screenshot-card{
  padding:12px 12px 14px;
  border-radius:16px;
  background:linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.75) inset,
    0 20px 44px rgba(15,23,42,.065);
}
.page-live-ops .live-ops-figure img{
  border-radius:12px;
}
.page-live-ops .live-ops-figure .diagram-caption,
.page-live-ops .live-ops-figure .caption{
  font-size:.86rem;
  line-height:1.45;
  color:#5f6560;
  margin-top:12px;
}
.page-live-ops .live-ops-mfa .proof-grid{
  grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);
  align-items:start;
  gap:28px;
}
.page-live-ops .live-ops-mfa-aside.note-panel{
  background:rgba(47,107,87,.04);
  border-color:rgba(47,107,87,.14);
  box-shadow:none;
  padding:16px 18px;
}
.page-live-ops .live-ops-review-band{
  background:linear-gradient(180deg, rgba(47,107,87,.02), rgba(248,249,250,.5));
  border-top:1px solid rgba(23,23,23,.05);
  border-bottom:1px solid rgba(23,23,23,.05);
}
.page-live-ops .live-ops-review-head{
  max-width:min(640px,100%);
  margin-bottom:8px;
}
.page-live-ops .live-ops-review-head h2{
  font-size:clamp(1.5rem,2.5vw,1.95rem);
}
.page-live-ops .live-ops-pillars{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-radius:var(--radius-card);
  border:1px solid rgba(23,23,23,.08);
  overflow:hidden;
  background:rgba(255,255,255,.55);
}
.page-live-ops .live-ops-pillar{
  padding:22px 22px 24px 20px;
  border-left:3px solid rgba(47,107,87,.38);
  border-bottom:1px solid rgba(23,23,23,.06);
  margin:0;
}
.page-live-ops .live-ops-pillar:nth-child(odd){
  border-right:1px solid rgba(23,23,23,.06);
}
.page-live-ops .live-ops-pillar:nth-last-child(-n+2){
  border-bottom:none;
}
.page-live-ops .live-ops-pillar-title{
  font-size:1.02rem;
  font-weight:600;
  letter-spacing:-.015em;
  margin:0 0 8px;
  color:#1e221f;
}
.page-live-ops .live-ops-pillar .muted{
  margin:0;
  font-size:.94rem;
  line-height:1.48;
}
.page-live-ops .live-ops-footer-cta.cta-panel{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
  gap:26px;
  align-items:center;
  padding:clamp(26px,3.5vw,34px);
  background:linear-gradient(145deg, rgba(47,107,87,.04), rgba(248,249,250,.98));
  border-color:rgba(23,23,23,.07);
}
.page-live-ops .live-ops-footer-cta .kicker{
  font-size:.74rem;
  letter-spacing:.1em;
}
.page-live-ops .live-ops-footer-cta h2{
  font-size:clamp(1.35rem,2.2vw,1.72rem);
}
.page-live-ops .live-ops-footer-cta .lead{
  font-size:1.02rem;
  max-width:46ch;
}
.page-live-ops .live-ops-related.note-panel{
  background:rgba(255,255,255,.42);
  border-color:rgba(23,23,23,.07);
  box-shadow:none;
  padding:16px 18px;
}
.page-live-ops .live-ops-related.note-panel strong{
  display:block;
  font-size:.68rem;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:#7a807b;
  font-weight:600;
  margin-bottom:8px;
}
@media (max-width:900px){
  .page-live-ops .live-ops-mfa .proof-grid{
    grid-template-columns:1fr;
  }
  .page-live-ops .live-ops-footer-cta.cta-panel{
    grid-template-columns:1fr;
  }
  .page-live-ops .live-ops-pillars{
    grid-template-columns:1fr;
  }
  .page-live-ops .live-ops-pillar:nth-child(odd){
    border-right:none;
  }
  .page-live-ops .live-ops-pillar{
    border-bottom:1px solid rgba(23,23,23,.06);
  }
  .page-live-ops .live-ops-pillar:last-child{
    border-bottom:none;
  }
}


.change-control-page .change-control-main > section:not(.page-hero):not(.page-meta-section){
  padding:clamp(38px,4.8vw,52px) 0;
}
.change-control-page .cc-hero{
  padding:clamp(56px,7vw,88px) 0 clamp(28px,4vw,40px);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.change-control-page .cc-hero .kicker{
  letter-spacing:.12em;
  font-size:.72rem;
  color:#5c6b63;
}
.change-control-page .cc-hero h1{
  max-width:min(22ch,100%);
  letter-spacing:-.035em;
  line-height:1.05;
}
.change-control-page .cc-hero .lead{
  max-width:min(58ch,100%);
  font-size:clamp(1.05rem,1.25vw,1.15rem);
  line-height:1.58;
  color:#4a524e;
}
.change-control-page .cc-tier-support{
  padding:clamp(32px,4vw,46px) 0;
}
.change-control-page .cc-tier-support h2{
  font-size:clamp(1.32rem,2.1vw,1.62rem);
  letter-spacing:-.02em;
  font-weight:600;
  color:#2a312d;
}
.change-control-page .cc-tier-support .eyebrow{
  font-size:.68rem;
  letter-spacing:.11em;
  color:#6f7a74;
}
.change-control-page .cc-tier-support .diagram{
  padding:14px 16px;
  box-shadow:0 1px 0 rgba(23,23,23,.04), 0 8px 20px rgba(23,23,23,.04);
}
.change-control-page .cc-tier-support .diagram-caption{
  font-size:.92rem;
  margin-top:12px;
}
.change-control-page .cc-proof{
  padding:clamp(52px,6.5vw,84px) 0;
}
.change-control-page .cc-proof-inspectable{
  background:
    linear-gradient(180deg, rgba(47,107,87,.07) 0%, rgba(248,249,250,.35) 42%, transparent 100%),
    linear-gradient(180deg, rgba(250,250,250,.9), rgba(248,249,250,.5));
  border-top:1px solid rgba(47,107,87,.1);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.change-control-page .cc-proof-inspectable .proof-grid{
  gap:clamp(22px,3vw,38px);
}
.change-control-page .cc-proof-copy .eyebrow{
  color:var(--accent-dark);
  font-weight:600;
  letter-spacing:.11em;
  font-size:.72rem;
}
.change-control-page .cc-proof-inspectable h2{
  font-size:clamp(1.72rem,2.9vw,2.28rem);
  letter-spacing:-.038em;
  line-height:1.12;
  max-width:min(20ch,100%);
  margin-top:6px;
}
.change-control-page .cc-proof-inspectable .lead{
  font-size:clamp(1.05rem,1.2vw,1.14rem);
  line-height:1.58;
  max-width:min(48ch,100%);
}
.change-control-page .cc-proof-diagram{
  padding:clamp(18px,2.2vw,24px);
  border-color:rgba(47,107,87,.16);
  box-shadow:0 1px 0 rgba(47,107,87,.06), 0 18px 40px rgba(23,23,23,.07);
}
.change-control-page .cc-proof-diagram img{
  border-color:rgba(23,23,23,.1);
}
.change-control-page .cc-proof-recovery{
  background:linear-gradient(180deg, rgba(117,98,71,.045) 0%, transparent 55%);
  border-top:1px solid rgba(23,23,23,.06);
}
.change-control-page .cc-proof-panel{
  padding:clamp(28px,3.5vw,42px);
  gap:clamp(22px,3vw,34px);
  background:linear-gradient(155deg, rgba(47,107,87,.05), rgba(248,249,250,.98));
  border-color:rgba(47,107,87,.14);
  box-shadow:0 1px 0 rgba(47,107,87,.05), 0 20px 48px rgba(23,23,23,.06);
}
.change-control-page .cc-proof-recovery .kicker{
  font-size:.74rem;
  letter-spacing:.1em;
  color:#4a6b5e;
}
.change-control-page .cc-proof-recovery h2{
  font-size:clamp(1.68rem,2.75vw,2.2rem);
  letter-spacing:-.035em;
  line-height:1.14;
  max-width:min(26ch,100%);
}
.change-control-page .cc-proof-recovery .lead{
  font-size:clamp(1.05rem,1.2vw,1.14rem);
  line-height:1.58;
  max-width:min(48ch,100%);
}
.change-control-page .cc-proof-recovery .muted{
  max-width:min(52ch,100%);
  line-height:1.55;
}
.change-control-page .cc-related{
  padding:clamp(28px,3.5vw,40px) 0 clamp(44px,5vw,64px);
  background:transparent;
  border:none;
}
.change-control-page .cc-related-panel{
  padding:clamp(22px,2.8vw,30px);
  gap:22px;
  background:rgba(248,249,250,.65);
  border-color:rgba(23,23,23,.07);
  box-shadow:0 1px 0 rgba(23,23,23,.03);
}
.change-control-page .cc-related h2{
  font-size:clamp(1.35rem,2vw,1.55rem);
  letter-spacing:-.02em;
}
.change-control-page .cc-related .lead{
  font-size:1.02rem;
  max-width:46ch;
  color:#5a6360;
}
.change-control-page .cc-related .note-panel{
  background:rgba(255,255,255,.5);
  border-color:rgba(23,23,23,.07);
  box-shadow:none;
  padding:16px 18px;
}
.change-control-page .cc-related .note-panel strong{
  display:block;
  font-size:.66rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#7a807b;
  font-weight:600;
  margin-bottom:8px;
}
@media (max-width:900px){
  .change-control-page .cc-proof-inspectable .proof-grid{
    grid-template-columns:1fr;
  }
  .change-control-page .cc-proof-panel{
    grid-template-columns:1fr;
  }
}


.about-page .about-main > section:not(.page-hero){
  padding:clamp(40px,5vw,64px) 0;
}
.about-page .about-hero{
  padding:clamp(52px,6.5vw,84px) 0 clamp(36px,4.5vw,56px);
  border-bottom:1px solid rgba(23,23,23,.07);
  background:linear-gradient(180deg, rgba(250,250,250,.4) 0%, rgba(248,249,250,.5) 55%, transparent 100%);
}
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,400px);
  gap:clamp(32px,4.5vw,48px);
  align-items:start;
}
.about-hero-copy .kicker{
  letter-spacing:.12em;
  font-size:.72rem;
  color:#5c6b63;
}
.about-hero-copy h1{
  max-width:min(42ch,100%);
  font-size:clamp(1.85rem,3.6vw,2.65rem);
  letter-spacing:-.032em;
  line-height:1.08;
  font-weight:600;
  margin:10px 0 16px;
}
.about-hero-copy .lead{
  max-width:min(58ch,100%);
  font-size:clamp(1.06rem,1.2vw,1.16rem);
  line-height:1.58;
  color:#3d4540;
  margin:0 0 18px;
}
.about-hero-copy .hero-note{
  max-width:min(58ch,100%);
  font-size:.98rem;
  line-height:1.55;
  color:#5a635e;
  margin-top:1.25rem;
}
.about-hero-proof{
  min-width:0;
}
.about-proof-panel{
  background:linear-gradient(155deg, rgba(248,249,250,.98), rgba(250,250,250,.92));
  border:1px solid rgba(47,107,87,.14);
  border-radius:var(--radius-card);
  box-shadow:0 1px 0 rgba(47,107,87,.06), 0 20px 48px rgba(23,23,23,.07);
  padding:clamp(26px,3.2vw,34px) clamp(22px,2.8vw,30px);
}
.about-proof-panel-title{
  margin:0 0 clamp(18px,2.2vw,22px);
  font-size:clamp(1.02rem,1.35vw,1.14rem);
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.25;
  color:var(--text-strong);
}
.about-proof-rows{
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(23,23,23,.08);
}
.about-proof-row{
  padding:12px 0;
  font-size:.95rem;
  line-height:1.45;
  color:#3d4540;
  border-bottom:1px solid rgba(23,23,23,.07);
}
.about-proof-row:last-of-type{
  border-bottom:none;
}
.about-proof-footer{
  margin:clamp(18px,2.2vw,22px) 0 0;
  padding-top:clamp(16px,2vw,18px);
  border-top:1px solid rgba(23,23,23,.1);
  font-size:.9rem;
  line-height:1.5;
  color:#5c6560;
}
.about-thesis-section{
  background:linear-gradient(180deg, rgba(250,250,250,.55) 0%, rgba(248,249,250,.35) 45%, transparent 100%);
  border-bottom:1px solid rgba(23,23,23,.06);
}
.about-page .about-main > section.about-thesis-section{
  padding:clamp(52px,6vw,96px) 0;
}
.about-thesis-head{
  max-width:min(72ch,100%);
  margin-bottom:clamp(28px,3.5vw,40px);
}
.about-thesis-head .eyebrow{
  color:var(--accent-dark);
  font-weight:600;
  letter-spacing:.1em;
  font-size:.72rem;
}
.about-thesis-head h2{
  margin:8px 0 14px;
  font-size:clamp(1.55rem,2.6vw,2rem);
  letter-spacing:-.03em;
  line-height:1.12;
  max-width:min(40ch,100%);
  color:var(--text-strong);
}
.about-thesis-intro{
  margin:0;
  font-size:clamp(1.05rem,1.2vw,1.14rem);
  line-height:1.55;
  color:#3d4540;
  max-width:min(68ch,100%);
}
.about-belief-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,2.2vw,24px);
  align-items:stretch;
}
.about-belief-pillar{
  display:flex;
  flex-direction:column;
  height:100%;
  margin:0;
  padding:clamp(22px,2.6vw,30px) clamp(20px,2.4vw,26px);
  background:linear-gradient(165deg, rgba(248,249,250,.98), rgba(255,255,255,.88));
  border:1px solid rgba(23,23,23,.1);
  border-radius:var(--radius-card);
  box-shadow:0 1px 0 rgba(23,23,23,.04), 0 16px 40px rgba(23,23,23,.06);
}
.about-belief-pillar h3{
  margin:0 0 12px;
  font-size:clamp(1.08rem,1.25vw,1.2rem);
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.2;
  color:var(--text-strong);
}
.about-belief-pillar p{
  margin:0;
  margin-top:auto;
  font-size:1rem;
  line-height:1.58;
}
.about-founder-section{
  padding:clamp(40px,5vw,64px) 0;
  border-bottom:1px solid rgba(23,23,23,.06);
  background:linear-gradient(180deg, transparent 0%, rgba(250,250,250,.35) 50%, transparent 100%);
}
.about-founder-panel{
  background:linear-gradient(155deg, rgba(248,249,250,.98), rgba(250,250,250,.88));
  border:1px solid rgba(47,107,87,.12);
  border-radius:var(--radius-card);
  box-shadow:0 1px 0 rgba(47,107,87,.06), 0 24px 56px rgba(23,23,23,.07);
  padding:clamp(24px,3.5vw,36px) clamp(22px,3vw,32px);
}
.about-founder-split{
  display:grid;
  grid-template-columns:minmax(200px,280px) minmax(0,1fr);
  gap:clamp(28px,4vw,44px);
  align-items:start;
}
.about-founder-figure{
  margin:0;
}
.about-founder-photo img{
  width:100%;
  max-width:280px;
  height:auto;
  aspect-ratio:1;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(23,23,23,.1);
  box-shadow:var(--shadow-soft);
  display:block;
}
.about-founder-content .eyebrow{
  color:var(--accent-dark);
  font-weight:600;
  letter-spacing:.1em;
  font-size:.72rem;
}
.about-founder-content h2{
  margin:8px 0 16px;
  font-size:clamp(1.35rem,2.2vw,1.72rem);
  letter-spacing:-.025em;
  line-height:1.18;
  max-width:min(38ch,100%);
  color:var(--text-strong);
}
.about-founder-lead{
  margin:0 0 clamp(18px,2.5vw,22px);
  font-size:clamp(1.02rem,1.15vw,1.08rem);
  line-height:1.62;
  color:#3d4540;
  max-width:min(68ch,100%);
}
.about-founder-content > p + p{
  margin:0;
  font-size:clamp(1.02rem,1.15vw,1.08rem);
  line-height:1.62;
  color:#3d4540;
  max-width:min(68ch,100%);
}
.about-why-section .about-why-grid{
  align-items:start;
}
.about-why-aside{
  background:rgba(255,255,255,.55);
}
.about-building-section{
  padding:clamp(44px,5.5vw,72px) 0;
}
.about-building-grid{
  gap:clamp(24px,3vw,40px);
}
.about-building-shot{
  box-shadow:0 1px 0 rgba(23,23,23,.04), 0 18px 40px rgba(23,23,23,.07);
}
.about-building-shot .caption{
  font-size:.95rem;
}
.about-starts-section{
  padding:clamp(40px,5vw,56px) 0;
}
.about-starts-panel{
  padding:clamp(26px,3.2vw,36px);
  background:linear-gradient(145deg, rgba(47,107,87,.04), rgba(248,249,250,.98));
  border-color:rgba(47,107,87,.12);
}
.about-starts-aside{
  background:rgba(255,255,255,.55);
}
.about-deeper-section{
  padding:clamp(32px,4vw,44px) 0 clamp(48px,6vw,72px);
  background:transparent;
}
.about-deeper-head{
  margin-bottom:clamp(18px,2.5vw,24px);
  text-align:left;
}
.about-deeper-head h2{
  font-size:clamp(1.35rem,2.1vw,1.55rem);
  font-weight:600;
  letter-spacing:-.02em;
  color:#4a524e;
  max-width:min(40ch,100%);
}
.about-deeper-head .eyebrow{
  font-size:.68rem;
  letter-spacing:.11em;
  color:#7a807b;
}
.about-deeper-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.about-deeper-link{
  display:block;
  padding:18px 20px;
  border-radius:16px;
  border:1px solid rgba(23,23,23,.1);
  background:rgba(248,249,250,.72);
  transition:background .15s ease, border-color .15s ease, box-shadow .15s ease;
  text-decoration:none;
  color:inherit;
}
.about-deeper-link:hover{
  background:rgba(255,255,255,.95);
  border-color:rgba(47,107,87,.2);
  box-shadow:0 8px 24px rgba(23,23,23,.05);
}
.about-deeper-link:focus-visible{
  outline:2px solid rgba(47,107,87,.4);
  outline-offset:3px;
}
.about-deeper-link h3{
  margin:0 0 8px;
  font-size:1.02rem;
  font-weight:600;
  letter-spacing:-.015em;
  color:var(--accent-dark);
}
.about-deeper-link p{
  margin:0;
  font-size:.92rem;
  line-height:1.5;
  color:#5c6560;
}
@media (max-width:900px){
  .about-hero-grid{
    grid-template-columns:1fr;
  }
  .about-belief-grid{
    grid-template-columns:1fr;
  }
  .about-founder-split{
    grid-template-columns:1fr;
  }
  .about-founder-photo img{
    max-width:240px;
    margin:0 auto;
  }
  .about-founder-photo{
    display:flex;
    justify-content:center;
  }
  .about-deeper-links{
    grid-template-columns:1fr;
  }
  .about-starts-panel{
    grid-template-columns:1fr;
  }
}


.home-page--focused .home-decision-hero{
  padding:clamp(56px,7vw,94px) 0 clamp(48px,6vw,76px);
  background:
    radial-gradient(circle at 8% 10%,rgba(47,107,87,.09),transparent 36%),
    linear-gradient(180deg,#fff,#f6f8f7);
}
.home-page--focused .home-decision-hero .commercial-hero-grid{
  grid-template-columns:minmax(0,.95fr) minmax(560px,1.05fr);
  gap:clamp(34px,5vw,72px);
}
.home-page--focused .home-decision-hero h1{
  max-width:13ch;
  font-size:clamp(3rem,5.4vw,5rem);
}
.measurement-proof-card{
  position:relative;
  overflow:hidden;
  padding:clamp(24px,3vw,36px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,#162a35 0%,#1d4439 100%);
  color:#fff;
  box-shadow:0 24px 58px rgba(20,39,47,.2);
}
.measurement-proof-card::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-120px;
  bottom:-145px;
  border-radius:50%;
  background:rgba(238,139,46,.18);
}
.measurement-proof-head{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.measurement-proof-head span{
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.12em;
  color:#c9dce4;
}
.measurement-proof-head strong{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#dff1e9;
  color:#1e5f4d;
  font-size:.75rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.measurement-proof-card h2{
  position:relative;
  z-index:1;
  margin:24px 0 22px;
  max-width:19ch;
  color:#fff;
  font-size:clamp(1.65rem,2.6vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.measurement-funnel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(108px,1fr));
  gap:8px;
  overflow-x:auto;
  padding-bottom:4px;
}
.measurement-funnel>div{
  position:relative;
  min-height:108px;
  padding:15px 11px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:13px;
  background:rgba(255,255,255,.09);
}
.measurement-funnel>div:not(:last-child)::after{
  content:"›";
  position:absolute;
  right:-8px;
  top:37px;
  z-index:2;
  width:14px;
  height:22px;
  display:grid;
  place-items:center;
  color:#f3a45b;
  font-size:1.4rem;
  font-weight:900;
}
.measurement-funnel>.measurement-funnel-confirmed::after{content:"+"}
.measurement-funnel strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:1.65rem;
  line-height:1;
}
.measurement-funnel span{
  display:block;
  color:#d7e4e7;
  font-size:.7rem;
  font-weight:700;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.measurement-reduction{
  position:relative;
  z-index:1;
  display:grid;
  gap:3px;
  margin:18px 0 14px;
  padding:13px 15px;
  border:1px solid rgba(238,139,46,.55);
  border-radius:13px;
  background:rgba(238,139,46,.13);
}
.measurement-reduction strong{color:#fff;font-size:.9rem}
.measurement-reduction span{color:#f5d7bc;font-size:.78rem}
.measurement-source{
  position:relative;
  z-index:1;
  margin:0;
  color:#c7d6d9 !important;
  font-size:.76rem;
  line-height:1.45;
}
.home-page--focused .commercial-why,
.home-page--focused .home-outcomes,
.home-page--focused .home-product-proof,
.home-page--focused .home-pilot,
.home-page--focused .home-trust,
.home-page--focused .home-founder{
  padding:clamp(58px,7vw,92px) 0;
}
.home-page--focused .home-outcomes{background:#fff}
.home-outcome-grid .card{border-top:4px solid rgba(238,139,46,.72)}
.home-outcome-grid h3{font-size:1.18rem;line-height:1.25}
.home-product-proof{background:#f1f4f3}
.home-proof-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  align-items:stretch;
}
.home-proof-grid .screenshot-card{height:100%}
.home-proof-grid .screenshot-card picture{display:block}
.home-proof-grid .screenshot-card:not(.home-report-proof) img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top left;
}
.home-report-proof img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  object-position:top;
  background:#fff;
}
.home-pilot{background:#fff}
.home-pilot-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.42fr);
  gap:34px;
  align-items:center;
  margin-bottom:32px;
}
.home-pilot-heading h2{max-width:17ch}
.home-pilot-heading>div>p{max-width:66ch;color:var(--muted)}
.home-pilot-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-pilot-steps article{
  min-height:220px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#f8faf9;
}
.home-pilot-steps article>span{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#17392e;
  color:#fff;
  font-size:.75rem;
  font-weight:850;
}
.home-pilot-steps h3{margin:18px 0 10px;font-size:1.3rem}
.home-pilot-steps p{margin:0;color:var(--muted);line-height:1.58}
.home-trust{background:#172832;color:#f7fbf9}
.home-trust h2{color:#fff}
.home-trust > .container > div > .eyebrow{color:#a9cad8}
.home-trust .checks>div{color:#d7e4e8}
.home-trust .checks>div::before{background:#43b97d}
.home-trust .text-link{color:#8ed9ba}
.home-trust .text-link:hover{color:#b6ead4}
.home-trust .note-panel .eyebrow{color:#4f6f7d}
.home-trust .note-panel .btn-secondary{
  color:var(--accent-2);
  border-color:rgba(47,107,87,.42);
  background:linear-gradient(180deg,var(--accent-tint),#f1f7f3);
  box-shadow:0 4px 12px rgba(47,107,87,.08),inset 0 0 0 1px rgba(255,255,255,.32);
}
.home-trust .note-panel .btn-secondary:hover{
  color:var(--accent-2);
  border-color:rgba(47,107,87,.5);
  background:linear-gradient(180deg,#deebe3,#ebf3ee);
}
.home-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-trust-grid article{
  padding:25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.home-trust-grid strong{display:block;margin-bottom:9px;color:#fff;font-size:1.08rem}
.home-trust-grid p{margin:0;color:#d6e2e5;line-height:1.55}
.home-founder{background:#fff}
.home-founder-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
}
.home-founder-grid h2{font-size:clamp(2rem,3.8vw,3.25rem);max-width:17ch}
.home-founder-grid p{max-width:74ch;color:var(--muted)}
.home-founder-actions{display:grid;justify-items:start;gap:14px}
.text-link{font-weight:750;color:var(--accent-dark)}
.text-link:hover{text-decoration:underline}

@media (max-width:1100px){
  .home-page--focused .home-decision-hero .commercial-hero-grid{
    grid-template-columns:1fr;
  }
  .home-page--focused .home-decision-hero h1{max-width:15ch}
  .home-pilot-heading{grid-template-columns:1fr}
}
@media (max-width:900px){
  .home-proof-grid,
  .home-trust-grid,
  .home-pilot-steps,
  .home-founder-grid{
    grid-template-columns:1fr;
  }
  .home-report-proof img{max-height:460px}
}
@media (max-width:620px){
  .measurement-proof-card{padding:22px 18px;border-radius:22px}
  .measurement-proof-head{align-items:flex-start;flex-direction:column}
  .measurement-funnel{grid-template-columns:repeat(4,minmax(108px,1fr))}
  .home-page--focused .home-decision-hero h1{font-size:clamp(2.7rem,13vw,4rem)}
}


.contact-page--focused .contact-focused-hero{
  padding:clamp(58px,7vw,88px) 0;
  background:linear-gradient(180deg,#f7faf8,#fff);
}
.contact-page--focused .contact-focused-hero h1{
  max-width:14ch;
  font-size:clamp(2.8rem,5vw,4.65rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.contact-focused-section{padding:clamp(54px,7vw,88px) 0;background:#f3f5f4}
.contact-focused-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.65fr);
  gap:24px;
  align-items:start;
}
.contact-focused-form{padding:clamp(26px,3.5vw,42px)}
.contact-focused-form .section-head{max-width:670px}
.contact-focused-form textarea{min-height:150px}
.contact-focused-form .btn-primary{width:100%;justify-content:center}
.contact-focused-aside{
  padding:clamp(26px,3vw,36px);
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.contact-focused-aside h2{font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.08}
.contact-focused-ready{
  margin:26px 0;
  padding:20px;
  border-radius:16px;
  background:#edf4f1;
}
.contact-focused-ready>strong{display:block;margin-bottom:12px;color:var(--accent-dark)}
.contact-review-strip{padding:clamp(48px,6vw,72px) 0}
.contact-page--focused.sample-report-mode .contact-focused-hero{padding:clamp(38px,5vw,58px) 0 clamp(32px,4vw,48px)}
.contact-page--focused.sample-report-mode .contact-focused-hero h1{max-width:20ch;font-size:clamp(2.45rem,4.4vw,4.05rem)}
.sample-report-mode .contact-focused-section{padding-top:clamp(34px,4vw,52px)}
.sample-report-mode .contact-problem-field{display:none}
.contact-sample-card{background:linear-gradient(145deg,#102d3f,#1c5263)}
.commercial-price-card.contact-sample-card strong{font-size:clamp(1.55rem,2.8vw,2.35rem);line-height:1.08}
.contact-sample-card p{font-size:.94rem;line-height:1.55}
@media (max-width:900px){
  .contact-focused-grid{grid-template-columns:1fr}
}


.trust-page--factual .trust-hero{
  padding:clamp(60px,7vw,90px) 0;
  background:linear-gradient(180deg,#f7faf9,#fff);
}
.trust-page--factual .trust-hero h1{
  max-width:18ch;
  font-size:clamp(3rem,5vw,4.75rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.trust-page--factual .trust-hero .lead{max-width:75ch}
.trust-facts-section,
.trust-controls-section,
.trust-boundary-section{
  padding:clamp(58px,7vw,92px) 0;
}
.trust-runtime-split,
.trust-page--factual .trust-screens,
.trust-page--factual .trust-final-cta{
  padding:clamp(56px,7vw,88px) 0;
}
.trust-facts-wrap{
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.trust-facts-table{
  width:100%;
  min-width:820px;
  border-collapse:collapse;
  table-layout:fixed;
}
.trust-facts-table thead{background:#172832;color:#fff}
.trust-facts-table th,
.trust-facts-table td{
  padding:18px 20px;
  text-align:left;
  vertical-align:top;
  line-height:1.52;
  border-bottom:1px solid #dfe5e2;
}
.trust-facts-table thead th{
  color:#fff;
  font-size:.76rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.trust-facts-table thead th:first-child{width:18%}
.trust-facts-table tbody th{color:#17392e;font-size:.95rem}
.trust-facts-table td{color:#4f5d57;font-size:.92rem}
.trust-facts-table tbody tr:last-child th,
.trust-facts-table tbody tr:last-child td{border-bottom:none}
.trust-runtime-split{background:#f1f4f3}
.trust-runtime-split .card ul{padding-left:1.2rem;color:var(--muted)}
.trust-runtime-split .card li{margin:.6rem 0;line-height:1.45}
.trust-control-grid .card{border-top:4px solid rgba(47,107,87,.46)}
.trust-page--factual .trust-screens{background:#172832;color:#fff}
.trust-page--factual .trust-screens h2{color:#fff}
.trust-page--factual .trust-screens .eyebrow{color:#a9cad8}
.trust-page--factual .trust-screens .caption{color:#d6e2e5}
.trust-page--factual .trust-screens .caption strong{color:#fff}
.trust-boundary-section{background:#fff}
.trust-page--factual .trust-final-cta{background:#f1f4f3}

.reports-focused-hero h1{
  max-width:18ch;
  font-size:clamp(3rem,5.1vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.reports-focused-hero .lead{max-width:76ch}
.about-page--credible .about-founder-content .hero-actions{align-items:center}


.use-cases-page--core .use-cases-hero{
  padding:clamp(66px,8vw,104px) 0 clamp(54px,7vw,82px);
  background:linear-gradient(180deg,#f7faf8 0%,#fff 100%);
}
.use-cases-page--core .use-cases-hero h1{
  max-width:18ch;
  font-size:clamp(3rem,5vw,4.8rem);
  line-height:1.01;
}
.use-core-offer{
  padding:clamp(64px,8vw,108px) 0;
  scroll-margin-top:92px;
}
.use-core-offer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:clamp(34px,5vw,70px);
  align-items:center;
}
.use-core-offer-grid--reverse{
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
}
.use-core-offer-media{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(23,23,23,.1);
  background:#fff;
  box-shadow:0 24px 58px rgba(23,23,23,.12);
}
.use-core-offer-media picture{display:block}
.use-core-offer-media img{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
}
.use-core-media-label{
  position:absolute;
  inset:auto 18px 18px 18px;
  display:grid;
  gap:4px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:rgba(19,36,43,.9);
  color:#fff;
  backdrop-filter:blur(9px);
}
.use-core-media-label span{
  color:#bdd2d9;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.12em;
}
.use-core-media-label strong{color:#fff;font-size:1.05rem}
.use-core-offer-copy h2{
  max-width:20ch;
  margin:10px 0 18px;
  font-size:clamp(2.1rem,3.9vw,3.5rem);
  line-height:1.04;
  letter-spacing:-.04em;
}
.use-core-offer-copy>.lead{max-width:64ch;color:var(--muted)}
.use-core-condition-list{
  display:grid;
  gap:10px;
  margin:26px 0;
}
.use-core-condition-list article{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  padding:15px 17px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#f8faf9;
}
.use-core-condition-list article>span,
.use-core-condition-grid article>span{
  color:var(--accent-dark);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.06em;
}
.use-core-condition-list h3,
.use-core-condition-grid h3{margin:0 0 5px;font-size:1rem;line-height:1.25}
.use-core-condition-list p,
.use-core-condition-grid p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.48}
.use-core-condition-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
  margin:26px 0;
}
.use-core-condition-grid article{
  min-height:142px;
  padding:17px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
}
.use-core-condition-grid h3{margin-top:12px}
.use-cases-better{padding:clamp(64px,8vw,100px) 0;background:#fff}
.today-edgentik-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.today-edgentik-grid article{padding:clamp(24px,3vw,34px);border-radius:22px}
.today-edgentik-grid article>span{font-size:.7rem;font-weight:850;letter-spacing:.11em}
.today-edgentik-grid h3{margin:13px 0 18px;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.15}
.today-edgentik-grid li{margin:11px 0;line-height:1.5}
.today-panel{border:1px solid var(--line);background:#f5f6f4}
.today-panel>span{color:#68716c}
.edgentik-panel{border:1px solid rgba(47,107,87,.25);background:#17392e;color:#f7fbf9}
.edgentik-panel h3,.edgentik-panel b{color:#fff}
.edgentik-panel>span{color:#a9cad8}
.edgentik-panel li{color:#dbe8e3}
.use-hierarchy-section{padding:clamp(64px,8vw,100px) 0;background:#f3f6f4}
.use-hierarchy-intro{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(28px,5vw,62px);
  align-items:end;
  margin-bottom:clamp(30px,4vw,44px);
}
.use-hierarchy-intro h2{max-width:20ch;margin:10px 0 0;font-size:clamp(2rem,3.6vw,3.15rem);line-height:1.06}
.use-hierarchy-intro>p{margin:0;color:var(--muted);font-size:1.06rem;line-height:1.64}
.use-hierarchy-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
  align-items:stretch;
}
.use-hierarchy-card{
  position:relative;
  min-height:245px;
  padding:24px 20px 22px;
  border:1px solid rgba(23,23,23,.11);
  border-top:5px solid #4c826e;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(23,23,23,.055);
}
.use-hierarchy-card:nth-child(2){border-top-color:#6b937f}
.use-hierarchy-card:nth-child(3){border-top-color:#a08e60}
.use-hierarchy-card--low{border-top-color:#bc7842}
.use-hierarchy-card>span{font-size:.68rem;font-weight:850;letter-spacing:.1em;color:#607069}
.use-hierarchy-card h3{margin:18px 0 12px;font-size:1.18rem;line-height:1.2}
.use-hierarchy-card p{margin:0;color:var(--muted);font-size:.93rem;line-height:1.56}
.use-hierarchy-card--high{background:linear-gradient(165deg,#edf6f2,#fff);border-color:rgba(47,107,87,.26);border-top-color:#2f6b57}
.use-hierarchy-close{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:18px;
  padding:20px 22px;
  border-radius:16px;
  background:#17392e;
  color:#e1ece8;
}
.use-hierarchy-close strong{color:#fff}
.use-hierarchy-close a{color:#fff;font-weight:750}
.use-industry-insights{padding:clamp(60px,7vw,92px) 0}
.use-industry-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(30px,5vw,60px);
  align-items:center;
}
.use-industry-media{overflow:hidden;border-radius:22px;box-shadow:var(--shadow-soft)}
.use-industry-media picture{display:block}
.use-industry-media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.use-industry-grid h2{max-width:22ch;margin:10px 0 17px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.06}
.use-industry-grid .lead{max-width:65ch;color:var(--muted)}
.use-secondary-capability{padding:clamp(50px,6vw,72px) 0;background:#fff}
.use-secondary-capability-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);
  gap:28px;
  align-items:center;
  padding:clamp(25px,3vw,34px);
  border:1px dashed rgba(23,23,23,.23);
  border-radius:22px;
  background:#f8f9f7;
}
.use-secondary-capability h2{max-width:30ch;margin:13px 0 12px;font-size:clamp(1.55rem,2.7vw,2.2rem);line-height:1.1}
.use-secondary-capability p{color:var(--muted)}
@media (max-width:960px){
  .use-core-offer-grid,
  .use-core-offer-grid--reverse,
  .use-industry-grid,
  .use-secondary-capability-grid,
  .use-hierarchy-intro{grid-template-columns:1fr}
  .use-hierarchy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .use-hierarchy-close{grid-template-columns:1fr}
  .use-core-offer-grid--reverse .use-core-offer-media{order:-1}
}
@media (max-width:720px){
  .use-cases-page--core .use-cases-hero h1{font-size:clamp(2.65rem,12vw,4rem)}
  .use-core-condition-grid,
  .today-edgentik-grid,
  .use-hierarchy-grid{grid-template-columns:1fr}
  .use-core-media-label{position:static;border-radius:0;border:0}
}


.platform-page--edge{
  --edge-ink:#102d3f;
  --edge-deep:#0b2331;
  --edge-blue:#2577b8;
  --edge-orange:#ef741b;
  background:#fff;
}
.platform-page--edge main>section{position:relative}
.platform-page--edge .product-edge-hero{
  padding:clamp(64px,7vw,104px) 0 clamp(58px,7vw,92px);
  overflow:hidden;
  color:#f7fbfd;
  background:
    radial-gradient(circle at 82% 26%,rgba(62,139,183,.22),transparent 30%),
    radial-gradient(circle at 8% 8%,rgba(47,107,87,.28),transparent 30%),
    linear-gradient(135deg,#0a222f 0%,#12384b 60%,#0d2a37 100%);
}
.platform-page--edge .product-edge-hero::after{
  content:"";
  position:absolute;
  inset:auto -10% -55% 45%;
  height:80%;
  transform:rotate(-8deg);
  border-top:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.04),transparent);
}
.product-edge-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(470px,1.06fr);
  gap:clamp(36px,5vw,76px);
  align-items:center;
}
.product-edge-copy{max-width:700px}
.product-edge-copy .kicker{
  color:#d9eae4;
  border-color:rgba(184,212,106,.42);
  background:rgba(255,255,255,.06);
}
.product-edge-copy h1{
  max-width:14.5ch;
  margin:.28em 0 .3em;
  color:#fff;
  font-size:clamp(2.9rem,5.05vw,4.9rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.product-edge-copy .lead{max-width:61ch;color:#d8e6eb;font-size:clamp(1.05rem,1.35vw,1.22rem);line-height:1.56}
.product-edge-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.04)}
.product-edge-copy .btn-secondary:hover{background:rgba(255,255,255,.1)}
.product-hero-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.product-hero-facts span{padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#cbdce2;background:rgba(255,255,255,.05);font-size:.8rem}
.product-hero-facts strong{color:#fff}
.product-edge-device{
  position:relative;
  margin:0;
  padding:18px 18px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));
  box-shadow:0 36px 80px rgba(0,0,0,.3);
  backdrop-filter:blur(16px);
}
.product-edge-device-head{display:flex;justify-content:space-between;gap:16px;padding:2px 4px 10px;color:#bcd0d8;font-size:.7rem;letter-spacing:.1em}
.product-edge-device-head strong{color:#fff;letter-spacing:0;text-transform:none}
.product-edge-device picture{display:block;overflow:hidden;border-radius:18px;background:#dfe2e1}
.product-edge-device img{display:block;width:100%;aspect-ratio:1024/724;object-fit:cover;mix-blend-mode:multiply}
.product-edge-device figcaption{display:grid;gap:4px;padding:18px 6px 2px}
.product-edge-device figcaption strong{color:#fff;font-size:1rem}
.product-edge-device figcaption span{color:#bfcfd5;font-size:.86rem;line-height:1.5}

.product-delivery-hero-visual{
  margin:0;
  padding:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));
  box-shadow:0 36px 80px rgba(0,0,0,.3);
  backdrop-filter:blur(16px);
}
.product-delivery-hero-head{display:flex;justify-content:space-between;gap:16px;padding:2px 4px 13px;color:#bcd0d8;font-size:.68rem;letter-spacing:.09em}
.product-delivery-hero-head strong{color:#fff;letter-spacing:0;text-align:right}
.product-delivery-hero-body{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(210px,1fr);gap:20px;align-items:center;padding:18px;border-radius:18px;background:#f3f6f4}
.product-delivery-hero-body picture{display:block;max-width:280px;margin:auto;filter:drop-shadow(0 18px 24px rgba(16,45,63,.2))}
.product-delivery-hero-body img{display:block;width:100%;height:auto;border-radius:5px}
.product-delivery-proof{color:#33464f}
.product-delivery-proof>span{font-size:.65rem;font-weight:850;letter-spacing:.1em;color:#2f6b57}
.product-delivery-proof>strong{display:block;margin:8px 0 9px;color:#102d3f;font-size:clamp(2.3rem,4vw,3.7rem);line-height:1;letter-spacing:-.05em}
.product-delivery-proof p{margin:0 0 15px;color:#5b6761;font-size:.85rem;line-height:1.45}
.product-delivery-proof ul{margin:0;padding:14px 0 0 18px;border-top:1px solid #d6dfda;color:#375247;font-size:.78rem}
.product-delivery-proof li{margin:.38rem 0}
.product-delivery-hero-note{margin:13px 5px 0;color:#bfcfd5;font-size:.74rem;line-height:1.45}

.platform-page--edge .product-proof-rail{padding:0;background:#fff;border-bottom:1px solid #e1e7e5}
.product-proof-rail ol{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none}
.product-proof-rail li{position:relative;min-height:122px;padding:25px 21px 21px 52px;border-right:1px solid #e3e8e6}
.product-proof-rail li:last-child{border-right:0}
.product-proof-rail li>span{position:absolute;left:18px;top:27px;color:#2f6b57;font-size:.72rem;font-weight:850}
.product-proof-rail strong,.product-proof-rail small{display:block}
.product-proof-rail strong{color:#132f3d;font-size:1rem}
.product-proof-rail small{margin-top:3px;color:#6c7773;line-height:1.35}

.platform-page--edge .product-architecture-section{padding:clamp(74px,8vw,112px) 0;background:#f5f7f6}
.platform-page--edge .product-delivery-section{padding:clamp(76px,8vw,112px) 0;background:#f5f7f6}
.product-delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.product-delivery-grid article{display:flex;flex-direction:column;min-height:330px;padding:26px 23px;border:1px solid #d9e1dd;border-top:5px solid #2f6b57;border-radius:19px;background:#fff;box-shadow:0 15px 36px rgba(16,45,63,.06)}
.product-delivery-grid article:nth-child(2){border-top-color:#2577b8}.product-delivery-grid article:nth-child(3){border-top-color:#d1a34b}.product-delivery-grid article:nth-child(4){border-top-color:#102d3f}
.product-delivery-grid article>span{color:#6a7871;font-size:.7rem;font-weight:850;letter-spacing:.1em}
.product-delivery-grid h3{margin:18px 0 12px;color:#102d3f;font-size:1.35rem;line-height:1.15}
.product-delivery-grid p{margin:0 0 18px;color:#5c6862;font-size:.9rem;line-height:1.57}
.product-delivery-grid strong{display:block;margin-top:auto;padding-top:17px;border-top:1px solid #e1e6e4;color:#244f3e;font-size:.84rem;line-height:1.48}
.product-section-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:clamp(30px,6vw,82px);align-items:end;margin-bottom:34px}
.product-section-intro h2{max-width:17ch;margin:10px 0 0;color:#102d3f;font-size:clamp(2.35rem,4.6vw,4.25rem);line-height:1.01;letter-spacing:-.048em}
.product-section-intro>p{margin:0;color:#59665f;font-size:1.05rem;line-height:1.65}
.product-architecture-figure{margin:0;padding:clamp(16px,2.5vw,28px);border:1px solid #d7dfdc;border-radius:24px;background:#fff;box-shadow:0 20px 48px rgba(16,45,63,.08)}
.product-architecture-figure img{display:block;width:100%;height:auto}
.product-architecture-figure figcaption{padding:13px 8px 0;color:#64716c;font-size:.82rem;text-align:center}
.product-boundary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.product-boundary-grid article{padding:24px;border:1px solid #dce3e0;border-top:4px solid #2f6b57;border-radius:17px;background:#fff}
.product-boundary-grid article:nth-child(2){border-top-color:#2577b8}.product-boundary-grid article:nth-child(3){border-top-color:#ef741b}
.product-boundary-grid article>span{font-size:.67rem;font-weight:850;letter-spacing:.1em;color:#60706a}
.product-boundary-grid h3{margin:9px 0 12px;color:#173647;font-size:1.25rem}
.product-boundary-grid ul{margin:0;padding-left:18px;color:#58645f;font-size:.9rem}
.product-boundary-grid li{margin:.38rem 0}

.platform-page--edge .product-convergence-section{padding:clamp(72px,8vw,108px) 0;background:#fff}
.product-convergence-grid{display:grid;grid-template-columns:minmax(0,.83fr) minmax(520px,1.17fr);gap:clamp(36px,6vw,84px);align-items:center}
.product-convergence-grid h2{max-width:17ch;margin:10px 0 18px;color:#102d3f;font-size:clamp(2.35rem,4.2vw,3.8rem);line-height:1.04;letter-spacing:-.045em}
.product-convergence-grid .lead{color:#58645f}
.product-convergence-card{padding:clamp(25px,3vw,38px);border-radius:26px;color:#fff;background:linear-gradient(145deg,#112f40,#0b2331);box-shadow:0 24px 60px rgba(11,35,49,.2)}
.product-convergence-label{display:flex;justify-content:space-between;gap:16px;margin-bottom:25px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.15);color:#bcd0d8;font-size:.68rem;letter-spacing:.08em}
.product-convergence-label strong{color:#d8e88d;letter-spacing:0}
.product-convergence-flow{display:flex;align-items:center;justify-content:space-between;gap:8px}
.product-convergence-flow div{min-width:0;text-align:center}.product-convergence-flow strong,.product-convergence-flow span{display:block}
.product-convergence-flow strong{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1;color:#fff}
.product-convergence-flow span{max-width:75px;margin-top:7px;color:#b9cbd2;font-size:.67rem;line-height:1.25}
.product-convergence-flow i{color:#6f98aa;font-style:normal;font-size:1.1rem}
.product-convergence-card>p{margin:25px 0 0;padding:18px 19px;border-left:4px solid #b8d46a;border-radius:0 12px 12px 0;color:#d5e2e6;background:rgba(255,255,255,.06);font-size:.83rem}
.product-convergence-card>p strong{display:block;color:#fff;font-size:1rem}

.platform-page--edge .product-surfaces-v2{padding:clamp(76px,8vw,116px) 0;background:#f5f7f6}
.product-surface-row{display:grid;grid-template-columns:minmax(330px,.7fr) minmax(0,1.3fr);gap:clamp(28px,5vw,64px);align-items:center;padding:clamp(28px,4vw,48px) 0;border-top:1px solid #d8e0dd}
.product-surface-row:last-child{border-bottom:1px solid #d8e0dd}
.product-surface-row--reverse{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr)}
.product-surface-row--reverse .product-surface-copy{order:2}.product-surface-row--reverse .product-surface-media{order:1}
.product-surface-copy{position:relative;padding-left:54px}
.product-surface-number{position:absolute;left:0;top:3px;color:#2577b8;font-size:.75rem;font-weight:900;letter-spacing:.08em}
.product-surface-kicker{margin:0 0 8px;color:#2f6b57;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.product-surface-copy h3{margin:0 0 14px;color:#102d3f;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.025em}
.product-surface-copy>p:not(.product-surface-kicker){color:#5b6761}
.product-surface-copy ul{padding-left:19px;color:#41564c;font-size:.9rem}
.product-surface-media{margin:0;overflow:hidden;padding:11px;border:1px solid #ccd7d2;border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(16,45,63,.1)}
.product-surface-media picture{display:block;overflow:hidden;border-radius:11px;background:#edf1f0}
.product-surface-media img{display:block;width:100%;height:auto}

.platform-page--edge .product-hierarchy-section{padding:clamp(78px,8vw,112px) 0;color:#fff;background:linear-gradient(145deg,#0c2938,#133d4e)}
.product-section-intro--light h2{color:#fff}.product-section-intro--light>p{color:#c8d8de}.product-section-intro--light .eyebrow{color:#a9cad8}
.product-hierarchy-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:stretch}
.product-hierarchy-card{min-height:250px;padding:24px 20px;border:1px solid rgba(255,255,255,.15);border-top:5px solid #c4a461;border-radius:17px;background:rgba(255,255,255,.07)}
.product-hierarchy-card--high{border-top-color:#76b79e;background:rgba(118,183,158,.13)}
.product-hierarchy-card--low{border-top-color:#ef8a45;background:rgba(239,138,69,.12)}
.product-hierarchy-card span{color:#a9bdc5;font-size:.62rem;font-weight:850;letter-spacing:.09em}
.product-hierarchy-card h3{margin:15px 0 12px;color:#fff;font-size:1.2rem}
.product-hierarchy-card p{margin:0;color:#d1dde1;font-size:.88rem;line-height:1.52}
.product-hierarchy-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:18px;padding:20px 22px;border:1px solid rgba(255,255,255,.15);border-radius:15px;color:#d2dfe3;background:rgba(0,0,0,.16);font-size:.88rem}
.product-hierarchy-note strong,.product-hierarchy-note a{color:#fff}.product-hierarchy-note a{font-weight:750}

.platform-page--edge .product-usecase-section{padding:clamp(76px,8vw,112px) 0;background:#fff}
.product-usecase-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.product-usecase-card{overflow:hidden;padding-bottom:27px;border:1px solid #dce2df;border-radius:22px;color:#263b46;background:#fff;box-shadow:0 18px 44px rgba(16,45,63,.08);text-decoration:none}
.product-usecase-card picture{display:block;overflow:hidden;aspect-ratio:16/8.8;background:#dfe5e2}
.product-usecase-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-usecase-card:hover img{transform:scale(1.025)}
.product-usecase-card>span,.product-usecase-card>h3,.product-usecase-card>p,.product-usecase-card>strong{display:block;margin-left:28px;margin-right:28px}
.product-usecase-card>span{margin-top:22px;color:#2f6b57;font-size:.67rem;font-weight:850;letter-spacing:.1em}
.product-usecase-card h3{margin-top:8px;margin-bottom:8px;color:#102d3f;font-size:1.8rem}
.product-usecase-card p{color:#5c6762}.product-usecase-card>strong{color:#245445}
.product-secondary-capability{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:18px;padding:20px 22px;border:1px dashed #b8c5bf;border-radius:15px;background:#f7f8f7}
.product-secondary-capability>span{font-size:.65rem;font-weight:850;letter-spacing:.1em;color:#8b6841}.product-secondary-capability>strong{color:#173647}.product-secondary-capability p{margin:0;color:#606b66;font-size:.86rem}.product-secondary-capability a{font-weight:750}

.platform-page--edge .product-deployment-facts{padding:clamp(76px,8vw,112px) 0;color:#fff;background:#102d3f}
.product-facts-table-wrap{overflow-x:auto;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#fff}
.product-facts-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#34464f}
.product-facts-table th,.product-facts-table td{padding:18px 21px;text-align:left;vertical-align:top;border-top:1px solid #e2e7e5;line-height:1.5}
.product-facts-table thead th{border-top:0;color:#fff;background:#2577b8;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.product-facts-table thead th:first-child{width:19%;background:#1f5f92}.product-facts-table tbody th{color:#173647;background:#f2f5f4}.product-facts-table tbody td:last-child{background:#f8faf9}
.product-deployment-facts .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35);background:transparent}

.platform-page--edge .product-final-proof{padding:clamp(76px,8vw,112px) 0;overflow:hidden;background:linear-gradient(145deg,#edf4f0,#fff)}
.product-final-proof-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:clamp(36px,7vw,90px);align-items:center}
.product-final-proof h2{max-width:14ch;margin:12px 0 18px;color:#102d3f;font-size:clamp(2.5rem,4.5vw,4.2rem);line-height:1;letter-spacing:-.045em}
.product-final-proof .lead{color:#59665f}
.product-report-covers{display:flex;align-items:flex-start;justify-content:center;gap:20px;padding:20px}
.product-report-covers picture{display:block;width:42%;transform:rotate(-3deg);filter:drop-shadow(0 22px 30px rgba(16,45,63,.18))}
.product-report-covers picture:last-child{margin-top:38px;transform:rotate(4deg)}
.product-report-covers img{display:block;width:100%;height:auto;border-radius:7px}
.product-report-covers--single picture,.product-report-covers--single picture:last-child{width:min(66%,390px);margin-top:0;transform:rotate(-2deg)}


.site-edge-system{padding:clamp(62px,7vw,94px) 0;background:#edf3f0}
.site-edge-system-grid{display:grid;grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr);gap:clamp(34px,6vw,78px);align-items:center}
.site-edge-device{margin:0;padding:17px;border:1px solid #cdd9d3;border-radius:24px;background:#fff;box-shadow:0 22px 54px rgba(16,45,63,.11)}
.site-edge-device img{display:block;width:100%;height:auto;border-radius:16px;mix-blend-mode:multiply}
.site-edge-system-copy h2{max-width:17ch;margin:10px 0 16px;color:#102d3f;font-size:clamp(2.25rem,4vw,3.6rem);line-height:1.03;letter-spacing:-.04em}
.site-edge-system-copy .lead{color:#58655f}
.site-edge-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}
.site-edge-facts div{padding:14px;border-left:3px solid #2577b8;background:#fff}.site-edge-facts strong,.site-edge-facts span{display:block}.site-edge-facts strong{color:#173647}.site-edge-facts span{color:#65716b;font-size:.77rem;line-height:1.4}
.site-edge-diagram{grid-column:1/-1;margin:0;padding:18px;border:1px solid #d0d9d5;border-radius:20px;background:#fff}.site-edge-diagram img{display:block;width:100%;height:auto}.site-edge-diagram figcaption{padding:9px 4px 0;color:#68746e;font-size:.78rem;text-align:center}
.trust-system-diagram{padding:clamp(58px,7vw,88px) 0;background:#f0f4f2}
.trust-system-diagram .section-head{max-width:820px}.trust-system-diagram .section-head h2{max-width:21ch}

@media (max-width:1080px){
  .product-edge-hero-grid,.product-convergence-grid{grid-template-columns:1fr}
  .product-edge-copy{max-width:790px}.product-edge-copy h1{max-width:15ch}
  .product-edge-device{max-width:760px}
  .product-delivery-hero-visual{max-width:780px}
  .product-delivery-grid{grid-template-columns:repeat(2,1fr)}
  .product-hierarchy-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  .product-section-intro,.product-boundary-grid,.product-surface-row,.product-surface-row--reverse,.product-final-proof-grid,.site-edge-system-grid{grid-template-columns:1fr}
  .product-section-intro{align-items:start}.product-section-intro h2{max-width:21ch}
  .product-proof-rail ol{grid-template-columns:repeat(3,1fr)}.product-proof-rail li{border-bottom:1px solid #e3e8e6}
  .product-surface-row--reverse .product-surface-copy,.product-surface-row--reverse .product-surface-media{order:initial}
  .product-hierarchy-grid{grid-template-columns:repeat(2,1fr)}
  .product-hierarchy-note,.product-secondary-capability{grid-template-columns:1fr}
  .site-edge-diagram{grid-column:auto}
}
@media (max-width:720px){
  .platform-page--edge .product-edge-hero{padding-top:48px}
  .product-edge-copy h1{font-size:clamp(2.65rem,12vw,4rem)}
  .product-delivery-hero-head{display:grid}.product-delivery-hero-head strong{text-align:left}
  .product-delivery-hero-body{grid-template-columns:1fr}.product-delivery-hero-body picture{max-width:235px}
  .product-delivery-grid{grid-template-columns:1fr}.product-delivery-grid article{min-height:auto}
  .product-hero-facts{display:grid}
  .product-proof-rail ol,.product-usecase-grid,.product-hierarchy-grid,.site-edge-facts{grid-template-columns:1fr}
  .product-proof-rail li{min-height:auto;border-right:0}
  .product-convergence-flow{display:grid;grid-template-columns:1fr}.product-convergence-flow i{transform:rotate(90deg)}.product-convergence-flow span{max-width:none}
  .product-surface-copy{padding-left:0;padding-top:35px}.product-surface-number{top:0}
  .product-facts-table{min-width:760px}
  .product-report-covers{padding:0}.product-report-covers picture{width:47%}
}


.platform-page.platform-page--edge main>.product-edge-hero{padding:clamp(52px,6vw,82px) 0 clamp(48px,6vw,74px)}
.platform-page.platform-page--edge main>.product-proof-rail{padding:0}
.platform-page.platform-page--edge main>.product-delivery-section,
.platform-page.platform-page--edge main>.product-surfaces-v2,
.platform-page.platform-page--edge main>.product-hierarchy-section,
.platform-page.platform-page--edge main>.product-usecase-section,
.platform-page.platform-page--edge main>.product-deployment-facts,
.platform-page.platform-page--edge main>.product-final-proof{padding:clamp(76px,8vw,112px) 0}
.platform-page.platform-page--edge main>.product-convergence-section,
.platform-page.platform-page--edge main>.product-architecture-section{padding:clamp(72px,8vw,108px) 0}
@media (max-width:720px){
  .platform-page.platform-page--edge main>.product-edge-hero{padding-top:48px}
}


/* 2026-07-14 commercial proof refinement */
.home-scan-deliverable{background:#f1f4f3}
.home-deliverable-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:30px;align-items:stretch}
.home-deliverable-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.home-deliverable-steps article{padding:24px;border:1px solid #d9e1dd;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(16,45,63,.055)}
.home-deliverable-steps article>span{display:block;margin-bottom:18px;color:#2f6b57;font-size:.72rem;font-weight:850;letter-spacing:.1em}
.home-deliverable-steps h3{margin:0 0 10px;color:#102d3f;font-size:1.18rem;line-height:1.2}
.home-deliverable-steps p{margin:0;color:#5c6862;font-size:.9rem;line-height:1.58}
.home-deliverable-report{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(150px,1fr);gap:20px;align-items:center;padding:24px;border-radius:20px;background:#102d3f;color:#fff;box-shadow:0 22px 52px rgba(16,45,63,.18)}
.home-deliverable-report picture{display:block;max-width:210px;margin:auto;filter:drop-shadow(0 18px 25px rgba(0,0,0,.28))}
.home-deliverable-report img{display:block;width:100%;height:auto;border-radius:4px}
.home-deliverable-report span{display:block;margin-bottom:12px;color:#9fc4b5;font-size:.7rem;font-weight:850;letter-spacing:.1em}
.home-deliverable-report strong{display:block;margin-bottom:10px;font-size:1.28rem;line-height:1.2}
.home-deliverable-report p{margin:0;color:#d4e0e4;font-size:.86rem;line-height:1.55}
.product-scale-section .cards{margin-top:28px}
.product-scale-section .card .report-chip{display:inline-flex;width:max-content;margin-bottom:14px}
@media (max-width:980px){.home-deliverable-grid{grid-template-columns:1fr}.home-deliverable-report{grid-template-columns:minmax(120px,.45fr) minmax(190px,1fr)}}
@media (max-width:680px){.home-deliverable-steps{grid-template-columns:1fr}.home-deliverable-report{grid-template-columns:1fr;text-align:center}.home-deliverable-report picture{max-width:190px}.home-deliverable-report span{margin-left:auto;margin-right:auto}}
.home-page .home-trust .section-head h2{color:#fff}
.home-page .home-trust .section-head .eyebrow{color:#a9cad8}


/* Version 8: forklift-first homepage and clearer processing proof */
.home-page--focused .home-decision-hero{
  padding:clamp(46px,5.8vw,76px) 0 clamp(38px,4.8vw,58px);
}
.home-page--focused .home-decision-hero .commercial-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(520px,1fr);
  gap:clamp(30px,4.5vw,64px);
}
.home-page--focused .home-decision-hero h1{
  max-width:18ch;
  font-size:clamp(2.7rem,4.65vw,4.45rem);
  line-height:1.015;
}
.home-page--focused .home-decision-hero .lead{max-width:60ch}
.home-page--focused .commercial-why{padding-top:clamp(46px,5.8vw,72px)}
.product-convergence-card h3{
  margin:0 0 24px;
  max-width:24ch;
  color:#fff;
  font-size:clamp(1.45rem,2.4vw,2.15rem);
  line-height:1.12;
  letter-spacing:-.025em;
}
.product-convergence-flow--two{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:16px;
}
.product-convergence-flow--two div{
  min-height:132px;
  padding:20px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.055);
}
.product-convergence-flow--two span{
  max-width:20ch;
  margin:9px auto 0;
  font-size:.73rem;
  line-height:1.35;
}
@media (max-width:1100px){
  .home-page--focused .home-decision-hero .commercial-hero-grid{grid-template-columns:1fr}
  .home-page--focused .home-decision-hero h1{max-width:19ch}
}
@media (max-width:620px){
  .home-page--focused .home-decision-hero h1{font-size:clamp(2.35rem,11.5vw,3.45rem)}
  .product-convergence-flow--two{grid-template-columns:1fr}
  .product-convergence-flow--two i{transform:rotate(90deg)}
}

/* Completed sample finding - public recurrence proof */
.completed-finding-section{
  padding:clamp(68px,8vw,108px) 0;
  background:#fff;
}
.completed-finding-section--product,
.completed-finding-section--reports{background:#eef4f1}
.completed-finding-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:clamp(36px,6vw,82px);
  align-items:center;
}
.completed-finding-copy h2{
  max-width:19ch;
  margin:10px 0 18px;
  color:#102d3f;
  font-size:clamp(2.35rem,4.2vw,3.85rem);
  line-height:1.04;
  letter-spacing:-.045em;
}
.completed-finding-copy>.lead{
  max-width:66ch;
  color:#56645e;
  font-size:clamp(1rem,1.45vw,1.15rem);
}
.completed-finding-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:28px 0 20px;
}
.completed-finding-metrics>div{
  min-width:0;
  padding:17px 15px;
  border:1px solid #d6e0db;
  border-radius:14px;
  background:#f8faf9;
}
.completed-finding-metrics strong,
.completed-finding-metrics span{display:block}
.completed-finding-metrics strong{
  color:#173f34;
  font-size:clamp(1.25rem,2vw,1.72rem);
  line-height:1.05;
  letter-spacing:-.025em;
}
.completed-finding-metrics span{
  margin-top:7px;
  color:#5e6964;
  font-size:.75rem;
  line-height:1.35;
}
.completed-finding-callout{
  margin:0 0 18px;
  padding:21px 22px;
  border-left:4px solid #d88624;
  border-radius:0 14px 14px 0;
  background:#fff8ee;
}
.completed-finding-section--home .completed-finding-callout{background:#f8f3e9}
.completed-finding-callout strong{
  display:block;
  color:#8a4d0b;
  font-size:.72rem;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.completed-finding-callout p{
  margin:8px 0 7px;
  color:#183445;
  font-size:1.03rem;
  font-weight:750;
  line-height:1.45;
}
.completed-finding-callout span{
  display:block;
  color:#66716b;
  font-size:.82rem;
  line-height:1.52;
}
.completed-finding-assurance{
  margin:0 0 10px;
  color:#2f5e50;
  font-size:.86rem;
  line-height:1.5;
}
.completed-finding-source{
  max-width:72ch;
  margin:0 0 24px;
  color:#6a746f;
  font-size:.76rem;
  line-height:1.55;
}
.completed-finding-preview{
  margin:0;
  padding:18px;
  border:1px solid #d3ddd8;
  border-radius:22px;
  background:#f7faf8;
  box-shadow:0 24px 58px rgba(16,45,63,.14);
}
.completed-finding-section--product .completed-finding-preview{background:#fff}
.completed-finding-preview a{
  display:block;
  overflow:hidden;
  border-radius:10px;
  background:#fff;
  box-shadow:0 10px 26px rgba(16,45,63,.12);
}
.completed-finding-preview picture,
.completed-finding-preview img{display:block;width:100%;height:auto}
.completed-finding-preview figcaption{
  margin:13px 4px 1px;
  color:#65716b;
  font-size:.75rem;
  line-height:1.45;
  text-align:center;
}
@media (max-width:980px){
  .completed-finding-grid{grid-template-columns:1fr}
  .completed-finding-preview{max-width:620px;margin-inline:auto}
}
@media (max-width:720px){
  .completed-finding-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .completed-finding-copy h2{font-size:clamp(2.15rem,10vw,3.15rem)}
}
@media (max-width:430px){
  .completed-finding-metrics{grid-template-columns:1fr 1fr}
  .completed-finding-metrics>div{padding:15px 13px}
}



/* Version 8.3: broader category positioning with forklift as the lead example */
.home-page--focused .hero-example-label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:12px 4px 0;
  color:#52635d;
  font-size:.82rem;
  line-height:1.4;
}
.home-page--focused .hero-example-label span{
  color:#2f6b57;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
@media (max-width:620px){
  .home-page--focused .hero-example-label{align-items:flex-start;flex-direction:column;gap:3px}
}

/* Version 8.6.6: keep the physical pilot path visible before responsibility and scope details. */
.pilot-system-flow{
  padding:clamp(64px,8vw,108px) 0;
  background:#fff;
}
.pilot-system-flow .commercial-section-head{
  max-width:920px;
}
.pilot-system-flow .commercial-section-head h2{
  max-width:25ch;
}
.pilot-system-flow .pilot-dataflow-figure{
  margin-top:34px;
}

/* Version 8.4: make the physical pilot and data path visible without turning the homepage into an architecture page. */
.pilot-deployment-clarity{
  padding:clamp(64px,8vw,108px) 0;
  background:#f2f6f4;
}
.pilot-deployment-clarity .commercial-section-head{
  max-width:900px;
}
.pilot-deployment-clarity .commercial-section-head h2{
  max-width:22ch;
}
.pilot-deployment-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:34px 0 30px;
}
.pilot-deployment-facts article{
  min-height:220px;
  padding:24px;
  border:1px solid #d7e0dc;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(16,45,63,.06);
}
.pilot-deployment-facts article>span{
  display:block;
  margin-bottom:16px;
  color:#2f6b57;
  font-size:.74rem;
  font-weight:850;
  letter-spacing:.1em;
}
.pilot-deployment-facts h3{
  margin:0 0 10px;
  font-size:1.18rem;
  line-height:1.25;
}
.pilot-deployment-facts p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.6;
}
.pilot-dataflow-figure{
  margin:0;
  padding:clamp(12px,2vw,20px);
  border:1px solid #d1dcd7;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 54px rgba(16,45,63,.09);
}
.pilot-dataflow-figure picture,
.pilot-dataflow-figure img{
  display:block;
  width:100%;
  height:auto;
  border-radius:15px;
}
.pilot-dataflow-figure figcaption{
  padding:14px 8px 2px;
  color:#68746e;
  font-size:.82rem;
  line-height:1.5;
  text-align:center;
}
.pilot-timeline-visual{
  margin:0;
  padding:10px;
  border-radius:24px;
  background:#122a36;
  box-shadow:0 22px 52px rgba(16,45,63,.16);
}
.pilot-timeline-visual img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.pilot-timeline-mobile{display:none}

.home-practical-flow{
  padding:clamp(70px,8vw,106px) 0;
  color:#f7fbf9;
  background:#172832;
}
.home-practical-flow .commercial-section-head{
  max-width:900px;
}
.home-practical-flow .commercial-section-head h2{
  max-width:24ch;
  color:#fff;
}
.home-practical-flow .commercial-section-head p{
  color:#d4e0e2;
}
.home-practical-flow .eyebrow{
  color:#a9cad8;
}
.home-practical-flow-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  column-gap:48px;
  row-gap:48px;
  margin:34px 0 24px;
  padding:0;
  list-style:none;
  counter-reset:none;
}
.home-practical-flow-grid li{
  position:relative;
  min-height:196px;
  padding:24px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  background:rgba(255,255,255,.055);
}
.home-practical-flow-grid li:not(:last-child)::after{
  content:"→";
  position:absolute;
  top:50%;
  right:-39px;
  z-index:2;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  transform:translateY(-50%);
  color:#9fd0c6;
  background:transparent;
  font-size:1.55rem;
  line-height:1;
  font-weight:800;
  pointer-events:none;
}
.home-practical-flow-grid li>span{
  display:inline-grid;
  width:38px;
  height:38px;
  place-items:center;
  margin-bottom:18px;
  border-radius:50%;
  color:#17392e;
  background:#b6ddd4;
  font-size:.76rem;
  font-weight:900;
}
.home-practical-flow-grid h3{
  margin:0 0 10px;
  color:#fff;
  font-size:1.2rem;
}
.home-practical-flow-grid p{
  margin:0;
  color:#d4e0e2;
  font-size:.93rem;
  line-height:1.58;
}
.home-practical-flow-footer{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}
.home-practical-flow-footer p{
  max-width:760px;
  margin:0;
  color:#d4e0e2;
}
.home-practical-flow-footer strong{color:#fff}
.home-practical-flow-footer .text-link{
  flex:0 0 auto;
  color:#b6ddd4;
}

@media (max-width:1100px){
  .pilot-deployment-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-practical-flow-grid{
    grid-template-columns:1fr;
    row-gap:48px;
  }
  .home-practical-flow-grid li:not(:last-child)::after{
    top:auto;
    right:50%;
    bottom:-39px;
    transform:translateX(50%) rotate(90deg);
  }
}
@media (max-width:720px){
  .pilot-deployment-facts{
    grid-template-columns:1fr;
  }
  .pilot-deployment-facts article{min-height:0}
  .pilot-dataflow-figure{
    margin-left:-8px;
    margin-right:-8px;
    padding:7px;
    border-radius:18px;
  }
  .pilot-dataflow-figure figcaption{text-align:left}
  .pilot-timeline-visual{display:none}
  .pilot-timeline-mobile{display:grid}
  .home-practical-flow-grid li{min-height:0}
  .home-practical-flow-footer{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Evidence-integrity release */
.report-evidence-gallery{display:grid;gap:clamp(40px,6vw,76px)}
.report-evidence-package{background:#fff;border:1px solid var(--line,#d8e0e7);border-radius:24px;padding:clamp(22px,4vw,42px);box-shadow:0 18px 48px rgba(13,38,74,.08)}
.report-evidence-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}
.report-evidence-header>div:first-child{max-width:760px}.report-identity{font-size:.9rem;color:var(--muted,#5e7180)}.report-identity code{font-size:.86em}
.report-preview-pages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.report-preview-page{margin:0;background:#f7fafb;border:1px solid #d7e1e7;border-radius:14px;padding:10px;box-shadow:0 10px 25px rgba(13,38,74,.07)}
.report-preview-page img{display:block;width:100%;height:auto;border-radius:8px;background:#fff}.report-preview-page figcaption{font-weight:700;color:#183044;font-size:.9rem;padding:10px 4px 2px}
.report-data-basis{margin:22px 0 0;color:#526675;font-size:.92rem;border-left:3px solid #e97a18;padding-left:14px}
.request-report-cover{max-width:280px;margin:18px auto}.request-report-cover img{display:block;width:100%;height:auto;border-radius:10px;box-shadow:0 14px 34px rgba(13,38,74,.13)}
.sample-report-static .contact-focused-aside{align-self:start}.sample-report-static .contact-focused-form{align-self:start}
.pilot-gate-rule{background:#f6faf8}.pilot-gate-rule code,.founding-site-program code{font-size:.9em}
@media(max-width:900px){.report-evidence-header{align-items:flex-start;flex-direction:column}.report-preview-pages{grid-template-columns:1fr 1fr}.report-preview-page:last-child{grid-column:1/-1;max-width:50%;justify-self:center}}
@media(max-width:620px){.report-preview-pages{grid-template-columns:1fr}.report-preview-page:last-child{grid-column:auto;max-width:none}.report-evidence-package{padding:18px}}


/* v8.6.3: three-offer architecture and compact policy presentation */
.policy-list{margin:16px 0 0;padding-left:1.4rem;color:var(--muted)}
.policy-list li{margin:.62rem 0;line-height:1.45}
.policy-detail-list{display:grid;gap:0;margin:22px 0 0;padding:0;list-style:none;counter-reset:policy}
.policy-detail-list li{position:relative;display:grid;gap:4px;padding:15px 14px 15px 48px;border-top:1px solid var(--line);counter-increment:policy}
.policy-detail-list li:first-child{border-top:0}
.policy-detail-list li::before{content:counter(policy,decimal-leading-zero);position:absolute;left:12px;top:17px;color:var(--accent-dark);font-size:.72rem;font-weight:850;letter-spacing:.06em}
.policy-detail-list[start="6"]{counter-reset:policy 5}
.policy-detail-list strong{color:var(--ink)}
.policy-detail-list span{color:var(--muted);font-size:.91rem;line-height:1.48}
.policy-detail-list .policy-highlight{border-radius:13px;background:#edf6f2}
.ppe-offer-panel{padding:clamp(26px,4vw,42px);border-radius:24px;background:#17392e;color:#e4efeb;box-shadow:0 22px 52px rgba(16,45,63,.16)}
.ppe-offer-panel>span{display:block;color:#a9cad8;font-size:.7rem;font-weight:850;letter-spacing:.1em}
.ppe-offer-panel h3{margin:14px 0 22px;color:#fff;font-size:clamp(1.55rem,2.8vw,2.2rem);line-height:1.12}
.ppe-offer-panel .checks>div{color:#e4efeb;border-color:rgba(255,255,255,.14)}
.pilot-timeline-five{grid-template-columns:repeat(5,minmax(0,1fr))}
.pilot-timeline-five article{padding:22px 18px}
@media(max-width:1100px){.pilot-timeline-five{grid-template-columns:repeat(2,minmax(0,1fr))}.pilot-timeline-five article{border-bottom:1px solid var(--line)}}
@media(max-width:720px){.pilot-timeline-five{grid-template-columns:1fr}.forklift-pack-summary{grid-template-columns:1fr}}

/* v8.6.3 mobile correction: match base selector specificity. */
@media (max-width:1100px){
  .commercial-page .commercial-hero-grid{grid-template-columns:minmax(0,1fr)}
  .commercial-page .commercial-solution-hero .commercial-hero-grid{grid-template-columns:minmax(0,1fr)}
}

/* Product hero v8.6.9: plain-language completed Scan */
.platform-page--edge .product-edge-hero.product-edge-hero--clear{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(54px,6.5vw,88px) 0 0;
  background:
    linear-gradient(90deg,#05263a 0%,#05263a 43%,rgba(5,38,58,.96) 61%,rgba(5,38,58,.6) 100%);
}
.platform-page--edge .product-edge-hero.product-edge-hero--clear::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0 0 0 58%;
  background:
    linear-gradient(90deg,#05263a 0%,rgba(5,38,58,.55) 34%,rgba(5,38,58,.18) 72%),
    url("edgentik-forklift-material-flow-hero.webp") center/cover no-repeat;
  opacity:.9;
}
.platform-page--edge .product-edge-hero.product-edge-hero--clear::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:radial-gradient(circle at 48% 24%,rgba(35,125,185,.2),transparent 36%);
  pointer-events:none;
}
.product-hero-clear-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);
  gap:clamp(34px,4.6vw,72px);
  align-items:center;
}
.product-hero-clear-copy{max-width:640px;padding-bottom:clamp(40px,5vw,72px)}
.product-hero-clear-copy .kicker{
  color:#e5f2ed;
  border-color:rgba(92,198,128,.45);
  background:rgba(255,255,255,.045);
}
.product-hero-clear-copy h1{
  max-width:12.5ch;
  margin:.48em 0 .35em;
  color:#fff;
  font-size:clamp(3rem,4.7vw,4.8rem);
  line-height:.99;
  letter-spacing:-.052em;
}
.product-hero-clear-copy h1 span{display:block;color:#2f8de4}
.product-hero-clear-copy .lead{max-width:56ch;color:#d7e4e9;font-size:clamp(1.02rem,1.22vw,1.19rem);line-height:1.62}
.product-hero-clear-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.035)}
.product-hero-clear-copy .btn-secondary:hover{background:rgba(255,255,255,.1)}
.product-hero-clear-tagline{margin:28px 0 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);color:#fff;font-size:clamp(1rem,1.25vw,1.22rem);font-weight:720}
.product-hero-clear-panel{
  position:relative;
  padding:clamp(20px,2vw,30px);
  border:1px solid rgba(255,255,255,.21);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(4,35,54,.96),rgba(6,47,69,.9));
  box-shadow:0 32px 78px rgba(0,0,0,.35);
  backdrop-filter:blur(12px);
}
.product-hero-clear-panel-head>span{color:#61d889;font-size:.72rem;font-weight:850;letter-spacing:.12em}
.product-hero-clear-panel-head h2{margin:9px 0 20px;color:#fff;font-size:clamp(1.7rem,2.2vw,2.3rem);line-height:1.08;letter-spacing:-.025em}
.product-hero-clear-panel-body{display:grid;grid-template-columns:minmax(230px,.84fr) minmax(270px,1.16fr);gap:22px;align-items:stretch}
.product-hero-clear-steps{display:grid;margin:0;padding:0;list-style:none}
.product-hero-clear-steps li{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start;padding:15px 0;border-top:1px solid rgba(255,255,255,.11)}
.product-hero-clear-steps li:first-child{padding-top:4px;border-top:0}
.product-hero-step-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:#fff;font-size:1rem;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.product-hero-step-icon--green{background:#17844d}.product-hero-step-icon--blue{background:#176fc1}.product-hero-step-icon--orange{background:#d87a09}.product-hero-step-icon--purple{background:#6847a7}
.product-hero-clear-steps strong{display:block;color:#fff;font-size:1.02rem;line-height:1.25}
.product-hero-clear-steps p{margin:5px 0 0;color:#c9d8df;font-size:.86rem;line-height:1.45}
.product-hero-clear-report{display:flex;flex-direction:column;margin:0;padding:12px;border-radius:18px;background:#f5f7f6;box-shadow:0 22px 50px rgba(0,0,0,.24)}
.product-hero-clear-report picture{display:block;overflow:hidden;border-radius:10px;background:#fff}
.product-hero-clear-report img{display:block;width:100%;height:100%;max-height:420px;object-fit:cover;object-position:top}
.product-hero-clear-report figcaption{margin-top:10px;color:#4f6259;font-size:.72rem;line-height:1.4}
.product-hero-clear-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:clamp(38px,4.5vw,66px);
  border-top:1px solid rgba(255,255,255,.14);
  background:rgba(2,26,41,.74);
  backdrop-filter:blur(8px);
}
.product-hero-clear-benefits>div{position:relative;min-height:160px;padding:30px 28px 28px 74px;border-left:1px solid rgba(255,255,255,.14)}
.product-hero-clear-benefits>div:first-child{border-left:0}
.product-hero-clear-benefits strong{display:block;color:#fff;font-size:1.05rem;line-height:1.2}
.product-hero-clear-benefits p{margin:8px 0 0;color:#c5d5db;font-size:.84rem;line-height:1.55}
.product-benefit-dot{position:absolute;left:26px;top:30px;width:32px;height:32px;border-radius:50%;box-shadow:0 0 0 9px rgba(255,255,255,.045)}
.product-benefit-dot--green{background:#35b66d}.product-benefit-dot--blue{background:#2f8de4}.product-benefit-dot--orange{background:#e28a1d}.product-benefit-dot--purple{background:#8d6bc6}
@media (max-width:1160px){
  .product-hero-clear-grid{grid-template-columns:1fr}
  .product-hero-clear-copy{max-width:780px;padding-bottom:0}
  .product-hero-clear-copy h1{max-width:14ch}
  .product-hero-clear-panel{max-width:900px}
  .platform-page--edge .product-edge-hero.product-edge-hero--clear::before{inset:45% 0 0 42%;opacity:.4}
}
@media (max-width:840px){
  .product-hero-clear-panel-body{grid-template-columns:1fr}
  .product-hero-clear-report img{height:auto;max-height:none}
  .product-hero-clear-benefits{grid-template-columns:repeat(2,1fr)}
  .product-hero-clear-benefits>div:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .product-hero-clear-benefits>div:nth-child(4){border-top:1px solid rgba(255,255,255,.14)}
}
@media (max-width:560px){
  .platform-page--edge .product-edge-hero.product-edge-hero--clear{padding-top:42px}
  .product-hero-clear-copy h1{font-size:clamp(2.7rem,13vw,3.7rem)}
  .product-hero-clear-copy .hero-actions{display:grid}
  .product-hero-clear-copy .hero-actions .btn{width:100%;justify-content:center}
  .product-hero-clear-panel{padding:18px;border-radius:22px}
  .product-hero-clear-benefits{grid-template-columns:1fr}
  .product-hero-clear-benefits>div{min-height:0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .product-hero-clear-benefits>div:first-child{border-top:0}
}

/* v8.7.0 Product hero: completed Scan explained in buyer language */
.platform-page--edge .product-edge-hero.product-edge-hero--clear{
  min-height:760px;
}
.product-hero-clear-copy h1{
  max-width:13.5ch;
}
.product-hero-clear-panel{
  overflow:hidden;
}
.product-hero-clear-panel::after{
  content:"";
  position:absolute;
  inset:auto -18% -38% 42%;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(47,141,228,.12),transparent 68%);
  pointer-events:none;
}
.product-hero-clear-panel-body,
.product-hero-clear-panel-head{
  position:relative;
  z-index:1;
}
.product-hero-clear-report img{
  object-fit:contain;
  background:#fff;
}
.product-hero-clear-benefits strong{
  letter-spacing:-.01em;
}
@media (max-width:1160px){
  .platform-page--edge .product-edge-hero.product-edge-hero--clear{min-height:0}
}

/* Product hero v8.7.1: evidence-led, non-cinematic */
.platform-page--edge .product-edge-hero.product-edge-hero--clear{
  padding:clamp(56px,6vw,84px) 0 0;
  background:linear-gradient(135deg,#06293c 0%,#0a3448 58%,#0d3d50 100%);
}
.platform-page--edge .product-edge-hero.product-edge-hero--clear::before{
  display:none;
}
.platform-page--edge .product-edge-hero.product-edge-hero--clear::after{
  background:
    radial-gradient(circle at 78% 18%,rgba(57,135,167,.14),transparent 34%),
    linear-gradient(180deg,transparent 0%,rgba(0,0,0,.08) 100%);
}
.product-hero-clear-grid{
  grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);
  gap:clamp(42px,5vw,76px);
  align-items:start;
}
.product-hero-clear-copy{
  max-width:620px;
  padding-top:clamp(12px,2vw,28px);
  padding-bottom:clamp(44px,5vw,68px);
}
.product-hero-clear-copy h1{
  max-width:13ch;
  font-size:clamp(3rem,4.45vw,4.45rem);
  line-height:1.01;
}
.product-hero-clear-copy h1 span{color:#4b9fe6}
.product-hero-clear-panel{
  padding:clamp(22px,2.2vw,30px);
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:#0b3145;
  box-shadow:0 18px 44px rgba(0,0,0,.2);
  backdrop-filter:none;
}
.product-hero-clear-panel-head>span{color:#72c98e}
.product-hero-clear-panel-body{
  grid-template-columns:minmax(220px,.78fr) minmax(300px,1.22fr);
  gap:24px;
}
.product-hero-clear-steps li{
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  padding:17px 0;
}
.product-hero-step-icon{
  width:30px;
  height:30px;
  border-radius:8px;
  font-size:.78rem;
  box-shadow:none;
}
.product-hero-clear-steps p{font-size:.84rem}
.product-hero-clear-report{
  padding:10px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}
.product-hero-clear-report img{
  max-height:455px;
  object-fit:contain;
  background:#fff;
}
.product-hero-clear-report figcaption{
  padding:0 2px 2px;
  color:#5c6a63;
}
.product-hero-clear-benefits{
  max-width:none;
  margin-top:0;
  border-top:0;
  background:#f7f9f8;
  backdrop-filter:none;
  box-shadow:0 -1px 0 rgba(16,45,63,.08);
}
.product-hero-clear-benefits>div{
  min-height:144px;
  padding:28px 26px 24px 68px;
  border-left:1px solid #dbe3df;
}
.product-hero-clear-benefits strong{color:#102d3f}
.product-hero-clear-benefits p{color:#596861}
.product-benefit-dot{
  left:24px;
  top:29px;
  width:28px;
  height:28px;
  box-shadow:0 0 0 8px rgba(16,45,63,.045);
}
@media (max-width:1160px){
  .product-hero-clear-grid{grid-template-columns:1fr}
  .product-hero-clear-copy{max-width:760px;padding-top:0;padding-bottom:10px}
  .product-hero-clear-panel{max-width:920px}
}
@media (max-width:840px){
  .product-hero-clear-benefits>div:nth-child(3),
  .product-hero-clear-benefits>div:nth-child(4){border-top:1px solid #dbe3df}
}
@media (max-width:560px){
  .product-hero-clear-benefits>div{border-top:1px solid #dbe3df}
  .product-hero-clear-benefits>div:first-child{border-top:0}
}

/* v8.7.2 — measurement-led product and proof surfaces */
.product-measurement-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 82% 8%,rgba(75,159,230,.16),transparent 32%),
    linear-gradient(145deg,#071e2c 0%,#0b2a3b 58%,#0d3445 100%);
  padding:clamp(58px,7vw,92px) 0 0;
}
.product-measurement-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);
  gap:clamp(38px,5vw,74px);
  align-items:start;
}
.product-measurement-copy{padding-top:clamp(4px,1vw,18px);padding-bottom:clamp(44px,6vw,78px)}
.product-measurement-copy .kicker{color:#80dd9f}
.product-measurement-copy h1{
  max-width:11.5ch;
  margin:18px 0 24px;
  color:#fff;
  font-size:clamp(3.2rem,5.25vw,5.65rem);
  line-height:.98;
  letter-spacing:-.052em;
}
.product-measurement-copy h1 span{display:block;color:#4b9fe6}
.product-measurement-copy .lead{max-width:58ch;color:#d7e4e9;font-size:clamp(1.03rem,1.25vw,1.2rem);line-height:1.65}
.product-measurement-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.04)}
.product-measurement-copy .btn-secondary:hover{background:rgba(255,255,255,.1)}
.product-measurement-tagline{margin:26px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);font-weight:760;color:#fff}
.product-measurement-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.product-measurement-steps li{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:11px;
  min-height:112px;
  padding:17px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.045);
}
.product-measurement-steps li>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(75,159,230,.18);color:#83c2f1;font-size:.75rem;font-weight:850}
.product-measurement-steps strong{display:block;color:#fff;font-size:.98rem;line-height:1.25}
.product-measurement-steps p{margin:5px 0 0;color:#bdced6;font-size:.82rem;line-height:1.42}

.evidence-summary-panel{
  color:#153246;
  border:1px solid #d9e3e7;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 74px rgba(0,0,0,.22);
}
.evidence-summary-panel--hero{padding:clamp(22px,2.7vw,34px)}
.evidence-summary-head{margin-bottom:20px}
.evidence-summary-head h2,.evidence-summary-head h3{margin:10px 0 7px;color:#102e42;line-height:1.08;letter-spacing:-.025em}
.evidence-summary-head h2{font-size:clamp(1.75rem,2.4vw,2.45rem)}
.evidence-summary-head h3{font-size:clamp(1.45rem,2vw,2rem)}
.evidence-summary-head p{margin:0;color:#5a6b75;font-size:.91rem;line-height:1.5}
.evidence-status-pill{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;background:#e7f7ec;color:#236c43;font-size:.69rem;font-weight:880;letter-spacing:.105em}
.evidence-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dbe5e8;border-radius:16px;background:#f7faf9}
.evidence-metric-grid>div{min-width:0;padding:15px 13px;border-left:1px solid #dbe5e8}
.evidence-metric-grid>div:first-child{border-left:0}
.evidence-metric-grid span,.evidence-metric-grid strong{display:block}
.evidence-metric-grid span{min-height:2.5em;color:#65747c;font-size:.7rem;line-height:1.2;text-transform:uppercase;letter-spacing:.055em}
.evidence-metric-grid strong{margin-top:8px;color:#123247;font-size:clamp(1rem,1.35vw,1.32rem);line-height:1.08}
.evidence-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.evidence-location-card,.evidence-peak-card{margin:0;padding:16px;border:1px solid #dbe5e8;border-radius:16px;background:#f8faf9}
.evidence-card-label{display:block;color:#61727b;font-size:.68rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase}
.evidence-location-card>strong,.evidence-peak-card>strong{display:block;margin-top:12px;color:#14364a;font-size:1.02rem}
.evidence-location-card>p,.evidence-peak-card>p{margin:5px 0 0;color:#65737b;font-size:.76rem;line-height:1.4}
.location-schematic{position:relative;height:118px;margin-top:12px;overflow:hidden;border:1px solid #d8e1dd;border-radius:12px;background:#eef2ef}
.location-schematic .aisle{position:absolute;top:9px;bottom:9px;width:18%;border:1px solid #d1dbd5;border-radius:5px;background:repeating-linear-gradient(180deg,#dce5df 0 10px,#f0f4f1 10px 18px)}
.location-schematic .aisle--1{left:4%}.location-schematic .aisle--2{left:28%}.location-schematic .aisle--3{left:52%}.location-schematic .aisle--4{left:76%}
.location-schematic .cross-aisle{position:absolute;left:0;right:0;top:49%;height:24px;transform:translateY(-50%);background:#fff;border-top:1px solid #cbd7d0;border-bottom:1px solid #cbd7d0}
.location-schematic .location-marker{position:absolute;left:58%;top:49%;width:21px;height:21px;transform:translate(-50%,-50%);border:5px solid rgba(235,122,24,.23);border-radius:50%;background:#eb7a18;box-shadow:0 0 0 3px #fff}
.peak-window-visual{display:grid;grid-template-columns:auto minmax(80px,1fr) auto;gap:10px;align-items:center;margin-top:29px;padding:21px 14px;border:1px solid #d8e2e6;border-radius:12px;background:#fff}
.peak-window-visual span{font-weight:850;color:#17394d;font-size:.91rem}
.peak-window-visual i{position:relative;height:8px;border-radius:999px;background:#dce7ec}
.peak-window-visual i::before{content:"";position:absolute;inset:0;border-radius:999px;background:linear-gradient(90deg,#f1ad54,#eb7a18)}
.peak-window-visual i::after{content:"PEAK";position:absolute;left:50%;bottom:15px;transform:translateX(-50%);color:#a85a12;font-size:.59rem;font-weight:900;letter-spacing:.1em}
.evidence-report-link{display:grid;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:center;margin-top:14px;padding:12px;border:1px solid #d6e2e6;border-radius:16px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.evidence-report-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,44,61,.1)}
.evidence-report-link picture{display:block;overflow:hidden;border-radius:7px;border:1px solid #d8e0e3;background:#fff}
.evidence-report-link img{display:block;width:100%;height:100px;object-fit:cover;object-position:top}
.evidence-report-link small,.evidence-report-link strong,.evidence-report-link em{display:block}
.evidence-report-link small{color:#2b7650;font-size:.63rem;font-weight:900;letter-spacing:.09em}
.evidence-report-link strong{margin-top:5px;color:#123247;font-size:.98rem;line-height:1.25}
.evidence-report-link em{margin-top:5px;color:#68777e;font-size:.73rem;line-height:1.4;font-style:normal}
.evidence-source-note{margin:13px 2px 0;color:#64747b;font-size:.72rem;line-height:1.45}
.product-evidence-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(46px,6vw,76px);border-top:1px solid rgba(255,255,255,.13);background:#f5f8f6;color:#17374a}
.product-evidence-strip>div{padding:25px 24px;border-left:1px solid #dbe3df}
.product-evidence-strip>div:first-child{border-left:0}
.product-evidence-strip strong{display:block;color:#15364a;font-size:1rem}
.product-evidence-strip p{margin:7px 0 0;color:#65746d;font-size:.8rem;line-height:1.5}

.completed-finding-section--measurement-led .completed-finding-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:start}
.evidence-summary-panel--home{padding:clamp(20px,2.5vw,30px);box-shadow:0 18px 50px rgba(14,51,41,.12)}
.evidence-summary-panel--home .evidence-report-link{grid-template-columns:72px minmax(0,1fr)}
.evidence-summary-panel--home .evidence-report-link img{height:88px}

.reports-findings-overview{padding:clamp(52px,7vw,88px) 0;background:#eef4f1}
.sample-finding-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}
.sample-finding-card{padding:clamp(22px,3vw,32px);border:1px solid #d5e0db;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(24,55,44,.08)}
.sample-finding-card header h3{margin:12px 0 0;color:#17394c;font-size:clamp(1.45rem,2vw,2rem)}
.sample-finding-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-top:22px;border:1px solid #dbe5e1;border-radius:14px;background:#f7faf8}
.sample-finding-metrics>div{padding:14px 11px;border-left:1px solid #dbe5e1}.sample-finding-metrics>div:first-child{border-left:0}
.sample-finding-metrics span,.sample-finding-metrics strong{display:block}.sample-finding-metrics span{color:#6b7973;font-size:.66rem;text-transform:uppercase;letter-spacing:.055em}.sample-finding-metrics strong{margin-top:7px;color:#17384a;font-size:.98rem;line-height:1.18}
.sample-finding-signals{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.sample-finding-signals>div{padding:15px;border:1px solid #dbe5e1;border-radius:13px;background:#fbfcfb}
.sample-finding-signals span,.sample-finding-signals strong{display:block}.sample-finding-signals span{color:#6a7973;font-size:.67rem;text-transform:uppercase;letter-spacing:.055em}.sample-finding-signals strong{margin-top:7px;color:#18394c;font-size:.94rem;line-height:1.3}
.sample-finding-report{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;align-items:center;margin-top:12px;padding:11px;border:1px solid #d8e2de;border-radius:14px;color:inherit;text-decoration:none;background:#f8faf9}
.sample-finding-report picture{display:block;overflow:hidden;border:1px solid #d7e0dc;border-radius:6px}.sample-finding-report img{display:block;width:100%;height:92px;object-fit:cover;object-position:top}.sample-finding-report strong,.sample-finding-report em{display:block}.sample-finding-report strong{color:#17394c;font-size:.94rem}.sample-finding-report em{margin-top:5px;color:#687871;font-size:.72rem;line-height:1.4;font-style:normal}
.reports-gallery{padding-top:clamp(52px,7vw,86px)}

@media(max-width:1120px){
  .product-measurement-grid{grid-template-columns:1fr}
  .product-measurement-copy{max-width:820px;padding-bottom:0}
  .product-measurement-copy h1{max-width:13ch}
  .evidence-summary-panel--hero{max-width:900px}
  .completed-finding-section--measurement-led .completed-finding-grid{grid-template-columns:1fr}
  .evidence-summary-panel--home{max-width:820px}
}
@media(max-width:820px){
  .product-measurement-steps{grid-template-columns:1fr}
  .product-evidence-strip{grid-template-columns:1fr 1fr}
  .product-evidence-strip>div:nth-child(3){border-left:0;border-top:1px solid #dbe3df}
  .product-evidence-strip>div:nth-child(4){border-top:1px solid #dbe3df}
  .evidence-metric-grid,.sample-finding-metrics{grid-template-columns:1fr 1fr}
  .evidence-metric-grid>div:nth-child(3),.sample-finding-metrics>div:nth-child(3){border-left:0;border-top:1px solid #dbe5e8}
  .evidence-metric-grid>div:nth-child(4),.sample-finding-metrics>div:nth-child(4){border-top:1px solid #dbe5e8}
  .sample-finding-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .product-measurement-hero{padding-top:42px}
  .product-measurement-copy h1{font-size:clamp(2.65rem,13vw,3.55rem)}
  .product-measurement-copy .hero-actions{display:grid}.product-measurement-copy .hero-actions .btn{width:100%;justify-content:center}
  .evidence-summary-panel--hero,.evidence-summary-panel--home{padding:17px;border-radius:19px}
  .evidence-signal-grid,.sample-finding-signals{grid-template-columns:1fr}
  .product-evidence-strip{grid-template-columns:1fr}
  .product-evidence-strip>div{border-left:0;border-top:1px solid #dbe3df}.product-evidence-strip>div:first-child{border-top:0}
  .evidence-report-link{grid-template-columns:62px minmax(0,1fr);gap:12px}.evidence-report-link img{height:78px}
  .sample-finding-metrics{grid-template-columns:1fr 1fr}
}

/* v8.7.2 sample-finding visual refinements */
.sample-finding-visuals{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.sample-finding-visuals .evidence-location-card,.sample-finding-visuals .evidence-peak-card{background:#fbfcfb}
.sample-finding-visuals .location-schematic{height:105px}
.sample-finding-visuals .peak-window-visual{margin-top:24px;padding:18px 11px}
.location-schematic--dock{background:linear-gradient(180deg,#eef2ef 0 70%,#e1e8e4 70%)}
.location-schematic--dock .dock-wall{position:absolute;left:8%;right:8%;top:17%;height:7px;border-radius:4px;background:#b9c7bf}
.location-schematic--dock .dock-bay{position:absolute;top:24%;width:16%;height:52%;border:1px solid #c5d2cb;border-radius:4px 4px 0 0;background:repeating-linear-gradient(180deg,#dce5df 0 9px,#f2f5f3 9px 16px)}
.location-schematic--dock .dock-bay--1{left:9%}.location-schematic--dock .dock-bay--2{left:31%}.location-schematic--dock .dock-bay--3{left:53%}.location-schematic--dock .dock-bay--4{left:75%}
.location-schematic--dock .location-marker{left:83%;top:70%}
@media(max-width:600px){.sample-finding-visuals{grid-template-columns:1fr}}

/* v8.7.4 product hero: measured finding first, native and claim-bounded */
.product-native-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(54px,6vw,86px) 0 0;
  color:#fff;
  background:linear-gradient(130deg,#08283a 0%,#0a3548 54%,#0b2b3c 100%);
}
.product-native-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 78% 14%,rgba(70,153,191,.16),transparent 34%);
}
.product-native-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(250px,.72fr) minmax(390px,1.28fr);
  gap:clamp(26px,3vw,46px);
  align-items:start;
}
.product-native-copy{padding-top:18px}
.product-native-copy .kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border:1px solid rgba(86,197,120,.48);
  border-radius:999px;
  color:#d8eee0;
  background:rgba(18,85,64,.18);
}
.product-native-copy .kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:#55c57b}
.product-native-copy h1{
  max-width:11ch;
  margin:22px 0 18px;
  color:#fff;
  font-size:clamp(3.2rem,5vw,5.55rem);
  line-height:.98;
  letter-spacing:-.052em;
}
.product-native-copy h1 span{color:#51a2e6}
.product-native-copy .lead{max-width:48ch;color:#d5e2e7;font-size:clamp(1.02rem,1.25vw,1.18rem);line-height:1.62}
.product-native-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.035)}
.product-native-copy .btn-secondary:hover{background:rgba(255,255,255,.1)}
.product-native-tagline{margin:26px 0 0;padding-top:21px;border-top:1px solid rgba(255,255,255,.14);color:#fff;font-size:clamp(1rem,1.22vw,1.2rem);font-weight:720}
.product-native-workflow,
.product-native-proof{
  border:1px solid rgba(255,255,255,.17);
  border-radius:24px;
  background:rgba(4,30,44,.48);
  box-shadow:0 22px 54px rgba(0,0,0,.17);
  backdrop-filter:blur(4px);
}
.product-native-workflow{padding:clamp(22px,2.4vw,32px)}
.product-native-overline{display:block;color:#62d18a;font-size:.7rem;font-weight:850;letter-spacing:.1em}
.product-native-workflow h2{margin:9px 0 14px;color:#fff;font-size:clamp(1.45rem,1.9vw,2rem);line-height:1.08}
.product-native-steps{display:grid;margin:0;padding:0;list-style:none}
.product-native-steps li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:17px 0;border-top:1px solid rgba(255,255,255,.12)}
.product-native-steps li:first-child{border-top:0}
.product-native-steps li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:#176fc1;font-size:.75rem;font-weight:900}
.product-native-steps li:nth-child(1)>span{background:#218750}
.product-native-steps li:nth-child(3)>span{background:#d97b0d}
.product-native-steps li:nth-child(4)>span{background:#6848a7}
.product-native-steps strong{display:block;color:#fff;font-size:.96rem;line-height:1.3}
.product-native-steps p{margin:5px 0 0;color:#c7d8df;font-size:.82rem;line-height:1.48}
.product-native-proof{padding:clamp(18px,2vw,26px)}
.product-native-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.product-native-metrics>div{min-width:0;padding:12px 10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.055);text-align:center}
.product-native-metrics span{display:block;min-height:2.4em;color:#bcd0d8;font-size:.64rem;line-height:1.2}
.product-native-metrics strong{display:block;margin-top:7px;color:#fff;font-size:1rem;line-height:1.05}
.product-native-metrics>div:first-child strong,
.product-native-metrics>div:last-child strong{color:#62d18a}
.product-native-chart-card{margin-top:14px;padding:16px 16px 12px;border-radius:16px;background:#f7faf8;color:#15364a}
.product-native-card-head{display:flex;justify-content:space-between;gap:16px;align-items:end}
.product-native-card-head span{display:block;color:#62736c;font-size:.67rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.product-native-card-head strong{display:block;margin-top:3px;color:#17384b;font-size:.92rem}
.product-native-card-head small{color:#6f8079;font-size:.66rem}
.product-native-bars{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:end;height:178px;margin:18px 0 0;padding:0 8px 2px;border-bottom:1px solid #cfdad5;list-style:none}
.product-native-bars li{position:relative;display:grid;grid-template-rows:1fr auto auto;justify-items:center;height:100%;min-width:0}
.product-native-bars i{align-self:end;width:min(34px,68%);height:var(--bar-height);min-height:12px;border-radius:7px 7px 0 0;background:#75a991}
.product-native-bars li.is-peak i{background:#218750;box-shadow:0 0 0 4px rgba(33,135,80,.1)}
.product-native-bars strong{position:absolute;top:calc(100% - var(--bar-height) - 22px);color:#17384b;font-size:.72rem}
.product-native-bars span{margin-top:7px;color:#63736c;font-size:.62rem;font-weight:720}
.product-native-proof-bottom{display:grid;grid-template-columns:minmax(150px,.78fr) minmax(180px,1.22fr);gap:12px;margin-top:12px}
.product-native-location,
.product-native-report{border-radius:15px;background:#f7faf8;color:#17384b}
.product-native-location{padding:14px}
.product-native-location>span{display:block;color:#62736c;font-size:.67rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.product-native-location-map{position:relative;height:83px;margin:10px 0;border:1px solid #cbd8d2;border-radius:10px;background:linear-gradient(#edf3f0 1px,transparent 1px),linear-gradient(90deg,#edf3f0 1px,transparent 1px);background-size:18px 18px}
.product-native-location-map i{position:absolute;top:8px;bottom:8px;width:10px;border-radius:3px;background:#d7e1dc}
.product-native-location-map i:nth-child(1){left:11%}.product-native-location-map i:nth-child(2){left:34%}.product-native-location-map i:nth-child(3){left:57%}.product-native-location-map i:nth-child(4){left:80%}
.product-native-location-map b{position:absolute;left:5%;right:5%;top:45%;height:12px;border-radius:4px;background:#d7e1dc}
.product-native-location-map em{position:absolute;left:50%;top:51%;width:18px;height:18px;border:5px solid rgba(216,122,9,.32);border-radius:50%;background:#d87a09;transform:translate(-50%,-50%);box-shadow:0 0 0 6px rgba(216,122,9,.12)}
.product-native-location strong{display:block;font-size:.88rem}.product-native-location small{display:block;margin-top:4px;color:#74837c;font-size:.65rem}
.product-native-report{display:grid;grid-template-columns:94px minmax(0,1fr);gap:12px;align-items:center;padding:10px;text-decoration:none}
.product-native-report picture{display:block;overflow:hidden;border:1px solid #d4ded9;border-radius:8px;background:#fff}
.product-native-report img{display:block;width:100%;height:112px;object-fit:cover;object-position:top}
.product-native-report strong{display:block;color:#17384b;font-size:.88rem}.product-native-report small{display:block;margin-top:5px;color:#6d7c75;font-size:.68rem;line-height:1.4}
.product-native-report:hover strong{text-decoration:underline}
.product-native-disclosure{margin:13px 2px 0;color:#aebfc6;font-size:.66rem;line-height:1.5}
.product-native-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(42px,5vw,66px);background:#f7faf8;color:#16374a}
.product-native-strip>div{padding:26px 24px;border-left:1px solid #dbe3df}
.product-native-strip>div:first-child{border-left:0}
.product-native-strip strong{display:block;color:#15364a;font-size:.96rem;line-height:1.25}
.product-native-strip p{margin:7px 0 0;color:#66766f;font-size:.78rem;line-height:1.48}
@media(max-width:1120px){
  .product-native-grid{grid-template-columns:minmax(280px,.9fr) minmax(440px,1.1fr)}
  .product-native-workflow{grid-column:1;grid-row:2}
  .product-native-proof{grid-column:2;grid-row:1 / span 2}
  .product-native-copy h1{max-width:12ch}
}
@media(max-width:850px){
  .product-native-grid{grid-template-columns:1fr}
  .product-native-copy,.product-native-workflow,.product-native-proof{grid-column:auto;grid-row:auto}
  .product-native-copy h1{max-width:13ch}
  .product-native-workflow{display:none}
  .product-native-strip{grid-template-columns:1fr 1fr}
  .product-native-strip>div:nth-child(3){border-left:0;border-top:1px solid #dbe3df}
  .product-native-strip>div:nth-child(4){border-top:1px solid #dbe3df}
}
@media(max-width:560px){
  .product-native-hero{padding-top:38px}
  .product-native-copy h1{font-size:clamp(2.65rem,13vw,3.7rem)}
  .product-native-copy .hero-actions{display:grid}
  .product-native-copy .hero-actions .btn{width:100%;justify-content:center}
  .product-native-metrics{grid-template-columns:1fr 1fr}
  .product-native-proof-bottom{grid-template-columns:1fr}
  .product-native-bars{gap:6px;height:155px;padding-inline:2px}
  .product-native-bars i{width:min(27px,72%)}
  .product-native-strip{grid-template-columns:1fr}
  .product-native-strip>div{border-left:0;border-top:1px solid #dbe3df}
  .product-native-strip>div:first-child{border-top:0}
}

/* v8.7.4 Product hero: cinematic, claim-bounded, native HTML/CSS */
.product-cinematic-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(48px,5vw,74px) 0 0;
  color:#fff;
  background:
    radial-gradient(circle at 70% 18%,rgba(33,175,112,.14),transparent 31%),
    linear-gradient(112deg,#031523 0%,#031b2b 48%,#05283a 100%);
}
.product-cinematic-hero::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:min(47vw,760px);
  background:
    linear-gradient(90deg,rgba(2,15,25,.24) 0%,rgba(2,15,25,.55) 62%,#031927 100%),
    linear-gradient(180deg,rgba(2,15,25,.18),rgba(2,15,25,.72)),
    url("edgentik-forklift-material-flow-hero.webp?v=20260715-v883") center/cover no-repeat;
  opacity:.82;
  filter:saturate(1.12) contrast(1.06) brightness(.8);
}
.product-cinematic-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 76%,rgba(1,12,20,.38));
}
.product-cinematic-media{display:none}
.product-cinematic-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(330px,.84fr) minmax(650px,1.55fr);
  gap:clamp(34px,4vw,64px);
  align-items:center;
}
.product-cinematic-copy{padding:18px 0 34px}
.product-cinematic-copy .kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  border:1px solid rgba(67,200,114,.5);
  border-radius:999px;
  color:#e5f7eb;
  background:rgba(5,39,43,.55);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.product-cinematic-copy .kicker::before{content:"";width:9px;height:9px;border-radius:50%;background:#38c16c;box-shadow:0 0 16px rgba(56,193,108,.55)}
.product-cinematic-copy h1{
  max-width:12ch;
  margin:27px 0 20px;
  color:#fff;
  font-size:clamp(3.25rem,5.1vw,5.45rem);
  line-height:.99;
  letter-spacing:-.052em;
  text-shadow:0 5px 24px rgba(0,0,0,.34);
}
.product-cinematic-copy h1 span{color:#37b96d}
.product-cinematic-copy .lead{max-width:47ch;color:#e2edf2;font-size:clamp(1.02rem,1.3vw,1.19rem);line-height:1.62;text-shadow:0 2px 14px rgba(0,0,0,.42)}
.product-cinematic-copy .hero-actions{margin-top:27px}
.product-cinematic-copy .btn-primary{background:linear-gradient(180deg,#32b96c,#168c4d);border-color:#37ba6e;box-shadow:0 15px 34px rgba(11,120,64,.3)}
.product-cinematic-copy .btn-secondary{color:#fff;border-color:rgba(255,255,255,.44);background:rgba(3,23,36,.58);backdrop-filter:blur(8px)}
.product-cinematic-copy .btn-secondary:hover{background:rgba(255,255,255,.1)}
.product-cinematic-tagline{margin:27px 0 0;padding-top:23px;border-top:1px solid rgba(255,255,255,.17);color:#fff;font-size:clamp(1.02rem,1.25vw,1.24rem);font-weight:710}
.product-cinematic-showcase{
  position:relative;
  padding:clamp(22px,2.3vw,34px);
  border:1px solid rgba(90,213,138,.42);
  border-radius:24px;
  background:linear-gradient(150deg,rgba(4,26,39,.91),rgba(2,20,32,.78));
  box-shadow:0 34px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(9px);
}
.product-cinematic-showcase::before{content:"";position:absolute;inset:-1px;border-radius:24px;pointer-events:none;background:linear-gradient(135deg,rgba(81,209,132,.22),transparent 34%);opacity:.65}
.product-cinematic-overline{position:relative;display:block;color:#45ce7a;font-size:.72rem;font-weight:850;letter-spacing:.09em}
.product-cinematic-showcase h2{position:relative;margin:9px 0 18px;color:#fff;font-size:clamp(1.55rem,2vw,2.08rem);line-height:1.08}
.product-cinematic-grid>*{min-width:0}
.product-cinematic-showcase--image{
  width:100%;
  max-width:875px;
  justify-self:center;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:22px;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.product-cinematic-showcase--image::before{display:none}
.product-cinematic-showcase-image{position:relative;z-index:1;width:100%;margin:0}
.product-cinematic-showcase-image picture,.product-cinematic-showcase-image img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto}
.product-cinematic-showcase-image img{border-radius:22px;box-shadow:0 24px 64px rgba(0,0,0,.32)}
.product-cinematic-showcase--site-view{align-self:center;padding:24px}
.product-cinematic-site-view{position:relative;z-index:1;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#fff;box-shadow:0 24px 64px rgba(0,0,0,.3)}
.product-cinematic-site-view picture{display:block;height:500px;overflow:hidden}
.product-cinematic-site-view img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}
.product-cinematic-site-view figcaption{padding:11px 14px;border-top:1px solid #d8e3ef;color:#526676;background:#f7fafc;font-size:.72rem;line-height:1.45}
.product-cinematic-showcase-grid{position:relative;display:grid;grid-template-columns:minmax(230px,.78fr) minmax(390px,1.32fr);gap:20px;align-items:stretch}
.product-cinematic-steps{display:grid;margin:0;padding:0;list-style:none}
.product-cinematic-steps li{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start;padding:18px 0;border-top:1px solid rgba(255,255,255,.13)}
.product-cinematic-steps li:first-child{border-top:0;padding-top:7px}
.step-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;font-size:1.18rem;font-weight:900;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.18)}
.step-icon--green{background:linear-gradient(160deg,#39b96b,#147b45)}
.step-icon--blue{background:linear-gradient(160deg,#318fe6,#075eb8)}
.step-icon--orange{background:linear-gradient(160deg,#f49a17,#c56700)}
.step-icon--purple{background:linear-gradient(160deg,#7d68c5,#47328e)}
.product-cinematic-steps strong{display:block;color:#fff;font-size:1rem;line-height:1.25}
.product-cinematic-steps p{margin:6px 0 0;color:#d0dee4;font-size:.84rem;line-height:1.5}
.product-cinematic-scan-card{overflow:hidden;border-radius:17px;background:#f8faf9;color:#122e3e;box-shadow:0 19px 54px rgba(0,0,0,.28)}
.scan-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px 8px}
.scan-card-head img{width:124px;height:auto}
.scan-card-head>span{color:#586c65;font-size:.67rem;font-weight:820;letter-spacing:.05em;text-transform:uppercase}
.scan-card-title{display:grid;gap:2px;padding:0 18px 12px;border-bottom:1px solid #dce4e0}
.scan-card-title strong{font-size:1rem;color:#142e3d}.scan-card-title small{font-size:.72rem;color:#63756d}
.scan-card-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 18px}
.scan-card-metrics>div{padding:10px 6px;border:1px solid #dce4e0;border-radius:9px;background:#fff;text-align:center}
.scan-card-metrics span{display:block;min-height:2.3em;color:#63746d;font-size:.58rem;line-height:1.16}
.scan-card-metrics strong{display:block;margin-top:5px;color:#18384a;font-size:.98rem;line-height:1}
.scan-card-metrics>div:first-child strong,.scan-card-metrics>div:last-child strong{color:#16844d;font-size:.8rem}
.scan-card-finding{display:grid;grid-template-columns:.9fr 1.1fr;gap:12px;padding:0 18px 13px}
.scan-card-location,.scan-card-timing{padding:12px;border:1px solid #e0e6e3;border-radius:11px;background:#fff}
.scan-card-location>span,.scan-card-timing>span{display:block;color:#5c6e67;font-size:.62rem;font-weight:820;letter-spacing:.04em;text-transform:uppercase}
.scan-location-schematic{position:relative;height:108px;margin:9px 0;border:1px solid #d6e0db;border-radius:8px;background:linear-gradient(#eef3f1 1px,transparent 1px),linear-gradient(90deg,#eef3f1 1px,transparent 1px);background-size:18px 18px}
.scan-location-schematic i{position:absolute;top:7px;bottom:7px;width:9px;border-radius:3px;background:#d2ded8}
.scan-location-schematic i:nth-child(1){left:12%}.scan-location-schematic i:nth-child(2){left:35%}.scan-location-schematic i:nth-child(3){left:58%}.scan-location-schematic i:nth-child(4){left:81%}
.scan-location-schematic b{position:absolute;left:5%;right:5%;top:46%;height:11px;border-radius:3px;background:#d2ded8}
.scan-location-schematic em{position:absolute;left:51%;top:51%;width:24px;height:24px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,#f33 0 19%,#ff9d00 24% 43%,rgba(255,221,0,.75) 48% 60%,rgba(62,173,255,.52) 65% 78%,transparent 80%);box-shadow:0 0 20px rgba(255,105,0,.42)}
.scan-card-location>strong{display:block;color:#17384a;font-size:.76rem}.scan-card-location>small{display:block;margin-top:3px;color:#7a8983;font-size:.55rem}
.scan-card-timing>strong{display:block;margin-top:3px;color:#17384a;font-size:.77rem}
.scan-card-timing ul{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;align-items:end;height:111px;margin:13px 0 0;padding:0 2px 1px;border-bottom:1px solid #d6e0db;list-style:none}
.scan-card-timing li{position:relative;display:grid;grid-template-rows:1fr auto auto;justify-items:center;height:100%}
.scan-card-timing li i{align-self:end;width:min(24px,78%);height:var(--h);min-height:8px;border-radius:4px 4px 0 0;background:#79af94}
.scan-card-timing li.peak i{background:#16844d;box-shadow:0 0 0 3px rgba(22,132,77,.11)}
.scan-card-timing li small{position:absolute;top:calc(100% - var(--h) - 17px);color:#17384a;font-size:.55rem;font-weight:850}
.scan-card-timing li span{margin-top:5px;color:#6c7b75;font-size:.49rem;font-weight:700}
.scan-card-followup{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(230px,1.28fr);gap:14px;align-items:center;margin:0 18px 11px;padding:10px 12px;border:1px solid #dce4e0;border-radius:10px;background:#fff}
.scan-card-followup strong{display:block;color:#17384a;font-size:.72rem}.scan-card-followup small{display:block;margin-top:3px;color:#6c7c75;font-size:.56rem;line-height:1.35}
.followup-rows{display:grid;gap:8px}.followup-rows>span{display:flex;align-items:center;gap:4px}.followup-rows b{width:105px;color:#62736c;font-size:.55rem;font-weight:750}.followup-rows i{width:12px;height:8px;border-radius:2px;background:#adb6b2}.followup-rows>span:last-child i{background:#238c56}
.scan-card-disclosure{margin:0;padding:0 18px 10px;color:#60726a;font-size:.55rem;line-height:1.42}
.scan-card-footer{padding:9px 18px;border-top:1px solid #dce4e0;color:#17384a;font-size:.7rem;font-weight:850}
.product-cinematic-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;border-top:1px solid rgba(255,255,255,.13);background:rgba(2,18,29,.62);backdrop-filter:blur(7px)}
.product-cinematic-strip>div{display:grid;grid-template-columns:62px minmax(0,1fr);gap:15px;padding:24px 23px;border-left:1px solid rgba(255,255,255,.15)}
.product-cinematic-strip>div:first-child{border-left:0}
.strip-icon{display:grid;width:56px;height:56px;place-items:center;border:1px solid;border-radius:50%;font-size:1.38rem;font-weight:900}
.strip-icon--green{color:#75df99;border-color:#2fa65c;background:rgba(39,151,82,.13)}
.strip-icon--blue{color:#55b4ff;border-color:#228fd4;background:rgba(34,143,212,.12)}
.strip-icon--orange{color:#ff9d28;border-color:#d4790a;background:rgba(212,121,10,.13)}
.strip-icon--purple{color:#baa3ff;border-color:#785db8;background:rgba(120,93,184,.12)}
.product-cinematic-strip strong{display:block;color:#fff;font-size:1.02rem;line-height:1.27}
.product-cinematic-strip p{margin:6px 0 0;color:#c8d7dd;font-size:.79rem;line-height:1.5}.product-cinematic-strip small{display:block;margin-top:6px;color:#58d17f;font-size:.71rem;font-weight:800}
@media(max-width:1160px){
  .product-cinematic-grid{grid-template-columns:minmax(0,1fr)}
  .product-cinematic-copy{max-width:720px}
  .product-cinematic-copy h1{max-width:14ch}
  .product-cinematic-hero::before{width:100%;opacity:.42}
}
@media(max-width:820px){
  .product-cinematic-showcase-grid{grid-template-columns:1fr}
  .product-cinematic-steps{grid-template-columns:1fr 1fr;gap:0 20px}
  .product-cinematic-steps li:nth-child(2){border-top:0;padding-top:7px}
  .product-cinematic-strip{grid-template-columns:1fr 1fr}
  .product-cinematic-strip>div:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .product-cinematic-strip>div:nth-child(4){border-top:1px solid rgba(255,255,255,.14)}
}
@media(max-width:580px){
  .product-cinematic-hero{padding-top:36px}
  .product-cinematic-copy h1{font-size:clamp(2.75rem,14vw,3.8rem)}
  .product-cinematic-copy .hero-actions{display:grid}
  .product-cinematic-copy .hero-actions .btn{width:100%;justify-content:center}
  .product-cinematic-showcase{padding:18px 14px;border-radius:18px}
  .product-cinematic-showcase--image{width:min(100%,875px);padding:0;margin-inline:auto}
  .product-cinematic-showcase--site-view{padding:15px}
  .product-cinematic-site-view picture{height:360px}
  .product-cinematic-steps{grid-template-columns:1fr}
  .product-cinematic-steps li:nth-child(2){border-top:1px solid rgba(255,255,255,.13);padding-top:18px}
  .product-cinematic-showcase-grid{gap:14px}
  .scan-card-metrics{grid-template-columns:1fr 1fr}
  .scan-card-finding{grid-template-columns:1fr}
  .scan-card-followup{grid-template-columns:1fr}
  .followup-rows b{width:96px}
  .product-cinematic-strip{grid-template-columns:1fr}
  .product-cinematic-strip>div{border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .product-cinematic-strip>div:first-child{border-top:0}
}

/* v8.7.8 — How It Works: one consistent four-stage workflow */
.hiw-hero .proof-grid{align-items:center}
.hiw-hero-summary{border:1px solid rgba(47,107,87,.16);box-shadow:var(--shadow-soft)}
.hiw-hero-summary .eyebrow{display:block;margin-bottom:8px;color:var(--accent-dark)}
.hiw-hero-summary>strong{display:block;color:#173647;font-size:1.2rem;line-height:1.35}
.hiw-hero-summary .checks{margin-top:18px}
.hiw-proof-rail ol{grid-template-columns:repeat(4,1fr)}
.hiw-proof-rail li{min-height:132px;padding-right:25px}
.hiw-proof-rail strong{max-width:16ch}
.hiw-stages{padding:clamp(72px,8vw,110px) 0;background:#f5f7f6}
.hiw-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:34px}
.hiw-stage-card{display:flex;min-width:0;flex-direction:column;padding:clamp(24px,3vw,34px);border:1px solid #d7e1dd;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(20,47,58,.07)}
.hiw-stage-card header{display:grid;grid-template-columns:50px minmax(0,1fr);gap:16px;align-items:start}
.hiw-stage-card header>span{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:#fff;background:#2f6b57;font-size:.78rem;font-weight:900;letter-spacing:.04em;box-shadow:0 10px 22px rgba(47,107,87,.18)}
.hiw-stage-card:nth-child(2) header>span{background:#2577b8}.hiw-stage-card:nth-child(3) header>span{background:#d87514}.hiw-stage-card:nth-child(4) header>span{background:#6e55a5}
.hiw-stage-card header p{margin:0 0 5px;color:#2f6b57;font-size:.73rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hiw-stage-card h3{margin:0;color:#173647;font-size:clamp(1.25rem,1.8vw,1.55rem);line-height:1.22}
.hiw-stage-card>p{margin:18px 0 0;color:#53635d;line-height:1.65}
.hiw-stage-card ul{margin:17px 0 22px;padding-left:19px;color:#4e5f59}
.hiw-stage-card li{margin:.44rem 0}
.hiw-mini{margin-top:auto;border:1px solid #dce5e1;border-radius:15px;background:#f8faf9}
.hiw-mini--validate{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.hiw-mini--validate>div{padding:16px 12px;border-left:1px solid #dce5e1;text-align:center}.hiw-mini--validate>div:first-child{border-left:0}
.hiw-mini--validate span,.hiw-mini--finding span{display:block;color:#687872;font-size:.68rem;line-height:1.25}.hiw-mini--validate strong{display:block;margin-top:7px;color:#173647;font-size:.92rem}.hiw-mini--validate>div:last-child strong{color:#19804c;font-size:.78rem}
.hiw-mini--finding{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;overflow:hidden;background:#dce5e1}
.hiw-mini--finding>div{padding:16px;background:#f8faf9}.hiw-mini--finding strong{display:block;color:#173647;font-size:1.15rem}.hiw-mini--finding>div:last-child strong{font-size:.92rem;color:#19804c}
.hiw-mini--action{display:grid;gap:0;overflow:hidden}
.hiw-mini--action>div{display:grid;grid-template-columns:minmax(135px,.65fr) 1fr;gap:15px;align-items:center;padding:12px 15px;border-top:1px solid #e1e8e5}.hiw-mini--action>div:first-child{border-top:0}.hiw-mini--action span{color:#60706a;font-size:.72rem;font-weight:750}.hiw-mini--action b{height:9px;border-radius:999px;background:linear-gradient(90deg,#d8e3df 0 70%,transparent 70%)}
.hiw-mini--followup{padding:14px 15px}.hiw-mini--followup>small{display:block;margin-bottom:12px;color:#65766f;font-size:.67rem}.hiw-mini--followup>div{display:flex;align-items:center;gap:5px;margin-top:8px}.hiw-mini--followup span{width:126px;color:#60706a;font-size:.68rem;font-weight:750}.hiw-mini--followup i{width:18px;height:9px;border-radius:2px;background:#abb7b2}.hiw-mini--followup>div:last-child i{background:#248c56}
.hiw-completed-record{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);gap:clamp(24px,4vw,44px);align-items:center;margin-top:26px;padding:24px;border:1px solid #d6e0dc;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(20,47,58,.06)}
.hiw-completed-record picture{display:block;overflow:hidden;border-radius:13px;border:1px solid #dce4e0;background:#fff}.hiw-completed-record img{display:block;width:100%;height:auto}
.hiw-completed-record h3{margin:7px 0 10px;color:#173647;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.25}.hiw-completed-record p{margin:0 0 14px;color:#53635d;line-height:1.65}
.hiw-final .note-panel{border:1px solid rgba(47,107,87,.16)}
@media(max-width:900px){
  .hiw-stage-grid{grid-template-columns:1fr}
  .hiw-proof-rail ol{grid-template-columns:repeat(2,1fr)}
  .hiw-proof-rail li:nth-child(2){border-right:0}
  .hiw-proof-rail li:nth-child(-n+2){border-bottom:1px solid #e3e8e6}
}
@media(max-width:620px){
  .hiw-proof-rail ol{grid-template-columns:1fr}
  .hiw-proof-rail li{min-height:auto;border-right:0;border-bottom:1px solid #e3e8e6}
  .hiw-proof-rail li:last-child{border-bottom:0}
  .hiw-mini--validate{grid-template-columns:1fr}.hiw-mini--validate>div{border-left:0;border-top:1px solid #dce5e1}.hiw-mini--validate>div:first-child{border-top:0}
  .hiw-mini--action>div{grid-template-columns:1fr;gap:7px}
  .hiw-mini--followup>div{flex-wrap:wrap}.hiw-mini--followup span{width:100%}
  .hiw-completed-record{grid-template-columns:1fr}.hiw-completed-record picture{max-width:260px}
}


/* v8.8.0 connected-platform positioning */
.home-platform-lifecycle .commercial-section-head{max-width:940px;margin-bottom:30px}
.home-platform-lifecycle .commercial-section-head h2{max-width:21ch}
.platform-lifecycle-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;border-radius:22px;list-style:none;overflow:hidden}
.platform-lifecycle-rail li{position:relative;min-width:0;padding:22px 18px 21px;border-right:1px solid rgba(255,255,255,.14)}
.platform-lifecycle-rail li:last-child{border-right:0}
.platform-lifecycle-rail li:not(:last-child)::after{content:"";position:absolute;right:-7px;top:50%;z-index:2;width:13px;height:13px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateY(-50%) rotate(45deg);opacity:.58}
.platform-lifecycle-rail span,.platform-lifecycle-rail strong,.platform-lifecycle-rail small{display:block}
.platform-lifecycle-rail span{font-size:.68rem;font-weight:850;letter-spacing:.08em}
.platform-lifecycle-rail strong{margin-top:9px;font-size:1.04rem;line-height:1.18}
.platform-lifecycle-rail small{margin-top:7px;font-size:.76rem;line-height:1.42}
.platform-lifecycle-rail--dark{border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.055);color:#76dfa0}
.platform-lifecycle-rail--dark strong{color:#fff}.platform-lifecycle-rail--dark small{color:#d4e2e7}
.platform-lifecycle-rail--light{border:1px solid #d7e3de;background:#fff;color:#24895b;box-shadow:0 18px 44px rgba(17,49,40,.08)}
.platform-lifecycle-rail--light li{border-right-color:#dce5e1}
.platform-lifecycle-rail--light strong{color:#153342}.platform-lifecycle-rail--light small{color:#687a73}
.home-operations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.home-operations-grid article{padding:20px 21px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.055)}
.home-operations-grid article>span{display:block;color:#6de39b;font-size:.64rem;font-weight:850;letter-spacing:.09em}
.home-operations-grid h3{margin:8px 0 6px;color:#fff;font-size:1rem}
.home-operations-grid p{margin:0;color:#d4e2e7;font-size:.82rem;line-height:1.48}
.measurement-gate-metric small{display:block;margin-top:4px;color:#688078;font-size:.58rem;line-height:1.2}
.pilot-ceiling-note{max-width:900px;margin:26px 0 0;padding:16px 18px;border-left:4px solid #2ca669;border-radius:0 12px 12px 0;background:#edf7f1;color:#34584b;line-height:1.55}
.home-pilot .pilot-ceiling-note{margin-top:28px}
.product-platform-section{padding:clamp(72px,8vw,108px) 0;background:#f2f6f4}
.product-platform-section .product-section-intro{margin-bottom:28px}
.product-platform-section .product-section-intro h2{max-width:18ch}
.product-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:20px}
.product-capability-grid article{padding:23px 21px;border:1px solid #d8e3df;border-radius:17px;background:#fff;box-shadow:0 10px 26px rgba(18,47,39,.055)}
.product-capability-grid article>span{color:#298c5f;font-size:.67rem;font-weight:850;letter-spacing:.08em}
.product-capability-grid h3{margin:10px 0 8px;color:#143443;font-size:1.02rem;line-height:1.26}
.product-capability-grid p{margin:0;color:#687a73;font-size:.83rem;line-height:1.5}
.use-operational-line{margin:18px 0 22px;padding:13px 15px;border-left:4px solid #2b9b65;border-radius:0 10px 10px 0;background:#edf7f1;color:#315c4c;font-size:.91rem;font-weight:650;line-height:1.5}
.hiw-operational-foundation{padding:28px 0;background:#102735;color:#eaf3f5;border-top:1px solid rgba(255,255,255,.08)}
.hiw-operational-foundation .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:32px;align-items:center}
.hiw-operational-foundation .eyebrow{color:#78dda0}
.hiw-operational-foundation h2{max-width:25ch;margin:7px 0 0;color:#fff;font-size:clamp(1.45rem,2.5vw,2.15rem);line-height:1.18}
.hiw-operational-foundation p{margin:0;color:#d4e2e7;line-height:1.62}
.measurement-gate-explainer{max-width:940px;margin:22px auto 0;padding:14px 17px;border:1px solid #cfe0d8;border-radius:12px;background:#f2f8f5;color:#31594a;line-height:1.5}
@media(max-width:1050px){
  .platform-lifecycle-rail{grid-template-columns:repeat(3,minmax(0,1fr))}
  .platform-lifecycle-rail li:nth-child(3){border-right:0}
  .platform-lifecycle-rail li:nth-child(-n+3){border-bottom:1px solid currentColor}
  .platform-lifecycle-rail li:nth-child(3)::after{display:none}
  .product-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .home-operations-grid{grid-template-columns:1fr 1fr}
  .hiw-operational-foundation .container{grid-template-columns:1fr;gap:14px}
}
@media(max-width:580px){
  .platform-lifecycle-rail{grid-template-columns:1fr;overflow:visible}
  .platform-lifecycle-rail li{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .platform-lifecycle-rail--light li{border-bottom-color:#dce5e1}
  .platform-lifecycle-rail li:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.14)}
  .platform-lifecycle-rail--light li:nth-child(-n+3){border-bottom-color:#dce5e1}
  .platform-lifecycle-rail li:last-child{border-bottom:0}
  .platform-lifecycle-rail li:not(:last-child)::after{right:auto;left:28px;top:auto;bottom:-7px;transform:rotate(135deg)}
  .platform-lifecycle-rail li:nth-child(3)::after{display:block}
  .product-capability-grid{grid-template-columns:1fr}
  .home-operations-grid{grid-template-columns:1fr 1fr}
}

/* v8.8.1 homepage hierarchy refinement */
.home-operations-credibility{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}
.home-operations-credibility span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.055);color:#e1edf1;font-size:.78rem;font-weight:720;line-height:1.2}
.home-operations-credibility span::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#61d88d;box-shadow:0 0 12px rgba(97,216,141,.36)}
@media(max-width:580px){.home-operations-credibility{display:grid;grid-template-columns:1fr}.home-operations-credibility span{justify-content:flex-start;border-radius:12px}}

/* v8.8.13 Product workflow overview */
.product-cinematic-hero--copy-only::before{
  inset:0 0 0 auto;
  width:min(53vw,840px);
  background:
    linear-gradient(270deg,rgba(2,15,25,.18) 0%,rgba(2,15,25,.54) 60%,#031927 100%),
    linear-gradient(180deg,rgba(2,15,25,.18),rgba(2,15,25,.72)),
    url("edgentik-forklift-material-flow-hero.webp?v=20260715-v883") center/cover no-repeat;
  opacity:.74;
}
.product-cinematic-grid--copy-only{
  grid-template-columns:minmax(0,860px);
  justify-content:start;
}
.product-cinematic-grid--copy-only .product-cinematic-copy{
  max-width:820px;
  padding-bottom:44px;
}
.product-cinematic-grid--copy-only .product-cinematic-copy h1{max-width:14ch}
.product-system-overview{
  padding:clamp(58px,7vw,92px) 0;
  background:#fff;
}
.product-system-overview-intro{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:clamp(24px,5vw,68px);
  align-items:end;
  margin-bottom:28px;
}
.product-system-overview-intro h2{
  max-width:18ch;
  margin:8px 0 0;
  color:#102d3f;
  font-size:clamp(2.15rem,4vw,3.55rem);
  line-height:1.05;
  letter-spacing:-.04em;
}
.product-system-overview-intro p{
  max-width:66ch;
  margin:0;
  color:#5d6d66;
  font-size:clamp(.98rem,1.35vw,1.12rem);
  line-height:1.65;
}
.product-system-overview-figure{
  margin:0;
  padding:clamp(10px,1.4vw,18px);
  border:1px solid #d7e2dd;
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 72px rgba(16,45,63,.12);
}
.product-system-overview-figure picture,
.product-system-overview-figure img{display:block;width:100%;height:auto}
.product-system-overview-figure img{border-radius:14px}
.product-system-overview-figure figcaption{
  margin:13px 8px 2px;
  color:#65736d;
  font-size:.78rem;
  line-height:1.5;
  text-align:center;
}
.completed-finding-preview--showcase{padding:12px}
.completed-finding-preview--showcase a{border-radius:16px}
@media(max-width:900px){
  .product-system-overview-intro{grid-template-columns:1fr;gap:14px}
  .product-system-overview-intro h2{max-width:22ch}
}
@media(max-width:620px){
  .product-cinematic-grid--copy-only .product-cinematic-copy{padding-bottom:30px}
  .product-system-overview{padding:50px 0}
  .product-system-overview-figure{padding:6px;border-radius:16px}
  .product-system-overview-figure img{border-radius:10px}
  .product-system-overview-figure figcaption{padding:0 6px;font-size:.72rem}
}
@media(max-width:1160px){.product-cinematic-hero--copy-only::before{width:100%;opacity:.34}}

/* v8.8.14 Product hierarchy, mobile flow, and trust reassurance */
.product-cinematic-hero--copy-only{
  padding-bottom:clamp(42px,5vw,70px);
}
.product-cinematic-grid--copy-only .product-cinematic-copy{
  max-width:850px;
  padding-bottom:0;
}
.product-cinematic-grid--copy-only .product-cinematic-copy h1{
  max-width:15ch;
  margin-bottom:18px;
  font-size:clamp(3.4rem,5.45vw,5.8rem);
}
.product-cinematic-copy .lead{
  max-width:39ch;
  margin-bottom:0;
  font-size:clamp(1.12rem,1.55vw,1.34rem);
  line-height:1.5;
}
.product-hero-sample-metric{
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;
  gap:10px 14px;
  align-items:center;
  width:min(100%,610px);
  margin-top:26px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.19);
  border-radius:16px;
  background:rgba(3,25,38,.68);
  color:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.product-hero-sample-metric:hover{
  transform:translateY(-2px);
  border-color:rgba(79,211,129,.5);
  background:rgba(4,35,49,.82);
}
.product-hero-sample-metric>span{
  grid-column:1 / -1;
  color:#6de39b;
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.product-hero-sample-metric>strong{
  color:#fff;
  font-size:clamp(2.25rem,3vw,3.35rem);
  line-height:.9;
  letter-spacing:-.05em;
}
.product-hero-sample-metric p{
  margin:0;
  color:#dce8ec;
  font-size:.88rem;
  line-height:1.38;
}
.product-hero-sample-metric p b{color:#fff}
.product-hero-sample-metric small{
  color:#8fe2ae;
  font-size:.76rem;
  font-weight:800;
  white-space:nowrap;
}
.product-system-overview-intro{
  align-items:center;
  margin-bottom:24px;
}
.product-system-overview-intro h2{
  max-width:11ch;
  font-size:clamp(2.8rem,5vw,4.85rem);
  line-height:.96;
}
.product-system-overview-intro p{
  max-width:49ch;
  font-size:clamp(1rem,1.35vw,1.15rem);
  line-height:1.58;
}
.product-flow-mobile{display:none}
.product-trust-reassurance{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid #d5e2dc;
  border-radius:15px;
  background:#f3f8f5;
  color:#38584b;
}
.product-trust-reassurance>span{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:50%;
  background:#147f55;
  color:#fff;
  font-weight:900;
}
.product-trust-reassurance p{
  margin:0;
  font-size:.87rem;
  line-height:1.48;
}
.product-trust-reassurance strong{color:#153d30}
.product-trust-reassurance a{
  color:#116d4b;
  font-size:.82rem;
  font-weight:820;
  white-space:nowrap;
}
@media(max-width:760px){
  .product-cinematic-hero--copy-only{
    padding-top:34px;
    padding-bottom:38px;
  }
  .product-cinematic-grid--copy-only .product-cinematic-copy h1{
    max-width:13ch;
    font-size:clamp(2.75rem,13.3vw,4.1rem);
  }
  .product-cinematic-copy .lead{
    max-width:31ch;
    font-size:1.05rem;
  }
  .product-hero-sample-metric{
    grid-template-columns:auto minmax(0,1fr);
    gap:8px 13px;
    padding:14px 15px;
  }
  .product-hero-sample-metric>span{grid-column:1 / -1}
  .product-hero-sample-metric small{
    grid-column:1 / -1;
    margin-top:2px;
  }
  .product-system-overview-intro h2{
    max-width:12ch;
    font-size:clamp(2.55rem,12vw,3.65rem);
  }
  .product-flow-desktop{display:none}
  .product-flow-mobile{
    display:grid;
    gap:10px;
  }
  .product-flow-mobile details{
    overflow:hidden;
    border:1px solid #d6e2dd;
    border-radius:15px;
    background:#fff;
    box-shadow:0 8px 22px rgba(16,45,63,.055);
  }
  .product-flow-mobile summary{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) 20px;
    gap:12px;
    align-items:center;
    padding:16px;
    color:#133547;
    cursor:pointer;
    list-style:none;
  }
  .product-flow-mobile summary::-webkit-details-marker{display:none}
  .product-flow-mobile summary::after{
    content:"+";
    color:#4d6b60;
    font-size:1.25rem;
    font-weight:650;
    text-align:center;
  }
  .product-flow-mobile details[open] summary::after{content:"–"}
  .product-flow-mobile summary span{
    display:grid;
    width:40px;
    height:40px;
    place-items:center;
    border-radius:50%;
    background:#0b7f72;
    color:#fff;
    font-size:1.08rem;
    font-weight:900;
  }
  .product-flow-mobile details:nth-child(2) summary span{background:#1466be}
  .product-flow-mobile details:nth-child(3) summary span{background:#087c71}
  .product-flow-mobile details:nth-child(4) summary span{background:#e66c10}
  .product-flow-mobile summary strong{
    font-size:1rem;
    line-height:1.25;
  }
  .product-flow-mobile details>div{
    padding:0 18px 17px 70px;
    border-top:1px solid #e2e9e6;
  }
  .product-flow-mobile details p{
    margin:14px 0 0;
    color:#5e7068;
    font-size:.9rem;
    line-height:1.55;
  }
  .product-flow-mobile details ul{
    margin:10px 0 0;
    padding-left:18px;
    color:#39584b;
    font-size:.84rem;
  }
  .product-flow-mobile details li{margin:6px 0}
  .product-trust-reassurance{
    grid-template-columns:34px minmax(0,1fr);
    gap:12px;
    align-items:start;
    padding:15px;
  }
  .product-trust-reassurance a{
    grid-column:2;
    white-space:normal;
  }
}
@media(max-width:480px){
  .product-flow-mobile details>div{padding-left:18px}
}


/* v8.8.15 Product claim discipline and hierarchy */
.product-capability-grid--outcomes{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:24px}
.product-capability-grid--outcomes article{min-height:230px;padding:28px 26px}
.product-capability-grid--outcomes h3{font-size:1.22rem;line-height:1.2}
.product-capability-grid--outcomes p{font-size:.92rem;line-height:1.62}
.completed-finding-preview--showcase figcaption{display:grid;gap:7px;text-align:left}
.completed-finding-preview--showcase figcaption strong{color:#24483b;font-size:.82rem;line-height:1.45}
.completed-finding-preview--showcase figcaption span{color:#6a7771;font-size:.73rem;line-height:1.5}
@media(max-width:1120px){.product-capability-grid--outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}.product-capability-grid--outcomes article{min-height:0}}
@media(max-width:700px){.product-capability-grid--outcomes{grid-template-columns:1fr}}

/* v8.8.66 — Scheduled Scan capability and review boundary */
.hiw-scheduled-scan{padding:21px 23px;border:1px solid rgba(120,221,160,.3);border-radius:16px;background:rgba(255,255,255,.055)}
.hiw-scheduled-scan>span{display:inline-flex;padding:6px 9px;border-radius:999px;color:#8be7ad;background:rgba(68,190,114,.13);font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hiw-scheduled-scan h3{margin:11px 0 8px;color:#fff;font-size:1.18rem;line-height:1.28}
.hiw-scheduled-scan p{font-size:.88rem;line-height:1.58}


/* v8.8.17 Product page: product-first messaging */
.product-system-overview-intro h2{max-width:14ch}
@media(max-width:760px){.product-system-overview-intro h2{max-width:14ch}}

/* v8.8.19 Category positioning, buyer clarity and evidence model */
.home-credibility-strip{padding:0;background:#fff;border-top:1px solid #e6ece9;border-bottom:1px solid #e2e9e5}
.home-credibility-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.home-credibility-grid>div{min-height:116px;padding:25px 24px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #e3e9e6}
.home-credibility-grid>div:last-child{border-right:0}
.home-credibility-grid strong{color:#17392e;font-size:1rem;line-height:1.2}
.home-credibility-grid span{margin-top:7px;color:#65736d;font-size:.82rem;line-height:1.45}
.evidence-language-section{padding:clamp(62px,7vw,90px) 0;background:#f4f7f5}
.evidence-language-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.evidence-language-grid article{position:relative;min-height:238px;padding:30px 28px;border:1px solid #dce5e0;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(19,54,44,.055)}
.evidence-language-grid article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#17392e;color:#fff;font-size:.75rem;font-weight:850}
.evidence-language-grid h3{margin:22px 0 10px;color:#17392e;font-size:1.28rem;line-height:1.2}
.evidence-language-grid p{margin:0;color:#64716b;font-size:.92rem;line-height:1.62}
.home-difference-section{padding:clamp(66px,8vw,102px) 0;background:#172832;color:#f8fbfa}
.home-difference-section h2{color:#fff}
.home-difference-section .eyebrow{color:#9ec5d5}
.home-difference-section .commercial-section-head p{color:#cfdee3}
.home-difference-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:20px}
.difference-card{padding:clamp(28px,3.5vw,42px);border-radius:22px}
.difference-card>span{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.difference-card h3{margin:18px 0 22px;font-size:clamp(1.45rem,2.5vw,2.05rem);line-height:1.14}
.difference-card ul{margin:0;padding-left:20px}
.difference-card li{margin:12px 0;line-height:1.5}
.difference-card--ordinary{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055)}
.difference-card--ordinary>span{background:rgba(255,255,255,.09);color:#d6e3e7}
.difference-card--ordinary h3{color:#fff}
.difference-card--ordinary li{color:#cedce0}
.difference-card--edgentik{border:1px solid rgba(184,212,106,.35);background:#f7fbf8;color:#17392e;box-shadow:0 24px 55px rgba(0,0,0,.16)}
.difference-card--edgentik>span{background:#e6f1eb;color:#24604c}
.difference-card--edgentik h3{color:#17392e}
.difference-card--edgentik li{color:#466158}
.home-audience-section{padding:clamp(66px,8vw,102px) 0;background:#fff}
.home-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-audience-grid article{min-height:246px;padding:29px 27px;border:1px solid #dce5e0;border-radius:20px;background:linear-gradient(180deg,#fff,#f8faf9)}
.home-audience-grid article>span{color:#2f6b57;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.home-audience-grid h3{margin:18px 0 11px;color:#17392e;font-size:1.3rem;line-height:1.22}
.home-audience-grid p{margin:0;color:#65736c;font-size:.92rem;line-height:1.62}
.about-direction-section{padding:clamp(68px,8vw,104px) 0;background:#f1f5f3}
.about-direction-head{max-width:900px;margin-bottom:32px}
.about-direction-head h2{max-width:23ch;margin:.3em 0 0;font-size:clamp(2.1rem,4.2vw,3.55rem);line-height:1.08;letter-spacing:-.035em}
.about-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.about-direction-grid article{min-height:270px;padding:30px 28px;border:1px solid #d8e3dd;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(18,54,43,.05)}
.about-direction-grid article>span{color:#2f6b57;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.about-direction-grid h3{margin:18px 0 11px;color:#17392e;font-size:1.32rem;line-height:1.22}
.about-direction-grid p{margin:0;color:#63716a;font-size:.92rem;line-height:1.62}
@media(max-width:980px){
  .home-credibility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-credibility-grid>div:nth-child(2){border-right:0}
  .home-credibility-grid>div:nth-child(-n+2){border-bottom:1px solid #e3e9e6}
  .home-difference-grid{grid-template-columns:1fr}
  .evidence-language-grid,.home-audience-grid,.about-direction-grid{grid-template-columns:1fr}
  .evidence-language-grid article,.home-audience-grid article,.about-direction-grid article{min-height:0}
}
@media(max-width:560px){
  .home-credibility-grid{grid-template-columns:1fr}
  .home-credibility-grid>div{min-height:0;border-right:0;border-bottom:1px solid #e3e9e6}
  .home-credibility-grid>div:last-child{border-bottom:0}
  .difference-card,.evidence-language-grid article,.home-audience-grid article,.about-direction-grid article{padding:24px 21px}
}


/* v8.8.20 Homepage: alerts -> evidence -> insights -> action */
.home-page--focused .home-decision-hero .hero-copy{max-width:680px}
.home-page--focused .home-decision-hero h1{max-width:21ch}
.home-page--focused .home-decision-hero .hero-value-line{
  max-width:31ch;
  color:#334c42;
  font-size:clamp(1.16rem,1.7vw,1.42rem);
  font-weight:720;
  line-height:1.42;
}
.hero-positioning{
  max-width:610px;
  margin:18px 0 0;
  padding-left:15px;
  border-left:3px solid #2f6b57;
  color:#53655d;
  font-size:.96rem;
  line-height:1.5;
}
.hero-positioning strong{color:#17392e}
.home-page--focused .home-decision-hero .hero-actions{align-items:center}
.home-page--focused .home-decision-hero .hero-visual{align-self:center}
.home-page--focused .home-decision-hero .hero-visual img{border-radius:22px}
.home-page--focused .hero-example-label{margin-top:10px}
.home-credibility-strip{background:#f7f9f8}
.home-credibility-grid>div{min-height:94px;padding-top:20px;padding-bottom:20px}

.evidence-language-head{max-width:930px}
.evidence-language-head h2{max-width:20ch}
.evidence-thesis{
  margin:.55em 0 0;
  color:#17392e!important;
  font-size:clamp(1.18rem,2vw,1.5rem)!important;
  line-height:1.42!important;
}
.evidence-subcopy{max-width:680px;margin:.75em 0 0!important}
.evidence-language-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.evidence-language-grid--four article{min-height:224px;padding:27px 24px}
.evidence-language-grid--four h3{font-size:1.22rem}

.evidence-context-note{
  max-width:880px;
  margin:24px auto 0;
  color:#53645c;
  font-size:.9rem;
  line-height:1.65;
  text-align:center;
}

.platform-lifecycle-rail--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-operations-credibility--outcomes span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.home-operations-credibility--outcomes span:not(:last-child)::after{content:"→";margin-left:18px;color:#8eb7a7}

@media(min-width:1101px){
  .home-page--focused .home-decision-hero .commercial-hero-grid{
    grid-template-columns:minmax(560px,1.12fr) minmax(420px,.88fr);
    gap:clamp(42px,4.5vw,68px);
  }
  .home-page--focused .home-decision-hero h1{font-size:clamp(2.85rem,4.35vw,4.2rem)}
}
@media(max-width:1100px){
  .evidence-language-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .platform-lifecycle-rail--five{grid-template-columns:repeat(3,minmax(0,1fr))}
  .platform-lifecycle-rail--five li:nth-child(3){border-right:0}
  .platform-lifecycle-rail--five li:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.14)}
  .platform-lifecycle-rail--five li:nth-child(3)::after{display:none}
}
@media(max-width:720px){
  .home-page--focused .home-decision-hero .hero-actions{display:grid;grid-template-columns:1fr}
  .home-page--focused .home-decision-hero .hero-actions .btn{width:100%;justify-content:center;text-align:center}
  .evidence-language-grid--four{grid-template-columns:1fr}
  .platform-lifecycle-rail--five{grid-template-columns:1fr}
  .platform-lifecycle-rail--five li{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)!important}
  .platform-lifecycle-rail--five li:last-child{border-bottom:0!important}
  .platform-lifecycle-rail--five li:nth-child(3)::after{display:block}
  .home-operations-credibility--outcomes span:not(:last-child)::after{display:none}
}


/* v8.8.24 Homepage message compression and contrast correction */
.home-page--focused .home-difference-section .commercial-section-head h2{
  color:#f8fbf9 !important;
}
.home-page--focused .home-difference-section .commercial-section-head .eyebrow{
  color:#a9cad8 !important;
}
.home-page--focused .home-difference-section .commercial-section-head p{
  color:#d7e3e8 !important;
}
.home-how-simple .commercial-section-head{
  max-width:760px;
  margin-bottom:30px;
}
.home-how-simple .commercial-section-head h2{
  max-width:17ch;
  color:#f8fbf9 !important;
}
.home-how-simple .commercial-section-head .eyebrow{
  color:#a9cad8 !important;
}
.home-how-simple .commercial-section-head p{
  max-width:58ch;
  color:#d7e3e8 !important;
}
.home-how-simple-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0;
  padding:0;
  list-style:none;
}
.home-how-simple-grid li{
  min-width:0;
  min-height:168px;
  padding:22px 20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.home-how-simple-grid span,
.home-how-simple-grid strong,
.home-how-simple-grid small{
  display:block;
}
.home-how-simple-grid span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#c9e8dc;
  color:#17392e;
  font-size:.68rem;
  font-weight:850;
}
.home-how-simple-grid strong{
  margin-top:17px;
  color:#fff;
  font-size:1.04rem;
  line-height:1.22;
}
.home-how-simple-grid small{
  margin-top:9px;
  color:#d4e2e7;
  font-size:.82rem;
  line-height:1.5;
}
@media(max-width:980px){
  .home-how-simple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-how-simple-grid li{min-height:0}
}
@media(max-width:560px){
  .home-how-simple-grid{grid-template-columns:1fr}
  .home-how-simple-grid li{padding:21px 19px}
}

/* v8.8.25 Homepage hero image and message refinement */
.home-page--focused .home-decision-hero .hero-value-line{
  max-width:43ch;
  color:#334c42;
  font-size:clamp(1.12rem,1.55vw,1.32rem);
  font-weight:610;
  line-height:1.5;
}
.home-page--focused .home-decision-hero .hero-visual .image-frame{
  aspect-ratio:3 / 2;
}
.home-page--focused .home-decision-hero .hero-visual .image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.home-page--focused .home-credibility-strip{
  background:#f8faf9;
}
.home-page--focused .home-credibility-grid>div{
  min-height:86px;
  padding:22px 24px;
  justify-content:center;
}
.home-page--focused .home-credibility-grid strong{
  color:#17392e;
  font-size:1.02rem;
  font-weight:790;
  line-height:1.28;
}


/* v8.8.26 Operational intelligence positioning */
.operational-intelligence-bridge{
  position:relative;
  overflow:hidden;
  padding:clamp(72px,8vw,112px) 0;
  background:linear-gradient(135deg,#0c2735 0%,#123b38 52%,#1b5b49 100%);
  color:#fff;
}
.operational-intelligence-bridge::before,
.operational-intelligence-bridge::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.operational-intelligence-bridge::before{
  width:520px;
  height:520px;
  right:-210px;
  top:-330px;
  background:rgba(255,255,255,.055);
}
.operational-intelligence-bridge::after{
  width:360px;
  height:360px;
  left:-220px;
  bottom:-255px;
  background:rgba(238,139,46,.12);
}
.oi-platform-intro{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);
  gap:clamp(36px,7vw,96px);
  align-items:end;
  margin-bottom:clamp(38px,5vw,62px);
}
.oi-platform-intro .eyebrow{color:#a9d6c4}
.oi-platform-intro h2{
  max-width:17ch;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(2.55rem,4.7vw,4.5rem);
  line-height:1.01;
  letter-spacing:-.045em;
}
.oi-platform-intro>p{
  margin:0;
  color:#d9e7e2;
  font-size:clamp(1.05rem,1.45vw,1.25rem);
  line-height:1.62;
}
.oi-platform-flow{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}
.oi-stage{
  position:relative;
  min-height:258px;
  padding:clamp(25px,3vw,34px);
  border:1px solid rgba(255,255,255,.17);
  border-radius:22px;
  background:rgba(255,255,255,.075);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
  backdrop-filter:blur(8px);
}
.oi-stage::before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:3px;
  border-radius:0 0 3px 3px;
  background:#8ebfaf;
}
.oi-stage--problem::before{background:#d7a36e}
.oi-stage--solution::before{background:#8fc9b2}
.oi-stage--outcome{
  border-color:rgba(255,255,255,.3);
  background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.085));
}
.oi-stage--outcome::before{background:#f2a65f}
.oi-stage>span{
  display:block;
  margin-bottom:30px;
  color:#a9d6c4;
  font-size:.73rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.oi-stage--problem>span{color:#efc69d}
.oi-stage--outcome>span{color:#ffd3aa}
.oi-stage h3{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(1.45rem,2.15vw,2rem);
  line-height:1.11;
  letter-spacing:-.025em;
}
.oi-stage p{
  margin:0;
  color:#d5e3de;
  font-size:.98rem;
  line-height:1.62;
}
.oi-flow-arrow{
  display:grid;
  place-items:center;
  min-width:32px;
  color:#8fc9b2;
  font-size:2.25rem;
  font-weight:500;
}
.oi-platform-thesis{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:14px 18px;
  margin-top:28px;
  padding:20px 24px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:rgba(5,25,31,.27);
  color:#fff;
  text-align:center;
}
.oi-platform-thesis strong{
  font-size:clamp(.92rem,1.35vw,1.08rem);
  letter-spacing:.01em;
}
.oi-platform-thesis i{
  color:#f2a65f;
  font-size:1.25rem;
  font-style:normal;
}
@media(max-width:980px){
  .oi-platform-intro{grid-template-columns:1fr;gap:22px;align-items:start}
  .oi-platform-intro h2{max-width:20ch}
  .oi-platform-flow{grid-template-columns:1fr}
  .oi-stage{min-height:0}
  .oi-flow-arrow{min-height:28px;transform:rotate(90deg)}
}
@media(max-width:620px){
  .operational-intelligence-bridge{padding:62px 0 70px}
  .oi-platform-intro h2{font-size:clamp(2.35rem,11vw,3.45rem)}
  .oi-stage{padding:25px 22px;border-radius:18px}
  .oi-stage>span{margin-bottom:21px}
  .oi-platform-thesis{display:grid;grid-template-columns:1fr;gap:8px;padding:18px}
  .oi-platform-thesis i{transform:rotate(90deg)}
}

/* v8.8.33 — Insights library and first operational-intelligence essay */
.home-latest-insight{padding:clamp(58px,7vw,88px) 0;background:linear-gradient(180deg,#f7faf8 0%,#fff 100%);border-top:1px solid rgba(23,23,23,.06);border-bottom:1px solid rgba(23,23,23,.06)}
.home-latest-insight-card{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(28px,4vw,58px);align-items:center;padding:clamp(18px,2.6vw,30px);border:1px solid rgba(23,23,23,.09);border-radius:26px;background:#fff;box-shadow:var(--shadow-soft)}
.home-latest-insight-media{overflow:hidden;border-radius:19px;background:#1f2724}
.home-latest-insight-media picture,.home-latest-insight-media img{display:block;width:100%}
.home-latest-insight-media img{aspect-ratio:3/2;object-fit:cover}
.home-latest-insight-copy h2{margin:10px 0 16px;max-width:15ch;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.03;letter-spacing:-.04em}
.home-latest-insight-copy .lead{max-width:55ch;color:var(--muted)}
.insight-card-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 24px;color:#64716b;font-size:.92rem}
.insight-card-meta span+span:before{content:"·";margin-right:18px;color:#a2aaa6}
.insight-tag{display:inline-flex;align-items:center;gap:7px;color:var(--commercial-green);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.insights-library-hero{padding:clamp(68px,8vw,112px) 0 clamp(52px,6vw,82px);background:radial-gradient(circle at 10% 15%,rgba(47,107,87,.12),transparent 34%),linear-gradient(180deg,#fff,#f6faf8)}
.insights-library-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);gap:clamp(32px,6vw,88px);align-items:end}
.insights-library-intro h1{max-width:15ch;margin:12px 0 20px;font-size:clamp(2.75rem,6vw,5.4rem);line-height:.98;letter-spacing:-.05em}
.insights-library-intro .lead{max-width:62ch}
.insights-thesis-card{padding:26px;border:1px solid rgba(47,107,87,.18);border-radius:22px;background:linear-gradient(145deg,rgba(47,107,87,.09),#fff);box-shadow:var(--shadow-soft)}
.insights-thesis-card span{display:block;margin-bottom:9px;color:var(--commercial-green);font-size:.73rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.insights-thesis-card strong{display:block;font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.35;color:var(--commercial-ink)}
.insights-feature-section,.insight-library-section,.insights-topic-section,.related-insights-section{padding:clamp(62px,7vw,96px) 0}
.insights-feature-section{background:#fff}
.insights-feature-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(28px,4vw,54px);align-items:center;padding:clamp(18px,2.6vw,30px);border:1px solid rgba(23,23,23,.09);border-radius:28px;background:#f9fbfa;box-shadow:var(--shadow-soft)}
.insights-feature-media{overflow:hidden;border-radius:20px;background:#1d2421}
.insights-feature-media picture,.insights-feature-media img{display:block;width:100%}
.insights-feature-media img{aspect-ratio:3/2;object-fit:cover}
.insights-feature-copy h2{margin:10px 0 16px;max-width:18ch;font-size:clamp(2.1rem,4vw,3.65rem);line-height:1.02;letter-spacing:-.045em}
.insights-feature-media--wide img{aspect-ratio:16/9}
.insights-feature-copy .lead{color:var(--muted)}
.insight-library-section{background:#f6f8f7}
.insight-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.insight-library-card{padding:clamp(24px,3vw,34px);border:1px solid rgba(23,23,23,.09);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}
.insight-library-card h3{margin:10px 0 13px;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.12;letter-spacing:-.025em}
.insight-library-card p{color:var(--muted)}
.insight-library-card--with-image{padding:0;overflow:hidden}
.insight-library-card--with-image picture,.insight-library-card--with-image img{display:block;width:100%}
.insight-library-card--with-image img{aspect-ratio:16/9;object-fit:cover}
.insight-library-card--with-image>div{padding:clamp(24px,3vw,34px)}
.insight-library-card--method,.insight-library-card--cta{background:linear-gradient(145deg,rgba(47,107,87,.08),#fff)}
.insights-topic-section{background:#fff}
.insight-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.insight-topic-grid article{padding:26px;border-top:3px solid rgba(47,107,87,.45);background:#f8faf9;border-radius:0 0 18px 18px}
.insight-topic-grid span{font-size:.76rem;font-weight:800;color:var(--commercial-green);letter-spacing:.08em}
.insight-topic-grid h3{margin:8px 0 10px;font-size:1.35rem}
.insight-topic-grid p{margin:0;color:var(--muted)}

.article-breadcrumb{display:flex;gap:9px;align-items:center;margin-bottom:28px;color:#6b756f;font-size:.9rem}
.article-breadcrumb a{color:var(--commercial-green);font-weight:700;text-decoration:none}
.insight-essay-page .article-shell{max-width:940px}
.insight-essay-page .article-hero h1{max-width:13.5ch}
.recurring-patterns-article .article-hero h1{max-width:17ch;font-size:clamp(2.25rem,5.2vw,4.4rem)}
.insight-essay-hero{padding-bottom:0!important}
.article-byline{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:22px;color:#66716b;font-size:.92rem}
.article-byline span+span:before{content:"·";margin-right:20px;color:#a4aba7}
.article-hero-figure{margin:42px 0 0}
.article-page .article-hero .article-hero-figure picture img{margin-top:0;aspect-ratio:3/2}
.article-hero-figure figcaption{padding:10px 4px 0;color:#727a76;font-size:.84rem}
.article-prose{max-width:790px}
.article-page .article-body .article-deck{font-size:clamp(1.25rem,2.4vw,1.65rem);line-height:1.5;color:#223b32}
.article-pullquote{margin:38px 0!important;padding:10px 0 10px 24px;border-left:4px solid var(--commercial-green);font-size:clamp(1.3rem,2.6vw,1.8rem)!important;line-height:1.4!important;color:var(--commercial-ink)!important;font-weight:700}
.article-conclusion{margin-top:38px!important;padding:26px;border-radius:20px;background:linear-gradient(145deg,rgba(47,107,87,.1),#f8faf9);border:1px solid rgba(47,107,87,.15);font-size:1.16rem!important;color:#25483b!important}
.insight-sequence{display:grid;gap:12px;margin:30px 0 38px;counter-reset:insight-step}
.insight-sequence-step{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;padding:20px 22px;border:1px solid rgba(23,23,23,.09);border-radius:16px;background:#f8faf9}
.insight-sequence-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(47,107,87,.11);font-size:.76rem;font-weight:800;color:var(--commercial-green);letter-spacing:.08em}
.insight-sequence-copy strong{display:block;margin:1px 0 5px;color:#203d33;font-size:1.04rem}
.insight-sequence-copy p{margin:0;color:#59645e;line-height:1.58}
.article-principle{margin:30px 0!important;padding:20px 22px;border-left:4px solid var(--commercial-green);border-radius:0 14px 14px 0;background:#f5f8f6;color:#33483f!important}
.recurring-patterns-article .article-hero .article-hero-figure picture img{aspect-ratio:16/9;object-position:center}
.article-math-card{margin:28px 0 34px;padding:clamp(22px,4vw,32px);border:1px solid rgba(47,107,87,.2);border-radius:20px;background:linear-gradient(145deg,#f5f9f7,#fff);box-shadow:0 12px 30px rgba(23,54,44,.07)}
.article-math-card>p{color:#3e4b45;line-height:1.68}
.article-math-card code{padding:.12em .38em;border-radius:5px;color:#214d3d;background:#e4efe9;font-size:.92em;font-weight:700}
.article-equation{overflow-x:auto;margin:22px 0!important;padding:18px 20px;border:1px solid rgba(47,107,87,.16);border-radius:13px;background:#fff;color:#173f34!important;font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-size:clamp(.94rem,2vw,1.14rem)!important;font-weight:700;line-height:1.55!important;white-space:nowrap}
.article-equation--result{border-color:rgba(47,107,87,.28);background:#edf6f1}
.article-equation--result strong{color:#205f49}
.article-math-boundary{margin:24px 0 0!important;padding:16px 18px;border-left:4px solid var(--commercial-warm);border-radius:0 12px 12px 0;background:#fff8eb;color:#574b37!important;font-size:.98rem!important}
.insight-article-cta{margin-top:56px!important}
.article-author-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:22px;align-items:center;margin:52px 0 0;padding:24px;border-top:1px solid rgba(23,23,23,.1);border-bottom:1px solid rgba(23,23,23,.1)}
.article-author-card img{width:96px;height:96px;border-radius:50%;object-fit:cover}
.article-author-card h3{margin:4px 0 8px!important}
.article-author-card p{margin:0 0 8px!important;font-size:.98rem!important}
.related-insights-section{background:#f6f8f7}

@media (max-width:900px){
  .home-latest-insight-card,.insights-feature-card,.insights-library-intro{grid-template-columns:1fr}
  .home-latest-insight-copy h2,.insights-feature-copy h2{max-width:20ch}
  .insight-topic-grid{grid-template-columns:1fr}
}
@media (max-width:680px){
  .insight-card-grid{grid-template-columns:1fr}
  .insight-sequence-step{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:17px 16px}
  .insight-sequence-number{width:36px;height:36px}
  .article-byline span+span:before,.insight-card-meta span+span:before{display:none}
  .article-author-card{grid-template-columns:72px 1fr;padding:20px 0}
  .article-author-card img{width:72px;height:72px}
  .article-math-card{padding:20px 17px}
  .article-equation{padding:15px 14px;font-size:.86rem!important}
}
/* Keep explicit HTML dimensions from overriding responsive editorial image ratios. */
.home-latest-insight-media img,
.insights-feature-media img,
.insight-library-card--with-image img,
.article-page .article-hero .article-hero-figure picture img{height:auto}

/* v8.8.38 — pilot-to-production continuation section */
.home-continuation{padding:clamp(56px,7vw,90px) 0}
.home-continuation .section-head{margin-bottom:22px}
.home-continuation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-continuation-grid article{padding:26px 25px;border:1px solid #dce5e0;border-radius:20px;background:linear-gradient(180deg,#fff,#f8faf9)}
.home-continuation-grid h3{margin:0 0 10px;color:#17392e;font-size:1.22rem;line-height:1.24}
.home-continuation-grid p{margin:0;color:#65736c;font-size:.92rem;line-height:1.62}
.continuation-terms-note{max-width:900px;margin:24px 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.6}
@media(max-width:820px){.home-continuation-grid{grid-template-columns:1fr}}


/* v8.8.56 final commercial-clarity pass */
.home-fit-check{margin:15px 0 0}
.home-fit-check .text-link{font-weight:750}
.home-offer-hierarchy{padding:clamp(54px,7vw,82px) 0;background:#f3f6f4}
.home-offer-hierarchy .section-head{max-width:900px}
.offer-hierarchy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}
.offer-hierarchy-grid article{padding:24px;border:1px solid #d9e2dd;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(20,45,56,.06)}
.offer-hierarchy-grid article>span,.pilot-fit-card>span{display:inline-flex;margin-bottom:12px;color:#456458;font-size:.78rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.offer-hierarchy-grid h3{margin:0;color:#102d3f;font-size:1.12rem;line-height:1.4}
.economic-mechanism{max-width:920px;margin:22px 0 0;padding-left:18px;border-left:3px solid #6e9584;color:#40544b;font-size:1.04rem;line-height:1.65}
.pilot-fit-section{padding:clamp(58px,7vw,88px) 0;background:#f3f6f4}
.pilot-fit-section .section-head{max-width:880px}
.pilot-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:30px}
.pilot-fit-card{padding:clamp(24px,3vw,34px);border:1px solid #d7e1dc;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(20,45,56,.06)}
.pilot-fit-card--not{border-color:#dfd5cc;background:#fffaf6}
.pilot-fit-card h3{margin:0 0 18px;color:#102d3f;font-size:1.2rem;line-height:1.4}
.pilot-fit-card ul{margin:0;padding-left:1.2rem;color:#45564f}
.pilot-fit-card li{margin:.72rem 0;line-height:1.5}
@media (max-width:820px){
  .offer-hierarchy-grid,.pilot-fit-grid{grid-template-columns:1fr}
}

/* v8.8.67 — controlled 404 and retired-route handoff */
.error-route-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 82% 18%,rgba(47,107,87,.12),transparent 31rem),
    linear-gradient(150deg,#f8faf9 0%,#fff 52%,#f3f7f5 100%);
}
.error-route-main{display:flex;min-height:100vh;padding:0}
.error-route-shell{
  display:flex;
  flex-direction:column;
  width:min(1180px,calc(100% - 48px));
  min-height:100vh;
  margin:0 auto;
  padding:32px 0 24px;
}
.error-route-brand{display:flex;align-items:center;min-height:52px}
.error-route-brand img{width:138px;height:auto}
.error-route-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);
  gap:clamp(46px,7vw,94px);
  align-items:center;
  flex:1;
  padding:48px 0 58px;
}
.error-route-copy{padding:0}
.error-route-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#2f6b57;
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.12em;
}
.error-route-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2f6b57;
  box-shadow:0 0 0 5px rgba(47,107,87,.1);
}
.error-route-copy h1{
  max-width:13ch;
  margin:20px 0 22px;
  color:#111c18;
  font-size:clamp(3rem,6.2vw,5.6rem);
  line-height:.96;
  letter-spacing:-.055em;
}
.error-route-copy>p:not(.error-route-thesis){
  max-width:58ch;
  margin:0 0 12px;
  color:#596760;
  font-size:1.02rem;
  line-height:1.65;
}
.error-route-copy>p.lead{
  max-width:52ch;
  color:#253c33;
  font-size:clamp(1.16rem,1.8vw,1.38rem);
  line-height:1.5;
}
.error-route-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.error-route-pilot-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:20px;
  color:#2f6b57;
  font-weight:780;
}
.error-route-pilot-link:hover{text-decoration:underline;text-underline-offset:4px}
.error-route-thesis{
  max-width:62ch;
  margin:34px 0 0;
  padding:19px 0 0 19px;
  border-top:1px solid rgba(34,63,52,.14);
  border-left:3px solid rgba(47,107,87,.48);
  color:#344b42;
  font-size:.96rem;
  line-height:1.68;
}
.error-route-panel{
  position:relative;
  overflow:hidden;
  padding:clamp(26px,3.2vw,38px);
  border:1px solid rgba(24,61,49,.14);
  border-radius:24px;
  background:rgba(255,255,255,.86);
  box-shadow:0 28px 70px rgba(25,54,44,.11);
}
.error-route-panel::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#2f6b57 0 74%,#b78854 74% 100%);
}
.error-route-panel-heading{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:baseline;
  padding-bottom:22px;
  border-bottom:1px solid #e0e7e3;
}
.error-route-panel-heading span{
  color:#2f6b57;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.12em;
}
.error-route-panel-heading strong{color:#17392e;font-size:.9rem}
.error-route-status-list{margin:8px 0 0}
.error-route-status-list>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:17px 0;
  border-bottom:1px solid #e7ece9;
}
.error-route-status-list dt{color:#344a41;font-weight:690}
.error-route-status-list dd{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0;
  font-size:.76rem;
  font-weight:820;
  letter-spacing:.04em;
}
.error-route-status-list dd::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
}
.error-route-status-list .is-active{color:#2f6b57}
.error-route-status-list .is-active::before{background:#3e9b73;box-shadow:0 0 0 4px rgba(62,155,115,.11)}
.error-route-status-list .is-inactive{color:#8a603a}
.error-route-status-list .is-inactive::before{background:#b78854;box-shadow:0 0 0 4px rgba(183,136,84,.12)}
.error-route-current-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:8px;
  align-items:center;
  margin-top:26px;
  padding:18px;
  border-radius:15px;
  background:#f1f6f3;
  color:#24483b;
  font-size:.72rem;
  font-weight:770;
  text-align:center;
}
.error-route-current-flow i{color:#7c9a8e;font-size:1rem;font-style:normal}
.error-route-footer{
  display:flex;
  justify-content:flex-end;
  padding-top:18px;
  border-top:1px solid rgba(28,54,44,.11);
  color:#66736d;
  font-size:.88rem;
}
.error-route-footer a:hover{color:#2f6b57;text-decoration:underline;text-underline-offset:4px}
@media(max-width:900px){
  .error-route-shell{width:min(760px,calc(100% - 36px))}
  .error-route-grid{grid-template-columns:1fr;gap:42px;padding:42px 0}
  .error-route-copy h1{max-width:15ch}
}
@media(max-width:560px){
  .error-route-shell{width:min(100% - 28px,760px);padding-top:22px}
  .error-route-grid{padding:34px 0}
  .error-route-copy h1{font-size:clamp(2.7rem,14vw,4rem)}
  .error-route-actions{display:grid}
  .error-route-actions .btn{width:100%}
  .error-route-panel{padding:24px 21px}
  .error-route-panel-heading{display:grid;gap:6px}
  .error-route-current-flow{grid-template-columns:1fr;gap:6px}
  .error-route-current-flow i{transform:rotate(90deg)}
}
