/* About page evidence-led MVP. Scoped to the new sections below #aboutWorkflow. */
.about-page .about-evidence-section{
  --about-panel:rgba(8,21,38,.82);
  --about-panel-strong:rgba(10,27,48,.94);
  --about-line:rgba(164,192,224,.18);
  --about-line-strong:rgba(213,231,249,.34);
  --about-accent:#d33770;
  --about-accent-soft:#f0a0bc;
  position:relative;
  overflow:hidden;
  scroll-margin-top:82px;
  padding:76px 0;
  border-top:1px solid rgba(177,204,232,.08);
  background:
    radial-gradient(circle at 86% 12%,rgba(201,51,105,.10),transparent 30%),
    linear-gradient(150deg,rgba(4,13,24,.22),rgba(14,31,54,.46));
}
.about-page .about-evidence-section:nth-of-type(even){
  background:
    radial-gradient(circle at 12% 30%,rgba(67,111,162,.11),transparent 28%),
    linear-gradient(150deg,rgba(14,30,52,.38),rgba(4,12,22,.28));
}
.about-page .about-evidence-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(90deg,rgba(166,198,230,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(166,198,230,.045) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent);
}
.about-page .about-mvp-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0;
  align-items:end;
  margin-bottom:30px;
}
.about-page .about-mvp-heading h2{
  max-width:800px;
  font-size:clamp(34px,4.2vw,54px);
}
.about-page .about-evidence-section .section-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
  color:#c5d0e1;
  font-size:11px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.about-page .about-evidence-section .section-eyebrow::before{
  content:"";
  width:22px;
  height:2px;
  background:linear-gradient(90deg,var(--about-accent),transparent);
}
.about-page .about-panel-kicker,
.about-page .about-scenario-label{
  color:var(--about-accent-soft);
  font-size:10px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}

