.model3d-public-page {
    min-height: calc(100vh - 9rem);
    padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 6rem);
    color: #f8fafc;
    background: #111111;
}

.model3d-heading {
    max-width: 72rem;
    margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.model3d-heading h1 {
    margin: 0;
    font-size: clamp(2.5rem, 7vw, 6.5rem);
    line-height: .92;
}

.model3d-heading p:not(.public-eyebrow) {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: rgba(248, 250, 252, .72);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.model3d-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    max-width: 72rem;
    margin: 0 auto;
}

.model3d-empty {
    max-width: 72rem;
    margin: 0 auto;
    color: rgba(248, 250, 252, .72);
}

.model3d-card {
    position: relative;
    display: block;
    min-height: clamp(19rem, 34vw, 32rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: #1f2937;
    text-decoration: none;
}

.model3d-card-media,
.model3d-card-shade {
    position: absolute;
    inset: 0;
}

.model3d-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.model3d-card-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(135deg, #1f2937, #115e59 58%, #7c2d12);
    color: rgba(255, 255, 255, .7);
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 800;
}

.model3d-card-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .82));
}

.model3d-card-content {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
}

.model3d-card strong,
.model3d-card small {
    display: block;
}

.model3d-card strong {
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    line-height: 1;
}

.model3d-card small {
    margin-top: .55rem;
    color: rgba(255, 255, 255, .78);
}

.model3d-card:hover .model3d-card-media img,
.model3d-card:focus-visible .model3d-card-media img {
    transform: scale(1.045);
}

.model3d-viewer-page {
    padding: 0;
}

