:root {
  --a38-plum: #4A1942;
  --a38-plum-dark: #3D1536;
  --a38-copper: #B87333;
  --a38-copper-dark: #9A5F28;
  --a38-moss: #2C5530;
  --a38-sand: #F5E6D3;
  --a38-cream: #FFFAF4;
  --a38-warm: #FFF6EC;
  --a38-white: #FFFFFF;
  --a38-ink: #1E1220;
  --a38-muted: #6E5F66;
  --a38-border: #E8D5C4;
  --a38-gold: #D4A04A;
  --a38-orange: #C45C26;
  --a38-orange-dark: #A84E1F;
  --a38-forest: #2C5530;
  --a38-sage: #5A7A5E;
  --a38-rose: #8B3A62;
  --a38-yellow: #B87333;
  --a38-yellow-dark: #9A5F28;
  --a38-red: #C0392B;
  --a38-link: #4A1942;
  --a38-dark: #2A1026;
  --a38-radius: 10px;
  --a38-shadow: 0 12px 36px rgba(74, 25, 66, 0.1);
  --a38-photo-bg: linear-gradient(165deg, #ffffff 0%, #f5e6d3 100%);
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.a38-store {
  margin: 0;
  font-family: var(--font-body);
  color: var(--a38-ink);
  background: var(--a38-warm);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--a38-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(--a38-cream); }

.a38-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(--a38-ink);
}
.a38-section-title em {
  font-family: var(--font-display);
  font-style: normal;
  border-bottom: 2px solid var(--a38-orange);
  padding-bottom: 0.15rem;
}
.a38-section-title--inline { text-align: left; margin-bottom: 0; }

.a38-btn-shop {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.78rem 1.65rem;
  background: linear-gradient(135deg, var(--a38-moss) 0%, #3d7a45 55%, var(--a38-copper) 100%);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(44, 85, 48, 0.28);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.a38-btn-shop:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(44, 85, 48, 0.34);
  filter: brightness(1.05);
  text-decoration: none !important;
}
.a38-btn-shop--dark { background: var(--a38-forest); font-size: 0.78rem; padding: 0.6rem 1.2rem; }

.a38-btn-all {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--a38-rose);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
}
.a38-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(--a38-radius); font-weight: 700;
  border: 2px solid transparent; cursor: pointer; text-decoration: none !important;
}
.btn-primary { background: var(--a38-forest); color: #fff; }
.btn-primary:hover { background: var(--a38-orange); }
.btn-soft {
  background: rgba(61, 90, 69, 0.08);
  color: var(--a38-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(--a38-ink); }

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

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

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

.empty-state { text-align: center; padding: 3rem 1rem; color: var(--a38-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(--a38-orange);
  margin-bottom: 0.5rem;
}

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