:root {
  --bg: #faf7f2;
  --bg-alt: #efe9dd;
  --bg-deep: #2a2a26;
  --surface: #ffffff;
  --ink: #2a2a26;
  --ink-2: #5a5750;
  --ink-3: #908d85;
  --line: #ddd5c4;
  --line-soft: #e9e2d2;
  --accent: #7a9a7a;
  --accent-hover: #5d7c5d;
  --gold: #c89090;
  --danger: #b84a3a;
  --radius: 4px;
  --serif: "Fraunces", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.02em; margin: 0 0 0.5em; line-height: 1.05; }
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; color: var(--ink-2); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 32px; }

/* === HEADER (drawer pattern, replaces horizontal nav) === */
.site-header {
  background: var(--bg);
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--line-soft);
}
.site-header .inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 32px;
  max-width: 1400px;
  margin: 0 auto;
}
.menu-btn {
  justify-self: start;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
  color: var(--ink); cursor: pointer; padding: 8px 0;
}
.menu-btn .bars { display: inline-flex; flex-direction: column; gap: 4px; }
.menu-btn .bars span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
.brand {
  justify-self: center;
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.02em; color: var(--ink); font-weight: 400; font-style: italic;
  white-space: nowrap;
}
.brand .slash { color: var(--gold); font-style: normal; margin: 0 6px; font-weight: 300; }
.header-actions {
  justify-self: end;
  display: flex; gap: 18px; align-items: center;
}
.header-actions a { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: var(--ink); }
.header-actions svg { width: 18px; height: 18px; stroke: var(--ink); stroke-width: 1.6; fill: none; }
.cart-btn { position: relative; }
.cart-count { background: var(--accent); color: #fff; border-radius: 999px; min-width: 20px; height: 20px; padding: 0 6px; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--sans); }

/* === DRAWER === */
.drawer-scrim {
  position: fixed; inset: 0; background: rgba(20,18,16,.5);
  opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 90;
}
.drawer-scrim.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; left: 0; height: 100vh; width: min(420px, 92vw);
  background: var(--bg);
  transform: translateX(-100%); transition: transform .3s cubic-bezier(.5,.1,.3,1);
  z-index: 100;
  display: flex; flex-direction: column;
  padding: 28px 36px 32px;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.drawer-head .brand { justify-self: unset; font-size: 22px; }
.drawer-close { font-size: 22px; line-height: 1; color: var(--ink-2); padding: 6px 10px; }
.drawer-eyebrow { font-size: 10px; letter-spacing: 3px; color: var(--ink-3); text-transform: uppercase; font-weight: 600; margin: 28px 0 14px; }
.drawer nav { display: flex; flex-direction: column; gap: 6px; }
.drawer nav a { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--ink); padding: 6px 0; }
.drawer nav a:hover { color: var(--accent); }
.drawer .cats { display: flex; flex-direction: column; gap: 4px; }
.drawer .cats a { font-family: var(--sans); font-style: normal; font-size: 13px; color: var(--ink-2); letter-spacing: 0.5px; padding: 4px 0; }
.drawer .drawer-foot { margin-top: auto; font-size: 12px; color: var(--ink-3); padding-top: 24px; border-top: 1px solid var(--line-soft); }
.drawer .drawer-foot a { color: var(--ink-2); }

/* === HERO (split-screen image + text, replaces centered text-only) === */
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: min(640px, 86vh); }
.hero-split .hero-image { background-size: cover; background-position: center; min-height: 360px; }
.hero-split .hero-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 64px clamp(32px, 6vw, 96px);
}
.hero-split .hero-text .eyebrow { font-size: 11px; letter-spacing: 3.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 22px; font-weight: 700; }
.hero-split .hero-text h1 { margin-bottom: 24px; }
.hero-split .hero-text p { font-size: 17px; max-width: 460px; margin-bottom: 36px; color: var(--ink-2); }
.hero-split .hero-text .cta { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: var(--ink); border-bottom: 1.5px solid var(--ink); padding-bottom: 6px; align-self: flex-start; transition: gap .2s; }
.hero-split .hero-text .cta:hover { gap: 18px; color: var(--accent); border-color: var(--accent); }
.hero-split .hero-text .cta::after { content: "→"; font-family: var(--sans); }
@media (max-width: 860px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-split .hero-image { min-height: 320px; aspect-ratio: 4/3; }
  .hero-split .hero-text { padding: 48px 32px 56px; }
}

