:root{--ink:#24322d;--moss:#62766a;--cream:#f6f1e7;--paper:#fffdf8;--peach:#d9926f}*{box-sizing:border-box}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:3;background:#fffdf8f5;border-bottom:1px solid #ddd7cc;justify-content:space-between;align-items:center;padding:1rem 5vw;display:flex;position:sticky;top:0}.brand{font-family:Georgia,serif;font-size:1.35rem}.main-nav{gap:1.2rem;display:flex}.hero-section{background:linear-gradient(120deg,#edf0e9,#f4dfd0);align-content:center;min-height:62vh;padding:8vw 7vw;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem}.hero-title,.page-title{max-width:850px;margin:.35em 0;font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.8rem);font-weight:400;line-height:.98}.hero-copy{max-width:580px;font-size:1.1rem;line-height:1.65}.btn{border:1px solid var(--ink);background:var(--ink);color:#fff;margin-top:1rem;padding:.85rem 1.2rem;display:inline-block}.category-section,.product-section,.page-shell{padding:5rem 5vw}.section-heading{font-family:Georgia,serif;font-size:2.2rem;font-weight:400}.category-grid,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;display:grid}.category-card,.product-card{background:#fff;border:1px solid #ded8cd}.category-card{min-height:160px;padding:2rem}.product-image{aspect-ratio:4/3;color:#65736c;background:linear-gradient(145deg,#dfe5dd,#ead8cb);place-items:center;display:grid}.product-card-body{padding:1rem}.product-name{margin:.2rem 0;font-family:Georgia,serif;font-size:1.15rem}.product-meta{color:#5f6b65;justify-content:space-between;gap:1rem;font-size:.9rem;display:flex}.product-detail{grid-template-columns:1fr 1fr;align-items:center;gap:5vw;display:grid}.product-detail .product-image{aspect-ratio:1}.site-footer{background:var(--ink);color:#fff;padding:3rem 5vw}.filter-nav{flex-wrap:wrap;gap:.5rem;margin:2rem 0;display:flex}.filter-link{border:1px solid #c8c1b7;padding:.55rem .8rem}.coming-soon{color:#7c5f4d;font-weight:700}.waitlist-panel{background:var(--cream);margin-top:1.5rem;padding:1.2rem}@media (max-width:800px){.main-nav{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.hero-section{min-height:55vh}.page-shell{padding-top:3rem}}@media (max-width:480px){.product-grid,.category-grid{grid-template-columns:1fr}}
