/* ============================================================
   CEC GREENHOUSE — “Living Green” design system
   Loaded after classic theme.css (priority 900); it re-skins the
   whole storefront: tokens, type, header, home narrative, cards,
   forms, footer. Organic curves, sunrise light, calm motion.
   ============================================================ */

/* ── 1 · Tokens ──────────────────────────────────────────── */
:root {
  --cec-forest: #1d3a2a;
  --cec-forest-deep: #12271b;
  --cec-moss: #4a5d43;
  --cec-olive: #6f7d4f;
  --cec-sage: #a9bda4;
  --cec-sage-soft: #d7e2d0;
  --cec-wheatgrass: #63a24f;
  --cec-cream: #f6f1e6;
  --cec-cream-deep: #eee6d4;
  --cec-white: #fdfbf6;
  --cec-sand: #e5d9c3;
  --cec-gold: #c2a35c;
  --cec-amber: #d9a441;
  --cec-earth: #8a6f52;
  --cec-ink: #223226;
  --cec-ink-soft: #49584c;

  --cec-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --cec-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --cec-radius-organic: 58% 42% 55% 45% / 52% 48% 42% 58%;
  --cec-radius-organic-b: 44% 56% 48% 52% / 56% 44% 58% 42%;
  --cec-radius-arch: 999px 999px 26px 26px;
  --cec-shadow-soft: 0 24px 60px -28px rgba(29, 58, 42, 0.35);
  --cec-shadow-lift: 0 34px 80px -30px rgba(29, 58, 42, 0.45);
  --cec-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── 2 · Global re-skin ──────────────────────────────────── */
body {
  font-family: var(--cec-sans);
  color: var(--cec-ink);
  background: var(--cec-white);
  font-size: 1rem;
  letter-spacing: 0.005em;
}
#wrapper {
  background: var(--cec-white);
  box-shadow: none;
  padding-top: 0;
}
/* Full-bleed homepage: unbox ONLY the layout's outer container… */
#index #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#index #wrapper > .container > .row { margin-left: 0; margin-right: 0; }
#index #content-wrapper { padding-left: 0; padding-right: 0; }
#index #main .page-home > * { min-width: 0; }
/* …then restore real gutters for the section containers inside it */
.cec-home .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
}
h1, h2, h3, h4, .h1, .h2, .h3 {
  font-family: var(--cec-serif);
  color: var(--cec-forest);
  font-weight: 450;
}
a { color: var(--cec-moss); }
a:hover { color: var(--cec-wheatgrass); }
::selection { background: var(--cec-sage-soft); color: var(--cec-forest-deep); }

/* Buttons everywhere */
.btn-primary, .btn-secondary, .btn-outline-primary {
  font-family: var(--cec-sans);
  font-weight: 550;
  letter-spacing: 0.06em;
  text-transform: none;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.7rem;
  transition: transform 0.35s var(--cec-ease), box-shadow 0.35s var(--cec-ease), background 0.3s;
}
.btn-primary {
  background: var(--cec-forest);
  color: var(--cec-cream);
  box-shadow: var(--cec-shadow-soft);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: var(--cec-moss);
  color: var(--cec-white);
  transform: translateY(-2px);
  box-shadow: var(--cec-shadow-lift);
}
.btn-secondary, .btn-outline-primary {
  background: transparent;
  color: var(--cec-forest);
  box-shadow: inset 0 0 0 1.5px var(--cec-sage);
}
.btn-secondary:hover, .btn-outline-primary:hover {
  background: var(--cec-sage-soft);
  color: var(--cec-forest-deep);
}

/* Inputs */
.form-control {
  border: 1.5px solid var(--cec-sand);
  border-radius: 14px;
  background: var(--cec-white);
  color: var(--cec-ink);
  padding: 0.65rem 1rem;
}
.form-control:focus {
  border-color: var(--cec-wheatgrass);
  box-shadow: 0 0 0 4px rgba(99, 162, 79, 0.14);
  outline: none;
}
.input-group .btn { border-radius: 0 999px 999px 0; }

/* ── 3 · CEC primitives ──────────────────────────────────── */
.cec-kicker {
  font-family: var(--cec-sans);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cec-olive);
  margin-bottom: 1.1rem;
}
.cec-kicker--light { color: var(--cec-sage-soft); }
.cec-kicker--gold { color: var(--cec-gold); }

