@font-face{font-family:DM Sans;src:url(/fonts/dm-sans-latin.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/dm-sans-latin-ext.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap;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:Inter;src:url(/fonts/inter-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--color-bg:#faf9f5;--color-surface:#fff;--color-ink:#35251e;--color-muted:#766b62;--color-cta:#35251e;--color-cta-hover:#67463a;--color-cta-ink:#fff;--color-accent:#583f33;--color-accent-ink:#fff;--color-danger:#a23a2e;--color-butter:#eeeae0;--color-lilac:#eeece6;--font-display:"DM Sans",sans-serif;--font-body:Inter,sans-serif;--display-tracking:-.045em;--radius:4px;--border:1px solid #dedad0;--space-unit:1rem;--container-max:1440px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:5px}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),summary{cursor:pointer}a,button{touch-action:manipulation}:focus-visible{outline:2px solid #795a42;outline-offset:5px}main:focus{outline:none}h1,h2,h3{font-family:var(--font-display);font-weight:500;letter-spacing:-.045em;line-height:1.06;margin:0}h1{font-size:clamp(42px,5.5vw,76px)}h2{font-size:clamp(34px,4vw,54px)}h3{font-size:25px}p{margin:0 0 1.1em}svg{flex-shrink:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(22px,4.5vw,72px)}.skip-link{position:fixed;z-index:300;top:-100px;left:16px;padding:12px;background:#fff}.skip-link:focus{top:8px}.announcement{height:34px;background:var(--color-ink);color:var(--color-butter);padding:0 clamp(22px,4.5vw,72px);display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.02em}.announcement span:last-child{display:flex;align-items:center;gap:14px}.site-header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid #35251e15}.site-header__inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:26px}.site-header__brand{font-family:var(--font-display);font-size:57px;line-height:1;letter-spacing:-5px;font-weight:600;text-decoration:none;display:flex;align-items:center;white-space:nowrap}.brand-dot{margin-right:17px}.brand-description{font-family:var(--font-body);font-size:9px;line-height:1.3;letter-spacing:-.1px;font-weight:400}.site-nav{display:flex;align-items:center;gap:25px;white-space:nowrap;font-size:12px}.site-nav a{text-decoration:none;position:relative;padding:12px 0}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.site-nav a:hover:after,.site-nav a[aria-current]:after{transform:scaleX(1)}.site-nav .nav-atelier{margin-left:8px;color:var(--color-accent)}.header-tools{display:flex;align-items:center;gap:20px}.cart-badge{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:11px;white-space:nowrap}.cart-badge__count{display:grid;place-items:center;border:1px solid #b0a598;border-radius:50%;width:21px;height:21px;font-size:10px}.cart-badge__label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.menu-toggle{display:none;padding:8px;background:transparent;border:0}.mobile-menu{position:absolute;left:0;right:0;top:100%;background:var(--color-bg);padding:15px 24px 28px;box-shadow:0 20px 25px #35251e12}.mobile-menu a{display:flex;justify-content:space-between;padding:13px 0;text-decoration:none;border-bottom:var(--border);font-family:var(--font-display);font-size:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:14px 27px;border:1px solid transparent;border-radius:40px;background:var(--color-cta);color:var(--color-cta-ink);font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.btn:hover{background:var(--color-cta-hover);transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--ghost{background:transparent;color:var(--color-ink);border:1px solid var(--color-ink)}.btn--ghost:hover{background:#35251e0b}.text-link{font-size:12px;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:5px;display:inline-flex;gap:22px;align-items:center}.section{margin-block:85px}.section__head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section__head h2{max-width:650px}.section__head p{font-size:13px;color:var(--color-muted);margin-top:15px}.section__head a{white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 22px}.product-card{display:flex;flex-direction:column;text-decoration:none;min-width:0}.product-card__media{aspect-ratio:1/1.08;position:relative;overflow:hidden;background:#f0eee7;border-radius:3px}.product-card:nth-child(4n+2) .product-card__media{background:#f0eee7}.product-card:nth-child(4n+3) .product-card__media{background:#f0eee7}.product-card:nth-child(4n+4) .product-card__media{background:#f0eee7}.product-card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:16px;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.product-card:hover .product-card__media img{transform:scale(1.055)}.product-card__arrow{position:absolute;bottom:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;background:#faf9f5;border-radius:50%;font-size:20px;transition:background .2s}.product-card:hover .product-card__arrow{background:var(--color-butter)}.product-card__body{padding:16px 0 0;display:flex;flex-direction:column;align-items:start;gap:6px}.product-card__category{font-size:9px;color:var(--color-muted)}.product-card__title{font-family:var(--font-display);font-size:17px;font-weight:500;letter-spacing:-.35px;line-height:1.3}.product-card__sold-out{font-size:12px;color:var(--color-danger)}.price{font-size:13px;color:var(--color-ink);font-weight:400;white-space:nowrap}.price--compare{color:var(--color-muted);text-decoration:line-through;margin-right:8px}.breadcrumb{font-size:11px;color:var(--color-muted);margin-block:25px}.breadcrumb a{text-decoration:none}.product-page{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:70px;margin-top:40px;align-items:start}.product-info{padding:15px 0}.product-info h1{font-size:clamp(38px,3.8vw,58px)}.product-info__price{margin:24px 0}.product-info__price .price{font-size:26px}.product-info>[data-add-to-cart]{width:100%;margin-bottom:12px}.product-info__shipping{font-size:11px;color:var(--color-muted);border-bottom:var(--border);padding-bottom:25px;margin-bottom:28px}.product-info__desc{font-size:13px;color:#5c5046}.product-info__desc h2,.product-info__desc h3{font-size:24px;color:var(--color-ink);margin:28px 0 16px}.product-info__desc ul{padding-left:20px}.gallery__main{width:100%;background:#eeeae2;mix-blend-mode:multiply;border-radius:3px}.gallery__thumbs{display:flex;gap:12px;margin-top:14px}.gallery__thumbs button{padding:0;background:#f0eee7;border:1px solid transparent;border-radius:3px}.gallery__thumbs button[aria-pressed=true]{border-color:var(--color-ink)}.gallery__thumbs img{width:74px;height:74px;object-fit:cover;mix-blend-mode:multiply}.cart-line{display:grid;grid-template-columns:90px 1fr auto 100px;gap:24px;align-items:center;padding:22px 0;border-bottom:var(--border)}.cart-line img{width:90px;height:90px;object-fit:contain;background:#f0eee7;mix-blend-mode:multiply}.cart-line strong{font-weight:500;font-family:var(--font-display);font-size:20px}.cart-line__qty{display:inline-flex;gap:16px;align-items:center}.cart-line__qty button{width:36px;height:36px;border:var(--border);background:transparent;border-radius:50%;font-size:17px}.cart-summary{margin-top:35px;display:flex;flex-direction:column;align-items:end;gap:10px}.cart-summary p{margin:0}.cart-summary .price{font-size:24px}.cart-empty{padding:80px 20px;text-align:center}.cart-note{font-size:12px;color:var(--color-muted)}.prose{max-width:840px;padding-block:40px}.prose h1{margin-bottom:35px}.prose h2{font-size:30px;margin:30px 0 18px}.prose p{font-size:14px}.site-footer{margin-top:100px;background:var(--color-butter);padding-top:65px}.footer-top{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:50px;padding-bottom:60px}.footer-logo{font-family:var(--font-display);font-size:90px;font-weight:600;letter-spacing:-8px;text-decoration:none;line-height:.85}.footer-manifesto p{font-family:var(--font-display);font-size:30px;letter-spacing:-1px;line-height:1.1;margin:24px 0 0}.footer-column h2{font:600 12px var(--font-body);letter-spacing:0;margin:0 0 23px}.footer-column a{display:block;font-size:12px;line-height:1.5;margin-bottom:13px;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-note{padding:26px;background:#ffffff36;border:1px solid #35251e26;align-self:start}.footer-note>span{font:500 23px var(--font-display);letter-spacing:-.7px}.footer-note p{font-size:12px;margin:16px 0 24px;line-height:1.65}.footer-note a{font-size:11px;text-decoration:none;display:flex;justify-content:space-between}.footer-bottom{border-top:1px solid #35251e30;padding-top:20px;padding-bottom:22px;display:flex;justify-content:space-between;gap:25px;font-size:9px}.footer-bottom nav{display:flex;gap:26px}.footer-bottom a{text-decoration:none}.toast{position:fixed;bottom:25px;left:50%;translate:-50% 0;padding:16px 28px;background:var(--color-ink);color:#fff;border-radius:30px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:110}.toast.is-visible{opacity:1}.page-home .site-footer{margin-top:0}main>.container:first-child:has(>[data-cart-root]){padding-top:55px;min-height:500px}@media(min-width:1500px){.announcement{padding-inline:max(72px,calc((100vw - 1296px)/2))}}@media(max-width:1150px){.site-nav{gap:17px}.brand-description{display:none}.site-header__inner{gap:20px}.header-tools{gap:12px}.footer-top{gap:30px}.product-page{gap:40px}}@media(max-width:900px){.site-nav{display:none}.site-header__inner{height:80px}.brand-description{display:block}.menu-toggle{display:grid;place-items:center}.header-tools{gap:16px}.announcement span:first-child{display:none}.announcement{justify-content:center}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-note{display:none}.product-page{gap:30px}.product-info h1{font-size:36px}}@media(max-width:650px){html{scroll-padding-top:85px}.container{padding-inline:22px}.announcement{height:29px;font-size:9px;padding-inline:12px}.site-header__inner{height:76px}.site-header__brand{font-size:51px}.brand-description{font-size:8px}.brand-dot{margin-right:13px}.header-tools{gap:12px}.cart-badge{gap:4px}.cart-badge__count{width:18px;height:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 13px}.product-card__media img{padding:9px}.product-card__title{font-size:15px}.product-card__category{font-size:9px}.product-card__body{gap:5px;padding-top:12px}.product-card__arrow{width:28px;height:28px;bottom:10px;right:10px;font-size:17px}.price{font-size:12px}.section{margin-block:62px}.section__head{align-items:start;flex-direction:column;gap:18px;margin-bottom:25px}.section__head h2{font-size:38px}.section__head p{font-size:12px;margin-bottom:0}.text-link{font-size:11px}.product-page{grid-template-columns:1fr;margin-top:25px;gap:22px}.product-info h1{font-size:40px}.breadcrumb{font-size:10px}.gallery__main{max-height:500px;object-fit:contain}.product-info{padding:0}.cart-line{grid-template-columns:64px 1fr auto;gap:15px}.cart-line img{width:64px;height:64px;grid-row:span 2}.cart-line strong{font-size:16px}.cart-line__qty{grid-column:2;gap:10px}.cart-line>.price{grid-column:3;grid-row:1 / span 2}.cart-summary{align-items:stretch;text-align:right}.footer-top{grid-template-columns:1fr 1fr;gap:40px 20px;padding-bottom:40px}.footer-manifesto{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between}.footer-manifesto p{font-size:26px;margin:0}.footer-logo{font-size:80px}.footer-column h2{margin-bottom:20px}.footer-column a{font-size:11px}.site-footer{padding-top:45px;margin-top:65px}.footer-bottom{flex-wrap:wrap;gap:14px;font-size:8px}.footer-bottom>span:last-child{display:none}.footer-bottom nav{gap:15px}.toast{white-space:nowrap;max-width:calc(100vw - 32px)}.prose h1{font-size:38px}.prose h2{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.catalogue-search[data-astro-cid-otpdt6jm]{display:flex;align-items:center}.search-trigger[data-astro-cid-otpdt6jm],.search-close[data-astro-cid-otpdt6jm]{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;color:inherit;background:transparent;cursor:pointer}.search-trigger[data-astro-cid-otpdt6jm]:hover,.search-close[data-astro-cid-otpdt6jm]:hover{background:#35251e12}.search-dialog[data-astro-cid-otpdt6jm]{inset:0;margin:5vh auto auto;width:min(680px,calc(100vw - 32px));max-height:90dvh;padding:26px 32px 24px;overflow:auto;border:0;border-radius:16px;color:#35251e;background:#faf9f5;box-shadow:0 20px 80px #35251e33}.search-dialog[data-astro-cid-otpdt6jm]::backdrop{background:#20191673;backdrop-filter:blur(5px)}.search-dialog__top[data-astro-cid-otpdt6jm]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.search-dialog__top[data-astro-cid-otpdt6jm] p[data-astro-cid-otpdt6jm]{margin:0;font-family:var(--font-display);font-size:28px;font-weight:550;letter-spacing:-.05em}.search-form[data-astro-cid-otpdt6jm] label[data-astro-cid-otpdt6jm]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.search-form__field[data-astro-cid-otpdt6jm]{display:flex;border-bottom:1px solid #35251e}.search-form[data-astro-cid-otpdt6jm] input[data-astro-cid-otpdt6jm]{min-width:0;flex:1;padding:13px 0;font:inherit;font-size:16px;color:inherit;border:0;border-radius:0;background:transparent;outline-offset:-2px}.search-form__field[data-astro-cid-otpdt6jm] button[data-astro-cid-otpdt6jm]{flex-shrink:0;width:44px;border:0;background:transparent;color:inherit;cursor:pointer}.search-suggestions[data-astro-cid-otpdt6jm]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 24px;font-size:11px}.search-suggestions[data-astro-cid-otpdt6jm]>span[data-astro-cid-otpdt6jm]{color:#776c64;margin-right:3px}.search-suggestions[data-astro-cid-otpdt6jm] button[data-astro-cid-otpdt6jm]{border:1px solid rgb(53 37 30 / .15);border-radius:30px;background:transparent;color:inherit;padding:7px 11px;font:inherit;cursor:pointer}.search-suggestions[data-astro-cid-otpdt6jm] button[data-astro-cid-otpdt6jm]:hover{background:#eeeae0;border-color:#eeeae0}.search-status[data-astro-cid-otpdt6jm]{margin:0 0 7px;font-size:11px;color:#776c64}.search-results[data-astro-cid-otpdt6jm]{padding:0;margin:0;list-style:none}.search-results[data-astro-cid-otpdt6jm] li{border-bottom:1px solid rgb(53 37 30 / .1)}.search-results[data-astro-cid-otpdt6jm] a{display:flex;gap:15px;align-items:center;padding:11px 0;color:inherit;text-decoration:none}.search-results[data-astro-cid-otpdt6jm] a:hover strong{text-decoration:underline;text-underline-offset:4px}.search-results[data-astro-cid-otpdt6jm] img{width:64px;height:64px;border-radius:5px;object-fit:cover}.search-results[data-astro-cid-otpdt6jm] a>span:nth-child(2){display:grid;gap:6px;flex:1}.search-results[data-astro-cid-otpdt6jm] strong{font-size:12px;line-height:1.45;font-weight:500}.search-results[data-astro-cid-otpdt6jm] span span{font-size:11px;color:#776c64}.search-all[data-astro-cid-otpdt6jm]{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:20px;color:#583f33;font-size:12px;text-decoration:none}@media(max-width:600px){.search-dialog[data-astro-cid-otpdt6jm]{padding:19px;margin-top:16px;max-height:calc(100dvh - 32px)}.search-dialog__top[data-astro-cid-otpdt6jm] p[data-astro-cid-otpdt6jm]{font-size:25px}.search-form[data-astro-cid-otpdt6jm] input[data-astro-cid-otpdt6jm]{font-size:16px}}
