:root{--orange:#f97316;--orange-dark:#c2410c;--cream:#fff7ed;--ink:#2b2118;--muted:#6b5c51;--line:#ead8ca;--white:#fff;--radius:16px;--shadow:0 10px 30px rgba(88,45,10,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.55 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.page-width{width:min(1200px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;z-index:999;background:#fff;padding:12px}.announcement{background:var(--orange-dark);color:#fff;text-align:center;padding:9px;font-size:14px}.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.logo-text{font-size:26px;font-weight:800;color:var(--orange-dark)}.logo-image{max-height:56px;width:auto}.nav{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.nav a{font-weight:700}.nav a:hover{color:var(--orange)}.header-actions{display:flex;gap:14px;align-items:center}.icon-link{font-weight:700}.menu-toggle{display:none;border:0;background:none;font-size:26px}.hero{position:relative;min-height:570px;display:flex;align-items:center;background:linear-gradient(115deg,#f97316,#fb923c);overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(54,25,5,.68),rgba(54,25,5,.08))}.hero-content{position:relative;color:#fff;max-width:640px;padding:80px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:13px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.03;margin:14px 0}.hero p{font-size:20px;max-width:560px}.button{display:inline-block;background:var(--orange);color:#fff;border:2px solid var(--orange);border-radius:999px;padding:13px 24px;font-weight:800;cursor:pointer}.button:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.button-light{background:#fff;color:var(--orange-dark);border-color:#fff}.section{padding:72px 0}.section-soft{background:var(--cream)}.section-heading{text-align:center;max-width:700px;margin:0 auto 38px}.section-heading h2{font-size:clamp(30px,4vw,46px);margin:0 0 10px}.section-heading p{color:var(--muted);margin:0}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.collection-image,.product-image{aspect-ratio:1/1;background:#f4e9df;overflow:hidden}.collection-image img,.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.collection-card:hover img,.product-card:hover img{transform:scale(1.04)}.collection-body,.product-body{padding:20px}.collection-body h3,.product-body h3{margin:0 0 8px}.collection-link{color:var(--orange-dark);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.price{color:var(--orange-dark);font-weight:800}.placeholder{width:100%;height:100%;display:grid;place-items:center;color:#9b765c;background:linear-gradient(135deg,#ffe4cc,#fff7ed)}.rich-text{text-align:center;max-width:780px;margin:auto}.rich-text h2{font-size:40px;margin-top:0}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:52px;padding:60px 0}.product-page h1{font-size:42px;line-height:1.1}.product-price{font-size:24px;color:var(--orange-dark);font-weight:800}.product-form select,.product-form input{width:100%;padding:13px;border:1px solid var(--line);border-radius:9px;margin-bottom:14px}.product-form .button{width:100%}.rte a{text-decoration:underline;color:var(--orange-dark)}.collection-page,.page-content,.cart-page{padding:55px 0}.footer{background:#2f1b0f;color:#fff;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px}.footer h3{color:#fdba74;margin-top:0}.footer a{display:block;margin:7px 0;color:#f9e8dc}.footer a:hover{color:#fb923c}.business-info p{margin:6px 0}.payment-icons{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.payment-icons svg{width:38px;height:24px}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:35px;padding-top:18px;color:#d8c5b7;font-size:13px}.empty-state{text-align:center;padding:35px;border:1px dashed var(--line);border-radius:var(--radius)}@media(max-width:900px){.header-inner{grid-template-columns:auto auto;justify-content:space-between}.menu-toggle{display:block}.nav{display:none;grid-column:1/-1;justify-content:flex-start;padding-bottom:20px}.nav.is-open{display:flex}.header-actions{display:none}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}.hero{min-height:500px}}@media(max-width:560px){.page-width{width:min(100% - 28px,1200px)}.collection-grid,.product-grid,.footer-grid{grid-template-columns:1fr}.section{padding:52px 0}.hero h1{font-size:42px}.hero-content{padding:60px 0}}