.cec-h2 {
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.12;
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
}
.cec-h2 em, .cec-hero__title em {
  font-style: italic;
  font-weight: 380;
  color: var(--cec-wheatgrass);
}
.cec-h2--light { color: var(--cec-cream); }
.cec-h2--light em { color: var(--cec-amber); }

.cec-lede {
  font-size: 1.14rem;
  line-height: 1.75;
  color: var(--cec-ink-soft);
  max-width: 34em;
  margin-bottom: 1rem;
}
.cec-lede--light { color: rgba(246, 241, 230, 0.86); }
.cec-body {
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--cec-ink-soft);
  max-width: 36em;
}
/* Must follow .cec-body — same specificity, so source order decides the colour. */
.cec-body--light { color: rgba(246, 241, 230, 0.86); }

.cec-btn {
  display: inline-block;
  font-family: var(--cec-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 0.85rem 2rem;
  text-decoration: none;
  transition: transform 0.35s var(--cec-ease), box-shadow 0.35s var(--cec-ease), background 0.3s, color 0.3s;
}
.cec-btn:hover { transform: translateY(-2px); text-decoration: none; }
.cec-btn--sun {
  background: linear-gradient(135deg, var(--cec-amber), var(--cec-gold));
  color: var(--cec-forest-deep);
  box-shadow: 0 18px 44px -18px rgba(217, 164, 65, 0.55);
}
.cec-btn--sun:hover { color: var(--cec-forest-deep); box-shadow: 0 24px 54px -18px rgba(217, 164, 65, 0.7); }
.cec-btn--ghost {
  color: var(--cec-forest);
  box-shadow: inset 0 0 0 1.5px var(--cec-sage);
}
.cec-btn--ghost:hover { background: var(--cec-sage-soft); color: var(--cec-forest-deep); }
.cec-btn--ghost-light {
  color: var(--cec-cream);
  box-shadow: inset 0 0 0 1.5px rgba(246, 241, 230, 0.55);
}
.cec-btn--ghost-light:hover { background: rgba(246, 241, 230, 0.14); color: #fff; }

/* Organic image masks */
.cec-organic-mask {
  width: 100%;
  height: auto;
  border-radius: var(--cec-radius-organic);
  box-shadow: var(--cec-shadow-soft);
}
.cec-organic-mask--b { border-radius: var(--cec-radius-organic-b); }
.cec-arch-mask {
  width: 100%;
  height: auto;
  border-radius: var(--cec-radius-arch);
  box-shadow: var(--cec-shadow-soft);
}
.cec-circle-mask {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: var(--cec-shadow-soft);
}
.cec-zoom { transition: transform 1.6s var(--cec-ease); }
figure:hover > .cec-zoom { transform: scale(1.035); }

/* Split layout */
.cec-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.cec-split--rev { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.cec-split__media { margin: 0; }
.cec-split__media--product { padding: 0 clamp(0rem, 3vw, 2.5rem); }
@media (max-width: 991px) {
  .cec-split, .cec-split--rev { grid-template-columns: 1fr; gap: 2.4rem; }
  .cec-split--rev .cec-split__media { order: -1; }
}

.cec-section { padding: clamp(4rem, 9vw, 8.5rem) 0; position: relative; }

/* Trio + ledger lists */
.cec-trio {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.cec-trio li {
  display: grid;
  gap: 0.15rem;
  padding-left: 1.4rem;
  position: relative;
}
.cec-trio li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50% 50% 50% 0;
  background: var(--cec-wheatgrass);
  transform: rotate(-45deg);
}
.cec-trio strong {
  font-family: var(--cec-serif);
  font-size: 1.12rem;
  font-weight: 520;
  color: var(--cec-forest);
}
.cec-trio span { color: var(--cec-ink-soft); font-size: 0.95rem; }

.cec-ledger {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
}
.cec-ledger li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--cec-sand);
}
.cec-ledger li span:first-child {
  font-family: var(--cec-serif);
  font-size: 1.15rem;
  color: var(--cec-forest);
}
.cec-ledger li span:last-child { color: var(--cec-ink-soft); font-size: 0.92rem; text-align: right; }

/* Reveal-on-scroll (JS adds .is-in) */
.cec-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--cec-ease), transform 0.9s var(--cec-ease);
}
.cec-reveal--left { transform: translate(-34px, 12px); }
.cec-reveal--right { transform: translate(34px, 12px); }
.cec-reveal.is-in { opacity: 1; transform: translate(0, 0); }

