/* ==========================================================================
   COLLECTIONS PAGE — luxury e-commerce on top of site.css
   Layout: hero / toolbar / sidebar+grid / conversion strip / footer
   ========================================================================== */

:root {
  /* v2 PALETTE — paper-v2 white ground + sage-celadon + brass micro-accents.
     Matches home page (home_v2.css). All existing class names retained;
     only the variable values are remapped so every rule below picks it up. */
  --col-ivory: #FBFBF7;             /* paper-v2 — same as home */
  --col-cream: #FBFBF7;
  --col-ink: #1A211C;               /* v2 deep ink — matches home */
  --col-ink-soft: #3A4239;
  --col-ink-dim: #6B7568;
  --col-gold: #C9A55C;              /* home v2 brass */
  --col-gold-deep: #A07A35;         /* dark brass — eyebrows, accents */
  --pp-green-wall: #BCC9B7;         /* sage-celadon — primary accent */
  --pp-green-deep: #1F3D2E;         /* deep green — rules, hairlines */
  --col-card-bd: rgba(31, 61, 46, 0.12);
  --col-card-bd-hover: rgba(201, 169, 110, 0.55);
  --col-shadow: 0 4px 18px rgba(31, 61, 46, 0.05);
  --col-shadow-hover: 0 24px 60px rgba(31, 61, 46, 0.14);
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, sans-serif;
}

body.page-collections {
  background: #FBFBF7;          /* paper-v2 — matches home v2 white ground */
  color: var(--col-ink);
  font-family: var(--sans);
}

/* ==========================================================================
   HERO V2 — white ground, brass eyebrow, brass rule, shimmer Cormorant
   headline, then a triptych of editorial category-cover tiles below.
   Matches the home page (.celebs-v2-eyebrow, .h-shimmer, .word-anim).
   ========================================================================== */
.col-hero-v2 {
  position: relative;
  background: #FBFBF7;          /* paper-v2 — same as home */
  padding: clamp(40px, 5vw, 80px) clamp(20px, 4vw, 64px) clamp(24px, 4vw, 60px);
  overflow: hidden;
  isolation: isolate;
}

/* Editorial cover image — sits above the headline, full-bleed-feel inside the
   page padding, brass hairline frame echoing the trust pills. */
.col-hero-v2-cover {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1320px;
  margin: 0 auto clamp(28px, 4vw, 56px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 32px 80px -40px rgba(31, 61, 46, 0.42),
    0 8px 28px -18px rgba(26, 24, 20, 0.18);
}
.col-hero-v2-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.col-hero-v2-cover-frame {
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(201, 169, 110, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
}
@media (max-width: 768px) {
  .col-hero-v2-cover { aspect-ratio: 4 / 3; }
  .col-hero-v2-cover-frame { inset: 5px; }
}

/* Soft sage halo top-left + ivory wash bottom — keeps the white from feeling flat */
.col-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 12% -10%, rgba(188, 201, 183, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 100% 110%, rgba(228, 236, 223, 0.5) 0%, transparent 60%);
}

/* Head — eyebrow + brass rule + headline + sub + trust pills */
.col-hero-v2-head {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(12px, 2vw, 24px) 0 clamp(28px, 4vw, 56px);
}

.col-hero-v2-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  margin-bottom: 20px;
  /* Champagne-to-cream sheen sweep, mirrors home page eyebrow */
  background-image: linear-gradient(
    100deg,
    #C9A55C 0%,
    #C9A55C 35%,
    #F5E0A8 48%,
    #FFF6D9 50%,
    #F5E0A8 52%,
    #C9A55C 65%,
    #C9A55C 100%
  );
  background-size: 280% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: eyebrowFlashGold 4.6s ease-in-out infinite;
}

.col-hero-v2-rule {
  width: 64px;
  height: 1px;
  margin: 0 auto 26px;
  background: linear-gradient(90deg, transparent 0%, #1F3D2E 50%, transparent 100%);
}

.col-hero-v2-h {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin: 0 0 22px;
  /* Elegant pearl-white shine sweep on the dark velvet hero */
  color: transparent;
  background-image: linear-gradient(
    105deg,
    #E6E6DE 0%,
    #F5F5EF 30%,
    #FFFFFF 48%,
    #FFFFFF 52%,
    #F5F5EF 70%,
    #E6E6DE 100%
  );
  background-size: 240% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.18));
  animation: colHeroShine 7.2s ease-in-out 0.4s infinite;
}
@keyframes colHeroShine {
  0%, 100% { background-position: 100% 0; }
  50%      { background-position: 0% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .col-hero-v2-h { animation: none; background-position: 50% 0; }
}
/* Italic em accent — handled by .h-shimmer in home_v2.css (gold sweep on cream) */

.col-hero-v2-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: clamp(0.98rem, 1.15vw, 1.06rem);
  line-height: 1.78;
  color: #3a3228;
  max-width: 640px;
  margin: 0 auto 28px;
}

/* Trust pills — brass-on-paper, no longer floating on a photo */
.col-trust-v2 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 28px;
  margin-top: 6px;
  padding: 14px 26px;
  background: #FFFFFF;
  border: 1px solid rgba(201, 169, 110, 0.32);
  box-shadow:
    0 18px 48px -32px rgba(31, 61, 46, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
}
.col-trust-v2::before,
.col-trust-v2::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, #C9A55C, transparent);
  opacity: 0.45;
}
.col-trust-v2::before { left: -1px; }
.col-trust-v2::after { right: -1px; }
.col-trust-v2-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: #1A211C;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.col-trust-v2-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 3px 9px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 0.72rem;
  color: #A07A35;
  border: 1px solid rgba(160, 122, 53, 0.5);
  background: rgba(251, 251, 247, 0.7);
  letter-spacing: 0.08em;
}
.col-trust-v2-stars {
  color: #C9A55C;
  letter-spacing: 1px;
  font-size: 0.82rem;
}
.col-trust-v2-text strong { color: #1A211C; font-weight: 700; }

@media (max-width: 640px) {
  .col-trust-v2 { padding: 12px 16px; gap: 10px 18px; }
  .col-trust-v2::before, .col-trust-v2::after { display: none; }
}

/* ==========================================================================
   TRIPTYCH OF EDITORIAL CATEGORY COVERS
   Three portrait tiles — Rings · Necklaces · Earrings. Brass hairline frame,
   editorial caption block under each image, slow image scale on hover.
   ========================================================================== */
.col-covers {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.6vw, 28px);
  max-width: 1320px;
  margin: 0 auto;
}

