*
{box-sizing:border-box}body
{margin:0;font-family:Arial,sans-serif;color:#2c1c17;background:#fffaf6}a
{color:inherit;text-decoration:none}.topbar
{background:#2c160f;color:#fff;padding:10px;text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:.08em}header
{height:78px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:5;border-bottom:1px solid #eee}.logo
{font-family:Georgia,serif;font-size:25px}.logo span
{display:block;font:10px Arial;letter-spacing:.25em;text-align:center}nav
{display:flex;gap:35px}button,.button
{border:0;border-radius:6px;padding:13px 22px;background:#321910;color:#fff;cursor:pointer;font-size:15px}.cart-button
{padding:10px 15px}.hero
{display:grid;grid-template-columns:1fr 1fr;min-height:480px;background:#f7eee8}.hero>div
{padding:70px 8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero img
{width:100%;height:100%;min-height:480px;object-fit:cover}.eyebrow
{color:#bb756b;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.hero h1
{font:52px/1.05 Georgia,serif;margin:10px 0 20px;max-width:600px}.hero p
{max-width:520px;line-height:1.6}.notice
{margin-top:25px;border:1px solid #e5d7d0;border-radius:9px;padding:14px 18px;background:#fff9}.section
{padding:55px 6%}.section h2
{font:32px Georgia,serif;margin-top:0}.categories,.products
{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px}.category,.product
{background:#fff;border:1px solid #eadfd9;border-radius:12px;overflow:hidden}.category
{padding:25px;text-align:center}.category.coming
{opacity:.65}.category h3
{margin:8px 0}.category p
{font-size:13px}.product img
{width:100%;height:190px;object-fit:cover}.product-body
{padding:16px}.product h3
{margin:0 0 8px}.price
{font-weight:bold;margin-bottom:12px}.features
{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:35px 6%;background:#f8eee9}.features div
{display:flex;flex-direction:column;gap:7px}.features span,.small
{font-size:13px;color:#725e57}.cart
{position:fixed;right:-420px;top:0;width:400px;max-width:90%;height:100vh;background:#725e57;z-index:10;padding:30px;transition:.25s;box-shadow:-10px 0 30px #0002;overflow:auto}.cart.open
{right:0}.overlay
{display:none;position:fixed;inset:0;background:#0006;z-index:9}.overlay.open
{display:block}.close
{float:right;background:none;color:#321910;font-size:30px;padding:0}.cart-row
{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid #eee}.cart-row img
{width:65px;height:65px;object-fit:cover;border-radius:6px}.cart-total
{font-size:20px;font-weight:bold;padding:22px 0}.full
{width:100%}@media(max-width:800px)
{nav
{display:none}.hero
{grid-template-columns:1fr}.hero img
{min-height:280px}.hero h1
{font-size:40px}.features
{grid-template-columns:1fr 1fr}}

body {
  background: #211713;
  color: #f5e8df;
}

header {
  background: #2b1c18;
  border-bottom: 1px solid #4b3831;
}

.hero {
  background: #34231d;
}

.features {
  background: #3a2721;
}

.product,
.category {
  background: #2b1c18;
  border-color: #4b3831;
}

.button,
.cart-button {
  background: #6f4030;
  color: #fff7f2;
}

.eyebrow {
  color: #d99a8d;
}

.small {
  color: #c4aaa0;
}

.topbar {
  background: #140b08;
}