/* ── 4 · Header ──────────────────────────────────────────── */
.header-banner { background: var(--cec-forest-deep); color: var(--cec-cream); }
.header-nav.cec-hairline {
  background: var(--cec-forest-deep);
  color: var(--cec-sage-soft);
  border: 0;
  max-height: none;
  font-size: 0.82rem;
}
.header-nav.cec-hairline a,
.header-nav.cec-hairline .text-muted,
.header-nav.cec-hairline span { color: var(--cec-sage-soft); }
.header-nav.cec-hairline a:hover { color: var(--cec-amber); }
.header-nav.cec-hairline .material-icons { color: var(--cec-sage); }
.header-nav .cart-preview .shopping-cart { color: var(--cec-sage-soft); }
#header .header-nav .blockcart,
#header .header-nav .blockcart.active,
#header .header-nav .blockcart .header,
#header .header-nav .cart-preview { background: transparent; }
#header .header-nav .blockcart .material-icons { color: var(--cec-sage); }
.header-nav .blockcart.active a:hover { color: var(--cec-amber); }
.header-nav .user-info a { margin-left: 1rem; }

.header-top.cec-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(253, 251, 246, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid rgba(169, 189, 164, 0.35);
  padding-bottom: 0;
  transition: box-shadow 0.4s var(--cec-ease), background 0.4s;
}
.header-top.cec-bar.is-scrolled { box-shadow: 0 18px 40px -28px rgba(29, 58, 42, 0.4); }
.cec-bar__row { display: flex; align-items: center; }
.cec-bar__brand { padding: 0.4rem 0.9375rem; }
.cec-logo-h { margin: 0; line-height: 1; }
.cec-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--cec-forest);
  text-decoration: none;
}
.cec-logo:hover { color: var(--cec-forest); text-decoration: none; }
.cec-logo__glyph { width: 2rem; height: 2rem; color: var(--cec-wheatgrass); }
.cec-logo__word {
  font-family: var(--cec-serif);
  font-size: 1.32rem;
  font-weight: 560;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.cec-logo__word em { font-style: italic; font-weight: 380; }
.cec-footer .cec-logo { color: var(--cec-cream); }
.cec-footer .cec-logo__glyph { color: var(--cec-amber); }

/* Main menu (ps_mainmenu) */
.header-top .menu { padding-left: 0; }
#_desktop_top_menu .top-menu[data-depth="0"] { margin-bottom: 0; }
#_desktop_top_menu .top-menu a[data-depth="0"] {
  font-family: var(--cec-sans);
  font-weight: 550;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--cec-ink);
  padding: 1.15rem 1.05rem;
  position: relative;
}
#_desktop_top_menu .top-menu a[data-depth="0"]:hover { color: var(--cec-forest); background: transparent; }
#_desktop_top_menu .top-menu a[data-depth="0"]::after {
  content: "";
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: 0.7rem;
  height: 2px;
  border-radius: 2px;
  background: var(--cec-wheatgrass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--cec-ease);
}
#_desktop_top_menu .top-menu a[data-depth="0"]:hover::after { transform: scaleX(1); }
.top-menu .sub-menu {
  border: 1px solid rgba(169, 189, 164, 0.35);
  border-radius: 18px;
  box-shadow: var(--cec-shadow-lift);
  background: var(--cec-white);
}

/* Search */
#search_widget { max-width: 15rem; float: right; }
#search_widget form input {
  background: rgba(169, 189, 164, 0.16);
  border: 1.5px solid transparent;
  border-radius: 999px;
  color: var(--cec-ink);
  padding: 0.55rem 1.1rem;
}
#search_widget form input:focus {
  background: var(--cec-white);
  border-color: var(--cec-sage);
}
#search_widget form button[type="submit"] { bottom: 0.35rem; color: var(--cec-moss); }

