.qty button{display:grid;place-items:center;color:var(--green)}
.qty button:hover{background:var(--cream)}
.qty button .icon{width:14px;height:14px}
.accordion button{align-items:center;gap:20px}
.accordion button .icon{width:17px;height:17px;transition:transform .25s ease}
.accordion.open button .icon{transform:rotate(45deg)}
.blog-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:42px;color:var(--muted)}
.blog-intro span{font:400 22px var(--serif);color:var(--green)}
.blog-intro p{margin:0;font-size:12px}
.article-body ul{padding:22px 25px 22px 45px;background:var(--cream);border-left:3px solid var(--gold)}
.article-body li{margin:8px 0}
.article-footer{margin-top:52px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}
.article-footer>span{display:flex;align-items:center;gap:9px;color:var(--green);font-size:12px;font-weight:700}
.article-footer>span .icon{color:var(--gold)}
/* Navigation refinement */
.nav-group>a{gap:6px}
.nav-group>a .nav-chevron{display:block;width:15px;height:15px;margin-top:1px;transition:transform .25s ease}
.mega-trigger:hover>a .nav-chevron,.mega-trigger:focus-within>a .nav-chevron{transform:rotate(180deg)}

/* Elevated product cards */
.product-card{background:#fff;border:1px solid rgba(18,58,38,.1);border-radius:20px;padding:10px;box-shadow:0 8px 24px rgba(18,58,38,.055);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}
.product-card:hover{transform:translateY(-8px);border-color:rgba(18,58,38,.2);box-shadow:0 24px 55px rgba(18,58,38,.14)}
.product-card .product-image{border-radius:14px;background:linear-gradient(145deg,#f7f6f0,#efede4);overflow:hidden}
.product-card .product-image:after{content:'';position:absolute;inset:0;border:1px solid rgba(255,255,255,.72);border-radius:inherit;pointer-events:none}
.product-card .product-info{padding:18px 9px 12px;position:relative}
.product-card .product-info h3{min-height:50px;margin-right:4px}
.product-card .badge{left:14px;top:14px;background:#fff;color:var(--green);border:1px solid rgba(18,58,38,.15);box-shadow:0 6px 16px rgba(18,58,38,.09)}
.product-card .quick-add{left:14px;right:14px;bottom:14px;transform:none;transition:transform .32s cubic-bezier(.2,.8,.2,1)}
.product-card:hover .quick-add,.product-card:focus-within .quick-add{transform:none}
.product-card .quick-add .btn{width:100%;height:46px;min-height:46px;padding:0 18px;border-radius:9px;font-size:13px;box-shadow:0 10px 25px rgba(18,58,38,.22)}
.product-card .quick-add .btn span{font-size:13px;line-height:1}
.product-card .quick-add .btn .icon{width:17px;height:17px}

/* Editorial sections without heavy colour overlays */
.category-card:after{background:linear-gradient(180deg,transparent 44%,rgba(17,27,20,.15) 58%,rgba(17,27,20,.82) 100%)}
.manifesto{background:#eeeadd;color:var(--ink)}
.manifesto-copy{background:linear-gradient(135deg,#eeeadd 0%,#f8f5eb 100%)}
.manifesto-copy .eyebrow{color:var(--green-3)}
.manifesto-copy p{color:#56645b}
.manifesto-copy .btn{background:var(--green);border-color:var(--green);color:#fff}
.manifesto-visual:after{display:none}
.manifesto-visual img{object-position:88% center;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.manifesto:hover .manifesto-visual img{transform:scale(1.025)}

/* Source-to-seal journey */
.process-section{background:radial-gradient(circle at 92% 3%,rgba(217,166,46,.14),transparent 26%),linear-gradient(180deg,#fbfaf4,#f3f0e5)}
.process-heading{display:grid;grid-template-columns:1.25fr .55fr;gap:70px;align-items:end}
.process-intro{margin:0 0 8px;padding-left:25px;border-left:2px solid var(--gold);color:var(--muted);font-size:16px}
.process-list{gap:16px;border-top:0;margin-top:58px}
.process-step{min-height:286px;padding:28px 25px!important;border:1px solid rgba(18,58,38,.1)!important;border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 12px 32px rgba(18,58,38,.06);overflow:hidden;transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s ease,border-color .38s ease}
.process-step:after{content:'';position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--green-3));transform:scaleX(0);transform-origin:left;transition:transform .38s ease}
.process-step:hover{transform:translateY(-10px);border-color:rgba(217,166,46,.5)!important;box-shadow:0 24px 52px rgba(18,58,38,.13)}
.process-step:hover:after{transform:scaleX(1)}
.process-step .step-icon{background:#f4efdf;border:1px solid rgba(217,166,46,.2);transition:transform .4s ease,background .4s ease,color .4s ease}
.process-step:hover .step-icon{transform:rotate(-8deg) scale(1.08);background:var(--green);color:#fff}
.process-step h3{font-size:25px}

/* Keep the moringa pack fully in view */
.ingredient-image{background:#e9e3d3}
.ingredient-image img{object-position:88% center;transition:transform .9s cubic-bezier(.2,.7,.2,1)}
.ingredient-feature:hover .ingredient-image img{transform:scale(1.02)}

/* Family notes editorial composition */
.testimonial-section{background:#f7f3e8;overflow:hidden}
.testimonial-editorial{display:grid;grid-template-columns:.9fr 1.1fr;min-height:610px;align-items:stretch}
.testimonial-image{position:relative;overflow:hidden;border-radius:20px 0 0 20px;background:#e8e3d6}
.testimonial-image img{width:100%;height:100%;object-fit:cover;object-position:76% center;transition:transform .8s ease}
.testimonial-image:hover img{transform:scale(1.035)}
.testimonial-image>span{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;gap:9px;padding:12px 16px;border-radius:9px;background:rgba(255,255,255,.9);color:var(--green);font-size:11px;font-weight:700;backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(18,58,38,.16)}
.testimonial-image>span .icon{width:17px;color:var(--gold)}
.testimonial-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(40px,5vw,84px);border-radius:0 20px 20px 0;background:var(--green);color:#fff}
.testimonial-copy:before{content:'';position:absolute;inset:22px;border:1px solid rgba(255,255,255,.12);border-radius:12px;pointer-events:none}
.testimonial-copy .eyebrow{color:var(--gold-soft)}
.testimonial-copy .testimonial-mark{position:absolute;right:54px;top:32px;color:rgba(255,255,255,.1);font-size:150px}
.testimonial-copy blockquote{position:relative;font:400 clamp(36px,3.6vw,58px)/1.12 var(--serif);margin:18px 0 30px;max-width:700px}
.testimonial-copy cite{display:flex;flex-direction:column;font-style:normal}
.testimonial-copy cite strong{color:var(--gold-soft);font-size:15px}
.testimonial-copy cite span{color:#afc6b6;font-size:12px}
.testimonial-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15)}
.testimonial-values span{color:#c8d7cd;font-size:11px}
.testimonial-values b{display:block;margin-bottom:5px;color:var(--gold-soft);font:400 20px var(--serif)}

/* Compact, deliberately aligned footer */
.site-footer{padding:48px 0 20px}
.footer-top{grid-template-columns:minmax(260px,.72fr) 1.28fr;gap:64px;align-items:start}
.footer-brand img{width:174px;height:auto;margin:0 0 20px;padding:10px 14px;border-radius:10px;background:var(--ivory);filter:none;box-shadow:0 8px 25px rgba(0,0,0,.16)}
.footer-brand p{margin:0;line-height:1.65}
.socials{margin-top:20px;gap:10px}
.socials a{display:grid;place-items:center;margin:0;width:40px;height:40px;border-color:rgba(255,255,255,.22)}
.footer-links{gap:46px}
.site-footer h3{margin-bottom:13px}
.site-footer a{margin:6px 0}
.footer-contact{margin-top:38px;padding:18px 0;gap:22px}
.footer-contact>a{margin:0}
.footer-bottom{padding-top:18px;align-items:center}

@media(max-width:1100px){
  .nav-group>a .nav-chevron{display:none}
  .product-card .quick-add{transform:none}
  .process-heading{grid-template-columns:1fr}
  .process-intro{max-width:600px;margin-top:-25px}
  .process-list{grid-template-columns:repeat(2,1fr)}
  .testimonial-editorial{grid-template-columns:1fr;min-height:0}
  .testimonial-image{height:520px;border-radius:18px 18px 0 0}
  .testimonial-copy{border-radius:0 0 18px 18px}
}

/* Dynamic editorial gallery */
.gallery-hero{padding:112px 0 82px;background:radial-gradient(circle at 78% 28%,rgba(217,166,46,.22),transparent 25%),linear-gradient(135deg,#ecf0e5 0%,#faf7ee 52%,#eee7d6 100%);overflow:hidden}
.gallery-hero-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}
.gallery-hero .display{max-width:900px}.gallery-hero .lead{margin-top:25px}
.gallery-hero-note{display:flex;align-items:center;gap:16px;padding:22px 0;border-block:1px solid rgba(18,58,38,.2)}
.gallery-hero-note span{font:400 64px/1 var(--serif);color:var(--green)}.gallery-hero-note p{margin:0;color:var(--muted);font-size:11px;line-height:1.5;text-transform:uppercase;letter-spacing:.12em}
.gallery-section{background:#f8f7f1}.gallery-filters{display:flex;align-items:center;gap:8px;overflow-x:auto;margin-bottom:38px;padding-bottom:8px;scrollbar-width:none}.gallery-filters::-webkit-scrollbar{display:none}
.gallery-filters a{display:flex;align-items:center;gap:9px;flex:0 0 auto;padding:10px 17px;border:1px solid var(--line);border-radius:99px;background:#fff;color:var(--muted);font-size:12px;font-weight:700}.gallery-filters a.active,.gallery-filters a:hover{background:var(--green);border-color:var(--green);color:#fff}.gallery-filters small{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.16)}
.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:155px;grid-auto-flow:dense;gap:18px}.gallery-tile{grid-column:span 4;grid-row:span 2;position:relative;overflow:hidden;padding:0;border:0;border-radius:18px;background:#dfe6dc;text-align:left;box-shadow:0 15px 40px rgba(15,64,46,.08)}.gallery-tile:nth-child(5n+2){grid-column:span 5}.gallery-tile:nth-child(5n+3){grid-column:span 3}.gallery-tile.featured,.gallery-tile:nth-child(7n+1){grid-column:span 8;grid-row:span 3}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-tile:hover img,.gallery-tile:focus img{transform:scale(1.045)}
.gallery-overlay{position:absolute;inset:auto 0 0;display:grid;gap:3px;padding:54px 22px 20px;color:#fff;background:linear-gradient(transparent,rgba(5,32,18,.86));transform:translateY(26px);transition:.35s}.gallery-tile:hover .gallery-overlay,.gallery-tile:focus .gallery-overlay{transform:none}.gallery-overlay small{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#d9e8d7}.gallery-overlay strong{font:400 24px/1.15 var(--serif)}.gallery-overlay i{display:flex;align-items:center;gap:7px;margin-top:6px;font-size:10px;font-style:normal;text-transform:uppercase;letter-spacing:.12em;opacity:0;transition:.3s}.gallery-overlay i .icon{width:14px}.gallery-tile:hover .gallery-overlay i,.gallery-tile:focus .gallery-overlay i{opacity:1}
.gallery-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:55px 95px;background:rgba(4,22,13,.94);opacity:0;visibility:hidden;transition:.25s}.gallery-lightbox.open{opacity:1;visibility:visible}.gallery-lightbox figure{max-width:min(1100px,88vw);max-height:88vh;margin:0;display:grid;justify-items:center}.gallery-lightbox figure img{max-width:100%;max-height:76vh;border-radius:10px;object-fit:contain;box-shadow:0 30px 90px #0008}.gallery-lightbox figcaption{display:grid;gap:4px;padding:15px;color:#fff;text-align:center}.gallery-lightbox figcaption strong{font:400 24px var(--serif)}.gallery-lightbox figcaption span{color:#bfd0c3}.gallery-close,.gallery-nav{position:absolute;display:grid;place-items:center;border:1px solid #ffffff35;border-radius:50%;background:#ffffff10;color:#fff}.gallery-close{right:28px;top:26px;width:48px;height:48px}.gallery-nav{top:50%;width:52px;height:52px;font-size:34px}.gallery-prev{left:25px}.gallery-next{right:25px}
@media(max-width:900px){.gallery-hero-grid{grid-template-columns:1fr}.gallery-hero-note{display:none}.gallery-grid{grid-auto-rows:130px}.gallery-tile,.gallery-tile:nth-child(n),.gallery-tile.featured{grid-column:span 6;grid-row:span 2}.gallery-lightbox{padding:55px 20px}.gallery-nav{top:auto;bottom:20px}.gallery-prev{left:calc(50% - 65px)}.gallery-next{right:calc(50% - 65px)}}
@media(max-width:560px){.gallery-hero{padding:76px 0 60px}.gallery-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:13px}.gallery-tile,.gallery-tile:nth-child(n),.gallery-tile.featured{grid-column:auto;grid-row:auto;aspect-ratio:4/3}.gallery-overlay{transform:none}.gallery-overlay i{display:none}.gallery-lightbox figure img{max-height:68vh}}

/* Product detail commerce and independently tested quality reports. */
.product-view-section{padding-top:54px}
.product-gallery-wrap{min-width:0;position:sticky;top:112px}
.product-gallery-wrap .product-gallery{position:static;top:auto}
.product-scene-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.product-scene-strip img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.price-panel{margin:20px 0 24px;padding:18px 20px;background:linear-gradient(135deg,#f0f6ef,#faf8ef);border:1px solid #d6e4d5;border-radius:14px}
.price-panel .product-price{display:flex;align-items:baseline;gap:10px;margin:0 0 7px}
.saving-pill{display:inline-flex;padding:5px 10px;background:#deefdf;color:#236338;border-radius:99px;font-size:12px}
.price-panel .tax-note{margin:9px 0 0}
.variant-block{margin:25px 0}
.variant-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:11px}
.variant-heading strong{font-size:15px}.variant-heading span{font-size:12px;color:var(--muted)}
.variant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.variant-card{display:grid;gap:3px;text-align:left;padding:14px 15px;border:1px solid #cdd6cd;border-radius:10px;background:#fff;color:var(--ink);transition:.2s}
.variant-card:hover{border-color:var(--green-3);transform:translateY(-1px)}
.variant-card.active{border:2px solid var(--green);padding:13px 14px;background:#f2f8f1;box-shadow:0 8px 24px rgba(18,58,38,.09)}
.variant-card>span{font-weight:700}.variant-card>strong{font-size:20px;color:var(--green)}
.variant-card small{color:var(--danger)}.variant-card small s{color:var(--muted)}
.variant-card em{font-style:normal;font-size:12px;color:var(--green-3)}
.stock{display:flex;align-items:center;gap:8px}.stock i{width:8px;height:8px;border-radius:50%;background:#3c9a57;box-shadow:0 0 0 4px #3c9a5720}
.certificate-section{position:relative;overflow:hidden;background:linear-gradient(140deg,#eee9dc 0%,#fbfaf4 48%,#e8efe8 100%)}
.certificate-section:before{content:'VERIFIED';position:absolute;right:-28px;top:26px;font:400 118px/1 var(--serif);letter-spacing:.04em;color:rgba(18,58,38,.04)}
.certificate-shell{position:relative;display:grid;grid-template-columns:minmax(400px,.9fr) minmax(0,1.1fr);gap:76px;align-items:center}
.certificate-document{position:relative;display:block;padding:24px;border:1px solid rgba(18,58,38,.13);border-radius:24px;background:rgba(255,255,255,.76);box-shadow:0 30px 80px rgba(18,58,38,.14);transition:transform .35s,box-shadow .35s}
.certificate-document:hover{transform:translateY(-6px) rotate(-.25deg);box-shadow:0 38px 95px rgba(18,58,38,.2)}
.certificate-paper{height:610px;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 8px 28px rgba(20,35,25,.13)}
.certificate-paper img,.certificate-paper embed{width:100%;height:100%;border:0;object-fit:contain;object-position:top center;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.certificate-document:hover .certificate-paper img{transform:scale(1.018)}
.certificate-ribbon{position:absolute;z-index:2;left:8px;top:42px;display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:0 30px 30px 0;background:var(--green);color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 12px 30px rgba(18,58,38,.2)}
.certificate-ribbon .icon{width:16px;color:var(--gold-soft)}
.certificate-open{display:flex;align-items:center;justify-content:space-between;padding:18px 4px 0;color:var(--green);font-weight:800}
.certificate-open .icon{width:17px;transition:transform .25s}.certificate-document:hover .certificate-open .icon{transform:translateX(5px)}
.certificate-copy .section-title{max-width:600px}.certificate-copy .lead{margin:22px 0 16px;font-size:19px;color:var(--green)}
.certificate-explainer{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.certificate-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0}
.certificate-assurance>span{min-width:0;padding:18px;border:1px solid rgba(18,58,38,.12);border-radius:14px;background:rgba(255,255,255,.62)}
.certificate-assurance .icon{width:25px;height:25px;margin-bottom:13px;color:var(--gold)}
.certificate-assurance strong,.certificate-assurance small{display:block}.certificate-assurance strong{font-size:13px}.certificate-assurance small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}
.certificate-actions{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}
.certificate-accreditation{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;min-width:280px;flex:1;padding:9px;border:1px solid rgba(18,58,38,.14);border-radius:12px;background:#fff;transition:.25s}
.certificate-accreditation:hover{border-color:var(--green);transform:translateY(-2px)}
.certificate-accreditation img{width:62px;height:64px;object-fit:cover;object-position:top;border-radius:7px;background:#f5f5f2}
.certificate-accreditation span,.certificate-accreditation small,.certificate-accreditation strong,.certificate-accreditation em{display:block;min-width:0}.certificate-accreditation small{color:var(--green-3);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.certificate-accreditation strong{font-size:13px}.certificate-accreditation em{color:var(--muted);font-size:10px;font-style:normal}
@media(max-width:1000px){.product-gallery-wrap{position:static}.certificate-shell{grid-template-columns:1fr;gap:45px}.certificate-document{max-width:680px;width:100%;margin-inline:auto}.certificate-paper{height:650px}}
@media(max-width:680px){.product-view-section{padding-top:34px}.product-scene-strip{gap:6px}.variant-grid{grid-template-columns:1fr}.variant-heading{align-items:flex-start;flex-direction:column;gap:2px}.certificate-shell{gap:34px}.certificate-document{padding:12px;border-radius:16px}.certificate-paper{height:470px}.certificate-ribbon{top:26px;font-size:8px}.certificate-assurance{grid-template-columns:1fr}.certificate-actions{display:grid}.certificate-accreditation{min-width:0}.certificate-copy .lead{font-size:17px}}
@media(max-width:680px){
  .blog-intro,.article-footer{align-items:flex-start;flex-direction:column}
  .article-body{font-size:18px}
  .article-body h2{font-size:29px}
  .product-card{padding:7px;border-radius:14px}
  .product-card .product-info{padding:14px 5px 9px}
  .product-card .product-info h3{min-height:43px}
  .product-card .quick-add{left:8px;right:8px;bottom:8px}
  .product-card .quick-add .btn{height:40px;min-height:40px;padding:0 10px}
  .process-heading{gap:35px}
  .process-intro{margin:0}
  .process-list{grid-template-columns:1fr;gap:13px}
  .process-step{min-height:230px}
  .ingredient-image img{object-position:85% center}
  .testimonial-image{height:400px}
  .testimonial-copy{padding:58px 28px}
  .testimonial-copy blockquote{font-size:34px}
  .testimonial-copy .testimonial-mark{right:30px;top:24px}
  .testimonial-values{grid-template-columns:1fr;gap:9px}
  .testimonial-values span{display:grid;grid-template-columns:32px 1fr;align-items:center}
  .testimonial-values b{margin:0}
  .footer-top{grid-template-columns:1fr;gap:36px}
  .footer-links{gap:22px}
  .footer-contact{margin-top:32px}
}

/* 2026 botanical refresh: compact heroes, social proof and ingredient education. */
:root{
  --green:#155c46;
  --green-2:#23785b;
  --green-3:#4d936f;
  --lime:#b9dd91;
  --gold:#d4a83e;
  --cream:#f0f5ec;
  --ivory:#fbfcf7;
  --line:#d7e3d9;
  --shadow:0 24px 70px rgba(15,74,53,.12);
}

.display,.section-title{text-wrap:balance}
.page-home .section-soft .product-grid,.page-products .catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hero-copy{width:min(600px,50%)}
.hero-copy .display{max-width:600px;font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.04em}
body:not(.page-home) .page-hero .display{max-width:920px;font-size:clamp(42px,5.2vw,70px);line-height:1;letter-spacing:-.038em;text-wrap:balance}
body:not(.page-home) .page-hero .container{max-width:1320px}
.page-hero-auto .display{max-width:850px!important}

.review-wall{overflow:hidden;background:linear-gradient(180deg,#eef5eb 0%,#f8faf5 100%);border-block:1px solid var(--line)}
.review-wall-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:42px}
.review-score{display:flex;align-items:center;gap:14px;min-width:270px;padding:17px 20px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 12px 32px rgba(26,83,62,.08)}
.review-score .review-g{font-size:30px}
.review-score strong,.review-score small{display:block}
.review-score strong{font-size:17px;color:var(--ink)}
.review-score strong span,.review-stars{color:#f3ad22;letter-spacing:.08em}
.review-score small{margin-top:2px;color:var(--muted);font-size:11px}
.review-g{font-weight:800;font-family:Arial,sans-serif;color:#4285f4}
.review-marquee{width:100%;overflow:hidden;outline:0;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.review-track{display:flex;width:max-content;gap:18px;padding:8px 9px 25px;animation:review-scroll 85s linear infinite;will-change:transform}
.review-marquee:hover .review-track,.review-marquee:focus .review-track,.review-marquee:focus-within .review-track{animation-play-state:paused}
.google-review-card{width:350px;min-height:280px;display:flex;flex-direction:column;padding:24px;border:1px solid #dce5dd;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(22,74,55,.08)}
.review-card-top{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:12px}
.review-card-top strong,.review-card-top small{display:block}
.review-card-top strong{font-size:14px;color:var(--ink)}
.review-card-top small{font-size:11px;color:var(--muted)}
.review-avatar{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--green-2),#7eb890);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em}
.review-card-top .review-g{font-size:20px}
.review-stars{margin:18px 0 10px;font-size:13px}
.review-stars small{color:var(--muted);letter-spacing:0;margin-left:5px}
.google-review-card>p{flex:1;margin:0 0 18px;color:#47544c;font-size:14px;line-height:1.65}
.review-product{display:flex;align-items:center;gap:7px;padding-top:13px;border-top:1px solid var(--line);color:var(--green);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.review-product .icon{width:15px;height:15px}
.review-wall-foot{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:12px}
.review-wall-foot p{max-width:670px;margin:0;color:var(--muted);font-size:11px}
@keyframes review-scroll{to{transform:translateX(calc(-50% - 9px))}}

.instagram-section{background:var(--ivory)}
.instagram-live-grid{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 18px;scrollbar-width:thin;scrollbar-color:var(--green-3) var(--cream)}
.instagram-live-grid::-webkit-scrollbar{height:7px}
.instagram-live-grid::-webkit-scrollbar-track{background:var(--cream);border-radius:20px}
.instagram-live-grid::-webkit-scrollbar-thumb{background:var(--green-3);border-radius:20px}
.instagram-live-grid .instagram-card{flex:0 0 clamp(290px,28vw,370px);height:470px;scroll-snap-align:start;scroll-snap-stop:always}
.instagram-embed-shell{position:relative;width:min(100%,660px);min-height:610px;margin-inline:auto;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(21,92,70,.1)}
.instagram-embed-shell iframe{display:block;width:100%;height:610px;border:0;background:#fff}
.instagram-play{position:absolute;z-index:3;top:18px;right:18px;width:46px;height:46px;display:grid;place-items:center;padding-left:3px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(10,55,39,.68);color:#fff;backdrop-filter:blur(9px);font-size:13px}
.instagram-feed-meta{display:flex;align-items:center;gap:10px;margin-top:18px;color:var(--muted);font-size:11px}
.instagram-feed-meta p{margin:0}
.instagram-feed-meta a{display:flex;align-items:center;gap:7px;margin-left:auto;color:var(--green);font-weight:700}
.instagram-feed-meta .icon{width:14px}
.feed-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#26a269;box-shadow:0 0 0 5px rgba(38,162,105,.12)}
.instagram-grid{display:grid;grid-template-columns:1.05fr .95fr .95fr;grid-template-rows:260px 260px;gap:16px}
.instagram-card{position:relative;overflow:hidden;border-radius:18px;background:#dfe9df;color:#fff;isolation:isolate}
.instagram-card-tall{grid-row:1/3}
.instagram-card-wide{grid-column:2/4}
.instagram-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.instagram-card:after{content:'';position:absolute;z-index:0;inset:34% 0 0;background:linear-gradient(transparent,rgba(5,34,23,.92))}
.instagram-card:hover img{transform:scale(1.045)}
.instagram-card>div{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}
.instagram-card strong,.instagram-card small{display:block}
.instagram-card strong{max-width:420px;font:400 25px/1.12 var(--serif)}
.instagram-card small{display:flex;align-items:center;gap:7px;margin-top:9px;color:#dce9df;font-size:11px;font-weight:700}
.instagram-card small .icon{width:14px}
.instagram-kind{position:absolute;z-index:2;left:16px;top:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.35);border-radius:30px;background:rgba(12,67,46,.72);backdrop-filter:blur(9px);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.instagram-note{margin:16px 0 0;color:var(--muted);font-size:11px;text-align:right}

.product-education{background:linear-gradient(145deg,#0f4f3b 0%,#1f7054 100%);color:#fff}
.product-education .eyebrow{color:#d7ecab}
.product-education-head{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:end}
.product-education-head .section-title{color:#fff}
.product-education-head .lead{margin:0;color:#d5e6da}
.education-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:48px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16);border-radius:18px;overflow:hidden}
.education-card{min-height:255px;padding:28px;background:rgba(8,52,37,.42)}
.education-card>span{display:block;color:#d7ecab;font:400 20px var(--serif)}
.education-card h3{font:400 24px/1.14 var(--serif);margin:48px 0 10px}
.education-card p{margin:0;color:#caDDD0;font-size:13px;line-height:1.65}
.purity-journey{display:grid;grid-template-columns:repeat(5,1fr);margin-top:28px;border:1px solid rgba(255,255,255,.18);border-radius:14px;overflow:hidden}
.purity-journey div{display:flex;align-items:center;gap:10px;padding:18px;border-right:1px solid rgba(255,255,255,.16);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.purity-journey div:last-child{border:0}
.purity-journey b{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#d7ecab;color:var(--green);font-size:11px}
.product-guidance{max-width:900px;margin:24px auto 0;color:#b8d0c0;font-size:11px;text-align:center}

/* Reference-led product commerce layout */
.product-view-section{padding:42px 0 90px;background:#fff}
.product-view-section .breadcrumbs{margin:0 0 22px;color:var(--muted);font-size:12px}
.product-detail{position:relative;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:58px;align-items:start}
.product-gallery{min-height:620px;border:1px solid #e5e7e2;border-radius:4px;background:#f1f2f0}
.product-gallery img{aspect-ratio:auto;height:620px;padding:54px;filter:drop-shadow(0 24px 20px rgba(18,58,38,.12));transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.product-gallery:hover img{transform:translateY(-7px) scale(1.025)}
#product-faq{scroll-margin-top:112px}
@media(min-width:1001px){
  .product-gallery-wrap{position:sticky;top:112px;align-self:start;height:max-content}
  .product-gallery-wrap .product-gallery{height:clamp(340px,calc(100dvh - 218px),620px);min-height:0;aspect-ratio:auto}
  .product-gallery-wrap.has-scene-strip .product-gallery{height:clamp(340px,calc(100dvh - 310px),620px)}
  .product-gallery-wrap .product-gallery img{height:100%;max-height:100%}
}
.gallery-badge{position:absolute;z-index:2;top:18px;left:18px;padding:7px 11px;border-radius:30px;background:rgba(255,255,255,.9);color:var(--green);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 8px 24px rgba(18,58,38,.08)}
.product-scene-strip img{border-radius:3px;cursor:pointer;transition:transform .25s,border-color .25s}
.product-scene-strip img:first-child{background:#f1f2f0;border-color:var(--green)}
.product-scene-strip img:hover{transform:translateY(-3px);border-color:var(--green)}
.gallery-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.gallery-assurance span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:8px;border:1px solid var(--line);color:var(--green);font-size:10px;font-weight:700;text-align:center}
.gallery-assurance .icon{width:15px;height:15px;color:var(--gold)}
.product-title-row{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start}
.product-copy h1{margin:4px 0 0;font-size:clamp(38px,4vw,54px);line-height:1.02}
.product-share{width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:50%;background:#f1f2f0;color:var(--green);transition:transform .25s,background .25s,color .25s}
.product-share .icon{transform:rotate(-45deg)}
.product-share:hover{transform:translateY(-3px) rotate(5deg);background:var(--green);color:#fff}
.product-intro{margin:15px 0 8px;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.1em;line-height:1.45;text-transform:uppercase}
.product-copy .rating{margin:12px 0 17px}
.price-panel{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.price-panel .product-price{margin:0}
.price-panel .price{font-size:40px;color:var(--ink)}
.price-panel .tax-note{flex-basis:100%;margin:0;color:var(--muted);font-size:11px}
.purchase-reward{display:flex;align-items:center;gap:12px;margin:16px 0;padding:12px 15px;border-radius:10px;background:#e6f4e8;color:#1d6737}
.purchase-reward strong,.purchase-reward small{display:block}
.purchase-reward small{margin-top:2px;color:#558063;font-size:11px}
.reward-coin{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--gold);color:var(--green);font:700 15px var(--serif);box-shadow:inset 0 0 0 4px #ffe89c}
.product-desc{margin:16px 0;color:#5e6962}
.variant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.variant-card{min-height:104px;border-radius:6px}
.variant-card.active{background:var(--green);color:#fff;box-shadow:0 12px 26px rgba(18,58,38,.18)}
.variant-card.active>strong,.variant-card.active em,.variant-card.active small s{color:#fff}
.variant-card.active small{color:#f7dd84}
.buy-row{align-items:stretch}
.buy-row .qty{min-width:116px;border-radius:4px;background:#f6f6f3}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1}
.purchase-actions .btn{width:100%;min-width:0;border-radius:999px;position:relative;overflow:hidden;isolation:isolate}
.purchase-actions .btn:after{content:'';position:absolute;z-index:-1;top:-50%;left:-35%;width:25%;height:200%;background:rgba(255,255,255,.32);transform:rotate(22deg);transition:left .55s ease}
.purchase-actions .btn:hover:after{left:115%}
.buy-now-cta{animation:cta-breathe 2.8s ease-in-out infinite}
@keyframes cta-breathe{0%,100%{box-shadow:0 10px 24px rgba(217,166,46,.2)}50%{box-shadow:0 14px 34px rgba(217,166,46,.45);transform:translateY(-2px)}}
@media(prefers-reduced-motion:reduce){.buy-now-cta{animation:none}.product-gallery img,.purchase-actions .btn:after{transition:none}}

@media(max-width:900px){
  .page-home .section-soft .product-grid,.page-products .catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-detail{grid-template-columns:1fr}
  .product-gallery{min-height:0}
  .product-gallery img{height:auto}
  .review-wall-head,.product-education-head{grid-template-columns:1fr;display:grid;gap:28px}
  .review-score{width:max-content}
  .instagram-grid{grid-template-columns:1fr 1fr;grid-template-rows:340px 240px 260px}
  .instagram-live-grid .instagram-card{flex-basis:clamp(280px,43vw,350px);height:450px}
  .instagram-card-tall{grid-row:1/3}
  .instagram-card-wide{grid-column:1/3}
  .education-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:680px){
  .page-home .section-soft .product-grid,.page-products .catalog-layout .product-grid{grid-template-columns:1fr}
  .product-view-section{padding-top:26px}
  .gallery-assurance{grid-template-columns:1fr}
  .variant-grid{grid-template-columns:1fr 1fr}
  .purchase-actions{grid-template-columns:1fr}
  .buy-row .qty{width:100%}
  .hero-copy .display{max-width:100%;font-size:clamp(30px,8vw,36px);line-height:1.04;white-space:normal}
  .hero-copy .display em{white-space:nowrap}
  body:not(.page-home) .page-hero .display{font-size:clamp(34px,9.5vw,43px);line-height:1.04;overflow-wrap:normal}
  body:not(.page-home) .page-hero{min-height:330px}
  .review-wall-head{margin-bottom:24px}
  .review-score{min-width:0;width:100%}
  .review-marquee{width:calc(100% - 28px);margin-inline:auto;mask-image:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .review-marquee::-webkit-scrollbar{display:none}
  .review-track{gap:12px;padding:4px 0 18px;animation:none}
  .google-review-card{width:calc(100vw - 56px);min-height:285px;scroll-snap-align:center}
  .review-wall-foot{align-items:flex-start;flex-direction:column}
  .instagram-section .section-head{align-items:flex-start}
  .instagram-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
  .instagram-live-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
  .instagram-live-grid::-webkit-scrollbar{display:none}
  .instagram-live-grid .instagram-card{flex:0 0 82vw;height:430px;scroll-snap-align:center}
  .instagram-embed-shell{min-height:510px;border-radius:16px}
  .instagram-embed-shell iframe{height:510px}
  .instagram-feed-meta{align-items:flex-start;flex-wrap:wrap}
  .instagram-feed-meta p{flex:1;min-width:200px}
  .instagram-grid::-webkit-scrollbar{display:none}
  .instagram-card,.instagram-card-tall,.instagram-card-wide{flex:0 0 82vw;height:430px;scroll-snap-align:center}
  .instagram-card strong{font-size:24px}
  .instagram-note{text-align:left}
  .product-education-head{gap:22px}
  .education-grid{grid-template-columns:1fr;margin-top:34px}
  .education-card{min-height:0;padding:24px}
  .education-card h3{margin:24px 0 8px}
  .purity-journey{grid-template-columns:1fr}
  .purity-journey div{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .purity-journey div:last-child{border-bottom:0}
}
