:root{--cream:#fffaf5;--ink:#382a2a;--muted:#806f6c;--rose:#eaa9b8;--rose-dark:#b85f78;--line:#f0d9dc;--card:#fff;--shadow:0 18px 50px rgba(80,45,45,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink)}a{text-decoration:none;color:inherit}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:rgba(255,250,245,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.brand-mark{font-size:25px}.site-nav{display:flex;align-items:center;gap:22px;font-size:14px}.site-nav a:hover{color:var(--rose-dark)}.admin-link{font-weight:700}.cart-button,.icon-button{border:0;background:none;cursor:pointer;color:inherit}.cart-button{border:1px solid var(--line);border-radius:999px;padding:9px 14px}.cart-button span{background:var(--rose-dark);color:white;border-radius:50%;padding:2px 7px;margin-left:5px}.section-shell{width:min(1120px,90%);margin:auto}.hero{min-height:570px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px}.hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:var(--rose-dark)}h1{font-size:clamp(48px,7vw,88px);line-height:.96;margin:16px 0}h1 em{color:var(--rose-dark);font-style:normal}h2{font-size:clamp(30px,4vw,48px);margin:10px 0 18px;line-height:1.05}.hero p,.story p,.contact-card p{font-size:18px;line-height:1.7;color:var(--muted);max-width:620px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 21px;border:1px solid var(--line);font-weight:800;cursor:pointer}.primary{background:var(--rose-dark);color:#fff;border-color:var(--rose-dark)}.full{width:100%}.hero-cookie{width:290px;height:290px;border-radius:50%;background:#ead0a9;display:grid;place-items:center;font-size:150px;box-shadow:var(--shadow);transform:rotate(-8deg)}.section{padding:75px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.muted{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.product-image{height:210px;border-radius:16px;background:#f5e1d1;display:grid;place-items:center;font-size:95px;margin-bottom:18px}.product-card h3{margin:0 0 7px}.product-card p{color:var(--muted);min-height:42px;font-size:14px}.product-row{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.price{font-weight:900}.story,.contact-card{border-top:1px solid var(--line)}.story{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.contact-card{background:#f9e9e7;border-radius:28px;padding:50px;margin-bottom:80px}.drawer{position:fixed;inset:0;background:rgba(30,15,15,.35);display:none;z-index:50}.drawer.open{display:block}.drawer-panel{margin-left:auto;height:100%;width:min(430px,94%);background:var(--cream);padding:30px;overflow:auto}.icon-button{font-size:30px;float:right}.cart-item{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;padding:22px 0;font-size:18px}@media(max-width:800px){.site-header{padding:0 4%}.site-nav a:not(.admin-link){display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:70px 0}.hero-cookie{width:210px;height:210px;font-size:105px;margin:auto}.product-grid{grid-template-columns:1fr 1fr}.story{grid-template-columns:1fr;gap:10px}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}.section-heading{display:block}.hero h1{font-size:55px}}