/* Outcome console */
.about-page .about-outcome-section{
  padding-top:88px;
  background:
    radial-gradient(circle at 78% 30%,rgba(202,50,105,.15),transparent 32%),
    linear-gradient(145deg,#071523,#0b1e34 56%,#10192e);
}
.about-page .about-outcome-console{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:14px;
  min-height:500px;
}
.about-page .about-outcome-tabs{
  display:grid;
  grid-template-rows:repeat(4,1fr);
  gap:10px;
}
.about-page .about-outcome-tab{
  width:100%;
  border:1px solid var(--about-line);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(29,51,80,.72),rgba(7,19,34,.78));
  color:#eef5ff;
  display:grid;
  grid-template-columns:43px 1fr;
  gap:14px;
  align-items:center;
  padding:17px;
  text-align:left;
  cursor:pointer;
  transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.about-page .about-outcome-tab:hover,
.about-page .about-outcome-tab:focus-visible{
  border-color:rgba(240,160,188,.52);
  outline:none;
}
.about-page .about-outcome-tab.is-active{
  border-color:rgba(235,87,139,.72);
  background:
    radial-gradient(circle at 88% 50%,rgba(238,87,140,.18),transparent 42%),
    linear-gradient(145deg,rgba(84,33,62,.92),rgba(20,31,53,.92));
  box-shadow:0 16px 36px rgba(0,0,0,.2),inset 3px 0 0 var(--about-accent);
  transform:translateX(4px);
}
.about-page .about-control-index{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(193,218,244,.28);
  color:#f5d8e3;
  font-size:11px;
  font-weight:950;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.025);
}
.about-page .about-outcome-tab.is-active .about-control-index{
  background:linear-gradient(145deg,#db3974,#8f2147);
  border-color:rgba(255,255,255,.55);
  box-shadow:0 0 24px rgba(222,53,113,.35),inset 0 0 0 4px rgba(255,255,255,.09);
}
.about-page .about-outcome-tab b,
.about-page .about-outcome-tab small{display:block}
.about-page .about-outcome-tab b{font-size:15px;line-height:1.2}
.about-page .about-outcome-tab small{margin-top:5px;color:#98abc3;font-size:11px;line-height:1.3}
.about-page .about-outcome-stage{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--about-line-strong);
  border-radius:20px;
  background:
    linear-gradient(90deg,rgba(143,33,71,.14) 1px,transparent 1px),
    linear-gradient(0deg,rgba(143,33,71,.11) 1px,transparent 1px),
    linear-gradient(145deg,rgba(29,49,77,.92),rgba(7,18,34,.96));
  background-size:54px 54px,54px 54px,100% 100%;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.about-page .about-stage-head{
  min-height:58px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--about-line);
  background:rgba(4,13,25,.42);
}
.about-page .about-stage-head>span{
  color:#c2d0e2;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.about-page .about-stage-head>b{
  display:flex;
  align-items:center;
  gap:9px;
  color:#dceee4;
  font-size:11px;
}
.about-page .about-stage-head>b i{
  width:8px;height:8px;border-radius:50%;
  background:#64d29a;
  box-shadow:0 0 18px rgba(100,210,154,.62);
}
.about-page .about-outcome-panel{
  min-height:440px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:32px;
  align-items:center;
  padding:34px;
}
.about-page .about-outcome-panel[hidden]{display:none}
.about-page .about-outcome-panel.is-entering{
  animation:aboutEvidencePanelIn .48s cubic-bezier(.22,1,.36,1) both;
}
.about-page .about-outcome-copy h3{
  max-width:540px;
  margin:13px 0 16px;
  font-size:clamp(29px,3.1vw,43px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.about-page .about-outcome-copy>p{
  max-width:540px;
  margin:0;
  color:#b8c6d9;
  font-size:15px;
  line-height:1.62;
}
.about-page .about-outcome-copy ul{
  display:grid;
  gap:9px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.about-page .about-outcome-copy li{
  position:relative;
  padding-left:20px;
  color:#dde7f4;
  font-size:13px;
}
.about-page .about-outcome-copy li::before{
  content:"";
  position:absolute;
  left:0;top:.45em;
  width:7px;height:7px;
  border-radius:50%;
  border:1px solid #ec7aa2;
  box-shadow:0 0 12px rgba(236,122,162,.34);
}
.about-page .about-outcome-visual{
  min-height:310px;
  display:grid;
  place-items:center;
  position:relative;
  border:1px solid rgba(177,204,232,.18);
  border-radius:17px;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 18%,rgba(211,55,112,.14),transparent 30%),
    linear-gradient(145deg,rgba(3,13,25,.72),rgba(15,35,60,.84));
}
.about-page .about-outcome-visual::before{
  content:"";
  position:absolute;inset:0;
  opacity:.35;
  background-image:
    linear-gradient(90deg,rgba(170,201,233,.09) 1px,transparent 1px),
    linear-gradient(0deg,rgba(170,201,233,.07) 1px,transparent 1px);
  background-size:32px 32px;
}
.about-page .about-dossier-sheet{
  width:min(88%,470px);
  position:relative;
  z-index:1;
  overflow:hidden;
  border:1px solid rgba(195,220,245,.28);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(36,61,92,.92),rgba(9,24,43,.96));
  box-shadow:18px 22px 0 rgba(6,17,31,.55),0 32px 70px rgba(0,0,0,.32);
}
.about-page .about-dossier-title{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 18px;
  padding:18px;
  border-bottom:1px solid var(--about-line);
}
.about-page .about-dossier-title span{color:#ed9ab8;font-size:9px;font-weight:950;letter-spacing:.14em}
.about-page .about-dossier-title b{grid-row:2;font-size:18px}
.about-page .about-dossier-title i{grid-column:2;grid-row:1/3;align-self:center;color:#7bd4a4;font-size:10px;font-style:normal;text-transform:uppercase}
.about-page .about-dossier-row{
  display:grid;
  grid-template-columns:32px 1fr auto;
  gap:10px;
  align-items:center;
  min-height:54px;
  padding:0 18px;
  border-bottom:1px solid rgba(177,204,232,.1);
}
.about-page .about-dossier-row>span{color:#e8729c;font-size:10px;font-weight:900}
.about-page .about-dossier-row>b{font-size:12px}
.about-page .about-dossier-row>i{color:#a9bad0;font-size:9px;font-style:normal;text-transform:uppercase}
.about-page .about-dossier-row>i.is-ready{color:#74d29d}
.about-page .about-dossier-scan{
  position:absolute;
  left:0;right:0;top:-4px;height:2px;
  background:linear-gradient(90deg,transparent,#f06f9f 38%,#fff 50%,#f06f9f 62%,transparent);
  box-shadow:0 0 18px rgba(240,111,159,.7);
  animation:aboutEvidenceScan 3.8s ease-in-out infinite;
}
.about-page .about-outcome-visual-variants{
  grid-template-columns:minmax(130px,.8fr) 70px minmax(160px,1fr);
  padding:26px;
}
.about-page .about-compare-source,
.about-page .about-compare-options span{
  position:relative;z-index:1;
  border:1px solid rgba(189,215,241,.22);
  border-radius:13px;
  background:rgba(20,39,65,.86);
  padding:17px;
}
.about-page .about-compare-source small,
.about-page .about-compare-source b,
.about-page .about-compare-source span,
.about-page .about-compare-options b,
.about-page .about-compare-options small{display:block}
.about-page .about-compare-source small{color:#e4789e;font-size:9px;text-transform:uppercase;font-weight:900}
.about-page .about-compare-source b{margin:20px 0 8px;font-size:16px}
.about-page .about-compare-source span,.about-page .about-compare-options small{color:#9cafc7;font-size:10px;line-height:1.4}
.about-page .about-compare-rail{position:relative;z-index:1;display:grid;place-items:center}
.about-page .about-compare-rail::before{content:"";width:100%;height:1px;background:linear-gradient(90deg,#d94b7c,#79a5d4)}
.about-page .about-compare-rail i{position:absolute;width:7px;height:7px;border-radius:50%;background:#e46c96;box-shadow:0 0 14px #d74a7b}
.about-page .about-compare-rail i:nth-child(2){transform:translateX(22px)}
.about-page .about-compare-rail i:nth-child(3){transform:translateX(-22px)}
.about-page .about-compare-options{position:relative;z-index:1;display:grid;gap:10px}
.about-page .about-compare-options span{display:grid;grid-template-columns:35px 1fr;gap:4px 11px}
.about-page .about-compare-options i{grid-row:1/3;width:35px;height:35px;border-radius:9px;display:grid;place-items:center;background:rgba(212,55,111,.17);color:#f4a7c1;font-style:normal;font-weight:900}
.about-page .about-compare-options b{font-size:12px}
.about-page .about-offer-document{
  width:min(84%,420px);
  position:relative;z-index:1;
  padding:22px;
  border:1px solid rgba(202,222,243,.27);
  border-radius:8px;
  color:#dbe7f5;
  background:linear-gradient(160deg,rgba(235,242,250,.13),rgba(14,31,54,.93));
  box-shadow:16px 18px 0 rgba(3,13,25,.45),0 28px 70px rgba(0,0,0,.28);
}
.about-page .about-offer-document header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}
.about-page .about-offer-document header span{font-size:10px;line-height:1.35;letter-spacing:.13em;font-weight:950}
.about-page .about-offer-document header b{color:#ef7ba4;font-size:24px}
.about-page .about-offer-line{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;min-height:45px;border-top:1px solid rgba(192,215,239,.13);font-size:10px}
.about-page .about-offer-line.is-head{color:#8ea2ba;text-transform:uppercase;font-size:8px;font-weight:900}
.about-page .about-offer-line i,.about-page .about-offer-line em{font-style:normal}
.about-page .about-offer-line em{color:#75d19d}
.about-page .about-offer-document footer{margin-top:15px;padding-top:14px;border-top:1px solid rgba(192,215,239,.18);display:flex;justify-content:space-between;font-size:10px}
.about-page .about-offer-document footer span{color:#93a7bf}
.about-page .about-control-route{
  position:relative;z-index:1;
  display:grid;
  gap:0;
  width:min(78%,390px);
}
.about-page .about-control-route::before{
  content:"";position:absolute;left:16px;top:18px;bottom:18px;width:1px;
  background:linear-gradient(#64d29a 0 56%,rgba(171,199,227,.25) 56%);
}
.about-page .about-control-route span{min-height:56px;display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;color:#8398b1}
.about-page .about-control-route i{position:relative;z-index:1;width:34px;height:34px;border:1px solid rgba(177,205,232,.25);border-radius:50%;background:#0b1d33;display:grid;place-items:center;font-style:normal}
.about-page .about-control-route b{font-size:13px}
.about-page .about-control-route .is-done{color:#d8e8f4}
.about-page .about-control-route .is-done i{border-color:#64d29a;color:#77daa6;box-shadow:0 0 18px rgba(100,210,154,.2)}
.about-page .about-control-route .is-current{color:#fff}
.about-page .about-control-route .is-current i{border-color:#e95a8d;background:#bc2c60;box-shadow:0 0 22px rgba(219,57,116,.45)}
.about-page .about-control-route .is-current i::before{content:"";width:7px;height:7px;border-radius:50%;background:white}
.about-page .about-control-pulse{position:absolute;z-index:0;width:170px;height:170px;border:1px solid rgba(220,64,119,.2);border-radius:50%;right:-45px;bottom:-50px;box-shadow:0 0 0 40px rgba(220,64,119,.04),0 0 0 80px rgba(220,64,119,.025)}

/* Typical scenario */
.about-page .about-scenario-section{background:linear-gradient(145deg,#071421,#0b1a2d)}
.about-page .about-scenario-board{
  display:grid;
  grid-template-columns:minmax(230px,.74fr) minmax(320px,1.1fr) minmax(240px,.8fr);
  border:1px solid var(--about-line-strong);
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(27,48,76,.88),rgba(7,18,33,.94));
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.about-page .about-scenario-board>div{padding:28px}
.about-page .about-scenario-input{border-right:1px solid var(--about-line)}
.about-page .about-scenario-output{border-left:1px solid var(--about-line);background:linear-gradient(145deg,rgba(96,30,62,.62),rgba(14,29,50,.78))}
.about-page .about-scenario-board h3{margin:11px 0 20px;font-size:25px;line-height:1.08}
.about-page .about-file-stack{height:118px;position:relative;margin-bottom:20px}
.about-page .about-file-stack>i{position:absolute;inset:16px 10px 4px 22px;border:1px solid rgba(177,205,233,.18);border-radius:11px;background:rgba(5,16,29,.55);transform:rotate(-3deg)}
.about-page .about-file-stack>i:nth-child(2){inset:10px 18px 10px 12px;transform:rotate(2deg)}
.about-page .about-file-stack>span{position:absolute;inset:0;display:grid;grid-template-columns:42px 1fr;gap:4px 12px;align-content:center;padding:18px;border:1px solid rgba(205,225,245,.28);border-radius:12px;background:linear-gradient(145deg,#17304f,#0b1d33);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.about-page .about-file-stack span>b{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:rgba(211,55,112,.2);color:#f28fb3;font-size:9px}
.about-page .about-file-stack strong{font-size:12px}
.about-page .about-file-stack small{color:#8fa4bd;font-size:9px}
.about-page .about-scenario-input dl,.about-page .about-capability-panel dl{margin:0;display:grid;gap:10px}
.about-page .about-scenario-input dl div,.about-page .about-capability-panel dl div{padding-top:10px;border-top:1px solid rgba(175,202,229,.12)}
.about-page .about-scenario-input dt,.about-page .about-capability-panel dt{color:#f08db0;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.about-page .about-scenario-input dd,.about-page .about-capability-panel dd{margin:5px 0 0;color:#c6d3e3;font-size:11px;line-height:1.45}
.about-page .about-scenario-route{display:grid;align-content:center;gap:13px}
.about-page .about-scenario-route>div{
  position:relative;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:4px 14px;
  min-height:78px;
  padding:14px 14px 14px 16px;
  border:1px solid rgba(178,205,232,.14);
  border-radius:13px;
  background:rgba(9,23,41,.68);
}
.about-page .about-scenario-route>div:not(:last-child)::after{
  content:"";position:absolute;left:35px;top:100%;width:1px;height:14px;background:linear-gradient(#d9467b,#6d8cad)
}
.about-page .about-scenario-route span{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(224,90,137,.5);color:#f29ab8;font-size:10px;font-weight:900}
.about-page .about-scenario-route b{font-size:13px}
.about-page .about-scenario-route p{margin:4px 0 0;color:#96aac2;font-size:11px;line-height:1.4}
.about-page .about-scenario-output ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.about-page .about-scenario-output li{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid rgba(220,154,181,.17);border-radius:10px;background:rgba(16,27,47,.5)}
.about-page .about-scenario-output li>i{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:rgba(215,55,112,.17);color:#ef8cac;font-size:9px;font-style:normal;font-weight:900}
.about-page .about-scenario-output b,.about-page .about-scenario-output small{display:block}
.about-page .about-scenario-output b{font-size:11px}.about-page .about-scenario-output small{margin-top:4px;color:#95a8c0;font-size:9px}
.about-page .about-scenario-output>a{display:inline-flex;margin-top:20px;color:#f2acc4;font-size:11px;font-weight:900}

/* Capabilities */
.about-page .about-capabilities-section{
  background:
    radial-gradient(circle at 82% 28%,rgba(191,43,96,.17),transparent 34%),
    linear-gradient(145deg,#0b1a2d,#071320 65%);
}
.about-page .about-capability-console{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:14px;
}
.about-page .about-capability-tabs{
  padding:10px;
  display:grid;
  gap:7px;
  border:1px solid var(--about-line);
  border-radius:18px;
  background:rgba(5,16,29,.55);
}
.about-page .about-capability-tab{
  min-height:80px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:13px 14px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  color:#f2f7fc;
  text-align:left;
  cursor:pointer;
  transition:.24s ease;
}
.about-page .about-capability-tab:hover,.about-page .about-capability-tab:focus-visible{border-color:rgba(225,112,152,.35);outline:none}
.about-page .about-capability-tab.is-active{border-color:rgba(228,82,134,.56);background:linear-gradient(135deg,rgba(138,31,70,.58),rgba(25,43,69,.75));box-shadow:inset 3px 0 0 #e2447d}
.about-page .about-capability-tab span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(182,211,240,.34);color:#ffc3d7;font-size:11px;font-weight:900;letter-spacing:.04em}
.about-page .about-capability-tab b{display:block;color:#f4f8fd;font-size:17px;line-height:1.22;font-weight:850;text-wrap:balance;text-shadow:0 1px 12px rgba(0,0,0,.32)}
.about-page .about-capability-tab.is-active b{color:#fff}
.about-page .about-capability-stage{min-width:0}
.about-page .about-capability-panel{
  min-height:390px;
  position:relative;
  isolation:isolate;
  display:grid;
  align-items:center;
  padding:34px;
  border:1px solid var(--about-line-strong);
  border-radius:18px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(154,184,215,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(154,184,215,.045) 1px,transparent 1px),
    linear-gradient(145deg,rgba(30,52,81,.9),rgba(8,20,36,.96));
  background-size:52px 52px,52px 52px,100% 100%;
  box-shadow:0 28px 70px rgba(0,0,0,.26);
}
.about-page .about-capability-panel::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      rgba(8,20,36,1) 0%,
      rgba(8,20,36,.98) 39%,
      rgba(8,20,36,.88) 49%,
      rgba(8,20,36,.52) 63%,
      rgba(8,20,36,.12) 82%,
      rgba(8,20,36,.03) 100%
    ),
    linear-gradient(0deg,rgba(5,15,28,.44),transparent 38%);
}
.about-page .about-capability-panel[hidden]{display:none}
.about-page .about-capability-panel.is-entering{animation:aboutEvidencePanelIn .5s cubic-bezier(.22,1,.36,1) both}
.about-page .about-capability-copy{
  position:relative;
  z-index:2;
  width:min(61%,680px);
}
.about-page .about-capability-panel h3{max-width:600px;margin:13px 0 15px;font-size:clamp(29px,3.4vw,45px);line-height:1.04;letter-spacing:-.04em}
.about-page .about-capability-panel p{max-width:620px;margin:0 0 20px;color:#b8c7d9;font-size:14px;line-height:1.62}
.about-page .about-capability-panel dl{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}
.about-page .about-capability-panel .btn{box-shadow:none}
.about-page .about-capability-photo-veil{
  position:absolute;
  z-index:0;
  inset:0 0 0 auto;
  width:64%;
  margin:0;
  overflow:hidden;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 15%,#000 40%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 15%,#000 40%);
}
.about-page .about-capability-photo-veil::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 88% 18%,rgba(223,60,119,.14),transparent 31%),
    linear-gradient(0deg,rgba(2,9,17,.48),transparent 48%);
}
.about-page .about-capability-photo-veil img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:58% center;
  filter:saturate(.9) contrast(1.06) brightness(.78);
  transform:scale(1.045);
  transition:transform 1.25s cubic-bezier(.22,1,.36,1),filter .65s ease;
}
.about-page .about-capability-panel:hover .about-capability-photo-veil img{
  filter:saturate(.98) contrast(1.07) brightness(.84);
  transform:scale(1.075);
}
.about-page .about-capability-panel.is-entering .about-capability-photo-veil{
  animation:aboutCapabilityPhotoVeilIn .88s cubic-bezier(.22,1,.36,1) both;
}
@keyframes aboutCapabilityPhotoVeilIn{
  from{opacity:0;transform:translate3d(34px,0,0) scale(1.035);filter:blur(2px)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}

/* Trust and legal */
.about-page .about-trust-section{background:linear-gradient(145deg,#09192b,#07131f 65%)}
.about-page .about-trust-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:16px}
.about-page .about-trust-principles{display:grid;gap:10px}
.about-page .about-trust-principles article{
  min-height:112px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:15px;
  align-items:center;
  padding:18px;
  border:1px solid var(--about-line);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(32,55,85,.72),rgba(7,19,34,.76));
}
.about-page .about-trust-principles article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(234,100,148,.42);color:#f098b7;font-size:10px;font-weight:950}
.about-page .about-trust-principles h3{font-size:17px;margin:0 0 7px}
.about-page .about-trust-principles p{margin:0;color:#9fb2c9;font-size:12px;line-height:1.5}
.about-page .about-legal-dossier{
  overflow:hidden;
  border:1px solid rgba(225,118,156,.38);
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(176,202,228,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(176,202,228,.045) 1px,transparent 1px),
    linear-gradient(145deg,rgba(79,28,56,.72),rgba(10,23,40,.94));
  background-size:48px 48px,48px 48px,100% 100%;
  box-shadow:0 28px 70px rgba(0,0,0,.25);
}
.about-page .about-legal-dossier>header{
  min-height:82px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:6px 18px;
  padding:20px 22px;
  border-bottom:1px solid var(--about-line);
  background:rgba(5,14,26,.3);
}
.about-page .about-legal-dossier>header span{color:#efa0bc;font-size:9px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.about-page .about-legal-dossier>header b{grid-row:2;font-size:24px}
.about-page .about-legal-dossier>header i{grid-column:2;grid-row:1/3;align-self:center;padding:7px 10px;border:1px solid rgba(100,210,154,.32);border-radius:999px;color:#78d7a5;font-size:9px;font-style:normal;text-transform:uppercase}
.about-page .about-legal-core{display:grid;grid-template-columns:1.15fr 1fr .8fr;border-bottom:1px solid var(--about-line)}
.about-page .about-legal-core>div{min-width:0;padding:20px;border-right:1px solid var(--about-line)}
.about-page .about-legal-core>div:last-child{border-right:0}
.about-page .about-legal-core span,.about-page .about-legal-core b{display:block}
.about-page .about-legal-core span{color:#8fa4bd;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.about-page .about-legal-core b{margin-top:9px;font-size:13px;overflow-wrap:anywhere}
.about-page .about-legal-details{padding:0 22px}
.about-page .about-legal-details summary{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  color:#e7eef7;
  font-size:12px;
  font-weight:850;
}
.about-page .about-legal-details summary::after{content:"+";font-size:18px;color:#ee8cac}
.about-page .about-legal-details[open] summary::after{content:"−"}
.about-page .about-legal-details summary::-webkit-details-marker{display:none}
.about-page .about-legal-details>div{padding-bottom:18px}
.about-page .about-legal-details p{display:grid;grid-template-columns:160px 1fr;gap:14px;margin:0;padding:11px 0;border-top:1px solid rgba(179,205,231,.1)}
.about-page .about-legal-details span{color:#8fa4bd;font-size:10px}
.about-page .about-legal-details b{font-size:11px;line-height:1.45}

/* Reveal only after JS is ready; content stays visible without JS. */
.about-page.has-about-evidence-motion .about-evidence-section .about-mvp-heading,
.about-page.has-about-evidence-motion .about-evidence-section .about-outcome-console,
.about-page.has-about-evidence-motion .about-evidence-section .about-scenario-board,
.about-page.has-about-evidence-motion .about-evidence-section .about-capability-console,
.about-page.has-about-evidence-motion .about-evidence-section .about-trust-grid{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:opacity .48s ease,transform .48s cubic-bezier(.22,1,.36,1);
}
.about-page.has-about-evidence-motion .about-evidence-section.is-visible .about-mvp-heading,
.about-page.has-about-evidence-motion .about-evidence-section.is-visible .about-outcome-console,
.about-page.has-about-evidence-motion .about-evidence-section.is-visible .about-scenario-board,
.about-page.has-about-evidence-motion .about-evidence-section.is-visible .about-capability-console,
.about-page.has-about-evidence-motion .about-evidence-section.is-visible .about-trust-grid{
  opacity:1;
  transform:none;
}

@keyframes aboutEvidencePanelIn{
  from{opacity:0;transform:translate3d(12px,0,0) scale(.99)}
  to{opacity:1;transform:none}
}
@keyframes aboutEvidenceScan{
  0%,12%{transform:translateY(0);opacity:0}
  22%{opacity:1}
  72%{opacity:1}
  88%,100%{transform:translateY(216px);opacity:0}
}

@media(max-width:1080px){
  .about-page .about-outcome-console,
  .about-page .about-capability-console{grid-template-columns:1fr}
  .about-page .about-outcome-tabs{grid-template-columns:repeat(4,1fr);grid-template-rows:none}
  .about-page .about-outcome-tab{grid-template-columns:1fr;gap:8px;justify-items:start}
  .about-page .about-outcome-tab.is-active{transform:none}
  .about-page .about-outcome-tab .about-control-index{width:34px;height:34px}
  .about-page .about-outcome-tab small{display:none}
  .about-page .about-capability-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}
  .about-page .about-capability-tab{min-height:88px;grid-template-columns:1fr;gap:7px;padding:12px}
  .about-page .about-capability-tab span{width:32px;height:32px}
  .about-page .about-capability-tab b{font-size:13px;line-height:1.24}
  .about-page .about-scenario-board{grid-template-columns:1fr 1.15fr}
  .about-page .about-scenario-output{grid-column:1/-1;border-left:0;border-top:1px solid var(--about-line)}
  .about-page .about-scenario-output ul{grid-template-columns:repeat(3,1fr)}
  .about-page .about-trust-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .about-page .about-evidence-section{padding:58px 0}
  .about-page .about-mvp-heading{grid-template-columns:1fr;gap:0;margin-bottom:24px}
  .about-page .about-outcome-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}
  .about-page .about-outcome-tabs::-webkit-scrollbar{display:none}
  .about-page .about-outcome-tab{flex:0 0 180px;scroll-snap-align:start}
  .about-page .about-outcome-panel{grid-template-columns:1fr;padding:23px;gap:24px}
  .about-page .about-outcome-copy h3{font-size:31px}
  .about-page .about-outcome-visual{min-height:270px}
  .about-page .about-scenario-board{grid-template-columns:1fr}
  .about-page .about-scenario-input{border-right:0;border-bottom:1px solid var(--about-line)}
  .about-page .about-scenario-output{grid-column:auto}
  .about-page .about-scenario-output ul{grid-template-columns:1fr}
  .about-page .about-capability-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .about-page .about-capability-tabs::-webkit-scrollbar{display:none}
  .about-page .about-capability-tab{flex:0 0 184px;min-height:96px;scroll-snap-align:start}
  .about-page .about-capability-tab b{font-size:14px}
  .about-page .about-capability-panel{min-height:430px;padding:24px}
  .about-page .about-capability-copy{width:min(68%,610px)}
  .about-page .about-capability-panel h3{font-size:32px}
  .about-page .about-capability-panel dl{grid-template-columns:1fr}
  .about-page .about-capability-photo-veil{width:72%}
}
@media(max-width:540px){
  .about-page .about-evidence-section{padding:50px 0}
  .about-page .about-evidence-section::before{background-size:42px 42px}
  .about-page .about-mvp-heading h2{font-size:34px}
  .about-page .about-stage-head{padding:0 15px}
  .about-page .about-stage-head>b{font-size:9px}
  .about-page .about-outcome-panel{padding:19px}
  .about-page .about-outcome-copy h3{font-size:28px}
  .about-page .about-outcome-copy>p{font-size:13px}
  .about-page .about-outcome-visual-variants{grid-template-columns:1fr;gap:10px;padding:18px}
  .about-page .about-compare-rail{height:32px}
  .about-page .about-compare-rail::before{width:1px;height:100%;background:linear-gradient(#d94b7c,#79a5d4)}
  .about-page .about-compare-options{grid-template-columns:1fr 1fr}
  .about-page .about-scenario-board>div{padding:21px}
  .about-page .about-scenario-board h3{font-size:23px}
  .about-page .about-capability-panel{min-height:520px;padding:21px}
  .about-page .about-capability-panel::after{
    background:
      linear-gradient(90deg,rgba(8,20,36,.99) 0%,rgba(8,20,36,.94) 48%,rgba(8,20,36,.42) 82%,rgba(8,20,36,.14) 100%),
      linear-gradient(0deg,rgba(5,15,28,.9) 0%,rgba(5,15,28,.72) 45%,rgba(5,15,28,.24) 100%);
  }
  .about-page .about-capability-copy{width:100%}
  .about-page .about-capability-panel h3{font-size:29px}
  .about-page .about-capability-panel .btn{width:100%}
  .about-page .about-capability-photo-veil{
    inset:0 0 auto;
    width:100%;
    height:58%;
    opacity:.58;
    -webkit-mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.72) 58%,transparent 100%);
    mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.72) 58%,transparent 100%);
  }
  .about-page .about-legal-core{grid-template-columns:1fr}
  .about-page .about-legal-core>div{border-right:0;border-bottom:1px solid var(--about-line)}
  .about-page .about-legal-core>div:last-child{border-bottom:0}
  .about-page .about-legal-details p{grid-template-columns:1fr;gap:6px}
}
@media(prefers-reduced-motion:reduce){
  .about-page .about-evidence-section *,
  .about-page .about-evidence-section *::before,
  .about-page .about-evidence-section *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .about-page.has-about-evidence-motion .about-evidence-section .about-mvp-heading,
  .about-page.has-about-evidence-motion .about-evidence-section .about-outcome-console,
  .about-page.has-about-evidence-motion .about-evidence-section .about-scenario-board,
  .about-page.has-about-evidence-motion .about-evidence-section .about-capability-console,
  .about-page.has-about-evidence-motion .about-evidence-section .about-trust-grid{opacity:1;transform:none}
}
@media(forced-colors:active){
  .about-page .about-evidence-section::before,
  .about-page .about-capability-photo-veil,
  .about-page .about-control-pulse{display:none}
}
