:root{--vr-cream: #FAF8F4;--vr-cream-dark: #F0ECE3;--vr-cream-deep: #E5DFD2;--vr-saffron: #F4D35E;--vr-terra: #E85D4A;--vr-terra-soft: #FDF0ED;--vr-moss: #5E8B7E;--vr-moss-soft: #EBF1EE;--vr-rose: #F5C6B8;--vr-ink: #1F2937;--vr-ink-soft: #374151;--vr-slate: #6B7280;--vr-line: #E5DFD0;--vr-gutter: 24px;--vr-section-pad: 96px;--vr-section-pad-mobile: 56px;--vr-max-width: 1320px;--vr-narrow-width: 920px;--vr-content-width: 1200px;--vr-radius-sm: 6px;--vr-radius-md: 10px;--vr-radius-lg: 14px;--vr-radius-full: 999px;--vr-shadow-card: 0 1px 3px rgba(31, 41, 55, .04);--vr-shadow-hover: 0 12px 28px -10px rgba(31, 41, 55, .4);--vr-shadow-image: 0 24px 48px -16px rgba(31, 41, 55, .18)}.vr-page{background:var(--vr-cream);color:var(--vr-ink);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vr-page *{box-sizing:border-box}.vr-h1,.vr-h2,.vr-h3,.vr-h4,.vr-section h1,.vr-section h2,.vr-section h3,.vr-section h4{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.12;letter-spacing:-.02em;color:var(--vr-ink);margin:0}.vr-h1{font-size:52px;font-weight:600;line-height:1.05;letter-spacing:-.025em}.vr-h2{font-size:38px;font-weight:600;letter-spacing:-.02em}.vr-h3{font-size:22px;font-weight:600}.vr-h4{font-size:17px;font-weight:600}.vr-em{font-weight:600;color:var(--vr-terra)}.vr-eyebrow{font-family:Inter,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--vr-slate);font-weight:600;margin-bottom:14px}.vr-lead{font-size:18px;color:var(--vr-ink-soft);line-height:1.55}.vr-body{font-size:16px;color:var(--vr-ink-soft);line-height:1.65}.vr-cite{font-family:Inter,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--vr-slate);font-weight:700}.vr-cite strong{color:var(--vr-ink);font-weight:700}.vr-section{padding:var(--vr-section-pad) var(--vr-gutter);background:var(--vr-cream)}.vr-section--alt{background:var(--vr-cream-dark)}.vr-section--deep{background:var(--vr-cream-deep)}.vr-section--ink{background:var(--vr-ink);color:var(--vr-cream)}.vr-section--ink .vr-h1,.vr-section--ink .vr-h2,.vr-section--ink .vr-h3{color:var(--vr-cream)}.vr-section--ink .vr-em,.vr-section--ink .vr-eyebrow{color:var(--vr-saffron)}.vr-wrap{max-width:var(--vr-max-width);margin:0 auto}.vr-wrap--content{max-width:var(--vr-content-width);margin:0 auto}.vr-wrap--narrow{max-width:var(--vr-narrow-width);margin:0 auto}.vr-section-head{text-align:center;margin-bottom:48px}.vr-section-head .vr-eyebrow,.vr-section-head .vr-h2{margin-bottom:14px}.vr-section-head .vr-lead{max-width:640px;margin:0 auto}.vr-split-inner{max-width:var(--vr-content-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.vr-split--reverse .vr-split-inner{direction:rtl}.vr-split--reverse .vr-split-inner>*{direction:ltr}.vr-split-img{aspect-ratio:1 / 1.05;border-radius:var(--vr-radius-lg);overflow:hidden;background:var(--vr-cream-dark)}.vr-split-img img{width:100%;height:100%;object-fit:cover;display:block}.vr-split-body .vr-eyebrow{text-align:left}.vr-split-body .vr-h2,.vr-split-body .vr-lead{margin-bottom:18px}.vr-split-body p{font-size:16px;color:var(--vr-ink-soft);line-height:1.65;margin:0 0 14px}.vr-split-body p:last-child{margin-bottom:0}.vr-split-body p strong{font-family:Fraunces,serif;font-style:italic;color:var(--vr-ink);font-weight:600}.vr-list-arrow{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.vr-list-arrow li{padding-left:22px;position:relative;font-size:16px;color:var(--vr-ink-soft);line-height:1.55}.vr-list-arrow li:before{content:"\2192";position:absolute;left:0;color:var(--vr-terra);font-weight:700}.vr-list-arrow li strong{font-family:Fraunces,serif;font-style:italic;color:var(--vr-ink);font-weight:600}.vr-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 28px;background:var(--vr-ink);color:var(--vr-cream);font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--vr-radius-sm);border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none}.vr-btn:hover{transform:translateY(-1px);box-shadow:var(--vr-shadow-hover)}.vr-btn--primary{background:var(--vr-terra);color:#fff;width:100%;font-size:15px}.vr-btn--primary:hover{background:#d4513f}.vr-btn--saffron{background:var(--vr-saffron);color:var(--vr-ink)}.vr-btn--saffron:hover{background:#e8c547}.vr-btn--ghost{background:transparent;color:var(--vr-ink);border:1.5px solid var(--vr-ink)}.vr-card{background:#fff;border:1px solid var(--vr-line);border-radius:var(--vr-radius-lg);padding:28px;box-shadow:var(--vr-shadow-card)}.vr-stars{color:var(--vr-saffron);letter-spacing:1px;font-size:15px}.vr-trust-bar{background:var(--vr-cream-dark);border-top:1px solid var(--vr-line);border-bottom:1px solid var(--vr-line);padding:18px var(--vr-gutter)}.vr-trust-bar__inner{max-width:var(--vr-max-width);margin:0 auto;display:flex;justify-content:space-around;align-items:center;gap:24px;flex-wrap:wrap;font-size:14px;color:var(--vr-ink-soft);font-weight:500}.vr-trust-bar__item{display:flex;align-items:center;gap:8px}.vr-trust-bar__item .ic{color:var(--vr-terra);font-size:16px}@media(max-width:960px){.vr-section{padding:var(--vr-section-pad-mobile) 20px}.vr-h1{font-size:40px}.vr-h2{font-size:30px}.vr-split-inner{grid-template-columns:1fr;gap:32px}.vr-split--reverse .vr-split-inner{direction:ltr}}.vr-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.vr-reveal.in-view{opacity:1;transform:translateY(0)}[class*=gps-] [style*="--ta:justify"],[class*=gps-] [style*="text-align:justify"],[class*=gps-] [style*="text-align: justify"]{text-align:left!important}a[href^="mailto:"][href^="mailto:"][href^="mailto:"][href^="mailto:"]{color:var(--vr-ink)!important;text-decoration:underline!important;text-decoration-color:var(--vr-ink)!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important;border-bottom:0!important;box-shadow:none!important;background:none!important}a[href^="mailto:"][href^="mailto:"][href^="mailto:"][href^="mailto:"] *{color:inherit!important;text-decoration:none!important;border-bottom:0!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/vr-design-system.css.map */
