body{background:var(--bg)!important}.dp-hero{background:#0a0a0a;flex-direction:column;justify-content:center;min-height:100vh;padding:100px 28px 60px;display:flex}.dp-hero-inner{width:100%;max-width:1100px;margin:0 auto}.dp-label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:16px;font-size:.68rem;font-weight:400;display:inline-flex}.dp-label:before{content:"";background:var(--accent);opacity:.5;width:28px;height:1px;display:block}.dp-title{font-family:var(--serif);margin-bottom:40px;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.dp-title em{color:var(--accent);font-style:italic}.dp-frame{border:1px solid var(--accent-border);background:#0a0a0a;border-radius:12px;width:100%;padding-top:56.25%;position:relative;overflow:hidden;box-shadow:0 8px 60px #00000080}.dp-frame iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.dp-cta{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:32px;max-width:1100px;margin:0 auto;padding:48px 28px 60px;display:flex}.dp-cta-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--text-dim);margin-bottom:6px;font-size:.65rem;font-weight:400}.dp-cta-heading{font-family:var(--serif);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:300}.dp-cta-heading em{color:var(--accent);font-style:italic}.dp-cta-desc{color:var(--text-muted);max-width:420px;margin-top:8px;font-size:.85rem;font-weight:200;line-height:1.6}.dp-cta-btn{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;background:var(--accent);white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;gap:10px;padding:16px 32px;font-size:.78rem;font-weight:400;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex}.dp-cta-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.dp-cta-btn svg{stroke:currentColor;fill:none;stroke-width:2px;width:14px;height:14px}@media (width<=700px){.dp-cta{flex-direction:column;align-items:flex-start}}.dp-section-divider{align-items:center;gap:20px;max-width:1100px;margin:0 auto;padding:64px 28px 0;display:flex}.dp-section-divider-label{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.68rem;font-weight:400}.dp-section-divider-line{background:var(--border);flex:1;height:1px}.vs-section{padding:80px 0}.vs-section--alt{background:var(--bg-card)}.vs-container{max-width:1100px;margin:0 auto;padding:0 28px}.vs-container--wide{max-width:1300px;margin:0 auto;padding:0 28px}.vs-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.68rem;font-weight:400}.vs-heading{font-family:var(--serif);margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300}.vs-heading em{color:var(--accent);font-style:italic}.vs-sub{color:var(--text-muted);max-width:560px;margin-bottom:48px;font-size:.95rem;font-weight:200;line-height:1.7}.vs-video-grid{flex-direction:column;gap:48px;display:flex}.vs-video-card{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.vs-video-card:nth-child(2n){direction:rtl}.vs-video-card:nth-child(2n)>*{direction:ltr}.vs-video-player{border:1px solid var(--border);background:var(--bg-card);border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000004d}.vs-video-player .vs-video-embed{aspect-ratio:16/9;background:#000;border:none;width:100%;display:block}.vs-video-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-border);border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:.6rem;font-weight:400;display:inline-block}.vs-video-title{font-family:var(--serif);margin-bottom:12px;font-size:1.5rem;font-weight:400;line-height:1.25}.vs-video-desc{color:var(--text-muted);font-size:.88rem;font-weight:200;line-height:1.75}.vs-video-meta{color:var(--text-dim);letter-spacing:.04em;margin-top:16px;font-size:.72rem;font-weight:300}.vs-video-meta span{color:var(--text-muted)}@media (width<=900px){.vs-video-card{grid-template-columns:1fr}.vs-video-card:nth-child(2n){direction:ltr}}.vs-photo-grid{columns:3;column-gap:14px}.vs-photo-item{break-inside:avoid;cursor:pointer;border-radius:8px;margin-bottom:14px;position:relative;overflow:hidden}.vs-photo-item img{filter:brightness(.88);width:100%;height:auto;transition:transform .6s cubic-bezier(.23,1,.32,1),filter .4s;display:block}.vs-photo-item:hover img{filter:brightness();transform:scale(1.04)}.vs-photo-item:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(#0000 60%,#0a0a0a4d 100%);transition:opacity .4s;position:absolute;inset:0}.vs-photo-item:hover:after{opacity:1}@media (width<=900px){.vs-photo-grid{columns:2}}@media (width<=600px){.vs-photo-grid{columns:1}}.vs-lightbox{z-index:200;backdrop-filter:blur(12px);background:#060606f5;justify-content:center;align-items:center;padding:60px 20px;display:none;position:fixed;inset:0}.vs-lightbox.active{display:flex}.vs-lightbox img{object-fit:contain;border-radius:6px;max-width:90vw;max-height:85vh;animation:.3s vsLbIn;box-shadow:0 20px 80px #00000080}.vs-lb-close{cursor:pointer;z-index:201;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:24px;right:28px}.vs-lb-close:hover{background:#ffffff1a;border-color:#fff3}.vs-lb-close svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2px}.vs-lb-arrow{cursor:pointer;z-index:201;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.vs-lb-arrow:hover{background:#ffffff1a;border-color:#fff3}.vs-lb-arrow svg{width:20px;height:20px;stroke:var(--text);fill:none;stroke-width:2px}.vs-lb-prev{left:20px}.vs-lb-next{right:20px}.vs-lb-counter{color:var(--text-dim);letter-spacing:.1em;font-size:.72rem;font-weight:300;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.vs-360-card{border:1px solid var(--border);background:var(--bg-card);border-radius:12px;overflow:hidden}.vs-360-viewer{background:var(--bg-card);width:100%;height:500px}.vs-360-card-info{justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.vs-360-card-title{font-family:var(--serif);font-size:1.2rem;font-weight:400}.vs-360-card-hint{color:var(--text-dim);letter-spacing:.06em;align-items:center;gap:6px;font-size:.7rem;font-weight:300;display:flex}.vs-360-card-hint svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:1.5px}.vs-360-controls{z-index:10;gap:6px;display:flex;position:absolute;top:16px;right:16px}.vs-360-btn{backdrop-filter:blur(10px);cursor:pointer;background:#0a0a0aa6;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.vs-360-btn:hover{border-color:var(--accent-border);background:#0a0a0ae6}.vs-360-btn svg{width:16px;height:16px;stroke:var(--text);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.vs-360-btn:hover svg{stroke:var(--accent)}.pnlm-container,.pnlm-load-box{background:var(--bg-card)!important}.pnlm-load-box p{color:var(--text-muted)!important;font-family:var(--sans)!important}.pnlm-lbar,.pnlm-lbar-fill{background:var(--accent)!important}.pnlm-ui .pnlm-controls-container{display:none!important}@media (width<=900px){.vs-360-viewer{height:380px}}@media (width<=600px){.vs-360-viewer{height:280px}.vs-360-card-info{flex-direction:column;align-items:flex-start;gap:8px}}.dp-bottom-cta{background:var(--bg-card);border-top:1px solid var(--border);text-align:center;padding:72px 28px}.dp-bottom-cta-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:.65rem;font-weight:400}.dp-bottom-cta-heading{font-family:var(--serif);margin-bottom:12px;font-size:clamp(2rem,4vw,2.8rem);font-weight:300}.dp-bottom-cta-heading em{color:var(--accent);font-style:italic}.dp-bottom-cta-sub{color:var(--text-muted);max-width:480px;margin:0 auto 36px;font-size:.92rem;font-weight:200;line-height:1.7}.dp-bottom-cta-btn{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;background:var(--accent);border-radius:100px;align-items:center;gap:10px;padding:18px 40px;font-size:.78rem;font-weight:400;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex}.dp-bottom-cta-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.dp-bottom-cta-btn svg{stroke:currentColor;fill:none;stroke-width:2px;width:14px;height:14px}.vs-footer{text-align:center;color:var(--text-dim);letter-spacing:.08em;background:#0a0a0a;padding:40px 28px;font-size:.68rem;font-weight:300}@keyframes vsLbIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.dp-hero{padding:90px 20px 48px}.dp-cta{padding:40px 20px 48px}.dp-section-divider{padding:48px 20px 0}.vs-lb-arrow{width:40px;height:40px}.vs-lb-prev{left:10px}.vs-lb-next{right:10px}}
