/* Interactive ETM illustration; no changes to shared search or product layout. */
.etm-explorer { margin: 0 0 36px; border: 1px solid #dce6eb; background: #fff; border-radius: 10px; overflow: hidden; }
.etm-explorer[hidden] { display: none !important; }
.etm-explorer__header { display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 22px 26px; border-bottom: 1px solid #e0e9ee; }
.etm-explorer__label { color: #176a92; font-size: 16px; line-height: 1.5; flex-shrink: 0; }
.etm-page .etm-explorer p.etm-explorer__hint { margin: 0; font-size: 14px; line-height: 1.65; color: #526573; }
.etm-explorer__body { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .8fr); align-items: stretch; }
.etm-explorer__figure { min-width: 0; margin: 0; background: #f5f8fa; display: flex; flex-direction: column; justify-content: center; }
.etm-explorer__stage { position: relative; isolation: isolate; width: 100%; aspect-ratio: 1697 / 927; overflow: hidden; }
.etm-explorer__vehicle { display: block; width: 100%; height: 100%; object-fit: contain; }
.etm-explorer__lines, .etm-explorer__points { position: absolute; inset: 0; width: 100%; height: 100%; }
.etm-explorer__lines { pointer-events: none; }
.etm-explorer__lines path { fill: none; stroke: #fff; stroke-width: 1.5; stroke-dasharray: 3 4; opacity: .55; filter: drop-shadow(0 1px 1px #071d2d); }
.etm-explorer__lines path.is-selected { stroke: #c5ef91; stroke-width: 2.5; stroke-dasharray: none; opacity: 1; }
.etm-explorer__points { pointer-events: none; }
.etm-explorer__point { position: absolute; left: var(--point-x); top: var(--point-y); transform: translate(-50%, -50%); display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: #fff; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; pointer-events: auto; touch-action: manipulation; border-radius: 50%; }
.etm-explorer__point > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.85); background: #10384e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.25), 0 3px 12px rgba(3,20,31,.2); transition: background .16s ease, color .16s ease, box-shadow .16s ease; }
.etm-explorer__point:hover > span, .etm-explorer__point.is-selected > span { color: #071d2d; background: #c5ef91; border-color: #e8ffcb; box-shadow: 0 0 0 5px rgba(197,239,145,.35), 0 3px 12px rgba(3,20,31,.2); }
.etm-explorer__note { padding: 16px 22px; color: #617583; font-size: 12px; line-height: 1.75; }
.etm-explorer__detail { min-width: 0; border-left: 1px solid #e0e9ee; display: flex; flex-direction: column; }
.etm-explorer__product-media { display: grid; place-items: center; height: 190px; padding: 18px 30px 0; background: #fff; }
.etm-explorer__product-media img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.etm-explorer__product-media [hidden], .etm-explorer [hidden] { display: none !important; }
.etm-explorer__missing { color: #617583; font-size: 13px; text-align: center; }
.etm-explorer__product-copy { padding: 20px 28px 25px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.etm-explorer__index { color: #176a92; font-size: 11px; font-weight: 650; letter-spacing: .04em; line-height: 1.6; }
.etm-page .etm-explorer h3 { margin: 8px 0 10px; font-size: clamp(20px,1.65vw,24px); line-height: 1.45; overflow-wrap: anywhere; }
.etm-page .etm-explorer p.etm-explorer__summary { margin: 0 0 16px; font-size: 14px; line-height: 1.75; }
.etm-page .etm-explorer p.etm-explorer__unplaced { margin: 0 0 16px; font-size: 12px; line-height: 1.7; color: #6d7f8b; }
.etm-explorer__link { display: inline-flex; align-items: center; min-height: 44px; color: #176a92; margin-top: auto; padding: 8px 0; font-size: 14px; font-weight: 700; line-height: 1.5; border-bottom: 1px solid #8cc66d; text-decoration: none; }
.etm-explorer__link:hover { color: #071d2d; border-color: currentColor; }
.etm-explorer__choices { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 14px; gap: 8px; background: #f3f7f9; border-top: 1px solid #e0e9ee; }
.etm-explorer__choice { display: flex; gap: 10px; align-items: center; min-width: 0; min-height: 58px; padding: 10px 13px; border: 1px solid #dce6eb; border-radius: 5px; background: #fff; color: #334d5e; text-align: left; cursor: pointer; font: inherit; font-size: 13px; line-height: 1.55; transition: border-color .16s ease, background .16s ease; touch-action: manipulation; }
.etm-explorer__choice:hover { border-color: #5793ad; }
.etm-explorer__choice.is-selected { border-color: #176a92; color: #fff; background: #10384e; }
.etm-explorer__number { flex: 0 0 24px; color: #227fab; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.etm-explorer__choice.is-selected .etm-explorer__number { color: #c5ef91; }
.etm-explorer__choice-name { overflow-wrap: anywhere; }
.etm-page .etm-products .product-list-card.is-explorer-selected { border-color: #227fab; box-shadow: 0 0 0 2px rgba(34,127,171,.11); }
.etm-explorer__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.etm-page .etm-explorer :is(button,a):focus-visible { outline: 3px solid #227fab; outline-offset: 3px; }
.etm-page .etm-explorer .etm-explorer__point:focus-visible { outline-color: #fff; outline-offset: 1px; background: rgba(16,56,78,.3); }
@media (max-width: 1023px) {
  .etm-explorer__header { align-items: flex-start; flex-direction: column; gap: 6px; }
  .etm-explorer__body { grid-template-columns: minmax(0,1fr); }
  .etm-explorer__detail { border-left: 0; border-top: 1px solid #e0e9ee; display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); }
  .etm-explorer__product-media { height: 215px; padding: 22px; align-self: center; }
  .etm-explorer__choices { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 599px) {
  .etm-explorer { border-radius: 7px; margin-bottom: 28px; }
  .etm-explorer__header { padding: 18px; }
  .etm-page .etm-explorer p.etm-explorer__hint { font-size: 13px; }
  .etm-explorer__point { width: 44px; height: 44px; }
  .etm-explorer__point > span { width: 27px; height: 27px; font-size: 11px; box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
  .etm-explorer__note { padding: 14px 16px; font-size: 11px; }
  .etm-explorer__detail { grid-template-columns: minmax(0,1fr); }
  .etm-explorer__product-media { height: 175px; padding: 18px 30px 0; }
  .etm-explorer__product-copy { padding: 16px 20px 22px; }
  .etm-explorer__choices { padding: 10px; gap: 7px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .etm-explorer__choice { padding: 10px; gap: 4px; font-size: 12px; min-height: 62px; }
  .etm-explorer__number { flex-basis: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .etm-explorer__point > span, .etm-explorer__choice { transition: none; }
}