.model3d-viewer-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.model3d-viewer-shell {
    --model3d-bg: radial-gradient(circle at 50% 43%, #dfe3db 0%, #d4d9d1 48%, #c7ccc5 100%);
    --model3d-shell-bg: radial-gradient(circle at 50% 43%, #dfe3db 0%, #d4d9d1 48%, #c7ccc5 100%), linear-gradient(180deg, #e4e7df 0%, #d5dad2 58%, #c7ccc5 100%);
    --model3d-vignette: radial-gradient(ellipse at center, transparent 58%, rgba(62, 67, 72, .1) 100%), linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 30%, rgba(62, 67, 72, .08));
    --model3d-overlay-shade: radial-gradient(ellipse at left bottom, rgba(223, 227, 219, .46) 0%, rgba(223, 227, 219, .22) 38%, transparent 72%);
    --model3d-overlay-title: #1e2428;
    --model3d-overlay-text: rgba(30, 36, 40, .7);
    --model3d-overlay-shadow: 0 1px 8px rgba(255, 255, 255, .28);
    --model3d-hotspot-color: rgba(28, 32, 36, .94);
    --model3d-hotspot-bg: rgba(246, 248, 244, .7);
    --model3d-hotspot-border: rgba(28, 32, 36, .6);
    --model3d-hotspot-ring: rgba(28, 32, 36, .12);
    position: relative;
    min-height: calc(100vh - 7rem);
    overflow: hidden;
    background: var(--model3d-shell-bg);
    isolation: isolate;
    transition: background 220ms ease;
}

.model3d-viewer-shell[data-model3d-background-theme="neutral"] {
    --model3d-bg: radial-gradient(circle at 50% 43%, #c8cdca 0%, #b8bdba 48%, #a8aeab 100%);
    --model3d-shell-bg: radial-gradient(circle at 50% 43%, #c8cdca 0%, #b8bdba 48%, #a8aeab 100%), linear-gradient(180deg, #d0d4d1 0%, #b8bdba 58%, #a8aeab 100%);
    --model3d-vignette: radial-gradient(ellipse at center, transparent 58%, rgba(48, 52, 56, .12) 100%), linear-gradient(180deg, rgba(255, 255, 255, .02), transparent 30%, rgba(48, 52, 56, .1));
    --model3d-overlay-shade: radial-gradient(ellipse at left bottom, rgba(184, 189, 186, .5) 0%, rgba(184, 189, 186, .24) 38%, transparent 72%);
    --model3d-overlay-title: #1c2226;
    --model3d-overlay-text: rgba(28, 34, 38, .68);
}

.model3d-viewer-shell[data-model3d-background-theme="graphite"] {
    --model3d-bg: radial-gradient(circle at 50% 43%, #3d4249 0%, #30343a 48%, #25292f 100%);
    --model3d-shell-bg: radial-gradient(circle at 50% 43%, #3d4249 0%, #30343a 48%, #25292f 100%), linear-gradient(180deg, #3a3f46 0%, #30343a 58%, #25292f 100%);
    --model3d-vignette: radial-gradient(ellipse at center, transparent 58%, rgba(14, 16, 19, .16) 100%), linear-gradient(180deg, rgba(255, 255, 255, .016), transparent 30%, rgba(14, 16, 19, .12));
    --model3d-overlay-shade: radial-gradient(ellipse at left bottom, rgba(27, 30, 35, .36) 0%, rgba(27, 30, 35, .16) 38%, transparent 72%);
    --model3d-overlay-title: #ffffff;
    --model3d-overlay-text: rgba(231, 237, 241, .68);
    --model3d-overlay-shadow: 0 1px 8px rgba(0, 0, 0, .34);
    --model3d-hotspot-color: rgba(255, 255, 255, .94);
    --model3d-hotspot-bg: rgba(15, 18, 22, .62);
    --model3d-hotspot-border: rgba(255, 255, 255, .82);
    --model3d-hotspot-ring: rgba(255, 255, 255, .08);
}

.model3d-viewer-shell[data-model3d-background-theme="night"] {
    --model3d-bg: radial-gradient(circle at 50% 43%, #252a30 0%, #1e2227 48%, #171a1e 100%);
    --model3d-shell-bg: radial-gradient(circle at 50% 43%, #252a30 0%, #1e2227 48%, #171a1e 100%), linear-gradient(180deg, #24282e 0%, #1e2227 58%, #171a1e 100%);
    --model3d-vignette: radial-gradient(ellipse at center, transparent 58%, rgba(7, 8, 10, .18) 100%), linear-gradient(180deg, rgba(255, 255, 255, .014), transparent 30%, rgba(7, 8, 10, .14));
    --model3d-overlay-shade: radial-gradient(ellipse at left bottom, rgba(23, 26, 30, .4) 0%, rgba(23, 26, 30, .18) 38%, transparent 72%);
    --model3d-overlay-title: #ffffff;
    --model3d-overlay-text: rgba(231, 237, 241, .66);
    --model3d-overlay-shadow: 0 1px 8px rgba(0, 0, 0, .36);
    --model3d-hotspot-color: rgba(255, 255, 255, .94);
    --model3d-hotspot-bg: rgba(15, 18, 22, .66);
    --model3d-hotspot-border: rgba(255, 255, 255, .84);
    --model3d-hotspot-ring: rgba(255, 255, 255, .09);
}

.model3d-viewer-shell:fullscreen {
    width: 100vw;
    height: 100vh;
}

.model3d-viewer {
    display: block;
    width: 100%;
    height: calc(100vh - 7rem);
    min-height: 38rem;
    background: var(--model3d-bg);
    transition: background 220ms ease;
}

.model3d-viewer-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--model3d-vignette);
    pointer-events: none;
    transition: background 220ms ease;
}

.model3d-viewer-shell:fullscreen .model3d-viewer {
    height: 100vh;
    min-height: 100vh;
}

.model3d-hotspot-marker {
    display: grid;
    place-items: center;
    min-width: 1.72rem;
    height: 1.72rem;
    box-sizing: border-box;
    padding: 0 .38rem;
    border: 1.5px solid rgba(255, 255, 255, .82);
    border-radius: 999px;
    color: var(--model3d-hotspot-color);
    background: var(--model3d-hotspot-bg);
    border-color: var(--model3d-hotspot-border);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .24), 0 0 0 3px var(--model3d-hotspot-ring);
    font: 800 .72rem/1 system-ui, sans-serif;
    pointer-events: auto;
    cursor: pointer;
    backdrop-filter: blur(8px) saturate(112%);
    -webkit-backdrop-filter: blur(8px) saturate(112%);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.model3d-hotspot-marker:hover,
.model3d-hotspot-marker:focus-visible,
.model3d-hotspot-marker.is-active {
    border-color: rgba(255, 255, 255, .96);
    background: rgba(229, 57, 53, .84);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .42), 0 0 0 4px rgba(229, 57, 53, .16);
    transform: translateY(-1px) scale(1.035);
}

.model3d-hotspot-marker span {
    display: block;
}

.model3d-overlay {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: .28rem;
    max-width: min(38rem, 76%);
    pointer-events: none;
    padding: clamp(5rem, 16vh, 9rem) clamp(1.125rem, 3vw, 2rem) clamp(1.1rem, 3vw, 2rem);
    color: #fff;
}

.model3d-overlay::before {
    content: "";
    position: absolute;
    top: -6rem;
    right: auto;
    bottom: -3rem;
    left: 0;
    width: 100vw;
    z-index: -1;
    background: var(--model3d-overlay-shade);
    pointer-events: none;
    transition: background 220ms ease;
}

.model3d-overlay h2 {
    margin: 0;
    color: var(--model3d-overlay-title);
    font-size: clamp(1.18rem, 1.45vw, 1.38rem);
    line-height: 1.16;
    font-weight: 600;
    text-shadow: var(--model3d-overlay-shadow);
}

.model3d-overlay p {
    margin: 0;
    max-width: 34rem;
    color: var(--model3d-overlay-text);
    font-size: clamp(.78rem, .9vw, .875rem);
    font-weight: 400;
    line-height: 1.45;
}

.model3d-animation-controls {
    position: absolute;
    z-index: 6;
    right: clamp(.75rem, 2vw, 1rem);
    bottom: clamp(.75rem, 2vw, 1rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    max-width: min(34rem, calc(100% - 1.5rem));
}

.model3d-animation-controls[hidden] {
    display: none;
}

.model3d-animation-controls label,
.model3d-animation-controls button {
    min-height: 2rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #f7fbfc;
    background: rgba(9, 15, 19, .72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
}

.model3d-animation-controls label {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .26rem .42rem .26rem .65rem;
}

.model3d-animation-controls select {
    width: min(15rem, 46vw);
    min-height: 1.55rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    color: #f7fbfc;
    background: rgba(8, 10, 12, .88);
}

.model3d-animation-controls button {
    padding: .36rem .65rem;
    cursor: pointer;
}

.model3d-animation-controls button:hover,
.model3d-animation-controls button:focus-visible,
.model3d-animation-controls select:focus-visible {
    border-color: rgba(143, 230, 239, .5);
    background-color: rgba(18, 32, 38, .9);
}

.model3d-actions {
    position: absolute;
    z-index: 8;
    top: calc(62px + clamp(.75rem, 2vw, 1rem));
    right: clamp(.75rem, 2vw, 1rem);
    display: grid;
    justify-items: end;
    gap: .5rem;
}

.model3d-viewer-shell:fullscreen .model3d-actions {
    top: clamp(.75rem, 2vw, 1rem);
}

.model3d-action-close,
.model3d-action {
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #f7fbfc;
    background: rgba(55, 65, 81, .78);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px) saturate(115%);
    -webkit-backdrop-filter: blur(12px) saturate(115%);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.model3d-action-close:hover,
.model3d-action-close:focus-visible,
.model3d-action:hover,
.model3d-action:focus-visible {
    border-color: rgba(255, 106, 36, .95);
    background: rgba(75, 85, 99, .86);
}

.model3d-action-close {
    position: relative;
    z-index: 2;
    width: 2.875rem;
    height: 2.875rem;
}

.model3d-action-symbol {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.model3d-action-menu {
    position: absolute;
    top: 3.35rem;
    right: 0;
    display: grid;
    gap: .5rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-.4rem);
    transition: max-height 220ms ease, opacity 160ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.model3d-actions.is-open .model3d-action-menu {
    max-height: 12rem;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.model3d-action-menu-mark {
    position: relative;
    display: grid;
    gap: .23rem;
    width: 1rem;
    transition: transform 220ms ease;
}

.model3d-action-menu-mark i {
    display: block;
    width: 1rem;
    height: .105rem;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 220ms ease, opacity 160ms ease, background-color 180ms ease;
}

.model3d-actions.is-open .model3d-action-close {
    border-color: #e53935;
    background: #e53935;
    color: #fff;
}

.model3d-actions.is-open .model3d-action-close:hover,
.model3d-actions.is-open .model3d-action-close:focus-visible {
    border-color: #f04a42;
    background: #f04a42;
    color: #fff;
}

.model3d-actions.is-open .model3d-action-menu-mark i {
    background: #fff;
}

.model3d-actions.is-open .model3d-action-menu-mark {
    gap: 0;
}

.model3d-actions.is-open .model3d-action-menu-mark i:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
}

.model3d-actions.is-open .model3d-action-menu-mark i:nth-child(2) {
    opacity: 0;
}

.model3d-actions.is-open .model3d-action-menu-mark i:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg);
}

.model3d-action {
    width: 2.625rem;
    height: 2.625rem;
    border-color: rgba(255, 106, 36, .68);
    background: rgba(55, 65, 81, .78);
    font: 600 1.125rem/1 Georgia, serif;
}

.model3d-theme-action-wrap {
    position: relative;
    display: grid;
    place-items: center;
}

.model3d-theme-action span {
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    background: linear-gradient(135deg, #dfe3db 0 50%, #30343a 50% 100%);
}

.model3d-theme-palette {
    position: absolute;
    top: 50%;
    right: calc(100% + .5rem);
    display: flex;
    gap: .42rem;
    align-items: center;
    padding: .18rem;
    opacity: 1;
    transform: translateY(-50%);
    transition: opacity 180ms ease, transform 180ms ease;
}

.model3d-theme-palette[hidden] {
    display: none;
}

.model3d-theme-swatch {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.model3d-theme-swatch:hover,
.model3d-theme-swatch:focus-visible,
.model3d-theme-swatch.is-selected {
    border-color: rgba(255, 106, 36, .95);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .26), 0 0 0 3px rgba(255, 106, 36, .22);
    transform: scale(1.06);
}

.model3d-theme-swatch-stone {
    background: radial-gradient(circle at 35% 30%, #f0f2ec, #dfe3db 58%, #c8cec6);
}

.model3d-theme-swatch-neutral {
    background: radial-gradient(circle at 35% 30%, #c9cecb, #b8bdba 58%, #9da4a1);
}

.model3d-theme-swatch-graphite {
    background: radial-gradient(circle at 35% 30%, #454a51, #30343a 58%, #20242a);
}

.model3d-theme-swatch-night {
    background: radial-gradient(circle at 35% 30%, #282d33, #171a1e 62%, #0f1114);
}

.model3d-back-action {
    font-family: inherit;
    font-size: 1.15rem;
}

.model3d-back-action[hidden] {
    display: none !important;
}

.model3d-fit-action span {
    width: .86rem;
    height: .86rem;
    border: 1.5px solid currentColor;
    box-sizing: border-box;
}

.model3d-info-panel {
    position: absolute;
    z-index: 7;
    top: clamp(5.1rem, 10vh, 7.4rem);
    right: clamp(1.125rem, 3vw, 2.75rem);
    display: grid;
    gap: 1rem;
    width: min(25rem, calc(100% - 2.25rem));
    box-sizing: border-box;
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.125rem;
    color: #edf7f8;
    background: rgba(8, 10, 12, .82);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-.5rem);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.model3d-viewer-shell.is-info-open .model3d-info-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.model3d-hotspot-panel {
    position: absolute;
    z-index: 7;
    left: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    display: grid;
    gap: .7rem;
    width: min(22rem, calc(100% - 2rem));
    box-sizing: border-box;
    padding: 1.05rem 1.15rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1rem;
    color: #edf7f8;
    background: rgba(8, 10, 12, .84);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(.55rem);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.model3d-viewer-shell.is-hotspot-open .model3d-hotspot-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.model3d-hotspot-panel h2 {
    margin: 0;
    padding-right: 2rem;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.14;
}

.model3d-hotspot-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: .95rem;
    line-height: 1.55;
}

.model3d-hotspot-panel p[hidden] {
    display: none;
}

.model3d-hotspot-badge,
.model3d-hotspot-close {
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.model3d-hotspot-badge {
    width: 1.45rem;
    height: 1.45rem;
    color: #061014;
    background: #5fe1ee;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
}

.model3d-hotspot-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font: 800 .78rem/1 system-ui, sans-serif;
    cursor: pointer;
}

.model3d-hotspot-close:hover,
.model3d-hotspot-close:focus-visible {
    border-color: #e53935;
    background: #e53935;
}

.model3d-info-panel h2 {
    margin: .05rem 0 0;
    color: #fff;
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
    line-height: 1.05;
}

.model3d-info-panel p {
    margin: -.15rem 0 .2rem;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

.model3d-info-badge {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: rgba(255, 255, 255, .9);
    background: transparent;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1;
}

.model3d-info-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 2.55rem;
    margin-top: .2rem;
    padding: .68rem 1rem;
    border-radius: 999px;
    color: #061014;
    background: #5fe1ee;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.model3d-info-contact:hover,
.model3d-info-contact:focus-visible {
    color: #061014;
    background: #8af2fa;
}

.model3d-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    width: min(20rem, calc(100% - 2rem));
    min-width: 0;
    box-sizing: border-box;
    padding: .8rem .9rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -50%);
}

.model3d-loading-track {
    display: block;
    height: 3px;
    margin-top: .65rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .18);
}

.model3d-loading-track span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: #f97316;
}

@media (max-width: 900px) {
    .model3d-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .model3d-gallery {
        grid-template-columns: 1fr;
    }

    .model3d-viewer {
        height: calc(100vh - 6rem);
        min-height: 32rem;
    }

    .model3d-info-panel {
        top: 4.9rem;
        right: .75rem;
        width: calc(100% - 1.5rem);
        padding: 1.25rem;
        gap: .85rem;
    }

    .model3d-hotspot-panel {
        right: .75rem;
        bottom: .75rem;
        left: .75rem;
        width: auto;
    }

    .model3d-theme-palette {
        top: calc(100% + .45rem);
        right: 0;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .model3d-viewer-shell,
    .model3d-viewer,
    .model3d-viewer-shell::after,
    .model3d-overlay::before,
    .model3d-theme-palette,
    .model3d-theme-swatch {
        transition-duration: 1ms;
    }
}

@media (hover: hover) and (pointer: fine) {
    .public-body.has-custom-cursor .model3d-viewer-shell:not(:fullscreen),
    .public-body.has-custom-cursor .model3d-viewer-shell:not(:fullscreen) * {
        cursor: none !important;
    }

    .model3d-viewer-shell:fullscreen,
    .model3d-viewer-shell:fullscreen *,
    .model3d-viewer-shell:fullscreen model-viewer,
    .model3d-viewer-shell:fullscreen model-viewer * {
        cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Ccircle cx='18' cy='18' r='15.5' fill='none' stroke='%23ff6a24' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='18' r='3.5' fill='%23ff6a24'/%3E%3C/svg%3E") 18 18, crosshair !important;
    }

    .model3d-viewer-shell:fullscreen button,
    .model3d-viewer-shell:fullscreen a,
    .model3d-viewer-shell:fullscreen select,
    .model3d-viewer-shell:fullscreen [role="button"],
    .model3d-viewer-shell:fullscreen .model3d-action-close,
    .model3d-viewer-shell:fullscreen .model3d-action,
    .model3d-viewer-shell:fullscreen .model3d-animation-controls button,
    .model3d-viewer-shell:fullscreen .model3d-animation-controls select,
    .model3d-viewer-shell:fullscreen .model3d-info-contact,
    .model3d-viewer-shell:fullscreen .model3d-hotspot-marker,
    .model3d-viewer-shell:fullscreen .model3d-hotspot-close {
        cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='20.5' fill='%23ff302817' stroke='%23ff3028' stroke-width='2'/%3E%3Ccircle cx='24' cy='24' r='3.5' fill='%23ff3028'/%3E%3C/svg%3E") 24 24, pointer !important;
    }
}
