@import url("client-content.css?v=20260719-productdata2");

/* Content Expansion — project paths, quality gates and engineering dossiers */

.project-routes,
.quality-evidence,
.resource-preview {
  padding: 145px max(32px, calc((100vw - 1440px) / 2));
}

.routes-head,
.resource-preview-head {
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 8vw;
}

.routes-head h2,
.quality-evidence h2,
.resource-preview h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(45px, 5vw, 74px);
  line-height: 1.12;
  letter-spacing: -.06em;
  font-weight: 590;
}

.routes-head > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.route-tabs {
  display: flex;
  border-top: 4px solid var(--blue);
  border-bottom: 1px solid var(--line);
}

.route-tab {
  min-height: 66px;
  padding: 15px 24px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: .06em;
}

.route-tab:hover,
.route-tab.is-active {
  color: #fff;
  background: var(--blue-deep);
}

.route-stage {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  color: #fff;
  background: var(--ink);
  transition: opacity .16s ease, transform .16s ease;
}

.route-stage.is-changing { opacity: .45; transform: translateY(4px); }
.route-stage-copy { padding: clamp(42px, 5vw, 74px); display: flex; flex-direction: column; }
.route-code { margin: 0 0 70px; color: #86bce6; font: 9px var(--data); letter-spacing: .14em; }
.route-stage h3 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); letter-spacing: -.055em; font-weight: 580; }
.route-stage-copy > p:nth-of-type(2) { max-width: 620px; margin: 25px 0 48px; color: #bac5ca; font-size: 15px; line-height: 1.8; }
.route-stage-copy > a { align-self: flex-start; margin-top: 42px; color: #fff; border-color: rgba(255,255,255,.55); }
.route-flow { margin: auto 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #4a5358; list-style: none; }
.route-flow li { min-height: 128px; padding: 17px 13px; display: flex; flex-direction: column; border-right: 1px solid #353e43; }
.route-flow li:first-child { border-left: 1px solid #353e43; }
.route-flow span { color: #78878e; font: 8px var(--data); }
.route-flow strong { margin-top: auto; font-size: 15px; font-weight: 600; }
.route-flow small { margin-top: 7px; color: #87959b; font-size: 10px; line-height: 1.55; }
.route-stage-media { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-left: 6px solid var(--copper); }
.route-stage-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,17,22,.72)); pointer-events: none; }
.route-stage-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.route-stage:hover .route-stage-media img { transform: scale(1.02); }
.route-stage-media figcaption { position: absolute; z-index: 1; right: 25px; bottom: 22px; left: 25px; color: #e1e6e8; font: 8px var(--data); letter-spacing: .12em; text-transform: uppercase; }

.quality-evidence {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 9vw;
  color: #fff;
  background: var(--blue-deep);
  border-top: 7px solid var(--copper);
}

.quality-evidence .eyebrow { color: #91c5eb; }
.quality-evidence-intro > p:nth-of-type(2) { max-width: 600px; margin: 32px 0; color: #bed0da; font-size: 15px; line-height: 1.85; }
.quality-evidence .button-primary { margin-top: 15px; }
.quality-gates { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.7); }
.quality-gates li { min-height: 132px; padding: 22px 0; display: grid; grid-template-columns: 105px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.quality-gates li > span { color: #83b6dc; font: 9px var(--data); letter-spacing: .1em; }
.quality-gates strong { display: block; font-size: 24px; font-weight: 560; }
.quality-gates small { display: block; margin-top: 10px; color: #aebfc9; font-size: 12px; line-height: 1.55; }

.resource-preview { background: #fff; }
.resource-preview-head > a { justify-self: end; }
.dossier-list { border-top: 4px solid var(--blue); }
.dossier-row { min-height: 112px; padding: 22px 24px; display: grid; grid-template-columns: 130px 1fr 1.25fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.dossier-row:hover { color: #fff; background: var(--blue-deep); }
.dossier-id { color: var(--blue); font: 9px var(--data); letter-spacing: .12em; }
.dossier-row:hover .dossier-id { color: #91c5eb; }
.dossier-row strong { font-size: 21px; font-weight: 590; }
.dossier-row small { color: var(--muted); font-size: 12px; line-height: 1.6; }
.dossier-row:hover small { color: #b9c8d0; }
.dossier-row b { font-size: 11px; font-weight: 650; }

/* Shared expanded content */
.stage-rail { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--blue); list-style: none; }
.stage-rail li { min-height: 265px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.stage-rail li:first-child { border-left: 1px solid var(--line); }
.stage-rail span { color: var(--blue); font: 9px var(--data); }
.stage-rail strong { margin-top: 62px; font-size: 23px; font-weight: 580; }
.stage-rail p { margin: 14px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.stage-rail small { margin-top: auto; color: #7b898f; font: 8px var(--data); letter-spacing: .06em; }
.inline-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 20px 42px; }
.inline-actions a { padding: 13px 0; color: var(--blue); border-bottom: 2px solid var(--blue); font-size: 13px; font-weight: 700; }

.layer-stack { margin-top: 55px; padding: 38px; background: #e8edef; border-left: 6px solid var(--blue); }
.layer { min-height: 70px; padding: 15px 20px; display: grid; grid-template-columns: 65px 1fr auto; align-items: center; border-bottom: 2px solid #fff; }
.layer span { font: 8px var(--data); }
.layer strong { font-size: 16px; font-weight: 620; }
.layer small { font: 8px var(--data); letter-spacing: .1em; }
.layer-copper { color: #fff; background: var(--copper); }
.layer-dielectric { background: #f7f8f7; }
.layer-base { color: #1c252a; background: var(--silver); }
.layer-interface { min-height: 92px; color: #fff; background: var(--blue-deep); }
.technical-note { padding-left: 16px; border-left: 3px solid var(--copper); font-size: 11px!important; }

.decision-matrix { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--line); gap: 1px; }
.decision-matrix article { min-height: 330px; padding: 26px; display: flex; flex-direction: column; background: #fff; }
.decision-matrix article:nth-child(2) { color: #fff; background: var(--blue-deep); }
.decision-matrix span { color: var(--blue); font: 9px var(--data); letter-spacing: .12em; }
.decision-matrix article:nth-child(2) span { color: #8fc5ed; }
.decision-matrix h3 { margin: 80px 0 16px; font-size: 27px; font-weight: 570; }
.decision-matrix p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.decision-matrix article:nth-child(2) p { color: #b8c9d2; }
.decision-matrix a { margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 700; }

.output-ledger { border-top: 4px solid var(--copper); }
.output-ledger > div { min-height: 118px; padding: 22px 24px; display: grid; grid-template-columns: 130px 1fr 1.4fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.output-ledger span { color: var(--blue); font: 9px var(--data); }
.output-ledger strong { font-size: 19px; font-weight: 590; }
.output-ledger p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.team-chain { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--copper); }
.team-chain > div { min-height: 190px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.team-chain > div:first-child { border-left: 1px solid var(--line); }
.team-chain span { color: var(--blue); font: 9px var(--data); }
.team-chain strong { margin-top: auto; font-size: 19px; font-weight: 580; }
.team-chain small { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.55; }

/* Quality page */
.page-quality .sub-hero { background: #050c10; }
.page-quality .sub-hero-media { border-left-color: var(--copper); }
.page-quality .sub-hero::after { background: linear-gradient(180deg, var(--copper) 0 3px, #fff 3px 4px, #86bce6 4px 8px); }
.quality-system { color: #fff; background: var(--blue-deep); }
.quality-system .eyebrow { color: #91c5eb; }
.quality-system .section-lead > p { color: #b9c9d1; }
.gate-sequence { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.72); list-style: none; }
.gate-sequence li { min-height: 162px; padding: 28px 0; display: grid; grid-template-columns: 100px 1fr 1fr 175px; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.gate-number { color: #87bce3; font: 9px var(--data); letter-spacing: .12em; }
.gate-main p { margin: 0 0 10px; color: #7fa9c8; font: 8px var(--data); letter-spacing: .12em; }
.gate-main h3 { margin: 0; font-size: 25px; font-weight: 560; }
.gate-copy { margin: 0; color: #b6c6cf; font-size: 12px; line-height: 1.75; }
.gate-sequence li > strong { justify-self: end; color: #9eb8c7; font: 8px var(--data); letter-spacing: .08em; }
.inspection-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.inspection-map article { min-height: 290px; padding: 28px; background: #fff; }
.inspection-map article:nth-child(2), .inspection-map article:nth-child(6) { background: #e7ecee; }
.inspection-map span { color: var(--blue); font: 9px var(--data); letter-spacing: .1em; }
.inspection-map h3 { margin: 70px 0 17px; font-size: 24px; font-weight: 570; }
.inspection-map p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.evidence-section { background: #e6ebed; }
.evidence-ledger { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); }
.evidence-ledger > div { min-height: 315px; padding: 28px; display: flex; flex-direction: column; color: #fff; border-right: 1px solid #30383d; }
.evidence-ledger span { color: #8dc2e9; font: 10px var(--data); }
.evidence-ledger strong { margin-top: auto; font-size: 24px; font-weight: 570; }
.evidence-ledger p { color: #9eabb1; font-size: 12px; line-height: 1.75; }
.scope-note { margin-top: 34px; padding: 26px 28px; display: grid; grid-template-columns: 130px 1fr auto; gap: 30px; align-items: center; background: #fff; border-left: 6px solid var(--copper); }
.scope-note span { color: var(--blue); font: 9px var(--data); letter-spacing: .1em; }
.scope-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.scope-note a { color: var(--blue); font-size: 11px; font-weight: 700; white-space: nowrap; }

/* Resource page */
.page-resources .sub-hero { color: #fff; background: var(--blue-deep); }
.page-resources .sub-hero .breadcrumb, .page-resources .sub-hero-lead { color: #c2d0d8; }
.page-resources .sub-hero .eyebrow, .page-resources .sub-hero h1 span { color: #94c8ee; }
.page-resources .sub-hero::after { background: linear-gradient(180deg, var(--copper) 0 3px, #fff 3px 4px, #86bce6 4px 8px); }
.resource-cover { min-height: 530px; padding: 35px; position: relative; display: flex; flex-direction: column; color: var(--ink); background: #f7f8f7; border-left: 7px solid var(--copper); box-shadow: 20px 20px 0 rgba(8,17,22,.18); overflow: hidden; }
.resource-cover::before { content: ""; position: absolute; right: -16%; bottom: 12%; width: 75%; aspect-ratio: 1; border: 1px solid #c2cbd0; border-radius: 50%; box-shadow: 0 0 0 45px #f7f8f7, 0 0 0 46px #c2cbd0, 0 0 0 91px #f7f8f7, 0 0 0 92px #c2cbd0; }
.resource-cover > * { position: relative; z-index: 1; }
.resource-cover > span { font: 9px var(--data); letter-spacing: .12em; }
.resource-cover > strong { margin-top: 30px; color: var(--blue); font: 160px/1 var(--data); font-weight: 400; letter-spacing: -.12em; }
.resource-cover > p { margin: auto 0 35px; font-size: 24px; line-height: 1.55; font-weight: 570; }
.resource-cover > small { padding-top: 17px; border-top: 3px solid var(--blue); font: 8px var(--data); letter-spacing: .1em; }
.resource-library { background: #e8edef; }
.resource-document { margin-bottom: 55px; scroll-margin-top: 130px; background: #fff; border-top: 5px solid var(--blue); }
.resource-document > header { min-height: 165px; padding: 28px 32px; display: grid; grid-template-columns: 210px 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.resource-document header > div span { color: var(--blue); font: 9px var(--data); }
.resource-document header > div p { margin: 11px 0 0; color: var(--muted); font: 8px var(--data); letter-spacing: .09em; }
.resource-document header h2 { margin: 0; font-size: clamp(34px, 3.5vw, 54px); letter-spacing: -.05em; font-weight: 580; }
.resource-document header > small { color: var(--muted); font-size: 10px; }
.document-body { padding: 48px 32px 40px 242px; }
.document-intro { max-width: 870px; margin: 0 0 38px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.document-body ol { margin: 0 0 32px; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.document-body li { min-height: 92px; padding: 17px 0; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.document-body li > span { color: var(--blue); font: 9px var(--data); }
.document-body li strong { display: block; font-size: 17px; font-weight: 600; }
.document-body li p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.document-body > a { display: inline-block; padding: 13px 0; color: var(--blue); border-bottom: 2px solid var(--blue); font-size: 12px; font-weight: 700; }

/* FAQ */
.faq-list { border-top: 4px solid var(--blue); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 94px; padding: 22px 24px; display: grid; grid-template-columns: 78px 1fr auto; align-items: center; cursor: pointer; list-style: none; font-size: 19px; font-weight: 580; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font: 9px var(--data); }
.faq-list summary::after { content: "+"; font: 28px/1 var(--data); font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { max-width: 900px; margin: -6px 70px 0 102px; padding: 0 0 32px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.rfq-next { background: #e7ecee; }

@media (max-width: 960px) {
  .project-routes, .quality-evidence, .resource-preview { padding: 115px 32px; }
  .routes-head, .resource-preview-head { grid-template-columns: 1fr; gap: 28px; }
  .resource-preview-head > a { justify-self: start; }
  .route-stage { grid-template-columns: 1fr; }
  .route-stage-media { min-height: 460px; border-left: 0; border-top: 6px solid var(--copper); }
  .quality-evidence { grid-template-columns: 1fr; gap: 70px; }
  .dossier-row { grid-template-columns: 100px 1fr auto; }
  .dossier-row small { grid-column: 2 / 4; }
  .stage-rail, .decision-matrix, .team-chain, .evidence-ledger { grid-template-columns: 1fr 1fr; }
  .stage-rail li:nth-child(3), .team-chain > div:nth-child(3) { border-left: 1px solid var(--line); }
  .decision-matrix article { min-height: 285px; }
  .gate-sequence li { grid-template-columns: 80px 1fr 1fr; }
  .gate-sequence li > strong { grid-column: 2 / 4; justify-self: start; }
  .inspection-map { grid-template-columns: 1fr 1fr; }
  .scope-note { grid-template-columns: 100px 1fr; }
  .scope-note a { grid-column: 2; justify-self: start; }
  .resource-cover { min-height: 440px; }
  .resource-document > header { grid-template-columns: 160px 1fr; }
  .resource-document header > small { grid-column: 2; }
  .document-body { padding-left: 192px; }
}

@media (max-width: 600px) {
  .project-routes, .quality-evidence, .resource-preview { padding: 90px 16px; }
  .routes-head h2, .quality-evidence h2, .resource-preview h2 { font-size: 40px; }
  .route-tabs { overflow-x: auto; }
  .route-tab { flex: 0 0 auto; min-height: 58px; padding: 13px 18px; }
  .route-stage { min-height: 0; }
  .route-stage-copy { padding: 34px 20px 42px; }
  .route-code { margin-bottom: 48px; }
  .route-stage h3 { font-size: 40px; }
  .route-flow { grid-template-columns: 1fr 1fr; }
  .route-flow li { min-height: 112px; border-bottom: 1px solid #353e43; }
  .route-stage-media { min-height: 340px; }
  .quality-gates li { grid-template-columns: 74px 1fr; }
  .quality-gates strong { font-size: 20px; }
  .dossier-row { padding: 20px 4px; grid-template-columns: 78px 1fr auto; gap: 13px; }
  .dossier-row strong { font-size: 17px; }
  .dossier-row small { grid-column: 2 / 4; }
  .stage-rail, .decision-matrix, .team-chain, .evidence-ledger { grid-template-columns: 1fr; }
  .stage-rail li, .stage-rail li:nth-child(3), .team-chain > div, .team-chain > div:nth-child(3) { min-height: 190px; border-left: 1px solid var(--line); }
  .stage-rail strong { margin-top: 38px; }
  .layer-stack { margin-top: 38px; padding: 14px; }
  .layer { min-height: 82px; grid-template-columns: 40px 1fr; }
  .layer small { grid-column: 2; margin-top: 5px; }
  .decision-matrix article { min-height: 250px; }
  .decision-matrix h3 { margin-top: 55px; }
  .output-ledger > div { grid-template-columns: 72px 1fr; gap: 13px; }
  .output-ledger p { grid-column: 2; }
  .gate-sequence li { padding: 26px 0; grid-template-columns: 62px 1fr; gap: 16px; align-items: start; }
  .gate-copy, .gate-sequence li > strong { grid-column: 2; }
  .inspection-map { grid-template-columns: 1fr; }
  .inspection-map article { min-height: 245px; }
  .inspection-map h3 { margin-top: 55px; }
  .evidence-ledger > div { min-height: 240px; }
  .scope-note { padding: 23px 20px; grid-template-columns: 1fr; gap: 15px; }
  .scope-note a { grid-column: 1; white-space: normal; }
  .resource-cover { min-height: 360px; padding: 25px; box-shadow: 8px 8px 0 rgba(8,17,22,.18); }
  .resource-cover > strong { font-size: 104px; }
  .resource-cover > p { font-size: 19px; }
  .resource-document { margin-bottom: 28px; }
  .resource-document > header { min-height: 0; padding: 24px 20px; grid-template-columns: 1fr; gap: 22px; }
  .resource-document header > small { grid-column: 1; }
  .resource-document header h2 { font-size: 35px; }
  .document-body { padding: 32px 20px 35px; }
  .document-body li { grid-template-columns: 45px 1fr; }
  .faq-list summary { min-height: 82px; padding: 18px 4px; grid-template-columns: 48px 1fr auto; gap: 10px; font-size: 16px; }
  .faq-list details > p { margin: -2px 30px 0 52px; padding-bottom: 26px; }
}
