/* Unified color roles. Shell styling lives only in shared/shell.css. */
.product-center-page .catalog-stage:has([data-group="consumables"]) { background-image: radial-gradient(at 50% 38%, var(--apex-surface-product), var(--apex-surface-product) 75%, var(--apex-surface-product)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.product-center-page .product-composition[data-group="consumables"] img { mix-blend-mode: normal; }
.product-center-page .infusion-display .infusion-photo { background-image: radial-gradient(at 50% 30%, var(--apex-surface-product), var(--apex-surface-product)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.catalog-pause { position: absolute; right: 5%; top: 114px; z-index: 7; display: grid; place-items: center; width: 44px; height: 44px; border: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-header-glass); color: var(--apex-action-primary); border-radius: 50%; padding: 0px; cursor: pointer; transition: background 0.2s; }
.catalog-pause:hover { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-default); }
.catalog-pause svg { width: 18px; height: 18px; fill: currentcolor; pointer-events: none; }
.infusion-controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 8px 22px; color: var(--apex-action-primary); font-size: 12px; }
.infusion-controls span { margin-right: auto; }
.infusion-controls button { width: 40px; height: 40px; border-width: 1px; border-style: solid; border-top-color: var(--apex-border-control); border-right-color: var(--apex-border-control); border-bottom-color: var(--apex-border-control); border-left-color: var(--apex-border-control); border-image: none; border-radius: 50%; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-default); color: var(--apex-action-primary); font-size: 22px; cursor: pointer; }
.infusion-controls button:disabled { opacity: 0.35; cursor: default; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.result-actions button, .result-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; border-width: 1px; border-style: solid; border-top-color: var(--apex-inverse-divider); border-right-color: var(--apex-inverse-divider); border-bottom-color: var(--apex-inverse-divider); border-left-color: var(--apex-inverse-divider); border-image: none; border-radius: 6px; color: var(--apex-text-inverse); background: transparent; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 14px; text-decoration: none; cursor: pointer; }
.result-actions a { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-default); color: var(--apex-action-primary); }
.copy-feedback { min-height: 20px; margin: 10px 0px 0px; font-size: 12px; color: var(--apex-text-muted); }
.mobile-result-summary { display: none; }
.product-center-page button:focus-visible, .product-center-page a:focus-visible { outline-color: var(--apex-focus-ring); outline-style: solid; outline-width: 3px; outline-offset: 4px; }
@media (max-width: 900px) {
.catalog-pause { top: 16px; font-size: 12px; }
.mobile-result-summary { display: block; width: 100%; padding: 14px; border-width: 1px; border-style: solid; border-top-color: var(--apex-border-subtle); border-right-color: var(--apex-border-subtle); border-bottom-color: var(--apex-border-subtle); border-left-color: var(--apex-border-subtle); border-image: none; border-radius: 6px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-subtle); color: var(--apex-action-primary); text-align: left; }
.product-center-page .finder-chapter .result-panel { min-height: 370px !important; }
.infusion-controls { padding-inline: 16px; }
}
.product-center-page .catalog-focus > #catalog-image { display: none; }
.product-center-page .catalog-stage { background-image: radial-gradient(at 45% 35%, var(--apex-surface-default) 0px, var(--apex-surface-product) 55%, var(--apex-surface-product) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.product-composition { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(6, 1fr); align-content: center; align-items: center; gap: 28px 16px; }
.product-center-page .product-composition img { width: 100%; height: auto; max-height: 210px; object-fit: contain; grid-column: span 2; mix-blend-mode: multiply; filter: drop-shadow(rgba(23, 38, 77, 0.125) 0px 20px 16px); animation-duration: 0.6s; animation-timing-function: ease; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: both; animation-play-state: running; animation-name: product-in; animation-timeline: auto; animation-range: normal; animation-delay: calc(var(--order)*45ms); }
.product-composition[data-group="pump"] img:nth-child(4) { grid-column: 2 / span 2; }
.product-center-page .product-composition[data-group="pump"] img:nth-child(2) { width: 91.9%; justify-self: center; }
.product-composition[data-group="reservoir"] { grid-template-columns: repeat(3, 1fr); gap: 24px; width: 78%; max-width: 480px; height: 60%; margin: auto; align-items: end; }
.product-center-page .product-composition[data-group="reservoir"] img { grid-column: auto; max-height: none; width: 45%; height: auto; justify-self: center; }
.product-center-page .product-composition[data-group="reservoir"] img:nth-child(2) { width: 37.32%; }
.product-center-page .product-composition[data-group="reservoir"] img:last-child { width: 85%; }
.product-composition[data-group="consumables"] { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, minmax(0px, 1fr)); height: 80%; max-height: 500px; margin: auto; gap: 16px; }
.product-center-page .product-composition[data-group="consumables"] img { grid-column: span 2; max-height: 220px; justify-self: center; }
.product-center-page .product-composition[data-group="consumables"] img:first-child { grid-column: 2 / span 2; }
@keyframes product-in {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: none; }
}
.product-center-page .infusion-photo { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-default); overflow: hidden; }
.infusion-slider { position: relative; flex: 1 1 0%; min-height: 0px; overflow: hidden; touch-action: pan-y; }
.product-center-page .infusion-slider img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; filter: none; }
.product-center-page .infusion-tabs button { width: 94%; color: var(--apex-text-muted); transition: width 0.45s, color 0.35s, padding 0.45s; }
.product-center-page .infusion-tabs button[aria-pressed="true"] { width: 100%; color: var(--navy); padding-left: 24px; }
.product-center-page .finder-chapter { margin-top: 70px; }
.product-center-page .finder-chapter .finder { padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-default); border-radius: 0px; }
.product-center-page .finder-chapter .finder-head { padding: 20px 0px; margin-bottom: 20px; }
.product-center-page .finder-chapter .selector-shell { grid-template-columns: 1fr 1.2fr; gap: 48px; background: none; border-radius: 0px; box-shadow: none; overflow: visible; }
.product-center-page .finder-chapter .filter-panel { padding: 0px 0px 24px; background: none; border-radius: 0px; }
.product-center-page .finder-chapter .filter-panel > h3, .product-center-page .finder-chapter .filter-panel > p { display: none; }
.product-center-page .finder-chapter .filter-group { padding: 18px 0px; }
.product-center-page .finder-chapter .result-panel { display: flex; align-items: center; justify-content: center; text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-inverse); border-radius: 12px; padding: 36px; box-shadow: none; }
.product-center-page .finder-chapter .result-panel::before, .product-center-page .finder-chapter .result-panel::after { display: none; }
.product-center-page .finder-chapter .result-code { font-size: clamp(70px, 8vw, 144px); line-height: 1.1; margin: 24px 0px; }
.product-center-page .finder-chapter .result-name { font-size: clamp(28px, 3vw, 52px); }
#infusion-chapter { padding-bottom: 0px; }
#support-chapter { padding-top: 56px; }
.product-center-page .support-chapter .support-card { display: grid; grid-template-rows: 58% 42%; transition: grid-template-rows 0.55s, transform 0.4s; }
.product-center-page .support-chapter .support-card-visual { height: auto; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-inverse); display: grid; place-items: center; }
.product-center-page .support-chapter .support-card-visual img { mix-blend-mode: normal; transition: transform 0.55s; max-height: 270px; }
.product-center-page .support-chapter .support-card-copy { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: var(--apex-surface-subtle); min-height: 0px; }
.product-center-page .support-chapter .support-card-visual { background-image: linear-gradient(135deg, var(--apex-surface-product) 0%, var(--apex-surface-product) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; border-radius: 0px; }
.product-center-page .finder-chapter .result-panel { background-image: radial-gradient(at 90% 15%, var(--apex-surface-subtle) 0px, transparent 65%), linear-gradient(135deg, var(--apex-surface-inverse), var(--apex-surface-inverse)); background-position-x: initial, initial; background-position-y: initial, initial; background-size: initial, initial; background-repeat: initial, initial; background-attachment: initial, initial; background-origin: initial, initial; background-clip: initial, initial; background-color: initial; }
.product-center-page .catalog-stage { background-image: radial-gradient(at 48% 44%, var(--apex-surface-default) 0px, var(--apex-surface-product) 32%, transparent 65%), linear-gradient(135deg, var(--apex-surface-product), var(--apex-surface-product) 55%, var(--apex-surface-product)); background-position-x: initial, initial; background-position-y: initial, initial; background-size: initial, initial; background-repeat: initial, initial; background-attachment: initial, initial; background-origin: initial, initial; background-clip: initial, initial; background-color: initial; }
.product-center-page .product-journey:has(+ .journey-scene) { padding-bottom: 0px; }
.journey-scene { position: relative; isolation: isolate; overflow: hidden; margin-top: clamp(80px, 8vw, 144px); background: none !important; }
.journey-scene .scene-backdrop { position: absolute; inset: -7%; z-index: -2; background-position: center center; background-size: cover; transform: scale(var(--partnership-scale,1)); will-change: transform; max-width: none !important; width: auto !important; }
.journey-scene::after { content: ""; position: absolute; inset: 0px; z-index: -1; background-image: linear-gradient(90deg, var(--apex-image-scrim), var(--apex-image-scrim)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.pump-scene .scene-backdrop { background-image: url("../assets/optimized/apex-wuxi-line-1600.webp"); }
.assembly-scene .scene-backdrop { background-image: url("../assets/optimized/apex-wuxi-testing-1600.webp"); }
.assembly-scene { text-align: left; justify-items: start; }
.assembly-scene::after { background-image: linear-gradient(90deg, var(--apex-image-scrim), var(--apex-image-scrim)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.assembly-scene > div { max-width: 650px; }
.journey-scene img.scene-backdrop { height: 114%; object-fit: cover; object-position: center center; background: none; display: block; width: 114% !important; }
@media (max-width: 900px) {
.product-composition[data-group="reservoir"] { width: 70%; max-width: 340px; gap: 16px; }
.journey-scene::after { background-image: linear-gradient(90deg, var(--apex-image-scrim), var(--apex-image-scrim)); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
}
@media (hover: hover) {
.product-center-page .support-chapter .support-card:hover { grid-template-rows: 40% 60%; }
.product-center-page .support-chapter .support-card:hover img { transform: scale(0.82); }
}
@media (max-width: 900px) {
.product-center-page .finder-chapter .selector-shell { grid-template-columns: 1fr; gap: 24px; }
.product-center-page .finder-chapter .result-panel { min-height: 370px !important; }
.infusion-slider { min-height: 300px; }
.product-center-page .support-chapter .support-card { grid-template-rows: 300px 230px; }
.product-center-page .support-chapter .support-card-visual { height: auto; }
.product-center-page .product-composition img { max-height: 140px; }
.product-composition { gap: 20px 10px; }
}
@media (prefers-reduced-motion: reduce) {
.product-composition img { animation: auto ease 0s 1 normal none running none !important; }
.product-center-page .support-card, .product-center-page .support-card img, .infusion-tabs button { transition: none !important; }
}