/** Shopify CDN: Minification failed

Line 6:3709 The "+" operator only works if there is whitespace on both sides

**/
:root{--vh-cream:#f7f2ea;--vh-cream-dark:#f0e8d8;--vh-brown:#1a120a;--vh-gold:#9b6e2e;--vh-gold-light:#c49a4e;--vh-gold-muted:#e8d5b5;--vh-muted:#7a6050;--vh-card:#ffffff;--vh-border:#e5d8c8;--vh-radius:0.75rem;--vh-radius-lg:1.25rem;--vh-radius-xl:1.75rem;--vh-shadow:0 4px 24px rgba(26,18,10,0.08);--vh-shadow-lg:0 12px 48px rgba(26,18,10,0.14);--vh-transition:0.3s ease;--vh-font-head:'Cormorant Garamond',Georgia,serif;--vh-font-body:'DM Sans',sans-serif;--vh-max-w:1280px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--vh-font-body);background:var(--vh-cream);color:var(--vh-brown);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{cursor:pointer;background:none;border:none;font:inherit}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--vh-cream-dark)}::-webkit-scrollbar-thumb{background:var(--vh-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--vh-gold-light)}.vh-container{max-width:var(--vh-max-w);margin:0 auto;padding:0 1.25rem}@media (min-width:640px){.vh-container{padding:0 1.5rem}}@media (min-width:1024px){.vh-container{padding:0 2rem}}.vh-btn{display:inline-flex;align-items:center;gap:0.5rem;font-family:var(--vh-font-body);font-size:1rem;font-weight:500;border-radius:var(--vh-radius);padding:0.75rem 1.75rem;transition:all var(--vh-transition);cursor:pointer;white-space:nowrap;line-height:1.4}.vh-btn--primary{background:var(--vh-gold);color:#fff;border:2px solid var(--vh-gold)}.vh-btn--primary:hover{background:var(--vh-brown);border-color:var(--vh-brown);transform:translateY(-1px);box-shadow:0 6px 20px rgba(155,110,46,0.35)}.vh-btn--outline{background:transparent;color:var(--vh-gold);border:2px solid var(--vh-gold)}.vh-btn--outline:hover{background:var(--vh-gold);color:#fff;transform:translateY(-1px)}.vh-announcement-bar{padding:0.5rem 1rem;text-align:center;font-size:0.8125rem;letter-spacing:0.04em;font-family:var(--vh-font-body)}.vh-announcement-inner{display:flex;align-items:center;justify-content:center;gap:0.5rem}.vh-ann-icon{flex-shrink:0}.vh-ann-text-mobile{display:none}@media (max-width:639px){.vh-ann-text{display:none}.vh-ann-text-mobile{display:inline}}.vh-header{position:sticky;top:0;z-index:100;background:var(--vh-cream);border-bottom:1px solid var(--vh-border);transition:box-shadow var(--vh-transition),background var(--vh-transition)}.vh-header.vh-scrolled{background:rgba(247,242,234,0.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--vh-shadow)}.vh-header-inner{max-width:var(--vh-max-w);margin:0 auto;padding:0 1.25rem;height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:640px){.vh-header-inner{padding:0 1.5rem;height:5rem}}@media (min-width:1024px){.vh-header-inner{padding:0 2rem}}.vh-logo{flex-shrink:0}.vh-logo-img{height:3.25rem;width:auto;object-fit:contain}@media (min-width:640px){.vh-logo-img{height:3.75rem}}@media (min-width:1024px){.vh-logo-img{height:4.5rem}}.vh-logo-text{font-family:var(--vh-font-head);font-size:1.5rem;font-weight:600;color:var(--vh-brown)}.vh-nav{display:none}@media (min-width:1024px){.vh-nav{display:flex;align-items:center;gap:2rem}}.vh-nav-item{position:relative}.vh-nav-link{display:flex;align-items:center;gap:0.25rem;font-size:1.0625rem;font-weight:500;color:rgba(26,18,10,0.8);transition:color var(--vh-transition);padding:0.25rem 0}.vh-nav-link:hover,.vh-nav-link.vh-active{color:var(--vh-gold)}.vh-has-dropdown:hover .vh-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.vh-dropdown{position:absolute;top:calc(100%+0.5rem);left:0;min-width:180px;background:var(--vh-card);border:1px solid var(--vh-border);border-radius:var(--vh-radius);box-shadow:var(--vh-shadow-lg);padding:0.5rem 0;opacity:0;pointer-events:none;transform:translateY(-8px);transition:all var(--vh-transition);z-index:200}.vh-dropdown-link{display:block;padding:0.6rem 1.25rem;font-size:0.9375rem;color:var(--vh-brown);transition:background var(--vh-transition),color var(--vh-transition)}.vh-dropdown-link:hover{background:var(--vh-cream);color:var(--vh-gold)}.vh-header-icons{display:flex;align-items:center;gap:0.25rem}.vh-icon-btn{position:relative;padding:0.5rem;color:var(--vh-brown);border-radius:0.5rem;transition:color var(--vh-transition);display:flex;align-items:center;justify-content:center}.vh-icon-btn:hover{color:var(--vh-gold)}@media (max-width:1023px){.vh-icon-btn:not(.vh-cart-btn){display:none}}.vh-cart-btn{border:1.5px solid var(--vh-border);border-radius:var(--vh-radius);padding:0.4rem 0.6rem}.vh-cart-count{position:absolute;top:-4px;right:-4px;background:var(--vh-gold);color:#fff;font-size:0.625rem;font-weight:600;width:1.1rem;height:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.vh-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0.5rem;width:2.25rem;height:2.25rem}.vh-hamburger span{display:block;height:2px;background:var(--vh-brown);border-radius:2px;transition:all var(--vh-transition)}@media (min-width:1024px){.vh-hamburger{display:none}}.vh-search-bar{border-top:1px solid var(--vh-border);background:var(--vh-cream);max-height:0;overflow:hidden;transition:max-height var(--vh-transition),padding var(--vh-transition)}.vh-search-bar.vh-open{max-height:5rem;padding:0.75rem 0}.vh-search-inner{max-width:var(--vh-max-w);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:0.75rem}.vh-search-input{flex:1;padding:0.625rem 1rem;border:1.5px solid var(--vh-border);border-radius:var(--vh-radius);background:var(--vh-card);font-family:var(--vh-font-body);font-size:0.9375rem;color:var(--vh-brown);outline:none;transition:border-color var(--vh-transition)}.vh-search-input:focus{border-color:var(--vh-gold)}.vh-search-submit,.vh-search-close{padding:0.5rem;color:var(--vh-muted);border-radius:0.5rem;transition:color var(--vh-transition)}.vh-search-submit:hover,.vh-search-close:hover{color:var(--vh-gold)}.vh-mobile-overlay{position:fixed;inset:0;background:rgba(26,18,10,0.5);z-index:150;opacity:0;pointer-events:none;transition:opacity var(--vh-transition)}.vh-mobile-overlay.vh-open{opacity:1;pointer-events:auto}.vh-mobile-menu{position:fixed;top:0;left:0;width:min(320px,85vw);height:100%;background:var(--vh-cream);z-index:200;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);overflow-y:auto}.vh-mobile-menu.vh-open{transform:translateX(0)}.vh-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--vh-border)}.vh-mobile-logo{height:3rem;width:auto}.vh-mobile-close{padding:0.4rem;color:var(--vh-brown);border-radius:0.5rem}.vh-mobile-links{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:0}.vh-mobile-link{display:block;padding:1rem 0;font-size:1.25rem;font-family:var(--vh-font-head);font-weight:500;color:rgba(26,18,10,0.85);border-bottom:1px solid var(--vh-border);transition:color var(--vh-transition)}.vh-mobile-link:last-child{border-bottom:none}.vh-mobile-link:hover,.vh-mobile-link.vh-active{color:var(--vh-gold)}.vh-mobile-icons{display:flex;gap:0.5rem;padding:1rem 1.25rem;border-top:1px solid var(--vh-border)}.vh-mobile-icons .vh-icon-btn{display:flex}.vh-mobile-phone{display:flex;align-items:center;gap:0.5rem;padding:1rem 1.25rem;color:var(--vh-muted);font-size:0.9375rem;border-top:1px solid var(--vh-border)}.vh-mobile-phone a{color:var(--vh-brown);font-weight:500}.vh-hero{position:relative;overflow:hidden;display:flex;align-items:center;background:linear-gradient(135deg,var(--hero-bg-from,#f0e8d8),var(--hero-bg-to,#f7f2ea))}.vh-hero-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.vh-hero-blob--tr{top:5rem;right:2rem;width:20rem;height:20rem;background:rgba(155,110,46,0.12)}.vh-hero-blob--bl{bottom:5rem;left:2rem;width:25rem;height:25rem;background:rgba(196,154,78,0.08)}.vh-hero-grid{padding-top:3rem;padding-bottom:3rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1024px){.vh-hero-grid{grid-template-columns:1fr 1fr;padding-top:5rem;padding-bottom:5rem}}.vh-hero-content{text-align:center;animation:vh-fade-up 0.8s ease both}@media (min-width:1024px){.vh-hero-content{text-align:left}}.vh-eyebrow{font-family:var(--vh-font-body);font-size:0.75rem;font-weight:500;letter-spacing:0.25em;text-transform:uppercase;color:var(--vh-gold);margin-bottom:1rem}.vh-hero-title{font-family:var(--vh-font-head);font-size:clamp(2.25rem,5vw,4.5rem);font-weight:600;line-height:1.1;color:var(--vh-brown);animation:vh-fade-up 0.8s 0.1s ease both}.vh-hero-title-em{color:var(--vh-gold);font-style:italic}.vh-hero-sub{margin-top:1.25rem;font-size:clamp(1rem,1.5vw,1.25rem);color:var(--vh-muted);line-height:1.7;max-width:36rem;margin-left:auto;margin-right:auto;animation:vh-fade-up 0.8s 0.25s ease both}@media (min-width:1024px){.vh-hero-sub{margin-left:0;margin-right:0}}.vh-hero-ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:0.875rem;justify-content:center;animation:vh-fade-up 0.8s 0.4s ease both}@media (min-width:1024px){.vh-hero-ctas{justify-content:flex-start}}.vh-hero-badges{margin-top:2.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem;animation:vh-fade-up 0.8s 0.55s ease both}@media (min-width:640px){.vh-hero-badges{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}}@media (min-width:1024px){.vh-hero-badges{justify-content:flex-start}}.vh-hero-badge{display:flex;flex-direction:column;align-items:center;gap:0.375rem;font-size:0.8125rem;color:var(--vh-muted)}@media (min-width:640px){.vh-hero-badge{flex-direction:row;gap:0.5rem;font-size:0.9375rem}}.vh-badge-icon{width:2.25rem;height:2.25rem;border-radius:50%;background:rgba(155,110,46,0.12);display:flex;align-items:center;justify-content:center;color:var(--vh-gold);flex-shrink:0}.vh-hero-visual{display:none}@media (min-width:640px){.vh-hero-visual{display:block;animation:vh-scale-in 1s 0.2s ease both}}.vh-hero-card-wrap{position:relative;max-width:28rem;margin:0 auto;aspect-ratio:1/1}.vh-hero-card-bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(155,110,46,0.2),rgba(196,154,78,0.2));border-radius:var(--vh-radius-xl);transform:rotate(3deg)}.vh-hero-card{position:relative;background:var(--vh-card);border-radius:var(--vh-radius-xl);overflow:hidden;box-shadow:var(--vh-shadow-lg);height:100%}.vh-hero-card-img{width:100%;height:100%;object-fit:cover}.vh-hero-card-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--vh-cream-dark),var(--vh-cream));padding:2rem;text-align:center}.vh-hero-card-icon{width:8rem;height:8rem;border-radius:50%;background:rgba(155,110,46,0.15);display:flex;align-items:center;justify-content:center;color:var(--vh-gold);margin-bottom:1.5rem}.vh-hero-card-title{font-family:var(--vh-font-head);font-size:1.5rem;font-weight:600;color:var(--vh-brown)}.vh-hero-card-price{margin-top:0.5rem;font-size:0.9375rem;color:var(--vh-muted)}.vh-float-badge{position:absolute;background:var(--vh-card);border-radius:var(--vh-radius-lg);padding:0.75rem 1rem;box-shadow:var(--vh-shadow-lg);min-width:9rem;animation:vh-float 3s ease-in-out infinite}.vh-float-badge--tr{top:-1rem;right:-1rem;animation-delay:0s}.vh-float-badge--bl{bottom:-1rem;left:-1rem;animation-delay:0.5s}.vh-float-label{font-size:0.75rem;color:var(--vh-muted);margin-bottom:0.2rem}.vh-float-value{font-size:1.25rem;font-weight:600;color:var(--vh-gold);font-family:var(--vh-font-head)}.vh-section{padding:4rem 0}@media (min-width:768px){.vh-section{padding:6rem 0}}.vh-section-header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.vh-section-header{margin-bottom:4rem}}.vh-section-title{font-family:var(--vh-font-head);font-size:clamp(2rem,4vw,3.25rem);font-weight:600;color:var(--vh-brown);line-height:1.15;margin-top:0.5rem}.vh-title-em{color:var(--vh-gold);font-style:italic}.vh-section-sub{margin-top:0.875rem;font-size:1.0625rem;color:var(--vh-muted);max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.7}.vh-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.875rem}@media (min-width:640px){.vh-cat-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:1024px){.vh-cat-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.vh-cat-card{display:block;background:linear-gradient(135deg,var(--cat-from,#fce4ec),var(--cat-to,#fff));border:1.5px solid transparent;border-radius:var(--vh-radius-lg);padding:1.25rem;transition:all var(--vh-transition);cursor:pointer}@media (min-width:768px){.vh-cat-card{padding:1.75rem}}.vh-cat-card:hover{transform:translateY(-6px);border-color:rgba(155,110,46,0.25);box-shadow:var(--vh-shadow-lg)}.vh-cat-icon-wrap{width:2.75rem;height:2.75rem;border-radius:0.75rem;background:rgba(255,255,255,0.8);display:flex;align-items:center;justify-content:center;margin-bottom:0.875rem;color:var(--vh-brown);transition:all var(--vh-transition)}.vh-cat-card:hover .vh-cat-icon-wrap{background:var(--vh-gold);color:#fff}@media (min-width:768px){.vh-cat-icon-wrap{width:3.25rem;height:3.25rem}}.vh-cat-name{font-family:var(--vh-font-head);font-size:1.0625rem;font-weight:600;color:var(--vh-brown);margin-bottom:0.25rem;transition:color var(--vh-transition);line-height:1.25}@media (min-width:768px){.vh-cat-name{font-size:1.25rem}}.vh-cat-card:hover .vh-cat-name{color:var(--vh-gold)}.vh-cat-desc{font-size:0.875rem;color:var(--vh-muted);display:none;margin-bottom:0.625rem}@media (min-width:640px){.vh-cat-desc{display:block}}.vh-cat-count{font-size:0.75rem;font-weight:500;color:var(--vh-gold)}.vh-stats-row{margin-top:4rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:center}@media (min-width:640px){.vh-stats-row{grid-template-columns:repeat(4,1fr)}}.vh-stat-value{font-family:var(--vh-font-head);font-size:clamp(2rem,4vw,3.25rem);font-weight:600;color:var(--vh-gold)}.vh-stat-label{margin-top:0.25rem;font-size:0.9375rem;color:var(--vh-muted)}.vh-reviews{background:var(--vh-card)}.vh-reviews-carousel{position:relative;max-width:56rem;margin:0 auto}.vh-reviews-track{overflow:hidden}.vh-review-card{display:none}.vh-review-card.vh-active{display:block;animation:vh-fade-up 0.4s ease both}.vh-review-inner{background:var(--vh-cream);border-radius:var(--vh-radius-xl);padding:2rem;box-shadow:var(--vh-shadow-lg);display:flex;flex-direction:column;gap:1.5rem}@media (min-width:640px){.vh-review-inner{flex-direction:row;gap:2.5rem;padding:3rem}}.vh-review-author{flex-shrink:0;text-align:center}@media (min-width:640px){.vh-review-author{text-align:left;display:flex;gap:1rem;align-items:flex-start}}.vh-review-avatar{width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(135deg,rgba(155,110,46,0.2),rgba(196,154,78,0.2));display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 0.75rem;overflow:hidden;flex-shrink:0}@media (min-width:640px){.vh-review-avatar{margin:0}}.vh-review-avatar img{width:100%;height:100%;object-fit:cover}.vh-review-avatar span{font-family:var(--vh-font-head);font-size:2rem;font-weight:600;color:var(--vh-gold)}.vh-review-name{font-size:1.125rem;font-weight:600;color:var(--vh-brown)}.vh-review-location{font-size:0.875rem;color:var(--vh-muted)}.vh-review-stars{display:flex;gap:2px;color:var(--vh-gold);margin-top:0.375rem;justify-content:center}@media (min-width:640px){.vh-review-stars{justify-content:flex-start}}.vh-review-occasion{display:inline-block;margin-top:0.5rem;background:rgba(155,110,46,0.12);color:var(--vh-gold);font-size:0.75rem;font-weight:500;padding:0.2rem 0.75rem;border-radius:9999px}.vh-review-body{flex:1}.vh-quote-icon{color:rgba(155,110,46,0.15);margin-bottom:0.75rem}.vh-review-text{font-family:var(--vh-font-head);font-size:clamp(1.0625rem,1.5vw,1.375rem);font-style:italic;line-height:1.65;color:rgba(26,18,10,0.9)}.vh-carousel-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.vh-carousel-btn{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--vh-card);border:1.5px solid var(--vh-border);display:flex;align-items:center;justify-content:center;color:var(--vh-brown);box-shadow:var(--vh-shadow);transition:all var(--vh-transition)}.vh-carousel-btn:hover{background:var(--vh-gold);color:#fff;border-color:var(--vh-gold)}.vh-carousel-dots{display:flex;gap:0.5rem;align-items:center}.vh-dot{height:0.5rem;border-radius:9999px;background:rgba(26,18,10,0.2);transition:all var(--vh-transition);width:0.5rem}.vh-dot.vh-active{width:2rem;background:var(--vh-gold)}.vh-faq-inner{max-width:52rem}.vh-faq-list{display:flex;flex-direction:column;gap:0.75rem}.vh-faq-item{border-radius:var(--vh-radius-lg);overflow:hidden}.vh-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:var(--vh-cream);border:1.5px solid var(--vh-border);border-radius:var(--vh-radius-lg);text-align:left;font-family:var(--vh-font-head);font-size:1.0625rem;font-weight:600;color:var(--vh-brown);cursor:pointer;transition:all var(--vh-transition)}.vh-faq-question:hover{border-color:var(--vh-gold);box-shadow:var(--vh-shadow)}.vh-faq-chevron{flex-shrink:0;transition:transform var(--vh-transition)}.vh-faq-item.vh-faq-open .vh-faq-chevron{transform:rotate(180deg)}.vh-faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;background:var(--vh-cream);border:1.5px solid transparent;border-top:none;border-radius:0 0 var(--vh-radius-lg) var(--vh-radius-lg);padding:0 1.5rem}.vh-faq-item.vh-faq-open .vh-faq-answer{max-height:25rem;padding:1rem 1.5rem 1.25rem;border-color:var(--vh-border)}.vh-faq-answer p{font-size:0.9375rem;color:var(--vh-muted);line-height:1.7}.vh-faq-contact{margin-top:2.5rem;text-align:center;font-size:0.9375rem;color:var(--vh-muted)}.vh-faq-contact a{color:var(--vh-gold);font-weight:500;text-decoration:underline}.vh-footer{font-family:var(--vh-font-body)}.vh-footer-newsletter{border-bottom:1px solid rgba(255,255,255,0.1);padding:2.5rem 0}.vh-newsletter-grid{display:grid;gap:1.5rem}@media (min-width:1024px){.vh-newsletter-grid{grid-template-columns:1fr 1fr;align-items:center}}.vh-newsletter-title{font-family:var(--vh-font-head);font-size:clamp(1.5rem,2vw,2rem);font-weight:600;margin-bottom:0.375rem}.vh-newsletter-sub{font-size:0.9375rem;opacity:0.7}.vh-newsletter-form{display:flex;gap:0.75rem;flex-direction:column}@media (min-width:500px){.vh-newsletter-form{flex-direction:row}}.vh-newsletter-input{flex:1;padding:0.75rem 1rem;border-radius:var(--vh-radius);border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);color:inherit;font-family:var(--vh-font-body);font-size:0.9375rem;outline:none;transition:border-color var(--vh-transition)}.vh-newsletter-input::placeholder{opacity:0.5}.vh-newsletter-input:focus{border-color:var(--vh-gold)}.vh-footer-main{padding:3rem 0 2rem}.vh-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (min-width:1024px){.vh-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.vh-footer-brand{grid-column:1 / -1}@media (min-width:1024px){.vh-footer-brand{grid-column:auto}}.vh-footer-logo{height:3rem;width:auto;margin-bottom:1.25rem}.vh-footer-brand-name{font-family:var(--vh-font-head);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.vh-footer-brand-desc{font-size:0.9375rem;opacity:0.7;line-height:1.7;max-width:26rem;margin-bottom:1.5rem}.vh-footer-contact{display:flex;flex-direction:column;gap:0.75rem}.vh-footer-contact-link{display:flex;align-items:flex-start;gap:0.625rem;font-size:0.9375rem;opacity:0.7;transition:opacity var(--vh-transition),color var(--vh-transition)}.vh-footer-contact-link:hover{opacity:1;color:var(--vh-gold-light)}.vh-footer-col-title{font-family:var(--vh-font-head);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.vh-footer-links{display:flex;flex-direction:column;gap:0.625rem}.vh-footer-links a{font-size:0.9375rem;opacity:0.7;transition:opacity var(--vh-transition),color var(--vh-transition)}.vh-footer-links a:hover{opacity:1;color:var(--vh-gold-light)}.vh-footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:1.5rem 0}.vh-footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.vh-social-links{display:flex;gap:0.75rem}.vh-social-link{width:2.25rem;height:2.25rem;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;transition:background var(--vh-transition),color var(--vh-transition)}.vh-social-link:hover{background:var(--vh-gold);color:#fff}.vh-legal-links{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.vh-legal-links a{font-size:0.8125rem;opacity:0.5;transition:opacity var(--vh-transition)}.vh-legal-links a:hover{opacity:1}.vh-copyright{font-size:0.8125rem;opacity:0.5}.vh-whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:300;transition:transform var(--vh-transition),box-shadow var(--vh-transition)}.vh-whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,0.55)}.vh-quiz-fab{position:fixed;bottom:6rem;right:1.5rem;background:var(--vh-gold);color:#fff;border-radius:3rem;padding:0.625rem 1.125rem;display:flex;align-items:center;gap:0.625rem;box-shadow:0 4px 20px rgba(155,110,46,0.4);z-index:300;font-family:var(--vh-font-body);font-weight:500;font-size:0.875rem;transition:transform var(--vh-transition);cursor:pointer;border:none}.vh-quiz-fab:hover{transform:translateY(-2px)}.vh-quiz-fab span{font-weight:600}.vh-quiz-fab small{display:block;font-size:0.6875rem;opacity:0.8}@keyframes vh-fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes vh-scale-in{from{opacity:0;transform:scale(0.92)}to{opacity:1;transform:scale(1)}}@keyframes vh-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.vh-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vh-footer-brand{grid-column:1 / -1}@media(min-width:768px){.vh-footer-brand{grid-column:auto}}.vh-nl-success{color:#25d366;font-size:.875rem;margin-top:.75rem}.vh-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(min-width:768px){.vh-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}}.vh-whatsapp-fab{position:fixed;bottom:1.25rem;right:1.25rem;width:3.5rem;height:3.5rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:500;transition:transform .2s;text-decoration:none}.vh-whatsapp-fab:hover{transform:scale(1.12)}.vh-header.vh-scrolled{background:rgba(247,242,234,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(26,18,10,.08)}.vh-search-bar.vh-open{max-height:5rem;padding:.75rem 0}.vh-whatsapp-fab{position:fixed;bottom:1.25rem;right:1.25rem;width:3.5rem;height:3.5rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:500;transition:transform .2s;text-decoration:none}.vh-whatsapp-fab:hover{transform:scale(1.12)}.vh-header.vh-scrolled{background:rgba(247,242,234,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(26,18,10,.08)}.vh-search-bar.vh-open{max-height:5rem;padding:.75rem 0}@media (max-width:767px){.vh-hero-grid{padding-top:2rem !important;padding-bottom:2rem !important}.vh-hero-content{text-align:center !important}.vh-hero-ctas{flex-direction:column !important;align-items:stretch !important;gap:.75rem !important}.vh-hero-ctas .vh-btn{width:100% !important;justify-content:center !important}.vh-hero-badges{display:flex !important;flex-wrap:nowrap !important;justify-content:center !important;gap:1rem !important;overflow-x:auto !important}.vh-hero-badge{flex-direction:column !important;align-items:center !important;flex-shrink:0 !important;font-size:.75rem !important}.vh-hero-visual{display:none !important}.vhq-trigger{bottom:4.5rem !important;right:.875rem !important;padding:.625rem 1rem !important}.vh-whatsapp-fab{bottom:1rem !important;right:.875rem !important;width:3.25rem !important;height:3.25rem !important}}@media (max-width:767px){.vh-header-inner{height:3.75rem !important;padding:0 1rem !important}.vh-logo-img{height:2.625rem !important}}@media (max-width:767px){.vh-footer-grid{grid-template-columns:1fr !important;gap:0 !important}.vh-footer-brand{padding-bottom:1.5rem !important;border-bottom:1px solid rgba(255,255,255,0.1) !important}.vh-footer-col:nth-child(2){padding:1.25rem 0 !important;border-bottom:1px solid rgba(255,255,255,0.08) !important}.vh-footer-col:nth-child(2) .vh-footer-links{display:grid !important;grid-template-columns:1fr 1fr !important;gap:.5rem 1rem !important}.vh-footer-col:nth-child(3),.vh-footer-col:nth-child(4){border-bottom:1px solid rgba(255,255,255,0.08) !important;overflow:hidden !important}.vh-footer-col:nth-child(3) .vh-footer-col-title,.vh-footer-col:nth-child(4) .vh-footer-col-title{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:1rem 0 !important;margin-bottom:0 !important;cursor:pointer !important;user-select:none !important}.vh-footer-col:nth-child(3) .vh-footer-col-title::after,.vh-footer-col:nth-child(4) .vh-footer-col-title::after{content:'+' !important;font-size:1.375rem !important;font-weight:300 !important;transition:transform .3s ease !important}.vh-footer-col:nth-child(3).vh-acc-open .vh-footer-col-title::after,.vh-footer-col:nth-child(4).vh-acc-open .vh-footer-col-title::after{transform:rotate(45deg) !important}.vh-footer-col:nth-child(3) .vh-footer-links,.vh-footer-col:nth-child(4) .vh-footer-links{max-height:0 !important;overflow:hidden !important;transition:max-height .35s ease,padding .3s ease !important;padding-bottom:0 !important}.vh-footer-col:nth-child(3).vh-acc-open .vh-footer-links,.vh-footer-col:nth-child(4).vh-acc-open .vh-footer-links{max-height:25rem !important;padding-bottom:1rem !important}.vh-newsletter-grid{grid-template-columns:1fr !important}.vh-newsletter-form{flex-direction:column !important}.vh-newsletter-input,.vh-newsletter-form .vh-btn{width:100% !important}.vh-footer-bottom-inner{flex-direction:column !important;text-align:center !important;gap:.75rem !important}.vh-legal-links{justify-content:center !important}}@media (max-width:639px){.vh-cat-grid{grid-template-columns:repeat(2,1fr) !important;gap:.625rem !important}.vh-cat-card{padding:1rem !important}.vh-cat-desc{display:none !important}.vh-stats-row{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:639px){.vh-review-inner{flex-direction:column !important;padding:1.5rem !important}.vh-review-author{flex-direction:row !important;text-align:left !important;gap:.875rem !important}.vh-review-avatar{margin:0 !important}}@media (max-width:639px){.vhq-overlay{padding:0 !important;align-items:flex-end !important}.vhq-modal{max-height:90vh !important;border-radius:1.25rem 1.25rem 0 0 !important;width:100% !important}}@media (max-width:767px){.vhp-grid{grid-template-columns:1fr !important;gap:1.5rem !important}.vhp-thumbs{grid-template-columns:repeat(4,1fr) !important}.vhp-trust{grid-template-columns:1fr 1fr !important}.vhp-related-grid{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:639px){.vhcoll-grid{grid-template-columns:repeat(2,1fr) !important;gap:.75rem !important}.vhcoll-card-title{font-size:.875rem !important}.vhcoll-card-info{padding:.75rem !important}}@media (max-width:767px){.vh-section{padding:2.5rem 0 !important}.vh-section-header{margin-bottom:1.75rem !important}.vh-section-title{font-size:1.875rem !important}.vh-container{padding:0 1rem !important}}.vh-mobile-menu{will-change:transform}.vhsm-box{will-change:transform,opacity}.vh-animate{opacity:0;transform:translateY(24px);transition:opacity 0.55s ease,transform 0.55s ease}.vh-animate.vh-visible{opacity:1;transform:translateY(0)}.vh-animate:nth-child(2){transition-delay:0.08s}.vh-animate:nth-child(3){transition-delay:0.15s}.vh-animate:nth-child(4){transition-delay:0.22s}.vh-animate:nth-child(5){transition-delay:0.29s}.vh-animate:nth-child(6){transition-delay:0.36s}@media (prefers-reduced-motion:reduce){.vh-animate{opacity:1 !important;transform:none !important;transition:none !important}.vh-header{animation:none !important}}