/** Shopify CDN: Minification failed

Line 193:3 Unexpected "="

**/
/* ============================================================
   ImVita — homepage styles (hero variants + sections)
   ============================================================ */

/* ---------- HERO shell ---------- */
.hero { position: relative; overflow: clip; }
.hero__photo { position: absolute; inset: 0; z-index: 0; border-radius: 0; border: 0; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(20,16,14,.55) 0%, rgba(20,16,14,.15) 40%, transparent 62%);
}
.hero > .wrap { position: relative; z-index: 3; pointer-events: none; }
.hero > .wrap a, .hero > .wrap button, .hero > .wrap input, .hero > .wrap label, .hero > .wrap .float { pointer-events: auto; }
.hero__bgblob { display: none; }
.hero__bgblob { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: clip; }
.hero__bgblob span {
  position: absolute; border-radius: 50%;
  filter: blur(50px); opacity: .55;
}
.blob-1 { width: 46vw; height: 46vw; top: -16vw; right: -10vw; background: radial-gradient(circle, color-mix(in oklab,var(--brand) 32%, transparent), transparent 70%); }
.blob-2 { width: 38vw; height: 38vw; bottom: -16vw; left: -12vw; background: radial-gradient(circle, color-mix(in oklab,var(--accent) 30%, transparent), transparent 70%); }
.blob-3 { width: 22vw; height: 22vw; top: 30%; left: 40%; background: radial-gradient(circle, color-mix(in oklab,var(--warm) 34%, transparent), transparent 70%); }

.hero-variant { display: none; position: relative; z-index: 1; }
html[data-hero="a"] .hero-a { display: block; }
html[data-hero="b"] .hero-b { display: block; }
html[data-hero="c"] .hero-c { display: block; }
/* default to A when unset */
html:not([data-hero]) .hero-a { display: block; }

.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; align-items: center; gap: 1rem; margin-top: 1.6rem; flex-wrap: wrap; }
.stars { color: var(--warm); letter-spacing: .08em; font-size: 1.05rem; }
.hero-trust .who { font-size: .9rem; color: var(--text-soft); font-weight: 600; }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -10px; background: var(--accent-tint); }
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(2){ background: var(--berry-tint);} .avatars span:nth-child(3){ background: var(--warm-tint);} .avatars span:nth-child(4){ background: var(--sage-tint);}

/* floating chips shared */
.float {
  position: absolute; z-index: 3;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; box-shadow: var(--shadow-md);
  padding: .7em .95em; display: flex; align-items: center; gap: .6em;
  font-weight: 700; font-size: .9rem; will-change: transform;
}
.float .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto; }
.float small { display: block; font-weight: 600; font-size: .72rem; color: var(--text-soft); letter-spacing: 0; }