.col-cover {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
  padding: 12px 12px 22px;
  border: 1px solid rgba(201, 169, 110, 0.18);
  box-shadow:
    0 22px 60px -36px rgba(31, 61, 46, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.85s ease,
    border-color 0.6s ease;
}
.col-cover:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 169, 110, 0.55);
  box-shadow:
    0 38px 90px -38px rgba(31, 61, 46, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Brass corner ticks — subtle Tiffany-frame feel */
.col-cover::before,
.col-cover::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(201, 169, 110, 0.65);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.col-cover::before { top: 4px;    left: 4px;  border-right: 0; border-bottom: 0; }
.col-cover::after  { bottom: 4px; right: 4px; border-left:  0; border-top:    0; }
.col-cover:hover::before,
.col-cover:hover::after { opacity: 1; }

/* Image frame */
.col-cover-frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #F4ECDC;
  border-radius: 1px;
}
.col-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 2s cubic-bezier(0.2, 0.7, 0.2, 1), filter 1.2s ease;
}
.col-cover:hover .col-cover-img {
  transform: scale(1.08);
}
.col-cover-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(15, 31, 24, 0.18) 100%);
}

/* Caption */
.col-cover-cap {
  display: block;
  text-align: center;
  padding: 22px 14px 4px;
  position: relative;
}
.col-cover-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #C9A55C;
  margin-bottom: 6px;
}
.col-cover-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  letter-spacing: 0.012em;
  line-height: 1.15;
  color: #1A211C;
}
.col-cover-cta {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #A07A35;
  position: relative;
  padding-bottom: 6px;
}
.col-cover-cta::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A55C, transparent);
  transform: scaleX(0.4);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.col-cover:hover .col-cover-cta::after { transform: scaleX(1); }

/* Triptych responsive — keep 3 across down to 720, then stack on mobile */
@media (max-width: 720px) {
  .col-covers { grid-template-columns: 1fr; gap: 18px; }
  .col-cover-frame { aspect-ratio: 5 / 6; }
}

/* Reduced motion — skip the slow image scale + transforms */
@media (prefers-reduced-motion: reduce) {
  .col-cover,
  .col-cover-img,
  .col-cover-cta::after {
    transition: none !important;
  }
  .col-cover:hover { transform: none; }
  .col-cover:hover .col-cover-img { transform: scale(1.02); }
}

/* ---- TOOLBAR ---- */
.col-toolbar {
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(251, 251, 247, 0.94);  /* paper-v2 tint — matches body */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(31, 61, 46, 0.10);
}
.col-toolbar-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
}
.col-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 520px;
}
.col-search svg {
  position: absolute;
  left: 16px;
  color: var(--col-ink-dim);
  pointer-events: none;
}
.col-search input {
  width: 100%;
  padding: 12px 38px 12px 44px;
  border: 1px solid var(--col-card-bd);
  background: #fff;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--col-ink);
  letter-spacing: 0.01em;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.col-search input:focus {
  outline: none;
  border-color: var(--col-gold);
  box-shadow: 0 0 0 4px rgba(200, 169, 109, 0.16);
}
.col-search-clear {
  position: absolute;
  right: 10px;
  width: 24px; height: 24px;
  border: 0; background: transparent;
  color: var(--col-ink-dim);
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 50%;
}
.col-search-clear:hover { background: rgba(160, 122, 53, 0.1); color: var(--col-ink); }
.col-sort { display: flex; align-items: center; gap: 10px; }
.col-sort-lbl {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--col-ink-dim);
  font-weight: 600;
}
.col-sort select {
  padding: 10px 36px 10px 14px;
  border: 1px solid var(--col-card-bd);
  background: #fff;
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--col-ink);
  cursor: pointer;
  letter-spacing: 0.02em;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a07a35' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.col-count {
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--col-ink-dim);
  font-weight: 600;
  white-space: nowrap;
}
.col-count #resultCount {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--col-gold-deep);
  letter-spacing: 0;
  margin-right: 4px;
  font-weight: 400;
}

@media (max-width: 880px) {
  .col-toolbar-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .col-toolbar { position: static; }
}

/* ---- LAYOUT ---- */
.col-page {
  display: grid;
  /* the filter rail is relocated into the panel at every width now, so the
     page is a single column. Do not restore the 260px track without also
     restoring .col-page > .col-side in the filter system block below. */
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 980px) {
  .col-page { grid-template-columns: 1fr; }
}

/* ---- SIDEBAR ---- */
.col-side {
  position: sticky;
  top: 140px;
  align-self: start;
  font-size: 0.92rem;
  padding: 22px 22px 24px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(31, 61, 46, 0.05) 0%, transparent 65%),
    #FFFFFF;
  border: 1px solid rgba(31, 61, 46, 0.18);
  border-top: 2px solid var(--pp-green-deep);
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.35) inset,
    0 18px 40px rgba(20, 28, 22, 0.06);
}
@media (max-width: 980px) {
  .col-side { position: static; }
}
.col-side-head, .col-side-block { margin-bottom: 26px; }
.col-side-head .eyebrow,
.col-side-block .eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--pp-green-deep);
}
.col-side-head .gold-line,
.col-side-block .gold-line {
  height: 1px;
  width: 48px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--pp-green-deep) 0%, #E8C16A 50%, var(--pp-green-deep) 100%);
  opacity: 0.85;
}
.col-cats { list-style: none; padding: 0; margin: 0 0 32px; }
.col-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 14px;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-family: var(--sans);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--pp-ink-v2);
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s, background 0.25s, padding-left 0.25s;
  border-bottom: 1px solid rgba(31, 61, 46, 0.1);
}
.col-cat:hover {
  color: var(--pp-green-deep);
  background: rgba(188, 201, 183, 0.15);
  padding-left: 18px;
}
.col-cat.is-active {
  color: var(--pp-green-deep);
  padding-left: 20px;
  font-weight: 700;
  background: rgba(188, 201, 183, 0.22);
  position: relative;
}
.col-cat.is-active::before {
  content: '';
  position: absolute;
  left: 6px; top: 50%;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--pp-green-deep);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(232, 193, 106, 0.5);
}
.col-cat-count {
  font-size: 0.78rem;
  font-family: var(--serif);
  color: var(--pp-green-deep);
  font-style: italic;
  font-weight: 600;
  background: rgba(232, 193, 106, 0.15);
  padding: 2px 9px;
  border: 1px solid rgba(232, 193, 106, 0.45);
  min-width: 32px;
  text-align: center;
}
.col-cat:hover .col-cat-count {
  background: rgba(232, 193, 106, 0.28);
  border-color: rgba(232, 193, 106, 0.7);
}
.col-cat.is-active .col-cat-count {
  color: #FFFFFF;
  background: var(--pp-green-deep);
  border-color: var(--pp-green-deep);
}

