/* =========================================================================
   PETSHOP â€” FRESH THEME (site-wide override layer)
   Loaded LAST, after the base theme stylesheets, so every page (home, shop,
   cart, checkout, product, ingredients, terms, privacy, contact...) inherits
   one consistent look. This file does NOT touch markup, Angular bindings,
   or the cart/menu JS â€” it only repaints colors, type and the homepage.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

/* =========================================================================
   1. GLOBAL PALETTE REMAP
   Every earlier redesign layer (fashion.css, new-style.css, theme-redesign.css,
   pawpure-redesign.css, petcare-theme.css, theme-final.css) reads its colors
   from CSS custom properties. Re-pointing all of them here re-skins the
   entire site â€” every page â€” to one warm terracotta / cream palette without
   editing dozens of component rules by hand.
   ========================================================================= */
:root{
  /* -- new brand palette -- */
  --lv-terracotta:#C4592F;
  --lv-terracotta-dark:#A2431F;
  --lv-cocoa:#4A2A1D;
  --lv-cream:#FBEFDD;
  --lv-cream-2:#F6E2C4;
  --lv-peach:#F2A65A;
  --lv-peach-soft:#F7C89B;
  --lv-white:#FFFDF9;
  --lv-ink:#3A2418;
  --lv-ink-soft:#7A5C48;
  --lv-line:#EAD6B8;

  /* -- theme-redesign.css vars -- */
  --cream:#FBEFDD;
  --ink-soft:#7A5C48;
  --ink:#3A2418;
  --lime-dark:#C4592F;
  --lime:#C4592F;
  --line:#EAD6B8;
  --olive-dark:#A2431F;
  --olive-pale:#F2A65A45;
  --olive:#C4592F;
  --white:#FFFDF9;
  --near-black:#3A2418;
  --panel:#4A2A1D;
  --radius-lg:26px;
  --radius-md:16px;

  /* -- pawpure-redesign.css vars -- */
  --pp-cream:#FBEFDD;
  --pp-cream-2:#F6E2C4;
  --pp-ink:#3A2418;
  --pp-ink-soft:#7A5C48;
  --pp-olive:#C4592F;
  --pp-olive-dark:#A2431F;
  --pp-orange:#C4592F;
  --pp-orange-dark:#A2431F;
  --pp-line:#EAD6B8;
  --pp-white:#FFFDF9;
  --pp-blue:#C4592F;
  --pp-blue-pale:#F6E2C4;
  --pp-yellow:#F2A65A;

  /* -- petcare-theme.css vars -- */
  --pc-cream:#FBEFDD;
  --pc-cream-soft:#F6E2C4;
  --pc-white:#FFFDF9;
  --pc-teal:#C4592F;
  --pc-teal-dark:#A2431F;
  --pc-teal-soft:#F6E2C4;
  --pc-coral:#F2A65A;
  --pc-coral-dark:#A2431F;
  --pc-coral-soft:#FBEFDD;
  --pc-text:#3A2418;
  --pc-text-muted:#7A5C48;
  --pc-line:#EAD6B8;
  --pc-font:'Poppins','Inter',sans-serif;
  --pc-shadow-btn: 0 10px 22px -8px rgba(74,42,29,.45);
  --pc-shadow-btn-hover: 0 16px 30px -10px rgba(74,42,29,.5);
  --pc-focus-ring: 0 0 0 3px rgba(196,89,47,.22);

  /* -- fashion.css vars -- */
  --forest:#4A2A1D;
  --moss:#C4592F;
  --gold:#F2A65A;
  --charcoal:#3A2418;
  --gray:#7A5C48;
  --light:#FBEFDD;

  /* -- new-style.css vars -- */
  --pw-primary:#C4592F;
  --pw-primary-hover:#A2431F;
  --pw-primary-light:#F6E2C4;
  --pw-dark:#3A2418;
  --pw-muted:#7A5C48;
  --pw-bg-light:#FBEFDD;
  --pw-bg-card:#FFFDF9;
  --pw-border:#EAD6B8;
  --pw-border-light:#F2E4CB;
  --pw-white:#FFFDF9;
  --font-heading:'Baloo 2','Bricolage Grotesque',sans-serif;
  --font-body:'Poppins','Inter',sans-serif;
}

/* =========================================================================
   2. TYPOGRAPHY + BODY
   ========================================================================= */
