@charset "UTF-8";
:root{color-scheme:light;--paper:#f8f8f6;--white:#fff;--ink:#202120;--muted:#686966;--line:#dedfdb;--charcoal:#242624;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button:disabled{cursor:default}
img{display:block;max-width:100%;object-fit:cover}
button,summary,a{touch-action:manipulation}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid #6f6c54;outline-offset:6px}
::selection{background:#cecdc1;color:#202120}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:400}
em{font-family:var(--serif);font-weight:400;letter-spacing:-.045em}
[hidden]{display:none!important}
.skip-link{position:fixed;left:1rem;top:-5rem;z-index:20;padding:1rem;background:var(--ink);color:white}
.skip-link:focus{top:1rem}
.announcement{background:var(--charcoal);color:#f7f7f4;min-height:35px;display:flex;align-items:center;justify-content:center;padding:.45rem 1rem;font-size:.75rem;letter-spacing:.065em;text-align:center}
.site-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:100px;padding:1rem 4.5%;background:var(--paper);border-bottom:1px solid var(--line)}
.wordmark{font-size:2.75rem;font-weight:600;letter-spacing:-.105em;line-height:1;padding-right:.18em;white-space:nowrap}
.wordmark span{color:#878b7c}
.desktop-nav{display:flex;align-items:center;gap:2.5rem;margin-left:5rem;font-size:.875rem}
.desktop-nav a,.header-link,.footer-link{position:relative}
.desktop-nav a::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-link{font-size:.875rem;border-bottom:1px solid #aaa;padding:.35rem 0}
.header-link span{display:inline-block;margin-left:1.2rem;font-size:1.2rem}
.menu-toggle,.mobile-nav{display:none}
.hero{display:grid;grid-template-columns:44% 56%;min-height:650px}
.hero-content{padding:4.9rem 9% 2.8rem 10.2%;display:flex;flex-direction:column;align-items:flex-start}
.eyebrow{font-size:.75rem;line-height:1.65;letter-spacing:.115em;text-transform:uppercase}
.hero .eyebrow{margin-bottom:2.05rem;font-size:.75rem}
h1{font-size:clamp(4.7rem,6.8vw,7.6rem);line-height:1.03;letter-spacing:-.055em}
h1 em{display:inline-block;letter-spacing:-.065em;padding-right:.1em}
.hero-description{color:#5d605b;margin-top:1.8rem;line-height:1.75;font-size:1rem}
.button{display:inline-flex;gap:2rem;align-items:center;justify-content:space-between;min-height:54px;padding:.95rem 1.35rem;font-size:.875rem;transition:background .2s,transform .2s}
.button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.3}
.button-dark{background:var(--ink);color:white;margin-top:2rem}
.button-dark:hover{background:#464940;transform:translateY(-2px)}
.hero-bottom{display:flex;gap:.7rem;align-items:center;margin-top:auto;padding-top:2.5rem;color:var(--muted);font-size:.75rem}
.tiny-line{width:25px;height:1px;background:#95988d}
.hero-visual{position:relative;min-height:650px;background:#e1e1dd;overflow:hidden}
.hero-visual>img{height:100%;width:100%;position:absolute;inset:0;object-position:57% center}
.hero-visual::after{content:'';position:absolute;inset:70% 0 0;background:linear-gradient(transparent,rgba(20,20,20,.27));pointer-events:none}
.hero-visual figcaption{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:1;display:flex;justify-content:space-between;gap:1rem;color:#fff;font-size:.75rem;letter-spacing:.025em;text-shadow:0 1px 5px #0005}
.image-signature{position:absolute;left:2.3rem;top:2.1rem;line-height:1.1;font-family:var(--serif);font-size:1.8rem;font-style:italic;letter-spacing:-.055em;color:#3e403c}
.material-strip{display:flex;justify-content:center;align-items:center;gap:clamp(1.4rem,4vw,4.5rem);min-height:83px;padding:1.3rem 4.5%;border-bottom:1px solid var(--line);font-size:.875rem;color:#4c4e49}
.strip-star{font-size:1.1rem;font-weight:300;color:#777b70}
.section-shell{padding-left:4.5%;padding-right:4.5%}
.collection{padding-top:6.8rem;padding-bottom:6.1rem;scroll-margin-top:1.5rem}
.section-top{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1.6rem}
.section-note{font-size:.875rem;line-height:1.65;color:var(--muted);text-align:right}
.collection-heading{display:flex;justify-content:space-between;gap:1.5rem;align-items:end;margin-bottom:2.6rem}
h2{font-size:clamp(2.3rem,3.5vw,3.6rem);line-height:1.15;letter-spacing:-.06em}
.collection-count{font-size:.75rem;color:var(--muted);padding-bottom:.4rem;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}
.product-card{min-width:0}
.product-image{display:block;position:relative;width:100%;aspect-ratio:1/1.08;overflow:hidden;border:0;padding:0;background:#eaeae7;text-align:left}
.product-image img{width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.3,1)}
.product-image:hover img{transform:scale(1.035)}
.product-image-wide img{object-position:58% center}
.product-number{position:absolute;top:1.1rem;left:1.15rem;font-size:.75rem;letter-spacing:.05em;color:#343632;background:#f8f8f6c9;padding:.2rem .4rem}
.product-open{position:absolute;bottom:1.1rem;right:1.1rem;width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:1.5rem;font-weight:300;transition:background .2s,color .2s,transform .2s;box-shadow:0 2px 8px #00000005}
.product-image:hover .product-open{background:var(--ink);color:var(--white);transform:rotate(90deg)}
.product-title-row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;margin:1.25rem 0 .35rem}
.product-title-row h3{font-size:1.35rem;line-height:1.3;letter-spacing:-.035em}
.product-title-row h3 button{padding:0;background:none;border:0;text-align:left;font-size:inherit;letter-spacing:inherit}
.product-title-row h3 button:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.price{font-size:.9375rem;white-space:nowrap}
.product-notes{color:var(--muted);font-size:.875rem;line-height:1.65}
.product-caption{margin-top:1.15rem;padding-top:.85rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.75rem}
.collection-footnote{font-size:.75rem;color:var(--muted);margin-top:2.3rem;text-align:center}
.philosophy{display:grid;grid-template-columns:26% 74%;background:var(--charcoal);color:var(--paper);padding:5.6rem 4.5% 5rem;gap:0;scroll-margin-top:0}
.philosophy-intro{display:flex;flex-direction:column;align-items:start;justify-content:space-between}
.philosophy-intro .eyebrow{color:#cbcec3}
.philosophy-stamp{font-family:var(--serif);font-size:6.5rem;line-height:.75;letter-spacing:-.06em;color:#d0d2c6;font-style:italic}
.philosophy-content h2{font-size:clamp(3rem,4.5vw,4.8rem);line-height:1.13}
.philosophy-content h2 em{color:#c4c9b6}
.philosophy-description{font-size:1.0625rem;line-height:1.8;color:#c6c9c0;max-width:590px;margin-top:1.65rem}
.craft-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:3.4rem;border-top:1px solid #ffffff30;padding-top:1.4rem}
.craft-number{font-size:.75rem;color:#a9afa0}
.craft-grid h3{font-size:1rem;margin:.9rem 0 .55rem;letter-spacing:-.02em}
.craft-grid p{font-size:.875rem;line-height:1.7;color:#b9beb3}
.care{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding-top:6rem;padding-bottom:6rem}
.care-heading .eyebrow{margin-bottom:1.5rem}
.care-heading h2{font-size:clamp(2.5rem,3.4vw,3.5rem)}
.care-heading>p:last-child{margin-top:1.4rem;color:var(--muted);font-size:.9375rem}
.care-questions{padding-top:.1rem}
.care-questions details{border-bottom:1px solid var(--line)}
.care-questions details:first-child{border-top:1px solid var(--line)}
.care-questions summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.7rem 0;cursor:pointer;font-size:1rem;letter-spacing:-.025em}
.care-questions summary::-webkit-details-marker{display:none}
.details-icon{position:relative;flex:0 0 16px;height:16px}
.details-icon::before,.details-icon::after{content:'';position:absolute;background:currentColor;top:7px;left:0;width:16px;height:1px;transition:transform .2s}
.details-icon::after{transform:rotate(90deg)}
details[open] .details-icon::after{transform:rotate(0deg)}
.care-questions details p{padding:0 2.5rem 1.65rem 0;color:var(--muted);font-size:.9375rem;line-height:1.75}
.site-footer{padding:2.9rem 4.5% 1.75rem;border-top:1px solid var(--line);background:#efefeb}
.footer-main{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:2.6rem}
.footer-wordmark{font-size:4.2rem}
.footer-main>p{font-family:var(--serif);font-size:1.4rem;font-style:italic;letter-spacing:-.025em;color:#616558}
.footer-link{font-size:.875rem;border-bottom:1px solid #b1b4a8;padding-bottom:.4rem}
.footer-link span{margin-left:2rem;font-size:1.2rem}
.footer-bottom{display:flex;justify-content:space-between;gap:1.5rem;border-top:1px solid #d3d5cc;padding-top:1.3rem;color:#686d60;font-size:.75rem;line-height:1.65}
.footer-bottom p:last-child{text-align:right}
.product-dialog{width:min(960px,calc(100% - 40px));max-height:calc(100dvh - 40px);border:0;background:var(--paper);color:var(--ink);padding:0;overflow:auto}
.product-dialog::backdrop{background:#131711a6;backdrop-filter:blur(5px)}
.dialog-layout{display:grid;grid-template-columns:48% 52%}
.dialog-image-wrap{background:#e5e5e1;min-height:570px}
.dialog-image-wrap img{width:100%;height:100%;object-fit:cover}
.dialog-close{position:absolute;right:14px;top:14px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fffffff2;z-index:1}
.dialog-close svg{height:20px;width:20px;fill:none;stroke:var(--ink);stroke-width:1.2}
.dialog-close:hover{background:#e7e8e2}
.dialog-content{padding:3.5rem 2.5rem 2rem}
.dialog-content h2{font-size:2.8rem;margin-top:1rem}
.dialog-scent{font-size:.875rem;color:var(--muted);margin-top:.75rem}
#dialog-description{font-size:1rem;color:#5d6157;line-height:1.75;margin-top:1.4rem}
.product-facts{font-size:.875rem;margin:1.5rem 0}
.product-facts>div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:.55rem 0}
.product-facts dt{color:var(--muted)}
.product-facts dd{text-align:right;margin:0}
.dialog-price{font-size:1.6rem;letter-spacing:-.04em}
@media(min-width:1700px){.hero{min-height:770px}.hero-visual{min-height:770px}.hero-content{padding-top:6.5rem}.site-header,.section-shell,.site-footer{padding-left:max(4.5%,calc((100vw - 1660px)/2));padding-right:max(4.5%,calc((100vw - 1660px)/2))}.hero-content{padding-left:max(10.2%,calc((100vw - 1660px)/2))}.philosophy{padding-left:max(4.5%,calc((100vw - 1660px)/2));padding-right:max(4.5%,calc((100vw - 1660px)/2))}}
@media(max-width:1100px){.desktop-nav{margin-left:0;gap:1.8rem}.site-header{min-height:88px}.hero{grid-template-columns:46% 54%;min-height:590px}.hero-visual{min-height:590px}.hero-content{padding-top:3.7rem;padding-right:6%;padding-left:9.8%}h1{font-size:clamp(4rem,7.6vw,6rem)}.hero .eyebrow{font-size:.75rem;letter-spacing:.06em}.hero-description{font-size:1rem}.material-strip{gap:2rem}.collection{padding-top:5rem}.collection-count{display:none}.product-grid{gap:1.15rem}.product-title-row{gap:.7rem}.product-title-row h3{font-size:1.15rem}.product-notes{font-size:.875rem}.philosophy{grid-template-columns:22% 78%}.craft-grid{gap:1.5rem}.care{gap:3rem}.hero-visual figcaption{left:1.5rem;right:1.5rem}.image-signature{left:1.5rem;top:1.5rem;font-size:1.6rem}}
@media(max-width:800px){.site-header{min-height:82px;padding:1rem 5%;gap:1rem}.header-link{display:none}.desktop-nav{margin-left:auto;font-size:.875rem}.wordmark{font-size:2.5rem}.hero-content{padding-top:3rem;padding-bottom:2rem}.hero{grid-template-columns:48% 52%;min-height:530px}.hero-visual{min-height:530px}.hero .eyebrow{font-size:.75rem;max-width:210px}.hero-description br{display:none}.hero-description{font-size:1rem}.hero .button{padding:.85rem 1rem;gap:1rem;font-size:.875rem}h1{font-size:clamp(3.6rem,7.8vw,4.8rem)}.hero-bottom{font-size:.75rem;gap:.5rem}.hero-visual figcaption{font-size:.75rem;bottom:1.4rem}.hero-visual figcaption span:last-child{display:none}.material-strip{gap:1.5rem;font-size:.875rem;min-height:75px}.strip-last,.last-star{display:none}.collection{padding-top:4rem;padding-bottom:4rem}.section-note{font-size:.875rem}.collection-heading{margin-bottom:2rem}.product-grid{gap:1rem}.product-title-row{flex-direction:column;gap:.35rem;margin-top:1rem}.product-title-row h3{font-size:1.125rem}.price{font-size:.875rem}.product-caption{flex-direction:column;gap:.1rem}.product-open{width:36px;height:36px;bottom:.7rem;right:.7rem}.product-number{left:.6rem;top:.6rem}.philosophy{grid-template-columns:1fr;padding-top:3.7rem;padding-bottom:3.7rem}.philosophy-intro{display:block}.philosophy-stamp{display:none}.philosophy-content h2{margin-top:2rem}.philosophy-description{max-width:560px}.care{grid-template-columns:1fr;gap:2.5rem;padding-top:4rem;padding-bottom:4rem}.care-questions summary{padding:1.4rem 0}.footer-main{gap:1rem}.footer-wordmark{font-size:3.3rem}.dialog-content{padding:3.7rem 1.5rem 1.5rem}.dialog-content h2{font-size:2.2rem}}
@media all{html{scroll-padding-top:1.2rem}.announcement{font-size:.75rem;letter-spacing:.015em;min-height:34px;padding:.4rem .9rem}.site-header{min-height:76px}.wordmark{font-size:2.4rem}.desktop-nav{display:none}.menu-toggle{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;width:44px;height:44px;padding:10px 7px;border:0;background:transparent}.menu-toggle span{width:26px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:.5rem 5% 1.3rem;flex-direction:column;box-shadow:0 15px 15px #00000009}.mobile-nav a{padding:.8rem 0;border-top:1px solid var(--line);font-size:1.0625rem}.hero{display:flex;flex-direction:column;min-height:0}.hero-content{padding:2.65rem 5% 2.7rem}.hero .eyebrow{margin-bottom:1.3rem;max-width:none;letter-spacing:.07em;font-size:.75rem}h1{font-size:clamp(3.5rem,13.5vw,5rem);line-height:1.01}.hero-description{margin-top:1.25rem;font-size:1rem;max-width:300px;line-height:1.65}.hero-description br{display:block}.hero .button{margin-top:1.6rem;gap:2.8rem;min-height:52px;padding:.9rem 1.15rem;font-size:.875rem}.hero-bottom{display:none}.hero-visual{min-height:0;height:105vw;max-height:550px;width:100%}.hero-visual>img{object-position:55% 50%}.hero-visual figcaption{left:5%;right:5%;bottom:1.25rem;font-size:.75rem}.hero-visual figcaption span:last-child{display:inline}.image-signature{top:1.35rem;left:5%;font-size:1.6rem}.material-strip{justify-content:space-between;gap:.6rem;padding:1.2rem 5%;font-size:.75rem;min-height:70px;line-height:1.4}.strip-star{font-size:.875rem}.section-shell{padding-left:5%;padding-right:5%}.collection{padding-top:3.35rem;padding-bottom:3.25rem}.section-top{margin-bottom:1.2rem;align-items:center}.section-top .eyebrow{font-size:.75rem}.section-note{font-size:.75rem}.collection-heading{margin-bottom:1.65rem;max-width:320px}h2{font-size:2.25rem;line-height:1.15}.product-grid{grid-template-columns:1fr;gap:2.25rem}.product-image{aspect-ratio:1/1.025}.product-number{top:1rem;left:1rem;font-size:.75rem}.product-open{width:44px;height:44px;right:1rem;bottom:1rem;font-size:1.6rem}.product-title-row{flex-direction:row;margin-top:1.1rem;align-items:baseline}.product-title-row h3{font-size:1.4rem}.price{font-size:1rem}.product-notes{font-size:.875rem}.product-caption{flex-direction:row;margin-top:.9rem;padding-top:.75rem;font-size:.75rem}.collection-footnote{max-width:290px;margin:2rem auto 0;font-size:.75rem}.philosophy{padding:3.2rem 5%;gap:0}.philosophy-content h2{font-size:2.8rem;margin-top:1.75rem}.philosophy-description{font-size:1rem;line-height:1.75;margin-top:1.4rem}.craft-grid{grid-template-columns:1fr;margin-top:2.1rem;padding-top:0;border:0;gap:0}.craft-grid>div{border-top:1px solid #ffffff25;padding-top:1.1rem;margin-top:1.2rem;display:grid;grid-template-columns:32px 1fr;column-gap:.75rem}.craft-number{grid-row:1/3;padding-top:.13rem}.craft-grid h3{margin:0 0 .5rem;font-size:1rem}.craft-grid p{grid-column:2;font-size:.875rem;max-width:320px}.care{padding-top:3.5rem;padding-bottom:3.5rem;gap:2rem}.care-heading .eyebrow{margin-bottom:1.35rem}.care-heading h2{font-size:2.3rem}.care-heading>p:last-child{font-size:.9375rem;margin-top:1rem}.care-questions summary{font-size:1rem;line-height:1.5;padding:1.25rem 0}.care-questions details p{font-size:1rem;padding-right:1rem}.site-footer{padding:2rem 5% 1.6rem}.footer-main{display:grid;grid-template-columns:1fr auto;gap:1.2rem;padding-bottom:1.9rem}.footer-wordmark{font-size:3.4rem}.footer-main>p{grid-column:1;font-size:1.2rem}.footer-link{grid-column:2;grid-row:1;font-size:.875rem}.footer-link span{margin-left:.8rem}.footer-bottom{flex-direction:column;gap:.8rem;font-size:.75rem}.footer-bottom p:last-child{text-align:left}.product-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.dialog-layout{grid-template-columns:1fr}.dialog-image-wrap{min-height:0;aspect-ratio:1/1}.dialog-image-wrap img{height:100%}.dialog-content{padding:1.7rem 1.4rem 2rem}.dialog-content h2{font-size:2.5rem;margin-top:.6rem}.dialog-close{position:absolute;top:10px;right:10px}.product-facts{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.product-image:hover img{transform:none}.button-dark:hover{transform:none}}