.col-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 0.92rem;
  color: var(--pp-ink-v2);
  font-weight: 500;
  cursor: pointer;
}
.col-toggle input {
  accent-color: var(--pp-green-deep);
  width: 16px;
  height: 16px;
}

.col-side-cta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 61, 46, 0.18);
}
.col-side-btn {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 16px 28px;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #25492f 0%, var(--pp-green-deep) 60%, #173023 100%) !important;
  color: #FBFBF7 !important;
  border: 1px solid var(--pp-green-deep) !important;
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.35) inset,
    0 0 0 1px rgba(228, 236, 223, 0.12) inset,
    0 10px 22px rgba(20, 28, 22, 0.22) !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 0.66rem;
  text-transform: uppercase;
}
.col-side-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(232, 193, 106, 0) 35%,
    rgba(255, 233, 168, 0.55) 50%,
    rgba(232, 193, 106, 0) 65%,
    transparent 100%);
  background-size: 280% 100%;
  background-position: -100% 0;
  animation: colSideBtnSheen 5.5s ease-in-out infinite 1.5s;
}
@keyframes colSideBtnSheen {
  0%   { background-position: -100% 0; }
  60%  { background-position: 200% 0; }
  100% { background-position: 200% 0; }
}
.col-side-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, var(--pp-green-deep) 0%, #173023 100%) !important;
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.55) inset,
    0 0 0 1px rgba(228, 236, 223, 0.25) inset,
    0 14px 30px rgba(20, 28, 22, 0.34) !important;
}
.col-side-note {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--pp-ink-v2);
  opacity: 0.78;
  font-style: italic;
  font-family: var(--serif);
}

/* ---- ACTIVE FILTERS ---- */
.col-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.col-active-filters:empty { display: none; }
.col-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(188, 201, 183, 0.18);
  border: 1px solid rgba(31, 61, 46, 0.22);
  color: var(--pp-green-deep);
  border-radius: 999px;
  font-weight: 600;
}
.col-chip button {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--col-gold-deep);
  font-size: 0.9rem;
  line-height: 1;
  padding: 0 2px;
}

/* ---- PRODUCT GRID ---- */
.col-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 1280px) { .col-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (max-width: 760px)  { .col-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 420px)  { .col-grid { grid-template-columns: 1fr; } }

/* Card — pure white, brass top hairline + sage border (mirrors review cards on home) */
.col-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(31, 61, 46, 0.18);
  border-top: 2px solid rgba(31, 61, 46, 0.55);
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s;
  box-shadow: var(--col-shadow);
}
.col-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--col-shadow-hover);
  border-color: rgba(31, 61, 46, 0.35);
  border-top-color: #E8C16A;
}
.col-card-imgwrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #FFFFFF;
  overflow: hidden;
}
.col-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.col-card:hover .col-card-img { transform: scale(1.05); }
.col-card-tag {
  position: absolute;
  top: 12px; left: 12px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #25492f 0%, var(--pp-green-deep) 60%, #173023 100%);
  border: 1px solid rgba(232, 193, 106, 0.55);
  color: #FFE9A8;
  font-weight: 700;
  z-index: 2;
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.4) inset,
    0 4px 14px rgba(20, 28, 22, 0.32);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.col-card-tag::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 233, 168, 0) 35%,
    rgba(255, 245, 200, 0.55) 50%,
    rgba(255, 233, 168, 0) 65%,
    transparent 100%);
  background-size: 280% 100%;
  background-position: -100% 0;
  animation: colTagSheen 5s ease-in-out infinite 1.2s;
}
@keyframes colTagSheen {
  0%   { background-position: -100% 0; }
  55%  { background-position: 200% 0; }
  100% { background-position: 200% 0; }
}
.col-card-tag.is-soldout {
  background: rgba(26, 24, 20, 0.84);
  color: #fff;
  border-color: transparent;
}
.col-card-save {
  position: absolute;
  top: 10px; right: 10px;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--col-card-bd);
  background: rgba(255, 255, 255, 0.88);
  color: var(--col-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
  backdrop-filter: blur(6px);
}
.col-card-save:hover {
  background: var(--col-gold);
  border-color: var(--col-gold);
  color: #fff;
  transform: scale(1.06);
}
.col-card-save.is-saved {
  background: var(--col-gold-deep);
  border-color: var(--col-gold-deep);
  color: #fff;
}
.col-card-save svg { display: block; }

