/* Each opposing pair shares dimensions and distance from the brand center. */
.scene-distribution { background: #edf3fc; }
.scene-distribution .scene-heading h2 { font-size: 52px; }
.distribution-geography { position: absolute; left: 0; top: 110px; width: 1600px; height: 800px; object-fit: contain; opacity: .08; mask-image: linear-gradient(transparent, #000 15%, #000 80%, transparent); pointer-events: none; }
.distribution-overview { position: absolute; left: 160px; top: 250px; width: 1280px; height: 510px; }
.distribution-card { position: absolute; height: 146px; padding: 22px; border: 1px solid #dce5f1; border-radius: 16px; background: #fffffff2; box-shadow: 0 8px 24px -16px #172b4d2b; }
.distribution-card-kicker { display: block; color: #8092ac; font-size: 10px; font-weight: 600; letter-spacing: 1.7px; line-height: 1.4; }
.distribution-card strong { display: block; margin-top: 9px; color: var(--ink); font-size: 21px; font-weight: 600; letter-spacing: -.25px; line-height: 1.2; }
.distribution-card small { display: block; margin-top: 9px; color: #75869e; font-size: 11px; line-height: 1.4; }
.distribution-supply, .distribution-sales { left: 350px; width: 580px; text-align: center; }
.distribution-supply { top: 0; }
.distribution-sales { top: 364px; display: flex; flex-direction: column; justify-content: center; }
.distribution-partners, .distribution-connections { top: 182px; width: 340px; display: flex; align-items: center; gap: 13px; }
.distribution-partners { left: 0; }
.distribution-connections { right: 0; }
.distribution-partners .round-icon, .distribution-connections .round-icon { width: 44px; height: 44px; border-radius: 12px; }
.distribution-partners strong, .distribution-connections strong { font-size: 20px; }
.distribution-items { display: flex; align-items: center; justify-content: center; }
.distribution-items > span { display: flex; align-items: center; flex-direction: column; color: #587ca5; }
.distribution-products { gap: 30px; margin-top: 17px; }
.distribution-products > span { min-width: 58px; gap: 7px; font-size: 10px; }
.distribution-products .icon { width: 21px; height: 21px; }
.distribution-channels { justify-content: space-around; gap: 16px; margin-top: 21px; }
.distribution-channels > span { flex: 1; gap: 10px; font-size: 12px; white-space: nowrap; }
.distribution-channels .icon { width: 23px; height: 23px; }
.distribution-center { position: absolute; left: 515px; top: 182px; width: 250px; height: 146px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.distribution-center img { width: 85px; height: 85px; border-radius: 22px; box-shadow: 0 8px 18px #0c66e414; }
.distribution-center strong { margin-top: 13px; font-size: 18px; font-weight: 600; letter-spacing: -.2px; }
.distribution-center > span { margin-top: 5px; color: #75869e; font-size: 10px; }
