/* PrymCare Health — shared site styles (design tokens, header, footer, sections, floating actions) */
/* ============ TOKENS ============ */
:root{
  --canopy:#0E3D28;
  --canopy-2:#0A2E1E;
  --aloe:#2F8F52;
  --aloe-light:#4CAE6C;
  --sprout:#8CC63F;
  --honey:#E8A23A;
  --honey-dark:#C97F1F;
  --linen:#F8F6EF;
  --linen-2:#F1EEE3;
  --ink:#12241B;
  --ink-soft:#3E5449;
  --line:rgba(18,36,27,0.12);
  --navy:#1B3A63;
  --shadow:0 20px 50px -25px rgba(14,61,40,0.35);
  --radius:22px;
  --maxw:1220px;
  --ff-display:"Fraunces", serif;
  --ff-body:"Manrope", sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}
body{
  margin:0;
  font-family:var(--ff-body);
  background:var(--linen);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit;}
h1,h2,h3,h4{font-family:var(--ff-display); margin:0; color:var(--canopy-2); font-weight:600; letter-spacing:-0.01em;}
p{margin:0;}
.container{max-width:var(--maxw); margin:0 auto; padding:0 28px;}
section{position:relative;}
::selection{background:var(--sprout); color:var(--canopy-2);}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible{
  outline:3px solid var(--honey);
  outline-offset:3px;
  border-radius:6px;
}

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--ff-body); font-weight:700; font-size:12.5px;
  letter-spacing:0.14em; text-transform:uppercase;
  color:var(--aloe);
}
.eyebrow::before{
  content:""; width:16px; height:2px; background:var(--honey); display:inline-block; border-radius:2px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 28px; border-radius:100px; font-family:var(--ff-body);
  font-weight:700; font-size:15px; text-decoration:none; border:2px solid transparent;
  cursor:pointer; transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--canopy); color:#fff; box-shadow:0 14px 30px -14px rgba(14,61,40,0.6);}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 20px 34px -14px rgba(14,61,40,0.7);}
