    .herbal-page{
      --forest-950:#17241e;
      --forest-900:#273c32;
      --forest-850:#30463a;
      --forest-800:#375044;
      --forest-700:#405b49;
      --forest-600:#55705b;
      --forest-500:#667f68;
      --forest-400:#7f947e;
      --forest-300:#9caf9d;
      --forest-200:#c9d4c9;
      --forest-100:#e5ebe3;
      --paper:#f6f1e7;
      --paper-light:#fbf8f2;
      --paper-deep:#eee6db;
      --paper-green:#edf1e9;
      --ink:#213028;
      --muted:#68736c;
      --line:rgba(39,60,50,.15);
      --line-strong:rgba(39,60,50,.28);
      --terracotta:#a56b4f;
      --terracotta-deep:#7b4e3c;
      --gold:#b08a58;
      --gold-soft:#d8bf88;
      --stone:#9a9389;
      --charcoal:#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% 5%,rgba(156,175,157,.18),transparent 31rem),
        radial-gradient(circle at 92% 8%,rgba(165,107,79,.09),transparent 30rem),
        linear-gradient(180deg,var(--paper-light),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(--forest-700);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,.96fr) minmax(320px,1.04fr);gap:52px;align-items:end;margin-bottom:46px}
    .herbal-page .section-head>p{max-width:730px;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(--forest-900);border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:780;transition:transform .2s ease,background .2s ease}
    .herbal-page .btn:hover{transform:translateY(-2px)}
    .herbal-page .btn-solid{background:var(--forest-900);color:#fff}
    .herbal-page .btn-soft{background:rgba(255,255,255,.58);color:var(--forest-900)}
    .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 .preview-bar{background:var(--charcoal);color:#fff;font-size:.68rem;letter-spacing:.04em}
    .herbal-page .preview-bar .container{min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}
    .herbal-page .preview-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
    .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(--forest-500);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(--terracotta-deep)}
    .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,70px) 0 0}
    .herbal-page .hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(450px,.95fr);gap:clamp(40px,6vw,88px);align-items:stretch}
    .herbal-page .hero-copy{padding:clamp(35px,4vw,62px) 0 clamp(48px,5vw,76px)}
    .herbal-page .hero h1{font-size:clamp(4rem,7vw,7.6rem);line-height:.86;letter-spacing:-.065em;margin:16px 0 22px;max-width:930px}
    .herbal-page .hero h1 em{font-style:italic;color:var(--terracotta-deep)}
    .herbal-page .hero-sub{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.7rem);color:var(--forest-700);margin-bottom:22px}
    .herbal-page .hero-lede{max-width:820px;font-size:clamp(1rem,1.38vw,1.19rem);margin-bottom:14px}
    .herbal-page .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
    .herbal-page .hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}
    .herbal-page .chip{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.46);font-size:.69rem;color:var(--muted)}
    .herbal-page .chip::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}

    .herbal-page .entity-stage{position:relative;min-height:640px;overflow:hidden;border-radius:32px 32px 0 0;background:
      radial-gradient(circle at 73% 17%,rgba(216,191,136,.13),transparent 17rem),
      radial-gradient(circle at 20% 77%,rgba(156,175,157,.12),transparent 16rem),
      linear-gradient(145deg,#35463d,#24312a 58%,#19211d);}
    .herbal-page .entity-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:64px 64px;opacity:.48}
    .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 .entity-art{position:absolute;inset:3% 3% 6%;width:94%;height:91%}
    .herbal-page .hero-ledger{position:absolute;left:24px;right:24px;bottom:22px;display:grid;grid-template-columns:repeat(4,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 .hero-ledger div{padding:13px 14px;border-right:1px solid rgba(255,255,255,.1)}
    .herbal-page .hero-ledger div:last-child{border-right:0}
    .herbal-page .hero-ledger span{display:block;color:#9fac9f;font-size:.55rem;letter-spacing:.09em;text-transform:uppercase}
    .herbal-page .hero-ledger strong{display:block;margin-top:4px;color:#fff;font-family:var(--serif);font-size:.86rem;font-weight:500}

    .herbal-page .hero-ribbon{background:var(--forest-900);color:#fff}
    .herbal-page .hero-ribbon-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .herbal-page .hero-ribbon-cell{min-height:110px;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.02rem;font-weight:500}

    /* Why */
    .herbal-page .why{padding-top:75px}
    .herbal-page .why-layout{display:grid;grid-template-columns:.73fr 1.27fr;gap:70px;align-items:start}
    .herbal-page .why-copy h2{font-size:clamp(2.8rem,4.8vw,5.1rem);line-height:.98;margin:13px 0 22px}
    .herbal-page .why-copy .lead{font-family:var(--serif);font-size:1.28rem;color:var(--ink)}
    .herbal-page .why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .herbal-page .why-card{min-height:220px;padding:21px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.52)}
    .herbal-page .why-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--terracotta-deep);font-weight:800}
    .herbal-page .why-card h3{font-size:1.32rem;margin:13px 0 8px}
    .herbal-page .why-card p{font-size:.74rem;margin:0}

    /* Roots */
    .herbal-page .roots{background:linear-gradient(180deg,var(--paper),var(--paper-deep))}
    .herbal-page .roots-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
    .herbal-page .roots-copy h2{font-size:clamp(2.7rem,4.6vw,4.95rem);line-height:.99;margin:13px 0 20px}
    .herbal-page .roots-art{min-height:500px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#e6ebdf,#e9dfd2);display:grid;place-items:center;overflow:hidden;position:relative}
    .herbal-page .roots-art::after{content:"";position:absolute;inset:18px;border:1px solid rgba(39,60,50,.13);border-radius:19px}
    .herbal-page .roots-art svg{width:90%;height:90%}
    .herbal-page .roots-note{margin-top:18px;padding:15px;border-left:2px solid var(--gold);background:rgba(176,138,88,.07);font-size:.79rem;color:var(--muted)}

    /* People */
    .herbal-page .people{background:var(--forest-950);color:#fff}
    .herbal-page .people .kicker{color:#bdc8c0}
    .herbal-page .people .section-title{color:#fff}
    .herbal-page .people .section-head>p{color:#b8c2bb}
    .herbal-page .founder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .herbal-page .person-card{min-height:390px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.035);display:flex;flex-direction:column}
    .herbal-page .person-avatar{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#74866f,#526158);color:#fff;font-family:var(--serif);font-size:1.35rem;border:1px solid rgba(255,255,255,.18)}
    .herbal-page .person-role{margin-top:22px;font-size:.6rem;text-transform:uppercase;letter-spacing:.13em;color:var(--gold-soft);font-weight:800}
    .herbal-page .person-card h3{font-size:1.7rem;color:#fff;margin:9px 0 10px}
    .herbal-page .person-card p{font-size:.78rem;color:#b9c3bb}
    .herbal-page .person-meta{margin-top:auto;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);font-size:.69rem;color:#d5ddd7}
    .herbal-page .person-card a{margin-top:12px;text-decoration:none;font-weight:800;font-size:.76rem;color:#fff}

    /* Advisors */
    .herbal-page .advisors{background:#efe7db}
    .herbal-page .advisor-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .herbal-page .advisor-card{min-height:350px;padding:28px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.56)}
    .herbal-page .advisor-card span{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta-deep);font-weight:800}
    .herbal-page .advisor-card h3{font-size:2rem;margin:14px 0 12px}
    .herbal-page .advisor-title{font-family:var(--serif);font-size:1.06rem;color:var(--forest-700);margin-bottom:12px}
    .herbal-page .advisor-card p{font-size:.81rem}
    .herbal-page .advisor-boundary{margin-top:16px;padding:14px;border-left:2px solid var(--terracotta);background:rgba(165,107,79,.07);font-size:.75rem;color:var(--muted)}
    .herbal-page .advisor-card a{display:inline-block;margin-top:16px;text-decoration:none;font-weight:800;font-size:.78rem;color:var(--forest-700)}

    /* Pillars */
    .herbal-page .pillars{background:var(--paper-light)}
    .herbal-page .pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .herbal-page .pillar-card{min-height:370px;padding:26px;border:1px solid var(--line);border-radius:19px;background:rgba(255,255,255,.56);display:flex;flex-direction:column}
    .herbal-page .pillar-no{font-family:var(--serif);font-size:3rem;color:rgba(39,60,50,.22);line-height:1}
    .herbal-page .pillar-card h3{font-size:1.75rem;margin:17px 0 12px}
    .herbal-page .pillar-card p{font-size:.78rem}
    .herbal-page .pillar-list{padding-left:18px;color:var(--muted);font-size:.73rem;margin:6px 0}
    .herbal-page .pillar-list li{margin:5px 0}
    .herbal-page .pillar-rule{margin-top:auto;padding-top:13px;border-top:1px solid var(--line);font-size:.69rem;color:var(--forest-700)}

    /* Quality */
    .herbal-page .quality{background:linear-gradient(145deg,#304038,#1e2924);color:#fff}
    .herbal-page .quality .kicker{color:#bdc8c0}
    .herbal-page .quality .section-title{color:#fff}
    .herbal-page .quality .section-head>p{color:#bac4bd}
    .herbal-page .quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
    .herbal-page .quality-card{min-height:240px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.035)}
    .herbal-page .quality-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-soft);font-weight:800}
    .herbal-page .quality-card h3{font-size:1.25rem;color:#fff;margin:13px 0 8px}
    .herbal-page .quality-card p{font-size:.73rem;color:#b8c2bb}
    .herbal-page .quality-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}

    /* Editorial */
    .herbal-page .editorial-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:start}
    .herbal-page .editorial-copy h2{font-size:clamp(2.65rem,4.6vw,4.9rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .layer-stack{border-top:1px solid var(--line-strong)}
    /* Editorial photos (integrated 2026-08-31) */
    .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 .section-photo{grid-column:2;grid-row:1/3;margin:22px 0 0;justify-self:end;width:100%}
    .herbal-page .section-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:var(--op,50% 50%);border-radius:14px;border:1px solid var(--line);display:block}
    .herbal-page .section-photo figcaption{margin-top:8px;font-size:.72rem;color:var(--muted);text-align:right}
    .herbal-page .section-head:has(.section-photo){align-items:center}
    .herbal-page .section-head:has(.section-photo)>p{grid-column:1;justify-self:start}
    .herbal-page .split-figure{grid-template-columns:minmax(0,1fr) minmax(300px,.4fr);gap:clamp(36px,4.5vw,64px)}
    .herbal-page .layer-row{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:21px 0;border-bottom:1px solid var(--line)}
    .herbal-page .layer-row strong{font-family:var(--serif);font-size:1.18rem;color:var(--terracotta-deep)}
    .herbal-page .layer-row p{font-size:.79rem;margin:0}

    /* AI */
    .herbal-page .ai{background:var(--charcoal);color:#fff}
    .herbal-page .ai .kicker{color:#d0c9bf}
    .herbal-page .ai .section-title{color:#fff}
    .herbal-page .ai .section-head>p{color:#bbb9b3}
    .herbal-page .ai-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}
    .herbal-page .ai-ui{min-height:470px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:
      radial-gradient(circle at 66% 32%,rgba(176,138,88,.12),transparent 15rem),
      rgba(255,255,255,.03);
      padding:24px;position:relative;overflow:hidden}
    .herbal-page .ai-ui::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px}
    .herbal-page .ai-panel{position:relative;z-index:1;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(16,22,19,.74);padding:22px}
    .herbal-page .ai-panel h3{color:#fff;font-size:1.5rem;margin:7px 0 10px}
    .herbal-page .ai-panel p{font-size:.77rem;color:#bbc5bd}
    .herbal-page .ai-bars{display:grid;gap:9px;margin-top:20px}
    .herbal-page .ai-bar{display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:center;font-size:.68rem;color:#b9c5bc}
    .herbal-page .ai-track{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
    .herbal-page .ai-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#7d927f,#c0aa7a)}
    .herbal-page .ai-warning{margin-top:18px;padding:14px;border-left:2px solid var(--gold);background:rgba(176,138,88,.08);font-size:.75rem;color:#d2cec8}
    .herbal-page .ai-copy h2{font-size:clamp(2.7rem,4.6vw,4.95rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .ai-copy p{color:#b8c2bb}
    .herbal-page .ai-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}

    /* Wellness */
    .herbal-page .wellness{background:#eee6da}
    .herbal-page .wellness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .herbal-page .wellness-card{min-height:220px;padding:21px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.55)}
    .herbal-page .wellness-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--forest-700);font-weight:800}
    .herbal-page .wellness-card h3{font-size:1.3rem;margin:12px 0 8px}
    .herbal-page .wellness-card p{font-size:.74rem;margin:0}
    .herbal-page .wellness-callout{margin-top:18px;padding:15px;border-left:2px solid var(--terracotta);background:rgba(165,107,79,.07);font-size:.78rem;color:var(--muted)}

    /* Verify */
    .herbal-page .verify-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .herbal-page .verify-card{min-height:225px;padding:22px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.54);display:flex;flex-direction:column}
    .herbal-page .verify-card span{font-size:.58rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:800}
    .herbal-page .verify-card h3{font-size:1.35rem;margin:14px 0 8px}
    .herbal-page .verify-card p{font-size:.75rem}
    .herbal-page .verify-card a{margin-top:auto;text-decoration:none;font-size:.76rem;font-weight:800;color:var(--forest-700)}

    /* Facts */
    .herbal-page .facts{background:var(--paper-deep)}
    .herbal-page .facts-layout{display:grid;grid-template-columns:.77fr 1.23fr;gap:58px;align-items:start}
    .herbal-page .facts-copy h2{font-size:clamp(2.65rem,4.6vw,4.9rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .facts-board{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.54)}
    .herbal-page .fact-row{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:16px 18px;border-bottom:1px solid var(--line)}
    .herbal-page .fact-row:last-child{border-bottom:0}
    .herbal-page .fact-row strong{font-size:.67rem;text-transform:uppercase;letter-spacing:.08em;color:var(--forest-700)}
    .herbal-page .fact-row span{font-size:.81rem;color:var(--muted)}
    .herbal-page .pending{display:inline-flex;align-items:center;gap:7px}
    .herbal-page .pending::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--terracotta)}
    .herbal-page .facts-note{margin-top:17px;padding:14px;border-left:2px solid var(--gold);background:rgba(176,138,88,.07);font-size:.77rem;color:var(--muted)}

    /* 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(--forest-600)}
    .herbal-page details[open] summary::after{content:"−"}
    .herbal-page details p{padding:0 46px 20px 0;margin:0}

    /* Entity review */
    .herbal-page .review{background:var(--forest-950);color:#fff}
    .herbal-page .review .kicker{color:#bdc8c0}
    .herbal-page .review .section-title{color:#fff}
    .herbal-page .review p{color:#b7c1ba}
    .herbal-page .review-layout{display:grid;grid-template-columns:.84fr 1.16fr;gap:56px}
    .herbal-page .review-ledger{border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.035)}
    .herbal-page .review-row{display:grid;grid-template-columns:205px 1fr;gap:18px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.1)}
    .herbal-page .review-row:last-child{border-bottom:0}
    .herbal-page .review-row strong{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#9fb0a3}
    .herbal-page .review-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}

    @media(max-width:1100px){
      .herbal-page .hero-grid,.herbal-page .why-layout,.herbal-page .roots-layout,.herbal-page .editorial-layout,.herbal-page .ai-layout,.herbal-page .facts-layout,.herbal-page .review-layout{grid-template-columns:1fr}
      .herbal-page .entity-stage{min-height:530px;border-radius:30px}
      .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 .quality-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .verify-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(--paper-light);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 .section-photo{grid-column:auto;grid-row:auto;justify-self:start;margin-top:6px}
      .herbal-page .hero-ledger{grid-template-columns:repeat(2,1fr)}
      .herbal-page .hero-ledger div:nth-child(2){border-right:0}
      .herbal-page .hero-ledger div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
      .herbal-page .why-grid,.herbal-page .advisor-grid,.herbal-page .wellness-grid{grid-template-columns:1fr}
      .herbal-page .founder-grid,.herbal-page .pillar-grid{grid-template-columns:1fr}
      .herbal-page .verify-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.25rem,15vw,4.9rem)}
      .herbal-page .entity-stage{min-height:470px}
      .herbal-page .hero-ledger{grid-template-columns:1fr;left:18px;right:18px;bottom:18px}
      .herbal-page .hero-ledger div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
      .herbal-page .hero-ledger div:last-child{border-bottom:0!important}
      .herbal-page .hero-ribbon-grid,.herbal-page .quality-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 .layer-row,.herbal-page .fact-row,.herbal-page .review-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}}
  
