:root{--ink:#263528;--spruce:#274232;--pine:#183226;--paper:#f5f0e6;--cream:#fffdf8;--clay:#b85f3b;--ochre:#d7a049;--line:#d9d0c1;--muted:#667066;--display:var(--font-display),Georgia,serif;--sans:var(--font-sans),Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}.site-header{height:86px;display:flex;align-items:center;gap:28px;padding:10px clamp(20px,4vw,68px);background:rgba(255,253,248,.96);border-bottom:1px solid rgba(38,53,40,.12);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{width:130px;flex:0 0 130px}.brand img,.brand picture{width:100%;height:65px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;gap:24px;margin-left:auto;font-size:.91rem;font-weight:600}.desktop-nav a,.footer-grid a{transition:color .2s ease}.desktop-nav a:hover,.footer-grid a:hover{color:var(--clay)}.bag{border:1px solid var(--spruce);padding:10px 14px;font-weight:700;font-size:.88rem;white-space:nowrap;transition:background .2s,color .2s}.bag:hover{background:var(--spruce);color:#fff}.menu-button{display:none;border:0;background:transparent;font-weight:700}.mobile-nav{display:none}.section{padding:clamp(72px,9vw,132px) clamp(20px,7vw,112px)}.section-inner{max-width:1240px;margin:auto}.eyebrow{font-size:.73rem;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:var(--clay);margin:0 0 15px}.display{font-family:var(--display);font-weight:500;letter-spacing:-.045em;line-height:.99;text-wrap:balance}.section-title{font-size:clamp(2.7rem,5vw,5rem);max-width:720px;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 21px;font-weight:800;font-size:.91rem;letter-spacing:.01em;border:1px solid transparent;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-dark{background:var(--spruce);color:#fff}.button-dark:hover{background:var(--clay)}.button-light{background:var(--cream);color:var(--spruce)}.button-outline{border-color:currentColor;color:var(--spruce)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--ochre);outline-offset:3px}.hero{min-height:calc(100vh - 86px);isolation:isolate;color:#fff;align-items:end}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media,.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media img{object-position:center}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(20,42,32,.91),rgba(20,42,32,.7) 40%,rgba(20,42,32,.18) 80%)}.hero-content{padding:clamp(70px,10vw,150px) clamp(20px,7vw,112px);width:min(770px,100%)}.hero .eyebrow{color:#f6d18f}.hero h1{font-size:clamp(4rem,8.2vw,8.5rem)}.hero p:not(.eyebrow){font-size:clamp(1.05rem,1.5vw,1.25rem);max-width:550px}.hero-actions{gap:14px}.hero-actions .button-outline{color:#fff}.trust-row{background:var(--spruce);color:#fff;padding:24px clamp(20px,7vw,112px);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;text-align:center;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trust-row span{padding:3px 12px;border-right:1px solid rgba(255,255,255,.23)}.trust-row span:last-child{border:0}.intro-row{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);grid-gap:8vw;gap:8vw;align-items:end}.intro-row p{margin:0;font-size:1.17rem;max-width:500px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:58px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.collection{min-height:460px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:#e8e5dc;color:#fff}.collection picture,.collection picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.collection:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,34,25,.82),rgba(16,34,25,.05) 65%)}.collection:hover picture img{transform:scale(1.05)}.collection-content{padding:26px;z-index:1}.collection h3{font-family:var(--display);font-size:2rem;letter-spacing:-.04em;line-height:1;margin:0 0 9px}.collection p{margin:0;font-size:.94rem;max-width:260px}.story-section{background:var(--cream)}.story-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(35px,8vw,120px);gap:clamp(35px,8vw,120px);align-items:center}.story-photo{height:620px;overflow:hidden}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy h2{font-size:clamp(3rem,5vw,5.5rem);margin:0 0 24px}.story-copy p{font-size:1.13rem;max-width:530px}.text-link{display:inline-flex;margin-top:18px;font-weight:800;border-bottom:1px solid var(--clay);padding-bottom:3px}.featured-head{display:flex;align-items:end;justify-content:space-between;gap:25px}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:46px}.product-card{background:var(--cream);padding:13px}.product-image{height:310px;background:#e7e2d8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.04)}.product-card h3{font-family:var(--display);font-size:1.6rem;letter-spacing:-.035em;line-height:1.05;margin:17px 0 4px}.product-card p{font-weight:700;color:var(--clay);margin:0}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);margin-top:52px;border:1px solid var(--line)}.proof{background:var(--paper);padding:34px}.proof span{font-family:var(--display);color:var(--clay);font-size:2.2rem}.proof h3{font-size:1rem;margin:15px 0 8px;text-transform:uppercase;letter-spacing:.05em}.proof p{margin:0;color:#4d594f}.quote-section{background:var(--clay);color:#fff;text-align:center}.quote-section blockquote{font-family:var(--display);font-size:clamp(2.3rem,4vw,4.7rem);letter-spacing:-.045em;line-height:1.04;max-width:1010px;margin:0 auto}.quote-section p{margin:28px 0 0;font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cta-section{background:var(--spruce);color:#fff;text-align:center}.cta-section h2{font-size:clamp(3rem,5.6vw,6rem);margin:0 auto 24px;max-width:780px}.cta-section p{font-size:1.1rem;max-width:600px;margin:0 auto 30px}.page-hero{background:var(--spruce);color:#fff;padding:clamp(75px,10vw,145px) clamp(20px,7vw,112px) clamp(60px,7vw,100px)}.page-hero .inner{max-width:1060px;margin:auto}.page-hero h1{font-size:clamp(3.5rem,7vw,7rem);margin:0;max-width:900px}.page-hero p{font-size:1.15rem;max-width:630px;margin:22px 0 0}.page-content{max-width:950px;margin:auto;padding:clamp(55px,8vw,112px) 20px}.prose h2{font-family:var(--display);font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.04em;margin:56px 0 16px}.prose h3{font-size:1.1rem;margin:32px 0 8px}.prose li,.prose p{font-size:1.05rem;max-width:720px}.prose ul{padding-left:20px}.split-page{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;align-items:start}.contact-form{display:grid;grid-gap:17px;gap:17px;background:var(--cream);padding:clamp(23px,4vw,44px)}.contact-form label{display:grid;grid-gap:7px;gap:7px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:#fff;padding:13px;border-radius:0;color:var(--ink)}.honeypot{position:absolute!important;opacity:0!important;pointer-events:none!important}.form-status{margin:0;font-weight:700}.legal-links{display:flex;gap:14px;flex-wrap:wrap}.site-footer{background:var(--pine);color:#f5f0e6;padding:70px clamp(20px,7vw,112px) 23px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:50px;gap:50px}.footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-logo img{width:100%;height:auto}.footer-grid p{max-width:350px;color:#d6ddd2}.footer-grid h2{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin:8px 0 15px}.footer-grid a{display:block;margin:8px 0;color:#fff}.footer-bottom{max-width:1240px;margin:60px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.78rem;color:#d6ddd2}.footer-bottom span:last-of-type{display:flex;gap:14px}.theo img{height:29px;width:auto}.not-found{min-height:55vh;display:grid;place-items:center;text-align:center;padding:50px}.not-found h1{font-size:clamp(4rem,10vw,8rem);margin:0}.reveal{animation:rise .7s both}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:950px){.bag,.desktop-nav{display:none}.site-header{justify-content:space-between}.menu-button{display:block}.mobile-nav{display:grid;position:absolute;left:0;right:0;top:85px;background:var(--cream);border-bottom:1px solid var(--line);padding:17px 20px 25px;grid-gap:8px;gap:8px}.mobile-nav a{padding:11px 0;font-weight:800}.hero{min-height:650px}.hero:after{background:linear-gradient(0deg,rgba(20,42,32,.89),rgba(20,42,32,.16) 75%)}.hero-content{padding-bottom:60px}.trust-row{grid-template-columns:1fr 1fr}.trust-row span:nth-child(2){border-right:0}.collection-grid{grid-template-columns:1fr 1fr}.collection{min-height:390px}.split-page,.story-grid{grid-template-columns:1fr}.story-photo{height:500px;order:2}.featured-grid,.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:560px){.site-header{height:76px;padding:7px 18px}.brand{width:112px;flex-basis:112px}.brand img{height:58px}.mobile-nav{top:75px}.hero{min-height:650px}.hero h1{font-size:clamp(3.35rem,16vw,4.8rem)}.hero-content{padding:105px 22px 45px}.trust-row{font-size:.67rem;padding:18px}.trust-row span{padding:6px;border-right:0}.section{padding:70px 20px}.intro-row{gap:22px}.collection-grid,.intro-row{grid-template-columns:1fr}.collection{min-height:350px}.story-photo{height:360px}.featured-head{align-items:start;flex-direction:column}.featured-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{padding:8px}.product-image{height:190px}.product-card h3{font-size:1.23rem;margin-top:12px}.proof-grid{grid-template-columns:1fr}.proof{padding:27px}.page-hero{padding:80px 20px 65px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{margin-top:40px;align-items:start;flex-direction:column}.footer-bottom span:last-of-type{gap:10px;flex-wrap:wrap}}:root{--ink:#2a2118;--spruce:#22392b;--pine:#172a20;--paper:#f3ecdf;--clay:#a9471d}.announcement{background:var(--pine);color:#f8f1e5;text-align:center;padding:8px 20px;font-size:.79rem;letter-spacing:.05em}.site-header{height:92px}.brand{width:150px;flex-basis:150px}.brand img{height:72px}.button-dark{background:var(--clay)}.button-dark:hover{background:var(--spruce)}.button-underlined{padding:12px 0;border-bottom:1px solid var(--spruce);min-height:48px;color:var(--spruce)}.hero{min-height:640px;background:var(--paper);position:relative;display:grid;grid-template-columns:minmax(350px,.78fr) minmax(540px,1.22fr);overflow:hidden;color:var(--ink)}.hero-content{align-self:center;padding:clamp(52px,7vw,115px) clamp(30px,6vw,112px);max-width:650px;width:auto}.hero .eyebrow{color:var(--clay)}.hero h1{font-size:clamp(4rem,6vw,6.9rem);margin:0 0 22px}.hero h1 em{font-style:italic}.hero p:not(.eyebrow){font-size:clamp(1.02rem,1.3vw,1.18rem);max-width:465px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.hero-showcase{position:relative;min-height:640px;padding:26px 32px 0 0}.hero-spinner{height:100%;width:65%;transform:rotate(-1.5deg);overflow:hidden;background:#ddd0ba}.hero-spinner img{width:100%;height:100%;object-fit:cover}.hero-coasters{position:absolute;top:6%;right:0;width:42%;height:69%;overflow:hidden;transform:rotate(2deg);box-shadow:0 8px 22px rgba(50,31,17,.19)}.hero-coasters img{width:100%;height:100%;object-fit:cover}.paper-note{position:absolute;background:#efe2c5;color:#3f3428;padding:13px 19px;font-family:var(--display);font-size:1.06rem;line-height:1.1;box-shadow:0 6px 12px rgba(50,31,17,.14);z-index:1}.note-top{right:14%;top:7%;transform:rotate(-4deg)}.note-bottom{right:7%;bottom:6%;transform:rotate(3deg)}.trust-row{background:var(--paper);color:var(--ink);padding:22px clamp(20px,7vw,112px);border-bottom:1px solid var(--line)}.trust-row span{border-color:var(--line)}@media(max-width:950px){.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:75px 22px 42px}.hero-showcase{min-height:500px;padding:0 20px 20px}.hero-spinner{width:70%;height:100%}.hero-coasters{width:42%;height:72%;right:2%;top:5%}.note-bottom{right:7%;bottom:5%}}@media(max-width:560px){.announcement{font-size:.66rem;padding:7px 15px}.site-header{height:76px}.brand{width:112px;flex-basis:112px}.brand img{height:58px}.mobile-nav{top:75px}.hero{min-height:auto}.hero-content{padding:56px 22px 36px}.hero h1{font-size:clamp(3.35rem,16vw,4.8rem)}.hero-showcase{min-height:430px;padding:0 14px 14px}.hero-spinner{width:74%}.hero-coasters{width:45%;height:68%;right:0}.paper-note{font-size:.82rem;padding:10px 12px}.note-top{top:4%;right:7%}.note-bottom{right:4%;bottom:3%}}.hero:after{display:none}.hero h1{font-size:clamp(4rem,5.1vw,6rem)}.honeypot{width:1px!important;height:1px!important;padding:0!important;margin:0!important}.shop-collections{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:48px}.shop-collections a{min-height:130px;background:#183226;color:white;position:relative;overflow:hidden;display:grid;place-items:end start;padding:18px;font-family:var(--display);font-size:1.65rem}.shop-collections img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.shop-collections span{position:relative}.product-page{padding:clamp(50px,7vw,110px) clamp(20px,7vw,112px);background:var(--cream)}.product-detail{max-width:1280px;margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);grid-gap:clamp(38px,7vw,100px);gap:clamp(38px,7vw,100px)}.product-main-image{width:100%;height:auto;max-height:760px;object-fit:contain;background:#eee9df}.product-thumbnails{display:flex;gap:10px;overflow:auto;padding-top:12px}.product-thumbnails button{border:1px solid var(--line);padding:0;background:white;flex:0 0 76px}.product-thumbnails img{height:76px;width:76px;object-fit:cover}.product-buy h1{font-size:clamp(2.7rem,4vw,4.7rem);margin:8px 0 20px;overflow-wrap:anywhere}.product-price{font-size:1.35rem;font-weight:800;margin:20px 0}.product-price del{font-weight:400;color:#777;margin-left:8px}.product-buy fieldset{border:0;padding:0;margin:22px 0}.product-buy legend{font-weight:800;margin-bottom:8px}.option{border:1px solid var(--line);padding:9px 13px;margin:0 7px 7px 0;background:white}.option.selected{background:var(--spruce);color:white}.cart-layer{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end}.cart-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.45)}.cart-drawer{position:relative;width:min(470px,100%);height:100%;background:var(--cream);padding:32px;overflow:auto}.cart-close{margin-left:auto;display:block;border:0;background:none;font-weight:800}.cart-lines article,.cart-page-lines article{padding:18px 0;border-bottom:1px solid var(--line)}.cart-lines article div:first-child{display:grid;grid-gap:4px;gap:4px}.quantity{display:flex;align-items:center;gap:11px;margin-top:12px}.cart-page-lines button,.quantity button{border:1px solid var(--line);background:#fff;padding:5px 10px}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;margin:25px 0}.cart-page-lines{max-width:700px}.cart-page-lines article{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.store-grid .product-card h3{font-size:1.2rem}.store-grid .product-image{height:260px}.load-more{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px;padding:42px 0 4px}.load-more .button:disabled{opacity:.66;cursor:wait}@media screen and (max-width:800px){.shop-collections{grid-template-columns:1fr 1fr}.product-detail{grid-template-columns:minmax(0,1fr)!important;gap:32px}.store-grid .product-image{height:190px}.page-hero h1{font-size:clamp(2.7rem,13vw,3.7rem)}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_eb41fe{--font-display:"Fraunces","Fraunces Fallback"}