/** Shopify CDN: Minification failed

Line 1109:1 Expected "}" to go with "{"

**/
/* ─────────────────────────────────────────────────────
   VERA PLANT — THEME CSS
   DM Sans · Primal Harvest–inspired design system
───────────────────────────────────────────────────── */
:root {
  --bg: #FFFFFF; --bg-2: #F7F4EF; --bg-card: #F2EFE9; --bg-raised: #EDE9E2;
  --bg-dark: #1A1A17;
  --green: #3D7A50; --green-lt: #4D9A65; --green-dk: #2D5E3C; --green-bg: #EBF4EE;
  --text: #1A1A17; --text-2: #4A4A46; --text-3: #8A8A84; --text-inv: #FFFFFF;
  --border: rgba(0,0,0,.09); --border-lt: rgba(0,0,0,.14);
  --gold: #E8A020;
  --radius-sm: 4px; --radius: 8px; --radius-lg: 14px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section-eyebrow {
  display: block; font-size: 11px; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 12px;
}
.section-title { font-size: clamp(26px,3vw,40px); font-weight: 700; line-height: 1.18; color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius); font-size: 14px;
  font-weight: 600; letter-spacing: .02em; transition: all .18s; cursor: pointer; border: none; font-family: inherit;
}
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dk); }
.btn-dark { background: var(--bg-dark); color: #fff; }
.btn-dark:hover { background: #111; }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border-lt); }
.btn-outline:hover { border-color: rgba(0,0,0,.3); }
.btn-outline-inv { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-inv:hover { border-color: rgba(255,255,255,.7); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 300; background: var(--bg); border-bottom: 1px solid var(--border); }
.nav__announce { background: var(--bg-dark); color: rgba(255,255,255,.85); text-align: center; font-size: 12px; font-weight: 500; padding: 8px 16px; }
.nav__announce a { color: #fff; text-decoration: underline; margin-left: 6px; }
.nav__bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; max-width: 1200px; margin: 0 auto; }
.nav__logo { font-size: 20px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.nav__logo-accent { color: var(--green); }
.nav__logo-img { height: 100px; width: auto; display: block; }
.nav__links { display: flex; gap: 28px; list-style: none; }
.nav__links a { font-size: 13px; font-weight: 600; color: var(--text-2); transition: color .18s; }
.nav__links a:hover, .nav__links a.active { color: var(--text); }
.nav__actions { display: flex; gap: 8px; align-items: center; }
.nav__icon-btn { font-size: 13px; font-weight: 500; color: var(--text-2); padding: 6px 8px; transition: color .18s; }
.nav__icon-btn:hover { color: var(--text); }
.nav__cart { background: var(--green); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: var(--radius); transition: background .18s; }
.nav__cart:hover { background: var(--green-dk); }

/* BREADCRUMB */
.breadcrumb { padding: 12px 0; border-bottom: 1px solid var(--border); }
.breadcrumb__inner { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-3); }
.breadcrumb__inner a:hover { color: var(--text); }

/* PHOTO SLOT */
.photo-slot { background: var(--bg-2); border: 1px dashed rgba(0,0,0,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; position: relative; overflow: hidden; }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.photo-slot:has(img) .ps-hint { display: none; }
.ps-hint { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 12px; }
.ps-hint svg { opacity: .25; }
.ps-hint-text { font-size: 10px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--text-3); line-height: 1.6; }

/* PRODUCT HERO */
.hero-product { border-bottom: 1px solid var(--border); }
.hero-product__inner { display: grid; grid-template-columns: 55% 1fr; gap: 0; align-items: flex-start; }
.gallery-col { position: sticky; top: 80px; align-self: flex-start; background: var(--bg-2); border-right: 1px solid var(--border); }
.gallery-col__main { position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gallery-col__badges { position: absolute; top: 20px; left: 20px; display: none; flex-direction: column; gap: 6px; z-index: 2; }
.badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
.badge-green { background: var(--green); color: #fff; }
.badge-light { background: rgba(255,255,255,.92); color: var(--text-2); border: 1px solid var(--border); }
.gallery-col__img { width: 100%; height: 100%; object-fit: contain; padding: 0px; }
.gallery-col__placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 100%; height: 100%; color: var(--text-3); }
.gallery-col__thumbs { height: 72px; display: flex; gap: 8px; padding: 10px 16px; align-items: center; border-top: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.gallery-thumb { width: 52px; height: 52px; border-radius: var(--radius-sm); flex-shrink: 0; background: var(--bg); border: 1.5px solid var(--border); overflow: hidden; cursor: pointer; transition: border-color .18s; display: flex; align-items: center; justify-content: center; }
.gallery-thumb.active { border-color: var(--green); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb .ps-hint svg { width: 14px; height: 14px; opacity: .4; }
.buybox-col { padding: 36px 44px 60px; }
.buybox__brand { font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; }
.buybox__title { font-size: clamp(32px, 4vw, 50px); font-weight: 700; line-height: 1.1; color: var(--text); margin-bottom: 6px; letter-spacing: -.01em; }
.buybox__subtitle { font-size: 13px; color: var(--text-3); margin-bottom: 18px; }
.buybox__checks { display: flex; flex-direction: column; gap: 5px; margin-bottom: 20px; }
.check-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--text-2); }
.check-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--green-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-dot svg { width: 10px; height: 10px; }
.buybox__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.rating-score { font-size: 13px; font-weight: 600; color: var(--text); }
.rating-count { font-size: 12px; color: var(--green); text-decoration: underline; cursor: pointer; }
.bb-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0; }
.bb-option-label { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); margin-bottom: 8px; }
.pack-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.pack-btn { border: 1.5px solid var(--border-lt); border-radius: var(--radius); padding: 12px 8px; text-align: center; cursor: pointer; background: var(--bg); transition: all .18s; color: var(--text-2); }
.pack-btn.selected { border-color: var(--green); background: var(--green-bg); }
.pack-btn:hover:not(.selected) { border-color: rgba(0,0,0,.2); }
.pack-btn__bottles { font-size: 22px; font-weight: 700; color: var(--text); }
.pack-btn__label { font-size: 10px; font-weight: 500; color: var(--text-3); text-transform: uppercase; letter-spacing: .06em; }
.pack-btn__price { font-size: 13px; font-weight: 600; margin-top: 6px; color: var(--text); }
.pack-btn__save { font-size: 10px; color: var(--green); font-weight: 600; }
.pack-btn__free-ship { font-size: 10px; font-weight: 700; color: var(--green-dk); background: var(--green-bg); border-radius: 4px; padding: 2px 6px; margin-top: 4px; display: inline-block; }
.price-block { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
.price-main { font-size: 28px; font-weight: 700; color: var(--text); }
.price-old { font-size: 16px; color: var(--text-3); text-decoration: line-through; }
.price-save { font-size: 11px; font-weight: 600; color: var(--green); background: var(--green-bg); padding: 3px 10px; border-radius: 20px; }
.atc-btn { width: 100%; padding: 16px; border-radius: var(--radius); font-size: 15px; font-weight: 700; letter-spacing: .01em; cursor: pointer; border: none; font-family: inherit; background: var(--bg-dark); color: #fff; transition: background .18s; margin-bottom: 10px; }
.atc-btn:hover { background: #111; }
.atc-btn[disabled] { opacity: .5; cursor: not-allowed; }
.trust-row { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); padding-top: 18px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: var(--text-2); }
.trust-item svg { width: 15px; height: 15px; flex-shrink: 0; }
.buybox__desc { margin-top: 18px; font-size: 14px; color: var(--text-2); line-height: 1.75; border-top: 1px solid var(--border); padding-top: 18px; }

/* PROOF BAR */
.proof-bar { background: var(--bg-dark); color: #fff; padding: 24px 0; }
.proof-bar__inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.proof-stat { text-align: center; }
.proof-stat__num { font-size: 28px; font-weight: 700; color: #fff; display: block; letter-spacing: -.01em; }
.proof-stat__label { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 2px; }
.proof-sep { width: 1px; height: 36px; background: rgba(255,255,255,.12); }

/* FEATURES */
.features { padding: 72px 0; border-bottom: 1px solid var(--border); }
.features__header { text-align: center; margin-bottom: 52px; }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.feature-card { text-align: center; padding: 32px 20px 28px; background: var(--bg-2); border-radius: var(--radius-lg); }
.feature-card__icon-wrap { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 18px; background: var(--bg); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.feature-card__icon-wrap svg { width: 36px; height: 36px; }
.feature-card__title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
.feature-card__desc { font-size: 12px; color: var(--text-3); line-height: 1.7; }

/* PHOTO STRIP */
.photo-strip { position: relative; overflow: hidden; height: 360px; }
.photo-strip__placeholder { width: 100%; height: 100%; background: var(--bg-card); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; }
.photo-strip__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,26,23,.75) 0%, rgba(26,26,23,.35) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: center; padding: 0 80px; pointer-events: none; }
.photo-strip__quote { font-size: clamp(20px,2.5vw,34px); font-weight: 700; color: #fff; line-height: 1.3; max-width: 520px; margin-bottom: 12px; letter-spacing: -.01em; }
.photo-strip__attr { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }

/* HOW IT WORKS */
.how { padding: 88px 0; background: var(--bg-2); }
.how__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.how-step { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); cursor: pointer; }
.how-step:first-child { padding-top: 0; }
.how-step:last-child { border-bottom: none; }
.how-step__num { font-size: 13px; font-weight: 700; color: var(--text-3); width: 28px; flex-shrink: 0; padding-top: 3px; letter-spacing: .04em; }
.how-step.active .how-step__num { color: var(--green); }
.how-step__title { font-size: 15px; font-weight: 600; color: var(--text-2); margin-bottom: 0; transition: color .18s; }
.how-step.active .how-step__title { color: var(--text); }
.how-step__desc { font-size: 13px; color: var(--text-3); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .4s ease, opacity .3s, margin-top .3s; opacity: 0; }
.how-step.active .how-step__desc { max-height: 120px; opacity: 1; margin-top: 8px; }
.how__visual { aspect-ratio: 3/4; max-height: 540px; border-radius: var(--radius-lg); background: var(--bg-card); overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.how__visual img { width: 100%; height: 100%; object-fit: cover; }

/* INGREDIENTS */
.ingredients { padding: 88px 0; }
.ingredients__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.ingredients__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.ing-card { background: var(--bg); padding: 28px 22px 30px; display: flex; flex-direction: column; }
.ing-card:hover { background: var(--bg-2); }
.ing-card__photo { width: 72px; height: 72px; border-radius: 50%; margin: 0 0 18px; background: var(--bg-2); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.ing-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.ing-card__photo .ps-hint svg { width: 20px; height: 20px; opacity: .3; }
.ing-card__num { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); margin-bottom: 6px; }
.ing-card__name { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.ing-card__latin { font-size: 11px; color: var(--text-3); font-style: italic; margin-bottom: 12px; }
.ing-card__desc { font-size: 13px; color: var(--text-2); line-height: 1.75; flex: 1; }
.ing-card__prop { margin-top: 14px; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--green); }

/* CERTIFICATIONS */
.certs { padding: 72px 0; background: var(--bg-2); border-top: 1px solid var(--border); }
.certs__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.certs__title { font-size: clamp(26px,3vw,40px); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 14px; letter-spacing: -.01em; }
.certs__desc { font-size: 14px; color: var(--text-2); line-height: 1.75; margin-bottom: 28px; }
.cert-item { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.cert-item:first-child { border-top: 1px solid var(--border); }
.cert-item__icon { width: 44px; height: 44px; border-radius: var(--radius); background: var(--green-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cert-item__icon svg { width: 22px; height: 22px; fill: var(--green); }
.cert-item__name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.cert-item__sub { font-size: 12px; color: var(--text-3); }
.certs__photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-card); display: flex; align-items: center; justify-content: center; }
.certs__photo img { width: 100%; height: 100%; object-fit: cover; }

/* REVIEWS */
.reviews { padding: 88px 0; }
.reviews__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.reviews__summary { display: flex; align-items: center; gap: 28px; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.reviews__score-big { font-size: 64px; font-weight: 700; color: var(--text); line-height: 1; letter-spacing: -.02em; }
.reviews__score-detail { display: flex; flex-direction: column; gap: 4px; }
.reviews__stars-big { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.reviews__total { font-size: 12px; color: var(--text-3); font-weight: 500; }
.reviews__bars { flex: 1; max-width: 280px; display: flex; flex-direction: column; gap: 5px; }
.bar-row { display: flex; align-items: center; gap: 8px; }
.bar-row__label { font-size: 11px; font-weight: 500; color: var(--text-3); width: 24px; text-align: right; flex-shrink: 0; }
.bar-row__track { flex: 1; height: 4px; background: var(--bg-card); border-radius: 2px; overflow: hidden; }
.bar-row__fill { height: 100%; background: var(--gold); border-radius: 2px; }
.reviews__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.review-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; }
.review-card__stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 10px; }
.review-card__text { font-size: 14px; color: var(--text-2); line-height: 1.75; margin-bottom: 16px; }
.review-card__footer { display: flex; align-items: center; justify-content: space-between; }
.review-card__name { font-size: 13px; font-weight: 600; color: var(--text); }
.review-card__date { font-size: 11px; color: var(--text-3); }
.review-card__verified { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--green); }

/* FAQ */
.faq { padding: 88px 0; background: var(--bg-2); }
.faq__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 72px; }
.faq__sidebar-title { font-size: clamp(24px,2.5vw,36px); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 14px; letter-spacing: -.01em; }
.faq__sidebar-desc { font-size: 14px; color: var(--text-3); line-height: 1.75; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-item__q { width: 100%; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; background: none; color: var(--text); text-align: left; font-size: 15px; font-weight: 600; font-family: inherit; }
.faq-item__icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--text-3); transition: transform .3s; }
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-item.open .faq-item__a { max-height: 260px; }
.faq-item__a-inner { padding-bottom: 18px; font-size: 14px; color: var(--text-2); line-height: 1.8; }

/* RELATED */
.related { padding: 72px 0; border-top: 1px solid var(--border); }
.related__header { text-align: center; margin-bottom: 40px; }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rel-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .2s; }
.rel-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.rel-card__img { height: 220px; background: var(--bg-2); overflow: hidden; }
.rel-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rel-card__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.rel-card__body { padding: 18px 20px 22px; }
.rel-card__cat { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 5px; }
.rel-card__name { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 8px; letter-spacing: -.01em; }
.rel-card__desc { font-size: 13px; color: var(--text-3); line-height: 1.7; margin-bottom: 16px; }
.rel-card__footer { display: flex; align-items: center; justify-content: space-between; }
.rel-card__price { font-size: 16px; font-weight: 700; color: var(--text); }
.rel-card__btn { font-size: 13px; font-weight: 600; color: var(--green); }

/* BOTTOM CTA */
.bottom-cta { padding: 88px 0; text-align: center; background: var(--bg-dark); color: #fff; }
.bottom-cta__eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.bottom-cta__title { font-size: clamp(28px,4vw,52px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 14px; letter-spacing: -.02em; }
.bottom-cta__title em { font-style: italic; font-weight: 300; }
.bottom-cta__sub { font-size: 15px; color: rgba(255,255,255,.6); max-width: 480px; margin: 0 auto 32px; line-height: 1.7; font-weight: 400; }
.bottom-cta__btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.bottom-cta__guarantees { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.g-chip { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 5px; }
.g-chip::before { content: '✓'; color: var(--green-lt); }

/* DISCLAIMER */
.disclaimer-bar { background: var(--bg-2); border-top: 1px solid var(--border); padding: 20px 0; }
.disclaimer-bar p { font-size: 11px; color: var(--text-3); line-height: 1.8; max-width: 860px; }

/* FOOTER */
.footer { background: var(--bg-dark); color: rgba(255,255,255,.7); padding: 56px 0 24px; border-top: 1px solid rgba(255,255,255,.06); }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer__logo { font-size: 16px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 6px; }
.footer__logo-img { height: 32px; width: auto; display: block; margin-bottom: 10px; filter: brightness(0) invert(1); }
.footer__tagline { font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 12px; }
.footer__about { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.75; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social-btn { width: 36px; height: 36px; border-radius: var(--radius-sm); background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; transition: background .18s; }
.footer__social-btn:hover { background: rgba(255,255,255,.14); }
.footer__social-btn svg { width: 16px; height: 16px; fill: rgba(255,255,255,.6); }
.footer__col-title { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer__links a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .18s; }
.footer__links a:hover { color: #fff; }
.footer__trust { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.footer__badge { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.35); border: 1px solid rgba(255,255,255,.08); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer__copy { font-size: 12px; color: rgba(255,255,255,.3); }
.footer__legal { display: flex; gap: 18px; }
.footer__legal a { font-size: 12px; color: rgba(255,255,255,.3); transition: color .18s; }
.footer__legal a:hover { color: rgba(255,255,255,.7); }
.footer__disclaimer { font-size: 11px; color: rgba(255,255,255,.25); margin-top: 14px; line-height: 1.6; }

/* HOMEPAGE HERO */
.hero-home { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--bg-dark); }
.hero-home__bg { position: absolute; inset: 0; background: var(--bg-dark); }
.hero-home__bg-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.hero-home__bg-placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, #1a2e1f 0%, #0f1a12 100%); }
.hero-home__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,26,23,.92) 0%, rgba(26,26,23,.55) 55%, rgba(26,26,23,.2) 100%); }
.hero-home__content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 40px; width: 100%; }
.hero-home__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-lt); background: rgba(61,122,80,.15); border: 1px solid rgba(61,122,80,.3); padding: 6px 14px; border-radius: 20px; margin-bottom: 24px; }
.hero-home__eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-lt); }
.hero-home__title { font-size: clamp(40px, 6vw, 80px); font-weight: 800; line-height: 1.04; color: #fff; letter-spacing: -.03em; margin-bottom: 20px; max-width: 640px; }
.hero-home__title em { font-style: italic; font-weight: 300; color: rgba(255,255,255,.7); }
.hero-home__sub { font-size: clamp(15px,1.5vw,18px); color: rgba(255,255,255,.65); font-weight: 400; line-height: 1.65; max-width: 480px; margin-bottom: 36px; }
.hero-home__btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-home__stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-home__stat-num { font-size: 22px; font-weight: 800; color: #fff; display: block; letter-spacing: -.01em; }
.hero-home__stat-label { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; }

/* TICKER */
.ticker { background: var(--green); overflow: hidden; padding: 13px 0; }
.ticker__track { display: flex; gap: 0; width: max-content; animation: ticker-scroll 28s linear infinite; }
.ticker__track:hover { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker__item { display: flex; align-items: center; gap: 10px; padding: 0 40px; white-space: nowrap; font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .02em; }
.ticker__dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.5); flex-shrink: 0; }

/* SHOP BY BENEFIT */
.benefits { padding: 80px 0; }
.benefits__header { text-align: center; margin-bottom: 52px; }
.benefits__header p { font-size: 16px; color: var(--text-3); max-width: 480px; margin: 12px auto 0; }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; cursor: pointer; background: var(--bg-dark); }
.benefit-card__img { height: 320px; background: var(--bg-card); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.benefit-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,26,23,.82) 0%, rgba(26,26,23,.2) 55%, transparent 100%); }
.benefit-card__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 24px 28px; }
.benefit-card__cat { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-lt); margin-bottom: 6px; }
.benefit-card__name { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; letter-spacing: -.01em; line-height: 1.2; }
.benefit-card__desc { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.benefit-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); padding: 7px 16px; border-radius: 20px; transition: background .18s; }
.benefit-card:hover .benefit-card__link { background: rgba(255,255,255,.22); }