/* ----- HERO A : full-bleed image, text over ----- */
.hero-a { min-height: min(88vh, 820px); display: flex; align-items: center; padding-block: clamp(48px,6vw,90px); }
.hero-a__copy { max-width: 640px; }
.hero-a__copy .display, .hero-a__copy .lede { color: #fff; }
.hero-a__copy .lede { color: rgba(255,255,255,.86); }
.hero-a__copy .display span { color: var(--warm); }
.txt-outline { -webkit-text-stroke: 1.5px #fff; paint-order: stroke fill; text-shadow: 0 0 1px #fff; }
@media (max-width: 700px){ .hero-a { min-height: min(80vh, 620px); } }

/* ----- HERO B : centered ----- */
.hero-b { text-align: center; padding-block: clamp(40px,5vw,70px) clamp(50px,6vw,90px); }
.hero-b .head { max-width: 920px; margin-inline: auto; }
.hero-b .hero-cta, .hero-b .hero-trust { justify-content: center; }
.hero-b .stage { position: relative; margin-top: clamp(34px,4vw,56px); height: clamp(330px, 42vw, 520px); }
.hero-b .product-ph { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: clamp(280px,34vw,440px); height: clamp(300px,38vw,480px); border-radius: 46% 46% 42% 42% / 8% 8% 14% 14%; }
.hero-b .f-1 { left: 4%; top: 12%; }
.hero-b .f-2 { right: 3%; top: 26%; }
.hero-b .f-3 { left: 12%; bottom: 6%; }
.hero-b .f-4 { right: 9%; bottom: 12%; }

/* ----- HERO C : editorial full-bleed ----- */
.hero-c { position: relative; }
.hero-c .frame { position: relative; height: min(86vh, 760px); border-radius: var(--r-xl); overflow: hidden; margin-top: 14px; }
.hero-c .bgimg { position: absolute; inset: -12% 0; background:
   repeating-linear-gradient(135deg, color-mix(in oklab,var(--accent) 16%, #cfc4ad) 0 22px, color-mix(in oklab,var(--accent) 8%, #d8cdb6) 22px 44px);
   display: grid; place-items: center; }
.hero-c .bgimg span { font-family:'Space Grotesk',monospace; font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; color: color-mix(in oklab,var(--accent-deep) 80%, #fff); border:1px dashed color-mix(in oklab,var(--accent-deep) 50%, transparent); padding:.6em 1em; border-radius:999px; }
.hero-c .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,14,.72), rgba(20,16,14,.12) 52%, transparent); z-index: 2; }
.hero-c .ed-card { position: absolute; z-index: 3; left: clamp(20px,4vw,52px); bottom: clamp(24px,4vw,52px); right: clamp(20px,4vw,52px); color: #fff; max-width: 760px; }
.hero-c .ed-card .display { color: #fff; }
.hero-c .ed-card .lede { color: rgba(255,255,255,.86); }
.hero-c .ed-card .eyebrow { color: color-mix(in oklab,var(--warm) 80%, #fff); }
.hero-c .ed-card .eyebrow::before { background: color-mix(in oklab,var(--warm) 80%, #fff); }
.hero-c .f-tag { z-index: 3; top: clamp(20px,4vw,40px); right: clamp(20px,4vw,40px); }

@media (max-width: 880px) {
}

/* ============================================================
   VALUE STRIP / stats
   ============================================================ */
.valuestrip { background: var(--text); color: #fff; }
.valuestrip .row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; }
.valuestrip .cell { padding: clamp(26px,3.4vw,42px) clamp(18px,2vw,30px); position: relative; }
.valuestrip .cell + .cell::before { content:""; position:absolute; left:0; top:18%; bottom:18%; width:1px; background: rgba(255,255,255,.14); }
.valuestrip .num { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem,4vw,3.2rem); letter-spacing: -.03em; line-height: 1; color: #fff; }
.valuestrip .num em { color: color-mix(in oklab,var(--warm) 80%, #fff); font-style: normal; }
.valuestrip .lbl { margin-top: .5em; color: rgba(255,255,255,.66); font-weight: 600; font-size: .92rem; }
@media (max-width: 720px){ .valuestrip .row { grid-template-columns: 1fr 1fr; } .valuestrip .cell + .cell::before{ display:none;} }

/* ============================================================
   FERMENTATION / science
   ============================================================ */
.science { background: var(--bg-warm); position: relative; overflow: clip; }
.science .grid2 { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px,5vw,72px); align-items: center; }
.science .visual { position: relative; aspect-ratio: 4/4.4; }
.science .visual .main { position: absolute; inset: 0; border-radius: var(--r-xl); }
.science .visual .chip-a { position: absolute; top: -22px; right: -16px; }
.science .visual .chip-b { position: absolute; bottom: 8%; left: -24px; }
.steps { display: grid; gap: 14px; margin-top: 1.6rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.1rem 1.2rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); }
.step .n { width: 38px; height: 38px; border-radius: 12px; background: var(--brand-tint); color: var(--brand-deep); display: grid; place-items: center; font-family: var(--display); font-weight: 800; }
.step h4 { font-size: 1.05rem; }
.step p { margin: .25em 0 0; font-size: .94rem; color: var(--text-soft); }
@media (max-width: 820px){ .science .grid2 { grid-template-columns: 1fr; } .science .visual{ max-width:440px; margin-inline:auto; width:100%;} }

/* ============================================================
   PRODUCTS
   ============================================================ */
.prod-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(28px,3vw,46px); }
.prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2.4vw,30px); }
.pcard { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.pcard .media { position: relative; aspect-ratio: 5/4; border-bottom: 1px solid var(--line); overflow: hidden; }
.pcard .media .ph { border-radius: 0; border: none; height: 100%; }
.pcard .tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--brand); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .4em .8em; border-radius: 999px; }
.pcard.muscle .tag { background: var(--accent-deep); }
.pcard .body { padding: clamp(20px,2.2vw,28px); display: flex; flex-direction: column; flex: 1; }
.pcard h3 { font-size: 1.5rem; }
.pcard .price { font-family: var(--display); font-weight: 700; font-size: 1.25rem; }
.pcard .price s { color: var(--text-soft); font-weight: 500; font-size: .9rem; margin-left: .4em; }
.pcard .benefits { display: flex; flex-wrap: wrap; gap: .5em; margin: 1rem 0 1.3rem; }
.pcard .benefits span { font-size: .8rem; font-weight: 600; color: var(--text-soft); background: var(--bg-warm); border-radius: 999px; padding: .35em .75em; }
.pcard .buyrow { display: flex; gap: .6rem; margin-top: auto; }
.pcard .buyrow .btn-primary { flex: 1; }
@media (max-width: 720px){ .prod-grid { grid-template-columns: 1fr; } }

/* ============================================================
   COMPARISON TABLE (Why Fermented)
   ============================================================ */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); }
.compare { width: 100%; min-width: 560px; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); }
.compare th, .compare td { padding: 1.05rem 1.3rem; text-align: left; border-bottom: 1px solid var(--line); font-size: .98rem; }
.compare thead th { font-family: var(--display); font-size: 1.05rem; letter-spacing: -.01em; }
.compare thead th.iv { color: var(--brand); }
.compare td:first-child { font-weight: 700; width: 34%; }
.compare td.iv { font-weight: 700; }
.compare td.x { color: var(--text-soft); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare .col-iv { background: var(--brand-tint); }

/* ============================================================
   TIMELINE (Our Story)
   ============================================================ */
.timeline { position: relative; max-width: 900px; margin-inline: auto; }
.timeline::before { content:""; position:absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.tl { display: grid; grid-template-columns: 56px 1fr; gap: 1.4rem; padding-bottom: clamp(28px,3.5vw,48px); position: relative; }
.tl .dot { width: 56px; height: 56px; border-radius: 50%; background: var(--brand-tint); color: var(--brand-deep); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.1rem; border: 3px solid var(--bg); z-index: 1; }
.tl:nth-child(2) .dot { background: var(--accent-tint); color: var(--accent-deep); }
.tl:nth-child(3) .dot { background: var(--warm-tint); color: #9a6320; }
.tl h3 { font-size: clamp(1.3rem,2.4vw,1.7rem); }
.tl p { color: var(--text-soft); margin: .4rem 0 0; max-width: 56ch; }
.vals { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,24px); }
@media (max-width:780px){ .vals { grid-template-columns: 1fr; } }
.map-strip { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.map-strip .pill { background: var(--surface); }
.vet-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); padding: clamp(24px,3vw,34px); }
.vet-card .quote { font-family: var(--display); font-size: 1.15rem; line-height: 1.4; letter-spacing: -.01em; margin-top: .7rem; }
.vet-card .meta { margin-top: 1.1rem; display: flex; align-items: center; gap: .7rem; font-size: .88rem; color: var(--text-soft); font-weight: 600; }
.vet-card .meta .av { width: 38px; height: 38px; border-radius: 50%; background: var(--brand-tint); flex: 0 0 auto; }
.expo-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px,3vw,48px); align-items: center; }
.expo-img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); display: block; }
@media (max-width: 760px){ .expo-band { grid-template-columns: 1fr; } }
.trademark-badge { display: flex; align-items: center; gap: .9rem; margin-top: 1.4rem; padding: .7rem 1rem .7rem .7rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-sm); width: fit-content; }
.trademark-badge img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; border: 1px solid var(--line); flex: 0 0 auto; }
.trademark-badge span { font-size: .84rem; font-weight: 700; color: var(--text); line-height: 1.3; }
.big-quote { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem,3.4vw,2.6rem); line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }

