@font-face{font-family:Bebas Neue;src:url(bebas-neue-regular.woff2) format("woff2"),url(bebas-neue-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Another Danger;src:url(another-danger-demo.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--vp-bg: #0a0a0a;--vp-bg-alt: #111111;--vp-bg-card: #151515;--vp-accent: #e8272c;--vp-accent-dark: #b81e22;--vp-text: #ffffff;--vp-text-secondary: #b8b8b8;--vp-border: rgba(255, 255, 255, .08);--vp-border-strong: rgba(255, 255, 255, .16);--vp-font-display: "Oswald", sans-serif;--vp-font-body: "Inter", sans-serif;--vp-font-hero-title: "Bebas Neue", var(--vp-font-display), sans-serif;--vp-font-hero-accent: "Another Danger", "Permanent Marker", cursive;--vp-container-max: 1400px;--vp-container-pad: clamp(1.25rem, 4vw, 3rem);--vp-section-py: clamp(4rem, 8vw, 8rem);--vp-radius-sm: 6px;--vp-radius-md: 14px;--vp-radius-lg: 24px;--product-card-corner-radius: var(--vp-radius-md);--vp-ease: cubic-bezier(.16, 1, .3, 1);--vp-ease-soft: cubic-bezier(.22, .61, .36, 1);--vp-dur-fast: .25s;--vp-dur-base: .5s;--vp-dur-slow: .9s}.vp-reveal{opacity:0;transform:translateY(28px);transition:opacity var(--vp-dur-slow) var(--vp-ease),transform var(--vp-dur-slow) var(--vp-ease);transition-delay:var(--vp-reveal-delay, 0s);will-change:opacity,transform}.vp-reveal.is-visible{opacity:1;transform:translateY(0)}.vp-reveal-left{opacity:0;transform:translate(-36px);transition:opacity var(--vp-dur-slow) var(--vp-ease),transform var(--vp-dur-slow) var(--vp-ease);transition-delay:var(--vp-reveal-delay, 0s)}.vp-reveal-left.is-visible{opacity:1;transform:translate(0)}.vp-reveal-right{opacity:0;transform:translate(36px);transition:opacity var(--vp-dur-slow) var(--vp-ease),transform var(--vp-dur-slow) var(--vp-ease);transition-delay:var(--vp-reveal-delay, 0s)}.vp-reveal-right.is-visible{opacity:1;transform:translate(0)}.vp-reveal-scale{opacity:0;transform:scale(.94);transition:opacity var(--vp-dur-slow) var(--vp-ease),transform var(--vp-dur-slow) var(--vp-ease);transition-delay:var(--vp-reveal-delay, 0s)}.vp-reveal-scale.is-visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.vp-reveal,.vp-reveal-left,.vp-reveal-right,.vp-reveal-scale,.vp-hero__title-line>span,.vp-hero__description,.vp-hero__actions,.vp-hero__media,.vp-btn{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}.vp-reveal,.vp-reveal-left,.vp-reveal-right,.vp-reveal-scale{opacity:1;transform:none}}.vp-btn{position:relative;display:inline-flex;align-items:center;gap:.6rem;font-family:var(--vp-font-display);font-size:.85rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;padding:1.05rem 1.9rem;border-radius:var(--vp-radius-sm);border:1px solid transparent;cursor:pointer;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),border-color var(--vp-dur-fast) var(--vp-ease-soft),box-shadow var(--vp-dur-fast) var(--vp-ease-soft);white-space:nowrap}.vp-btn svg{width:18px;height:18px;flex-shrink:0}.vp-btn:focus-visible{outline:2px solid var(--vp-accent);outline-offset:3px}.vp-btn--primary{background:var(--vp-accent);color:#fff;box-shadow:0 8px 24px -8px #e8272c8c}.vp-btn--primary:hover{background:var(--vp-accent-dark);box-shadow:0 12px 32px -8px #e8272cb3}.vp-btn--outline{background:transparent;color:var(--vp-text);border-color:var(--vp-border-strong)}.vp-btn--outline:hover{border-color:var(--vp-text);background:#ffffff0a}.vp-btn--magnetic{transform:translate(calc(var(--mx, 0) * 1px),calc(var(--my, 0) * 1px))}.vp-btn--pulse{animation:vpCheckoutPulse 1.8s ease-in-out infinite}.vp-btn--pulse:hover{animation-play-state:paused}.vp-btn__nudge-arrow{display:inline-flex;width:16px;height:16px;animation:vpNudgeArrow 1.6s ease-in-out infinite}.vp-btn__nudge-arrow svg{width:100%;height:100%}@keyframes vpNudgeArrow{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.vp-hero{position:relative;background:var(--vp-bg);padding:clamp(2.5rem,6vw,4.5rem) var(--vp-container-pad) clamp(3rem,6vw,5rem);overflow:hidden}.vp-hero:before{content:"";position:absolute;top:-10%;right:-6%;width:46%;height:60%;background:radial-gradient(circle,rgba(232,39,44,.16) 0%,transparent 70%);filter:blur(60px);pointer-events:none;z-index:0}.vp-hero__container{position:relative;z-index:1;max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.vp-hero__content{max-width:560px}.vp-hero__title{margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.15em;text-transform:uppercase}.vp-hero__title-line{position:relative;display:inline-block;overflow:hidden;color:var(--vp-text);font-family:var(--vp-font-hero-title);font-weight:400;line-height:1.05;letter-spacing:.02em;font-size:clamp(2.1rem,4.2vw,var(--vp-hero-title-size, 54px));text-shadow:0 3px 14px rgba(0,0,0,.55)}.vp-hero__title-line>span{display:inline-block;animation:vpTitleLineIn .9s var(--vp-ease) both}.vp-hero__title-line:nth-child(1)>span{animation-delay:.15s}.vp-hero__title-line:nth-child(2)>span{animation-delay:.32s}@keyframes vpTitleLineIn{0%{transform:translateY(115%);opacity:0}to{transform:translateY(0);opacity:1}}.vp-hero__title-accent{color:var(--vp-accent);font-family:var(--vp-font-hero-accent);font-weight:400;text-transform:none;letter-spacing:0;line-height:1.5;padding-bottom:.12em;margin-top:-.42em;position:relative;z-index:1;font-size:clamp(2.3rem,5vw,var(--vp-hero-accent-size, 66px));text-shadow:0 4px 18px rgba(0,0,0,.45),0 1px 0 rgba(0,0,0,.35)}.vp-hero__description{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-hero-desc-size, 16px));line-height:1.65;max-width:440px;margin-bottom:2.25rem;animation:vpFadeUp .9s var(--vp-ease) both;animation-delay:.5s}.vp-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;animation:vpFadeUp .9s var(--vp-ease) both;animation-delay:.65s}.vp-hero__actions .vp-btn{font-size:clamp(.7rem,1.2vw,var(--vp-hero-btn-size, 14px))}@keyframes vpFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.vp-hero__media{position:relative;animation:vpScaleIn 1s var(--vp-ease) both;animation-delay:.25s}@keyframes vpScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.vp-hero__video-wrapper{position:relative;aspect-ratio:var(--vp-hero-desktop-ratio, 16 / 10.5);width:100%;border-radius:var(--vp-radius-lg);overflow:hidden;background:var(--vp-bg-alt);box-shadow:0 30px 70px -20px #000000b3}.vp-hero__video-wrapper video,.vp-hero__video-wrapper img.vp-hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.vp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#00000026 55%,#00000073);opacity:var(--vp-overlay-opacity, .35);pointer-events:none;transition:opacity var(--vp-dur-base) var(--vp-ease)}.vp-hero__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:clamp(56px,6vw,76px);height:clamp(56px,6vw,76px);border-radius:50%;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.65);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),opacity var(--vp-dur-base) var(--vp-ease);z-index:2}.vp-hero__play-btn:hover{background:#e8272cd9;border-color:var(--vp-accent);transform:translate(-50%,-50%) scale(1.08)}.vp-hero__play-btn:focus-visible{outline:2px solid var(--vp-accent);outline-offset:4px}.vp-hero__play-btn svg{width:38%;height:38%}.vp-hero__play-btn .icon-pause{display:none}.vp-hero__video-wrapper.is-playing .vp-hero__play-btn{opacity:0;pointer-events:none}.vp-hero__video-wrapper.is-playing:hover .vp-hero__play-btn{opacity:1;pointer-events:auto}.vp-hero__video-wrapper.is-playing .vp-hero__play-btn .icon-play{display:none}.vp-hero__video-wrapper.is-playing .vp-hero__play-btn .icon-pause{display:block}.vp-hero__mute-btn{position:absolute;right:1.1rem;bottom:1.1rem;width:40px;height:40px;border-radius:50%;background:#0a0a0a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.35);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color var(--vp-dur-fast) var(--vp-ease-soft),border-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-hero__mute-btn:hover{background:#e8272cd9;border-color:var(--vp-accent)}.vp-hero__mute-btn:focus-visible{outline:2px solid var(--vp-accent);outline-offset:3px}.vp-hero__mute-btn svg{width:18px;height:18px}.vp-hero__mute-btn .icon-muted{display:block}.vp-hero__mute-btn .icon-unmuted,.vp-hero__mute-btn.is-unmuted .icon-muted{display:none}.vp-hero__mute-btn.is-unmuted .icon-unmuted{display:block}@media(max-width:1024px){.vp-hero__container{grid-template-columns:1fr}.vp-hero__content{max-width:640px}.vp-hero__media{order:-1}.vp-hero__video-wrapper{aspect-ratio:var(--vp-hero-mobile-ratio, 9 / 16)}}@media(max-width:768px){.vp-hero{padding-top:2rem}.vp-hero__title-line{font-size:clamp(1.9rem,8vw,var(--vp-hero-title-size, 54px))}.vp-hero__title-accent{font-size:clamp(2rem,9vw,var(--vp-hero-accent-size, 66px))}.vp-hero__description{font-size:clamp(.8rem,3.6vw,var(--vp-hero-desc-size, 16px))}.vp-hero__actions{gap:.75rem}.vp-btn{flex:1 1 auto;justify-content:center;padding:1rem 1.4rem}.vp-hero__actions .vp-btn{font-size:clamp(.72rem,3vw,var(--vp-hero-btn-size, 14px))}}@media(max-width:480px){.vp-hero__video-wrapper{border-radius:var(--vp-radius-md)}.vp-hero__actions{flex-direction:column}}@media(min-width:1600px){.vp-hero__container{gap:6rem}}.vp-benefits{position:relative;background:var(--vp-bg);border-top:1px solid var(--vp-border);border-bottom:1px solid var(--vp-border);padding:clamp(1.75rem,3vw,2.75rem) var(--vp-container-pad)}.vp-benefits__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr)}.vp-benefits__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:.75rem 1.25rem;border-left:1px solid var(--vp-border);animation:vpFadeUp .7s var(--vp-ease) both;animation-delay:var(--vp-reveal-delay, 0s)}.vp-benefits__item:first-child{border-left:none}.vp-benefits__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--vp-text);transition:color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-benefits__icon svg{width:100%;height:100%}.vp-benefits__item:hover .vp-benefits__icon{color:var(--vp-accent);transform:translateY(-3px)}.vp-benefits__label{font-family:var(--vp-font-display);font-size:.72rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--vp-text-secondary);line-height:1.35;max-width:130px}@media(max-width:1024px){.vp-benefits__container{grid-template-columns:repeat(3,1fr)}.vp-benefits__item:nth-child(3n+1){border-left:none}.vp-benefits__item:nth-child(n+4){border-top:1px solid var(--vp-border);padding-top:1.5rem}}@media(max-width:600px){.vp-benefits__container{grid-template-columns:repeat(2,1fr)}.vp-benefits__item:nth-child(3n+1){border-left:1px solid var(--vp-border)}.vp-benefits__item:nth-child(odd){border-left:none}.vp-benefits__item:nth-child(n+3){border-top:1px solid var(--vp-border);padding-top:1.5rem}.vp-benefits__icon{width:36px;height:36px}.vp-benefits__label{font-size:.68rem;max-width:110px}}.vp-services{background:var(--vp-bg-alt);padding:var(--vp-section-py) var(--vp-container-pad)}.vp-services__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(2rem,5vw,4rem);align-items:center}.vp-services__content{max-width:460px;animation:vpFadeLeft .9s var(--vp-ease) both}@keyframes vpFadeLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.vp-services__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-services-eyebrow-size, .78rem));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:1rem}.vp-services__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--vp-accent)}.vp-services__heading{font-family:var(--vp-font-hero-title);font-weight:400;text-transform:uppercase;line-height:1.1;font-size:clamp(1.6rem,4vw,var(--vp-services-heading-size, 2.5rem));color:var(--vp-text);margin:0 0 1.25rem}.vp-services__description{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-services-desc-size, 1rem));line-height:1.7;margin-bottom:2rem}.vp-services__content .vp-btn{font-size:clamp(.7rem,1.2vw,var(--vp-services-btn-size, 14px))}.vp-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.vp-services__grid--cols-4{grid-template-columns:repeat(4,1fr);gap:1rem}.vp-services__grid--cols-4 .vp-services__card{aspect-ratio:3 / 4}.vp-services__grid--carousel{display:flex;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.vp-services__grid--carousel .vp-services__card{flex:0 0 auto;width:min(78vw,320px);scroll-snap-align:start}.vp-services__card{position:relative;aspect-ratio:1 / 1.08;border-radius:var(--vp-radius-md);overflow:hidden;background:var(--vp-bg-card);isolation:isolate;animation:vpScaleIn .8s var(--vp-ease) both}.vp-services__grid .vp-services__card:nth-child(1){animation-delay:.05s}.vp-services__grid .vp-services__card:nth-child(2){animation-delay:.15s}.vp-services__grid .vp-services__card:nth-child(3){animation-delay:.25s}.vp-services__grid .vp-services__card:nth-child(4){animation-delay:.35s}.vp-services__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--vp-dur-slow) var(--vp-ease)}.vp-services__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#000000c7);z-index:1;transition:opacity var(--vp-dur-base) var(--vp-ease)}.vp-services__card:hover .vp-services__card-img{transform:scale(1.07)}.vp-services__card-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.6rem}.vp-services__card-icon{width:30px;height:30px;color:var(--vp-accent);transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-services__card-icon svg{width:100%;height:100%}.vp-services__card .vp-services__card-icon{animation:vpIconBob 2.6s ease-in-out infinite}.vp-services__grid .vp-services__card:nth-child(2) .vp-services__card-icon{animation-delay:.3s}.vp-services__grid .vp-services__card:nth-child(3) .vp-services__card-icon{animation-delay:.6s}.vp-services__grid .vp-services__card:nth-child(4) .vp-services__card-icon{animation-delay:.9s}.vp-services__grid .vp-services__card:nth-child(5) .vp-services__card-icon{animation-delay:1.2s}.vp-services__grid .vp-services__card:nth-child(6) .vp-services__card-icon{animation-delay:1.5s}@keyframes vpIconBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.vp-services__card:hover .vp-services__card-icon{animation-play-state:paused;transform:translateY(-2px)}.vp-services__card-caption{font-family:var(--vp-font-display);font-size:clamp(.68rem,1.4vw,var(--vp-services-caption-size, .8rem));font-weight:500;letter-spacing:.03em;text-transform:uppercase;line-height:1.3;color:var(--vp-text)}@media(max-width:1024px){.vp-services__container{grid-template-columns:1fr}.vp-services__content{max-width:640px}}@media(max-width:600px){.vp-services__grid{grid-template-columns:1fr 1fr;gap:.85rem}.vp-services__card{aspect-ratio:1 / 1.15}.vp-services__card-caption{font-size:clamp(.62rem,3vw,var(--vp-services-caption-size, .8rem))}.vp-services__card-icon{width:24px;height:24px}}.vp-ba{background:var(--vp-bg);padding:var(--vp-section-py) var(--vp-container-pad)}.vp-ba__container{max-width:var(--vp-container-max);margin:0 auto;border:1px solid rgba(232,39,44,.35);border-radius:var(--vp-radius-lg);padding:clamp(2rem,4vw,3.25rem) clamp(1.25rem,3vw,2.5rem);position:relative;overflow:hidden}.vp-ba__container:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:60%;height:50%;background:radial-gradient(circle,rgba(232,39,44,.12) 0%,transparent 70%);filter:blur(60px);pointer-events:none}.vp-ba__head{text-align:center;max-width:560px;margin:0 auto clamp(2rem,4vw,3rem);position:relative;z-index:1}.vp-ba__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-ba-eyebrow-size, 14px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.85rem}.vp-ba__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.7rem,4.6vw,var(--vp-ba-heading-size, 2.4rem));margin:0 0 .75rem}.vp-ba__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.9rem,1.6vw,var(--vp-ba-subheading-size, 1rem));line-height:1.6}.vp-ba__track{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.vp-ba__card{width:100%}.vp-ba__slider{--pos: 50%;position:relative;aspect-ratio:4 / 3.1;width:100%;border-radius:var(--vp-radius-md);overflow:hidden;cursor:ew-resize;background:var(--vp-bg-card);box-shadow:0 20px 45px -18px #0009;-webkit-user-select:none;user-select:none}.vp-ba__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.vp-ba__img img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.vp-ba__img--before{clip-path:inset(0 calc(100% - var(--pos)) 0 0);transition:clip-path .05s linear}.vp-ba__slider.is-dragging .vp-ba__img--before{transition:none}.vp-ba__label{position:absolute;top:.9rem;z-index:2;font-family:var(--vp-font-display);font-size:clamp(.58rem,1.4vw,var(--vp-ba-label-size, 11px));font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--vp-text);background:#0a0a0a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:.32rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);pointer-events:none}.vp-ba__label--before{left:.9rem}.vp-ba__label--after{right:.9rem}.vp-ba__handle{position:absolute;top:0;bottom:0;left:var(--pos);transform:translate(-50%);z-index:3;display:flex;align-items:center;justify-content:center;cursor:ew-resize;touch-action:none}.vp-ba__handle-line{position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translate(-50%);background:#ffffffd9;box-shadow:0 0 12px #00000080}.vp-ba__handle-grip{position:relative;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--vp-bg);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0006;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-ba__handle-grip svg{width:55%;height:55%}.vp-ba__slider:hover .vp-ba__handle-grip,.vp-ba__handle:focus-visible .vp-ba__handle-grip{background:var(--vp-accent);color:#fff;transform:scale(1.08)}.vp-ba__handle:focus-visible{outline:none}.vp-ba__handle:focus-visible .vp-ba__handle-grip{outline:2px solid var(--vp-accent);outline-offset:3px}.vp-ba__dots{display:none;justify-content:center;align-items:center;gap:.5rem;margin-top:1.75rem;position:relative;z-index:1}.vp-ba__dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--vp-border-strong);padding:0;cursor:pointer;transition:background-color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft),width var(--vp-dur-fast) var(--vp-ease-soft)}.vp-ba__dot.is-active{background:var(--vp-accent);width:22px;border-radius:5px}@media(max-width:1024px){.vp-ba__track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(78%,1fr);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--vp-container-pad);-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.vp-ba__track::-webkit-scrollbar{display:none}.vp-ba__card{scroll-snap-align:start}.vp-ba__dots{display:flex}}@media(max-width:600px){.vp-ba__track{grid-auto-columns:88%;gap:1rem}.vp-ba__container{border-radius:var(--vp-radius-md)}.vp-ba__handle-grip{width:34px;height:34px}.vp-ba__label{padding:.28rem .55rem}}.vp-process{position:relative;background:var(--vp-process-bg, var(--vp-bg-alt));padding:var(--vp-process-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-process-pb, var(--vp-section-py));overflow:hidden}.vp-process__container{position:relative;max-width:var(--vp-container-max);margin:0 auto}.vp-process__head{max-width:620px;margin:0 auto clamp(1.75rem,4vw,3rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-process__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-process-eyebrow-size, 13px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.7rem}.vp-process__eyebrow:before,.vp-process__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-process__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.7rem,4.2vw,var(--vp-process-heading-size, 2.5rem));margin:0 0 .7rem}.vp-process__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-process-subheading-size, 16px));line-height:1.6;margin:0 auto}.vp-process__steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.vp-process__step{flex:1 1 0;min-width:0;max-width:260px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .75rem;animation:vpFadeUp .75s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .15s)}.vp-process__icon-circle{position:relative;width:clamp(54px,5vw,76px);height:clamp(54px,5vw,76px);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--vp-bg-card);border:1.5px solid var(--vp-border-strong);color:var(--vp-text);margin-bottom:.75rem;transition:border-color var(--vp-dur-base) var(--vp-ease-soft),transform var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft),color var(--vp-dur-base) var(--vp-ease-soft)}.vp-process__step:hover .vp-process__icon-circle{border-color:var(--vp-accent);color:var(--vp-accent);transform:translateY(-4px);box-shadow:0 14px 32px -14px #e8272c8c}.vp-process__icon{display:flex;width:40%;height:40%}.vp-process__icon svg{width:100%;height:100%}.vp-process__step-label{font-family:var(--vp-font-display);font-size:clamp(.6rem,1.2vw,var(--vp-process-step-label-size, 12px));font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.3rem}.vp-process__title{font-family:var(--vp-font-display);font-weight:600;text-transform:uppercase;letter-spacing:.01em;font-size:clamp(.85rem,1.6vw,var(--vp-process-step-title-size, 16px));color:var(--vp-text);margin:0 0 .35rem}.vp-process__desc{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.78rem,1.4vw,var(--vp-process-step-desc-size, 14px));line-height:1.55;max-width:220px;display:block}.vp-process__connector{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:clamp(36px,5vw,76px);margin-top:clamp(27px,2.5vw,38px);position:relative}.vp-process__connector-line{position:absolute;left:0;right:18px;height:1.5px;background:linear-gradient(90deg,var(--vp-border-strong),var(--vp-accent));transform:scaleX(0);transform-origin:left center;animation:vpLineGrow .6s var(--vp-ease) both;animation-delay:calc((var(--i, 0) * .15s) + .35s)}.vp-process__connector-arrow{position:relative;z-index:1;width:15px;height:15px;color:var(--vp-accent);margin-left:auto;opacity:0;animation:vpFadeUp .5s var(--vp-ease) both;animation-delay:calc((var(--i, 0) * .15s) + .55s)}.vp-process__connector-arrow svg{width:100%;height:100%}@keyframes vpLineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:900px){.vp-process__steps{flex-direction:column;align-items:center;gap:0}.vp-process__step{max-width:320px;width:100%;padding:0}.vp-process__connector{width:auto;height:clamp(18px,4.5vw,28px);margin-top:0;margin-bottom:0}.vp-process__connector-line{left:50%;right:auto;top:0;bottom:6px;width:1.5px;height:auto;transform:translate(-50%) scaleY(0);transform-origin:top center;background:linear-gradient(180deg,var(--vp-border-strong),var(--vp-accent))}.vp-process__connector-arrow{margin-left:0;transform:rotate(90deg)}@keyframes vpLineGrow{0%{transform:translate(-50%) scaleY(0)}to{transform:translate(-50%) scaleY(1)}}}@media(max-width:600px){.vp-process__icon-circle{width:52px;height:52px;margin-bottom:.6rem}.vp-process__title{margin-bottom:.25rem}.vp-process__desc{max-width:260px}.vp-process__connector{height:22px}.vp-process__head{margin-bottom:1.5rem}}@media(min-width:1600px){.vp-process__step{max-width:280px}}.vp-shop{position:relative;background:var(--vp-shop-bg, var(--vp-bg));padding:var(--vp-shop-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-shop-pb, var(--vp-section-py))}.vp-shop__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(2rem,5vw,4rem);align-items:center}.vp-shop__content{max-width:460px;animation:vpFadeLeft .9s var(--vp-ease) both}.vp-shop__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--vp-font-display);font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:1rem}.vp-shop__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--vp-accent)}.vp-shop__heading{font-family:var(--vp-font-hero-title);font-weight:600;text-transform:uppercase;line-height:1.12;font-size:clamp(1.7rem,3vw,var(--vp-shop-heading-size, 2.5rem));color:var(--vp-text);margin:0 0 1.25rem}.vp-shop__description{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:1rem;line-height:1.7;margin-bottom:2rem}.vp-shop__description p{margin:0 0 .85em}.vp-shop__description p:last-child{margin-bottom:0}.vp-shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 1.25rem}.vp-shop__card{display:block;text-decoration:none;color:inherit;animation:vpScaleIn .8s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .1s)}.vp-shop__card-media{position:relative;aspect-ratio:1 / 1.05;border-radius:var(--vp-radius-md);overflow:hidden;background:var(--vp-bg-card);border:1px solid var(--vp-border);isolation:isolate;transition:border-color var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft)}.vp-shop__card:hover .vp-shop__card-media{border-color:#e8272c80;box-shadow:0 20px 45px -20px #e8272c59}.vp-shop__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--vp-dur-slow) var(--vp-ease)}.vp-shop__card:hover .vp-shop__card-img{transform:scale(1.06)}.vp-shop__card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--vp-bg-card) 0%,#1c1c1c 100%)}.vp-shop__card-badge{position:absolute;top:.9rem;left:.9rem;z-index:2;width:38px;height:38px;border-radius:50%;background:#fffffff0;color:var(--vp-bg);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #00000059;transition:background-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-shop__card-badge svg{width:52%;height:52%}.vp-shop__card:hover .vp-shop__card-badge{background:var(--vp-accent);color:#fff;transform:translateY(-2px)}.vp-shop__card-tag{position:absolute;top:.9rem;right:.9rem;z-index:2;font-family:var(--vp-font-display);font-size:.62rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--vp-accent);padding:.3rem .6rem;border-radius:999px}.vp-shop__card-caption{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem .15rem 0}.vp-shop__card-title{font-family:var(--vp-font-display);font-size:.86rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--vp-text);line-height:1.3}.vp-shop__card-arrow{flex-shrink:0;width:16px;height:16px;color:var(--vp-accent);opacity:0;transform:translate(-6px);transition:opacity var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-shop__card-arrow svg{width:100%;height:100%}.vp-shop__card:hover .vp-shop__card-arrow{opacity:1;transform:translate(0)}@media(max-width:1024px){.vp-shop__container{grid-template-columns:1fr}.vp-shop__content{max-width:640px}.vp-shop__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.vp-shop__grid{gap:1rem .85rem}.vp-shop__card-badge{width:32px;height:32px;top:.7rem;left:.7rem}.vp-shop__card-tag{font-size:.58rem;padding:.26rem .5rem;top:.7rem;right:.7rem}.vp-shop__card-title{font-size:.76rem}.vp-shop__card-caption{padding-top:.7rem}}@media(min-width:1600px){.vp-shop__grid{gap:1.75rem 1.5rem}}.vp-testimonials{position:relative;background:var(--vp-testimonials-bg, var(--vp-bg-alt));padding:var(--vp-testimonials-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-testimonials-pb, var(--vp-section-py))}.vp-testimonials__container{max-width:var(--vp-container-max);margin:0 auto}.vp-testimonials__head{max-width:620px;margin:0 auto clamp(2.5rem,5vw,4rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-testimonials__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.85rem}.vp-testimonials__eyebrow:before,.vp-testimonials__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-testimonials__heading{font-family:var(--vp-font-hero-title);font-weight:600;text-transform:uppercase;line-height:1.1;color:var(--vp-text);font-size:clamp(1.6rem,4.2vw,var(--vp-testimonials-heading-size, 2.5rem));margin:0 0 .75rem}.vp-testimonials__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.92rem,1.6vw,1.02rem);line-height:1.6;margin:0 auto}.vp-testimonials__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.vp-testimonials__card{position:relative;isolation:isolate;background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);padding:2rem 1.6rem 1.75rem;display:flex;flex-direction:column;gap:1.1rem;overflow:hidden;animation:vpFadeUp .75s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .12s);transition:transform var(--vp-dur-base) var(--vp-ease-soft),border-color var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft)}.vp-testimonials__card:before{content:"\201c";position:absolute;top:-.4rem;right:.9rem;font-family:var(--vp-font-display);font-size:5.5rem;line-height:1;color:var(--vp-accent);opacity:.08;pointer-events:none;z-index:0}.vp-testimonials__card:hover{transform:translateY(-6px);border-color:#e8272c66;box-shadow:0 20px 45px -22px #e8272c59}.vp-testimonials__stars{position:relative;z-index:1;display:flex;gap:.25rem}.vp-testimonials__star{display:flex;width:16px;height:16px;color:var(--vp-accent)}.vp-testimonials__star svg{width:100%;height:100%}.vp-testimonials__star--empty{color:var(--vp-border-strong)}.vp-testimonials__quote{position:relative;z-index:1;font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:.92rem;line-height:1.65;margin:0;flex-grow:1}.vp-testimonials__author{position:relative;z-index:1;display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--vp-border)}.vp-testimonials__avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--vp-bg-alt);border:1px solid var(--vp-border-strong)}.vp-testimonials__avatar img{width:100%;height:100%;object-fit:cover;display:block}.vp-testimonials__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--vp-font-display);font-size:1rem;font-weight:600;color:var(--vp-accent);background:#e8272c1f}.vp-testimonials__author-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vp-testimonials__name{font-family:var(--vp-font-display);font-size:.85rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--vp-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-testimonials__vehicle{font-family:var(--vp-font-body);font-size:.78rem;color:var(--vp-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1200px){.vp-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.vp-testimonials__grid{grid-template-columns:1fr;gap:1.1rem}.vp-testimonials__card{padding:1.6rem 1.35rem 1.5rem}.vp-testimonials__card:before{font-size:4.2rem}}@media(min-width:1600px){.vp-testimonials__grid{gap:1.85rem}}.vp-cta-footer{position:relative}.vp-cta{position:relative;background:var(--vp-cta-bg, var(--vp-bg-alt));padding:var(--vp-cta-pt, 4.5rem) var(--vp-container-pad) var(--vp-cta-pb, 4.5rem);overflow:hidden}.vp-cta:before{content:"";position:absolute;bottom:-25%;left:-8%;width:40%;height:60%;background:radial-gradient(circle,rgba(232,39,44,.1) 0%,transparent 70%);filter:blur(70px);pointer-events:none}.vp-cta__container{position:relative;z-index:1;max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2rem,4vw,3rem);align-items:center}.vp-cta__content{max-width:380px;animation:vpFadeLeft .9s var(--vp-ease) both}.vp-cta__heading{font-family:var(--vp-font-hero-title);font-weight:600;text-transform:uppercase;line-height:1.15;color:var(--vp-text);font-size:clamp(1.4rem,3vw,var(--vp-cta-heading-size, 2rem));margin:0 0 .75rem}.vp-cta__text{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:.94rem;line-height:1.6;margin:0}.vp-cta__info{display:flex;flex-direction:column;gap:1.15rem;animation:vpFadeUp .9s var(--vp-ease) both;animation-delay:.12s}.vp-cta__info-item{display:flex;align-items:flex-start;gap:.85rem}.vp-cta__info-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#e8272c1a;color:var(--vp-accent)}.vp-cta__info-icon svg{width:48%;height:48%}.vp-cta__info-text{display:flex;flex-direction:column;gap:.15rem;padding-top:.35rem}.vp-cta__info-line{font-family:var(--vp-font-body);font-size:.92rem;line-height:1.4;color:var(--vp-text)}.vp-cta__info-line--secondary{color:var(--vp-text-secondary);font-size:.86rem}.vp-cta__map{display:block;margin-top:.6rem;max-width:100%;border-radius:10px;overflow:hidden;border:1px solid var(--vp-border-strong);transition:border-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-cta__map:hover,.vp-cta__map:focus-visible{border-color:var(--vp-accent);outline:none}.vp-cta__info-line--link{text-decoration:none;transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-cta__info-line--link:hover{color:var(--vp-accent)}.vp-cta__info-line--link:focus-visible{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-cta__whatsapp{position:relative;display:flex;align-items:center;gap:1rem;text-decoration:none;background:var(--vp-bg-card);border:1px solid var(--vp-border-strong);border-radius:var(--vp-radius-md);padding:1.15rem 1.35rem;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft),box-shadow var(--vp-dur-fast) var(--vp-ease-soft);animation:vpScaleIn .9s var(--vp-ease) both;animation-delay:.22s}.vp-cta__whatsapp:hover{border-color:var(--vp-accent);background:#e8272c14;transform:translateY(-3px);box-shadow:0 16px 36px -18px #e8272c8c}.vp-cta__whatsapp:focus-visible{outline:2px solid var(--vp-accent);outline-offset:3px}.vp-cta__whatsapp-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#25d366;color:#fff}.vp-cta__whatsapp-icon svg{width:55%;height:55%}.vp-cta__whatsapp-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.vp-cta__whatsapp-title{font-family:var(--vp-font-display);font-size:.82rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--vp-text);white-space:nowrap}.vp-cta__whatsapp-subtitle{font-family:var(--vp-font-body);font-size:.76rem;color:var(--vp-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-cta__whatsapp-arrow{flex-shrink:0;width:18px;height:18px;color:var(--vp-accent);margin-left:auto;transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-cta__whatsapp-arrow svg{width:100%;height:100%}.vp-cta__whatsapp:hover .vp-cta__whatsapp-arrow{transform:translate(4px)}.vp-footer{background:var(--vp-bg);border-top:1px solid var(--vp-border);padding:1.75rem var(--vp-container-pad)}.vp-footer__container{max-width:var(--vp-container-max);margin:0 auto}.vp-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:clamp(1.5rem,4vw,3rem);padding-bottom:1.5rem}.vp-footer__col-title{font-family:var(--vp-font-display);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--vp-text);margin:0 0 .85rem}.vp-footer__brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.vp-footer__logo{display:flex;width:34px;height:34px;flex-shrink:0}.vp-footer__logo img{width:100%;height:100%;object-fit:contain;display:block}.vp-footer__brand-name{font-family:var(--vp-font-display);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vp-text)}.vp-footer__tagline{font-family:var(--vp-font-body);font-size:.82rem;line-height:1.5;color:var(--vp-text-secondary);margin:0 0 .9rem;max-width:26ch}.vp-footer__socials{display:flex;align-items:center;gap:.55rem}.vp-footer__social{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--vp-border-strong);color:var(--vp-text);transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-footer__social svg{width:45%;height:45%}.vp-footer__social:hover{border-color:var(--vp-accent);background:var(--vp-accent);color:#fff;transform:translateY(-2px)}.vp-footer__social:focus-visible{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-footer__links,.vp-footer__contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.vp-footer__link{font-family:var(--vp-font-body);font-size:.85rem;color:var(--vp-text-secondary);text-decoration:none;transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-footer__link:hover{color:var(--vp-accent)}a.vp-footer__link--icon{display:flex;align-items:flex-start;gap:.5rem}.vp-footer__link-icon{flex-shrink:0;width:16px;height:16px;margin-top:.1rem;color:var(--vp-accent)}.vp-footer__link-icon svg{width:100%;height:100%}.vp-footer__address{display:flex;align-items:flex-start;gap:.5rem;font-family:var(--vp-font-body);font-size:.85rem;color:var(--vp-text-secondary);line-height:1.5}.vp-footer__bottom{border-top:1px solid var(--vp-border);padding-top:1.1rem}.vp-footer__copyright{font-family:var(--vp-font-body);font-size:.78rem;color:var(--vp-text-secondary);margin:0;text-align:center}@media(max-width:1024px){.vp-cta__container{grid-template-columns:1fr;text-align:center}.vp-cta__content{max-width:560px;margin:0 auto}.vp-cta__info{align-items:center}.vp-cta__info-item{text-align:left;max-width:320px}.vp-cta__whatsapp{max-width:420px;margin:0 auto;width:100%}}@media(max-width:900px){.vp-footer__top{grid-template-columns:1fr 1fr;row-gap:1.75rem;column-gap:1.5rem}.vp-footer__tagline{max-width:none}.vp-cta__whatsapp{flex-wrap:wrap;justify-content:center;text-align:left}.vp-cta__whatsapp-arrow{display:none}}@media(min-width:1600px){.vp-cta__container{gap:4rem}}.vp-collection-hero{position:relative;overflow:hidden;background:var(--vp-bg);color:var(--vp-text);padding-top:var(--vp-chero-pt, var(--vp-section-py));padding-bottom:var(--vp-chero-pb, var(--vp-section-py));isolation:isolate}.vp-collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.vp-collection-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vp-collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(0,0,0,calc(var(--vp-chero-overlay, .6) + .2)),rgba(0,0,0,var(--vp-chero-overlay, .6)) 55%,rgba(0,0,0,calc(var(--vp-chero-overlay, .6) - .1)))}.vp-collection-hero__inner{position:relative;z-index:1;max-width:var(--vp-container-max);margin:0 auto;padding:0 var(--vp-container-pad);display:flex;flex-direction:column;gap:2.5rem}.vp-collection-hero__text{max-width:640px;animation:vpFadeLeft .9s var(--vp-ease) both}.vp-collection-hero__title{margin:0 0 1rem;font-family:var(--vp-font-hero-title);font-weight:400;font-size:clamp(2rem,4.2vw,var(--vp-chero-title-size, 44px));line-height:1.08;letter-spacing:.015em;text-transform:uppercase;display:flex;flex-direction:column;gap:.1em}.vp-collection-hero__title-line{color:var(--vp-text)}.vp-collection-hero__title-line--2{color:var(--vp-accent)}.vp-collection-hero__description{margin:0;max-width:46ch;font-family:var(--vp-font-body);font-size:clamp(.9rem,1.6vw,var(--vp-chero-desc-size, 16px));line-height:1.65;color:var(--vp-text-secondary)}.vp-collection-hero__description p{margin:0}.vp-collection-hero__badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem 1.5rem;margin:0;padding:0;list-style:none;animation:vpFadeUp .9s var(--vp-ease) both;animation-delay:.15s}.vp-collection-hero__badge{display:flex;align-items:center;gap:.9rem;padding-left:1.25rem;border-left:1px solid var(--vp-border)}.vp-collection-hero__badge:nth-child(odd){border-left:none}.vp-collection-hero__badge-icon{flex:none;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:1.5px solid var(--vp-border-strong);color:var(--vp-text);transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-hero__badge-icon svg{width:22px;height:22px}.vp-collection-hero__badge:hover .vp-collection-hero__badge-icon{border-color:var(--vp-accent);color:var(--vp-accent);transform:translateY(-2px)}.vp-collection-hero__badge-label{font-family:var(--vp-font-display);font-size:clamp(.72rem,1.4vw,var(--vp-chero-badge-size, 13px));line-height:1.35;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--vp-text)}@media(prefers-reduced-motion:reduce){.vp-collection-hero__text,.vp-collection-hero__badges{animation:none;opacity:1;transform:none}}@media(min-width:1024px){.vp-collection-hero__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}.vp-collection-hero__text{flex:0 0 auto}.vp-collection-hero__badges{grid-template-columns:repeat(4,minmax(120px,1fr));gap:0 1.75rem;flex:1 1 auto;max-width:620px}.vp-collection-hero__badge{flex-direction:column;align-items:flex-start;gap:.75rem;padding-left:1.5rem}.vp-collection-hero__badge:nth-child(odd){border-left:1px solid var(--vp-border)}.vp-collection-hero__badge:first-child{border-left:none}}@media(max-width:480px){.vp-collection-hero__badges{grid-template-columns:1fr;gap:1.1rem}.vp-collection-hero__badge{border-left:none;padding-left:0;border-top:1px solid var(--vp-border);padding-top:1.1rem}.vp-collection-hero__badge:first-child{border-top:none;padding-top:0}}@media(min-width:1600px){.vp-collection-hero__inner{gap:4rem}}.vp-collection-sidebar{display:flex;flex-direction:column;gap:2rem;padding:1.75rem;background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);animation:vpFadeLeft .8s var(--vp-ease) both}.vp-collection-sidebar__block{display:flex;flex-direction:column;gap:1rem}.vp-collection-sidebar__block+.vp-collection-sidebar__block{padding-top:1.75rem;border-top:1px solid var(--vp-border)}.vp-collection-sidebar__title{margin:0;font-family:var(--vp-font-display);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:clamp(.78rem,1.4vw,var(--vp-csb-heading-size, 15px));color:var(--vp-text)}.vp-collection-sidebar__categories{display:flex;flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none}.vp-collection-sidebar__category-link{display:flex;align-items:center;gap:.7rem;padding:.55rem .4rem;border-radius:var(--vp-radius-sm);text-decoration:none;color:var(--vp-text-secondary);transition:color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-sidebar__category-link:hover{color:var(--vp-text);background:#ffffff0a}.vp-collection-sidebar__category-link.is-active{color:var(--vp-accent);background:#e8272c14}.vp-collection-sidebar__category-link.is-active .vp-collection-sidebar__category-count{color:var(--vp-accent)}.vp-collection-sidebar__category-icon{flex:none;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.vp-collection-sidebar__category-icon svg{width:100%;height:100%}.vp-collection-sidebar__category-name{flex:1 1 auto;min-width:0;font-family:var(--vp-font-body);font-size:clamp(.82rem,1.4vw,var(--vp-csb-label-size, 14px));font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-collection-sidebar__category-count{flex:none;font-family:var(--vp-font-body);font-size:.78rem;color:var(--vp-text-secondary)}.vp-collection-sidebar__form{display:flex;flex-direction:column;gap:1.75rem}.vp-collection-sidebar__form .vp-collection-sidebar__block{padding-top:1.75rem;border-top:1px solid var(--vp-border)}.vp-collection-sidebar__price-slider{position:relative;height:20px;margin-top:.5rem}.vp-collection-sidebar__price-track{position:absolute;top:50%;left:0;right:0;height:3px;transform:translateY(-50%);background:var(--vp-border-strong);border-radius:999px}.vp-collection-sidebar__price-track-fill{position:absolute;top:0;left:0%;right:0%;height:100%;background:var(--vp-accent);border-radius:999px}.vp-collection-sidebar__price-range{position:absolute;top:0;left:0;width:100%;height:20px;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.vp-collection-sidebar__price-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--vp-accent);cursor:pointer;box-shadow:0 3px 8px #0006;transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-sidebar__price-range::-webkit-slider-thumb:hover{transform:scale(1.12)}.vp-collection-sidebar__price-range::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--vp-accent);cursor:pointer;box-shadow:0 3px 8px #0006}.vp-collection-sidebar__price-range::-webkit-slider-runnable-track,.vp-collection-sidebar__price-range::-moz-range-track{background:transparent}.vp-collection-sidebar__price-range:focus-visible::-webkit-slider-thumb{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-collection-sidebar__price-display{margin:0;font-family:var(--vp-font-body);font-size:.85rem;font-weight:500;color:var(--vp-text);display:flex;gap:.4rem}.vp-collection-sidebar__price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.vp-collection-sidebar__price-field{display:flex;flex-direction:column;gap:.4rem}.vp-collection-sidebar__price-field span{font-family:var(--vp-font-body);font-size:.72rem;color:var(--vp-text-secondary)}.vp-collection-sidebar__price-field input{width:100%;padding:.6rem .7rem;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);background:var(--vp-bg);color:var(--vp-text);font-family:var(--vp-font-body);font-size:.85rem;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-sidebar__price-field input:focus-visible{outline:none;border-color:var(--vp-accent)}.vp-collection-sidebar__select-wrap{position:relative}.vp-collection-sidebar__select{width:100%;appearance:none;-webkit-appearance:none;padding:.7rem 2.4rem .7rem .9rem;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);background-color:var(--vp-bg);color:var(--vp-text);font-family:var(--vp-font-body);font-size:.85rem;cursor:pointer;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8b8b8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:16px}.vp-collection-sidebar__select:focus-visible{outline:none;border-color:var(--vp-accent)}.vp-collection-sidebar__apply{width:100%;justify-content:center}.vp-collection-sidebar__form[data-vp-enhanced] .vp-collection-sidebar__apply{background:transparent;color:var(--vp-text-secondary);border:1px solid var(--vp-border-strong);box-shadow:none}.vp-collection-sidebar__form[data-vp-enhanced] .vp-collection-sidebar__apply:hover{border-color:var(--vp-text);color:var(--vp-text);background:#ffffff0a}@media(prefers-reduced-motion:reduce){.vp-collection-sidebar{animation:none}}@media(min-width:1024px){.vp-collection-sidebar{position:sticky;top:1.5rem;align-self:start}}@media(max-width:1023px){.vp-collection-sidebar__price-inputs{grid-template-columns:1fr 1fr}}.vp-collection-shop{background:var(--vp-bg);padding:clamp(2rem,4vw,3rem) var(--vp-container-pad) var(--vp-section-py)}.vp-collection-shop__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.vp-collection-shop__sidebar{position:sticky;top:1.5rem}.vp-collection-shop__form{display:flex;flex-direction:column;gap:1.75rem;padding:1.75rem;background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);animation:vpFadeLeft .8s var(--vp-ease) both}.vp-collection-shop__sidebar-block{display:flex;flex-direction:column;gap:1rem}.vp-collection-shop__sidebar-block+.vp-collection-shop__sidebar-block{padding-top:1.75rem;border-top:1px solid var(--vp-border)}.vp-collection-shop__sidebar-title{margin:0;font-family:var(--vp-font-display);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.86rem;color:var(--vp-text)}.vp-collection-shop__categories{display:flex;flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none}.vp-collection-shop__category-link{display:flex;align-items:center;gap:.7rem;padding:.55rem .4rem;border-radius:var(--vp-radius-sm);text-decoration:none;color:var(--vp-text-secondary);transition:color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__category-link:hover{color:var(--vp-text);background:#ffffff0a}.vp-collection-shop__category-link.is-active{color:var(--vp-accent);background:#e8272c14}.vp-collection-shop__category-link.is-active .vp-collection-shop__category-count{color:var(--vp-accent)}.vp-collection-shop__category-icon{flex:none;display:flex;width:20px;height:20px}.vp-collection-shop__category-icon svg{width:100%;height:100%}.vp-collection-shop__category-name{flex:1 1 auto;min-width:0;font-family:var(--vp-font-body);font-size:.86rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-collection-shop__category-count{flex:none;font-family:var(--vp-font-body);font-size:.78rem;color:var(--vp-text-secondary)}.vp-collection-shop__price-slider{position:relative;height:20px;margin-top:.5rem}.vp-collection-shop__price-track{position:absolute;top:50%;left:0;right:0;height:3px;transform:translateY(-50%);background:var(--vp-border-strong);border-radius:999px}.vp-collection-shop__price-track-fill{position:absolute;top:0;left:0%;right:0%;height:100%;background:var(--vp-accent);border-radius:999px}.vp-collection-shop__price-range{position:absolute;top:0;left:0;width:100%;height:20px;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.vp-collection-shop__price-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--vp-accent);cursor:pointer;box-shadow:0 3px 8px #0006;transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__price-range::-webkit-slider-thumb:hover{transform:scale(1.12)}.vp-collection-shop__price-range::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--vp-accent);cursor:pointer;box-shadow:0 3px 8px #0006}.vp-collection-shop__price-range::-webkit-slider-runnable-track,.vp-collection-shop__price-range::-moz-range-track{background:transparent}.vp-collection-shop__price-range:focus-visible::-webkit-slider-thumb{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-collection-shop__price-display{margin:0;font-family:var(--vp-font-body);font-size:.85rem;font-weight:500;color:var(--vp-text);display:flex;gap:.4rem}.vp-collection-shop__price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.vp-collection-shop__price-field{display:flex;flex-direction:column;gap:.4rem}.vp-collection-shop__price-field span{font-family:var(--vp-font-body);font-size:.72rem;color:var(--vp-text-secondary)}.vp-collection-shop__price-field input{width:100%;padding:.6rem .7rem;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);background:var(--vp-bg);color:var(--vp-text);font-family:var(--vp-font-body);font-size:.85rem;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__price-field input:focus-visible{outline:none;border-color:var(--vp-accent)}.vp-collection-shop__apply{width:100%;justify-content:center}.vp-collection-shop__form[data-vp-enhanced] .vp-collection-shop__apply{background:transparent;color:var(--vp-text-secondary);border:1px solid var(--vp-border-strong);box-shadow:none}.vp-collection-shop__form[data-vp-enhanced] .vp-collection-shop__apply:hover{border-color:var(--vp-text);color:var(--vp-text);background:#ffffff0a}.vp-collection-shop__toolbar{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--vp-border)}.vp-collection-shop__toolbar-title{font-family:var(--vp-font-hero-title);font-weight:400;text-transform:uppercase;letter-spacing:.015em;line-height:1.1;color:var(--vp-text);font-size:clamp(1.3rem,2.4vw,1.9rem);margin:0 0 .3rem}.vp-collection-shop__toolbar-count{margin:0;font-family:var(--vp-font-body);font-size:.85rem;color:var(--vp-text-secondary)}.vp-collection-shop__toolbar-controls{display:flex;align-items:center;gap:.75rem}.vp-collection-shop__sort-select{appearance:none;-webkit-appearance:none;padding:.6rem 2.2rem .6rem .9rem;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);background-color:var(--vp-bg-card);color:var(--vp-text);font-family:var(--vp-font-body);font-size:.82rem;cursor:pointer;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8b8b8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:14px}.vp-collection-shop__sort-select:focus-visible{outline:none;border-color:var(--vp-accent)}.vp-collection-shop__view-toggle{display:flex;gap:.4rem}.vp-collection-shop__view-toggle input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.vp-collection-shop__view-toggle label{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);color:var(--vp-text-secondary);cursor:pointer;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__view-toggle label svg{width:18px;height:18px}.vp-collection-shop__view-toggle input:checked+label{background:var(--vp-accent);border-color:var(--vp-accent);color:#fff}.vp-collection-shop__view-toggle input:focus-visible+label{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-collection-shop__grid{display:grid;grid-template-columns:repeat(var(--vp-shop-columns, 3),1fr);gap:1.5rem}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__grid{grid-template-columns:1fr}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__card{display:grid;grid-template-columns:160px 1fr;gap:1.25rem}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__card-media{aspect-ratio:1 / 1}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__card-body{padding:.5rem 0}.vp-collection-shop__card{display:flex;flex-direction:column;animation:vpFadeUp .7s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .05s)}.vp-collection-shop__card-media{position:relative;display:block;aspect-ratio:1 / 1.05;border-radius:var(--vp-radius-md);overflow:hidden;background:var(--vp-bg-card);border:1px solid var(--vp-border);isolation:isolate;transition:border-color var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft)}.vp-collection-shop__card:hover .vp-collection-shop__card-media{border-color:#e8272c80;box-shadow:0 20px 45px -20px #e8272c59}.vp-collection-shop__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--vp-dur-slow) var(--vp-ease)}.vp-collection-shop__card:hover .vp-collection-shop__card-img{transform:scale(1.06)}.vp-collection-shop__card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--vp-bg-card) 0%,#1c1c1c 100%)}.vp-collection-shop__card-badge{position:absolute;top:.8rem;left:.8rem;z-index:1;font-family:var(--vp-font-display);font-size:.62rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--vp-accent);padding:.3rem .6rem;border-radius:999px}.vp-collection-shop__card-badge--new{background:#1f8f4e}.vp-collection-shop__card-body{padding-top:.9rem;display:flex;flex-direction:column;gap:.5rem}.vp-collection-shop__card-title{font-family:var(--vp-font-display);font-size:.86rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--vp-text);text-decoration:none;line-height:1.35;transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__card-title:hover{color:var(--vp-accent)}.vp-collection-shop__card-rating{display:flex;align-items:center;gap:.3rem}.vp-collection-shop__card-star{display:flex;width:13px;height:13px;color:var(--vp-accent)}.vp-collection-shop__card-star svg{width:100%;height:100%}.vp-collection-shop__card-star.is-empty{color:var(--vp-border-strong)}.vp-collection-shop__card-rating-count{font-family:var(--vp-font-body);font-size:.72rem;color:var(--vp-text-secondary);margin-left:.15rem}.vp-collection-shop__card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.15rem}.vp-collection-shop__card-price{font-family:var(--vp-font-body);font-size:.94rem;font-weight:600;color:var(--vp-text);display:flex;align-items:baseline;gap:.45rem}.vp-collection-shop__card-compare{font-size:.78rem;font-weight:400;color:var(--vp-text-secondary);text-decoration:line-through}.vp-collection-shop__card-form{margin:0}.vp-collection-shop__card-cart{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--vp-radius-sm);background:var(--vp-bg-card);border:1px solid var(--vp-border-strong);color:var(--vp-text);cursor:pointer;text-decoration:none;transition:background-color var(--vp-dur-fast) var(--vp-ease-soft),border-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__card-cart svg{width:16px;height:16px}.vp-collection-shop__card-cart:hover{background:var(--vp-accent);border-color:var(--vp-accent);color:#fff;transform:translateY(-2px)}.vp-collection-shop__card-cart:focus-visible{outline:2px solid var(--vp-accent);outline-offset:2px}.vp-collection-shop__empty{padding:3.5rem 1.5rem;text-align:center;border:1px dashed var(--vp-border-strong);border-radius:var(--vp-radius-md);font-family:var(--vp-font-body);color:var(--vp-text-secondary)}.vp-collection-shop__pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:clamp(2.5rem,5vw,3.5rem)}.vp-collection-shop__page-link,.vp-collection-shop__page-btn{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .4rem;border-radius:var(--vp-radius-sm);border:1px solid var(--vp-border-strong);color:var(--vp-text-secondary);font-family:var(--vp-font-body);font-size:.85rem;text-decoration:none;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-collection-shop__page-btn svg{width:16px;height:16px}.vp-collection-shop__page-link:hover,.vp-collection-shop__page-btn:hover{border-color:var(--vp-accent);color:var(--vp-text)}.vp-collection-shop__page-link.is-current{background:var(--vp-accent);border-color:var(--vp-accent);color:#fff}.vp-collection-shop__page-dots{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;color:var(--vp-text-secondary);font-size:.85rem}@media(prefers-reduced-motion:reduce){.vp-collection-shop__form,.vp-collection-shop__card{animation:none}}@media(max-width:1023px){.vp-collection-shop__container{grid-template-columns:1fr}.vp-collection-shop__sidebar{position:static;order:2}.vp-collection-shop__main{order:1}.vp-collection-shop__price-inputs{grid-template-columns:1fr 1fr}}@media(max-width:900px){.vp-collection-shop__grid{grid-template-columns:repeat(2,1fr)}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__grid{grid-template-columns:1fr}}@media(max-width:600px){.vp-collection-shop__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.vp-collection-shop__main:has(#vp-shop-view-list:checked) .vp-collection-shop__card{grid-template-columns:96px 1fr;gap:.85rem}.vp-collection-shop__toolbar{align-items:flex-start}.vp-collection-shop__card-cart{width:32px;height:32px}}.vp-materials{position:relative;background:var(--vp-materials-bg, var(--vp-bg-alt));padding:var(--vp-materials-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-materials-pb, var(--vp-section-py))}.vp-materials__container{max-width:var(--vp-container-max);margin:0 auto}.vp-materials__head{max-width:620px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-materials__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-materials-eyebrow-size, 13px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.7rem}.vp-materials__eyebrow:before,.vp-materials__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-materials__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.6rem,4vw,var(--vp-materials-heading-size, 2.25rem));margin:0 0 .7rem}.vp-materials__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-materials-subheading-size, 16px));line-height:1.6;margin:0 auto}.vp-materials__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.1rem}.vp-materials__card{background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);padding:1.6rem 1.1rem 1.35rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.3rem;animation:vpFadeUp .7s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .08s);transition:transform var(--vp-dur-base) var(--vp-ease-soft),border-color var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft)}.vp-materials__card:hover{transform:translateY(-4px);border-color:#e8272c66;box-shadow:0 16px 36px -20px #e8272c66}.vp-materials__icon-circle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#e8272c1a;color:var(--vp-accent);margin-bottom:.85rem;transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-materials__card:hover .vp-materials__icon-circle{transform:translateY(-2px)}.vp-materials__icon{display:flex;width:46%;height:46%}.vp-materials__icon svg{width:100%;height:100%}.vp-materials__title{font-family:var(--vp-font-display);font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--vp-text);font-size:clamp(.72rem,1.4vw,var(--vp-materials-title-size, 14px));margin:0;line-height:1.3}.vp-materials__desc{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.68rem,1.2vw,var(--vp-materials-desc-size, 12px));line-height:1.5;margin:0}@media(max-width:1024px){.vp-materials__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:600px){.vp-materials__grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.vp-materials__card{padding:1.35rem 1rem 1.1rem}.vp-materials__icon-circle{width:36px;height:36px;margin-bottom:.65rem}}@media(prefers-reduced-motion:reduce){.vp-materials__head,.vp-materials__card{animation:none}}.vp-process__step-toggle,.vp-process__step-heading{display:contents}.vp-process__step-toggle{list-style:none;cursor:default}.vp-process__step-toggle::-webkit-details-marker,.vp-process__step-toggle::marker{display:none}.vp-process__chevron{display:none}@media(max-width:900px){.vp-process--compact .vp-process__steps{display:flex;flex-direction:column;gap:0}.vp-process--compact .vp-process__step{max-width:none;width:100%;display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:0}.vp-process--compact .vp-process__step-toggle{display:flex;align-items:center;gap:.85rem;width:100%;background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);padding:.85rem 1rem;cursor:pointer;font:inherit;color:inherit;text-align:left;-webkit-appearance:none;appearance:none;transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-process--compact .vp-process__step-toggle:hover{border-color:var(--vp-border-strong)}.vp-process--compact .vp-process__step[open]>.vp-process__step-toggle{border-color:var(--vp-accent);background:color-mix(in srgb,var(--vp-accent) 9%,var(--vp-bg-card))}.vp-process--compact .vp-process__icon-circle{width:46px;height:46px;margin-bottom:0;flex-shrink:0}.vp-process--compact .vp-process__step[open] .vp-process__icon-circle{border-color:var(--vp-accent);color:var(--vp-accent)}.vp-process--compact .vp-process__step-heading{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.vp-process--compact .vp-process__step-label{font-size:10px;margin-bottom:0}.vp-process--compact .vp-process__title{font-size:13px;margin:0;overflow-wrap:break-word}.vp-process--compact .vp-process__chevron{display:flex;flex-shrink:0;width:18px;height:18px;color:var(--vp-text-secondary);transition:transform var(--vp-dur-fast) var(--vp-ease-soft),color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-process--compact .vp-process__chevron svg{width:100%;height:100%}.vp-process--compact .vp-process__step[open] .vp-process__chevron{color:var(--vp-accent);transform:rotate(180deg)}.vp-process--compact .vp-process__desc{display:block;font-size:12.5px;line-height:1.5;max-width:none;max-height:0;opacity:0;overflow:hidden;margin:0;padding:0 1rem 0 4.7rem;transition:max-height var(--vp-dur-base) var(--vp-ease-soft),opacity var(--vp-dur-fast) var(--vp-ease-soft),padding var(--vp-dur-base) var(--vp-ease-soft)}.vp-process--compact .vp-process__step[open] .vp-process__desc{max-height:220px;opacity:1;padding:.6rem 1rem .9rem 4.7rem}.vp-process--compact .vp-process__connector{display:flex;width:auto;height:20px;margin:0;padding-left:2.44rem}.vp-process--compact .vp-process__connector-line{position:static;width:1.5px;height:100%;background:var(--vp-border-strong);transform:none;animation:none}.vp-process--compact .vp-process__connector-arrow{display:none}.vp-process--compact .vp-process__step[open]+.vp-process__connector .vp-process__connector-line,.vp-process--compact .vp-process__connector:has(+.vp-process__step[open]) .vp-process__connector-line{background:var(--vp-accent)}}@supports (animation-timeline: view()){@media(min-width:901px){.vp-process--compact .vp-process__step{animation:vpProcessStepIn .7s var(--vp-ease-soft) both;animation-timeline:view();animation-range:entry calc(0% + var(--i, 0) * 4%) entry calc(65% + var(--i, 0) * 4%)}.vp-process--compact .vp-process__icon-circle{animation:vpProcessIconIn .6s var(--vp-ease-soft) both;animation-timeline:view();animation-range:entry calc(0% + var(--i, 0) * 4%) entry calc(50% + var(--i, 0) * 4%)}}}@keyframes vpProcessStepIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes vpProcessIconIn{0%{opacity:0;transform:scale(.5) rotate(-8deg);box-shadow:0 0 #e8272c8c}60%{box-shadow:0 0 0 12px #e8272c00}to{opacity:1;transform:scale(1) rotate(0);box-shadow:0 0 #e8272c00}}@media(prefers-reduced-motion:reduce){.vp-process--compact .vp-process__desc,.vp-process--compact .vp-process__chevron{transition:none}.vp-process--compact .vp-process__step,.vp-process--compact .vp-process__icon-circle{animation:none}}.vp-gallery{position:relative;background:var(--vp-gallery-bg, var(--vp-bg-alt));padding:var(--vp-gallery-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-gallery-pb, var(--vp-section-py))}.vp-gallery__container{max-width:var(--vp-container-max);margin:0 auto}.vp-gallery__head{max-width:620px;margin:0 auto clamp(1.75rem,4vw,2.75rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-gallery__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-gallery-eyebrow-size, 13px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.7rem}.vp-gallery__eyebrow:before,.vp-gallery__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-gallery__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.6rem,4vw,var(--vp-gallery-heading-size, 2.25rem));margin:0 0 .7rem}.vp-gallery__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-gallery-subheading-size, 16px));line-height:1.6;margin:0 auto}.vp-gallery__grid{display:grid;grid-template-columns:repeat(var(--vp-gallery-columns, 5),1fr);gap:.9rem}.vp-gallery__item{position:relative;aspect-ratio:1 / .95;border-radius:var(--vp-radius-sm);overflow:hidden;background:var(--vp-bg-card);animation:vpScaleIn .7s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .06s)}.vp-gallery__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--vp-dur-slow) var(--vp-ease)}.vp-gallery__item:hover .vp-gallery__img{transform:scale(1.08)}.vp-gallery__cta{display:flex;justify-content:center;margin-top:clamp(1.75rem,4vw,2.75rem)}@media(max-width:1024px){.vp-gallery__grid{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media(max-width:600px){.vp-gallery__grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.vp-gallery__cta .vp-btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.vp-gallery__head,.vp-gallery__item{animation:none}}.vp-why{position:relative;background:var(--vp-why-bg, var(--vp-bg-alt));padding:var(--vp-why-pt, var(--vp-section-py)) var(--vp-container-pad) var(--vp-why-pb, var(--vp-section-py))}.vp-why__container{max-width:var(--vp-container-max);margin:0 auto}.vp-why__head{max-width:620px;margin:0 auto clamp(1.75rem,4vw,2.75rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-why__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-why-eyebrow-size, 13px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.7rem}.vp-why__eyebrow:before,.vp-why__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-why__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.6rem,4vw,var(--vp-why-heading-size, 2.25rem));margin:0 0 .7rem}.vp-why__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-why-subheading-size, 16px));line-height:1.6;margin:0 auto}.vp-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.vp-why__card{background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-md);padding:1.6rem 1.35rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;animation:vpFadeUp .75s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .1s);transition:transform var(--vp-dur-base) var(--vp-ease-soft),border-color var(--vp-dur-base) var(--vp-ease-soft),box-shadow var(--vp-dur-base) var(--vp-ease-soft)}.vp-why__card:hover{transform:translateY(-4px);border-color:#e8272c73;box-shadow:0 18px 40px -22px #e8272c73}.vp-why__icon-box{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--vp-radius-sm);border:1.5px solid rgba(232,39,44,.4);color:var(--vp-accent);margin-bottom:.4rem;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-why__card:hover .vp-why__icon-box{background:#e8272c1a;transform:translateY(-2px)}.vp-why__icon{display:flex;width:46%;height:46%}.vp-why__icon svg{width:100%;height:100%}.vp-why__title{font-family:var(--vp-font-display);font-weight:600;letter-spacing:.01em;text-transform:uppercase;color:var(--vp-text);font-size:.92rem;line-height:1.3;margin:0}.vp-why__desc{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:.82rem;line-height:1.55;margin:0}@media(max-width:1024px){.vp-why__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:600px){.vp-why__grid{grid-template-columns:1fr;gap:.85rem}.vp-why__card{padding:1.4rem 1.2rem}}@media(prefers-reduced-motion:reduce){.vp-why__head,.vp-why__card{animation:none}}.vp-video-cta{position:relative;background:var(--vp-bg);padding:var(--vp-section-py) var(--vp-container-pad)}.vp-video-cta__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,4rem);align-items:center}.vp-video-cta__container--right{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.vp-video-cta__container--right .vp-video-cta__media{order:2}.vp-video-cta__video-wrapper{position:relative;aspect-ratio:var(--vp-video-cta-ratio, 16 / 9);width:100%;border-radius:var(--vp-radius-lg);overflow:hidden;background:var(--vp-bg-alt);box-shadow:0 30px 70px -20px #000000b3}.vp-video-cta__video,.vp-video-cta__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.vp-video-cta__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;background:var(--vp-bg-alt);border:1px dashed var(--vp-border-strong);font-family:var(--vp-font-body);font-size:.9rem;color:var(--vp-text-secondary)}.vp-video-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#00000026 55%,#0006);pointer-events:none}.vp-video-cta__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:clamp(56px,6vw,76px);height:clamp(56px,6vw,76px);border-radius:50%;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.65);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),opacity var(--vp-dur-base) var(--vp-ease);z-index:2}.vp-video-cta__play-btn:hover{background:#e8272cd9;border-color:var(--vp-accent);transform:translate(-50%,-50%) scale(1.08)}.vp-video-cta__play-btn svg{width:38%;height:38%}.vp-video-cta__video-wrapper.is-playing .vp-video-cta__play-btn{opacity:0;pointer-events:none}.vp-video-cta__video-wrapper.is-playing:hover .vp-video-cta__play-btn{opacity:1;pointer-events:auto}.vp-video-cta__content{max-width:480px;animation:vpFadeLeft .9s var(--vp-ease) both}.vp-video-cta__container--right .vp-video-cta__content{order:1}.vp-video-cta__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--vp-font-display);font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:1rem}.vp-video-cta__eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--vp-accent)}.vp-video-cta__heading{font-family:var(--vp-font-hero-title);font-weight:400;text-transform:uppercase;line-height:1.08;letter-spacing:.015em;font-size:clamp(1.7rem,4vw,var(--vp-video-cta-heading-size, 2.1rem));color:var(--vp-text);margin:0 0 1.1rem;display:flex;flex-direction:column;gap:.05em}.vp-video-cta__heading-accent{color:var(--vp-accent)}.vp-video-cta__description{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-video-cta-desc-size, 16px));line-height:1.7;margin-bottom:1.75rem}.vp-video-cta__description p{margin:0 0 .85em}.vp-video-cta__description p:last-child{margin-bottom:0}@media(max-width:1024px){.vp-video-cta__container,.vp-video-cta__container--right{grid-template-columns:1fr}.vp-video-cta__media,.vp-video-cta__container--right .vp-video-cta__media{order:-1}.vp-video-cta__content,.vp-video-cta__container--right .vp-video-cta__content{order:2;max-width:640px}}@media(max-width:600px){.vp-video-cta__video-wrapper{aspect-ratio:var(--vp-video-cta-ratio, 4 / 3.2);border-radius:var(--vp-radius-md)}}@media(prefers-reduced-motion:reduce){.vp-video-cta__content{animation:none}}.vp-faq{position:relative;background:var(--vp-bg);padding:var(--vp-section-py) var(--vp-container-pad)}.vp-faq__container{max-width:var(--vp-container-max);margin:0 auto}.vp-faq__head{max-width:620px;margin:0 auto clamp(1.75rem,4vw,2.75rem);text-align:center;animation:vpFadeUp .8s var(--vp-ease) both}.vp-faq__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--vp-font-display);font-size:clamp(.66rem,1.3vw,var(--vp-faq-eyebrow-size, 13px));font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--vp-accent);margin-bottom:.7rem}.vp-faq__eyebrow:before,.vp-faq__eyebrow:after{content:"";display:block;width:22px;height:2px;background:var(--vp-accent)}.vp-faq__heading{font-family:var(--vp-font-hero-title);font-weight:400;letter-spacing:.015em;text-transform:uppercase;line-height:1.08;color:var(--vp-text);font-size:clamp(1.6rem,4vw,var(--vp-faq-heading-size, 2.1rem));margin:0 0 .7rem}.vp-faq__subheading{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.85rem,1.6vw,var(--vp-faq-subheading-size, 16px));line-height:1.6;margin:0 auto}.vp-faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem 1.1rem;align-items:start}.vp-faq__item{background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-sm);overflow:hidden;animation:vpFadeUp .6s var(--vp-ease) both;animation-delay:calc(var(--i, 0) * .05s);transition:border-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-faq__item[open],.vp-faq__item:hover{border-color:#e8272c59}.vp-faq__question{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;font-family:var(--vp-font-body);font-weight:600;font-size:clamp(.82rem,1.4vw,var(--vp-faq-question-size, 15px));color:var(--vp-text);line-height:1.4;-webkit-tap-highlight-color:transparent}.vp-faq__question::-webkit-details-marker{display:none}.vp-faq__question::marker{content:""}.vp-faq__toggle{position:relative;flex-shrink:0;width:18px;height:18px}.vp-faq__toggle:before,.vp-faq__toggle:after{content:"";position:absolute;top:50%;left:50%;background:var(--vp-accent);transition:transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-faq__toggle:before{width:100%;height:2px;transform:translate(-50%,-50%)}.vp-faq__toggle:after{width:2px;height:100%;transform:translate(-50%,-50%)}.vp-faq__item[open] .vp-faq__toggle:after{transform:translate(-50%,-50%) rotate(90deg) scaleY(0)}.vp-faq__answer{padding:0 1.25rem 1.15rem;font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:clamp(.78rem,1.3vw,var(--vp-faq-answer-size, 14px));line-height:1.65}.vp-faq__answer p{margin:0 0 .6em}.vp-faq__answer p:last-child{margin-bottom:0}@media(prefers-reduced-motion:no-preference){.vp-faq__item{interpolate-size:allow-keywords}.vp-faq__answer{transition:opacity var(--vp-dur-fast) var(--vp-ease-soft)}}@media(max-width:768px){.vp-faq__grid{grid-template-columns:1fr;gap:.75rem}.vp-faq__question{padding:1rem 1.1rem}.vp-faq__answer{padding:0 1.1rem 1rem}}.vp-header{position:sticky;top:0;z-index:100;background:#000;border-bottom:1px solid var(--vp-border);transition:box-shadow var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header.is-scrolled{box-shadow:0 12px 30px -20px #000c}.vp-header__inner{max-width:var(--vp-container-max);margin:0 auto;padding:1.25rem var(--vp-container-pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.vp-header__inner .vp-header__logo{justify-self:var(--vp-header-logo-justify, start)}.vp-header__inner nav{justify-self:var(--vp-header-nav-justify, center)}.vp-header__inner .vp-header__actions{justify-self:end}.vp-header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.vp-header__logo-mark{width:auto;height:var(--vp-header-logo-size, 84px);max-width:260px;object-fit:contain;display:block;flex-shrink:0}.vp-header__logo-text{display:flex;flex-direction:column;line-height:1.15}.vp-header__logo-title{font-family:var(--vp-font-display);font-weight:700;font-size:calc(1.05rem * var(--vp-header-brand-scale, 1));letter-spacing:.06em;color:var(--vp-text);text-transform:uppercase}.vp-header__logo-subtitle{font-family:var(--vp-font-display);font-weight:500;font-size:calc(.6rem * var(--vp-header-brand-scale, 1));letter-spacing:.28em;color:var(--vp-accent);text-transform:uppercase}.vp-header__logo-tertiary{font-family:var(--vp-font-body);font-size:calc(.58rem * var(--vp-header-brand-scale, 1));letter-spacing:.14em;color:var(--vp-text-secondary, #999);text-transform:uppercase}.vp-header__nav{list-style:none;display:flex;align-items:center;gap:1.75rem;margin:0 0 0 auto;padding:0}.vp-header__nav-link{font-family:var(--vp-header-nav-font, var(--vp-font-display));font-size:var(--vp-header-nav-size, 1rem);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-decoration:none;padding:.4rem .1rem;position:relative;transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--vp-accent);transition:right var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__nav-link:hover,.vp-header__nav-link.is-active{color:var(--vp-accent)}.vp-header__nav-link:hover:after,.vp-header__nav-link.is-active:after{right:0}.vp-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.vp-header__icon{display:flex;align-items:center;justify-content:center;color:#fff;transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__icon:hover{color:var(--vp-accent)}.vp-header__icon .header__icon,.vp-header__icon .icon,.vp-header__icon svg{color:#fff;width:var(--vp-header-icon-size, 26px);height:var(--vp-header-icon-size, 26px)}.vp-header__icon:hover .header__icon{color:var(--vp-accent)}.vp-header__icon .svg-wrapper{width:var(--vp-header-icon-size, 26px);height:var(--vp-header-icon-size, 26px)}.vp-header__icon--cart{position:relative}.vp-header__icon--cart .cart-count-bubble{background-color:var(--vp-accent);color:#fff}@media(max-width:480px){.vp-header__icon{display:none}}.vp-header__cta{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;border:1px solid var(--vp-border-strong, rgba(255, 255, 255, .18));border-radius:999px;padding:.85rem 1.5rem;color:var(--vp-text);transition:border-color var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft),transform var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__cta:hover{border-color:var(--vp-accent);background:#e8272c1a;transform:translateY(-1px)}.vp-header__cta svg{width:16px;height:16px;flex-shrink:0}.vp-header__cta-text{font-family:var(--vp-font-display);font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.vp-header__cta--icon-only{padding:.85rem}.vp-header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;background:transparent;border:1px solid var(--vp-border-strong, rgba(255, 255, 255, .18));border-radius:10px;cursor:pointer;padding:0}.vp-header__burger span{display:block;width:16px;height:2px;margin:0 auto;background:#fff;transition:transform var(--vp-dur-fast) var(--vp-ease-soft),opacity var(--vp-dur-fast) var(--vp-ease-soft),background-color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__burger:hover span{background:var(--vp-accent)}.vp-header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vp-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.vp-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.vp-header__mobile-nav{display:none;flex-direction:column;gap:.25rem;max-height:0;overflow:hidden;padding:0 var(--vp-container-pad);background:#000;border-top:1px solid var(--vp-border);transition:max-height var(--vp-dur-base) var(--vp-ease-soft),padding var(--vp-dur-base) var(--vp-ease-soft)}.vp-header__mobile-nav.is-open{max-height:70vh;overflow-y:auto;padding:1rem var(--vp-container-pad) 1.5rem}.vp-header__mobile-link{font-family:var(--vp-header-nav-font, var(--vp-font-display));font-size:1rem;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-decoration:none;padding:.75rem .25rem;border-bottom:1px solid var(--vp-border);transition:color var(--vp-dur-fast) var(--vp-ease-soft)}.vp-header__mobile-link:hover{color:var(--vp-accent)}.vp-header__mobile-cta{margin-top:1rem;justify-content:center;width:100%}@media(max-width:990px){.vp-header__nav{display:none}.vp-header__burger,.vp-header__mobile-nav{display:flex}.vp-header__logo-title{font-size:min(calc(1.05rem * var(--vp-header-brand-scale, 1)),.92rem)}}@media(max-width:480px){.vp-header__logo-mark{height:min(var(--vp-header-logo-size, 84px),56px);max-width:170px}.vp-header__cta-text{display:none}.vp-header__cta{padding:.7rem}}@media(prefers-reduced-motion:reduce){.vp-header,.vp-header__nav-link:after,.vp-header__mobile-nav,.vp-header__burger span{transition:none}}html:has(cart-items),body:has(cart-items){background-color:#121212}body:has(cart-items){min-height:100vh}.vp-cart-subtitle{font-family:var(--vp-font-body);color:var(--vp-text-secondary);font-size:.95rem;margin:-.5rem 0 1.5rem}@media(min-width:750px){body:has(cart-items) .cart__footer{max-width:420px;margin-left:auto}}body:has(cart-items) .title--primary{font-family:var(--vp-font-hero-title);text-transform:uppercase;letter-spacing:.01em}body:has(cart-items) .underlined-link:hover{color:var(--vp-accent)}body:has(cart-items) .cart-items thead th{font-family:var(--vp-font-display);letter-spacing:.08em}body:has(cart-items) .cart-item__name{font-family:var(--vp-font-display)}body:has(cart-items) .cart-item__image-container{border-radius:var(--vp-radius-md);overflow:hidden}body:has(cart-items) .cart-items dl{display:flex;flex-wrap:wrap;align-items:baseline}body:has(cart-items) .cart-items .product-option{display:inline-flex;margin:0!important}body:has(cart-items) .cart-items .product-option+.product-option:before{content:"/";margin:0 .5rem;color:rgba(var(--color-foreground),.5)}body:has(cart-items) cart-remove-button .button:hover{color:var(--vp-accent)}.vp-cart-trust{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--vp-border)}.vp-cart-trust__item{display:flex;align-items:center;gap:.75rem;flex:1 1 180px}.vp-cart-trust__icon{flex-shrink:0;width:34px;height:34px;color:var(--vp-accent)}.vp-cart-trust__icon svg{width:100%;height:100%}.vp-cart-trust__text{display:flex;flex-direction:column;gap:.15rem;font-family:var(--vp-font-body)}.vp-cart-trust__text strong{font-family:var(--vp-font-display);font-size:.85rem;font-weight:600;color:#fff}.vp-cart-trust__text span{font-size:.78rem;color:var(--vp-text-secondary)}body:has(cart-items) .cart__footer{background:var(--vp-bg-card);border:1px solid var(--vp-border);border-radius:var(--vp-radius-lg);padding:1.75rem!important}.vp-cart-summary__heading{font-family:var(--vp-font-hero-title);font-size:1.4rem;letter-spacing:.01em;text-transform:uppercase;margin:0 0 1.1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--vp-border)}.vp-cart-summary__row{display:flex;justify-content:space-between;font-family:var(--vp-font-body);font-size:.92rem;color:var(--vp-text-secondary);padding:.5rem 0}body:has(cart-items) .totals{display:flex;justify-content:space-between;align-items:baseline;margin-top:.75rem;padding-top:1.1rem;border-top:1px solid var(--vp-border)}body:has(cart-items) .totals__total{font-family:var(--vp-font-display);font-size:.95rem;text-transform:none}body:has(cart-items) .totals__total-value{font-family:var(--vp-font-hero-title);font-size:1.5rem;color:var(--vp-accent);margin:0}body:has(cart-items) .tax-note{display:block;color:var(--vp-text-secondary);font-size:.78rem;margin-top:.5rem}.vp-cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;background:var(--vp-accent)!important;color:#fff!important;border-radius:0!important;font-weight:700!important;animation:vpCheckoutPulse 1.8s ease-in-out infinite}.vp-cart-checkout-btn:hover{background:var(--vp-accent-dark)!important;animation-play-state:paused}.vp-cart-checkout-btn__icon{width:16px;height:16px;flex-shrink:0}.vp-cart-checkout-btn__icon svg{width:100%;height:100%}@keyframes vpCheckoutPulse{0%,to{box-shadow:0 0 #e8272ca6;transform:scale(1)}50%{box-shadow:0 0 0 10px #e8272c00;transform:scale(1.02)}}@media(prefers-reduced-motion:reduce){.vp-faq__head,.vp-faq__item,.vp-cart-checkout-btn,.vp-btn--pulse,.vp-btn__nudge-arrow,.vp-services__card .vp-services__card-icon{animation:none}}.vp-trust-bar{background:var(--vp-bg-alt);border-top:1px solid var(--vp-border)}.vp-trust-bar__inner{max-width:var(--vp-container-max);margin:0 auto;padding:0 var(--vp-container-pad);display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.vp-trust-bar__item{display:flex;align-items:center;gap:.75rem}.vp-trust-bar__item svg{width:26px;height:26px;color:var(--vp-accent);flex-shrink:0}.vp-trust-bar__title{font-family:var(--vp-font-display);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.01em;margin:0 0 .15rem;color:var(--vp-text)}.vp-trust-bar__subtitle{font-size:.78rem;color:var(--vp-text-secondary);margin:0}@media(max-width:900px){.vp-trust-bar__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.vp-trust-bar__inner{grid-template-columns:1fr}}.vp-pstory{background:var(--vp-bg);padding:clamp(2.5rem,6vw,4.5rem) var(--vp-container-pad)}.vp-pstory__container{max-width:var(--vp-container-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.vp-pstory__container--left .vp-pstory__media{order:-1}.vp-pstory__media{border-radius:var(--vp-radius-lg);overflow:hidden;background:var(--vp-bg-card)}.vp-pstory__img{width:100%;height:100%;object-fit:cover;display:block}.vp-pstory__placeholder{aspect-ratio:4 / 5;background:var(--vp-bg-card)}.vp-pstory__heading{font-family:var(--vp-font-hero-title);text-transform:uppercase;letter-spacing:.01em;line-height:1.1;font-size:clamp(1.6rem,3.4vw,2.4rem);color:var(--vp-text);margin:0 0 1.75rem}.vp-pstory__point{padding:1.25rem 0;border-top:1px solid var(--vp-border)}.vp-pstory__point:first-of-type{border-top:none;padding-top:0}.vp-pstory__point-title{font-family:var(--vp-font-display);font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.01em;color:var(--vp-text);margin:0 0 .5rem}.vp-pstory__point-text{font-family:var(--vp-font-body);font-size:.92rem;line-height:1.65;color:var(--vp-text-secondary);margin:0}@media(max-width:900px){.vp-pstory__container{grid-template-columns:1fr}.vp-pstory__container--left .vp-pstory__media{order:0}.vp-pstory__media{aspect-ratio:4 / 3}}.vp-phighlights{background:var(--vp-bg-alt);padding:clamp(2.5rem,6vw,4.5rem) var(--vp-container-pad)}.vp-phighlights__container{max-width:var(--vp-container-max);margin:0 auto}.vp-phighlights__heading{font-family:var(--vp-font-hero-title);text-transform:uppercase;letter-spacing:.01em;font-size:clamp(1.5rem,3vw,2.1rem);color:var(--vp-text);margin:0 0 clamp(1.5rem,4vw,2.5rem)}.vp-phighlights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.vp-phighlights__media{aspect-ratio:4 / 3;border-radius:var(--vp-radius-md);overflow:hidden;background:var(--vp-bg-card);margin-bottom:1.1rem}.vp-phighlights__img{width:100%;height:100%;object-fit:cover;display:block}.vp-phighlights__title{font-family:var(--vp-font-display);font-size:1rem;font-weight:600;text-transform:uppercase;color:var(--vp-text);margin:0 0 .5rem}.vp-phighlights__text{font-family:var(--vp-font-body);font-size:.9rem;line-height:1.6;color:var(--vp-text-secondary);margin:0}@media(max-width:900px){.vp-phighlights__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.vp-phighlights__grid{grid-template-columns:1fr}}.vp-services__card[data-vp-lightbox-trigger]{cursor:pointer}.vp-services__card[data-vp-lightbox-trigger]:focus-visible,a.vp-services__card:focus-visible{outline:2px solid var(--vp-accent);outline-offset:2px}a.vp-services__card{display:block;color:inherit;text-decoration:none}.vp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;background:#0a0a0af0;padding:6vh 4vw}.vp-lightbox[hidden]{display:none}.vp-lightbox__img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--vp-radius-sm)}.vp-lightbox__close{position:fixed;top:max(1.1rem,env(safe-area-inset-top,0px));right:max(1.1rem,env(safe-area-inset-right,0px));z-index:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ffffff24;color:#fff;cursor:pointer;transition:background var(--vp-dur-fast) var(--vp-ease)}.vp-lightbox__close:hover,.vp-lightbox__close:focus-visible{background:#ffffff42}.vp-lightbox__close svg{width:20px;height:20px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/villaplus-custom.css.map?t=21979678 */
