.herbal-page{
  --g950:#17241e;--g900:#273c32;--g850:#30463a;--g800:#375044;--g700:#405b49;--g600:#55705b;
  --g500:#667f68;--g400:#7f947e;--g300:#9caf9d;--g200:#c9d4c9;--g100:#e5ebe3;
  --paper:#f6f1e7;--paper2:#fbf8f2;--paper3:#eee6db;--paper4:#edf1e9;--paper5:#f1e8de;
  --ink:#213028;--muted:#68736c;--line:rgba(39,60,50,.15);--line2:rgba(39,60,50,.28);
  --rust:#a56b4f;--rust2:#7b4e3c;--gold:#b08a58;--gold2:#d8bf88;--char:#292d2a;--cream:#fffdf8;
  --shadow:0 30px 88px rgba(28,40,33,.11);
  --serif:Georgia,"Times New Roman",serif;
  --sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --container:min(calc(100% - 32px),1350px);
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;
  background:
    radial-gradient(circle at 7% 4%,rgba(156,175,157,.18),transparent 31rem),
    radial-gradient(circle at 92% 7%,rgba(165,107,79,.08),transparent 30rem),
    linear-gradient(180deg,var(--paper2),var(--paper));
  position:relative;isolation:isolate;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility
}
.herbal-page,.herbal-page *,.herbal-page *::before,.herbal-page *::after{box-sizing:border-box}
.herbal-page a{color:inherit;text-underline-offset:4px}.herbal-page img,.herbal-page svg{display:block;max-width:100%}
.herbal-page button{font:inherit}.herbal-page h1,.herbal-page h2,.herbal-page h3,.herbal-page p{margin-top:0}
.herbal-page h1,.herbal-page h2,.herbal-page h3{font-family:var(--serif);font-weight:500;letter-spacing:-.03em;text-wrap:balance}
.herbal-page p{color:var(--muted)}.herbal-page [hidden]{display:none!important}
.herbal-page :focus-visible{outline:3px solid rgba(176,138,88,.48);outline-offset:4px}
.herbal-page .container{width:var(--container);margin-inline:auto}.herbal-page .section{padding:75px 0; position:relative}
.herbal-page .kicker{display:inline-flex;align-items:center;gap:10px;color:var(--g700);font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.herbal-page .kicker::before{content:"";width:30px;height:1px;background:currentColor}
.herbal-page .section-title{font-size:clamp(2.42rem,4.5vw,4.8rem);line-height:1.01;margin:12px 0 18px}
.herbal-page .section-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:52px;align-items:end;margin-bottom:46px}
.herbal-page .section-head>p{max-width:740px;justify-self:end;margin-bottom:4px}
.herbal-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 21px;border:1px solid var(--g900);border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:780;transition:transform .2s ease}
.herbal-page .btn:hover{transform:translateY(-2px)}.herbal-page .btn-solid{background:var(--g900);color:#fff}.herbal-page .btn-soft{background:rgba(255,255,255,.58)}
.herbal-page .skip{position:fixed;left:16px;top:10px;z-index:200;transform:translateY(-180%);background:#fff;padding:10px 14px;border-radius:8px;font-weight:800}.herbal-page .skip:focus{transform:none}

/* header */
.herbal-page .index-note{background:var(--g950);color:#fff;font-size:.68rem;letter-spacing:.03em}
.herbal-page .index-note .container{min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}
.herbal-page .index-dot{width:7px;height:7px;border-radius:50%;background:var(--g300)}
.herbal-page .site-header{position:sticky;top:0;z-index:90;background:rgba(251,248,242,.93);backdrop-filter:blur(15px);border-bottom:1px solid rgba(39,60,50,.09)}
.herbal-page .nav-wrap{width:var(--container);min-height:76px;margin-inline:auto;display:flex;align-items:center;gap:26px}
.herbal-page .brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;flex:0 0 auto}
.herbal-page .brand-mark{width:38px;aspect-ratio:1;border:1px solid var(--g500);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:1.2rem}
.herbal-page .brand-copy{display:grid;line-height:1.03}.herbal-page .brand-copy strong{font-family:var(--serif);font-size:1.08rem;font-weight:600}
.herbal-page .brand-copy small{margin-top:4px;color:var(--muted);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em}
.herbal-page .primary-nav{display:flex;align-items:center;justify-content:center;gap:21px;margin-left:auto}
.herbal-page .primary-nav a{text-decoration:none;font-size:.83rem;font-weight:680;color:#35483d}.herbal-page .primary-nav a[aria-current="page"]{color:var(--rust2)}
.herbal-page .nav-cta{margin-left:auto;white-space:nowrap}.herbal-page .menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer}
.herbal-page .breadcrumb{padding:19px 0 0}.herbal-page .breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:.75rem;color:#7b827d}
.herbal-page .breadcrumb li+li::before{content:"/";margin-right:8px;color:#a2a8a3}.herbal-page .breadcrumb a{text-decoration:none}

/* hero */
.herbal-page .hero{padding:clamp(38px,5vw,68px) 0 0}
.herbal-page .hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(470px,.94fr);gap:clamp(42px,6vw,88px);align-items:stretch}
.herbal-page .hero-copy{padding:clamp(44px,4.5vw,68px) 0 clamp(52px,5vw,78px)}
.herbal-page .hero h1{font-size:clamp(3.9rem,6.8vw,7.35rem);line-height:.88;letter-spacing:-.064em;margin:16px 0 19px;max-width:960px}
.herbal-page .hero h1 em{font-style:italic;color:var(--rust2)}.herbal-page .hero-sub{font-family:var(--serif);font-size:clamp(1.16rem,1.85vw,1.6rem);color:var(--g700);margin-bottom:20px}
.herbal-page .hero-lede{max-width:830px;font-size:clamp(1rem,1.35vw,1.18rem);margin-bottom:14px}.herbal-page .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}
.herbal-page .hero-signals{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.herbal-page .signal{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.48);font-size:.68rem;color:var(--muted)}
.herbal-page .signal::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--g500);margin-right:7px}

