@charset "UTF-8";:root{--vd-bg:#f5f1e8;--vd-surface:#ffffff;--vd-ink:#132018;--vd-muted:#667269;--vd-forest:#10251b;--vd-accent:#d6f46c;--vd-warm:#e8783d;--vd-border:rgba(16, 37, 27, .14);--vd-shadow:0 18px 50px rgba(16, 37, 27, .10);--vd-radius:20px;--vd-button-radius:40px;--vd-max:1440px;--vd-section:clamp(56px, 7vw, 104px);--vd-header-h:88px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--vd-bg);color:var(--vd-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{text-decoration-color:var(--vd-warm)}[hidden]{display:none!important}.vd-container{width:min(100% - 40px,var(--vd-max));margin-inline:auto}.vd-section{padding-block:var(--vd-section)}.vd-section--compact{padding-block:clamp(36px,5vw,72px)}.vd-kicker{margin:0 0 12px;color:var(--vd-warm);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vd-title{margin:0;font-family:"Arial Black",Impact,ui-sans-serif,sans-serif;font-size:clamp(2rem,4vw,4.7rem);font-weight:900;letter-spacing:-.055em;line-height:.96;text-wrap:balance}.vd-title--small{font-size:clamp(1.8rem,3vw,3.1rem)}.vd-copy{max-width:68ch;color:var(--vd-muted)}.vd-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.vd-section-head__copy{max-width:680px}.vd-link-arrow{display:inline-flex;gap:10px;align-items:center;font-weight:800;text-decoration:none}.vd-link-arrow::after{content:"→";transition:transform .2s ease}.vd-link-arrow:hover::after{transform:translateX(5px)}.vd-btn{display:inline-flex;min-height:50px;padding:13px 24px;border:1px solid transparent;border-radius:var(--vd-button-radius);align-items:center;justify-content:center;gap:10px;background:var(--vd-forest);color:#fff;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.vd-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(16,37,27,.18);text-decoration:none}.vd-btn--accent{background:var(--vd-accent);color:var(--vd-forest)}.vd-btn--warm{background:var(--vd-warm);color:#fff}.vd-btn--outline{border-color:currentColor;background:0 0;color:var(--vd-forest)}.vd-btn--light{background:#fff;color:var(--vd-forest)}.vd-btn[aria-disabled=true],.vd-btn[disabled]{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.vd-icon{width:22px;height:22px;flex:0 0 auto;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.vd-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.vd-skip{position:fixed;z-index:9999;top:8px;left:8px;transform:translateY(-140%);padding:10px 16px;background:#fff;color:#000;border-radius:8px}.vd-skip:focus{transform:none}.vd-config{padding:28px;border:1px dashed var(--vd-border);border-radius:var(--vd-radius);background:rgba(255,255,255,.65);color:var(--vd-muted);text-align:center}.vd-dev-notice{position:relative;z-index:1001;padding:9px 20px;background:#fff0c2;color:#553900;border-bottom:1px solid #d7b23a;font-size:.82rem;font-weight:750;text-align:center}.vd-announcement{position:relative;z-index:1002;background:var(--vd-accent);color:var(--vd-forest);font-size:.78rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.vd-announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}.vd-announcement a{text-decoration:none}.vd-header{position:relative;z-index:1000;background:rgba(245,241,232,.94);border-bottom:1px solid var(--vd-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.vd-header[data-sticky=true]{position:sticky;top:0}.vd-header__main{min-height:var(--vd-header-h);display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:clamp(20px,3vw,44px)}.vd-brand{display:flex;align-items:center;gap:11px;color:var(--vd-forest);font-family:"Arial Black",Impact,sans-serif;font-size:clamp(1.18rem,2vw,1.65rem);font-weight:900;letter-spacing:-.045em;text-decoration:none}.vd-brand__mark{display:grid;width:40px;height:40px;border-radius:12px;place-items:center;background:var(--vd-forest);color:var(--vd-accent);font-size:1.15rem;line-height:1}.vd-brand img{max-width:180px;max-height:56px;width:auto}.vd-search{position:relative;display:flex;align-items:center}.vd-search input{width:100%;height:48px;padding:0 54px 0 18px;border:1px solid var(--vd-border);border-radius:999px;background:#fff;color:var(--vd-ink);outline:0}.vd-search input:focus{border-color:var(--vd-forest);box-shadow:0 0 0 3px rgba(214,244,108,.55)}.vd-search button{position:absolute;right:5px;display:grid;width:40px;height:40px;border:0;border-radius:50%;place-items:center;background:var(--vd-forest);color:#fff;cursor:pointer}.vd-predictive{position:absolute;top:calc(100% + 8px);left:0;right:0;display:none;max-height:min(540px,70vh);overflow:auto;padding:10px;border:1px solid var(--vd-border);border-radius:16px;background:#fff;box-shadow:var(--vd-shadow)}.vd-predictive.is-open{display:block}.vd-predictive__item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:9px;border-radius:12px;text-decoration:none}.vd-predictive__item:hover{background:var(--vd-bg)}.vd-predictive__item img{width:62px;height:62px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#eef0eb}.vd-predictive__title{font-weight:750;line-height:1.25}.vd-header__actions{display:flex;align-items:center;gap:5px}.vd-header-action{position:relative;display:grid;width:44px;height:44px;border:0;border-radius:50%;place-items:center;background:0 0;color:var(--vd-forest);text-decoration:none;cursor:pointer}.vd-header-action:hover{background:#fff;text-decoration:none}.vd-cart-count,.vd-list-count{position:absolute;top:0;right:0;display:grid;min-width:18px;height:18px;padding:0 4px;border-radius:999px;place-items:center;background:var(--vd-warm);color:#fff;font-size:.67rem;font-weight:850}.vd-support{display:flex;align-items:center;gap:9px;margin-right:7px;padding-right:14px;border-right:1px solid var(--vd-border);font-size:.8rem;line-height:1.2;text-decoration:none}.vd-support strong{display:block;font-size:.9rem}.vd-nav-wrap{border-top:1px solid var(--vd-border);background:var(--vd-forest);color:#fff}.vd-nav{display:flex;align-items:center;gap:0;min-height:46px;overflow:auto;scrollbar-width:none}.vd-nav::-webkit-scrollbar{display:none}.vd-nav a{display:flex;min-height:46px;padding:0 16px;align-items:center;white-space:nowrap;font-size:.82rem;font-weight:760;text-decoration:none;border-right:1px solid rgba(255,255,255,.09)}.vd-nav a:hover,.vd-nav a[aria-current=page]{background:var(--vd-accent);color:var(--vd-forest)}.vd-menu-toggle{display:none;border:0;background:0 0;color:inherit;cursor:pointer}.vd-mobile-drawer{position:fixed;z-index:1200;inset:0;display:none;background:rgba(4,14,9,.58)}.vd-mobile-drawer.is-open{display:block}.vd-mobile-drawer__panel{width:min(420px,92vw);height:100%;overflow:auto;padding:20px;background:var(--vd-bg);box-shadow:var(--vd-shadow);animation:vd-slide-in .23s ease both}@keyframes vd-slide-in{from{transform:translateX(-100%)}to{transform:none}}.vd-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--vd-border)}.vd-mobile-drawer__close{display:grid;width:42px;height:42px;border:1px solid var(--vd-border);border-radius:50%;place-items:center;background:#fff;cursor:pointer}.vd-mobile-nav{display:grid;margin:16px 0}.vd-mobile-nav a{padding:13px 4px;border-bottom:1px solid var(--vd-border);font-weight:760;text-decoration:none}.vd-mobile-meta{display:grid;gap:12px;margin-top:24px;padding:18px;border-radius:16px;background:#fff;color:var(--vd-muted);font-size:.88rem}.vd-mobile-dock{position:fixed;z-index:995;left:10px;right:10px;bottom:10px;display:none;grid-template-columns:repeat(5,1fr);padding:7px;border:1px solid var(--vd-border);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 12px 35px rgba(16,37,27,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.vd-mobile-dock a{position:relative;display:grid;gap:2px;place-items:center;color:var(--vd-forest);font-size:.64rem;font-weight:750;text-decoration:none}.vd-mobile-dock .vd-icon{width:20px;height:20px}.vd-hero{position:relative;overflow:hidden;background:var(--vd-forest);color:#fff}.vd-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,rgba(214,244,108,.23),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.03),transparent 40%);pointer-events:none}.vd-hero-slider{position:relative;min-height:clamp(570px,70vw,760px)}.vd-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:clamp(24px,4vw,74px);align-items:center;padding-block:clamp(60px,8vw,112px);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease,visibility .5s}.vd-hero-slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}.vd-hero__content{position:relative;z-index:2;max-width:750px}.vd-hero .vd-kicker{color:var(--vd-accent)}.vd-hero h1,.vd-hero h2{margin:0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(3.1rem,7vw,7.8rem);font-weight:900;letter-spacing:-.075em;line-height:.82;text-wrap:balance;text-transform:uppercase}.vd-hero__copy{max-width:630px;margin:26px 0 30px;color:rgba(255,255,255,.77);font-size:clamp(1rem,1.5vw,1.2rem)}.vd-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.vd-hero__media{position:relative;z-index:1;min-height:420px;display:grid;place-items:center}.vd-hero__media::before{content:"";position:absolute;width:min(40vw,540px);aspect-ratio:1;border:1px solid rgba(214,244,108,.32);border-radius:50%;box-shadow:inset 0 0 0 48px rgba(214,244,108,.04),inset 0 0 0 96px rgba(214,244,108,.03)}.vd-hero__media img{position:relative;width:min(100%,720px);max-height:560px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 36px 38px rgba(0, 0, 0, .38));transform:rotate(-2deg)}.vd-hero__badge{position:absolute;right:4%;bottom:12%;display:grid;width:126px;aspect-ratio:1;border-radius:50%;place-items:center;background:var(--vd-accent);color:var(--vd-forest);font-family:"Arial Black",Impact,sans-serif;font-size:1.06rem;line-height:1;text-align:center;transform:rotate(8deg)}.vd-hero-controls{position:absolute;z-index:4;left:50%;bottom:28px;display:flex;gap:8px;transform:translateX(-50%)}.vd-hero-dot{width:34px;height:5px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.3);cursor:pointer}.vd-hero-dot.is-active{background:var(--vd-accent)}.vd-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vd-category-card{position:relative;min-height:190px;overflow:hidden;padding:24px;border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:var(--vd-surface);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.vd-category-card:hover{transform:translateY(-5px);border-color:rgba(16,37,27,.4);box-shadow:var(--vd-shadow);text-decoration:none}.vd-category-card__icon{display:grid;width:50px;height:50px;margin-bottom:34px;border-radius:15px;place-items:center;background:var(--vd-bg);color:var(--vd-forest)}.vd-category-card h3{max-width:12ch;margin:0;font-size:1.14rem;line-height:1.15}.vd-category-card p{margin:8px 0 0;color:var(--vd-muted);font-size:.83rem}.vd-category-card__arrow{position:absolute;right:20px;bottom:20px;display:grid;width:38px;height:38px;border-radius:50%;place-items:center;background:var(--vd-forest);color:#fff;transition:transform .2s}.vd-category-card:hover .vd-category-card__arrow{transform:rotate(-35deg)}.vd-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px)}.vd-product-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:var(--vd-surface);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.vd-product-card:hover{transform:translateY(-4px);box-shadow:var(--vd-shadow)}.vd-product-card__media{position:relative;display:block;aspect-ratio:1;background:#edf0eb;overflow:hidden}.vd-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .35s ease}.vd-product-card:hover .vd-product-card__media img{transform:scale(1.035)}.vd-product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--vd-muted);font-weight:750;text-align:center;padding:24px}.vd-product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px}.vd-badge{display:inline-flex;min-height:26px;padding:5px 10px;border-radius:999px;align-items:center;background:var(--vd-warm);color:#fff;font-size:.7rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.vd-badge--dark{background:var(--vd-forest)}.vd-product-card__tools{position:absolute;right:10px;top:10px;display:grid;gap:6px;opacity:0;transform:translateX(8px);transition:opacity .2s,transform .2s}.vd-product-card:focus-within .vd-product-card__tools,.vd-product-card:hover .vd-product-card__tools{opacity:1;transform:none}.vd-tool-btn{display:grid;width:38px;height:38px;border:1px solid var(--vd-border);border-radius:50%;place-items:center;background:#fff;color:var(--vd-forest);cursor:pointer}.vd-tool-btn.is-active{background:var(--vd-accent)}.vd-product-card__body{display:flex;flex:1;flex-direction:column;padding:18px}.vd-product-card__vendor{margin:0 0 6px;color:var(--vd-muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vd-product-card__title{margin:0;font-size:1rem;line-height:1.35}.vd-product-card__title a{text-decoration:none}.vd-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:12px;font-size:1.04rem;font-weight:850}.vd-price__compare{color:var(--vd-muted);font-size:.86rem;font-weight:500;text-decoration:line-through}.vd-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:18px}.vd-stock{display:inline-flex;align-items:center;gap:6px;color:#267148;font-size:.76rem;font-weight:760}.vd-stock::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.vd-stock--out{color:#a44231}.vd-card-atc{display:grid;width:42px;height:42px;border:0;border-radius:50%;place-items:center;background:var(--vd-forest);color:#fff;cursor:pointer}.vd-card-atc:hover{background:var(--vd-warm)}.vd-card-atc[disabled]{opacity:.4;cursor:not-allowed}.vd-benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:var(--vd-surface);overflow:hidden}.vd-benefit{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:24px;border-right:1px solid var(--vd-border)}.vd-benefit:last-child{border-right:0}.vd-benefit__icon{display:grid;width:48px;height:48px;border-radius:15px;place-items:center;background:var(--vd-bg);color:var(--vd-forest)}.vd-benefit h3{margin:0;font-size:.96rem;line-height:1.15}.vd-benefit p{margin:5px 0 0;color:var(--vd-muted);font-size:.78rem;line-height:1.35}.vd-promo{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:480px;overflow:hidden;border-radius:clamp(24px,4vw,44px);background:var(--vd-forest);color:#fff}.vd-promo__content{position:relative;z-index:2;display:flex;padding:clamp(34px,6vw,82px);flex-direction:column;align-items:flex-start;justify-content:center}.vd-promo__content p{max-width:58ch;color:rgba(255,255,255,.72)}.vd-promo__media{position:relative;display:grid;min-height:380px;place-items:end center;background:radial-gradient(circle at 50% 45%,rgba(214,244,108,.28),transparent 35%)}.vd-promo__media img{position:relative;z-index:1;width:min(100%,680px);max-height:470px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 30px 34px rgba(0, 0, 0, .36))}.vd-promo--light{background:#dfe5d8;color:var(--vd-forest)}.vd-promo--light .vd-promo__content p{color:var(--vd-muted)}.vd-compact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:start}.vd-compact-feature{position:sticky;top:130px;min-height:500px;padding:42px;border-radius:var(--vd-radius);background:var(--vd-forest);color:#fff;overflow:hidden}.vd-compact-feature img{width:100%;height:310px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(0, 0, 0, .35))}.vd-compact-list{display:grid;gap:12px}.vd-compact-item{display:grid;grid-template-columns:116px 1fr auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--vd-border);border-radius:18px;background:#fff;text-decoration:none}.vd-compact-item:hover{box-shadow:0 10px 28px rgba(16,37,27,.08);text-decoration:none}.vd-compact-item img{width:116px;height:96px;border-radius:12px;-o-object-fit:contain;object-fit:contain;background:#eef0eb}.vd-compact-item h3{margin:0;font-size:.96rem;line-height:1.25}.vd-brand-intro{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end}.vd-brand-strip{display:grid;grid-template-columns:repeat(9,1fr);margin-top:34px;border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:#fff;overflow:hidden}.vd-brand-tile{display:grid;min-height:118px;padding:20px;border-right:1px solid var(--vd-border);place-items:center;text-decoration:none;filter:grayscale(1);opacity:.62;transition:filter .2s,opacity .2s,background .2s}.vd-brand-tile:last-child{border-right:0}.vd-brand-tile:hover{background:var(--vd-accent);filter:none;opacity:1;text-decoration:none}.vd-brand-tile img{max-height:42px;width:auto;-o-object-fit:contain;object-fit:contain}.vd-brand-tile span{font-weight:850;text-align:center}.vd-tabs__nav{display:flex;gap:8px;margin-bottom:28px;overflow:auto;scrollbar-width:none}.vd-tabs__nav::-webkit-scrollbar{display:none}.vd-tab-button{flex:0 0 auto;padding:10px 17px;border:1px solid var(--vd-border);border-radius:999px;background:0 0;color:var(--vd-forest);font-weight:800;cursor:pointer}.vd-tab-button.is-active{border-color:var(--vd-forest);background:var(--vd-forest);color:#fff}.vd-tab-panel{display:none}.vd-tab-panel.is-active{display:block}.vd-testimonials{background:var(--vd-forest);color:#fff}.vd-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.vd-testimonial{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:var(--vd-radius);background:rgba(255,255,255,.05)}.vd-testimonial blockquote{margin:0 0 20px;color:rgba(255,255,255,.8)}.vd-breadcrumbs{padding-block:20px;color:var(--vd-muted);font-size:.8rem}.vd-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.vd-breadcrumbs li:not(:last-child)::after{content:"/";margin-left:7px;opacity:.5}.vd-product-main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:clamp(30px,5vw,76px);align-items:start;padding-bottom:var(--vd-section)}.vd-product-gallery{display:grid;grid-template-columns:90px minmax(0,1fr);gap:14px;min-width:0}.vd-product-thumbs{display:grid;align-content:start;gap:10px}.vd-product-thumb{width:90px;aspect-ratio:1;padding:4px;border:1px solid var(--vd-border);border-radius:14px;background:#fff;cursor:pointer;overflow:hidden}.vd-product-thumb.is-active{border:2px solid var(--vd-forest)}.vd-product-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.vd-product-stage{position:relative;display:grid;min-height:540px;border-radius:var(--vd-radius);place-items:center;background:#ecefe9;overflow:hidden;cursor:zoom-in}.vd-product-stage img{width:100%;height:100%;max-height:690px;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease,transform-origin .1s}.vd-product-stage.is-zoomed img{transform:scale(1.8);cursor:zoom-out}.vd-product-info{position:sticky;top:130px}.vd-product-vendor{margin:0 0 9px;color:var(--vd-warm);font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.vd-product-title{margin:0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(2rem,4vw,4.1rem);letter-spacing:-.055em;line-height:.96}.vd-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;margin:22px 0 10px;font-size:clamp(1.55rem,3vw,2.25rem);font-weight:900}.vd-product-price del{color:var(--vd-muted);font-size:1rem;font-weight:500}.vd-product-identity{display:grid;gap:7px;margin:14px 0 10px;padding:0;list-style:none;color:var(--vd-ink);font-size:.82rem;line-height:1.45}.vd-product-identity__item{position:relative;display:flex;flex-wrap:wrap;gap:5px 7px;align-items:baseline;padding-left:17px}.vd-product-identity__item::before{content:"";position:absolute;left:1px;top:.67em;width:5px;height:5px;border-radius:50%;background:var(--vd-ink);transform:translateY(-50%)}.vd-product-identity__item[hidden]{display:none!important}.vd-product-identity__label{font-weight:800}.vd-product-identity__value{min-width:0;font-weight:650;overflow-wrap:anywhere}.vd-product-identity__value--sku{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-weight:750;letter-spacing:.01em}.vd-product-identity__link{color:var(--vd-green);text-decoration:none;text-underline-offset:3px}.vd-product-identity__link:focus-visible,.vd-product-identity__link:hover{text-decoration:underline}.vd-product-meta{display:flex;flex-wrap:wrap;gap:9px;margin:10px 0 18px}.vd-meta-pill{padding:7px 11px;border:1px solid var(--vd-border);border-radius:999px;background:#fff;color:var(--vd-muted);font-size:.75rem}.vd-product-options{display:grid;gap:18px;margin-top:26px}.vd-option{margin:0;padding:0;border:0}.vd-option legend{margin-bottom:9px;font-weight:800}.vd-option-values{display:flex;flex-wrap:wrap;gap:8px}.vd-option-input{position:absolute;opacity:0;pointer-events:none}.vd-option-label{display:inline-flex;min-height:42px;padding:9px 15px;border:1px solid var(--vd-border);border-radius:12px;align-items:center;background:#fff;font-weight:700;cursor:pointer}.vd-option-input:checked+.vd-option-label{border-color:var(--vd-forest);background:var(--vd-forest);color:#fff}.vd-option-input:focus-visible+.vd-option-label{outline:3px solid var(--vd-accent);outline-offset:2px}.vd-product-actions{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:22px}.vd-qty{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border:1px solid var(--vd-border);border-radius:var(--vd-button-radius);background:#fff;overflow:hidden}.vd-qty button{height:50px;border:0;background:0 0;cursor:pointer}.vd-qty input{width:100%;border:0;background:0 0;text-align:center;outline:0}.vd-buy-now{grid-column:1/-1}.vd-product-secondary{display:flex;gap:9px;margin-top:10px}.vd-product-secondary button{flex:1}.vd-product-trust{display:grid;gap:8px;margin-top:22px;padding:18px;border-radius:16px;background:#e8ece4}.vd-product-trust a{display:flex;gap:10px;align-items:center;font-size:.84rem;font-weight:700;text-decoration:none}.vd-product-message{min-height:24px;margin-top:10px;font-size:.84rem;font-weight:700}.vd-product-message.is-error{color:#a44231}.vd-product-message.is-success{color:#267148}.vd-product-tabs{padding-bottom:var(--vd-section)}.vd-product-tabs__nav{display:flex;gap:4px;border-bottom:1px solid var(--vd-border);overflow:auto}.vd-product-tabs__button{padding:14px 18px;border:0;border-bottom:3px solid transparent;background:0 0;font-weight:850;white-space:nowrap;cursor:pointer}.vd-product-tabs__button.is-active{border-bottom-color:var(--vd-warm)}.vd-product-tabs__panel{display:none;padding:30px 0}.vd-product-tabs__panel.is-active{display:block}.vd-rte{color:#334039}.vd-rte>:first-child{margin-top:0}.vd-rte h2,.vd-rte h3,.vd-rte h4{color:var(--vd-ink);line-height:1.15}.vd-rte img{height:auto;border-radius:16px}.vd-review-empty{padding:28px;border:1px dashed var(--vd-border);border-radius:16px;text-align:center}.vd-review-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.vd-field{display:grid;gap:6px}.vd-field--full{grid-column:1/-1}.vd-field label{font-size:.82rem;font-weight:800}.vd-field input,.vd-field select,.vd-field textarea{width:100%;padding:12px 14px;border:1px solid var(--vd-border);border-radius:12px;background:#fff;outline:0}.vd-field input:focus,.vd-field select:focus,.vd-field textarea:focus{border-color:var(--vd-forest);box-shadow:0 0 0 3px rgba(214,244,108,.5)}.vd-related{padding-bottom:var(--vd-section)}.vd-page-hero{padding:clamp(44px,7vw,90px) 0;background:var(--vd-forest);color:#fff}.vd-page-hero .vd-copy{color:rgba(255,255,255,.7)}.vd-collection-layout{display:grid;grid-template-columns:250px 1fr;gap:32px;padding-block:48px var(--vd-section)}.vd-filters{position:sticky;top:124px;align-self:start;padding:20px;border:1px solid var(--vd-border);border-radius:18px;background:#fff}.vd-filter-group+.vd-filter-group{margin-top:22px;padding-top:22px;border-top:1px solid var(--vd-border)}.vd-filter-group h3{margin:0 0 12px;font-size:.94rem}.vd-filter-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.vd-filter-list a{color:var(--vd-muted);font-size:.84rem;text-decoration:none}.vd-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.vd-sort{display:flex;align-items:center;gap:9px}.vd-sort select{padding:10px 36px 10px 12px;border:1px solid var(--vd-border);border-radius:999px;background:#fff}.vd-filter-toggle{display:none}.vd-pagination{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:38px}.vd-pagination a,.vd-pagination span{display:grid;min-width:42px;height:42px;padding:0 10px;border:1px solid var(--vd-border);border-radius:50%;place-items:center;background:#fff;text-decoration:none}.vd-pagination .is-current{border-color:var(--vd-forest);background:var(--vd-forest);color:#fff}.vd-search-page{padding-block:var(--vd-section)}.vd-search-large{display:flex;max-width:760px;margin:24px auto 42px}.vd-search-large input{flex:1;min-width:0;padding:14px 18px;border:1px solid var(--vd-border);border-radius:999px 0 0 999px;background:#fff;outline:0}.vd-search-large button{border-radius:0 999px 999px 0}.vd-cart-page{padding-block:var(--vd-section)}.vd-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start}.vd-cart-items{display:grid;gap:12px}.vd-cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--vd-border);border-radius:18px;background:#fff}.vd-cart-item img{width:120px;height:110px;border-radius:12px;-o-object-fit:contain;object-fit:contain;background:#eef0eb}.vd-cart-item h3{margin:0;font-size:1rem;line-height:1.25}.vd-cart-item__remove{border:0;background:0 0;color:#a44231;cursor:pointer}.vd-cart-summary{position:sticky;top:124px;padding:26px;border-radius:var(--vd-radius);background:var(--vd-forest);color:#fff}.vd-cart-summary__row{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}.vd-cart-summary__total{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:1.25rem;font-weight:900}.vd-cart-summary .vd-btn{width:100%;margin-top:18px}.vd-cart-policy-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:16px;color:rgba(255,255,255,.7);font-size:.72rem}.vd-cart-empty{padding:80px 24px;border:1px dashed var(--vd-border);border-radius:var(--vd-radius);text-align:center}.vd-page{padding-block:var(--vd-section)}.vd-page-shell{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:50px;align-items:start}.vd-page-main{min-width:0;padding:clamp(24px,4vw,56px);border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:#fff}.vd-page-main>h1{margin-top:0}.vd-page-aside{position:sticky;top:124px;display:grid;gap:12px;padding:20px;border-radius:18px;background:var(--vd-forest);color:#fff}.vd-page-aside a{color:inherit;text-decoration:none}.vd-legal-review{margin:0 0 26px;padding:15px 17px;border:1px solid #d7b23a;border-radius:14px;background:#fff5cf;color:#5a3e00;font-size:.84rem}.vd-legal-review strong{display:block;margin-bottom:4px}.vd-policy-section{padding:24px 0;border-bottom:1px solid var(--vd-border)}.vd-policy-section:last-child{border-bottom:0}.vd-policy-section h2,.vd-policy-section h3{margin-top:0}.vd-review-required{position:relative;padding-left:18px}.vd-review-required::before{content:"Review";display:inline-flex;margin:0 8px 7px 0;padding:2px 7px;border-radius:999px;background:#fff0c2;color:#5a3e00;font-size:.63rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle}.vd-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vd-contact-card{padding:24px;border-radius:18px;background:var(--vd-bg)}.vd-contact-card h2{margin-top:0}.vd-faq{border-bottom:1px solid var(--vd-border)}.vd-faq summary{padding:18px 0;font-weight:850;cursor:pointer;list-style:none}.vd-faq summary::-webkit-details-marker{display:none}.vd-faq summary::after{content:"+";float:right}.vd-faq[open] summary::after{content:"−"}.vd-faq>div{padding:0 0 18px;color:var(--vd-muted)}.vd-account-card{max-width:620px;margin:auto;padding:clamp(24px,5vw,48px);border:1px solid var(--vd-border);border-radius:var(--vd-radius);background:#fff}.vd-form-stack{display:grid;gap:16px}.vd-form-errors{padding:12px 15px;border-radius:12px;background:#ffe5de;color:#8c2d1d}.vd-account-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.vd-list-page{padding-block:var(--vd-section)}.vd-saved-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.vd-footer{background:#08150f;color:#fff}.vd-footer__top{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:clamp(26px,4vw,62px);padding-block:70px 48px}.vd-footer__about p{max-width:44ch;color:rgba(255,255,255,.63)}.vd-footer h3{margin:0 0 16px;color:var(--vd-accent);font-size:.79rem;letter-spacing:.11em;text-transform:uppercase}.vd-footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.vd-footer a{color:rgba(255,255,255,.78);font-size:.86rem;text-decoration:none}.vd-footer a:hover{color:#fff}.vd-footer__contact{display:grid;gap:10px;margin-top:20px;color:rgba(255,255,255,.75);font-size:.84rem}.vd-footer__contact a{display:flex;gap:9px;align-items:flex-start}.vd-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0 96px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);font-size:.76rem}.vd-payment img{max-width:360px;max-height:34px;width:auto}.vd-toast{position:fixed;z-index:2000;right:20px;bottom:20px;max-width:380px;padding:14px 18px;border-radius:14px;background:var(--vd-forest);color:#fff;box-shadow:var(--vd-shadow);opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .2s,transform .2s}.vd-toast.is-visible{opacity:1;transform:none}@media (max-width:1199px){.vd-category-grid{grid-template-columns:repeat(3,1fr)}.vd-product-grid{grid-template-columns:repeat(3,1fr)}.vd-brand-strip{grid-template-columns:repeat(5,1fr)}.vd-brand-tile:nth-child(5n){border-right:0}.vd-footer__top{grid-template-columns:1.2fr 1fr 1fr}.vd-footer__top>div:last-child{grid-column:1/-1}}@media (max-width:959px){:root{--vd-header-h:70px}.vd-container{width:min(100% - 28px,var(--vd-max))}.vd-header__main{grid-template-columns:auto 1fr auto;gap:12px;min-height:70px}.vd-menu-toggle{display:grid;width:42px;height:42px;place-items:center}.vd-header-action--compare,.vd-header-action--wishlist,.vd-header__main>.vd-search,.vd-support{display:none}.vd-brand{justify-self:center}.vd-brand__mark{width:36px;height:36px}.vd-brand img{max-height:42px;max-width:150px}.vd-nav-wrap{display:none}.vd-mobile-dock{display:grid}.vd-hero-slide{grid-template-columns:1fr;align-content:center;padding-top:58px;padding-bottom:90px;text-align:center}.vd-hero__content{margin:auto}.vd-hero__actions{justify-content:center}.vd-hero__media{min-height:330px}.vd-hero__badge{right:12%;bottom:4%;width:96px;font-size:.82rem}.vd-benefits{grid-template-columns:1fr 1fr}.vd-benefit:nth-child(2){border-right:0}.vd-benefit:nth-child(-n+2){border-bottom:1px solid var(--vd-border)}.vd-promo{grid-template-columns:1fr}.vd-promo__content{text-align:center;align-items:center}.vd-cart-layout,.vd-compact-grid,.vd-page-shell,.vd-product-main{grid-template-columns:1fr}.vd-cart-summary,.vd-compact-feature,.vd-page-aside,.vd-product-info{position:relative;top:auto}.vd-product-gallery{grid-template-columns:1fr}.vd-product-thumbs{grid-row:2;grid-auto-flow:column;grid-auto-columns:74px;overflow:auto}.vd-product-thumb{width:74px}.vd-product-stage{min-height:440px}.vd-collection-layout{grid-template-columns:1fr}.vd-filters{position:fixed;z-index:1300;inset:0 auto 0 0;width:min(360px,90vw);border-radius:0;transform:translateX(-105%);transition:transform .22s ease;overflow:auto}.vd-filters.is-open{transform:none;box-shadow:var(--vd-shadow)}.vd-filter-toggle{display:inline-flex}.vd-saved-grid{grid-template-columns:repeat(3,1fr)}.vd-footer__top{grid-template-columns:1fr 1fr}.vd-footer__top>div:last-child{grid-column:auto}}@media (max-width:719px){body{padding-bottom:78px}.vd-section-head{display:block}.vd-section-head .vd-link-arrow{margin-top:16px}.vd-category-grid{grid-template-columns:1fr 1fr}.vd-category-card{min-height:170px;padding:18px}.vd-product-grid{grid-template-columns:1fr 1fr;gap:10px}.vd-product-card__body{padding:13px}.vd-product-card__tools{display:none}.vd-benefits{grid-template-columns:1fr}.vd-benefit{border-right:0;border-bottom:1px solid var(--vd-border)!important}.vd-benefit:last-child{border-bottom:0!important}.vd-compact-item{grid-template-columns:86px 1fr}.vd-compact-item img{width:86px;height:76px}.vd-compact-item>span:last-child{grid-column:2}.vd-brand-intro{grid-template-columns:1fr}.vd-brand-strip{grid-template-columns:repeat(3,1fr)}.vd-brand-tile:nth-child(n){border-right:1px solid var(--vd-border)}.vd-brand-tile:nth-child(3n){border-right:0}.vd-testimonial-grid{grid-template-columns:1fr}.vd-product-actions{grid-template-columns:104px 1fr}.vd-product-stage{min-height:340px}.vd-contact-grid,.vd-review-form{grid-template-columns:1fr}.vd-field--full{grid-column:auto}.vd-collection-toolbar{align-items:flex-start;flex-direction:column}.vd-sort{width:100%;justify-content:space-between}.vd-cart-item{grid-template-columns:88px 1fr}.vd-cart-item img{width:88px;height:82px}.vd-cart-item>div:last-child{grid-column:2}.vd-saved-grid{grid-template-columns:1fr 1fr}.vd-footer__top{grid-template-columns:1fr}.vd-footer__bottom{align-items:flex-start;flex-direction:column}.vd-payment img{max-width:100%}}@media (max-width:420px){.vd-category-grid{grid-template-columns:1fr}.vd-product-grid{grid-template-columns:1fr 1fr}.vd-product-card__title{font-size:.88rem}.vd-brand-strip{grid-template-columns:1fr 1fr}.vd-brand-tile:nth-child(n){border-right:1px solid var(--vd-border)}.vd-brand-tile:nth-child(2n){border-right:0}}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}.vd-cart-empty{display:none}.vd-cart-page:has(.vd-cart-content[data-empty][finish]) .vd-cart-layout{display:none}.vd-cart-page:has(.vd-cart-content[data-empty][finish]) .vd-cart-empty{display:block}.vd-cart-content[data-empty][finish]{display:none}spz-product-form{display:block}spz-product-form>form{margin:0}.vd-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px}.vd-rating-input label{cursor:pointer}.vd-rating-input input{position:absolute;opacity:0;pointer-events:none}.vd-rating-input span[aria-hidden=true]{color:#c8cec9;font-size:1.9rem;line-height:1}.vd-rating-input input:checked~span[aria-hidden=true],.vd-rating-input label:has(input:checked)~label span[aria-hidden=true],.vd-rating-input label:hover span[aria-hidden=true],.vd-rating-input label:hover~label span[aria-hidden=true]{color:#e8783d}.vd-checkbox{display:flex;align-items:flex-start;gap:10px;color:var(--vd-muted)}.vd-checkbox input{margin-top:.35em}.vd-header__utility{background:var(--vd-primary);color:#fff;font-size:.76rem;letter-spacing:.045em}.vd-header__utility-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.vd-header__utility nav{display:flex;gap:1.1rem}.vd-header__utility a{color:inherit;text-decoration:none}.vd-header__utility a:hover{text-decoration:underline}.vd-locale-currency{font-weight:750}.vd-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vd-checkbox{display:flex;gap:.65rem;align-items:flex-start;line-height:1.45}.vd-checkbox input{margin-top:.25rem}.vd-address-list{margin-bottom:clamp(2rem,4vw,4rem)}.vd-address-form{max-width:880px;margin-inline:auto}.vd-cart-content{display:block;min-height:320px}.vd-cart-item__media{display:block;min-width:100px}.vd-cart-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.vd-cart-item__price del{color:var(--vd-muted);font-size:.9rem}.vd-cart-discount{display:flex;justify-content:space-between;color:#24713c;padding:.75rem 0;border-bottom:1px solid var(--vd-line)}.vd-related-fallback{display:none;text-align:center;padding:2rem;border:1px solid var(--vd-line);border-radius:var(--vd-radius);background:var(--vd-surface)}.vd-related-fallback.is-visible{display:block}.vd-filter-group summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.vd-filter-group summary::-webkit-details-marker{display:none}.vd-filter-list a{display:flex;justify-content:space-between;gap:.75rem}.vd-filter-list a.is-active{font-weight:800;color:var(--vd-primary)}.vd-filter-list a[aria-disabled=true]{opacity:.45;pointer-events:none}.vd-policy-section.vd-review-required,.vd-review-required{border-left:4px solid var(--vd-warm);padding-left:1rem}.vd-legal-review{display:block}@media (max-width:760px){.vd-header__utility nav a:nth-child(n+3){display:none}.vd-form-grid{grid-template-columns:1fr}.vd-cart-item__price{align-items:flex-start}.vd-locale-currency{font-size:.68rem}}body,html{max-width:100%;overflow-x:hidden}.vd-header__utility{background:var(--vd-forest)}.vd-brand__logo{width:clamp(174px,16vw,235px)!important;max-width:235px!important;height:auto!important;max-height:56px!important;-o-object-fit:contain;object-fit:contain}.vd-brand--footer{display:inline-flex;margin-bottom:14px}.vd-brand--footer .vd-brand__logo{width:220px!important;max-width:100%!important}.vd-footer-contact-row{display:flex;gap:9px;align-items:flex-start}.vd-footer-contact-row .vd-icon{margin-top:2px}.vd-nav{position:relative;display:flex;min-height:50px;overflow:visible;justify-content:center;align-items:stretch;gap:0}.vd-nav>a{flex:0 0 auto;min-height:50px;padding-inline:clamp(10px,1.25vw,19px);font-size:clamp(.72rem,.76vw,.83rem)}.vd-nav-more{position:relative;display:flex;align-self:stretch;flex:0 0 auto}.vd-nav-more>summary{display:flex;min-height:50px;padding:0 clamp(12px,1.4vw,20px);align-items:center;gap:7px;border-left:1px solid rgba(255,255,255,.09);font-size:.82rem;font-weight:800;white-space:nowrap;cursor:pointer;list-style:none}.vd-nav-more>summary::-webkit-details-marker{display:none}.vd-nav-more>summary .vd-icon{width:16px;height:16px;transition:transform .2s ease}.vd-nav-more>summary:hover,.vd-nav-more[open]>summary{background:var(--vd-accent);color:var(--vd-forest)}.vd-nav-more[open]>summary .vd-icon{transform:rotate(180deg)}.vd-nav-mega{position:absolute;z-index:1100;top:calc(100% + 10px);right:0;display:grid;width:min(720px,100vw - 40px);grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:18px;border:1px solid var(--vd-border);border-radius:18px;background:#fff;color:var(--vd-ink);box-shadow:var(--vd-shadow)}.vd-nav-mega a{display:flex;min-height:44px;padding:10px 12px;border:0;border-radius:11px;align-items:center;color:var(--vd-ink);font-size:.86rem;font-weight:750;white-space:normal;text-decoration:none}.vd-nav-mega a:hover{background:var(--vd-bg);color:var(--vd-forest)}.vd-mobile-nav strong{margin-top:14px;padding:8px 4px;color:var(--vd-warm);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.vd-brand-wordmark{font-family:"Arial Black",Impact,ui-sans-serif,sans-serif;font-size:clamp(.78rem,1.1vw,1.05rem);font-weight:900;letter-spacing:-.03em;text-transform:uppercase}.vd-brand-tile{filter:none;opacity:1}.vd-brand-tile:hover .vd-brand-wordmark{transform:translateY(-2px)}.vd-brand-wordmark{transition:transform .2s ease}.vd-product-stage{isolation:isolate}.vd-product-stage>img{position:relative;z-index:1}.vd-gallery-arrow{position:absolute;z-index:3;top:50%;display:grid;width:46px;height:46px;border:1px solid var(--vd-border);border-radius:50%;place-items:center;background:rgba(255,255,255,.94);color:var(--vd-forest);box-shadow:0 8px 24px rgba(16,37,27,.13);cursor:pointer;transform:translateY(-50%);transition:background .2s,transform .2s}.vd-gallery-arrow:hover{background:var(--vd-accent);transform:translateY(-50%) scale(1.04)}.vd-gallery-arrow--prev{left:14px}.vd-gallery-arrow--next{right:14px}.vd-gallery-count{position:absolute;z-index:3;right:14px;bottom:14px;padding:6px 10px;border-radius:999px;background:rgba(16,37,27,.82);color:#fff;font-size:.74rem;font-weight:800}.vd-image-failed{position:relative;display:grid!important;place-items:center!important;background:#eef0eb!important;color:var(--vd-muted)!important}.vd-image-failed::after{content:"Image unavailable";position:absolute;inset:0;display:grid;padding:20px;place-items:center;font-weight:750;text-align:center}.vd-image-failed img{visibility:hidden}.vd-pagination{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:42px}.vd-pagination__status{display:none!important}.vd-pagination__numbers{display:flex!important;width:auto!important;height:auto!important;min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;align-items:center;justify-content:center;gap:7px;background:0 0!important}.vd-pagination .vd-page-link{display:inline-flex;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--vd-border);border-radius:999px;align-items:center;justify-content:center;background:#fff;color:var(--vd-ink);font-weight:800;text-decoration:none}.vd-pagination .vd-page-link:hover{border-color:var(--vd-forest);background:var(--vd-accent);text-decoration:none}.vd-pagination .vd-page-link.is-current{border-color:var(--vd-forest);background:var(--vd-forest);color:#fff}.vd-pagination .vd-page-link.is-disabled{opacity:.38;cursor:not-allowed}.vd-pagination .vd-page-link--wide{min-width:118px;gap:6px}.vd-pagination .vd-page-link--wide .vd-icon{width:18px;height:18px}.vd-page-ellipsis{display:inline-flex!important;width:auto!important;min-width:22px!important;height:42px!important;padding:0!important;border:0!important;background:0 0!important;place-items:center!important}.vd-page-main .vd-title{margin-bottom:34px}.vd-page-main .vd-policy-section{scroll-margin-top:145px}.vd-page-main .vd-policy-section+.vd-policy-section{margin-top:38px;padding-top:34px;border-top:1px solid var(--vd-border)}.vd-page-main .vd-policy-section h2{margin:0 0 14px;font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.15}.vd-page-main .vd-policy-section h3{margin:24px 0 8px;font-size:1.05rem}.vd-page-main .vd-policy-section li,.vd-page-main .vd-policy-section p{color:#45564d}.vd-page-main .vd-policy-section ol,.vd-page-main .vd-policy-section ul{padding-left:1.35rem}.vd-page-main .vd-policy-section li+li{margin-top:8px}.vd-contact-card{border:1px solid var(--vd-border);border-radius:18px;background:var(--vd-bg)}.vd-form-success{padding:12px 14px;border-radius:12px;background:#e5f7e9;color:#1f6334;font-weight:750}.vd-saved-empty{grid-column:1/-1;padding:48px;border:1px dashed var(--vd-border);border-radius:var(--vd-radius);background:#fff;text-align:center}.vd-saved-empty h2{margin-top:0}@media (max-width:1280px){.vd-nav>a{padding-inline:10px;font-size:.72rem}.vd-nav-more>summary{padding-inline:12px;font-size:.74rem}.vd-support{display:none}}@media (max-width:959px){.vd-brand__logo{width:188px!important;max-width:188px!important}.vd-nav-mega{display:none}}@media (max-width:719px){.vd-pagination{grid-template-columns:1fr 1fr}.vd-pagination__numbers{grid-column:1/-1;grid-row:1;overflow-x:auto;justify-content:flex-start;padding-bottom:5px!important}.vd-pagination .vd-page-link--wide{width:100%;min-width:0}.vd-gallery-arrow{width:40px;height:40px}.vd-gallery-arrow--prev{left:8px}.vd-gallery-arrow--next{right:8px}.vd-page-main .vd-title{margin-bottom:24px}}@media (max-width:430px){.vd-brand__logo{width:156px!important;max-width:156px!important}.vd-gallery-count{right:9px;bottom:9px}}.vd-password-card{text-align:center}.vd-password-logo{width:min(300px,80%);height:auto;margin:0 auto 28px}.vd-password-card .vd-copy{margin:14px auto 28px}.vd-password-card form{text-align:left}.vd-copy{max-width:64ch;margin:14px 0 0;color:var(--vd-muted)}.vd-home-hero{padding-bottom:0}.vd-home-hero__wrap{position:relative}.vd-home-hero__slider{min-height:clamp(620px,72vw,790px)}.vd-home-hero__slide{padding-bottom:clamp(112px,11vw,150px)}.vd-home-hero__media-frame{position:relative;display:grid;width:100%;min-height:460px;place-items:center}.vd-home-hero__media-note{position:absolute;z-index:3;left:0;bottom:11%;display:flex;min-width:176px;padding:14px 17px;border:1px solid rgba(255,255,255,.18);border-radius:16px;flex-direction:column;background:rgba(7,20,14,.72);box-shadow:0 18px 45px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vd-home-hero__media-note span{color:var(--vd-accent);font-size:.64rem;font-weight:850;letter-spacing:.12em}.vd-home-hero__media-note strong{font-size:.9rem;letter-spacing:.03em}.vd-home-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.vd-home-hero__chips a{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;align-items:center;color:rgba(255,255,255,.76);font-size:.73rem;font-weight:760;text-decoration:none}.vd-home-hero__chips a:hover{border-color:var(--vd-accent);background:rgba(214,244,108,.09);color:#fff}.vd-home-hero__facts{position:absolute;z-index:5;right:0;bottom:24px;left:0;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(6,18,12,.78);box-shadow:0 24px 60px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.vd-home-hero__facts>div{display:flex;min-height:86px;padding:18px 22px;border-right:1px solid rgba(255,255,255,.12);flex-direction:column;justify-content:center}.vd-home-hero__facts>div:last-child{border-right:0}.vd-home-hero__facts strong{color:var(--vd-accent);font-family:"Arial Black",Impact,sans-serif;font-size:1.3rem;letter-spacing:-.04em;line-height:1}.vd-home-hero__facts a,.vd-home-hero__facts span{margin-top:7px;color:rgba(255,255,255,.64);font-size:.72rem;font-weight:700;text-decoration:none}.vd-home-hero__facts a:hover{color:#fff}.vd-home-pathways{background:#ece8de}.vd-pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vd-pathway-card{position:relative;display:flex;min-height:430px;overflow:hidden;padding:24px;border-radius:var(--vd-radius);flex-direction:column;justify-content:flex-end;background:var(--vd-forest);color:#fff;text-decoration:none;isolation:isolate}.vd-pathway-card img{position:absolute;z-index:-3;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.02);transition:transform .55s ease,filter .55s ease}.vd-pathway-card__veil{position:absolute;z-index:-2;inset:0;background:linear-gradient(180deg,rgba(5,16,10,.06) 12%,rgba(5,16,10,.84) 91%)}.vd-pathway-card::after{content:"";position:absolute;z-index:-1;inset:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.vd-pathway-card:hover{color:#fff;text-decoration:none}.vd-pathway-card:hover img{transform:scale(1.09);filter:saturate(1.08)}.vd-pathway-card__number{position:absolute;top:20px;left:22px;color:rgba(255,255,255,.74);font-size:.7rem;font-weight:850;letter-spacing:.12em}.vd-pathway-card__copy p{margin:0 0 8px;color:var(--vd-accent);font-size:.68rem;font-weight:850;letter-spacing:.14em}.vd-pathway-card__copy h3{max-width:12ch;margin:0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(1.55rem,2vw,2.3rem);letter-spacing:-.045em;line-height:.96;text-transform:uppercase}.vd-pathway-card__copy span{display:block;max-width:28ch;margin-top:13px;color:rgba(255,255,255,.69);font-size:.82rem;line-height:1.45}.vd-pathway-card__arrow{position:absolute;right:20px;top:18px;display:grid;width:42px;height:42px;border-radius:50%;place-items:center;background:var(--vd-accent);color:var(--vd-forest);font-size:1.05rem;font-weight:900;transition:transform .25s ease}.vd-pathway-card:hover .vd-pathway-card__arrow{transform:rotate(38deg)}.vd-category-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vd-category-feature{position:relative;display:grid;min-height:340px;overflow:hidden;border:1px solid var(--vd-border);border-radius:var(--vd-radius);grid-template-rows:1fr auto;background:#fff;color:var(--vd-ink);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.vd-category-feature:hover{transform:translateY(-5px);box-shadow:var(--vd-shadow);text-decoration:none}.vd-category-feature__media{position:relative;min-height:220px;overflow:hidden;background:#e8ece6}.vd-category-feature__media::after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(transparent,rgba(16,37,27,.07))}.vd-category-feature__media img{width:100%;height:100%;min-height:220px;-o-object-fit:contain;object-fit:contain;transition:transform .42s ease}.vd-category-feature:hover img{transform:scale(1.045)}.vd-category-feature__body{position:relative;padding:20px 62px 22px 22px}.vd-category-feature__body span{color:var(--vd-muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vd-category-feature__body h3{margin:5px 0 0;font-size:1.2rem;line-height:1.12}.vd-category-feature__body b{position:absolute;right:18px;bottom:20px;display:grid;width:38px;height:38px;border-radius:50%;place-items:center;background:var(--vd-forest);color:#fff}.vd-category-compact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.vd-category-compact{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px;border:1px solid var(--vd-border);border-radius:16px;background:#fff;color:var(--vd-ink);text-decoration:none;transition:border-color .2s,transform .2s}.vd-category-compact:hover{border-color:var(--vd-forest);transform:translateY(-2px);text-decoration:none}.vd-category-compact__icon{display:grid;width:44px;height:44px;border-radius:13px;place-items:center;background:var(--vd-bg);color:var(--vd-forest)}.vd-category-compact strong{display:block;font-size:.84rem;line-height:1.18}.vd-category-compact small{display:block;margin-top:4px;color:var(--vd-muted);font-size:.68rem}.vd-category-compact b{font-size:1rem}.vd-home-products--featured{background:#f7f4ed}.vd-home-rail__head-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.vd-rail-button{display:grid;width:44px;height:44px;padding:0;border:1px solid var(--vd-border);border-radius:50%;place-items:center;background:#fff;color:var(--vd-forest);font-size:1.1rem;font-weight:850;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.vd-rail-button:hover{border-color:var(--vd-forest);background:var(--vd-accent);transform:translateY(-2px)}.vd-home-product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,calc((100% - 72px)/ 4));gap:24px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 18px}.vd-home-product-grid::-webkit-scrollbar{display:none}.vd-home-product-grid>.vd-product-card{scroll-snap-align:start}.vd-home-product-grid.is-loaded>.vd-skeleton-card{display:none}.vd-home-feed-error{display:grid;min-height:280px;padding:32px;border:1px dashed var(--vd-border);border-radius:var(--vd-radius);place-items:center;background:#fff;color:var(--vd-muted);text-align:center}.vd-home-feed-error a{font-weight:850}.vd-skeleton-card{pointer-events:none}.vd-skeleton-card__media{aspect-ratio:1;background:#e5e8e3}.vd-skeleton-card__body{display:grid;gap:11px;padding:18px}.vd-skeleton-line{display:block;height:13px;border-radius:999px;background:#e5e8e3}.vd-skeleton-line--short{width:34%}.vd-skeleton-line--medium{width:72%}.vd-skeleton-line--price{width:42%;height:20px;margin-top:10px}.vd-skeleton-shimmer{position:relative;overflow:hidden;background:#e5e8e3}.vd-skeleton-shimmer::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.66),transparent);animation:vd-shimmer 1.35s infinite}@keyframes vd-shimmer{to{transform:translateX(100%)}}.vd-benefit{color:var(--vd-ink);text-decoration:none;transition:background .2s}.vd-benefit:hover{background:#f2f5ef;text-decoration:none}.vd-benefit__link{display:inline-block;margin-top:8px;color:var(--vd-forest);font-size:.7rem;font-weight:850}.vd-promo--enhanced{min-height:560px}.vd-promo__list{display:grid;gap:9px;margin:20px 0 30px;padding:0;list-style:none}.vd-promo__list li{position:relative;padding-left:28px;color:rgba(255,255,255,.82);font-size:.86rem;font-weight:700}.vd-promo__list li::before{content:"✓";position:absolute;left:0;display:grid;width:18px;height:18px;border-radius:50%;place-items:center;background:var(--vd-accent);color:var(--vd-forest);font-size:.7rem;font-weight:900}.vd-promo__stamp{position:absolute;z-index:3;right:7%;bottom:8%;display:grid;width:130px;aspect-ratio:1;border-radius:50%;place-items:center;align-content:center;background:var(--vd-accent);color:var(--vd-forest);text-align:center;transform:rotate(7deg)}.vd-promo__stamp strong{font-family:"Arial Black",Impact,sans-serif;font-size:2.25rem;line-height:.9}.vd-promo__stamp span{max-width:8ch;margin-top:5px;font-size:.68rem;font-weight:850;line-height:1.1;text-transform:uppercase}.vd-compact-feature{display:flex;flex-direction:column;align-items:flex-start}.vd-compact-feature>p:not(.vd-kicker){color:rgba(255,255,255,.68)}.vd-compact-feature__meta{display:flex;width:100%;margin-top:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);align-items:center;justify-content:space-between;gap:16px}.vd-compact-feature__meta span{color:var(--vd-accent);font-size:.65rem;font-weight:850;letter-spacing:.12em}.vd-compact-feature__meta strong{font-size:.78rem}.vd-compact-feature img{margin:auto 0}.vd-compact-skeleton{display:grid;grid-template-columns:116px 1fr;gap:18px;padding:14px;border:1px solid var(--vd-border);border-radius:18px;background:#fff}.vd-compact-skeleton>span{height:96px;border-radius:12px}.vd-compact-skeleton>div{display:grid;align-content:center;gap:12px}.vd-compact-skeleton b,.vd-compact-skeleton i{display:block;height:14px;border-radius:999px}.vd-compact-skeleton i{width:35%}.vd-compact-skeleton b{width:82%}.vd-compact-price{color:var(--vd-forest);font-weight:900;white-space:nowrap}.vd-home-tabs{background:#e7ebe3}.vd-home-tabs .vd-tabs__nav{padding-bottom:4px}.vd-home-rail__panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;color:var(--vd-muted);font-size:.78rem;font-weight:750}.vd-home-rail__panel-head>div{display:flex;align-items:center;gap:8px}.vd-home-rail__panel-head a{margin-left:7px;color:var(--vd-forest);font-weight:850;text-decoration:none}.vd-home-guide{background:var(--vd-forest);color:#fff}.vd-home-guide__intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,.6fr);gap:40px;align-items:end;margin-bottom:38px}.vd-home-guide__intro .vd-kicker{grid-column:1/-1;color:var(--vd-accent);margin-bottom:-26px}.vd-home-guide__intro p:last-child{margin:0;color:rgba(255,255,255,.62)}.vd-home-guide__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vd-home-guide__card{position:relative;min-height:280px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:var(--vd-radius);background:rgba(255,255,255,.045);color:#fff;text-decoration:none;transition:background .2s,transform .2s}.vd-home-guide__card:hover{background:rgba(255,255,255,.09);color:#fff;transform:translateY(-4px);text-decoration:none}.vd-home-guide__icon{display:grid;width:48px;height:48px;border-radius:15px;place-items:center;background:var(--vd-accent);color:var(--vd-forest)}.vd-home-guide__number{position:absolute;top:23px;right:22px;color:rgba(255,255,255,.35);font-size:.7rem;font-weight:850;letter-spacing:.1em}.vd-home-guide__card h3{margin:50px 0 10px;font-size:1.12rem}.vd-home-guide__card p{margin:0;color:rgba(255,255,255,.6);font-size:.8rem;line-height:1.5}.vd-home-guide__card b{position:absolute;bottom:22px;left:24px;color:var(--vd-accent);font-size:.72rem}.vd-home-final{background:#e7ebe3}.vd-home-final__card{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) auto;gap:44px;overflow:hidden;padding:clamp(34px,5vw,72px);border-radius:clamp(24px,4vw,40px);align-items:center;background:linear-gradient(120deg,#10251b,#183b2a 58%,#254f35);color:#fff}.vd-home-final__card::after{content:"V";position:absolute;right:4%;bottom:-44%;color:rgba(214,244,108,.055);font-family:"Arial Black",Impact,sans-serif;font-size:22rem;line-height:1;pointer-events:none}.vd-home-final__card .vd-kicker{color:var(--vd-accent)}.vd-home-final__card h2{max-width:15ch;margin:0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(2.2rem,4vw,4.8rem);letter-spacing:-.06em;line-height:.92;text-transform:uppercase}.vd-home-final__card p{max-width:62ch;margin:20px 0 0;color:rgba(255,255,255,.67)}.vd-home-final__actions{position:relative;z-index:2;display:grid;gap:14px;justify-items:start}.vd-home-final__support{display:flex;flex-direction:column;color:#fff;text-decoration:none}.vd-home-final__support span{color:rgba(255,255,255,.54);font-size:.7rem}.vd-home-final__support strong{margin-top:3px;font-size:.85rem}@media (max-width:1199px){.vd-pathway-grid{grid-template-columns:1fr 1fr}.vd-pathway-card{min-height:390px}.vd-category-showcase{grid-template-columns:1fr 1fr}.vd-category-compact-grid{grid-template-columns:repeat(3,1fr)}.vd-home-product-grid{grid-auto-columns:minmax(235px,calc((100% - 48px)/ 3))}.vd-home-guide__grid{grid-template-columns:1fr 1fr}.vd-home-guide__card{min-height:245px}}@media (max-width:959px){.vd-home-hero__slider{min-height:890px}.vd-home-hero__slide{padding-bottom:180px}.vd-home-hero__media-note{left:8%;bottom:8%}.vd-home-hero__facts{bottom:20px;grid-template-columns:1fr 1fr}.vd-home-hero__facts>div{min-height:68px;padding:13px 17px}.vd-home-hero__facts>div:nth-child(2){border-right:0}.vd-home-hero__facts>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.vd-home-product-grid{grid-auto-columns:minmax(230px,calc((100% - 24px)/ 2))}.vd-home-guide__intro{grid-template-columns:1fr}.vd-home-guide__intro .vd-kicker{grid-column:auto;margin-bottom:-22px}.vd-home-final__card{grid-template-columns:1fr}.vd-home-final__actions{justify-items:start}}@media (max-width:719px){.vd-home-hero__slider{min-height:835px}.vd-home-hero__slide{padding-top:44px;padding-bottom:170px}.vd-home-hero__media-frame{min-height:300px}.vd-home-hero__media-note{left:0;bottom:0}.vd-home-hero__chips{justify-content:center}.vd-home-hero__facts{right:0;left:0}.vd-home-hero__facts strong{font-size:1rem}.vd-home-hero__facts a,.vd-home-hero__facts span{font-size:.62rem}.vd-pathway-grid{grid-template-columns:1fr}.vd-pathway-card{min-height:350px}.vd-category-showcase{grid-template-columns:1fr}.vd-category-feature{min-height:320px}.vd-category-compact-grid{grid-template-columns:1fr 1fr}.vd-category-compact{grid-template-columns:38px minmax(0,1fr) auto;padding:12px}.vd-category-compact__icon{width:38px;height:38px}.vd-home-rail__head-actions{justify-content:flex-start;margin-top:18px}.vd-home-rail__head-actions .vd-link-arrow{margin:0}.vd-home-product-grid{grid-auto-columns:minmax(250px,83vw);gap:12px}.vd-promo__stamp{right:8px;bottom:8px;width:100px}.vd-promo__stamp strong{font-size:1.7rem}.vd-home-rail__panel-head{align-items:flex-start;flex-direction:column}.vd-home-rail__panel-head>div{width:100%;flex-wrap:wrap}.vd-home-guide__grid{grid-template-columns:1fr}.vd-home-guide__card{min-height:235px}.vd-home-final__card{padding:34px 24px}.vd-home-final__card::after{font-size:14rem}}@media (max-width:430px){.vd-category-compact-grid{grid-template-columns:1fr}.vd-home-hero__facts>div{padding:11px 12px}.vd-home-hero__facts strong{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.vd-skeleton-shimmer::after{animation:none}.vd-home-product-grid{scroll-behavior:auto}}:root{--vd-section:clamp(34px,4vw,64px);--vd-radius:22px;--vd-shadow:0 24px 70px rgba(16,37,27,.13)}.vd-section--tight{padding-block:clamp(30px,3.5vw,58px)}.vd-section-head--premium{margin-bottom:22px;align-items:flex-end}.vd-section-head--premium .vd-copy{margin:9px 0 0;font-size:.93rem}.vd-section-head--premium .vd-kicker{margin-bottom:6px}.vd-section-head--premium .vd-title--small{font-size:clamp(2rem,3.1vw,3.35rem)}.vd-btn--glass{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vd-premium-hero{position:relative;overflow:hidden;padding:22px 0 0;background:linear-gradient(135deg,#0a1b12,#102b1d 58%,#183e28);color:#fff}.vd-premium-hero::before{content:"";position:absolute;inset:-30% -15% auto 45%;height:720px;background:radial-gradient(circle,rgba(214,244,108,.18),transparent 61%);pointer-events:none}.vd-premium-hero__shell{position:relative}.vd-premium-hero .vd-hero-slider{min-height:555px}.vd-premium-hero__slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.92fr);gap:clamp(28px,5vw,78px);align-items:center;padding:56px 24px 112px;opacity:0;visibility:hidden;transform:translateY(14px);transition:.45s ease}.vd-premium-hero__slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}.vd-premium-hero__copy{position:relative;z-index:2;max-width:780px}.vd-premium-hero__eyebrow{display:inline-flex;padding:8px 13px;border:1px solid rgba(214,244,108,.34);border-radius:999px;background:rgba(214,244,108,.08);color:var(--vd-accent);font-size:.69rem;font-weight:900;letter-spacing:.14em}.vd-premium-hero h1,.vd-premium-hero h2{max-width:9.5ch;margin:20px 0 0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(3.2rem,6.9vw,7.45rem);font-weight:900;letter-spacing:-.078em;line-height:.83;text-transform:uppercase;text-wrap:balance}.vd-premium-hero__copy>p{max-width:62ch;margin:24px 0;color:rgba(255,255,255,.72);font-size:clamp(.98rem,1.35vw,1.13rem)}.vd-premium-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.vd-premium-hero__proof{display:flex;flex-wrap:wrap;gap:22px;margin-top:27px;color:rgba(255,255,255,.56);font-size:.74rem}.vd-premium-hero__proof b{margin-right:5px;color:#fff;font-size:.92rem}.vd-premium-hero__visual{position:relative;display:grid;min-height:420px;place-items:center}.vd-premium-hero__orbit{position:absolute;width:min(38vw,490px);aspect-ratio:1;border:1px solid rgba(214,244,108,.25);border-radius:50%;box-shadow:inset 0 0 0 44px rgba(214,244,108,.025),inset 0 0 0 88px rgba(214,244,108,.018)}.vd-premium-hero__visual>img{position:relative;z-index:2;width:min(100%,680px);max-height:455px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 40px 35px rgba(0, 0, 0, .38));transform:rotate(-1deg)}.vd-premium-hero__visual-label{position:absolute;z-index:4;right:0;bottom:35px;display:grid;min-width:180px;padding:16px 18px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(5,17,10,.72);box-shadow:0 18px 44px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.vd-premium-hero__visual-label small{color:var(--vd-accent);font-size:.6rem;font-weight:900;letter-spacing:.13em}.vd-premium-hero__visual-label strong{margin-top:3px;font-size:.88rem}.vd-premium-hero__visual-label a{margin-top:8px;color:rgba(255,255,255,.65);font-size:.7rem;text-decoration:none}.vd-premium-hero__dots{position:absolute;z-index:5;left:25px;bottom:78px;display:flex;gap:7px}.vd-premium-hero__quick{position:relative;z-index:7;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.13);border-bottom:0;border-radius:20px 20px 0 0;background:rgba(255,255,255,.065);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.vd-premium-hero__quick a{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;min-height:76px;padding:12px 18px;border-right:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;transition:background .2s}.vd-premium-hero__quick a:last-child{border-right:0}.vd-premium-hero__quick a:hover{background:rgba(214,244,108,.12)}.vd-premium-hero__quick .vd-icon{width:28px;height:28px;color:var(--vd-accent)}.vd-premium-hero__quick small{display:block;color:rgba(255,255,255,.45);font-size:.55rem;font-weight:900;letter-spacing:.11em}.vd-premium-hero__quick strong{display:block;margin-top:2px;font-size:.8rem}.vd-pathway-premium-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vd-pathway-premium{position:relative;display:flex;min-height:365px;overflow:hidden;padding:22px;border-radius:24px;align-items:flex-end;color:#fff;text-decoration:none;isolation:isolate;box-shadow:0 12px 36px rgba(16,37,27,.1)}.vd-pathway-premium>img{position:absolute;z-index:-3;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.vd-pathway-premium__shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(180deg,rgba(8,23,15,.03) 20%,rgba(8,23,15,.88) 91%)}.vd-pathway-premium__icon{position:absolute;top:18px;left:18px;display:grid;width:48px;height:48px;border-radius:15px;place-items:center;background:var(--vd-accent);color:var(--vd-forest)}.vd-pathway-premium__icon .vd-icon{width:25px;height:25px}.vd-pathway-premium small{color:var(--vd-accent);font-size:.62rem;font-weight:900;letter-spacing:.12em}.vd-pathway-premium h3{max-width:12ch;margin:7px 0 0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(1.45rem,2vw,2.25rem);letter-spacing:-.045em;line-height:.96;text-transform:uppercase}.vd-pathway-premium p{max-width:29ch;margin:10px 0 0;color:rgba(255,255,255,.66);font-size:.78rem;line-height:1.4}.vd-pathway-premium b{display:block;margin-top:16px;color:#fff;font-size:.72rem}.vd-pathway-premium:hover{color:#fff;text-decoration:none}.vd-pathway-premium:hover>img{transform:scale(1.055)}.vd-home-categories{background:#edf0e9}.vd-category-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.vd-category-premium{position:relative;overflow:hidden;border:1px solid rgba(16,37,27,.12);border-radius:20px;background:#fff;color:var(--vd-ink);text-decoration:none;transition:transform .23s ease,box-shadow .23s ease}.vd-category-premium:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(16,37,27,.12);text-decoration:none}.vd-category-premium__media{position:relative;aspect-ratio:1.42;overflow:hidden;background:#e7ebe3}.vd-category-premium__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.vd-category-premium:hover img{transform:scale(1.045)}.vd-category-premium__media small{position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 6px 18px rgba(16,37,27,.1);color:var(--vd-muted);font-size:.57rem;font-weight:850}.vd-category-premium__icon{position:absolute;left:13px;bottom:13px;display:grid;width:46px;height:46px;border:1px solid rgba(255,255,255,.55);border-radius:14px;place-items:center;background:var(--vd-forest);color:var(--vd-accent);box-shadow:0 9px 25px rgba(16,37,27,.24)}.vd-category-premium__icon .vd-icon{width:24px;height:24px}.vd-category-premium__body{display:flex;min-height:84px;padding:17px 17px 18px;align-items:center;justify-content:space-between;gap:12px}.vd-category-premium__body h3{max-width:16ch;margin:0;font-size:1rem;line-height:1.16}.vd-category-premium__body span{color:var(--vd-muted);font-size:.64rem;white-space:nowrap}.vd-category-premium__body b{display:block;color:var(--vd-forest);font-size:1rem}.vd-category-premium--1{grid-column:span 2}.vd-category-premium--1 .vd-category-premium__media{aspect-ratio:2.15}.vd-category-premium--4{grid-row:span 2}.vd-category-premium--4 .vd-category-premium__media{height:calc(100% - 84px);aspect-ratio:auto}.vd-home-products-premium{background:#faf8f3}.vd-premium-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vd-api-product-card,.vd-premium-product-grid>.vd-product-card{min-width:0}.vd-api-product-card{position:relative;display:flex;overflow:hidden;border:1px solid var(--vd-border);border-radius:21px;flex-direction:column;background:#fff;box-shadow:0 8px 28px rgba(16,37,27,.055);transition:transform .22s ease,box-shadow .22s ease}.vd-api-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(16,37,27,.13)}.vd-api-product-card__media{position:relative;display:grid;aspect-ratio:1.05;overflow:hidden;place-items:center;background:linear-gradient(145deg,#edf0eb,#fafaf8)}.vd-api-product-card__media img{width:100%;height:100%;padding:18px;-o-object-fit:contain;object-fit:contain;transition:transform .35s ease}.vd-api-product-card:hover img{transform:scale(1.045)}.vd-api-product-card__badge{position:absolute;top:13px;left:13px;padding:6px 9px;border-radius:999px;background:var(--vd-forest);color:#fff;font-size:.58rem;font-weight:900;letter-spacing:.08em}.vd-api-product-card__tools{position:absolute;z-index:3;top:12px;right:12px;display:grid;gap:7px}.vd-api-product-card__tools button{display:grid;width:36px;height:36px;padding:0;border:1px solid rgba(16,37,27,.12);border-radius:50%;place-items:center;background:rgba(255,255,255,.93);color:var(--vd-forest);cursor:pointer}.vd-api-product-card__tools .vd-icon{width:17px;height:17px}.vd-api-product-card__body{display:flex;min-height:215px;padding:18px;flex-direction:column}.vd-api-product-card__vendor{margin:0 0 7px;color:var(--vd-warm);font-size:.61rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.vd-api-product-card__title{display:-webkit-box;overflow:hidden;margin:0;font-size:.94rem;font-weight:800;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:3}.vd-api-product-card__title a{text-decoration:none}.vd-api-product-card__rating{display:flex;gap:7px;align-items:center;margin-top:10px;color:#b58000;font-size:.7rem}.vd-api-product-card__rating span{color:var(--vd-muted)}.vd-api-product-card__price{display:flex;gap:9px;align-items:baseline;margin-top:13px}.vd-api-product-card__price strong{color:var(--vd-forest);font-size:1.22rem}.vd-api-product-card__price del{color:#9aa29d;font-size:.77rem}.vd-api-product-card__actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto;padding-top:15px}.vd-api-product-card__actions button,.vd-api-product-card__actions>a{display:flex;min-height:40px;padding:9px 13px;border:1px solid var(--vd-forest);border-radius:11px;align-items:center;justify-content:center;background:var(--vd-forest);color:#fff;font-size:.71rem;font-weight:850;text-decoration:none;cursor:pointer}.vd-api-product-card__actions>a{background:0 0;color:var(--vd-forest)}.vd-api-product-card__actions spz-product-form{display:block}.vd-api-product-card__actions button{width:44px;padding:0;background:var(--vd-accent);color:var(--vd-forest);border-color:var(--vd-accent)}.vd-api-product-card__actions button .vd-icon{width:18px;height:18px}.vd-premium-product-grid.is-loaded>.vd-skeleton-card{display:none}.vd-premium-empty{grid-column:1/-1;display:grid;min-height:190px;padding:28px;border:1px solid var(--vd-border);border-radius:20px;place-items:center;background:#fff;text-align:center}.vd-premium-empty a{font-weight:850}.vd-compact-premium{background:var(--vd-forest);color:#fff}.vd-compact-premium__shell{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);gap:18px}.vd-compact-premium__feature{position:relative;display:grid;min-height:480px;overflow:hidden;padding:38px;border:1px solid rgba(255,255,255,.12);border-radius:26px;grid-template-rows:auto 1fr;background:linear-gradient(145deg,#183c29,#0c2116)}.vd-compact-premium__feature h2{max-width:11ch;margin:0;font-family:"Arial Black",Impact,sans-serif;font-size:clamp(2rem,3.5vw,3.7rem);letter-spacing:-.06em;line-height:.92;text-transform:uppercase}.vd-compact-premium__feature p:not(.vd-kicker){max-width:49ch;color:rgba(255,255,255,.62);font-size:.85rem}.vd-compact-premium__feature img{position:absolute;right:-7%;bottom:-3%;width:73%;max-height:310px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(0, 0, 0, .35))}.vd-compact-premium__feature .vd-btn{position:relative;z-index:2;width:-moz-max-content;width:max-content;margin-top:15px}.vd-compact-premium__products{padding:24px;border-radius:26px;background:#f3f1e9;color:var(--vd-ink)}.vd-compact-premium__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--vd-muted);font-size:.65rem;font-weight:900;letter-spacing:.1em}.vd-compact-premium__head a{color:var(--vd-forest);letter-spacing:0;text-decoration:none}.vd-compact-api-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vd-compact-api-grid .vd-api-product-card__media{aspect-ratio:1.25}.vd-compact-api-grid .vd-api-product-card__body{min-height:185px;padding:14px}.vd-compact-api-grid .vd-api-product-card__title{-webkit-line-clamp:2}.vd-compact-api-grid .vd-api-product-card__rating,.vd-compact-api-grid .vd-api-product-card__vendor{display:none}.vd-home-tabs-premium{background:#e5ebe2}.vd-tabs-premium__nav{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 14px;scrollbar-width:none}.vd-tabs-premium__nav::-webkit-scrollbar{display:none}.vd-tabs-premium__nav .vd-tab-button{display:flex;gap:8px;min-height:46px;padding:10px 16px;align-items:center;white-space:nowrap}.vd-tabs-premium__nav .vd-icon{width:19px;height:19px}.vd-tabs-premium__panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:5px 0 15px;color:var(--vd-muted);font-size:.72rem}.vd-tabs-premium__panel-head a{font-weight:850;text-decoration:none}.vd-premium-product-grid--tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.vd-premium-product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.vd-related-premium{padding-bottom:clamp(38px,4vw,65px)}.vd-benefits{box-shadow:0 12px 35px rgba(16,37,27,.06)}.vd-benefit{padding:18px}.vd-benefit__icon{background:var(--vd-forest);color:var(--vd-accent)}.vd-promo{min-height:420px}.vd-promo--enhanced{min-height:440px}.vd-promo__content{padding:clamp(28px,4vw,58px)}.vd-promo__media{min-height:310px}.vd-promo__media img{max-height:390px}.vd-brand-strip{margin-top:20px}.vd-brand-tile{min-height:84px}.vd-home-guide__card{min-height:230px}.vd-home-guide__card h3{margin-top:34px}.vd-home-final__card{padding:clamp(30px,4vw,54px)}@media (max-width:1199px){.vd-category-premium-grid{grid-template-columns:repeat(3,1fr)}.vd-category-premium--1{grid-column:span 2}.vd-category-premium--4{grid-row:auto}.vd-category-premium--4 .vd-category-premium__media{height:auto;aspect-ratio:1.42}.vd-premium-product-grid,.vd-premium-product-grid--related,.vd-premium-product-grid--tabs{grid-template-columns:repeat(3,1fr)}.vd-pathway-premium-grid{grid-template-columns:1fr 1fr}}@media (max-width:959px){.vd-premium-hero .vd-hero-slider{min-height:850px}.vd-premium-hero__slide{grid-template-columns:1fr;padding:45px 20px 120px;text-align:center}.vd-premium-hero__copy{margin:auto}.vd-premium-hero h1,.vd-premium-hero h2{margin-inline:auto}.vd-premium-hero__actions,.vd-premium-hero__proof{justify-content:center}.vd-premium-hero__visual{min-height:320px}.vd-premium-hero__visual>img{max-height:330px}.vd-premium-hero__quick{grid-template-columns:1fr 1fr}.vd-premium-hero__quick a:nth-child(2){border-right:0}.vd-premium-hero__quick a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.vd-premium-product-grid,.vd-premium-product-grid--related,.vd-premium-product-grid--tabs{grid-template-columns:1fr 1fr}.vd-compact-premium__shell{grid-template-columns:1fr}.vd-compact-premium__feature{min-height:420px}.vd-compact-premium__feature img{width:55%}}@media (max-width:719px){.vd-container{width:min(100% - 24px,var(--vd-max))}.vd-section-head--premium{display:block}.vd-premium-hero{padding-top:10px}.vd-premium-hero .vd-hero-slider{min-height:790px}.vd-premium-hero__slide{padding-top:34px}.vd-premium-hero h1,.vd-premium-hero h2{font-size:clamp(2.85rem,15vw,4.65rem)}.vd-premium-hero__visual-label{right:5px;bottom:5px;min-width:150px;padding:12px}.vd-premium-hero__dots{left:50%;bottom:82px;transform:translateX(-50%)}.vd-pathway-premium-grid{grid-template-columns:1fr}.vd-pathway-premium{min-height:330px}.vd-category-premium-grid{grid-template-columns:1fr 1fr}.vd-category-premium--1{grid-column:span 2}.vd-category-premium--4{grid-column:span 1}.vd-category-premium__body{min-height:78px;padding:13px}.vd-category-premium__body span{display:none}.vd-category-premium__body h3{font-size:.88rem}.vd-category-premium__icon{width:40px;height:40px}.vd-premium-product-grid,.vd-premium-product-grid--related,.vd-premium-product-grid--tabs{grid-template-columns:1fr 1fr;gap:10px}.vd-api-product-card__body{min-height:190px;padding:13px}.vd-api-product-card__title{font-size:.82rem}.vd-api-product-card__price strong{font-size:1rem}.vd-api-product-card__actions{grid-template-columns:1fr}.vd-api-product-card__actions spz-product-form{display:none}.vd-compact-api-grid{grid-template-columns:1fr 1fr}.vd-compact-premium__feature{min-height:390px;padding:28px}.vd-compact-premium__feature img{width:70%;opacity:.78}.vd-tabs-premium__panel-head{align-items:flex-start;flex-direction:column}}@media (max-width:430px){.vd-premium-hero__quick a{grid-template-columns:36px 1fr;padding:10px}.vd-premium-hero__quick .vd-icon{width:22px}.vd-category-premium-grid{grid-template-columns:1fr}.vd-category-premium--1{grid-column:auto}.vd-compact-api-grid,.vd-premium-product-grid,.vd-premium-product-grid--related,.vd-premium-product-grid--tabs{grid-template-columns:1fr}.vd-category-premium__media{aspect-ratio:1.65}.vd-api-product-card__media{aspect-ratio:1.3}}:root{--vd-section:clamp(38px,4.2vw,64px)}.vd-section{padding-block:var(--vd-section)}.vd-section--compact{padding-block:clamp(28px,3.2vw,48px)}.vd-section--tight{padding-block:clamp(30px,3.2vw,52px)}.vd-section-head{margin-bottom:22px}.vd-section-head--premium{margin-bottom:22px}.vd-copy{margin-top:8px;margin-bottom:0}.vd-kicker{margin-bottom:8px}.vd-home-categories{background:#edf0e9}.vd-category-premium-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;grid-auto-flow:row}.vd-category-premium,.vd-category-premium--1,.vd-category-premium--4{display:flex;min-width:0;height:100%;grid-column:auto;grid-row:auto;flex-direction:column}.vd-category-premium--1 .vd-category-premium__media,.vd-category-premium--4 .vd-category-premium__media,.vd-category-premium__media{width:100%;height:auto;aspect-ratio:1.42}.vd-category-premium__media img{-o-object-fit:contain;object-fit:contain;padding:14px;background:linear-gradient(145deg,#f7f8f5,#e7ece5)}.vd-category-premium__body{min-height:76px;padding:14px 15px 15px}.vd-category-premium__body h3{font-size:.92rem;max-width:14ch}.vd-category-premium__body span{font-size:.6rem}.vd-category-premium__icon{width:40px;height:40px;border-radius:12px}.vd-category-premium__icon .vd-icon{width:21px;height:21px}.vd-brand-zone{background:var(--vd-bg)}.vd-brand-zone--intro{padding:clamp(38px,4vw,58px) 0 12px}.vd-brand-zone--strip{padding:0 0 clamp(38px,4vw,58px)}.vd-brand-zone--intro .vd-brand-intro{align-items:center}.vd-brand-strip{margin-top:0;border-radius:18px;box-shadow:0 10px 30px rgba(16,37,27,.045)}.vd-brand-tile{min-height:68px;padding:12px 9px}.vd-brand-wordmark{font-size:.76rem}.vd-compact-api-grid:empty,.vd-premium-product-grid:empty{display:none}.vd-premium-product-grid{gap:14px}.vd-premium-product-grid>.vd-api-product-card,.vd-premium-product-grid>.vd-product-card{height:100%}.vd-premium-product-grid>.vd-product-card .vd-product-card__body{min-height:180px}.vd-premium-product-grid>.vd-product-card .vd-product-card__media{aspect-ratio:1.08}.vd-premium-product-grid>.vd-product-card .vd-product-card__media img{padding:14px;-o-object-fit:contain;object-fit:contain}.vd-premium-empty{min-height:120px;padding:20px}.vd-home-products-premium{background:#faf8f3}.vd-compact-premium__feature{min-height:400px}.vd-compact-premium__products{padding:18px}.vd-promo{min-height:360px}.vd-promo--enhanced{min-height:380px}.vd-promo__media{min-height:260px}.vd-promo__content{padding:clamp(24px,3.3vw,46px)}.vd-home-guide__card{min-height:190px}.vd-home-guide__card h3{margin-top:22px}.vd-home-final__card{padding:clamp(26px,3.4vw,44px)}.vd-related-premium{padding-bottom:clamp(34px,3.6vw,56px)}.vd-order-lookup{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);gap:24px;align-items:start}.vd-order-lookup__form,.vd-order-lookup__help{padding:clamp(22px,3vw,36px);border:1px solid var(--vd-border);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(16,37,27,.055)}.vd-order-lookup__help{background:var(--vd-forest);color:#fff}.vd-order-lookup__help a{color:var(--vd-accent)}.vd-order-lookup .vd-field{display:grid;gap:7px;margin-bottom:15px}.vd-order-lookup .vd-field label{font-size:.78rem;font-weight:850}.vd-order-lookup .vd-field input{min-height:50px;padding:12px 14px;border:1px solid var(--vd-border);border-radius:12px;background:#fff;color:var(--vd-ink)}.vd-order-error{margin-bottom:14px;padding:12px 14px;border-radius:12px;background:#fff0eb;color:#7c2c19;font-weight:750}@media (max-width:1199px){.vd-category-premium-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vd-category-premium--1,.vd-category-premium--4{grid-column:auto;grid-row:auto}.vd-category-premium--1 .vd-category-premium__media,.vd-category-premium--4 .vd-category-premium__media{height:auto;aspect-ratio:1.42}}@media (max-width:959px){.vd-section-head{margin-bottom:18px}.vd-brand-zone--intro{padding-bottom:10px}.vd-brand-strip{grid-template-columns:repeat(3,1fr)}.vd-order-lookup{grid-template-columns:1fr}}@media (max-width:719px){:root{--vd-section:clamp(30px,8vw,46px)}.vd-section--tight{padding-block:clamp(26px,7vw,42px)}.vd-category-premium-grid{grid-template-columns:1fr 1fr;gap:10px}.vd-category-premium--1,.vd-category-premium--4{grid-column:auto}.vd-category-premium__media{aspect-ratio:1.3}.vd-category-premium__body{min-height:70px;padding:12px}.vd-category-premium__body span{display:none}.vd-brand-zone--intro{padding-top:34px}.vd-brand-zone--strip{padding-bottom:34px}.vd-brand-strip{grid-template-columns:repeat(3,1fr)}.vd-brand-tile{min-height:58px}.vd-compact-premium__feature{min-height:340px}}@media (max-width:430px){.vd-category-premium-grid{grid-template-columns:1fr 1fr}.vd-category-premium__media{aspect-ratio:1.2}.vd-category-premium__body h3{font-size:.82rem}.vd-brand-strip{grid-template-columns:1fr 1fr}}.vd-image-failed{position:relative;background:linear-gradient(145deg,#eef1ec,#fafaf7)}.vd-image-failed>img{display:none!important}.vd-image-failed::after{content:"Image unavailable";position:absolute;inset:0;display:grid;place-items:center;padding:18px;color:var(--vd-muted);font-size:.72rem;font-weight:800;text-align:center}.vd-payment--labels{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:flex-end}.vd-payment--labels span{display:inline-flex;min-height:28px;padding:5px 9px;border:1px solid rgba(255,255,255,.22);border-radius:7px;align-items:center;color:rgba(255,255,255,.82);font-size:.62rem;font-weight:850;letter-spacing:.04em}:root{--vd-section:clamp(26px,2.8vw,46px)}.vd-section{padding-block:var(--vd-section)}.vd-section--tight{padding-block:clamp(24px,2.5vw,40px)}.vd-section--compact{padding-block:clamp(22px,2.4vw,38px)}.vd-section-head,.vd-section-head--premium{margin-bottom:16px}.vd-section-head--premium .vd-title--small{font-size:clamp(1.85rem,2.55vw,2.8rem);line-height:.98}.vd-section-head--premium .vd-copy{max-width:62ch;margin-top:7px;line-height:1.52}.vd-kicker{margin-bottom:6px}.vd-pathway-premium-grid{gap:12px}.vd-pathway-premium{min-height:305px;padding:19px;border-radius:20px}.vd-pathway-premium>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.vd-pathway-premium h3{font-size:clamp(1.35rem,1.7vw,1.9rem)}.vd-pathway-premium p{margin-top:7px}.vd-pathway-premium b{margin-top:11px}.vd-home-categories{padding-block:clamp(28px,3vw,44px)}.vd-category-premium-grid{gap:12px}.vd-category-premium--1 .vd-category-premium__media,.vd-category-premium--4 .vd-category-premium__media,.vd-category-premium__media{aspect-ratio:1.5}.vd-category-premium__media img{padding:0;-o-object-fit:cover;object-fit:cover;background:0 0}.vd-category-premium__body{min-height:68px;padding:11px 13px 12px}.vd-category-premium__body h3{font-size:.86rem;line-height:1.15}.vd-category-premium__body span{font-size:.58rem}.vd-category-premium__icon{width:36px;height:36px;border-radius:10px}.vd-category-premium__icon .vd-icon{width:19px;height:19px}.vd-category-premium__media small{top:9px;right:9px;padding:5px 7px}.vd-premium-hero{padding-top:10px}.vd-premium-hero .vd-hero-slider{min-height:510px}.vd-premium-hero__slide{padding:42px 22px 98px}.vd-premium-hero__visual{min-height:370px}.vd-premium-hero__visual>img{width:min(100%,640px);max-height:400px;-o-object-fit:contain;object-fit:contain}.vd-premium-hero__quick a{min-height:68px}.vd-promo{min-height:330px}.vd-promo--enhanced{min-height:350px}.vd-promo__media{min-height:235px}.vd-promo__media img{width:100%;height:100%;max-height:330px;-o-object-fit:contain;object-fit:contain;padding:14px}.vd-promo__content{padding:clamp(22px,3vw,40px)}.vd-compact-premium__shell{grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);gap:14px}.vd-compact-premium__feature{min-height:350px;padding:30px;grid-template-rows:auto;background:linear-gradient(145deg,#153a27,#091d13)}.vd-compact-premium__feature>div{position:relative;z-index:2;max-width:55%}.vd-compact-premium__feature h2{font-size:clamp(1.8rem,2.8vw,3rem)}.vd-compact-premium__feature img{right:-3%;bottom:-2%;width:68%;max-height:320px;-o-object-fit:contain;object-fit:contain}.vd-compact-premium__products{padding:16px}.vd-compact-api-grid{gap:10px}.vd-compact-api-grid .vd-api-product-card__body{min-height:165px;padding:12px}.vd-brand-zone--intro{padding:24px 0 7px}.vd-brand-zone--strip{padding:0 0 26px}.vd-brand-zone--intro .vd-brand-intro{gap:18px;align-items:center}.vd-brand-zone--intro .vd-title--small{font-size:clamp(1.8rem,2.5vw,2.75rem)}.vd-brand-strip{margin-top:0;border-radius:16px}.vd-brand-tile{min-height:58px;padding:10px 8px}.vd-brand-wordmark{font-size:.7rem}.vd-product-main{grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:clamp(24px,3.8vw,54px);padding-bottom:clamp(28px,3vw,46px)}.vd-product-gallery{grid-template-columns:76px minmax(0,1fr);gap:11px;align-items:start}.vd-product-gallery--single{grid-template-columns:1fr}.vd-product-thumbs{max-height:min(66vw,650px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.vd-product-thumb{aspect-ratio:1;border-radius:11px}.vd-product-stage{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:1/1;align-self:start;background:#f1f3ee}.vd-product-stage>img{width:100%;height:100%;max-height:none;padding:clamp(14px,2.4vw,32px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;box-sizing:border-box}.vd-product-info{top:104px}.vd-product-title{font-size:clamp(2rem,3vw,3.25rem);line-height:1.01;letter-spacing:-.045em}.vd-product-price{margin-top:14px}.vd-product-tabs{padding-bottom:clamp(30px,3.4vw,50px)}.vd-product-tabs__nav{gap:18px;overflow-x:auto}.vd-product-tabs__button{padding:13px 4px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:1rem}.vd-product-tabs__panel{padding:22px 0}.vd-product-description{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;font-size:clamp(15px,1vw,17px)!important;line-height:1.72!important;color:#2f3b35!important}.vd-product-description__inner{max-width:1180px}.vd-product-description :where(p,li,span,div,td,th){font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important}.vd-product-description :where(p){margin:0 0 1.05em!important}.vd-product-description :where(ul,ol){margin:1.1em 0 1.25em!important;padding-left:1.45em!important}.vd-product-description :where(li){margin:.42em 0!important}.vd-product-description :where(h2,h3,h4){font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;color:var(--vd-ink)!important;letter-spacing:-.025em!important;line-height:1.18!important;margin:1.45em 0 .65em!important}.vd-product-description h2{font-size:clamp(1.45rem,2vw,2rem)!important}.vd-product-description h3{font-size:clamp(1.2rem,1.55vw,1.55rem)!important}.vd-product-description :where(img){display:block;max-width:100%!important;height:auto!important;margin:1.35rem auto!important;border-radius:14px}.vd-product-description :where(table){display:block;width:100%!important;max-width:100%;overflow-x:auto;border-collapse:collapse}.vd-product-description :where(td,th){padding:9px 11px!important;border:1px solid var(--vd-border)!important}@media (max-width:1100px){.vd-compact-premium__shell{grid-template-columns:1fr}.vd-compact-premium__feature{min-height:300px}.vd-compact-premium__feature>div{max-width:56%}.vd-compact-premium__feature img{width:55%;max-height:280px}}@media (max-width:959px){.vd-premium-hero .vd-hero-slider{min-height:760px}.vd-premium-hero__slide{padding:34px 18px 105px}.vd-premium-hero__visual{min-height:290px}.vd-product-main{grid-template-columns:1fr}.vd-product-info{position:relative;top:auto}.vd-product-gallery{grid-template-columns:68px minmax(0,1fr)}.vd-product-gallery--single{grid-template-columns:1fr}.vd-brand-zone--intro{padding-top:22px}}@media (max-width:719px){:root{--vd-section:clamp(24px,6.5vw,38px)}.vd-section--tight{padding-block:clamp(22px,6vw,34px)}.vd-premium-hero .vd-hero-slider{min-height:720px}.vd-pathway-premium{min-height:285px}.vd-category-premium-grid{gap:9px}.vd-category-premium__media{aspect-ratio:1.35}.vd-compact-premium__feature{min-height:340px;padding:24px;padding-bottom:150px}.vd-compact-premium__feature>div{max-width:100%}.vd-compact-premium__feature img{width:72%;max-height:210px;opacity:.9}.vd-product-gallery{grid-template-columns:1fr}.vd-product-thumbs{display:flex;max-height:none;overflow-x:auto;overflow-y:hidden;order:2}.vd-product-thumb{flex:0 0 64px}.vd-product-stage{order:1;aspect-ratio:1/1}.vd-product-stage>img{padding:12px}.vd-product-tabs__nav{gap:14px}.vd-product-tabs__button{font-size:.9rem}}.vd-product-identity__value.is-unavailable{color:var(--vd-muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-style:italic;font-weight:600;letter-spacing:0}.vd-product-identity__item{min-height:22px}.vd-product-description .vd-product-copy{max-width:1120px}.vd-product-description .vd-product-copy>h2:first-child{margin-top:0!important}.vd-product-description .vd-product-copy h2{padding-bottom:.42rem;border-bottom:1px solid var(--vd-border)}.vd-product-description .vd-product-copy ul{display:grid;gap:.2rem}.vd-product-description .vd-product-copy table{margin:1.1rem 0 1.5rem!important;background:#fff;border:1px solid var(--vd-border);border-radius:14px}.vd-product-description .vd-product-copy th{width:38%;background:#edf2ed;text-align:left;font-weight:800!important}.vd-product-description .vd-product-copy td{background:#fff}.vd-product-description .vd-product-copy :where(p,li,td,th){font-size:clamp(15px,1vw,17px)!important}@media (max-width:720px){.vd-product-description .vd-product-copy table{display:block}.vd-product-description .vd-product-copy th{width:auto}.vd-product-identity{font-size:.86rem}}.vd-compact-api-grid>.vd-premium-empty:only-child,.vd-premium-product-grid>.vd-premium-empty:only-child{grid-column:1/-1}.vd-compact-api-grid:has(.vd-product-card)>.vd-premium-empty,.vd-premium-product-grid:has(.vd-product-card)>.vd-premium-empty{display:none}