/* ============================================================
   SEARCH overlay
   ============================================================ */
.search-overlay { position: fixed; inset: 0; background: rgba(20,16,14,.5); z-index: 210; display: none; align-items: flex-start; justify-content: center; padding-top: 12vh; }
.search-overlay.open { display: flex; }
.search-box { background: var(--surface); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); width: min(560px, 90vw); padding: 1.4rem; }
.search-box form { display: flex; gap: .6rem; }
.search-box input { flex: 1; border: 1.5px solid var(--line); border-radius: 999px; padding: .8em 1.2em; font: inherit; background: var(--bg); color: var(--text); }
.search-box input:focus { outline: none; border-color: var(--brand); }
.search-box .close { flex: 0 0 auto; }
   ============================================================ */
.ben-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,1.8vw,22px); }
.ben { padding: clamp(20px,2.2vw,30px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); }
.ben .ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--brand-tint); color: var(--brand-deep); margin-bottom: 1rem; }
.ben:nth-child(3n+2) .ic { background: var(--accent-tint); color: var(--accent-deep); }
.ben:nth-child(3n) .ic { background: var(--warm-tint); color: #9a6320; }
.ben h4 { font-size: 1.12rem; }
.ben p { margin: .4em 0 0; font-size: .92rem; color: var(--text-soft); }
@media (max-width: 820px){ .ben-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .ben-grid { grid-template-columns: 1fr; } }
.ben-grid--4 { grid-template-columns: repeat(4,1fr); }
@media (max-width: 900px){ .ben-grid--4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px){ .ben-grid--4 { grid-template-columns: 1fr; } }
.ben-grid--2 { grid-template-columns: repeat(2,1fr); }
@media (max-width: 520px){ .ben-grid--2 { grid-template-columns: 1fr; } }
/* !important overrides win over the inline column-count set in benefits.liquid, guaranteeing mobile collapse */
@media (max-width: 820px){ .ben-grid { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 520px){ .ben-grid { grid-template-columns: 1fr !important; } }

/* ============================================================
   SEARCH RESULTS PAGE
   ============================================================ */
.search-hero { text-align: center; padding-block: clamp(40px,5vw,70px) clamp(20px,2vw,30px); }
.search-hero form { display: flex; gap: .6rem; max-width: 560px; margin: 1.6rem auto 0; }
.search-hero input[type="text"] { flex: 1; border: 1.5px solid var(--line); border-radius: 999px; padding: .9em 1.3em; font: inherit; background: var(--surface); color: var(--text); }
.search-hero input[type="text"]:focus { outline: none; border-color: var(--brand); }
.search-count { color: var(--text-soft); font-size: .95rem; margin-top: .6rem; }
.search-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,26px); }
@media (max-width: 900px){ .search-results-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .search-results-grid { grid-template-columns: 1fr; } }
.search-card { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.search-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.search-card .media { aspect-ratio: 4/3.4; overflow: hidden; }
.search-card .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.search-card .body { padding: 1.2rem 1.3rem 1.4rem; }
.search-card h3 { font-size: 1.1rem; }
.search-card .price { margin-top: .4rem; font-weight: 700; color: var(--brand); }
.search-card .kind { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-soft); margin-bottom: .5rem; display: block; }
.search-empty { text-align: center; padding: clamp(40px,5vw,70px) 0; color: var(--text-soft); }
.search-empty a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   PROOF — before/after
   ============================================================ */