.herbal-page .learning-stage{position:relative;min-height:650px;overflow:hidden;border-radius:30px 30px 0 0;background:
 radial-gradient(circle at 72% 17%,rgba(216,191,136,.13),transparent 18rem),
 radial-gradient(circle at 18% 78%,rgba(156,175,157,.11),transparent 17rem),
 linear-gradient(145deg,#35463d,#24312a 58%,#19211d)}
.herbal-page .learning-stage::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:60px 60px;opacity:.44}
.herbal-page .learning-stage svg{position:absolute;inset:3%;width:94%;height:91%}
.herbal-page .stage-label{position:absolute;left:28px;top:26px;color:#dae2dc;font-size:.65rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.herbal-page .stage-foot{position:absolute;left:24px;right:24px;bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(21,28,25,.77);backdrop-filter:blur(10px);overflow:hidden}
.herbal-page .stage-foot div{padding:13px 14px;border-right:1px solid rgba(255,255,255,.1)}.herbal-page .stage-foot div:last-child{border-right:0}
.herbal-page .stage-foot span{display:block;color:#9fac9f;font-size:.55rem;letter-spacing:.09em;text-transform:uppercase}.herbal-page .stage-foot strong{display:block;margin-top:4px;color:#fff;font-family:var(--serif);font-size:.86rem;font-weight:500}
.herbal-page .hero-ribbon{background:var(--g900);color:#fff}.herbal-page .hero-ribbon-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.herbal-page .hero-ribbon-cell{min-height:108px;padding:19px 23px;display:grid;align-content:center;border-right:1px solid rgba(255,255,255,.12)}
.herbal-page .hero-ribbon-cell:last-child{border-right:0}.herbal-page .hero-ribbon-cell span{font-size:.61rem;letter-spacing:.12em;text-transform:uppercase;color:#a9b9ad}.herbal-page .hero-ribbon-cell strong{margin-top:4px;color:#fff;font-family:var(--serif);font-size:1.01rem;font-weight:500}

/* answer */
.herbal-page .answer{padding:54px 0 72px}.herbal-page .answer-grid{display:grid;grid-template-columns:220px 1fr;gap:48px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.herbal-page .answer h2{font-size:1.15rem;margin:0}.herbal-page .answer p{font-size:clamp(1.04rem,1.45vw,1.25rem);margin:0;color:var(--ink);max-width:1040px}

/* topics */
.herbal-page .topics{background:linear-gradient(180deg,var(--paper),var(--paper3))}
.herbal-page .topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.herbal-page .topic-card{min-height:310px;padding:20px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.55);display:flex;flex-direction:column;position:relative;overflow:hidden}
.herbal-page .topic-card::after{content:"";position:absolute;right:-48px;top:-48px;width:130px;height:130px;border:1px solid rgba(39,60,50,.07);border-radius:50%}
.herbal-page .topic-no{font-family:var(--serif);font-size:2.6rem;line-height:1;color:rgba(39,60,50,.24)}.herbal-page .topic-card h3{font-size:1.42rem;margin:20px 0 9px}
.herbal-page .topic-card p{font-size:.74rem}.herbal-page .topic-links{margin-top:auto;display:grid;gap:5px;padding-top:14px;border-top:1px solid var(--line)}.herbal-page .topic-links a{text-decoration:none;font-size:.72rem;font-weight:780;color:var(--g700)}
.herbal-page .topic-card.safety{background:#f1e5da}.herbal-page .topic-card.evidence{background:#e7ece5}

/* dynamic guide modules */
.herbal-page .guide-zone{background:var(--paper2)}.herbal-page .guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.herbal-page .guide-card{min-height:305px;padding:21px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.56);display:flex;flex-direction:column}
.herbal-page .guide-card .type{font-size:.57rem;text-transform:uppercase;letter-spacing:.11em;color:var(--rust2);font-weight:800}.herbal-page .guide-card h3{font-size:1.42rem;margin:13px 0 8px}.herbal-page .guide-card p{font-size:.74rem}
.herbal-page .guide-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.herbal-page .meta-pill{padding:5px 8px;border:1px solid var(--line);border-radius:999px;font-size:.61rem;color:var(--muted);background:var(--paper2)}
.herbal-page .guide-card a{margin-top:auto;text-decoration:none;font-size:.77rem;font-weight:800;color:var(--g700)}
.herbal-page .empty-state{padding:18px;border:1px dashed var(--line2);border-radius:14px;background:rgba(255,255,255,.38);font-size:.76rem;color:var(--muted)}

/* how-to */
.herbal-page .howto{background:#efe7db}.herbal-page .howto-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}.herbal-page .howto-copy h2{font-size:clamp(2.65rem,4.55vw,4.9rem);line-height:.98;margin:13px 0 20px}
.herbal-page .howto-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.herbal-page .principle{padding:14px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.5);font-size:.7rem;color:var(--muted)}
.herbal-page .howto-list{display:grid;gap:9px}

/* safety */
.herbal-page .safety-zone{background:var(--g950);color:#fff}.herbal-page .safety-zone .kicker{color:#bdc8c0}.herbal-page .safety-zone .section-title{color:#fff}.herbal-page .safety-zone .section-head>p{color:#b8c2bb}
.herbal-page .safety-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.herbal-page .safety-card{min-height:235px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035);display:flex;flex-direction:column}
.herbal-page .safety-card span{font-size:.57rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold2);font-weight:800}.herbal-page .safety-card h3{font-size:1.22rem;color:#fff;margin:13px 0 8px}.herbal-page .safety-card p{font-size:.7rem;color:#b4beb7}
.herbal-page .safety-card a{margin-top:auto;text-decoration:none;color:#e7eee9;font-size:.73rem;font-weight:800}

/* compare */
.herbal-page .compare{background:var(--paper3)}.herbal-page .compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.herbal-page .compare-card{min-height:245px;padding:19px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.55)}
.herbal-page .compare-card span{font-size:.58rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold);font-weight:800}.herbal-page .compare-card h3{font-size:1.3rem;margin:13px 0 8px}.herbal-page .compare-card p{font-size:.72rem}.herbal-page .compare-card a{text-decoration:none;font-size:.75rem;font-weight:800;color:var(--g700)}

/* relationship graph */
.herbal-page .relationships{background:linear-gradient(145deg,#304038,#1e2924);color:#fff}.herbal-page .relationships .kicker{color:#bdc8c0}.herbal-page .relationships .section-title{color:#fff}.herbal-page .relationships .section-head>p{color:#bac4bd}
.herbal-page .relationship-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
.herbal-page .relationship-examples{display:grid;gap:10px}.herbal-page .relation-flow{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}
.herbal-page .relation-flow strong{display:block;font-family:var(--serif);font-size:1.1rem;color:#fff}.herbal-page .relation-flow span{display:block;color:#b8c2bb;font-size:.71rem;margin-top:7px;line-height:1.75}
.herbal-page .relation-map{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.025)}.herbal-page .relation-map svg{width:100%;height:auto}

/* evidence handoff */
.herbal-page .evidence-handoff{background:#efe7db}.herbal-page .handoff-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:58px;align-items:start}.herbal-page .handoff-copy h2{font-size:clamp(2.65rem,4.55vw,4.9rem);line-height:.98;margin:13px 0 20px}
.herbal-page .handoff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.herbal-page .handoff-card{min-height:210px;padding:19px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.55);display:flex;flex-direction:column}
.herbal-page .handoff-card span{font-size:.58rem;text-transform:uppercase;letter-spacing:.11em;color:var(--rust2);font-weight:800}.herbal-page .handoff-card h3{font-size:1.32rem;margin:13px 0 8px}.herbal-page .handoff-card p{font-size:.72rem}.herbal-page .handoff-card a{margin-top:auto;text-decoration:none;font-size:.75rem;font-weight:800;color:var(--g700)}

/* recent */
.herbal-page .recent{background:var(--paper2)}.herbal-page .recent-list{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}

/* questions */
.herbal-page .question-nav{background:var(--paper3)}.herbal-page .question-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.herbal-page .question-card{min-height:180px;padding:18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.54)}
.herbal-page .question-card span{font-size:.57rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold);font-weight:800}.herbal-page .question-card h3{font-size:1.25rem;margin:13px 0 8px}.herbal-page .question-card p{font-size:.72rem;margin:0}

/* editorial review */
.herbal-page .editorial{background:var(--g950);color:#fff}.herbal-page .editorial .kicker{color:#bdc8c0}.herbal-page .editorial .section-title{color:#fff}.herbal-page .editorial .section-head>p{color:#b8c2bb}
.herbal-page .review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.herbal-page .review-card{min-height:240px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}
.herbal-page .review-card span{font-size:.57rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold2);font-weight:800}.herbal-page .review-card h3{font-size:1.23rem;color:#fff;margin:13px 0 8px}.herbal-page .review-card p{font-size:.7rem;color:#b4beb7}
.herbal-page .review-rule{margin-top:18px;padding:14px;border-left:2px solid var(--gold);background:rgba(176,138,88,.08);font-size:.74rem;color:#d0d7d1}

/* FAQ */
.herbal-page .faq{max-width:980px;margin-inline:auto;border-top:1px solid var(--line)}.herbal-page details{border-bottom:1px solid var(--line)}
.herbal-page summary{cursor:pointer;list-style:none;padding:21px 44px 21px 0;font-family:var(--serif);font-size:1.22rem;position:relative}.herbal-page summary::-webkit-details-marker{display:none}
.herbal-page summary::after{content:"+";position:absolute;right:5px;top:17px;font-family:var(--sans);font-size:1.4rem;color:var(--g600)}.herbal-page details[open] summary::after{content:"−"}.herbal-page details p{padding:0 46px 20px 0;margin:0}

/* content index */
.herbal-page .content-index{background:var(--char);color:#fff}.herbal-page .content-index .kicker{color:#d0c9bf}.herbal-page .content-index .section-title{color:#fff}.herbal-page .content-index p{color:#bdbbb6}
.herbal-page .index-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:56px}.herbal-page .index-board{border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.035)}
.herbal-page .index-row{display:grid;grid-template-columns:210px 1fr;gap:18px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.herbal-page .index-row:last-child{border-bottom:0}
.herbal-page .index-row strong{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#a8b4ac}.herbal-page .index-row span{font-size:.79rem;color:#d4ddd6}

/* footer */
.herbal-page .footer{background:#121c17;color:#fff;padding:64px 0 26px}.herbal-page .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px;padding-bottom:42px}
.herbal-page .footer-brand p{max-width:430px;color:#a9b6ac;font-size:.82rem;margin-top:18px}.herbal-page .footer-col h2{font-family:var(--sans);font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:#819288;margin-bottom:15px}
.herbal-page .footer-col a{display:block;text-decoration:none;color:#dbe2dd;font-size:.81rem;margin:8px 0}.herbal-page .footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;color:#8e9d92;font-size:.69rem}.herbal-page .footer-bottom span:first-child{max-width:900px}

/* editorial detail photos */
.herbal-page .detail-photo{margin:0;display:flex;flex-direction:column;max-width:100%;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.5)}
.herbal-page .detail-photo img{width:100%;height:auto;flex:1;min-height:0;aspect-ratio:4/5;object-fit:cover;object-position:var(--op,50% 50%);display:block}
.herbal-page .detail-photo figcaption{padding:9px 12px;font-size:.72rem;color:var(--muted)}
.herbal-page .detail-photo.landscape img{aspect-ratio:3/2}
.herbal-page .split-figure{grid-template-columns:minmax(0,1fr) minmax(300px,.4fr);gap:clamp(36px,4.5vw,64px);align-items:stretch}

@media(max-width:1160px){
  .herbal-page .hero-grid,.herbal-page .howto-layout,.herbal-page .relationship-grid,.herbal-page .handoff-layout,.herbal-page .index-layout{grid-template-columns:1fr}
  .herbal-page .learning-stage{min-height:560px;border-radius:30px}.herbal-page .topic-grid{grid-template-columns:repeat(2,1fr)}.herbal-page .guide-grid,.herbal-page .recent-list{grid-template-columns:repeat(2,1fr)}
  .herbal-page .safety-grid{grid-template-columns:repeat(3,1fr)}.herbal-page .review-grid{grid-template-columns:repeat(2,1fr)}.herbal-page .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .herbal-page .primary-nav{display:none;position:absolute;left:16px;right:16px;top:68px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--paper2);box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .herbal-page .primary-nav[data-open="true"]{display:flex}.herbal-page .menu-toggle{display:grid;place-items:center}.herbal-page .nav-cta{margin-left:auto}
  .herbal-page .section-head{grid-template-columns:1fr;gap:15px}.herbal-page .section-head>p{justify-self:start}
  .herbal-page .answer-grid{grid-template-columns:1fr;gap:12px}.herbal-page .hero-ribbon-grid{grid-template-columns:repeat(2,1fr)}.herbal-page .hero-ribbon-cell:nth-child(2){border-right:0}.herbal-page .hero-ribbon-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .herbal-page .compare-grid,.herbal-page .question-grid{grid-template-columns:repeat(2,1fr)}.herbal-page .safety-grid{grid-template-columns:repeat(2,1fr)}.herbal-page .handoff-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .herbal-page{--container:min(calc(100% - 24px),1350px)}.herbal-page .nav-wrap{min-height:68px;gap:12px}.herbal-page .brand-copy small,.herbal-page .nav-cta{display:none}
  .herbal-page .hero h1{font-size:clamp(3.15rem,15vw,4.85rem)}.herbal-page .learning-stage{min-height:510px}.herbal-page .stage-foot{grid-template-columns:1fr;left:18px;right:18px;bottom:18px}.herbal-page .stage-foot div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.herbal-page .stage-foot div:last-child{border-bottom:0}
  .herbal-page .hero-ribbon-grid,.herbal-page .topic-grid,.herbal-page .guide-grid,.herbal-page .recent-list,.herbal-page .safety-grid,.herbal-page .compare-grid,.herbal-page .question-grid,.herbal-page .review-grid,.herbal-page .footer-grid{grid-template-columns:1fr}
  .herbal-page .hero-ribbon-cell{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)}.herbal-page .hero-ribbon-cell:last-child{border-bottom:0}
  .herbal-page .howto-principles{grid-template-columns:1fr}.herbal-page .index-row{grid-template-columns:1fr;gap:5px}.herbal-page .footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.herbal-page *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
  @media (max-width:760px){.herbal-page .section{padding:55px 0}}
  
