.vv-header{position:sticky;top:0;z-index:1000;background:#f5f1e8f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(160,133,110,.1)}.vv-header__container{max-width:var(--max-width);margin:0 auto;padding:.8rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.vv-header__logo-text{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-dark)}.vv-header__nav{display:flex;gap:2rem}.vv-header__link{font-size:.95rem;font-weight:500;color:var(--color-dark);transition:color var(--transition);position:relative}.vv-header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-sage);transition:width var(--transition);border-radius:1px}.vv-header__link:hover:after,.vv-header__link--active:after{width:100%}.vv-header__actions{display:flex;align-items:center;gap:1rem}.vv-header__cart{display:flex;align-items:center;gap:.4rem;color:var(--color-dark);position:relative;font-size:.9rem}.vv-header__cart-count{position:absolute;top:-6px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--color-sage);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.vv-header__cart-text{display:none}.vv-header__cta{font-size:.85rem;padding:.6rem 1.5rem}.vv-header__menu-toggle{display:none;background:none;border:none;color:var(--color-dark);cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center}.vv-header__mobile-menu{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;background:var(--color-cream);border-top:1px solid var(--color-cream-dark)}.vv-header__mobile-menu[aria-hidden=false]{display:flex}.vv-header__mobile-link{padding:.8rem 0;font-size:1.1rem;font-weight:500;color:var(--color-dark);border-bottom:1px solid rgba(0,0,0,.06)}.vv-header__mobile-cta{margin-top:1rem;text-align:center}@media(max-width:768px){.vv-header__nav,.vv-header__cta{display:none}.vv-header__menu-toggle{display:flex}.vv-header__cart-text{display:none}}.vv-hero{background:linear-gradient(135deg,var(--color-cream) 0%,#EDE8DB 50%,var(--color-sage-light) 100%);padding:4rem 1.5rem 5rem;overflow:hidden}.vv-hero__container{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.vv-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.1;margin-bottom:1rem;color:var(--color-dark)}.vv-hero__text{font-size:1.2rem;color:var(--color-brown);margin-bottom:.5rem;font-weight:500}.vv-hero__subtext{font-size:1rem;color:#2c2c2cb3;margin-bottom:2rem;line-height:1.8}.vv-hero__badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.vv-hero__badge{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#ffffffb3;border-radius:var(--radius-full);font-size:.85rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(139,157,131,.2)}.vv-hero__badge-icon{font-size:1.1rem}.vv-hero__image{position:relative}.vv-hero__img{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;object-fit:cover}.vv-hero__placeholder{width:100%;aspect-ratio:4/3;background:var(--color-cream-dark);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.vv-hero{padding:2.5rem 1.25rem 3rem}.vv-hero__container{grid-template-columns:1fr;text-align:center}.vv-hero__badges{justify-content:center}.vv-hero__image{order:-1;max-width:400px;margin:0 auto}}.vv-stats{padding:5rem 1.5rem;background:var(--color-white)}.vv-stats__container{max-width:var(--max-width);margin:0 auto}.vv-stats__header{text-align:center;margin-bottom:3rem}.vv-stats__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-stats__title{margin-bottom:1rem}.vv-stats__subtitle{font-size:1.1rem;color:#2c2c2cb3;max-width:600px;margin:0 auto}.vv-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.vv-stats__card{background:var(--color-cream);padding:2rem;border-radius:var(--radius-lg);text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.vv-stats__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.vv-stats__number{font-size:2.4rem;font-weight:700;color:var(--color-sage);margin-bottom:.5rem;font-family:var(--font-heading)}.vv-stats__desc{font-size:.95rem;color:#2c2c2cbf;line-height:1.6}.vv-stats__quote{text-align:center;margin-top:3rem;padding:2rem;background:var(--color-sage-light);border-radius:var(--radius-lg);border-left:4px solid var(--color-sage);font-style:italic;font-size:1.1rem;color:var(--color-dark);max-width:700px;margin-left:auto;margin-right:auto}.vv-personas{padding:5rem 1.5rem;background:var(--color-cream)}.vv-personas__container{max-width:var(--max-width);margin:0 auto;text-align:center}.vv-personas__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-personas__title{margin-bottom:2.5rem}.vv-personas__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.vv-personas__card{background:var(--color-white);padding:2rem 1.5rem;border-radius:var(--radius-lg);text-align:center;transition:transform var(--transition),box-shadow var(--transition);border:1px solid rgba(139,157,131,.1)}.vv-personas__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.vv-personas__icon{font-size:2.5rem;margin-bottom:.75rem}.vv-personas__text{font-size:.95rem;font-weight:500;color:var(--color-dark)}.vv-comparison{padding:5rem 1.5rem;background:var(--color-white)}.vv-comparison__container{max-width:var(--max-width-narrow);margin:0 auto;text-align:center}.vv-comparison__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-comparison__title{margin-bottom:2.5rem}.vv-comparison__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left}.vv-comparison__col{padding:2rem;border-radius:var(--radius-lg)}.vv-comparison__col--planners{background:#fdf5f5;border:1px solid rgba(212,160,160,.3)}.vv-comparison__col--vault{background:var(--color-sage-light);border:1px solid rgba(139,157,131,.3)}.vv-comparison__heading{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid}.vv-comparison__heading--planners{border-color:var(--color-pink);color:var(--color-pink)}.vv-comparison__heading--vault{border-color:var(--color-sage);color:var(--color-sage)}.vv-comparison__list{list-style:none}.vv-comparison__item{padding:.75rem 0;display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;border-bottom:1px solid rgba(0,0,0,.05)}.vv-comparison__item:last-child{border-bottom:none}.vv-comparison__x{color:var(--color-pink);font-weight:700;flex-shrink:0;font-size:1.1rem}.vv-comparison__check{color:var(--color-sage);font-weight:700;flex-shrink:0;font-size:1.1rem}.vv-comparison__item--planner{color:#2c2c2c99;text-decoration:line-through}.vv-comparison__item--vault{color:var(--color-dark);font-weight:500}@media(max-width:600px){.vv-comparison__grid{grid-template-columns:1fr}}.vv-modules{padding:5rem 1.5rem;background:var(--color-cream)}.vv-modules__container{max-width:var(--max-width);margin:0 auto;text-align:center}.vv-modules__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-modules__title{margin-bottom:.5rem}.vv-modules__subtitle{font-size:1.05rem;color:#2c2c2cb3;margin-bottom:2.5rem}.vv-modules__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.vv-modules__card{background:var(--color-white);padding:2rem 1.5rem;border-radius:var(--radius-lg);text-align:center;transition:transform var(--transition),box-shadow var(--transition);border:1px solid rgba(139,157,131,.08)}.vv-modules__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.vv-modules__icon{font-size:2.2rem;margin-bottom:.75rem}.vv-modules__name{font-size:1.05rem;margin-bottom:.4rem}.vv-modules__desc{font-size:.9rem;color:#2c2c2ca6;line-height:1.5}.vv-founder{padding:5rem 1.5rem;background:var(--color-white)}.vv-founder__container{max-width:var(--max-width);margin:0 auto}.vv-founder__layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center}.vv-founder__placeholder{width:100%;aspect-ratio:5/6;background:linear-gradient(135deg,var(--color-sage-light),var(--color-cream));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center}.vv-founder__placeholder-inner{width:120px;height:120px;border-radius:50%;background:#8b9d8333;display:flex;align-items:center;justify-content:center}.vv-founder__image{width:100%;border-radius:var(--radius-xl);object-fit:cover}.vv-founder__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-founder__title{margin-bottom:1.5rem;font-size:clamp(1.4rem,3vw,2rem)}.vv-founder__letter{font-size:1rem;line-height:1.8;color:#2c2c2ccc}.vv-founder__letter p{margin-bottom:1rem}.vv-founder__signature{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;font-style:italic;color:var(--color-sage)}.vv-founder__heart{color:var(--color-pink);font-size:1.3rem}@media(max-width:768px){.vv-founder__layout{grid-template-columns:1fr}.vv-founder__image-wrap{max-width:300px;margin:0 auto}}.vv-testimonials{padding:5rem 1.5rem;background:var(--color-cream)}.vv-testimonials__container{max-width:var(--max-width);margin:0 auto;text-align:center}.vv-testimonials__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-testimonials__title{margin-bottom:2.5rem}.vv-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;text-align:left}.vv-testimonials__card{background:var(--color-white);padding:2rem;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.04);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.vv-testimonials__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.vv-testimonials__stars{color:var(--color-gold);font-size:1rem;letter-spacing:2px;margin-bottom:1rem}.vv-testimonials__quote{font-size:.95rem;line-height:1.7;color:#2c2c2ccc;flex-grow:1;margin-bottom:1.25rem;font-style:italic}.vv-testimonials__author{display:flex;align-items:center;gap:.75rem}.vv-testimonials__avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.vv-testimonials__name{font-size:.9rem;display:block}.vv-testimonials__detail{font-size:.8rem;color:#2c2c2c99;display:block}.vv-testimonials__source{display:block;margin-top:1rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-sage);padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06)}.vv-trust{padding:5rem 1.5rem;background:var(--color-white)}.vv-trust__container{max-width:var(--max-width);margin:0 auto;text-align:center}.vv-trust__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-trust__title{margin-bottom:2.5rem}.vv-trust__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.vv-trust__card{padding:2rem 1.25rem;border-radius:var(--radius-lg);background:var(--color-cream);transition:transform var(--transition)}.vv-trust__card:hover{transform:translateY(-3px)}.vv-trust__icon{font-size:2rem;margin-bottom:.75rem}.vv-trust__name{font-size:1rem;margin-bottom:.4rem}.vv-trust__desc{font-size:.85rem;color:#2c2c2ca6;line-height:1.6}.vv-faq{padding:5rem 1.5rem;background:var(--color-cream)}.vv-faq__container{max-width:var(--max-width-narrow);margin:0 auto;text-align:center}.vv-faq__label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-sage);margin-bottom:.75rem}.vv-faq__title{margin-bottom:2.5rem}.vv-faq__list{text-align:left}.vv-faq__item{background:var(--color-white);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.vv-faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;min-height:56px;transition:background var(--transition)}.vv-faq__question::-webkit-details-marker{display:none}.vv-faq__question:hover{background:var(--color-sage-light)}.vv-faq__toggle{flex-shrink:0;color:var(--color-sage);transition:transform var(--transition)}details[open] .vv-faq__toggle{transform:rotate(45deg)}details[open] .vv-faq__plus-v{display:none}.vv-faq__answer{padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7;color:#2c2c2cbf}.vv-cta{padding:5rem 1.5rem;background:linear-gradient(135deg,var(--color-sage) 0%,#7A8E72 100%);text-align:center}.vv-cta__container{max-width:600px;margin:0 auto}.vv-cta__icon{font-size:2.5rem;margin-bottom:1rem}.vv-cta__title{color:var(--color-white);margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.2rem)}.vv-cta__text{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.vv-cta .vv-btn--primary{background:var(--color-white);color:var(--color-sage)}.vv-cta .vv-btn--primary:hover{background:var(--color-cream);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.vv-footer{background:var(--color-dark);color:#fffc;padding:4rem 1.5rem 2rem}.vv-footer__container{max-width:var(--max-width);margin:0 auto}.vv-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.vv-footer__logo{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-white);margin-bottom:.5rem}.vv-footer__tagline{font-size:.85rem;opacity:.7;margin-bottom:1rem}.vv-footer__social{display:flex;gap:1rem}.vv-footer__social a{color:#fff9;transition:color var(--transition)}.vv-footer__social a:hover{color:var(--color-white)}.vv-footer__heading{font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white);margin-bottom:1rem}.vv-footer__link{display:block;font-size:.9rem;color:#fff9;padding:.3rem 0;transition:color var(--transition)}.vv-footer__link:hover{color:var(--color-white)}.vv-footer__text{font-size:.9rem;line-height:1.7;white-space:pre-line}.vv-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.8rem;opacity:.5}.vv-footer__credit{font-style:italic}@media(max-width:768px){.vv-footer__grid{grid-template-columns:1fr;gap:2rem}.vv-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}.vv-product{padding:3rem 1.5rem;background:var(--color-cream)}.vv-product__container{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.vv-product__img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.vv-product__placeholder{background:var(--color-cream-dark);border-radius:var(--radius-lg);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.vv-product__thumbs{display:flex;gap:.5rem;margin-top:1rem}.vv-product__thumb{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0}.vv-product__thumb--active{border-color:var(--color-sage)}.vv-product__thumb img{width:100%;height:100%;object-fit:cover}.vv-product__title{margin-bottom:1rem}.vv-product__price{margin-bottom:1.5rem;font-size:1.4rem}.vv-product__price-compare{text-decoration:line-through;opacity:.5;margin-right:.5rem}.vv-product__price-current{font-weight:700;color:var(--color-sage)}.vv-product__description{margin-bottom:2rem;line-height:1.8}.vv-product__option{margin-bottom:1.25rem}.vv-product__option-label{display:block;font-weight:600;margin-bottom:.4rem}.vv-product__select{width:100%;padding:.85rem 1.2rem;border:2px solid var(--color-cream-dark);border-radius:var(--radius-md);background:var(--color-white);font-size:1rem;min-height:48px}.vv-product__qty-input{width:100px;padding:.85rem 1rem;border:2px solid var(--color-cream-dark);border-radius:var(--radius-md);font-size:1rem;text-align:center;min-height:48px}.vv-product__quantity{margin-bottom:1.5rem}.vv-product__add{width:100%;margin-bottom:1.5rem}.vv-product__add:disabled{background:var(--color-cream-dark);color:#2c2c2c66;cursor:not-allowed}.vv-product__badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.vv-product__badge{font-size:.85rem;padding:.5rem 1rem;background:var(--color-sage-light);border-radius:var(--radius-full);font-weight:500}@media(max-width:768px){.vv-product__container{grid-template-columns:1fr}}.vv-cart{padding:3rem 1.5rem;background:var(--color-cream)}.vv-cart__container{max-width:var(--max-width-narrow);margin:0 auto}.vv-cart__title{margin-bottom:2rem}.vv-cart__item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-cream-dark)}.vv-cart__item-image img{border-radius:var(--radius-sm)}.vv-cart__item-title a{color:var(--color-dark);font-weight:600}.vv-cart__item-variant{font-size:.85rem;color:#2c2c2c99}.vv-cart__item-price{font-weight:500}.vv-cart__qty-input{width:60px;text-align:center;padding:.5rem;border:2px solid var(--color-cream-dark);border-radius:var(--radius-sm);min-height:44px}.vv-cart__item-total{font-weight:700}.vv-cart__remove{color:#2c2c2c66;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.vv-cart__remove:hover{color:var(--color-pink)}.vv-cart__footer{padding-top:2rem}.vv-cart__subtotal{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.vv-cart__note{font-size:.85rem;color:#2c2c2c99;margin-bottom:1.5rem}.vv-cart__actions{display:flex;gap:1rem;justify-content:flex-end}.vv-cart__empty{text-align:center;padding:4rem 0}.vv-cart__empty p{font-size:1.2rem;margin-bottom:2rem;color:#2c2c2c99}@media(max-width:600px){.vv-cart__item{grid-template-columns:60px 1fr}.vv-cart__item-total,.vv-cart__remove{grid-column:2}.vv-cart__actions{flex-direction:column}}.vv-collection{padding:3rem 1.5rem;background:var(--color-cream)}.vv-collection__container{max-width:var(--max-width);margin:0 auto}.vv-collection__header{text-align:center;margin-bottom:2.5rem}.vv-collection__title{margin-bottom:.75rem}.vv-collection__description{max-width:600px;margin:0 auto;color:#2c2c2cb3}.vv-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.vv-collection__product-link{display:block;color:var(--color-dark)}.vv-collection__product-image{border-radius:var(--radius-md);overflow:hidden;background:var(--color-white);margin-bottom:1rem}.vv-collection__product-image img{width:100%;aspect-ratio:1;object-fit:cover}.vv-collection__product-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.vv-collection__product-price{color:var(--color-sage);font-weight:600}.vv-collection__empty{text-align:center;padding:3rem}.vv-collections-list{padding:3rem 1.5rem;background:var(--color-cream)}.vv-collections-list__container{max-width:var(--max-width);margin:0 auto}.vv-collections-list__title{text-align:center;margin-bottom:2.5rem}.vv-collections-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.vv-collections-list__card{display:block;color:var(--color-dark);background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.vv-collections-list__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.vv-collections-list__image img{width:100%;aspect-ratio:4/3;object-fit:cover}.vv-collections-list__name{padding:1rem 1.25rem .25rem;font-size:1.1rem}.vv-collections-list__count{padding:0 1.25rem 1rem;font-size:.85rem;color:#2c2c2c99}.vv-page{padding:3rem 1.5rem;background:var(--color-cream)}.vv-page__container{max-width:var(--max-width-narrow);margin:0 auto}.vv-page__title{margin-bottom:2rem}.vv-page__content{line-height:1.8}.vv-page__content h2{margin:2rem 0 1rem}.vv-page__content h3{margin:1.5rem 0 .75rem}.vv-page__content p{margin-bottom:1rem}.vv-page__content ul,.vv-page__content ol{margin:1rem 0;padding-left:1.5rem}.vv-page__content li{margin-bottom:.5rem}.vv-page__content img{border-radius:var(--radius-md);margin:1.5rem 0}.vv-blog{padding:3rem 1.5rem;background:var(--color-cream)}.vv-blog__container{max-width:var(--max-width);margin:0 auto}.vv-blog__title{text-align:center;margin-bottom:2.5rem}.vv-blog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.vv-blog__card-link{display:block;color:var(--color-dark)}.vv-blog__card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.vv-blog__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.vv-blog__card-image img{width:100%;aspect-ratio:16/10;object-fit:cover}.vv-blog__card-content{padding:1.5rem}.vv-blog__date{font-size:.8rem;color:var(--color-sage);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.vv-blog__card-title{font-size:1.15rem;margin:.5rem 0}.vv-blog__excerpt{font-size:.9rem;color:#2c2c2cb3;line-height:1.6}.vv-blog__read-more{display:inline-block;margin-top:.75rem;color:var(--color-sage);font-weight:600;font-size:.9rem}.vv-article{padding:3rem 1.5rem;background:var(--color-cream)}.vv-article__container{max-width:var(--max-width-narrow);margin:0 auto}.vv-article__back{display:inline-block;margin-bottom:1.5rem;font-weight:500;color:var(--color-sage)}.vv-article__title{margin-bottom:.75rem}.vv-article__meta{font-size:.85rem;color:#2c2c2c99;margin-bottom:2rem;display:flex;gap:1rem}.vv-article__image{margin-bottom:2rem}.vv-article__image img{border-radius:var(--radius-lg);width:100%}.vv-article__content{line-height:1.8}.vv-article__content p{margin-bottom:1.25rem}.vv-article__content h2{margin:2rem 0 1rem}.vv-article__content img{border-radius:var(--radius-md);margin:1.5rem 0}.vv-article__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-cream-dark)}.vv-article__tag{padding:.4rem 1rem;background:var(--color-sage-light);border-radius:var(--radius-full);font-size:.8rem;font-weight:500;color:var(--color-sage)}.vv-article__comments{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-cream-dark)}.vv-article__comment{padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.vv-search{padding:3rem 1.5rem;background:var(--color-cream)}.vv-search__container{max-width:var(--max-width-narrow);margin:0 auto}.vv-search__title{text-align:center;margin-bottom:2rem}.vv-search__form{display:flex;gap:.75rem;margin-bottom:2rem}.vv-search__input{flex-grow:1}.vv-search__count{margin-bottom:1.5rem;color:#2c2c2c99}.vv-search__result{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-cream-dark)}.vv-search__result-image img{border-radius:var(--radius-sm);width:80px;height:80px;object-fit:cover}.vv-search__result-content h3 a{color:var(--color-dark);font-size:1.05rem}.vv-search__result-content p{font-size:.9rem;color:#2c2c2cb3;margin-top:.25rem}.vv-search__result-price{color:var(--color-sage);font-weight:600}.vv-search__no-results{text-align:center;padding:3rem 0;color:#2c2c2c99}.vv-404{padding:6rem 1.5rem;text-align:center;background:var(--color-cream);min-height:50vh;display:flex;align-items:center}.vv-404__container{max-width:500px;margin:0 auto}.vv-404__icon{font-size:3rem;margin-bottom:1rem}.vv-404__title{font-size:4rem;color:var(--color-sage);margin-bottom:1rem}.vv-404__text{font-size:1.1rem;color:#2c2c2cb3;margin-bottom:2rem;line-height:1.7}.vv-auth{padding:4rem 1.5rem;background:var(--color-cream)}.vv-auth__container{max-width:440px;margin:0 auto;background:var(--color-white);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.vv-auth__title{text-align:center;margin-bottom:2rem}.vv-auth__link{text-align:center;margin-top:1rem;font-size:.9rem}.vv-auth__recover{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-cream-dark)}.vv-account{padding:3rem 1.5rem;background:var(--color-cream)}.vv-account__container{max-width:var(--max-width);margin:0 auto}.vv-account__title{margin-bottom:2rem}.vv-account__grid{display:grid;grid-template-columns:280px 1fr;gap:2rem}.vv-account__details{background:var(--color-white);padding:2rem;border-radius:var(--radius-lg);height:fit-content}.vv-account__orders{background:var(--color-white);padding:2rem;border-radius:var(--radius-lg)}@media(max-width:768px){.vv-account__grid{grid-template-columns:1fr}}.vv-order{padding:3rem 1.5rem;background:var(--color-cream)}.vv-order__container{max-width:var(--max-width);margin:0 auto}.vv-order__back{display:inline-block;margin-bottom:1rem;color:var(--color-sage)}.vv-order__title{margin-bottom:.5rem}.vv-order__date{color:#2c2c2c99;margin-bottom:2rem}.vv-order__cancelled{background:#fdf5f5;padding:1rem;border-radius:var(--radius-md);border-left:4px solid var(--color-pink);margin-bottom:2rem}.vv-order__addresses{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media(max-width:600px){.vv-order__addresses{grid-template-columns:1fr}}.vv-password{padding:4rem 1.5rem;text-align:center}.vv-password__container{max-width:440px;margin:0 auto}.vv-password__title{margin-bottom:1rem}.vv-password__text{margin-bottom:2rem;color:#2c2c2cb3}.vv-password__admin{margin-top:2rem;font-size:.85rem;opacity:.6}@media(prefers-reduced-motion:no-preference){.vv-hero__content,.vv-hero__image,.vv-stats__card,.vv-personas__card,.vv-modules__card,.vv-testimonials__card,.vv-trust__card,.vv-faq__item{opacity:0;transform:translateY(20px);animation:vv-fade-in .6s ease forwards}.vv-hero__content{animation-delay:.1s}.vv-hero__image{animation-delay:.3s}.vv-stats__card:nth-child(1){animation-delay:.1s}.vv-stats__card:nth-child(2){animation-delay:.2s}.vv-stats__card:nth-child(3){animation-delay:.3s}.vv-stats__card:nth-child(4){animation-delay:.4s}.vv-personas__card:nth-child(n){animation-delay:calc(.1s * var(--i, 1))}.vv-modules__card:nth-child(n){animation-delay:calc(.08s * var(--i, 1))}.vv-testimonials__card:nth-child(n){animation-delay:calc(.15s * var(--i, 1))}}@keyframes vv-fade-in{to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/vv-sections.css.map */
