*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:16px;line-height:1.65}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}h1,h2,h3,h4{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.1}p{margin:0}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;transform:translateY(-150%);background:var(--color-text);color:var(--color-background);padding:.75rem 1rem;border-radius:var(--radius-base)}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-width{width:min(100% - 32px,1180px);margin-inline:auto}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) * .65)}.eyebrow{color:var(--color-accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rte{color:var(--color-muted)}.rte>*+*{margin-top:1rem}.rte h2,.rte h3,.rte h4{color:var(--color-text)}.rte h2:not(:first-child),.rte h3:not(:first-child),.rte h4:not(:first-child){margin-top:1.4rem}.rte ul,.rte ol{padding-left:1.25rem}.rte li+li{margin-top:.45rem}.rte table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-base)}.rte th,.rte td{border-bottom:1px solid var(--color-border);padding:.7rem .8rem;text-align:left;vertical-align:top}.rte th{width:34%;color:var(--color-text);font-weight:700}.rte tr:last-child th,.rte tr:last-child td{border-bottom:0}.product-description-details .collapsible__content{display:grid;gap:.4rem}.button,.shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.2rem;border:1px solid var(--color-accent);border-radius:var(--radius-base);background:var(--color-accent);color:var(--color-button-text);cursor:pointer;font-weight:700;line-height:1;transition:background .18s ease,color .18s ease,border-color .18s ease}.button:hover,.button:focus-visible,.shopify-payment-button__button:hover,.shopify-payment-button__button:focus-visible{background:var(--color-text);border-color:var(--color-text);color:var(--color-button-text)}.button--secondary{background:transparent;color:var(--color-accent)}.button--secondary:hover,.button--secondary:focus-visible{background:var(--color-accent);color:var(--color-button-text)}.button-style-outline .button:not(.button--plain),.button-style-outline .shopify-payment-button__button{background:transparent;color:var(--color-accent)}.button-style-outline .button:not(.button--plain):hover,.button-style-outline .button:not(.button--plain):focus-visible,.button-style-outline .shopify-payment-button__button:hover,.button-style-outline .shopify-payment-button__button:focus-visible{background:var(--color-accent);color:var(--color-button-text)}.button-style-soft .button:not(.button--plain),.button-style-soft .shopify-payment-button__button{border-color:color-mix(in srgb,var(--color-accent) 22%,transparent);background:color-mix(in srgb,var(--color-accent) 12%,var(--color-background));color:var(--color-accent)}.button-style-soft .button:not(.button--plain):hover,.button-style-soft .button:not(.button--plain):focus-visible,.button-style-soft .shopify-payment-button__button:hover,.button-style-soft .shopify-payment-button__button:focus-visible{background:var(--color-accent);color:var(--color-button-text)}.button--plain{min-height:auto;padding:0;border:0;background:transparent;color:var(--color-text);cursor:pointer}.announcement{background:var(--color-text);color:var(--color-background);font-size:.88rem;text-align:center;padding:.55rem 1rem}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--color-background) 94%,white);border-bottom:1px solid var(--color-border);box-shadow:0 1px #00000005}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:76px;gap:1.5rem}.site-header__logo{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--font-heading-family);font-size:1.4rem;line-height:1}.site-header__logo img{width:auto;max-height:42px}.site-header__logo-text{white-space:nowrap}.site-nav{display:flex;align-items:center;justify-content:center;gap:1.1rem;color:var(--color-muted);font-size:.96rem}.site-nav__separator{width:1px;height:18px;background:var(--color-border)}.site-nav a,.mobile-nav a{position:relative;padding-block:.35rem}.site-nav a:hover,.site-nav a:focus-visible,.mobile-nav a:hover,.mobile-nav a:focus-visible{color:var(--color-text)}.site-nav a.is-active,.mobile-nav a.is-active{color:var(--color-text);font-weight:700}.site-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.42rem;height:2px;border-radius:999px;background:var(--color-accent)}.mobile-nav a.is-active{padding-left:.7rem;border-left:2px solid var(--color-accent)}.site-header__icons{display:flex;align-items:center;justify-content:flex-end;gap:.7rem}.icon-button{position:relative;display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}.icon-button svg{width:21px;height:21px}.cart-count{position:absolute;right:-2px;top:-2px;display:inline-grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:var(--color-accent);color:var(--color-button-text);font-size:.68rem;font-weight:700;line-height:1}.customer-page{background:linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 42%,transparent),transparent 320px),var(--color-background)}.customer-auth{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,520px);gap:clamp(2rem,6vw,5rem);align-items:start}.customer-auth--center{display:flex;justify-content:center}.customer-auth__intro{display:grid;gap:1rem;padding-top:clamp(.5rem,4vw,2rem)}.customer-auth__intro h1,.customer-card h1,.customer-dashboard__header h1{font-size:clamp(2.4rem,5vw,5.2rem)}.customer-auth__intro p:not(.eyebrow),.customer-card>p,.customer-dashboard__header p,.customer-muted,.customer-empty p,.customer-card__note{color:var(--color-muted)}.customer-card,.customer-panel,.customer-address-card{border:1px solid var(--color-border);border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 72%,var(--color-background))}.customer-card{display:grid;gap:1.5rem;padding:clamp(1.25rem,4vw,2rem)}.customer-card h2,.customer-form-block h2,.customer-panel h2{font-size:clamp(1.5rem,3vw,2.1rem)}.customer-form,.customer-form-block,.customer-form__grid{display:grid;gap:.8rem}.customer-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-form label,.customer-checkbox{color:var(--color-text);font-size:.86rem;font-weight:700}.customer-form input,.customer-form select{min-height:48px;width:100%;border:1px solid var(--color-border);border-radius:var(--radius-base);background:var(--color-background);color:var(--color-text);padding:.78rem .9rem}.customer-form input:focus,.customer-form select:focus{border-color:var(--color-accent);outline:2px solid color-mix(in srgb,var(--color-accent) 18%,transparent);outline-offset:1px}.customer-checkbox{display:flex;gap:.55rem;align-items:center}.customer-checkbox input{min-height:auto;width:auto}.button--full{width:100%}.customer-link-row{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:space-between;color:var(--color-accent);font-size:.92rem;font-weight:700}.customer-small-link,.button-link{border:0;background:transparent;color:var(--color-accent);cursor:pointer;font:inherit;font-weight:700;padding:0;text-decoration:none}.customer-success{border:1px solid color-mix(in srgb,var(--color-accent) 28%,var(--color-border));border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-accent) 8%,var(--color-background));color:var(--color-accent);padding:.75rem .9rem}.errors,.customer-form .errors{border:1px solid color-mix(in srgb,#c96f66 40%,var(--color-border));border-radius:var(--radius-base);background:color-mix(in srgb,#c96f66 8%,var(--color-background));color:#8a3d35;padding:.75rem .9rem}.customer-dashboard{display:grid;gap:2rem}.customer-dashboard__header{display:flex;gap:1rem;align-items:end;justify-content:space-between}.customer-dashboard__header>div{display:grid;gap:.65rem}.customer-dashboard__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1rem;align-items:start}.customer-panel{display:grid;gap:1.1rem;padding:clamp(1rem,3vw,1.5rem)}.customer-panel--orders{min-width:0}.customer-panel__heading{display:flex;gap:1rem;align-items:baseline;justify-content:space-between}.customer-panel__heading span{color:var(--color-muted);font-size:.84rem;font-weight:700}.customer-table-wrap{overflow-x:auto}.customer-table{width:100%;border-collapse:collapse;min-width:680px}.customer-table th,.customer-table td{border-bottom:1px solid var(--color-border);padding:.85rem .75rem;text-align:left;vertical-align:top}.customer-table th{color:var(--color-muted);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.customer-table a{color:var(--color-accent);font-weight:700}.customer-empty{display:grid;gap:.85rem;max-width:520px;padding:1rem 0}.customer-address,.customer-address-list,.customer-summary-list,.customer-address-block{display:grid;gap:.85rem}.customer-address{color:var(--color-muted)}.customer-address p{margin:0}.customer-address-card{display:grid;gap:.85rem;padding:1rem}.customer-summary-list{margin:0}.customer-summary-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border);padding-bottom:.65rem}.customer-summary-list dt{color:var(--color-muted)}.customer-summary-list dd{margin:0;font-weight:700}.account-pill{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:.45rem;padding:.25rem .72rem .25rem .32rem;border:1px solid color-mix(in srgb,var(--color-accent) 28%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-background) 88%,var(--color-accent) 12%);color:var(--color-text);font-size:.86rem;font-weight:700;line-height:1;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.account-pill:hover,.account-pill:focus-visible{border-color:color-mix(in srgb,var(--color-accent) 58%,var(--color-border));background:color-mix(in srgb,var(--color-background) 78%,var(--color-accent) 22%)}.account-pill__avatar{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:999px;background:var(--color-accent);color:var(--color-button-text);font-size:.78rem;letter-spacing:0;text-transform:uppercase}.account-pill__text{white-space:nowrap}.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu[open] summary{background:var(--color-surface);color:var(--color-text)}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-nav{display:grid;gap:.25rem;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-background) 98%,white);color:var(--color-muted);box-shadow:0 18px 30px #2c231b14}.mobile-nav a{display:flex;min-height:44px;align-items:center;padding:.65rem 0}.mobile-nav__separator{height:1px;margin-block:.45rem;background:var(--color-border)}.hero-curated{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);min-height:clamp(560px,78vh,760px);padding-block:48px}.hero-curated__content{display:grid;gap:1.4rem}.hero-curated h1{max-width:740px;font-size:clamp(2.6rem,7vw,6.7rem)}.hero-curated__text{max-width:560px;color:var(--color-muted);font-size:clamp(1.02rem,1.7vw,1.25rem)}.hero-curated__actions,.button-row{display:flex;flex-wrap:wrap;gap:.85rem}.hero-curated__media{align-self:stretch;min-height:420px;overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface)}.hero-curated__media img,.placeholder-media{width:100%;height:100%;object-fit:cover}.placeholder-media{display:grid;min-height:280px;place-items:center;padding:2rem;background:linear-gradient(135deg,rgba(36,81,63,.14),transparent 55%),var(--color-surface);color:var(--color-muted);text-align:center}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,430px);gap:2rem;align-items:end;margin-bottom:2rem}.section-heading h2{font-size:clamp(2rem,4vw,3.8rem)}.section-heading p{color:var(--color-muted)}.tile-grid,.value-grid,.box-grid,.product-grid,.collections-grid{display:grid;gap:1.2rem}.tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.box-grid,.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.collections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-tile,.box-card,.value-card,.collection-card{display:grid;gap:1rem}.collection-tile__image,.box-card__image,.collection-card__image{overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface);aspect-ratio:4 / 5}.collection-tile__image img,.box-card__image img,.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.collection-tile:hover img,.box-card:hover img,.collection-card:hover img,.product-card:hover .product-card__image img{transform:scale(1.03)}.collection-tile h3,.box-card h3,.value-card h3,.collection-card h3{font-family:var(--font-heading-family);font-size:1.35rem}.collection-tile p,.box-card p,.value-card p,.collection-card p,.box-card__price{color:var(--color-muted)}.value-card{padding:1.4rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 48%,transparent)}.editorial-band{background:var(--color-surface)}.featured-editorial__footer{display:flex;justify-content:center;margin-top:2rem}.featured-editorial__empty{grid-column:1 / -1;margin:0;color:var(--color-muted)}.product-card{position:relative;display:grid;gap:.85rem}.product-card__link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.product-card__link-overlay:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.product-card--framed{padding:.8rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:var(--color-background)}.product-card__image{position:relative;overflow:hidden;border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 70%,white);aspect-ratio:4 / 5}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.product-card__badge-list,.badge-list{display:flex;flex-wrap:wrap;gap:.45rem}.product-card__badge-list{position:absolute;left:.65rem;top:.65rem}.badge{display:inline-flex;align-items:center;min-height:24px;padding:.25rem .55rem;border:1px solid color-mix(in srgb,var(--color-accent) 28%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-background) 92%,white);color:var(--color-accent);font-size:.74rem;font-weight:700;line-height:1}.product-card__info{display:grid;gap:.35rem}.product-card__title{font-weight:700}.price{color:var(--color-text);font-weight:700}.price s{margin-left:.35rem;color:var(--color-muted);font-weight:400}.quick-add{position:relative;z-index:3;margin-top:.35rem}.newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:2rem;align-items:center;padding:clamp(2rem,5vw,4rem);border:1px solid var(--color-border);border-radius:var(--radius-base)}.newsletter h2{font-size:clamp(2rem,4vw,3.4rem)}.newsletter p{margin-top:.85rem;color:var(--color-muted)}.newsletter-form{display:flex;gap:.6rem}.field,.select{width:100%;min-height:46px;border:1px solid var(--color-border);border-radius:var(--radius-base);background:var(--color-background);color:var(--color-text);padding:.75rem .9rem}.footer{padding-block:52px;border-top:1px solid var(--color-border);color:var(--color-muted)}.footer__inner{display:grid;grid-template-columns:1fr auto;gap:2rem}.footer h2{margin-bottom:.6rem;color:var(--color-text);font-size:1.5rem}.footer__nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.footer__nav a{padding-block:.2rem}.product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:clamp(2rem,6vw,5rem);align-items:start}.product-media-shell{min-width:0}.product-media{display:grid;gap:1rem}.product-media__item{overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface)}.product-media__item img,.product-media__item video,.product-media__item model-viewer,.product-media__item iframe{width:100%;height:auto}.product-media-dots{display:none}.product-media-dot{display:inline-flex;width:8px;height:8px;padding:0;border:1px solid color-mix(in srgb,var(--color-text) 42%,transparent);border-radius:999px;background:transparent;cursor:pointer}.product-media-dot.is-active{border-color:var(--color-accent);background:var(--color-accent)}.product-info{position:sticky;top:104px;display:grid;gap:1.1rem}.product-info h1{font-size:clamp(2.1rem,4.2vw,4.4rem)}.product-form{display:grid;gap:1rem}.payment-reassurance{display:flex;flex-wrap:wrap;gap:.45rem;color:var(--color-muted);font-size:.82rem}.payment-reassurance span{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:.25rem .6rem;background:color-mix(in srgb,var(--color-surface) 42%,var(--color-background))}.payment-reassurance span:first-child{color:var(--color-text);font-weight:700}.form-row{display:grid;gap:.45rem}.quantity{display:inline-grid;grid-template-columns:42px 58px 42px;width:max-content;border:1px solid var(--color-border);border-radius:var(--radius-base);overflow:hidden}.quantity button,.quantity input{min-height:42px;border:0;background:var(--color-background);color:var(--color-text);text-align:center}.quantity button{cursor:pointer}.quantity input{border-inline:1px solid var(--color-border)}.collapsible-stack{display:grid;gap:.5rem}.collapsible{border-block:1px solid var(--color-border)}.collapsible+.collapsible{border-top:0}.collapsible summary{display:flex;justify-content:space-between;gap:1rem;cursor:pointer;padding:1rem 0;font-weight:700;list-style:none}.collapsible summary::-webkit-details-marker{display:none}.collapsible__content{padding:0 0 1rem;color:var(--color-muted)}.collection-hero-section{background:var(--collection-accent, var(--color-surface))}.collection-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,.68fr);gap:clamp(2rem,5vw,4rem);align-items:end;min-height:clamp(330px,42vw,520px)}.collection-hero__content{display:grid;max-width:780px;gap:1.15rem;padding-block:clamp(1rem,3vw,2.2rem)}.collection-hero--text-only{grid-template-columns:1fr}.collection-hero__subtitle{max-width:620px;color:var(--color-muted);font-size:clamp(1.08rem,1.8vw,1.32rem);line-height:1.58}.collection-hero h1,.page-main h1,.cart-page h1{font-size:clamp(2.4rem,5vw,5.3rem)}.collection-hero__image{overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface);aspect-ratio:5 / 4}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-intro-section{padding-top:clamp(1.7rem,3vw,2.4rem)}.collection-intro{display:grid;grid-template-columns:minmax(150px,.25fr) minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:start;max-width:960px;padding:clamp(1.2rem,2.4vw,1.8rem) 0;border-block:1px solid color-mix(in srgb,var(--collection-accent, var(--color-surface)) 68%,var(--color-border))}.collection-intro p:not(.eyebrow){color:var(--color-muted);font-size:1.02rem;line-height:1.72}.collection-trust-note{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;color:var(--color-muted);font-size:.88rem}.facets{display:block;margin-bottom:1.5rem}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;padding-block:.75rem;border-block:1px solid var(--color-border)}.collection-toolbar__count{color:var(--color-muted);font-size:.9rem}.collection-toolbar__sort{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-muted);font-size:.9rem}.collection-pagination{padding-block:calc(var(--section-spacing) * .55)}.cart-page{display:grid;gap:2rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:2rem;align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-item__image{overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface);aspect-ratio:1}.cart-summary{position:sticky;top:104px;display:grid;gap:1rem;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 50%,transparent)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none;visibility:hidden}html.cart-drawer-open,html.cart-drawer-open body{overflow:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#25231f6b;opacity:0;transition:opacity .22s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100vw,440px);height:100%;background:var(--color-background);box-shadow:-18px 0 42px #25231f2e;transform:translate(100%);transition:transform .26s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header,.cart-drawer__footer{padding:1.2rem}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin-top:.25rem;font-size:1.45rem}.cart-drawer__body{min-height:0;overflow-y:auto;padding:.35rem 1.2rem}.cart-drawer.is-updating .cart-drawer__body{opacity:.62;pointer-events:none}.cart-drawer__items{display:grid;gap:1rem;padding-block:.85rem}.cart-drawer__item{display:grid;grid-template-columns:82px minmax(0,1fr);gap:.85rem}.cart-drawer__image{overflow:hidden;border-radius:var(--radius-base);background:var(--color-surface);aspect-ratio:1}.cart-drawer__image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-info{display:grid;gap:.45rem}.cart-drawer__item-title{font-weight:700;line-height:1.3}.cart-drawer__variant,.cart-drawer__line-price,.cart-drawer__note,.cart-drawer__empty p{color:var(--color-muted)}.cart-drawer__line-price{font-size:.92rem;font-weight:700}.cart-drawer__quantity{display:inline-grid;grid-template-columns:34px 42px 34px;width:max-content;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-base)}.cart-drawer__quantity button,.cart-drawer__quantity span{display:grid;min-height:34px;place-items:center;border:0;background:var(--color-background);color:var(--color-text)}.cart-drawer__quantity button{cursor:pointer}.cart-drawer__quantity span{border-inline:1px solid var(--color-border)}.cart-drawer__remove{justify-self:start;padding:0;border:0;background:transparent;color:var(--color-muted);cursor:pointer;font-size:.82rem;text-decoration:none}.cart-drawer__remove:hover,.cart-drawer__remove:focus-visible{color:var(--color-text)}.cart-drawer__empty{display:grid;min-height:220px;place-content:center;gap:.45rem;text-align:center}.cart-drawer__empty h3{font-size:1.45rem}.cart-drawer__footer{display:grid;gap:.8rem;border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 32%,var(--color-background))}.cart-drawer__shipping{display:grid;gap:.55rem;padding:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:var(--color-background)}.cart-drawer__shipping p{margin:0;color:var(--color-muted);font-size:.88rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--color-text);font-weight:700}.cart-drawer__continue{justify-self:center;color:var(--color-muted);font-size:.9rem}.progress{height:8px;overflow:hidden;border-radius:999px;background:var(--color-border)}.progress span{display:block;height:100%;background:var(--color-accent)}.shipping-note{padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-base);color:var(--color-muted)}.estimated-delivery{margin-top:.85rem;padding:.85rem;border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border));border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-accent) 7%,var(--color-background));color:var(--color-text);font-size:.92rem;line-height:1.55}.cart-drawer__footer .estimated-delivery{margin-top:0;font-size:.88rem}.shipping-offer{display:grid;gap:.2rem;margin-block:.8rem 1rem;color:var(--color-text)}.shipping-offer__heading{font-weight:700;line-height:1.25}.shipping-offer__text{color:var(--color-accent);font-weight:700}.customs-notice{display:grid;gap:.35rem;padding:.95rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 42%,var(--color-background));color:var(--color-text);font-size:.94rem;line-height:1.55}.customs-notice--info{border-color:color-mix(in srgb,var(--color-accent) 24%,var(--color-border));background:color-mix(in srgb,var(--color-accent) 7%,var(--color-background))}.customs-notice--warning{border-color:#d7ad4f;background:#fff7df;color:#4b3a14}.customs-notice--danger{border-color:#c96f66;background:#fff0ed;color:#5f211b}.customs-notice__title{font-weight:700;line-height:1.25}.customs-notice__country{color:currentColor;font-size:.76rem;font-weight:700;line-height:1.2;opacity:.72;text-transform:uppercase}.customs-notice__text{color:currentColor}.page-main{display:grid;gap:2rem}.policy-page{display:grid;gap:clamp(1.7rem,4vw,2.8rem);max-width:860px}.policy-page__header{display:grid;gap:.8rem}.policy-page__header h1{font-size:clamp(2.4rem,5vw,5.3rem)}.policy-page__content{color:var(--color-muted)}.policy-page__content>h1:first-child,.policy-page__content>h2:first-child{display:none}.shopify-policy__container{width:min(100% - 32px,860px);max-width:none;margin-inline:auto;padding-block:var(--section-spacing)}.shopify-policy__title{margin-bottom:clamp(1.7rem,4vw,2.8rem);text-align:left}.shopify-policy__title h1{font-size:clamp(2.4rem,5vw,5.3rem)}.shopify-policy__body .rte>h1:first-child,.shopify-policy__body .rte>h2:first-child{display:none}.search-page{min-height:58vh}.search-hero{display:grid;gap:1rem;max-width:760px;margin-bottom:clamp(2rem,5vw,4rem)}.search-hero h1{font-size:clamp(2.4rem,5vw,5.4rem)}.search-hero p:not(.eyebrow){color:var(--color-muted);font-size:1.05rem}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-top:.5rem}.search-form .field{min-height:54px;font-size:1rem}.search-results-header{display:grid;gap:.45rem;margin-bottom:1.5rem}.search-results-header h2{font-size:clamp(1.8rem,3vw,3rem)}.search-result-card,.empty-state{display:grid;gap:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-base);background:color-mix(in srgb,var(--color-surface) 44%,var(--color-background))}.search-result-card{min-height:220px;padding:1.2rem}.search-result-card h3{font-size:1.45rem}.search-result-card p:not(.eyebrow),.empty-state p{color:var(--color-muted)}.empty-state{max-width:620px;padding:clamp(1.4rem,4vw,2.4rem)}.empty-state h2{font-size:clamp(1.8rem,3vw,3rem)}.pagination{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;justify-content:center;margin-top:2rem;color:var(--color-muted);font-weight:700}.about-blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.faq-page{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.faq-hero{position:sticky;top:104px;display:grid;gap:1rem}.faq-hero h1{font-size:clamp(2.4rem,5vw,5.3rem)}.faq-hero p:not(.eyebrow),.faq-item__answer{color:var(--color-muted)}.faq-list{display:grid;border-top:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;color:var(--color-text);font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span:first-child{max-width:720px}.faq-item summary span:last-child{display:inline-grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid var(--color-border);border-radius:999px;color:var(--color-accent);line-height:1}.faq-item[open] summary span:last-child{transform:rotate(45deg)}.faq-item__answer{max-width:760px;padding:0 3rem 1.25rem 0}@media(max-width:990px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-nav{display:none}.mobile-menu{display:block}.mobile-nav{position:absolute;top:100%;right:0;left:0;z-index:40;padding:.85rem max(16px,calc((100vw - 1180px)/2 + 16px)) 1.2rem}.hero-curated,.product-main,.collection-hero,.cart-layout,.newsletter,.faq-page,.customer-auth,.customer-dashboard__grid{grid-template-columns:1fr}.customer-dashboard__header{align-items:start;flex-direction:column}.customer-dashboard__header .button{width:100%}.hero-curated,.collection-hero{min-height:auto}.collection-intro{grid-template-columns:1fr;gap:.55rem}.product-info,.cart-summary,.faq-hero{position:static}.tile-grid,.product-grid,.collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-tile__image{aspect-ratio:4 / 3}.box-grid,.value-grid{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr;gap:1rem}}@media(max-width:640px){.page-width{width:min(100% - 24px,1180px)}.section{padding-block:calc(var(--section-spacing) * .62)}.site-header__inner{min-height:66px;gap:.7rem}.site-header__logo{font-size:1.1rem;gap:.45rem}.site-header__logo img{max-height:34px}.account-pill{width:40px;min-height:40px;padding:.25rem}.account-pill__text{display:none}.customer-auth__intro h1,.customer-card h1,.customer-dashboard__header h1{font-size:2.25rem}.customer-form__grid{grid-template-columns:1fr}.customer-table{min-width:620px}.mobile-nav{padding-inline:12px}.product-media{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding-bottom:.65rem;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-media::-webkit-scrollbar{display:none}.product-media__item{aspect-ratio:1 / 1;display:grid;flex:0 0 100%;place-items:center;scroll-snap-align:center;scroll-snap-stop:always}.product-media__item img,.product-media__item video,.product-media__item model-viewer,.product-media__item iframe{width:100%;height:100%;object-fit:contain}.product-media-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.15rem}.hero-curated{gap:1.5rem;padding-block:34px 26px}.hero-curated__content{gap:1rem}.hero-curated__actions{gap:.65rem}.hero-curated__actions .button{flex:1 1 148px;min-height:46px;padding-inline:.9rem}.footer{padding-block:36px}.footer__inner{grid-template-columns:1fr;gap:1.45rem}.footer h2{font-size:1.25rem}.footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1.1rem;justify-content:start}.footer__nav a{min-height:38px;padding-block:.45rem}.hero-curated h1{font-size:2.82rem}.collection-hero-section{padding-block:0}.collection-hero{min-height:clamp(180px,54vw,240px);align-items:center}.collection-hero__content{gap:.65rem;padding-block:1.25rem}.collection-hero h1{font-size:clamp(2.35rem,12vw,3.35rem)}.collection-hero__subtitle{max-width:34rem;font-size:.98rem;line-height:1.45}.collection-hero__image{display:none}.hero-curated__media{min-height:0;height:clamp(240px,66vw,280px)}.collections-grid,.about-blocks{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.product-card{gap:.55rem}.product-card__image{aspect-ratio:1 / 1}.product-card__badge-list{max-width:calc(100% - 1rem)}.product-card__badge-list .badge:nth-child(n+2),.quick-add{display:none}.product-card__info{gap:.25rem}.product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.92rem;line-height:1.25}.product-card .price{font-size:.9rem}.collection-trust-note{margin-bottom:.75rem;font-size:.82rem}.facets{margin-bottom:1rem}.collection-toolbar{display:grid;grid-template-columns:1fr auto;gap:.6rem;padding-block:.55rem}.collection-toolbar__count,.collection-toolbar__sort{font-size:.84rem}.collection-toolbar__sort .select{width:auto;min-height:38px;max-width:148px;padding:.55rem 1.75rem .55rem .65rem;font-size:.84rem}.collection-pagination{padding-block:1.2rem .4rem}.collection-pagination .button-row{display:grid}.collection-pagination .button{width:100%}.collection-intro-section{padding-top:.65rem}.collection-intro{gap:.45rem;padding:1rem 0}.collection-intro p:not(.eyebrow){font-size:.94rem;line-height:1.58}.tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.collection-tile{position:relative;min-height:clamp(150px,43vw,188px);overflow:hidden;align-content:end;gap:.35rem;padding:.9rem;border-radius:var(--radius-base);background:var(--color-surface)}.collection-tile__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;aspect-ratio:auto}.collection-tile__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#faf7ef0a 18%,#faf7ef33 58%,#faf7efe0)}.collection-tile:nth-child(1) .collection-tile__image .placeholder-media{background:#eef0ea}.collection-tile:nth-child(2) .collection-tile__image .placeholder-media{background:#efe6d8}.collection-tile:nth-child(3) .collection-tile__image .placeholder-media{background:#e6ded2}.collection-tile:nth-child(4) .collection-tile__image .placeholder-media{background:#ece7f0}.collection-tile__image .placeholder-media{min-height:100%;color:transparent}.collection-tile>div:last-child{position:relative;z-index:1;align-self:end}.collection-tile h3{margin:0;font-size:1.08rem;line-height:1}.collection-tile p{display:none}.editorial-band .product-grid{display:flex;gap:.9rem;margin-inline:-12px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding-inline:12px;padding-bottom:.45rem;scroll-padding-inline:12px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.editorial-band .product-grid::-webkit-scrollbar{display:none}.editorial-band .product-card{flex:0 0 82%;gap:.6rem;scroll-snap-align:start;scroll-snap-stop:always}.editorial-band .product-card__image{aspect-ratio:1 / 1}.editorial-band .product-card__badge-list,.editorial-band .quick-add{display:none}.editorial-band .product-card__info{gap:.25rem}.editorial-band .product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.92rem;line-height:1.25}.editorial-band .price{font-size:.9rem}.featured-editorial__footer{margin-top:1.35rem}.featured-editorial__view-all{width:100%}#shipping-from-korea{padding-bottom:calc(var(--section-spacing) * .45)}#shipping-from-korea+.section{padding-top:calc(var(--section-spacing) * .45)}.newsletter-form{display:grid}.search-form{grid-template-columns:1fr}.cart-item{grid-template-columns:84px 1fr}.cart-item__total{grid-column:2}}@media(max-width:380px){.announcement{font-size:.82rem;line-height:1.45}.site-header__inner{gap:.45rem}.site-header__logo{gap:.32rem;font-size:1rem;min-width:0}.site-header__logo img{max-height:30px}.site-header__icons{gap:.25rem}.icon-button{width:36px;height:36px}.icon-button svg{width:20px;height:20px}.footer__nav{grid-template-columns:1fr}}body{background-color:var(--color-background);background-image:linear-gradient(rgba(32,31,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(32,31,27,.025) 1px,transparent 1px);background-size:22px 22px,22px 22px}h1,h2,h3,h4{letter-spacing:0;text-transform:none}.eyebrow,.badge,.product-card__badge-list,.collection-toolbar__count,.announcement{font-family:Courier New,Courier,monospace}.eyebrow{color:var(--color-text);letter-spacing:.06em}.announcement{background:var(--color-text);color:var(--color-background);border-bottom:2px solid var(--color-accent)}.site-header{background:color-mix(in srgb,var(--color-background) 92%,white);border-bottom:2px solid var(--color-text);box-shadow:none}.site-header__logo{font-family:Courier New,Courier,monospace;font-size:1.08rem;font-weight:700;text-transform:uppercase}.site-nav{gap:.75rem;font-family:Courier New,Courier,monospace;font-size:.82rem;text-transform:uppercase}.site-nav a,.mobile-nav a{border-bottom:1px solid transparent}.site-nav a:hover,.site-nav a:focus-visible,.mobile-nav a:hover,.mobile-nav a:focus-visible{border-color:currentColor}.button,.shopify-payment-button__button,.field,.select,.filter-pill,.quantity{border-radius:0;box-shadow:none}.button,.shopify-payment-button__button{min-height:44px;padding-inline:1rem;border-width:2px;font-family:Courier New,Courier,monospace;font-size:.86rem;text-transform:uppercase}.button--secondary{background:var(--color-background);color:var(--color-text)}.hero-curated{align-items:stretch;gap:clamp(1.1rem,3vw,2.2rem);min-height:clamp(520px,72vh,700px)}.hero-curated__content{align-content:center;padding-block:clamp(1rem,3vw,2rem);border-block:2px solid var(--color-text)}.hero-curated h1{max-width:780px;font-size:clamp(2.7rem,8vw,7rem);font-weight:800;line-height:.92}.hero-curated__text{max-width:600px;font-family:Courier New,Courier,monospace;font-size:clamp(.96rem,1.35vw,1.12rem);line-height:1.55}.hero-curated__media,.collection-tile__image,.product-card__image,.collection-card__image{border:2px solid var(--color-text);border-radius:0;background:var(--color-surface)}.hero-curated__media img,.collection-tile__image img,.product-card__image img,.collection-card__image img{filter:saturate(.82) contrast(1.04)}.placeholder-media{background:repeating-linear-gradient(-8deg,rgba(32,31,27,.09) 0 1px,transparent 1px 12px),var(--color-surface);color:var(--color-text);font-family:Courier New,Courier,monospace}.section-heading{padding-bottom:1rem;border-bottom:2px solid var(--color-text)}.section-heading h2{font-weight:800;line-height:.98}.editorial-band{background:color-mix(in srgb,var(--color-surface) 72%,var(--color-background));border-block:2px solid var(--color-text)}.collection-tile,.product-card,.value-card,.collection-card,.newsletter,.shipping-note,.cart-summary,.cart-drawer__footer,.customs-notice{border:2px solid var(--color-text);border-radius:0;background:color-mix(in srgb,var(--color-background) 82%,white)}.collection-tile,.value-card,.collection-card,.newsletter,.shipping-note,.cart-summary{padding:1rem}.product-card{padding:.65rem}.product-card--framed{background:color-mix(in srgb,var(--color-background) 82%,white)}.collection-tile h3,.product-card__title,.value-card h3,.collection-card h3{font-family:Courier New,Courier,monospace;font-size:.96rem;line-height:1.25;text-transform:uppercase}.badge{border:1px solid var(--color-text);border-radius:0;background:transparent;color:var(--color-text)}.price{font-family:Courier New,Courier,monospace;font-weight:700}.newsletter h2,.footer h2{font-weight:800;line-height:.98}.footer{border-top:2px solid var(--color-text);background:var(--color-text)}.footer__nav a{border:1px solid color-mix(in srgb,var(--color-background) 55%,transparent);border-radius:0;font-family:Courier New,Courier,monospace}@media(max-width:990px){.hero-curated__content{border-block:0;border-bottom:2px solid var(--color-text)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