/* FEATURED PRODUCTS */
.products { padding: 80px 0; background: var(--bg-2); }
.products__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; }
.products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prod-card { background: var(--bg); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: box-shadow .2s, transform .2s; }
.prod-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); transform: translateY(-2px); }
.prod-card__img { height: 240px; background: var(--bg-card); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.prod-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.prod-card:hover .prod-card__img img { transform: scale(1.05); }
.prod-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.prod-card__badge-best { background: var(--bg-dark); color: #fff; }
.prod-card__badge-new { background: var(--green); color: #fff; }
.prod-card__badge-sale { background: #D64B3A; color: #fff; }
.prod-card__body { padding: 16px 18px 20px; }
.prod-card__cat { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 4px; }
.prod-card__name { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 6px; letter-spacing: -.01em; }
.prod-card__desc { font-size: 12px; color: var(--text-3); line-height: 1.65; margin-bottom: 12px; }
.prod-card__footer { display: flex; align-items: center; justify-content: space-between; }
.prod-card__price { font-size: 17px; font-weight: 700; color: var(--text); }
.prod-card__rating { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--text-3); }
.prod-card__stars { color: var(--gold); font-size: 11px; letter-spacing: 1px; }
.prod-card__atc { width: 100%; margin-top: 12px; padding: 11px; border-radius: var(--radius); font-size: 13px; font-weight: 700; background: var(--bg-dark); color: #fff; cursor: pointer; border: none; font-family: inherit; transition: background .18s; }
.prod-card__atc:hover { background: #000; }

/* TRUST STRIP */
.trust-strip { padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-strip__label { text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); margin-bottom: 36px; }
.trust-strip__icons { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-icon { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 32px; text-align: center; border-right: 1px solid var(--border); }
.trust-icon:last-child { border-right: none; }
.trust-icon__circle { width: 64px; height: 64px; border-radius: 50%; background: var(--green-bg); display: flex; align-items: center; justify-content: center; }
.trust-icon__circle svg { width: 28px; height: 28px; }
.trust-icon__label { font-size: 12px; font-weight: 600; color: var(--text); line-height: 1.4; max-width: 90px; }

/* TESTIMONIALS */
.testimonials { padding: 80px 0; background: var(--bg-dark); }
.testimonials__header { text-align: center; margin-bottom: 60px; }
.testimonials__header .section-title { color: #fff; }
.testimonials__header p { font-size: 16px; color: rgba(255,255,255,.5); margin-top: 10px; }
.testimonials__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); overflow: hidden; }
.testi-card__photo { height: 280px; background: var(--bg-raised); overflow: hidden; }
.testi-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.testi-card__photo-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.testi-card__body { padding: 22px 24px 26px; }
.testi-card__stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-card__quote { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.75; margin-bottom: 18px; font-style: italic; font-weight: 300; }
.testi-card__footer { display: flex; align-items: center; gap: 12px; }
.testi-card__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-raised); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.testi-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-card__name { font-size: 13px; font-weight: 700; color: #fff; }
.testi-card__label { font-size: 11px; font-weight: 600; color: var(--green-lt); letter-spacing: .06em; text-transform: uppercase; }

/* PROMO BANNERS */
.promo-banners { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promo-banner { position: relative; overflow: hidden; height: 320px; display: flex; align-items: flex-end; padding: 32px; background: var(--bg-dark); cursor: pointer; }
.promo-banner__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,26,23,.85) 0%, rgba(26,26,23,.3) 100%); }
.promo-banner__placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.promo-banner__body { position: relative; z-index: 2; }
.promo-banner__intro { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-lt); margin-bottom: 8px; }
.promo-banner__title { font-size: clamp(20px,2.2vw,30px); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 16px; letter-spacing: -.02em; }
.promo-banner__desc { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.65; margin-bottom: 20px; max-width: 340px; }
.promo-banner__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #fff; background: var(--green); padding: 10px 20px; border-radius: var(--radius); transition: background .18s; }
.promo-banner:hover .promo-banner__link { background: var(--green-dk); }

/* BRAND VALUES */
.values { padding: 88px 0; }
.values__header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.values__header p { font-size: 16px; color: var(--text-2); margin-top: 12px; line-height: 1.7; }
.values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { background: var(--bg-2); border-radius: var(--radius-lg); overflow: hidden; }
.value-card__photo { height: 200px; background: var(--bg-card); overflow: hidden; }
.value-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.value-card:hover .value-card__photo img { transform: scale(1.04); }
.value-card__body { padding: 20px 20px 24px; }
.value-card__num { font-size: 32px; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: 8px; letter-spacing: -.02em; }
.value-card__title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 6px; letter-spacing: -.01em; }
.value-card__desc { font-size: 13px; color: var(--text-3); line-height: 1.7; }

/* PRESS */
.press { padding: 52px 0; background: var(--green); overflow: hidden; }
.press__label { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.press__track { display: flex; gap: 60px; width: max-content; align-items: center; animation: press-scroll 24s linear infinite; }
.press__track:hover { animation-play-state: paused; }

@keyframes press-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-25%); } }
.press__logo { font-size: 14px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,0.9); text-transform: uppercase; white-space: nowrap; }

