/* Transparent 3D stage; the photo fallback blends with the same section. */
.dth .dth-explorer__window{height:440px;background:#eadde3;perspective:none;isolation:auto;overflow:hidden}
.dth .dth-explorer__frame{inset:28px 18px 20px;mix-blend-mode:normal;transform:none;transition:none}
.dth .dth-explorer__frame img{mix-blend-mode:multiply}
.dth-explorer__model{position:absolute;inset:24px 0 10px;z-index:1}
.dth-explorer__model model-viewer{display:block;width:100%;height:100%;background:transparent;--progress-bar-height:0;--poster-color:transparent;--poster-transition-duration:0s;touch-action:pan-y}
.dth-explorer__model model-viewer:focus-visible{outline:2px solid #ad2869;outline-offset:-3px}
.dth-explorer[data-model-state="loading"] .dth-explorer__model{opacity:0;pointer-events:none}
.dth .dth-explorer__rotation{margin-top:12px}
.dth-explorer__rotation-label{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;font-weight:700;color:#43273c}
.dth-explorer__rotation-label output{font-weight:500;font-variant-numeric:tabular-nums;color:#725466}
.dth-explorer__rotation input{display:block;width:100%;height:44px;margin:0;padding:0;border:0;background:transparent;cursor:ew-resize;appearance:none;accent-color:#ad2869;touch-action:pan-y}
.dth-explorer__rotation input::-webkit-slider-runnable-track{height:4px;background:#cbb5c5;border-radius:4px}
.dth-explorer__rotation input::-moz-range-track{height:4px;background:#cbb5c5;border-radius:4px}
.dth-explorer__rotation input::-webkit-slider-thumb{appearance:none;width:24px;height:24px;margin-top:-10px;border:4px solid #eee4ea;border-radius:50%;background:#ad2869;box-shadow:0 0 0 1px #ad2869}
.dth-explorer__rotation input::-moz-range-thumb{width:16px;height:16px;border:4px solid #eee4ea;border-radius:50%;background:#ad2869;box-shadow:0 0 0 1px #ad2869}
.dth-explorer__rotation-scale{display:flex;justify-content:space-between;margin-top:-3px;color:#765b71;font-size:10px;font-variant-numeric:tabular-nums}
.dth-explorer__model-tools{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:10px;color:#725466;font-size:12px}
.dth-explorer__model-buttons{display:flex;align-items:center;gap:3px}
.dth-explorer__model-buttons button{display:inline-flex;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 10px;border:0;border-radius:50%;background:transparent;color:#43273c;font:600 12px/1.4 var(--font-body-family);cursor:pointer}
.dth-explorer__model-buttons [data-model-reset]{border-radius:4px}
.dth-explorer__model-buttons button:hover:not(:disabled){background:#d8c4d1}
.dth-explorer__model-buttons button:disabled{opacity:.35;cursor:default}
.dth-explorer__model-note{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 16px;color:#765b71;font-size:11px}
.dth-explorer__model-note button,.dth-explorer__launch{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:5px 0;border:0;background:transparent;color:#743a60;font:600 12px/1.4 var(--font-body-family);cursor:pointer}
.dth-explorer__model-note button:hover,.dth-explorer__launch:hover{text-decoration:underline;text-underline-offset:4px}
.dth-explorer__model-note .dut-link-arrow,.dth-explorer__launch .dut-link-arrow{width:15px;height:15px;flex-basis:15px}
.dth .dth-explorer__status{margin:10px 0 0;color:#725466;font-size:12px}
.dth .dth-explorer__status:empty{display:none}
@media(max-width:989px){.dth .dth-explorer__window{height:400px}}
@media(max-width:749px){.dth .dth-explorer__window{height:360px}.dth-explorer__model-tools{font-size:11px}.dth-explorer__model-note{font-size:10px}}
@media(max-width:359px){.dth .dth-explorer__window{height:330px}.dth-explorer__model-note{gap:0 8px}.dth-explorer__model-note button{font-size:11px}}

.dth-explorer__launch{margin-top:14px;padding:10px 20px;border:1px solid #ad899c;border-radius:99px;background:#f8f1f4;color:#663149}.dth-explorer__launch::after{content:"↻";font-size:21px;font-weight:400;line-height:1}.dth-explorer__launch:hover{background:#fff;text-decoration:none}
.dth-explorer{position:relative;isolation:isolate}
.dth-explorer__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--dut-ink,#251a21)}
.dth-explorer__toolbar > span{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.dth-explorer__toolbar[hidden]{display:none}
.dth .dth-explorer :is(button,input):focus-visible{outline:2px solid var(--dut-accent,#743a60);outline-offset:3px;box-shadow:none}
.dth .dth-explorer__rotation-scale{margin-top:4px}
.dth-explorer__close{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:9px 14px;border:1px solid #663149;border-radius:99px;background:#fff8f5;color:#251a21;font:600 12px/1.3 var(--font-body-family);cursor:pointer;box-shadow:0 3px 12px #251a2114}
.dth-explorer[data-view="model"] .dth-explorer__caption{visibility:hidden}