body{
  font-family:'Poppins','Inter',sans-serif !important;
  background:var(--lv-white) !important;
  color:var(--lv-ink) !important;
}
h1,h2,h3,h4,h5,h6,
.font-heading,.section-title,.summary-title,.eyebrow,.ab-badge,
.btn-pawwell,.btn-checkout,.btn-continue{
  font-family:'Baloo 2','Poppins',sans-serif !important;
}
a{ color:inherit; }
::selection{ background:var(--lv-peach); color:var(--lv-cocoa); }

/* =========================================================================
   3. HEADER / NAV / DRAWERS
   (structure + is-active/is-open logic already correct in theme-redesign.css â€”
   only colors are touched here)
   ========================================================================= */
.pw-header{ background:var(--lv-white) !important; border-bottom:1px solid var(--lv-line) !important; }
.pw-brand, .pw-brand-text{ color:var(--lv-terracotta) !important; font-family:'Baloo 2',sans-serif !important; }
.pw-nav-links a{ font-family:'Baloo 2',sans-serif !important; color:var(--lv-ink) !important; }
.pw-nav-links a:hover{ color:var(--lv-terracotta) !important; }
.pp-announce{ background:var(--lv-cocoa) !important; color:var(--lv-cream) !important; font-family:'Baloo 2',sans-serif !important; }