/* === Buttons (kept for cart/checkout/etc. pages — but de-emphasized as link-style on home) === */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-radius: var(--radius); transition: all 0.2s; cursor: pointer; font-family: var(--sans); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--accent); color: #fff; }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-hover); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 40px; }

/* === Section wrappers === */
section { padding: 96px 0; }
.section-head { margin-bottom: 48px; max-width: 720px; }
.section-head .eyebrow { font-size: 11px; letter-spacing: 3.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.section-head h2 { margin: 0; font-style: italic; }
.section-head .lead { margin-top: 16px; font-size: 16px; color: var(--ink-2); }

/* === MOSAIC product display (1 large + 4 small, replaces 4-up symmetric grid) === */
.featured-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 720px;
}
.featured-mosaic .card-large { grid-column: 1 / 2; grid-row: 1 / 3; }
.featured-mosaic .card-small:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
.featured-mosaic .card-small:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; }
.featured-mosaic .card-small:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }
.featured-mosaic .card-small:nth-child(5) { grid-column: 3 / 4; grid-row: 2 / 3; }
.mosaic-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--bg-alt); display: flex; flex-direction: column; }
.mosaic-card .thumb { flex: 1; background-size: cover; background-position: center; transition: transform .6s ease; }
.mosaic-card:hover .thumb { transform: scale(1.04); }
.mosaic-card .meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 24px;
  background: linear-gradient(180deg, transparent, rgba(20,18,16,.78));
  color: #fff;
}
.mosaic-card .meta .cat { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; opacity: .8; margin-bottom: 4px; }
.mosaic-card .meta .name { font-family: var(--serif); font-style: italic; font-size: 18px; margin: 0 0 4px; line-height: 1.2; }
.mosaic-card .meta .price { font-family: var(--serif); font-size: 16px; opacity: .92; }
.mosaic-card.card-large .meta { padding: 32px 36px; }
.mosaic-card.card-large .meta .name { font-size: 32px; line-height: 1.1; max-width: 70%; }
.mosaic-card.card-large .meta .price { font-size: 20px; }
@media (max-width: 860px) {
  .featured-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  .featured-mosaic .card-large,
  .featured-mosaic .card-small:nth-child(n) { grid-column: 1; grid-row: auto; aspect-ratio: 4/5; }
}

/* Symmetric grid still used on /shop page (keeps shop browsing usable) */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 36px 24px; }
.product-card { text-align: left; }
.product-card .thumb { aspect-ratio: 4/5; background: var(--bg-alt); border-radius: var(--radius); margin-bottom: 16px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.product-card .thumb svg.thumb-ico { width: 80px; height: 80px; stroke: var(--ink-2); stroke-width: 1.2; fill: none; opacity: 0.55; }
.product-card .thumb img.thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.product-card:hover .thumb img.thumb-img { transform: scale(1.04); }
.product-card .category { font-size: 10px; letter-spacing: 2px; color: var(--ink-3); text-transform: uppercase; margin-bottom: 6px; font-weight: 600; }
.product-card h3 { font-size: 17px; margin-bottom: 6px; font-style: italic; font-weight: 400; }
.product-card .price { font-family: var(--serif); font-size: 17px; color: var(--ink); }

/* === FULL-BLEED EDITORIAL section (replaces testimonial grid) === */
.editorial {
  position: relative;
  min-height: min(560px, 75vh);
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end;
  color: #faf6ec;
}
.editorial::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,16,.1) 30%, rgba(20,18,16,.78));
}
.editorial .inner { position: relative; padding: 0 32px 80px; max-width: 760px; margin: 0 auto; }
.editorial blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 34px); line-height: 1.3; margin: 0 0 24px; color: #faf6ec; font-weight: 400; }
.editorial .signed { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: rgba(250,246,236,.75); }

