:root {
  --a37-plum: #6B3FA0;
  --a37-plum-dark: #553080;
  --a37-sage: #3A7D6E;
  --a37-sage-light: #4F9988;
  --a37-dusty: #C97B84;
  --a37-cream: #FAF6F1;
  --a37-warm: #FDFBF8;
  --a37-white: #FFFFFF;
  --a37-ink: #1E1824;
  --a37-muted: #6A6270;
  --a37-border: #E5DED8;
  --a37-gold: #D4A853;
  --a37-accent: #6B3FA0;
  --a37-accent-dark: #553080;
  --a37-red: #C94B4B;
  --a37-link: #3A7D6E;
  --a37-dark: #2A2235;
  --a37-orange: #6B3FA0;
  --a37-orange-dark: #553080;
  --a37-forest: #3A7D6E;
  --a37-rose: #C97B84;
  --a37-yellow: #D4A853;
  --a37-yellow-dark: #B8923F;
  --a37-radius: 10px;
  --a37-shadow: 0 12px 36px rgba(30, 24, 36, 0.09);
  --a37-photo-bg: linear-gradient(165deg, #ffffff 0%, #f7f3ee 100%);
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-display: 'Playfair Display', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.a37-store {
  margin: 0;
  font-family: var(--font-body);
  color: var(--a37-ink);
  background: var(--a37-warm);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--a37-link); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1280px, 94vw); margin: 0 auto; }
.page-main { min-height: 50vh; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.section { padding: 3rem 0; }
.section-muted { background: var(--a37-cream); }

.a37-section-title {
  margin: 0 0 1.75rem;
  text-align: center;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--a37-ink);
}
.a37-section-title em {
  font-family: var(--font-display);
  font-style: normal;
  border-bottom: 2px solid var(--a37-orange);
  padding-bottom: 0.15rem;
}
.a37-section-title--inline { text-align: left; margin-bottom: 0; }

.a37-btn-shop {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  background: var(--a37-orange);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.15s, transform 0.15s;
}
.a37-btn-shop:hover { background: var(--a37-orange-dark); transform: translateY(-1px); text-decoration: none !important; }
.a37-btn-shop--dark { background: var(--a37-forest); font-size: 0.78rem; padding: 0.6rem 1.2rem; }

.a37-btn-all {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--a37-rose);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
}
.a37-btn-all:hover { background: #A84466; text-decoration: none !important; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.7rem 1.5rem; border-radius: var(--a37-radius); font-weight: 700;
  border: 2px solid transparent; cursor: pointer; text-decoration: none !important;
}
.btn-primary { background: var(--a37-forest); color: #fff; }
.btn-primary:hover { background: var(--a37-orange); }
.btn-soft {
  background: rgba(61, 90, 69, 0.08);
  color: var(--a37-forest);
  border: 2px solid rgba(61, 90, 69, 0.15);
}
.btn-soft:hover { background: rgba(61, 90, 69, 0.14); text-decoration: none !important; }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.82rem; }
.btn-light { background: #fff; color: var(--a37-ink); }

.price, .a37-product-price { font-weight: 700; color: var(--a37-orange); }
.price s, .a37-product-price s { color: var(--a37-muted); font-weight: 400; margin-right: 0.35rem; }

.a37-prod-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: var(--a37-photo-bg);
  border: 1px solid var(--a37-border);
  border-radius: 8px;
  padding: 0.85rem;
  overflow: hidden;
}
.a37-prod-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.a37-stars { color: var(--a37-gold); font-size: 0.85rem; letter-spacing: 0.05em; }

.empty-state { text-align: center; padding: 3rem 1rem; color: var(--a37-muted); }
.empty-state .sub { font-size: 0.9rem; margin-top: 0.5rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a37-orange);
  margin-bottom: 0.5rem;
}

.page-hero {
  background: linear-gradient(135deg, var(--a37-cream) 0%, #fff 100%);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--a37-border);
}
.page-hero h1 { font-family: var(--font-display); margin: 0.25rem 0 0.5rem; }
.hero-lede { color: var(--a37-muted); max-width: 60ch; margin: 0; }
