@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700&display=swap');
:root{--paper:#faf9f5;--cream:#f1eee5;--ink:#253b32;--green:#263e34;--red:#b52635;--muted:#666c65;--line:#dedfd6;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:14px;line-height:1.6}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,select,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button{border:0;background:none}img{max-width:100%;display:block;height:auto}svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.1}h2{font-size:clamp(32px,3.1vw,49px);letter-spacing:-1.6px}h3{font-size:27px}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--red);outline-offset:5px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--paper);padding:15px}.skip:focus{top:10px}.announcement{height:35px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4.2%;font-size:9px;letter-spacing:1.7px}.announcement a{letter-spacing:.1px;font-size:11px}.announcement a span{margin-left:14px}.header{height:95px;padding:0 4.2%;display:flex;align-items:center;gap:35px;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.logo{display:block;width:185px;flex-shrink:0}.logo img{width:100%;height:auto}.desktop-nav{display:flex;gap:32px;align-items:center;margin:auto;font-weight:500;font-size:13px}.desktop-nav a{position:relative;padding:15px 0}.desktop-nav a:after{content:'';position:absolute;bottom:8px;left:0;width:0;height:1px;background:var(--ink);transition:width .2s}.desktop-nav a:hover:after{width:100%}.sale-link{color:var(--red)}.header-actions{display:flex;gap:14px;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:44px;padding:7px;gap:6px}.icon-button:hover{color:var(--red)}#saved-count{font-size:10px}.menu-button{display:none}.mobile-nav{position:absolute;top:100%;left:0;width:100%;padding:20px 6%;background:var(--paper);box-shadow:0 15px 20px #263e3410}.mobile-nav a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:23px}.hero{height:660px;min-height:560px;position:relative;color:#fff;isolation:isolate;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:70% 48%;position:absolute;inset:0;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(18,36,24,.76),rgba(21,40,24,.34) 48%,rgba(20,35,22,.08) 78%),linear-gradient(0deg,#17281859,transparent 35%)}.hero-copy{padding:85px 7.2% 0}.eyebrow{font-family:'Manrope',Arial,sans-serif;font-weight:650;font-size:10px;letter-spacing:2px;line-height:1.4;margin-bottom:20px;color:#667267}.eyebrow.light{color:#f1f0e4}.hero h1{font-size:clamp(65px,7vw,110px);letter-spacing:-3.8px;line-height:.99;margin:25px 0 26px}.hero h1 em{font-weight:400}.hero-copy>p:not(.eyebrow){color:#eeeee6;font-size:15px;line-height:1.8}.button{display:inline-flex;gap:38px;align-items:center;justify-content:space-between;padding:16px 24px;min-height:52px;font-size:12px;font-weight:600;transition:background .2s,transform .2s;line-height:1.4}.button:hover{transform:translateY(-2px)}.button span{font-size:21px;font-weight:400}.button-cream{background:var(--paper);color:var(--ink)}.hero .button{margin-top:32px}.button-green{background:var(--green);color:#fff}.button-green:hover{background:#3c5548}.button-outline{border:1px solid var(--ink);background:transparent}.button-outline:hover{background:var(--cream)}.hero-caption{position:absolute;bottom:29px;left:7.2%;display:flex;gap:20px;align-items:center;font-size:11px;color:#eeede5}.hero-caption span:first-child{font-size:9px;letter-spacing:1.8px;border-right:1px solid #ffffff60;padding-right:20px}.hero-scroll{position:absolute;right:5%;bottom:22px;display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;width:43px;height:43px;font-size:21px}.brand-strip{padding:30px 7.2%;display:flex;justify-content:space-between;align-items:center;gap:35px;border-bottom:1px solid var(--line);min-height:117px}.brand-label{font-size:9px;letter-spacing:1.6px;line-height:1.7;color:var(--muted);max-width:95px}.brand-serif{font-family:var(--serif);font-size:33px}.brand-spaced{font-family:'Manrope',Arial,sans-serif;letter-spacing:3px;font-size:18px;font-weight:600}.brand-bold{font-size:31px;font-style:italic;font-weight:700}.brand-strip a:hover{color:var(--red)}.section{padding:80px 5.6%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:14px}.text-link{display:inline-flex;align-items:center;gap:26px;font-size:12px;font-weight:550;border-bottom:1px solid var(--ink);padding-bottom:8px;white-space:nowrap}.text-link span{font-size:21px}.collection-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.collection-card{height:430px;position:relative;overflow:hidden;color:#fff;background:var(--green)}.collection-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#13241bdd,transparent 67%)}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.collection-card:first-child img{object-position:38%}.collection-card:nth-child(2) img{object-position:center 25%}.collection-card:hover img{transform:scale(1.045)}.collection-card>div{position:absolute;bottom:27px;left:28px;right:28px;z-index:1}.collection-card .eyebrow{font-size:8px;margin-bottom:12px;letter-spacing:1.45px}.collection-card h3{font-size:31px;display:flex;align-items:center;justify-content:space-between;gap:12px}.collection-card h3 span{font-family:Arial;font-size:25px}.featured-section{padding-top:12px;padding-bottom:85px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 22px}.product-card{min-width:0;position:relative}.product-image{aspect-ratio:1 / 1.13;position:relative;background:#efeee9;overflow:hidden}.product-image>a{display:block;width:100%;height:100%}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:17px;transition:transform .45s}.product-image:hover img{transform:scale(1.035)}.product-badge{position:absolute;top:14px;left:14px;background:var(--paper);padding:4px 8px;font-size:8px;letter-spacing:1px;color:var(--red);z-index:1}.save-button{position:absolute;right:9px;top:8px;min-width:44px;min-height:44px;background:#faf9f5db;display:grid;place-items:center;z-index:2;border-radius:50%;color:var(--ink)}.save-button svg{width:18px;height:18px}.save-button[aria-pressed=true] svg{fill:var(--red);stroke:var(--red)}.quick-view{position:absolute;bottom:12px;left:12px;right:12px;min-height:38px;background:#faf9f5f5;font-size:10px;letter-spacing:.5px;opacity:0;transform:translateY(7px);transition:.2s}.product-image:hover .quick-view,.product-image:focus-within .quick-view{opacity:1;transform:translateY(0)}.product-brand{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin:17px 0 7px}.product-name{display:block;font-size:13px;font-weight:500;line-height:1.55;padding-right:4px}.product-name:hover{color:var(--red)}.price-row{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:12px;margin-top:8px}.price-row del{color:#7c7e76;margin-left:5px;font-size:10px}.variant-count{font-size:10px;color:var(--muted)}.no-image{display:grid;place-content:center;height:100%;text-align:center;font-family:var(--serif);font-size:26px;color:#8b9286}.no-image small{font:10px Arial,sans-serif;letter-spacing:1px;margin-top:12px}.story{display:grid;grid-template-columns:1fr 1fr;background:#ecefe7}.story-image{min-height:490px;position:relative}.story-image>img{height:100%;width:100%;object-fit:cover}.story-stamp{position:absolute;bottom:30px;right:28px;background:#f5f3e6;color:var(--green);border-radius:50%;width:130px;height:130px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:9px;letter-spacing:1.3px;line-height:1.2;box-shadow:0 0 0 7px #f5f3e645}.story-stamp i{font:italic 21px var(--serif);letter-spacing:0}.story-copy{padding:65px 12% 64px 13%}.story-copy h2{line-height:1.11;margin-bottom:25px}.story-copy>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#576359;margin-bottom:17px;max-width:415px}.story-copy .button{margin-top:13px}.shop{padding-top:85px;min-height:600px}.shop-intro{font-size:12px;color:var(--muted);line-height:1.8}.search-form{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);padding:12px 16px;margin:5px 0 28px;max-width:100%}.search-form>svg{flex-shrink:0}.search-form input{border:0;outline:none;flex:1;min-width:0;background:transparent;padding:10px 0;font-size:13px}.search-form button{border-left:1px solid var(--line);padding:8px 10px 8px 25px;display:flex;align-items:center;gap:28px;font-size:12px}.collection-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.collection-tabs button{min-height:43px;padding:10px 18px;font-size:11px;border:1px solid var(--line);border-radius:2px}.collection-tabs button.active{background:var(--green);color:white;border-color:var(--green)}.collection-tabs button:hover{border-color:var(--green)}.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding:17px 0 25px;font-size:11px}.filter-bar>p{color:var(--muted)}.filters{display:flex;align-items:center;gap:22px}.filters label{display:flex;align-items:center;gap:8px;white-space:nowrap}.filters select{background:transparent;border:0;font-size:11px;max-width:140px;min-height:40px}.stock-filter{cursor:pointer}.stock-filter input{accent-color:var(--green);width:15px;height:15px}.reset-button{font-size:11px;text-decoration:underline;min-height:40px}.load-more{text-align:center;margin-top:42px}.load-more p{font-size:11px;color:var(--muted);margin-bottom:16px}.load-more .button{min-width:215px}.empty{padding:65px 20px;text-align:center;background:var(--cream)}.empty p{margin:18px 0 22px;color:var(--muted)}.catalog-note{text-align:center;font-size:10px;color:var(--muted);margin-top:32px}.contact-strip{background:var(--cream);padding:42px 5.6%;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact-strip h2{font-size:31px;letter-spacing:-.7px}.contact-strip .eyebrow{margin-bottom:10px}.contact-strip .text-link{font-size:13px}footer{padding:50px 5.6% 22px}.footer-top{display:flex;justify-content:space-between;gap:45px;align-items:flex-start;padding-bottom:43px}.footer-top p{font-family:var(--serif);font-size:25px;line-height:1.35}.footer-top>div{display:grid;gap:7px;font-size:12px}.footer-bottom{border-top:1px solid var(--line);padding-top:21px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}dialog{border:0;padding:0;width:min(950px,calc(100% - 32px));max-height:90dvh;overflow:auto;background:var(--paper);color:var(--ink);box-shadow:0 15px 75px #0004}dialog::backdrop{background:#12251bc4;backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:10px;right:10px;background:var(--paper);border-radius:50%;z-index:3;font-size:30px}.detail-layout{display:grid;grid-template-columns:1fr 1fr}.detail-photo{background:#efeee9;min-height:470px;display:grid;align-items:center}.detail-photo img{width:100%;max-height:540px;object-fit:contain;mix-blend-mode:multiply;padding:25px}.detail-copy{padding:60px 35px 35px}.detail-copy .eyebrow{margin-bottom:14px}.detail-copy h2{font-size:34px;letter-spacing:-1px}.detail-price{font-size:21px;margin:22px 0}.detail-copy label{font-size:12px;display:block;margin-bottom:8px}.detail-copy select{max-width:100%;width:100%;padding:12px;background:white;border:1px solid var(--line);font-size:12px}.detail-status{margin:13px 0;font-size:12px}.detail-copy .button{width:100%;margin-top:18px;font-size:11px;gap:12px}.detail-note{font-size:11px;line-height:1.7;margin:14px 0;color:var(--muted)}.detail-sku{font-size:10px;color:var(--muted);word-break:break-word}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);padding:12px 22px;background:var(--green);color:#fff;z-index:100;font-size:12px;box-shadow:0 4px 20px #0002;max-width:90vw;text-align:center}.loading{padding:30px;color:var(--muted);grid-column:1/-1}.noscript{padding:30px;text-align:center}.noscript a{text-decoration:underline}
@media(min-width:1650px){.hero{height:740px}.hero-copy{padding-top:110px}.section{max-width:1650px;margin:auto}.collection-card{height:480px}}
@media(max-width:1100px){.desktop-nav{gap:20px}.header{gap:20px}.logo{width:162px}.hero{height:610px}.hero-copy{padding-top:75px}.brand-strip{gap:20px}.brand-spaced{font-size:14px}.brand-serif{font-size:28px}.collection-card{height:350px}.collection-card>div{left:20px;right:20px}.collection-card h3{font-size:26px}.collection-card .eyebrow{font-size:7px}.story-copy{padding:55px 10%}.filters{gap:12px}.filter-bar{align-items:flex-start}.filters{flex-wrap:wrap;justify-content:flex-end}.product-grid{gap:30px 18px}.quick-view{opacity:1;transform:none}.product-image img{padding:10px 10px 30px}}
@media(max-width:800px){.announcement>span{display:none}.announcement{justify-content:center;height:30px}.header{height:78px;padding:0 5%}.logo{width:168px}.desktop-nav{display:none}.header-actions{margin-left:auto;gap:4px}.menu-button{display:flex}.hero{height:625px}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#14281ed9,#182f2160 68%,#182f2120),linear-gradient(0deg,#14251d60,transparent)}.hero-copy{padding:88px 7% 0}.hero h1{font-size:80px}.hero-caption{left:7%}.brand-strip{padding:26px 5%;gap:24px;flex-wrap:wrap;justify-content:center;min-height:120px}.brand-label{max-width:none;width:100%;text-align:center}.brand-strip>a{font-size:21px}.brand-strip>.brand-spaced{font-size:12px;letter-spacing:2px}.brand-strip>a:last-child{display:none}.section{padding:55px 5%}.section-heading{margin-bottom:27px}.section-heading h2{font-size:36px;letter-spacing:-1px}.collection-grid{gap:13px}.collection-card{height:310px}.collection-card>div{left:17px;right:17px;bottom:20px}.collection-card h3{font-size:23px}.collection-card .eyebrow{display:none}.featured-section{padding-top:5px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.story{grid-template-columns:1fr 1fr}.story-image{min-height:440px}.story-copy{padding:45px 9%}.story-copy h2{font-size:33px}.story-copy .button{padding:14px;gap:15px}.story-stamp{width:105px;height:105px;right:22px}.filter-bar{flex-direction:column;gap:12px;padding-bottom:20px}.filters{justify-content:flex-start;gap:10px 19px}.filters select{max-width:125px}.contact-strip{padding:35px 5%;flex-direction:column;align-items:flex-start}.footer-top{gap:25px}.footer-top p{font-size:21px}.footer-top .logo{width:135px}.footer-bottom{flex-wrap:wrap;font-size:9px}.detail-copy{padding:58px 25px 25px}.detail-copy h2{font-size:29px}.detail-photo{min-height:380px}}
@media(max-width:540px){html{scroll-padding-top:82px}.announcement a{font-size:10px}.header{height:74px;gap:6px}.logo{width:145px}.header-actions .icon-button{min-width:36px;padding:5px}.header-actions svg{width:20px}.hero{height:600px;min-height:0}.hero-image{object-position:62% 50%}.hero-copy{padding:70px 7% 0}.hero h1{font-size:73px;letter-spacing:-3px;margin:25px 0 22px}.hero-copy .eyebrow{font-size:8px;letter-spacing:1.6px}.hero-copy>p:not(.eyebrow){font-size:13px;max-width:260px}.hero .button{margin-top:27px;padding:15px 21px;min-height:53px;gap:25px;font-size:11px}.hero-caption{bottom:27px;display:block;line-height:2}.hero-caption span:first-child{display:block;border:0;font-size:8px}.hero-caption span:last-child{font-size:10px}.hero-scroll{bottom:29px;width:39px;height:39px;right:7%}.brand-strip{gap:18px;row-gap:14px;padding:22px 6%;min-height:113px}.brand-strip .brand-serif{font-size:25px}.brand-strip .brand-spaced{font-size:11px}.brand-strip .brand-bold{font-size:24px}.brand-label{font-size:8px;letter-spacing:1.5px}.section{padding:43px 5%}.section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:25px}.section-heading h2{font-size:35px;max-width:320px}.eyebrow{font-size:8px;letter-spacing:1.6px}.section-heading .eyebrow{margin-bottom:12px}.section-heading .text-link{font-size:11px;gap:16px;padding-bottom:4px}.collection-grid{grid-template-columns:1fr;gap:16px}.collection-card{height:330px}.collection-card img{object-position:center 38%}.collection-card:first-child img{object-position:50% 45%}.collection-card:nth-child(2) img{object-position:center 30%}.collection-card>div{left:24px;right:24px;bottom:25px}.collection-card h3{font-size:35px}.collection-card .eyebrow{display:block;font-size:8px}.featured-section{padding-top:4px}.product-grid{gap:28px 13px}.product-image{aspect-ratio:1 / 1.2}.product-image img{padding:9px 8px 32px}.product-badge{font-size:7px;top:10px;left:9px;padding:3px 5px;max-width:80px}.save-button{right:4px;top:4px;min-width:36px;min-height:36px}.save-button svg{width:16px}.quick-view{bottom:9px;left:8px;right:8px;font-size:9px;min-height:32px}.product-brand{font-size:8px;margin:12px 0 5px;letter-spacing:1.1px}.product-name{font-size:11px;line-height:1.5}.price-row{align-items:flex-start;flex-direction:column;gap:3px;font-size:11px;margin-top:7px}.variant-count{font-size:9px}.story{grid-template-columns:1fr}.story-image{height:330px;min-height:0}.story-copy{padding:44px 8% 45px}.story-copy h2{font-size:39px}.story-copy .button{padding:16px 22px;gap:30px}.story-copy>p:not(.eyebrow){font-size:13px}.shop-intro{display:none}.search-form{padding:7px 11px;gap:10px;margin-bottom:20px}.search-form input{font-size:11px;padding:13px 0}.search-form button{font-size:10px;padding-left:13px;gap:0}.search-form button span{display:none}.search-form svg{width:19px}.collection-tabs{gap:7px;margin-bottom:18px}.collection-tabs button{font-size:10px;padding:9px 12px;min-height:39px}.filter-bar{font-size:10px;gap:9px}.filters{width:100%;gap:4px 14px}.filters label{font-size:10px;gap:4px}.filters select{font-size:10px;max-width:118px}.stock-filter{order:3}.reset-button{order:4;margin-left:auto;font-size:10px}.filters label:has(#sort){margin-left:auto}.filters label:has(#brand){flex:1}.catalog-note{font-size:9px;line-height:1.8}.contact-strip{padding:35px 7%}.contact-strip h2{font-size:32px;max-width:280px;line-height:1.2}.contact-strip .text-link{font-size:12px;gap:17px}.footer-top{flex-wrap:wrap;gap:25px}.footer-top .logo{width:150px}.footer-top p{width:100%;order:3;font-size:25px}.footer-top>div{font-size:10px;gap:7px}.footer-bottom{flex-direction:column;gap:9px;font-size:9px}footer{padding:36px 6% 22px}.detail-layout{grid-template-columns:1fr}.detail-photo{height:265px;min-height:0}.detail-photo img{height:265px;padding:20px}.detail-copy{padding:26px}.detail-copy h2{font-size:29px}.detail-price{margin:15px 0}.detail-copy .eyebrow{font-size:9px}.detail-note{font-size:10px}.detail-copy .button{font-size:10px}dialog{width:calc(100% - 24px);max-height:92dvh}.toast{font-size:11px;width:max-content;bottom:18px}.empty h3{font-size:26px}.empty p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