/* === SHOP BY STAGE (new section, three image cards) === */
.stages { background: var(--bg-alt); }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stage-card {
  position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius);
  display: flex; align-items: flex-end; padding: 24px 28px;
  color: #fff;
}
.stage-card .stage-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s ease; }
.stage-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,18,16,.72)); pointer-events: none; }
.stage-card:hover .stage-bg { transform: scale(1.05); }
.stage-card .label-row { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; }
.stage-card h3 { font-family: var(--serif); font-style: italic; font-size: 28px; margin: 0; color: #fff; }
.stage-card .arr { font-size: 22px; line-height: 1; }
@media (max-width: 720px) {
  .stage-grid { grid-template-columns: 1fr; }
}

/* === Newsletter (split, replaces inline pill) === */
.newsletter { padding: 88px 0; background: var(--bg); border-top: 1px solid var(--line-soft); }
.newsletter .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.newsletter h2 { font-style: italic; margin-bottom: 12px; }
.newsletter p { color: var(--ink-2); margin: 0; max-width: 380px; }
.newsletter form { display: flex; flex-direction: column; gap: 12px; max-width: 380px; }
.newsletter input { padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--sans); font-size: 14px; background: var(--surface); outline: none; }
.newsletter input:focus { border-color: var(--ink); }
.newsletter button { padding: 14px 18px; background: var(--ink); color: #fff; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-radius: var(--radius); }
@media (max-width: 720px) {
  .newsletter .inner { grid-template-columns: 1fr; gap: 24px; }
}

/* === FOOTER (horizontal strip, lighter, replaces dark 2-col) === */
footer.site-footer { background: var(--bg-alt); color: var(--ink-2); padding: 48px 0 36px; border-top: 1px solid var(--line-soft); }
.footer-strip { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto 32px; padding: 0 32px; }
.footer-strip .brand { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink); }
.footer-strip .brand .slash { color: var(--gold); font-style: normal; margin: 0 5px; }
.footer-strip nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
.footer-strip nav a { color: var(--ink-2); }
.footer-strip nav a:hover { color: var(--accent); }
.footer-strip .contact { font-size: 13px; color: var(--ink-2); }
.footer-strip .contact a { color: var(--ink); }
.footer-meta { max-width: 1280px; margin: 0 auto; padding: 18px 32px 0; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--ink-3); }

/* === PDP === */
.pdp { padding: 48px 0 80px; }
.pdp .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 860px) { .pdp .grid { grid-template-columns: 1fr; gap: 32px; } }
.pdp .gallery { aspect-ratio: 4/5; background: var(--bg-alt); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; position: sticky; top: 100px; overflow: hidden; }
.pdp .gallery svg.gal-ico { width: 180px; height: 180px; stroke: var(--ink-2); stroke-width: 1; fill: none; opacity: 0.45; }
.pdp .gallery img.gal-img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); display: block; }
.pdp .info .category { font-size: 11px; letter-spacing: 2.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.pdp .info h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; font-style: italic; line-height: 1.1; }
.pdp .info .price { font-family: var(--serif); font-size: 28px; color: var(--ink); margin-bottom: 28px; }
.pdp .info .desc { margin-bottom: 32px; color: var(--ink-2); font-size: 15px; white-space: pre-line; }
.pdp .info .qty-row { display: flex; gap: 16px; margin-bottom: 24px; align-items: center; }
.qty-picker { display: flex; border: 1px solid var(--line); border-radius: var(--radius); }
.qty-picker button { width: 44px; height: 44px; font-size: 18px; color: var(--ink-2); }
.qty-picker input { width: 56px; text-align: center; border: none; background: transparent; font-size: 16px; font-family: var(--sans); outline: none; }
.pdp .features { border-top: 1px solid var(--line-soft); margin-top: 40px; padding-top: 32px; }
.pdp .features ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pdp .features li { font-size: 13px; color: var(--ink-2); display: flex; gap: 10px; align-items: flex-start; }
.pdp .features li::before { content: "—"; color: var(--accent); font-weight: 700; }

/* === Breadcrumbs === */
.crumbs { font-size: 11px; color: var(--ink-3); letter-spacing: 1.5px; text-transform: uppercase; padding: 24px 0 0; }
.crumbs a { color: var(--ink-3); }
.crumbs a:hover { color: var(--ink); }