.col-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.col-card-cat {
  font-size: 0.54rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pp-green-deep);
  font-weight: 700;
}
.col-card-name {
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--col-ink);
  font-weight: 400;
  min-height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 61, 46, 0.16);
}
.col-card-price {
  font-family: var(--serif);
  font-size: 0.96rem;
  color: var(--pp-green-deep);
}
.col-card-price.poa {
  font-style: italic;
  color: var(--pp-green-deep);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 700;
}
.col-card-actions {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(31, 61, 46, 0.16);
}
.col-card-btn {
  flex: 1;
  padding: 14px 6px;
  border: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  position: relative;
}
/* VIEW — ghost / secondary: transparent, dark ink */
.col-card-btn {
  background: transparent;
  color: var(--pp-ink-v2);
}
.col-card-btn:hover {
  background: rgba(31, 61, 46, 0.06);
  color: var(--pp-green-deep);
}
/* ENQUIRE — primary: filled deep emerald with brass sheen, immediately distinct */
.col-card-btn-primary {
  background: linear-gradient(180deg, #25492f 0%, var(--pp-green-deep) 60%, #173023 100%);
  color: #FFE9A8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.4) inset,
    0 0 0 1px rgba(232, 193, 106, 0.18) inset;
  overflow: hidden;
}
.col-card-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 233, 168, 0) 35%,
    rgba(255, 245, 200, 0.45) 50%,
    rgba(255, 233, 168, 0) 65%,
    transparent 100%);
  background-size: 280% 100%;
  background-position: -100% 0;
  animation: colTagSheen 5s ease-in-out infinite 1.8s;
}
.col-card-btn-primary:hover {
  background: linear-gradient(180deg, var(--pp-green-deep) 0%, #173023 100%);
  color: #FFFFFF;
  transform: translateY(-1px);
}
.col-card-btn + .col-card-btn { border-left: 1px solid rgba(31, 61, 46, 0.16); }

/* Skeleton — sage-tinted shimmer (matches v2) */
.col-card-skel {
  aspect-ratio: 1 / 1.35;
  background: linear-gradient(110deg, #F2F5EE 30%, #E4ECDF 50%, #F2F5EE 70%);
  background-size: 220% 100%;
  animation: colSkel 1.6s linear infinite;
}
@keyframes colSkel {
  0%   { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Empty state */
.col-empty {
  text-align: center;
  padding: 80px 32px;
  border: 1px dashed var(--col-card-bd);
  background: rgba(255, 255, 255, 0.5);
}
.col-empty-mark {
  font-size: 1.5rem;
  color: var(--col-gold-deep);
  margin-bottom: 12px;
}
.col-empty h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 8px;
}
.col-empty p {
  color: var(--col-ink-soft);
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

/* Load more */
.col-loadmore-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 56px auto 8px;
  text-align: center;
}
.col-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 48px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #25492f 0%, var(--pp-green-deep) 60%, #173023 100%);
  color: #FBFBF7;
  border: 1px solid var(--pp-green-deep);
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.45) inset,
    0 0 0 1px rgba(228, 236, 223, 0.12) inset,
    0 12px 26px rgba(20, 28, 22, 0.26);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.col-loadmore::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(232, 193, 106, 0) 35%,
    rgba(255, 233, 168, 0.6) 50%,
    rgba(232, 193, 106, 0) 65%,
    transparent 100%);
  background-size: 280% 100%;
  background-position: -100% 0;
  animation: colSideBtnSheen 4.8s ease-in-out infinite 1s;
}
.col-loadmore:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, var(--pp-green-deep) 0%, #173023 100%);
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.65) inset,
    0 0 0 1px rgba(228, 236, 223, 0.28) inset,
    0 16px 36px rgba(20, 28, 22, 0.38);
}

/* ---- CONVERSION STRIP ---- */
.col-conversion {
  background:
    radial-gradient(ellipse 60% 50% at 30% 50%, rgba(200, 169, 109, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, #0d0b09 0%, #1a1612 50%, #0d0b09 100%);
  color: #f3ede5;
  padding: clamp(48px, 6vw, 96px) 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Cover-image variant — full-bleed model-with-rings hero, no scrim */
.col-conversion--cover {
  background: var(--pp-green-deep, #1F3D2E);
  padding: 0 24px clamp(56px, 7vw, 110px);
  min-height: clamp(680px, 82vw, 1020px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.col-conv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.col-conv-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-self: flex-end;
  padding-bottom: clamp(8px, 1.4vw, 24px);
}
.col-conversion .eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #FFE9A8;
  margin-bottom: 22px;
  font-weight: 700;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8),
    0 0 14px rgba(232, 193, 106, 0.55);
}
.col-conv-h {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 32px;
  color: #FFFFFF;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45);
}
.col-conv-h em { font-style: italic; }
.col-conv-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.col-conv-actions .btn-gold {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 0 0 1px rgba(228, 236, 223, 0.12) inset,
    0 12px 32px rgba(0, 0, 0, 0.4) !important;
}
.col-conv-actions .btn-outline {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  background: transparent !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.col-conv-actions .btn-outline:hover {
  background: rgba(232, 193, 106, 0.16) !important;
  border-color: #E8C16A !important;
  color: #FFE9A8 !important;
}

/* ---- INTERESTED MODAL ---- */
.enq-modal {
  position: fixed; inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 16px;
}
.enq-modal[hidden] { display: none; }
.enq-backdrop {
  position: absolute; inset: 0;
  background: rgba(7, 5, 3, 0.6);
  backdrop-filter: blur(6px);
}
.enq-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: var(--col-cream);
  border: 1px solid var(--col-card-bd-hover);
  padding: 36px;
  z-index: 1;
  animation: enqIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes enqIn {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}
.enq-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 36px; height: 36px;
  border: 0;
  background: transparent;
  color: var(--col-ink);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}
.enq-close:hover { color: var(--col-gold-deep); }
.enq-head .eyebrow {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--col-gold-deep);
  font-weight: 600;
  margin-bottom: 8px;
}
.enq-head .gold-line {
  height: 1px;
  width: 36px;
  background: var(--col-gold-deep);
  opacity: 0.6;
  margin: 0 0 12px;
}
.enq-head h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 6px;
}
.enq-sub {
  font-size: 0.82rem;
  color: var(--col-ink-soft);
  margin: 0 0 22px;
  line-height: 1.6;
}
.enq-product {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--col-card-bd);
  margin-bottom: 22px;
}
.enq-product-img {
  width: 72px; height: 72px;
  object-fit: contain;
  background: linear-gradient(160deg, #fbf5e6 0%, #f3e8cd 100%);
  padding: 6px;
}
.enq-product-body { flex: 1; min-width: 0; }
.enq-product-name {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--col-ink);
  margin-bottom: 4px;
}
.enq-product-price {
  font-size: 0.78rem;
  color: var(--col-gold-deep);
  letter-spacing: 0.06em;
}
.enq-product-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--col-ink-dim);
  text-decoration: none;
  font-weight: 600;
}
.enq-product-link:hover { color: var(--col-gold-deep); }
.enq-row { margin-bottom: 14px; }
.enq-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .enq-row-2 { grid-template-columns: 1fr; } }
.enq-row label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--col-ink-dim);
  font-weight: 600;
  margin-bottom: 6px;
}
.enq-row input,
.enq-row textarea {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--col-card-bd);
  background: #fff;
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--col-ink);
  margin-top: 4px;
  transition: border-color 0.25s, box-shadow 0.25s;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.enq-row input:focus,
