:root{--dark: #1d1d1f;--light: #f5f5f7;--gold: #c9a96e;--gold-dk: #a07842;--green: #1a7a4a;--text-dim-dark: rgba(245, 245, 247, .62);--text-dim-light: rgba(29, 29, 31, .58);--hairline-dark: rgba(245, 245, 247, .12);--hairline-light: rgba(29, 29, 31, .12);--max: 1200px;--max-wide: 1440px;--sp: clamp(5rem, 8vw, 7rem);--header-h: 52px;--ann-h: 34px;--font: "DM Sans", -apple-system, "Helvetica Neue", sans-serif;--font-hero: "Fraunces", Georgia, serif;--ease: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-weight:400;line-height:1.6;color:var(--dark);background:var(--light);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em;line-height:1.05}img{max-width:100%;display:block}#product,#bundle,#reviews,#how,#faq{scroll-margin-top:calc(var(--header-h) + var(--ann-h))}.wrap{max-width:var(--max);margin-inline:auto;padding-inline:clamp(1.5rem,4vw,3rem)}.wrap--wide{max-width:var(--max-wide)}.section{padding-block:var(--sp)}.section--dark{background:var(--dark);color:var(--light)}.eyebrow{display:block;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border:1px solid transparent;border-radius:980px;font-family:var(--font);font-size:1rem;font-weight:600;letter-spacing:-.01em;line-height:1;text-decoration:none;padding:.9rem 2rem;cursor:pointer;transition:background .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease)}.btn:active{transform:scale(.98)}.btn[disabled]{opacity:.7;cursor:default}.btn--gold{background:var(--gold);color:var(--dark)}.btn--gold:hover{background:var(--gold-dk)}.btn--outline-light{border-color:#ffffff59;color:var(--light);background:transparent}.btn--outline-light:hover{border-color:#ffffffb3}.btn--outline-dark{border-color:#1d1d1f40;color:var(--dark);background:transparent}.btn--outline-dark:hover{border-color:#1d1d1f99}.btn--green{background:var(--gold);color:var(--dark)}.btn--green:hover{background:var(--gold-dk)}.price{color:var(--gold);font-weight:700}.price--lg{font-size:2rem;letter-spacing:-.02em}.compare-at{font-weight:400;text-decoration:line-through;margin-left:.5rem}.section--dark .compare-at,.hero .compare-at{color:var(--text-dim-dark)}.compare-at{color:var(--text-dim-light)}.announce{position:fixed;top:0;left:0;right:0;z-index:11;height:var(--ann-h);display:flex;align-items:center;background:var(--dark);color:var(--light);border-bottom:1px solid var(--hairline-dark)}.announce__inner{display:flex;align-items:center;justify-content:center;gap:.85rem;width:100%;text-align:center}.announce__item{font-size:.72rem;font-weight:500;letter-spacing:.02em;color:var(--text-dim-dark);white-space:nowrap}.announce__dot{color:var(--gold);font-size:.6rem}@media(max-width:460px){.announce__inner{gap:.5rem}.announce__item{font-size:.65rem}}.header{position:fixed;top:var(--ann-h);left:0;right:0;z-index:10;height:var(--header-h);transition:background .3s var(--ease),color .3s var(--ease)}.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{font-weight:700;font-size:1.125rem;letter-spacing:-.03em;text-decoration:none;color:inherit}.header__nav{display:flex;gap:1.75rem}.header__nav a{color:inherit;opacity:.75;text-decoration:none;font-size:.875rem;font-weight:500;transition:opacity .2s ease}.header__nav a:hover{opacity:1}.header__right{display:flex;align-items:center;gap:1.25rem}.header__cart{color:inherit;text-decoration:none;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem}.header__cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding-inline:.3rem;border-radius:980px;background:var(--gold);color:var(--dark);font-size:.7rem;font-weight:700}.header--home{background:transparent;color:var(--light)}.header.is-scrolled{background:#1d1d1fb8;-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);color:var(--light)}.header--light{background:var(--light);color:var(--dark);border-bottom:1px solid var(--hairline-light)}.header--light.is-scrolled{background:#1d1d1fb8;color:var(--light);border-bottom-color:transparent}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:0;cursor:pointer}.header__burger span{display:block;width:18px;height:2px;margin-inline:auto;background:currentColor;transition:transform .3s var(--ease),opacity .3s var(--ease)}.header.is-open .header__burger span:first-child{transform:translateY(3.5px) rotate(45deg)}.header.is-open .header__burger span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header__mobile{display:none;position:absolute;top:var(--header-h);left:0;right:0;z-index:20;flex-direction:column;gap:.25rem;padding:1rem clamp(1.5rem,4vw,3rem) 1.5rem;background:#1d1d1feb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header__mobile a{color:var(--light);text-decoration:none;font-size:1.05rem;font-weight:600;padding-block:.6rem;border-bottom:1px solid var(--hairline-dark)}.header__mobile a:last-child{border-bottom:0}.header.is-open .header__mobile{display:flex}.hero{position:relative;height:600vh;background:var(--dark);color:var(--light)}.hero__stage{position:sticky;top:0;height:100vh;height:100svh;overflow:hidden;background:radial-gradient(ellipse 55% 40% at 50% 36%,rgba(201,169,110,.08),transparent 70%),var(--dark)}.hero__model{position:absolute;top:9vh;left:50%;transform:translate(-50%);width:min(720px,92vw);height:52vh}.hero__model model-viewer{width:100%;height:100%;--poster-color: transparent}.hero__chapter{position:absolute;inset-inline:0;bottom:7vh;margin-inline:auto;max-width:42rem;padding-inline:1.5rem;text-align:center}.hero__chapter--side{bottom:auto;top:50%;transform:translateY(-50%);max-width:22rem;text-align:left}.hero__chapter--left{inset-inline:auto;left:clamp(1.5rem,8vw,9rem)}.hero__chapter--right{inset-inline:auto;right:clamp(1.5rem,8vw,9rem)}.js .hero__chapter{opacity:0;visibility:hidden;transition:opacity .55s var(--ease),visibility 0s linear .55s}.js .hero__chapter.is-active{opacity:1;visibility:visible;transition:opacity .55s var(--ease) .15s,visibility 0s}.hero__h1{font-family:var(--font-hero);font-style:italic;font-weight:200;font-optical-sizing:auto;font-size:clamp(3rem,7.5vw,5.5rem);letter-spacing:-.01em;line-height:1.1;padding-bottom:.2em}.hero__h1 em{font-style:italic;color:var(--gold)}.hero__chapter h2{font-size:clamp(1.875rem,3.5vw,2.75rem);margin-bottom:.75rem}.hero__chapter p{color:var(--text-dim-dark);font-size:1.0625rem;max-width:32rem;margin-inline:auto}.hero__chapter--side p{margin-inline:0}.hero__cta{margin-top:1.75rem;display:flex;align-items:center;justify-content:center;gap:1rem}.hero__zones{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:repeat(5,1fr);pointer-events:none}.proof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2rem;text-align:center}.proof__num{display:block;font-size:clamp(2.75rem,5vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.05}.proof__label{display:block;margin-top:.5rem;color:var(--text-dim-light);font-size:.9375rem}.how__head{max-width:40rem;margin-bottom:3rem}.how__head h2{font-size:clamp(2rem,4vw,3.25rem)}.how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,3.5rem)}.how__step{border-top:1px solid var(--hairline-light);padding-top:1.5rem}.how__num{font-family:var(--font-hero);font-style:italic;font-weight:200;font-size:3rem;line-height:1;color:var(--gold);display:block;margin-bottom:1rem}.how__step h3{font-size:1.375rem;margin-bottom:.5rem}.how__step p{color:var(--text-dim-light);font-size:.9875rem}.how__note{margin-top:2.75rem;display:inline-flex;align-items:center;gap:.6rem;font-size:.9375rem;font-weight:600}.how__note svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}.lifestyle{background:var(--light)}.lifestyle__img{display:block;width:100%;height:min(85vh,760px);object-fit:cover;object-position:center}.statement__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:start}.statement__grid h2{font-size:clamp(2.25rem,4.5vw,3.5rem)}.statement__img{width:100%;border-radius:24px;margin-bottom:1.75rem}.statement__specs{border-top:1px solid var(--hairline-light)}.statement__specs>div{display:flex;justify-content:space-between;gap:1.5rem;padding-block:.9rem;font-size:.9375rem}.statement__specs dt{color:var(--text-dim-light)}.statement__specs dd{font-weight:600;text-align:right}.statement__cta{margin-top:1.75rem}.pf__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:start}.pf__media{position:sticky;top:calc(var(--header-h) + var(--ann-h) + 2rem)}.pf__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center;border-radius:24px}.pf__copy h2{font-size:clamp(1.875rem,3.5vw,2.75rem);margin-bottom:2.5rem}.pf__item{display:grid;grid-template-columns:2.5rem 1fr;gap:1.25rem;padding-block:1.75rem;border-top:1px solid var(--hairline-light)}.pf__num{color:var(--gold);font-weight:700;font-size:.9375rem;padding-top:.2rem}.pf__item h3{font-size:1.25rem;margin-bottom:.4rem}.pf__item p{color:var(--text-dim-light);font-size:.9875rem}.pf__buy{margin-top:2.25rem;display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}.bundle__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.bundle__copy h2{font-size:clamp(2.25rem,4.5vw,3.25rem);margin-bottom:1.25rem}.bundle__copy p{color:var(--text-dim-dark);max-width:28rem}.bundle__img{width:min(22rem,100%);aspect-ratio:1;object-fit:cover;object-position:center;border-radius:24px;margin-top:2rem}.bundle__cards{display:grid;gap:1.25rem}.bundle-card{border:1px solid var(--hairline-dark);border-radius:24px;padding:1.75rem;display:grid;grid-template-columns:1fr auto;gap:.4rem 1.5rem;align-items:center}.bundle-card--featured{background:#f5f5f70d;border-color:#c9a96e73}.bundle-card h3{font-size:1.125rem}.bundle-card__meta{color:var(--text-dim-dark);font-size:.875rem;grid-column:1}.bundle-card__price{grid-column:1;font-size:1.375rem;margin-top:.4rem}.bundle-card .btn{grid-row:1 / span 3;grid-column:2}.bundle-card--featured .btn{grid-row:1 / span 5}.bundle-card__flag{display:inline-block;margin-left:.6rem;vertical-align:middle;background:#c9a96e24;color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.25rem .7rem;border-radius:980px}.reviews h2{font-size:clamp(2.25rem,4.5vw,3.25rem);text-align:center;margin-bottom:3rem}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review{background:#fff;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.review__top{display:flex;align-items:center;gap:6px;margin-bottom:.25rem}.review__stars{color:var(--gold);letter-spacing:.2em;font-size:.8125rem}.review__verified{font-size:.75rem;font-weight:500;background:#eaf3de;color:#3b6d11;border-radius:2rem;padding:2px 8px;white-space:nowrap}.review blockquote{font-size:1.0625rem;font-weight:500;line-height:1.5}.review figcaption{margin-top:auto;font-weight:700;font-size:.9375rem}.review figcaption span{display:block;font-weight:400;color:var(--text-dim-light);margin-top:.1rem}.closing{text-align:center}.closing h2{font-size:clamp(2.5rem,6vw,4.25rem);max-width:18ch;margin-inline:auto}.closing__cta{margin-top:2.25rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.closing__trust{margin-top:2rem;color:var(--text-dim-light);font-size:.875rem}.footer{border-top:1px solid var(--hairline-light);padding-block:4rem 2rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}.footer__brand strong{display:block;font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.footer__brand p{color:var(--text-dim-light);font-size:.9375rem;margin-top:.5rem;max-width:18rem}.footer__col h4{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim-light);margin-bottom:1rem}.footer__col a{display:block;color:var(--dark);text-decoration:none;font-size:.9375rem;padding-block:.3rem}.footer__col a:hover{color:var(--gold-dk)}.footer__legal{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--hairline-light);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;color:var(--text-dim-light);font-size:.8125rem}.footer__legal nav{display:flex;gap:1.5rem;flex-wrap:wrap}.footer__legal a{color:inherit;text-decoration:none}.footer__legal a:hover{color:var(--dark)}.footer__news{display:grid;grid-template-columns:1.1fr 1fr;gap:1.5rem 3rem;align-items:center;padding-bottom:3rem;margin-bottom:3rem;border-bottom:1px solid var(--hairline-light)}.footer__news h3{font-size:clamp(1.5rem,2.5vw,2rem);letter-spacing:-.02em}.footer__news p{color:var(--text-dim-light);font-size:.9375rem;margin-top:.5rem;max-width:36ch}.news-form{display:flex;gap:.6rem}.news-form input{flex:1;min-width:0;padding:.85rem 1.1rem;border:1px solid rgba(29,29,31,.2);border-radius:980px;background:#fff;color:var(--dark);font:inherit}.news-form input:focus-visible{outline:2px solid var(--gold-dk);outline-offset:1px}.news-form .btn{flex-shrink:0}.news-note{margin-top:.75rem;font-size:.8125rem;color:var(--text-dim-light)}.news-success{font-weight:600;color:var(--green)}.news-error{font-size:.8125rem;color:#b3261e;margin-top:.5rem}@media(max-width:760px){.footer__news{grid-template-columns:1fr}}@media(max-width:460px){.news-form{flex-direction:column}.news-form .btn{width:100%}}.product-page{padding-block:calc(var(--header-h) + var(--ann-h) + 3rem) var(--sp)}.product-page__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:start}.product-page__media img{border-radius:24px;width:100%}.product-page__main{aspect-ratio:1;object-fit:cover;background:#fff}.product-page__thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-page__thumb{padding:0;border:1px solid var(--hairline-light);border-radius:12px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .2s ease}.product-page__thumb img{border-radius:12px;aspect-ratio:1;object-fit:cover}.product-page__thumb.is-active{border-color:var(--gold-dk)}.product-page__info h1{font-size:clamp(1.875rem,3.5vw,2.75rem);margin-bottom:.6rem}.product-page__rating{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-dim-light);text-decoration:none}.product-page__rating .review__stars{color:var(--gold);letter-spacing:.15em;font-size:.9rem}.product-page__rating:hover{color:var(--dark)}.product-page__badges{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.6rem}.product-page__payment{margin-top:1rem}.product-page__payment .shopify-payment-button__button{border-radius:980px}.fit{margin-top:2.5rem;max-width:36rem;background:#fff;border:1px solid var(--hairline-light);border-radius:20px;padding:clamp(1.5rem,3vw,2rem)}.fit h2{font-size:1.25rem;margin-bottom:.6rem}.fit p{color:var(--text-dim-light);font-size:.9375rem}.fit ol{margin:1rem 0 0;padding-left:1.1rem;display:grid;gap:.5rem}.fit li{font-size:.9375rem}.fit strong{font-weight:700}.product-page__price{font-size:1.5rem;margin-bottom:1.5rem}.product-page__desc{color:var(--text-dim-light);max-width:36rem}.product-page__buy{margin-top:2rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.product-page__trust{margin-top:1.5rem;color:var(--text-dim-light);font-size:.875rem}.product-page__specs{margin-top:2.5rem;max-width:36rem;border-top:1px solid var(--hairline-light)}.product-page__specs>div{display:flex;justify-content:space-between;gap:1.5rem;padding-block:.8rem;font-size:.9375rem}.product-page__specs dt{color:var(--text-dim-light)}.product-page__specs dd{font-weight:600;text-align:right}.rte h2{font-size:1.25rem;font-weight:700;color:#1d1d1f;margin:2rem 0 .75rem}.rte h3{font-size:1.0625rem;font-weight:700;color:#1d1d1f;margin:1.5rem 0 .5rem}.rte ul,.rte ol{padding-left:1.5rem;margin:.75rem 0}.rte li{margin-bottom:.375rem}.rte p{margin-bottom:1rem}.rte strong{font-weight:700;color:#1d1d1f}.cart-page{padding-block:calc(var(--header-h) + var(--ann-h) + 3rem) var(--sp);min-height:70vh}.cart-page h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:2.5rem}.cart-lines{border-top:1px solid var(--hairline-light)}.cart-line{display:grid;grid-template-columns:96px 1fr auto auto;gap:1.5rem;align-items:center;padding-block:1.5rem;border-bottom:1px solid var(--hairline-light)}.cart-line__media img{width:96px;height:96px;object-fit:cover;border-radius:12px;background:#fff}.cart-line__title{font-weight:600;color:var(--dark);text-decoration:none}.cart-line__title:hover{color:var(--gold-dk)}.cart-line__variant{display:block;color:var(--text-dim-light);font-size:.875rem}.cart-line__remove{display:inline-block;margin-top:.35rem;color:var(--text-dim-light);font-size:.8125rem}.cart-line__remove:hover{color:var(--dark)}.cart-line__qty{width:4.5rem;padding:.55rem .5rem;border:1px solid rgba(29,29,31,.25);border-radius:12px;background:#fff;color:var(--dark);font:inherit;text-align:center}.cart-line__qty:focus-visible{outline:2px solid var(--gold-dk);outline-offset:1px}.cart-line__price{font-size:1.125rem}.cart-summary{margin-top:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.cart-summary__right{display:grid;gap:.75rem;justify-items:end;text-align:right}.cart-summary__total{display:flex;align-items:baseline;gap:1rem;font-weight:600}.cart-summary__note{color:var(--text-dim-light);font-size:.875rem}.cart-empty{padding-block:3rem;display:grid;gap:1.5rem;justify-items:start}@media(prefers-reduced-motion:no-preference){.js [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.js [data-reveal].in-view{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero{height:auto}.hero__stage{position:static;height:auto;overflow:visible;padding:calc(var(--header-h) + var(--ann-h) + 2rem) 1.5rem 4rem}.hero__model{position:static;transform:none;margin-inline:auto;height:46vh}.hero__chapter,.js .hero__chapter{position:static;opacity:1;visibility:visible;transform:none;margin:3rem auto 0;text-align:center}.hero__zones{display:none}}@media(max-width:900px){.header__nav{display:none}.header__burger{display:flex}.hero__model{top:calc(var(--header-h) + var(--ann-h) + 2vh);height:42vh}.hero__chapter,.hero__chapter--side{inset-inline:0;left:auto;right:auto;top:auto;bottom:6vh;transform:none;max-width:100%;text-align:center;padding-inline:1.5rem}.hero__chapter--side p{margin-inline:auto}.proof__grid{grid-template-columns:1fr;gap:2.5rem}.statement__grid,.pf__grid,.bundle__grid,.product-page__grid{grid-template-columns:1fr}.pf__media{position:static}.reviews__grid,.bundle-card{grid-template-columns:1fr}.bundle-card .btn{grid-row:auto;grid-column:1;justify-self:start;margin-top:.75rem}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}.lifestyle__img{height:55vh}.pf__media img{aspect-ratio:auto;height:60vw}.bundle__img{width:100%;aspect-ratio:auto;height:50vw}.cart-line{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cart-line__media img{width:72px;height:72px}.cart-line__qty{grid-column:1;justify-self:start}.cart-line__price{grid-column:2;justify-self:end}.cart-summary__right{justify-items:stretch;text-align:left}}.sx-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9998;background:linear-gradient(90deg,var(--gold),var(--gold-dk));transform:scaleX(0);transform-origin:0 50%;will-change:transform;pointer-events:none}.sx-grain{position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:9997;pointer-events:none;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px;animation:sx-grain .7s steps(4) infinite}@keyframes sx-grain{0%{transform:translate(0)}25%{transform:translate(-4%,3%)}50%{transform:translate(3%,-4%)}75%{transform:translate(-3%,4%)}to{transform:translate(0)}}.sx-grain--static{animation:none}@media(prefers-reduced-motion:reduce){.sx-grain{animation:none}}.sx-cursor-dot,.sx-cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;border-radius:50%;mix-blend-mode:difference}.sx-cursor-dot{width:6px;height:6px;margin:-3px 0 0 -3px;background:#fff}.sx-cursor-ring{width:34px;height:34px;margin:-17px 0 0 -17px;border:1px solid rgba(255,255,255,.6);transition:width .25s var(--ease),height .25s var(--ease),margin .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}.sx-cursor-ring.is-active{width:56px;height:56px;margin:-28px 0 0 -28px;background:#c9a96e29;border-color:var(--gold)}.sx-has-cursor,.sx-has-cursor a,.sx-has-cursor button,.sx-has-cursor [data-cart],.sx-has-cursor .faq-q{cursor:none}.sx-has-cursor input,.sx-has-cursor textarea,.sx-has-cursor select{cursor:auto}@media(prefers-reduced-motion:no-preference){.btn{will-change:transform}[data-tilt]{transition:transform .3s var(--ease);transform-style:preserve-3d;will-change:transform}}@media(prefers-reduced-motion:no-preference){.js [data-clip]{clip-path:inset(0 0 100% 0 round 24px);transition:clip-path .95s var(--ease);will-change:clip-path}.js [data-clip].is-clip-in{clip-path:inset(0 0 0 0 round 24px)}}.sx-marquee{background:var(--dark);color:var(--light);overflow:hidden;padding-block:1.05rem;border-block:1px solid rgba(245,245,247,.1)}.sx-marquee__track{display:flex;width:max-content;animation:sx-marq 34s linear infinite}.sx-marquee__group{display:flex;flex-shrink:0}.sx-marquee__item{display:inline-flex;align-items:center;white-space:nowrap;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding-inline:1.6rem}.sx-marquee__dot{color:var(--gold);padding-inline:1.6rem}@keyframes sx-marq{to{transform:translate(-50%)}}.sx-marquee:hover .sx-marquee__track{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.sx-marquee__track{animation:none}}.proof__badges{margin-top:2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.proof__badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--hairline-light);border-radius:980px;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;color:var(--dark)}.proof__badge svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.reviews__summary{text-align:center;margin:-1.5rem auto 2.5rem;color:var(--text-dim-light);font-size:.95rem}.reviews__summary strong{color:var(--dark);font-weight:700}.reviews__summary .review__stars{font-size:1rem}.sx-scroller{background:var(--light)}.sx-scroller__head{margin-bottom:2rem}.sx-scroller__head h2{font-size:clamp(2rem,4vw,3.25rem);max-width:16ch}.sx-scroller__track{display:grid;gap:1.25rem}.sx-scroller__card{background:#fff;border-radius:24px;padding:clamp(1.75rem,3vw,2.5rem);display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--hairline-light)}.sx-scroller__card .num{font-family:var(--font-hero);font-style:italic;font-weight:200;font-size:2.5rem;color:var(--gold);line-height:1}.sx-scroller__card h3{font-size:1.375rem}.sx-scroller__card p{color:var(--text-dim-light);font-size:.975rem}@media(prefers-reduced-motion:no-preference){@media(min-width:901px){.sx-scroller{height:230vh;position:relative}.sx-scroller__pin{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.sx-scroller__head{padding-inline:clamp(1.5rem,4vw,3rem)}.sx-scroller__track{display:flex;gap:1.5rem;padding-inline:clamp(1.5rem,4vw,3rem);will-change:transform}.sx-scroller__card{flex:0 0 min(72vw,27rem);min-height:52vh;justify-content:flex-end}}}.sx-buybar{position:fixed;left:0;right:0;bottom:0;z-index:30;background:#1d1d1fd1;-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);border-top:1px solid var(--hairline-dark);color:var(--light);transform:translateY(110%);transition:transform .4s var(--ease)}.sx-buybar.is-visible{transform:translateY(0)}.sx-buybar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding-block:.7rem}.sx-buybar__meta{display:flex;align-items:baseline;gap:.75rem;min-width:0}.sx-buybar__name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sx-buybar__price{color:var(--gold);font-weight:700;font-size:1.05rem;white-space:nowrap}@media(max-width:600px){.sx-buybar__name{display:none}}@media(prefers-reduced-motion:reduce){.sx-buybar{transition:none}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1d1d1f80;opacity:0;transition:opacity .35s var(--ease)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);display:flex;flex-direction:column;background:var(--light);color:var(--dark);transform:translate(100%);transition:transform .4s var(--ease);box-shadow:-20px 0 60px #0000002e}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem clamp(1.25rem,4vw,1.75rem);border-bottom:1px solid var(--hairline-light)}.cart-drawer__title{font-weight:700;font-size:1.0625rem;letter-spacing:-.01em}.cart-drawer__close{background:none;border:0;font-size:1.6rem;line-height:1;color:var(--dark);cursor:pointer;padding:.25rem .4rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 clamp(1.25rem,4vw,1.75rem)}.cart-drawer__foot{padding:1.25rem clamp(1.25rem,4vw,1.75rem) calc(1.25rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--hairline-light);display:grid;gap:.85rem}.cart-drawer__reassure{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8125rem;color:var(--text-dim-light)}.cart-drawer__reassure svg{width:15px;height:15px;color:var(--gold-dk)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-weight:700;font-size:1.05rem}.cart-drawer__checkout{width:100%}.cd-line{display:grid;grid-template-columns:64px 1fr auto;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--hairline-light)}.cd-line__img{width:64px;height:64px;object-fit:cover;border-radius:10px;background:#fff}.cd-line__title{font-weight:600;font-size:.95rem;text-decoration:none;color:var(--dark);line-height:1.3}.cd-line__variant{display:block;color:var(--text-dim-light);font-size:.8125rem;margin-top:2px}.cd-qty{display:inline-flex;align-items:center;margin-top:.6rem;border:1px solid rgba(29,29,31,.2);border-radius:980px}.cd-qty button{width:30px;height:30px;border:0;background:none;cursor:pointer;font-size:1rem;color:var(--dark)}.cd-qty span{min-width:1.75rem;text-align:center;font-size:.875rem;font-weight:600}.cd-line__price{font-weight:600;font-size:.95rem;text-align:right;white-space:nowrap}.cd-line__remove{display:block;margin-top:.5rem;background:none;border:0;padding:0;color:var(--text-dim-light);font-size:.75rem;cursor:pointer;text-align:right;width:100%}.cd-line__remove:hover{color:var(--dark)}.cd-empty{padding:3.5rem 0;text-align:center;color:var(--text-dim-light);display:grid;gap:1.25rem;justify-items:center}.cd-upsell{margin:1.25rem 0;background:#c9a96e14;border:1px solid rgba(201,169,110,.28);border-radius:14px;padding:1rem 1.1rem}.cd-upsell__label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dk)}.cd-upsell p{font-size:.85rem;color:var(--text-dim-light);margin:.35rem 0 .85rem;line-height:1.5}.cd-upsell .btn{width:100%}body.cart-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.cart-drawer__panel,.cart-drawer__overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
