:root {
  --cream: #fff9ef;
  --paper: #f7f0e4;
  --sage: #7b8f68;
  --sage-dark: #3f573f;
  --moss: #243828;
  --rose: #b66f75;
  --berry: #8c4b55;
  --ink: #2d2a22;
  --muted: #6e695d;
  --line: #ded3bf;
  --shadow: 0 18px 45px rgba(36, 56, 40, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(123, 143, 104, 0.18), transparent 26rem), linear-gradient(180deg, var(--cream), #f4eddf 48%, #fffaf1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 0.85rem clamp(1rem, 4vw, 3rem); background: rgba(255, 249, 239, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 0.75rem; align-items: center; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--cream); background: var(--sage-dark); border-radius: 8px; font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); }
.site-nav { justify-self: center; display: flex; gap: clamp(0.8rem, 2vw, 1.8rem); color: var(--moss); font-weight: 650; }
.site-nav a, .text-link { text-decoration: none; }
.site-nav a:hover, .text-link:hover { color: var(--berry); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0.6rem; background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--moss); }
.cart-button, .button, .icon-button { cursor: pointer; }
.cart-button { justify-self: end; padding: 0.7rem 1rem; color: var(--cream); background: var(--moss); border: 0; border-radius: 8px; }
.cart-button span { display: inline-grid; min-width: 1.4rem; height: 1.4rem; margin-left: 0.35rem; place-items: center; color: var(--moss); background: var(--cream); border-radius: 999px; font-size: 0.8rem; font-weight: 800; }
.section, .section-band { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.8fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; min-height: calc(100vh - 74px); padding: clamp(2rem, 7vw, 5.5rem) 0; }
.hero h1, .section-heading h2, .split-section h2, .weekly-drop h2, .about-section h2 { margin: 0; color: var(--moss); font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
.hero h1 { max-width: 12ch; font-size: clamp(3rem, 8vw, 6.8rem); }
.hero-copy p:not(.eyebrow) { max-width: 42rem; font-size: 1.1rem; }
.eyebrow { margin: 0 0 0.75rem; color: var(--berry); font-weight: 800; text-transform: uppercase; font-size: 0.78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; margin-top: 1.6rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 45px; padding: 0.75rem 1.1rem; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 800; }
.button.primary { color: var(--cream); background: var(--sage-dark); }
.button.soft { color: var(--moss); background: rgba(123, 143, 104, 0.16); border-color: rgba(63, 87, 63, 0.22); }
.button.full { width: 100%; }
.hero-photo { position: relative; margin: 0; }
.hero-photo::before { position: absolute; inset: -1.1rem 1.3rem 1.6rem -1.3rem; z-index: -1; content: ""; background: rgba(123, 143, 104, 0.2); border: 1px solid rgba(63, 87, 63, 0.2); border-radius: 8px; transform: rotate(-2deg); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 42%; border: 8px solid #fffdf7; border-radius: 8px; box-shadow: var(--shadow); }
.hero-photo figcaption { margin-top: 0.7rem; color: var(--muted); text-align: center; font-size: 0.95rem; }
.announcement { padding: 0.8rem 1rem; color: var(--cream); background: var(--sage-dark); text-align: center; }
.announcement p { margin: 0; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-heading { max-width: 680px; margin-bottom: 2rem; }
.section-heading h2, .split-section h2, .weekly-drop h2, .about-section h2 { font-size: clamp(2rem, 5vw, 3.7rem); }
.section-heading p, .split-section p, .weekly-drop p, .about-section p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { overflow: hidden; background: rgba(255, 253, 247, 0.78); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 24px rgba(36, 56, 40, 0.08); }
.product-card img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; background: var(--paper); }
.product-content { padding: 1rem; }
.product-content h3 { margin: 0 0 0.35rem; color: var(--moss); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.product-content p { min-height: 3.1rem; margin: 0; color: var(--muted); }
.price-row { display: flex; justify-content: space-between; gap: 0.75rem; align-items: center; margin-top: 1rem; }
.price-row strong { color: var(--berry); font-size: 1.08rem; }
.add-button { padding: 0.55rem 0.85rem; color: var(--moss); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-weight: 800; }
.split-section, .weekly-drop, .about-section { display: grid; grid-template-columns: 0.75fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.text-link { display: inline-flex; margin-top: 1rem; color: var(--berry); font-weight: 800; }
.custom-section { width: 100%; padding-inline: max(1rem, calc((100% - 1120px) / 2)); background: linear-gradient(135deg, rgba(123, 143, 104, 0.18), rgba(182, 111, 117, 0.12)); }
.custom-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 900px; }
.custom-form label { display: grid; gap: 0.35rem; color: var(--moss); font-weight: 750; }
.custom-form label:nth-child(4), .custom-form .button, .form-status { grid-column: 1 / -1; }
.custom-form input, .custom-form select, .custom-form textarea { width: 100%; padding: 0.8rem 0.9rem; color: var(--ink); background: rgba(255, 253, 247, 0.86); border: 1px solid var(--line); border-radius: 8px; }
.form-status, .checkout-status { min-height: 1.5rem; margin: 0; color: var(--berry); font-weight: 750; }
.weekly-drop { align-items: center; }
.drop-list { display: grid; gap: 0.75rem; padding: 0; margin: 0; list-style: none; }
.drop-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; background: rgba(255, 253, 247, 0.82); border: 1px solid var(--line); border-radius: 8px; }
.drop-list strong { color: var(--sage-dark); }
.about-card, .values article { padding: 1.1rem; background: rgba(255, 253, 247, 0.82); border: 1px solid var(--line); border-radius: 8px; }
.values { display: grid; gap: 1rem; }
.values h3 { margin: 0 0 0.35rem; color: var(--moss); font-family: Georgia, "Times New Roman", serif; }
.values p { margin: 0; }
.cart-drawer { position: fixed; inset: 0; z-index: 50; display: none; justify-content: flex-end; background: rgba(36, 56, 40, 0.35); }
.cart-drawer.is-open { display: flex; }
.cart-panel { display: flex; flex-direction: column; width: min(420px, 100%); height: 100%; padding: 1rem; background: var(--cream); box-shadow: var(--shadow); }
.cart-header, .cart-total, .cart-item { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.cart-header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; color: var(--moss); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-weight: 900; }
.cart-items { flex: 1; display: grid; align-content: start; gap: 0.75rem; padding: 1rem 0; overflow: auto; }
.cart-item { padding: 0.85rem; background: #fffdf7; border: 1px solid var(--line); border-radius: 8px; }
.cart-item p { margin: 0; }
.cart-item small { color: var(--muted); }
.remove-button { color: var(--berry); background: transparent; border: 0; font-weight: 800; cursor: pointer; }
.cart-footer { display: grid; gap: 0.8rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1.4rem clamp(1rem, 4vw, 3rem); color: var(--cream); background: var(--moss); }
.site-footer p { margin: 0; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto auto; }
  .nav-toggle { display: block; justify-self: center; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; padding: 1rem; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .hero, .split-section, .weekly-drop, .about-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero h1 { max-width: 11ch; }
  .product-grid, .product-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .site-header { gap: 0.6rem; }
  .brand small { display: none; }
  .cart-button { padding: 0.65rem 0.75rem; }
  .hero h1 { font-size: 3.2rem; }
  .product-grid, .product-grid.compact, .custom-form { grid-template-columns: 1fr; }
  .custom-form label:nth-child(4), .custom-form .button, .form-status { grid-column: auto; }
}