/* EMAIL CAPTURE */
.email-capture { padding: 80px 0; background: var(--bg-2); border-top: 1px solid var(--border); }
.email-capture__inner { max-width: 560px; margin: 0 auto; text-align: center; }
.email-capture__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; display: block; }
.email-capture__title { font-size: clamp(28px,3vw,44px); font-weight: 800; color: var(--text); margin-bottom: 12px; letter-spacing: -.02em; }
.email-capture__sub { font-size: 15px; color: var(--text-3); line-height: 1.7; margin-bottom: 28px; }
.email-form { display: flex; gap: 0; border: 1.5px solid var(--border-lt); border-radius: var(--radius); overflow: hidden; max-width: 440px; margin: 0 auto; }
.email-form input { flex: 1; padding: 14px 18px; font-size: 14px; border: none; outline: none; background: var(--bg); color: var(--text); font-family: inherit; }
.email-form input::placeholder { color: var(--text-3); }
.email-form button { padding: 14px 22px; background: var(--bg-dark); color: #fff; font-size: 13px; font-weight: 700; font-family: inherit; border: none; cursor: pointer; transition: background .18s; white-space: nowrap; }
.email-form button:hover { background: #000; }
.email-capture__note { margin-top: 12px; font-size: 11px; color: var(--text-3); }

/* COLLECTIONS */
.collection-hero { background: var(--bg-2); padding: 52px 0 40px; border-bottom: 1px solid var(--border); }
.collection-hero h1 { font-size: clamp(32px,4vw,52px); font-weight: 800; letter-spacing: -.02em; color: var(--text); margin-bottom: 8px; }
.collection-hero p { font-size: 15px; color: var(--text-3); max-width: 480px; }
.collection-filters { padding: 28px 0; border-bottom: 1px solid var(--border); background: var(--bg); position: sticky; top: 72px; z-index: 100; }
.filter-tabs { display: flex; gap: 6px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.filter-tab { padding: 9px 20px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: 1.5px solid var(--border-lt); background: transparent; color: var(--text-2); transition: all .18s; font-family: inherit; }
.filter-tab.active { background: var(--bg-dark); color: #fff; border-color: var(--bg-dark); }
.filter-tab:hover:not(.active) { border-color: rgba(0,0,0,.2); }
.sort-select { padding: 9px 14px; border: 1.5px solid var(--border-lt); border-radius: var(--radius); font-size: 13px; font-weight: 500; background: var(--bg); color: var(--text-2); font-family: inherit; cursor: pointer; outline: none; }
.collection-grid-wrap { padding: 52px 0 88px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.collection-bundle-banner { margin-top: 60px; background: var(--bg-dark); border-radius: var(--radius-lg); padding: 44px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.collection-bundle-banner h3 { font-size: clamp(22px,2.5vw,34px); font-weight: 700; color: #fff; letter-spacing: -.01em; line-height: 1.2; margin-bottom: 8px; }
.collection-bundle-banner p { font-size: 14px; color: rgba(255,255,255,.55); max-width: 380px; }

/* CART PAGE */
.cart-page { padding: 60px 0 88px; }
.cart-page h1 { font-size: clamp(28px,3vw,42px); font-weight: 700; margin-bottom: 32px; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
.cart-table td { padding: 20px 16px; border-bottom: 1px solid var(--border); font-size: 14px; vertical-align: middle; }
.cart-product-img { width: 64px; height: 64px; border-radius: var(--radius-sm); object-fit: cover; background: var(--bg-2); }
.cart-product-name { font-weight: 600; color: var(--text); }
.cart-qty { width: 60px; padding: 8px 10px; border: 1.5px solid var(--border-lt); border-radius: var(--radius-sm); font-size: 14px; font-family: inherit; text-align: center; }
.cart-remove { color: var(--text-3); font-size: 12px; cursor: pointer; background: none; border: none; text-decoration: underline; }
.cart-summary { background: var(--bg-2); border-radius: var(--radius-lg); padding: 28px; max-width: 360px; margin-left: auto; margin-top: 32px; }
.cart-summary__row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-2); margin-bottom: 12px; }
.cart-summary__total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; color: var(--text); padding-top: 16px; border-top: 1px solid var(--border); margin-top: 4px; margin-bottom: 20px; }
.cart-empty { text-align: center; padding: 80px 20px; color: var(--text-3); }
.cart-empty h2 { font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 12px; }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .ingredients__grid { grid-template-columns: 1fr 1fr; }
  .features__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .products__grid { grid-template-columns: 1fr 1fr; }
  .values__grid { grid-template-columns: 1fr 1fr; }
  .collection-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero-product__inner { grid-template-columns: 1fr; }
  .gallery-col { position: static; height: 440px; border-right: none; border-bottom: 1px solid var(--border); }
  .gallery-col__main { height: calc(100% - 64px); }
  .buybox-col { position: static; height: auto; padding: 28px 20px; }
  .how__inner { grid-template-columns: 1fr; }
  .how__visual { display: none; }
  .certs__inner { grid-template-columns: 1fr; }
  .certs__photo { display: flex; aspect-ratio: 3/2; margin-bottom: 32px; }
  .faq__inner { grid-template-columns: 1fr; gap: 36px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .related__grid { grid-template-columns: 1fr 1fr; }
  .nav__bar { padding: 12px 20px; }
  .nav__links { display: none; }
  .container { padding: 0 20px; }
  .photo-strip__overlay { padding: 0 28px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .benefits__grid { grid-template-columns: repeat(3,1fr); }
  .testimonials__track { grid-template-columns: 1fr; }
  .promo-banners { grid-template-columns: 1fr; }
  .hero-home__content { padding: 60px 20px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .pack-grid { grid-template-columns: 1fr; }
  .reviews__summary { flex-direction: column; align-items: flex-start; gap: 16px; }
  .related__grid { grid-template-columns: 1fr; }
  .proof-bar__inner { gap: 20px; }
  .proof-sep { display: none; }
  .ingredients__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .bottom-cta__btns { flex-direction: column; align-items: center; }
  .benefits__grid { grid-template-columns: 1fr; }
  .products__grid { grid-template-columns: 1fr; }
  .values__grid { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .trust-icon { padding: 12px 18px; border-right: none; border-bottom: 1px solid var(--border); width: 50%; }
  /* Products section header: stack title and button vertically on mobile */
  .products__header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
  .products__see-all { width: 100%; text-align: center; display: block; }
}

/* ─────────────────────────────────────────────────────
   PRODUCT IMAGE 1:1 ASPECT RATIO
───────────────────────────────────────────────────── */
/* Gallery main image — contain in 1:1 box */
.gallery-col__main {
  aspect-ratio: 1 / 1;
  height: auto !important;
  max-height: calc(100vh - 140px);
}
.gallery-col__img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
  display: block;
}

/* Product card images — 1:1 */
.prod-card__img {
  aspect-ratio: 1 / 1;
  height: auto !important;
  overflow: hidden;
  background: #fff;
}
.prod-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  transition: transform .3s;
}
.prod-card:hover .prod-card__img img { transform: scale(1.04); }

/* Related product card images — 1:1 */
.rel-card__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-2);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.rel-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

/* Ingredient card photo */
.ing-card__photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-2);
  margin-bottom: 14px;
  position: relative;
}
.ing-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ─────────────────────────────────────────────────────
   MOBILE IMPROVEMENTS (comprehensive)
───────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────────
   HAMBURGER MENU
───────────────────────────────────────────────────── */
.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
}
.nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .22s;
}
.nav__mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 8px 0 16px;
}
.nav__mobile-menu a {
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-2);
  border-bottom: 1px solid var(--border);
}
.nav__mobile-menu a:last-child { border-bottom: none; }
.nav__mobile-menu.open { display: flex; }

