/* Coalescer principle and specifications; page-scoped styles. */
.product-coalescer #principle .detail-container,
.product-coalescer #specifications .detail-container { width: min(calc(100% - 36px), 1400px); }
.coalescer-principle-text { display: grid; }
.coalescer-principle-text [data-principle-slide] { grid-area: 1 / 1; }
.coalescer-principle .is-inactive { visibility: hidden; }
.coalescer-principle .coalescer-principle-media { display: grid; place-items: center; height: 100%; min-height: 497px; margin-right: 21px; }
.coalescer-principle-window { position: relative; width: 100%; max-width: 669px; aspect-ratio: 669 / 497; overflow: hidden; }
.coalescer-principle .coalescer-principle-design { position: absolute; left: 4.93274%; top: 7.04225%; width: 86.09865%; height: 86.92153%; object-fit: cover; }
.coalescer-principle .coalescer-principle-flow { position: absolute; left: 5.08221%; top: 4.42656%; width: 90.58296%; height: 91.34809%; object-fit: cover; }
.coalescer-principle .coalescer-principle-copy { height: 100%; min-height: 497px; padding: 30px; }
.coalescer-principle-copy h3 { font-size: clamp(1.375rem, 1.5vw, 1.625rem); }
.coalescer-principle-copy p,
.coalescer-principle-copy ul { margin: 0; font-size: 1rem; line-height: 1.875; }
.coalescer-principle-copy ul { padding-left: 24px; }
.coalescer-principle-controls { gap: 20px; margin-top: auto; padding-top: 24px; }
.coalescer-principle-controls button { position: relative; flex: 0 0 auto; width: clamp(48px, 4vw, 66px); height: clamp(48px, 4vw, 66px); padding: 0; border: 0; border-radius: 50%; background: none; }
.coalescer-principle-controls img { display: block; width: 100%; height: 100%; }
.coalescer-principle-controls [data-principle-direction="-1"] img { transform: scaleX(-1); }
.coalescer-control-hover { position: absolute; inset: 0; opacity: 0; }
.coalescer-principle-controls button:hover .coalescer-control-hover,
.coalescer-principle-controls button:focus-visible .coalescer-control-hover { opacity: 1; }
.coalescer-principle-controls button:focus-visible { outline: 3px solid var(--detail-green); outline-offset: 4px; }
/* Full model table: preserve all columns, only scroll horizontally. */
.coalescer-spec-scroll { width: 100%; overflow-x: auto; overflow-y: hidden; padding-block: 1px; }
.coalescer-spec-scroll:focus-visible { outline: 2px solid var(--detail-green); outline-offset: 4px; }
.coalescer-spec-hint { margin: -20px 0 12px; color: #737373; font-size: .8125rem; }
.coalescer-spec-table { width: 100%; min-width: 1100px; table-layout: fixed; border: 1px solid #333; border-collapse: collapse; color: #333; font-size: clamp(.875rem, 1.35vw, 1.625rem); font-family: Arial, "Microsoft YaHei", sans-serif; line-height: 1.35; }
.coalescer-spec-col-1 { width: 17.85714%; }
.coalescer-spec-col-2 { width: 15.35714%; }
.coalescer-spec-col-3 { width: 16.78571%; }
.coalescer-spec-col-4 { width: 9.64286%; }
.coalescer-spec-col-5 { width: 10.00000%; }
.coalescer-spec-col-6 { width: 10.00000%; }
.coalescer-spec-col-7 { width: 10.35714%; }
.coalescer-spec-col-8 { width: 10.00000%; }
.coalescer-spec-table th,
.coalescer-spec-table td { padding: 3px 4px; border-bottom: 1.5px solid #444; font-weight: 400; text-align: center; vertical-align: middle; white-space: nowrap; background: #fff; }
@media (max-width: 991.98px) {
  .coalescer-principle .coalescer-principle-media { height: auto; min-height: 0; margin-right: 0; aspect-ratio: 669 / 497; }
  .coalescer-principle .coalescer-principle-copy { min-height: 0; padding: 24px 14px 16px; }
}
.product-coalescer { --reviewed-feature-column:130px; --reviewed-related-width:min(calc(100% - 36px),1600px); --reviewed-related-padding:60px; }
.product-coalescer.product-reviewed .detail-hero p { max-width:370px; }
@media (min-width:992px) { .product-coalescer.product-reviewed .detail-overview-copy { padding:68px 42px 68px 39px; } }
@media (min-width:576px) { .product-coalescer.product-reviewed .detail-feature-list { grid-template-columns:minmax(0,130px) minmax(0,1fr); } }
.product-coalescer.product-reviewed .coalescer-highlights .highlight-list { padding:124px 79px 40px; justify-content:flex-start; }
.coalescer-highlights ul { margin:0; padding-left:24px; font-size:16px; line-height:30px; }
@media (max-width:991.98px) { .product-coalescer.product-reviewed .coalescer-highlights .highlight-list { padding:40px 24px; } }
@media(min-width:1501px) { .product-coalescer.product-reviewed .detail-faq .faq-item:nth-child(2) { margin-bottom:39px; } }