.btn-honey{background:var(--honey); color:var(--canopy-2); box-shadow:0 14px 30px -14px rgba(201,127,31,0.55);}
.btn-honey:hover{transform:translateY(-2px); background:var(--honey-dark); color:#fff;}
.btn-ghost{background:transparent; color:var(--canopy); border-color:var(--canopy);}
.btn-ghost:hover{background:var(--canopy); color:#fff;}
.btn-outline-light{background:transparent; color:#fff; border-color:rgba(255,255,255,0.55);}
.btn-outline-light:hover{background:#fff; color:var(--canopy-2);}
.btn-sm{padding:10px 18px; font-size:13px;}
.btn svg{width:16px; height:16px;}

/* ============ SKIP LINK ============ */
.skip-link{
  position:absolute; left:-999px; top:auto;
  background:var(--canopy); color:#fff; padding:14px 20px; z-index:9999; border-radius:0 0 10px 0;
  font-weight:700; text-decoration:none;
}
.skip-link:focus{left:0; top:0;}

/* ============ GROWTH VINE (signature element) ============ */
.vine-rail{
  position:fixed; left:0; top:0; bottom:0; width:52px;
  display:none; z-index:60; pointer-events:none;
}
@media(min-width:1100px){ .vine-rail{display:block;} }
.vine-rail svg{height:100%; width:100%;}
.vine-track{fill:none; stroke:rgba(14,61,40,0.14); stroke-width:3; stroke-linecap:round;}
.vine-progress{fill:none; stroke:var(--aloe); stroke-width:3; stroke-linecap:round; stroke-dasharray:2000; stroke-dashoffset:2000; transition:stroke-dashoffset .12s linear;}

.mobile-progress{
  position:fixed; top:0; left:0; height:4px; background:linear-gradient(90deg,var(--aloe),var(--sprout));
  z-index:200; width:0%; transition:width .1s linear;
}
@media(min-width:1100px){ .mobile-progress{display:none;} }

/* ============ HEADER ============ */
header.site{
  position:sticky; top:0; z-index:100;
  background:rgba(248,246,239,0.88); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar{background:var(--canopy-2); color:rgba(255,255,255,0.85); font-size:12.5px; padding:7px 0; display:none;}
@media(min-width:780px){ .topbar{display:block;} }
.topbar .container{display:flex; justify-content:space-between; align-items:center;}
.topbar a{text-decoration:none; color:rgba(255,255,255,0.85); display:inline-flex; align-items:center; gap:6px;}
.topbar a:hover{color:#fff;}
.topbar .tb-left{display:flex; gap:22px;}
.topbar svg{width:13px; height:13px; color:var(--sprout);}

.nav-wrap{display:flex; align-items:center; justify-content:space-between; padding:14px 28px; max-width:var(--maxw); margin:0 auto;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none;}
.brand img{width:46px; height:46px; border-radius:50%; object-fit:cover; box-shadow:0 6px 16px -6px rgba(14,61,40,0.4);}
.brand-name{font-family:var(--ff-display); font-weight:700; font-size:19px; color:var(--canopy-2); line-height:1.05;}
.brand-name span{display:block; font-family:var(--ff-body); font-weight:700; font-size:9.5px; letter-spacing:0.22em; color:var(--aloe); text-transform:uppercase; margin-top:2px;}

nav.primary{display:none;}
@media(min-width:980px){ nav.primary{display:flex; align-items:center; gap:28px;} }
nav.primary a{
  text-decoration:none; color:var(--ink-soft); font-weight:600; font-size:14px;
  position:relative; padding:6px 0;
}
nav.primary a::after{
  content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:var(--honey);
  transition:width .25s ease;
}
nav.primary a:hover{color:var(--canopy-2);}
nav.primary a:hover::after{width:100%;}

.nav-cta{display:none; align-items:center; gap:10px;}
@media(min-width:980px){ .nav-cta{display:flex;} }

.hamburger{
  display:flex; align-items:center; justify-content:center;
  width:44px; height:44px; border-radius:12px; border:1px solid var(--line); background:#fff;
  cursor:pointer;
}
@media(min-width:980px){ .hamburger{display:none;} }
.hamburger span{display:block; width:20px; height:2px; background:var(--canopy-2); position:relative;}
.hamburger span::before,.hamburger span::after{content:""; position:absolute; left:0; width:20px; height:2px; background:var(--canopy-2);}
.hamburger span::before{top:-6px;} .hamburger span::after{top:6px;}

.mobile-menu{
  display:none; flex-direction:column; gap:2px; background:#fff; border-top:1px solid var(--line);
  padding:10px 28px 22px;
}
.mobile-menu.open{display:flex;}
.mobile-menu a{padding:13px 4px; text-decoration:none; color:var(--ink); font-weight:600; border-bottom:1px solid var(--line); font-size:15.5px;}
.mobile-menu .btn{margin-top:14px;}
@media(min-width:980px){ .mobile-menu{display:none !important;} }

/* ============ HERO ============ */
.hero{
  padding:56px 0 70px; overflow:hidden; position:relative;
  background:
    radial-gradient(700px 480px at 88% -10%, rgba(140,198,63,0.25), transparent 60%),
    radial-gradient(500px 400px at 8% 110%, rgba(232,162,58,0.16), transparent 60%);
}
.hero-grid{display:grid; grid-template-columns:1fr; gap:44px; align-items:center;}
@media(min-width:960px){ .hero-grid{grid-template-columns:1.05fr 0.95fr; gap:30px;} }
.hero h1{font-size:clamp(34px,5.4vw,58px); line-height:1.06; letter-spacing:-0.02em;}
.hero h1 em{font-style:italic; color:var(--aloe); font-weight:500;}
.hero p.lead{margin-top:22px; font-size:18px; color:var(--ink-soft); max-width:520px;}
.hero-ctas{display:flex; flex-wrap:wrap; gap:14px; margin-top:32px;}
.trust-row{display:flex; flex-wrap:wrap; gap:22px; margin-top:38px; align-items:center;}
.trust-row .item{display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; color:var(--ink-soft); letter-spacing:0.01em;}
.trust-row .item svg{width:18px; height:18px; color:var(--aloe); flex-shrink:0;}

.hero-art{position:relative; display:flex; align-items:center; justify-content:center; min-height:380px;}
.blob{
  position:absolute; inset:0; margin:auto; width:min(430px,90%); aspect-ratio:1;
  background:linear-gradient(150deg,var(--aloe) 0%, var(--canopy) 100%);
  border-radius:63% 37% 54% 46% / 45% 41% 59% 55%;
  animation:morph 12s ease-in-out infinite;
  box-shadow:var(--shadow);
}
@keyframes morph{
  0%,100%{border-radius:63% 37% 54% 46% / 45% 41% 59% 55%;}
  50%{border-radius:40% 60% 39% 61% / 62% 45% 55% 38%;}
}
.hero-art .ring{position:absolute; border:2px dashed rgba(14,61,40,0.22); border-radius:50%;}
.hero-art .ring.r1{width:min(500px,105%); aspect-ratio:1; animation:spin 60s linear infinite;}
.hero-art .ring.r2{width:min(300px,66%); aspect-ratio:1; animation:spin 40s linear infinite reverse;}
@keyframes spin{to{transform:rotate(360deg);}}
.hero-art .logo-wrap{
  position:relative; z-index:3; width:min(180px,42%); aspect-ratio:1; border-radius:50%;
  overflow:hidden; border:6px solid #fff; box-shadow:0 24px 50px -18px rgba(14,61,40,0.55);
  background:#fff;
}
.hero-art .logo-wrap img{width:100%; height:100%; object-fit:cover;}
.leaf-fan{position:absolute; z-index:2; width:min(360px,80%); aspect-ratio:1; opacity:0.95;}
.leaf-float{position:absolute; color:var(--sprout); opacity:0.9; animation:float 6s ease-in-out infinite; z-index:4;}
.leaf-float.f2{color:var(--honey); animation-delay:1.4s; animation-duration:7s;}
.leaf-float.f3{color:#fff; animation-delay:.7s; animation-duration:8s;}
@keyframes float{0%,100%{transform:translateY(0) rotate(0deg);} 50%{transform:translateY(-16px) rotate(8deg);}}

/* ============ CERT STRIP ============ */
.cert-strip{background:var(--canopy); padding:22px 0;}
.cert-strip .marquee{display:flex; gap:52px; overflow-x:auto; scrollbar-width:none; align-items:center;}
.cert-strip .marquee::-webkit-scrollbar{display:none;}
.cert-strip .item{display:flex; align-items:center; gap:10px; color:rgba(255,255,255,0.92); font-weight:700; font-size:13px; letter-spacing:0.04em; white-space:nowrap; flex-shrink:0;}
.cert-strip .item svg{width:20px; height:20px; color:var(--sprout);}

/* ============ SECTION HEADERS ============ */
.section{padding:96px 0;}
.section-head{max-width:660px; margin-bottom:52px;}
.section-head h2{font-size:clamp(28px,3.6vw,42px); margin-top:14px; line-height:1.12;}
.section-head p{margin-top:16px; color:var(--ink-soft); font-size:16.5px;}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}

/* ============ ABOUT ============ */
.about{background:#fff;}
.about-grid{display:grid; grid-template-columns:1fr; gap:50px; align-items:center;}
@media(min-width:960px){ .about-grid{grid-template-columns:0.9fr 1.1fr;} }
.about-visual{
  position:relative; border-radius:var(--radius); overflow:hidden; aspect-ratio:4/5;
  background:linear-gradient(160deg,#EAF3E3,var(--linen));
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
}
.about-visual svg{width:78%; height:78%;}
.stat-card{
  position:absolute; bottom:18px; left:18px; background:#fff; border-radius:16px; padding:16px 20px;
  box-shadow:0 20px 40px -20px rgba(14,61,40,0.4); border:1px solid var(--line);
}
.stat-card .num{font-family:var(--ff-display); font-size:26px; font-weight:700; color:var(--canopy-2);}
.stat-card .lbl{font-size:11.5px; color:var(--ink-soft); font-weight:700; text-transform:uppercase; letter-spacing:0.06em;}

.about-copy p{color:var(--ink-soft); margin-top:16px; font-size:16px;}
.stat-strip{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px;}
.stat-strip .stat{border-left:3px solid var(--sprout); padding-left:14px;}
.stat-strip .stat b{display:block; font-family:var(--ff-display); font-size:28px; color:var(--canopy-2);}
.stat-strip .stat span{font-size:12.5px; color:var(--ink-soft); font-weight:600;}

/* ============ PRODUCT CATEGORIES ============ */
.categories{background:var(--linen);}
.categories-intro{display:grid; grid-template-columns:1fr; gap:32px; align-items:center; margin-bottom:52px;}
@media(min-width:900px){ .categories-intro{grid-template-columns:1.3fr 0.9fr;} }
.categories-illustration{display:none;}
@media(min-width:900px){ .categories-illustration{display:block; max-width:280px; margin:0 auto;} }
.cat-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
@media(min-width:720px){ .cat-grid{grid-template-columns:repeat(3,1fr);} }
@media(min-width:1100px){ .cat-grid{grid-template-columns:repeat(4,1fr);} }
@media(min-width:1300px){ .cat-grid{grid-template-columns:repeat(6,1fr);} }
.cat-card{
  background:#fff; border-radius:18px; padding:26px 22px; border:1px solid var(--line);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; position:relative; overflow:hidden;
  text-decoration:none; display:block; cursor:pointer;
}
.cat-card::after{content:""; position:absolute; right:-30px; bottom:-30px; width:90px; height:90px; border-radius:50%; background:rgba(140,198,63,0.1);}
.cat-card:hover{transform:translateY(-6px); box-shadow:var(--shadow); border-color:transparent;}
.cat-card:hover .cat-shop-link{color:var(--canopy); text-decoration:underline;}
.cat-card .ic{
  width:48px; height:48px; border-radius:14px; background:linear-gradient(150deg,var(--aloe),var(--canopy));
  display:flex; align-items:center; justify-content:center; color:#fff; margin-bottom:16px; position:relative; z-index:1;
}
.cat-card .ic svg{width:24px; height:24px;}
.cat-card h3{font-size:16px; margin-top:2px; position:relative;}
.cat-card p{font-size:13px; color:var(--ink-soft); margin-top:8px; line-height:1.5; position:relative;}
.cat-shop-link{display:inline-block; margin-top:14px; font-size:12px; font-weight:800; color:var(--aloe); position:relative; letter-spacing:0.02em;}

/* ============ JOURNEY ============ */
.journey{background:var(--canopy); color:#fff; position:relative; overflow:hidden;}
.wave-divider{position:absolute; left:0; width:100%; height:44px; display:block; z-index:2;}
.wave-divider path{fill:var(--linen);}
.wave-top{top:0;}
.wave-bottom{bottom:0;}
.journey::before{content:""; position:absolute; inset:0; background:radial-gradient(600px 400px at 90% 10%, rgba(140,198,63,0.18), transparent 60%);}
.journey .section-head h2, .journey .section-head .eyebrow{color:#fff;}
.journey .section-head .eyebrow{color:var(--sprout);}
.journey .section-head p{color:rgba(255,255,255,0.72);}
.j-grid{display:grid; grid-template-columns:1fr; gap:20px; position:relative;}
@media(min-width:820px){ .j-grid{grid-template-columns:repeat(4,1fr);} }
.j-grid::before{content:none;}
@media(min-width:820px){
  .j-grid::before{
    content:""; position:absolute; top:44px; left:12.5%; right:12.5%; height:2px;
    background-image:linear-gradient(to right, rgba(140,198,63,0.55) 0 8px, transparent 8px 16px);
    background-size:16px 2px; background-repeat:repeat-x; z-index:0;
  }
}
.j-card{background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); border-radius:18px; padding:26px 22px; position:relative; z-index:1;}
.j-icon{width:44px; height:44px; border-radius:50%; background:linear-gradient(150deg,var(--sprout),var(--aloe)); display:flex; align-items:center; justify-content:center; margin-bottom:14px; box-shadow:0 8px 20px -8px rgba(140,198,63,0.6);}
.j-icon svg{width:22px; height:22px; color:#fff;}
.j-card .j-num{font-family:var(--ff-display); font-size:15px; color:var(--sprout); font-weight:700; letter-spacing:0.06em;}
.j-card h3{color:#fff; font-size:18px; margin-top:12px;}
.j-card p{color:rgba(255,255,255,0.72); font-size:13.5px; margin-top:10px;}

/* ============ TESTIMONIALS ============ */
.testimonials{background:var(--linen);}
.t-carousel{position:relative;}
.t-track{display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:4px 4px 12px;}
.t-track::-webkit-scrollbar{display:none;}
.t-card{background:#fff; border:1px solid var(--line); border-radius:20px; padding:28px 24px; display:flex; flex-direction:column; gap:16px; scroll-snap-align:start; flex:0 0 100%; position:relative; overflow:hidden;}
.t-card::after{
  content:"\201D"; position:absolute; top:-18px; right:14px; font-family:var(--ff-display); font-size:110px;
  font-weight:700; color:var(--sprout); opacity:0.14; line-height:1; pointer-events:none;
}
@media(min-width:720px){ .t-card{flex:0 0 calc(50% - 11px);} }
@media(min-width:1080px){ .t-card{flex:0 0 calc(33.333% - 15px);} }
.t-stars{display:flex; gap:3px; color:var(--honey);}
.t-stars svg{width:16px; height:16px;}
.t-card p.quote{font-size:15px; color:var(--ink); line-height:1.65;}
.t-person{display:flex; align-items:center; gap:12px; margin-top:auto;}
.t-avatar{width:42px; height:42px; border-radius:50%; background:linear-gradient(150deg,var(--aloe),var(--canopy)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-family:var(--ff-display); flex-shrink:0; box-shadow:0 0 0 3px var(--linen), 0 0 0 4px rgba(140,198,63,0.4);}
.t-person b{display:block; font-size:14px;} .t-person span{font-size:12px; color:var(--ink-soft);}
.t-nav{display:flex; justify-content:center; gap:12px; margin-top:24px;}
.t-nav button{
  width:42px; height:42px; border-radius:50%; border:1.5px solid var(--line); background:#fff; cursor:pointer;
  display:flex; align-items:center; justify-content:center; transition:all .25s ease;
}
.t-nav button:hover{background:var(--canopy); border-color:var(--canopy); color:#fff;}
.t-nav svg{width:18px; height:18px;}

/* ============ BLOG ============ */
.blog{background:#fff;}
.blog-grid{display:grid; grid-template-columns:1fr; gap:24px;}
@media(min-width:700px){ .blog-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1080px){ .blog-grid{grid-template-columns:repeat(3,1fr);} }
.blog-card{border:1px solid var(--line); border-radius:20px; overflow:hidden; transition:transform .3s ease, box-shadow .3s ease;}
.blog-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
.blog-media{aspect-ratio:16/10; position:relative; overflow:hidden;}
.blog-media svg{position:absolute;}
.blog-body{padding:20px 20px 24px;}
.blog-cat{font-size:11px; font-weight:800; color:var(--honey-dark); text-transform:uppercase; letter-spacing:0.06em;}
.blog-body h3{font-size:17px; margin-top:10px; line-height:1.35;}
.blog-body p{font-size:13.5px; color:var(--ink-soft); margin-top:10px;}
.blog-read{display:inline-flex; margin-top:14px; font-size:13px; font-weight:800; color:var(--canopy); text-decoration:none;}
.blog-read:hover{text-decoration:underline;}

/* ============ INSTAGRAM GALLERY ============ */
.ig-section{background:var(--linen);}
.ig-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:12px;}
@media(min-width:640px){ .ig-grid{grid-template-columns:repeat(6,1fr);} }
.ig-tile{aspect-ratio:1; border-radius:16px; overflow:hidden; position:relative; text-decoration:none; display:block;}
.ig-tile svg{width:100%; height:100%;}
.ig-overlay{
  position:absolute; inset:0; background:rgba(10,46,30,0.55); display:flex; align-items:center; justify-content:center;
  opacity:0; transition:opacity .3s ease;
}
.ig-tile:hover .ig-overlay{opacity:1;}
.ig-overlay svg{width:26px; height:26px; color:#fff;}

/* ============ PARTNER / BUSINESS ============ */
.partner{background:linear-gradient(155deg,var(--linen-2),var(--linen)); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.partner-grid{display:grid; grid-template-columns:1fr; gap:40px; align-items:center;}
@media(min-width:960px){ .partner-grid{grid-template-columns:1fr 1fr;} }
.partner-list{list-style:none; margin:26px 0 0; padding:0; display:flex; flex-direction:column; gap:14px;}
.partner-list li{display:flex; gap:12px; font-size:15px; color:var(--ink-soft);}
.partner-list svg{width:20px; height:20px; color:var(--aloe); flex-shrink:0; margin-top:2px;}
.partner-card{
  background:var(--canopy); border-radius:var(--radius); padding:40px 34px; color:#fff; position:relative; overflow:hidden;
  box-shadow:var(--shadow);
}
.partner-card::before{content:""; position:absolute; right:-40px; top:-40px; width:180px; height:180px; border-radius:50%; background:rgba(140,198,63,0.18);}
.partner-card h3{color:#fff; font-size:24px; position:relative;}
.partner-card p{color:rgba(255,255,255,0.75); margin-top:12px; font-size:14.5px; position:relative;}
.partner-card .btn{margin-top:24px; position:relative;}

/* ============ FAQ ============ */
.faq{background:#fff;}
.faq-list{max-width:800px;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item summary{
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:22px 4px; cursor:pointer; font-weight:700; font-size:16px; color:var(--canopy-2);
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .plus{
  width:28px; height:28px; border-radius:50%; border:1.5px solid var(--aloe); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; color:var(--aloe); font-size:18px; transition:transform .3s ease;
}
.faq-item[open] summary .plus{transform:rotate(45deg); background:var(--aloe); color:#fff;}
.faq-item .a{padding:0 4px 22px; color:var(--ink-soft); font-size:14.5px; max-width:680px;}

/* ============ CONTACT ============ */
.contact{background:var(--canopy); color:#fff; position:relative; overflow:hidden;}
.contact::before{content:""; position:absolute; inset:0; background:radial-gradient(500px 400px at 10% 100%, rgba(232,162,58,0.14), transparent 60%);}
.contact-grid{display:grid; grid-template-columns:1fr; gap:44px; position:relative;}
@media(min-width:960px){ .contact-grid{grid-template-columns:1fr 1.05fr;} }
.contact .section-head .eyebrow{color:var(--sprout);}
.contact .section-head h1, .contact .section-head h2{color:#fff;}
.contact .section-head p{color:rgba(255,255,255,0.72);}
.contact-info{display:flex; flex-direction:column; gap:20px; margin-top:30px;}
.c-row{display:flex; gap:14px; align-items:flex-start;}
.c-row .ic{width:42px; height:42px; border-radius:12px; background:rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.c-row .ic svg{width:20px; height:20px; color:var(--sprout);}
.c-row b{display:block; font-size:14.5px;} .c-row span,.c-row a{font-size:13.5px; color:rgba(255,255,255,0.72); text-decoration:none;}
.map-embed{margin-top:26px; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,0.14); filter:grayscale(0.15) contrast(1.05);}
.map-embed iframe{display:block;}
.social-row{display:flex; gap:10px; margin-top:22px;}
.social-row a{
  width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center;
  color:#fff; text-decoration:none; transition:background .25s ease, transform .25s ease;
}
.social-row a:hover{background:var(--sprout); color:var(--canopy-2); transform:translateY(-3px);}
.social-row svg{width:18px; height:18px;}

.contact-form{background:#fff; border-radius:var(--radius); padding:32px; box-shadow:var(--shadow);}
.contact-form h3{color:var(--canopy-2); font-size:20px;}
.form-row{display:grid; grid-template-columns:1fr; gap:16px; margin-top:20px;}
@media(min-width:520px){ .form-row.two{grid-template-columns:1fr 1fr;} }
.field label{display:block; font-size:12.5px; font-weight:700; color:var(--ink-soft); margin-bottom:7px; text-transform:uppercase; letter-spacing:0.04em;}
.field input, .field select, .field textarea{
  width:100%; border:1.5px solid var(--line); border-radius:12px; padding:13px 14px; font-family:var(--ff-body);
  font-size:14.5px; color:var(--ink); background:var(--linen); transition:border-color .25s ease, background .25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{border-color:var(--aloe); background:#fff; outline:none;}
.field textarea{resize:vertical; min-height:110px;}
.form-note{font-size:12px; color:var(--ink-soft); margin-top:14px;}
.form-success{display:none; background:var(--linen); border:1px solid var(--aloe); border-radius:12px; padding:16px; margin-top:18px; font-size:14px; color:var(--canopy-2); font-weight:600;}
.form-success.show{display:block;}

/* ============ NEWSLETTER STRIP ============ */
.newsletter{background:var(--honey);}
.nl-grid{display:flex; flex-direction:column; gap:20px; align-items:flex-start; justify-content:space-between; padding:44px 0;}
@media(min-width:820px){ .nl-grid{flex-direction:row; align-items:center;} }
.nl-icon{position:relative; width:46px; height:46px; border-radius:12px; background:rgba(14,61,40,0.12); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.nl-icon svg:first-child{width:22px; height:22px; color:var(--canopy-2);}
.nl-icon-leaf{position:absolute; width:16px !important; height:16px !important; bottom:-6px; right:-6px; color:var(--sprout) !important; background:var(--honey); border-radius:50%; padding:2px;}
.nl-grid h3{font-size:22px; color:var(--canopy-2);}
.nl-grid p{color:rgba(14,36,26,0.75); margin-top:8px; font-size:14px;}
.nl-form{display:flex; gap:10px; width:100%; max-width:420px; flex-wrap:wrap;}
.nl-form input{flex:1; min-width:180px; padding:14px 16px; border-radius:100px; border:none; font-family:var(--ff-body); font-size:14px;}
.nl-form button{border-radius:100px; padding:14px 22px; border:none; background:var(--canopy); color:#fff; font-weight:800; cursor:pointer; font-size:13.5px;}

/* ============ FOOTER ============ */
footer{background:var(--canopy-2); color:rgba(255,255,255,0.65); padding:64px 0 26px; font-size:13.5px;}
.foot-grid{display:grid; grid-template-columns:1fr; gap:40px;}
@media(min-width:780px){ .foot-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;} }
.foot-grid-wide{grid-template-columns:1fr;}
@media(min-width:640px){ .foot-grid-wide{grid-template-columns:1fr 1fr;} }
@media(min-width:980px){ .foot-grid-wide{grid-template-columns:1.1fr 1fr 1fr 1fr 1fr;} }
.foot-brand{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
.foot-brand img{width:40px; height:40px; border-radius:50%;}
.foot-brand b{color:#fff; font-family:var(--ff-display); font-size:17px;}
footer h4{color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:16px;}
footer ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
footer a{text-decoration:none; color:inherit;}
footer a:hover{color:#fff;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.12); margin-top:48px; padding-top:22px; display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; align-items:center;}
.disclaimer-box{background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:14px; padding:18px 20px; margin-top:40px; font-size:12px; line-height:1.7; color:rgba(255,255,255,0.55);}

/* ============ FLOATING ACTIONS (desktop) ============ */
.wa-float{
  position:fixed; right:20px; bottom:20px; z-index:150;
  width:58px; height:58px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -10px rgba(0,0,0,0.4); text-decoration:none; animation:pulse 2.6s ease-in-out infinite;
}
@keyframes pulse{0%,100%{box-shadow:0 14px 30px -10px rgba(0,0,0,0.4), 0 0 0 0 rgba(37,211,102,0.5);} 50%{box-shadow:0 14px 30px -10px rgba(0,0,0,0.4), 0 0 0 12px rgba(37,211,102,0);}}
.wa-float svg{width:28px; height:28px; color:#fff;}

.totop{
  position:fixed; right:20px; bottom:90px; width:44px; height:44px; border-radius:50%;
  background:#fff; border:1px solid var(--line); display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 24px -12px rgba(14,61,40,0.4); z-index:150; opacity:0; pointer-events:none; transition:opacity .3s ease;
  cursor:pointer;
}
.totop.show{opacity:1; pointer-events:auto;}
.totop svg{width:18px; height:18px; color:var(--canopy);}

/* ============ MOBILE QUICK ACTION BAR ============ */
.quick-bar{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:190; background:#fff;
  border-top:1px solid var(--line); box-shadow:0 -8px 24px -14px rgba(14,61,40,0.35);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
}
@media(max-width:767px){
  .quick-bar{display:flex; gap:10px;}
  body{padding-bottom:78px;}
  .wa-float{bottom:96px;}
  .totop{bottom:166px;}
}
.qb-btn{
  flex:1; display:flex; flex-direction:column; align-items:center; gap:3px; text-decoration:none;
  font-size:11px; font-weight:700; padding:8px 4px; border-radius:14px; color:var(--ink-soft);
}
.qb-btn svg{width:20px; height:20px;}
.qb-call{color:var(--canopy);}
.qb-wa{background:#25D366; color:#fff;}
.qb-shop{color:var(--honey-dark);}

/* ============ COOKIE ============ */
.cookie-bar{
  position:fixed; left:16px; right:16px; bottom:16px; max-width:520px; margin:0 auto;
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:20px 22px; box-shadow:var(--shadow);
  z-index:180; display:none; align-items:flex-start; gap:14px; flex-wrap:wrap;
}
.cookie-bar.show{display:flex;}
@media(max-width:767px){ .cookie-bar{bottom:90px;} }
.cookie-bar p{font-size:12.5px; color:var(--ink-soft); flex:1; min-width:200px;}
.cookie-bar .btns{display:flex; gap:10px;}
.cookie-bar button{border-radius:100px; padding:9px 16px; font-size:12.5px; font-weight:800; cursor:pointer; border:none;}
.cookie-accept{background:var(--canopy); color:#fff;} .cookie-decline{background:var(--linen-2); color:var(--ink);}

/* ============ REVEAL ============ */
.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1; transform:translateY(0);}

/* ============ PAGE HERO + BREADCRUMB (inner pages) ============ */
.breadcrumb{padding:14px 0; font-size:13px; color:var(--ink-soft); border-bottom:1px solid var(--line); background:#fff;}
.breadcrumb a{text-decoration:none; color:var(--aloe); font-weight:700;}
.breadcrumb span{margin:0 6px; color:var(--line);}
.page-hero{padding:48px 0 8px; background:radial-gradient(600px 380px at 90% -20%, rgba(140,198,63,0.2), transparent 60%);}
.page-hero h1{font-size:clamp(30px,4.6vw,46px); line-height:1.1;}
.page-hero p.lead{margin-top:14px; color:var(--ink-soft); font-size:17px; max-width:640px;}
.page-hero.center{text-align:center;}
.page-hero.center .lead{margin-left:auto; margin-right:auto;}
.page-hero.center .eyebrow{justify-content:center; width:100%;}

/* ============ TEASER / CTA BANNERS (home page) ============ */
.cta-banner{
  background:var(--canopy); border-radius:var(--radius); padding:48px 40px; color:#fff;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:24px;
  position:relative; overflow:hidden;
}
.cta-banner::before{content:""; position:absolute; right:-60px; top:-60px; width:220px; height:220px; border-radius:50%; background:rgba(140,198,63,0.16);}
.cta-banner h2{color:#fff; font-size:clamp(22px,3vw,30px); position:relative;}
.cta-banner p{color:rgba(255,255,255,0.75); margin-top:8px; font-size:14.5px; max-width:480px; position:relative;}
.cta-banner .btn{position:relative; flex-shrink:0;}
.cta-icon{width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; margin-bottom:14px; position:relative;}
.cta-icon svg{width:22px; height:22px; color:var(--sprout);}
.cta-illustration{position:absolute; right:20px; bottom:0; width:130px; height:auto; opacity:0.55; display:none; pointer-events:none;}
@media(min-width:760px){ .cta-illustration{display:block;} }
.section-link-more{display:inline-flex; align-items:center; gap:6px; margin-top:8px; font-weight:800; font-size:13.5px; color:var(--canopy); text-decoration:none;}
.section-link-more:hover{text-decoration:underline;}

/* ============ ARTICLE PAGES ============ */
.article-hero{padding:40px 0 36px; background:radial-gradient(600px 380px at 90% -20%, rgba(140,198,63,0.18), transparent 60%);}
.article-hero .blog-cat{font-size:12px;}
.article-hero h1{font-size:clamp(28px,4.2vw,44px); line-height:1.15; margin-top:14px;}
.article-meta{display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-top:20px; font-size:13px; color:var(--ink-soft); font-weight:600;}
.article-meta .author{display:flex; align-items:center; gap:8px;}
.article-meta .author-avatar{width:30px; height:30px; border-radius:50%; background:linear-gradient(150deg,var(--aloe),var(--canopy)); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--ff-display); font-weight:700; font-size:12px;}
.article-meta .dot{width:3px; height:3px; border-radius:50%; background:var(--ink-soft); opacity:0.5;}
.article-cover{aspect-ratio:21/9; border-radius:var(--radius); overflow:hidden; display:flex; align-items:center; justify-content:center; margin:28px 0 0;}
.article-cover svg{width:22%; height:22%;}

.article-wrap{padding:44px 0 90px;}
.article-grid{display:grid; grid-template-columns:1fr; gap:48px;}
@media(min-width:960px){ .article-grid{grid-template-columns:2.1fr 1fr;} }
.article-body{max-width:680px; font-size:16.5px; line-height:1.8; color:var(--ink);}
.article-body h2{font-size:23px; margin-top:40px; margin-bottom:14px; line-height:1.3;}
.article-body h2:first-child{margin-top:0;}
.article-body p{margin-top:16px; color:var(--ink);}
.article-body p:first-of-type{font-size:18px; color:var(--ink-soft);}
.article-body ul, .article-body ol{margin-top:16px; padding-left:22px; display:flex; flex-direction:column; gap:8px;}
.article-body li{color:var(--ink);}
.article-body strong{color:var(--canopy-2);}
.article-callout{
  background:var(--linen); border-left:4px solid var(--aloe); border-radius:12px; padding:20px 22px;
  margin:26px 0; font-size:15px; color:var(--ink-soft);
}
.article-callout strong{display:block; color:var(--canopy-2); font-size:13px; text-transform:uppercase; letter-spacing:0.04em; margin-bottom:6px;}
.product-callout{
  background:linear-gradient(155deg,var(--linen-2),var(--linen)); border:1px solid var(--line); border-radius:18px;
  padding:24px; margin:34px 0; display:flex; align-items:center; gap:18px; flex-wrap:wrap;
}
.product-callout .ic{width:52px; height:52px; border-radius:14px; background:linear-gradient(150deg,var(--aloe),var(--canopy)); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.product-callout .ic svg{width:26px; height:26px; color:#fff;}
.product-callout .txt{flex:1; min-width:200px;}
.product-callout .txt b{display:block; font-family:var(--ff-display); font-size:16.5px; color:var(--canopy-2);}
.product-callout .txt span{font-size:13.5px; color:var(--ink-soft);}
.disclaimer-note{
  margin-top:40px; padding:16px 18px; background:var(--linen); border-radius:12px;
  font-size:12.5px; color:var(--ink-soft); line-height:1.7;
}
.article-share{display:flex; align-items:center; gap:10px; margin-top:36px; padding-top:26px; border-top:1px solid var(--line);}
.article-share span{font-size:12.5px; font-weight:700; color:var(--ink-soft); text-transform:uppercase; letter-spacing:0.04em;}
.article-share a{width:38px; height:38px; border-radius:50%; background:var(--linen); display:flex; align-items:center; justify-content:center; color:var(--canopy); text-decoration:none; transition:background .2s ease;}
.article-share a:hover{background:var(--sprout); color:var(--canopy-2);}
.article-share a svg{width:16px; height:16px;}

.article-sidebar{display:flex; flex-direction:column; gap:24px;}
.sidebar-card{background:var(--linen); border-radius:18px; padding:22px;}
.sidebar-card h4{font-size:12px; text-transform:uppercase; letter-spacing:0.06em; color:var(--aloe); font-weight:800; margin-bottom:14px;}
.sidebar-links{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px;}
.sidebar-links a{display:flex; gap:10px; text-decoration:none; color:var(--ink); font-size:13.5px; font-weight:600; line-height:1.4;}
.sidebar-links a:hover{color:var(--aloe);}
.sidebar-links .num{flex-shrink:0; width:22px; height:22px; border-radius:50%; background:#fff; color:var(--canopy); font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center;}
.sidebar-cta{background:var(--canopy); border-radius:18px; padding:22px; color:#fff;}
.sidebar-cta h4{color:#fff; font-family:var(--ff-display); font-size:16px; text-transform:none; letter-spacing:0; margin-bottom:8px;}
.sidebar-cta p{font-size:13px; color:rgba(255,255,255,0.75); margin-bottom:14px; line-height:1.6;}

.related-articles{background:var(--linen); padding:70px 0;}

/* ============ PRODUCT SHOWCASE (homepage bestsellers) ============ */
.products-showcase{background:#fff;}
.prod-grid{display:grid; grid-template-columns:1fr; gap:22px;}
@media(min-width:640px){ .prod-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:980px){ .prod-grid{grid-template-columns:repeat(3,1fr);} }
/* Inside the narrower combo-page article column, cap at 2 columns so cards never get cramped */
.article-body .prod-grid{grid-template-columns:1fr;}
@media(min-width:560px){ .article-body .prod-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:980px){ .article-body .prod-grid{grid-template-columns:repeat(2,1fr);} }
.prod-card{border:1px solid var(--line); border-radius:20px; overflow:hidden; background:var(--linen); display:flex; flex-direction:column; transition:transform .3s ease, box-shadow .3s ease;}
.prod-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
.prod-media{aspect-ratio:1; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; background:#fff;}
.prod-media img{width:100%; height:100%; object-fit:cover; transition:transform .4s ease;}
.prod-card:hover .prod-media img{transform:scale(1.05);}
.prod-tag{position:absolute; top:12px; left:12px; background:var(--honey); color:var(--canopy-2); font-size:10px; font-weight:800; padding:5px 10px; border-radius:100px; letter-spacing:0.04em; text-transform:uppercase; z-index:2;}
.prod-body{padding:18px 18px 22px; display:flex; flex-direction:column; gap:8px; flex:1;}
.prod-cat-link{align-self:flex-start; font-size:10.5px; font-weight:800; color:var(--aloe); text-transform:uppercase; letter-spacing:0.05em; text-decoration:none; padding:4px 10px; background:rgba(47,143,82,0.1); border-radius:100px; transition:background .2s ease;}
.prod-cat-link:hover{background:rgba(47,143,82,0.22);}
.prod-body h3{font-size:16px; margin-top:2px;}
.prod-stars{display:flex; align-items:center; gap:6px; font-size:12px; color:var(--honey-dark); font-weight:700;}
.prod-stars span{color:var(--ink-soft); font-weight:600;}
.prod-price{font-family:var(--ff-display); font-weight:700; font-size:19px; color:var(--canopy-2); margin-top:2px;}

/* ============ STATS BAND ============ */
.stats-band{background:var(--canopy); padding:56px 0; position:relative; overflow:hidden;}
.stats-band::before{content:""; position:absolute; inset:0; background:radial-gradient(500px 300px at 15% 20%, rgba(140,198,63,0.14), transparent 60%);}
.stats-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:32px; position:relative;}
@media(min-width:760px){ .stats-grid{grid-template-columns:repeat(4,1fr);} }
.stat-block{text-align:center;}
.stat-block .ic{width:48px; height:48px; border-radius:14px; background:rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; margin:0 auto 14px;}
.stat-block .ic svg{width:24px; height:24px; color:var(--sprout);}
.stat-block b{display:block; font-family:var(--ff-display); font-size:clamp(28px,4vw,38px); font-weight:700; color:#fff;}
.stat-block span{display:block; margin-top:6px; font-size:12.5px; color:rgba(255,255,255,0.68); font-weight:600; letter-spacing:0.02em;}

/* ============ WELLNESS COMBO PAGES ============ */
.combo-hero{padding:44px 0 8px; background:radial-gradient(600px 380px at 90% -20%, rgba(140,198,63,0.2), transparent 60%); text-align:center;}
.combo-hero .system-badge{display:inline-flex; align-items:center; gap:8px; background:rgba(47,143,82,0.1); color:var(--aloe); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:0.05em; padding:8px 16px; border-radius:100px; margin-bottom:16px;}
.combo-hero .system-badge svg{width:15px; height:15px;}
.combo-hero h1{font-size:clamp(28px,4.4vw,44px); line-height:1.15;}
.combo-hero p.lead{margin:16px auto 0; color:var(--ink-soft); font-size:17px; max-width:620px;}

.combo-summary{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:18px;
  background:var(--canopy); color:#fff; border-radius:var(--radius); padding:26px 30px; margin:36px 0;
}
.combo-summary .csum-info{display:flex; flex-direction:column; gap:4px;}
.combo-summary .csum-info span{font-size:12px; text-transform:uppercase; letter-spacing:0.05em; color:rgba(255,255,255,0.6); font-weight:700;}
.combo-summary .csum-info b{font-family:var(--ff-display); font-size:28px; color:#fff;}
.combo-summary .csum-info small{font-size:12.5px; color:rgba(255,255,255,0.7);}

.combo-why{margin-top:56px;}
.combo-why h2{font-size:24px; margin-bottom:22px;}
.combo-role-list{display:flex; flex-direction:column; gap:18px;}
.combo-role{display:flex; gap:16px; align-items:flex-start; padding:18px 20px; background:var(--linen); border-radius:16px;}
.combo-role .role-num{flex-shrink:0; width:34px; height:34px; border-radius:50%; background:var(--canopy); color:#fff; font-family:var(--ff-display); font-weight:700; font-size:14px; display:flex; align-items:center; justify-content:center;}
.combo-role .role-txt b{display:block; color:var(--canopy-2); font-size:15px; margin-bottom:4px;}
.combo-role .role-txt p{font-size:13.5px; color:var(--ink-soft); line-height:1.6;}

.routine-timeline{display:flex; flex-direction:column; gap:0; margin-top:22px;}
.routine-step{display:flex; gap:16px; padding:16px 0; border-bottom:1px solid var(--line);}
.routine-step:last-child{border-bottom:none;}
.routine-step .time-badge{flex-shrink:0; width:88px; font-weight:800; font-size:12.5px; color:var(--aloe); text-transform:uppercase; letter-spacing:0.04em; padding-top:2px;}
.routine-step .step-txt{font-size:14.5px; color:var(--ink); line-height:1.6;}
.routine-step .step-txt b{color:var(--canopy-2);}

.combo-index-grid{display:grid; grid-template-columns:1fr; gap:24px;}
@media(min-width:700px){ .combo-index-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1080px){ .combo-index-grid{grid-template-columns:repeat(3,1fr);} }
.combo-card{background:#fff; border:1px solid var(--line); border-radius:20px; overflow:hidden; display:flex; flex-direction:column; transition:transform .3s ease, box-shadow .3s ease; text-decoration:none; color:inherit;}
.combo-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
.combo-card-media{aspect-ratio:16/9; display:flex; align-items:center; justify-content:center; position:relative;}
.combo-card-media svg{width:30%; height:30%;}
.combo-card-body{padding:20px 20px 24px; display:flex; flex-direction:column; gap:8px; flex:1;}
.combo-card-body .system-tag{align-self:flex-start; font-size:10.5px; font-weight:800; color:var(--aloe); text-transform:uppercase; letter-spacing:0.05em; background:rgba(47,143,82,0.1); padding:4px 10px; border-radius:100px;}
.combo-card-body h3{font-size:17px; margin-top:2px;}
.combo-card-body p{font-size:13px; color:var(--ink-soft); line-height:1.55; flex:1;}
.combo-card-body .combo-products-line{font-size:12px; color:var(--ink-soft); font-weight:600;}
.combo-card-footer{display:flex; align-items:center; justify-content:space-between; margin-top:10px; padding-top:14px; border-top:1px solid var(--line);}
.combo-card-footer b{font-family:var(--ff-display); font-size:16px; color:var(--canopy-2);}
.combo-card-footer span{font-size:12.5px; font-weight:800; color:var(--canopy);}
