@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f6f3ec;--ink:#25251f;--muted:#6e6d63;--rule:#d8d5ca;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid #8b6a3e;outline-offset:6px}.announcement{background:var(--ink);color:var(--paper);font-size:11px;letter-spacing:1.7px;text-align:center;padding:12px 18px}header{height:100px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule);gap:25px}.logo{font-family:'Manrope',sans-serif;font-size:39px;letter-spacing:-2.5px;font-weight:800;line-height:1}.logo span{font-weight:400}.logo sup{vertical-align:top;font-size:12px;letter-spacing:0;margin-left:3px}nav{display:flex;gap:32px}nav a,.shop-link{font-size:14px}nav a:hover,.text-link:hover{color:#8b6a3e}.shop-link{display:flex;align-items:center;gap:15px}.shop-link svg{width:23px;height:23px}.menu{display:none}.hero{display:grid;grid-template-columns:1.04fr 1fr;margin:28px 5% 0;min-height:640px}.hero-copy{padding:55px 35px 22px 0;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:500;display:flex;align-items:center;gap:12px}.line{width:24px;height:1px;background:currentColor}h1{font-weight:500;font-size:clamp(52px,5.5vw,88px);letter-spacing:-4px;line-height:1.07;margin:33px 0 25px}em{font-family:var(--serif);font-weight:400}h1 em{font-size:1.08em}.hero-copy>p{color:var(--muted);line-height:1.65;margin:0 0 32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:19px 25px;background:var(--ink);color:var(--paper);font-size:14px;min-height:56px;border:1px solid var(--ink);transition:background .2s}.button:hover{background:#45453a}.button span{font-size:22px;line-height:1}.hero-foot{display:flex;gap:20px;margin-top:auto;padding-top:48px;font-size:10px;letter-spacing:1.15px;color:var(--muted)}.hero-image{position:relative;overflow:hidden;background:#b6b8a7;min-height:600px}.hero-image>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 15%}.photo-label{position:absolute;bottom:20px;left:22px;right:22px;padding:18px 20px;background:#f6f3eceb;backdrop-filter:blur(10px)}.photo-label>span{font-size:10px;letter-spacing:1.4px}.photo-label>div{display:flex;align-items:center;gap:15px;margin-top:9px}.photo-label strong{font-family:var(--serif);font-size:28px;font-weight:400}.photo-label div>span{font-size:12px;color:var(--muted)}.photo-label a{margin-left:auto;font-size:24px}.values{padding:29px 5%;display:flex;justify-content:space-around;align-items:center;gap:20px;border-bottom:1px solid var(--rule);font-size:13px}.star{font-size:26px;font-weight:400;color:#777763}.section{padding:95px 5%}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}h2{font-size:clamp(36px,4vw,62px);line-height:1.13;font-weight:400;letter-spacing:-2px;margin:24px 0 0}.section-top p{color:var(--muted);line-height:1.65;margin:0 0 5px;font-size:15px}.collection-bar{margin-top:42px;border-top:1px solid var(--rule);padding:20px 0;display:flex;justify-content:space-between;font-size:14px}.collection-bar>a{border-bottom:1px solid var(--ink);padding-bottom:4px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product button{border:0;background:none;color:inherit;padding:0;width:100%;text-align:left}.product-image{aspect-ratio:3/4;position:relative;overflow:hidden;background:#e6e4d9}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product:hover img{transform:scale(1.04)}.product-tag{position:absolute;top:15px;left:15px;background:var(--paper);font-size:10px;padding:6px 9px;letter-spacing:1px}.product-plus{position:absolute;bottom:12px;right:12px;background:var(--paper);width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-size:22px}.product-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:17px}.product h3{font-size:22px;font-weight:400;margin:0}.product-price{font-size:14px}.product p{font-size:13px;color:var(--muted);margin:7px 0 22px}.shop-note{font-size:12px;color:var(--muted);margin-top:25px;line-height:1.6}.story{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;background:#eae7dd;border-top:1px solid var(--rule)}.story h2{margin:0 0 30px}.story p{max-width:480px;line-height:1.75;color:#646458}.text-link{display:inline-flex;gap:50px;border-bottom:1px solid;padding:12px 0;margin-top:18px;font-size:14px}.business{background:var(--ink);color:var(--paper)}.business .eyebrow{color:#c3c2b5}.business h2{max-width:1000px;margin-top:35px}.business-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:40px}.business-bottom p{max-width:510px;color:#c3c2b5;line-height:1.7}.button.light{background:var(--paper);color:var(--ink)}.button.light:hover{background:#dedbcf}footer{padding:60px 5% 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-top p{color:var(--muted);font-size:14px}.footer-top>a:last-child{font-size:18px;border-bottom:1px solid;padding-bottom:7px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:25px;border-top:1px solid var(--rule);font-size:12px;color:var(--muted)}dialog{padding:0;border:0;background:var(--paper);color:var(--ink);width:min(840px,calc(100% - 32px));max-height:90dvh}dialog::backdrop{background:#16191199;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close{position:absolute;right:14px;top:12px;border:0;border-radius:50%;width:40px;height:40px;background:var(--paper);font-size:28px;z-index:2}#detail-content{display:grid;grid-template-columns:1fr 1fr}.detail-photo{width:100%;height:100%;min-height:480px;object-fit:cover}.detail-copy{padding:60px 30px 35px}.detail-copy h2{margin:20px 0}.detail-copy p{line-height:1.65;color:var(--muted)}.detail-copy label{display:block;font-size:13px;margin:25px 0 8px}.detail-copy select{width:100%;padding:12px;border:1px solid var(--rule);background:transparent;color:var(--ink)}.detail-copy .button{display:flex;margin-top:20px;gap:15px}.detail-copy .price{font-size:24px;color:var(--ink);margin:20px 0 0}.detail-copy .small{font-size:12px}.skip{position:fixed;top:-100px;z-index:10;background:var(--ink);color:white;padding:15px}.skip:focus{top:5px}@media(min-width:1600px){header,.hero{max-width:1500px;margin-left:auto;margin-right:auto}.section{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}@media(max-width:950px){nav{gap:18px}.hero{min-height:550px}.hero-copy{padding-top:35px}h1{letter-spacing:-2.5px;font-size:clamp(40px,5.8vw,58px)}.hero-image{min-height:550px}.hero-foot{flex-direction:column;gap:8px}.products{gap:16px}.product h3{font-size:20px}.product-heading{align-items:flex-start;flex-direction:column;gap:7px}.section{padding-top:70px;padding-bottom:70px}.footer-top{flex-wrap:wrap}.footer-top p{display:none}}@media(max-width:650px){.announcement{font-size:9px;letter-spacing:1px;padding:10px}header{height:80px}.logo{font-size:33px}.shop-link{margin-left:auto;gap:8px}.menu{display:block;border:0;background:none;font-size:13px;padding:10px 0}nav{display:none;position:absolute;top:115px;left:0;right:0;padding:25px 5%;background:var(--paper);z-index:5;border-bottom:1px solid var(--rule)}nav.open{display:flex;flex-direction:column;gap:25px}.hero{grid-template-columns:1fr;margin-top:0}.hero-copy{padding:34px 0 30px}.eyebrow{font-size:10px;letter-spacing:1.3px}h1{font-size:52px;margin:25px 0 22px}.hero-copy>p{line-height:1.6;font-size:15px;margin-bottom:25px}.hero-foot{flex-direction:row;font-size:8px;gap:16px;padding-top:28px}.hero-image{min-height:480px}.photo-label{left:14px;right:14px;bottom:14px}.values{flex-wrap:wrap;justify-content:center;gap:15px;padding:23px 5%;font-size:11px}.values .star{font-size:18px}.values span:last-child,.values .star:nth-last-child(2){display:none}.section{padding-top:55px;padding-bottom:55px}.section-top{display:block}h2{font-size:40px}.section-top p{margin-top:20px;font-size:14px}.collection-bar{margin-top:30px;font-size:12px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.product-heading{flex-direction:row;flex-wrap:wrap;gap:7px}.product h3{font-size:20px}.product-price{font-size:12px}.product p{font-size:12px;line-height:1.5;margin-bottom:10px}.product-tag{left:9px;top:9px;font-size:8px}.story{grid-template-columns:1fr;gap:30px}.story p{font-size:15px}.business-bottom{display:block;margin-top:25px}.business-bottom .button{margin-top:15px}.footer-top{align-items:flex-start;flex-direction:column;gap:30px}.footer-bottom{flex-direction:column;gap:12px;margin-top:35px}#detail-content{grid-template-columns:1fr}.detail-photo{height:250px;min-height:0;object-position:center 55%}.detail-copy{padding:30px 25px}.detail-copy h2{font-size:36px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.store-section{border-top:1px solid var(--rule)}.store-top{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px}.store-top .text-link{background:none;border:0;border-bottom:1px solid;color:var(--ink)}#store-status{line-height:1.6;color:var(--muted)}#store-status:empty{display:none}#ecwid-store{min-height:100px}.detail-copy button.button{width:100%}.button:disabled{opacity:.5;cursor:wait}.ec-size .ec-store{font-family:'DM Sans',sans-serif!important}.ec-size .ec-store .form-control--primary .form-control__button{background:var(--ink)!important;border-color:var(--ink)!important;border-radius:0!important}.ec-size .ec-store .form-control__button{border-radius:0!important}.store-section[hidden]{display:none}#cart-count{font-size:12px}
/* Catalog and individual product pages */
header nav a:first-child{font-weight:650}.product{display:flex;flex-direction:column;min-width:0}.product-link{display:block}.product .product-image{aspect-ratio:4/5;background:#ebe9e1}.product .product-image img{object-fit:contain;mix-blend-mode:multiply}.product h3{font-size:18px;line-height:1.4;margin:18px 0 0;min-height:50px}.product .product-amount{font-size:14px;margin:8px 0;color:var(--muted)}.product .product-price{font-size:20px;font-weight:500;margin:2px 0 18px}.product button.add-to-cart{padding:15px 18px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;align-items:center;margin-top:auto;min-height:52px}.product button.add-to-cart:hover{background:#44453b}.button .button-label{font-size:14px;line-height:1.3}.product .product-tag{font-size:12px;text-transform:uppercase}.products{row-gap:44px}.collection-bar{font-size:14px}.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;margin:35px 5% 0;font-size:14px;color:var(--muted)}.breadcrumb a:hover{text-decoration:underline}.product-page{display:grid;grid-template-columns:1.05fr 1fr;gap:7%;padding-top:35px;padding-bottom:70px}.product-page-image{background:#ebe9e1;min-width:0;aspect-ratio:4/5;max-height:720px}.product-page-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-page-copy{padding:30px 0;align-self:start}.product-page h1{font-size:clamp(32px,3.8vw,56px);letter-spacing:-1.6px;line-height:1.12;margin:25px 0;overflow-wrap:anywhere}.product-volume{font-size:18px;color:var(--muted);margin:0}.detail-product-price{font-size:32px;margin:30px 0 14px}.availability{font-size:14px;margin:0 0 28px;color:var(--muted)}.quantity-label{font-size:14px;display:block;margin-bottom:8px}.quantity-input{border:1px solid var(--rule);background:transparent;font:inherit;padding:13px 15px;width:90px;height:50px;color:var(--ink);margin-bottom:20px}.product-page .button{width:100%;max-width:420px}.product-page .shop-note{font-size:13px;margin-top:15px}.product-page .text-link{font-size:14px}.product-description{display:grid;grid-template-columns:.65fr 1.35fr;gap:7%;border-top:1px solid var(--rule)}.product-description h2{font-size:38px}.description-content{min-width:0;font-size:16px;line-height:1.75;overflow-wrap:anywhere}.description-content p{margin:0 0 16px}.description-content h2,.description-content h3,.description-content h4,.description-content h5,.description-content h6{font-size:20px;font-weight:500;letter-spacing:0;line-height:1.4;margin:0 0 20px}.description-content img{max-width:100%;height:auto;max-height:110px;object-fit:contain;margin:10px 10px 10px 0}.description-content table{width:100%;border-collapse:collapse}.description-content td,.description-content th{padding:8px;border:1px solid var(--rule)}body.store-open main>:not(.store-section){display:none}body.store-open .store-section{min-height:65vh}.store-top .text-link{white-space:nowrap}.product .add-to-cart:disabled{opacity:.5}.breadcrumb span:last-child{overflow-wrap:anywhere}
@media(max-width:950px){.product h3{font-size:17px;min-height:70px}.product-page{gap:5%}.product-page-copy{padding-top:10px}.product-page h1{font-size:34px}.product .product-tag{font-size:10px}}
@media(max-width:650px){.products{row-gap:30px}.product h3{font-size:16px;min-height:66px;line-height:1.4}.product .product-price{font-size:19px}.product .product-amount{font-size:14px}.product button.add-to-cart{padding:13px 12px;min-height:50px}.product .product-tag{font-size:10px}.collection-bar{gap:15px;font-size:12px}.collection-bar span:last-child{text-align:right}.product-page{grid-template-columns:1fr;padding-top:25px;gap:25px}.product-page-image{max-height:480px}.product-page h1{font-size:36px}.product-page-copy{padding:5px 0}.product-page .button{max-width:none}.product-description{grid-template-columns:1fr;gap:35px}.product-description h2{font-size:36px}.breadcrumb{font-size:12px;margin-top:25px;gap:9px}.store-top{align-items:flex-start;flex-direction:column}.store-top h2{font-size:38px}}
.breadcrumb{position:static;inset:auto;z-index:auto;background:none;padding:0;border:0;flex-direction:row}.breadcrumb a{font-size:inherit}