/* ── 5 · Home hero ───────────────────────────────────────── */
.cec-hero {
  position: relative;
  min-height: clamp(560px, 92vh, 980px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.cec-hero__bg {
  position: absolute;
  inset: -6% 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  z-index: -2;
  animation: cec-slow-breathe 26s var(--cec-ease) infinite alternate;
}
.cec-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(18, 39, 27, 0.72) 6%, rgba(18, 39, 27, 0.28) 46%, rgba(217, 164, 65, 0.10) 100%),
    linear-gradient(to top, rgba(18, 39, 27, 0.55), transparent 42%);
}
.cec-hero__inner { position: relative; padding-top: 2rem; padding-bottom: 3rem; }
.cec-hero__title {
  font-family: var(--cec-serif);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.06;
  color: var(--cec-cream);
  letter-spacing: -0.015em;
  max-width: 11em;
  margin-bottom: 1.6rem;
}
.cec-hero__sub {
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.7;
  color: rgba(246, 241, 230, 0.88);
  max-width: 32em;
  margin-bottom: 2.4rem;
}
.cec-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.cec-hero__cue {
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: rgba(246, 241, 230, 0.35);
  overflow: hidden;
}
.cec-hero__cue span {
  position: absolute;
  top: -40%;
  left: -1px;
  width: 3px;
  height: 40%;
  border-radius: 3px;
  background: var(--cec-amber);
  animation: cec-cue-fall 2.6s var(--cec-ease) infinite;
}
@keyframes cec-cue-fall { 0% { top: -40%; } 65%, 100% { top: 110%; } }
@keyframes cec-slow-breathe { from { transform: scale(1); } to { transform: scale(1.06); } }

/* ── 6 · Home sections ───────────────────────────────────── */
.cec-ritual {
  background:
    radial-gradient(120% 90% at 85% 0%, rgba(217, 164, 65, 0.14), transparent 55%),
    var(--cec-cream);
  border-radius: 0 0 clamp(2rem, 6vw, 5rem) clamp(2rem, 6vw, 5rem);
}

.cec-ze {
  background:
    radial-gradient(90% 120% at 12% 8%, rgba(99, 162, 79, 0.2), transparent 60%),
    var(--cec-forest-deep);
  color: var(--cec-cream);
  padding: clamp(5rem, 10vw, 9.5rem) 0;
}
.cec-seedwords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.8rem 0 1.6rem;
  padding: 0;
}
.cec-seedwords span {
  font-family: var(--cec-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--cec-sage-soft);
  border: 1px solid rgba(169, 189, 164, 0.35);
  border-radius: 999px;
  padding: 0.42rem 1.05rem;
  animation: cec-drift 7s var(--cec-ease) infinite alternate;
}
.cec-seedwords span:nth-child(2n) { animation-delay: -2.2s; }
.cec-seedwords span:nth-child(3n) { animation-delay: -4.4s; }
@keyframes cec-drift { from { transform: translateY(2px); } to { transform: translateY(-4px); } }
.cec-ze__root {
  font-family: var(--cec-serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--cec-amber);
}

.cec-zegrass { overflow: hidden; }
.cec-zegrass__band {
  position: absolute;
  inset: 0 0 58%;
  overflow: hidden;
  opacity: 0.22;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}
.cec-zegrass__band img { width: 100%; height: 100%; object-fit: cover; }
.cec-zegrass .container { position: relative; }

.cec-craft { background: var(--cec-cream); border-radius: clamp(2rem, 6vw, 5rem); }

/* Freeze-drying — the cold, quiet heart of the process */
.cec-freeze {
  background: var(--cec-forest-deep);
  color: var(--cec-cream);
  overflow: hidden;
  border-radius: clamp(2rem, 6vw, 5rem);
  margin: 0 clamp(0.5rem, 2vw, 2rem);
}
.cec-freeze__band {
  position: absolute;
  inset: 0 0 62%;
  overflow: hidden;
  opacity: 0.3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}
.cec-freeze__band img { width: 100%; height: 100%; object-fit: cover; }
.cec-freeze .container { position: relative; }
.cec-freeze .cec-trio strong { color: var(--cec-cream); }
.cec-freeze .cec-trio span { color: rgba(215, 226, 208, 0.8); }
.cec-freeze .cec-trio li::before { background: var(--cec-amber); }

