.charts-hero-copy + .page-hero-aside { width: 100%; align-self: start; justify-self: end; }

.product-evidence-section.charts-product-evidence { background: var(--green-dark); color: white; }
.charts-product-evidence .eyebrow { color: var(--yellow); }
.charts-product-evidence .product-evidence-copy p:not(.eyebrow) { color: #d8e4de; }

.sync-console small, .video-result small, .chart-value-grid small { color: var(--green); font-size: .57rem; font-weight: 950; letter-spacing: .12em; }

#route { padding-block: clamp(24px, 5vw, 76px); background: var(--paper); }
#route .shell { width: min(900px, calc(100% - 40px)); }
#route .eyebrow { color: var(--green-dark); }
#route h2 { font-size: clamp(2.7rem, 11.2vw, 5.5rem); font-weight: 700; line-height: 1.05; }
#route .section-heading p:not(.eyebrow) { color: var(--ink); font-size: clamp(14px, 3.5vw, 20px); }
.instrument-routing { width: min(calc(100% - 16px), 660px); margin: 24px auto 0; position: relative; container-type: inline-size; color: var(--green-dark); }
.route-source { width: 89%; height: 40cqw; margin-inline: auto; padding: 6cqw 4cqw; display: flex; align-items: center; gap: 4cqw; border-radius: 5.5cqw; background: var(--green-dark); color: var(--paper); }
.route-score-icon { width: 18cqw; height: 26cqw; flex: none; }
.route-source strong { display: block; font-size: 8cqw; line-height: 1.15; white-space: nowrap; }
.route-source span { margin-top: 1.5cqw; display: block; font-size: 4cqw; white-space: nowrap; }
.route-connections { position: absolute; top: 0; left: 0; width: 100%; height: 130cqw; pointer-events: none; }
.route-folders { margin-top: 24cqw; position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 12%; row-gap: 7.5cqw; }
.route-folders article { min-height: 47cqw; padding: 5cqw 2cqw; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #c4dbcf; border-radius: 4.5cqw; background: #deece3; text-align: center; }
.route-folders article:nth-child(n+3) { border-color: #f5d999; background: #ffedc1; }
.route-folder-icon { width: 20cqw; height: 20cqw; display: block; object-fit: contain; }
.route-folders strong, .route-folders small { display: block; }
.route-folders strong { margin-top: 3cqw; font-size: max(18px, 6.5cqw); line-height: 1.15; }
.route-folders small { margin-top: 2cqw; color: var(--ink); font-size: max(12px, 4cqw); }

@media (min-width: 901px) {
  #route .shell { width: min(1100px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(40px, 5vw, 72px); }
  #route h2 { font-size: clamp(2.8rem, 5.7vw, 5.8rem); }
  .instrument-routing { width: 330px; margin: 0; }
}

@media (min-width: 1121px) {
  #route h2 { font-size: clamp(2.6rem, 3.7vw, 4.25rem); }
}

.sync-console { margin-top: 44px; overflow: hidden; display: grid; grid-template-columns: 245px minmax(0, 1fr); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.sync-steps { padding: 22px 15px; background: var(--ink); color: white; }
.sync-steps header { padding: 0 8px 18px; }
.sync-steps header small { color: var(--yellow); }
.sync-steps header strong { margin-top: 6px; display: block; font-size: 1.3rem; }
.sync-steps ol { margin: 0; padding: 0; list-style: none; }
.sync-steps li { padding: 11px 9px; display: grid; grid-template-columns: 24px 1fr auto; gap: 7px; align-items: center; border-top: 1px solid rgba(255,255,255,.13); font-size: .61rem; }
.sync-steps li span { color: var(--yellow); font-weight: 950; }
.sync-steps li em { color: #9bd0b7; font-size: .53rem; font-style: normal; font-weight: 850; }
.sync-review { padding: 28px; }
.sync-review > header { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.sync-review h3 { margin: 6px 0 0; font-size: 1.65rem; }
.sync-review header > span { padding: 6px 9px; border-radius: 99px; background: var(--green-light); color: var(--green-dark); font-size: .56rem; font-weight: 900; }
.sync-metrics { margin: 24px 0 14px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 9px; }
.sync-metrics div { padding: 15px; text-align: center; }
.sync-metrics div + div { border-left: 1px solid var(--line); }
.sync-metrics b { display: block; font-size: 1.6rem; }
.sync-metrics small { color: var(--muted); letter-spacing: 0; }
.sync-change { padding: 13px 0; display: grid; grid-template-columns: 70px 1fr; gap: 12px; border-top: 1px solid var(--line); font-size: .7rem; }
.sync-change span { color: var(--green); font-weight: 900; }
.sync-review button { margin-top: 22px; padding: 11px 15px; border: 0; border-radius: 7px; background: var(--green); color: white; font-size: .68rem; font-weight: 900; }
.sync-safety { margin: 20px 0 0; color: #bdc8c2; font-size: .7rem; }

.video-story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: center; gap: 70px; }
.video-formats { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.video-formats span { padding: 8px 11px; border-radius: 7px; background: var(--green-light); color: var(--green-dark); font-size: .66rem; font-weight: 850; }
.video-formats b { color: var(--green); }
.format-note { color: var(--muted); font-size: .7rem; }
.video-result { margin: 0; overflow: hidden; border-radius: 15px; background: var(--ink); box-shadow: var(--shadow); }
.video-result video { width: 100%; height: auto; aspect-ratio: 24 / 31; background: #000; object-fit: contain; }
.video-result figcaption { padding: 18px 20px; }
.video-result figcaption small { color: var(--yellow); }
.video-result figcaption strong, .video-result figcaption span { display: block; }
.video-result figcaption strong { margin-top: 7px; color: white; font-size: 1.3rem; }
.video-result figcaption span { margin-top: 4px; color: #bfc9c4; font-size: .63rem; }

.delivery-intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: start; gap: clamp(40px, 6vw, 80px); }
.delivery-intro-grid .section-heading { max-width: none; }
.delivery-screen { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: white; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.delivery-screen img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .instrument-routing { width: 80%; }
  .video-story-grid, .delivery-intro-grid { grid-template-columns: 1fr; }
  .sync-console { grid-template-columns: 1fr; }
  .delivery-screen { width: min(100%, 760px); }
}

@media (max-width: 700px) {
  .sync-review { padding: 20px 15px; }
  .sync-review > header { display: block; }
  .sync-review header > span { margin-top: 12px; display: inline-block; }
  .sync-metrics { grid-template-columns: 1fr 1fr; }
  .sync-metrics div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .sync-metrics div:nth-child(4) { border-top: 1px solid var(--line); }
  .video-story-grid { gap: 36px; }
}