.tr-icon-btn{ background:var(--lv-cream-2) !important; color:var(--lv-cocoa) !important; }
.tr-icon-btn:hover{ background:var(--lv-peach-soft) !important; }
.cart-badge{ background:var(--lv-terracotta) !important; color:#fff !important; }
.tr-hamburger span{ background:var(--lv-cocoa) !important; }

.tr-menu-drawer, .tr-cart-drawer{ background:var(--lv-white) !important; }
.tr-drawer-head{ border-bottom:1px solid var(--lv-line) !important; }
.tr-drawer-head h5{ color:var(--lv-cocoa) !important; font-family:'Baloo 2',sans-serif !important; }
.tr-menu-links a{ color:var(--lv-cocoa) !important; font-family:'Baloo 2',sans-serif !important; }
.tr-menu-links a:hover{ background:var(--lv-cream-2) !important; color:var(--lv-terracotta) !important; }
.tr-cart-line{ border-bottom:1px solid var(--lv-line) !important; }
.tr-cart-empty i{ color:var(--lv-peach) !important; }

/* =========================================================================
   4. BUTTONS (unify every button family sitewide)
   ========================================================================= */
.btn-pawwell-primary,
.btn-checkout,
.btn-add-cart,
.btn-cart,
.tr-cart-foot .btn-pawwell-primary{
  background:var(--lv-terracotta) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 10px 22px -8px rgba(74,42,29,.45) !important;
}
.btn-pawwell-primary:hover,
.btn-checkout:hover,
.btn-add-cart:hover,
.btn-cart:hover{
  background:var(--lv-terracotta-dark) !important;
  box-shadow:0 16px 30px -10px rgba(74,42,29,.5) !important;
  transform:translateY(-2px);
}
.btn-pawwell-secondary{ background:var(--lv-cream-2) !important; color:var(--lv-cocoa) !important; }
.btn-pawwell-secondary:hover{ background:var(--lv-peach-soft) !important; }
.btn-continue {
    background: var(--line) !important;
    border-color: var(--lv-cream-2) !important;
    color: var(--bs-black) !important;
}
.btn-continue:hover{ background:var(--lv-cream-2) !important; }
.pw-accordion-item .accordion-icon,
.ph-check-icon{ background:var(--lv-terracotta) !important; color:#fff !important; }
.pw-accordion-item.active .pw-accordion-header h4,
.tr-eyebrow, .eyebrow{ color:var(--lv-terracotta) !important; }
.ph-product-price, .pc-price, .item-price, .summary-value, .total-value{ color:var(--lv-terracotta) !important; }

/* =========================================================================
   5. SHARED INNER-PAGE HERO (ab-page-hero) used by shop/cart/checkout/
      contact/ingredients/terms/privacy
   ========================================================================= */
.ab-page-hero{
  background:linear-gradient(135deg,var(--lv-cream) 0%,var(--lv-cream-2) 100%) !important;
}
.ab-page-hero .ab-badge, .ab-page-hero .ab-eyebrow{ color:var(--lv-terracotta) !important; }
.ab-page-hero .ab-dot{ background:var(--lv-terracotta) !important; }
.ab-page-hero p{ font-family:'Baloo 2',sans-serif !important; color:var(--lv-cocoa) !important; }

/* =========================================================================
   6. PRODUCT CARDS (shop grid) + CART TABLE + SUMMARY CARD
   ========================================================================= */
.product-card{ background:var(--lv-white) !important; box-shadow:0 8px 20px -10px rgba(74,42,29,.22) !important; }
.product-card .pc-cat{ color:var(--lv-terracotta) !important; }
.product-card .pc-add{ background:var(--lv-cream-2) !important; color:var(--lv-terracotta) !important; }
.product-card:hover .pc-add{ background:var(--lv-terracotta) !important; color:#fff !important; }

.cart-table thead{ background:var(--lv-cream-2) !important; }
.summary-card{ background:var(--lv-cream) !important; border:1px solid var(--lv-line) !important; }
.summary-title{ color:var(--lv-cocoa) !important; }
.trust-b{ color:var(--lv-ink-soft) !important; }
.trust-b i{ color:var(--lv-terracotta) !important; }

/* =========================================================================
   7. FOOTER
   ========================================================================= */
.footer-fitence.ab-footer{ background:var(--lv-cocoa) !important; }
.ab-footer-title{ color:var(--lv-peach-soft) !important; font-family:'Baloo 2',sans-serif !important; }
.footer-fitence ul li a:hover{ color:var(--lv-peach-soft) !important; }
.text-accent{ color:var(--lv-peach-soft) !important; }

/* =========================================================================
   8. HOMEPAGE â€” fully fresh section-by-section design
   Distinct from the shared inner-page system above: diagonal-cut hero,
   tabbed category rail, editorial picks split, testimonial strip and a
   newsletter close â€” a different composition from any previous pass.
   ========================================================================= */
.lv-page *{ box-sizing:border-box; }
.lv-container{ width:100%; max-width:1240px; margin:0 auto; padding:0 20px; }
.lv-eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-family:'Baloo 2',sans-serif;
  font-weight:700; font-size:.8rem; letter-spacing:.06em; text-transform:uppercase;
  color:var(--lv-terracotta); background:var(--lv-cream-2); padding:6px 16px; border-radius:99px; margin-bottom:14px;
}
.lv-h2{ font-family:'Baloo 2',sans-serif; font-weight:700; color:var(--lv-cocoa); font-size:clamp(1.7rem,3.4vw,2.6rem); line-height:1.15; margin:0; }
.lv-lead{ color:var(--lv-ink-soft); font-size:1.02rem; line-height:1.7; }
.lv-head-row{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:38px; }
.lv-viewall{ font-family:'Baloo 2',sans-serif; font-weight:700; color:var(--lv-terracotta); display:inline-flex; align-items:center; gap:8px; }
.lv-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:'Baloo 2',sans-serif; font-weight:700; font-size:.95rem;
  padding:14px 28px; border-radius:99px; border:2px solid transparent; cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.lv-btn-primary{ background:var(--lv-terracotta); color:#fff; box-shadow:0 10px 22px -8px rgba(74,42,29,.45); }
.lv-btn-primary:hover{ background:var(--lv-terracotta-dark); transform:translateY(-2px); }
.lv-btn-ghost{ background:transparent; border-color:var(--lv-cocoa); color:var(--lv-cocoa); }
.lv-btn-ghost:hover{ background:var(--lv-cocoa); color:#fff; }

/* ---- 8.1 HERO â€” diagonal cut, no card/blob, big confident type ---- */
.lv-hero{
  position:relative; background:var(--lv-cocoa); color:var(--lv-cream); overflow:hidden;
  padding:74px 0 0;
}
.lv-hero-grid{ display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:40px; position:relative; z-index:2; }
.lv-hero-copy .lv-eyebrow{ background:rgba(255,253,249,.12); color:var(--lv-peach-soft); }
.lv-hero-copy h1{font-family:'Baloo 2',sans-serif;font-weight:700;font-size:clamp(2.3rem,5vw,3.7rem);line-height:1.08;color: #c4592f !important;margin:8px 0 18px;}
.lv-hero-copy h1 em{ font-style:normal; color:var(--lv-peach-soft); }
.lv-hero-copy p{ font-size:1.08rem; color:rgba(255,253,249,.78); max-width:480px; margin-bottom:30px; line-height:1.7; }
.lv-hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:38px; }
.lv-hero-actions .lv-btn-ghost{ border-color:rgba(255,253,249,.5); color:#fff; }
.lv-hero-actions .lv-btn-ghost:hover{ background:rgba(255,253,249,.12); }
.lv-hero-trust{ display:flex; flex-wrap:wrap; gap:22px; }
.lv-hero-trust div{ display:flex; align-items:center; gap:10px; }
.lv-hero-trust i{ color:var(--lv-peach-soft); font-size:1.1rem; }
.lv-hero-trust strong{ display:block; font-family:'Baloo 2',sans-serif; font-size:.9rem; color:#fff; }
.lv-hero-trust span{ font-size:.76rem; color:rgba(255,253,249,.6); }

.lv-hero-photo{position:relative;z-index:2;margin-bottom: 18%;}
.lv-hero-photo img{
  width:100%;
  aspect-ratio: 4/3;
  object-fit:cover;
  border-radius: 28px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.5);
}
.lv-hero-photo-card{
  position:relative; z-index:3; margin-top:-46px; margin-left:24px; background:var(--lv-white);
  border-radius:20px; padding:16px 20px; display:inline-flex; align-items:center; gap:12px;
  box-shadow:0 14px 30px -14px rgba(0,0,0,.35); max-width:260px;
}
.lv-hero-photo-card i{ color:var(--lv-terracotta); font-size:1.3rem; }
.lv-hero-photo-card strong{ display:block; font-family:'Baloo 2',sans-serif; color:var(--lv-cocoa); font-size:.95rem; }
.lv-hero-photo-card span{ font-size:.75rem; color:var(--lv-ink-soft); }
.lv-hero-diagonal{
  position:absolute; left:0; right:0; bottom:0; height:90px; background:var(--lv-white);
  clip-path:polygon(0 100%, 100% 40%, 100% 100%, 0% 100%); z-index:1;
}

/* ---- 8.2 MARQUEE ---- */
.lv-marquee-wrap{ background:var(--lv-terracotta); overflow:hidden; padding:14px 0; }
.lv-marquee-track{ display:flex; gap:44px; width:max-content; animation:lv-scroll 26s linear infinite; }
.lv-marquee-track span{ display:inline-flex; align-items:center; gap:10px; font-family:'Baloo 2',sans-serif; font-weight:600; font-size:.9rem; color:var(--lv-cream); white-space:nowrap; }
.lv-marquee-track i{ color:var(--lv-peach-soft); }
@keyframes lv-scroll{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ---- 8.3 CATEGORY TABS + SPECIES CARDS ---- */
.lv-shopby{ padding:80px 0 40px; background:var(--lv-white); }
.lv-cat-rail{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:44px; }
.lv-cat-pill{
  display:inline-flex; align-items:center; gap:10px; background:var(--lv-cream); border-radius:99px;
  padding:10px 20px 10px 10px; font-family:'Baloo 2',sans-serif; font-weight:700; font-size:.9rem; color:var(--lv-cocoa);
  transition:background .25s ease, color .25s ease;
}
.lv-cat-pill img{ width:34px; height:34px; border-radius:50%; object-fit:cover; background:var(--lv-white); }
.lv-cat-pill:hover{ background:var(--lv-terracotta); color:#fff; }
.lv-species-grid{ display:grid; grid-template-columns:1.3fr 1fr; gap:24px; }
.lv-species-main{ position:relative; border-radius:28px; overflow:hidden; box-shadow:0 20px 45px -18px rgba(74,42,29,.3); aspect-ratio:5/4; }
.lv-species-main img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.lv-species-main:hover img{ transform:scale(1.06); }
.lv-species-overlay{
  position:absolute; inset:0; background:linear-gradient(0deg,rgba(58,36,24,.85) 0%,rgba(58,36,24,0) 55%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:28px; color:#fff;
}
.lv-species-overlay h3{ color:#fff; font-family:'Baloo 2',sans-serif; font-size:1.5rem; margin-bottom:4px; }
.lv-species-overlay p{ font-size:.88rem; opacity:.9; margin-bottom:14px; }
.lv-species-cta{ display:inline-flex; align-items:center; gap:8px; font-family:'Baloo 2',sans-serif; font-weight:700; font-size:.85rem; background:#fff; color:var(--lv-terracotta); padding:9px 18px; border-radius:99px; width:fit-content; }
.lv-species-side{ display:flex; flex-direction:column; gap:24px; }
.lv-species-side .lv-species-main{ aspect-ratio:auto; flex:1; }

/* ---- 8.4 CURATED PICKS â€” editorial split (dynamic data untouched) ---- */
.lv-picks{ padding:80px 0; background:var(--lv-cream); }
.lv-picks-layout{ display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.lv-pick-feature{ background:var(--lv-white); border-radius:26px; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 10px 26px -14px rgba(74,42,29,.28); transition:transform .3s ease; }
.lv-pick-feature:hover{ transform:translateY(-6px); }
.lv-pick-badge{ position:absolute; margin:16px; background:var(--lv-terracotta); color:#fff; font-family:'Baloo 2',sans-serif; font-size:.72rem; font-weight:700; padding:6px 14px; border-radius:99px; }
.lv-pick-feature-img{ aspect-ratio:16/11; background:var(--lv-cream-2); }
.lv-pick-feature-img img{ width:100%; height:100%; object-fit:cover; }
.lv-pick-feature-body{ padding:22px 24px 26px; }
.lv-pick-feature-body h3{ font-family:'Baloo 2',sans-serif; font-size:1.25rem; margin-bottom:8px; color:var(--lv-cocoa); }
.ph-product-rating{ color:#F0A93C; font-size:.82rem; margin-bottom:10px; }
.lv-pick-feature-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:12px; }
.ph-product-price{ font-family:'Baloo 2',sans-serif; font-weight:800; font-size:1.15rem; }
.lv-pick-rail{ display:flex; flex-direction:column; gap:14px; }
.lv-pick-row{ display:flex; align-items:center; gap:16px; background:var(--lv-white); border-radius:20px; padding:14px; box-shadow:0 8px 18px -12px rgba(74,42,29,.22); transition:transform .25s ease; }
.lv-pick-row:hover{ transform:translateX(4px); }
.lv-pick-row img{ width:64px; height:64px; border-radius:14px; object-fit:cover; background:var(--lv-cream-2); flex-shrink:0; }
.lv-pick-row-body{ flex:1; min-width:0; }
.lv-pick-row-body h4{ font-family:'Baloo 2',sans-serif; font-size:.96rem; margin-bottom:4px; color:var(--lv-cocoa); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ph-product-add{ width:36px; height:36px; border-radius:50%; background:var(--lv-cream-2); color:var(--lv-terracotta); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .2s ease; }
.lv-pick-row:hover .ph-product-add{ background:var(--lv-terracotta); color:#fff; }

/* ---- 8.5 COUNTER STRIP (inline, no dark band this time) ---- */
.lv-counters{ padding:0 0 80px; background:var(--lv-cream); }
.lv-counter-card{ display:grid; grid-template-columns:repeat(4,1fr); background:var(--lv-white); border-radius:26px; box-shadow:0 14px 30px -16px rgba(74,42,29,.25); overflow:hidden; }
.lv-counter-card > div{ text-align:center; padding:30px 16px; border-right:1px solid var(--lv-line); }
.lv-counter-card > div:last-child{ border-right:0; }
.lv-counter-card strong{ display:block; font-family:'Baloo 2',sans-serif; color:var(--lv-terracotta); font-size:clamp(1.6rem,3vw,2.1rem); }
.lv-counter-card span{ font-size:.8rem; color:var(--lv-ink-soft); }

/* ---- 8.6 BUNDLES â€” horizontal scroll cards ---- */
.lv-bundles{ padding:80px 0; background:var(--lv-white); }
.lv-bundle-scroll{ display:flex; gap:22px; overflow-x:auto; padding-bottom:14px; scroll-snap-type:x mandatory; }
.lv-bundle-scroll::-webkit-scrollbar{ height:6px; }
.lv-bundle-scroll::-webkit-scrollbar-thumb{ background:var(--lv-line); border-radius:99px; }
.lv-bundle-card{ flex:0 0 300px; scroll-snap-align:start; background:var(--lv-cream); border-radius:26px; overflow:hidden; display:flex; flex-direction:column; transition:transform .3s ease; }
.lv-bundle-card:hover{ transform:translateY(-6px); }
.lv-bundle-media{ aspect-ratio:4/3; overflow:hidden; }
.lv-bundle-media img{ width:100%; height:100%; object-fit:cover; }
.lv-bundle-body{ padding:20px; }
.lv-bundle-body h4{ font-family:'Baloo 2',sans-serif; font-size:1.05rem; margin-bottom:8px; color:var(--lv-cocoa); }
.lv-bundle-body p{ font-size:.88rem; color:var(--lv-ink-soft); margin-bottom:16px; line-height:1.6; }

/* ---- 8.7 WHY US â€” checklist left, stacked photos right ---- */
.lv-why{ padding:80px 0; background:var(--lv-cream); }
.lv-why-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:52px; align-items:center; }
.lv-why-stack{ position:relative; }
.lv-why-photo-a{ border-radius:26px; overflow:hidden; box-shadow:0 20px 45px -18px rgba(74,42,29,.3); aspect-ratio:4/5; }
.lv-why-photo-a img{ width:100%; height:100%; object-fit:cover; }
.lv-why-photo-b{ position:absolute; width:46%; bottom:-30px; left:-30px; border-radius:20px; overflow:hidden; border:6px solid var(--lv-white); box-shadow:0 14px 30px -14px rgba(74,42,29,.35); aspect-ratio:1/1; }
.lv-why-photo-b img{ width:100%; height:100%; object-fit:cover; }
.lv-check-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:20px; }
.lv-check-list li{ display:flex; gap:16px; }
.lv-check-icon{ width:38px; height:38px; flex-shrink:0; border-radius:50%; background:var(--lv-terracotta); color:#fff; display:flex; align-items:center; justify-content:center; font-size:.85rem; }
.lv-check-list strong{ font-family:'Baloo 2',sans-serif; color:var(--lv-cocoa); display:block; margin-bottom:2px; }
.lv-check-list p{ font-size:.9rem; color:var(--lv-ink-soft); margin:0; line-height:1.6; }

/* ---- 8.8 NUTRITION ---- */
.lv-nutrition{ padding:80px 0; background:var(--lv-white); }
.lv-nutrition-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.lv-nutrition-card{ text-align:center; padding:32px 22px; border-radius:26px; background:var(--lv-cream); transition:transform .3s ease, background .3s ease; }
.lv-nutrition-card:hover{ transform:translateY(-6px); background:var(--lv-peach-soft); }
.lv-nutrition-ico{ width:76px; height:76px; border-radius:50%; overflow:hidden; margin:0 auto 18px; box-shadow:0 8px 18px -10px rgba(74,42,29,.3); }
.lv-nutrition-ico img{ width:100%; height:100%; object-fit:cover; }
.lv-nutrition-card h4{ font-family:'Baloo 2',sans-serif; font-size:1.05rem; margin-bottom:8px; color:var(--lv-cocoa); }
.lv-nutrition-card p{ font-size:.88rem; color:var(--lv-ink-soft); line-height:1.6; }

/* ---- 8.9 CARE GUIDES â€” horizontal list rows (different from grid before) ---- */
.lv-guides{ padding:80px 0; background:var(--lv-cream); }
.lv-guide-list{ display:flex; flex-direction:column; gap:16px; }
.lv-guide-row{ display:flex; align-items:center; gap:22px; background:var(--lv-white); border-radius:22px; padding:14px; box-shadow:0 8px 20px -12px rgba(74,42,29,.2); transition:transform .25s ease; }
.lv-guide-row:hover{ transform:translateX(6px); }
.lv-guide-row img{ width:110px; height:110px; border-radius:16px; object-fit:cover; flex-shrink:0; }
.lv-guide-row-tag{ display:inline-block; font-family:'Baloo 2',sans-serif; font-weight:700; font-size:.72rem; color:var(--lv-terracotta); background:var(--lv-cream-2); padding:4px 12px; border-radius:99px; margin-bottom:6px; }
.lv-guide-row h4{ font-family:'Baloo 2',sans-serif; font-size:1.05rem; margin-bottom:4px; color:var(--lv-cocoa); }
.lv-guide-row p{ font-size:.86rem; color:var(--lv-ink-soft); margin:0; }

/* ---- 8.10 TESTIMONIALS (new section) ---- */
.lv-testimonials{ padding:80px 0; background:var(--lv-white); }
.lv-test-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.lv-test-card{ background:var(--lv-cream); border-radius:24px; padding:28px; }
.lv-test-stars{ color:#F0A93C; font-size:.85rem; margin-bottom:14px; }
.lv-test-card p{ font-size:.94rem; color:var(--lv-ink); line-height:1.7; margin-bottom:18px; }
.lv-test-user{ display:flex; align-items:center; gap:12px; }
.lv-test-user img{ width:44px; height:44px; border-radius:50%; object-fit:cover; }
.lv-test-user strong{ display:block; font-family:'Baloo 2',sans-serif; font-size:.9rem; color:var(--lv-cocoa); }
.lv-test-user span{ font-size:.76rem; color:var(--lv-ink-soft); }

/* ---- 8.11 GALLERY ---- */
.lv-gallery{ padding:80px 0; background:var(--lv-cream); }
.lv-gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:130px; gap:16px; }
.lv-gallery-item{ border-radius:20px; overflow:hidden; }
.lv-gallery-item img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.lv-gallery-item:hover img{ transform:scale(1.08); }
.lv-g-tall{ grid-row:span 2; }

/* ---- 8.12 NEWSLETTER (new closing band) ---- */
.lv-newsletter{ background:var(--lv-cocoa); padding:60px 0; }
.lv-newsletter-inner{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:24px; }
.lv-newsletter h3{ color:#fff; font-family:'Baloo 2',sans-serif; font-size:1.6rem; margin-bottom:6px; }
.lv-newsletter p{ color:rgba(255,253,249,.7); margin:0; font-size:.92rem; }
.lv-newsletter-form{ display:flex; gap:10px; flex-wrap:wrap; }
.lv-newsletter-form input{
  padding:14px 18px; border-radius:99px; border:none; min-width:240px; font-family:'Poppins',sans-serif; font-size:.9rem;
}
.lv-newsletter-form button{
  padding:14px 26px; border-radius:99px; border:none; background:var(--lv-terracotta); color:#fff;
  font-family:'Baloo 2',sans-serif; font-weight:700; cursor:pointer; transition:background .2s ease;
}
.lv-newsletter-form button:hover{ background:var(--lv-terracotta-dark); }

/* ---- 8.13 FAQ (reuses pw-accordion-* from base css, colors already remapped above) ---- */
.faq-section{ padding:80px 0; background:var(--lv-white); }

/* =========================================================================
   9. RESPONSIVE â€” homepage + shared components
   ========================================================================= */
@media (max-width:1199px){
  .lv-gallery-grid{ grid-template-columns:repeat(3,1fr); }
}

@media (max-width:991px){
  .lv-hero-grid{ grid-template-columns:1fr; }
  .lv-hero-photo{ max-width:420px; margin:0 auto; }
  .lv-hero-photo-card{ margin-left:0; }
  .lv-hero-copy p{ max-width:100%; }
  .lv-species-grid{ grid-template-columns:1fr; }
  .lv-species-side{ flex-direction:row; }
  .lv-species-side .lv-species-main{ aspect-ratio:1/1; }
  .lv-picks-layout{ grid-template-columns:1fr; }
  .lv-why-grid{ grid-template-columns:1fr; }
  .lv-why-stack{ max-width:420px; margin:0 auto 30px; }
  .lv-nutrition-grid, .lv-test-grid{ grid-template-columns:repeat(2,1fr); }
  .lv-counter-card{ grid-template-columns:repeat(2,1fr); }
  .lv-counter-card > div:nth-child(2){ border-right:0; }
  .lv-counter-card > div{ border-bottom:1px solid var(--lv-line); }
  .lv-gallery-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:150px; }
  .lv-newsletter-inner{ justify-content:center; text-align:center; }
}

@media (max-width:576px){
  .lv-hero{ padding-top:38px; }
  .lv-shopby,.lv-picks,.lv-counters,.lv-bundles,.lv-why,.lv-nutrition,.lv-guides,.lv-testimonials,.lv-gallery,.faq-section{ padding:52px 0; }
  .lv-nutrition-grid, .lv-test-grid{ grid-template-columns:1fr; }
  .lv-counter-card{ grid-template-columns:1fr 1fr; }
  .lv-gallery-grid{ grid-template-columns:1fr 1fr; grid-auto-rows:120px; }
  .lv-guide-row{ flex-direction:column; align-items:flex-start; }
  .lv-guide-row img{ width:100%; height:160px; }
  .lv-species-side{ flex-direction:column; }
  .lv-hero-photo-card{ max-width:100%; }
  .lv-newsletter-form input{ min-width:0; flex:1; }
  .lv-head-row{ margin-bottom:26px; }
}
