:root{--color-foreground: #1A1A2E;--color-background: #F5F0E8;--color-muted: #C4B49A;--color-body: #2D2D2D;--color-eyebrow: #646472;--font-display: "Instrument Serif", "Cormorant Garamond", serif;--font-body: "Geist", system-ui, sans-serif;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--space-4xl: 8rem;--section-rhythm-block: var(--space-2xl);--section-rhythm-block-md: var(--space-3xl);--section-rhythm-seam: var(--space-xl);--section-rhythm-seam-md: var(--space-2xl);--section-rhythm-tight: var(--space-md);--section-rhythm-tight-md: var(--space-lg);--radius: 0rem;--ease-luxury: cubic-bezier(.16, 1, .3, 1);--duration-fast: .2s;--duration-base: .4s;--duration-slow: .6s;--shadow-soft: 0 4px 30px -10px hsl(240 10% 4% / .08);--shadow-elevated: 0 12px 40px -12px hsl(240 10% 4% / .12)}[data-theme=dark]{--color-foreground: #F5F0E8;--color-background: #1A1A2E;--color-muted: #C4B49A;--color-body: #D4D0C5;--color-eyebrow: #B5B5C2;--shadow-soft: 0 4px 30px -10px hsl(0 0% 0% / .4);--shadow-elevated: 0 12px 40px -12px hsl(0 0% 0% / .5)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--color-background)}body{margin:0;background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display);font-weight:400;text-wrap:balance;color:var(--color-foreground)}p{margin:0;color:var(--color-body)}a{color:inherit;text-decoration:none}a:hover,a:focus-visible{text-decoration:underline;text-underline-offset:.2em}img,picture,video,svg{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;background:transparent;border:0;padding:0;cursor:pointer}input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}hr{border:0;border-top:1px solid var(--color-muted);margin:var(--space-lg) 0}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.text-display{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);letter-spacing:-.04em;line-height:1.1}.text-display-sm{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,3rem);letter-spacing:-.03em;line-height:1.1}.text-body{font-family:var(--font-body);font-size:15px;letter-spacing:.01em;line-height:1.6}.text-body-sm{font-family:var(--font-body);font-size:.875rem;letter-spacing:0;line-height:1.5;font-weight:400}@media(min-width:1280px){.text-body-sm{font-size:.9375rem}}.text-label{font-family:var(--font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.section--rhythm{padding-block:var(--section-rhythm-block)}.section--rhythm.section--seam-top{padding-block-start:var(--section-rhythm-seam)}.section--rhythm.section--seam-bottom{padding-block-end:var(--section-rhythm-seam)}.section--rhythm.section--tight-top{padding-block-start:var(--section-rhythm-tight)}.section--rhythm.section--tight-bottom{padding-block-end:var(--section-rhythm-tight)}@media(min-width:768px){.section--rhythm{padding-block:var(--section-rhythm-block-md)}.section--rhythm.section--seam-top{padding-block-start:var(--section-rhythm-seam-md)}.section--rhythm.section--seam-bottom{padding-block-end:var(--section-rhythm-seam-md)}.section--rhythm.section--tight-top{padding-block-start:var(--section-rhythm-tight-md)}.section--rhythm.section--tight-bottom{padding-block-end:var(--section-rhythm-tight-md)}}@keyframes clipReveal{0%{clip-path:inset(50% 50% 50% 50%)}to{clip-path:inset(0% 0% 0% 0%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.clip-reveal{animation:clipReveal 1s var(--ease-luxury) forwards}.animate-fade-up{animation:fadeUp .8s var(--ease-luxury) forwards}.transition-luxury{transition:all var(--duration-slow) var(--ease-luxury)}@media(min-width:768px){.text-label{letter-spacing:.14em}}@media(min-width:1024px){body,.text-body{font-size:16px}}@media(min-width:1280px){body{line-height:1.65}.text-body{line-height:1.7}}@media(min-width:1440px){body,.text-body{font-size:17px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@view-transition{navigation:auto}@keyframes pageEnter{0%{opacity:0}to{opacity:1}}.page-enter{animation:pageEnter var(--duration-base) var(--ease-luxury) both}@media(prefers-reduced-motion:reduce){.page-enter{animation:none;opacity:1}}.shopify-challenge__container{max-width:min(88rem,100%);margin:0 auto;padding-block:var(--space-2xl);padding-inline:var(--space-md);display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.shopify-challenge__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-.01em;line-height:1.2;color:var(--color-foreground);text-align:center;margin:0}.shopify-challenge__button{display:inline-block;-webkit-appearance:none;appearance:none;padding:var(--space-sm) var(--space-xl);background-color:var(--color-foreground);color:var(--color-background);border:1px solid var(--color-foreground);border-radius:var(--radius, 0);font-family:var(--font-body);font-size:.8125rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-luxury),color var(--duration-fast) var(--ease-luxury)}.shopify-challenge__button:hover,.shopify-challenge__button:focus-visible{background-color:var(--color-background);color:var(--color-foreground)}@media(max-width:768px){.shopify-challenge__container{padding-block:var(--space-xl)}}@media(prefers-reduced-motion:reduce){.shopify-challenge__button{transition:none}}.shopify-policy__container{max-width:80rem!important;margin-inline:auto!important;padding-block:var(--space-xl);padding-inline:var(--space-md)}.shopify-policy__title{margin:0 0 var(--space-xl);text-align:left!important}.shopify-policy__title h1{font-family:var(--font-display);font-weight:400;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.1;letter-spacing:-.01em;color:var(--color-foreground);margin:0}.shopify-policy__body{max-width:none}.shopify-policy__body .rte{color:var(--color-body);line-height:1.7}.shopify-policy__body .rte>:first-child{margin-top:0}.shopify-policy__body .rte>:last-child{margin-bottom:0}.shopify-policy__body .rte h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15;color:var(--color-foreground);margin:var(--space-lg) 0 var(--space-sm)}.shopify-policy__body .rte h3{font-family:var(--font-display);font-weight:400;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.2;color:var(--color-foreground);margin:var(--space-md) 0 var(--space-2xs)}.shopify-policy__body .rte h4{font-family:var(--font-body);font-weight:600;font-size:1rem;letter-spacing:.02em;color:var(--color-foreground);margin:var(--space-md) 0 var(--space-2xs)}.shopify-policy__body .rte p{margin:0 0 var(--space-sm)}.shopify-policy__body .rte :is(ul,ol){margin:0 0 var(--space-sm);padding-inline-start:var(--space-lg)}.shopify-policy__body .rte ul{list-style:disc}.shopify-policy__body .rte ol{list-style:decimal}.shopify-policy__body .rte li{margin:0 0 var(--space-2xs)}.shopify-policy__body .rte a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:.2em}@media(min-width:768px){.shopify-policy__container{padding-inline:var(--space-2xl);padding-block:var(--space-2xl)}}@media(min-width:1025px){.shopify-policy__container{padding-inline:var(--space-3xl)}}.breadcrumb-trail{width:100%;max-width:80rem;margin:0 auto}.breadcrumb-trail__list{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs);list-style:none;margin:0;padding:0}.breadcrumb-trail__item{display:flex;align-items:center;gap:var(--space-2xs)}.breadcrumb-trail__link{color:var(--color-foreground);text-decoration:underline;text-underline-offset:.2em}.breadcrumb-trail__current{color:var(--color-foreground);text-decoration:none}.breadcrumb-trail__separator{color:var(--color-foreground);font-weight:700}.fit-explainer{display:flex;flex-direction:column;gap:var(--space-xs);margin-block-end:var(--space-md)}.fit-explainer__name{margin:0}.fit-explainer__usp{margin:0;font-family:var(--font-display);font-style:italic;font-size:1.0625rem;line-height:1.4;color:var(--color-foreground)}.fit-explainer__body{margin:0;font-family:var(--font-body);font-size:.875rem;line-height:1.6;color:var(--color-body)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
