.interactive-scene{background-image:url(http://localhost:8082/wp-content/uploads/2026/06/background-interactive.jpg);background-position:50%;background-size:cover;width:100%;height:100vh;position:relative;overflow:hidden}.scene-overlay{background:var(--color-surface-muted);opacity:.8;position:absolute;inset:0}.scene-title{color:var(--color-brand-contrast);font-family:var(--font-family-display);font-size:var(--text-8xl);text-align:center;z-index:10;font-weight:400;line-height:.95;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scene-item{z-index:20;text-decoration:none;display:block;position:absolute}.scene-item img{width:100px;transition:transform .3s;display:block}.scene-item:hover img{transform:translateY(-10px)}.scene-dot{z-index:2;background:#985931;border-radius:50%;width:20px;height:20px;position:absolute;top:4px;right:5px}.scene-tooltip{color:var(--color-text);font-family:var(--font-family-sans);font-size:var(--text-lg);font-weight:var(--font-weight-regular);opacity:0;visibility:hidden;white-space:nowrap;line-height:1;transition:all .25s;position:absolute;top:2px;left:100%;transform:translate(10px)}.scene-tooltip:after{content:"";vertical-align:middle;background:currentColor;width:1.125rem;height:1.125rem;margin-inline-start:.5rem;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 9H14.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 3.75L14.25 9L9 14.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.scene-item:hover .scene-tooltip,.scene-item:focus .scene-tooltip{opacity:1;visibility:visible;transform:translate(0)}.item-1{top:8%;left:12%}.item-2{top:38%;left:8%}.item-3{bottom:6%;left:50%;transform:translate(-50%)}.item-4{top:45%;right:12%}.item-5{top:8%;right:20%}@media (max-width:768px){.scene-title{font-size:48px}.scene-item img{width:95px}.scene-dot{width:18px;height:18px}.scene-tooltip{font-size:var(--text-sm);padding-inline-start:0;left:auto;right:28px}.item-1{top:10%;left:6%}.item-2{top:36%;left:4%}.item-3{bottom:8%}.item-4{top:36%;right:4%}.item-5{top:10%;right:6%}}