:root{--cream:#f6f0e8;--ink:#36352f;--sage:#738b7b;--rose:#b76c6a;--line:#d9cebf;--white:#fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font:16px/1.6 var(--sans),sans-serif;-webkit-font-smoothing:antialiased;margin:0}main{min-height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}header{background:var(--cream);z-index:5;border-bottom:1px solid #ddd2c6;justify-content:space-between;align-items:center;height:84px;padding:10px 5vw;display:flex;position:sticky;top:0}.brand img{object-fit:contain;width:120px;height:58px}nav{gap:28px;font-size:14px;font-weight:600;display:flex}.button{background:var(--rose);color:#fff;font:600 14px var(--sans);cursor:pointer;border:0;border-radius:3px;padding:14px 22px;transition:transform .2s,background .2s;display:inline-block}.button:hover{background:#975250;transform:translateY(-2px)}.button:active{transform:scale(.98)}.small{padding:11px 16px}.pale{background:var(--sage)}.textlink{border-bottom:1px solid var(--rose);font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--rose);margin:0 0 15px;font-size:11px;font-weight:700}.hero{background:var(--white);grid-template-columns:48% 52%;align-items:center;min-height:640px;display:grid}.hero>div{padding:70px 9vw 70px 10vw;animation:.7s both rise}.hero h1,.page h1,.contact h1{font:clamp(45px,5.4vw,79px)/.98 var(--display),serif;letter-spacing:-.035em;text-wrap:balance;margin:0 0 24px}.hero>div>p:not(.eyebrow):not(.actions){max-width:430px;font-size:18px}.hero picture{height:640px;display:block;overflow:hidden}.hero img{object-fit:cover;width:100%;height:100%}.actions{align-items:center;gap:24px;margin-top:32px;display:flex}.strip{background:var(--sage);color:#fff;justify-content:center;gap:60px;padding:16px 5vw;font-size:13px;font-weight:700;display:flex}.intro,.catalog,.process{padding:110px 8vw}.intro h2,.catalog h2,.process h2,.maker h2{font:clamp(36px,4vw,60px)/1.05 var(--display),serif;margin:0 0 45px}.paths{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.paths>a,.products>a{display:block}.paths picture{border-radius:18px;height:340px;display:block;overflow:hidden}.paths img,.products img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.paths a:hover img,.products a:hover img{transform:scale(1.04)}.paths h3,.products h3{font:28px/1.1 var(--display),serif;margin:18px 0 5px}.paths p,.products p{color:#665f57;margin:0}.maker{background:#ead5cc;grid-template-columns:1fr 1fr;display:grid}.maker picture{min-height:560px}.maker img{object-fit:cover;width:100%;height:100%}.maker>div{padding:95px 11vw 70px 9vw}.catalog{background:#fffdfa}.products{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:38px;display:grid}.products picture{border-radius:12px;height:250px;display:block;overflow:hidden}.products.full{margin-top:55px}.products.full h2{font:24px/1.15 var(--display),serif;margin:14px 0 4px}.process{text-align:center}.process h2{max-width:650px;margin-left:auto;margin-right:auto}.process ol{justify-content:center;gap:48px;max-width:850px;margin:40px auto;padding:0;list-style:none;display:flex}.process li{flex-direction:column;gap:8px;width:210px;display:flex}.process b{font:34px var(--display),serif;color:var(--rose)}footer{color:#f6f0e8;background:#3f5147;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:65px 8vw;display:grid}footer img{object-fit:contain;background:var(--cream);border-radius:2px;width:125px;height:64px}footer .theo{background:0 0;width:112px;height:auto;margin-top:18px;display:block}footer a,footer b{margin:8px 0;display:block}footer b{text-transform:uppercase;letter-spacing:.12em;color:#e8c8c3;font-size:12px}.page{max-width:1240px;margin:0 auto;padding:100px 7vw}.page .lede{max-width:670px;font-size:19px}.narrow{max-width:900px}.reading{max-width:690px;margin:42px 0;font-size:17px}.reading h2{font:31px var(--display),serif;margin-top:40px}.service-list{border-top:1px solid var(--line);margin-top:60px}.service-list a{border-bottom:1px solid var(--line);padding:29px 0;display:block}.service-list span{text-transform:uppercase;letter-spacing:.13em;color:var(--rose);font-size:11px;font-weight:700}.service-list h2{font:32px/1.1 var(--display),serif;margin:5px 0}.service-list p{max-width:600px;margin:0}.service-list i{font-size:14px;font-style:normal;font-weight:700}.detail{background:#fffdfa;grid-template-columns:1.1fr .9fr;min-height:640px;display:grid}.detail picture{height:100%}.detail img{object-fit:cover;width:100%;height:100%}.detail>div{padding:110px 9vw 60px}.detail h1{font:58px/1 var(--display),serif;margin:0 0 20px}.price{font:24px var(--display),serif;color:var(--rose)}.contact{grid-template-columns:1fr 1fr;gap:80px;max-width:1150px;margin:auto;padding:110px 7vw;display:grid}.contact form{background:#fffdfa;gap:18px;padding:36px;display:grid}.contact label{font-size:13px;font-weight:700}.contact input,.contact textarea{border:1px solid var(--line);width:100%;font:16px var(--sans);background:#fffdfa;margin-top:5px;padding:12px;display:block}.contact textarea{resize:vertical;height:130px}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:800px){header{height:70px;padding:7px 5vw}.brand img{width:92px;height:50px}nav{display:none}.hero{grid-template-columns:1fr}.hero>div{padding:65px 8vw 45px}.hero picture{height:400px}.strip{text-align:center;justify-content:space-between;gap:10px;font-size:10px}.intro,.catalog,.process{padding:72px 6vw}.paths,.products,.products.full{grid-template-columns:1fr 1fr;gap:18px}.paths picture{height:230px}.paths h3,.products h3{font-size:22px}.maker{grid-template-columns:1fr}.maker picture{min-height:350px}.maker>div{padding:65px 8vw}.process ol{gap:16px}.process li{width:auto;font-size:13px}.process b{font-size:27px}footer{grid-template-columns:1fr;gap:28px;padding:50px 8vw}.page{padding:70px 7vw}.detail,.contact{grid-template-columns:1fr}.detail picture{height:390px}.detail>div,.contact{padding:65px 8vw}.detail h1{font-size:45px}.contact{gap:35px}.contact form{padding:25px}.hero h1,.page h1,.contact h1{font-size:clamp(42px,12vw,58px)}}html:root{--ink:#2f2f2f;--sage:#7fa9a3;--rose:#e8c8c3;--taupe:#716a56;--forest:#3f5147}body .button:hover{background:var(--taupe)}body footer{background:var(--forest)}.announcement{background:var(--sage);color:#fffdfa;height:36px;font:400 15px/1.2 var(--display),serif;letter-spacing:.04em;text-align:center;place-items:center;display:grid}header{z-index:5;background:var(--cream);grid-template-columns:1fr auto 1fr;height:104px;padding:8px 5vw;display:grid;position:sticky;top:0}header nav{text-transform:uppercase;letter-spacing:.045em;justify-self:start;align-items:center;gap:24px;font-size:13px}header .brand{grid-area:1/2;line-height:0}header .brand img{object-fit:contain;width:158px;height:88px;display:block}header>.button{place-self:center end}.shopify-hero{background:var(--cream);position:relative}.shopify-hero>.hero-message{background:var(--sage);color:#fffdfa;text-align:center;padding:22px 8vw 28px}.shopify-hero>.hero-message p{max-width:700px;font:400 18px/1.55 var(--display),serif;letter-spacing:.02em;margin:0 auto 20px}.shopify-hero>.hero-message h1{max-width:900px;font:400 clamp(42px,5vw,72px)/1.08 var(--display),serif;letter-spacing:-.025em;text-wrap:balance;margin:0 auto}.shopify-hero>picture{height:565px;display:block;overflow:hidden}.shopify-hero>picture img{object-fit:cover;object-position:center 56%;width:100%;height:100%}.hero-copy{z-index:1;background:#fffdfaf5;width:min(505px,42vw);padding:42px 46px;position:absolute;bottom:42px;left:8vw;box-shadow:0 10px 28px #453c2f29}.hero-copy h2{font:400 clamp(36px,3.5vw,55px)/1.04 var(--display),serif;letter-spacing:-.025em;margin:0 0 18px}.hero-copy p{margin:0 0 25px;font-size:17px}.sage-button{background:var(--sage)}.process>p:not(.eyebrow){max-width:540px;margin:-20px auto 30px;font-size:17px}.intro,.catalog{padding-top:92px}.maker{background:var(--rose)}@media (max-width:800px){.announcement{height:59px;padding:0 24px;font-size:15px;line-height:1.25}header{grid-template-columns:1fr auto;height:88px;padding:4px 5vw}header nav{display:none}header .brand{grid-area:1/1}header .brand img{width:135px;height:78px}header>.button{grid-column:2;padding:11px 13px;font-size:12px}.shopify-hero>.hero-message{padding:29px 7vw 32px}.shopify-hero>.hero-message p{margin-bottom:26px;font-size:17px}.shopify-hero>.hero-message h1{font-size:clamp(39px,12vw,54px);line-height:1.09}.shopify-hero>picture{height:370px}.shopify-hero>picture img{object-position:center}.hero-copy{width:auto;box-shadow:none;background:var(--white);margin:0;padding:45px 8vw 52px;position:relative;bottom:auto;left:auto}.hero-copy h2{font-size:42px}.hero-copy p{font-size:16px}.maker{grid-template-columns:1fr}.process>p:not(.eyebrow){margin-top:-22px}.paths,.products,.products.full{gap:16px}.products picture{height:172px}.products h3{font-size:20px}.catalog{padding-bottom:78px}}body .button,body .pale,body .sage-button{background:var(--sage);color:var(--ink)}body .button:hover,body .pale:hover,body .sage-button:hover{color:var(--ink);background:#6d9b95}body footer{background:var(--sage);color:var(--ink)}footer b{color:#49635e}footer .theo{background:0 0}
.products>a>p,.price{color:#5f9993}.eyebrow{color:#8c5b56;font-size:13px;line-height:1.4}.paths p,.products p{color:#4a4843;font-size:16px;line-height:1.45}.products>a>p,.price{color:#397b75;font-size:17px;font-weight:700}
@font-face{font-family:Trirong;font-style:normal;font-weight:300;font-display:swap;src:url(../media/47b19ceae2dc6927-s.3osmrcyvwwcn9.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Trirong;font-style:normal;font-weight:300;font-display:swap;src:url(../media/efd8c4c2007ccdb0-s.2bzghvj9mm0c7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Trirong;font-style:normal;font-weight:300;font-display:swap;src:url(../media/519ffad1945db732-s.1pprzj81r1--_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Trirong;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5e4140215b28570c-s.p.1998xrl564f1w.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Trirong;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b8a0bdb99770d4d3-s.3ionjvswp3he6.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Trirong;font-style:normal;font-weight:400;font-display:swap;src:url(../media/403e75d6a160f838-s.3n5x2puhun0k0.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Trirong;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c024ac7f7f5210c1-s.1j7fjbhfgf46e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Trirong;font-style:normal;font-weight:400;font-display:swap;src:url(../media/adb322c247a41d53-s.p.2gennsxenkvkp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Trirong;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bbe98865f3bfdce1-s.12no41lavmrjj.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Trirong;font-style:normal;font-weight:500;font-display:swap;src:url(../media/075d8fef7a860298-s.00ky9hmr34z7z.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Trirong;font-style:normal;font-weight:500;font-display:swap;src:url(../media/94150657b3f610da-s.3zasqylly0u9e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Trirong;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c62d349a7f013419-s.p.3-1l__f6iz4ld.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Trirong Fallback;src:local(Times New Roman);ascent-override:101.77%;descent-override:45.29%;line-gap-override:0.0%;size-adjust:117.91%}.trirong_5d6897ae-module__zp8DUW__className{font-family:Trirong,Trirong Fallback;font-style:normal}.trirong_5d6897ae-module__zp8DUW__variable{--display:"Trirong", "Trirong Fallback"}
@font-face{font-family:Quattrocento Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c72563571e44c7a-s.15dzsgzm8c5j-.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Quattrocento Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5fc980e417c7ba74-s.p.2aakq-lz54h-s.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Quattrocento Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9a9de46fb7e2c02d-s.07b42ssi4zdxs.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Quattrocento Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a24a74c3ae496001-s.p.2di_t5yfvh3r_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Quattrocento Sans Fallback;src:local(Arial);ascent-override:87.31%;descent-override:26.77%;line-gap-override:0.0%;size-adjust:97.13%}.quattrocento_sans_4911fb1f-module__2c3r8a__className{font-family:Quattrocento Sans,Quattrocento Sans Fallback;font-style:normal}.quattrocento_sans_4911fb1f-module__2c3r8a__variable{--sans:"Quattrocento Sans", "Quattrocento Sans Fallback"}
