/* Only the copy/diagram locations approved on 2026-09-11. */
.products-hero::before,
.route-products .route-visual { background-image: url("./assets/hero-products-h2-20260911.webp"); }

/* Symbolic value illustration only; no numeric scale or performance claim. */
.card-price .advantage-front { background-image: url("./assets/price-value-20260913.webp"); background-position: 65% center; }
.emission-axis-panel { background: #fff; }
.axis-caption { display: flex; justify-content: space-between; margin-top: 22px; color: #53656b; font-size: 13px; line-height: 1.5; }
.emission-axis { position: relative; height: 112px; margin: 12px 4px 0; color: #263e38; font-size: 13px; font-weight: 500; font-variant-numeric: tabular-nums; }
.axis-rail { position: absolute; top: 30px; left: 0; right: 0; height: 14px; border-radius: 2px; background: linear-gradient(90deg, #159b68 0%, #75ad66 22%, #e6a34c 50%, #db7549 72%, #c94e49 100%); }
.axis-point { position: absolute; left: var(--point); top: 30px; }
.axis-point > i { position: absolute; top: 0; left: -1px; width: 2px; height: 14px; background: #fff; }
.axis-standard > i { top: -5px; height: 19px; background: linear-gradient(#263e38 0 5px, #fff 5px); }
.axis-label { position: absolute; bottom: 9px; left: 0; transform: translateX(-50%); line-height: 1.6; white-space: nowrap; text-align: center; }
.axis-reference > i { height: 19px; background: linear-gradient(#fff 0 14px, #263e38 14px); }
.axis-reference .axis-label { top: 22px; bottom: auto; }
.axis-reference .axis-label > span { display: block; }
.axis-coal .axis-label { transform: translateX(-100%); text-align: right; }
.axis-standards { display: grid; grid-template-columns: 1fr 1fr 1.6fr; gap: 12px; padding: 14px 0; margin: 0 0 12px; border-top: 1px solid #dce6e0; border-bottom: 1px solid #dce6e0; color: #263e38; font-size: 13px; line-height: 1.7; font-variant-numeric: tabular-nums; }
.axis-standards dt { font-weight: 500; }
.axis-standards dd { margin: 2px 0 0; }
.axis-unit { margin: 0; color: #53656b; font-size: 12px; line-height: 1.7; }
@media (max-width: 600px) {
  .emission-axis-panel { padding: 20px 12px; }
  .axis-standard:nth-child(2) .axis-label { margin-left: -5px; }
  .axis-standard:nth-child(3) .axis-label { margin-left: 5px; }
  .axis-standards { gap: 8px; grid-template-columns: 1fr 1fr 1.5fr; }
}
.card-price .price-detail { gap: 20px; }
.card-price .price-detail-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); }
.price-money-icon { flex: 0 0 64px; width: 64px; height: 52px; color: #14735b; }
.card-price .price-detail-copy { color: #40575b; line-height: 1.9; }
.price-amount { margin: 0 4px; color: #08684f; font-size: 32px; font-weight: 750; line-height: 1.2; white-space: nowrap; }
.price-dollar { white-space: nowrap; }
.purity-values { display: grid; gap: 12px; margin: 0; font-size: 15px; }
.purity-values > div { display: grid; grid-template-columns: 2em 1fr; gap: 14px; }
.purity-values dt { color: #fff; }
.purity-values dd { margin: 0; color: #9ae5c1; font-variant-numeric: tabular-nums; }
.path-steps time { display: block; color: #62d99f; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; white-space: nowrap; }
.milestones-home .milestone-line strong { font-size: clamp(23px, 2.5vw, 36px); white-space: nowrap; }
.milestones-home .milestone-line > a:nth-child(3) strong { font-size: clamp(23px, 2.1vw, 30px); }
@media (max-width: 600px) {
  .products-hero h1 { font-size: clamp(25px, 7.5vw, 34px); }
  .path-steps time { font-size: 19px; }
  .milestones-home .milestone-line strong { font-size: 23px; }
}
