@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";.hero-header{z-index:100;background:0 0;height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}.hero-header--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#695b465e;height:84px}.hero-header__container{justify-content:space-between;align-items:center;width:100%;height:100%;margin:0 auto;padding:0 64px;display:flex}.hero-header__mobile-bar,.hero-header__mobile-panel{display:none}.hero-header__menu{flex:1;align-items:center;gap:20px;display:flex}.hero-header__menu-item{letter-spacing:.04em;color:var(--text-color,#fff);cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-family:Playfair Display,serif;font-size:14px;font-weight:600;transition:color .2s}.hero-header__menu-item:hover{color:#c9924e!important}.hero-header__brand{flex:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.hero-header__logo{opacity:1;width:auto;height:60px}.hero-header__logo .hero-header__logo-line{fill:#fff;transition:fill .3s}.hero-header__logo .hero-header__logo-accent{fill:#c9924e;transition:fill .3s}.hero-header--scrolled .hero-header__logo .hero-header__logo-line,.hero-header--scrolled .hero-header__logo .hero-header__logo-accent{fill:#c9924e}.hero-header__brand-text{letter-spacing:.02em;color:#fff;text-shadow:0 2px 8px #0000004d;white-space:nowrap;margin:0;font-size:28px;font-weight:600;transition:font-size .3s}.hero-header--scrolled .hero-header__brand-text{font-size:20px}.hero-header__icons{flex:1;justify-content:flex-end;align-items:center;gap:24px;display:flex}.hero-header__icon{width:20px;height:20px;color:var(--text-color,#fff);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.hero-header__icon svg{filter:drop-shadow(0 2px 4px #0003);width:100%;height:100%}.hero-header__icon:hover{transform:scale(1.1);color:#c9924e!important}.hero-header__account-menu{position:relative}.hero-header__account-popover{z-index:20;background:#272626;border:1px solid #1e2f4429;border-radius:8px;min-width:150px;padding:6px;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 12px 28px #1019232e}.hero-header__account-popover button{color:#1e2f44;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;width:100%;padding:10px 12px;font-family:Playfair Display,serif;font-size:13px;display:block}.hero-header__account-popover button:hover,.hero-header__account-popover button:focus-visible{background:#c9924e24;outline:none}@media (width<=768px){.hero-header{-webkit-backdrop-filter:blur(16px);background:#080808b8;height:64px}.hero-header__container{height:100%;padding:0}.hero-header__mobile-bar{z-index:2;border-bottom:1px solid #f5f1ea24;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:64px;padding:0 18px;display:grid;position:relative}.hero-header__mobile-menu-button,.hero-header__mobile-action,.hero-header__mobile-brand{color:#f5f1ea;cursor:pointer;background:0 0;border:0}.hero-header__mobile-menu-button{flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:8px 0;display:flex}.hero-header__mobile-menu-button span{background:currentColor;width:21px;height:1px;display:block}.hero-header__mobile-brand{place-items:center;width:48px;height:48px;padding:5px;display:grid}.hero-header__mobile-brand .hero-header__logo{width:38px;height:38px}.hero-header__mobile-actions{justify-content:flex-end;gap:7px;display:flex}.hero-header__mobile-action{place-items:center;width:34px;height:34px;padding:7px;display:grid}.hero-header__mobile-action svg{width:18px;height:18px}.hero-header__mobile-bar .hero-header__account-popover{top:calc(100% + 8px)}.hero-header__mobile-panel{z-index:10;color:#f5f1ea;opacity:0;pointer-events:none;background:#0b0b0b;flex-direction:column;padding:22px 22px 28px;transition:opacity .26s,transform .36s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0;transform:translateY(-14px)}.hero-header__mobile-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.hero-header__mobile-panel-top{color:#c9924e;letter-spacing:.18em;border-bottom:1px solid #f5f1ea29;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:10px;font-weight:700;display:flex}.hero-header__mobile-panel-top button{color:#f5f1ea;cursor:pointer;font:inherit;letter-spacing:.14em;text-transform:uppercase;background:0 0;border:0;padding:8px 0;font-size:10px}.hero-header__mobile-nav{flex-direction:column;margin-top:28px;display:flex}.hero-header__mobile-nav button{color:#f5f1ea;cursor:pointer;text-align:left;text-transform:uppercase;background:0 0;border:0;border-bottom:1px solid #f5f1ea1f;justify-content:space-between;align-items:baseline;width:100%;padding:17px 0;font-family:Playfair Display,serif;font-size:clamp(28px,5vw,42px);line-height:1;display:flex}.hero-header__mobile-nav button b{color:#c9924e;font-family:Arial,sans-serif;font-size:18px;font-weight:400}.hero-header__mobile-panel-footer{color:#f5f1ea80;margin-top:auto;font-size:11px;line-height:1.6}.hero-header__menu,.hero-header__brand,.hero-header__icons{display:none}.hero-header__menu{gap:20px}.hero-header__menu-item{font-size:10px}.hero-header__brand-text{font-size:20px}.hero-header--scrolled .hero-header__brand-text{font-size:16px}.hero-header__icons{gap:16px}.hero-header__icon{width:20px;height:20px}}.website-footer-spacer{background:#111;flex:0 0 84px;height:84px}.site-footer{--footer-text:#f5f1ea;--footer-muted:#f5f1ea94;--footer-border:#f5f1ea24;color:var(--footer-text);background:#111;font-family:Arial,sans-serif}.site-footer--home{flex-direction:column;height:calc(100dvh - 84px);display:flex}.site-footer--home .site-footer__about{flex:auto;min-height:0}.site-footer--home .home-legacy-editorial{height:100%;min-height:0}.site-footer--home .site-footer__grid{flex:none;min-height:0}.site-footer__grid{border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border);grid-template-columns:1fr 1fr 1fr;min-height:390px;display:grid}.site-footer__column{padding:36px 32px 48px}.site-footer__column+.site-footer__column{border-left:1px solid var(--footer-border)}.site-footer__column--pages,.site-footer__column--discover{flex-direction:column;gap:32px;display:flex}.site-footer__group h3{color:#c9924e;letter-spacing:0;margin:0 0 16px;font-weight:500;font-size:13px!important}.site-footer__group>div{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.site-footer__group button{color:var(--footer-muted);cursor:pointer;font:inherit;letter-spacing:.08em;text-align:left;text-transform:uppercase;background:0 0;border:0;padding:0;font-size:13px;transition:color .18s}.site-footer__group button:hover{color:#c9924e}.site-footer__column--newsletter h2{color:#c9924e;max-width:520px;margin:-2px 0 12px;font-size:clamp(24px,2vw,32px);font-weight:700;line-height:1.15}.site-footer__column--newsletter>p{color:var(--footer-muted);margin:0 0 66px;font-size:13px;line-height:1.5}.site-footer__column--newsletter label{color:var(--footer-text);text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.site-footer__newsletter{gap:8px;display:flex}.site-footer__newsletter input{min-width:0;height:32px;color:var(--footer-text);font:inherit;background:#292929;border:1px solid #0000;border-radius:0;outline:none;flex:1;padding:0 12px;font-size:13px}.site-footer__newsletter input:focus{border-color:#c9924e}.site-footer__newsletter button{color:#111;cursor:pointer;min-width:112px;height:32px;font:inherit;background:#c9924e;border:0;border-radius:0;font-size:13px;font-weight:700}.site-footer__newsletter button:hover{background:#f5f1ea}.site-footer__social{grid-template-columns:repeat(4,1fr);display:grid}.site-footer__social a{border-right:1px solid var(--footer-border);min-height:64px;color:var(--footer-muted);place-items:center;transition:color .18s,background-color .18s;display:grid}.site-footer__social a:last-child{border-right:0}.site-footer__social a:hover{color:#c9924e;background:#c9924e14}.site-footer__social svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:18px;height:18px}@media (width<=900px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__column--newsletter{border-top:1px solid var(--footer-border);grid-column:1/-1;border-left:0!important}}@media (width<=600px){.site-footer--home{height:auto;min-height:0}.site-footer--home .site-footer__about{flex:none}.site-footer--home .home-legacy-editorial{grid-template-columns:1fr;height:auto}.site-footer--home .home-legacy-editorial__copy{border-right:0;min-height:360px;padding:40px 24px 0}.site-footer--home .home-about-copy{padding-bottom:40px}.site-footer--home .home-legacy-editorial__collage,.site-footer--home .home-legacy-editorial__model{display:none}.site-footer__grid{grid-template-columns:1fr}.site-footer__column{padding:32px 24px}.site-footer__column+.site-footer__column,.site-footer__column--newsletter{border-left:0;border-top:1px solid var(--footer-border)}.site-footer__column--newsletter>p{margin-bottom:36px}.site-footer__newsletter{flex-direction:column}.site-footer__newsletter button{width:100%}}.site-footer__logo-mark{color:var(--site-footer-logo-color);width:60px;height:auto;display:block}.site-footer__logo-mark *{fill:currentColor!important;stroke:currentColor!important}@media (width<=1023px){.site-footer{padding-top:52px!important;padding-bottom:32px!important}.site-footer__inner{padding:0 24px!important}.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;margin-bottom:36px!important}.site-footer__brand,.site-footer__brand-copy,.site-footer__newsletter{max-width:100%!important}.site-footer__bottom{flex-wrap:wrap;gap:16px;align-items:flex-start!important}.site-footer__legal{flex-wrap:wrap;order:2;gap:12px!important}.site-footer__social{order:3}}@media (width<=767px){.site-footer__top{grid-template-columns:1fr!important;gap:24px!important}.site-footer__newsletter{flex-direction:column!important}.site-footer__newsletter-input{margin-bottom:10px;border-right:1px solid #e7dfd233!important;border-radius:9px!important}.site-footer__newsletter-button{width:100%;border-radius:9px!important}.site-footer__bottom{flex-direction:column!important;align-items:flex-start!important}.site-footer__legal,.site-footer__social{width:100%}}.hero-slider{background:#000;align-items:end;width:100%;height:100vh;padding:0 64px 20vh;display:flex;position:relative;overflow:hidden}@media (width<=768px){.hero-slider{min-height:85vh;padding:60px 20px}}.hero-slider__background{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-slider__slide{will-change:transform, opacity, filter;filter:grayscale();background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slider__slide--active{opacity:1;filter:grayscale(90%);transform:scale(1)}.hero-slider__slide--exit{animation:.9s cubic-bezier(.25,.46,.45,.94) forwards slideOut}.hero-slider__slide--exit:before{content:"";width:100%;height:100%;animation:.9s cubic-bezier(.25,.46,.45,.94) forwards chromaticOverlay;position:absolute;top:0;left:0}.hero-slider__slide--enter{opacity:0;animation:.9s cubic-bezier(.25,.46,.45,.94) forwards slideEnter;transform:scale(.98)}@keyframes slideIn{0%{opacity:0;transform:scale(1.05)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes slideOut{0%{opacity:1;transform:scale(1)}50%{transform:scale(.95)}to{opacity:0;transform:scale(.85)}}@keyframes slideEnter{0%{opacity:0;transform:scale(1.1)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes chromaticAberration{0%{filter:url(#chromatic-aberration-0);opacity:0}40%{filter:url(#chromatic-aberration-50);opacity:.5}to{filter:url(#chromatic-aberration-100);opacity:1}}@keyframes titleCrossfade{0%{opacity:0;transform:scale(.95)}25%{opacity:0}50%{opacity:1}to{opacity:1;transform:scale(1)}}@keyframes chromaticOverlay{0%{opacity:0;box-shadow:inset -3px 0 #f000}20%{opacity:.3;box-shadow:inset -3px 0 #f006,inset 3px 0 #0ff0}50%{opacity:.6;box-shadow:inset -3px 0 #f003,inset 3px 0 #00ffff4d}to{opacity:0;box-shadow:inset -3px 0 #f000,inset 3px 0 #0ff0}}.hero-slider__overlay{mix-blend-mode:multiply;pointer-events:none;background:linear-gradient(#0003 0% 60%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-slider__title{letter-spacing:.02em;text-shadow:0 4px 20px #0000004d;white-space:nowrap;will-change:transform;font-family:Playfair Display,serif;font-size:clamp(96px,10vw,132px);font-weight:500}@media (width<=768px){.hero-slider__title{font-size:72px}}@media (width<=480px){.hero-slider__title{font-size:48px}}.hero-slider__description{letter-spacing:.03em;opacity:.8;text-shadow:0 2px 8px #0003;will-change:opacity, transform;color:#fff;z-index:10;text-align:center;pointer-events:none;width:90%;max-width:500px;margin:0;font-size:18px;font-weight:300;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.hero-slider__description--active{animation:.5s cubic-bezier(.34,1.56,.64,1) .2s both descriptionIn}.hero-slider__description--exit{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards descriptionOut}@media (width<=768px){.hero-slider__description{font-size:16px;bottom:100px}}@media (width<=480px){.hero-slider__description{font-size:14px;bottom:80px}}@keyframes descriptionIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:.8;transform:translate(-50%)translateY(0)}}@keyframes descriptionOut{0%{opacity:.8;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-8px)}}.hero-slider__navigation{z-index:20;pointer-events:all;flex-direction:row;justify-content:center;align-items:center;gap:48px;padding:0 20px;display:flex;position:absolute;bottom:40px;left:0;right:0}@media (width<=768px){.hero-slider__navigation{gap:32px;bottom:30px}}@media (width<=480px){.hero-slider__navigation{flex-wrap:wrap;gap:20px;bottom:20px}}.hero-slider__nav-button{color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;text-shadow:0 2px 4px #0000004d;background:0 0;border:none;padding:8px 0;font-size:13px;font-weight:600;transition:color .3s;position:relative}.hero-slider__nav-button:hover,.hero-slider__nav-button--active{color:#c9924e}@media (width<=480px){.hero-slider__nav-button{padding:6px 0;font-size:11px}}.hero-slider__nav-label{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards labelIn;display:block}@keyframes labelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-slider__progress-bar{will-change:width;background:#c9924e;width:0;height:1px;position:absolute;bottom:-8px;left:0}@media (width<=480px){.hero-slider__progress-bar{bottom:-6px}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes extensionFadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollDown{0%,10%{opacity:1;transform:translateY(0)}90%,to{opacity:.5;transform:translateY(12px)}}.hero-slider__extension{position:relative}.hero-slider__extension:before,.hero-slider__extension:after{content:"";background:#c9924e;width:100%;height:2px;position:absolute;left:0}.hero-slider__extension:before{top:-8px}.hero-slider__extension:after{bottom:-8px}@media (prefers-reduced-motion:reduce){.hero-slider__slide,.hero-slider__title,.hero-slider__description,.hero-slider__nav-label,.wave{transition:opacity .2s!important;animation:none!important}}.hero-slider__content{z-index:10;flex-direction:column;gap:24px;max-width:500px;display:flex;position:relative}.hero-slider__content--exit .hero-slider__content-item--0,.hero-slider__content--exit .hero-slider__content-item--1,.hero-slider__content--exit .hero-slider__content-item--2,.hero-slider__content--exit .hero-slider__content-item--3,.hero-slider__content--exit .hero-slider__content-item--4{animation:.3s cubic-bezier(.16,1,.3,1) forwards contentExit}@media (width<=768px){.hero-slider__content{gap:20px;max-width:100%}}.hero-slider__label{letter-spacing:.15em;text-transform:uppercase;color:#fffc;margin:0;padding:0;font-size:13px;font-weight:600}@media (width<=768px){.hero-slider__label{font-size:12px}}.hero-slider__title-text{letter-spacing:-.01em;text-rendering:optimizelegibility;text-wrap:nowrap;margin:0;padding:0;font-family:Playfair Display,serif;font-size:clamp(36px,4vw,56px);font-weight:500;line-height:1.1;color:#000!important}@media (width<=768px){.hero-slider__title-text{font-size:42px}}@media (width<=480px){.hero-slider__title-text{font-size:32px}}.hero-slider__mini-description{margin:0;padding:0;font-size:18px;font-style:italic;font-weight:400;line-height:1.4;color:#000!important}@media (width<=768px){.hero-slider__mini-description{font-size:16px}}@media (width<=480px){.hero-slider__mini-description{font-size:15px}}.hero-slider__divider{background:#00000080;width:100px;height:1px;margin:0}.hero-slider__description-text{margin:0;padding:0;font-size:16px;font-weight:400;line-height:1.6;color:#000!important}@media (width<=768px){.hero-slider__description-text{font-size:15px}}@media (width<=480px){.hero-slider__description-text{font-size:14px}}.hero-slider__cta{color:#000!important;border-bottom-color:#000!important}.hero-slider__cta span:last-child{color:#000!important}.hero-slider__cta:hover{color:#000!important;border-bottom-color:#000!important}@keyframes contentEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes contentExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes productTileEnter{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero-slider__content--enter .hero-slider__content-item--0{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards contentEnter}.hero-slider__content--enter .hero-slider__content-item--1{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) 80ms forwards contentEnter}.hero-slider__content--enter .hero-slider__content-item--2{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) .16s forwards contentEnter}.hero-slider__content--enter .hero-slider__content-item--3{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) .24s forwards contentEnter}.hero-slider__content--enter .hero-slider__content-item--4{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) .32s forwards contentEnter}.hero-slider__products{z-index:10;flex-direction:column;gap:16px;margin-bottom:0;margin-left:auto;display:flex;position:relative}.hero-slider__products--exit .hero-slider__product-tile{animation:.3s cubic-bezier(.16,1,.3,1) forwards contentExit}@media (width<=1024px){.hero-slider__products{gap:12px}}@media (width<=768px){.hero-slider__products{display:none}}.hero-slider__product-tile{cursor:pointer;opacity:0;background:#fff;border:1px solid #ffffff26;justify-content:center;align-items:center;width:120px;height:120px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.hero-slider__products--enter .hero-slider__product-tile:first-child{animation:.5s cubic-bezier(.16,1,.3,1) 80ms forwards productTileEnter}.hero-slider__products--enter .hero-slider__product-tile:nth-child(2){animation:.5s cubic-bezier(.16,1,.3,1) .16s forwards productTileEnter}.hero-slider__products--enter .hero-slider__product-tile:nth-child(3){animation:.5s cubic-bezier(.16,1,.3,1) .24s forwards productTileEnter}.hero-slider__product-tile:hover{transform:scale(1.08)}.hero-slider__product-tile:hover img{transform:scale(1.1)}.hero-slider__product-tile img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1)}@media (width<=1024px){.hero-slider__product-tile{width:100px;height:100px}}.hero-slider__product-cta{color:#fff0;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(100%)}.hero-slider__product-tile:hover .hero-slider__product-cta{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;transform:translateY(0)}.scroll-to-top{color:#fff;cursor:pointer;z-index:999;background:#c9924e;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 16px #c9924e4d}.scroll-to-top:hover{background:#b8824a;transform:translateY(-4px);box-shadow:0 8px 24px #c9924e66}.scroll-to-top:active{transform:translateY(-2px)}@media (width<=768px){.scroll-to-top{width:44px;height:44px;font-size:20px;bottom:24px;right:24px}}.splash-screen{z-index:9999;pointer-events:none;will-change:transform;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.splash-screen--exit{animation:.8s cubic-bezier(.16,1,.3,1) forwards splashExit}.splash-screen--exit .splash-screen__title{animation:.8s cubic-bezier(.16,1,.3,1) forwards titleExitUp}.splash-screen__content{justify-content:center;align-items:center;display:flex;position:relative}.splash-screen__title{letter-spacing:.08em;text-align:center;will-change:transform, opacity;opacity:0;margin:0;font-family:Playfair Display,serif;font-size:clamp(48px,12vw,120px);font-weight:400;animation:.9s cubic-bezier(.16,1,.3,1) .5s forwards titleEnter;color:#c9924e!important}@media (width<=480px){.splash-screen__title{letter-spacing:.06em;font-size:42px}}@keyframes titleEnter{0%{opacity:0;transform:translateY(300px)}20%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes titleExitUp{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(300px)}}@keyframes splashExit{0%{opacity:1;transform:translateY(0)}50%{opacity:1}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){.splash-screen__title,.splash-screen--exit,.splash-screen--exit .splash-screen__title{animation:none!important}}.product-carousel{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}.product-carousel__container{scroll-behavior:auto;scrollbar-width:none;gap:2px;width:100%;padding:40px 0 0;display:flex;overflow-x:auto}.product-carousel__container::-webkit-scrollbar{display:none}.product-carousel__track,.product-carousel__cycle{flex-shrink:0;display:flex}.product-carousel__cycle{gap:2px}.product-card{background:#fff;border:1px solid #e5e0d8;border-radius:0;flex-direction:column;flex:none;width:300px;height:450px;display:flex;overflow:hidden}.product-card__image-wrapper{background:#ede8df;flex:auto;min-height:0;position:relative;overflow:hidden}.product-card__image{object-fit:cover;object-position:center;background:#ede8df;width:100%;height:100%;display:block}.product-card__badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#000;border-radius:0;padding:5px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.product-card__cta{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;opacity:0;pointer-events:none;background:#000;border:none;border-radius:0;align-items:center;gap:8px;padding:9px 11px 9px 14px;font-size:11px;font-weight:700;transition:opacity .3s;display:inline-flex;position:absolute;bottom:12px;right:12px}.product-card__image-wrapper:hover .product-card__cta{opacity:.7;pointer-events:all}.product-card__image-wrapper:hover .product-card__cta:hover{opacity:1}.product-card__cta-icon{transform-origin:50%;place-items:center;width:18px;height:18px;font-size:20px;font-weight:400;line-height:1;transition:transform .3s;display:inline-grid}.product-card__cta:hover .product-card__cta-icon{transform:rotate(90deg)}.product-card__nav{opacity:0;pointer-events:none;transition:opacity .3s;display:block;position:absolute;inset:0}.product-card__image-wrapper:hover .product-card__nav{opacity:1}.product-card__arrow{color:#fff;cursor:pointer;pointer-events:auto;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-card__arrow--prev{left:12px}.product-card__arrow--next{right:12px}.product-card__arrow:hover{background:#000000f2;transform:translateY(-50%)scale(1.1)}.product-card__info{color:#fff;background:#111;flex-direction:column;gap:0;padding:16px 12px;display:flex}.product-card__name{color:#fff;font-size:14px;font-weight:600;line-height:1.3}.product-card__price{color:#fffc;margin-top:6px;font-size:14px;font-weight:500}@media (width<=768px){.product-carousel__container{gap:6px;padding:24px 0}}.hero{isolation:isolate;background:#120d09;height:100vh;max-height:1180px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#000000ad 0%,#0000006b 30%,#0000 68%);position:absolute;inset:0}.hero-background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-background__layer{will-change:transform;position:absolute;inset:0}.hero-background__layer--base{z-index:0}.hero-background__layer--mountains{z-index:1}.hero-background__layer--sky{z-index:2;opacity:.62;background:radial-gradient(circle at 50% 20%,#ffe2ba33,#0000 28%),radial-gradient(circle at 50% 34%,#fff2df14,#0000 40%),linear-gradient(#120d0905 0%,#120d092e 100%)}.hero-background__layer--fog{z-index:3;filter:blur(20px);opacity:.38;background:radial-gradient(circle at 22% 68%,#fff4e11f,#0000 28%),radial-gradient(circle at 72% 82%,#fff4e11a,#0000 24%),linear-gradient(#120d090f 0%,#120d0938 100%)}.hero-background__layer--rays{z-index:4;mix-blend-mode:screen;filter:blur(18px);opacity:.34;background:linear-gradient(120deg,#fff4e100 36%,#fff4e11f 50%,#fff4e100 64%)}.hero-background__layer--dust{z-index:5;opacity:.22;background-image:radial-gradient(circle at 12% 18%,#fff4e16b 0 1px,#0000 2px),radial-gradient(circle at 32% 76%,#fff4e14d 0 1px,#0000 2px),radial-gradient(circle at 68% 28%,#fff4e142 0 1px,#0000 2px),radial-gradient(circle at 82% 62%,#fff4e159 0 1px,#0000 2px),radial-gradient(circle at 88% 18%,#fff4e138 0 1px,#0000 2px);background-size:240px 240px;animation:22s linear infinite heroDustDrift}.hero-background__layer--volumetric{z-index:6;mix-blend-mode:screen;filter:blur(28px);opacity:.28;background:radial-gradient(circle at 50% 100%,#ffefd62e,#0000 26%),radial-gradient(circle at 54% 92%,#fff4e11a,#0000 18%),linear-gradient(#fff4e108 0%,#fff4e100 38%)}.hero-background__image{object-fit:cover;will-change:transform, opacity, filter;width:100%;height:100%;position:absolute;inset:0}.hero__layout{z-index:20;align-items:stretch;max-width:1920px;height:100vh;min-height:100vh;margin-inline:auto;padding-inline:64px;display:flex;position:relative}.hero__content{z-index:2;flex:0 0 33%;justify-content:flex-start;align-items:stretch;height:100vh;display:flex;position:relative}.hero-copy-shell{z-index:3;isolation:isolate;flex-direction:column;justify-content:center;width:100%;max-width:650px;padding-left:110px;display:flex;position:relative}.hero-index{color:#e7dfd2b8;z-index:1;border-right:1px solid #e7dfd238;flex-direction:column;justify-content:space-between;align-items:center;height:300px;padding-right:20px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero-index__number{opacity:.2;letter-spacing:.08em;font-size:14px;font-weight:500;line-height:1;transition:opacity .22s,font-size .22s}.hero-index__number.is-active{opacity:1;font-size:22px}.hero-index__line{background:linear-gradient(#e7dfd2a6,#e7dfd21f);flex:1;width:1px;min-height:160px}.hero-copy{z-index:1;position:relative}.hero-kicker{letter-spacing:.18em;text-transform:uppercase;color:#e7dfd2b8;margin-bottom:18px;font-size:10px;font-weight:700;display:none}.hero-title{max-width:360px;margin:0 0 20px;font-size:84px;font-weight:500;line-height:.95}.hero-description{color:#e7dfd2b8;max-width:260px;margin:0 0 28px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-action-button{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:0;border-bottom:1px solid #c9924e;border-radius:0;justify-content:space-between;align-items:center;gap:10px;padding:6px 0;font-family:inherit;font-size:11px;font-weight:700;transition:color .24s,border-color .24s;display:inline-flex;position:relative;overflow:hidden;color:#e7dfd2!important}.hero-action-button:hover .hero-action-button__arrow{transform:translate(3px)}.hero-action-button:hover{border-bottom-color:#e2b36f;color:#e2b36f!important}.hero-action-button__arrow{transition:transform .25s;display:inline-block}.hero-action-button--primary{border-bottom-width:2px;padding-bottom:5px}.hero-action-button--secondary{border-bottom-color:#c9924ead;color:#e7dfd2c2!important}.home-page{color:#e7dfd2;position:relative;overflow-x:clip}.home-services-bar{color:#2b2520;max-width:1920px;margin-inline:auto;padding:20px 0;position:relative}.home-services-bar__inner{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.home-services-bar__item{border-left:1px solid #d9cdbb;align-items:center;gap:14px;padding:10px 18px;display:flex}.home-services-bar__item:first-child{border-left:none}.home-services-bar__icon{color:#c9924e;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.home-services-bar__icon svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.home-services-bar__title{text-transform:uppercase;letter-spacing:.08em;color:#2b2520;font-size:12px;font-weight:700}.home-services-bar__desc{color:#2b2520;margin-top:3px;font-size:12px}.home-section{padding:96px 0;position:relative}.home-shell{z-index:1;max-width:1920px;margin:0 auto;padding:0 64px;position:relative}.home-section--keeper-circle,.home-section--recommended{background:radial-gradient(circle at 18% 0,#ffffffa8,#0000 32%),radial-gradient(circle at 82% 8%,#fff7e994,#0000 28%),linear-gradient(#f6efe2 0%,#efe3d0 100%);position:relative;overflow:hidden}.home-section--shop{box-sizing:border-box;background:#f5efe8;height:min(100svh - 50px,750px);padding-top:128px;padding-bottom:0;position:relative;overflow:hidden}.home-section--shop .home-shell{flex-direction:column;height:100%;display:flex}.home-section--shop .product-carousel{flex:1;min-height:0}.home-section--shop .product-carousel__container{align-items:stretch;height:100%}.home-section--shop .product-card{height:100%}.home-section--shop .product-card__image-wrapper{aspect-ratio:auto;flex:1;min-height:0}.home-section--release{color:#1c1916;background:radial-gradient(circle at 18% 0,#ffffffa8,#0000 32%),radial-gradient(circle at 82% 8%,#fff7e994,#0000 28%),linear-gradient(#f6efe2 0%,#efe3d0 100%)}.home-section--shop-light{color:#1c1916;background:#f5efe8}.home-shop-tabs{border-bottom:1px solid #00000014;justify-content:center;gap:48px;margin-bottom:60px;padding-bottom:24px;display:flex}.home-shop-tab{color:#506681;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:500;transition:all .3s;position:relative}.home-shop-tab:hover{color:#1f3248}.home-shop-tab--active{color:#c9924e;font-weight:600}.home-shop-tab--active:after{content:"";background:#c9924e;height:2px;position:absolute;bottom:-24px;left:0;right:0}.home-section--shop .product-card__cta:hover{background:#c9924e}.home-section--featured{color:#1f1712;background:radial-gradient(circle at 15% 0,#ffffffeb,#0000 34%),radial-gradient(circle at 85% 10%,#ece0d2c7,#0000 30%),linear-gradient(#f7f2ea 0%,#efe6db 100%);position:relative;overflow:hidden}.home-section--legacy{box-sizing:border-box;color:#1f1712;background:#f5efe8;height:100%;padding:0;position:relative;overflow:hidden}.home-section--legacy .home-legacy-editorial__header{min-height:92px;position:relative;top:auto}@keyframes topography-drift{0%,to{opacity:.06;transform:translate(0)translateY(0)}50%{opacity:.09;transform:translate(8px)translateY(-6px)}}.home-section--recommended:before{content:"";opacity:.06;pointer-events:none;background-image:url(/assets/atlas-topography-oNYd9B2Q.svg);background-position:-25%;background-repeat:no-repeat;background-size:120%;animation:8s ease-in-out infinite topography-drift;position:absolute;inset:0}.home-section--recommended:after{content:"";pointer-events:none;background:linear-gradient(#ffffff3d 0%,#fff0 24%);position:absolute;inset:0}.home-section--cta{background:linear-gradient(135deg,#1e2f44 0%,#120d09 100%)}.home-section--release .home-eyebrow{color:#c9924e!important}.home-section--release .home-section__title--light{color:#1c1916}.home-section--release .home-section__copy--light{color:#5d564e}.home-section--release .home-chip--dark{color:#3a3028;background:#1e293b0f;border-color:#1e293b24}.home-section--release .hero-action-button--secondary{color:#1c1916;background:#1c19160a;border-color:#1c191638}.home-release-content{flex-direction:column;justify-content:center;padding:8px 0;display:flex}.home-release-content__label{letter-spacing:.14em;text-transform:uppercase;color:#6e5a46;margin-bottom:14px;font-size:10px;font-weight:700}.home-release-content__title{color:#1c1916;margin-bottom:10px;font-size:48px;line-height:1}.home-release-content__subtitle{letter-spacing:.06em;text-transform:uppercase;color:#5d564e;margin-bottom:18px;font-size:13px;line-height:1.75}.home-release-content__price{color:#1c1916;margin-bottom:20px;font-size:36px;font-weight:700}.home-release-content__rule{background:#1c19161f;height:1px;margin-bottom:18px}.home-release-content__list{gap:12px;margin-bottom:22px;display:grid}.home-release-content__list-item{color:#3a3028;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;font-size:13px;display:flex}.home-release-content__bullet{border:1px solid #1c19164d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:inline-flex}.home-release-content__stock-row{color:#5d564e;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;display:flex}.home-release-content__progress{background:#1c191614;border-radius:999px;height:6px;margin-bottom:28px;overflow:hidden}.home-release-content__progress-bar{border-radius:inherit;background:linear-gradient(90deg,#8d6d47 0%,#b89c77 48%,#e8d2b1 100%);width:40%;height:100%}.home-release-content__cta{align-self:flex-start;min-width:220px}.home-release-photo-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:10px;min-height:480px;display:grid}.home-release-photo-grid__cell{background:#d9cec0;border-radius:16px;position:relative;overflow:hidden}.home-release-photo-grid__img{object-fit:cover;width:100%;height:100%;transition:transform .42s;display:block;position:absolute;inset:0}.home-release-photo-grid__cell:hover .home-release-photo-grid__img{transform:scale(1.06)}.home-release-photo-grid__label{letter-spacing:.14em;text-transform:uppercase;color:#e7dfd2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#120d0985;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;bottom:12px;left:14px}@media (width<=768px){.home-release-photo-grid{min-height:320px}}.home-section--featured,.home-section--legacy{border-top:1px solid #c99a6214;border-bottom:1px solid #c99a6214}.home-section__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.home-section__header--dark{align-items:flex-start}.home-eyebrow{letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:700;color:#c9924e!important}.home-section--recommended .home-eyebrow{color:#c9924e!important}.home-eyebrow--warm{color:#c9924e}.home-section__title,.home-collection-title,.home-cta__title{margin:0;font-family:Playfair Display,serif;font-weight:500}.home-section__title{max-width:720px;font-size:48px;line-height:1.02;color:#3d3530!important}.home-section--keeper-circle .home-section__title{color:#3d3530!important}.home-section--keeper-circle .home-section__copy{color:#e7dfd2b8!important}.home-section--recommended .home-section__title,.home-section--recommended .home-section__copy,.home-section--recommended .home-inline-link{color:#1f1712}.home-section--recommended .home-section__copy{color:#2e221ab8}.home-section--recommended .home-inline-link{color:#9a734c}.home-section--shop-light .home-section__title,.home-section--shop-light .home-inline-link,.home-section--shop-light .home-section__copy{color:#1c1916}.home-section--shop-light .home-eyebrow{color:#c9924e!important}.home-section--shop-light .home-section__copy{color:#5d564e}.home-section--shop-light .home-section__title,.home-section--shop-light .home-inline-link{color:#1c1916}.home-section__title--light{color:#e7dfd2}.home-section__title--dark{color:#f4ebdf}.home-section__copy{max-width:540px;margin:16px 0 0;font-size:15px;line-height:1.7;color:#2e221ab8!important}.home-section__copy--light{color:#e7dfd2b8}.home-section__copy--dark{color:#f4ebdfcc}.home-inline-link{color:#e7dfd2;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:inherit;font-size:13px;font-weight:600}.home-inline-link--dark{color:#f4ebdf}.home-shop-showcase,.home-category-grid{grid-template-rows:repeat(2,minmax(350px,1fr));grid-template-columns:minmax(0,1fr) minmax(360px,1.18fr) minmax(0,1fr);grid-template-areas:"tshirts banner bandanas""shirts banner pants";gap:16px;display:grid}.home-shop-card,.home-category-card,.home-product-card{cursor:pointer;background:linear-gradient(#22160eeb 0%,#160f0afa 100%);transition:transform .24s,border-color .24s,box-shadow .24s;position:relative;overflow:hidden}.home-shop-card{text-align:left;border-radius:28px;min-height:100%;padding:0;box-shadow:0 18px 46px #3623121f}.home-shop-card:hover,.home-category-card:hover,.home-product-card:hover{border-color:#3722103d;transform:translateY(-5px);box-shadow:0 24px 54px #36231229}.home-shop-card:hover .home-shop-card__corner-icon,.home-category-card:hover .home-category-card__corner-icon{opacity:1;transform:translate(0,0)scale(1)}.home-shop-card__image,.home-category-card__image,.home-featured-card__image,.home-product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .42s;display:block;position:absolute;inset:0;transform:scale(1)}.home-shop-card__overlay,.home-category-card__overlay,.home-featured-card__veil,.home-product-card__veil{pointer-events:none;position:absolute;inset:0}.home-shop-card__overlay{background:linear-gradient(#0e0a071f 0%,#0e0a0766 42%,#0e0a07e6 100%)}.home-shop-card__overlay--banner{background:radial-gradient(circle at 50% 20%,#ffe8c024,#0000 34%),linear-gradient(#18100a33 0%,#18100a7a 44%,#100b08db 100%)}.home-shop-card__badge,.home-category-card__badge{z-index:1;color:#fff4e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#120d0938;border:1px solid #fff5e65c;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:16px;left:16px}.home-shop-card__corner-icon,.home-category-card__corner-icon{z-index:1;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .22s,transform .22s;display:flex;position:absolute;top:16px;right:16px;transform:translateY(-8px)scale(.92)}.home-shop-card__corner-icon img,.home-category-card__corner-icon img{filter:brightness(0)invert();width:100%;height:100%;display:block}.home-shop-card__content,.home-category-card__content{z-index:1;flex-direction:column;justify-content:flex-end;min-height:100%;padding:26px;display:flex;position:relative}.home-shop-card--t-shirts .home-shop-card__content,.home-shop-card--shirts .home-shop-card__content,.home-shop-card--bandanas .home-shop-card__content,.home-shop-card--pants .home-shop-card__content{padding-top:72px}.home-shop-card__name,.home-category-card__name{color:#f6ecde;font-family:Playfair Display,serif;font-size:24px;line-height:1.05}.home-shop-card:hover .home-shop-card__image,.home-category-card:hover .home-category-card__image{transform:scale(1.08)}.home-shop-card--banner{min-height:606px}.home-shop-card--banner .home-shop-card__content{justify-content:center;align-items:center}.home-shop-card__banner-rail{z-index:2;pointer-events:none;opacity:.5;flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:8%;display:flex;position:absolute;top:40px;bottom:40px}.home-shop-card__banner-rail--left{left:24px}.home-shop-card__banner-rail--right{right:24px}.home-shop-card__banner-rail-line{background:#fff4e166;width:1px;min-height:100%}.home-shop-card__banner-rail-motif{opacity:.5;flex-direction:column;justify-content:space-between;align-items:center;gap:0;width:70%;min-height:100%;display:flex}.home-shop-card__banner-rail-motif-icon{filter:brightness(0)invert();opacity:.5;flex:none;display:block}.home-shop-card__banner-content{z-index:3;text-align:center;flex-direction:column;justify-content:space-between;align-items:center;padding:56px 44px 96px;display:flex;position:absolute;inset:0}.home-shop-card__banner-top{flex-direction:column;align-items:center;gap:12px;padding-top:20px;display:flex}.home-shop-card__banner-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f6ecdebd;font-size:11px;font-weight:700}.home-shop-card__banner-mark{color:#fff1dcd6;font-size:18px;line-height:1}.home-shop-card__banner-title{color:#f6ecde;text-wrap:balance;max-width:420px;margin:0;font-family:Playfair Display,serif;font-size:clamp(48px,4vw,72px);font-weight:600;line-height:.88}.home-shop-card__banner-title span{display:block}.home-shop-card__banner-desc{color:#f6ecded6;max-width:280px;margin:6px 0 0;font-size:15px;line-height:1.55}.home-shop-card__banner-cta{color:#231812;text-transform:uppercase;letter-spacing:.04em;transform-origin:50%;background:#cc9a4ff0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-width:240px;padding:12px 20px;font-size:12px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #c9ab7d33}.home-shop-card__banner-cta-arrow{font-size:14px;line-height:1;transition:transform .25s;display:inline-block}.home-shop-card__banner-cta:before{content:"";transform-origin:0;background:linear-gradient(135deg,#fff8ec59,#ffffff0f);transition:transform .25s;position:absolute;inset:0;transform:scaleX(0)}.home-shop-card:hover .home-shop-card__banner-cta{transform:scale(1);box-shadow:0 16px 32px #00000029}.home-shop-card--banner:hover .home-shop-card__banner-line,.home-shop-card--banner:hover .home-shop-card__banner-rail,.home-shop-card--banner:hover .home-shop-card__banner-content{will-change:transform, opacity}.home-shop-card:hover .home-shop-card__banner-cta:before{transform:scaleX(1)}.home-shop-card:hover .home-shop-card__banner-cta .hero-action-button__arrow{transform:translate(3px)}.home-shop-card--banner .home-shop-card__banner-rail{top:42px;bottom:42px}.home-shop-card--banner .home-shop-card__banner-rail--left{left:28px}.home-shop-card--banner .home-shop-card__banner-rail--right{right:28px}.home-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:32px;display:grid}.home-split--featured,.home-split--release,.home-split--circle{align-items:stretch}.home-featured-layout{grid-template-columns:minmax(0,.96fr) minmax(520px,1.04fr);align-items:center;gap:52px;max-width:1920px;display:grid}.home-featured-layout__copy{color:#f4ebdf;padding-top:8px}.home-featured-layout__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#c88d3f;margin-bottom:18px;font-size:12px;font-weight:700}.home-featured-layout__rule{color:#b88d5a;align-items:center;gap:12px;margin-bottom:22px;display:flex}.home-featured-layout__rule span{background:#c99a626b;flex:1;height:1px}.home-featured-layout__rule-mark{flex:none;font-size:14px;line-height:1}.home-featured-layout__overline{letter-spacing:.08em;text-transform:uppercase;color:#f4ebdfe0;margin-bottom:10px;font-size:13px;font-weight:700}.home-featured-layout__title{color:#f4ebdf;letter-spacing:-.02em;margin:0 0 18px;font-family:Playfair Display,serif;font-size:clamp(76px,10vw,116px);font-weight:500;line-height:.88}.home-featured-layout__copy-text{color:#f4ebdfcc;max-width:310px;margin:0;font-size:16px;line-height:1.72}.home-featured-layout__divider{background:#c99a6238;width:190px;height:1px;margin:24px 0 34px}.home-featured-layout__feature-grid{border-top:1px solid #c99a621f;border-bottom:1px solid #c99a621f;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-featured-layout__feature{text-align:center;border-left:1px solid #c99a621f;padding:24px 12px 22px}.home-featured-layout__feature:first-child{border-left:none}.home-featured-layout__feature-icon{color:#c9924e;place-items:center;width:28px;height:28px;margin:0 auto 14px;font-size:18px;display:grid}.home-featured-layout__feature-title{letter-spacing:.14em;text-transform:uppercase;color:#f4ebdf;margin-bottom:8px;font-size:12px;font-weight:700}.home-featured-layout__feature-desc{color:#f4ebdfad;font-size:13px;line-height:1.55}.home-featured-layout__cta{min-width:238px;margin-top:28px}.home-featured-layout__media{background:linear-gradient(#5e3c25 0%,#2f1c13 100%);border:1px solid #c99a6242;border-radius:28px;min-height:560px;position:relative;overflow:hidden;box-shadow:0 22px 50px #0000003d}.home-featured-layout__image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-featured-strip{box-shadow:none;background:linear-gradient(#fff4e108 0%,#fff4e104 100%);border:1px solid #c99a621a;border-radius:10px;justify-content:space-between;align-items:center;gap:24px;margin-top:34px;padding:22px 26px;display:flex}.home-featured-strip__left{align-items:flex-start;gap:16px;display:flex}.home-featured-strip__icon{color:#c9924e;flex:none;place-items:center;width:34px;height:34px;font-size:18px;display:grid}.home-featured-strip__title{letter-spacing:.12em;text-transform:uppercase;color:#f4ebdf;font-size:12px;font-weight:700}.home-featured-strip__text{color:#f4ebdfb8;margin-top:4px;font-size:12px;line-height:1.6}.home-featured-strip__link{letter-spacing:.12em;text-transform:uppercase;color:#f4ebdf;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:12px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.home-featured-strip__link span:last-child{font-size:16px;line-height:1;transition:transform .25s}.home-featured-strip__link:hover span:last-child{transform:translate(3px)}.home-collection-title{color:#1e2f44;margin:0 0 12px;font-size:clamp(72px,10vw,112px);line-height:.92}.home-chip-row{flex-wrap:wrap;gap:10px;margin:24px 0 32px;display:flex}.home-chip{color:#506681;background:#efe8dd;border:1px solid #1e2f441f;border-radius:999px;padding:6px 12px;font-size:11px}.home-chip--dark{color:#e7dfd2d1;background:#ffffff0a;border-color:#e7dfd229}.home-actions-row{flex-wrap:wrap;gap:12px;display:flex}.home-actions-row--center{justify-content:center}.home-featured-card{background:#1e2f44;border:1px solid #1e2f4424;border-radius:28px;min-height:560px;position:relative;overflow:hidden;box-shadow:0 24px 56px #1e2f442e}.home-featured-card__veil{background:linear-gradient(#120d091a 0%,#120d09b3 100%)}.home-featured-card__meta{z-index:1;color:#e7dfd2;position:absolute;bottom:24px;left:24px;right:24px}.home-featured-card__label{letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:700}.home-featured-card__text{color:#e7dfd2b8}.home-release-card{min-height:100%}.home-release-card__shell{color:#241b16;-webkit-backdrop-filter:blur(22px)saturate(1.2);background:linear-gradient(145deg,#ffffff24 0%,#f8f3ec14 28%,#e7dfd20d 100%);border:1px solid #ffffff3d;border-radius:28px;min-height:100%;padding:28px;position:relative;overflow:hidden;box-shadow:0 28px 70px #00000042,0 12px 30px #00000024}.home-release-card__label,.home-release-card__subtitle,.home-release-card__stock-row,.home-release-card__list-item{z-index:1;position:relative}.home-release-card__label{letter-spacing:.14em;text-transform:uppercase;color:#1f1611db;margin-bottom:12px;font-size:10px;font-weight:700}.home-release-card__title{color:#140e0bf5;margin-bottom:12px;font-size:34px;line-height:1.02}.home-release-card__subtitle{letter-spacing:.04em;text-transform:uppercase;color:#1c140fe6;margin-bottom:16px;font-size:13px;line-height:1.75}.home-release-card__price{color:#120c09f5;margin-bottom:14px;font-size:24px;font-weight:700}.home-release-card__rule{background:#241b161f;height:1px;margin-bottom:14px}.home-release-card__list{gap:12px;margin-bottom:18px;display:grid}.home-release-card__list-item{color:#16100ceb;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:10px;font-size:13px;display:flex}.home-release-card__bullet{border:1px solid #241b1673;border-radius:999px;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;display:inline-flex}.home-release-card__stock-row{color:#18110ce6;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;display:flex}.home-release-card__progress{background:#241b1614;border-radius:999px;height:6px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #fff6}.home-release-card__progress-bar{border-radius:inherit;background:linear-gradient(90deg,#8d6d47 0%,#b89c77 48%,#e8d2b1 100%);width:40%;height:100%;box-shadow:0 0 16px #c9ab7d61}.home-release-card__button{z-index:1;color:#e7dfd2;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:#120d09f0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;font-size:13px;font-weight:700;display:flex;position:relative;box-shadow:0 10px 22px #120d093d,inset 0 1px #ffffff14}.home-legacy-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-legacy-editorial{color:#ead6bd;background:#111;grid-template-columns:minmax(280px,.92fr) minmax(300px,1.08fr) minmax(320px,1fr);height:720px;display:grid;overflow:hidden}.home-legacy-editorial__copy{border-right:1px solid #ead6bd2e;flex-direction:column;justify-content:center;gap:12px;min-width:0;padding:clamp(36px,5vw,76px) clamp(28px,4vw,64px) 76px;display:flex}.home-section--about{color:#f5f1ea;background:#111}.home-section--about .home-legacy-editorial{background:#111}.home-section--about .home-legacy-editorial__copy{justify-content:space-between;padding-bottom:0}.home-about-copy{flex-direction:column;flex:1;justify-content:flex-end;padding-bottom:72px;display:flex}.home-section--about .home-legacy-editorial__logo{color:#f5f1ea;letter-spacing:-.04em;font-size:clamp(48px,5vw,78px);line-height:.9}.home-section--about .home-legacy-editorial__intro{color:#f5f1ea9e;max-width:560px;margin-top:34px;font-size:15px;line-height:1.75}.home-about-socials{border-top:1px solid #ead6bd29;grid-template-columns:repeat(4,1fr);margin:0 calc(-1*clamp(28px,4vw,64px));display:grid}.home-about-socials a{color:#f5f1ea94;border-right:1px solid #ead6bd1f;place-items:center;min-height:54px;transition:color .22s,background-color .22s;display:grid}.home-about-socials a:last-child{border-right:0}.home-about-socials a:hover{color:#c9924e;background:#c9924e14}.home-about-socials svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:18px;height:18px}.home-legacy-editorial__logo{letter-spacing:.2em;font-size:clamp(42px,5vw,72px);font-weight:700;line-height:.9}.home-legacy-editorial__tagline{color:#d8b88f;letter-spacing:.28em;text-transform:uppercase;margin-top:16px;font-size:11px;font-weight:700;line-height:1.6}.home-legacy-editorial__intro{color:#ead6bdc7;margin:30px 0 0;font-size:15px;line-height:2}.home-legacy-editorial__pillars{gap:14px;margin-top:44px;display:grid}.home-legacy-editorial__pillar{border-top:1px solid #ead6bd29;grid-template-columns:26px 1fr;gap:10px;padding-top:12px;display:grid}.home-legacy-editorial__pillar>span{color:#c9924e;letter-spacing:.12em;font-size:15px;font-weight:700}.home-legacy-editorial__pillar strong{color:#c9924e;letter-spacing:.08em;text-transform:uppercase;font-size:15px;display:block}.home-legacy-editorial__pillar p{color:#ead6bd94;margin:5px 0 0;font-size:14px;line-height:1.5}.home-legacy-editorial__footer{color:#ead6bd9e;border-top:1px solid #ead6bd29;justify-content:space-between;align-items:flex-end;gap:16px;padding-top:22px;font-size:10px;display:flex}.home-legacy-editorial__footer button{color:#d8b88f;cursor:pointer;font:inherit;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:0;flex-shrink:0;padding:0}.home-legacy-editorial__footer button span{margin-left:6px;font-size:15px}.home-legacy-editorial__collage{background:#4d3c30;position:relative;overflow:hidden}.home-legacy-editorial__collage>img{object-fit:cover;filter:saturate(.72)sepia(.2);width:100%;height:100%;display:block}.home-legacy-editorial__collage-panel{position:absolute;overflow:hidden}.home-legacy-editorial__collage-panel img{object-fit:cover;filter:saturate(.72)sepia(.2);width:100%;height:100%;display:block}.home-legacy-editorial__collage-panel--top{inset:0 0 48%}.home-legacy-editorial__collage-panel--middle{border-top:1px solid #fff4e16b;inset:52% 48% 0 0}.home-legacy-editorial__collage-panel--bottom{border-top:1px solid #fff4e16b;border-left:1px solid #fff4e16b;inset:52% 0 0 52%}.home-legacy-editorial__model{cursor:pointer;text-align:left;background:#3e342c;border:0;border-left:1px solid #ead6bd2e;min-width:0;padding:0;position:relative;overflow:hidden}.home-legacy-editorial__model:after{content:"";background:linear-gradient(#00000005 45%,#0c0907b8 100%);transition:opacity .3s;position:absolute;inset:0}.home-legacy-editorial__model img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1);animation:.42s both legacyNatureReveal;display:block}@keyframes legacyNatureReveal{0%{opacity:.35;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.home-legacy-editorial__model:hover img{transform:scale(1.04)}.home-legacy-editorial__model:hover:after{opacity:.76}.home-legacy-editorial__model>span{z-index:1;color:#f1dfc9;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700;position:absolute;bottom:28px;right:28px}.home-legacy-editorial__model b{color:#d8b88f;margin-left:8px;font-size:16px}.home-legacy-card{color:#3d3530;background:#ede5dd;border:1px solid #8b78641f;border-radius:24px;min-height:240px;padding:24px;position:relative;overflow:hidden}.home-legacy-card__index{letter-spacing:.16em;text-transform:uppercase;color:#8b7864;margin-bottom:16px;font-size:10px;font-weight:700}.home-legacy-card__title{color:#3d3530;margin:0 0 14px;font-family:Playfair Display,serif;font-size:28px;line-height:1.08}.home-legacy-card__copy{color:#8b7864;margin:0;font-size:14px;line-height:1.75}.home-section--tops,.home-section--bottoms{--home-main-header-height:83px;height:auto;min-height:calc(100vh - var(--home-main-header-height));color:#171717;background:#f0ede8;padding:0;overflow:visible}.home-tops-editorial{height:auto;min-height:calc(100svh - var(--home-main-header-height) - 104px);grid-template-columns:minmax(360px,1fr) minmax(560px,1fr);align-items:start;display:grid;overflow:visible}.home-bottoms-editorial>.home-tops-editorial__visual{grid-area:1/2}.home-bottoms-editorial>.home-tops-editorial__products{grid-area:1/1}.home-tops-editorial__visual{top:calc(var(--home-main-header-height) + 92px);height:calc(100svh - var(--home-main-header-height) - 92px);background:#dedbd6;align-self:start;position:sticky;overflow:hidden}.home-tops-editorial__visual img{object-fit:cover;object-position:center;filter:saturate(.72)contrast(.96);width:100%;height:100%;display:block;position:absolute;inset:0}.home-tops-editorial__visual-overlay{background:linear-gradient(#0c0c0c05 40%,#0c0c0cb3 100%);position:absolute;inset:0}.home-tops-editorial__visual-caption{color:#fffaf2;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:32px;left:32px;right:32px}.home-tops-editorial__visual-caption span,.home-tops-editorial__eyebrow{color:#c9924e;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.home-tops-editorial__visual-caption strong{font-family:Playfair Display,serif;font-size:clamp(28px,3vw,48px);font-weight:500;line-height:1}.home-tops-editorial__products{min-width:0;height:auto;overflow:visible}.home-tops-editorial__header{top:var(--home-main-header-height);z-index:2;will-change:transform;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #17171724;justify-content:space-between;align-items:center;gap:24px;height:92px;padding:24px 64px;display:flex;position:sticky}.home-tops-editorial__header h2{font-family:Playfair Display,serif;font-size:clamp(24px,2vw,30px);font-weight:700;line-height:.95}.home-tops-editorial__header button{color:#171717;cursor:pointer;font:inherit;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;border-bottom:1px solid #c9924e;align-items:center;gap:10px;padding:6px 0;font-size:11px;font-weight:700;display:inline-flex}.home-tops-editorial__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(calc(100svh - var(--home-main-header-height) - 104px), auto);background:#17171724;gap:1px;display:grid}.home-tops-product-card{color:#171717;cursor:pointer;text-align:left;background:#dedfe0;border:0;min-width:0;height:100%;padding:0}.home-tops-product-card__image{background:#dedfe0;height:calc(100% - 98px);display:block;overflow:hidden}.home-tops-product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.home-tops-product-card:hover .home-tops-product-card__image img{transform:scale(1)}.home-tops-product-card__info{color:#f5f1ea;background:#111;grid-template-columns:1fr auto;gap:5px 12px;padding:30px 20px;font-size:12px;font-weight:600;display:grid}.home-tops-product-card__info small{color:#f5f1ea94;letter-spacing:.08em;text-transform:uppercase;grid-column:1;font-size:10px;font-weight:400}.home-tops-product-card__info strong{color:#f1d19e;white-space:nowrap;grid-area:1/2/span 2;align-self:center;font-size:11px}.home-benefit-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-benefit-card{color:#e7dfd2;background:#ffffff08;border:1px solid #e7dfd224;border-radius:24px;min-height:180px;padding:24px;position:relative;overflow:hidden}.home-benefit-card__title{margin-bottom:12px;font-family:Playfair Display,serif;font-size:24px;line-height:1.08}.home-benefit-card__copy{color:#e7dfd2b8;font-size:14px;line-height:1.75}.home-section--keeper-circle{--home-main-header-height:83px;min-height:calc((100vh - var(--home-main-header-height)) * 4);scroll-margin-top:var(--home-main-header-height);color:#f5f1ea;background:#080808;padding:0;overflow:visible}.keeper-circle-layout{grid-template-columns:50% 50%;display:grid;position:relative}.keeper-sticky-visual{top:var(--home-main-header-height);height:calc(100vh - var(--home-main-header-height));z-index:1;background:#17120f;position:sticky;overflow:hidden}.keeper-sticky-visual img{object-fit:cover;filter:brightness(.8)contrast(1.02);width:100%;height:100%;transition:transform .12s linear;display:block;transform:scale(1)}.keeper-sticky-visual--state-1 img{transform:scale(1.1)}.keeper-sticky-visual--state-2 img{transform:scale(1.2)}.keeper-sticky-visual--state-3 img{transform:scale(1.3)}.keeper-sticky-visual__overlay{z-index:1;pointer-events:none;background:#08080847;position:absolute;inset:0}.keeper-sticky-visual__title{z-index:2;color:#f5f1ea;letter-spacing:.08em;text-align:center;text-transform:uppercase;white-space:nowrap;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,64px);font-weight:500;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.keeper-sticky-visual__label,.keeper-sticky-visual__caption{z-index:1;color:#c9924e;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700;position:absolute;left:clamp(24px,4vw,64px)}.keeper-sticky-visual__label{top:36px}.keeper-sticky-visual__caption{color:#f5f1ea;letter-spacing:0;text-transform:none;font-family:Playfair Display,serif;font-size:clamp(26px,3vw,46px);font-weight:500;line-height:1;bottom:40px}.keeper-scroll-content{scroll-behavior:smooth;background:#080808;grid-area:1/2;min-width:0;padding-right:48px}.keeper-benefit-panel{height:calc(100vh - var(--home-main-header-height));min-height:calc(100vh - var(--home-main-header-height));box-sizing:border-box;opacity:.38;will-change:opacity, transform;flex-direction:column;justify-content:center;padding:clamp(48px,7vh,96px) clamp(28px,6vw,96px) 100px;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(18px)}.keeper-benefit-panel--intro-locked{top:var(--home-main-header-height);z-index:2;background:#080808;position:sticky}.keeper-benefit-panel.is-active{opacity:1;transform:translateY(0)}.keeper-benefit-panel.keeper-benefit-panel--intro{transform:none}.keeper-benefit-panel__progress{color:#c9924e;letter-spacing:.18em;margin-bottom:32px;font-size:11px;font-weight:700}.keeper-benefit-panel__title{color:#f5f1ea;letter-spacing:0;margin:0 0 22px;font-family:Playfair Display,serif;font-size:clamp(22px,2vw,56px);font-weight:500;line-height:1.6;margin-bottom:32px!important;line-height:1.3!important}.keeper-benefit-panel__title>.keeper-benefit-panel__title-line{white-space:nowrap;display:block}.keeper-benefit-panel__title-segment{display:inline}.keeper-benefit-panel__title-character{color:inherit;transition:color .18s;display:inline-block}.keeper-benefit-panel__title-segment--accent,.keeper-benefit-panel__title-segment--primary{color:#c9924e!important}.keeper-benefit-panel__title-segment--muted{font-size:.7em;color:#f8f8f8!important}.keeper-benefit-panel__eyebrow{color:#c9924e;letter-spacing:.14em;max-width:360px;margin:0 0 28px;font-size:11px;font-weight:700;line-height:1.5}.keeper-benefit-panel__eyebrow--badge{letter-spacing:.3em;border:1px solid #c9924eb8;border-radius:999px;align-items:center;gap:12px;width:fit-content;max-width:none;margin:0 0 24px;padding:8px 16px;line-height:1;display:inline-flex;color:#c9924e!important}.keeper-benefit-panel__eyebrow--badge span{letter-spacing:0;font-size:12px}.keeper-benefit-panel--exclusive .keeper-benefit-panel__title{margin-bottom:28px;line-height:1.12}.keeper-benefit-panel--exclusive .keeper-benefit-panel__title-segment--muted,.keeper-benefit-panel--exclusive .keeper-benefit-panel__title-segment--primary{font-weight:500}.keeper-benefit-panel__label{color:#c9924e;letter-spacing:.18em;text-transform:uppercase;margin:0 0 6px;font-size:10px;font-weight:700;line-height:1.5}.keeper-benefit-panel__copy{max-width:710px;font-size:15px;font-weight:400;line-height:1.75}.keeper-benefit-panel__copy p{margin:0 0 16px;color:#ffffffa8!important}.keeper-benefit-panel__indicators{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:560px;margin:28px 0 34px;display:grid}.keeper-benefit-indicator{color:#fff;flex-direction:column;gap:14px;display:flex}.keeper-benefit-indicator__icon svg{fill:none;stroke:#c9924e;stroke-width:1.2px;width:25px;height:25px}.keeper-benefit-indicator>span:last-child{letter-spacing:.14em;flex-direction:column;gap:3px;font-size:10px;display:flex}.keeper-benefit-panel--exclusive .keeper-benefit-indicator__icon svg{width:32px;height:32px}.keeper-benefit-panel--exclusive .keeper-benefit-indicator>span:last-child{letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:400!important}.keeper-benefit-panel--exclusive .keeper-benefit-indicator>span:last-child strong{font-weight:400!important}.keeper-benefit-panel--exclusive .keeper-benefit-indicator+.keeper-benefit-indicator{border-left:1px solid #f5f1ea33;padding-left:18px}.keeper-benefit-panel--community .keeper-benefit-panel__indicators{margin-bottom:86px}.keeper-benefit-panel__rule{background:#f5f1ea33;width:min(100%,560px);height:1px;margin:0 0 26px}.keeper-benefit-panel__closing{color:#f5f1ea9e;flex-direction:column;gap:4px;margin:0 0 40px;font-family:Playfair Display,serif;font-size:clamp(21px,2vw,30px);line-height:1.15;display:flex}.keeper-benefit-panel__closing strong{color:#f5f1ea;font-weight:500}.keeper-benefit-panel__cta{box-sizing:border-box;cursor:pointer;min-width:0;height:34px;font:inherit;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;border-bottom:1px solid #c9924e;border-radius:0;justify-content:space-between;align-self:flex-start;align-items:center;gap:10px;padding:6px 0;font-size:11px;font-weight:700;transition:color .24s,border-color .24s;display:inline-flex;color:#f5f1ea!important}.keeper-benefit-panel__cta:hover{border-bottom-color:#e2b36f;color:#e2b36f!important}.keeper-benefit-panel__cta:focus-visible{outline-offset:4px;outline:2px solid #f5f1ea}.keeper-benefit-panel__actions{flex-flow:column wrap;align-items:center;gap:24px;display:flex}.keeper-benefit-panel__cta--secondary{color:#f5f1ead1!important}.keeper-benefit-panel__cta--secondary span:last-child{color:#c9924e}.keeper-benefit-panel__cta--secondary:hover{border-bottom-color:#e2b36f}.keeper-benefit-panel__cta span:last-child{color:#c9924e;font-size:17px;transition:transform .25s}.keeper-benefit-panel__cta:hover span:last-child{transform:translate(4px)}.keeper-benefit-panel__cta:not(.keeper-benefit-panel__cta--secondary){border-bottom-width:2px;padding-bottom:5px}.keeper-benefit-panel__cta:not(.keeper-benefit-panel__cta--secondary) span:last-child{color:#e2b36f;font-size:19px}.keeper-benefit-panel__cta--secondary{border-bottom-color:#f5f1ea57;color:#f5f1eaa3!important}.keeper-benefit-panel__cta--secondary span:last-child{color:#c9924e;font-size:15px}.keeper-benefit-panel__cta--secondary:hover{border-bottom-color:#c9924e;color:#f5f1ea!important}.keeper-benefit-panel__cta--secondary:hover span:last-child{transform:translate(4px,-3px)scale(1.25)}@media (width<=768px){.keeper-benefit-panel--exclusive .keeper-benefit-indicator+.keeper-benefit-indicator{border-top:1px solid #f5f1ea33;border-left:0;padding-top:18px;padding-left:0}.keeper-benefit-panel--exclusive .keeper-benefit-indicator{align-items:center;display:flex}.keeper-benefit-panel--exclusive .keeper-benefit-indicator>span:last-child{flex-direction:row;display:flex}.keeper-benefit-panel__actions{align-items:stretch;width:100%}.keeper-benefit-panel__cta,.keeper-benefit-panel__cta--secondary{min-width:0}}.keeper-scroll-indicator{z-index:3;flex-direction:column;grid-area:1/2;place-self:start end;gap:22px;padding:4px 0;display:flex;position:sticky;top:50%;right:22px;transform:translateY(-50%)}.keeper-scroll-indicator a{color:#f5f1ea6b;letter-spacing:.1em;font-size:10px;font-weight:700;text-decoration:none;transition:color .35s;position:relative}.keeper-scroll-indicator a.is-active{color:#c9924e}.keeper-scroll-indicator__dot{box-sizing:border-box;border:1px solid;border-radius:50%;width:7px;height:7px;display:block}.keeper-scroll-indicator a.is-active .keeper-scroll-indicator__dot{background:#c9924e;border-color:#c9924e}.keeper-scroll-indicator__line{pointer-events:none;background:#f5f1ea33;width:1px;position:absolute;top:9px;bottom:9px;right:4px}.keeper-scroll-indicator a{z-index:1;padding-right:18px}@media (prefers-reduced-motion:reduce){.keeper-sticky-visual,.keeper-sticky-visual img,.keeper-benefit-panel,.keeper-scroll-indicator a,.keeper-benefit-panel__cta span:last-child{transition:none}}.home-cta{text-align:center;max-width:880px}.home-cta__title{color:#e7dfd2;max-width:760px;margin:0 auto;font-size:clamp(40px,5vw,72px);line-height:.98}.home-cta__copy{color:#e7dfd2b8;max-width:640px;margin:18px auto 0;font-size:16px;line-height:1.75}.home-product-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:22px;display:grid;position:relative}.home-product-card{text-align:left;background:linear-gradient(#f8f3ec 0%,#efe5d8 100%);border:1px solid #a4845e29;border-radius:18px;padding:0;box-shadow:0 10px 28px #64492f14}.home-product-card__media{border-radius:18px 18px 0 0;min-height:292px;position:relative;overflow:hidden}.home-product-card__veil{background:linear-gradient(#120d0905 0%,#120d0957 100%)}.home-product-card__label{z-index:1;color:#2b2018;letter-spacing:.16em;text-transform:uppercase;background:#faf7f1f0;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:700;position:absolute;top:16px;left:16px;box-shadow:0 6px 12px #543a2214}.home-product-card__body{justify-content:space-between;align-items:flex-end;gap:18px;padding:16px 18px 18px;display:flex}.home-product-card__name{color:#1f1712;font-family:Playfair Display,serif;font-size:24px;line-height:1.05}.home-product-card__meta{color:#423225b8;margin-top:8px;font-size:13px;line-height:1.6}.home-product-card__price{color:#1f1712;white-space:nowrap;font-size:13px;font-weight:700}.home-product-card__swatches{align-items:center;gap:8px;margin-top:14px;display:flex}.home-product-card__swatch{border-radius:999px;width:16px;height:16px;box-shadow:inset 0 0 0 1px #1f17122e}.home-product-card__body>div:first-child{max-width:72%}.hero__stage{z-index:2;flex:auto;height:100vh;min-height:100vh;position:relative;overflow:hidden}.hero-model-shell{justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0;transform:none!important}.hero-model-stage{width:min(46vw,700px);height:85%;position:relative;transform:none!important}.hero-model-image{object-fit:contain;object-position:center bottom;will-change:opacity;width:100%;height:100%;display:block;position:absolute;inset:0}.hero__release-slot{z-index:3;perspective:1500px;perspective-origin:50%;flex:0 0 350px;justify-content:flex-end;align-items:center;display:flex}.hero-release-card{width:100%}.hero-release-card__shell{color:#2d2417;-webkit-backdrop-filter:blur(14px)saturate(1.02);transform-style:preserve-3d;will-change:transform, box-shadow;background:linear-gradient(#f0d8abd1 0%,#ddb57db8 44%,#ba8a56ad 100%);border:1px solid #fff0dd42;border-radius:30px;padding:1px;position:relative;overflow:hidden;box-shadow:0 30px 72px #3a220e38,0 10px 22px #28180a1f}.hero-release-card__float{border-radius:29px;min-height:100%;padding:34px 34px 30px;animation:8s ease-in-out infinite releaseCardFloat;position:relative;overflow:hidden}.hero-release-card__shell:before,.hero-release-card__shell:after{content:none}.hero-release-card__glass{display:none}.hero-release-card__label,.hero-release-card__subtitle,.hero-release-card__stock-row,.hero-release-card__list-item{z-index:1;position:relative}.hero-release-card__label{letter-spacing:.12em;text-transform:uppercase;color:#68532fd1;margin-bottom:22px;font-size:10px}.hero-release-card__title{color:#17130f;text-shadow:none;margin-bottom:18px;font-size:41px;line-height:.96}.hero-release-card__subtitle{letter-spacing:.14em;text-transform:uppercase;color:#5e4828eb;margin-bottom:28px;font-size:11px;line-height:1.5}.hero-release-card__price{color:#2a2319;text-shadow:none;margin-bottom:22px;font-size:31px;font-weight:800}.hero-release-card__rule{background:#fff9f066;height:1px;margin-bottom:18px}.hero-release-card__list{gap:15px;margin-bottom:28px;display:grid}.hero-release-card__list-item{color:#fff9f3f0;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;font-size:12px;display:flex}.hero-release-card__bullet{color:#fff9f0f2;border:1px solid #fff9f085;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;display:inline-flex}.hero-release-card__stock-row{color:#604c2de6;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;display:flex}.hero-release-card__progress{background:#7b5c3224;border-radius:999px;height:7px;margin-bottom:32px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #4a2a0f1f}.hero-release-card__progress-bar{border-radius:inherit;width:40%;height:100%;box-shadow:none;background:linear-gradient(90deg,#f7ebd8 0%,#e9d0a7 42%,#f6ecde 100%);position:relative}.hero-release-card__progress-bar:after{content:none}.hero-release-card__button{z-index:1;color:#f7f2e8;cursor:pointer;text-transform:uppercase;letter-spacing:.09em;background:linear-gradient(#151311 0%,#080707 100%);border:none;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:18px 22px;font-size:13px;font-weight:700;display:flex;position:relative;box-shadow:0 12px 26px #120d0947,inset 0 1px #ffffff0d}@keyframes heroDustDrift{0%{transform:translate(0,0)}50%{transform:translate(-10px,12px)}to{transform:translate(0,0)}}@keyframes releaseBarSweep{0%{transform:translate(-120%)}55%{transform:translate(120%)}to{transform:translate(120%)}}.hero-release-card:hover .hero-release-card__shell{border-color:#ffffff6b;box-shadow:0 42px 110px #0000005c,0 16px 34px #00000038}.release-card-float{animation:8s ease-in-out infinite releaseCardFloat}@media (width<=1200px){.hero__layout{height:100vh;min-height:100vh}.hero__content{flex:0 0 30%;height:100vh;padding:0}.hero-copy-shell{width:100%;min-width:0;padding-left:0}.hero-index{border-right:none;flex-direction:row;justify-content:flex-start;gap:16px;height:auto;margin-bottom:24px;padding-right:0;position:relative;top:auto;left:auto;transform:none}.hero-copy-shell{padding-left:0}.hero-index__line{flex:none;align-self:center;width:56px;height:1px;min-height:1px}.hero__stage{height:100vh;min-height:100vh}.hero-title{max-width:100%;font-size:64px}.hero__release-slot{flex:0 0 300px;justify-content:flex-end;width:auto}.hero-model-stage{width:min(38vw,440px)}.home-section{padding:84px 0}.home-shell{padding:0 64px}.home-section__header,.home-section__header--dark{flex-direction:column;align-items:flex-start}.home-split,.home-category-grid,.home-shop-showcase,.home-legacy-grid,.home-benefit-grid,.home-product-grid,.home-legacy-editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.home-legacy-editorial__copy{grid-column:1/-1;min-height:520px}.home-legacy-editorial__collage,.home-legacy-editorial__model{min-height:520px}.home-shop-showcase,.home-category-grid{grid-template-rows:repeat(3,350px);grid-template-areas:"tshirts banner""shirts banner""bandanas pants";grid-auto-rows:350px}.home-shop-card--banner{min-height:520px}.home-section__title{font-size:40px}.home-collection-title{font-size:72px}.home-featured-card,.home-product-card__media{min-height:420px}}@media (width<=900px){.home-section--keeper-circle{min-height:auto}.keeper-circle-layout{display:block}.keeper-sticky-visual{height:58vh;min-height:390px;position:relative;top:auto}.keeper-scroll-content{padding-right:0}.keeper-benefit-panel{opacity:1;height:fit-content;min-height:auto;padding:88px 40px 96px;position:relative;transform:none}.keeper-scroll-indicator{display:none}.keeper-benefit-panel__title>.keeper-benefit-panel__title-line{white-space:normal}}@media (width<=768px){.home-section--keeper-circle{overflow:hidden}.keeper-sticky-visual{height:56vh;min-height:320px;max-height:560px}.keeper-scroll-content{scroll-snap-type:x mandatory;scrollbar-width:none;padding:0;display:flex;overflow:auto hidden;height:fit-content!important}.keeper-scroll-content::-webkit-scrollbar{display:none}.keeper-benefit-panel{text-align:left;flex:0 0 100%;align-items:flex-start;width:100%;padding:48px 24px}.keeper-benefit-panel__title,.keeper-benefit-panel__copy,.keeper-benefit-panel__indicators,.keeper-benefit-panel__actions{width:min(100%,420px)}.keeper-benefit-panel__copy p{text-align:left}.keeper-benefit-panel__indicators{grid-template-columns:1fr;margin-bottom:48px!important}.keeper-benefit-panel__actions{align-items:flex-start}.keeper-scroll-indicator{flex-direction:row;justify-self:center;gap:22px;padding:18px 24px 28px;display:flex;position:relative;top:auto;right:auto;transform:none}.keeper-scroll-indicator__line{width:auto;height:1px;inset:50% 24px auto}.keeper-scroll-indicator a{background:#080808;padding:0 4px}.home-section.home-section--keeper-circle{padding:0}.home-section--shop{height:auto;min-height:auto;padding-top:72px!important;padding-bottom:0!important}.website-footer-spacer{display:none}.home-section--shop .home-shell,.home-section--shop .product-carousel,.home-section--shop .product-carousel__container,.home-section--shop .product-card{height:auto}.home-section--shop .product-card__image-wrapper{aspect-ratio:1/1.3}.home-services-bar__item{flex-direction:column;padding:10px}.home-services-bar__item .home-services-description{text-align:center}.home-services-bar__item .home-services-bar__icon{width:32px}.hero__layout{padding-top:60px;flex-direction:column;height:auto;min-height:auto;padding-inline:20px}.hero-release-card__title{font-size:28px}.hero-release-card__price{font-size:22px}.hero__content{flex-direction:column;flex:none;justify-content:flex-start;gap:20px;width:100%;height:auto;padding:32px 20px 28px}.hero{height:fit-content;max-height:max-content}.hero-title{max-width:100%;font-size:48px}.hero-description{max-width:100%;font-size:15px}.hero__stage{width:100%;height:70vh;min-height:360px}.hero-model-stage{width:100%;height:100%}.hero__release-slot{flex:none;justify-content:flex-start;width:100%}.hero-release-card__shell{border-radius:18px}.hero-copy-shell{padding-left:0}.home-section{padding:72px 0}.home-shell{padding:0 20px}.home-services-bar{margin-top:-25px}.release-card-float{padding-bottom:48px}.home-section__header,.home-section__header--dark,.home-split,.home-shop-showcase,.home-category-grid,.home-legacy-grid,.home-benefit-grid,.home-product-grid,.home-legacy-editorial{grid-template-columns:1fr}.home-legacy-editorial__copy,.home-legacy-editorial__collage,.home-legacy-editorial__model{grid-column:auto;min-height:520px}.home-legacy-editorial__copy{padding:40px 24px 24px}.home-legacy-editorial__footer{flex-direction:column;align-items:flex-start}.home-shop-showcase,.home-category-grid{grid-template-areas:none}.home-shop-card{grid-area:auto!important}.home-shop-card__banner-desc{max-width:80%;margin-top:0;font-size:14px}.home-shop-card--banner{min-height:420px}.home-section__title{font-size:32px}.home-collection-title{font-size:54px}.home-featured-card{min-height:420px}.home-category-card,.home-shop-card,.home-product-card__media{min-height:300px}.home-shop-card__banner-title{font-size:clamp(34px,4vw,56px)}.home-shop-card__banner-content{padding:32px 32px 48px}.home-actions-row{width:100%}.home-actions-row .hero-action-button{justify-content:center;width:100%}.hero .hero-action-button--primary,.hero .hero-action-button--secondary{width:100%}.home-cta__title{font-size:38px}.home-cta__copy,.home-section__copy{max-width:100%}}.home-featured-strip__left{padding-left:4px}.home-section--collections{color:#1f1712;background:radial-gradient(circle at 18% 0,#ffffffa8,#0000 32%),radial-gradient(circle at 82% 8%,#fff7e994,#0000 28%),linear-gradient(#f6efe2 0%,#efe3d0 100%);border-top:1px solid #e7dfd214;border-bottom:1px solid #e7dfd214;padding:96px 64px}.home-collections-stories{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1920px;margin:0 auto;display:grid}.home-collections-story-card{aspect-ratio:1;cursor:pointer;background:#2b2018;border:none;border-radius:16px;transition:transform .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 8px 24px #2b20181f}.home-collections-story-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #2b20182e}.home-collections-story-card__image{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.home-collections-story-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .32s}.home-collections-story-card:hover .home-collections-story-card__image img{transform:scale(1.08)}.home-collections-story-card__overlay{pointer-events:none;background:linear-gradient(#00000024 0%,#0006 60%,#000000b8 100%);position:absolute;inset:0}.home-collections-story-card__content{z-index:1;flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.home-collections-story-card__number{color:#ffffff1f;letter-spacing:-.02em;margin-bottom:4px;font-size:32px;font-weight:700;line-height:1}.home-collections-story-card__label{letter-spacing:.2em;text-transform:uppercase;color:#ffe8c0c2;margin-bottom:8px;font-size:9px;font-weight:700}.home-collections-story-card__title{color:#f6ecde;margin:0;font-family:Playfair Display,serif;font-size:20px;font-weight:500;line-height:1.2}.home-collections-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#6e5a46;margin-bottom:14px;font-size:10px;font-weight:700}.home-collections-title{color:#1c1916;max-width:720px;margin:0;font-family:Playfair Display,serif;font-size:48px;font-weight:500;line-height:1.02}.home-section--collections .home-inline-link{color:#1c1916}.home-collections-banner{border-radius:28px;min-height:640px;position:relative;overflow:hidden;box-shadow:0 18px 46px #3623121f}.home-collections-banner__image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-collections-banner__overlay{pointer-events:none;background:radial-gradient(circle at 50% 20%,#ffe8c024,#0000 34%),linear-gradient(#18100a33 0%,#18100a7a 44%,#100b08db 100%);position:absolute;inset:0}.home-collections-banner__content{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;padding:56px 44px 72px;display:flex;position:absolute;inset:0}.home-collections-banner__top{flex-direction:column;align-items:center;gap:12px;padding-top:20px;display:flex}.home-collections-banner__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f6ecdebd;font-size:11px;font-weight:700}.home-collections-banner__mark{color:#fff1dcd6;font-size:18px;line-height:1}.home-collections-banner__title{color:#f6ecde;margin:0;font-family:Playfair Display,serif;font-size:clamp(48px,4vw,80px);font-weight:600;line-height:.88}.home-collections-banner__desc{color:#f6ecded6;max-width:420px;margin:6px 0 0;font-size:15px;line-height:1.55}.home-collections-banner__cta{color:#231812;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#cc9a4ff0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-width:240px;padding:12px 20px;font-family:inherit;font-size:12px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 28px #c9ab7d33}.home-collections-banner__cta:hover{transform:scale(1.03);box-shadow:0 16px 32px #0000002e}@media (width<=1200px){.home-tops-editorial{grid-template-columns:minmax(300px,.82fr) minmax(460px,1.18fr)}.home-tops-editorial__header{padding-inline:28px}.home-section--collections{padding:84px 64px}.home-collections-stories{grid-template-columns:repeat(3,1fr);gap:20px}.home-collections-title{font-size:40px}}@media (width<=768px){.home-section--tops,.home-section--bottoms{min-height:auto;padding:0!important}.home-section--keeper-circle{height:auto;min-height:auto;padding-top:72px!important}.keeper-benefit-panel__title{font-size:clamp(22px,4vw,46px);margin-bottom:24px!important;line-height:1.35!important}.keeper-benefit-panel__title-segment--muted{font-size:1rem}.keeper-benefit-panel{scroll-snap-align:start;text-align:left;flex:0 0 100%;align-items:flex-start;width:100%;padding:48px 24px}.keeper-benefit-indicator{flex-direction:row}.keeper-scroll-content{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100%;padding:0;display:flex;overflow:auto hidden}.keeper-scroll-content::-webkit-scrollbar{display:none}.keeper-benefit-panel__title,.keeper-benefit-panel__copy{width:min(100%,420px)}.keeper-benefit-panel__copy p{text-align:left}.keeper-benefit-panel__indicators{grid-template-columns:1fr;width:min(100%,420px)}.keeper-benefit-panel__actions{align-items:flex-start;width:min(100%,420px)}.keeper-scroll-indicator{background:#080808;flex-direction:row;grid-area:auto;justify-self:center;gap:22px;width:100%;padding:18px 24px 28px;padding-inline:auto;display:flex;position:relative;top:auto;right:auto;transform:none}.keeper-benefit-panel__eyebrow{font-size:9px}.keeper-scroll-indicator__line{width:auto;height:1px;inset:50% 24px auto}.keeper-scroll-indicator a{background:#080808;padding:0 4px}.keeper-benefit-panel__copy{font-size:14px;line-height:1.65}.keeper-benefit-panel__indicators{gap:12px}.home-section--legacy{height:auto;min-height:auto}.home-section--legacy .home-legacy-editorial__header{min-height:92px}.home-section--legacy .home-legacy-editorial{height:calc(100vh - 156px)}.home-tops-editorial{min-height:auto;display:block}.home-bottoms-editorial>.home-tops-editorial__visual,.home-bottoms-editorial>.home-tops-editorial__products{grid-area:auto}.home-tops-editorial__visual{height:68vh;min-height:420px;position:relative;top:auto}.home-tops-editorial__products{min-width:0}.home-tops-editorial__header{min-height:92px;padding:22px 20px;position:relative}.home-tops-editorial__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.home-tops-product-card{height:auto}.home-tops-product-card__image{aspect-ratio:1/1.3;height:auto}.home-section--collections{padding:72px 20px}.home-collections-stories{grid-template-columns:repeat(2,1fr);gap:16px}.home-collections-header{flex-direction:column;align-items:flex-start}.home-collections-title{font-size:32px}.home-collections-banner{min-height:520px}.home-collections-banner__content{padding:40px 28px 52px}.home-collections-story-card__title{font-size:18px}}@media (width<=480px){.home-collections-stories{grid-template-columns:1fr}.home-collections-story-card__number{font-size:24px}.home-collections-story-card__title{font-size:16px}}.collections-page{background:#ede8df;min-height:100vh}.collections-header{background:#f5f1ea;border-bottom:1px solid #d8d0c4;padding:56px 40px 40px}.collections-shell{max-width:1280px;margin:0 auto}.collections-kicker{letter-spacing:.12em;text-transform:uppercase;color:#506681;margin-bottom:12px;font-size:10px;font-weight:700}.collections-title{color:#1e2f44;margin:0 0 16px;font-family:Canela,Georgia,serif;font-size:52px;font-weight:500}.collections-sub{color:#506681;max-width:480px;margin:0;font-size:15px;line-height:1.7}.collections-filters{background:#f5f1ea;border-bottom:1px solid #d8d0c4}.collections-filters__row{gap:0;display:flex;overflow-x:auto}.collections-filter{cursor:pointer;color:#506681;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 20px;font-family:Inter,sans-serif;font-size:13px}.collections-filter.is-active{color:#1e2f44;border-bottom-color:#1e2f44;font-weight:500}.collections-grid{max-width:1280px;margin:0 auto;padding:56px 40px}.collections-grid__inner{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.collection-card{cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.collection-card__image{aspect-ratio:4/5;background:#f5f1ea;border-radius:16px;margin-bottom:20px;position:relative;overflow:hidden}.collection-card__image img{object-fit:cover;width:100%;height:100%;display:block}.collection-card__overlay{background:linear-gradient(#0000 45%,#1e2f448c 100%);position:absolute;inset:0}.collection-card__badge{gap:8px;display:flex;position:absolute;top:16px;left:16px}.collection-card__name{color:#e7dfd2;font-family:Canela,Georgia,serif;font-size:24px;font-weight:500;line-height:1.2;position:absolute;bottom:20px;left:20px;right:20px}.collection-card__meta{color:#e7dfd2b3;margin-top:4px;font-size:12px}.collection-card__pill{border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700}@media (width<=1100px){.collections-grid__inner{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.collections-header,.collections-grid{padding-left:20px;padding-right:20px}.collections-grid__inner{grid-template-columns:1fr}.collections-title{font-size:36px}}.shop-page{background:#fff;min-height:100vh;padding:80px 0}.shop-container{max-width:1400px;margin:0 auto;padding:0 40px}.shop-tabs{border-bottom:1px solid #e5e0d8;justify-content:center;gap:48px;margin-bottom:60px;padding-bottom:24px;display:flex}.shop-tab{color:#506681;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:500;transition:all .3s;position:relative}.shop-tab:hover{color:#1f3248}.shop-tab--active{color:#1f3248;font-weight:600}.shop-tab--active:after{content:"";background:#1f3248;height:2px;position:absolute;bottom:-24px;left:0;right:0}@media (width<=768px){.shop-page{padding:60px 0}.shop-container{padding:0 20px}.shop-tabs{gap:32px;margin-bottom:40px}.shop-tab{font-size:14px}}.product-detail-page{min-height:100vh}.heritage-page{background:#ede8df}.heritage-page h1,.heritage-page h2{font-family:Canela,Georgia,serif}.stories-page{min-height:100vh}.community-page{background:#ede8df}.community-page h1,.community-page h2,.community-page h3{font-family:Canela,Georgia,serif}.communitylab-page{background:#ede8df}.communitylab-page h1,.communitylab-page h2,.communitylab-page h3{font-family:Canela,Georgia,serif}.events-page{background:#ede8df}.events-page h1,.events-page h2{font-family:Canela,Georgia,serif}.about-page{background:var(--bg-page,#f5f1ea)}.about-hero{background:#1f3248;padding:88px 40px}.about-hero__inner,.about-section,.about-press__inner{max-width:1280px;margin:0 auto}.about-hero__inner{text-align:center;max-width:760px}.about-kicker,.about-section-kicker,.about-press-kicker{letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.about-kicker{color:#b7aa91;margin-bottom:20px}.about-title{font-family:var(--font-serif,Georgia, serif);color:#f5f1ea;margin:0 0 24px;font-size:56px;font-weight:500;line-height:1.1}.about-hero__text{color:#e7dfd2a6;margin:0;font-size:16px;line-height:1.8}.about-section{padding:88px 40px}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-section-kicker{color:#a07820;margin-bottom:16px}.about-heading{font-family:var(--font-serif,Georgia, serif);color:#1f3248;margin:0;font-weight:500;line-height:1.15}.about-heading--xl{margin-bottom:20px;font-size:40px}.about-heading--lg{margin-bottom:48px;font-size:36px}.about-text{color:#7c756c;margin:0;font-size:14px;line-height:1.85}.about-text+.about-text{margin-top:16px}.about-media{aspect-ratio:4/5;border-radius:16px;overflow:hidden}.about-media img,.about-team__avatar,.about-team__photo img,.about-card__image img{object-fit:cover;width:100%;height:100%;display:block}.about-values{background:#f1eadf;border-top:1px solid #1f32481f;border-bottom:1px solid #1f32481f;padding:72px 40px}.about-values__grid,.about-team__grid,.about-press__grid{gap:32px;display:grid}.about-values__grid{grid-template-columns:repeat(3,1fr)}.about-card{background:#f5f1ea;border:1px solid #1f32481f;border-radius:16px;padding:28px 24px}.about-card__title{font-family:var(--font-serif,Georgia, serif);color:#1f3248;margin:0 0 12px;font-size:18px;font-weight:500;line-height:1.4}.about-team__grid{grid-template-columns:repeat(3,1fr);gap:24px}.about-team__card,.about-press__card{background:#f5f1ea;border:1px solid #1f32481f;border-radius:16px;overflow:hidden}.about-team__photo{background:#1f3248;justify-content:center;align-items:center;height:200px;display:flex}.about-team__avatar{color:#f5f1ea;width:72px;height:72px;font-size:24px;font-weight:700;font-family:var(--font-serif,Georgia, serif);background:#e7dfd226;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-team__body{padding:24px}.about-team__name{font-family:var(--font-serif,Georgia, serif);color:#1f3248;margin-bottom:4px;font-size:20px;font-weight:500}.about-team__role{color:#a07820;letter-spacing:.02em;margin-bottom:4px;font-size:12px;font-weight:600}.about-team__location{color:#7c756c;margin-bottom:12px;font-size:11px}.about-team__bio{color:#7c756c;margin:0;font-size:13px;line-height:1.7}.about-press{background:#f1eadf;border-top:1px solid #1f32481f;padding:64px 40px}.about-press-kicker{color:#7c756c;text-align:center;margin-bottom:32px}.about-press__grid{grid-template-columns:repeat(3,1fr);gap:24px}.about-press__card{padding:24px}.about-press__outlet{font-family:var(--font-serif,Georgia, serif);color:#1f3248;margin-bottom:12px;font-size:13px;font-weight:600}.about-press__quote{font-family:var(--font-serif,Georgia, serif);color:#7c756c;margin:0;font-size:15px;font-style:italic;line-height:1.6}@media (width<=1024px){.about-story,.about-values__grid,.about-team__grid,.about-press__grid{grid-template-columns:1fr 1fr}.about-title{font-size:48px}}@media (width<=760px){.about-hero,.about-section,.about-values,.about-press{padding-left:20px;padding-right:20px}.about-story,.about-values__grid,.about-team__grid,.about-press__grid{grid-template-columns:1fr}.about-title{font-size:38px}.about-heading--xl,.about-heading--lg{font-size:30px}}.cart-page{background:#ede8df;min-height:100vh}.cart-shell{max-width:1180px;margin:0 auto;padding:56px 40px 88px}.cart-title{color:#1e2f44;margin:0 0 40px;font-family:Canela,Georgia,serif;font-size:44px;font-weight:500}.cart-title__count{color:#b7aa91;font-size:24px}.cart-empty{text-align:center;padding:80px 0}.cart-empty__text{color:#506681;margin-bottom:12px;font-family:Canela,Georgia,serif;font-size:24px}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:40px;display:grid}.cart-items,.cart-summary,.cart-promo{background:#f5f1ea;border:1px solid #d8d0c4;border-radius:20px}.cart-item{gap:20px;padding:24px;display:flex}.cart-item+.cart-item{border-top:1px solid #d8d0c4}.cart-item__img{border-radius:12px;flex-shrink:0;width:100px;height:120px;overflow:hidden}.cart-item__img img{object-fit:cover;width:100%;height:100%;display:block}.cart-item__top{justify-content:space-between;align-items:flex-start;display:flex}.cart-item__name,.cart-summary__title{color:#1e2f44;font-family:Canela,Georgia,serif}.cart-item__name{margin-bottom:4px;font-size:18px;font-weight:500}.cart-item__actions{justify-content:space-between;align-items:center;display:flex}.cart-summary{margin-bottom:16px;padding:28px;position:sticky;top:88px}.cart-summary__title{margin-bottom:24px;font-size:20px}.cart-summary__line{justify-content:space-between;margin-bottom:12px;display:flex}.cart-btn,.cart-btn--secondary,.cart-promo button{cursor:pointer;border:none;font-family:Inter,sans-serif}.cart-btn{color:#e7dfd2;background:#1e2f44;border-radius:12px;width:100%;margin-bottom:12px;padding:14px;font-size:14px;font-weight:600}.cart-btn--secondary{color:#506681;background:0 0;border:1px solid #d8d0c4;border-radius:12px;width:100%;padding:12px;font-size:13px}.cart-promo{padding:20px}.cart-promo__row{display:flex}@media (width<=960px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}.login-page{min-height:100vh}.login-page__form-panel{color:#f5f1ea}.login-page__logo{justify-content:center}.login-page__mode-tabs{background:0 0!important;border:0!important;border-radius:0!important;gap:8px!important;padding:0!important}.website-app main button.login-page__mode-button{transition:background .18s,color .18s,border-color .18s;color:#f5f1eab8!important;background:#151515!important;border:1px solid #f5f1ea3d!important;border-radius:10px!important}.website-app main button.login-page__mode-button.is-active{color:#111!important;background:#c9924e!important;border-color:#c9924e!important}.login-page__form-panel h2{color:#f5f1ea!important}.login-page__form-panel p,.login-page__form-panel label,.login-page__form-panel>div>div:last-child{color:#f5f1eab8!important}.login-page__form-panel input:not([type=checkbox]){color:#f5f1ea!important;background:#151515!important;border-color:#f5f1ea3d!important}.login-page__form-panel input::placeholder{color:#f5f1ea6b!important}.login-page__mode-button.is-active,.login-page__submit{color:#111!important;background:#c9924e!important}.login-page__mode-button:not(.is-active),.login-page__switch-button{color:#c9924e!important}.login-page__submit:hover,.login-page__mode-button.is-active:hover{background:#e2b36f!important}@media (width<=768px){.login-page{min-height:100svh!important;display:block!important}.login-page__image-panel{display:none}.login-page__form-panel{box-sizing:border-box;min-height:100svh;padding:32px 24px!important}.login-page__form-panel>div{max-width:420px}}.profile-page,.legacy-page{min-height:100vh}.archives-page{background:#ede8df;font-family:Inter,sans-serif}.archives-hero{text-align:center;background:#1e2f44;padding:64px 40px}.archives-hero__inner,.archives-filters__inner,.archives-grid__inner{max-width:1280px;margin:0 auto}.archives-hero__kicker,.archives-filter{letter-spacing:.15em;text-transform:uppercase;font-size:11px}.archives-hero__kicker{color:#b7aa91;margin-bottom:16px}.archives-hero__title{color:#e7dfd2;margin:0 0 18px;font-family:Canela,Georgia,serif;font-size:44px;font-weight:400;line-height:1.2}.archives-hero__sub{color:#b7aa91;margin:0;font-size:15px}.archives-filters{background:#f5f1ea;border-bottom:1px solid #d8d0c4}.archives-filters__inner{gap:8px;padding:0 40px;display:flex;overflow-x:auto}.archives-filter{color:#506681;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 20px}.archives-filter.is-active{color:#1e2f44;border-bottom-color:#1e2f44;font-weight:700}.archives-grid{padding:48px 40px 80px}.archives-grid__inner{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.archives-card{background:#f5f1ea;border:1px solid #d8d0c4;border-radius:16px;overflow:hidden}.archives-card__cover{aspect-ratio:3/2;background:#ede8df;position:relative;overflow:hidden}.archives-card__cover img,.archives-card__empty{object-fit:cover;width:100%;height:100%;display:block}.archives-card__empty{color:#b7aa91;justify-content:center;align-items:center;font-size:13px;display:flex}.archives-badge,.archives-vote{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px}.archives-badge{right:12px}.archives-vote{left:12px}.archives-card__body{padding:20px}.archives-card__date,.archives-card__meta{color:#b7aa91;font-size:12px}.archives-card__title{color:#1e2f44;margin:6px 0 8px;font-family:Canela,Georgia,serif;font-size:18px;font-weight:500}.archives-card__desc{color:#506681;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.archives-card__button{color:#e7dfd2;cursor:pointer;background:#1e2f44;border:none;border-radius:10px;width:100%;padding:10px;font-size:13px;font-weight:600}@media (width<=1100px){.archives-grid__inner{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.archives-hero,.archives-grid{padding-left:20px;padding-right:20px}.archives-grid__inner{grid-template-columns:1fr}.archives-hero__title{font-size:36px}}.keeper-access{color:#f5f1ea;background:#080808;place-items:center;min-height:100vh;padding:120px 24px 72px;display:grid}.keeper-access__panel{width:min(100%,680px)}.keeper-access__eyebrow{color:#c9924e;letter-spacing:.18em;font-size:10px;font-weight:700}.keeper-access h1{max-width:620px;margin:18px 0 12px;font:500 clamp(38px,7vw,72px)/1.02 Playfair Display,serif}.keeper-access p{color:#f5f1ea9e;max-width:480px;margin:0 0 30px;line-height:1.7}.keeper-access__tabs{gap:8px;margin-bottom:22px;display:flex}.keeper-access__tabs button,.keeper-access__back{color:#f5f1eaa6;cursor:pointer;font:inherit;background:0 0;border:1px solid #f5f1ea38;padding:10px 16px}.keeper-access__tabs button.is-active{color:#c9924e;border-color:#c9924e}.keeper-access form{gap:14px;display:grid}.keeper-access label span{color:#f5f1eaa6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:11px;display:block}.keeper-access input,.keeper-access select{box-sizing:border-box;color:#f5f1ea;width:100%;font:inherit;background:#151515;border:1px solid #f5f1ea38;padding:12px}.keeper-access__password-field>div{position:relative}.keeper-access__password-field input{padding-right:44px}.keeper-access__password-field button{color:#c9924e;cursor:pointer;background:0 0;border:0;width:28px;height:28px;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.keeper-access__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.keeper-access__grid label:nth-child(4),.keeper-access__grid label:nth-child(5){grid-column:span 2}.keeper-access__submit{color:#111;cursor:pointer;background:#c9924e;border:0;margin-top:8px;padding:14px;font-weight:700}.keeper-access__message{color:#e2b36f;background:#c9924e1f;margin-bottom:16px;padding:12px;font-size:13px}.keeper-access__message--error{color:#f0a99d;background:#a63d2f2e}.keeper-access__back{color:#f5f1ea8c;border:0;margin-top:20px;padding-inline:0}@media (width<=600px){.keeper-access__grid{grid-template-columns:1fr}.keeper-access__grid label:nth-child(4),.keeper-access__grid label:nth-child(5){grid-column:auto}}.keeper-circle-page{min-height:100vh}.website-app{--website-bg:#000;--website-surface:#0d0d0d;--website-surface-raised:#151515;--website-text:#f5f1ea;--website-text-muted:#c7c0b7;--website-border:#f5f1ea33;background:var(--website-bg);color:var(--website-text)}.website-app main{background:var(--website-bg);color:var(--website-text)}.website-app main>*{color:var(--website-text);background-color:var(--website-bg)!important}.website-app main>*>section,.website-app main>*>div{background-color:var(--website-bg)!important}.website-app main h1,.website-app main h2,.website-app main h3,.website-app main h4,.website-app main p,.website-app main label,.website-app main [class*=title],.website-app main [class*=heading],.website-app main [class*=description],.website-app main [class*=copy],.website-app main [class*=subtitle],.website-app main [class*=sub],.website-app main [style*=color]:not(button){color:var(--website-text)}.website-app main [class*=meta],.website-app main [class*=kicker],.website-app main [class*=eyebrow],.website-app main [class*=label]{color:var(--website-text-muted)!important}.website-app main .hero-slider__title-text{color:#000!important}.website-app main .keeper-benefit-panel__title-segment--accent,.website-app main .keeper-benefit-panel__title-segment--primary{color:#c9924e!important}.website-app main .keeper-benefit-panel__title-segment--muted{color:#fff!important}.website-app main .keeper-benefit-panel--intro .keeper-benefit-panel__title-segment--accent,.website-app main .keeper-benefit-panel--intro .keeper-benefit-panel__title-character,.website-app main .keeper-benefit-panel--intro.keeper-benefit-panel--intro-revealed .keeper-benefit-panel__title-segment--accent,.website-app main .keeper-benefit-panel--intro.keeper-benefit-panel--intro-revealed .keeper-benefit-panel__title-character{color:#c9924e!important}.website-app main button{color:var(--website-text)!important}.website-app main button.hero-slider__cta,.website-app main button.hero-slider__cta span{color:#000!important}.website-app main button.hero-slider__cta{border-bottom-color:#000!important}.website-app main button.hero-slider__cta:hover,.website-app main button.hero-slider__cta:hover span{color:#c9924e!important}.website-app main button.hero-slider__cta:hover{border-bottom-color:#c9924e!important}.website-app main button[style*=background]{background:var(--website-surface-raised)!important;border-color:var(--website-border)!important}.website-app main [style*=border],.website-app main [class*=border]{border-color:var(--website-border)!important}.website-app .hero-header,.website-app .navbar--default{color:var(--website-text)!important;border-color:var(--website-border)!important;background:#000!important}.website-app .hero-header button,.website-app .navbar--default button{color:var(--website-text)!important}.website-app .hero-header .hero-header__menu-item:hover,.website-app .hero-header .hero-header__icon:hover{color:#c9924e!important}.website-app .site-footer{border-color:var(--website-border)!important;background:#000!important;padding:72px 0!important}.website-app .home-section--shop,.website-app .home-section--shop-light,.website-app .home-section--keeper-circle,.website-app .home-section--recommended,.website-app .home-section--featured,.website-app .home-section--release,.website-app .home-section--legacy,.website-app .home-section--cta,.website-app .shop-page,.website-app .cart-page,.website-app .collections-page,.website-app .community-page,.website-app .communitylab-page,.website-app .events-page,.website-app .heritage-page,.website-app .about-page,.website-app .archives-page{color:var(--website-text)!important;background:#000!important}.website-app .home-shop-tabs,.website-app .shop-tabs{background:#0b0b0b;border:1px solid #ffffff24;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:min(400px,100%);margin:0 auto 40px;padding:0;display:grid}.website-app .home-shop-tab,.website-app .shop-tab{letter-spacing:.08em;text-transform:uppercase;border:0;border-radius:0;min-height:36px;padding:0 18px;font-size:12px;font-weight:600;color:#fff!important;background:0 0!important}.website-app .home-shop-tab:hover,.website-app .shop-tab:hover,.website-app .home-shop-tab--active,.website-app .shop-tab--active{color:#000!important;background:#fff!important}.website-app .home-shop-tab--active:after,.website-app .shop-tab--active:after{display:none}.website-app .home-shop-tab--active{color:#fff!important;background:#c9924e!important}.website-app .home-page .home-services-bar,.website-app .home-page .home-section,.website-app .home-page .home-section--shop,.website-app .home-page .home-section--shop-light,.website-app .home-page .home-section--keeper-circle,.website-app .home-page .home-section--recommended,.website-app .home-page .home-section--featured,.website-app .home-page .home-section--release,.website-app .home-page .home-section--legacy,.website-app .home-page .home-section--cta{color:var(--website-text)!important;background:#000!important}.website-app .home-page .home-services-bar__title,.website-app .home-page .home-services-bar__desc,.website-app .home-page .home-section__title,.website-app .home-page .home-section__copy,.website-app .home-page .home-legacy-card__title,.website-app .home-page .home-legacy-card__copy,.website-app .home-page .home-benefit-card__title,.website-app .home-page .home-benefit-card__copy{color:var(--website-text)!important}.website-app .home-page .home-legacy-card,.website-app .home-page .home-benefit-card,.website-app .home-page .home-product-card,.website-app .home-section--shop .product-card,.website-app .shop-page .product-card,.website-app .cart-items,.website-app .cart-summary,.website-app .cart-promo{background:var(--website-surface)!important;border-color:var(--website-border)!important}.website-app .product-card__image-wrapper,.website-app .product-card__image{background:#111!important}.website-app .home-product-card,.website-app [class*=card]{border-color:var(--website-border)!important}.website-app .home-product-card__body,.website-app .product-card__info{color:var(--website-text)!important}.website-app .home-product-card__meta,.website-app .product-card__price,.website-app .product-card__name{color:var(--website-text-muted)!important}.website-app input,.website-app textarea,.website-app select{background:var(--website-surface)!important;color:var(--website-text)!important;border-color:var(--website-border)!important}@media (width<=768px){.website-app main>*>section,.website-app main>*>div{background-color:var(--website-bg)!important}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--spacing:.25rem;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:"Inter", system-ui, sans-serif;--default-mono-font-family:"JetBrains Mono", monospace}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{color:#2e2e2e;-webkit-font-smoothing:antialiased;background-color:#ede8df;font-family:Inter,system-ui,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d8d0c4;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#b7aa91}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
