:root {
    --gvr-ink: #08131f;
    --gvr-navy: #0b1726;
    --gvr-blue: #0b335c;
    --gvr-teal: #1b8aa6;
    --gvr-gold: #bf9657;
    --gvr-paper: #f4f1ea;
    --gvr-white: #fff;
}

.gvr-page,
.gvr-viewer {
    color: var(--gvr-ink);
    font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gvr-page {
    background:
        radial-gradient(circle at 8% 6%, rgba(27, 138, 166, .12), transparent 32rem),
        linear-gradient(180deg, #f7f6f2 0%, #fff 70%);
    overflow: hidden;
}

.gvr-hero {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    width: min(1280px, calc(100% - 48px));
    min-height: min(760px, calc(100vh - 90px));
    margin: 0 auto;
    padding: clamp(70px, 8vw, 120px) 0;
}

.gvr-eyebrow,
.gvr-section-heading > p {
    margin: 0 0 1rem;
    color: var(--gvr-teal);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
}

.gvr-hero h1 {
    margin: 0;
    color: var(--gvr-navy);
    font-size: clamp(2.6rem, 5.2vw, 4.7rem);
    font-weight: 850;
    letter-spacing: -.06em;
    line-height: 1.03;
    word-break: keep-all;
}

.gvr-lead {
    max-width: 39rem;
    margin: 1.7rem 0 0;
    color: #435363;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.8;
    word-break: keep-all;
}

.gvr-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.gvr-proof-list li {
    padding: .52rem .75rem;
    border: 1px solid rgba(11, 51, 92, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--gvr-blue);
    font-size: .82rem;
    font-weight: 700;
}

.gvr-proof-list li::before {
    content: "✓";
    margin-right: .34rem;
    color: var(--gvr-teal);
}

.gvr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    align-items: center;
    margin-top: 2.1rem;
}

.gvr-start {
    display: inline-flex;
    min-height: 58px;
    padding: 0 1.4rem;
    border: 0;
    border-radius: 10px;
    align-items: center;
    gap: .75rem;
    background: var(--gvr-blue);
    box-shadow: 0 16px 40px rgba(11, 51, 92, .23);
    color: var(--gvr-white);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease;
}

.gvr-start span {
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    place-items: center;
    color: #f5d29b;
    font-size: .72rem;
}

.gvr-start:hover {
    background: #124a79;
    transform: translateY(-2px);
}

.gvr-start:focus-visible,
.gvr-viewer button:focus-visible,
.gvr-viewer a:focus-visible,
.gvr-home-link:focus-visible {
    outline: 3px solid #f0b95f;
    outline-offset: 3px;
}

.gvr-home-link {
    min-height: 48px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    color: var(--gvr-blue);
    font-weight: 750;
    text-decoration: none;
}

.gvr-hint {
    margin: .8rem 0 0;
    color: #6d7882;
    font-size: .78rem;
}

.gvr-poster {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 3px 40px 3px 40px;
    background: var(--gvr-navy);
    box-shadow: 0 34px 85px rgba(8, 19, 31, .24);
    isolation: isolate;
}

.gvr-poster::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 10, 16, .02) 50%, rgba(3, 10, 16, .58)),
        linear-gradient(90deg, rgba(11, 51, 92, .16), transparent 42%);
    content: "";
}

.gvr-poster img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gvr-poster__badge {
    position: absolute;
    right: clamp(1rem, 3vw, 2.2rem);
    bottom: clamp(1rem, 3vw, 2.2rem);
    z-index: 2;
    display: flex;
    align-items: end;
    gap: 1rem;
    color: #fff;
}