.proof { background: var(--text); color: #fff; overflow: clip; position: relative; }
.proof .eyebrow { color: color-mix(in oklab,var(--warm) 80%,#fff); }
.proof .eyebrow::before { background: color-mix(in oklab,var(--warm) 80%,#fff); }
.proof h2, .proof .h2 { color: #fff; }
.proof .lede { color: rgba(255,255,255,.74); }
.ba-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(18px,2.4vw,30px); margin-top: clamp(30px,4vw,52px); }
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/11;
  --pos: 50%; cursor: ew-resize; user-select: none; box-shadow: var(--shadow-lg);
}
.ba .ph { position: absolute; inset: 0; border-radius: 0; border: none; height: 100%; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ba .ba__after { clip-path: inset(0 0 0 var(--pos)); }
.ba-thumbrow { display: flex; gap: .6rem; }
.ba-thumb { display: flex; align-items: center; gap: .5rem; padding: .4rem .7rem .4rem .4rem; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700; }
.ba-thumb img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.ba-thumb.active, .ba-thumb:hover { border-color: var(--brand); color: #fff; background: rgba(255,255,255,.12); }
.ba-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: .8rem; }
.ba-mini img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-sm); display: block; }
.ba .lab { position: absolute; bottom: 14px; z-index: 4; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(20,16,14,.7); color: #fff; padding: .4em .8em; border-radius: 999px; backdrop-filter: blur(4px); }
.ba .lab.l { left: 14px; } .ba .lab.r { right: 14px; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: #fff; z-index: 5; transform: translateX(-50%); }
.ba__handle::after { content: "⟺"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--text); display: grid; place-items: center; font-size: 1rem; box-shadow: var(--shadow-md); }
.ba-side { display: flex; flex-direction: column; gap: clamp(18px,2.4vw,30px); }
.ba-note { background: color-mix(in oklab,#fff 8%, var(--text)); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: clamp(20px,2.4vw,28px); }
.ba-note .quote { font-family: var(--display); font-size: 1.2rem; line-height: 1.3; letter-spacing: -.01em; }
.ba-note .meta { margin-top: 1rem; display: flex; align-items: center; gap: .7rem; font-size: .88rem; color: rgba(255,255,255,.66); }
.ba-note .meta .av { width: 38px; height: 38px; border-radius: 50%; background: var(--brand); flex: 0 0 auto; }
@media (max-width: 800px){ .ba-grid { grid-template-columns: 1fr; } }
.ba-grid--full { grid-template-columns: 1fr; margin-bottom: clamp(18px,2.4vw,30px); }
.ba-grid--full .ba { aspect-ratio: 21/9; max-width: 900px; margin-inline: auto; width: 100%; }
.ba-cases { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(18px,2.4vw,30px); }
@media (max-width: 800px){ .ba-cases { grid-template-columns: 1fr; } }
.ba-grid.equalize .ba { aspect-ratio: auto; height: 100%; min-height: 320px; }
@media (max-width: 800px){ .ba-grid.equalize .ba { aspect-ratio: 16/11; height: auto; } }

/* ---- video comparison ---- */
.vid-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.vc-col video { width: 100%; border-radius: var(--r-lg); display: block; box-shadow: var(--shadow-lg); background: #000; aspect-ratio: 9/12; object-fit: cover; }
.vc-col .lab { border-radius: 999px; padding: .4em .9em; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(20,16,14,.7); color: #fff; }
@media (max-width: 700px){ .vid-compare { grid-template-columns: 1fr; } }

/* ---- supporting case gallery ---- */
.case-gallery .cg-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.case-gallery .cg-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-md); display: block; }
@media (max-width: 760px){ .case-gallery .cg-grid { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   reviews (generic strip — used on homepage, product & collection pages)
   ============================================================ */
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,1.8vw,22px); }
.rev { padding: clamp(20px,2.2vw,28px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; }
.rev .stars { font-size: .95rem; margin-bottom: .8rem; }
.rev p { font-size: 1rem; line-height: 1.55; }
.rev .by { margin-top: auto; padding-top: 1rem; display: flex; align-items: center; gap: .65rem; font-weight: 700; font-size: .9rem; }
.rev .by .av { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-tint); flex: 0 0 auto; }
.rev .by small { display: block; color: var(--text-soft); font-weight: 500; }
@media (max-width: 820px){ .rev-grid { grid-template-columns: 1fr; } }

/* ============================================================
   REAL RESULTS page (rv-card — photo, tag, tinted, per story-type)
   ============================================================ */
.rv-tabs { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.6rem; }
.crossnav { display: flex; gap: .6rem; flex-wrap: wrap; }
.crossnav a, .rv-tabs a { padding: .55em 1.1em; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface); font-weight: 700; font-size: .92rem; color: var(--text); transition: border-color .2s; }
.crossnav a:hover, .crossnav a.on, .rv-tabs a:hover { border-color: var(--brand); }
.rv-section-head { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: clamp(22px,2.6vw,36px); }
.rv-section-head h2 { font-size: clamp(1.6rem,3vw,2.2rem); }
.rv-section-head .count { color: var(--text-soft); font-weight: 600; font-size: .92rem; }
.rv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,1.8vw,22px); }
@media (max-width: 900px){ .rv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .rv-grid { grid-template-columns: 1fr; } }
.rv-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.rv-card .rv-media { aspect-ratio: 4/3; border-radius: 0; border: 0; }
.rv-carousel { position: relative; overflow: hidden; }
.rv-track { display: flex; height: 100%; transition: transform .35s cubic-bezier(.2,.7,.3,1); }
.rv-slide { flex: 0 0 100%; height: 100%; background-size: cover; background-position: center; background-color: color-mix(in oklab,var(--brand) 8%, var(--surface)); }
.rv-slide.ph { border-radius: 0; border: 0; }
.rv-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; border: none; background: rgba(255,255,255,.88); color: var(--text); font-size: 1.2rem; line-height: 1; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-sm); opacity: 0; transition: opacity .2s; }
.rv-carousel:hover .rv-arrow { opacity: 1; }
.rv-prev { left: 8px; } .rv-next { right: 8px; }
.rv-carousel[data-count="1"] .rv-arrow, .rv-carousel[data-count="0"] .rv-arrow { display: none; }
.rv-dots { position: absolute; bottom: 8px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.rv-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.6); }
.rv-dots span.on { background: #fff; }
.rv-card .rv-body { padding: clamp(20px,2.2vw,26px); display: flex; flex-direction: column; flex: 1; }
.rv-card .tag { display: inline-flex; align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; background: var(--brand-tint); color: var(--brand-deep); padding: .3em .7em; border-radius: 999px; margin-bottom: .8rem; }
.rv-card.muscle .tag { background: var(--accent-tint); color: var(--accent-deep); }
.rv-card.liver .tag { background: var(--warm-tint); color: #9a6320; }
.rv-card.cat .tag { background: var(--sage-tint); color: var(--accent-deep); }
.rv-card .stars { color: var(--warm); font-size: .95rem; margin-bottom: .6rem; }
.rv-card p.q { font-size: .98rem; line-height: 1.55; flex: 1; }
.rv-card .who { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .84rem; color: var(--text-soft); font-weight: 600; }
.rv-anchor-space { scroll-margin-top: 100px; }

/* ============================================================
   heritage strip
   ============================================================ */
.heritage { background: var(--bg-warm); }
.heritage .inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,70px); align-items: center; }
.heritage .visual { aspect-ratio: 5/4; }
.heritage .flag { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; font-size: .85rem; letter-spacing: .04em; }
.heritage .flag .k { width: 26px; height: 18px; border-radius: 3px; background: linear-gradient(#fff 50%, #fff 50%); border: 1px solid var(--line); position: relative; overflow: hidden; }
@media (max-width: 760px){ .heritage .inner { grid-template-columns: 1fr; } }

/* ============================================================
   ingredients marquee
   ============================================================ */
.ing-chip { display: inline-flex; align-items: center; gap: .7em; font-family: var(--display); font-weight: 600; font-size: clamp(1.1rem,2vw,1.6rem); color: var(--text); white-space: nowrap; }
.ing-chip .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }
.ing-chip:nth-child(even) .dot { background: var(--brand); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 1.3rem 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; font-family: var(--display); font-weight: 600; font-size: clamp(1.05rem,1.8vw,1.3rem); color: var(--text); }
.faq__q .pm { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: transform .3s, background .3s, color .3s; }
.faq__item.open .faq__q .pm { transform: rotate(45deg); background: var(--brand); color: #fff; border-color: var(--brand); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 0 1.4rem; margin: 0; color: var(--text-soft); }

/* ============================================================
   CTA band
   ============================================================ */
.ctaband { position: relative; overflow: clip; }
.ctaband .card-cta { position: relative; background: var(--brand); color: #fff; border-radius: var(--r-xl); padding: clamp(40px,6vw,88px); text-align: center; overflow: hidden; }
.ctaband .card-cta h2 { color: #fff; }
.ctaband .card-cta .lede { color: rgba(255,255,255,.85); max-width: 560px; margin-inline: auto; }
.ctaband .deco { position: absolute; border-radius: 50%; background: rgba(255,255,255,.12); }
.ctaband .deco.a { width: 240px; height: 240px; top: -90px; left: -60px; }
.ctaband .deco.b { width: 180px; height: 180px; bottom: -80px; right: -30px; }

/* ============================================================
   mobile drawer
   ============================================================ */
.mobile-drawer { position: fixed; inset: 0; z-index: 200; background: var(--bg); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.3,1); display: flex; flex-direction: column; padding: 24px var(--pad); }
.mobile-drawer.open { transform: none; }
.mobile-drawer .top { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.mobile-drawer nav { display: grid; gap: .4rem; margin-top: 2rem; }
.mobile-drawer nav a { font-family: var(--display); font-weight: 600; font-size: 1.8rem; padding: .5rem 0; border-bottom: 1px solid var(--line); }

/* ============================================================
   SHOP BY PET — full-image category tiles (Zesty-style)
   ============================================================ */
.shopby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,1.8vw,22px); }
.cat-tile { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/3.5; display: flex; align-items: flex-end; isolation: isolate; }
.cat-tile .ph { position: absolute; inset: 0; border-radius: 0; border: 0; height: 100%; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.cat-tile:hover .ph { transform: scale(1.06); }
.cat-tile .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,14,.78), rgba(20,16,14,.05) 58%); z-index: 1; }
.cat-tile .lbl2 { position: relative; z-index: 2; padding: clamp(20px,2.6vw,30px); color: #fff; width: 100%; }
.cat-tile h3 { color: #fff; font-size: clamp(1.5rem,2.6vw,2.1rem); }
.cat-tile p { color: rgba(255,255,255,.82); margin: .3rem 0 1rem; font-size: .95rem; }
.cat-tile .go { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; font-size: .95rem; color: #fff; }
.cat-tile .go svg { transition: transform .25s; }
.cat-tile:hover .go svg { transform: translateX(4px); }
@media (max-width: 760px){ .shopby-grid { grid-template-columns: 1fr; } .cat-tile { aspect-ratio: 16/9; } }

/* ============================================================
   PRODUCT SHELVES — all products forward
   ============================================================ */
.shelf + .shelf { margin-top: clamp(40px,5vw,72px); }
.shelf__head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: clamp(20px,2.4vw,30px); flex-wrap: wrap; }
.shelf__head .pet { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--brand-tint); }
.shelf__head h3 { font-size: clamp(1.4rem,2.6vw,2rem); display: flex; align-items: center; gap: .6rem; }
.shelf__head .count { color: var(--text-soft); font-weight: 600; font-size: .95rem; }
.shelf__head .more { margin-left: auto; font-weight: 700; color: var(--brand); }
.shelf__head .more:hover { text-decoration: underline; text-underline-offset: 3px; }
.shelf-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,26px); }
@media (max-width: 900px){ .shelf-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .shelf-grid { grid-template-columns: 1fr; } }
/* compact card used in shelves */
.pcard.sm .media { aspect-ratio: 4/3.4; }
.pcard.sm h3 { font-size: 1.25rem; }
.pcard.sm .body { padding: clamp(16px,1.8vw,22px); }

