:root{--color-bg: #FFFFFF;--color-bg-offwhite: #F7F6F4;--color-text: #111111;--color-text-muted: #5B5B5B;--color-graphite: #1B1B1B;--color-border: #E4E2DE;--color-accent: #C9A24B;--color-accent-hover: #B58F3C;--color-white: #FFFFFF;--color-error: #C0392B;--color-success: #2E7D32;--font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-heading-weight: 700;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body-weight: 400;--font-size-root: 62.5%;--text-xs: 1.2rem;--text-sm: 1.4rem;--text-md: 1.6rem;--text-lg: 2rem;--text-xl: 2.8rem;--text-2xl: 3.6rem;--text-3xl: 4.8rem;--line-height-tight: 1.15;--line-height-base: 1.5;--letter-spacing-wide: .08em;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 40px;--space-6: 64px;--space-7: 96px;--spacing-sections: 64px;--grid-gap-x: 16px;--grid-gap-y: 16px;--container-max: 1440px;--container-padding: clamp(16px, 4vw, 48px);--header-height: 72px;--header-height-mobile: 56px;--radius-sm: 4px;--radius-md: 8px;--radius-card: 6px;--border-width: 1px;--transition-fast: .15s ease;--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 2px rgba(17, 17, 17, .06);--shadow-md: 0 4px 16px rgba(17, 17, 17, .08);--shadow-drawer: -8px 0 24px rgba(17, 17, 17, .1);--z-header: 40;--z-mega-menu: 45;--z-drawer: 60;--z-modal: 70;--z-toast: 80}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:var(--font-size-root);-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100dvh;font-family:var(--font-body),sans-serif;font-weight:var(--font-body-weight);font-size:var(--text-md);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),sans-serif;font-weight:var(--font-heading-weight);line-height:var(--line-height-tight);text-wrap:balance}.visually-hidden,.skip-to-content-link:not(:focus){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-to-content-link{z-index:var(--z-toast);top:var(--space-2);left:var(--space-2);background:var(--color-graphite);color:var(--color-white);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.section{padding-block:var(--spacing-sections)}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);font-size:var(--text-sm);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;border-radius:var(--radius-sm);border:var(--border-width) solid var(--color-graphite);background-color:var(--color-graphite);color:var(--color-white);transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.button:hover{background-color:var(--color-accent);border-color:var(--color-accent)}.button--secondary{background-color:transparent;color:var(--color-graphite)}.button--secondary:hover{background-color:var(--color-graphite);color:var(--color-white)}.button--accent{background-color:var(--color-accent);border-color:var(--color-accent)}.button--accent:hover{background-color:var(--color-accent-hover);border-color:var(--color-accent-hover)}.button:disabled{opacity:.5;cursor:not-allowed}.skeleton{position:relative;overflow:hidden;background-color:var(--color-bg-offwhite)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:skeleton-shimmer 1.4s infinite}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.skeleton:after{animation:none}}:root{--font-heading-fluid: clamp(2rem, 4vw + 1rem, 4.5rem);--font-subheading-fluid: clamp(1rem, 1.5vw + .5rem, 1.75rem);--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1);--glass-bg: rgba(255, 255, 255, .75);--glass-border: rgba(255, 255, 255, .3);--glass-blur: blur(16px)}.header-wrapper--sticky{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border)}.card-wrapper{position:relative;overflow:hidden;border-radius:4px;transition:var(--transition-smooth)}.card-wrapper:hover .card__media img{transform:scale(1.06);transition:transform .8s cubic-bezier(.16,1,.3,1)}.card__media img{transition:transform .8s cubic-bezier(.16,1,.3,1)}.button--primary{position:relative;overflow:hidden;z-index:1;transition:var(--transition-smooth)!important}.button--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transition:transform .5s cubic-bezier(.16,1,.3,1);z-index:-1}.button--primary:hover:before{transform:translate(100%)}:root{--os-ease: cubic-bezier(.16, 1, .3, 1);--os-ease-soft: cubic-bezier(.22, 1, .36, 1);--os-border-soft: color-mix(in srgb, var(--color-text) 10%, transparent)}html{scroll-padding-top:calc(var(--header-height) + 20px)}body{overflow-x:hidden}::selection{background:var(--color-accent);color:var(--color-graphite)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s var(--os-ease),transform .8s var(--os-ease)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal=scale]{transform:translateY(18px) scale(.985)}.hero{min-height:min(78vh,820px);position:relative;overflow:clip;isolation:isolate;background:radial-gradient(circle at 78% 24%,color-mix(in srgb,var(--color-accent) 16%,transparent),transparent 28%),linear-gradient(135deg,var(--color-bg-offwhite),var(--color-bg))}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--color-border),transparent)}.hero__media,.hero__picture,.hero__image{height:100%}.hero__image{object-fit:cover;transition:transform 1.4s var(--os-ease)}.hero:hover .hero__image{transform:scale(1.025)}.hero__content{position:relative;z-index:2;max-width:760px}.hero__heading{font-size:var(--font-heading-fluid);letter-spacing:-.045em;max-width:12ch}.hero__subheading{max-width:58ch}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{position:relative;overflow:hidden;isolation:isolate;transform:translateZ(0)}.button:after{content:"";position:absolute;width:22px;height:22px;left:var(--pointer-x, 50%);top:var(--pointer-y, 50%);transform:translate(-50%,-50%) scale(0);border-radius:50%;background:#ffffff29;transition:transform .45s var(--os-ease);pointer-events:none}.button:hover:after{transform:translate(-50%,-50%) scale(7)}.product-card{position:relative;height:100%;transition:transform .55s var(--os-ease)}.product-card:hover{transform:translateY(-5px)}.product-card__media{position:relative;overflow:hidden;background:var(--color-bg-offwhite)}.product-card__media-link{display:block}.product-card__image{transition:opacity .55s var(--os-ease),transform .9s var(--os-ease)}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.product-card:hover .product-card__image--primary{transform:scale(1.045)}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.02)}.product-card__info{padding-top:14px}.product-card__title{font-size:1.5rem;line-height:1.25}.product-card__price{font-weight:600}.product-card__badges{z-index:2}.product-card__quick-add-btn{opacity:0;transform:translateY(8px);transition:opacity .35s var(--os-ease),transform .35s var(--os-ease)}.product-card:hover .product-card__quick-add-btn,.product-card:focus-within .product-card__quick-add-btn{opacity:1;transform:none}.product-card__wishlist-btn{transition:transform .25s var(--os-ease),background .25s ease}.product-card__wishlist-btn:hover{transform:scale(1.08)}.curated-grid__header,.category-explorer__header,.value-props__header{display:flex;justify-content:space-between;align-items:end;gap:24px}.curated-grid__heading,.category-explorer__heading,.value-props__heading{letter-spacing:-.035em;font-size:clamp(2.6rem,4vw,4.8rem)}.curated-grid__list{align-items:start}.category-card{overflow:hidden;position:relative;border-radius:var(--radius-md);background:var(--color-bg-offwhite);transform:translateZ(0)}.category-card__image{transition:transform 1s var(--os-ease)}.category-card:hover .category-card__image{transform:scale(1.055)}.category-card__scrim{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.58))}.category-card__content{transition:transform .5s var(--os-ease)}.category-card:hover .category-card__content{transform:translateY(-5px)}.value-props__item{border-top:1px solid var(--color-border);transition:padding .45s var(--os-ease),border-color .35s ease}.value-props__item:hover{padding-inline:10px;border-color:var(--color-accent)}.product__container{align-items:start}.product__gallery{position:sticky;top:calc(var(--header-height) + 20px)}.product__media-item{overflow:hidden;background:var(--color-bg-offwhite)}.product__media-image{transition:transform .9s var(--os-ease)}.product__media-item:hover .product__media-image{transform:scale(1.018)}.product__title{letter-spacing:-.035em}.product__add-to-cart{min-height:54px;font-size:1.3rem;font-weight:700}.product-collapsible__summary{transition:color .25s ease}.product-collapsible__summary:hover{color:var(--color-accent-hover)}@media(max-width:989px){.hero{min-height:72svh}.hero__heading{max-width:13ch}.curated-grid__header,.category-explorer__header,.value-props__header{align-items:start;flex-direction:column}.product__gallery{position:relative;top:auto}.product-card__quick-add-btn{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){[data-reveal],.product-card,.hero__image,.product-card__image,.category-card__image,.button:after{transition:none!important;transform:none!important}}:root{--os-ink: #0E0E0D;--os-paper: #F7F7F5;--os-warm: #F0EFEB;--os-gold: #A88A54;--os-gold-deep: #8F733F;--os-hairline: rgba(14,14,13,.12);--os-display: clamp(4.4rem, 8.2vw, 9.8rem);--os-title: clamp(3rem, 5vw, 6.4rem);--os-body: clamp(1.45rem, .25vw + 1.2rem, 1.7rem);--os-ease: cubic-bezier(.16,1,.3,1);--os-ease-soft: cubic-bezier(.22,1,.36,1)}body{background:var(--os-paper)}main.content-for-layout{overflow:clip}.section{padding-block:clamp(64px,8vw,120px)}.hero__eyebrow,.curated-grid__eyebrow,.editorial-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:10px;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb,var(--color-text) 62%,transparent)}.hero__eyebrow i{width:28px;height:1px;background:var(--color-accent)}.curated-grid__eyebrow{margin-bottom:18px;color:var(--color-accent-hover)}.hero{min-height:min(84svh,900px);background:var(--os-warm)}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(14,14,13,.54),rgba(14,14,13,.08) 58%,transparent);pointer-events:none}.hero__content{max-width:760px;padding-block:clamp(90px,14vh,150px)}.hero__heading{font-size:var(--os-display);font-weight:600;line-height:.88;letter-spacing:-.065em;max-width:8.7ch}.hero__subheading{margin-top:26px;font-size:var(--os-body);line-height:1.55;max-width:48ch}.hero__actions{margin-top:34px;gap:10px}.hero__scroll-cue{position:absolute;z-index:4;right:clamp(20px,4vw,52px);bottom:28px;display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:inherit;writing-mode:horizontal-tb;opacity:.8}.hero__scroll-cue i{width:46px;height:1px;background:currentColor;position:relative;overflow:hidden}.hero__scroll-cue i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-accent);transform:translate(-100%);animation:os-line 2.4s var(--os-ease) infinite}@keyframes os-line{0%,20%{transform:translate(-100%)}55%,75%{transform:translate(0)}to{transform:translate(100%)}}.button{min-height:48px;border-radius:0;padding:11px 20px;letter-spacing:.15em;font-size:10px;font-weight:700;transition:transform .4s var(--os-ease),background .3s ease,color .3s ease,border-color .3s ease}.button:hover{transform:translateY(-2px)}.button--accent{background:var(--os-gold);border-color:var(--os-gold);color:var(--os-ink)}.button--accent:hover{background:var(--os-gold-deep);border-color:var(--os-gold-deep)}.button--secondary{background:transparent;border-color:currentColor}.curated-grid{background:var(--os-paper)}.curated-grid__header{margin-bottom:36px}.curated-grid__heading{font-size:var(--os-title);line-height:.95;font-weight:600;letter-spacing:-.055em;max-width:9ch}.curated-grid__subheading{margin-top:16px;font-size:14px;max-width:50ch}.curated-grid__view-all{font-size:10px;letter-spacing:.17em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:7px;transition:color .3s ease}.curated-grid__view-all:hover{color:var(--os-gold-deep)}.curated-grid__list{column-gap:clamp(12px,1.7vw,24px);row-gap:clamp(34px,4vw,64px)}.product-card{transition:transform .6s var(--os-ease)}.product-card__media{border-radius:0;background:var(--os-warm)}.product-card__media-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border:1px solid rgba(14,14,13,.06);transition:border-color .4s ease}.product-card:hover .product-card__media-link:before{border-color:#a88a5473}.product-card__info{padding-top:16px}.product-card__vendor{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--os-gold-deep);margin-bottom:7px}.product-card__title{font-size:13px;line-height:1.35;font-weight:600;letter-spacing:-.01em}.product-card__price-group{margin-top:7px;font-size:12px}.product-card__quick-add{position:absolute;z-index:3;left:14px;right:14px;bottom:14px}.product-card__quick-add-btn{width:100%;background:#f7f7f5eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#0e0e0d1f;color:var(--os-ink)}.product-card__quick-add-btn:hover{background:var(--os-ink);color:#fff}.product-card__badges{top:14px;left:14px}.badge{border-radius:0;font-size:9px;letter-spacing:.13em;text-transform:uppercase;padding:7px 9px}.product-card__wishlist-btn{top:10px;right:10px;width:38px;height:38px;border-radius:50%;background:#f7f7f5e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:4}.category-explorer{background:var(--os-warm)}.category-explorer__heading{font-size:var(--os-title);letter-spacing:-.055em;font-weight:600}.category-card{border-radius:0}.category-card:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(255,255,255,.22);opacity:0;transform:scale(.98);transition:opacity .5s var(--os-ease),transform .5s var(--os-ease);pointer-events:none}.category-card:hover:after{opacity:1;transform:none}.category-card__content{padding:24px}.category-card__title{font-size:clamp(2rem,3vw,3.2rem);letter-spacing:-.04em}.value-props{background:var(--os-ink);color:var(--os-paper)}.value-props__heading{color:var(--os-paper);font-size:var(--os-title);letter-spacing:-.055em}.value-props__item{border-top-color:#f7f7f52e;padding-block:24px}.value-props__item:hover{border-color:var(--os-gold);padding-inline:0}.value-props__item-title{letter-spacing:-.02em}.about-editorial{background:var(--os-paper)}.about-editorial__heading{font-size:var(--os-title);letter-spacing:-.06em;max-width:9ch}.about-editorial__body{font-size:clamp(1.6rem,.7vw + 1.2rem,2.2rem);line-height:1.35;max-width:28ch}.product__container{gap:clamp(28px,6vw,100px)}.product__info{max-width:560px}.product__title{font-size:clamp(3.2rem,5vw,6rem);line-height:.95;letter-spacing:-.06em}.product__price{font-size:15px}.product__add-to-cart{border-radius:0;min-height:58px;letter-spacing:.14em}input,select,textarea{border-radius:0;border-color:var(--os-hairline);background:transparent}input:focus,select:focus,textarea:focus{border-color:var(--os-gold);box-shadow:0 0 0 1px var(--os-gold)}[data-reveal=hero] .hero__eyebrow{animation:os-rise .9s .08s both}[data-reveal=hero] .hero__heading{animation:os-rise 1.05s .16s both}[data-reveal=hero] .hero__subheading{animation:os-rise .9s .28s both}[data-reveal=hero] .hero__actions{animation:os-rise .9s .4s both}@keyframes os-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media(max-width:749px){.hero{min-height:calc(100svh - 60px)}.hero__media:after{background:linear-gradient(180deg,#0e0e0d2e 20%,#0e0e0db3)}.hero__content{padding-block:110px 100px}.hero__heading{font-size:clamp(4.4rem,15vw,7rem);max-width:8.5ch}.hero__subheading{font-size:14px;max-width:34ch}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .button{width:100%}.hero__scroll-cue{left:var(--container-padding);right:auto;bottom:22px}.curated-grid__heading,.category-explorer__heading,.value-props__heading,.about-editorial__heading{max-width:11ch}.curated-grid__list{grid-auto-columns:80%}.product-card:hover{transform:none}.product-card__quick-add-btn{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hero__scroll-cue i:after,[data-reveal=hero] .hero__eyebrow,[data-reveal=hero] .hero__heading,[data-reveal=hero] .hero__subheading,[data-reveal=hero] .hero__actions{animation:none!important}}:root{--container-padding:clamp(18px,3.5vw,48px);--os-max:1380px;--os-hairline:rgba(12,12,11,.11);--os-ease:cubic-bezier(.16,1,.3,1)}body{background:var(--os-warm,var(--color-bg))}.content-for-layout{overflow:clip}.container{width:min(100% - 2*var(--container-padding),var(--os-max));margin-inline:auto}.section{padding-block:clamp(72px,9vw,128px)}.editorial-eyebrow,.curated-grid__eyebrow{display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--os-gold-deep,var(--color-accent));font-weight:700}.editorial-eyebrow i,.curated-grid__eyebrow:after{content:"";display:block;width:34px;height:1px;background:currentColor}.site-header-wrapper{backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px);transition:background .45s var(--os-ease),box-shadow .45s var(--os-ease),transform .45s var(--os-ease)}.site-header-wrapper.is-scrolled{background:#fbf9f4f0;box-shadow:0 10px 35px #0c0c0b0f}.site-header{position:relative}.header__brand-mark{display:none;position:absolute;left:50%;transform:translate(-50%);font-size:8px;letter-spacing:.2em;color:var(--os-gold-deep);pointer-events:none}@media(max-width:989px){.header__brand-mark{display:block}}.header__logo-text{letter-spacing:.24em!important;font-size:11px!important}.header__menu-link{position:relative}.header__menu-link:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .5s var(--os-ease)}.header__menu-link:hover:after,.header__menu-link:focus-visible:after{transform:scaleX(1);transform-origin:left}.os-page-transition{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--os-ink,#0c0c0b);color:var(--os-paper,#fbf9f4);z-index:10000;display:grid;place-items:center;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .55s var(--os-ease),visibility .55s var(--os-ease)}.os-page-transition span{font-size:9px;letter-spacing:.35em;text-transform:uppercase}body.is-leaving .os-page-transition{opacity:1;visibility:visible}.product-card{position:relative}.product-card__selection-meta{display:flex;gap:7px;align-items:center;font-size:8px;letter-spacing:.17em;text-transform:uppercase;color:var(--os-gold-deep,var(--color-accent));margin-bottom:8px;opacity:.9}.product-card__selection-meta span:last-child{color:var(--color-text);opacity:.55}.product-card__title-link{transition:opacity .35s ease}.product-card:hover .product-card__title-link{opacity:.7}.product-card__media-link{overflow:hidden}.product-card__media-link:after{content:"SELECT";position:absolute;right:14px;top:14px;z-index:3;font-size:8px;letter-spacing:.16em;padding:7px 9px;background:#fbf9f4e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:translateY(-6px);transition:opacity .45s var(--os-ease),transform .45s var(--os-ease)}.product-card:hover .product-card__media-link:after,.product-card:focus-within .product-card__media-link:after{opacity:1;transform:none}.button{position:relative;overflow:hidden;isolation:isolate}.button:after{content:"";position:absolute;left:var(--pointer-x,50%);top:var(--pointer-y,50%);width:20px;height:20px;border-radius:50%;background:#ffffff2e;transform:translate(-50%,-50%) scale(0);transition:transform .55s var(--os-ease);pointer-events:none;z-index:0}.button:hover:after,.button:focus-visible:after{transform:translate(-50%,-50%) scale(8)}.button>*{position:relative;z-index:1}.cart-drawer__heading{text-transform:uppercase;letter-spacing:.12em;font-size:13px}.cart-drawer__recommendations-heading{text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--os-gold-deep)}.cart-drawer__checkout-btn{width:100%}.product__title{letter-spacing:-.045em}.product__add-to-cart{min-height:56px}.product__block--title:before{content:"SELECTED / PRODUCT";display:block;font-size:8px;letter-spacing:.2em;color:var(--os-gold-deep);margin-bottom:14px}@media(max-width:749px){.section{padding-block:64px}.product-card__media-link:after{display:none}.product-card__quick-add-btn{min-height:48px}.header__icons{gap:4px}}.os-transition-brand{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:.9;gap:7px}.os-transition-brand b{font-family:var(--font-heading);font-size:clamp(1.1rem,2vw,1.5rem);letter-spacing:.34em;padding-left:.34em;font-weight:750}.os-transition-brand small{font-size:.45rem;letter-spacing:.24em;text-transform:uppercase;opacity:.62}.header__brand-mark{display:none!important}.site-header-wrapper{z-index:1000}.site-header{min-height:82px}.header__toggle-btn{align-self:center}.header__icons{white-space:nowrap}.header__icon-btn{flex:0 0 auto}.header__cart-toggle{margin-left:1px}.header__brand-one{display:block!important;color:var(--color-graphite)!important;line-height:.9!important}.header__brand-descriptor{display:none!important}@media(min-width:990px)and (max-width:1120px){.site-header{column-gap:14px;padding-inline:24px}.header__menu-list{gap:1.2rem}.header__menu-link{font-size:.68rem}.header__brand-one{font-size:2.1rem}}.editorial-eyebrow,.curated-grid__eyebrow{font-size:10px}.hero__subheading,.about-editorial__text,.one-moment__text,.value-props__text,.category-explorer__subheading,.curated-grid__subheading,.footer__newsletter-subtext{font-size:clamp(.98rem,1.15vw,1.12rem);line-height:1.65}.hero__eyebrow,.hero__scroll-cue,.one-moment__index,.one-moment__product,.product-card__selection-meta{font-size:10px}.product-card__selection-meta{letter-spacing:.14em}.footer__newsletter{min-width:0}.footer__newsletter-form{width:100%;margin-top:18px}.footer__newsletter-field{display:flex;align-items:stretch;width:100%;min-height:54px;border:1px solid var(--color-border);background:var(--color-bg);overflow:hidden}.footer__newsletter-input{flex:1 1 auto;min-width:0;width:100%;border:0!important;outline:0!important;background:transparent!important;padding:15px 16px!important;font:inherit;color:var(--color-text);box-shadow:none!important}.footer__newsletter-input::placeholder{color:var(--color-text);opacity:.48}.footer__newsletter-submit{flex:0 0 auto;min-width:132px;margin:4px!important;min-height:46px!important;border:0!important;border-radius:2px!important;padding-inline:18px!important;white-space:nowrap}.footer__newsletter-error,.footer__newsletter-success{margin-top:10px;font-size:.82rem;line-height:1.45}@media(max-width:749px){.footer__newsletter-field{min-height:52px}.footer__newsletter-submit{min-width:112px;font-size:.78rem}.footer__newsletter-input{padding-inline:13px!important;font-size:.9rem}}.os-transition-brand{align-items:center!important;text-align:center}.os-transition-brand small{display:none!important}.os-transition-brand b{font-size:clamp(1.45rem,3vw,2.2rem)!important;letter-spacing:.3em!important;padding-left:.3em!important}.section .rte,.section p{max-width:70ch}@media(max-width:749px){.section{padding-block:68px}.hero__subheading{font-size:1rem}.editorial-eyebrow,.curated-grid__eyebrow{font-size:10px}.value-props__text,.about-editorial__text,.one-moment__text,.category-explorer__subheading,.curated-grid__subheading{font-size:1rem}}:root{--one-brand-size:clamp(2rem,3.4vw,3.15rem);--one-brand-track:.24em}.header__brand-one{font-size:var(--one-brand-size)!important;letter-spacing:var(--one-brand-track)!important;padding-left:var(--one-brand-track)!important;font-weight:800!important;line-height:.82!important}.site-header{min-height:82px!important;height:82px!important}.header__logo{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important}.header__logo-img{max-height:46px;width:auto;object-fit:contain}.header__icons{align-items:center!important}.header__icon-btn{width:46px!important;height:46px!important}.header__icon-svg{width:21px!important;height:21px!important}.header__toggle-btn{width:46px;height:46px;align-items:center;justify-content:flex-start}.hero__subheading,.curated-grid__subheading,.about-editorial__text,.value-props__item p,.category-card__meta{font-size:clamp(1.35rem,1.25vw,1.7rem)!important;line-height:1.55!important}.hero__eyebrow,.editorial-eyebrow,.curated-grid__eyebrow{font-size:11px!important;letter-spacing:.18em!important}.footer__newsletter-field{min-height:58px!important;border-radius:0!important;display:flex!important;align-items:center!important}.footer__newsletter-input{height:56px!important;font-size:1.45rem!important}.footer__newsletter-submit{height:48px!important;min-height:48px!important;margin:4px!important;font-size:1rem!important;letter-spacing:.12em!important}.os-page-transition{background:var(--os-ink,#0c0c0b)!important}.os-transition-brand b{font-size:clamp(2.2rem,5vw,4.8rem)!important;font-weight:800!important;letter-spacing:.2em!important;padding-left:.2em}@media(max-width:989px){.site-header{height:76px!important;min-height:76px!important;grid-template-columns:46px 1fr auto!important;padding-inline:14px!important;column-gap:8px!important}.header__brand-one{font-size:2rem!important;letter-spacing:.22em!important;padding-left:.22em!important}.header__icon-btn{width:44px!important;height:44px!important}.header__logo{min-height:54px!important}.header__logo-img{max-height:40px!important;max-width:170px!important}.hero__subheading,.curated-grid__subheading,.about-editorial__text,.value-props__item p,.category-card__meta{font-size:1.35rem!important}.footer__newsletter-field{min-height:54px!important}.footer__newsletter-input{height:52px!important;font-size:1.25rem!important}.footer__newsletter-submit{min-width:108px!important;font-size:.85rem!important}}@media screen and (min-width:990px){body.template-index .hero{min-height:100vh;min-height:100svh;position:relative;color:#f6f0e6}body.template-index .hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}body.template-index .hero__picture{display:block;width:100%;height:100%}body.template-index .hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}body.template-index .hero__container{position:relative;z-index:2;min-height:100vh;min-height:100svh;display:flex;align-items:center}body.template-index .hero__media:after{background:linear-gradient(90deg,rgba(12,12,11,.62) 0%,rgba(12,12,11,.28) 45%,rgba(12,12,11,.04) 74%,transparent 100%)}body.template-index .hero:after{display:none}}.os-page-transition{z-index:9990!important;background:#0c0c0b2e!important;-webkit-backdrop-filter:blur(15px) saturate(84%)!important;backdrop-filter:blur(15px) saturate(84%)!important;color:#e6d7bc!important}.os-page-transition .os-transition-brand{min-width:min(32vw,360px);min-height:90px;border:1px solid rgba(230,215,188,.2);background:#12100d2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 30px 100px #0000002e,inset 0 1px #ffffff0d;transform:translateY(10px) scale(.985);opacity:0;transition:opacity .52s var(--os-ease) .08s,transform .7s var(--os-ease)}.os-page-transition .os-transition-brand b{font-family:Playfair Display,Iowan Old Style,Baskerville,Times New Roman,serif!important;font-size:clamp(2rem,4.5vw,4.8rem)!important;font-weight:500!important;letter-spacing:.16em!important;padding-left:.16em!important;color:#e6d7bc!important;text-shadow:0 1px 24px rgba(0,0,0,.28)}body.is-leaving .os-page-transition,html.one-transition-pending .os-page-transition,body.is-cart-transition .os-page-transition{opacity:1;visibility:visible;transition:opacity .62s var(--os-ease),visibility 0s linear 0s}body.is-leaving .os-transition-brand,html.one-transition-pending .os-transition-brand,body.is-cart-transition .os-transition-brand{opacity:1;transform:none}@media(max-width:989px){.os-page-transition{-webkit-backdrop-filter:blur(12px) saturate(84%)!important;backdrop-filter:blur(12px) saturate(84%)!important}.os-page-transition .os-transition-brand{min-width:0;width:min(74vw,320px);min-height:76px;padding-inline:22px}}.footer--one-select{--footer-alabaster:#F4F1EA;--footer-onyx:#171716;--footer-gold:#B3915A;--footer-gold-deep:#92713D;--footer-line:rgba(23,23,22,.13);background:var(--footer-alabaster)!important;color:var(--footer-onyx)!important;margin-top:clamp(56px,8vw,128px);border-top:1px solid rgba(23,23,22,.045)}.footer--one-select .footer__top{display:grid;grid-template-columns:minmax(1.5fr,1.8fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(260px,1.35fr);gap:clamp(36px,5vw,88px);padding-block:clamp(76px,9vw,132px) clamp(64px,7vw,96px);align-items:start}.footer--one-select .footer__column{display:block}.footer--one-select .footer__brand,.footer--one-select .footer__column,.footer--one-select .footer__newsletter{min-width:0}.footer--one-select .footer__logo-text{display:inline-block;margin:0;color:var(--footer-onyx)!important;font-family:Playfair Display,Iowan Old Style,Baskerville,Georgia,serif!important;font-size:clamp(2rem,2.7vw,3.1rem)!important;font-weight:500!important;line-height:.95!important;letter-spacing:.035em!important;text-decoration:none!important;transition:color .3s ease}.footer--one-select .footer__logo-text:hover{color:var(--footer-gold)!important}.footer--one-select .footer__logo{display:inline-flex;align-items:center;max-width:min(100%,520px);text-decoration:none!important}.footer--one-select .footer__logo-image{display:block;width:min(100%,460px);height:auto;max-height:118px;object-fit:contain;object-position:left center}.footer--one-select .footer__logo:hover{opacity:.82}.footer--one-select .footer__statement{max-width:31ch;margin:22px 0 0!important;color:#171716a8!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:13px!important;line-height:1.9!important;letter-spacing:.015em}.footer--one-select .footer__column-title{margin:2px 0 24px!important;color:var(--footer-onyx)!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.22em!important;text-transform:uppercase!important}.footer--one-select .footer__column-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.footer--one-select .footer__column-link,.footer--one-select .footer__social-link{color:#171716b8!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.7!important;letter-spacing:.015em;text-decoration:none!important;transition:color .3s ease,opacity .3s ease}.footer--one-select .footer__column-link:hover,.footer--one-select .footer__column-link:focus-visible,.footer--one-select .footer__social-link:hover,.footer--one-select .footer__social-link:focus-visible{color:var(--footer-gold)!important}.footer--one-select .footer__newsletter-subtext{max-width:34ch;margin:-7px 0 0!important;color:#17171694!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:13px!important;line-height:1.75!important}.footer--one-select .footer__newsletter-form{margin-top:28px!important}.footer--one-select .footer__newsletter-field{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end!important;min-height:0!important;border:0!important;border-bottom:1px solid var(--footer-line)!important;background:transparent!important;overflow:visible!important;transition:border-color .3s ease}.footer--one-select .footer__newsletter-field:focus-within{border-bottom-color:var(--footer-gold)!important}.footer--one-select .footer__newsletter-input{height:48px!important;min-width:0;padding:0 12px 12px 0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--footer-onyx)!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:13px!important;line-height:1.4!important;letter-spacing:.01em}.footer--one-select .footer__newsletter-input::placeholder{color:#1717167a!important;opacity:1}.footer--one-select .footer__newsletter-submit{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:10px;min-width:auto!important;min-height:48px!important;height:48px!important;margin:0!important;padding:0 0 12px 18px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--footer-gold-deep)!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:.18em!important;line-height:1!important;text-transform:uppercase;cursor:pointer;transition:color .3s ease,transform .3s ease}.footer--one-select .footer__newsletter-submit span:last-child{font-size:16px;line-height:0;letter-spacing:0}.footer--one-select .footer__newsletter-submit:hover,.footer--one-select .footer__newsletter-submit:focus-visible{color:var(--footer-onyx)!important;transform:translate(2px)}.footer--one-select .footer__newsletter-error,.footer--one-select .footer__newsletter-success{margin-top:12px!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:12px!important;line-height:1.5!important}.footer--one-select .footer__social{display:flex;gap:16px;margin:34px 0 0;padding:0;list-style:none}.footer--one-select .footer__social-link{display:inline-flex;opacity:.65}.footer--one-select .footer__bottom{border-top:1px solid var(--footer-line)!important;background:transparent!important}.footer--one-select .footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding-block:20px}.footer--one-select .footer__copyright{margin:0!important;color:#17171680!important;font-family:var(--font-body),Inter,Arial,sans-serif!important;font-size:10px!important;line-height:1.4!important;letter-spacing:.12em;text-transform:uppercase}.footer--one-select .footer__payment-icons{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.footer--one-select .footer__cookie-preferences{-webkit-appearance:none;appearance:none;border:0;padding:0;margin:0;background:transparent;color:var(--color-text-muted);font:inherit;cursor:pointer}.footer--one-select .footer__cookie-preferences:hover,.footer--one-select .footer__cookie-preferences:focus-visible{color:var(--color-accent)}.footer--one-select .footer__payment-icons li{display:flex;align-items:center}.footer--one-select .footer__payment-icon{display:block;width:auto;max-width:42px;max-height:20px;filter:grayscale(100%);opacity:.6;transition:filter .3s ease,opacity .3s ease}.footer--one-select .footer__payment-icons:hover .footer__payment-icon{filter:grayscale(0%);opacity:.92}.footer--one-select .footer__payment-icons li:hover .footer__payment-icon{filter:grayscale(0%);opacity:1}@media(max-width:989px){.footer--one-select{margin-top:64px}.footer--one-select .footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 32px;padding-block:64px 56px}.footer--one-select .footer__brand{grid-column:1 / -1}.footer--one-select .footer__newsletter{grid-column:1 / -1;max-width:620px}.footer--one-select .footer__bottom-inner{min-height:0;padding-block:22px;align-items:flex-start;flex-direction:column}.footer--one-select .footer__payment-icons{justify-content:flex-start}}@media(max-width:560px){.footer--one-select{margin-top:52px}.footer--one-select .footer__top{grid-template-columns:1fr 1fr;gap:42px 22px;padding-block:56px 48px}.footer--one-select .footer__brand,.footer--one-select .footer__newsletter{grid-column:1 / -1}.footer--one-select .footer__logo-image{width:min(100%,360px);max-height:96px}.footer--one-select .footer__statement{font-size:12px!important;line-height:1.85!important}.footer--one-select .footer__column-title{font-size:10px!important;letter-spacing:.2em!important;margin-bottom:20px!important}.footer--one-select .footer__column-list{gap:10px}.footer--one-select .footer__column-link{font-size:12px!important;line-height:1.65!important}.footer--one-select .footer__newsletter-form{margin-top:24px!important}.footer--one-select .footer__newsletter-input{height:46px!important;font-size:12px!important}.footer--one-select .footer__newsletter-submit{height:46px!important;min-height:46px!important;font-size:9px!important;padding-bottom:10px!important}.footer--one-select .footer__bottom-inner{gap:18px}}body.template-index .hero{position:relative!important;width:100%!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;isolation:isolate!important;background:#0c0c0b!important}body.template-index .hero__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;z-index:1!important;overflow:hidden!important}body.template-index .hero__picture{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}body.template-index .hero__image{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important}body.template-index .hero__media:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(12,12,11,.62) 0%,rgba(12,12,11,.28) 45%,rgba(12,12,11,.04) 74%,transparent 100%)!important}body.template-index .hero__container{position:relative!important;z-index:3!important;width:min(100% - 2 * var(--container-padding),var(--os-max))!important;height:100%!important;min-height:100%!important;margin-inline:auto!important;display:flex!important;align-items:center!important}body.template-index .hero__content{position:relative!important;z-index:4!important;max-width:760px!important}body.template-index .hero__scroll-cue{position:absolute!important;z-index:5!important}.os-page-transition{position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-width:100vw!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-sizing:border-box!important;overflow:hidden!important;z-index:9999!important;display:grid!important;place-items:center!important;pointer-events:none!important;opacity:0;visibility:hidden;background:#0c0c0b33!important;-webkit-backdrop-filter:blur(15px) saturate(85%)!important;backdrop-filter:blur(15px) saturate(85%)!important;transition:opacity .65s var(--os-ease),visibility 0s linear .65s}.os-page-transition .os-transition-brand{position:relative!important;width:min(360px,72vw)!important;min-width:0!important;min-height:0!important;padding:28px 32px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(224,224,224,.16)!important;border-radius:0!important;background:#12100d29!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;box-shadow:0 30px 100px #0000002e,inset 0 1px #ffffff0d!important;opacity:0;transform:translateY(12px) scale(.97);transition:opacity .5s cubic-bezier(.16,1,.3,1) .08s,transform .7s cubic-bezier(.16,1,.3,1) .08s}.os-page-transition .os-transition-brand b{display:block!important;font-family:Playfair Display,Iowan Old Style,Baskerville,Times New Roman,serif!important;font-size:clamp(2.5rem,5vw,5rem)!important;line-height:1!important;font-weight:500!important;letter-spacing:.16em!important;padding-left:.16em!important;color:#e0e0e0!important;text-shadow:0 1px 24px rgba(0,0,0,.28)!important}body.is-leaving .os-page-transition,html.one-transition-pending .os-page-transition,body.is-cart-transition .os-page-transition{opacity:1!important;visibility:visible!important;transition:opacity .65s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s!important}html.no-js .os-page-transition{display:none!important}@media screen and (max-width:989px){body.template-index .hero{width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important}body.template-index .hero__media{width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important}body.template-index .hero__image{width:100vw!important;height:100%!important;object-fit:cover!important;object-position:center center!important}body.template-index .hero__media:after{background:linear-gradient(180deg,#0c0c0b40,#0c0c0b0f 35%,#0c0c0bad)!important}body.template-index .hero__container{width:calc(100% - 36px)!important;height:100%!important;min-height:100%!important}.os-page-transition{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-width:100vw!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;z-index:9999!important;-webkit-backdrop-filter:blur(15px) saturate(85%)!important;backdrop-filter:blur(15px) saturate(85%)!important}.os-page-transition .os-transition-brand{width:min(80vw,320px)!important;padding:24px 30px!important;min-height:0!important}.os-page-transition .os-transition-brand b{font-size:clamp(2.4rem,12vw,4rem)!important}}body.template-index .hero,body.template-index .hero__content,body.template-index .hero__eyebrow,body.template-index .hero__heading,body.template-index .hero__subheading,body.template-index .hero__scroll-cue{color:#f2ece1!important}body.template-index .hero__eyebrow{color:#d9c6a4!important;opacity:1!important;text-shadow:0 1px 14px rgba(0,0,0,.38)!important}body.template-index .hero__eyebrow i{background:#c9ad7c!important;opacity:.9}body.template-index .hero__heading{text-shadow:0 2px 28px rgba(0,0,0,.28)!important}body.template-index .hero__subheading{color:#efe7da!important;text-shadow:0 1px 16px rgba(0,0,0,.34)!important}body.template-index .hero__cta--primary{color:#17130e!important;background:#c8a96b!important;border-color:#c8a96b!important}body.template-index .hero__cta--secondary{color:#f2ece1!important;border-color:#f2ece19e!important}@media screen and (max-width:989px){body.template-index .hero__eyebrow,body.template-index .hero__heading,body.template-index .hero__subheading,body.template-index .hero__scroll-cue{color:#f2ece1!important}body.template-index .hero__eyebrow{color:#d9c6a4!important}body.template-index .hero__subheading{color:#efe7da!important}}body.template-index .hero__scroll-cue{left:clamp(22px,3.6vw,48px)!important;right:auto!important;bottom:34px!important;width:24px!important;height:126px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;color:#f2ece1!important;opacity:.9!important;writing-mode:horizontal-tb!important;text-decoration:none!important}body.template-index .hero__scroll-cue span{display:block!important;font-size:8px!important;line-height:1!important;letter-spacing:.26em!important;text-transform:uppercase!important;transform:rotate(-90deg)!important;transform-origin:center!important;white-space:nowrap!important;width:48px!important;margin-top:18px!important}body.template-index .hero__scroll-cue i{display:block!important;position:relative!important;width:1px!important;height:58px!important;margin:4px 0 0!important;overflow:hidden!important;background:#f2ece161!important}body.template-index .hero__scroll-cue i:after{content:""!important;position:absolute!important;top:-100%!important;left:0!important;width:1px!important;height:100%!important;background:#c8a96b!important;transform:none!important;animation:one-scroll-line 2.1s cubic-bezier(.16,1,.3,1) infinite!important}body.template-index .hero__scroll-cue b{display:block!important;width:6px!important;height:6px!important;margin-top:-1px!important;border-right:1px solid #F2ECE1!important;border-bottom:1px solid #F2ECE1!important;transform:rotate(45deg)!important;animation:one-scroll-arrow 2.1s cubic-bezier(.16,1,.3,1) infinite!important}@keyframes one-scroll-line{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}65%{transform:translateY(100%);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes one-scroll-arrow{0%,35%{opacity:.45;transform:translateY(-2px) rotate(45deg)}65%,85%{opacity:1;transform:translateY(2px) rotate(45deg)}to{opacity:.45;transform:translateY(-2px) rotate(45deg)}}.os-page-transition{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;z-index:99999!important;display:grid!important;place-items:center!important;background:radial-gradient(circle at 50% 45%,rgba(91,77,57,.12),transparent 36%),#0a090894!important;-webkit-backdrop-filter:blur(15px) saturate(75%) contrast(.92)!important;backdrop-filter:blur(15px) saturate(75%) contrast(.92)!important;color:#f2ece1!important}.os-page-transition .os-transition-brand{width:auto!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0;transform:translateY(10px) scale(.97);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.os-page-transition .os-transition-brand b{display:none!important}.os-page-transition .os-transition-brand:after{content:""!important;display:block!important;width:150px!important;height:44px!important;background:var(--one-official-logo-url) center / contain no-repeat!important;filter:invert(1) brightness(1.9) contrast(.76) drop-shadow(0 1px 18px rgba(0,0,0,.25))!important}body.is-leaving .os-page-transition,html.one-transition-pending .os-page-transition,body.is-cart-transition .os-page-transition{opacity:1!important;visibility:visible!important}body.is-leaving .os-transition-brand,html.one-transition-pending .os-transition-brand,body.is-cart-transition .os-transition-brand{opacity:1!important;transform:translateY(0) scale(1)!important}@media screen and (max-width:989px){.os-page-transition{top:0!important;left:0!important;right:auto!important;bottom:auto!important;width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-width:100vw!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;background:radial-gradient(circle at 50% 46%,rgba(102,85,62,.14),transparent 40%),#0a0908a3!important}.os-page-transition .os-transition-brand:after{width:120px!important;height:40px!important}body.template-index .hero__scroll-cue{left:18px!important;bottom:26px!important;height:106px!important;transform:scale(.92);transform-origin:left bottom}}@media(prefers-reduced-motion:reduce){body.template-index .hero__scroll-cue i:after,body.template-index .hero__scroll-cue b{animation:none!important}}@media screen and (min-width:990px){.footer--one-select .footer__top{grid-template-columns:minmax(260px,1.15fr) minmax(150px,.72fr) minmax(170px,.78fr) minmax(360px,1.95fr);gap:clamp(42px,4vw,76px)}.footer--one-select .footer__brand{text-align:left}.footer--one-select .footer__logo{display:flex;justify-content:center;width:100%;max-width:none;margin-inline:auto}.footer--one-select .footer__logo-image{width:min(100%,460px);object-position:center center}.footer--one-select .footer__social-link svg{width:25px;height:25px}.footer--one-select .footer__newsletter{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.footer--one-select .footer__newsletter .footer__column-title{font-size:15px!important;letter-spacing:.24em!important;margin-bottom:28px!important}.footer--one-select .footer__newsletter-subtext{max-width:52ch;font-size:15px!important;line-height:1.8!important}.footer--one-select .footer__newsletter-form{width:100%;margin-top:38px!important}.footer--one-select .footer__newsletter-field{width:100%}}@media screen and (max-width:989px){.footer--one-select .footer__social-link svg{width:24px;height:24px}}html,body,#MainContent,.content-for-layout,.footer--one-select{width:100%!important;max-width:none!important;min-width:0!important}.footer--one-select{display:block!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}.footer--one-select .footer__top,.footer--one-select .footer__policies-inner,.footer--one-select .footer__bottom-inner{width:min(100% - 2 * var(--container-padding),var(--os-max))!important;max-width:var(--os-max)!important;margin-inline:auto!important}.footer--one-select .footer__policies,.footer--one-select .footer__bottom{width:100%!important;max-width:none!important}@media screen and (min-width:990px){body.template-index .hero__content{transform:translateY(clamp(64px,9vh,96px))!important}}@media screen and (min-width:990px){:root{--os-max:1600px}body.template-index .hero__content{transform:translateY(clamp(128px,18vh,192px))!important}body.template-index .header__about-link{display:inline-flex!important;color:#f0e9dc!important;text-shadow:0 1px 16px rgba(0,0,0,.28)!important}body.template-index .header__instagram-link:not([hidden]){display:inline-flex!important}}@media screen and (max-width:989px){.header__instagram-link{display:none!important}}@media screen and (min-width:990px){body.template-index .hero{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;box-sizing:border-box!important}body.template-index #MainContent{overflow:visible!important}.footer--one-select{box-sizing:border-box!important;overflow-x:clip!important}.footer--one-select .footer__top,.footer--one-select .footer__policies-inner,.footer--one-select .footer__bottom-inner{box-sizing:border-box!important;width:min(calc(100% - (2 * var(--container-padding))),1440px)!important;max-width:1440px!important;margin-inline:auto!important}.footer--one-select .footer__top{grid-template-columns:minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.8fr) minmax(0,1.35fr)!important;gap:clamp(28px,3vw,48px)!important}.footer--one-select .footer__brand,.footer--one-select .footer__column,.footer--one-select .footer__newsletter{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.footer--one-select .footer__newsletter{width:100%!important;overflow:hidden!important}.footer--one-select .footer__newsletter-subtext{max-width:100%!important}.footer--one-select .footer__newsletter-form,.footer--one-select .footer__newsletter-field{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.footer--one-select .footer__newsletter-field{grid-template-columns:minmax(0,1fr) auto!important;overflow:hidden!important}.footer--one-select .footer__newsletter-input{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.footer--one-select .footer__newsletter-submit{min-width:0!important;max-width:42%!important;box-sizing:border-box!important;white-space:nowrap!important}}@media screen and (min-width:990px){body.template-index .hero__heading{font-size:clamp(4.8rem,6.15vw,7.6rem)!important;line-height:.9!important;max-width:8.9ch!important}body.template-index .hero__subheading{font-size:clamp(1.05rem,1.15vw,1.35rem)!important;line-height:1.5!important;max-width:46ch!important}}@media screen and (min-width:990px){body.template-index .hero{overflow:hidden!important}body.template-index .hero__container{align-items:flex-start!important;box-sizing:border-box!important;padding-top:clamp(104px,12vh,132px)!important;padding-bottom:clamp(40px,6vh,64px)!important}body.template-index .hero__content{transform:none!important;max-width:min(720px,52vw)!important;padding:0!important}body.template-index .hero__heading{font-size:clamp(4.35rem,5.35vw,6.7rem)!important;line-height:.9!important;max-width:9.2ch!important;margin:0!important}body.template-index .hero__subheading{margin-top:22px!important;font-size:clamp(1rem,1.02vw,1.22rem)!important;line-height:1.48!important;max-width:48ch!important}body.template-index .hero__actions{margin-top:26px!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}body.template-index .hero__cta{white-space:nowrap!important}}@media screen and (min-width:990px){body.template-index .hero__container{padding-top:clamp(76px,10.5vh,118px)!important;padding-bottom:clamp(28px,4vh,48px)!important}body.template-index .hero__content{max-height:calc(100dvh - clamp(104px,14vh,150px))!important;overflow:visible!important}body.template-index .hero__heading{font-size:clamp(3.7rem,min(5.35vw,10.25vh),6.7rem)!important;line-height:.9!important}body.template-index .hero__subheading{margin-top:18px!important;font-size:clamp(.92rem,min(1.02vw,1.9vh),1.18rem)!important;line-height:1.42!important;max-width:47ch!important}body.template-index .hero__actions{margin-top:20px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important}body.template-index .hero__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;flex:0 0 auto!important;min-height:42px!important}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/base.css.map */