.gvr-poster__badge span {
    padding-bottom: .45rem;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.gvr-poster__badge strong {
    font-family: Georgia, serif;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    font-weight: 400;
    line-height: .8;
}

.gvr-poster__orbit {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: 50%;
}

.gvr-poster__orbit::before,
.gvr-poster__orbit::after {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 94px;
    height: 28px;
    border: 1px solid rgba(191, 150, 87, .8);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.gvr-poster__orbit::after {
    width: 28px;
    height: 94px;
}

.gvr-disclosure {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 2rem;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 2rem 2.2rem;
    border-top: 1px solid rgba(11, 51, 92, .15);
    border-bottom: 1px solid rgba(11, 51, 92, .15);
}

.gvr-disclosure__label {
    margin: 0;
    color: var(--gvr-gold);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .1em;
}

.gvr-disclosure > p:last-child {
    margin: 0;
    color: #52606d;
    font-size: .9rem;
    line-height: 1.8;
    word-break: keep-all;
}

.gvr-scene-preview {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(70px, 8vw, 120px) 0 140px;
}

.gvr-section-heading h2 {
    margin: 0 0 2rem;
    color: var(--gvr-navy);
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -.045em;
}

.gvr-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.gvr-preview-card {
    position: relative;
    min-height: 220px;
    margin: 0;
    overflow: hidden;
    background: var(--gvr-navy);
}

.gvr-preview-card::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(5, 13, 22, .8));
    content: "";
}

.gvr-preview-card img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gvr-preview-card:hover img {
    transform: scale(1.035);
}

.gvr-preview-card h3 {
    position: absolute;
    right: 1.1rem;
    bottom: .9rem;
    left: 1.1rem;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.gvr-noscript {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}

.gvr-viewer {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100vh;
    height: 100dvh;
    background: #07111b;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.gvr-viewer[aria-hidden="true"] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

body.vr-is-open {
    overflow: hidden !important;
}

.page-template-page-vr-modelhouse-84c .premium-fixed-call {
    display: none !important;
}

body.vr-is-open header,
body.vr-is-open footer,
body.vr-is-open .premium-fixed-call {
    visibility: hidden !important;
}

.gvr-viewer__topbar {
    z-index: 5;
    display: flex;
    min-height: 70px;
    padding: .65rem max(1rem, env(safe-area-inset-left));
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    background: rgba(7, 17, 27, .94);
    backdrop-filter: blur(16px);
}

.gvr-viewer__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .85rem;
}

.gvr-viewer__badge {
    flex: 0 0 auto;
    padding: .48rem .65rem;
    border: 1px solid rgba(191, 150, 87, .7);
    color: #e9c58d;
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.gvr-viewer__identity > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .05rem;
}

.gvr-viewer__identity strong {
    overflow: hidden;
    font-size: .95rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gvr-viewer__identity > div span {
    color: rgba(255, 255, 255, .58);
    font-size: .72rem;
}

.gvr-viewer__controls {
    display: flex;
    flex: 0 0 auto;
    gap: .35rem;
}

.gvr-viewer__controls button,
.gvr-help-panel button {
    min-width: 48px;
    min-height: 48px;
    padding: 0 .75rem;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 750;
}

.gvr-viewer__controls button[aria-pressed="true"] {
    border-color: var(--gvr-teal);
    background: rgba(27, 138, 166, .28);
}

.gvr-viewer__controls .gvr-viewer__close {
    border-color: rgba(191, 150, 87, .55);
    color: #f2d4a7;
}

.gvr-canvas-wrap {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #07111b;
}

.gvr-panorama {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    overflow: hidden;
    place-items: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(27, 138, 166, .11), transparent 44%),
        #07111b;
    cursor: grab;
    outline: none;
    touch-action: none;
    user-select: none;
}

.gvr-panorama.is-dragging {
    cursor: grabbing;
}

.gvr-frame-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transform-origin: center;
    will-change: transform;
}

.gvr-next-scene {
    position: absolute;
    right: max(1rem, env(safe-area-inset-right));
    bottom: 1.1rem;
    z-index: 2;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid rgba(240, 196, 127, .72);
    border-radius: 999px;
    background: rgba(7, 17, 27, .82);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .3);
    color: #fff;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.gvr-next-scene::after {
    margin-left: .55rem;
    color: #f0c47f;
    content: "→";
}

