@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&display=swap");:root{--vsg-black:#0c0804;--vsg-ink:#1a1008;--vsg-dark:#312619;--vsg-mid:#4a3828;--vsg-brown:#7a5c44;--vsg-muted:#b09070;--vsg-gold:#b07d3a;--vsg-gold-lt:#e8c488;--vsg-cream:#f8f0e4;--vsg-sand:#faf7f4;--vsg-border:#e8ddd4;--vsg-border-dk:#2a1a0e;--vsg-serif:"Cormorant Garamond",serif;--vsg-sans:inherit}.vsp{background:var(--pub-bg);min-height:100vh;color:var(--pub-text)}.vsg-eyebrow,.vsp{font-family:var(--vsg-sans)}.vsg-eyebrow{color:var(--pub-text-muted);font-size:10px;letter-spacing:5px;text-transform:uppercase;margin:0 0 20px;font-weight:300;text-align:center}.vsg-section-title{font-family:var(--vsg-serif);font-size:clamp(26px,3.5vw,40px);font-weight:500;color:var(--pub-text);margin:0 0 16px;line-height:1.2;text-align:center}.vsg-btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--pub-accent);color:#fff;border:1px solid var(--pub-accent);font-size:12px;padding:17px 44px;border-radius:8px;cursor:pointer;letter-spacing:2.5px;font-family:var(--vsg-sans);font-weight:600;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s,border-color .22s;text-transform:uppercase;white-space:nowrap;position:relative;overflow:hidden}.vsg-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 60%);pointer-events:none}.vsg-btn-primary:hover{background:var(--vsg-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(49,38,25,.35);border-color:var(--vsg-gold)}.vsg-btn-primary:active{transform:translateY(0);box-shadow:none}.vsg-btn-primary:focus-visible{outline:2px solid var(--vsg-gold);outline-offset:3px}.vsg-btn-primary .vsg-btn-arrow,.vsg-btn-primary svg{flex-shrink:0;transition:transform .2s}.vsg-btn-primary:hover .vsg-btn-arrow,.vsg-btn-primary:hover svg{transform:translate(3px,-2px)}.vsg-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--pub-text-sec);border:1px solid var(--vsg-border);font-size:12px;padding:17px 44px;border-radius:8px;cursor:pointer;letter-spacing:2.5px;font-family:var(--vsg-sans);font-weight:500;text-decoration:none;transition:background .22s,border-color .22s,color .22s,transform .22s;text-transform:uppercase;white-space:nowrap}.vsg-btn-ghost:hover{background:var(--pub-elevated);border-color:var(--pub-border);color:var(--pub-text);transform:translateY(-1px)}.vsg-btn-ghost:active{transform:translateY(0)}.vsg-btn-ghost:focus-visible{outline:2px solid var(--vsg-gold);outline-offset:3px}.vsg-hero{text-align:center;padding:6rem 2rem 4.5rem;position:relative;background:var(--pub-bg);border-bottom:1px solid var(--pub-border)}.vsg-hero-line{position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--vsg-dark))}.vsg-hero-headline{font-family:var(--vsg-serif);font-size:clamp(32px,5vw,56px);font-weight:600;color:var(--pub-text);line-height:1.1;max-width:820px;margin:0 auto 20px}.vsg-hero-sub{font-size:15px;color:var(--pub-text-sec);line-height:1.85;margin:0 auto 28px;max-width:520px;font-weight:300}.vsg-hero-proof{list-style:none;padding:0;margin:0 auto 36px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px}.vsg-hero-proof li{font-size:12px;color:var(--pub-text-muted);letter-spacing:.5px;font-weight:400;font-family:var(--vsg-sans)}.vsg-hero-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.vsg-proof-bar{background:var(--pub-surface);border-bottom:1px solid var(--pub-border);padding:2.5rem 2rem}.vsg-proof-inner{max-width:1100px;margin:0 auto;text-align:center}.vsg-proof-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--pub-text-muted);margin:0 0 24px;font-weight:300;font-family:var(--vsg-sans)}.vsg-proof-stats{display:flex;justify-content:center;border-top:1px solid var(--pub-border);border-bottom:1px solid var(--pub-border);margin-bottom:20px;flex-wrap:wrap}.vsg-proof-stat{flex:1;min-width:140px;max-width:220px;text-align:center;padding:1.75rem 1rem;border-right:1px solid var(--pub-border)}.vsg-proof-stat:last-child{border-right:none}.vsg-proof-value{font-family:var(--vsg-serif);font-size:2.4rem;font-weight:400;color:var(--pub-text);display:block;line-height:1;margin-bottom:6px}.vsg-proof-stat-label{font-size:9px;letter-spacing:2px;text-transform:uppercase;font-weight:300}.vsg-proof-cities,.vsg-proof-stat-label{color:var(--pub-text-muted);font-family:var(--vsg-sans)}.vsg-proof-cities{font-size:11px;letter-spacing:1px;margin:0;font-style:italic}.vsg-how{background:var(--vsg-sand);border-bottom:.5px solid var(--vsg-border);padding:5rem 2rem}.vsg-how-inner{max-width:1100px;margin:0 auto}.vsg-how-head{text-align:center;margin-bottom:3.5rem}.vsg-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:3rem}@media (max-width:760px){.vsg-how-steps{grid-template-columns:1fr;gap:0}}.vsg-how-step{text-align:center;padding:2rem 2.5rem;border-right:.5px solid var(--vsg-border)}.vsg-how-step:last-child{border-right:none}@media (max-width:760px){.vsg-how-step{border-right:none;border-bottom:.5px solid var(--vsg-border)}.vsg-how-step:last-child{border-bottom:none}}.vsg-how-num{font-size:3.5rem;font-weight:500;color:var(--pub-text-muted);line-height:1;margin-bottom:16px}.vsg-how-num,.vsg-how-title{font-family:var(--vsg-serif)}.vsg-how-title{font-size:20px;font-weight:600;color:var(--pub-text);margin:0 0 10px;line-height:1.3}.vsg-how-desc{font-size:13px;color:var(--pub-text-sec);line-height:1.85;margin:0;font-weight:300;font-family:var(--vsg-sans)}.vsg-how-cta-wrap{text-align:center}.vsg-gallery-section{padding:5rem 0 2rem;background:var(--pub-bg);border-top:1px solid var(--pub-border);scroll-margin-top:80px}.vsg-gallery-head{text-align:center;padding:0 2rem 2.5rem;max-width:760px;margin:0 auto}.vsg-gallery-sub{font-size:14px;color:var(--pub-text-sec);line-height:1.85;max-width:560px;margin:0 auto;font-weight:300;font-family:var(--vsg-sans)}.vsg-case{background:var(--vsg-sand);border-top:.5px solid var(--vsg-border);border-bottom:.5px solid var(--vsg-border);padding:5.5rem 2rem}.vsg-case-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:800px){.vsg-case-inner{grid-template-columns:1fr;gap:2.5rem}.vsg-case-preview{order:-1}}.vsg-case-brand-name{font-family:var(--vsg-serif);font-size:22px;font-weight:600;color:var(--pub-text);margin-bottom:24px}.vsg-case-after,.vsg-case-before{margin-bottom:24px}.vsg-case-label{display:inline-block;font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--pub-text-muted);font-weight:500;font-family:var(--vsg-sans);border:.5px solid var(--vsg-border);padding:4px 10px;border-radius:4px;margin-bottom:8px}.vsg-case-label--after{color:#4ade80;border-color:rgba(74,222,128,.3);background:rgba(74,222,128,.05)}.vsg-case-before p{font-size:13px;color:var(--pub-text-sec);line-height:1.8;margin:0;font-weight:300;font-family:var(--vsg-sans)}.vsg-case-results{display:flex;gap:24px;flex-wrap:wrap}.vsg-case-result{display:flex;flex-direction:column}.vsg-case-result-value{font-family:var(--vsg-serif);font-size:2rem;font-weight:600;color:var(--pub-text);line-height:1;margin-bottom:4px}.vsg-case-result-label{font-size:11px;color:var(--pub-text-sec);font-weight:300;letter-spacing:.5px;font-family:var(--vsg-sans)}.vsg-case-quote{border-left:2px solid var(--vsg-gold);margin:24px 0;padding:0 0 0 20px}.vsg-case-quote p{font-family:var(--vsg-serif);font-size:16px;font-style:italic;color:var(--pub-text);margin:0 0 8px;line-height:1.7}.vsg-case-quote cite{font-size:11px;color:var(--pub-text-muted);font-style:normal;letter-spacing:.5px;font-family:var(--vsg-sans)}.vsg-case-preview{aspect-ratio:16/9;background:var(--vsg-black);border-radius:16px;border:.5px solid var(--vsg-border-dk);display:flex;align-items:center;justify-content:center;overflow:hidden}.vsg-case-preview-inner{text-align:center}.vsg-case-play-icon{width:64px;height:64px;border-radius:50%;background:rgba(176,125,58,.15);border:1.5px solid rgba(176,125,58,.4);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.vsg-case-play-arrow{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid var(--vsg-gold);margin-left:4px}.vsg-case-preview-label{font-family:var(--vsg-serif);font-size:15px;color:var(--pub-text-muted);margin:0;letter-spacing:1px}.vsg-value-stack{background:var(--pub-elevated);border-top:1px solid var(--pub-border);border-bottom:1px solid var(--pub-border);padding:5.5rem 2rem}.vsg-value-stack-inner{max-width:680px;margin:0 auto;text-align:center}.vsg-value-stack-head{margin-bottom:3rem}.vsg-value-list{list-style:none;padding:0;margin:0 0 3rem;display:flex;flex-direction:column;border:1px solid var(--pub-border);border-radius:14px;overflow:hidden;text-align:left}.vsg-value-item{display:flex;align-items:center;gap:16px;padding:18px 24px;border-bottom:1px solid var(--pub-border);background:var(--pub-surface);transition:background .2s}.vsg-value-item:last-child{border-bottom:none}.vsg-value-item:hover{background:var(--pub-elevated)}.vsg-value-icon{width:36px;height:36px;border-radius:50%;border:.5px solid var(--vsg-border);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.vsg-value-text{flex:1;font-size:14px;color:var(--pub-text);font-weight:400;line-height:1.5;font-family:var(--vsg-sans)}.vsg-value-check{color:var(--pub-accent);font-size:16px;font-weight:600;flex-shrink:0}.vsg-scarcity,.vsg-value-cta-wrap{text-align:center}.vsg-scarcity{background:var(--pub-elevated);border-top:1px solid var(--pub-border);border-bottom:1px solid var(--pub-border);padding:5.5rem 2rem}.vsg-scarcity-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.vsg-scarcity-badge{display:inline-block;background:var(--pub-accent-glow);border:1px solid rgba(172,6,239,.25);color:var(--pub-accent);font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:7px 18px;border-radius:30px;margin-bottom:24px;font-weight:500;font-family:var(--vsg-sans)}.vsg-scarcity-headline{font-family:var(--vsg-serif);font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--pub-text);margin:0 0 16px;line-height:1.2}.vsg-scarcity-sub{font-size:14px;color:var(--pub-text-sec);line-height:1.85;margin:0 0 36px;font-weight:300;font-family:var(--vsg-sans)}.vsg-slots{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:12px}.vsg-slot{width:12px;height:12px;border-radius:50%;background:var(--vsg-dark);border:.5px solid var(--vsg-mid)}.vsg-slot--open{background:rgba(176,125,58,.2);border-color:var(--vsg-gold);box-shadow:0 0 6px rgba(176,125,58,.3)}.vsg-slots-legend{display:flex;align-items:center;gap:6px;justify-content:center;font-size:10px;color:var(--pub-text-muted);margin:0 0 32px;letter-spacing:.5px;font-family:var(--vsg-sans)}.vsg-slot-filled,.vsg-slot-open{display:inline-block;width:8px;height:8px;border-radius:50%}.vsg-slot-filled{background:var(--vsg-dark)}.vsg-slot-open{background:var(--vsg-gold)}.vsg-scarcity-note{margin:16px 0 0;font-size:11px;color:var(--pub-text-muted);font-style:italic;letter-spacing:.3px;font-family:var(--vsg-sans)}.vsg-final-cta{padding:0 2rem 5rem;background:var(--pub-bg)}.vsg-final-cta-inner{max-width:1200px;margin:0 auto;background:var(--vsg-black);border:.5px solid var(--vsg-border-dk);border-radius:20px;padding:5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.vsg-final-eyebrow{color:var(--pub-text-muted);font-size:10px;letter-spacing:5px;text-transform:uppercase;margin:0 0 18px;font-weight:300;font-family:var(--vsg-sans)}.vsg-final-headline{font-family:var(--vsg-serif);font-size:clamp(26px,4vw,44px);font-weight:500;color:var(--vsg-cream);margin:0 0 18px;line-height:1.2}.vsg-final-headline em{color:var(--pub-accent);font-style:italic}.vsg-final-sub{color:var(--pub-text-muted);font-size:14px;line-height:1.85;margin:0 0 36px;max-width:520px;font-weight:300;font-family:var(--vsg-sans)}.vsg-final-btn{display:inline-flex;align-items:center;gap:10px;background:var(--vsg-gold);color:#fff8ee;border:1px solid #c4904a;font-size:13px;padding:19px 56px;border-radius:9px;cursor:pointer;letter-spacing:3px;font-family:var(--vsg-sans);font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);text-transform:uppercase;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 4px 18px rgba(176,125,58,.3)}.vsg-final-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 60%);pointer-events:none}.vsg-final-btn:hover{background:#c4904a;transform:translateY(-3px);box-shadow:0 10px 32px rgba(176,125,58,.45)}.vsg-final-btn:hover svg{transform:translate(3px,-3px)}.vsg-final-btn svg{transition:transform .2s}.vsg-final-btn:focus-visible{outline:2px solid var(--vsg-gold-lt);outline-offset:3px}.vsg-final-trust{font-size:10px;color:var(--pub-text-muted);letter-spacing:1.5px;text-transform:uppercase;margin:0;font-weight:300;font-family:var(--vsg-sans)}@media (max-width:480px){.vsg-proof-stats{flex-wrap:wrap}.vsg-proof-stat{min-width:50%;flex:none;border-right:none;border-bottom:.5px solid var(--vsg-border-dk)}.vsg-proof-stat:last-child{border-bottom:none}.vsg-hero-actions{flex-direction:column;gap:12px}.vsg-hero-actions .vsg-btn-ghost,.vsg-hero-actions .vsg-btn-primary{width:100%;text-align:center}}@media (prefers-reduced-motion:reduce){.vsg-btn-ghost,.vsg-btn-primary,.vsg-final-btn,.vsg-value-item{transition:none!important}}.vsh-hero{--vsh-ivory:#F5F0E8;--vsh-ivory-dim:rgba(245,240,232,0.52);--vsh-ivory-mute:rgba(245,240,232,0.28);--vsh-gold:#C9A96E;--vsh-gold-dim:rgba(201,169,110,0.42);--vsh-black:#080807;--vsh-ease-silk:cubic-bezier(0.16,1,0.3,1);--vsh-ease-sharp:cubic-bezier(0.4,0,0.2,1);--vsh-font-serif:"Cormorant Garamond",Georgia,serif;--vsh-font-ui:"DM Sans",sans-serif;position:relative;height:100vh;min-height:740px;overflow:hidden;display:flex;align-items:flex-end;padding-bottom:clamp(60px,10vh,104px);background:var(--vsh-black);cursor:default;text-align:left;padding-top:0;border-bottom:none}.vsh-media{position:absolute;inset:0}.vsh-video{width:100%;height:100%;object-fit:cover;filter:brightness(.4) saturate(.6) contrast(1.08);transform:scale(1.07);transition:transform 11s var(--vsh-ease-silk);will-change:transform}.vsh-video.is-playing{transform:scale(1)}.vsh-gradient{background:linear-gradient(0deg,rgba(8,8,7,.94) 0,rgba(8,8,7,.5) 32%,rgba(8,8,7,.1) 62%,transparent),linear-gradient(90deg,rgba(8,8,7,.32) 0,transparent 55%),linear-gradient(180deg,rgba(8,8,7,.38) 0,transparent 16%)}.vsh-gradient,.vsh-grain{position:absolute;inset:0}.vsh-grain{pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px;mix-blend-mode:overlay}.vsh-rail{position:absolute;left:clamp(28px,5vw,82px);top:50%;transform:translateY(-50%);width:1px;height:0;background:linear-gradient(to bottom,transparent,var(--vsh-gold-dim),transparent);transition:height 1.6s var(--vsh-ease-silk) .3s;z-index:2}.vsh-hero.is-ready .vsh-rail{height:28vh}.vsh-corner{position:absolute;z-index:2;width:16px;height:16px;opacity:0;transition:opacity .8s ease 1.4s}.vsh-hero.is-ready .vsh-corner{opacity:1}.vsh-corner--tl{left:28px;border-left:1px solid var(--vsh-gold-dim)}.vsh-corner--tl,.vsh-corner--tr{top:28px;border-top:1px solid var(--vsh-gold-dim)}.vsh-corner--tr{right:28px;border-right:1px solid var(--vsh-gold-dim)}.vsh-corner--bl{left:28px;border-left:1px solid var(--vsh-gold-dim)}.vsh-corner--bl,.vsh-corner--br{bottom:28px;border-bottom:1px solid var(--vsh-gold-dim)}.vsh-corner--br{right:28px;border-right:1px solid var(--vsh-gold-dim)}.vsh-content{position:relative;z-index:3;width:100%;padding:0 clamp(24px,5vw,80px) 0 clamp(52px,7.5vw,120px);font-family:var(--vsh-font-ui);color:var(--vsh-ivory)}.vsh-inner{max-width:600px}.vsh-eyebrow{display:flex;align-items:center;gap:14px;font-family:var(--vsh-font-ui);font-size:10px;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--pub-accent);margin-bottom:24px;opacity:0;transform:translateX(-10px);transition:opacity .7s var(--vsh-ease-silk) .15s,transform .7s var(--vsh-ease-silk) .15s;text-align:left}.vsh-eyebrow:after{content:"";flex:1;max-width:40px;height:1px;background:var(--vsh-gold-dim)}.vsh-hero.is-ready .vsh-eyebrow{opacity:1;transform:none}.vsh-headline{font-family:var(--vsh-font-serif);font-size:clamp(48px,5.8vw,80px);font-weight:300;line-height:1.04;letter-spacing:-.015em;color:var(--vsh-ivory);margin:0;text-align:left}.vsh-headline em{font-style:italic;font-weight:300;color:rgba(245,240,232,.62)}.vsh-word{display:inline-block;overflow:hidden;vertical-align:bottom;margin-right:.2em;line-height:1.12}.vsh-word-inner{display:inline-block;transform:translateY(105%);opacity:0;transition:transform .9s var(--vsh-ease-silk),opacity .5s ease}.vsh-hero.is-ready .vsh-word-inner{transform:translateY(0);opacity:1}.vsh-sep{display:block;width:0;height:1px;background:linear-gradient(to right,var(--vsh-gold-dim),transparent);margin:28px 0;border:none;transition:width 1.1s var(--vsh-ease-silk) .9s}.vsh-hero.is-ready .vsh-sep{width:52px}.vsh-sub{font-family:var(--vsh-font-ui);font-size:15px;font-weight:300;line-height:1.78;color:var(--vsh-ivory-dim);max-width:400px;margin-bottom:44px;letter-spacing:.01em;opacity:0;transform:translateY(12px);text-align:left;transition:opacity .85s var(--vsh-ease-silk) 1s,transform .85s var(--vsh-ease-silk) 1s}.vsh-hero.is-ready .vsh-sub{opacity:1;transform:none}.vsh-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:flex-start;opacity:0;transform:translateY(12px);transition:opacity .85s var(--vsh-ease-silk) 1.15s,transform .85s var(--vsh-ease-silk) 1.15s}.vsh-hero.is-ready .vsh-actions{opacity:1;transform:none}.vsh-btn-primary{position:relative;display:inline-flex;align-items:center;gap:12px;padding:15px 32px;border:1px solid var(--vsh-gold);border-radius:0;background:transparent;color:var(--pub-accent);font-family:var(--vsh-font-ui);font-size:10px;font-weight:400;letter-spacing:.26em;text-transform:uppercase;text-decoration:none;overflow:hidden;cursor:pointer;transition:color .42s var(--vsh-ease-sharp)}.vsh-btn-primary:before{content:"";position:absolute;inset:0;background:var(--vsh-gold);transform:translateX(-101%);transition:transform .48s var(--vsh-ease-silk)}.vsh-btn-primary:hover{color:var(--vsh-black)}.vsh-btn-primary:hover:before{transform:translateX(0)}.vsh-btn-primary>*{position:relative;z-index:1}.vsh-btn-primary svg{width:11px;height:11px;transition:transform .3s var(--vsh-ease-sharp)}.vsh-btn-primary:hover svg{transform:translate(3px,-3px)}.vsh-btn-primary:focus-visible{outline:2px solid var(--vsh-gold);outline-offset:3px}.vsh-btn-ghost{position:relative;display:inline-flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;font-family:var(--vsh-font-ui);font-size:10px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--vsh-ivory-dim);transition:color .3s ease}.vsh-btn-ghost:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--vsh-ivory-mute);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--vsh-ease-silk)}.vsh-btn-ghost:hover{color:var(--vsh-ivory)}.vsh-btn-ghost:hover:after{transform:scaleX(1)}.vsh-btn-ghost:focus-visible{outline:2px solid var(--vsh-gold);outline-offset:3px}.vsh-scroll-cue{position:absolute;bottom:40px;right:clamp(28px,5vw,80px);z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;transition:opacity .7s ease 1.5s}.vsh-hero.is-ready .vsh-scroll-cue{opacity:1}.vsh-scroll-label{font-family:var(--vsh-font-ui);font-size:8.5px;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:rgba(172,6,239,.4);writing-mode:vertical-rl}.vsh-scroll-track{width:1px;height:52px;background:rgba(201,169,110,.15);position:relative;overflow:hidden}.vsh-scroll-thumb{position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--vsh-gold),transparent);animation:vshScrollDrop 2.4s var(--vsh-ease-silk) infinite 1.6s}@keyframes vshScrollDrop{0%{top:-100%;opacity:1}78%{top:100%;opacity:1}to{top:100%;opacity:0}}@media (max-width:768px){.vsh-hero{padding-bottom:72px;min-height:100svh}.vsh-content{padding-left:clamp(24px,5vw,48px)}.vsh-rail,.vsh-scroll-cue{display:none}.vsh-inner,.vsh-sub{max-width:100%}.vsh-corner{width:12px;height:12px}.vsh-actions{gap:16px}}@media (prefers-reduced-motion:reduce){.vsh-video{transition:none;transform:scale(1)}.vsh-word-inner{transition:opacity .4s ease;transform:none!important}.vsh-btn-primary:before{transition:none}.vsh-scroll-thumb{animation:none}}.vsg-case-results-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.vsg-case-result-item{font-size:14px;color:var(--pub-text);font-weight:500;font-family:var(--vsg-sans);line-height:1.5}.vsg-case-result-item:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--vsg-gold);margin-right:10px;vertical-align:middle;position:relative;top:-1px}.vsg-case-carousel,.vsg-case-carousel-viewport{overflow:hidden}.vsg-case-carousel-track{display:flex;transition:transform .5s cubic-bezier(.16,1,.3,1)}.vsg-case-slide{min-width:100%}.vsg-case-carousel-controls{gap:16px;margin-top:28px}.vsg-case-carousel-controls,.vsg-slider-arrow{display:flex;align-items:center;justify-content:center}.vsg-slider-arrow{width:42px;height:42px;border-radius:50%;background:transparent;border:1px solid var(--vsg-border);color:var(--pub-text-sec);cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s;flex-shrink:0}.vsg-slider-arrow:hover:not(:disabled){background:var(--pub-elevated);border-color:var(--pub-border);color:var(--pub-accent);transform:scale(1.06)}.vsg-slider-arrow:disabled{opacity:.3;cursor:not-allowed}.vsg-slider-arrow:focus-visible{outline:2px solid var(--vsg-gold);outline-offset:3px}.vsg-slider-dots{display:flex;align-items:center;gap:8px}.vsg-slider-dot{width:8px;height:8px;border-radius:50%;background:var(--vsg-border);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s,width .2s}.vsg-slider-dot.active{background:var(--vsg-gold);width:24px;border-radius:4px}.vsg-case-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%}.vsg-case-preview-icon{width:48px;height:48px;color:var(--pub-text-muted);opacity:.6}[data-theme=dark] .vsp,[data-theme=light] .vsp{--vsg-sand:var(--pub-elevated);--vsg-border:var(--pub-border);--vsg-border-dk:var(--pub-border);--vsg-ink:var(--pub-text);--vsg-brown:var(--pub-text-sec);--vsg-muted:var(--pub-text-muted);--vsg-cream:var(--pub-text)}[data-theme=dark] .vsp,[data-theme=light] .vsp{background:var(--pub-bg);color:var(--pub-text)}[data-theme=dark] .vsp .vsg-case,[data-theme=dark] .vsp .vsg-final-cta,[data-theme=dark] .vsp .vsg-gallery-section,[data-theme=dark] .vsp .vsg-hero,[data-theme=dark] .vsp .vsg-how,[data-theme=dark] .vsp .vsg-proof-bar,[data-theme=dark] .vsp .vsg-scarcity,[data-theme=dark] .vsp .vsg-value-stack,[data-theme=light] .vsp .vsg-case,[data-theme=light] .vsp .vsg-final-cta,[data-theme=light] .vsp .vsg-gallery-section,[data-theme=light] .vsp .vsg-hero,[data-theme=light] .vsp .vsg-how,[data-theme=light] .vsp .vsg-proof-bar,[data-theme=light] .vsp .vsg-scarcity,[data-theme=light] .vsp .vsg-value-stack{background:var(--pub-bg)}[data-theme=dark] .vsp .vsg-case,[data-theme=dark] .vsp .vsg-gallery-section,[data-theme=dark] .vsp .vsg-how,[data-theme=dark] .vsp .vsg-how-step,[data-theme=dark] .vsp .vsg-scarcity,[data-theme=dark] .vsp .vsg-value-list,[data-theme=dark] .vsp .vsg-value-stack,[data-theme=light] .vsp .vsg-case,[data-theme=light] .vsp .vsg-gallery-section,[data-theme=light] .vsp .vsg-how,[data-theme=light] .vsp .vsg-how-step,[data-theme=light] .vsp .vsg-scarcity,[data-theme=light] .vsp .vsg-value-list,[data-theme=light] .vsp .vsg-value-stack{border-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-value-item,[data-theme=light] .vsp .vsg-value-item{background:var(--pub-surface);border-bottom-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-value-item:hover,[data-theme=light] .vsp .vsg-value-item:hover{background:var(--pub-hover)}[data-theme=dark] .vsp .vsg-case-label,[data-theme=light] .vsp .vsg-case-label{color:var(--pub-text-muted);border-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-btn-primary,[data-theme=light] .vsp .vsg-btn-primary{background:var(--pub-accent);color:#FFFFFF;border-color:var(--pub-accent)}[data-theme=dark] .vsp .vsg-btn-primary:hover,[data-theme=light] .vsp .vsg-btn-primary:hover{background:#B812F5;border-color:#B812F5;box-shadow:0 4px 18px rgba(172,6,239,.3)}[data-theme=dark] .vsp .vsg-btn-ghost,[data-theme=light] .vsp .vsg-btn-ghost{color:var(--pub-text-sec);border-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-btn-ghost:hover,[data-theme=light] .vsp .vsg-btn-ghost:hover{border-color:var(--pub-accent);color:var(--pub-text)}[data-theme=dark] .vsp .vsg-slot,[data-theme=dark] .vsp .vsg-slot-filled,[data-theme=light] .vsp .vsg-slot,[data-theme=light] .vsp .vsg-slot-filled{background:var(--pub-border);border-color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-slot--open,[data-theme=light] .vsp .vsg-slot--open{background:rgba(172,6,239,.15);border-color:var(--pub-accent)}[data-theme=dark] .vsp .vsg-scarcity-badge,[data-theme=light] .vsp .vsg-scarcity-badge{background:rgba(172,6,239,.08);border-color:rgba(172,6,239,.25);color:var(--pub-accent)}[data-theme=dark] .vsp .vsg-section-title,[data-theme=light] .vsp .vsg-section-title{color:var(--pub-text)}[data-theme=dark] .vsp .vsg-eyebrow,[data-theme=light] .vsp .vsg-eyebrow{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-how-title,[data-theme=light] .vsp .vsg-how-title{color:var(--pub-text)}[data-theme=dark] .vsp .vsg-how-desc,[data-theme=light] .vsp .vsg-how-desc{color:var(--pub-text-sec)}[data-theme=dark] .vsp .vsg-how-num,[data-theme=light] .vsp .vsg-how-num{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-proof-bar,[data-theme=light] .vsp .vsg-proof-bar{background:var(--pub-surface);border-bottom-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-stats,[data-theme=light] .vsp .vsg-proof-stats{border-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-stat,[data-theme=light] .vsp .vsg-proof-stat{border-right-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-value,[data-theme=light] .vsp .vsg-proof-value{color:var(--pub-text)}[data-theme=dark] .vsp .vsg-proof-stat-label,[data-theme=light] .vsp .vsg-proof-stat-label{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-proof-cities,[data-theme=light] .vsp .vsg-proof-cities{color:var(--pub-text-sec)}[data-theme=dark] .vsp .vsg-final-cta,[data-theme=light] .vsp .vsg-final-cta{background:var(--pub-bg)}[data-theme=dark] .vsp .vsg-final-cta-inner,[data-theme=light] .vsp .vsg-final-cta-inner{background:var(--pub-surface);border-color:var(--pub-border);border-top:2px solid var(--pub-accent)}[data-theme=dark] .vsp .vsg-final-eyebrow,[data-theme=light] .vsp .vsg-final-eyebrow{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-final-headline,[data-theme=light] .vsp .vsg-final-headline{color:var(--pub-text)}[data-theme=dark] .vsp .vsg-final-headline em,[data-theme=light] .vsp .vsg-final-headline em{color:var(--pub-accent)}[data-theme=dark] .vsp .vsg-final-sub,[data-theme=light] .vsp .vsg-final-sub{color:var(--pub-text-sec)}[data-theme=dark] .vsp .vsg-final-trust,[data-theme=light] .vsp .vsg-final-trust{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-final-btn,[data-theme=light] .vsp .vsg-final-btn{background:var(--pub-accent);color:#FFFFFF;border-color:var(--pub-accent)}[data-theme=dark] .vsp .vsg-final-btn:hover,[data-theme=light] .vsp .vsg-final-btn:hover{background:#B812F5;border-color:#B812F5;box-shadow:0 8px 20px rgba(172,6,239,.3)}[data-theme=light] .vsp{--vsg-sand:#F6F6F6;--vsg-border:#EAEAEA;--vsg-border-dk:#EAEAEA;--vsg-ink:#000000;--vsg-brown:#4A4A4A;--vsg-muted:#9A9A9A;background:#FFFFFF;color:#000000}[data-theme=light] .vsp .vsg-final-cta,[data-theme=light] .vsp .vsg-gallery-section,[data-theme=light] .vsp .vsg-value-stack{background:#FFFFFF;border-color:#EAEAEA}[data-theme=light] .vsp .vsg-case,[data-theme=light] .vsp .vsg-how,[data-theme=light] .vsp .vsg-scarcity{background:#F6F6F6;border-color:#EAEAEA}[data-theme=light] .vsp .vsg-how-step{border-right-color:#EAEAEA;border-bottom-color:#EAEAEA}[data-theme=light] .vsp .vsg-value-list{border-color:#EAEAEA;box-shadow:0 2px 12px rgba(0,0,0,.05)}[data-theme=light] .vsp .vsg-value-item{background:#FFFFFF;border-bottom-color:#EAEAEA}[data-theme=light] .vsp .vsg-value-item:hover{background:#F6F6F6}[data-theme=light] .vsp .vsg-case-brand-name,[data-theme=light] .vsp .vsg-how-title,[data-theme=light] .vsp .vsg-scarcity-headline,[data-theme=light] .vsp .vsg-section-title{color:#000000}[data-theme=light] .vsp .vsg-case-text,[data-theme=light] .vsp .vsg-eyebrow,[data-theme=light] .vsp .vsg-gallery-sub,[data-theme=light] .vsp .vsg-how-desc,[data-theme=light] .vsp .vsg-scarcity-sub{color:#4A4A4A}[data-theme=light] .vsp .vsg-slot{background:#EAEAEA;border-color:#9A9A9A}[data-theme=light] .vsp .vsg-slot--open{background:rgba(172,6,239,.15);border-color:#AC06EF}[data-theme=light] .vsp .vsg-slot-filled{background:#9A9A9A}[data-theme=light] .vsp .vsg-slot-open{background:#AC06EF}[data-theme=light] .vsp .vsg-scarcity-badge{background:rgba(172,6,239,.08);border-color:rgba(172,6,239,.25);color:#AC06EF}[data-theme=light] .vsp .vsg-btn-primary{background:#AC06EF;color:#ffffff;border-color:#AC06EF}[data-theme=light] .vsp .vsg-btn-primary:hover{background:#B812F5;border-color:#B812F5;box-shadow:0 4px 18px rgba(172,6,239,.28);transform:translateY(-2px)}[data-theme=light] .vsp .vsg-btn-ghost{background:transparent;color:#AC06EF;border-color:#AC06EF}[data-theme=light] .vsp .vsg-btn-ghost:hover{background:rgba(172,6,239,.08);color:#AC06EF;border-color:#AC06EF}[data-theme=light] .vsp .vsg-how-num{color:var(--pub-text-muted)}[data-theme=light] .vsp .vsg-case-label{border-color:#EAEAEA;color:#9A9A9A}[data-theme=light] .vsp .vsg-scarcity-note{color:#9A9A9A}[data-theme=light] .vsp .vsg-proof-bar{background:var(--pub-surface);border-bottom-color:var(--pub-border)}[data-theme=light] .vsp .vsg-proof-stats{border-top-color:var(--pub-border);border-bottom-color:var(--pub-border)}[data-theme=light] .vsp .vsg-proof-stat{border-right-color:var(--pub-border)}[data-theme=light] .vsp .vsg-proof-value{color:var(--pub-text)}[data-theme=light] .vsp .vsg-proof-stat-label{color:var(--pub-text-muted)}[data-theme=light] .vsp .vsg-proof-cities{color:var(--pub-text-sec)}[data-theme=light] .vsp .vsg-final-cta{background:#FFFFFF}[data-theme=light] .vsp .vsg-final-cta-inner{background:#FFFFFF;border-color:#EAEAEA;border-top:2px solid #ac06ef;box-shadow:0 4px 32px rgba(0,0,0,.06)}[data-theme=light] .vsp .vsg-final-eyebrow{color:#9A9A9A}[data-theme=light] .vsp .vsg-final-headline{color:#000000}[data-theme=light] .vsp .vsg-final-headline em{color:#AC06EF}[data-theme=light] .vsp .vsg-final-sub{color:#4A4A4A}[data-theme=light] .vsp .vsg-final-btn{background:#AC06EF;color:#ffffff;border-color:#AC06EF}[data-theme=light] .vsp .vsg-final-btn:hover{background:#B812F5;border-color:#B812F5;box-shadow:0 8px 20px rgba(172,6,239,.28);transform:translateY(-2px)}[data-theme=light] .vsp .vsg-final-trust{color:#9A9A9A}[data-theme=dark] .vsh-btn-primary{border-color:#AC06EF;color:#AC06EF}[data-theme=dark] .vsh-btn-primary:before{background:#AC06EF}[data-theme=dark] .vsh-btn-primary:hover{color:#ffffff}[data-theme=dark] .vsh-btn-primary:focus-visible{outline-color:#AC06EF}[data-theme=dark] .vsh-btn-ghost{color:rgba(255,255,255,.55);border-bottom-color:rgba(255,255,255,.25)}[data-theme=dark] .vsh-btn-ghost:hover{color:#ffffff}[data-theme=light] .vsh-btn-primary{border-color:#AC06EF;color:#AC06EF}[data-theme=light] .vsh-btn-primary:before{background:#AC06EF}[data-theme=light] .vsh-btn-primary:hover{color:#ffffff}[data-theme=light] .vsh-btn-primary:focus-visible{outline-color:#AC06EF}[data-theme=light] .vsh-btn-ghost{color:rgba(255,255,255,.6)}[data-theme=light] .vsh-btn-ghost:hover{color:#ffffff}[data-theme=dark] .vsp .vsg-proof-bar{background:var(--pub-surface);border-bottom-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-stats{border-top-color:var(--pub-border);border-bottom-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-stat{border-right-color:var(--pub-border)}[data-theme=dark] .vsp .vsg-proof-value{color:var(--pub-text)}[data-theme=dark] .vsp .vsg-proof-stat-label{color:var(--pub-text-muted)}[data-theme=dark] .vsp .vsg-proof-cities{color:var(--pub-text-sec)}[data-theme=dark] .vsp .vsg-final-cta-inner{background:#0A0A0A;border-color:#1C1C1C}[data-theme=dark] .vsp .vsg-final-eyebrow{color:#666666}[data-theme=dark] .vsp .vsg-final-headline{color:#FFFFFF}[data-theme=dark] .vsp .vsg-final-headline em{color:#AC06EF}[data-theme=dark] .vsp .vsg-final-sub{color:#B3B3B3}[data-theme=dark] .vsp .vsg-final-trust{color:#666666}[data-theme=dark] .vsp .vsg-final-btn{background:#AC06EF;color:#FFFFFF;border-color:#AC06EF}[data-theme=dark] .vsp .vsg-final-btn:hover{background:#B812F5;border-color:#B812F5;box-shadow:0 8px 20px rgba(172,6,239,.35)}[data-theme=light] .vsh-video{filter:brightness(.65) saturate(.7) contrast(1.05)}[data-theme=light] .vsh-gradient{background:linear-gradient(0deg,rgba(8,8,7,.7) 0,rgba(8,8,7,.28) 38%,transparent 70%),linear-gradient(90deg,rgba(8,8,7,.18) 0,transparent 50%),linear-gradient(180deg,rgba(8,8,7,.2) 0,transparent 20%)}