/* === Cart / Checkout === */
.cart-page, .checkout-page { padding: 48px 0 80px; }
.cart-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .cart-grid { grid-template-columns: 1fr; } }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-3); padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-weight: 700; }
.cart-table td { padding: 20px 0; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.cart-table td.thumb { width: 80px; padding-right: 16px; }
.cart-table td.thumb .thumb-box { width: 80px; height: 100px; background: var(--bg-alt); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cart-table td.thumb svg { width: 40px; height: 40px; stroke: var(--ink-2); stroke-width: 1; fill: none; opacity: 0.5; }
.cart-table td.thumb img.cart-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-table .item-title { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink); margin-bottom: 4px; }
.cart-table .item-cat { font-size: 10px; letter-spacing: 1.5px; color: var(--ink-3); text-transform: uppercase; font-weight: 600; }
.cart-table .remove { color: var(--ink-3); font-size: 12px; margin-top: 6px; text-decoration: underline; }
.summary { background: var(--bg-alt); border-radius: var(--radius); padding: 32px; }
.summary h3 { font-size: 19px; margin-bottom: 20px; font-style: italic; }
.summary .line { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; color: var(--ink-2); }
.summary .line.total { border-top: 1px solid var(--line-soft); padding-top: 14px; margin-top: 14px; font-size: 17px; font-weight: 600; color: var(--ink); font-family: var(--serif); }
.summary .line.total .val { font-family: var(--serif); }

/* === Forms === */
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; font-weight: 700; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); font-family: var(--sans); font-size: 14px; color: var(--ink); outline: none; transition: border-color 0.2s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--accent); }
.form-row textarea { resize: vertical; min-height: 120px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* === Payment tabs (checkout) === */
.pay-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 8px; margin-bottom: 24px; }
.pay-tab { padding: 12px 8px; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; font-size: 11px; font-weight: 700; color: var(--ink-2); background: var(--surface); cursor: pointer; letter-spacing: 1px; transition: all 0.2s; text-transform: uppercase; }
.pay-tab.active { border-color: var(--ink); color: var(--ink); box-shadow: 0 0 0 1px var(--ink) inset; }
.pay-tab:hover { border-color: var(--ink-2); }
.pay-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--surface); margin-bottom: 24px; }
.pay-panel h4 { font-family: var(--sans); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; color: var(--ink); font-weight: 700; }
.pay-panel .hint { font-size: 12px; color: var(--ink-3); }

/* === Generic content (about/contact/legal) === */
.content-page { padding: 64px 0 88px; }
.content-page .hero-content { text-align: left; max-width: 760px; margin: 0 auto 64px; padding: 0 32px; }
.content-page .hero-content .eyebrow { font-size: 11px; letter-spacing: 3.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.content-page .hero-content h1 { margin: 0 0 18px; font-style: italic; }
.content-page .hero-content p { font-size: 17px; color: var(--ink-2); }
.content-page .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 64px; align-items: center; max-width: 1100px; margin-left: auto; margin-right: auto; padding: 0 32px; }
@media (max-width: 720px) { .content-page .two-col { grid-template-columns: 1fr; gap: 32px; } }
.content-page .two-col .img-block { aspect-ratio: 4/5; background: var(--bg-alt); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.content-page .two-col .img-block img { width: 100%; height: 100%; object-fit: cover; }
.content-page .two-col .img-block svg { width: 120px; height: 120px; stroke: var(--ink-2); stroke-width: 1; fill: none; opacity: 0.45; }
.content-page h2 { margin-bottom: 18px; font-style: italic; }
.content-page .legal-body { max-width: 760px; margin: 0 auto; padding: 0 32px; font-size: 15px; color: var(--ink-2); }
.content-page .legal-body h2 { margin-top: 40px; margin-bottom: 14px; font-size: 24px; color: var(--ink); }
.content-page .legal-body h3 { margin-top: 24px; color: var(--ink); }

/* === Shop filter pills === */
.shop-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; justify-content: center; }
.filter-pill { padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink-2); transition: all 0.2s; font-weight: 600; }
.filter-pill:hover { border-color: var(--ink-2); color: var(--ink); }
.filter-pill.active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* === Empty / utility === */
.empty { text-align: center; padding: 80px 20px; }
.empty h3 { margin-bottom: 12px; font-style: italic; }
.empty p { color: var(--ink-3); margin-bottom: 28px; }
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