/* Process steps: pressed → frozen → powder */
.cec-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2.4rem 0 0;
  padding: 0;
  counter-reset: cec-step;
}
.cec-steps li {
  counter-increment: cec-step;
  position: relative;
  padding-top: 2.6rem;
}
.cec-steps li::before {
  content: "0" counter(cec-step);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--cec-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--cec-amber);
}
.cec-steps li::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 2.6rem;
  right: 0.6rem;
  height: 1px;
  background: rgba(194, 163, 92, 0.35);
}
.cec-steps li:last-child::after { display: none; }
.cec-steps + .cec-body { margin-top: 2rem; }
.cec-steps strong {
  display: block;
  font-family: var(--cec-serif);
  font-size: 1.14rem;
  font-weight: 520;
  color: var(--cec-cream);
  margin-bottom: 0.3rem;
}
.cec-steps span { font-size: 0.94rem; line-height: 1.6; color: rgba(215, 226, 208, 0.78); }
@media (max-width: 767px) {
  .cec-steps { grid-template-columns: 1fr; gap: 1.2rem; }
  .cec-steps li::after { display: none; }
  .cec-freeze { margin: 0; border-radius: 0; }
}

.cec-science { background: var(--cec-white); }
.cec-recipes {
  background:
    radial-gradient(100% 120% at 90% 100%, rgba(169, 189, 164, 0.28), transparent 60%),
    var(--cec-white);
}

/* Featured products row */
.cec-shop-row {
  background: var(--cec-cream);
  border-radius: clamp(2rem, 6vw, 5rem) clamp(2rem, 6vw, 5rem) 0 0;
}
.cec-shop-row__head { text-align: center; margin-bottom: 2.5rem; }
.cec-shop-row .featured-products { margin: 0; }
.cec-shop-row .featured-products > h2,
.cec-shop-row .featured-products .h2 { display: none; }
.cec-shop-row .products { justify-content: center; gap: 1.6rem; }
.cec-shop-row .all-product-link {
  float: none;
  display: inline-block;
  margin: 2rem auto 0;
  color: var(--cec-forest);
  font-weight: 600;
}

/* Product miniatures — everywhere */
.product-miniature .thumbnail-container {
  border: 0;
  border-radius: 26px 26px 22px 22px;
  overflow: hidden;
  background: var(--cec-white);
  box-shadow: 0 14px 40px -22px rgba(29, 58, 42, 0.28);
  transition: transform 0.5s var(--cec-ease), box-shadow 0.5s var(--cec-ease);
}
.product-miniature .thumbnail-container:hover {
  transform: translateY(-6px);
  box-shadow: var(--cec-shadow-lift);
}
.product-miniature .product-thumbnail img { transition: transform 1.4s var(--cec-ease); }
.product-miniature .thumbnail-container:hover .product-thumbnail img { transform: scale(1.05); }
.product-miniature .product-title a {
  font-family: var(--cec-serif);
  font-size: 1.05rem;
  color: var(--cec-forest);
}
.product-miniature .price {
  color: var(--cec-earth);
  font-weight: 650;
}
.product-flags li.product-flag {
  background: var(--cec-wheatgrass);
  color: var(--cec-white);
  font-weight: 650;
  font-size: 0.82rem;
  border-radius: 999px;
  padding: 0.25rem 0.8rem;
  text-transform: none;
}
.product-flags li.product-flag.on-sale { background: var(--cec-amber); color: var(--cec-forest-deep); }
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount {
  background-color: var(--cec-gold);
  color: var(--cec-forest-deep);
}

/* ZePaws */
.cec-zepaws { background: var(--cec-white); }
.cec-zepaws__stage {
  position: relative;
  min-height: clamp(480px, 72vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: clamp(2rem, 6vw, 5rem);
  margin: 0 clamp(0.5rem, 2vw, 2rem);
  isolation: isolate;
}
.cec-zepaws__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.cec-zepaws__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(95deg, rgba(18, 39, 27, 0.74) 0%, rgba(18, 39, 27, 0.32) 55%, transparent 100%);
}
.cec-zepaws__lead { max-width: 100%; }
.cec-zepaws__lead .cec-lede { max-width: 28em; }
.cec-zepaws__cards {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 5fr);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0.9375rem;
}
.cec-zepaws__card { margin: 0; }
@media (max-width: 991px) {
  .cec-zepaws__cards { grid-template-columns: 1fr; }
}

.cec-transparency { background: var(--cec-cream); border-radius: clamp(2rem, 6vw, 5rem); }

