/* Product explorer: a different composition within the approved visual language. */
.machine-section { position: relative; isolation: isolate; overflow: clip; background: transparent; color: #f5f5f5; padding: 112px 0 100px; scroll-margin-top: 45px; }
.machine-inner { position: relative; width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.machine-explorer { position: relative; min-height: clamp(600px, 38vw, 940px); padding-block: 24px 64px; }
.machine-explorer h2 { display: flex; align-items: baseline; gap: 18px; margin: 0 0 28px; font-weight: 500; line-height: 1; }
.machine-model { font-size: 80px; font-weight: 620; letter-spacing: -.075em; color: #eeeef0; background: linear-gradient(155deg, #fff 20%, #e5e5e9 48%, #8e9099); background-clip: text; -webkit-text-fill-color: transparent; }
.machine-heading-label { font-size: 27px; font-weight: 400; letter-spacing: -.035em; color: #9699a3; }
.machine-topic { border-bottom: 1px solid #292929; }
.machine-topic summary { display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; column-gap: 16px; min-height: 80px; padding: 23px 0; font-size: 23px; font-weight: 500; line-height: 1.25; letter-spacing: -.035em; list-style: none; cursor: pointer; color: #9699a3; }
.machine-topic summary::-webkit-details-marker { display: none; }
.machine-topic-icon { stroke: #828690; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.machine-topic-pointer { stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; opacity: .45; transition: opacity .2s, transform .2s; }
.machine-topic summary:hover { color: #e8e9ed; }
.machine-topic summary:hover .machine-topic-pointer { opacity: 1; transform: translateX(3px); }
.machine-topic[open] summary { color: #f4f4f6; }
.machine-topic[open] .machine-topic-icon { stroke: #dbb58f; }
.machine-topic[open] .machine-topic-pointer { opacity: 1; transform: rotate(90deg); }
.machine-ready .machine-topic[open] .machine-topic-pointer { transform: none; }

.machine-topic summary:focus-visible { outline: 2px solid #ddd; outline-offset: 4px; border-radius: 3px; }
.machine-topic-content > p { font-size: 15px; color: #969aa5; line-height: 1.7; margin: 0; padding: 0 24px 26px 44px; }
.machine-topic-content > p strong { display: block; font-weight: 500; color: #d6d8de; margin-bottom: 7px; }
.machine-topic-content figure { position: relative; margin: 0; }
.machine-product-frame { width: 100%; aspect-ratio: 1381 / 804; overflow: clip; mask-image: linear-gradient(90deg, transparent, #000 4%); }
.machine-product-frame picture { display: block; }
.machine-product-frame img { display: block; width: 100%; height: auto; max-width: none; transform: translateX(var(--machine-pan, 0%)) scale(var(--machine-zoom, 1)); transform-origin: 50% 50%; }
.machine-topic:nth-child(2) figure { --machine-pan: -26%; --machine-zoom: 1.1; }
.machine-topic:nth-child(3) figure { --machine-pan: 2%; --machine-zoom: .95; }
.machine-section figcaption { position: absolute; bottom: 5px; left: 24px; width: min(520px, calc(50vw - 90px)); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 450; letter-spacing: .01em; color: #b5b8c1; }
.machine-section figcaption span { font-family: ui-monospace, Consolas, monospace; font-size: 11px; letter-spacing: .08em; color: #92939a; font-variant-numeric: tabular-nums; }
.machine-ready .machine-topics { width: 37%; }
.machine-ready .machine-stage { position: absolute; width: max(1080px, calc(50vw + 7% + 250px)); height: auto; left: 43%; top: -55px; pointer-events: none; }
.machine-explorer h2, .machine-topic summary, .machine-topic-content > p { position: relative; z-index: 1; }
.machine-stage { margin: 0; }
.machine-specification { border-block: 1px solid #272727; }
.machine-specification summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 20px 0; font-size: 17px; font-weight: 400; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.machine-specification summary::-webkit-details-marker { display: none; }
.machine-spec-model { color: #929299; margin-left: 5px; }
.machine-specification summary svg { flex: none; color: #aaaab1; fill: none; stroke: currentColor; stroke-width: 1.3; transition: transform .2s ease; }
.machine-specification[open] summary svg { transform: rotate(45deg); }
.machine-specification summary:hover { color: #c8c8ce; }
.machine-specification summary:focus-visible, .machine-compatibility a:focus-visible { outline: 2px solid #ddd; outline-offset: 5px; border-radius: 3px; }
.machine-spec-body { padding: 0 0 30px; }
.machine-spec-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; margin: 0; }
.machine-spec-list > div { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-top: 1px solid #232323; font-size: 13px; line-height: 1.6; }
.machine-spec-list dt { color: #a0a0a9; }
.machine-spec-list dd { text-align: right; margin: 0; max-width: 55%; }
.machine-compatibility { color: #a0a0a9; font-size: 13px; margin: 28px 0 0; max-width: 620px; line-height: 1.8; }
.machine-compatibility a { display: inline-block; color: #e7e7ea; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1050px) {
.machine-inner { position: relative; width: calc(100% - 64px); }
  .machine-explorer { min-height: 560px; }
  .machine-ready .machine-topics { width: 41%; }
  .machine-ready .machine-stage { width: 900px; height: auto; left: 45%; top: -15px; }
  .machine-model { font-size: 68px; }
  .machine-heading-label { font-size: 24px; }
  .machine-topic summary { font-size: 19px; column-gap: 12px; grid-template-columns: 26px 1fr 18px; }
  .machine-topic-icon { width: 26px; height: 26px; }
  .machine-topic-content > p { font-size: 14px; padding-left: 38px; padding-right: 0; }
}
@media (max-width: 700px) {
  .machine-section { padding-block: 60px; }
.machine-inner { position: relative; width: calc(100% - 40px); }
  .machine-explorer { padding-block: 0 36px; min-height: 0; }
  .machine-explorer h2 { margin-bottom: 22px; gap: 16px; }
  .machine-model { font-size: 70px; }
  .machine-heading-label { font-size: 25px; }
  .machine-ready .machine-topics { width: 100%; }
  .machine-topic summary { min-height: 74px; font-size: 21px; }
  .machine-topic-content > p { font-size: 14px; padding-left: 38px; padding-bottom: 16px; }
  .machine-ready .machine-stage { position: relative; width: 150%; height: auto; left: 0; top: 0; padding-bottom: 30px; margin: 0; }
  .machine-ready .machine-topic[open] .machine-topic-pointer { transform: rotate(90deg); }
  .machine-section figcaption { bottom: 12px; left: 0; width: calc(100vw - 40px); font-size: 11px; }
  .machine-topic:nth-child(2) figure { --machine-pan: -23%; --machine-zoom: 1.05; }
  .machine-specification summary { min-height: 74px; font-size: 16px; }
  .machine-spec-list { grid-template-columns: 1fr; }
  .machine-spec-list > div { gap: 16px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .machine-ready .machine-topic[open] figure { animation: none; }
  .machine-topic-icon, .machine-topic-pointer, .machine-specification summary svg { transition: none; }
}
