/* Structural & Design Styles for Vanavision 3D-Tour Hero Suffix: 71dcbf22 */

.vv-hero-wrapper-71dcbf22 {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Sakura Glow Theme */
.vv-sakura-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 75% 20%, rgba(255, 183, 197, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

@keyframes sakura-anim {
    0% { filter: hue-rotate(0deg) opacity(0.8); }
    50% { filter: hue-rotate(15deg) opacity(1); }
    100% { filter: hue-rotate(0deg) opacity(0.8); }
}

.vv-sakura-anim::before {
    animation: sakura-anim 10s ease-in-out infinite;
}

.vv-hero-wrapper-71dcbf22 *,
.vv-hero-wrapper-71dcbf22 *::before,
.vv-hero-wrapper-71dcbf22 *::after {
    box-sizing: border-box;
}

.vv-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Inner Frame Layout */
.vv-hero-inner-frame {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 40px;
}

.vv-frame-top-row, .vv-frame-bottom-row {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.vv-frame-top-row { top: 0; }
.vv-frame-bottom-row { bottom: 0; }

.vv-frame-line {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.08);
}
.vv-frame-line-horizontal {
    height: 1px;
}

.vv-frame-header-middle {
    flex-basis: 220px;
    flex-shrink: 0;
}
.vv-frame-claim-middle {
    flex-basis: 380px;
    flex-shrink: 0;
}

.vv-frame-border-side {
    position: absolute;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-width: 1px;
    z-index: 1;
}

.vv-frame-border-left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.vv-frame-border-right {
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Header */
.vv-hero-header {
    width: 100%;
    position: relative;
    z-index: 5;
}
.vv-hero-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
}
.vv-hero-logo-img {
    height: auto;
    object-fit: contain;
}
.vv-hero-logo-text {
    display: flex;
    flex-direction: column;
}
.vv-logo-line-1 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    display: block;
}
.vv-logo-line-2 {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 2px;
}

/* Body Layout */
.vv-hero-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    z-index: 3;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.vv-hero-host-container {
    flex: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.vv-hero-host {
    position: absolute;
    width: 45%;
    height: auto;
    bottom: 0;
    left: 0;
    object-fit: contain;
    transform: translate(var(--vv-avatar-tx, 0px), var(--vv-avatar-ty, 0px)) scale(var(--vv-avatar-scale, 1)) rotate(var(--vv-avatar-rot, 0deg));
    transition: width 0.3s ease, height 0.3s ease;
}

/* Right Content Card */
.vv-hero-content-card {
    flex: 1.2;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    animation: fadeIn_71dcbf22 1s ease-out forwards;
    position: relative;
    z-index: 4;
}

.vv-hero-subline {
    display: inline-block;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.vv-hero-headline {
    margin: 0;
    line-height: 1.15;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.vv-hero-title-1 { font-weight: 300; }
.vv-hero-title-2 { font-weight: 800; }

/* Divider Styling */
.vv-hero-divider {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.vv-hero-div-line {
    border-top: 1px solid #b89055;
}
.vv-hero-div-line-left { max-width: 100px; flex-grow: 1; }
.vv-hero-div-line-right { max-width: 100px; flex-grow: 1; }

.vv-hero-div-middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 15px;
}
.vv-hero-div-middle img {
    height: auto;
    object-fit: contain;
}

.vv-hero-desc {
    margin: 0 0 30px 0;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.vv-hero-cta-wrapper {
    display: block;
}

.vv-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 15px 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    gap: 10px;
}

.vv-btn-glow {
    box-shadow: 0 0 var(--vv-btn-glow-intensity, 15px) var(--vv-btn-glow-color, rgba(184, 144, 85, 0.5));
}
.vv-hero-btn:hover {
    box-shadow: 0 0 calc(var(--vv-btn-glow-intensity, 15px) * 1.5) var(--vv-btn-glow-color, rgba(184, 144, 85, 0.5));
}

.vv-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vv-btn-icon svg, .vv-btn-icon i {
    width: 1em;
    height: 1em;
}

/* Footer & Navigation */
.vv-hero-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 5;
}

.vv-hero-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.vv-hero-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    text-transform: uppercase;
}

.vv-hero-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vv-hero-nav-icon i,
.vv-hero-nav-icon svg {
    transition: all 0.25s ease;
}

.vv-hero-nav-text {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all 0.25s ease;
}

.vv-hero-nav-divider {
    display: inline-block;
    width: 1px;
}

/* Hover effects for Nav items */
.vv-hero-nav-item:hover {
    transform: translateY(-5px) scale(1.08) rotate(2deg);
    filter: drop-shadow(0 0 8px rgba(184, 144, 85, 0.4));
}

.vv-hero-claim {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.vv-claim-glow {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Floating Animation */
@keyframes floating_71dcbf22 {
    0% { transform: translate(var(--vv-avatar-tx, 0px), var(--vv-avatar-ty, 0px)) scale(var(--vv-avatar-scale, 1)) rotate(var(--vv-avatar-rot, 0deg)); }
    50% { transform: translate(var(--vv-avatar-tx, 0px), calc(var(--vv-avatar-ty, 0px) - var(--vv-float-amp, 12px))) scale(var(--vv-avatar-scale, 1)) rotate(calc(var(--vv-avatar-rot, 0deg) + 1deg)); }
    100% { transform: translate(var(--vv-avatar-tx, 0px), var(--vv-avatar-ty, 0px)) scale(var(--vv-avatar-scale, 1)) rotate(var(--vv-avatar-rot, 0deg)); }
}

.vv-floating {
    animation: floating_71dcbf22 var(--vv-float-speed, 6s) ease-in-out infinite;
}

@keyframes fadeIn_71dcbf22 {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive */
@media (max-width: 1024px) {
    .vv-hero-body { gap: 20px; }
}

@media (max-width: 768px) {
    .vv-hero-wrapper-71dcbf22 {
        height: auto;
        min-height: 100vh;
    }
    .vv-hero-inner-frame {
        padding: 20px !important;
    }
    .vv-hero-inner-frame.has-frame .vv-frame-line,
    .vv-hero-inner-frame.has-frame .vv-frame-border-side {
        display: none !important;
    }
    .vv-hero-body {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 30px;
        padding: 40px 0;
    }
    .vv-hero-host-container {
        justify-content: center;
        max-height: 40vh;
        width: 100%;
    }
    .vv-hero-host {
        position: relative !important;
        width: 80% !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    .vv-hero-content-card {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .vv-hero-nav { gap: 15px; }
}
