:root {
  --bg: #f3efe5;
  --surface: #fffdf8;
  --ink: #22271f;
  --muted: #6c7168;
  --accent: #384536;
  --accent-2: #ad6248;
  --soft: #e7e1d3;
  --hero-radius: 46% 54% 43% 57% / 37% 44% 56% 63%;
  --product-radius: 2px;
}
.product-card:nth-child(even) { margin-block-start: 20px; }
.story-visual { border-radius: 50% 50% 10px 10px; }