/* Stories */
.cec-stories__head { text-align: center; margin-bottom: 3rem; }
.cec-stories__row {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: center;
}
.cec-stories__portrait { margin: 0; padding: 0 clamp(0rem, 2vw, 1.5rem); }
.cec-quote {
  border: 0;
  margin: 0;
  padding: 2rem 2.2rem;
  background: var(--cec-cream);
  border-radius: 30px 30px 30px 8px;
  box-shadow: var(--cec-shadow-soft);
}
.cec-quote--alt {
  background: var(--cec-forest);
  border-radius: 30px 30px 8px 30px;
}
.cec-quote p {
  font-family: var(--cec-serif);
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--cec-forest);
  margin-bottom: 0.8rem;
}
.cec-quote--alt p { color: var(--cec-cream); }
.cec-quote cite {
  font-family: var(--cec-sans);
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cec-olive);
}
.cec-quote--alt cite { color: var(--cec-sage); }
@media (max-width: 991px) {
  .cec-stories__row { grid-template-columns: 1fr; }
  .cec-stories__portrait { max-width: 380px; margin: 0 auto; }
}

/* Closing */
.cec-closing {
  position: relative;
  min-height: clamp(420px, 60vh, 640px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.cec-closing__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.cec-closing__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(18, 39, 27, 0.78), rgba(18, 39, 27, 0.25) 60%);
}
.cec-closing__inner { position: relative; }
.cec-closing .cec-lede { margin: 0 auto 2rem; }

/* ── 7 · Footer & newsletter ─────────────────────────────── */
.cec-footer-lead {
  background: var(--cec-forest-deep);
  position: relative;
}
.cec-footer-lead .block_newsletter {
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
  color: var(--cec-cream);
  background:
    linear-gradient(rgba(18, 39, 27, 0.82), rgba(18, 39, 27, 0.82)),
    url("../img/cec/hands-sprout.webp") center / cover no-repeat;
  border-radius: 0 0 clamp(2rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
  margin: 0 clamp(0.5rem, 2vw, 2rem);
  padding-left: clamp(1.5rem, 5vw, 4rem);
  padding-right: clamp(1.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
#footer .cec-footer-lead .block_newsletter p,
#footer .block_newsletter p,
#footer .block_newsletter #block-newsletter-label,
.cec-footer-lead .block_newsletter p { color: var(--cec-cream); }
#footer .block_newsletter #block-newsletter-label {
  font-family: var(--cec-serif);
  font-size: 1.45rem;
  line-height: 1.35;
}
.cec-footer-lead .block_newsletter .h4,
.cec-footer-lead .block_newsletter p.h4 {
  font-family: var(--cec-serif);
  color: var(--cec-cream);
  font-size: 1.7rem;
}
.cec-footer-lead .block_newsletter form input[type="email"] {
  background: rgba(253, 251, 246, 0.12);
  border: 1.5px solid rgba(169, 189, 164, 0.4);
  border-radius: 999px 0 0 999px;
  color: var(--cec-cream);
}
.cec-footer-lead .block_newsletter form input[type="email"]::placeholder { color: rgba(246, 241, 230, 0.55); }
.cec-footer-lead .block_newsletter form .btn {
  background: var(--cec-amber);
  color: var(--cec-forest-deep);
  border-radius: 0 999px 999px 0;
  font-weight: 650;
}

.footer-container.cec-footer {
  background: var(--cec-forest-deep);
  color: var(--cec-sage-soft);
  padding-top: 0;
  margin-top: 0;
  box-shadow: none;
  overflow: hidden;
}
.cec-footer__curve { display: block; width: 100%; height: 46px; color: var(--cec-forest-deep); transform: rotate(180deg); display: none; }
.cec-footer__brand { text-align: center; padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem; }
.cec-footer__tagline {
  font-family: var(--cec-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cec-sage);
  margin: 1rem 0 0.6rem;
}
.cec-footer__seedwords {
  font-family: var(--cec-serif);
  font-style: italic;
  font-size: 0.85rem;
  color: rgba(169, 189, 164, 0.6);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cec-footer__groves { padding-top: 1.5rem; }
#footer #block_myaccount_infos .myaccount-title,
#footer #block_myaccount_infos .myaccount-title a,
#footer .myaccount-title, #footer .myaccount-title a,
#footer .block-contact .block-contact-title,
#footer .block-contact-title,
#footer .linklist .blockcms-title,
#footer .linklist .blockcms-title a,
.cec-footer .links .h3, .cec-footer .links p.h3,
.cec-footer .block-contact .h3, .cec-footer .h3, .cec-footer .h4 {
  font-family: var(--cec-sans);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cec-gold);
}
#footer .cec-footer a, .cec-footer a { color: var(--cec-sage-soft); }
#footer .cec-footer a:hover, .cec-footer a:hover { color: var(--cec-amber); text-decoration: none; }
#footer .cec-footer .block-contact,
.cec-footer .block-contact { color: rgba(215, 226, 208, 0.75); }
.cec-footer__floor {
  border-top: 1px solid rgba(169, 189, 164, 0.18);
  margin-top: 2.5rem;
  padding: 1.6rem 0 1.4rem;
}
.cec-footer__floor p {
  font-size: 0.85rem;
  color: rgba(169, 189, 164, 0.65);
  padding: 0;
  margin: 0;
}
.cec-footer__powered {
  margin-top: 0.55rem !important;
  font-size: 0.8rem;
  color: rgba(169, 189, 164, 0.5) !important;
}
.cec-footer__powered a {
  color: var(--cec-sage);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cec-footer__powered a:hover { color: var(--cec-amber); text-decoration: underline; }

/* ── 8 · Content pages polish ────────────────────────────── */
.breadcrumb { background: transparent; padding: 1.1rem 0 0.4rem; }
.breadcrumb ol { padding-left: 0; }
.breadcrumb li::after { color: var(--cec-sage); }
.breadcrumb li a { font-size: 0.85rem; color: var(--cec-ink-soft); }

#products .products, .featured-products .products, .product-accessories .products {
  gap: 1.4rem;
}
.block-category {
  border: 0;
  border-radius: 26px;
  background: var(--cec-cream);
  box-shadow: none;
  min-height: 0;
}
.block-category .category-cover { border-radius: 0 26px 26px 0; overflow: hidden; }

#left-column .block-categories,
#left-column #search_filters {
  border: 0;
  border-radius: 22px;
  background: var(--cec-cream);
  box-shadow: none;
  padding: 1.4rem 1.25rem;
}
#left-column .block-categories .h6, #search_filters .h6 {
  font-family: var(--cec-serif);
  color: var(--cec-forest);
}

