.visual-interact-section {
    position: relative;
    width: 100%;
    min-height: 1600px;
    height: auto; 
    display: flex;
    justify-content: center;
    margin-top: -450px; 
    z-index: 10;
    padding-bottom: 200px; 
    overflow: visible;   
    pointer-events: none;
}
.visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 450px, #ffffff 450px);
    pointer-events: none;
}

.bg-text-watermark {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 200px;
    font-weight: 400;
    line-height: 1;
    top: 500px; 
    z-index: 1;
    pointer-events: none;
    letter-spacing: -6px;
    user-select: none;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.09) 0%, 
        rgba(0, 0, 0, 0.04) 30%, 
        rgba(255, 255, 255, 0) 65%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ellipse-main-frame {
    position: absolute;
    width: 755px;
    height: 755px;
    left: 50%;
    top: 200px; 
    transform: translateX(-50%);
    border-radius: 50%;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}

.ellipse-bg-glow-bottom {
    position: absolute;
    width: 878px;
    height: 878px;
    left: 50%;
    top: 480px; 
    transform: translateX(-50%);
    border-radius: 50%;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(255, 208, 20, 0.02) 50%, rgba(255, 208, 20, 0.15) 100%);
    z-index: 2;
}

.product-image-wrapper {
    position: absolute;
    width: 508.867px;
    height: 643.329px;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 15;
    pointer-events: auto;
    will-change: transform;
}

.img-main-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.menu-item {
    position: absolute;
    z-index: 20;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 320px;
    transform: translateX(-50%);
}

.menu-item img {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    display: block;
}

.menu-item span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
}

.item-desc {
    margin-top: 16px;
    word-break: keep-all;
    text-align: center;
}

.item-label {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.item-pos-1 { top: 720px; left: 20%; }
.item-pos-2 { top: 720px; left: 80%; }
.item-pos-3 { top: 980px; left: 22%; }
.item-pos-4 { top: 980px; left: 78%; }
.item-pos-5 { top: 1320px; left: 50%; }

@media (max-width: 1200px) {
    .visual-interact-section { margin-top: -350px; }
    .bg-text-watermark { font-size: 140px; top: 450px; }
    .ellipse-main-frame { width: 600px; height: 600px; top: 120px; }
    .ellipse-bg-glow-bottom { width: 700px; height: 700px; top: 250px; }
    .product-image-wrapper { width: 400px; height: auto; top: 40px; }
    .menu-item { width: 280px; }
    .item-pos-1, .item-pos-3 { left: 15%; }
    .item-pos-2, .item-pos-4 { left: 85%; }
}

@media (max-width: 768px) {
    .visual-interact-section { height: 1100px; margin-top: -250px; }
    .visual-container { background: linear-gradient(to bottom, transparent 250px, #ffffff 250px); }
    .ellipse-main-frame { width: 85vw; height: 85vw; top: 100px; }
    .ellipse-bg-glow-bottom { width: 95vw; height: 95vw; top: 200px; }
    .product-image-wrapper { width: 60vw; height: auto; top: 40px; }
    .menu-item { width: 240px; }
    .menu-item span { font-size: 16px; }
    .item-desc { font-size: 12px; }
}