:root {
  --a44-primary: #1F3D32;
  --a44-secondary: #C4A35A;
  --a44-accent: #C4A35A;
  --a44-cream: #F7F6F3;
  --a44-ink: #18181B;
  --a44-nav: #3D5C4E;
  --a44-promo: #EEF1EF;
  --a44-sage: #A8B5AE;
  --a44-white: #FFFFFF;
  --a44-muted: #71717A;
  --a44-border: rgba(24, 24, 27, 0.08);
  --a44-canvas: #F4F4F5;
  --a44-radius-sm: 12px;
  --a44-radius: 16px;
  --a44-radius-lg: 20px;
  --a44-radius-pill: 999px;
  --a44-shadow: 0 1px 2px rgba(24, 24, 27, 0.04), 0 10px 28px rgba(24, 24, 27, 0.06);
  --a44-shadow-lg: 0 4px 12px rgba(24, 24, 27, 0.05), 0 24px 48px rgba(24, 24, 27, 0.08);
  --a44-shadow-hover: 0 8px 18px rgba(24, 24, 27, 0.06), 0 28px 56px rgba(31, 61, 50, 0.10);
  --a44-focus: 0 0 0 3px rgba(31, 61, 50, 0.22);
  --a44-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --a44-font-serif: 'Cormorant Garamond', Georgia, serif;
  --a44-font-sans: 'Manrope', 'Outfit', system-ui, sans-serif;
  --a44-font-display: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.a44-store {
  margin: 0;
  font-family: var(--a44-font-sans);
  color: var(--a44-ink);
  background: var(--a44-canvas);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--a44-font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 .65em;
  color: var(--a44-ink);
}
h1 { font-weight: 800; line-height: 1.08; }
p { margin: 0 0 1.15em; line-height: 1.75; }
.container { width: min(1180px, 90vw); margin-inline: 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;
}

.a44-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .85rem 1.45rem; border-radius: var(--a44-radius);
  font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  border: 2px solid transparent; cursor: pointer;
  transition: transform 0.22s var(--a44-ease), box-shadow 0.22s var(--a44-ease), background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.a44-btn:hover { transform: scale(1.03); }
.a44-btn:active { transform: scale(0.98); }
.a44-btn-dark {
  background: var(--a44-primary); color: var(--a44-white);
  box-shadow: var(--a44-shadow);
}
.a44-btn-dark:hover { background: #163029; box-shadow: var(--a44-shadow-hover); }
.a44-btn-cart {
  background: var(--a44-ink); color: var(--a44-white);
  font-size: .78rem; padding: .6rem 1.05rem;
}
.a44-btn-cart:hover { background: var(--a44-primary); }

.a44-eyebrow {
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--a44-muted); margin-bottom: .85rem;
}
.a44-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1.25rem; margin-bottom: 2.25rem; }
.a44-section-head--center { flex-direction: column; align-items: center; text-align: center; }
.a44-section-head h2 { font-size: clamp(1.65rem, 3.2vw, 2.2rem); color: var(--a44-ink); }
.a44-gold-line { display: block; width: 48px; height: 2px; background: var(--a44-secondary); margin-top: .55rem; border-radius: 99px; }
.a44-view-all { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--a44-ink); }
.a44-view-all:hover { color: var(--a44-secondary); }

.a44-product-cat { font-size: .72rem; font-weight: 600; color: var(--a44-nav); text-transform: uppercase; letter-spacing: .08em; }
.a44-variant { font-size: .86rem; color: var(--a44-muted); margin: .3rem 0; line-height: 1.6; }
.a44-price-row { display: flex; align-items: center; gap: .55rem; margin: .6rem 0; }
.a44-price-row s { color: var(--a44-muted); font-size: .85rem; }
.a44-price-row strong { color: var(--a44-secondary); font-size: 1.08rem; font-weight: 700; }
.a44-disc-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--a44-secondary); color: var(--a44-ink);
  font-size: .7rem; font-weight: 700; padding: .28rem .6rem; border-radius: var(--a44-radius-pill);
}

/* Inner pages shared */
.page-hero { padding: 3.25rem 0 2rem; background: transparent; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--a44-ink); }
.page-hero .hero-lede { color: var(--a44-muted); max-width: 54ch; line-height: 1.75; }
.catalog-page { padding: 2.5rem 0 4rem; }
.catalog-layout { display: grid; grid-template-columns: 240px 1fr; gap: 2.5rem; }
.filter-panel h2 { font-size: 1rem; margin-bottom: .85rem; }
.filter-nav { display: flex; flex-direction: column; gap: .4rem; }
.filter-nav a { padding: .55rem .85rem; border-radius: var(--a44-radius-sm); font-size: .9rem; color: var(--a44-muted); }
.filter-nav a.active, .filter-nav a:hover { background: var(--a44-white); color: var(--a44-primary); font-weight: 600; box-shadow: var(--a44-shadow); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; }
.product-card {
  border: 1px solid transparent; border-radius: var(--a44-radius);
  overflow: hidden; background: var(--a44-white); box-shadow: var(--a44-shadow);
  transition: box-shadow .25s var(--a44-ease), transform .25s var(--a44-ease);
}
.product-card:hover { box-shadow: var(--a44-shadow-hover); transform: translateY(-4px); }
.product-img { position: relative; aspect-ratio: 1; background: #fafafa; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 1.15rem 1.2rem 1.25rem; }
.product-body h3 { font-size: 1.02rem; font-family: var(--a44-font-sans); font-weight: 700; letter-spacing: -0.01em; line-height: 1.35; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: .9rem; }
.price { color: var(--a44-secondary); font-weight: 700; }
.btn { display: inline-flex; align-items: center; padding: .55rem 1.05rem; border-radius: var(--a44-radius); font-weight: 600; font-size: .85rem; border: none; cursor: pointer; transition: transform 0.2s var(--a44-ease), background 0.2s ease; }
.btn:hover { transform: scale(1.03); }
.btn-primary { background: var(--a44-primary); color: var(--a44-white); }
.btn-sm { padding: .4rem .9rem; font-size: .78rem; }
.empty-state { text-align: center; padding: 4rem 1.25rem; color: var(--a44-muted); }
.pagination { display: flex; gap: .5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination a, .pagination span { padding: .5rem .85rem; border: 1px solid var(--a44-border); border-radius: var(--a44-radius-sm); font-size: .85rem; background: var(--a44-white); }
.pagination a.active, .pagination a:hover { background: var(--a44-primary); color: var(--a44-white); border-color: var(--a44-primary); }