.gvr-frame-progress {
    position: absolute;
    bottom: 1.2rem;
    left: max(1rem, env(safe-area-inset-left));
    z-index: 2;
    margin: 0;
    padding: .55rem .75rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(7, 17, 27, .76);
    color: rgba(255, 255, 255, .82);
    font-size: .7rem;
    font-weight: 750;
    pointer-events: none;
    backdrop-filter: blur(12px);
}

.gvr-loading {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 1rem;
    background: rgba(7, 17, 27, .86);
    transition: opacity .25s ease;
}

.gvr-loading.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.gvr-loading span {
    width: 42px;
    height: 42px;
    border: 3px solid rgba(255, 255, 255, .17);
    border-top-color: var(--gvr-gold);
    border-radius: 50%;
    animation: gvr-spin .8s linear infinite;
}

.gvr-loading strong {
    font-size: .85rem;
}

@keyframes gvr-spin {
    to { transform: rotate(360deg); }
}

.gvr-drag-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    padding: .8rem 1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    align-items: center;
    gap: .6rem;
    background: rgba(7, 17, 27, .76);
    font-size: .78rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -38%);
    transition: opacity .25s ease, transform .25s ease;
}

.gvr-drag-guide.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.gvr-drag-guide span {
    color: #e9c58d;
    font-size: 1.25rem;
}

.gvr-live {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.gvr-viewer__bottom {
    z-index: 5;
    min-width: 0;
    padding: .55rem max(1rem, env(safe-area-inset-left)) max(.55rem, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, .11);
    background: rgba(7, 17, 27, .96);
}

.gvr-scene-rail {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .1rem .1rem .4rem;
    scrollbar-color: rgba(191, 150, 87, .55) transparent;
    scroll-snap-type: x proximity;
}

.gvr-scene-button {
    display: grid;
    flex: 0 0 132px;
    min-height: 70px;
    padding: 3px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    background: #101e2b;
    color: #fff;
    cursor: pointer;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: .55rem;
    scroll-snap-align: center;
}

.gvr-scene-button img {
    width: 54px;
    height: 58px;
    border-radius: 4px;
    object-fit: cover;
}

.gvr-scene-button span {
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
    word-break: keep-all;
}

.gvr-scene-button.is-active {
    border-color: var(--gvr-gold);
    background: rgba(191, 150, 87, .16);
    box-shadow: inset 0 0 0 1px var(--gvr-gold);
}

.gvr-viewer__disclosure {
    margin: .2rem 0 0;
    color: rgba(255, 255, 255, .52);
    font-size: .64rem;
    text-align: center;
}

.gvr-help-panel,
.gvr-fallback {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: grid;
    padding: 1.2rem;
    place-items: center;
    background: rgba(4, 11, 18, .86);
    backdrop-filter: blur(15px);
}

.gvr-help-panel[hidden],
.gvr-fallback[hidden],
.gvr-loading[hidden] {
    display: none;
}

.gvr-help-panel > div,
.gvr-fallback > div {
    width: min(470px, 100%);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: #0d1b29;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
}

.gvr-help-panel h2,
.gvr-fallback h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.65rem;
}

.gvr-help-panel ul {
    margin: 1rem 0;
    padding-left: 1.2rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.9;
}

.gvr-help-panel p,
.gvr-fallback p {
    color: rgba(255, 255, 255, .64);
    font-size: .87rem;
    line-height: 1.7;
}

.gvr-help-panel button,
.gvr-fallback a {
    display: inline-flex;
    min-height: 48px;
    padding: 0 1rem;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background: var(--gvr-teal);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.gvr-hotspot {
    width: 48px;
    height: 48px;
    border: 2px solid #f0c47f;
    border-radius: 50%;
    background: rgba(27, 138, 166, .92);
    box-shadow: 0 0 0 8px rgba(27, 138, 166, .18), 0 8px 22px rgba(0, 0, 0, .28);
}

.gvr-hotspot::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    content: "→";
    font-size: 1.25rem;
    font-weight: 900;
}