.enq-row textarea:focus {
  outline: none;
  border-color: var(--col-gold-deep);
  box-shadow: 0 0 0 4px rgba(200, 169, 109, 0.18);
}
.enq-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.enq-submit { flex: 1; }
.enq-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid rgba(160, 122, 53, 0.5);
  color: var(--col-ink);
  text-decoration: none;
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.enq-wa:hover {
  background: var(--col-ink);
  color: #fff;
  border-color: var(--col-ink);
}
.enq-fineprint {
  margin-top: 18px;
  font-size: 0.68rem;
  color: var(--col-ink-dim);
  line-height: 1.6;
  font-style: italic;
  font-family: var(--serif);
}
/* Off screen rather than display:none, so a bot reading the DOM still fills
   it in and gives itself away. */
.enq-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.enq-error {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 2px solid #b23a3a;
  background: rgba(178, 58, 58, 0.07);
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--col-ink);
}
.enq-success {
  text-align: center;
  padding: 18px 0 8px;
}
.enq-success-mark {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--col-gold-deep);
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
}
.enq-success h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: var(--col-ink);
  font-weight: 400;
}
.enq-success p {
  font-size: 0.92rem;
  color: var(--col-ink-soft);
  margin: 0 0 22px;
}

/* ---- CART DRAWER ---- */
.cart-drawer {
  position: fixed; inset: 0;
  z-index: 9998;
}
.cart-drawer[hidden] { display: none; }
.cart-backdrop {
  position: absolute; inset: 0;
  background: rgba(7, 5, 3, 0.55);
  backdrop-filter: blur(4px);
  animation: cartFade 0.3s ease;
}
@keyframes cartFade { from { opacity: 0 } to { opacity: 1 } }
.cart-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 460px;
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(50, 92, 70, 0.55) 0%, transparent 60%),
    linear-gradient(180deg, #1F3D2E 0%, #173023 55%, #0E1F16 100%);
  border-left: 1px solid rgba(232, 193, 106, 0.35);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  animation: cartSlide 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  color: #FBFBF7;
}
@keyframes cartSlide { from { transform: translateX(100%) } to { transform: none } }
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 30px;
  border-bottom: 1px solid rgba(232, 193, 106, 0.28);
  background: linear-gradient(180deg, rgba(232, 193, 106, 0.06), transparent);
}
.cart-head .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #E8C16A;
  font-weight: 800;
}
.cart-close {
  width: 38px; height: 38px;
  border: 1px solid rgba(232, 193, 106, 0.45);
  background: transparent;
  color: #FBFBF7;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.cart-close:hover {
  background: #E8C16A;
  border-color: #E8C16A;
  color: #0F1A14;
}
.cart-list {
  flex: 1;
  overflow-y: auto;
  padding: 22px 26px;
}
.cart-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(232, 193, 106, 0.18);
  align-items: center;
}
.cart-item-img {
  width: 120px; height: 120px;
  object-fit: contain;
  background: linear-gradient(160deg, #FBFBF7 0%, #E4ECDF 100%);
  padding: 8px;
  flex-shrink: 0;
  border: 1px solid rgba(232, 193, 106, 0.45);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.cart-item-body { flex: 1; min-width: 0; }
.cart-item-name {
  font-family: var(--serif);
  font-size: 1.18rem;
  color: #FBFBF7;
  margin-bottom: 6px;
  line-height: 1.2;
  font-weight: 500;
}
.cart-item-price {
  font-size: 0.78rem;
  color: #E8C16A;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-item-remove {
  border: 1px solid rgba(232, 193, 106, 0.45);
  background: transparent;
  color: #FBFBF7;
  cursor: pointer;
  font-size: 1rem;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.cart-item-remove:hover {
  background: #E8C16A;
  border-color: #E8C16A;
  color: #0F1A14;
}
.cart-empty {
  text-align: center;
  padding: 70px 28px;
  color: #E4ECDF;
}
.cart-empty-mark {
  font-size: 1.8rem;
  color: #E8C16A;
  margin-bottom: 14px;
  text-shadow: 0 0 12px rgba(232, 193, 106, 0.55);
}
.cart-empty h4 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 8px;
  color: #FBFBF7;
}
.cart-empty p {
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 auto;
  color: rgba(228, 236, 223, 0.85);
}
.cart-foot {
  padding: 26px 30px 30px;
  border-top: 1px solid rgba(232, 193, 106, 0.28);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent);
}
.cart-checkout {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
  padding: 18px 28px !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.28em !important;
  font-weight: 800 !important;
  background: linear-gradient(180deg, #F0D284 0%, #E8C16A 55%, #B58A33 100%) !important;
  color: #0F1A14 !important;
  border: 1px solid #E8C16A !important;
  box-shadow:
    0 0 0 1px rgba(255, 241, 196, 0.4) inset,
    0 14px 32px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(232, 193, 106, 0.35) !important;
  text-transform: uppercase;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cart-checkout:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 241, 196, 0.6) inset,
    0 18px 38px rgba(0, 0, 0, 0.55),
    0 0 36px rgba(232, 193, 106, 0.55) !important;
}
.cart-note {
  font-size: 0.82rem;
  color: rgba(228, 236, 223, 0.92);
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  font-family: var(--serif);
  font-weight: 400;
}

/* ---- CART FAB ---- sits ABOVE the WhatsApp button (which lives at bottom:22px) */
.cart-fab {
  position: fixed;
  bottom: 100px;
  right: 28px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--pp-green-deep);
  color: #E8C16A;
  border: 1px solid rgba(232, 193, 106, 0.55);
  cursor: pointer;
  z-index: 500;
  display: grid;
  place-items: center;
  box-shadow:
    0 1px 0 rgba(232, 193, 106, 0.35) inset,
    0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s, background 0.25s, color 0.25s;
}
.cart-fab:hover { transform: scale(1.05); background: var(--col-gold); color: var(--col-ink); }
.cart-fab-count {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--col-gold);
  color: var(--col-ink);
  min-width: 20px; height: 20px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 6px;
  border: 2px solid var(--col-ink);
}
@media (max-width: 640px) {
  .cart-fab { bottom: 110px; right: 18px; width: 52px; height: 52px; }
}

