:root{
  --green:#31581f;--green-dark:#244315;--green-soft:#eef5e7;--green-pale:#f7fbf1;
  --cream:#f8f4ea;--paper:#fff;--ink:#20231d;--muted:#6d7467;--line:#e8e2d7;--gold:#d99b27;
  --shadow:0 20px 52px rgba(47,73,31,.12);--radius:20px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.58;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1160px,calc(100% - 36px));margin:0 auto}
/* Header */
.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,226,215,.92);position:sticky;top:0;z-index:50}.header-inner{height:66px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{height:32px}.main-nav{display:flex;align-items:center;gap:23px;font-size:13px;font-weight:800;white-space:nowrap}.main-nav a{color:#30352b;opacity:.82;padding:24px 0 21px;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav a.active{color:var(--green);opacity:1;border-bottom-color:var(--green)}.search-dot{font-size:20px;color:#2d3328;opacity:.7;margin-left:2px}.menu-toggle{display:none;width:42px;height:38px;border:0;background:var(--green);border-radius:12px;padding:9px;gap:5px;flex-direction:column;justify-content:center}.menu-toggle span{display:block;height:2px;background:#fff;border-radius:2px}
/* Hero */
.hero{background:#fbfaf5;padding:44px 0 30px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.95fr 1.15fr;align-items:center;gap:18px}.hero-copy{padding:18px 0 16px}.eyebrow{display:inline-flex;background:#f0f6e9;color:var(--green);border:1px solid #d7e8c7;border-radius:999px;padding:7px 14px;font-weight:900;font-size:12px;margin-bottom:18px;letter-spacing:.02em}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,4.7vw,66px);line-height:1.05;margin:0 0 20px;font-weight:500;letter-spacing:-.04em}.hero h1 strong{color:var(--green);font-weight:800}.hero p{font-size:17px;color:#4e5649;max-width:540px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:12px 19px;font-weight:900;border:1px solid transparent;transition:.2s ease;font-size:14px}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.btn.full{width:100%;margin-top:14px}.health-note{font-size:12px!important;color:var(--muted)!important;line-height:1.5}
.hero-photo-scene{position:relative;width:calc(100% + 70px);min-height:430px;display:flex;align-items:stretch;justify-content:center;overflow:hidden;border-radius:0;box-shadow:none;background:#fbfaf5;margin-left:-28px;margin-right:-42px}.hero-photo-scene::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fbfaf5 0%,rgba(251,250,245,.82) 10%,rgba(251,250,245,.28) 24%,rgba(255,255,255,0) 42%);z-index:1;pointer-events:none}.hero-real-photo{width:100%;height:430px;min-height:430px;object-fit:cover;object-position:center right;display:block;filter:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 7%,#000 22%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 7%,#000 22%,#000 100%)}
/* Quick links */
.quick-links{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.icon-card{padding:28px 12px;text-align:center;background:#fff;transition:.2s ease;border-right:1px solid #f1ece4}.icon-card:last-child{border-right:0}.icon-card:hover{background:var(--green-pale)}.icon-card strong{display:block;font-size:14px;margin-top:12px}.icon-card small{display:block;color:var(--muted);font-size:12px;line-height:1.4;margin-top:4px}.line-icon{display:inline-block;position:relative;width:44px;height:44px;border:1.5px solid #9aae88;border-radius:17px;color:var(--green)}.line-icon::before,.line-icon::after{content:"";position:absolute;border:1.5px solid currentColor}.icon-info::before{width:15px;height:19px;border-radius:3px;left:13px;top:11px}.icon-info::after{width:10px;border-left:0;border-right:0;border-bottom:0;left:17px;top:18px}.icon-cart::before{width:20px;height:13px;left:11px;top:12px;border-top:0}.icon-cart::after{width:3px;height:3px;border-radius:50%;left:14px;top:29px;box-shadow:13px 0 0 currentColor;background:currentColor}.icon-compare::before{width:19px;height:0;left:12px;top:16px;border-left:0;border-right:0;border-bottom:0}.icon-compare::after{width:19px;height:0;left:12px;top:26px;border-left:0;border-right:0;border-bottom:0}.icon-chat::before{width:22px;height:16px;left:10px;top:11px;border-radius:8px}.icon-chat::after{width:7px;height:7px;left:17px;top:25px;border-top:0;border-right:0;transform:rotate(-35deg)}.icon-heart::before{width:17px;height:17px;left:12px;top:12px;border-radius:50% 50% 0 50%;transform:rotate(45deg);background:transparent}.icon-heart::after{display:none}
/* Content */
.content-section{padding:48px 0 42px;background:#f8f4ea}.magazine-grid{display:grid;grid-template-columns:minmax(0,1.35fr) 370px;gap:42px;align-items:start}.compact-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:27px;margin:0 0 22px;letter-spacing:-.02em}.article-list-v2{display:grid;gap:17px}.article-row-v2{display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:center;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.article-row-v2 img{width:112px;height:82px;object-fit:cover;border-radius:2px;background:#e9f2df}.article-row-v2 h3{margin:0 0 7px;font-size:18px;line-height:1.35}.article-row-v2 h3 a:hover{color:var(--green)}.article-row-v2 p{margin:0 0 5px;color:#596154;font-size:14px}.article-row-v2 small{color:#8c9286;font-size:12px}.product-panel-v2{background:#fff;border:1px solid #ebe5db;border-radius:6px;padding:22px 22px 20px;box-shadow:0 14px 38px rgba(39,49,30,.08);position:sticky;top:92px}.product-mini-v2{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #eee9df}.product-mini-v2 img{width:42px;height:56px;object-fit:cover;border-radius:3px;margin:0 auto;background:#f7f5ef}.product-mini-v2 strong{display:block;font-size:14px;line-height:1.32;margin-bottom:3px}.product-mini-v2 span{display:block;color:#2f3329;font-weight:800;font-size:14px}.product-mini-v2 small{color:var(--gold);font-weight:800;letter-spacing:.05em;font-size:13px}.product-mini-v2 small em{font-style:normal;color:#a3a095;font-weight:500;letter-spacing:0}.affiliate-preview{font-size:11px;color:var(--muted);line-height:1.45;margin:12px 0 0}
/* Trust */
.trust-strip-v2{background:#fff;padding:24px 0;border-top:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.trust-grid div{display:grid;grid-template-columns:42px 1fr;column-gap:13px;align-items:start;padding:6px 0}.trust-icon{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border:1px solid #dbe8cf;border-radius:50%;color:var(--green);font-size:18px}.trust-grid strong{display:block;color:#30342b;margin-bottom:2px}.trust-grid span:not(.trust-icon){color:var(--muted);font-size:13px}
/* Sub pages */
.page-hero{padding:48px 0;background:linear-gradient(100deg,#fff 0%,#fff 60%,#edf5e7 100%);border-bottom:1px solid var(--line)}.page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px);margin:0 0 12px}.page-hero p{max-width:760px;color:var(--muted);font-size:18px}.article-page{padding:46px 0}.article-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:0 10px 28px rgba(31,35,26,.06)}.article-card h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;margin-top:28px}.article-card h2:first-child{margin-top:0}.article-card p,.article-card li{color:#4f554a}.notice{background:#fff7df;border:1px solid #ead7a3;border-radius:18px;padding:16px 18px;color:#5e4c1e}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.comparison-table th,.comparison-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}.comparison-table th{background:var(--green-soft);color:var(--green)}.comparison-table tr:last-child td{border-bottom:0}
/* Footer */
.site-footer{background:#31581f;color:#edf5e7;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.45fr .75fr .85fr;gap:34px;padding:38px 0 28px}.footer-logo{height:30px;margin-bottom:13px}.site-footer p{color:#d9e7d1;font-size:14px}.footer-disclaimer{font-size:13px!important;opacity:.88}.site-footer h3{font-size:14px;margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#edf5e7;opacity:.9;margin:7px 0;font-size:14px}.site-footer a:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:13px 0;color:#d6e5cd;font-size:12px}.footer-bottom-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
/* Responsive */
@media (max-width:980px){.menu-toggle{display:flex}.main-nav{position:absolute;left:18px;right:18px;top:66px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);align-items:flex-start;gap:8px}.main-nav.open{display:flex}.main-nav a{padding:5px 0;border-bottom:0}.search-dot{display:none}.hero{background:linear-gradient(180deg,#fbfaf5 0%,#fbfaf5 58%,#edf4e5 100%);padding-top:34px}.hero-grid,.magazine-grid,.footer-grid{grid-template-columns:1fr}.icon-grid{grid-template-columns:repeat(2,1fr)}.product-panel-v2{position:static}.trust-grid{grid-template-columns:1fr}.hero-photo-scene{width:100%;max-width:720px;margin:0 auto;min-height:340px}.hero-real-photo{height:340px;min-height:340px}}
@media (max-width:560px){.container{width:min(100% - 24px,1160px)}.icon-grid{grid-template-columns:1fr}.article-row-v2{grid-template-columns:94px 1fr}.article-row-v2 img{width:94px;height:74px}.article-card{padding:22px}.hero h1{font-size:38px}.hero-actions .btn{width:100%}.hero-photo-scene{min-height:240px}.hero-real-photo{height:240px;min-height:240px;-webkit-mask-image:none;mask-image:none}.trust-grid div{grid-template-columns:1fr}.trust-icon{grid-row:auto}}

/* v6 hero: blend photo into background instead of showing as a rectangular image card */
.hero{
  background:#fbfaf5;
  padding:54px 0 38px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(560px,760px);
  align-items:center;
  gap:12px;
}
.hero-copy{
  position:relative;
  z-index:5;
  padding:18px 0 16px;
}
.hero-blend-scene{
  position:relative;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  width:calc(100% + 115px);
  margin-left:-55px;
  margin-right:-60px;
}
.hero-circle-bg{
  position:absolute;
  right:76px;
  top:20px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:radial-gradient(circle at center,#edf3df 0%,#e8f0d7 60%,rgba(232,240,215,0) 72%);
  z-index:1;
  pointer-events:none;
}
.hero-blend-photo{
  position:relative;
  z-index:2;
  width:100%;
  max-width:840px;
  height:500px;
  object-fit:cover;
  object-position:center right;
  display:block;
  border:0;
  box-shadow:none;
  background:transparent;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.20) 8%,rgba(0,0,0,.72) 19%,#000 34%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.20) 8%,rgba(0,0,0,.72) 19%,#000 34%,#000 100%);
}
.hero-blend-scene::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:260px;
  height:100%;
  background:linear-gradient(to right,#fbfaf5 0%,rgba(251,250,245,.98) 28%,rgba(251,250,245,.62) 62%,rgba(251,250,245,0) 100%);
  z-index:4;
  pointer-events:none;
}
.hero-blend-scene::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:58px;
  background:linear-gradient(to bottom,rgba(251,250,245,0) 0%,rgba(251,250,245,.72) 55%,#fbfaf5 100%);
  z-index:4;
  pointer-events:none;
}
@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-blend-scene{width:100%;max-width:800px;margin:0 auto;min-height:420px;justify-content:center}
  .hero-circle-bg{right:50%;transform:translateX(50%);width:420px;height:420px;top:10px}
  .hero-blend-photo{height:420px;max-width:800px;object-position:center center}
  .hero-blend-scene::before{width:100%;height:80px;background:linear-gradient(to bottom,#fbfaf5 0%,rgba(251,250,245,.7) 55%,rgba(251,250,245,0) 100%)}
  .hero-blend-scene::after{height:46px}
}
@media (max-width:560px){
  .hero-blend-scene{min-height:280px}
  .hero-circle-bg{width:280px;height:280px;top:8px}
  .hero-blend-photo{height:280px;-webkit-mask-image:none;mask-image:none}
}
