/* Benchmarking v2 — 360-degree evidence board */
.benchmarking-v2 { --bench-cyan:#18d5e2; --bench-blue:#2147d7; --bench-ink:#07172f; }
.benchmarking-v2 h1,.benchmarking-v2 h2,.benchmarking-v2 h3 { text-wrap:balance; }
.benchmarking-v2 .bench-phrase { display:inline-block; }
.benchmarking-v2 .benchmark-hero { min-height:620px; }
.benchmarking-v2 .hero-metric-panel { box-shadow:0 24px 68px rgba(0,0,0,.28); backdrop-filter:blur(10px); }
.benchmarking-v2 .axis-grid { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding:88px 1px 1px; overflow:hidden; border:1px solid #d7e1eb; background:#d7e1eb; box-shadow:0 25px 60px rgba(7,23,47,.09); }
.benchmarking-v2 .axis-grid::before { content:"360° INTEGRATED EVALUATION FRAME"; position:absolute; inset:0 0 auto; height:66px; display:flex; align-items:center; padding:0 28px; color:#fff; background:linear-gradient(90deg,#06152c,#13356d); font-size:11px; font-weight:900; letter-spacing:.16em; }
.benchmarking-v2 .axis-grid::after { content:""; position:absolute; top:21px; right:28px; width:126px; height:24px; opacity:.7; background:radial-gradient(circle,#18d5e2 0 3px,transparent 4px) 0 50%/25px 24px repeat-x,linear-gradient(90deg,#18d5e2,#fff) center/100% 1px no-repeat; }
.benchmarking-v2 .axis-card { min-height:330px; padding:28px 28px 92px; border:0; border-radius:0; box-shadow:none; background:linear-gradient(145deg,#fff,#f6f8fb); }
.benchmarking-v2 .axis-card::after { right:24px; bottom:24px; width:92px; height:64px; border:0; border-radius:0; box-shadow:none; opacity:.5; background:repeating-linear-gradient(0deg,#d3deea 0 1px,transparent 1px 16px),repeating-linear-gradient(90deg,#d3deea 0 1px,transparent 1px 18px),linear-gradient(145deg,transparent 44%,#1d62d8 46% 49%,transparent 51%); }
.benchmarking-v2 .axis-card:nth-child(2)::after { background:radial-gradient(circle at 20% 70%,#18d5e2 0 4px,transparent 5px),radial-gradient(circle at 50% 35%,#2147d7 0 5px,transparent 6px),radial-gradient(circle at 80% 55%,#91a4bd 0 4px,transparent 5px),linear-gradient(25deg,transparent 48%,#cbd7e3 49% 51%,transparent 52%); }
.benchmarking-v2 .axis-card:nth-child(3)::after { background:repeating-linear-gradient(90deg,#2147d7 0 8px,transparent 8px 14px); }
.benchmarking-v2 .axis-card:nth-child(4)::after { border:7px solid #d8e3ec; border-top-color:#18d5e2; border-right-color:#2147d7; border-radius:50%; background:none; }
.benchmarking-v2 .axis-card:nth-child(5)::after { background:linear-gradient(90deg,#d8e3ec 0 60%,transparent 60%) 0 0/100% 10px no-repeat,linear-gradient(90deg,#2147d7 0 83%,transparent 83%) 0 25px/100% 10px no-repeat,linear-gradient(90deg,#18d5e2 0 44%,transparent 44%) 0 50px/100% 10px no-repeat; }
.benchmarking-v2 .axis-card:nth-child(6)::after { background:radial-gradient(circle at 75% 25%,#2147d7 0 7px,transparent 8px),radial-gradient(circle at 40% 55%,#18d5e2 0 6px,transparent 7px),radial-gradient(circle at 67% 75%,#8da0b9 0 5px,transparent 6px),repeating-linear-gradient(0deg,#d8e3ec 0 1px,transparent 1px 20px),repeating-linear-gradient(90deg,#d8e3ec 0 1px,transparent 1px 20px); }
.benchmarking-v2 .axis-card > span { border-radius:8px; color:#fff; background:linear-gradient(145deg,var(--bench-blue),#102a6b); box-shadow:0 8px 20px rgba(33,71,215,.2); }
.benchmarking-v2 .axis-card > b { bottom:28px; }
.benchmark-lens { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:14px; background:#29415f; border:1px solid #29415f; }
.benchmark-lens span { padding:18px 20px; color:rgba(255,255,255,.74); background:#07172f; font-size:12px; line-height:1.65; }
.benchmark-lens b { display:block; margin-bottom:6px; color:var(--bench-cyan); font-size:10px; letter-spacing:.12em; }

.benchmarking-v2 .benchmark-process { position:relative; display:grid; grid-template-columns:repeat(6,1fr); gap:0; padding:42px 16px 18px; border:1px solid #d8e2ec; background:linear-gradient(150deg,#fff,#f2f5f8); box-shadow:0 24px 55px rgba(7,23,47,.08); }
.benchmarking-v2 .benchmark-process::before { content:"EVIDENCE-TO-DECISION WORKFLOW"; position:absolute; left:20px; top:15px; color:#607085; font-size:9px; font-weight:900; letter-spacing:.16em; }
.benchmarking-v2 .benchmark-process::after { content:""; position:absolute; left:7%; right:7%; top:74px; height:2px; background:linear-gradient(90deg,var(--bench-cyan),var(--bench-blue)); }
.benchmarking-v2 .benchmark-process .process-step { position:relative; z-index:1; min-height:252px; padding:15px 20px 22px; border:0; border-right:1px solid #dbe4ed; box-shadow:none; background:transparent; }
.benchmarking-v2 .benchmark-process .process-step:last-child { border-right:0; }
.benchmarking-v2 .benchmark-process .process-step::before { content:""; display:block; width:15px; height:15px; margin:10px 0 33px; border:4px solid #fff; border-radius:50%; background:var(--bench-blue); box-shadow:0 0 0 2px var(--bench-cyan); }
.benchmarking-v2 .benchmark-process .process-step h3 { font-size:15px; }
.benchmarking-v2 .benchmark-process .process-step:nth-child(3)::after,.benchmarking-v2 .benchmark-process .process-step:nth-child(5)::after { content:"QUALITY GATE"; position:absolute; right:-37px; top:7px; z-index:3; padding:5px 7px; color:#fff; background:#123b81; font-size:7px; font-weight:900; letter-spacing:.1em; transform:rotate(-90deg); }
.benchmarking-v2 .deliverables-list { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; padding:1px; background:#d9e3ed; border:1px solid #d9e3ed; box-shadow:0 20px 45px rgba(7,23,47,.07); }
.benchmarking-v2 .deliverables-list li { position:relative; min-height:94px; padding:24px 24px 20px 58px; background:#fff; }
.benchmarking-v2 .deliverables-list li::before { left:24px; top:26px; width:20px; height:20px; border:2px solid var(--bench-cyan); background:linear-gradient(135deg,transparent 42%,var(--bench-blue) 43% 55%,transparent 56%); }

@media (max-width:980px) {
  .benchmarking-v2 .axis-grid { grid-template-columns:repeat(2,1fr); }
  .benchmarking-v2 .benchmark-process { grid-template-columns:repeat(2,1fr); }
  .benchmarking-v2 .benchmark-process::after { display:none; }
  .benchmarking-v2 .benchmark-process .process-step::before { margin-bottom:18px; }
  .benchmarking-v2 .benchmark-process .process-step:nth-child(3)::after,.benchmarking-v2 .benchmark-process .process-step:nth-child(5)::after { display:none; }
}
@media (max-width:640px) {
  .benchmarking-v2 .page-heading h1 { font-size:34px; }
  .benchmarking-v2 h2 { font-size:28px; }
  .benchmarking-v2 .axis-grid { grid-template-columns:1fr; padding-top:78px; }
  .benchmarking-v2 .axis-grid::after { display:none; }
  .benchmarking-v2 .axis-card { min-height:270px; }
  .benchmark-lens,.benchmarking-v2 .benchmark-process,.benchmarking-v2 .deliverables-list { grid-template-columns:1fr; }
  .benchmarking-v2 .benchmark-process .process-step { min-height:auto; border-right:0; border-bottom:1px solid #dbe4ed; }
}
@media (max-width:360px) {
  .benchmarking-v2 h2 { font-size:24px; }
}

/* Benchmarking v3 — restored automotive engineering visuals */
.benchmarking-v2 #evaluation,
.benchmarking-v2 #method,
.benchmarking-v2 #deliverables { padding-top:80px; padding-bottom:80px; }

.benchmark-evaluation-stage {
  position:relative;
  overflow:hidden;
  padding:30px;
  color:#fff;
  background:#06172f;
  border-radius:8px;
  box-shadow:0 28px 70px rgba(4,19,47,.18);
  isolation:isolate;
}
.benchmark-stage-bg {
  position:absolute;
  z-index:-2;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.62;
  filter:saturate(.86) contrast(1.06);
}
.benchmark-evaluation-stage::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(115deg,rgba(3,16,38,.97),rgba(5,24,54,.76) 55%,rgba(5,20,47,.9)),linear-gradient(180deg,rgba(3,16,38,.05),rgba(3,16,38,.72));
}
.benchmark-evaluation-stage::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.24;
  background-image:linear-gradient(rgba(72,207,220,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(72,207,220,.12) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,#000,transparent 82%);
}
.benchmark-stage-head {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);
  gap:42px;
  align-items:end;
  padding:2px 2px 24px;
  border-bottom:1px solid rgba(255,255,255,.2);
}
.benchmark-stage-head span { color:var(--bench-cyan); font-size:10px; font-weight:900; letter-spacing:.18em; }
.benchmark-stage-head h3 { margin:10px 0 0; color:#fff; font-size:24px; line-height:1.48; }
.benchmark-stage-head p { margin:0; color:rgba(255,255,255,.68); font-size:11px; line-height:1.85; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:20px;
  padding:0;
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
}
.benchmarking-v2 .benchmark-evaluation-stage .axis-grid::before,
.benchmarking-v2 .benchmark-evaluation-stage .axis-grid::after { display:none; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-card {
  min-height:218px;
  padding:20px 20px 62px;
  color:#fff;
  background:linear-gradient(150deg,rgba(7,29,64,.9),rgba(5,23,52,.78));
  border:1px solid rgba(255,255,255,.17);
  border-top:2px solid rgba(24,213,226,.72);
  border-radius:3px;
  box-shadow:0 14px 34px rgba(0,0,0,.15);
  backdrop-filter:blur(8px);
}
.benchmarking-v2 .benchmark-evaluation-stage .axis-card::after { right:17px; bottom:16px; width:72px; height:44px; opacity:.68; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-card > span {
  width:32px;
  height:32px;
  color:#071a39;
  background:linear-gradient(135deg,var(--bench-cyan),#77dfc9);
  border-radius:4px;
  box-shadow:0 8px 20px rgba(24,213,226,.16);
  font-size:9px;
}
.benchmarking-v2 .benchmark-evaluation-stage .axis-card h3 { margin:14px 0 0; color:#fff; font-size:18px; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-card p { margin-top:8px; color:rgba(255,255,255,.7); font-size:10px; line-height:1.7; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-card > b { position:absolute; left:20px; bottom:36px; color:var(--bench-cyan); font-size:8px; letter-spacing:.12em; }
.benchmarking-v2 .benchmark-evaluation-stage .axis-card > small { position:absolute; left:20px; bottom:18px; color:rgba(255,255,255,.42); font-size:7px; letter-spacing:.03em; }
.benchmarking-v2 .benchmark-evaluation-stage .benchmark-lens {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:12px;
  background:rgba(104,201,220,.28);
  border:1px solid rgba(104,201,220,.28);
}
.benchmarking-v2 .benchmark-evaluation-stage .benchmark-lens span { min-height:75px; padding:15px 17px; color:rgba(255,255,255,.68); background:rgba(3,18,43,.88); font-size:9px; }
.benchmarking-v2 .benchmark-evaluation-stage .benchmark-lens b { margin-bottom:5px; font-size:8px; }

.benchmark-method-lab {
  display:grid;
  grid-template-columns:minmax(0,.83fr) minmax(0,1.17fr);
  gap:18px;
  align-items:stretch;
}
.benchmark-method-visual {
  position:relative;
  min-height:720px;
  margin:0;
  overflow:hidden;
  color:#fff;
  background:#06172f;
  border-radius:7px;
  box-shadow:0 24px 58px rgba(4,20,49,.15);
}
.benchmark-method-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,16,38,.12),rgba(3,16,38,.92) 76%); }
.benchmark-method-visual > img { width:100%; height:100%; object-fit:cover; object-position:center; }
.benchmark-method-visual figcaption { position:absolute; z-index:2; left:28px; right:28px; bottom:78px; padding-left:16px; border-left:3px solid var(--bench-cyan); }
.benchmark-method-visual figcaption b { display:block; color:var(--bench-cyan); font-size:9px; letter-spacing:.16em; }
.benchmark-method-visual figcaption strong { display:block; margin-top:10px; font-size:22px; line-height:1.45; }
.benchmark-method-visual figcaption span { display:block; margin-top:10px; color:rgba(255,255,255,.68); font-size:10px; line-height:1.75; }
.benchmark-evidence-tags { position:absolute; z-index:2; left:22px; right:22px; bottom:22px; display:grid; grid-template-columns:repeat(4,1fr); gap:4px; }
.benchmark-evidence-tags span { min-height:32px; display:grid; place-items:center; padding:4px; color:rgba(255,255,255,.62); background:rgba(5,22,51,.72); border:1px solid rgba(255,255,255,.16); font-size:6px; font-weight:900; text-align:center; }
.benchmarking-v2 .benchmark-method-lab .benchmark-process {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  padding:8px;
  border:1px solid #d4dfe9;
  background:linear-gradient(145deg,#eef3f7,#f9fbfc);
  box-shadow:0 24px 55px rgba(7,23,47,.08);
}
.benchmarking-v2 .benchmark-method-lab .benchmark-process::before,
.benchmarking-v2 .benchmark-method-lab .benchmark-process::after { display:none; }
.benchmarking-v2 .benchmark-method-lab .process-step {
  min-height:226px;
  padding:19px 19px 42px;
  background:rgba(255,255,255,.95);
  border:1px solid #dbe4ec;
  box-shadow:none;
}
.benchmarking-v2 .benchmark-method-lab .process-step::before,
.benchmarking-v2 .benchmark-method-lab .process-step::after { display:none !important; }
.benchmarking-v2 .benchmark-method-lab .process-step > b { color:#2453b8; font-size:9px; letter-spacing:.13em; }
.benchmarking-v2 .benchmark-method-lab .process-step h3 { margin:19px 0 0; color:#07172f; font-size:16px; line-height:1.5; }
.benchmarking-v2 .benchmark-method-lab .process-step p { margin:9px 0 0; color:#5d697b; font-size:10px; line-height:1.72; }
.benchmarking-v2 .benchmark-method-lab .process-step small { position:absolute; left:19px; right:19px; bottom:16px; padding-top:9px; color:#2d63c6; border-top:1px solid #e0e7ee; font-size:7px; font-weight:900; letter-spacing:.08em; }
.benchmark-quality-loop {
  min-height:74px;
  margin-top:14px;
  display:grid;
  grid-template-columns:165px repeat(3,150px) minmax(0,1fr);
  align-items:center;
  color:#fff;
  background:linear-gradient(110deg,#07172f,#0b3168);
  border-left:3px solid var(--bench-cyan);
}
.benchmark-quality-loop > b { padding:0 18px; color:var(--bench-cyan); font-size:9px; letter-spacing:.14em; }
.benchmark-quality-loop > span { min-height:100%; display:flex; align-items:center; gap:8px; padding:0 12px; border-left:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.75); font-size:9px; font-weight:800; }
.benchmark-quality-loop i { width:25px; height:25px; flex:0 0 auto; display:grid; place-items:center; color:#07172f; background:var(--bench-cyan); border-radius:50%; font-size:7px; font-style:normal; }
.benchmark-quality-loop p { margin:0; padding:0 18px; color:rgba(255,255,255,.58); border-left:1px solid rgba(255,255,255,.14); font-size:8px; line-height:1.7; }
.benchmarking-v2 .method-disclaimer { margin-top:12px; }

.benchmarking-v2 .benchmark-deliverables {
  display:grid;
  grid-template-columns:minmax(230px,.55fr) minmax(320px,.82fr) minmax(420px,1.25fr);
  gap:14px;
  align-items:stretch;
}
.benchmark-deliverable-copy { padding:28px; background:#fff; border:1px solid #d8e2eb; }
.benchmark-deliverable-copy h2 { font-size:40px; }
.benchmark-deliverable-copy .lead { margin-top:18px; font-size:12px; line-height:1.85; }
.benchmark-deliverable-principles { display:grid; gap:7px; margin-top:24px; }
.benchmark-deliverable-principles span { padding:11px 12px; color:#5e6878; background:#f0f4f7; border-left:2px solid #2c65c7; font-size:8px; line-height:1.55; }
.benchmark-deliverable-principles b { display:block; margin-bottom:4px; color:#2453b8; font-size:7px; letter-spacing:.12em; }
.benchmark-deliverable-visual { position:relative; min-height:460px; overflow:hidden; color:#fff; background:#06172f; }
.benchmark-deliverable-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,16,38,.18),rgba(3,16,38,.9)); }
.benchmark-deliverable-visual > img { width:100%; height:100%; object-fit:cover; object-position:center; }
.benchmark-report-architecture { position:absolute; z-index:2; left:20px; right:20px; bottom:103px; display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.benchmark-report-architecture span { min-height:52px; display:flex; align-items:center; gap:10px; padding:9px 11px; color:rgba(255,255,255,.75); background:rgba(5,24,56,.78); border:1px solid rgba(255,255,255,.16); font-size:8px; font-weight:850; }
.benchmark-report-architecture b { color:var(--bench-cyan); font-size:8px; }
.benchmark-deliverable-visual > p { position:absolute; z-index:2; left:22px; right:22px; bottom:21px; margin:0; padding-left:13px; color:rgba(255,255,255,.68); border-left:3px solid var(--bench-cyan); font-size:8px; line-height:1.6; }
.benchmark-deliverable-visual > p b { display:block; margin-bottom:6px; color:var(--bench-cyan); font-size:8px; letter-spacing:.12em; }
.benchmarking-v2 .benchmark-deliverables .deliverables-list { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; padding:1px; background:#d7e1eb; border:1px solid #d7e1eb; box-shadow:none; }
.benchmarking-v2 .benchmark-deliverables .deliverables-list li { min-height:112px; padding:25px 17px 20px 48px; background:#fff; font-size:10px; line-height:1.55; }
.benchmarking-v2 .benchmark-deliverables .deliverables-list li::before { left:18px; top:27px; width:18px; height:18px; }

@media (max-width:1100px) {
  .benchmark-stage-head { grid-template-columns:1fr .75fr; gap:28px; }
  .benchmark-method-lab { grid-template-columns:1fr; }
  .benchmark-method-visual { min-height:480px; }
  .benchmarking-v2 .benchmark-deliverables { grid-template-columns:1fr 1fr; }
  .benchmark-deliverable-copy { grid-column:1/-1; display:grid; grid-template-columns:.5fr 1fr .9fr; gap:25px; align-items:start; }
  .benchmark-deliverable-copy .lead,.benchmark-deliverable-principles { margin-top:0; }
}

@media (max-width:760px) {
  .benchmark-evaluation-stage { padding:20px; }
  .benchmark-stage-head { grid-template-columns:1fr; gap:12px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-grid { grid-template-columns:repeat(2,1fr); }
  .benchmarking-v2 .benchmark-evaluation-stage .benchmark-lens { grid-template-columns:1fr; }
  .benchmarking-v2 .benchmark-method-lab .benchmark-process { grid-template-columns:1fr 1fr; }
  .benchmark-quality-loop { grid-template-columns:1fr 1fr; }
  .benchmark-quality-loop > b,.benchmark-quality-loop p { grid-column:1/-1; min-height:48px; display:flex; align-items:center; }
  .benchmark-quality-loop p { border-left:0; border-top:1px solid rgba(255,255,255,.14); }
  .benchmarking-v2 .benchmark-deliverables { grid-template-columns:1fr; }
  .benchmark-deliverable-copy { grid-column:auto; display:block; }
  .benchmark-deliverable-copy .lead { margin-top:18px; }
  .benchmark-deliverable-principles { margin-top:24px; }
}

@media (max-width:600px) {
  .benchmarking-v2 .section-jump { display:grid; grid-template-columns:repeat(4,1fr); overflow:visible; }
  .benchmarking-v2 .section-jump a { min-width:0; padding:13px 4px; font-size:9px; }
  .benchmarking-v2 #evaluation,.benchmarking-v2 #method,.benchmarking-v2 #deliverables { padding-top:58px; padding-bottom:58px; }
  .benchmark-evaluation-stage { margin-inline:-5px; padding:15px; }
  .benchmark-stage-head h3 { font-size:19px; }
  .benchmark-stage-head p { font-size:10px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-grid { grid-template-columns:1fr; gap:7px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-card { min-height:178px; padding:17px 17px 54px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-card h3 { margin-top:11px; font-size:17px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-card p { font-size:10px; }
  .benchmarking-v2 .benchmark-evaluation-stage .axis-card > b,.benchmarking-v2 .benchmark-evaluation-stage .axis-card > small { left:17px; }
  .benchmark-method-visual { min-height:410px; }
  .benchmark-method-visual figcaption { left:20px; right:20px; bottom:78px; }
  .benchmark-method-visual figcaption strong { font-size:18px; }
  .benchmarking-v2 .benchmark-method-lab .benchmark-process { grid-template-columns:1fr; }
  .benchmarking-v2 .benchmark-method-lab .process-step { min-height:186px; }
  .benchmark-quality-loop { grid-template-columns:1fr; }
  .benchmark-quality-loop > b,.benchmark-quality-loop p { grid-column:auto; }
  .benchmark-quality-loop > span { min-height:48px; border-left:0; border-top:1px solid rgba(255,255,255,.14); }
  .benchmarking-v2 .benchmark-deliverables .deliverables-list { grid-template-columns:1fr; }
  .benchmarking-v2 .benchmark-deliverables .deliverables-list li { min-height:76px; }
}
