@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0b0b0b;--ivory:#f6f2eb;--warm:#ede8df;--bronze:#b08d57;--muted:#787068;--border:#d8d2c8}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:Jost,sans-serif}.vm-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#f6f2ebeb;transition:all .3s;position:fixed;top:0;left:0;right:0}.vm-nav-inner{justify-content:space-between;align-items:center;max-width:1400px;height:72px;margin:0 auto;padding:0 2.5rem;display:flex}.vm-logo{letter-spacing:.18em;color:var(--ink);cursor:pointer;align-items:center;gap:12px;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;display:flex}.vm-logo-mark{background:var(--ink);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.vm-logo-img{width:40px;height:40px}.vm-nav-links{gap:2.5rem;display:flex}.vm-nav-links button{letter-spacing:.22em;text-transform:uppercase;color:var(--muted);cursor:pointer;background:0 0;border:none;font-family:Jost,sans-serif;font-size:10px;font-weight:500;transition:color .2s}.vm-nav-links button:hover{color:var(--ink)}.vm-hamburger{cursor:pointer;color:var(--ink);background:0 0;border:none;display:none}.vm-hero{grid-template-columns:1fr 1fr;min-height:90vh;display:grid;overflow:hidden}.vm-hero-left{background:var(--ivory);z-index:2;flex-direction:column;justify-content:center;padding:8rem 2.5rem 4rem;display:flex;position:relative}.vm-hero-eyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--bronze);align-items:center;gap:10px;margin-bottom:2rem;font-family:Jost;font-size:9px;font-weight:600;display:flex}.vm-hero-eyebrow:before{content:"";background:var(--bronze);width:32px;height:1px;display:block}.vm-hero-title{letter-spacing:-.01em;color:var(--ink);margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,5vw,5.5rem);font-weight:300;line-height:1.05}.vm-em-text{color:var(--bronze);font-style:italic}.vm-hero-sub{color:var(--muted);letter-spacing:.02em;max-width:400px;margin-bottom:3rem;font-size:13px;font-weight:400;line-height:1.7}.vm-hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.vm-btn-primary{background:var(--ink);color:var(--ivory);cursor:pointer;letter-spacing:.25em;text-transform:uppercase;border:none;align-items:center;gap:10px;padding:1rem 2.5rem;font-family:Jost;font-size:10px;font-weight:600;transition:background .25s;display:flex}.vm-btn-primary:hover{background:#3b6b48}.vm-btn-secondary{color:var(--ink);border:1px solid var(--border);cursor:pointer;letter-spacing:.25em;text-transform:uppercase;background:0 0;align-items:center;gap:10px;padding:1rem 2.5rem;font-family:Jost;font-size:10px;font-weight:500;transition:border-color .25s,background .25s;display:flex}.vm-btn-secondary:hover{border-color:var(--ink);background:var(--warm)}.vm-hero-stats{border-top:1px solid var(--border);gap:3rem;margin-top:4rem;padding-top:2rem;display:flex}.vm-stat-num{color:var(--ink);margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1}.vm-stat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:9px;font-weight:500}.vm-hero-right{position:relative;overflow:hidden}.vm-hero-right img{object-fit:cover;object-position:center top;filter:saturate(.85)contrast(1.05);width:100%;height:100%;transition:transform 8s}.vm-hero-right:hover img{transform:scale(1.03)}.vm-hero-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);background:#f6f2ebe6;padding:1.25rem 1.5rem;font-family:Jost;position:absolute;bottom:3rem;right:3rem}.vm-hero-overlay p:first-child{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:9px}.vm-hero-overlay p:last-child{color:var(--ink);font-size:13px;font-weight:500}.vm-marquee-bar{background:var(--ink);color:var(--ivory);white-space:nowrap;padding:1rem 0;overflow:hidden}.vm-marquee-inner{gap:4rem;animation:20s linear infinite marquee;display:inline-flex}.vm-marquee-inner span{letter-spacing:.3em;text-transform:uppercase;font-size:9px;font-weight:600}.vm-marquee-dot{color:var(--bronze)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.vm-section{max-width:1400px;margin:0 auto;padding:0 2.5rem}.vm-section-label{letter-spacing:.35em;text-transform:uppercase;color:var(--bronze);align-items:center;gap:10px;margin-bottom:1.25rem;font-size:9px;font-weight:600;display:flex}.vm-section-label:after{content:"";background:var(--bronze);flex:0 0 24px;height:1px}.vm-section-title{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,3.5vw,3.8rem);font-weight:300;line-height:1.1}.vm-section-title em{font-style:italic}.vm-about{background:var(--ivory);padding:8rem 0}.vm-about-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:6rem;display:grid}.vm-about-img-wrap{position:relative}.vm-about-img{object-fit:cover;filter:saturate(.7);width:100%;height:580px;display:block}.vm-about-badge{background:var(--ink);color:var(--ivory);padding:2rem 2.5rem;position:absolute;bottom:-2rem;right:-2rem}.vm-about-badge-num{margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;line-height:1}.vm-about-badge-label{letter-spacing:.2em;text-transform:uppercase;opacity:.5;max-width:160px;font-size:9px;font-weight:500;line-height:1.5}.vm-about-body{color:var(--muted);letter-spacing:.01em;margin:1.5rem 0 2.5rem;font-size:15px;line-height:1.75}.vm-checklist{flex-direction:column;gap:1rem;margin-top:2rem;list-style:none;display:flex}.vm-checklist li{letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:12px;font-size:11px;font-weight:600;display:flex}.vm-check-icon{color:#3b6b48;flex-shrink:0}.vm-products-section{background:var(--warm);padding:8rem 0}.vm-products-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.vm-products-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.vm-product-card{cursor:pointer;position:relative;overflow:hidden}.vm-product-img-wrap{aspect-ratio:3/4;position:relative;overflow:hidden}.vm-product-img{object-fit:cover;filter:saturate(0)brightness(.95);width:100%;height:100%;transition:filter .6s,transform .7s;display:block}.vm-product-card:hover .vm-product-img{filter:saturate(.9)brightness();transform:scale(1.04)}.vm-product-tag{background:var(--ivory);color:var(--ink);letter-spacing:.2em;text-transform:uppercase;padding:5px 10px;font-size:8px;font-weight:600;position:absolute;top:1rem;left:1rem}.vm-product-info{background:var(--warm);padding:1.25rem .75rem 1.5rem}.vm-product-name{color:var(--ink);margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;transition:color .2s}.vm-product-card:hover .vm-product-name{color:var(--bronze)}.vm-product-fabric{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:9px;font-weight:600}.vm-process-section{background:#181515;padding:8rem 0}.vm-process-header{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:5rem;display:grid}.vm-process-title{color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,4vw,4rem);font-weight:300;line-height:1.1}.vm-process-desc{color:#dfdfdf;letter-spacing:.02em;max-width:400px;font-size:13px;line-height:1.75}.vm-process-steps{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.vm-step{border:1px solid #fff;padding:2.5rem 2rem;transition:background .3s;position:relative}.vm-step:hover{background:#ffffff0a}.vm-step-num{color:#fff;margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;line-height:1;display:block}.vm-step-icon{color:var(--bronze);width:20px;height:20px;margin-bottom:1rem}.vm-step-title{letter-spacing:.22em;text-transform:uppercase;color:var(--ivory);margin-bottom:.75rem;font-size:10px;font-weight:600}.vm-step-desc{color:#979494;font-size:12px;line-height:1.65}.vm-gallery-section{background:var(--ivory);padding:8rem 0}.vm-gallery-grid{grid-template-rows:auto auto;grid-template-columns:1.4fr .6fr;gap:3px;margin-top:3rem;display:grid}.vm-gallery-main{grid-row:1/3;height:680px;position:relative;overflow:hidden}.vm-gallery-main img{object-fit:cover;filter:saturate(.5);width:100%;height:100%;transition:filter .6s,transform .8s}.vm-gallery-main:hover img{filter:saturate(.85);transform:scale(1.02)}.vm-gallery-sm{height:338px;overflow:hidden}.vm-gallery-sm img{object-fit:cover;filter:saturate(.5);width:100%;height:100%;transition:filter .6s,transform .8s}.vm-gallery-sm:hover img{filter:saturate(.85);transform:scale(1.04)}.vm-gallery-caption{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.2em;text-transform:uppercase;color:var(--ink);background:#f6f2ebe6;padding:.75rem 1rem;font-size:9px;font-weight:600;position:absolute;bottom:1.5rem;left:1.5rem}.vm-contact-section{background:var(--warm);padding:8rem 0}.vm-contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:6rem;display:grid}.vm-contact-body{color:var(--muted);margin:1.5rem 0 3rem;font-size:15px;line-height:1.75}.vm-contact-item{align-items:flex-start;gap:1.25rem;margin-bottom:2rem;display:flex}.vm-contact-icon-wrap{border:1px solid var(--border);width:44px;height:44px;color:var(--bronze);flex-shrink:0;justify-content:center;align-items:center;display:flex}.vm-contact-meta-label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:9px;font-weight:600}.vm-contact-meta-value{color:var(--ink);letter-spacing:.03em;font-size:13px;font-weight:500}.vm-form{background:var(--ivory);border:1px solid var(--border);padding:3rem}.vm-form-row{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.vm-form-group{margin-bottom:1.25rem}.vm-label{letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:9px;font-weight:600;display:block}.vm-input,.vm-select,.vm-textarea{background:var(--warm);border:1px solid var(--border);width:100%;color:var(--ink);outline:none;padding:.9rem 1rem;font-family:Jost;font-size:13px;transition:border-color .2s}.vm-input:focus,.vm-select:focus,.vm-textarea:focus{border-color:var(--bronze)}.vm-input::placeholder{color:#b0a898}.vm-textarea{resize:vertical;min-height:100px}.vm-submit{background:var(--ink);width:100%;color:var(--ivory);cursor:pointer;letter-spacing:.25em;text-transform:uppercase;border:none;justify-content:center;align-items:center;gap:10px;padding:1.1rem 2rem;font-family:Jost;font-size:10px;font-weight:600;transition:background .25s;display:flex}.vm-submit:hover{background:#3b6b48}.vm-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.vm-success-icon{color:#3b6b48;background:#eef5eb;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.vm-success h4{margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400}.vm-success p{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:11px}.vm-footer{background:var(--ink);padding:6rem 0 3rem}.vm-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.vm-footer-img{width:40px;height:40px;padding:6px}.vm-footer-brand{letter-spacing:.2em;color:var(--ivory);align-items:center;gap:12px;margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;display:flex}.vm-footer-mark{background:#fff;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.vm-footer-mark span{color:var(--ink);letter-spacing:.1em;font-family:Jost;font-size:8px;font-weight:600}.vm-footer-tagline{color:#cccbcb;max-width:260px;font-size:12px;line-height:1.75}.vm-footer-heading{letter-spacing:.3em;text-transform:uppercase;color:#d6d6d6;margin-bottom:1.5rem;font-size:9px;font-weight:600}.vm-footer-links{flex-direction:column;gap:.9rem;list-style:none;display:flex}.vm-footer-links button{cursor:pointer;letter-spacing:.15em;text-transform:uppercase;color:#a1a1a1;background:0 0;border:none;font-family:Jost;font-size:11px;font-weight:500;transition:color .2s}.vm-footer-links button:hover{color:var(--ivory)}.vm-footer-certs{flex-direction:column;gap:.75rem;display:flex}.vm-cert{letter-spacing:.2em;text-transform:uppercase;color:#504840;font-size:9px;font-weight:600}.vm-footer-bottom{letter-spacing:.2em;text-transform:uppercase;color:#504840;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;padding-top:2rem;font-size:.7rem;font-weight:500;display:flex}.vm-footer-social{gap:2rem;display:flex}.vm-footer-social a{color:#504840;text-decoration:none;transition:color .2s}.vm-footer-social a:hover{color:var(--bronze)}.vm-mobile-menu{background:var(--ivory);border-bottom:1px solid var(--border);padding:1.5rem 2.5rem;position:absolute;top:100%;left:0;right:0}.vm-mobile-menu button{text-align:left;cursor:pointer;letter-spacing:.25em;text-transform:uppercase;width:100%;color:var(--ink);background:0 0;border:none;border-bottom:1px solid #0000000f;padding:1rem 0;font-family:Jost;font-size:11px;font-weight:600;display:block}@media (width<=1024px){.vm-hero{grid-template-columns:1fr}.vm-hero-left{min-height:80vh;padding:7rem 2rem 3rem}.vm-hero-right{height:60vw}.vm-about-grid{grid-template-columns:1fr}.vm-about-badge{right:1rem}.vm-products-grid{grid-template-columns:repeat(2,1fr)}.vm-process-header{grid-template-columns:1fr;gap:1.5rem}.vm-process-steps{grid-template-columns:1fr 1fr}.vm-contact-grid{grid-template-columns:1fr}.vm-footer-grid{grid-template-columns:1fr 1fr}.vm-nav-links{display:none}.vm-hamburger{display:block}}@media (width<=640px){.vm-section{padding:0 1.25rem}.vm-products-grid{grid-template-columns:1fr 1fr}.vm-gallery-grid{grid-template-columns:1fr}.vm-gallery-main{grid-row:auto;height:340px}.vm-gallery-sm{height:240px}.vm-form{padding:1.75rem}.vm-form-row{grid-template-columns:1fr}.vm-footer-grid{grid-template-columns:1fr;gap:2.5rem}.vm-process-steps{grid-template-columns:1fr}.vm-hero-stats{gap:2rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.anim-in{animation:.7s forwards fadeUp}.delay-1{opacity:0;animation-delay:.1s}.delay-2{opacity:0;animation-delay:.25s}.delay-3{opacity:0;animation-delay:.4s}.delay-4{opacity:0;animation-delay:.55s}.delay-5{opacity:0;animation-delay:.7s}
