@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.woff2) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.woff2) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.woff2) format('truetype');
}
@font-face {
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-3.woff2) format('truetype');
}
:root{--paper:#faf9f6;--ink:#242019;--muted:#68665e;--orange:#c44809;--line:#dcd7cf;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;width:100%;object-fit:cover}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--orange);outline-offset:5px}button:disabled{opacity:.25;cursor:default}[hidden]{display:none!important}.skip{position:absolute;top:-60px;left:15px;background:white;padding:14px;z-index:100}.skip:focus{top:8px}.announcement{height:32px;background:#2e261d;color:#fff;text-align:center;font-size:10px;letter-spacing:1.7px;text-transform:uppercase;display:grid;place-items:center}.announcement span{padding-left:12px}header{background:#fff;border-bottom:1px solid #eee9e3;position:relative;z-index:10}.header-inner{max-width:1440px;margin:auto;min-height:91px;padding:13px 60px;display:flex;align-items:center;justify-content:space-between;gap:45px}.brand{width:202px;flex-shrink:0}.brand img{height:62px;object-fit:contain}.header-inner nav{display:flex;align-items:center;gap:31px;font-size:13px}nav>a,nav button{padding:12px 0}nav a:hover,nav button:hover{color:var(--orange)}.nav-dropdown{position:relative}.nav-dropdown button{border:0;background:none;display:inline-flex;align-items:center;gap:8px;line-height:1.4}.nav-chevron{display:block;width:18px;height:18px;flex:none;transition:transform .2s}.nav-dropdown button[aria-expanded="true"] .nav-chevron{transform:rotate(180deg)}.nav-dropdown span{margin-left:6px}#board-menu{position:absolute;top:45px;left:-18px;min-width:220px;background:#fff;box-shadow:0 8px 20px #241b181a;padding:10px 18px;border:1px solid var(--line)}#board-menu a{display:block;padding:12px 0}.header-actions{display:flex;gap:24px;align-items:center}.header-actions svg{width:21px;height:23px;fill:none;stroke:currentColor;stroke-width:1.5}.header-actions a:hover{color:var(--orange)}#mobile-toggle{display:none;background:none;border:0}.hero{display:grid;grid-template-columns:46% 54%;max-width:1600px;margin:auto;min-height:510px}.hero-copy{padding:66px 40px 60px max(60px,calc((100vw - 1320px)/2));display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:10px;text-transform:uppercase;font-weight:600;letter-spacing:2.5px;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1{font-size:clamp(40px,4.4vw,68px);letter-spacing:-2px;line-height:1.01;margin-bottom:22px}h2{font-size:46px;line-height:1.08;letter-spacing:-1.25px;margin-bottom:25px}h3{font-size:26px;line-height:1.15;margin-bottom:10px}.hero-description{max-width:430px;font-size:17px;line-height:1.65;color:#5b5b53;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:27px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--orange);color:white;font-size:13px;padding:17px 22px;white-space:nowrap;transition:background .2s}.button:hover{background:#943300}.text-link{display:inline-flex;align-items:center;gap:15px;font-size:13px;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#a7a197}.text-link:hover{color:var(--orange)}.hero-image{overflow:hidden;min-height:510px}.hero-image img{height:100%;max-height:565px;object-position:center}.benefits{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);padding:26px 60px;background:#fff}.benefits>div{display:flex;align-items:center;justify-content:center;gap:19px;border-right:1px solid var(--line);font-family:var(--serif);font-size:21px}.benefits>div:last-child{border:0}.benefits svg{width:30px;height:32px}.section{max-width:1440px;margin:auto;padding:48px 60px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.section-heading h2{margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category>div{overflow:hidden;aspect-ratio:1.23;background:#e7e3db}.category img{height:100%;transition:transform .6s}.category:hover img{transform:scale(1.04)}.category h3{display:flex;justify-content:space-between;margin-top:14px;font-size:25px}.category h3 span{font-family:var(--sans);font-size:22px;margin-right:3px}.categories{padding-bottom:28px}.collection{background:#fff;padding-top:35px;padding-bottom:42px}.section-actions{display:flex;align-items:center;gap:13px}.section-actions>a{margin-right:25px}.arrow{border:1px solid transparent;background:transparent;width:36px;height:40px;font-family:Arial,sans-serif;font-size:35px;font-weight:300;line-height:1;display:grid;place-content:center;transition:border .2s}.arrow:not(:disabled):hover{border-color:var(--line);color:var(--orange)}.carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.carousel::-webkit-scrollbar{display:none}.product{flex:0 0 calc((100% - 48px)/3);scroll-snap-align:start;min-width:0}.product-photo{aspect-ratio:1.19;position:relative;overflow:hidden;background:#f0ede8}.product-photo img{height:100%;transition:transform .6s}.product:hover img{transform:scale(1.025)}.view-product{position:absolute;bottom:14px;left:14px;background:#fff;padding:10px 14px;font-size:11px;opacity:0;transition:opacity .2s}.product:hover .view-product,.product:focus-within .view-product{opacity:1}.product h3{font-size:26px;margin:17px 0 7px}.product p{font-size:12px;color:var(--muted);margin:0 0 12px}.price{font-size:16px;margin-bottom:15px}.carousel-progress{height:2px;margin-top:32px;background:#edeae5}.carousel-progress span{display:block;width:50%;height:100%;background:#9d9385;transition:transform .35s}.craft{padding-top:65px;padding-bottom:65px}.craft>h2{font-size:49px;margin-bottom:32px}.craft-layout{display:grid;grid-template-columns:1.02fr 1fr;gap:48px}.photo-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 220px;gap:12px}.photo-grid{min-width:0;align-self:start}.gallery-cell{position:relative;min-width:0;min-height:0;overflow:hidden}.gallery-cell img{position:absolute;inset:0;width:100%;height:100%;min-width:0;min-height:0;object-fit:cover}.feature-grid{min-width:0}.feature{min-width:0}.gallery-large{grid-column:span 2}.gallery-large img{object-position:center 58%}.feature-grid{display:grid;grid-template-columns:1fr 1fr}.feature{padding:20px 25px 26px;border-bottom:1px solid var(--line)}.feature:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}.feature:nth-child(even){padding-right:0}.feature:nth-child(n+3){padding-top:28px;padding-bottom:0;border-bottom:0}.feature svg{width:42px;height:44px;margin-bottom:20px}.feature h3{font-size:27px}.feature p{font-size:14px;line-height:1.7;color:#65655e;margin-bottom:0}.about{background:#eeece6}.about-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:300px 1fr;align-items:center;gap:75px;padding:35px 60px}.about img{height:300px;object-position:center 33%}.about .eyebrow{margin-bottom:17px}.about h2{font-size:46px;margin-bottom:20px}.about p:not(.eyebrow){font-size:17px;line-height:1.65;max-width:650px;color:#626259;margin-bottom:24px}.reviews{display:grid;grid-template-columns:1fr 1.55fr;gap:40px;padding-top:44px;padding-bottom:55px;align-items:center}.review-intro h2{margin-bottom:18px}.review-intro h3{font-size:23px;margin-bottom:6px}.rating{display:flex;align-items:center;gap:17px;font-size:12px;margin-bottom:16px;color:#68665e}.etsy{font-family:Georgia,serif;color:#db5217;font-size:36px;letter-spacing:-2px}.review-intro small{display:block;font-size:9px;color:#78766e;margin-top:22px}.review-slider{min-width:0}.review-arrows{display:flex;justify-content:flex-end;margin-bottom:10px;gap:9px}.review{flex:0 0 calc((100% - 24px)/2);scroll-snap-align:start;border:1px solid #e6e1d9;background:#fff;padding:28px 26px;min-height:210px;display:flex;flex-direction:column}.review-name{font-family:var(--serif);font-size:23px;margin-bottom:18px}.review blockquote{margin:0 0 22px;font-size:14px;line-height:1.7;color:#55584f}.review-source{font-size:10px;color:#878078;margin-top:auto}footer{background:#2d261d;color:#eeebe5;padding:45px 60px 22px}.footer-main{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.1fr .7fr .9fr 1.1fr;gap:42px}.footer-main>div:not(:first-child){border-left:1px solid #554a3d;padding-left:40px}.footer-brand img{width:200px;background:white;padding:4px}.footer-brand p{font-size:12px;line-height:1.8;margin-top:22px;color:#c6c1b8}.footer-main h3{font-size:24px}.footer-links a{display:block;font-size:12px;color:#c6c1b8;margin:8px 0}.footer-main a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.newsletter p{font-size:12px;color:#c6c1b8}.newsletter-link{font-size:12px;line-height:1.6;border:1px solid #857563;padding:12px 14px;display:flex;gap:10px;align-items:center}.newsletter-link span{font-size:20px;color:#eb7a38}.footer-bottom{max-width:1320px;margin:35px auto 0;padding-top:20px;border-top:1px solid #554a3d;font-size:9px;color:#b8afa1;display:flex;justify-content:space-between;gap:20px}@media(min-width:1600px){.hero-copy{padding-left:100px}}@media(max-width:1100px){.header-inner{padding:15px 30px;gap:25px}.header-inner nav{gap:18px}.brand{width:170px}.hero-copy{padding:40px 30px}.hero-actions{gap:18px}.button{padding:15px}.section{padding-left:30px;padding-right:30px}.craft-layout{gap:30px}.about-inner{padding:30px;gap:40px}.footer-main{gap:24px}.footer-main>div:not(:first-child){padding-left:24px}.hero-image,.hero{min-height:460px}.reviews{gap:24px}}@media(max-width:760px){.announcement{height:28px;font-size:8px}.header-inner{padding:10px 20px;min-height:73px}.brand{width:152px}.brand img{height:48px}.header-actions{gap:18px}#mobile-toggle{display:block;font-size:22px}.header-inner nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:20px 25px;gap:0;box-shadow:0 12px 18px #0001}.header-inner nav.open{display:flex}.nav-dropdown button{text-align:left;width:100%}#board-menu{position:static;box-shadow:none;border:0;border-left:1px solid var(--line);margin:6px 0}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:40px 24px}.eyebrow{font-size:9px;margin-bottom:20px}h1{font-size:48px;letter-spacing:-1.5px}.hero-description{font-size:15px;line-height:1.65;margin-bottom:25px}.hero-actions{gap:22px}.button{font-size:12px;padding:15px 17px}.text-link{font-size:12px}.hero-image{height:350px;min-height:0}.hero-image img{max-height:none;object-position:center 55%}.benefits{padding:19px 12px;gap:8px}.benefits>div{font-size:13px;gap:8px;flex-direction:column;text-align:center}.benefits svg{width:25px;height:27px}.section{padding:35px 22px}.section-heading{margin-bottom:22px;gap:12px}h2{font-size:36px;letter-spacing:-.9px}.category-grid{grid-template-columns:1fr 1fr;gap:17px 14px}.category h3{font-size:22px;margin-top:10px}.category h3 span{font-size:17px}.collection .section-heading{align-items:flex-start}.section-actions{gap:3px;flex-wrap:wrap;justify-content:flex-end}.section-actions>a{margin-right:4px;white-space:nowrap}.arrow{width:28px;height:30px;font-size:30px}.collection h2{max-width:200px}.carousel{gap:16px}.product{flex-basis:82%}.product-photo{aspect-ratio:1.08}.product h3{font-size:25px}.craft>h2{font-size:37px;line-height:1.08}.craft>h2 br{display:none}.craft-layout{grid-template-columns:1fr;gap:25px}.photo-grid{grid-template-rows:215px 165px;gap:9px}.feature{padding:17px 18px 22px}.feature h3{font-size:24px}.feature p{font-size:12px}.feature svg{height:35px;width:35px;margin-bottom:15px}.about-inner{grid-template-columns:115px 1fr;padding:28px 22px;gap:23px;align-items:start}.about img{height:175px}.about h2{font-size:34px}.about .eyebrow{font-size:8px;letter-spacing:1.5px}.about p:not(.eyebrow){font-size:13px;line-height:1.7}.reviews{grid-template-columns:1fr;gap:10px}.review-intro small{margin-top:15px}.review{flex-basis:85%;min-height:190px;padding:24px}.review-arrows{margin-top:-15px}footer{padding:30px 22px 20px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 24px}.footer-main>div:not(:first-child){border:0;padding-left:0}.footer-brand{grid-column:span 2}.footer-brand img{width:180px}.footer-brand p{margin-bottom:0}.newsletter{grid-column:span 2}.newsletter-link{max-width:340px}.footer-bottom{flex-wrap:wrap;font-size:8px;line-height:1.7}.footer-bottom span:nth-child(2){order:3;width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Product film retains the existing split hero layout. */
.hero-image{position:relative;background:#e8e3db}.hero-image .hero-poster,.hero-image video{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}.hero-video-toggle{position:absolute;right:18px;bottom:18px;z-index:1;border:1px solid #ffffff80;border-radius:24px;background:#242019df;color:#fff;padding:12px 18px;font-size:14px;line-height:1.2;min-height:44px}.hero-video-toggle:hover{background:#242019}.hero-video-toggle:focus-visible{outline:3px solid #fff;outline-offset:3px}@media(max-width:760px){.hero-image{height:auto;aspect-ratio:7/4}.hero-video-toggle{right:12px;bottom:12px;padding:10px 14px}}
