    .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;
      --paper-rust:#f2e8df;
      --ink:#213028;
      --muted:#68736c;
      --line:rgba(39,60,50,.15);
      --line-strong:rgba(39,60,50,.28);
      --gold:#b08a58;
      --gold-soft:#d8bf88;
      --rust:#a56b4f;
      --rust-deep:#7b4e3c;
      --slate:#6f8278;
      --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 8% 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(--rust-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.03fr) minmax(460px,.97fr);gap:clamp(38px,6vw,84px);align-items:stretch}
    .herbal-page .hero-copy{padding:clamp(34px,4vw,58px) 0 clamp(46px,5vw,72px)}
    .herbal-page .hero h1{font-size:clamp(3.8rem,6.6vw,7.15rem);line-height:.88;letter-spacing:-.064em;margin:16px 0 22px;max-width:950px}
    .herbal-page .hero h1 em{font-style:italic;color:var(--rust-deep)}
    .herbal-page .hero-sub{font-family:var(--serif);font-size:clamp(1.15rem,1.9vw,1.6rem);color:var(--forest-700);margin-bottom:21px}
    .herbal-page .hero-lede{max-width:840px;font-size:clamp(1rem,1.36vw,1.18rem);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 .team-stage{position:relative;min-height:635px;overflow:hidden;border-radius:32px 32px 0 0;background:
      radial-gradient(circle at 74% 18%,rgba(216,191,136,.13),transparent 17rem),
      radial-gradient(circle at 20% 76%,rgba(156,175,157,.11),transparent 16rem),
      linear-gradient(145deg,#35463d,#24312a 58%,#19211d);}
    .herbal-page .team-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 .team-art{position:absolute;inset:4% 3% 6%;width:94%;height:90%}
    .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: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}

    /* Direct answer */
    .herbal-page .answer{padding:52px 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.05rem,1.48vw,1.27rem);margin:0;color:var(--ink);max-width:1040px}

    /* Direction */
    .herbal-page .direction-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:66px;align-items:start}
    .herbal-page .direction-copy h2{font-size:clamp(2.7rem,4.6vw,4.95rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .direction-copy .lead{font-family:var(--serif);font-size:1.22rem;color:var(--ink)}
    .herbal-page .responsibility-wheel{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.55);padding:26px;min-height:470px;display:grid;place-items:center}
    .herbal-page .responsibility-wheel svg{width:100%;height:auto}

    /* Founder profiles */
    .herbal-page .founder-zone{background:linear-gradient(180deg,var(--paper),var(--paper-deep))}
    .herbal-page .founder-list{display:grid;gap:20px}
    .herbal-page .founder-profile{display:grid;grid-template-columns:240px 1fr 270px;gap:26px;padding:26px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.56);align-items:stretch}
    .herbal-page .portrait-placeholder{min-height:280px;border-radius:16px;background:linear-gradient(145deg,#6d7f72,#3e5047);display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}
    .herbal-page .portrait-placeholder::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.12),transparent 9rem)}
    .herbal-page .portrait-initials{position:relative;font-family:var(--serif);font-size:3.2rem;letter-spacing:.03em}
    .herbal-page .portrait-note{position:absolute;left:14px;right:14px;bottom:14px;padding:8px 10px;border-radius:10px;background:rgba(20,28,24,.66);font-size:.62rem;text-align:center;color:#dfe7e1}
    .herbal-page .founder-core{padding:5px 0}
    .herbal-page .founder-core span{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--rust-deep);font-weight:800}
    .herbal-page .founder-core h2{font-size:2.4rem;margin:8px 0 10px}
    .herbal-page .founder-core p{font-size:.81rem}
    .herbal-page .person-facts{border-left:1px solid var(--line);padding-left:24px;display:grid;align-content:center;gap:10px}
    .herbal-page .person-fact{padding-bottom:10px;border-bottom:1px solid var(--line)}
    .herbal-page .person-fact:last-child{border-bottom:0}
    .herbal-page .person-fact strong{display:block;font-size:.61rem;text-transform:uppercase;letter-spacing:.08em;color:var(--forest-700)}
    .herbal-page .person-fact span{display:block;margin-top:4px;font-size:.76rem;color:var(--muted)}
    .herbal-page .status-pending{display:inline-flex!important;align-items:center;gap:6px}
    .herbal-page .status-pending::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--rust)}
    .herbal-page .founder-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}

    /* Academic roots */
    .herbal-page .academic{background:var(--forest-950);color:#fff}
    .herbal-page .academic .kicker{color:#bdc8c0}
    .herbal-page .academic .section-title{color:#fff}
    .herbal-page .academic .section-head>p{color:#b8c2bb}
    .herbal-page .academic-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
    .herbal-page .academic-card{padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.035)}
    .herbal-page .academic-card h3{font-size:2rem;color:#fff;margin:10px 0 14px}
    .herbal-page .academic-card p{color:#b9c4bb;font-size:.8rem}
    .herbal-page .academic-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
    .herbal-page .academic-badge{padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:.66rem;color:#d7dfd8}
    .herbal-page .not-inferred{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
    .herbal-page .not-card{min-height:145px;padding:17px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.03)}
    .herbal-page .not-card span{font-size:.57rem;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-soft);font-weight:800}
    .herbal-page .not-card h3{font-size:1.12rem;color:#fff;margin:9px 0 6px}
    .herbal-page .not-card p{font-size:.7rem;color:#aeb9b1;margin:0}

    /* Responsibility architecture */
    .herbal-page .roles{background:#efe7db}
    .herbal-page .role-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
    .herbal-page .role-card{min-height:245px;padding:19px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.55);display:flex;flex-direction:column}
    .herbal-page .role-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--rust-deep);font-weight:800}
    .herbal-page .role-card h3{font-size:1.28rem;margin:13px 0 8px}
    .herbal-page .role-card p{font-size:.73rem}
    .herbal-page .role-status{margin-top:auto;padding-top:11px;border-top:1px solid var(--line);font-size:.66rem;color:var(--forest-700)}
    .herbal-page .roles-note{margin-top:18px;padding:15px;border-left:2px solid var(--gold);background:rgba(176,138,88,.07);font-size:.78rem;color:var(--muted)}

    /* Relationship types */
    .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:repeat(4,1fr);gap:10px}
    .herbal-page .relationship-card{min-height:250px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.035)}
    .herbal-page .relationship-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-soft);font-weight:800}
    .herbal-page .relationship-card h3{font-size:1.33rem;color:#fff;margin:13px 0 8px}
    .herbal-page .relationship-card p{font-size:.74rem;color:#b8c2bb}
    .herbal-page .relationship-rule{margin-top:18px;padding:14px;border-left:2px solid var(--gold);background:rgba(176,138,88,.08);font-size:.76rem;color:#d2d8d3}

    /* Advisors handoff */
    .herbal-page .advisors-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}
    .herbal-page .advisors-copy h2{font-size:clamp(2.65rem,4.55vw,4.9rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .advisor-stack{display:grid;gap:10px}
    .herbal-page .advisor-row{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:19px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.54)}
    .herbal-page .advisor-row strong{font-family:var(--serif);font-size:1.15rem;color:var(--rust-deep)}
    .herbal-page .advisor-row span{font-size:.78rem;color:var(--muted)}

    /* Credentials */
    .herbal-page .credentials{background:var(--paper-deep)}
    .herbal-page .credential-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:start}
    .herbal-page .credential-copy h2{font-size:clamp(2.65rem,4.55vw,4.9rem);line-height:.98;margin:13px 0 20px}
    .herbal-page .credential-stack{border-top:1px solid var(--line-strong)}
    .herbal-page .credential-row{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}
    .herbal-page .credential-row strong{font-family:var(--serif);font-size:1.15rem;color:var(--forest-700)}
    .herbal-page .credential-row p{font-size:.79rem;margin:0}

    /* 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 .split-figure{grid-template-columns:minmax(0,1fr) minmax(300px,.4fr);gap:clamp(36px,4.5vw,64px)}

    /* Boundaries */
    .herbal-page .boundaries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .herbal-page .boundary-card{min-height:225px;padding:21px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.54)}
    .herbal-page .boundary-card span{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;color:var(--rust-deep);font-weight:800}
    .herbal-page .boundary-card h3{font-size:1.3rem;margin:13px 0 8px}
    .herbal-page .boundary-card p{font-size:.74rem;margin:0}
    .herbal-page .boundary-callout{margin-top:18px;padding:15px;border-left:2px solid var(--rust);background:rgba(165,107,79,.07);font-size:.77rem;color:var(--muted)}

    /* Related */
    .herbal-page .related{background:#efe7db}
    .herbal-page .related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .herbal-page .related-card{min-height:230px;padding:22px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.52);display:flex;flex-direction:column}
    .herbal-page .related-card span{font-size:.58rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:800}
    .herbal-page .related-card h3{font-size:1.35rem;margin:14px 0 8px}
    .herbal-page .related-card p{font-size:.75rem}
    .herbal-page .related-card a{margin-top:auto;text-decoration:none;font-size:.76rem;font-weight:800;color:var(--forest-700)}

    /* 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 */
    .herbal-page .entity{background:var(--forest-950);color:#fff}
    .herbal-page .entity .kicker{color:#bdc8c0}
    .herbal-page .entity .section-title{color:#fff}
    .herbal-page .entity p{color:#b7c1ba}
    .herbal-page .entity-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px}
    .herbal-page .entity-board{border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.035)}
    .herbal-page .entity-row{display:grid;grid-template-columns:200px 1fr;gap:18px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.1)}
    .herbal-page .entity-row:last-child{border-bottom:0}
    .herbal-page .entity-row strong{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#9fb0a3}
    .herbal-page .entity-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:1120px){
      .herbal-page .hero-grid,.herbal-page .direction-layout,.herbal-page .academic-layout,.herbal-page .advisors-layout,.herbal-page .credential-layout,.herbal-page .entity-layout{grid-template-columns:1fr}
      .herbal-page .team-stage{min-height:540px;border-radius:30px}
      .herbal-page .founder-profile{grid-template-columns:220px 1fr}
      .herbal-page .person-facts{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:18px;grid-template-columns:repeat(3,1fr)}
      .herbal-page .role-grid{grid-template-columns:repeat(3,1fr)}
      .herbal-page .relationship-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .related-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 .answer-grid{grid-template-columns:1fr;gap:12px}
      .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 .founder-profile{grid-template-columns:1fr}
      .herbal-page .portrait-placeholder{min-height:330px}
      .herbal-page .person-facts{grid-template-columns:1fr 1fr}
      .herbal-page .role-grid{grid-template-columns:repeat(2,1fr)}
      .herbal-page .not-inferred,.herbal-page .boundaries-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 .team-stage{min-height:460px}
      .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 .role-grid,.herbal-page .relationship-grid,.herbal-page .related-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 .person-facts{grid-template-columns:1fr}
      .herbal-page .advisor-row,.herbal-page .credential-row,.herbal-page .entity-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}}
  