/* ============================================================
   FULL-BLEED FEATURE BANDS (image separation)
   ============================================================ */
.bandfull { width: 100%; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; overflow: clip; }
.bandfull .media { position: relative; min-height: clamp(380px,44vw,580px); overflow: clip; }
.bandfull .media .ph { position: absolute; inset: -8% 0; border-radius: 0; border: 0; height: 116%; }
.bandfull .copy { padding: clamp(34px,6vw,88px); display: flex; flex-direction: column; justify-content: center; }
.bandfull .copy .inner { max-width: 30rem; }
.bandfull.rev .media { order: 2; }
.bandfull.tint-berry .copy { background: var(--brand-tint); }
.bandfull.tint-sage .copy { background: var(--sage-tint); }
.bandfull.tint-warm .copy { background: var(--warm-tint); }
.bandfull.tint-cream .copy { background: var(--bg-warm); }
.bandfull.dark { background: var(--text); }
.bandfull.dark .copy { color: rgba(255,255,255,.82); }
.bandfull.dark .copy h2, .bandfull.dark .copy .h2 { color: #fff; }
.bandfull .stat-row { display: flex; gap: clamp(20px,3vw,44px); margin-top: 1.6rem; }
.bandfull .stat-row .num { font-family: var(--display); font-weight: 800; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1; color: var(--brand); }
.bandfull.dark .stat-row .num { color: color-mix(in oklab,var(--warm) 80%,#fff); }
.bandfull .stat-row small { display: block; color: var(--text-soft); font-weight: 600; margin-top: .3rem; font-size: .82rem; }
.bandfull.dark .stat-row small { color: rgba(255,255,255,.6); }
@media (max-width: 820px){ .bandfull { grid-template-columns: 1fr; } .bandfull.rev .media { order: 0; } .bandfull .media { min-height: clamp(280px,60vw,400px); } }