/* Product page */
.product-container .h1 { font-size: 2rem; }
.current-price, .product-price { color: var(--cec-forest); }
.product-add-to-cart .add-to-cart {
  background: var(--cec-forest);
  border-radius: 999px;
  padding: 0.85rem 2.2rem;
}
.product-add-to-cart .add-to-cart:hover { background: var(--cec-moss); }
.tabs { box-shadow: none; border: 1px solid var(--cec-sand); border-radius: 22px; }
.tabs .nav-tabs .nav-link.active { color: var(--cec-forest); }
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: var(--cec-wheatgrass) 3px solid;
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: var(--cec-wheatgrass) 2px solid;
  border-radius: 10px;
}
.discount, .discount-percentage, .discount-amount {
  background: var(--cec-gold);
  color: var(--cec-forest-deep);
  border-radius: 999px;
  font-weight: 650;
}
.has-discount.product-price, .has-discount p, .has-discount .regular-price { color: var(--cec-earth); }

/* Cart / checkout */
.cart-grid-body .card, .cart-summary, .card {
  border: 1px solid var(--cec-sand);
  border-radius: 22px;
  box-shadow: none;
}
.cart-summary .btn-primary, .checkout .btn-primary { width: 100%; }

/* Block reassurance strip */
#index .blockreassurance, .blockreassurance { background: transparent; }

/* ── 9 · Motion preferences ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .cec-hero__bg, .cec-seedwords span, .cec-hero__cue span { animation: none; }
  .cec-reveal { opacity: 1; transform: none; transition: none; }
  .cec-zoom, .product-miniature .thumbnail-container { transition: none; }
}

/* Mobile refinements */
@media (max-width: 767px) {
  .cec-hero { min-height: 82vh; }
  .cec-hero__title { font-size: 2.5rem; }
  .header-top.cec-bar { position: sticky; }
  #search_widget { float: none; max-width: none; margin-top: 0.5rem; }
  .cec-zepaws__stage { margin: 0; border-radius: 0; }
  .cec-footer-lead .block_newsletter { margin: 0; border-radius: 0; }
}
