:root {
    --ink: #171a17;
    --ink-soft: #30362f;
    --paper: #f3eee3;
    --paper-light: #fbf8f1;
    --cream: #e8dfce;
    --gold: #d4b66f;
    --gold-soft: #ead9ad;
    --clay: #9d604c;
    --sage: #6f7d68;
    --line: rgba(23, 26, 23, .14);
    --line-light: rgba(255, 255, 255, .14);
    --shadow: 0 30px 80px rgba(23, 26, 23, .12);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; background: #fff; padding: 12px 16px; }
.skip-link:focus { top: 20px; }

.trust-strip { background: #111411; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip__inner { height: 34px; display: flex; align-items: center; gap: 28px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.trust-strip i { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.trust-strip__right { margin-left: auto; }

.site-header { position: relative; z-index: 30; background: rgba(251, 248, 241, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand__mark { width: 43px; height: 43px; color: var(--ink); }
.brand__mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: flex; flex-wrap: wrap; align-items: baseline; font: 700 23px/1 var(--serif); letter-spacing: -.03em; }
.brand__text > span { color: var(--clay); }
.brand__text small { width: 100%; margin-top: 5px; font: 600 8px/1 var(--sans); letter-spacing: .19em; text-transform: uppercase; color: #72766f; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.primary-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 650; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--clay); transition: right .25s ease; }
.primary-nav a:hover::after { right: 0; }
.header-search-button { display: flex; align-items: center; gap: 9px; border: 0; border-left: 1px solid var(--line); padding: 8px 0 8px 25px; background: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.header-search-button svg, .search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-toggle { display: none; }
.search-drawer { position: absolute; top: 122px; left: 0; right: 0; z-index: 25; background: var(--ink); color: white; transform: translateY(-130%); opacity: 0; transition: .35s ease; box-shadow: var(--shadow); }
.search-drawer.is-open { transform: translateY(0); opacity: 1; }
.search-drawer__inner { position: relative; padding: 34px 60px 38px 0; }
.search-drawer label { display: block; margin-bottom: 12px; font: 400 26px/1.2 var(--serif); }
.search-close { position: absolute; right: 0; top: 33px; border: 0; background: none; color: white; font-size: 34px; line-height: 1; cursor: pointer; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 74% 22%, rgba(212,182,111,.13), transparent 31%), linear-gradient(115deg, rgba(255,255,255,.025), transparent 48%); }
.hero__texture { position: absolute; inset: 0; opacity: .25; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding-block: 78px 68px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-soft); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kicker i { width: 28px; height: 1px; background: currentColor; }
.kicker--dark { color: var(--clay); }
.hero h1 { margin: 20px 0 25px; max-width: 760px; font: 400 clamp(50px, 6.2vw, 88px)/.95 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero__lead { max-width: 680px; margin: 0 0 31px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-search { max-width: 680px; }
.hero-search > label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-field { display: flex; align-items: center; padding: 7px 7px 7px 18px; background: white; color: var(--ink); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 12px 14px; background: transparent; color: inherit; }
.search-field button { border: 0; background: var(--clay); color: white; padding: 13px 21px; font-weight: 750; cursor: pointer; }
.search-field--dark { box-shadow: none; }
.popular-searches { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.48); font-size: 12px; }
.popular-searches a { padding: 4px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.78); text-decoration: none; }
.hero__art { position: relative; min-height: 480px; }
.hero-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(212,182,111,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.hero-orbit--outer { width: 450px; height: 450px; }
.hero-orbit--inner { width: 315px; height: 315px; border-style: dashed; animation: spin 32s linear infinite; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.hero-bottle { position: absolute; left: 50%; top: 49%; width: 175px; height: 285px; transform: translate(-50%,-50%); border: 2px solid rgba(232,223,206,.7); border-radius: 46px 46px 30px 30px; background: linear-gradient(90deg, rgba(255,255,255,.05), rgba(212,182,111,.09), rgba(255,255,255,.02)); box-shadow: inset 18px 0 40px rgba(255,255,255,.04), 0 35px 55px rgba(0,0,0,.24); }
.hero-bottle::before { content: ''; position: absolute; left: 50%; top: -37px; width: 86px; height: 48px; transform: translateX(-50%); border: 2px solid rgba(232,223,206,.7); border-bottom: 0; border-radius: 10px 10px 0 0; }
.hero-bottle__cap { position: absolute; left: 50%; top: -60px; width: 102px; height: 31px; transform: translateX(-50%); border: 2px solid rgba(232,223,206,.68); background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(212,182,111,.25) 6px 7px); }
.hero-bottle__label { position: absolute; left: 18px; right: 18px; top: 90px; padding: 25px 10px 22px; text-align: center; border-block: 1px solid rgba(212,182,111,.5); color: var(--gold-soft); }
.hero-bottle__label span { display: block; font: 400 64px/1 var(--serif); }
.hero-bottle__label small { font-size: 8px; letter-spacing: .34em; }
.sprig { position: absolute; width: 170px; height: 250px; }
.sprig i { position: absolute; left: 50%; bottom: 0; width: 1px; height: 100%; background: rgba(232,223,206,.45); transform: rotate(13deg); }
.sprig b { position: absolute; width: 59px; height: 21px; border: 1px solid rgba(212,182,111,.48); border-radius: 100% 0 100% 0; transform: rotate(-29deg); }
.sprig b:nth-child(2) { left: 24px; top: 45px; }
.sprig b:nth-child(3) { left: 80px; top: 94px; transform: scaleX(-1) rotate(-29deg); }
.sprig b:nth-child(4) { left: 38px; top: 141px; }
.sprig b:nth-child(5) { left: 93px; top: 185px; transform: scaleX(-1) rotate(-29deg); }
.sprig--one { left: -10px; bottom: 0; transform: rotate(-22deg); }
.sprig--two { right: -5px; top: 18px; transform: rotate(148deg) scale(.8); }
.hero-stamp { position: absolute; right: 6px; bottom: 38px; width: 102px; height: 102px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(212,182,111,.46); border-radius: 50%; transform: rotate(8deg); font-size: 9px; letter-spacing: .12em; color: var(--gold-soft); }
.hero-stamp::after { content: ''; position: absolute; inset: 7px; border: 1px dashed rgba(212,182,111,.32); border-radius: 50%; }
.hero-stamp strong, .hero-stamp span { display: block; }
.hero-note { position: absolute; left: 5px; top: 80px; color: rgba(255,255,255,.42); font: italic 14px/1.5 var(--serif); transform: rotate(-5deg); }
.hero__proof { position: relative; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.hero__proof div { min-height: 82px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.hero__proof div:last-child { border-right: 0; padding-left: 30px; }
.hero__proof strong { color: var(--gold); font: 400 25px/1 var(--serif); }

.section { padding-block: 105px; }
.section-heading { margin-bottom: 42px; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 11px 0 0; font: 400 clamp(38px, 4.5vw, 60px)/1 var(--serif); letter-spacing: -.045em; }
.section-heading > p { max-width: 460px; margin: 0; color: #686d65; }
.quick-paths { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card { position: relative; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: .25s ease; }
.path-card--wide { grid-column: span 2; }
.path-card:hover { background: var(--paper-light); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(23,26,23,.08); z-index: 2; }
.path-card--accent { background: var(--clay); color: white; }
.path-card--accent:hover { background: #8d503f; }
.path-card__number { font: 400 13px/1 var(--serif); opacity: .5; }
.path-card small { color: var(--clay); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.path-card--accent small { color: var(--gold-soft); }
.path-card h3 { margin: 9px 0 10px; font: 400 32px/1.1 var(--serif); }
.path-card p { max-width: 390px; margin: 0; color: #6e726c; }
.path-card--accent p { color: rgba(255,255,255,.72); }
.path-card__arrow { position: absolute; right: 27px; top: 25px; font-size: 21px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.button--ghost { border-color: var(--line); }
.button--dark { background: var(--ink); color: white; }
.button--light { background: var(--paper-light); color: var(--ink); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-card { overflow: hidden; border: 1px solid var(--line); background: #fffdf8; transition: .25s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-card__visual { position: relative; height: 230px; display: block; overflow: hidden; background: #d8d5c7; border-bottom: 1px solid var(--line); }
.botanical::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(255,255,255,.55), transparent 20%), linear-gradient(145deg, rgba(255,255,255,.35), transparent 54%); }
.botanical--honey { background: #d9bd77; }
.botanical--salt { background: #b7c6c7; }
.botanical--ginger { background: #b7926c; }
.botanical--tea { background: #7f8b79; }
.botanical--oat { background: #d2c29b; }
.botanical--bottle { background: #7f675e; }
.botanical__sun { position: absolute; width: 105px; height: 105px; right: 23px; top: 22px; border: 1px solid rgba(23,26,23,.24); border-radius: 50%; }
.botanical__stem { position: absolute; left: 43%; bottom: -12px; width: 2px; height: 190px; background: rgba(23,26,23,.55); transform: rotate(16deg); transform-origin: bottom; }
.botanical__leaf { position: absolute; width: 75px; height: 33px; border: 2px solid rgba(23,26,23,.55); border-radius: 100% 0 100% 0; }
.botanical__leaf--1 { left: 31%; top: 46px; transform: rotate(13deg); }
.botanical__leaf--2 { left: 48%; top: 95px; transform: scaleX(-1) rotate(12deg); }
.botanical__leaf--3 { left: 28%; top: 142px; transform: rotate(17deg); }
.botanical__vessel { position: absolute; left: 50%; bottom: -22px; width: 125px; height: 95px; transform: translateX(-50%); border: 2px solid rgba(23,26,23,.5); border-radius: 16px 16px 35px 35px; background: rgba(255,255,255,.12); }
.article-card__body { padding: 25px 25px 24px; }
.card-meta { display: flex; justify-content: space-between; gap: 15px; color: #7b7f77; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.card-meta span:first-child { color: var(--clay); }
.article-card h3 { margin: 14px 0 12px; font: 400 29px/1.08 var(--serif); letter-spacing: -.03em; }
.article-card h3 a { text-decoration: none; }
.article-card p { min-height: 77px; margin: 0; color: #676c64; font-size: 14px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.evidence { display: inline-flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.evidence::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.evidence--supported { color: #4e755c; }
.evidence--limited { color: #8c6835; }
.evidence--traditional { color: #786589; }
.evidence--unsupported, .evidence--avoid { color: #a04f45; }
.text-link { text-decoration: none; font-size: 11px; font-weight: 800; }
.text-link span { color: var(--clay); margin-left: 5px; }
.text-link--large { font-size: 13px; }

.evidence-section { position: relative; overflow: hidden; background: var(--ink); color: white; }
.evidence-section::after { content: 'EVIDENS'; position: absolute; right: -30px; bottom: -55px; color: rgba(255,255,255,.025); font: 700 160px/1 var(--serif); letter-spacing: -.05em; }
.evidence-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.evidence-copy h2 { margin: 18px 0 25px; font: 400 clamp(42px, 5vw, 67px)/1.02 var(--serif); letter-spacing: -.045em; }
.evidence-copy p { max-width: 560px; margin: 0 0 30px; color: rgba(255,255,255,.64); font-size: 17px; }
.evidence-scale { border-top: 1px solid var(--line-light); }
.scale-row { display: grid; grid-template-columns: 18px 1fr 30px; gap: 18px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line-light); }
.scale-row strong { display: block; margin-bottom: 4px; font: 400 22px/1.1 var(--serif); }
.scale-row p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.scale-row b { color: rgba(255,255,255,.28); font: 400 14px/1 var(--serif); }
.scale-dot { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; }
.scale-dot--supported { background: #7fac8a; }
.scale-dot--limited { background: #d0aa61; }
.scale-dot--traditional { background: #a38bb5; }
.scale-dot--unsupported { background: #c36a5d; }
.herb-section { background: var(--paper-light); }
.herb-list { border-top: 1px solid var(--line); }
.herb-row { display: grid; grid-template-columns: 55px 1.1fr 1.7fr 25px; gap: 25px; align-items: center; min-height: 103px; border-bottom: 1px solid var(--line); text-decoration: none; transition: .2s ease; }
.herb-row:hover { padding-inline: 15px; background: var(--paper); }
.herb-letter { color: var(--clay); font: 400 32px/1 var(--serif); }
.herb-name strong { display: block; font: 400 22px/1.2 var(--serif); }
.herb-name em { color: #8b8f88; font-size: 12px; }
.herb-note { color: #686d65; font-size: 14px; }
.herb-arrow { color: var(--clay); }
.center { display: flex; justify-content: center; margin-top: 38px; }
.safety-section { background: var(--paper); padding-block: 75px; }
.safety-panel { display: grid; grid-template-columns: 90px 1fr 270px; gap: 36px; align-items: center; padding: 45px 48px; background: var(--paper-light); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(23,26,23,.06); }
.safety-icon { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--clay); border-radius: 50%; }
.safety-icon span { font: 400 36px/1 var(--serif); color: var(--clay); }
.safety-copy h2 { margin: 8px 0 10px; font: 400 36px/1.08 var(--serif); }
.safety-copy p { margin: 0; color: #666b63; }
.safety-actions { display: grid; gap: 17px; }
.newsletter-section { background: var(--clay); color: white; }
.newsletter { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.newsletter h2 { margin: 14px 0 15px; font: 400 47px/1.02 var(--serif); }
.newsletter p { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); }
.newsletter-form > label { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.newsletter-form > div { display: flex; }
.newsletter-form input { flex: 1; min-width: 0; border: 0; padding: 16px; }
.newsletter-form button { border: 0; padding: 0 20px; background: var(--ink); color: white; font-weight: 750; }
.newsletter-form small { display: block; margin-top: 10px; color: rgba(255,255,255,.58); }

.site-footer { background: #111411; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; padding-block: 80px 65px; }
.brand--footer { color: white; }
.brand--footer .brand__mark { color: var(--gold); }
.footer-brand p { max-width: 390px; margin: 24px 0; }
.footer-principle { max-width: 420px; padding: 15px 17px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.04); color: rgba(255,255,255,.83); font: italic 15px/1.5 var(--serif); }
.footer-grid h3 { margin: 4px 0 21px; color: white; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 0 0 13px; text-decoration: none; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.listing-head, .search-page-head { padding-block: 92px; background: var(--ink); color: white; }
.listing-head h1, .search-page-head h1 { max-width: 850px; margin: 16px 0 18px; font: 400 clamp(50px,7vw,85px)/.98 var(--serif); letter-spacing: -.05em; }
.listing-head p { max-width: 680px; margin: 0; color: rgba(255,255,255,.65); font-size: 18px; }
.search-page-head .hero-search { margin-top: 34px; }
.empty-state { padding: 80px 20px; text-align: center; border: 1px solid var(--line); }
.empty-state > span { display: block; color: var(--clay); font: 400 60px/1 var(--serif); }
.empty-state h1, .empty-state h2 { font: 400 40px/1.1 var(--serif); }
.alphabet { margin-bottom: 35px; padding: 17px 22px; word-spacing: 14px; border: 1px solid var(--line); color: var(--clay); font: 700 12px/1.4 var(--sans); }
.herb-list--large .herb-row { min-height: 120px; }
.condition-grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.condition-card { position: relative; min-height: 220px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.condition-card > span { color: var(--clay); font: 400 14px/1 var(--serif); }
.condition-card h2 { margin: 35px 0 10px; font: 400 29px/1.1 var(--serif); }
.condition-card p { color: #6b7068; }
.condition-card b { position: absolute; right: 26px; top: 25px; color: var(--clay); }
.prose-page { max-width: 930px; }
.prose-page > h2 { margin: 55px 0 15px; font: 400 42px/1.1 var(--serif); }
.prose-page > h2:first-child { margin-top: 0; }
.prose-page > p { color: #5f655d; font-size: 18px; }
.method-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 50px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.method-grid > div { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid strong { color: var(--clay); font: 400 14px/1 var(--serif); }
.method-grid h3 { margin: 35px 0 12px; font: 400 29px/1.1 var(--serif); }
.method-grid p { color: #666b63; }

.article-hero { padding-block: 78px; background: var(--ink); color: white; }
.article-hero__grid { display: grid; grid-template-columns: 1fr 360px; gap: 90px; align-items: end; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 28px; color: rgba(255,255,255,.45); font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.article-hero h1 { margin: 18px 0; font: 400 clamp(48px,6vw,78px)/.98 var(--serif); letter-spacing: -.05em; }
.article-hero h1 + p { max-width: 780px; color: rgba(255,255,255,.68); font-size: 19px; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.reviewer-avatar { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 400 20px/1 var(--serif); }
.article-byline strong, .article-byline small { display: block; }
.article-byline strong { font-size: 12px; }
.article-byline small { color: rgba(255,255,255,.45); font-size: 10px; }
.article-hero__facts { border-top: 1px solid var(--line-light); }
.article-hero__facts > div { padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.article-hero__facts span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.article-hero__facts strong { font-size: 12px; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0,750px); gap: 90px; padding-block: 80px 110px; }
.article-aside { position: sticky; top: 25px; align-self: start; }
.toc { display: grid; gap: 12px; padding: 20px 0; border-block: 1px solid var(--line); }
.toc strong { margin-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.toc a { text-decoration: none; color: #666b63; font-size: 13px; }
.aside-note { margin-top: 22px; padding: 18px; background: var(--paper); border-left: 2px solid var(--clay); }
.aside-note span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--clay); }
.aside-note p { margin: 8px 0 0; font-size: 12px; }
.article-content { font: 400 18px/1.85 var(--serif); }
.article-content > p:first-child { font-size: 22px; line-height: 1.65; }
.article-content h2 { margin: 55px 0 16px; font: 400 40px/1.1 var(--serif); letter-spacing: -.025em; }
.warning-box { display: grid; grid-template-columns: 56px 1fr; gap: 20px; margin-top: 55px; padding: 30px; background: #f0dfd5; border: 1px solid rgba(157,96,76,.25); }
.warning-box__icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--clay); border-radius: 50%; color: var(--clay); }
.warning-box h2 { margin: 2px 0 12px; font-size: 28px; }
.warning-box ul { margin: 0; padding-left: 20px; }
.sources-box { margin-top: 60px; padding-top: 35px; border-top: 2px solid var(--ink); }
.sources-box h2 { margin-top: 12px; }
.sources-box ol { padding-left: 24px; }
.sources-box a { text-decoration-color: var(--gold); }
.sources-box p { color: #72766f; font: 400 13px/1.6 var(--sans); }

@media (max-width: 980px) {
    .trust-strip__right { display: none; }
    .primary-nav { position: absolute; left: 24px; right: 24px; top: calc(100% + 1px); display: none; padding: 18px; background: var(--paper-light); border: 1px solid var(--line); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: grid; }
    .nav-toggle { margin-left: auto; display: grid; grid-template-columns: 22px auto; align-items: center; column-gap: 8px; border: 0; background: none; }
    .nav-toggle span { grid-column: 1; width: 22px; height: 1px; background: var(--ink); }
    .nav-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: 11px; }
    .header-search-button { margin-left: 0; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__art { display: none; }
    .article-grid { grid-template-columns: repeat(2,1fr); }
    .evidence-layout { grid-template-columns: 1fr; gap: 55px; }
    .safety-panel { grid-template-columns: 70px 1fr; }
    .safety-actions { grid-column: 2; }
    .newsletter { grid-template-columns: 1fr; gap: 45px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
    .article-hero__grid { grid-template-columns: 1fr; gap: 45px; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { position: static; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 30px, 1220px); }
    .trust-strip__inner { gap: 12px; overflow: hidden; }
    .trust-strip span:nth-child(2) { display: none; }
    .nav-shell { min-height: 74px; }
    .brand__mark { width: 37px; height: 37px; }
    .brand__text { font-size: 20px; }
    .brand__text small { display: none; }
    .header-search-button span { display: none; }
    .header-search-button { padding-left: 14px; }
    .search-drawer { top: 108px; }
    .hero__grid { min-height: auto; padding-block: 65px 52px; }
    .hero h1 { font-size: 49px; }
    .hero__lead { font-size: 16px; }
    .search-field { padding-left: 12px; }
    .search-field input { padding-inline: 9px; font-size: 14px; }
    .search-field button { padding-inline: 14px; font-size: 12px; }
    .hero__proof { grid-template-columns: 1fr; padding-block: 12px; }
    .hero__proof div, .hero__proof div:last-child { min-height: 46px; padding-left: 0; border-right: 0; }
    .section { padding-block: 72px; }
    .section-heading--split { display: block; }
    .section-heading > p, .section-heading .button { margin-top: 20px; }
    .path-grid { grid-template-columns: 1fr; }
    .path-card--wide { grid-column: auto; }
    .path-card { min-height: 220px; }
    .article-grid { grid-template-columns: 1fr; }
    .article-card p { min-height: 0; }
    .herb-row { grid-template-columns: 44px 1fr 20px; gap: 13px; }
    .herb-note { display: none; }
    .safety-panel { grid-template-columns: 1fr; padding: 30px 24px; }
    .safety-actions { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
    .footer-bottom p { margin: 0; }
    .condition-grid { grid-template-columns: 1fr; }
    .method-grid { grid-template-columns: 1fr; }
    .article-layout { gap: 45px; padding-block: 55px 80px; }
    .article-content { font-size: 17px; }
    .warning-box { grid-template-columns: 1fr; }
    .newsletter h2 { font-size: 40px; }
    .newsletter-form > div { display: grid; }
    .newsletter-form button { min-height: 50px; }
}

/* Network footer */
.site-footer__network {
    padding: 0 0 58px;
}
.site-footer__network-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 0 18px;
    border-top: 1px solid rgba(255,255,255,.09);
}
.site-footer__network-head span {
    color: #fff;
    font: 600 15px/1.2 var(--serif);
    letter-spacing: .02em;
}
.site-footer__network-head small {
    color: rgba(255,255,255,.42);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.site-footer__network-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.site-footer__network-grid > a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.site-footer__network-grid > a:hover {
    transform: translateY(-2px);
    border-color: rgba(193,163,98,.55);
    background: rgba(255,255,255,.05);
}
.site-footer__network-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(193,163,98,.5);
    border-radius: 50%;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}
.site-footer__network-grid > a > span:nth-child(2) {
    min-width: 0;
}
.site-footer__network-grid strong,
.site-footer__network-grid small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-footer__network-grid strong {
    color: rgba(255,255,255,.9);
    font-size: 12px;
    line-height: 1.35;
}
.site-footer__network-grid small {
    margin-top: 3px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
}
.site-footer__network-grid svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgba(255,255,255,.35);
    stroke-width: 1.4;
    transition: stroke .2s ease;
}
.site-footer__network-grid > a:hover svg {
    stroke: var(--gold);
}
@media (max-width: 900px) {
    .site-footer__network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .site-footer__network-head { align-items: flex-start; flex-direction: column; gap: 6px; }
    .site-footer__network-grid { grid-template-columns: 1fr; }
    .site-footer__network { padding-bottom: 40px; }
}
