:root{--paper:#f7f3eb;--cream:#fffdf9;--ink:#171410;--muted:#625c54;--line:#bcb4a8;--oxblood:#7c241a;--clay:#a84632;--soft:#eee8dd;--serif:var(--font-cormorant),Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--serif);font-size:18px;line-height:1.35;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.site{min-height:100vh;display:flex;flex-direction:column}.main{flex:1 1}.announcement{background:var(--oxblood);color:#fffaf3;text-align:center;padding:9px 20px 10px;font-size:12px;font-weight:600;letter-spacing:.14em}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(247,243,235,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:17px 3vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.wordmark{font-size:26px;letter-spacing:.12em;line-height:.78;text-transform:uppercase;white-space:nowrap}.wordmark span{display:block;font-size:10px;letter-spacing:.55em;text-align:center;margin-top:10px}.nav{display:flex;align-items:center;gap:32px;font-size:18px}.nav a{border-bottom:1px solid transparent;padding:8px 0;transition:border-color .2s,color .2s}.nav a:hover{color:var(--oxblood);border-color:var(--oxblood)}.header-actions{display:flex;gap:16px;font-size:20px}.menu-button{display:none;background:none;border:0;font-size:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 28px;border:1px solid var(--oxblood);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s,color .2s,transform .2s}.button.primary{background:var(--oxblood);color:#fff}.button:hover{background:var(--ink);border-color:var(--ink);color:#fff}.button:active{transform:scale(.98)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--clay);outline-offset:3px}.hero{min-height:610px;display:grid;grid-template-columns:43% 57%;border-bottom:1px solid var(--line);background:var(--cream)}.hero-copy{padding:78px 5vw 64px;display:flex;flex-direction:column;justify-content:center}.hero h1,.page-title{font-size:clamp(58px,6vw,104px);font-weight:500;line-height:.88;letter-spacing:-.045em;margin:0;max-width:670px;text-wrap:balance}.rule{height:1px;width:70px;background:var(--clay);margin:31px 0 20px}.hero p{font-size:22px;line-height:1.35;max-width:390px;margin:0 0 34px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.hero-visual{position:relative;min-height:610px;background:#eee4d5;overflow:hidden}.hero-visual img,.hero-visual picture{height:100%;width:100%}.hero-visual img{object-fit:cover;object-position:center}.detail-inset{position:absolute;right:5%;bottom:6%;width:27%;border:7px solid var(--cream);box-shadow:0 5px 25px rgba(0,0,0,.18)}.detail-inset img{aspect-ratio:1;object-fit:cover}.section{padding:78px 3vw}.section-header{display:flex;align-items:center;gap:24px;justify-content:center;margin-bottom:30px}.section-header:after,.section-header:before{content:"";height:1px;background:var(--line);flex:1 1}.section-header h2{font-weight:600;font-size:21px;letter-spacing:.28em;text-transform:uppercase;margin:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category{display:grid;grid-template-columns:1fr 1fr;min-height:360px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream);transition:background .2s}.category:hover{background:#fff}.category picture{min-height:100%}.category img{height:100%;width:100%;object-fit:cover}.category-copy{padding:30px 25px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.category h3{font-size:42px;font-weight:500;line-height:.93;margin:0 0 18px;letter-spacing:-.04em}.category p{font-size:17px;line-height:1.4;color:var(--muted);margin:0 0 25px}.text-link{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:4px}.motto{text-align:center;font-size:27px;font-style:italic;padding:22px 20px 0}.motto span{font-style:normal;color:var(--oxblood);padding-right:14px}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);border-block:1px solid var(--line)}.feature-media{min-height:500px}.feature-media img{height:100%;width:100%;object-fit:cover}.feature-copy{padding:70px min(8vw,125px);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--oxblood);margin:0 0 20px}.feature h2,.section-title{font-size:clamp(46px,5vw,76px);font-weight:500;letter-spacing:-.04em;line-height:.9;margin:0 0 24px;text-wrap:balance}.feature p{max-width:480px;font-size:21px;margin:0 0 29px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.product-card{position:relative}.product-image{aspect-ratio:1/1.12;background:var(--soft);overflow:hidden;border:1px solid var(--line)}.product-image img{height:100%;width:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.03)}.product-card h3{font-size:24px;font-weight:500;line-height:1;margin:15px 0 6px}.price{font-size:14px;font-weight:700;color:var(--oxblood);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-card .text-link{display:inline-block;margin-top:13px}.split-intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;border-top:1px solid var(--line);padding-top:48px}.split-intro p{font-size:22px;margin:0;max-width:560px}.faq{max-width:900px;margin:0 auto;border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq summary{font-size:27px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:"+";color:var(--oxblood)}.faq p{max-width:690px;margin:16px 0 0;font-size:19px;color:var(--muted)}.page-hero{padding:84px 6vw 58px;border-bottom:1px solid var(--line);background:var(--cream)}.page-hero .page-title{max-width:760px}.page-hero p{font-size:22px;max-width:660px;margin:23px 0 0}.collection-note{font-size:19px;color:var(--muted);margin:0 0 34px}.products-wrap{padding:62px 3vw}.products-wrap .product-grid{grid-template-columns:repeat(3,1fr);gap:38px 20px}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:7vw;gap:7vw;padding:62px 6vw 90px}.product-layout .product-image{aspect-ratio:1}.product-info h1{font-size:clamp(50px,5vw,80px);font-weight:500;line-height:.9;letter-spacing:-.04em;margin:0 0 17px}.product-info .price{font-size:19px;margin-bottom:28px}.product-info p{font-size:20px;max-width:560px}.product-info .button{margin-top:25px}.facts{margin:30px 0;padding:22px 0;border-block:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;font-size:18px}.facts strong{font-weight:600}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:8vw;gap:8vw;padding:68px 6vw 90px}.contact-layout h1{font-size:clamp(54px,6vw,88px);font-weight:500;letter-spacing:-.04em;line-height:.9;margin:0 0 20px}.contact-layout p{font-size:21px}.contact-form{display:grid;grid-gap:18px;gap:18px}.contact-form label{font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.contact-form input,.contact-form textarea{background:transparent;border:0;border-bottom:1px solid var(--line);padding:10px 2px;font-size:21px;outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--oxblood)}.contact-form-status{margin:4px 0 0;color:var(--oxblood);font-size:17px}.legal{max-width:820px;padding:70px 6vw 90px}.legal h1{font-size:clamp(48px,6vw,80px);line-height:.9;font-weight:500;margin:0 0 26px}.legal h2{font-size:34px;font-weight:500;margin:38px 0 10px}.legal li,.legal p{font-size:19px;color:#38332d}.legal a{text-decoration:underline}.footer{margin-top:auto;background:var(--ink);color:#fbf4ea;padding:58px 5vw 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:45px}.footer .wordmark{font-size:28px}.footer .wordmark span,.footer p{color:#d9c9b8}.footer p{font-size:19px;max-width:350px}.footer h2{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 15px}.footer a{display:block;margin:8px 0;color:#eee1d3;font-size:18px}.footer a:hover{text-decoration:underline}.footer-bottom{padding-top:20px;border-top:1px solid #61574e;display:flex;justify-content:space-between;align-items:center;gap:22px;color:#cdbdaf;font-size:12px}.powered{height:28px;width:auto;filter:none}.not-found{text-align:center;padding:100px 20px}.not-found h1{font-size:clamp(64px,10vw,130px);font-weight:500;margin:0}.not-found p{font-size:22px;margin:10px auto 30px}@media(max-width:1000px){.nav{gap:18px}.hero{grid-template-columns:48% 52%}.hero-copy{padding-inline:4vw}.category{grid-template-columns:1fr;min-height:410px}.category picture{min-height:210px}.category-copy{padding:23px}.product-grid,.products-wrap .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){body{font-size:17px}.announcement{font-size:10px}.header{padding:15px 20px}.wordmark{font-size:18px}.wordmark span{font-size:7px;margin-top:7px}.nav{display:none}.menu-button{display:block}.header-actions{gap:10px;font-size:17px}.hero{display:flex;flex-direction:column-reverse;min-height:0}.hero-visual{min-height:390px}.hero-copy{padding:48px 24px 55px}.hero h1,.page-title{font-size:60px;max-width:500px}.hero p{font-size:20px}.detail-inset{width:32%;right:5%;bottom:6%;border-width:4px}.section{padding:54px 20px}.section-header{gap:12px;margin-bottom:20px}.section-header h2{font-size:15px;letter-spacing:.16em;white-space:nowrap}.category-grid{grid-template-columns:1fr}.category{grid-template-columns:1.05fr .95fr}.category,.category picture{min-height:270px}.category-copy{padding:22px 18px}.category h3{font-size:33px}.category p{font-size:16px;margin-bottom:17px}.motto{font-size:23px;padding-top:17px}.feature{grid-template-columns:1fr}.feature-media{min-height:360px}.feature-copy{padding:50px 24px}.feature p,.split-intro p{font-size:20px}.product-grid{gap:28px 13px}.product-card h3{font-size:21px}.split-intro{grid-template-columns:1fr;gap:22px;padding-top:32px}.page-hero{padding:58px 24px 45px}.page-hero p{font-size:20px}.products-wrap{padding:45px 20px}.products-wrap .product-grid{grid-template-columns:repeat(2,1fr);gap:30px 14px}.contact-layout,.product-layout{grid-template-columns:1fr;gap:35px;padding:48px 24px 70px}.product-info p{font-size:19px}.footer{padding:45px 24px 22px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}.powered{height:25px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.product-image picture{display:block;width:100%;height:100%}.mobile-nav{display:none}.hero-copy>*{animation:rise .6s both}.hero-copy>:nth-child(2){animation-delay:.08s}.hero-copy>:nth-child(3){animation-delay:.14s}.hero-copy>:nth-child(4){animation-delay:.2s}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:720px){.mobile-nav{display:block;order:3}.mobile-nav summary{cursor:pointer;list-style:none;font-size:14px;letter-spacing:.08em;text-transform:uppercase;min-height:44px;display:flex;align-items:center}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav>div{position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);padding:18px 24px 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.mobile-nav a{font-size:21px;min-height:44px;display:flex;align-items:center}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;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:400;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:400;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:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.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:400;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;font-style:normal;font-weight:500;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:500;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:500;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:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.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:500;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;font-style:normal;font-weight:600;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:600;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:600;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:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.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:600;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;font-style:normal;font-weight: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: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: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:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.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: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_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}