/* ─────────────────────────────────────────────────────
   COLL-GRID FIX
───────────────────────────────────────────────────── */
.coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ─────────────────────────────────────────────────────
   RESPONSIVE — TABLET (max 900px)
───────────────────────────────────────────────────── */
@media (max-width: 900px) {

  /* Container */
  .container { padding: 0 16px; }

  /* Nav */
  .nav__links { display: none !important; }
  .nav__hamburger { display: flex; }
  .nav__bar { padding: 10px 16px; }
  .nav__actions { gap: 8px; }
  .nav__announce { font-size: 11px; padding: 6px 12px; }

  /* Hero home */
  .hero-home { min-height: auto; align-items: flex-start; }
  .hero-home__overlay {
    background: linear-gradient(180deg,
      rgba(26,26,23,.55) 0%,
      rgba(26,26,23,.75) 50%,
      rgba(26,26,23,.92) 100%);
  }
  .hero-home__content {
    padding: 100px 20px 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-home__eyebrow { margin-bottom: 18px; }
  .hero-home__title { max-width: 100%; }
  .hero-home__sub { max-width: 100%; }
  .hero-home__btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 360px;
    gap: 10px;
    margin-bottom: 36px;
  }
  .hero-home__btns .btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px !important;
    font-size: 15px !important;
  }
  .hero-home__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    width: 100%;
    max-width: 340px;
  }
  .hero-home__stat-num { font-size: 20px; }

  /* Homepage sections — reduce padding */
  .benefits { padding: 52px 0; }
  .benefits__grid { grid-template-columns: repeat(3,1fr); gap: 12px; }

  .featured-products { padding: 56px 0; }
  .products__grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  .testimonials { padding: 56px 0; }
  .testimonials__track { grid-template-columns: 1fr; }

  .promo-banners { grid-template-columns: 1fr; gap: 12px; padding: 0 0 56px; }
  .promo-banner { padding: 32px 24px; }

  .brand-values { padding: 52px 0; }
  .values__grid { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Product page hero */
  .hero-product__inner { grid-template-columns: 1fr; align-items: flex-start; }
.gallery-col {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .gallery-col__main { width: 100%; aspect-ratio: 1 / 1; }
  .buybox-col { position: static !important; height: auto !important; overflow: visible; padding: 24px 20px 40px; }
  .buybox__title { font-size: clamp(26px, 6vw, 38px); }
  .pack-grid { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .atc-btn { width: 100%; justify-content: center; font-size: 16px; padding: 18px 24px; }

  /* How it works */
  .how__inner { grid-template-columns: 1fr; }
  .how__visual { display: none; }

  /* Certs */
  .certs__inner { grid-template-columns: 1fr; }
  .certs__photo { display: flex; aspect-ratio: 3/2; margin-bottom: 32px; }

  /* FAQ */
  .faq__inner { grid-template-columns: 1fr; gap: 32px; }

  /* Reviews */
  .reviews__summary { flex-direction: column; align-items: flex-start; gap: 16px; }
  .reviews__grid { grid-template-columns: 1fr; gap: 12px; }

  /* Related */
  .related__grid { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Collection */
  .coll-grid { grid-template-columns: 1fr 1fr !important; gap: 14px; }
  .collection-toolbar .container { flex-wrap: wrap; gap: 10px; }
  .coll-filters { flex-wrap: wrap; gap: 6px; }
  .filter-tab { padding: 7px 14px; font-size: 12px; }

  /* Footer */
  .footer__top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer { padding-top: 48px; }

  /* Proof bar */
  .proof-bar__inner { gap: 14px; flex-wrap: wrap; justify-content: center; }

  /* Features */
  .features__grid { grid-template-columns: 1fr 1fr; gap: 8px; }

  /* Ingredients */
  .ingredients__grid { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Photo strip */
  .photo-strip__overlay { padding: 0 20px; }
  .photo-strip__quote { font-size: clamp(16px, 4vw, 26px); }

  /* Bottom CTA */
  .bottom-cta { padding: 56px 0; }
  .bottom-cta__btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .bottom-cta__btns .btn { width: 100%; max-width: 360px; justify-content: center; }

  /* Cart */
  .cart-item > div:last-child { grid-column: 1 / -1; }

  /* Trust bar */
  .trust-strip__inner { gap: 8px; flex-wrap: wrap; }
  .trust-icon { padding: 10px 14px; }
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE — MOBILE (max 600px)
───────────────────────────────────────────────────── */
@media (max-width: 600px) {

  /* Hero home */
  .hero-home { min-height: auto; align-items: flex-start; }
  .hero-home__content { padding: 90px 16px 52px; }
  .hero-home__title { font-size: clamp(26px, 8vw, 38px); letter-spacing: -.02em; }
  .hero-home__sub { font-size: 14px; }
  .hero-home__btns { max-width: 100%; }
  .hero-home__stats { max-width: 100%; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
  .hero-home__stat-num { font-size: 18px; }

  /* General sections */
  .section-title { font-size: clamp(22px, 6vw, 32px); }

  /* Pack selector */
  .pack-grid { grid-template-columns: 1fr; gap: 8px; }
  .pack-btn { padding: 14px 16px; }

  /* Gallery */
  .gallery-col__main { max-height: 90vw; }

  /* Features: 1 col */
  .features__grid { grid-template-columns: 1fr; }

  /* Ingredients: 1 col */
  .ingredients__grid { grid-template-columns: 1fr; }

  /* Benefits: 1 col */
  .benefits__grid { grid-template-columns: 1fr; }
  .values__grid { grid-template-columns: 1fr; }

  /* Products: 2 col on phone (not 1) — cards compact */
  .products__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .prod-card__body { padding: 10px 10px 0; }
  .prod-card__name { font-size: 13px; }
  .prod-card__desc { display: none; }
  .prod-card__price { font-size: 15px; }
  .prod-card__atc { font-size: 12px; padding: 10px 8px; }

  /* Collection: 2 col on phone */
  .coll-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; }

  /* Footer: single col */
  .footer__top { grid-template-columns: 1fr; gap: 28px; }

  /* Proof bar: wrap */
  .proof-sep { display: none; }
  .proof-bar__inner { gap: 10px; }

  /* Trust strip: 2x2 */
  .trust-icon { padding: 10px 14px; border-right: none; border-bottom: 1px solid var(--border); width: 50%; }

  /* Buybox */
  .buybox-col { padding: 20px 16px 36px; }
  .buybox__title { font-size: clamp(24px, 7vw, 34px); }

  /* Nav */
  .nav__bar { padding: 8px 12px; }

  /* Announcement bar hide on very small */
  .nav__announce { font-size: 10px; letter-spacing: 0; }
}

/* ─────────────────────────────────────────────────────
   RESPONSIVE — SMALL PHONES (max 480px)
───────────────────────────────────────────────────── */
@media (max-width: 480px) {

  /* Hero */
  .hero-home__title { font-size: clamp(24px, 7.5vw, 34px); }
  .hero-home__eyebrow { font-size: 10px; }

  /* Bottom CTA buttons */
  .bottom-cta__btns .btn { font-size: 14px; padding: 15px 20px; }

  /* Related grid */
  .related__grid { grid-template-columns: 1fr; }
}

/* ── Mobile card layout fixes ── */
@media (max-width:600px){
  .prod-card__footer{flex-direction:column;align-items:flex-start;gap:3px}
  .prod-card__price{white-space:nowrap;font-size:14px;line-height:1.3}
  .prod-card__rating{font-size:11px}
  .prod-card__atc{font-size:12px;padding:9px 6px}
}
@media(max-width:600px){
  /* Collection: single column on mobile */
.coll-grid{grid-template-columns:1fr 1fr !important;max-width:none;margin:0;}
}

/* ── Gallery arrows ── */
.gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3; background: rgba(255,255,255,.88); border: none;
  border-radius: 50%; width: 40px; height: 40px;
  font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.13); transition: background .18s, transform .18s;
  color: var(--text); user-select: none;
}
.gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.gallery-arrow--prev { left: 12px; }
.gallery-arrow--next { right: 12px; }
@media(max-width:600px) {
  .gallery-arrow { width: 32px; height: 32px; font-size: 20px; }
  .gallery-arrow--prev { left: 6px; }
  .gallery-arrow--next { right: 6px; }
}

/* ═══════════════════════════════════════════════════════════════
   GUARANTEE SECTION
   ═══════════════════════════════════════════════════════════════ */
.guarantee-sec { padding: 100px 0; background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.guarantee-sec__inner { display: grid; grid-template-columns: 180px 1fr; gap: 60px; align-items: center; max-width: 900px; margin: 0 auto; }
.guarantee-sec__left { display: flex; justify-content: center; }
.guarantee-sec__shield { width: 140px; height: 160px; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at center, rgba(72,199,116,.1) 0%, transparent 70%); border-radius: 50%; }
.guarantee-sec__shield svg { filter: drop-shadow(0 0 24px rgba(72,199,116,.25)); }

.guarantee-sec__title { font-size: 30px; font-weight: 800; color: var(--text); margin: 8px 0 16px; line-height: 1.2; }
.guarantee-sec__sub { font-size: 16px; color: var(--text-2); line-height: 1.7; margin: 0 0 24px; }
.guarantee-sec__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.guarantee-sec__list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text); }
.g-check { color: var(--green); font-size: 16px; font-weight: 700; flex-shrink: 0; }
.guarantee-sec__note { margin-top: 14px; font-size: 12px; color: var(--text-3); }

@media(max-width:700px) {
  .guarantee-sec__inner { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .guarantee-sec__list { align-items: center; }
  .guarantee-sec__list li { justify-content: center; }
  .guarantee-sec__title { font-size: 24px; }
}

/* ═══════════════════════════════════════════════════════════════
   COMPARISON TABLE
   ═══════════════════════════════════════════════════════════════ */
.comparison-sec { padding: 100px 0; background: var(--bg-2); border-top: 1px solid var(--border); }
.comparison-sec__hd { text-align: center; margin-bottom: 52px; }
.comparison-sec__hd p { color: var(--text-2); margin-top: 10px; }

.cmp__wrap { overflow-x: auto; }
.cmp { width: 100%; border-collapse: collapse; max-width: 860px; margin: 0 auto; }

.cmp__th { padding: 18px 24px; text-align: center; font-size: 14px; font-weight: 700; }
.cmp__th--label { width: 40%; text-align: left; }
.cmp__th--vp { background: rgba(72,199,116,.08); border-top: 2px solid var(--green); border-radius: 12px 12px 0 0; }
.cmp__th--rest { color: var(--text-3); }

.cmp__vp-badge { display: block; font-size: 16px; font-weight: 800; color: var(--green); }
.cmp__vp-sub { display: block; font-size: 12px; color: var(--text-3); font-weight: 400; margin-top: 2px; }

.cmp__row { border-bottom: 1px solid var(--border); }
.cmp__row:last-child { border-bottom: none; }
.cmp__row:hover { background: rgba(255,255,255,.02); }

.cmp__label { padding: 18px 24px; font-size: 14px; color: var(--text); font-weight: 600; }
.cmp__cell { padding: 18px 24px; text-align: center; font-size: 13px; color: var(--text-2); }
.cmp__cell--vp { background: rgba(72,199,116,.05); }

.cmp__yes { color: var(--green); font-weight: 700; font-size: 15px; display: block; margin-bottom: 4px; }
.cmp__no { color: #ef4444; font-weight: 700; font-size: 15px; display: block; margin-bottom: 4px; }

.cmp__cta { text-align: center; margin-top: 48px; }

@media(max-width:700px) {
  .cmp__label { padding: 14px 12px; font-size: 12px; }
  .cmp__cell { padding: 14px 10px; font-size: 12px; }
  .cmp__th { padding: 14px 10px; }
}

/* ═══════════════════════════════════════════════════════════════
   PREMIUM COMPARISON — dark background, two product cards
   ═══════════════════════════════════════════════════════════════ */
.cpro { padding: 0; }
.cpro__bg { background: #060606; padding: 100px 0; }

.cpro__hd { text-align: center; margin-bottom: 64px; }
.cpro__title { font-size: 38px; font-weight: 900; color: #fff; margin: 10px 0 14px; letter-spacing: -.02em; }
.cpro__sub { color: rgba(255,255,255,.45); font-size: 15px; }

/* Two-card grid with VS in the middle */
.cpro__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0 32px; align-items: center; max-width: 960px; margin: 0 auto; }

/* VS badge */
.cpro__vs { display: flex; align-items: center; justify-content: center; }
.cpro__vs span { width: 52px; height: 52px; border-radius: 50%; background: #111; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: rgba(255,255,255,.4); letter-spacing: .05em; }

/* Base card */
.cpro__card { border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }

/* Vera Plant card — green glow */
.cpro__card--vp { background: linear-gradient(160deg, #0e1f12 0%, #091209 100%); border: 1px solid rgba(72,199,116,.35); box-shadow: 0 0 60px rgba(72,199,116,.12), 0 0 120px rgba(72,199,116,.06); }

/* Alt card — grey/muted */
.cpro__card--alt { background: linear-gradient(160deg, #111 0%, #0a0a0a 100%); border: 1px solid rgba(255,255,255,.08); opacity: .75; filter: saturate(.5); }

/* Image area */
.cpro__card-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.cpro__card-img--alt { }
.cpro__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cpro__img--muted { filter: grayscale(.6) brightness(.7); }
.cpro__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.03); }
.cpro__img-placeholder--alt { background: rgba(255,255,255,.02); }
.cpro__card-glow { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, rgba(72,199,116,.12), transparent); pointer-events: none; }

/* Card body */
.cpro__card-body { padding: 28px 28px 32px; display: flex; flex-direction: column; }
.cpro__brand { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; margin-bottom: 4px; }
.cpro__brand--vp  { color: var(--green-lt); }
.cpro__brand--alt { color: rgba(255,255,255,.3); }
.cpro__prod-name { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 24px; }
.cpro__prod-name--alt { color: rgba(255,255,255,.4); }

/* Points list */
.cpro__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.cpro__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.8); }
.cpro__list--alt li { color: rgba(255,255,255,.35); }
.cpro__yes { color: #48c774; font-weight: 800; font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.cpro__no  { color: #ef4444; font-weight: 800; font-size: 15px; flex-shrink: 0; margin-top: 1px; }

.cpro__btn { align-self: flex-start; margin-top: 28px !important; }

/* hint text in placeholder */
.ps-hint--lg { flex-direction: column; gap: 10px; text-align: center; color: rgba(255,255,255,.2); }
.ps-hint--lg svg { opacity: .4; }
.ps-hint--lg span { font-size: 11px; line-height: 1.5; }

@media(max-width: 840px) {
  .cpro__grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 24px; max-width: 480px; }
  .cpro__vs { transform: rotate(90deg); }
  .cpro__card--alt { opacity: .65; }
  .cpro__card-img { aspect-ratio: 4/3; }
  .cpro__title { font-size: 28px; }
}

/* ═══════════════════════════════════════════════════════════════
   DE LA PLANTĂ LA PRODUS — Process section
   ═══════════════════════════════════════════════════════════════ */
.process { padding: 100px 0; background: var(--bg); }
.process__header { text-align: center; margin-bottom: 72px; }
.process__sub { color: var(--text-2); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; }

.process__steps { display: flex; flex-direction: column; gap: 0; }

.process__step { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; }
.process__step--reverse { direction: rtl; }
.process__step--reverse > * { direction: ltr; }

/* Image */
.process__img-wrap { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; background: var(--bg-2); border: 1px solid var(--border); }
.process__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.process__img-wrap:hover .process__img { transform: scale(1.03); }
.process__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--bg-card); }
.process__step-num { position: absolute; top: 16px; left: 16px; width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; letter-spacing: .02em; }

/* Body */
.process__step-title { font-size: 26px; font-weight: 800; color: var(--text); margin-bottom: 16px; letter-spacing: -.01em; }
.process__step-desc { font-size: 15px; color: var(--text-2); line-height: 1.75; margin-bottom: 24px; }
.process__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.process__tag { font-size: 11px; font-weight: 600; color: var(--green-dk); background: var(--green-bg); border: 1px solid rgba(61,122,80,.15); border-radius: 20px; padding: 5px 12px; letter-spacing: .04em; text-transform: uppercase; }

/* Connector arrow between steps */
.process__connector { display: flex; justify-content: center; padding: 8px 0; opacity: .5; }

@media (max-width: 860px) {
  .process__step { grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
  .process__step--reverse { direction: ltr; }
  .process__step-title { font-size: 22px; }
}
@media (max-width: 600px) {
  .process { padding: 64px 0; }
  .process__header { margin-bottom: 48px; }
  .process__step { padding: 32px 0; }
}
.promo-banner__benefits { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.promo-banner__benefits li { font-size: 13px; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 8px; }
.promo-banner__benefits li span { color: var(--green-lt); font-weight: 700; }

/* ═══════════════════════════════════════════════════════════════
   INGREDIENT GRID — responsive modifier classes
   (replaces inline style that was blocking mobile breakpoints)
   ═══════════════════════════════════════════════════════════════ */
.ing--3col { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin: 0 auto; }
.ing--2col { grid-template-columns: 1fr 1fr; max-width: 600px; margin: 0 auto; }

@media (max-width: 900px) {
  .ing--3col { grid-template-columns: 1fr 1fr; max-width: 100%; }
  .ing--2col { grid-template-columns: 1fr; max-width: 100%; }
}
@media (max-width: 600px) {
  .ing--3col { grid-template-columns: 1fr; }
  .ing--2col { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   PHOTO STRIP — mobile height fix
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .photo-strip { height: 220px; }
  .photo-strip__overlay { background: linear-gradient(180deg, rgba(26,26,23,.5) 0%, rgba(26,26,23,.85) 100%); }
  @media (max-width: 600px) {
  .prod-card__badge {
    top: auto;
    bottom: 8px;
  }
/* ── Mobile gallery fixes ── */
@media (max-width: 767px) {
  /* Remove cream gap around product image */
  .gallery-col__img { padding: 0 !important; }

  /* 6 thumbnails that stretch to fill the full row edge-to-edge */
  .gallery-col__thumbs { gap: 5px; padding: 8px 10px; }
  .gallery-thumb { flex: 1 1 0; width: auto; height: 50px; }
}
/* ── Gallery mobile: no cream gaps ── */
@media (max-width: 900px) {
  .gallery-col__main {
    display: block !important;
    aspect-ratio: unset !important;
    height: auto !important;
    max-height: none !important;
  }
  .gallery-col__img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    display: block !important;
    margin: 0 !important;
  }
}