.gvr-hotspot > span {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: max-content;
    max-width: 160px;
    padding: .38rem .55rem;
    border-radius: 5px;
    background: rgba(7, 17, 27, .9);
    color: #fff;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.3;
    pointer-events: none;
    transform: translateX(-50%);
}

@media (max-width: 920px) {
    .gvr-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 64px;
    }

    .gvr-poster {
        min-height: min(66vw, 540px);
        order: -1;
    }

    .gvr-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gvr-hero,
    .gvr-disclosure,
    .gvr-scene-preview {
        width: min(100% - 28px, 1280px);
    }

    .gvr-hero {
        gap: 2.2rem;
        padding: 34px 0 64px;
    }

    .gvr-poster {
        min-height: 62vw;
        border-radius: 2px 24px 2px 24px;
    }

    .gvr-poster__orbit {
        top: .9rem;
        left: .9rem;
        width: 50px;
        height: 50px;
    }

    .gvr-poster__orbit::before {
        width: 64px;
        height: 18px;
    }

    .gvr-poster__orbit::after {
        width: 18px;
        height: 64px;
    }

    .gvr-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.35rem);
    }

    .gvr-lead {
        font-size: .96rem;
    }

    .gvr-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gvr-start,
    .gvr-home-link {
        width: 100%;
        justify-content: center;
    }

    .gvr-disclosure {
        grid-template-columns: 1fr;
        gap: .7rem;
        padding: 1.5rem .2rem;
    }

    .gvr-scene-preview {
        padding: 64px 0 110px;
    }

    .gvr-preview-grid {
        grid-template-columns: 1fr 1fr;
        gap: .65rem;
    }

    .gvr-preview-card,
    .gvr-preview-card img {
        min-height: 155px;
    }

    .gvr-preview-card h3 {
        right: .7rem;
        bottom: .65rem;
        left: .7rem;
        font-size: .82rem;
    }

    .gvr-viewer__topbar {
        min-height: 62px;
        padding-top: max(.5rem, env(safe-area-inset-top));
    }

    .gvr-viewer__badge {
        display: none;
    }

    .gvr-viewer__identity strong {
        max-width: 110px;
    }

    .gvr-viewer__controls {
        gap: .2rem;
    }

    .gvr-viewer__controls button {
        min-width: 44px;
        min-height: 44px;
        padding: 0 .45rem;
        font-size: .68rem;
    }

    #gvr-zoom-in,
    #gvr-zoom-out,
    #gvr-help {
        display: none;
    }

    .gvr-viewer__bottom {
        padding-right: .55rem;
        padding-left: .55rem;
    }

    .gvr-next-scene {
        right: .65rem;
        bottom: .65rem;
        max-width: 46%;
        min-height: 44px;
        padding: 0 .75rem;
        overflow: hidden;
        font-size: .68rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gvr-frame-progress {
        bottom: .7rem;
        left: .65rem;
        max-width: 46%;
        overflow: hidden;
        font-size: .62rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gvr-scene-button {
        flex-basis: 118px;
        min-height: 62px;
        grid-template-columns: 48px 1fr;
    }

    .gvr-scene-button img {
        width: 48px;
        height: 52px;
    }

    .gvr-viewer__disclosure {
        font-size: .58rem;
    }
}

@media (max-height: 560px) and (orientation: landscape) {
    .gvr-viewer__topbar {
        min-height: 52px;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .gvr-viewer__controls button {
        min-height: 42px;
    }

    .gvr-scene-button {
        min-height: 52px;
    }

    .gvr-scene-button img {
        height: 44px;
    }

    .gvr-viewer__disclosure {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gvr-page *,
    .gvr-viewer * {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
