*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;background:var(--canvas, #f2ede4);color:var(--ink, #090909);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}body{min-width:320px;margin:0;overflow-x:clip;background:var(--canvas, #f2ede4);color:var(--ink, #090909);font-family:var(--font-body, "Manrope", "Helvetica Neue", Arial, sans-serif);font-size:calc(14px * var(--body-scale, 1));font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);line-height:1.45}body.is-scroll-locked{overflow:hidden}::selection{background:var(--oxblood, #4a1118);color:var(--canvas, #f2ede4)}img,video,svg,canvas,model-viewer{display:block;max-width:100%}img{height:auto}button,input,select,textarea{margin:0;border-radius:0;color:inherit;font:inherit}button{padding:0;border:0;background:transparent;cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}ul,ol{padding:0;margin:0}h1,h2,h3,h4,p{margin-block:0}h1,h2,h3,.display-copy{font-family:var(--font-display, "Cormorant Garamond", "Times New Roman", serif);font-style:var(--font-display-style, normal);font-weight:var(--font-display-weight, 400);letter-spacing:-.025em}h1{font-size:clamp(3rem,8vw,8.5rem);line-height:.88}h2{font-size:clamp(2.25rem,4.5vw,5rem);line-height:.95}h3{font-size:clamp(1.45rem,2vw,2rem);line-height:1.04}:focus-visible{outline:2px solid var(--champagne, #b49a6a);outline-offset:3px}.no-js .js-only,.js .no-js-only{display:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:9999;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.page-width{width:min(100%,var(--page-width, 1600px));margin-inline:auto}.page-gutter{padding-inline:clamp(16px,2.2vw,40px)}.section-spacing{padding-block:clamp(80px,10vw,180px)}.main-content{min-height:60vh}.eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.display-copy{line-height:1}.display-copy--lg{font-size:clamp(2.8rem,6vw,6.8rem)}.display-copy--xl{font-size:clamp(3.4rem,8.5vw,10rem);line-height:.9}.fine-print{color:var(--muted, #78736d);font-size:.72rem;letter-spacing:.02em}.rte{max-width:72ch}.rte>*+*{margin-top:1em}.rte a{border-bottom:1px solid currentColor}.rte ul,.rte ol{padding-left:1.25em}.rte table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.rte th,.rte td{min-width:5.5rem;padding:.75rem 1rem .75rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);text-align:left;vertical-align:top;white-space:nowrap}@media(max-width:600px){.rte table{display:block;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}}.icon-button{display:inline-grid;width:44px;height:44px;place-items:center;color:inherit}.icon-button svg,.header-action__icon svg,.editorial-link svg,.text-link svg,.toolbar-button svg,.search-form__submit svg,.newsletter-form button svg,.footer-newsletter button svg,.save-product svg,.product-card__save svg,.quantity-selector svg,.select-wrap svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25}.button{position:relative;display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:14px 24px;border:1px solid currentColor;font-size:.69rem;font-weight:600;letter-spacing:.12em;line-height:1.1;text-align:center;text-transform:uppercase;transition:color .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.button--solid{border-color:var(--ink, #090909);background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.button--solid:hover:not(:disabled){border-color:var(--oxblood, #4a1118);background:var(--oxblood, #4a1118)}.button--light{border-color:var(--canvas, #f2ede4);background:var(--canvas, #f2ede4);color:var(--ink, #090909)}.button--light:hover{border-color:var(--champagne, #b49a6a);background:var(--champagne, #b49a6a)}.button--full{width:100%}.button:disabled{opacity:.45}.button__loader{position:absolute;width:16px;height:16px;border:1px solid currentColor;border-right-color:transparent;border-radius:50%;opacity:0;animation:spin .7s linear infinite}.button.is-loading>span:first-child{opacity:0}.button.is-loading .button__loader{opacity:1}.text-link,.editorial-link{position:relative;display:inline-flex;width:fit-content;align-items:center;gap:12px;padding-block:4px;font-size:.69rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.text-link:after,.editorial-link:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .28s cubic-bezier(.22,1,.36,1)}.text-link:hover:after,.editorial-link:hover:after{transform:scaleX(1);transform-origin:left}.editorial-link svg{transition:transform .28s cubic-bezier(.22,1,.36,1)}.editorial-link:hover svg{transform:translate(5px)}.editorial-link--dark{color:var(--ink, #090909)}.text-link--center{margin-inline:auto}.empty-state{display:grid;min-height:240px;align-content:center;justify-items:start;gap:20px}.placeholder-svg{width:100%;height:100%;background:#ddd6ca;fill:#b5ada1}.form-message{padding:14px 0;border-bottom:1px solid var(--champagne, #b49a6a)}.form-message--error{color:var(--oxblood, #4a1118)}.field,.cart-note{display:grid;gap:8px}.field>span,.cart-note>span{font-size:.67rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.field input,.field select,.field textarea,.cart-note textarea{width:100%;padding:14px 0;border:0;border-bottom:1px solid rgba(9,9,9,.35);background:transparent;outline:0;transition:border-color .16s ease}.field input:focus,.field select:focus,.field textarea:focus,.cart-note textarea:focus{border-color:var(--ink, #090909)}.field textarea,.cart-note textarea{resize:vertical}.field-grid{display:grid;gap:24px}.check-field{display:flex;align-items:center;gap:10px}.page-transition{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;pointer-events:none;background:var(--ink, #090909);transform:scaleY(0);transform-origin:bottom}.page-transition.is-leaving{pointer-events:auto;animation:page-cover .52s cubic-bezier(.22,1,.36,1) forwards}.toast-region{position:fixed;z-index:10001;right:16px;bottom:16px;display:grid;max-width:min(360px,calc(100vw - 32px));gap:8px}.toast{padding:14px 18px;border:1px solid rgba(242,237,228,.18);background:var(--ink, #090909);color:var(--canvas, #f2ede4);font-size:.75rem;letter-spacing:.04em;animation:toast-in .28s cubic-bezier(.22,1,.36,1) both}.header-section{position:relative;z-index:100}.site-header{position:relative;z-index:100;width:100%;border-bottom:1px solid rgba(9,9,9,.16);background:color-mix(in srgb,var(--canvas, #f2ede4) 94%,transparent);color:var(--ink, #090909);transition:color .28s ease,background-color .28s ease,border-color .28s ease,transform .28s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header--overlay{position:fixed;top:0;left:0;border-color:#f2ede440;background:transparent;color:var(--canvas, #f2ede4);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--overlay.is-scrolled,.site-header--overlay.is-menu-safe{border-color:#09090929;background:color-mix(in srgb,var(--canvas, #f2ede4) 94%,transparent);color:var(--ink, #090909);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.announcement-bar{position:relative;display:flex;min-height:31px;align-items:center;justify-content:center;padding:7px 42px;background:var(--ink, #090909);color:var(--canvas, #f2ede4);font-size:.62rem;letter-spacing:.1em;text-align:center;text-transform:uppercase}.announcement-bar__close{position:absolute;top:50%;right:12px;color:inherit;transform:translateY(-50%)}.announcement-bar__close svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.3}.announcement-bar.is-hidden{display:none}.site-header__bar{position:relative;display:grid;min-height:70px;grid-template-columns:1fr auto 1fr;align-items:center}.site-header__cluster{display:flex;align-items:center;gap:4px}.site-header__cluster--right{justify-content:flex-end}.site-logo{position:relative;display:block;width:min(var(--logo-width, 180px),42vw)}.site-logo img{width:100%;height:auto}.site-logo__light{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.site-header--overlay:not(.is-scrolled):not(.is-menu-safe) .site-logo__dark{opacity:0}.site-header--overlay:not(.is-scrolled):not(.is-menu-safe) .site-logo__light{opacity:1}.header-action{position:relative;display:inline-flex;min-height:44px;align-items:center;gap:8px;padding:10px 8px;color:inherit;font-size:.64rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.header-action__icon{display:grid;place-items:center}.header-action__count{display:grid;min-width:17px;height:17px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.56rem;line-height:1}.header-action__count[hidden],.header-action--search-desktop,.header-action--account,.header-action--saved .header-action__label,.header-action--cart .header-action__label{display:none}.overlay,.drawer,.filter-drawer{position:fixed;z-index:500;top:0;right:0;bottom:0;left:0;overflow:clip;visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s linear .32s,opacity .28s ease}.overlay.is-open,.drawer.is-open,.filter-drawer.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.overlay__scrim,.drawer__scrim,.filter-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#09090994}.overlay__surface{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;background:var(--canvas, #f2ede4);color:var(--ink, #090909);transform:translateY(-100%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.overlay.is-open .overlay__surface{transform:translateY(0)}.overlay__header{display:flex;min-height:72px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(9,9,9,.16)}.menu-overlay__body{display:grid;min-height:calc(100svh - 132px);align-content:start;gap:64px;padding-block:52px}.menu-overlay__list{list-style:none}.menu-overlay__list>li{padding-block:5px}.menu-overlay__link{display:flex;align-items:baseline;gap:16px;font-family:var(--font-display, serif);font-size:clamp(2.6rem,8vw,7.4rem);letter-spacing:-.045em;line-height:.94;transition:color .16s ease,transform .28s cubic-bezier(.22,1,.36,1)}.menu-overlay__link:hover{color:var(--oxblood, #4a1118);transform:translate(8px)}.menu-overlay__index{width:28px;flex:0 0 28px;font-family:var(--font-body, sans-serif);font-size:.58rem;letter-spacing:.1em}.menu-overlay__children{display:flex;flex-wrap:wrap;gap:10px 24px;padding:10px 0 10px 44px;list-style:none;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.menu-overlay__aside{display:grid;align-content:end;gap:36px}.menu-overlay__manifesto{display:grid;max-width:360px;gap:16px}.menu-overlay__manifesto .display-copy{font-size:clamp(2rem,4vw,3.6rem)}.utility-links,.footer-links{display:grid;gap:10px;list-style:none}.utility-links a,.footer-links a{display:inline-block;font-size:.75rem}.menu-overlay__footer{display:flex;min-height:60px;align-items:center;justify-content:space-between;border-top:1px solid rgba(9,9,9,.16);font-size:.6rem;letter-spacing:.11em;text-transform:uppercase}.localization-form select{max-width:100%;padding:10px 30px;border:0;border-bottom:1px solid currentColor;background:transparent;-webkit-appearance:none;appearance:none}.select-wrap{position:relative;display:inline-flex;align-items:center}.select-wrap__icon{position:absolute;left:4px;pointer-events:none}.overlay--search .overlay__surface{display:grid;align-content:start}.predictive-search{display:block}.search-form{display:grid;min-height:126px;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid rgba(9,9,9,.16)}.search-form__input{width:100%;padding:12px 0;border:0;background:transparent;font-family:var(--font-display, serif);font-size:clamp(2.2rem,6vw,6rem);letter-spacing:-.04em;outline:0}.search-form__input::placeholder{color:color-mix(in srgb,var(--ink, #090909) 35%,transparent)}.search-form__submit{display:grid;width:52px;height:52px;place-items:center}.search-form__submit svg{width:30px;height:30px}.predictive-search__results{min-height:50vh}.predictive-results{display:grid;gap:48px;padding-block:36px}.predictive-results__meta{display:grid;align-content:start;gap:20px}.predictive-results__queries,.predictive-results__links{display:grid;gap:10px;list-style:none}.predictive-results__queries a{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-display, serif);font-size:1.7rem}.predictive-results__queries svg{width:20px;fill:none;stroke:currentColor}.predictive-results__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.predictive-product{display:grid;gap:10px}.predictive-product__media{display:block;overflow:hidden;aspect-ratio:4 / 5;background:#e5ded3}.predictive-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1)}.predictive-product:hover img{transform:scale(1.025)}.predictive-product__details{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.72rem}.predictive-product__details strong{font-weight:500}.predictive-results__all{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:1px solid rgba(9,9,9,.16);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.predictive-results__all svg{width:20px;fill:none;stroke:currentColor}.drawer{z-index:600}.drawer__panel,.filter-drawer__panel{position:absolute;top:0;right:0;display:grid;width:min(100%,520px);height:100%;grid-template-rows:auto minmax(0,1fr);background:var(--canvas, #f2ede4);color:var(--ink, #090909);transform:translate(100%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.drawer.is-open .drawer__panel,.filter-drawer.is-open .filter-drawer__panel{transform:translate(0)}.drawer__header{display:flex;min-height:72px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(9,9,9,.16)}.drawer__header h2{font-family:var(--font-body, sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}#CartDrawerContent,.cart-drawer__form{min-height:0;height:100%}.cart-drawer__form{display:grid;grid-template-rows:minmax(0,1fr) auto}.drawer__body{min-height:0;padding:20px;overflow:auto}.cart-drawer__empty{align-content:center;justify-items:center;text-align:center}.cart-drawer__empty img{width:88px}.cart-drawer__empty .display-copy{font-size:2.2rem}.cart-lines{display:grid;align-content:start;gap:24px}.cart-line{display:grid;grid-template-columns:112px 1fr;gap:16px}.cart-line__media{display:block;min-height:142px;overflow:hidden;background:#e4ddd2}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__content{display:grid;align-content:space-between;gap:8px}.cart-line__title{font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cart-line__options,.cart-line__property,.cart-line__price{margin-top:5px;color:var(--muted, #78736d);font-size:.69rem}.cart-line__price{display:flex;gap:8px}.cart-line__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.quantity-selector{display:grid;grid-template-columns:28px 34px 28px;align-items:center;border-bottom:1px solid rgba(9,9,9,.3)}.quantity-selector button{display:grid;height:32px;place-items:center}.quantity-selector svg{width:13px}.quantity-selector input{width:100%;padding:0;border:0;background:transparent;font-size:.72rem;text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.cart-drawer__footer{display:grid;gap:14px;padding:20px;border-top:1px solid rgba(9,9,9,.16);background:var(--canvas, #f2ede4)}.cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.cart-summary__row strong{font-weight:600}.cart-summary__row--total{padding-top:12px;font-size:1.1rem}.shipping-progress{display:grid;gap:8px;font-size:.68rem}.shipping-progress__track{height:2px;background:#09090924}.shipping-progress__track span{display:block;width:var(--progress);height:100%;background:var(--champagne, #b49a6a);transition:width .32s ease}.saved-list{display:grid;align-content:start;gap:18px}.saved-item{display:grid;grid-template-columns:96px 1fr auto;align-items:start;gap:14px}.saved-item__media{aspect-ratio:4 / 5;overflow:hidden;background:#e4ddd2}.saved-item__media img{width:100%;height:100%;object-fit:cover}.saved-item__details{display:grid;gap:8px;font-size:.72rem}.saved-item__details strong{font-weight:600;letter-spacing:.03em;text-transform:uppercase}.saved-item__remove svg{width:17px;fill:none;stroke:currentColor}.site-footer{overflow:hidden;background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.site-footer__top{display:grid;gap:52px;padding-block:clamp(68px,9vw,140px)}.site-footer__brand{display:grid;max-width:460px;align-content:start;gap:34px}.site-footer__brand img{width:min(340px,82vw)}.site-footer__brand .display-copy{max-width:380px;color:var(--champagne, #b49a6a);font-size:clamp(2.2rem,4vw,4.4rem)}.site-footer__contact{display:grid;gap:7px;color:color-mix(in srgb,var(--canvas, #f2ede4) 72%,transparent);font-size:.66rem;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.site-footer__contact a{width:fit-content}.site-footer__column{display:grid;align-content:start;gap:20px}.footer-copy{max-width:32ch;color:color-mix(in srgb,var(--canvas, #f2ede4) 70%,transparent);font-size:.75rem}.footer-newsletter{display:grid;grid-template-columns:1fr 40px;max-width:380px;border-bottom:1px solid rgba(242,237,228,.35)}.footer-newsletter input{min-width:0;padding:12px 0;border:0;background:transparent;color:inherit;outline:0}.footer-newsletter button{display:grid;place-items:center;color:inherit}.site-footer__bottom{display:grid;gap:14px;padding-block:22px;border-top:1px solid rgba(242,237,228,.17);color:color-mix(in srgb,var(--canvas, #f2ede4) 68%,transparent);font-size:.59rem;letter-spacing:.1em;text-transform:uppercase}.site-footer__social{display:flex;flex-wrap:wrap;gap:16px}.universes{position:relative;overflow:hidden;background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.universes__progress{position:absolute;z-index:4;right:0;bottom:0;left:0;height:2px;background:#f2ede433}.universes__progress span{display:block;width:20%;height:100%;background:var(--canvas, #f2ede4);transform-origin:left;transition:transform .32s cubic-bezier(.22,1,.36,1)}.universes__rail{position:absolute;z-index:5;top:110px;left:0;display:flex;width:100%;gap:20px;overflow-x:auto;color:var(--canvas, #f2ede4);scrollbar-width:none}.universes__rail::-webkit-scrollbar{display:none}.universes__rail button{display:inline-flex;flex:0 0 auto;gap:8px;padding-block:8px;color:inherit;font-size:.61rem;font-weight:600;letter-spacing:.11em;opacity:.52;text-transform:uppercase;transition:opacity .16s ease}.universes__rail button.is-active{opacity:1}.universes__rail button span{font-size:.52rem}.universes__track{display:block}.universe-card{position:relative;min-height:100svh;overflow:hidden;background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.universe-card--dark{color:var(--ink, #090909)}.universe-card__media,.universe-card__veil{position:absolute;top:0;right:0;bottom:0;left:0}.universe-card__media img,.universe-card__media video{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.universe-card.is-active .universe-card__media img,.universe-card.is-active .universe-card__media video{transform:scale(1)}.universe-card__veil{background:linear-gradient(180deg,#0909090d 36%,#0909099e)}.universe-card--dark .universe-card__veil{background:linear-gradient(180deg,#f2ede40d 35%,#f2ede4b3)}.universe-card__content{position:absolute;z-index:2;right:0;bottom:clamp(70px,9vh,120px);left:0;display:grid;justify-items:start;gap:14px}.universe-card--bottom-center .universe-card__content,.universe-card--center .universe-card__content{justify-items:center;text-align:center}.universe-card--center .universe-card__content{top:50%;bottom:auto;transform:translateY(-50%)}.universe-card__content h2{font-size:clamp(4rem,14vw,12rem);line-height:.78}.universe-card__copy{max-width:38ch;font-size:.78rem}.universe-card__counter{position:absolute;z-index:2;right:18px;bottom:20px;display:flex;gap:14px;font-size:.57rem;letter-spacing:.1em}.universes__sound{position:absolute;z-index:5;right:18px;bottom:54px;display:none;align-items:center;color:var(--canvas, #f2ede4);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.universes__sound span{align-items:center;gap:7px}.universes__sound svg{width:13px;fill:none;stroke:currentColor}.universes__sound-play{display:flex}.universes__sound-pause,.universes__sound[aria-pressed=true] .universes__sound-play{display:none}.universes__sound[aria-pressed=true] .universes__sound-pause{display:flex}.manifesto{background:var(--canvas, #f2ede4)}.manifesto--dark{background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.manifesto__inner{display:grid;gap:clamp(40px,8vw,110px)}.manifesto__copy{max-width:14ch}.manifesto__foot{display:grid;max-width:420px;grid-template-columns:72px 1fr;align-items:end;gap:24px}.manifesto__foot img{width:72px}.manifesto__foot p{font-size:.75rem}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:clamp(38px,5vw,72px)}.section-header>div{display:grid;gap:15px}.editorial-grid__items{display:grid;gap:50px 16px}.editorial-tile{display:grid;align-content:start;gap:20px}.editorial-tile__media{display:block;overflow:hidden;aspect-ratio:4 / 5;background:#ddd6ca}.editorial-tile--wide .editorial-tile__media{aspect-ratio:16 / 10}.editorial-tile--tall .editorial-tile__media{aspect-ratio:3 / 4}.editorial-tile__image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.editorial-tile:hover .editorial-tile__image{transform:scale(1.025)}.editorial-tile__content{display:grid;max-width:460px;gap:9px}.editorial-tile__content h3{font-size:clamp(2rem,4vw,4rem)}.editorial-tile__content>p:not(.eyebrow){color:var(--muted, #78736d);font-size:.75rem}.featured-collection{overflow:hidden;border-block:1px solid rgba(9,9,9,.13)}.product-rail{display:grid;grid-auto-columns:minmax(74vw,1fr);grid-auto-flow:column;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:20px;scroll-snap-type:x mandatory;scrollbar-width:none}.product-rail::-webkit-scrollbar{display:none}.product-rail>*{scroll-snap-align:start}.rich-text-section .page-width{display:grid;gap:24px}.rich-text-section--narrow .page-width{max-width:980px}.newsletter-section{background:var(--oxblood, #4a1118);color:var(--canvas, #f2ede4)}.newsletter-section__inner{display:grid;gap:48px}.newsletter-section__inner>div{display:grid;gap:20px}.newsletter-form{display:grid;max-width:620px;grid-template-columns:1fr auto;border-bottom:1px solid currentColor}.newsletter-form input{min-width:0;padding:16px 0;border:0;background:transparent;color:inherit;outline:0}.newsletter-form input::placeholder{color:color-mix(in srgb,var(--canvas, #f2ede4) 65%,transparent)}.newsletter-form button{display:flex;align-items:center;gap:10px;color:inherit;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.media-ratio{aspect-ratio:4 / 5}.media-ratio--square{aspect-ratio:1}.media-ratio--natural{aspect-ratio:auto}.product-card{position:relative;min-width:0}.product-card__media{position:relative;overflow:hidden;background:#e2dbd0}.product-card__image-link{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__image{position:absolute;width:100%;height:100%;object-fit:cover;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.product-card__image--secondary{opacity:0}.product-card__preview-badge{position:absolute;z-index:4;top:12px;left:12px;padding:8px 11px;background:var(--ink, #090909);color:var(--canvas, #f2ede4);font-size:.56rem;font-weight:600;letter-spacing:.14em;line-height:1;pointer-events:none;text-transform:uppercase}.product-card.is-swapped .product-card__image--primary{opacity:0}.product-card.is-swapped .product-card__image--secondary{opacity:1}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.012)}}.product-card__swap,.product-card__save{position:absolute;z-index:2;top:12px;display:grid;width:38px;height:38px;place-items:center;background:color-mix(in srgb,var(--canvas, #f2ede4) 84%,transparent);color:var(--ink, #090909);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .16s ease,color .16s ease}.product-card__save{right:12px}.product-card__swap{left:12px;gap:4px}.product-card__swap--with-preview{top:52px}.product-card__swap span{width:5px;height:5px;border:1px solid currentColor;border-radius:50%}.product-card__swap span:first-child{background:currentColor}.product-card.is-swapped .product-card__swap span:first-child{background:transparent}.product-card.is-swapped .product-card__swap span:last-child{background:currentColor}.product-card__save svg{width:17px}.product-card__save[aria-pressed=true]{background:var(--oxblood, #4a1118);color:var(--canvas, #f2ede4)}.product-card__save[aria-pressed=true] svg{fill:currentColor}.quick-add{position:absolute;z-index:3;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--canvas, #f2ede4) 94%,transparent);color:var(--ink, #090909);transform:translateY(calc(100% - 46px));transition:transform .28s cubic-bezier(.22,1,.36,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quick-add.is-open,.product-card:hover .quick-add{transform:translateY(0)}.quick-add__trigger{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;padding:0 14px;color:inherit;font-size:.63rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.quick-add__trigger svg{width:15px;fill:none;stroke:currentColor}.quick-add.is-open .quick-add__trigger svg{transform:rotate(45deg)}.quick-add__panel{display:grid;gap:12px;padding:2px 14px 16px}.quick-add__variants{display:flex;flex-wrap:wrap;gap:7px}.quick-add__variants button{min-width:42px;min-height:34px;padding:6px 9px;border:1px solid rgba(9,9,9,.25);font-size:.62rem;transition:color .16s ease,background-color .16s ease}.quick-add__variants button:hover:not(:disabled){background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.quick-add__variants button:disabled{opacity:.35;text-decoration:line-through}.quick-add__single{width:100%;min-height:46px}.quick-add__sold-out{display:grid;min-height:46px;place-items:center;font-size:.63rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.product-card__details{display:flex;align-items:start;justify-content:space-between;gap:14px;padding:12px 2px 24px;font-size:.69rem}.product-card__title{font-family:var(--font-body, sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.035em;line-height:1.35;text-transform:uppercase}.product-card__vendor,.product-card__subtitle{margin-bottom:3px;color:var(--muted, #78736d);font-size:.62rem}.price{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:7px}.price__compare{color:var(--muted, #78736d)}.price--sale .price__current{color:var(--oxblood, #4a1118)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 6px}.product-grid--1,.product-grid[data-grid-current="1"]{grid-template-columns:1fr}.product-grid--2,.product-grid[data-grid-current="2"],.product-grid--3,.product-grid[data-grid-current="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-hero{display:grid;gap:38px;padding-top:clamp(72px,10vw,150px);padding-bottom:clamp(44px,7vw,100px)}.collection-hero__heading{display:grid;gap:20px}.collection-hero__heading h1{max-width:12ch}.collection-hero__description{max-width:54ch;color:var(--muted, #78736d)}.collection-hero__media{overflow:hidden;max-height:70vh}.collection-hero__media img{width:100%;height:100%;object-fit:cover}.collection-toolbar{position:sticky;z-index:40;top:0;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;border-block:1px solid rgba(9,9,9,.15);background:color-mix(in srgb,var(--canvas, #f2ede4) 96%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header--overlay+.main-content .collection-toolbar{top:0}.collection-toolbar__group{display:flex;align-items:center;gap:14px}.collection-toolbar__group--end{justify-content:flex-end}.toolbar-button{display:inline-flex;align-items:center;gap:7px;font-size:.63rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.toolbar-button svg{width:16px}.toolbar-button__count{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--ink, #090909);color:var(--canvas, #f2ede4);font-size:.54rem}.collection-toolbar__count{color:var(--muted, #78736d);font-size:.61rem}.sort-selector{display:none;align-items:center;gap:8px;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.sort-selector select{max-width:140px;border:0;background:transparent;font-size:.62rem;outline:0}.view-selector{display:flex;align-items:center;gap:7px;font-size:.6rem;text-transform:uppercase}.view-selector button{width:24px;height:24px;border-bottom:1px solid transparent;font-size:.62rem}.view-selector button.is-active{border-color:currentColor}.view-selector button[data-grid-size="3"]{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:8px;padding-block:12px}.active-filters:empty{display:none}.filter-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(9,9,9,.2);font-size:.61rem}.filter-chip svg{width:12px;fill:none;stroke:currentColor}.filter-drawer{z-index:550}.filter-drawer__panel{grid-template-rows:auto minmax(0,1fr)}.filter-form{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto;overflow:auto}.filter-form>.filter-group{margin-inline:20px}.filter-group{border-bottom:1px solid rgba(9,9,9,.15)}.filter-group summary,.product-accordion summary{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font-size:.67rem;font-weight:600;letter-spacing:.1em;list-style:none;text-transform:uppercase}.filter-group summary::-webkit-details-marker,.product-accordion summary::-webkit-details-marker{display:none}.filter-group summary svg,.product-accordion summary svg{width:16px;fill:none;stroke:currentColor;transition:transform .28s ease}.filter-group[open] summary svg,.product-accordion[open] summary svg{transform:rotate(45deg)}.filter-group__body{padding:0 0 20px}.filter-list{display:grid;gap:10px;list-style:none}.filter-option{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:10px;font-size:.72rem}.filter-option input{position:absolute;opacity:0}.filter-option__box{width:15px;height:15px;border:1px solid rgba(9,9,9,.5)}.filter-option input:checked+.filter-option__box{border:4px solid var(--ink, #090909)}.filter-option.is-disabled{opacity:.35}.price-filter{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:12px}.price-filter label{display:grid;gap:6px;font-size:.63rem}.price-filter input{width:100%;padding:10px;border:1px solid rgba(9,9,9,.25);background:transparent}.filter-form__footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-top:1px solid rgba(9,9,9,.15);background:var(--canvas, #f2ede4)}.collection-results{transition:opacity .16s ease}.collection-results.is-loading{opacity:.45;pointer-events:none}.collection-promo{position:relative;min-width:0;overflow:hidden}.collection-promo--wide{grid-column:span 2}.collection-promo a{position:relative;display:block;height:100%;min-height:540px}.collection-promo__image{width:100%;height:100%;object-fit:cover}.collection-promo__content{position:absolute;right:20px;bottom:20px;left:20px;display:grid;gap:10px;color:var(--canvas, #f2ede4)}.collection-promo__content strong{max-width:12ch;font-family:var(--font-display, serif);font-size:clamp(2.6rem,5vw,6rem);font-weight:400;letter-spacing:-.035em;line-height:.9}.pagination{display:flex;min-height:110px;align-items:center;justify-content:center;gap:32px;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.product-layout{display:grid}.product-gallery{position:relative;display:block;min-width:0;background:#e2dbd0}.product-gallery__stack{display:grid;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery__stack::-webkit-scrollbar{display:none}.product-media{position:relative;display:block;width:100%;overflow:hidden;scroll-snap-align:start;background:#e2dbd0;color:inherit}.product-media__open{display:block;width:100%;color:inherit}.product-media__asset{width:100%;height:auto;min-height:72vh;object-fit:cover}.product-media__index{position:absolute;right:14px;bottom:14px;display:grid;width:29px;height:29px;place-items:center;background:color-mix(in srgb,var(--canvas, #f2ede4) 82%,transparent);font-size:.56rem;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.product-gallery__mobile-nav{position:absolute;z-index:2;bottom:16px;left:50%;display:flex;gap:6px;transform:translate(-50%)}.product-gallery__mobile-nav button{width:18px;height:2px;background:#f2ede473}.product-gallery__mobile-nav button.is-active{background:var(--canvas, #f2ede4)}.product-info{position:relative;display:block;background:var(--canvas, #f2ede4)}.product-info__inner{display:grid;gap:25px;padding:42px 18px 140px}.product-title-block{display:grid;gap:8px}.product-title-block h1{max-width:11ch;font-size:clamp(3.2rem,7vw,6.4rem);line-height:.9}.product-title-block p{color:var(--muted, #78736d)}.product-info .price{font-size:.78rem}.variant-picker{display:grid;gap:23px}.variant-picker__group{padding:0;border:0}.variant-picker__group legend{display:flex;width:100%;justify-content:space-between;margin-bottom:12px;font-size:.64rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.variant-picker__group legend span:last-child{color:var(--muted, #78736d)}.variant-picker__values{display:flex;flex-wrap:wrap;gap:8px}.variant-value{position:relative}.variant-value input{position:absolute;opacity:0}.variant-value span{display:grid;min-width:46px;min-height:42px;place-items:center;padding:8px 12px;border:1px solid rgba(9,9,9,.25);font-size:.67rem;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.variant-value input:checked+span{border-color:var(--ink, #090909);background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.variant-value input:focus-visible+span{outline:2px solid var(--champagne, #b49a6a);outline-offset:2px}.variant-value.is-unavailable span{opacity:.35;text-decoration:line-through}.product-buy{display:grid;gap:10px}.dynamic-checkout{margin-top:8px}.product-form__error{margin-top:10px;color:var(--oxblood, #4a1118);font-size:.7rem}.save-product{display:inline-flex;width:fit-content;align-items:center;gap:10px;padding-block:5px;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.save-product[aria-pressed=true] svg{fill:currentColor}.product-description{color:color-mix(in srgb,var(--ink, #090909) 78%,transparent);font-size:.78rem}.product-accordion{border-top:1px solid rgba(9,9,9,.16)}.product-accordion__content{padding:0 0 22px;color:var(--muted, #78736d);font-size:.75rem}.mobile-buy-bar{position:fixed;z-index:90;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(9,9,9,.15);background:color-mix(in srgb,var(--canvas, #f2ede4) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-buy-bar>div{display:grid;gap:2px;overflow:hidden;font-size:.65rem}.mobile-buy-bar>div span{overflow:hidden;font-weight:600;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.mobile-buy-bar .button{min-height:44px;padding:12px 16px}.media-dialog{width:100vw;max-width:none;height:100svh;max-height:none;padding:0;border:0;background:var(--canvas, #f2ede4);color:var(--ink, #090909)}.media-dialog::backdrop{background:#090909bf}.media-dialog[open]{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.media-dialog__close{position:absolute;z-index:3;top:14px;right:14px}.media-dialog__stage{display:grid;min-width:0;height:100%;place-items:center}.media-dialog__item{display:none;width:100%;height:100%;place-items:center}.media-dialog__item.is-active{display:grid}.media-dialog__item .product-media__asset{width:100%;height:100%;min-height:0;object-fit:contain}.media-dialog__arrow{position:relative;z-index:2;display:grid;width:52px;height:80px;place-items:center}.media-dialog__arrow svg{width:28px;fill:none;stroke:currentColor}.media-dialog__arrow--prev svg{transform:rotate(180deg)}.media-dialog__counter{position:absolute;bottom:18px;left:50%;font-size:.62rem;letter-spacing:.12em;transform:translate(-50%)}.product-recommendations:empty{display:none}.search-page__header{display:grid;gap:32px}.search-page__form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink, #090909)}.search-page__form input{min-width:0;padding:16px 0;border:0;background:transparent;font-family:var(--font-display, serif);font-size:clamp(2.4rem,7vw,7rem);outline:0}.search-page__form button{width:52px}.search-page__form svg{width:28px;fill:none;stroke:currentColor}.search-page__summary{display:flex;align-items:end;justify-content:space-between;gap:18px}.search-page__summary h1{max-width:14ch;font-size:clamp(2.6rem,5vw,5.5rem)}.search-results{display:grid;gap:80px;padding-top:60px}.search-results__editorial{display:grid;gap:20px}.search-result-card{display:grid;gap:14px;padding-block:28px;border-top:1px solid rgba(9,9,9,.16)}.search-result-card h2{font-size:2.2rem}.cart-page__header,.order-page__header,.account-page__header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:32px;border-bottom:1px solid rgba(9,9,9,.16)}.cart-page__header h1,.order-page__header h1,.account-page__header h1{font-size:clamp(3rem,7vw,7rem)}.cart-page__empty{min-height:55vh;justify-items:center;text-align:center}.cart-page__layout{display:grid;gap:60px;padding-top:36px}.cart-page__lines{display:grid;align-content:start;gap:28px}.cart-page__lines .cart-line{padding-bottom:28px;border-bottom:1px solid rgba(9,9,9,.14)}.cart-page__summary{display:grid;align-content:start;gap:18px}.cart-note{margin-bottom:12px}.cart-page__trust{display:grid;gap:8px;color:var(--muted, #78736d);font-size:.65rem}.page-template{display:grid;gap:60px}.page-template__header{display:grid;gap:22px}.page-template__content{font-size:clamp(1rem,1.4vw,1.2rem)}.contact-section{display:grid;gap:70px}.contact-section__intro{display:grid;align-content:start;gap:26px}.contact-form,.customer-form,.address-form{display:grid;align-content:start;gap:28px}.journal-page__header,.collections-index__header{display:grid;gap:24px;margin-bottom:68px}.journal-grid,.collections-index__grid{display:grid;gap:60px 20px}.journal-card{display:grid;align-content:start;gap:14px}.journal-card__media,.collection-card__media{display:block;overflow:hidden;margin-bottom:12px;aspect-ratio:4 / 5;background:#e3dcd1}.journal-card__media img,.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.journal-card:hover img,.collection-card:hover img{transform:scale(1.025)}.journal-card h2,.collection-card h2{font-size:clamp(2rem,3vw,3.8rem)}.journal-card>p:not(.eyebrow){max-width:50ch;color:var(--muted, #78736d)}.article-page__header{display:grid;gap:24px;padding-block:clamp(90px,12vw,180px)}.article-page__header h1{max-width:11ch}.article-page__deck{max-width:48ch;font-size:1rem}.article-page__hero{max-height:88vh;overflow:hidden}.article-page__hero img{width:100%;height:100%;object-fit:cover}.article-page__content{max-width:760px;margin-inline:auto;padding-block:clamp(70px,9vw,140px);font-family:var(--font-display, serif);font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.5}.article-page__footer{display:flex;max-width:760px;margin-inline:auto;padding-bottom:100px}.collection-card{display:grid;gap:8px}.collection-card>span{color:var(--muted, #78736d);font-size:.67rem}.not-found,.password-page{position:relative;min-height:100svh;overflow:hidden;background:var(--ink, #090909);color:var(--canvas, #f2ede4)}.not-found__media,.password-page__media,.password-page__veil{position:absolute;top:0;right:0;bottom:0;left:0}.not-found__media img,.password-page__media img{width:100%;height:100%;object-fit:cover}.not-found__media:after,.password-page__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#0909098f;content:""}.not-found__content,.password-page__content{position:relative;z-index:2;display:grid;min-height:100svh;align-content:center;justify-items:start;gap:22px}.not-found__content h1,.password-page__content h1{max-width:10ch}.password-page__content>img{width:min(280px,70vw);margin-bottom:40px}.password-form{display:grid;width:min(420px,100%);grid-template-columns:1fr 50px;border-bottom:1px solid currentColor}.password-form input{min-width:0;padding:14px 0;border:0;background:transparent;color:inherit;outline:0}.password-form button svg{width:22px;fill:none;stroke:currentColor}.customer-page{display:grid;gap:60px}.customer-page__intro{display:grid;align-content:start;gap:20px}.customer-page__forms{max-width:620px}.recover-form{display:none;margin-top:60px}.recover-form:target{display:block}.recover-form h2{margin-bottom:16px}.account-page__header{margin-bottom:60px}.account-page__header>div{display:grid;gap:14px}.account-page__grid,.order-page__layout{display:grid;gap:60px}.account-page__grid h2{margin-bottom:24px;font-family:var(--font-body, sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.order-list{display:grid}.order-card{display:grid;grid-template-columns:1fr auto;gap:12px;padding-block:20px;border-bottom:1px solid rgba(9,9,9,.14);font-size:.72rem}.order-card>span{display:grid}.order-card svg{width:16px;fill:none;stroke:currentColor}.account-card,.order-summary,.address-card{display:grid;align-content:start;gap:18px;padding:24px;border:1px solid rgba(9,9,9,.16)}.order-page__header{margin-bottom:24px}.order-lines{display:grid;gap:22px}.order-line{display:grid;grid-template-columns:100px 1fr;gap:18px;padding-bottom:22px;border-bottom:1px solid rgba(9,9,9,.14)}.order-line img{width:100px;aspect-ratio:4 / 5;object-fit:cover}.order-line h2{font-family:var(--font-body, sans-serif);font-size:.75rem;font-weight:600;text-transform:uppercase}.address-editor{margin-block:24px}.address-editor>summary{width:fit-content;list-style:none}.address-editor>summary::-webkit-details-marker{display:none}.address-form{max-width:760px;margin-top:30px;padding:28px;border:1px solid rgba(9,9,9,.16)}.address-grid{display:grid;gap:18px}.gift-card-page{display:grid;min-height:100svh;place-items:center;padding:24px;background:var(--ink, #090909)}.gift-card{display:grid;width:min(620px,100%);justify-items:center;gap:22px;padding:clamp(32px,8vw,80px);border:1px solid rgba(242,237,228,.25);color:var(--canvas, #f2ede4);text-align:center}.gift-card__logo{width:min(280px,80%);margin-bottom:24px}.gift-card__balance{font-family:var(--font-display, serif);font-size:clamp(3rem,8vw,6rem)}.gift-card__code{padding:14px;border:1px solid rgba(242,237,228,.25);font-family:monospace;letter-spacing:.15em}.gift-card__qr{padding:10px;background:#fff}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.js [data-reveal].is-revealed{opacity:1;transform:translateY(0)}.motion-off [data-reveal]{opacity:1;transform:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes page-cover{to{transform:scaleY(1)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media(min-width:750px){.page-gutter{padding-inline:clamp(24px,2.6vw,48px)}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header__bar{min-height:78px}.header-action--search-desktop,.header-action--account{display:inline-flex}.header-action__label,.header-action--saved .header-action__label,.header-action--cart .header-action__label{display:inline}.predictive-results{grid-template-columns:minmax(220px,.7fr) minmax(0,2fr);gap:70px}.predictive-results__products{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__top{grid-template-columns:minmax(240px,1.5fr) repeat(2,minmax(140px,1fr));gap:clamp(24px,3vw,52px)}.site-footer__bottom{grid-template-columns:1fr auto 1fr;align-items:center}.site-footer__social{justify-content:flex-end}.editorial-grid__items{grid-template-columns:repeat(12,minmax(0,1fr));gap:80px 20px}.editorial-tile{grid-column:span 5}.editorial-tile:nth-child(2n){grid-column:7 / span 6;margin-top:12vw}.editorial-tile--wide{grid-column:2 / span 10!important;margin-top:4vw!important}.editorial-tile--tall{grid-column:span 5}.product-rail{grid-auto-columns:minmax(32vw,1fr);gap:12px}.newsletter-section__inner{grid-template-columns:1fr 1fr;align-items:end}.sort-selector{display:flex}.view-selector button[data-grid-size="3"]{display:block}.product-grid{gap:28px 10px}.product-grid--1,.product-grid[data-grid-current="1"]{grid-template-columns:1fr}.product-grid--2,.product-grid[data-grid-current="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--3,.product-grid[data-grid-current="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid[data-grid-current="1"] .product-card{max-width:min(72vw,940px);margin-inline:auto}.collection-promo--wide{grid-column:span 2}.product-info__inner{padding-inline:34px}.journal-grid,.collections-index__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-card:nth-child(2n),.collection-card:nth-child(2n){margin-top:9vw}.cart-page__layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);align-items:start}.cart-page__summary{position:sticky;top:96px}.cart-page__lines .cart-line{grid-template-columns:180px 1fr}.customer-page,.customer-page--single{grid-template-columns:minmax(280px,.8fr) minmax(340px,1fr)}.account-page__grid,.order-page__layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr)}.address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.header-action{padding-inline:12px}.menu-overlay__body{grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);align-content:center;gap:80px}.menu-overlay__aside{min-height:60vh}.universes{height:100svh}.universes__rail{top:auto;bottom:32px;width:auto;max-width:calc(100% - 180px)}.universes__viewport{height:100%}.universes__track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.universes__track::-webkit-scrollbar{display:none}.universe-card{width:100vw;min-width:100vw;height:100svh;min-height:0;flex:0 0 100vw;scroll-snap-align:start}.universe-card__content{bottom:82px}.universe-card__content h2{font-size:clamp(6rem,11vw,12rem)}.universe-card__counter{right:36px;bottom:35px}.universes__sound{right:38px;bottom:72px}.product-rail{grid-auto-columns:minmax(24vw,1fr)}.collection-hero{grid-template-columns:minmax(320px,.65fr) minmax(0,1.35fr);align-items:end}.collection-hero__media{max-height:65vh}.collection-toolbar{top:0}.product-layout{grid-template-columns:minmax(0,64vw) minmax(330px,1fr);align-items:start}.product-gallery__stack{display:grid;grid-auto-flow:row;overflow:visible;scroll-snap-type:none}.product-media__asset{min-height:100vh}.product-gallery__mobile-nav{display:none}.product-info{position:sticky;top:0;min-height:100vh}.product-info__inner{max-width:540px;min-height:100vh;align-content:center;padding:118px clamp(34px,4vw,72px) 70px}.mobile-buy-bar{display:none}.contact-section{grid-template-columns:minmax(300px,.85fr) minmax(380px,1fr)}}@media(min-width:1280px){.product-rail{grid-auto-columns:minmax(20vw,1fr)}.product-gallery__stack{grid-template-columns:1fr}.product-media__asset{min-height:110vh}}@media(max-width:749px){.section-header{align-items:start}.section-header .editorial-link{display:none}.site-logo{width:136px}.header-action--saved,.header-action__label{display:none}.universe-card__media img{object-position:center top}.universe-card__content h2{max-width:100%;font-size:clamp(2.75rem,13vw,4.5rem);line-height:.82}.product-card__details{display:grid;gap:5px}.quick-add{transform:translateY(calc(100% - 42px))}.quick-add__trigger,.quick-add__single,.quick-add__sold-out{min-height:42px}.product-card__swap,.product-card__save{top:7px;width:34px;height:34px}.product-card__swap{left:7px}.product-card__preview-badge{top:7px;left:7px;padding:7px 9px}.product-card__swap--with-preview{top:47px}.product-card__save{right:7px}.collection-toolbar__count,.view-selector>span{display:none}.cart-page__header,.order-page__header,.account-page__header{align-items:start}}@media(min-width:1100px){.site-footer__top{grid-template-columns:minmax(260px,1.65fr) repeat(4,minmax(120px,1fr))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js [data-reveal]{opacity:1;transform:none}.universe-card__media img,.universe-card__media video{transform:none}}@media print{.site-header,.site-footer,.mobile-buy-bar,.drawer,.overlay,.page-transition{display:none!important}body{background:#fff;color:#000}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
