:root{--ink:#2f2927;--muted:#716763;--paper:#fffdf9;--cream:#f6efe7;--rose:#dba8a2;--rose-dark:#8a4f4f;--sage:#617467;--line:#e5dcd4;--white:#fff;--shadow:0 18px 50px rgba(65,45,39,.1);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-sans),system-ui,sans-serif;line-height:1.65}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-family:var(--font-serif),Georgia,serif;line-height:1.04;font-weight:600;text-wrap:balance}h1{font-size:clamp(2.7rem,8vw,5.5rem);letter-spacing:-.035em}h2{font-size:clamp(2.2rem,5vw,3.7rem);letter-spacing:-.025em}h3{font-size:1.75rem}p{margin-block:0 1rem}:focus-visible{outline:3px solid #245b8e;outline-offset:3px}.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section{padding-block:clamp(72px,10vw,128px)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:12px 18px;background:var(--ink);color:white;transform:translateY(-150%)}.skip-link:focus{transform:none}.eyebrow{margin:0 0 14px;color:var(--rose-dark);font-size:.73rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.muted{color:var(--muted)}.lead{color:#504744;font-size:1.05rem}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:750;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{background:var(--rose-dark);color:var(--white);box-shadow:0 10px 24px rgba(138,79,79,.22)}.button--primary:hover{background:#733f40}.button--dark{background:var(--ink);color:var(--white)}.button--ghost{border-color:var(--ink);background:transparent}.text-link{color:var(--rose-dark);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.site-header{position:relative;z-index:20;background:rgba(255,253,249,.93);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:82px;justify-content:space-between;gap:20px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:11px;min-height:48px}.brand-mark{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--rose);border-radius:50%;color:var(--rose-dark);font-family:var(--font-serif),serif;font-size:1.05rem}.brand-logo{width:43px;height:43px;object-fit:contain;border-radius:50%}.brand small,.brand strong,.brand-logo{display:block}.brand strong{font-family:var(--font-serif),serif;font-size:1.35rem;line-height:1}.brand small{margin-top:3px;color:var(--muted);font-size:.65rem;letter-spacing:.1em}.site-header nav{display:flex;align-items:center;gap:clamp(5px,2.5vw,30px)}.site-header nav>a{min-height:44px;display:flex;align-items:center;padding:6px;font-size:.9rem;font-weight:700}.cart-link span{min-width:25px;height:25px;display:grid;place-items:center;margin-left:5px;border-radius:50%;background:var(--ink);color:white;font-size:.72rem}.hero{position:relative;background:linear-gradient(125deg,#fbf5ee 0 56%,#eee2d7 56%);overflow:hidden}.hero:before{content:"";position:absolute;width:280px;height:280px;left:-130px;bottom:-140px;border:1px solid rgba(138,79,79,.18);border-radius:50%}.hero-grid{min-height:min(770px,calc(100svh - 82px));display:grid;align-items:center;gap:45px;padding-block:70px}.hero-copy{position:relative;z-index:2;max-width:660px}.hero-copy>p:not(.eyebrow){max-width:610px;color:var(--muted);font-size:1.08rem}.trust-list{display:flex;flex-wrap:wrap;gap:11px 26px;padding:0;margin:30px 0 0;list-style:none;color:var(--muted);font-size:.82rem}.trust-list li:before{content:"✓";margin-right:7px;color:var(--sage);font-weight:900}.hero-art{position:relative;min-height:380px}.hero-art>.product-visual{position:absolute;inset:0 8% 0 0;border-radius:48% 48% 12px 48%;box-shadow:var(--shadow)}.hero-note{position:absolute;right:0;bottom:10%;width:128px;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:var(--sage);color:white;text-align:center;font-family:var(--font-serif),serif;font-size:1.05rem;line-height:1.2;transform:rotate(8deg)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:38px}.product-grid{display:grid;grid-template-columns:1fr;gap:28px}.product-card{min-width:0;border-radius:var(--radius);background:white;box-shadow:0 8px 35px rgba(65,45,39,.07);overflow:hidden}.product-card__visual{position:relative;display:block;aspect-ratio:1/.88;overflow:hidden}.product-card__visual .product-visual{height:100%;transition:transform .55s ease}.product-card__visual:hover .product-visual{transform:scale(1.025)}.product-card__body{padding:23px}.product-card__body h3{margin-bottom:9px}.product-card__body .muted{min-height:3.4em;font-size:.9rem}.product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:24px}.product-card .button{min-height:44px;padding:10px 15px;font-size:.78rem}.product-card .add-action .text-link{display:none}.product-card--made-to-order{border:1px solid #ddd5ce;background:#f4f1ed;box-shadow:0 8px 28px rgba(65,45,39,.045)}.product-card--made-to-order .product-card__visual .product-visual{filter:saturate(.4) grayscale(.18);opacity:.76}.product-card--made-to-order .product-card__visual:hover .product-visual{transform:none}.product-card--made-to-order .muted,.product-card--made-to-order .price{color:#776e69}.price{font-size:1.08rem;white-space:nowrap}.price--large{margin:20px 0 10px;font-family:var(--font-serif),serif;font-size:2rem}.pill{position:absolute;top:16px;left:16px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(255,253,249,.93);color:var(--rose-dark);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pill--static{position:static;flex:none}.made-to-order-overlay{position:absolute;z-index:2;top:16px;right:16px;padding:8px 12px;border:1px solid rgba(47,41,39,.22);border-radius:999px;background:rgba(255,253,249,.94);color:var(--ink);font-size:.7rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.made-to-order-label{color:var(--muted);font-size:.82rem;font-weight:750}.inquiry-link{text-align:center}.sold-label{display:inline-flex;min-height:44px;align-items:center;color:var(--muted);font-size:.83rem;font-weight:700}.add-action{display:grid;gap:10px;align-items:center}.add-action--compact{justify-items:end}.variant-picker{width:min(100%,390px);display:grid;gap:6px;color:var(--ink);font-size:.78rem;font-weight:800}.variant-picker select{min-width:220px}.variant-availability{width:100%;margin:0;color:var(--muted);font-size:.76rem}.product-visual{position:relative;min-width:0;overflow:hidden;background:#eadbd3;isolation:isolate}.product-visual--photo img{object-fit:cover}.product-visual__halo{position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.9),rgba(255,255,255,.18) 52%,transparent 70%);filter:blur(2px)}.product-visual__strand{width:61%;left:20%;top:19%;border:2px solid rgba(122,88,76,.2);transform:rotate(-13deg)}.product-visual__strand,.product-visual__strand i{position:absolute;aspect-ratio:1;border-radius:50%}.product-visual__strand i{--angle:calc(var(--bead) * 22.5deg);width:15%;left:42.5%;top:42.5%;transform:rotate(var(--angle)) translateY(-325%) rotate(calc(-1 * var(--angle)));background:radial-gradient(circle at 33% 28%,#fff 0 8%,#d9c5be 22%,#ac8682 68%,#71524e 100%);box-shadow:inset -3px -4px 8px rgba(75,48,46,.25),0 4px 8px rgba(75,48,46,.16)}.product-visual__strand i:first-child{--bead:0}.product-visual__strand i:nth-child(2){--bead:1}.product-visual__strand i:nth-child(3){--bead:2}.product-visual__strand i:nth-child(4){--bead:3}.product-visual__strand i:nth-child(5){--bead:4}.product-visual__strand i:nth-child(6){--bead:5}.product-visual__strand i:nth-child(7){--bead:6}.product-visual__strand i:nth-child(8){--bead:7}.product-visual__strand i:nth-child(9){--bead:8}.product-visual__strand i:nth-child(10){--bead:9}.product-visual__strand i:nth-child(11){--bead:10}.product-visual__strand i:nth-child(12){--bead:11}.product-visual__strand i:nth-child(13){--bead:12}.product-visual__strand i:nth-child(14){--bead:13}.product-visual__strand i:nth-child(15){--bead:14}.product-visual__strand i:nth-child(16){--bead:15}.product-visual__shine{position:absolute;width:20%;height:9%;left:42%;top:45%;border-radius:50%;background:linear-gradient(135deg,#b88b49,#f7df9d 52%,#8a5d2c);box-shadow:0 4px 10px rgba(73,50,33,.2);transform:rotate(-13deg)}.product-visual--luna{background:linear-gradient(145deg,#efe2dd,#d9c5c4)}.product-visual--luna .product-visual__strand i{background:radial-gradient(circle at 30% 27%,#fff,#eee7e1 28%,#c7b9bb 65%,#8d7b81)}.product-visual--luna-detail{background:#ece2df}.product-visual--sol{background:linear-gradient(145deg,#f0ddc3,#ceaa7e)}.product-visual--sol .product-visual__strand i{background:radial-gradient(circle at 30% 27%,#fff6cf,#d99c46 38%,#a85b26 72%,#6f371e)}.product-visual--rosa{background:linear-gradient(145deg,#f0e3dd,#d6b5b8)}.product-visual--rosa .product-visual__strand{width:70%;height:55%;top:22%;left:15%;border-radius:50% 50% 42% 42%}.product-visual--rosa .product-visual__strand i{background:radial-gradient(circle at 30% 27%,#fff,#e7bfc4 36%,#b87c86 73%,#774d58)}.product-visual--mist{background:linear-gradient(145deg,#e8e7e3,#c8c7c1)}.product-visual--mist .product-visual__strand{width:50%;left:25%}.product-visual--neutral{background:linear-gradient(145deg,#eee9e3,#d6cec6)}.category-band{padding-block:clamp(70px,10vw,110px);background:var(--ink);color:white}.category-band .eyebrow{color:#e7bcb5}.category-links{display:grid;gap:1px;margin-top:38px;background:rgba(255,255,255,.17)}.category-links a{position:relative;min-height:115px;display:grid;grid-template-columns:40px 1fr;align-items:center;gap:10px;padding:25px 12px;background:var(--ink);font-family:var(--font-serif),serif;font-size:1.8rem;transition:background .2s}.category-links a:hover{background:#3a3330}.category-links a>span{color:#d9a9a3;font-family:var(--font-sans),sans-serif;font-size:.65rem}.category-links small{grid-column:2;color:#b9aeaa;font-family:var(--font-sans),sans-serif;font-size:.7rem}.story{display:grid;gap:25px;padding-block:clamp(80px,12vw,145px)}.story-copy{max-width:610px;color:var(--muted);font-size:1.05rem}.story-copy>p{margin:0}.story-copy address{padding-top:20px;color:var(--ink);font-size:.83rem;font-style:normal}.store-description,.story-copy address{white-space:pre-line}.page-heading{max-width:760px;margin-bottom:44px}.page-heading>p:not(.eyebrow){margin-top:20px;color:var(--muted)}.catalog-page{padding-top:70px}.catalog-tools{display:grid;gap:15px;padding:20px;margin-bottom:20px;border:1px solid var(--line);border-radius:18px;background:white}.catalog-tools label{display:grid;gap:7px;font-size:.78rem;font-weight:800}input,select,textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #bdb1aa;border-radius:10px;background:white;color:var(--ink)}textarea{min-height:110px;resize:vertical}input:hover,select:hover,textarea:hover{border-color:#7d6f69}.catalog-result{display:flex;justify-content:space-between;gap:20px;margin:24px 0;color:var(--muted);font-size:.85rem}.empty-panel,.page-state{padding:clamp(45px,8vw,80px);border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);text-align:center}.empty-panel p,.page-state p{max-width:570px;margin:15px auto 25px;color:var(--muted)}.page-state{margin-block:70px}.spinner{width:24px;height:24px;display:inline-block;margin-right:10px;border:2px solid var(--line);border-top-color:var(--rose-dark);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}.product-page{padding-block:24px 90px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;padding-block:15px 25px;color:var(--muted);font-size:.74rem}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.product-detail{display:grid;gap:42px}.gallery-main{aspect-ratio:1;overflow:hidden;border-radius:var(--radius)}.gallery-main .product-visual{height:100%}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:4px}.gallery-thumbs button{width:76px;height:76px;flex:none;padding:0;border:2px solid transparent;border-radius:13px;background:none;cursor:pointer;overflow:hidden}.gallery-thumbs button[aria-selected=true]{border-color:var(--rose-dark)}.gallery-thumbs .product-visual{height:100%}.product-copy{align-self:center;min-width:0}.product-title-row{display:flex;align-items:start;gap:15px}.product-title-row h1{font-size:clamp(2.8rem,6vw,4.4rem)}.availability{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:800}.availability:before{content:"";width:8px;height:8px;border-radius:50%}.availability--yes{color:#315c40}.availability--yes:before{background:#4d875e}.availability--no{color:#8a3e3e}.availability--no:before{background:#aa4d4d}.note-box{padding:16px 18px;margin:24px 0;border-left:3px solid var(--rose);background:var(--cream);font-size:.86rem}.note-box p{margin:3px 0 0}.product-copy .add-action{display:flex;flex-wrap:wrap;margin-top:25px}.reservation-note{margin-top:12px;color:var(--muted);font-size:.74rem}.product-facts{margin-top:30px;border-top:1px solid var(--line)}.product-facts div{display:grid;grid-template-columns:105px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:.78rem}.product-facts dt{color:var(--muted)}.product-facts dd{margin:0;font-weight:700}.product-inquiry{scroll-margin-top:24px;display:grid;gap:28px;padding:clamp(26px,5vw,48px);margin-top:clamp(50px,8vw,85px);border:1px solid var(--line);border-radius:var(--radius);background:var(--cream)}.product-inquiry__intro{max-width:500px}.product-inquiry--success h2,.product-inquiry__intro h2{margin-bottom:14px;font-size:clamp(2rem,4vw,3rem)}.product-inquiry--success p,.product-inquiry__intro>p:last-child{color:var(--muted)}.product-inquiry__form{min-width:0;display:grid;gap:16px}.product-inquiry__form .error-summary{grid-column:1/-1;margin:0}.product-inquiry__form .field>small:not(.field-error){color:var(--muted);font-weight:500}.product-inquiry__submit{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}.product-inquiry__submit small{color:var(--muted);font-weight:500}.product-inquiry--success{grid-template-columns:auto minmax(0,1fr);align-items:start}.inquiry-check{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--sage);color:white;font-size:1.4rem;font-weight:900}.cart-layout,.checkout-layout{display:grid;gap:36px;align-items:start}.cart-lines{display:grid;gap:1px;margin-bottom:24px;background:var(--line)}.cart-line{min-width:0;display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;padding:18px 0;background:var(--paper)}.cart-line__image{width:88px;height:88px;border-radius:14px;overflow:hidden}.cart-line__image .product-visual{height:100%}.cart-line__copy{min-width:0}.cart-line__copy .eyebrow{margin-bottom:4px}.cart-line__copy h3{overflow-wrap:anywhere;font-size:1.35rem}.cart-line__variant{margin:5px 0 3px;color:var(--muted);font-size:.75rem}.cart-line__controls{grid-column:2;display:flex;align-items:end;justify-content:space-between;gap:16px}.cart-line__controls label{display:grid;gap:4px;color:var(--muted);font-size:.72rem}.cart-line__controls select{width:76px}.remove-button{min-height:44px;padding:8px 0;border:0;background:transparent;color:#8b3e3e;cursor:pointer;font-weight:750;text-decoration:underline;text-underline-offset:3px}.cart-summary,.checkout-summary{padding:26px;border-radius:var(--radius);background:var(--cream);box-shadow:var(--shadow)}.cart-summary h2,.checkout-summary h2{margin-bottom:20px;font-size:2.15rem}.cart-summary dl,.checkout-summary dl,.totals{margin:0}.cart-summary dl div,.checkout-summary dl div,.totals div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.84rem}.cart-summary dd,.checkout-summary dd,.totals dd{margin:0;text-align:right}.cart-total{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:24px 0}.cart-total span{font-size:.8rem}.cart-total strong{font-family:var(--font-serif),serif;font-size:1.7rem;white-space:nowrap}.button--wide{width:100%}.checkout-form{display:grid;gap:22px}.checkout-form fieldset{min-width:0;padding:22px;margin:0;border:1px solid var(--line);border-radius:18px;background:white}.checkout-form legend{padding:0 9px;font-family:var(--font-serif),serif;font-size:1.55rem;font-weight:650}.field-grid{display:grid;gap:16px}.field{display:grid;gap:6px;min-width:0;font-size:.78rem;font-weight:750}.field-error{display:block;margin:4px 0 0;color:#9a2929;font-size:.74rem;font-weight:700}[aria-invalid=true]{border-color:#a73434;box-shadow:0 0 0 1px #a73434}.choice-list{display:grid;gap:10px}.choice{min-width:0;min-height:62px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.choice:has(input:checked){border-color:var(--rose-dark);background:#fff9f7;box-shadow:0 0 0 1px var(--rose-dark)}.check input,.choice input{width:20px;height:20px;min-height:0;accent-color:var(--rose-dark)}.choice small,.choice strong{display:block}.choice small{color:var(--muted);font-size:.7rem}.choice b{font-size:.78rem;white-space:nowrap}.check{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;margin-block:12px;cursor:pointer;font-size:.78rem}.check a{color:var(--rose-dark);text-decoration:underline;text-underline-offset:3px}.check b{color:#9a2929}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.error-summary{padding:16px 18px;border:1px solid #c47676;border-radius:12px;background:#fff2f0;color:#792828}.error-summary p{margin:3px 0 0}.error-summary ul{margin:8px 0 0;padding-left:20px}.checkout-summary{position:sticky;top:20px}.checkout-summary>ul{padding:0;margin:0 0 18px;list-style:none}.checkout-summary>ul li{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.82rem}.checkout-summary li span{min-width:0;overflow-wrap:anywhere}.checkout-summary li small{color:var(--muted)}.checkout-summary li em{display:block;margin-top:3px;color:#9a2929;font-size:.7rem;font-style:normal;font-weight:800}.summary-line--unavailable{padding-inline:8px!important;border-radius:8px;background:#fff1ef}.price-warning{padding:12px;border-radius:10px;background:#fff2cf;color:#614d1b;font-size:.76rem}.order-view{max-width:980px;margin-inline:auto}.order-hero{max-width:720px;margin:0 auto 45px;text-align:center}.order-check{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:var(--sage);color:white;font-size:1.8rem}.order-hero h1{font-size:clamp(2.7rem,7vw,4.5rem)}.order-hero>p:last-child{margin-top:15px}.order-grid,.order-side{display:grid;gap:20px}.order-card{min-width:0;padding:24px;border:1px solid var(--line);border-radius:18px;background:white}.order-card h2,.status-link-box h2{margin-bottom:18px;font-size:1.7rem}.order-items{padding:0;margin:0 0 16px;list-style:none}.order-items li{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.84rem}.delivery-detail{display:block;margin-top:2px;color:var(--muted);font-size:.72rem;font-weight:600}.totals__grand{padding-top:16px!important;border:0!important;font-weight:850;font-size:1rem!important}.status-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f4e6bc;color:#5e4a16;font-size:.72rem;font-weight:850}.payment-method{margin:-8px 0 10px;color:var(--muted);font-size:.78rem;font-weight:750}.status-badge--paid{background:#dcecdf;color:#285238}.status-badge--cancelled,.status-badge--refunded{background:#eee7e5;color:#665956}.payment-instructions{margin-top:18px;padding:14px;border-radius:10px;background:var(--cream);overflow-wrap:anywhere;white-space:pre-wrap}.deadline{color:var(--muted);font-size:.78rem}.status-line{display:flex;align-items:center;gap:9px;font-weight:800}.status-line span{width:10px;height:10px;border-radius:50%;background:var(--sage)}.order-card .muted{font-size:.75rem}.status-link-box{display:grid;gap:20px;align-items:center;padding:25px;margin-top:20px;border-radius:18px;background:var(--ink);color:white}.status-link-box h2{margin-bottom:5px}.status-link-box p{margin:0;color:#c9bfba;font-size:.8rem}.center-actions{margin-top:30px;text-align:center}.content-page{max-width:800px;margin-inline:auto}.content-page header{padding-bottom:35px;border-bottom:1px solid var(--line)}.content-sections{display:grid;gap:18px;padding-block:40px}.content-sections section{margin-block:9px}.content-sections h2{margin:12px 0 10px;font-size:2rem}.content-sections p{margin:0;color:var(--muted);white-space:pre-wrap}.content-break{height:8px}.content-bullet{position:relative;padding-left:20px}.content-bullet:before{content:"•";position:absolute;left:2px;color:var(--rose-dark)}.content-updated{padding-top:15px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem}.store-contact{max-width:800px;padding:35px;margin:45px auto 0;border-radius:var(--radius);background:var(--cream)}.store-contact h2{margin-bottom:14px}.store-contact>p:not(.eyebrow){color:var(--muted)}.store-contact dl{display:grid;gap:14px;margin:25px 0 0}.store-contact dl div{min-width:0;display:grid;gap:4px}.store-contact dt{color:var(--muted);font-size:.72rem;font-weight:750}.store-contact dd{min-width:0;margin:0;overflow-wrap:anywhere}.store-contact address{font-style:normal;white-space:pre-line}.site-footer{padding-top:68px;background:#282321;color:#f5eeea}.footer-grid{display:grid;gap:40px}.footer-grid strong{font-family:var(--font-serif),serif;font-size:1.9rem}.footer-grid p{max-width:330px;color:#bfb4af;font-size:.84rem}.footer-grid h2{margin-bottom:12px;font-family:var(--font-sans),sans-serif;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase}.footer-grid nav{display:grid;gap:8px}.footer-grid nav a{color:#d9cfca;font-size:.83rem}.site-footer .text-link{color:#e4b8b1}.footer-bottom{padding-block:25px;margin-top:55px;border-top:1px solid #49413e;color:#9f9490;font-size:.7rem}@media (min-width:700px){.shell{width:min(1180px,calc(100% - 64px))}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-tools{grid-template-columns:minmax(200px,1fr) minmax(180px,.7fr) auto;align-items:end}.category-links{grid-template-columns:repeat(3,1fr)}.category-links a{min-height:180px;align-content:center}.story{grid-template-columns:1fr 1fr;align-items:center}.product-detail{grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr)}.product-inquiry{grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);align-items:start}.product-inquiry__form{grid-template-columns:repeat(2,minmax(0,1fr))}.field--wide{grid-column:1/-1}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.cart-line{grid-template-columns:110px minmax(0,1fr) auto;align-items:center}.cart-line__image{width:110px;height:110px}.cart-line__controls{grid-column:auto;min-width:170px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-grid{grid-template-columns:1.25fr .75fr}.status-link-box{grid-template-columns:minmax(0,1fr) auto}}@media (min-width:1020px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card:nth-child(2){transform:translateY(25px)}.cart-layout{grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr)}.checkout-layout{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr)}}@media (max-width:520px){.header-inner{min-height:70px}.brand small{display:none}.brand-logo,.brand-mark{width:38px;height:38px}.brand strong{font-size:1.08rem}.site-header nav>a:not(.cart-link){display:none}.hero{background:linear-gradient(155deg,#fbf5ee 0 67%,#eee2d7 67%)}.hero-grid{padding-top:55px}.hero-art{min-height:330px}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:15px}.product-card__footer{align-items:center}.product-card .button{max-width:145px}.product-title-row{display:block}.product-title-row .pill{display:inline-flex;margin-top:12px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_b93a94{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_b93a94{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_481cdf{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_481cdf{--font-sans:"Manrope","Manrope Fallback"}