.product-meta strong{grid-column:2;margin-top:12px;font:600 15px 'DM Mono',monospace;color:var(--wood)}
.buy-link{grid-column:2;margin-top:12px;color:var(--ink);font:11px 'DM Mono',monospace;text-decoration:underline;text-underline-offset:4px}
.product{cursor:pointer}

/* Brighter workshop palette and a consistent catalogue grid. */
:root{--ink:#25251f;--paper:#f7f1e5;--wood:#b55f32;--tan:#e5a13c;--moss:#667c55;--cream:#f0ddbc}
body{background:var(--paper)}
.topline{background:#d66b3f;color:#fff7e9;border-color:#d66b3f}
.nav{border-color:rgba(37,37,31,.2)}
.nav-cta{background:var(--tan);border-color:var(--tan);color:#25251f;font-weight:600}
.nav-call{border:1px solid var(--wood);padding:13px 16px;color:var(--wood)!important;margin-left:auto;margin-right:10px;font-size:12px!important}
.hero{background:radial-gradient(circle at 85% 20%,rgba(229,161,60,.2),transparent 30%)}
.marquee{background:#3f5940}
.category-row{border-bottom-color:rgba(181,95,50,.35)}
.filter.active,.filter:hover{background:#d66b3f}
.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 24px}
.product.large{grid-column:auto}
.photo,.large .photo{height:auto;aspect-ratio:4/3;padding:18px;border:1px solid rgba(37,37,31,.12);box-shadow:0 12px 0 rgba(181,95,50,.1)}
.photo img{width:100%;height:100%;mix-blend-mode:normal;object-fit:contain!important;object-position:center;background:#ead7b6;max-width:100%;max-height:100%}
.photo{cursor:zoom-in}
.product-meta{min-height:138px}
.product-meta h3{font-size:20px}
.story-copy h2 em{display:inline-block;color:#5b2d17;background-color:#f6c27b;background-image:repeating-linear-gradient(8deg,rgba(96,47,20,.16) 0 2px,transparent 2px 10px),repeating-linear-gradient(82deg,rgba(255,240,194,.22) 0 3px,transparent 3px 18px);background-size:100% 14px,100% 22px;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 1px 0 rgba(255,227,166,.32)}
.story-band{background:#55704d}
.final-cta{background:#d66b3f}
.final-cta .button.light{background:#fff4df}
.product:hover .photo{box-shadow:0 12px 0 var(--tan);transform:translateY(-3px);transition:.25s ease}
.hero-copy .hero-note{margin-top:24px;margin-bottom:28px}.hero-slider{overflow:hidden}.hero-slider img{transition:opacity .2s ease,transform .5s ease}.hero-slider img.is-changing{opacity:.2;transform:scale(1.03)}
.hero-arrow{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:var(--paper);color:var(--ink);font-size:18px;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.16)}.hero-arrow.prev{left:38px}.hero-arrow.next{right:38px}.hero-arrow:hover{background:var(--tan)}
.hero-dots{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.hero-dot{width:28px;height:4px;border:0;background:rgba(37,37,31,.25);cursor:pointer}.hero-dot.active{background:var(--wood);width:48px}.story-image img{object-position:center 30%}.social-links{display:flex;gap:18px;margin:22px 0 4px}.social-links a{color:var(--paper);font:11px 'DM Mono',monospace;text-decoration:underline;text-underline-offset:4px}.video-placeholder{margin-top:85px;border:1px dashed rgba(247,241,229,.6);padding:30px;display:flex;align-items:center;gap:22px;position:relative}.video-placeholder h3{font:26px 'Playfair Display',serif;margin:0 0 7px}.video-placeholder p:not(.eyebrow){margin:0;color:#e7eadf;font-size:13px}.play-mark{display:grid;place-items:center;border:1px solid var(--paper);border-radius:50%;width:58px;height:58px;font-size:18px;padding-left:3px}.video-badge{margin-left:auto;font:10px 'DM Mono',monospace;color:#e7eadf;letter-spacing:.12em}
@media(max-width:800px){.gallery{grid-template-columns:1fr;gap:44px 14px}.photo,.large .photo{height:auto;aspect-ratio:4/3;padding:10px}.product-meta{min-height:0;padding-bottom:4px}.product-meta h3{font-size:21px}.product-meta p{font-size:10px}.product-meta strong{font-size:14px}.buy-link{font-size:11px}}