/* ---- TOAST ---- */
.toast {
  position: fixed;
  bottom: 92px; left: 50%;
  transform: translateX(-50%);
  background: rgba(7, 5, 3, 0.92);
  color: var(--col-gold);
  padding: 14px 22px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid var(--col-gold);
  z-index: 99;
  animation: toastIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.toast[hidden] { display: none; }
@keyframes toastIn {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to   { opacity: 1; transform: translateX(-50%); }
}

/* Active link in nav */
.nav-links li a.nav-active { color: var(--col-gold) !important; }

/* =========================================================================
   COMPACT FILTER SYSTEM  (all widths)
   Chip bar + collapsible facet panel. One implementation, two presentations:
   a bottom sheet at <=980px, a centred modal at >=981px (see the desktop
   block at the end of this file). The rail is physically relocated into the
   panel, so filter state has exactly one source of truth in collections.js.
   ========================================================================= */
.mfl-bar, .mfl-sheet, .mfl-scrim { display: none; }
/* the accordion trigger is injected into the real rail, so it must be
   explicitly suppressed on desktop where the rail shows in full */
.mfl-acc-btn { display: none; }

@media (min-width: 0px) {

  /* ---- compact bar ---- */
  .mfl-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 380;
    padding: 9px 14px 10px;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid rgba(31, 61, 46, 0.13);
    box-shadow: 0 6px 18px -14px rgba(20, 28, 22, 0.5);
  }

  .mfl-bar::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(232,193,106,0.75) 50%, transparent 100%);
    pointer-events: none;
  }

  .mfl-chips {
    display: flex;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 2px 2px 0;
    scroll-padding-inline: 26px;
  }
  .mfl-chips::-webkit-scrollbar { display: none; }

  /* The fade only appears on a side that actually has more rail behind it.
     A hard-coded right fade dimmed the last chip even when the rail was
     already at its end, which read as "this one is disabled". JS toggles
     .mfl-fade-l / .mfl-fade-r on the bar. */
  .mfl-bar.mfl-fade-l .mfl-chips {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26px);
    mask-image: linear-gradient(90deg, transparent 0, #000 26px);
  }
  .mfl-bar.mfl-fade-r .mfl-chips {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent 100%);
  }
  .mfl-bar.mfl-fade-l.mfl-fade-r .mfl-chips {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
  }

  /* ---- rail arrows ---- */
  .mfl-rail-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(31, 61, 46, 0.22);
    border-radius: 50%;
    background: #FFFFFF;
    color: var(--pp-green-deep);
    cursor: pointer;
    box-shadow: 0 2px 10px -4px rgba(20, 28, 22, 0.4);
    transition: background 0.22s, border-color 0.22s, transform 0.18s, box-shadow 0.22s;
  }
  .mfl-rail-btn svg { width: 16px; height: 16px; }
  .mfl-rail-btn:hover {
    background: var(--pp-green-deep);
    border-color: var(--pp-green-deep);
    color: #FFFFFF;
    box-shadow: 0 6px 16px -6px rgba(20, 28, 22, 0.55);
  }
  .mfl-rail-btn:active { transform: scale(0.94); }
  .mfl-rail-btn[hidden] { display: none; }
  .mfl-rail-prev { margin-right: 2px; }
  .mfl-rail-next { margin-left: 2px; }
  /* ---- categories dropdown, phones only ----
     Two and a half chips fit on a 390px screen. Below 700px the rail is
     swapped for a named dropdown next to Filters so nothing is hidden
     behind a gesture. */
  .mfl-cats-btn { display: none; }
  .mfl-catmenu { display: none; }

  @media (max-width: 699px) {
    .mfl-rail-btn { display: none !important; }
    .mfl-chips { display: none !important; }

    .mfl-cats-btn {
      flex: 1 1 auto;
      min-width: 0;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 42px;
      padding: 0 12px 0 14px;
      border: 1px solid rgba(31, 61, 46, 0.22);
      border-radius: 999px;
      background: #FFFFFF;
      cursor: pointer;
      text-align: left;
      transition: border-color 0.22s, box-shadow 0.22s;
    }
    .mfl-cats-btn.is-open {
      border-color: var(--pp-green-deep);
      box-shadow: 0 0 0 1px var(--pp-green-deep) inset;
    }
    /* while the menu is open the whole bar comes forward with it */
    .mfl-bar:has(.mfl-cats-btn.is-open) { z-index: 610; }
    .mfl-cats-cap {
      flex: 0 0 auto;
      font-family: var(--sans);
      font-size: 0.56rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(31, 61, 46, 0.55);
    }
    .mfl-cats-val {
      flex: 1 1 auto;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: var(--sans);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--pp-ink-v2);
    }
    .mfl-cats-chev {
      flex: 0 0 auto;
      width: 15px; height: 15px;
      color: var(--pp-green-deep);
      transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .mfl-cats-btn.is-open .mfl-cats-chev { transform: rotate(180deg); }

    .mfl-catmenu {
      display: block;
      position: absolute;
      top: calc(100% + 6px);
      left: 10px;
      right: 10px;
      /* above the floating selection bag and the WhatsApp button, which sit
         at 500 and were landing on top of the category counts */
      z-index: 620;
      max-height: min(58vh, 420px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 6px;
      background: #FFFFFF;
      border: 1px solid rgba(31, 61, 46, 0.18);
      border-top: 2px solid var(--pp-green-deep);
      border-radius: 3px;
      box-shadow: 0 26px 60px -18px rgba(20, 28, 22, 0.35);
      animation: mflCatIn 0.22s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .mfl-catmenu[hidden] { display: none; }
    @keyframes mflCatIn {
      from { opacity: 0; transform: translateY(-6px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .mfl-catrow {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      min-height: 46px;
      padding: 0 10px;
      border: 0;
      border-radius: 2px;
      background: transparent;
      cursor: pointer;
      text-align: left;
    }
    .mfl-catrow + .mfl-catrow { border-top: 1px solid rgba(31, 61, 46, 0.08); }
    .mfl-catrow-n {
      flex: 1 1 auto;
      font-family: var(--sans);
      font-size: 0.74rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--pp-ink-v2);
    }
    .mfl-catrow-c {
      flex: 0 0 auto;
      font-family: var(--serif);
      font-style: italic;
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--pp-green-deep);
      opacity: 0.6;
    }
    .mfl-catrow-tick { flex: 0 0 auto; width: 15px; height: 15px; opacity: 0; color: #E8C16A; }
    .mfl-catrow.is-active { background: var(--pp-green-deep); }
    .mfl-catrow.is-active .mfl-catrow-n { color: #FFFFFF; }
    .mfl-catrow.is-active .mfl-catrow-c { color: #E8C16A; opacity: 1; }
    .mfl-catrow.is-active .mfl-catrow-tick { opacity: 1; }
    .mfl-catrow:active { background: rgba(31, 61, 46, 0.07); }
    .mfl-catrow.is-active:active { background: var(--pp-green-deep); }

    /* Filters keeps its label but stops fighting the dropdown for room */
    .mfl-open { flex: 0 0 auto; }

    @media (prefers-reduced-motion: reduce) {
      .mfl-catmenu { animation: none; }
      .mfl-cats-chev { transition: none; }
    }
  }

  .mfl-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(31, 61, 46, 0.22);
    border-radius: 999px;
    background: #FFFFFF;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--pp-ink-v2);
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.24s, color 0.24s, border-color 0.24s, transform 0.18s;
  }
  .mfl-chip:active { transform: scale(0.96); }
  .mfl-chip-n {
    font-family: var(--serif);
    font-style: italic;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--pp-green-deep);
    opacity: 0.72;
  }
  .mfl-chip.is-active {
    background: var(--pp-green-deep);
    border-color: var(--pp-green-deep);
    color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(232, 193, 106, 0.55) inset;
  }
  .mfl-chip.is-active .mfl-chip-n { color: #E8C16A; opacity: 1; }

  /* ---- open button ---- */
  .mfl-open {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--pp-green-deep);
    border-radius: 999px;
    background: var(--pp-green-deep);
    color: #FFFFFF;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(232, 193, 106, 0.5) inset;
    transition: transform 0.18s;
  }
  .mfl-open:active { transform: scale(0.96); }
  .mfl-open svg { width: 15px; height: 15px; }
  .mfl-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px; height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: #E8C16A;
    color: #1F3D2E;
    font-family: var(--serif);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
  }

  /* ---- scrim + sheet ---- */
  .mfl-scrim {
    display: block;
    position: fixed; inset: 0;
    z-index: 900;
    background: rgba(16, 26, 20, 0.52);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.32s ease;
  }
  .mfl-scrim.is-open { opacity: 1; }

  .mfl-sheet {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 910;
    max-height: 86dvh;
    background: #FFFFFF;
    border-top: 2px solid var(--pp-green-deep);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -22px 60px rgba(20, 28, 22, 0.32);
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .mfl-sheet.is-open { transform: translateY(0); }

  .mfl-sheet-grip {
    width: 42px; height: 4px;
    margin: 9px auto 2px;
    border-radius: 999px;
    background: rgba(31, 61, 46, 0.22);
    flex: 0 0 auto;
  }

  .mfl-sheet-head {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 12px;
    border-bottom: 1px solid rgba(31, 61, 46, 0.12);
  }
  .mfl-sheet-title {
    flex: 1 1 auto;
    font-family: var(--serif);
    font-size: 1.22rem;
    letter-spacing: 0.03em;
    color: var(--pp-green-deep);
  }
  .mfl-clear {
    border: 0;
    background: transparent;
    padding: 8px 4px;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pp-ink-v2);
    opacity: 0.68;
    cursor: pointer;
  }
  .mfl-clear:disabled { opacity: 0.28; }
  .mfl-close {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 36px; height: 36px;
    border: 1px solid rgba(31, 61, 46, 0.2);
    border-radius: 50%;
    background: #FFFFFF;
    color: var(--pp-green-deep);
    cursor: pointer;
  }
  .mfl-close svg { width: 14px; height: 14px; }
  .mfl-sheet:focus { outline: none; }
  .mfl-close:focus-visible, .mfl-apply:focus-visible, .mfl-acc-btn:focus-visible,
  .mfl-chip:focus-visible, .mfl-open:focus-visible {
    outline: 2px solid #E8C16A; outline-offset: 2px;
  }

  .mfl-sheet-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 16px;
  }

  .mfl-sheet-foot {
    flex: 0 0 auto;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #FFFFFF;
    border-top: 1px solid rgba(232, 193, 106, 0.55);
    box-shadow: 0 -8px 20px -16px rgba(20, 28, 22, 0.6);
  }
  .mfl-apply {
    width: 100%;
    min-height: 52px;
    border: 0;
    background: var(--pp-green-deep);
    color: #FFFFFF;
    font-family: var(--sans);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(232, 193, 106, 0.5) inset;
    transition: transform 0.18s;
  }
  .mfl-apply:active { transform: scale(0.985); }
  .mfl-apply.is-empty { background: #6B7A70; }

  body.mfl-locked { overflow: hidden; }

  /* ---- the real .col-side is relocated into the sheet; strip its panel chrome ---- */
  .mfl-sheet-body .col-side {
    position: static;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 1rem;
  }
  .mfl-sheet-body .col-side-block { margin: 0; }
  .mfl-sheet-body .col-side-block .eyebrow,
  .mfl-sheet-body .col-side-block .gold-line { display: none; }
  .mfl-sheet-body .col-cats { margin: 0; }

  /* ---- accordion ---- */
  .mfl-acc { border-bottom: 1px solid rgba(31, 61, 46, 0.12); }
  .mfl-acc:last-of-type { border-bottom: 0; }

  .mfl-acc-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 14px 2px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .mfl-acc-label {
    flex: 0 0 auto;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pp-green-deep);
  }
  .mfl-acc-sum {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
    font-family: var(--serif);
    font-size: 0.95rem;
    font-style: italic;
    color: var(--pp-ink-v2);
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mfl-acc.has-value .mfl-acc-sum { opacity: 1; color: var(--pp-green-deep); font-style: normal; font-weight: 600; }
  .mfl-acc-chev {
    flex: 0 0 auto;
    width: 11px; height: 11px;
    border-right: 1.6px solid var(--pp-green-deep);
    border-bottom: 1.6px solid var(--pp-green-deep);
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0.75;
  }
  .mfl-acc.is-open .mfl-acc-chev { transform: rotate(225deg) translate(-2px, -2px); }

  .mfl-acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mfl-acc.is-open > .mfl-acc-panel { grid-template-rows: 1fr; }
  .mfl-acc-inner { overflow: hidden; min-height: 0; }
  .mfl-acc-panel .col-cats {
    max-height: 46vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 10px;
  }

  /* roomier rows for thumbs */
  .mfl-sheet-body .col-cat {
    min-height: 50px;
    padding: 13px 12px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(31, 61, 46, 0.07);
  }
  .mfl-sheet-body .col-cat.is-active { padding-left: 20px; }
  .mfl-sheet-body .col-toggle { min-height: 50px; padding: 12px 2px; }

  /* the consultation CTA reads as a quiet footnote inside the sheet */
  .mfl-sheet-body .col-side-cta {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(232, 193, 106, 0.5);
  }
  .mfl-sheet-body .col-side-note { font-size: 0.82rem; }

  /* the old stacked rail must never render in the page flow on mobile */
  .col-page > .col-side { display: none; }

  /* the hidden attribute must beat the display rules above, otherwise the
     scrim sits over the grid at opacity 0 and eats every tap */
  .mfl-bar[hidden], .mfl-sheet[hidden], .mfl-scrim[hidden],
  .mfl-badge[hidden] { display: none !important; }

  @media (prefers-reduced-motion: reduce) {
    .mfl-sheet, .mfl-scrim, .mfl-acc-panel, .mfl-acc-chev { transition: none; }
  }
}

@media (min-width: 0px) {
  .mfl-sentinel { height: 0; margin: 0; padding: 0; pointer-events: none; }
}

/* =========================================================================
   DESKTOP PRESENTATION  (>= 981px)
   Same markup, same JS, same state as mobile. Only the chrome changes:
   the bottom sheet becomes a centred modal and pointer devices get hover.
   ========================================================================= */
@media (min-width: 981px) {

  /* ---- bar aligns to the grid container, not the viewport ---- */
  .mfl-bar-slot {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 56px);
  }
  .mfl-bar {
    position: relative;
    gap: 14px;
    margin-top: clamp(32px, 5vw, 64px);
    padding: 12px 18px 13px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 61, 46, 0.18);
    border-top: 2px solid var(--pp-green-deep);
    border-bottom: 1px solid rgba(31, 61, 46, 0.18);
    box-shadow:
      0 1px 0 rgba(232, 193, 106, 0.35) inset,
      0 18px 40px rgba(20, 28, 22, 0.06);
  }
  /* the mobile bar underlines itself with a gold hairline; on desktop the
     inset highlight above already carries that, so drop the duplicate */
  .mfl-bar::after { display: none; }

  .col-page { padding-top: clamp(20px, 2.5vw, 32px); }

  /* ---- pointer affordances the touch build has no need for ---- */
  .mfl-chip:hover {
    border-color: var(--pp-green-deep);
    background: rgba(31, 61, 46, 0.04);
  }
  .mfl-chip.is-active:hover { background: var(--pp-green-deep); }
  .mfl-open:hover { background: #17301F; border-color: #17301F; }
  .mfl-clear:not(:disabled):hover { opacity: 1; }
  .mfl-close:hover { border-color: var(--pp-green-deep); background: rgba(31, 61, 46, 0.05); }
  .mfl-apply:hover { background: #17301F; }
  .mfl-acc-btn:hover .mfl-acc-label { color: #17301F; }
  .mfl-acc-btn:hover .mfl-acc-chev { opacity: 1; }
  .mfl-sheet-body .col-cat:hover { background: rgba(31, 61, 46, 0.05); }

  /* ---- bottom sheet becomes a centred modal ---- */
  .mfl-sheet {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: min(560px, calc(100vw - 64px));
    max-height: min(78vh, 760px);
    border-radius: 3px;
    border-top: 2px solid var(--pp-green-deep);
    box-shadow: 0 40px 90px rgba(20, 28, 22, 0.30);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.97);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
  }
  .mfl-sheet.is-open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  /* the grip is a swipe-to-dismiss affordance; meaningless with a mouse */
  .mfl-sheet-grip { display: none; }

  .mfl-sheet-head { padding: 16px 22px 14px; }
  .mfl-sheet-title { font-size: 1.34rem; }
  .mfl-sheet-body { padding: 4px 22px 18px; }
  .mfl-sheet-foot { padding: 14px 22px 16px; }
  .mfl-acc-panel .col-cats { max-height: 38vh; }

  /* locking the body removes the scrollbar and shifts the page; JS measures
     the gutter and feeds it back so the layout holds still */
  body.mfl-locked { padding-right: var(--mfl-sbw, 0px); }

  @media (prefers-reduced-motion: reduce) {
    .mfl-sheet { transition: none; }
  }
}
