@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap";.mvhome{--ink:#4D4D4D;--ink-soft:#3D3D3D;--ink-muted:#6E6E6E;--ink-faint:#A6A6A6;--char:#333333;--char-2:#262626;--gold:#D4AF37;--gold-deep:#A47E1B;--gold-soft:#EAD8A0;--gold-wash:#FBF6E7;--bg:#FFFFFF;--mist:#F8FAFC;--mist-deep:#EEF2F7;--success:#10B981;--line:#E7EBF0;--line-soft:#F0F3F7;--sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;--serif:"Cormorant Garamond",Georgia,serif;--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:34px;--r-pill:999px;--sh-sm:0 2px 8px rgba(15,23,42,.05);--sh-md:0 12px 36px -12px rgba(15,23,42,.16);--sh-lg:0 36px 80px -28px rgba(15,23,42,.28);--sh-gold:0 18px 44px -16px rgba(164,126,27,.42);--maxw:1200px;--gutter:clamp(20px,5vw,48px)}.mvhome *{box-sizing:border-box;margin:0;padding:0}.mvhome{scroll-behavior:smooth;-webkit-text-size-adjust:100%}.mvhome{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.mvhome img{max-width:100%;display:block}.mvhome a{color:inherit;text-decoration:none}.mvhome button{font-family:inherit;cursor:pointer;border:none;background:none}.mvhome::selection{background:var(--gold);color:var(--ink)}.mvhome .wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.mvhome .section{padding-block:clamp(64px,9vw,128px)}.mvhome .center{text-align:center}.mvhome .eyebrow{font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);display:inline-flex;align-items:center;gap:10px}.mvhome .eyebrow:before{content:"";width:26px;height:1.5px;background:var(--gold);display:inline-block}.mvhome .eyebrow.no-rule:before{display:none}.mvhome h1,.mvhome h2,.mvhome h3{font-weight:800;line-height:1.04;letter-spacing:-.022em;color:var(--ink)}.mvhome h1{font-size:clamp(2.6rem,6.4vw,4.6rem)}.mvhome h2{font-size:clamp(2rem,4.6vw,3.3rem)}.mvhome h3{font-size:clamp(1.3rem,2.4vw,1.7rem);letter-spacing:-.015em}.mvhome .lede{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--ink-muted);line-height:1.62;text-wrap:pretty}.mvhome .serif-accent{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--gold-deep);letter-spacing:0}.mvhome .section-head{max-width:660px}.mvhome .section-head.center{margin-inline:auto}.mvhome .section-head h2{margin-top:18px}.mvhome .section-head p{margin-top:20px}.mvhome .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:1rem;letter-spacing:.01em;padding:18px 32px;border-radius:var(--r-pill);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .2s;white-space:nowrap;line-height:1}.mvhome .btn:active{transform:translateY(1px) scale(.99)}.mvhome .btn-gold{background:linear-gradient(135deg,#E6C75A 0%,var(--gold) 45%,#C49A2A 100%);color:var(--ink);box-shadow:var(--sh-gold)}.mvhome .btn-gold:hover{transform:translateY(-2px);box-shadow:0 24px 56px -16px #a47e1b8c}.mvhome .btn-ink{background:var(--char);color:#fff;box-shadow:var(--sh-md)}.mvhome .btn-ink:hover{background:var(--char-2);transform:translateY(-2px)}.mvhome .btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}.mvhome .btn-ghost:hover{border-color:var(--ink)}.mvhome .btn-lg{padding:21px 40px;font-size:1.06rem}.mvhome .btn-block{width:100%}.mvhome .btn-sub{display:block;text-align:center;margin-top:12px;font-size:.85rem;color:var(--ink-faint);letter-spacing:.01em}.mvhome .stars{display:inline-flex;gap:3px;color:var(--gold)}.mvhome .stars svg{width:18px;height:18px}.mvhome .rating-row{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.mvhome .rating-row .count{font-size:.92rem;color:var(--ink-muted);font-weight:600}.mvhome .rating-row .count b{color:var(--ink)}.mvhome .announce{background:var(--char);color:#fff;font-size:.82rem;letter-spacing:.02em;overflow:hidden;position:relative}.mvhome .announce-track{display:flex;gap:64px;width:max-content;padding-block:9px;animation:marquee 38s linear infinite;will-change:transform}.mvhome .announce-track span{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-weight:600}.mvhome .announce-track span b{color:var(--gold);font-weight:700}.mvhome .announce .dot{color:var(--gold)}@keyframes marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.mvhome .announce-track{animation:none}}.mvhome .header{position:sticky;top:0;z-index:60;background:#ffffffd1;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.mvhome .header.scrolled{border-color:var(--line);box-shadow:var(--sh-sm)}.mvhome .header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.mvhome .logo{font-weight:800;font-size:1.5rem;letter-spacing:.14em;color:var(--ink);display:inline-flex;align-items:baseline;gap:2px}.mvhome .logo .acc{color:var(--gold-deep)}.mvhome .logo small{font-size:.54rem;letter-spacing:.3em;color:var(--ink-faint);font-weight:700;align-self:flex-start;margin-left:4px}.mvhome .nav{display:flex;align-items:center;gap:34px}.mvhome .nav a{font-size:.92rem;font-weight:600;color:var(--ink-soft);transition:color .2s;white-space:nowrap}.mvhome .nav a:hover{color:var(--gold-deep)}.mvhome .header .btn{padding:12px 24px;font-size:.9rem}.mvhome .nav-links{display:flex;gap:30px;align-items:center}.mvhome .nav-toggle{display:none;width:44px;height:44px;border-radius:12px;align-items:center;justify-content:center;color:var(--ink);margin-left:4px;transition:background .2s}.mvhome .nav-toggle:hover{background:var(--mist-deep)}.mvhome .nav-toggle svg{width:26px;height:26px}.mvhome .nav-toggle .ic-close,.mvhome .nav-toggle[aria-expanded=true] .ic-open{display:none}.mvhome .nav-toggle[aria-expanded=true] .ic-close{display:block}.mvhome .mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line);box-shadow:var(--sh-md);padding:8px var(--gutter) 22px;transform:translateY(-10px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .24s ease,transform .24s ease,visibility .24s}.mvhome .mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible}.mvhome .mobile-menu a:not(.btn){display:block;padding:15px 4px;font-size:1.06rem;font-weight:600;color:var(--ink-soft);border-bottom:1px solid var(--line-soft)}.mvhome .mobile-menu a:not(.btn):hover{color:var(--gold-deep)}.mvhome .mobile-menu .btn{margin-top:18px;width:100%}@media(max-width:1040px){.mvhome .logo small{display:none}.mvhome .nav-links{gap:22px}}@media(max-width:860px){.mvhome .nav-links{display:none}.mvhome .nav>.btn{display:none}.mvhome .nav-toggle{display:inline-flex}}@media(min-width:861px){.mvhome .mobile-menu{display:none}}.mvhome .hero{position:relative;background:var(--mist);overflow:hidden}.mvhome .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 50% at 78% 18%,rgba(212,175,55,.2),transparent 70%),radial-gradient(45% 40% at 10% 90%,rgba(77,77,77,.05),transparent 70%);pointer-events:none}.mvhome .hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,72px);align-items:center;padding-block:clamp(48px,7vw,96px)}.mvhome .hero-copy{max-width:560px}.mvhome .hero h1{margin-top:22px}.mvhome .hero h1 em{font-family:var(--serif);font-style:italic;font-weight:600;color:var(--gold-deep);letter-spacing:0}.mvhome .hero .lede{margin-top:22px;max-width:500px}.mvhome .hero-cta{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.mvhome .hero-rating{margin-top:26px}.mvhome .hero-trust{margin-top:34px;display:flex;gap:26px;flex-wrap:wrap}.mvhome .trust-item{display:flex;align-items:center;gap:10px;font-size:.86rem;font-weight:600;color:var(--ink-soft)}.mvhome .trust-item svg{width:20px;height:20px;color:var(--gold-deep);flex-shrink:0}.mvhome .hero-media{position:relative}.mvhome .hero-media .product-shot{width:100%;aspect-ratio:4/4.6;border-radius:var(--r-xl);box-shadow:var(--sh-lg)}.mvhome .hero-badge{position:absolute;z-index:3;background:#fff;border-radius:var(--r-md);box-shadow:var(--sh-md);padding:14px 18px;display:flex;align-items:center;gap:12px}.mvhome .hero-badge.tl{top:22px;left:14px}.mvhome .hero-badge.br{bottom:26px;right:14px}.mvhome .hero-badge .num{font-size:1.5rem;font-weight:800;color:var(--ink);line-height:1}.mvhome .hero-badge .lbl{font-size:.72rem;color:var(--ink-muted);font-weight:600;line-height:1.3;max-width:110px}.mvhome .hero-badge .ring{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gold-wash);color:var(--gold-deep);flex-shrink:0}.mvhome .hero-badge .ring svg{width:20px;height:20px}@media(max-width:900px){.mvhome .hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.mvhome .hero-copy{max-width:none;margin-inline:auto}.mvhome .hero .lede{margin-inline:auto}.mvhome .hero-cta,.mvhome .hero-trust,.mvhome .hero-rating{justify-content:center}.mvhome .hero-media{max-width:460px;margin-inline:auto}.mvhome .eyebrow{justify-content:center}}@media(max-width:420px){.mvhome .hero-badge{transform:scale(.88)}.mvhome .hero-badge.tl{left:6px;top:12px}.mvhome .hero-badge.br{right:6px;bottom:14px}}.mvhome .trustbar{border-block:1px solid var(--line);background:#fff}.mvhome .trustbar-inner{display:flex;align-items:center;justify-content:center;gap:clamp(22px,5vw,60px);padding-block:26px;flex-wrap:wrap}.mvhome .trust-badge{display:flex;align-items:center;gap:13px}.mvhome .trust-badge .ic{width:42px;height:42px;border-radius:12px;background:var(--gold-wash);color:var(--gold-deep);display:grid;place-items:center;flex-shrink:0}.mvhome .trust-badge .ic svg{width:22px;height:22px}.mvhome .trust-badge .t{font-weight:800;font-size:.98rem;line-height:1.15;letter-spacing:-.01em}.mvhome .trust-badge .s{font-size:.78rem;color:var(--ink-muted);margin-top:3px}@media(max-width:700px){.mvhome .trustbar-inner{gap:20px 30px}.mvhome .trust-badge{flex:0 1 44%}}.mvhome .logos{border-block:1px solid var(--line);background:#fff}.mvhome .logos-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:30px;flex-wrap:wrap}.mvhome .logos .label{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);font-weight:700;flex-shrink:0}.mvhome .logos .marks{display:flex;align-items:center;gap:clamp(24px,5vw,56px);flex-wrap:wrap}.mvhome .logos .mark{font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--ink-soft);opacity:.72;letter-spacing:.04em}.mvhome .logos .mark.caps{font-family:var(--sans);font-weight:800;letter-spacing:.16em;font-size:1rem;text-transform:uppercase}.mvhome .editorial{background:var(--bg)}.mvhome .editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,80px);align-items:center}.mvhome .editorial-media .img{width:100%;aspect-ratio:1/1;border-radius:var(--r-lg);box-shadow:var(--sh-md)}.mvhome .problem-list{margin-top:30px;display:grid;gap:16px}.mvhome .problem-list li{display:flex;gap:14px;align-items:flex-start;list-style:none;font-size:1.02rem;color:var(--ink-soft)}.mvhome .problem-list .x{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#fef2f2;color:#dc2626;display:grid;place-items:center;margin-top:1px}.mvhome .problem-list .x svg{width:15px;height:15px}@media(max-width:820px){.mvhome .editorial-grid{grid-template-columns:1fr}.mvhome .editorial-media{order:-1}}.mvhome .tint{background:var(--mist)}.mvhome .ink-bg{background:var(--char);color:#fff}.mvhome .ink-bg h2,.mvhome .ink-bg h3{color:#fff}.mvhome .ink-bg .lede{color:#ffffffbd}.mvhome .ink-bg .eyebrow{color:var(--gold)}.mvhome .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px}.mvhome .step{position:relative;padding-top:8px}.mvhome .step .n{font-family:var(--serif);font-style:italic;font-size:3rem;font-weight:600;color:var(--gold);line-height:1}.mvhome .step h3{margin-top:14px}.mvhome .step p{margin-top:12px;color:var(--ink-muted);font-size:.98rem}.mvhome .ink-bg .step p{color:#ffffffa8}@media(max-width:760px){.mvhome .steps{grid-template-columns:1fr;gap:36px}}.mvhome .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.mvhome .benefit{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:32px 28px;transition:transform .3s,box-shadow .3s,border-color .3s}.mvhome .benefit:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:var(--gold-soft)}.mvhome .benefit .ic{width:52px;height:52px;border-radius:14px;background:var(--gold-wash);color:var(--gold-deep);display:grid;place-items:center}.mvhome .benefit .ic svg{width:26px;height:26px}.mvhome .benefit h3{margin-top:20px;font-size:1.2rem}.mvhome .benefit p{margin-top:10px;color:var(--ink-muted);font-size:.95rem}@media(max-width:820px){.mvhome .benefits{grid-template-columns:1fr}}.mvhome .results-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(36px,5vw,72px);align-items:center}.mvhome .ba{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg)}.mvhome .ba .img{width:100%;aspect-ratio:4/5}.mvhome .ba-labels{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between}.mvhome .ba-tag{background:#0f172ab8;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border-radius:var(--r-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mvhome .ba-tag.after{background:var(--gold);color:var(--ink)}.mvhome .stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.mvhome .stat{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:26px 24px}.mvhome .stat .big{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;color:var(--ink);letter-spacing:-.03em;line-height:1}.mvhome .stat .big .pct{color:var(--gold-deep)}.mvhome .stat .desc{margin-top:10px;font-size:.9rem;color:var(--ink-muted);line-height:1.4}.mvhome .stat-note{margin-top:18px;font-size:.78rem;color:var(--ink-faint);grid-column:1/-1}@media(max-width:860px){.mvhome .results-grid{grid-template-columns:1fr}}@media(max-width:440px){.mvhome .stat-cards{grid-template-columns:1fr}}.mvhome .ing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px}.mvhome .ing{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .3s,box-shadow .3s}.mvhome .ing:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}.mvhome .ing .img{width:100%;aspect-ratio:16/11}.mvhome .ing-body{padding:24px 24px 28px}.mvhome .ing-body .k{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);font-weight:700}.mvhome .ing-body h3{margin-top:8px;font-size:1.22rem}.mvhome .ing-body p{margin-top:10px;color:var(--ink-muted);font-size:.94rem}@media(max-width:820px){.mvhome .ing-grid{grid-template-columns:1fr;max-width:440px;margin-inline:auto}}.mvhome .offer{background:var(--mist);position:relative}.mvhome .offer-card{background:#fff;border-radius:var(--r-xl);box-shadow:var(--sh-lg);overflow:hidden;max-width:940px;margin-inline:auto;margin-top:52px;display:grid;grid-template-columns:.9fr 1.1fr}.mvhome .offer-visual{background:linear-gradient(160deg,#444,var(--char));padding:40px;display:flex;flex-direction:column;position:relative;overflow:hidden}.mvhome .offer-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(50% 40% at 70% 20%,rgba(212,175,55,.22),transparent 70%)}.mvhome .offer-visual .product{position:relative;z-index:2;width:100%;aspect-ratio:1/1.05;border-radius:var(--r-lg);margin-top:auto;box-shadow:var(--sh-lg)}.mvhome .offer-visual .glabel{position:relative;z-index:2;color:#fff}.mvhome .offer-visual .glabel .eyebrow{color:var(--gold)}.mvhome .offer-visual .glabel h3{color:#fff;margin-top:14px;font-size:1.5rem}.mvhome .offer-visual .glabel p{color:#ffffffa8;margin-top:10px;font-size:.92rem}.mvhome .offer-buy{padding:clamp(28px,4vw,44px)}.mvhome .offer-buy h3{font-size:1.5rem}.mvhome .offer-buy>.rating-row{margin-top:12px}.mvhome .bundles{margin-top:24px;display:grid;gap:14px}.mvhome .bundle{position:relative;border:1.5px solid var(--line);border-radius:var(--r-md);padding:18px 20px 18px 56px;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;align-items:center;justify-content:space-between;gap:14px}.mvhome .bundle:hover{border-color:var(--gold-soft)}.mvhome .bundle.active{border-color:var(--gold);box-shadow:0 0 0 3px #d4af3729;background:var(--gold-wash)}.mvhome .bundle .radio{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;border:2px solid var(--line);display:grid;place-items:center;transition:border-color .2s}.mvhome .bundle.active .radio{border-color:var(--gold-deep)}.mvhome .bundle.active .radio:after{content:"";width:11px;height:11px;border-radius:50%;background:var(--gold-deep)}.mvhome .bundle .b-name{font-weight:700;font-size:1.02rem}.mvhome .bundle .b-sub{font-size:.82rem;color:var(--ink-muted);margin-top:2px}.mvhome .bundle .b-price{text-align:right}.mvhome .bundle .b-now{font-weight:800;font-size:1.18rem;color:var(--ink)}.mvhome .bundle .b-was{font-size:.82rem;color:var(--ink-faint);text-decoration:line-through}.mvhome .bundle .b-each{font-size:.74rem;color:var(--success);font-weight:700}.mvhome .bundle .tag-pop{position:absolute;top:-11px;right:16px;background:var(--char);color:var(--gold);font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:5px 11px;border-radius:var(--r-pill)}.mvhome .bundle .tag-save{position:absolute;top:-11px;right:16px;background:var(--success);color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:var(--r-pill)}.mvhome .offer-summary{margin-top:22px;display:flex;align-items:baseline;gap:12px}.mvhome .offer-summary .total{font-size:2rem;font-weight:800;letter-spacing:-.02em}.mvhome .offer-summary .total-was{font-size:1.1rem;color:var(--ink-faint);text-decoration:line-through}.mvhome .offer-summary .save-pill{margin-left:auto;background:var(--success);color:#fff;font-weight:700;font-size:.8rem;padding:6px 13px;border-radius:var(--r-pill)}.mvhome .offer-cta{margin-top:20px}.mvhome .offer-perks{margin-top:22px;display:grid;gap:11px}.mvhome .offer-perks li{display:flex;gap:11px;align-items:center;list-style:none;font-size:.9rem;color:var(--ink-soft);font-weight:600}.mvhome .offer-perks .ck{color:var(--success);flex-shrink:0}.mvhome .offer-perks svg{width:19px;height:19px}.mvhome .pay-row{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.76rem;color:var(--ink-faint);font-weight:600}.mvhome .pay-chip{font-size:.6rem;font-weight:800;letter-spacing:.04em;color:var(--ink-muted);background:var(--mist);border:1px solid var(--line);border-radius:5px;padding:4px 7px}@media(max-width:820px){.mvhome .offer-card{grid-template-columns:1fr}.mvhome .offer-visual{padding:32px;flex-direction:row;align-items:center;gap:24px}.mvhome .offer-visual .product{margin-top:0;width:130px;aspect-ratio:1/1.05;flex-shrink:0}}@media(max-width:460px){.mvhome .offer-visual{flex-direction:column;align-items:flex-start}.mvhome .offer-visual .product{width:100%}}.mvhome .rev-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;flex-wrap:wrap}.mvhome .rev-score{text-align:right}.mvhome .rev-score .num{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.03em}.mvhome .rev-score .of{color:var(--ink-faint);font-weight:600}.mvhome .rev-score .meta{margin-top:8px;font-size:.86rem;color:var(--ink-muted)}.mvhome .reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.mvhome .review{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column}.mvhome .review .stars{margin-bottom:14px}.mvhome .review .quote{font-size:1.02rem;color:var(--ink-soft);line-height:1.55;flex-grow:1}.mvhome .review .quote b{color:var(--ink)}.mvhome .review .who{margin-top:22px;display:flex;align-items:center;gap:12px}.mvhome .review .av{width:46px;height:46px;border-radius:50%;flex-shrink:0}.mvhome .review .who .nm{font-weight:700;font-size:.92rem}.mvhome .review .who .vf{font-size:.76rem;color:var(--success);font-weight:700;display:flex;align-items:center;gap:4px}.mvhome .review .who .vf svg{width:13px;height:13px}@media(max-width:900px){.mvhome .reviews{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}.mvhome .guarantee-card{display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center;max-width:880px;margin-inline:auto;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:clamp(28px,4vw,48px);box-shadow:var(--sh-md)}.mvhome .seal{width:120px;height:120px;border-radius:50%;background:var(--gold-wash);border:2px dashed var(--gold);display:grid;place-items:center;text-align:center;flex-shrink:0}.mvhome .seal .d{font-family:var(--serif);font-style:italic;font-weight:700;color:var(--gold-deep)}.mvhome .seal .d b{display:block;font-family:var(--sans);font-style:normal;font-size:2.1rem;line-height:1}.mvhome .seal .d span{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}@media(max-width:620px){.mvhome .guarantee-card{grid-template-columns:1fr;text-align:center;justify-items:center}}.mvhome .faq{max-width:780px;margin-inline:auto;margin-top:48px}.mvhome .faq-item{border-bottom:1px solid var(--line)}.mvhome .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 4px;text-align:left;font-weight:700;font-size:1.08rem;color:var(--ink)}.mvhome .faq-q .pm{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;transition:background .25s,border-color .25s,transform .25s}.mvhome .faq-q .pm svg{width:14px;height:14px;transition:transform .3s;color:var(--ink-soft)}.mvhome .faq-item.open .pm{background:var(--gold);border-color:var(--gold)}.mvhome .faq-item.open .pm svg{transform:rotate(45deg);color:var(--ink)}.mvhome .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.mvhome .faq-a p{padding:0 4px 24px;color:var(--ink-muted);font-size:1rem;line-height:1.65;max-width:660px}.mvhome .final{background:var(--char);color:#fff;position:relative;overflow:hidden;text-align:center}.mvhome .final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(50% 60% at 50% 0%,rgba(212,175,55,.22),transparent 70%)}.mvhome .final-inner{position:relative;z-index:2;max-width:660px;margin-inline:auto}.mvhome .final h2{color:#fff}.mvhome .final h2 em{font-family:var(--serif);font-style:italic;font-weight:600;color:var(--gold)}.mvhome .final p{color:#ffffffbd;margin-top:20px;font-size:1.15rem}.mvhome .final .btn{margin-top:34px}.mvhome .final .micro{margin-top:18px;font-size:.84rem;color:#ffffff80}.mvhome .footer{background:var(--char-2);color:#fff9;padding-block:56px 32px;font-size:.9rem}.mvhome .footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}.mvhome .footer .logo{color:#fff}.mvhome .footer .logo .acc{color:var(--gold)}.mvhome .footer .blurb{margin-top:16px;max-width:280px;line-height:1.6}.mvhome .footer h4{color:#fff;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin-bottom:16px}.mvhome .footer ul{list-style:none;display:grid;gap:11px}.mvhome .footer a:hover{color:var(--gold)}.mvhome .footer-bottom{margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.8rem;color:#fff6}@media(max-width:760px){.mvhome .footer-top{grid-template-columns:1fr 1fr}.mvhome .footer .blurb{max-width:none}}@media(max-width:440px){.mvhome .footer-top{grid-template-columns:1fr}}.mvhome .buybar{position:fixed;left:0;right:0;bottom:0;z-index:70;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);box-shadow:0 -8px 30px -12px #0f172a2e;padding:12px var(--gutter);padding-bottom:max(12px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:16px;transform:translateY(120%);transition:transform .4s cubic-bezier(.2,.8,.2,1)}.mvhome .buybar.show{transform:translateY(0)}.mvhome .buybar .bb-info .bb-name{font-weight:800;font-size:.98rem;line-height:1.1}.mvhome .buybar .bb-info .bb-price{font-size:.85rem;color:var(--ink-muted);margin-top:2px}.mvhome .buybar .bb-info .bb-price b{color:var(--ink)}.mvhome .buybar .bb-info .bb-price s{color:var(--ink-faint)}.mvhome .buybar .btn{padding:14px 26px}@media(min-width:861px){.mvhome .buybar{display:none}}.mvhome .js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.mvhome .js .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.mvhome .js .reveal{opacity:1;transform:none;transition:none}}.mvhome .cats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:52px}.mvhome .cat{position:relative;border-radius:var(--r-lg);overflow:hidden;display:block;aspect-ratio:3/3.6;box-shadow:var(--sh-sm);transition:transform .3s,box-shadow .3s}.mvhome .cat:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}.mvhome .cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(38,38,38,.82) 0%,rgba(38,38,38,.18) 45%,transparent 75%);z-index:1}.mvhome .cat-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:22px;color:#fff}.mvhome .cat-body .k{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.mvhome .cat-body h3{color:#fff;font-size:1.3rem;margin-top:6px}.mvhome .cat-body .go{margin-top:10px;font-size:.85rem;font-weight:700;display:inline-flex;align-items:center;gap:7px;color:#ffffffeb}.mvhome .cat-body .go svg{width:15px;height:15px;transition:transform .25s}.mvhome .cat:hover .go svg{transform:translate(4px)}@media(max-width:900px){.mvhome .cats{grid-template-columns:1fr 1fr}}@media(max-width:480px){.mvhome .cats{grid-template-columns:1fr 1fr;gap:14px}.mvhome .cat-body{padding:16px}.mvhome .cat-body h3{font-size:1.1rem}}.mvhome .hl{text-align:center}.mvhome,.mvhome p,.mvhome li,.mvhome a,.mvhome span,.mvhome div{font-family:var(--sans)}.mvhome .serif-accent,.mvhome h1 em,.mvhome .hero h1 em,.mvhome .final h2 em,.mvhome .step .n,.mvhome .seal .d{font-family:var(--serif)}.mvhome h1,.mvhome h2,.mvhome h3,.mvhome h4{font-family:var(--sans)}.mvhome .ink-bg h2,.mvhome .ink-bg h3,.mvhome .final h2,.mvhome .offer-visual .glabel h3,.mvhome .cat-body h3,.mvhome .footer h4,.mvhome .footer .logo{color:#fff}.mvhome img{max-width:100%;height:auto}.mvhome{color:var(--ink)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/mvhome-styles.css.map */
