@charset "UTF-8";body{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif)}code,kbd,pre,samp{font-family:var(--font-mono)}*{padding:0;margin:0;box-sizing:border-box}:root{--white:#FFFFFF;--off:#FAFAF8;--cream:#F3F0E9;--dark:#0F0F0E;--ink:#0F0F0E;--mid:#585854;--muted:#A8A8A2;--green:#2A5C3F;--gp:#EAF3EC;--line:#E6E6E0;--amber:#C8862F;--blue:#42647A;--font-serif:'Cormorant Garamond',Georgia,serif;--font-sans:'Inter',system-ui,sans-serif;--font-mono:'IBM Plex Mono',monospace;--r-pill:999px}body{font-family:var(--font-sans);font-size:16px;line-height:1.65;color:var(--ink);background:var(--off)}a{color:inherit}img{display:block;width:100%;height:auto}button,input,select,textarea{font:inherit}.wrap{width:calc(100% - 40px);max-width:1100px;margin-inline:auto}.section{padding:124px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.section-display{max-width:760px;font-family:var(--font-serif);font-size:80px;font-weight:500;line-height:.96}.section-micro{margin-bottom:12px;color:var(--muted);font-family:var(--font-mono);font-size:12px;letter-spacing:0;text-transform:uppercase}.section-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:500;text-decoration:underline}.section-link::after{content:"";width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}.section-link:focus,.section-link:hover{text-decoration:underline;text-underline-offset:4px}.page-default{background:var(--off)}.page-default__header{margin-bottom:32px}.page-default__content{max-width:760px;color:var(--mid)}.page-default__content>*+*{margin-top:18px}.page-default__content h2,.page-default__content h3,.page-default__content h4{color:var(--dark)}.error-page{min-height:70vh;display:grid;align-items:center;color:var(--white);background:var(--dark)}.editorial-single h1,.error-page h1{max-width:900px;font-size:clamp(55px,8vw,104px);font-weight:500;line-height:.88}.error-page .wrap>p:not(.section-micro){max-width:570px;margin-top:25px;color:rgba(255,255,255,.64)}.error-page__search{display:flex;max-width:570px;margin:35px 0 25px}.error-page__search input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.28);border-right:0;padding:13px 16px;color:var(--white);background:0 0}.error-page__search button{border:1px solid var(--white);padding:13px 21px;color:var(--dark);background:var(--white);cursor:pointer}.error-page .section-link{color:var(--white)}.content-archive{min-height:65vh}.content-archive__header{margin-bottom:48px}.content-archive__header>div{max-width:650px;margin-top:20px;color:var(--mid)}.content-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.content-archive__card{border:1px solid var(--line);padding:25px;background:var(--white)}.content-archive__card h2{font-size:31px;font-weight:500;line-height:1}.content-archive__card h2 a{text-decoration:none}.content-archive__card>p:last-child{margin-top:16px;color:var(--mid);font-size:14px}.editorial-single{background:var(--off)}.editorial-single .wrap{max-width:900px}.editorial-single header>p:last-child{max-width:680px;margin-top:28px;color:var(--mid);font-size:18px}.editorial-single figure{margin-top:48px}.editorial-single__content{max-width:760px;margin-top:48px;color:var(--mid)}.editorial-single__content>*+*{margin-top:18px}.editorial-single__content h2,.editorial-single__content h3{margin-top:42px;color:var(--ink);font-weight:500}.evidence-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border:1px solid currentColor;border-radius:var(--r-pill);padding:5px 9px;font-family:var(--font-mono);font-size:11px;letter-spacing:0;line-height:1;text-transform:uppercase}.evidence-pill--pc{color:var(--mid)!important;background:#f4f4f0!important}.evidence-pill--p12{color:var(--amber)!important;background:#fbf2e4!important}.evidence-pill--p2{color:var(--blue)!important;background:#eaf0f2!important}.evidence-pill--p3{color:var(--green)!important;background:var(--gp)!important}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media (max-width:980px){.section{padding:96px 0}.section-display{font-size:58px}.content-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.wrap{width:calc(100% - 28px)}.section-head{display:block}.section-link{margin-top:20px}}@media (max-width:620px){.section{padding:72px 0}.section-display{font-size:38px}.content-archive__grid{grid-template-columns:1fr}}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--dark);border-radius:var(--r-pill);padding:9px 20px;font-weight:600;line-height:1.65;text-decoration:none;transition:background 160ms,color 160ms,border-color 160ms;font-size:13px}.button--dark{color:var(--white);background:var(--dark)}.button--dark:focus,.button--dark:hover{color:var(--dark);background:0 0}.button--light{color:var(--dark);background:var(--white);border-color:var(--white)}.button--light:focus,.button--light:hover{color:var(--white);background:0 0}.compound-single{background:var(--off)}.compound-single__hero{position:relative;min-height:540px;display:grid;align-items:end;overflow:hidden;color:var(--white);background:#17231c}.compound-single__hero-media,.compound-single__hero-shade{position:absolute;inset:0}.compound-single__hero-media img,.compound-single__hero-media>span{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.compound-single__hero-media>span{background:radial-gradient(circle at 70% 35%,rgba(105,153,121,.3),transparent 30%),linear-gradient(130deg,#18261e,#0f0f0e)}.compound-single__hero-media{opacity:.52}.compound-single__hero-shade{background:linear-gradient(90deg,rgba(8,13,10,.93) 12%,rgba(8,13,10,.25) 80%)}.compound-single__hero-inner{position:relative;z-index:1;padding-block:106px 62px}.compound-single__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.67);font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.compound-single__hero h1{max-width:850px;margin-top:20px;font-size:clamp(58px,8vw,104px);font-weight:600;line-height:.9}.compound-single__standfirst{max-width:680px;margin-top:24px;color:rgba(255,255,255,.78);font-size:17px;line-height:1.6}.compound-single__mechanism{color:var(--white);background:var(--green)}.compound-single__mechanism .wrap{display:grid;grid-template-columns:200px 1fr;gap:32px;padding-block:24px}.compound-single__mechanism span{color:rgba(255,255,255,.56);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.compound-single__mechanism p{font-family:var(--font-serif);font-size:23px;font-weight:500;line-height:1.25}.compound-single__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:56px;padding-block:88px}.compound-single__content{min-width:0;color:var(--mid);font-size:16px;line-height:1.75}.compound-single__content>*+*{margin-top:18px}.compound-single__content h2,.compound-single__content h3{margin-top:40px;color:var(--ink);font-weight:600;line-height:1.08}.compound-single__content h2{font-size:38px}.compound-single__content h3{font-size:28px}.compound-single__content a{color:var(--green)}.compound-single__sidebar{position:sticky;top:105px;display:grid;gap:15px}.compound-single__panel{border:1px solid var(--line);border-radius:8px;padding:22px;background:var(--white)}.compound-single__panel h2{margin-bottom:16px;font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase}.compound-single__panel dl{display:grid;gap:15px}.compound-single__panel dl>div{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding-top:13px}.compound-single__panel dt{color:var(--muted);font-size:12px}.compound-single__panel dd{text-align:right;font-weight:600}.compound-single__panel--note{border:0;color:var(--white);background:var(--dark)}.compound-single__panel--note p{color:rgba(255,255,255,.64);font-size:13px}.compound-single__technical{background:var(--white)}.compound-single__questions.section,.compound-single__references.section,.compound-single__technical.section{padding-block:92px}.compound-single__technical .wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:52px}.compound-single__questions h2,.compound-single__references h2,.compound-single__technical h2{font-size:clamp(38px,4.5vw,56px);font-weight:600;line-height:1}.compound-single__technical dl{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:10px;gap:1px;background:var(--line)}.compound-single__technical dl>div{padding:20px;background:var(--white)}.compound-single__technical dt{color:var(--muted);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.compound-single__technical dd{margin-top:12px;font-family:var(--font-serif);font-size:23px;font-weight:600;line-height:1.15}.compound-single__questions{color:var(--white);background:var(--green)}.compound-single__questions .section-micro{color:rgba(255,255,255,.55)}.compound-single__questions ol{margin-top:34px;list-style:none;counter-reset:questions}.compound-single__questions li{display:grid;grid-template-columns:46px 1fr;gap:18px;border-top:1px solid rgba(255,255,255,.22);padding:19px 0;font-family:var(--font-serif);font-size:clamp(23px,2.5vw,31px);font-weight:500;line-height:1.18;counter-increment:questions}.compound-single__questions li::before{content:counter(questions,decimal-leading-zero);color:rgba(255,255,255,.52);font-family:var(--font-mono);font-size:11px}.compound-single__references{background:var(--cream)}.compound-single__references .wrap{max-width:880px}.compound-single__references ol{display:grid;gap:12px;margin:28px 0 0 20px;color:var(--mid);font-size:13px}.compound-archive__header{background:var(--white)}.compound-archive__list{background:var(--off)}.compound-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.compound-archive__card{display:grid;align-content:start;gap:12px;min-height:230px;border:1px solid var(--line);border-radius:8px;padding:24px;color:inherit;background:var(--white);text-decoration:none;transition:border-color 160ms,transform 160ms}.compound-archive__card:focus,.compound-archive__card:hover{border-color:rgba(42,92,63,.36);transform:translateY(-2px)}.compound-archive__card h2{font-size:30px;font-weight:600;line-height:1.05}.compound-archive__card div,.compound-archive__card>span:not(.evidence-pill){color:var(--mid)}@media (max-width:980px){.compound-single__layout{gap:45px}.compound-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compound-single__technical .wrap{grid-template-columns:1fr;gap:38px}}@media (max-width:760px){.compound-single__hero{min-height:470px}.compound-single__hero h1{font-size:clamp(54px,17vw,82px)}.compound-single__layout,.compound-single__mechanism .wrap{grid-template-columns:1fr}.compound-single__layout{gap:42px;padding-block:68px}.compound-single__sidebar{position:static}}@media (max-width:620px){.compound-single__hero-inner{padding-block:86px 50px}.compound-single__standfirst{font-size:16px}.compound-single__mechanism .wrap{gap:10px}.compound-single__technical dl{grid-template-columns:1fr}.compound-single__questions li{grid-template-columns:34px 1fr}.compound-archive__grid{grid-template-columns:1fr}.compound-archive__card{min-height:220px;padding:20px}}.report-single{background:var(--off)}.report-single__hero{position:relative;display:flex;align-items:flex-end;min-height:70vh;overflow:hidden;color:var(--white);background:var(--dark)}.report-single__hero-media{position:absolute;inset:0}.report-single__hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,15,14,.95) 0,rgba(15,15,14,.48) 52%,rgba(15,15,14,.08) 100%),linear-gradient(90deg,rgba(15,15,14,.42) 0,transparent 56%);pointer-events:none}.report-single__hero-media img,.report-single__hero-placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 32%;object-position:center 32%}.report-single__hero-placeholder{display:block;background:radial-gradient(circle at 72% 22%,rgba(234,243,236,.18),transparent 32%),linear-gradient(135deg,#1d211d 0,#444840 100%)}.report-single__hero-content{position:relative;z-index:1;display:grid;gap:18px;padding-top:180px;padding-bottom:86px}.report-single__meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;color:rgba(255,255,255,.42);font-family:var(--font-mono);font-size:11px}.report-single__tag{border-radius:4px;padding:5px 10px;color:var(--green);background:var(--gp);font-weight:600;text-transform:uppercase}.report-single__hero h1{max-width:740px;color:var(--white);font-family:var(--font-serif);font-size:88px;font-weight:500;line-height:.98}.report-single__hero-content>p{max-width:740px;color:rgba(255,255,255,.62);font-family:var(--font-serif);font-size:26px;font-style:italic;line-height:1.45}.report-single__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:96px;align-items:start;padding-top:94px;padding-bottom:120px}.report-single__content{min-width:0;max-width:720px}.report-single__content>:first-child{margin-top:0}.report-single__content h2,.report-single__content h3{color:var(--dark);font-family:var(--font-serif);font-weight:500;line-height:1.08}.report-single__content h2{scroll-margin-top:120px;margin-top:56px;border-top:1px solid var(--line);padding-top:52px;font-size:42px}.report-single__content h2:first-child{margin-top:0;border-top:0;padding-top:0}.report-single__content h3{margin-top:36px;font-size:27px}.report-single__content li,.report-single__content p{max-width:66ch;color:var(--mid);font-size:16px;font-weight:400;line-height:1.84}.report-single__content p{margin-top:20px}.report-single__content ol,.report-single__content ul{display:grid;gap:10px;max-width:66ch;margin-top:22px;padding-left:22px}.report-single__content strong{color:var(--dark);font-weight:650}.report-single__content a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.report-single__content .pull-quote,.report-single__content blockquote{margin:42px 0;border-left:3px solid var(--green);padding:4px 0 4px 28px}.report-single__content .pull-quote p,.report-single__content blockquote p{max-width:none;margin:0;color:var(--dark);font-family:var(--font-serif);font-size:34px;font-style:italic;font-weight:400;line-height:1.36}.report-single__content .evidence-callout{display:flex;gap:18px;align-items:flex-start;margin:38px 0;border:1px solid var(--line);border-radius:8px;padding:24px 28px;background:var(--white)}.report-single__content .ev-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:8px;color:var(--amber);background:#fbf2e4}.report-single__content .ev-label,.report-single__content .references h3{display:block;color:var(--muted);font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.report-single__content .ev-value{display:block;margin-top:4px;color:var(--dark);font-weight:650}.report-single__content .ev-note{margin-top:8px;font-size:14px;line-height:1.6}.report-single__content .references{margin-top:58px;border-top:1px solid var(--line);padding-top:30px}.report-single__content .ref-list{display:grid;gap:12px;margin-top:16px;padding:0;list-style:none}.report-single__content .ref-list li{position:relative;padding-left:30px;font-size:13px;line-height:1.55}.report-single__content .ref-list li::before{content:attr(data-n);position:absolute;left:0;color:var(--green);font-family:var(--font-mono);font-size:11px}.report-single__content sup.ref{margin-left:2px;color:var(--green);font-family:var(--font-mono);font-size:10px}.report-single__sidebar{position:sticky;top:192px;display:grid;gap:16px}.report-single__panel{border:1px solid var(--line);border-radius:8px;padding:22px 24px;background:var(--white)}.report-single__panel h2{margin-bottom:14px;color:var(--muted);font-family:var(--font-mono);font-size:11px;font-weight:500;text-transform:uppercase}.report-single__detail{display:flex;align-items:baseline;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:9px 0}.report-single__detail:last-child{border-bottom:0;padding-bottom:0}.report-single__detail span{color:var(--muted);font-family:var(--font-mono);font-size:11px}.report-single__detail strong{color:var(--dark);font-size:13px;font-weight:650;text-align:right}.report-single__toc{display:grid}.report-single__toc a{display:flex;gap:10px;align-items:baseline;border-bottom:1px solid var(--line);padding:8px 0;color:var(--mid);font-size:13px;line-height:1.35;text-decoration:none}.report-single__toc a:last-child{border-bottom:0;padding-bottom:0}.report-single__toc a:focus,.report-single__toc a:hover{color:var(--green)}.report-single__toc span{flex:0 0 auto;color:var(--muted);font-family:var(--font-mono);font-size:11px}.report-single__compounds{display:grid}.report-single__compound{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0;color:var(--dark);text-decoration:none}.report-single__compound:last-child{border-bottom:0;padding-bottom:0}.report-single__compound:focus strong,.report-single__compound:hover strong{color:var(--green)}.report-single__compound-thumb{flex:0 0 42px;width:42px;height:42px;overflow:hidden;border-radius:7px;background:var(--off)}.report-single__compound-thumb img,.report-single__compound-thumb>span{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.report-single__compound-thumb>span{display:block;background:linear-gradient(135deg,var(--gp),var(--line))}.report-single__compound strong{display:block;font-size:13px;line-height:1.2}.report-single__compound small{display:block;margin-top:3px;color:var(--muted);font-family:var(--font-mono);font-size:10px}.report-single__panel--note{border-color:rgba(42,92,63,.32);background:var(--gp)}.report-single__panel--note h2,.report-single__panel--note p{color:var(--green)}.report-single__panel--note p{font-size:13px;line-height:1.6}.report-single__nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.report-single__nav-inner{width:100%;max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.report-single__nav-item{display:grid;align-content:center;gap:8px;min-height:150px;border-right:1px solid var(--line);padding:30px 40px;color:var(--dark);background:var(--white);text-decoration:none;transition:background 160ms}.report-single__nav-item:focus,.report-single__nav-item:hover{background:var(--off)}.report-single__nav-item--next{justify-items:end;border-right:0;text-align:right}.report-single__nav-meta{display:grid;justify-items:start;gap:7px;width:100%}.report-single__nav-item--next .report-single__nav-meta{justify-items:end}.report-single__nav-direction{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:var(--font-mono);font-size:10px;font-weight:500;text-transform:uppercase}.report-single__nav-item small{width:-moz-fit-content;width:fit-content;border-radius:4px;padding:4px 8px;color:var(--green);background:var(--gp);font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase}.report-single__nav-item strong{max-width:560px;font-family:var(--font-serif);font-size:clamp(20px,1.7vw,25px);font-weight:500;line-height:1.15}.report-single__subscribe{border-top:1px solid rgba(255,255,255,.06);color:var(--white);background:var(--dark)}.report-single__subscribe-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.8fr);gap:56px;align-items:center;max-width:960px;padding-top:72px;padding-bottom:72px}.report-single__subscribe h2{color:var(--white);font-family:var(--font-serif);font-size:54px;font-weight:500;line-height:1.04}.report-single__subscribe h2 em{color:rgba(255,255,255,.48);font-style:italic}.report-single__subscribe p{max-width:420px;margin-top:18px;color:rgba(255,255,255,.46);font-size:14px;line-height:1.7}.report-single__subscribe-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:var(--r-pill);background:rgba(255,255,255,.05)}.report-single__subscribe-form button,.report-single__subscribe-form input{min-width:0;border:0}.report-single__subscribe-form input{padding:14px 20px;color:var(--white);background:0 0;outline:0}.report-single__subscribe-form input::-moz-placeholder{color:rgba(255,255,255,.28)}.report-single__subscribe-form input::placeholder{color:rgba(255,255,255,.28)}.report-single__subscribe-form button{padding:14px 22px;color:var(--dark);background:var(--white);font-family:var(--font-mono);font-size:12px;cursor:pointer}.report-single__subscribe-form button:focus,.report-single__subscribe-form button:hover{color:var(--white);background:var(--green)}.report-single__subscribe-form>p{margin-top:10px;color:rgba(255,255,255,.28);font-family:var(--font-mono);font-size:11px}@media (max-width:980px){.report-single__layout{grid-template-columns:1fr}.report-single__content{max-width:none}.report-single__sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.report-single__panel--note{grid-column:1/-1}}@media (max-width:720px){.report-single__hero{min-height:620px}.report-single__nav-inner,.report-single__sidebar,.report-single__subscribe-inner{grid-template-columns:1fr}.report-single__nav-item,.report-single__nav-item--next{min-height:0;border-right:0;border-bottom:1px solid var(--line);padding:25px 20px}.report-single__nav-item:last-child{border-bottom:0}.report-single__subscribe-inner{gap:34px;padding-top:56px;padding-bottom:56px}}@media (max-width:520px){.report-single__hero h1{font-size:42px}.report-single__hero-content>p{font-size:20px}.report-single__content h2{font-size:30px}.report-single__content li,.report-single__content p{font-size:15px}.report-single__content .pull-quote,.report-single__content blockquote{padding-left:18px}.report-single__content .pull-quote p,.report-single__content blockquote p{font-size:24px}.report-single__subscribe h2{font-size:36px}.report-single__content .evidence-callout{display:grid;padding:20px}.report-single__subscribe-form>div{grid-template-columns:1fr;border-radius:18px}}@media (prefers-reduced-motion:reduce){.report-single__nav-item,.report-single__subscribe-form button{transition:none}}.search-page__hero{padding:clamp(64px,9vw,112px) 0 60px;color:var(--white);background:var(--dark)}.search-page__hero h1{max-width:920px;font-family:var(--font-serif);font-size:clamp(48px,7vw,82px);font-weight:600;line-height:.98;letter-spacing:-.025em}.search-page__hero h1 em{color:rgba(255,255,255,.48);font-weight:400}.search-page__form{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:760px;margin-top:30px;border:1px solid rgba(255,255,255,.2);border-radius:var(--r-pill);padding:6px;background:rgba(255,255,255,.08)}.search-page__form input{min-width:0;border:0;outline:0;padding:13px 18px;color:var(--white);background:0 0;font-family:var(--font-mono)}.search-page__form button{border:0;border-radius:var(--r-pill);padding:12px 22px;color:var(--dark);background:var(--white);font-family:var(--font-mono);font-size:12px;font-weight:600;cursor:pointer}.search-page__content{padding-top:48px;padding-bottom:84px}.search-page__heading{margin-bottom:20px;color:var(--muted);font-family:var(--font-mono);font-size:12px;text-transform:uppercase}.search-page__grid{display:grid;gap:10px}.search-result-card{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid var(--line);border-radius:8px;padding:12px;color:inherit;background:var(--white);text-decoration:none;transition:border-color 160ms,transform 160ms}.search-result-card:focus,.search-result-card:hover{border-color:rgba(42,92,63,.42);transform:translateY(-2px)}.search-result-card__media{display:block;width:112px;aspect-ratio:4/3;overflow:hidden;border-radius:9px;background:var(--gp)}.search-result-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-card__body{display:grid;gap:5px}.search-result-card__body small,.search-result-card__type{color:var(--muted);font-family:var(--font-mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.search-result-card__body strong{font-family:var(--font-serif);font-size:clamp(24px,3vw,34px);font-weight:600;line-height:1.05}.search-result-card__summary{max-width:700px;color:var(--mid);font-size:14px}.search-page__empty{max-width:620px;padding:56px 0}.search-page__empty h2{margin-bottom:12px;font-family:var(--font-serif);font-size:40px;font-weight:600}.search-page__empty .button{margin-top:24px}.search-page__pagination{margin-top:40px}@media (max-width:700px){.search-page__form,.search-result-card{grid-template-columns:1fr}.search-result-card__media{width:100%;aspect-ratio:16/8}.search-result-card>.evidence-pill{display:none}}.shop-archive__hero{position:relative;min-height:460px;display:grid;align-items:end;overflow:hidden;color:var(--white);background:#18261e}.shop-archive__hero-shade,.shop-archive__hero>img{position:absolute;inset:0;width:100%;height:100%}.shop-archive__hero>img{-o-object-fit:cover;object-fit:cover;opacity:.58}.shop-archive__hero-shade{background:linear-gradient(90deg,rgba(10,16,12,.86),rgba(10,16,12,.22))}.shop-archive__hero-inner{position:relative;z-index:1;padding-block:84px 58px}.shop-archive__hero .section-micro{color:rgba(255,255,255,.65)}.shop-archive__hero h1{max-width:700px;font-size:clamp(52px,7vw,88px);font-weight:600;line-height:.92}.shop-archive__hero p:last-child{max-width:590px;margin-top:20px;color:rgba(255,255,255,.8);font-size:17px;line-height:1.55}.shop-trust{color:var(--white);background:var(--green)}.shop-trust .wrap{display:grid;grid-template-columns:repeat(4,1fr)}.shop-trust span{padding:18px 20px;border-right:1px solid rgba(255,255,255,.16);text-align:center;font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.shop-trust span:first-child{border-left:1px solid rgba(255,255,255,.16)}.shop-filter{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(250,250,248,.96);backdrop-filter:blur(12px)}.admin-bar .shop-filter{top:32px}.shop-filter__inner{display:flex;align-items:center;gap:22px;min-height:70px}.shop-filter__search{flex:0 0 250px}.shop-filter__search input{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:var(--white)}.shop-filter__search input:focus{outline:0;border-color:var(--green)}.shop-filter__buttons{display:flex;gap:8px;overflow-x:auto;padding-block:14px}.shop-filter__buttons button{flex:0 0 auto;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 13px;color:var(--mid);background:var(--white);cursor:pointer;font-size:12px}.shop-filter__buttons button.is-active,.shop-filter__buttons button:focus,.shop-filter__buttons button:hover{border-color:var(--green);color:var(--white);background:var(--green)}.shop-filter__count{flex:0 0 auto;margin-left:auto;color:var(--muted);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.shop-category{border-bottom:1px solid var(--line);background:var(--off)}.shop-category.section{padding-block:88px}.shop-category:nth-child(even){background:var(--white)}.shop-category[hidden]{display:none}.shop-category__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:40px;margin-bottom:32px}.shop-category__header h2{font-size:clamp(40px,5vw,60px);font-weight:600;line-height:1}.shop-category__header>p{max-width:48ch;color:var(--mid);line-height:1.65}.shop-category__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.shop-archive__empty{padding-block:80px}.shop-product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--white)}.shop-product-card[hidden]{display:none}.shop-product-card__media{position:relative;display:block;aspect-ratio:1/.82;overflow:hidden;color:inherit;background:var(--cream);text-decoration:none}.shop-product-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s}.shop-product-card__media:hover img{transform:scale(1.025)}.product-single__placeholder,.shop-product-card__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 65% 40%,rgba(42,92,63,.17),transparent 28%),linear-gradient(135deg,#eff3ec,#dfe7dc)}.shop-product-card__badges{position:absolute;top:14px;left:14px;display:flex;flex-wrap:wrap;gap:7px}.shop-product-card__entry{border-radius:var(--r-pill);padding:6px 9px;color:var(--white);background:var(--dark);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.shop-product-card__ruo{position:absolute;right:14px;bottom:14px;border-radius:var(--r-pill);padding:6px 9px;color:var(--white);background:var(--green);font-family:var(--font-mono);font-size:10px}.shop-product-card__body{display:grid;gap:18px;flex:1;padding:22px}.shop-product-card__body h3{font-size:28px;font-weight:600;line-height:1.05}.shop-product-card__body h3 a{text-decoration:none}.shop-product-card__body p{margin-top:8px;color:var(--mid);font-size:14px;line-height:1.6}.shop-product-card__form{align-self:end}.shop-product-card__options{display:grid;gap:10px;margin-bottom:15px}.shop-product-card__options label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;font-size:12px}.shop-product-card__options label>span{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase}.shop-product-card__options select{width:100%;border:1px solid var(--line);border-radius:7px;padding:9px 10px;background:var(--white)}.shop-product-card__buy{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-product-card__price{font-weight:600}.shop-product-card__price del{color:var(--muted);font-weight:400}.product-single__purchase button,.shop-product-card__buy button{border:1px solid var(--dark);border-radius:var(--r-pill);padding:10px 18px;color:var(--white);background:var(--dark);cursor:pointer;font-weight:600}.shop-product-card__buy button:disabled{opacity:.42;cursor:not-allowed}.shop-product-card__links{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:14px 24px;color:var(--mid);font-size:11px}.shop-product-card__links a{color:var(--green);text-decoration:none}.product-single{background:var(--off)}.product-single__crumbs{display:flex;gap:9px;padding-block:22px;color:var(--muted);font-size:12px}.product-single__crumbs a{color:var(--green)}.product-single__hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:start;gap:48px;padding-block:30px 82px}.product-single__gallery{position:relative;aspect-ratio:1/.9;overflow:hidden;border-radius:10px;background:var(--cream)}.product-single__gallery>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-single__ruo-badge{position:absolute;right:18px;bottom:18px;border-radius:var(--r-pill);padding:8px 12px;color:var(--white);background:var(--green);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.product-single__summary{position:sticky;top:104px;padding-top:8px}.product-single__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--mid);font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.product-single__summary h1{margin-top:18px;font-size:clamp(46px,5vw,66px);font-weight:600;line-height:.98}.product-single__standfirst{margin-top:18px;color:var(--mid);font-size:16px;line-height:1.65}.product-single__price{margin-top:20px;font-size:23px;font-weight:600}.product-single__purchase{margin-top:18px}.product-single__purchase .cart{display:grid;gap:13px}.product-single__purchase table.variations{width:100%;border-collapse:collapse}.product-single__purchase table.variations td,.product-single__purchase table.variations th{padding:6px 0;text-align:left}.product-single__purchase table.variations label{color:var(--mid);font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.product-single__purchase .qty,.product-single__purchase select{width:100%;border:1px solid var(--line);border-radius:7px;padding:11px;background:var(--white)}.product-single__purchase .quantity{max-width:95px}.product-single__purchase .single_add_to_cart_button{width:100%;padding:14px 20px}.product-single__purchase .reset_variations{display:inline-block;margin-top:6px;color:var(--green);font-size:12px}.product-single__coa-gate{border:1px solid rgba(200,134,47,.35);border-radius:8px;padding:14px 16px;color:#76501f;background:#fbf2e4;font-size:13px}.product-single__declaration{margin-top:20px;border-left:2px solid var(--green);padding-left:14px;color:var(--mid);font-size:12px}.product-single__links{display:grid;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:13px}.product-single__links a{color:var(--green);text-decoration:none}.product-single__specs{background:var(--white)}.product-single__compliance.section,.product-single__description.section,.product-single__specs.section{padding-block:92px}.product-single__specs .wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:52px}.product-single__compliance h2,.product-single__description h2,.product-single__specs h2{font-size:clamp(38px,4.5vw,56px);font-weight:600;line-height:1}.product-single__specs dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--line);gap:1px}.product-single__specs dl>div{min-height:116px;padding:18px 20px;background:var(--white)}.product-single__specs dt{color:var(--muted);font-family:var(--font-mono);font-size:10px;text-transform:uppercase}.product-single__specs dd{margin-top:11px;font-family:var(--font-serif);font-size:24px;font-weight:600;line-height:1.15}.product-single__description{background:var(--cream)}.product-single__description .wrap{max-width:820px}.product-single__description .wrap>div{margin-top:24px;color:var(--mid)}.product-single__description .wrap>div>*+*{margin-top:17px}.product-single__compliance{color:var(--white);background:var(--green)}.product-single__compliance .section-micro{color:rgba(255,255,255,.55)}.product-single__compliance h2{max-width:780px}.product-single__compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px;margin-top:28px;color:rgba(255,255,255,.78)}.woocommerce .woocommerce-notices-wrapper{width:calc(100% - 40px);max-width:1100px;margin:20px auto}.woocommerce-error,.woocommerce-info,.woocommerce-message{border:1px solid var(--line);border-top:3px solid var(--green);border-radius:8px;padding:15px 18px;background:var(--white);list-style:none}.tci-ruo-notice{display:grid;gap:3px;margin:24px 0;border-left:3px solid var(--green);border-radius:0 8px 8px 0;padding:14px 18px;background:var(--gp)}.woocommerce-account .site-main,.woocommerce-cart .site-main,.woocommerce-checkout .site-main{min-height:60vh;padding:70px max(20px,(100% - 1100px) / 2);background:var(--off)}.woocommerce table.shop_table{width:100%;overflow:hidden;border-collapse:collapse;border-radius:8px;background:var(--white)}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-bottom:1px solid var(--line);padding:14px;text-align:left}.woocommerce .checkout-button,.woocommerce a.button,.woocommerce button.button{display:inline-flex;border:1px solid var(--dark);border-radius:var(--r-pill);padding:10px 18px;color:var(--white);background:var(--dark);text-decoration:none}@media (max-width:980px){.shop-category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-single__hero,.product-single__specs .wrap{gap:38px}}@media (max-width:782px){.admin-bar .shop-filter{top:46px}.shop-trust .wrap{grid-template-columns:repeat(2,1fr)}.shop-filter__inner{display:block;padding-block:12px}.shop-filter__search{display:block}.shop-filter__count{display:block;margin:0 0 5px}.product-single__hero,.product-single__specs .wrap,.shop-category__header{grid-template-columns:1fr;gap:28px}.product-single__summary{position:static}.product-single__gallery{aspect-ratio:1/.82}.product-single__hero{padding-bottom:72px}}@media (max-width:620px){.shop-archive__hero{min-height:390px}.shop-archive__hero-inner{padding-block:68px 44px}.shop-archive__hero h1{font-size:52px}.shop-trust span{padding:14px 7px;font-size:9px}.shop-category__grid{grid-template-columns:1fr}.shop-category__header{margin-bottom:30px}.shop-product-card__body{padding:20px}.product-single__summary h1{font-size:44px}.product-single__compliance-grid,.product-single__specs dl{grid-template-columns:1fr;gap:0}.product-single__compliance-grid p+p{margin-top:22px}}.topbar{background:var(--dark);color:rgba(255,255,255,.55);padding:10px 0;text-align:center;font-size:13px;letter-spacing:0}.topbar__inner{padding-inline:20px}.topbar__link{color:inherit;text-decoration:none}.topbar__link:focus,.topbar__link:hover{color:var(--white)}.site-header{position:sticky;top:0;z-index:60;border-bottom:1px solid rgba(15,15,14,.08);color:var(--dark);background:rgba(250,250,248,.96);backdrop-filter:blur(18px)}.admin-bar .site-header{top:32px}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;max-width:1280px;min-height:68px}.site-header__brand{display:inline-flex;align-items:center;color:inherit;font-family:var(--font-mono);font-size:16px;font-weight:500;line-height:1;letter-spacing:0;text-decoration:none;white-space:nowrap;text-transform:uppercase}.site-header__brand span{display:block}.site-header__brand:focus,.site-header__brand:hover{color:var(--green)}.site-header__drawer{display:contents}.site-header__nav{grid-column:2;justify-self:center;min-width:0}.site-header__menu{display:flex;align-items:center;flex-wrap:wrap;gap:26px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:0;list-style:none;background:0 0}.site-header__menu a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0;color:var(--mid);font-size:13px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:color 160ms}.site-header__menu a::after{content:"";position:absolute;right:0;bottom:8px;left:0;height:1px;background:currentColor;opacity:0;transform:scaleX(.64);transition:opacity 160ms,transform 160ms}.site-header__menu .current-menu-ancestor>a,.site-header__menu .current-menu-item>a,.site-header__menu .current_page_item>a,.site-header__menu a:focus,.site-header__menu a:hover{color:var(--dark)}.site-header__menu .current-menu-ancestor>a::after,.site-header__menu .current-menu-item>a::after,.site-header__menu .current_page_item>a::after,.site-header__menu a:focus::after,.site-header__menu a:hover::after{opacity:1;transform:scaleX(1)}.site-header__actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.site-header__cart,.site-header__search,.site-header__shop{min-height:40px}.site-header__cart,.site-header__search{display:inline-flex;align-items:center;border:1px solid rgba(15,15,14,.1);border-radius:var(--r-pill);padding:9px 14px;color:var(--mid);background:var(--white);font-family:var(--font-mono);font-size:12px;line-height:1;text-decoration:none;transition:border-color 160ms,color 160ms,background 160ms}.site-header__search::before{content:"";width:10px;height:10px;margin-right:8px;border:1px solid currentColor;border-radius:50%;box-shadow:5px 5px 0 -4px currentColor}.site-header__cart:focus,.site-header__cart:hover,.site-header__search:focus,.site-header__search:hover{border-color:rgba(42,92,63,.28);color:var(--green);background:var(--gp)}.site-header__shop{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--dark);border-radius:var(--r-pill);padding:9px 18px;color:var(--white);background:var(--dark);font-size:13px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:background 160ms,color 160ms,border-color 160ms}.site-header__shop:focus,.site-header__shop:hover{color:var(--dark);background:0 0}.site-header__cart{color:var(--green)}.site-header__toggle{display:none;justify-self:end;width:42px;height:42px;border:1px solid rgba(15,15,14,.12);border-radius:50%;padding:0;color:var(--dark);background:var(--white);cursor:pointer}.site-header__toggle span:not(.screen-reader-text){display:block;width:16px;height:1px;margin:0 auto;background:currentColor;transition:transform 160ms}.site-header__toggle span:not(.screen-reader-text)+span{margin-top:5px}.site-header.is-open .site-header__toggle span:nth-child(2){transform:translateY(3px) rotate(45deg)}.site-header.is-open .site-header__toggle span:nth-child(3){transform:translateY(-3px) rotate(-45deg)}@media (max-width:1120px){.site-header__inner,.site-header__menu{gap:18px}.site-header__menu a{font-size:12px}}@media (max-width:980px){.site-header__search{width:40px;justify-content:center;padding-inline:0;font-size:0}.site-header__search::before{margin-right:0}}@media (max-width:860px){.site-header__inner{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:66px auto;-moz-column-gap:18px;column-gap:18px;row-gap:0;min-height:66px}.site-header__brand{font-size:17px}.site-header__toggle{display:grid;place-content:center}.site-header__drawer{grid-column:1/-1;display:grid;grid-template-columns:1fr;gap:16px;max-height:0;overflow:hidden;visibility:hidden;transition:max-height 220ms,visibility 220ms,padding 220ms}.site-header.is-open .site-header__drawer{max-height:520px;padding:12px 0 18px;visibility:visible}.site-header__nav{grid-column:auto;justify-self:stretch}.site-header__menu{display:grid;width:100%;border:0;border-radius:0;padding:0;background:0 0;box-shadow:none}.site-header__menu a{justify-content:space-between;min-height:44px;padding:12px 0;border-bottom:1px solid var(--line);border-radius:0;color:var(--dark)}.site-header__menu .current-menu-ancestor>a,.site-header__menu .current-menu-item>a,.site-header__menu .current_page_item>a,.site-header__menu a:focus,.site-header__menu a:hover{background:0 0}.site-header__menu a::after{content:none}.site-header__actions{grid-column:auto;justify-content:flex-start;flex-wrap:wrap}.site-header__search{width:auto;padding-inline:14px;font-size:12px}.site-header__search::before{margin-right:8px}}@media (max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .process-scroll{--process-sticky-offset:112px}}@media (max-width:420px){.site-header__actions{display:grid;grid-template-columns:1fr}.site-header__cart,.site-header__search,.site-header__shop{justify-content:center;width:100%}}.has-search-open{overflow:hidden}.site-search{position:fixed;inset:0;z-index:999;display:grid;align-items:start;padding:clamp(18px,5vw,72px)}.site-search[hidden]{display:none}.site-search__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,15,14,.76);backdrop-filter:blur(10px);cursor:pointer}.site-search__dialog{position:relative;z-index:1;width:min(860px,100%);max-height:calc(100vh - 2 * clamp(18px,5vw,72px));margin-inline:auto;overflow:auto;border-radius:12px;padding:clamp(24px,4vw,44px);background:var(--off);box-shadow:0 30px 90px rgba(0,0,0,.32)}.site-search__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.site-search__header h2{font-family:var(--font-serif);font-size:clamp(34px,5vw,52px);font-weight:600;line-height:1;letter-spacing:-.02em}.site-search__close{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:var(--dark);background:var(--white);font-size:27px;line-height:1;cursor:pointer}.site-search__form{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--line);border-radius:var(--r-pill);padding:6px;background:var(--white)}.site-search__form input{min-width:0;border:0;outline:0;padding:12px 18px;color:var(--dark);background:0 0;font-family:var(--font-mono);font-size:13px}.site-search__form button{border:0;border-radius:var(--r-pill);padding:12px 20px;color:var(--white);background:var(--dark);font-family:var(--font-mono);font-size:12px;font-weight:600;cursor:pointer}.site-search__status{min-height:20px;margin-top:14px;color:var(--muted);font-size:13px}.site-search__results{display:grid;gap:8px;margin-top:20px}.site-search__result{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid var(--line);border-radius:8px;padding:10px;color:inherit;background:var(--white);text-decoration:none}.site-search__result:focus,.site-search__result:hover{border-color:rgba(42,92,63,.45)}.site-search__result-media{display:block;width:64px;aspect-ratio:1;overflow:hidden;border-radius:8px;background:var(--gp)}.site-search__result-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.site-search__result-body{display:grid;gap:3px}.site-search__result-body small,.site-search__result-type{color:var(--muted);font-family:var(--font-mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.site-search__result-body strong{font-size:15px}@media (max-width:620px){.site-search__form{grid-template-columns:1fr;border-radius:16px}.site-search__result{grid-template-columns:54px minmax(0,1fr)}.site-search__result>.evidence-pill{display:none}.site-search__result-media{width:54px}}.site-footer{padding:56px 0 30px;color:rgba(255,255,255,.72);background:var(--dark)}.site-footer__inner{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1fr);gap:48px}.site-footer__brand{display:grid;align-content:start;gap:18px}.site-footer__logo{color:var(--white);font-family:var(--font-serif);font-size:42px;line-height:.95;text-decoration:none}.site-footer__brand p{max-width:360px}.site-footer__column ul,.site-footer__socials{display:grid;gap:8px;list-style:none}.site-footer__socials{display:flex;flex-wrap:wrap;gap:12px}.site-footer a{color:inherit;text-decoration:none}.site-footer a:focus,.site-footer a:hover{color:var(--white)}.site-footer__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.site-footer__column h2{margin-bottom:14px;color:var(--white);font-family:var(--font-mono);font-size:12px;font-weight:500;text-transform:uppercase}.site-footer__column li,.site-footer__socials li{font-size:14px}.site-footer__bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;color:rgba(255,255,255,.48);font-size:13px}.site-footer__bottom span{font-family:var(--font-mono);text-transform:uppercase}@media (max-width:900px){.site-footer__inner{grid-template-columns:1fr}.site-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.site-footer__nav{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column}}.homepage-hero{min-height:80vh;padding:132px 0 64px;background-color:var(--cream);position:relative;overflow:hidden;display:flex}.homepage-hero__background{position:absolute;inset:0;z-index:0;background-position:center;background-repeat:no-repeat;background-size:cover}.homepage-hero__background::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,15,14,.88) 0,rgba(15,15,14,.15) 55%)}.homepage-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);align-items:end;gap:96px}.homepage-hero__content{color:var(--white);max-width:600px}.homepage-hero__micro{font-family:var(--font-mono);font-size:12px;letter-spacing:0;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:20px;display:flex;align-items:center;gap:12px}.homepage-hero h1{font-family:var(--font-serif);font-size:110px;font-weight:500;line-height:1;letter-spacing:0;margin-bottom:32px}.homepage-hero h1 em{opacity:.5}.homepage-hero__footer{display:flex;gap:32px;align-items:flex-start}.homepage-hero__copy{font-family:var(--font-serif);font-size:22px;font-weight:500;line-height:.96;letter-spacing:0;margin-bottom:32px}.homepage-hero__stats{display:flex;flex-wrap:wrap;gap:0;width:min(100%,980px);margin-top:36px;border-top:1px solid rgba(255,255,255,.16)}.homepage-hero__stat{min-width:118px;margin-right:34px;border-right:1px solid rgba(255,255,255,.12);padding:18px 34px 0 0}.homepage-hero__stat:last-child{margin-right:0;border-right:0}.homepage-hero__stat strong{display:block;margin-bottom:5px;color:var(--white);font-family:var(--font-serif);font-size:31px;font-weight:500;line-height:1}.homepage-hero__stat span{display:block;color:rgba(255,255,255,.44);font-family:var(--font-mono);font-size:10px;line-height:1.2;text-transform:uppercase}.homepage-hero .button{white-space:nowrap}.homepage-hero--stats{min-height:65vh;padding:118px 0 48px}.homepage-hero--stats .homepage-hero__background::after{background:linear-gradient(0deg,rgba(15,15,14,.9) 0,rgba(15,15,14,.42) 46%,rgba(15,15,14,.06) 100%)}.homepage-hero--stats .homepage-hero__content{max-width:820px}.homepage-hero--stats h1{font-size:96px;line-height:.98;margin-bottom:0}.homepage-hero--stats h1 em{opacity:.52}@media (max-width:860px){.homepage-hero{min-height:0;padding:96px 0 56px}.homepage-hero__inner{gap:56px}.homepage-hero h1{font-size:76px}.homepage-hero__stat{min-width:96px;margin-right:22px;padding-right:22px}.process-scroll{--process-sticky-offset:66px}}@media (max-width:620px){.homepage-hero{padding:72px 0 42px}.homepage-hero h1{font-size:52px;margin-bottom:24px}.homepage-hero__footer{flex-direction:column;gap:20px}.homepage-hero__copy{font-size:20px;margin-bottom:0}.homepage-hero--stats h1{font-size:46px}.homepage-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px}.homepage-hero__stat{min-width:0;margin-right:0;border-right:0;padding-right:18px}}.trust-strip{border-block:1px solid var(--line);background:var(--white)}.trust-strip__inner{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.trust-strip ul{list-style:none}.trust-strip__badges{border-bottom:1px solid var(--line)}.trust-strip__badges,.trust-strip__press ul{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:18px 0;width:100%}.trust-strip__badges li{display:flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:12px;color:var(--muted);letter-spacing:0;text-transform:uppercase}.trust-strip__press{display:flex;justify-content:center;width:100%;align-items:center}.trust-strip__press ul{gap:0}.trust-strip__press li{font-family:var(--font-serif);font-size:18px;color:var(--muted);padding:0 18px;border-left:1px solid var(--line);white-space:nowrap;letter-spacing:0}.trust-strip__press li:first-child{border-left:none}.trust-strip__press li.trust-strip__press-label{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;line-height:30px}@media (max-width:760px){.trust-strip__inner,.trust-strip__press{align-items:flex-start;flex-direction:column}}.compound-ticker{display:flex;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-block:1px solid var(--line);color:var(--dark);background:var(--off)}.compound-ticker::-webkit-scrollbar{display:none}.compound-ticker__inner{display:flex;justify-content:flex-start;min-height:82px}.compound-ticker__inner.wrap{max-width:-moz-max-content;max-width:max-content}.compound-ticker__label{display:flex;align-items:center;flex:0 0 auto;margin:0;border-right:1px solid var(--line);padding:0 24px 0 0;color:var(--muted);font-family:var(--font-mono);font-size:12px;letter-spacing:0;line-height:1.2;text-transform:uppercase;white-space:nowrap}.compound-ticker__track{display:flex;flex:1 1 auto;min-width:-moz-max-content;min-width:max-content}.compound-ticker__item{display:flex;align-items:center;flex:0 0 auto;gap:11px;min-width:206px;border-right:1px solid var(--line);padding:0 18px;color:inherit;cursor:pointer;scroll-snap-align:start;text-decoration:none;transition:background 160ms}.compound-ticker__item:focus,.compound-ticker__item:hover{background:var(--white)}.compound-ticker__item:focus-visible{outline:rgba(42,92,63,.42) solid 1px;outline-offset:-2px}.compound-ticker__item strong{overflow:hidden;color:var(--dark);font-size:14px;font-weight:500;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.compound-ticker__item:last-child{border-right:0}.compound-ticker__number{flex:0 0 auto;color:var(--muted);font-family:var(--font-mono);font-size:10px;line-height:1}.compound-ticker__body{display:grid;flex:1 1 auto;gap:3px;min-width:0}.compound-ticker__category{overflow:hidden;color:var(--muted);font-family:var(--font-mono);font-size:11px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.compound-ticker .evidence-pill{flex:0 0 auto;justify-content:center;max-width:72px;min-height:32px;border:0;border-radius:3px;padding:6px 7px;font-size:11px;font-weight:500;line-height:1.15;text-align:left;text-transform:none;white-space:normal}.compound-ticker .evidence-pill--p12,.compound-ticker .evidence-pill--pc{color:#a75e26;background:#f8eee6}.compound-ticker .evidence-pill--p2,.compound-ticker .evidence-pill--p3{color:var(--green);background:#eef4e1}.compound-ticker.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.compound-ticker.is-dragging .compound-ticker__item{pointer-events:none}.categories-grid{overflow:hidden;background:var(--off)}.categories-grid__head{margin-bottom:42px}.categories-grid__head p{font-size:12px;color:var(--muted)}.categories-grid__head h2{max-width:460px;font-size:72px}.categories-grid__head .section-link,.categories-grid__head>div{animation:560ms cubic-bezier(.22,1,.36,1) both categories-grid-reveal}.categories-grid__head .section-link{animation-delay:.1s}@keyframes categories-grid-reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.categories-grid__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.categories-grid__card{min-width:0;opacity:0;animation:680ms cubic-bezier(.22,1,.36,1) both categories-grid-reveal;animation-delay:var(--category-delay,120ms)}.categories-grid__card a{position:relative;isolation:isolate;display:block;min-height:372px;overflow:hidden;border:1px solid rgba(15,15,14,.08);border-radius:8px;color:var(--white);background:var(--gp);box-shadow:0 20px 48px rgba(15,15,14,.07);text-decoration:none;transition:transform 240ms,border-color 240ms,box-shadow 240ms}.categories-grid__card a::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,15,14,.02) 18%,rgba(15,15,14,.36) 58%,rgba(15,15,14,.86) 100%),linear-gradient(180deg,rgba(15,15,14,0) 0,rgba(15,15,14,.24) 100%);transition:opacity 240ms}.categories-grid__card a::after{content:"";position:absolute;inset:10px;z-index:3;border:1px solid rgba(255,255,255,.16);border-radius:6px;opacity:0;pointer-events:none;transition:opacity 240ms}.categories-grid__card a:focus,.categories-grid__card a:hover{transform:translateY(-6px);border-color:rgba(42,92,63,.24);box-shadow:0 28px 64px rgba(15,15,14,.14)}.categories-grid__card a:focus::before,.categories-grid__card a:hover::before{opacity:.92}.categories-grid__card a:focus::after,.categories-grid__card a:hover::after{opacity:1}.categories-grid__card a:focus-visible{outline:rgba(42,92,63,.55) solid 1px;outline-offset:4px}.categories-grid__image{position:absolute;inset:0;display:block;background:linear-gradient(135deg,rgba(234,243,236,.96),rgba(243,240,233,.92))}.categories-grid__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 620ms cubic-bezier(.22,1,.36,1),filter 240ms}.categories-grid__card a:focus img,.categories-grid__card a:hover img{filter:saturate(1.02) contrast(1.03);transform:scale(1.055)}.categories-grid__content{position:absolute;right:0;bottom:0;left:0;z-index:2;display:grid;gap:8px;padding:0 62px 24px 20px;transform:translateY(0);transition:transform 240ms}.categories-grid__card a:focus .categories-grid__content,.categories-grid__card a:hover .categories-grid__content{transform:translateY(-2px)}.categories-grid__count{color:rgba(255,255,255,.52);font-family:var(--font-mono);font-size:10px;line-height:1;text-transform:uppercase}.categories-grid__title{max-width:220px;color:rgba(246,241,232,.88);font-family:var(--font-serif);font-size:24px;font-weight:500;line-height:1;text-shadow:0 1px 18px rgba(0,0,0,.25);text-wrap:balance}.categories-grid__description{display:-webkit-box;overflow:hidden;max-width:230px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.categories-grid__cta{position:absolute;right:20px;bottom:24px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(15,15,14,.22);backdrop-filter:blur(10px);opacity:0;transform:translateY(6px);transition:opacity 220ms,transform 220ms,background 220ms}.categories-grid__cta::before{content:"";width:8px;height:8px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg) translateX(-2px) translateY(2px)}.categories-grid__card a:focus .categories-grid__cta,.categories-grid__card a:hover .categories-grid__cta{opacity:1;transform:translateY(0)}.categories-grid__note{max-width:680px;margin-top:24px;color:var(--mid);font-size:15px}@media (max-width:980px){.categories-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-grid__card a{min-height:340px}}@media (max-width:560px){.categories-grid__items{grid-template-columns:1fr}.categories-grid__card a{min-height:320px}.categories-grid__content{padding-right:64px}.categories-grid__description,.categories-grid__title{max-width:100%}}@media (prefers-reduced-motion:reduce){.categories-grid__card,.categories-grid__head .section-link,.categories-grid__head>div{opacity:1;animation:none;transform:none}.categories-grid__card a,.categories-grid__card a::after,.categories-grid__card a::before,.categories-grid__content,.categories-grid__cta,.categories-grid__image img{transition:none}.categories-grid__card a:focus,.categories-grid__card a:focus .categories-grid__content,.categories-grid__card a:focus .categories-grid__cta,.categories-grid__card a:focus img,.categories-grid__card a:hover,.categories-grid__card a:hover .categories-grid__content,.categories-grid__card a:hover .categories-grid__cta,.categories-grid__card a:hover img{transform:none}}.process-scroll{--process-panel:#0B0D0C;--process-stage:#050605;--process-accent:#469767;--process-muted:rgba(255, 255, 255, 0.64);--process-sticky-offset:68px;position:relative;min-height:100svh;color:var(--white);background:var(--process-panel)}.process-scroll.section{padding:0}.process-scroll--has-steps{height:calc(var(--process-step-count,1) * 100svh)}.process-scroll__viewport{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:calc(100svh - var(--process-sticky-offset));background:var(--process-panel)}.process-scroll--has-steps .process-scroll__viewport{position:sticky;top:var(--process-sticky-offset);height:calc(100svh - var(--process-sticky-offset));overflow:hidden}.admin-bar .process-scroll{--process-sticky-offset:100px}.process-scroll:not(.process-scroll--has-steps) .process-scroll__viewport{min-height:640px}.process-scroll:not(.process-scroll--has-steps) .process-scroll__intro{grid-column:1/-1}.process-scroll__intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:96px 80px;background:var(--process-panel);position:relative}.process-scroll__intro::before{content:"";position:absolute;inset:20px;z-index:3;border:1px solid rgba(255,255,255,.16);border-radius:6px;pointer-events:none}.process-scroll .section-micro{margin-bottom:28px}.process-scroll .section-display{max-width:500px;color:var(--white);font-size:88px;text-wrap:balance}.process-scroll__copy{max-width:390px;margin-top:28px;color:var(--process-muted);font-size:15px;line-height:1.62}.process-scroll__copy p+p{margin-top:14px}.process-scroll__dots{display:flex;align-items:center;gap:4px;margin-top:34px}.process-scroll__dot{position:relative;display:grid;place-items:center;width:24px;height:12px;border:0;padding:0;color:inherit;background:0 0;cursor:pointer}.process-scroll__dot::before{content:"";width:5px;height:5px;border-radius:var(--r-pill);background:rgba(255,255,255,.28);transition:width 220ms,background 220ms,opacity 220ms}.process-scroll__dot.is-active::before,.process-scroll__dot:focus-visible::before,.process-scroll__dot:hover::before{opacity:1;background:var(--process-accent)}.process-scroll__dot.is-active::before{width:24px}.process-scroll__dot:focus-visible{outline:rgba(255,255,255,.72) solid 1px;outline-offset:4px}.process-scroll__stage{position:relative;isolation:isolate;min-width:0;overflow:hidden;background:var(--process-stage)}.process-scroll__stage::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:var(--muted)}.process-scroll__stage::after{content:"";position:absolute;right:0;bottom:0;left:0;z-index:1;height:min(46svh,390px);pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.68) 62%,rgba(0,0,0,.88) 100%)}.process-scroll__media,.process-scroll__media-item{position:absolute;inset:0}.process-scroll__media-item{margin:0;opacity:0;background:radial-gradient(circle at 65% 24%,rgba(70,151,103,.18),transparent 34%),radial-gradient(circle at 38% 68%,rgba(66,100,122,.16),transparent 32%),var(--process-stage);transform:scale(1.035);transition:opacity 520ms,transform 1.2s cubic-bezier(.22,1,.36,1)}.process-scroll__media-item.is-active{z-index:1;opacity:1;transform:scale(1)}.process-scroll__media-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.process-scroll__steps{position:absolute;right:80px;bottom:92px;left:92px;z-index:2;min-height:190px;pointer-events:none}.process-scroll__step{position:absolute;bottom:0;left:0;max-width:360px;opacity:0;transform:translateY(18px);transition:opacity 280ms,transform 360ms}.process-scroll__step.is-active{opacity:1;transform:translateY(0)}.process-scroll__step>div{position:relative;display:grid;gap:10px;padding-left:18px}.process-scroll__step>div::before{content:"";position:absolute;top:2px;bottom:4px;left:0;width:1px;background:var(--muted)}.process-scroll__number{color:rgba(255,255,255,.36);font-family:var(--font-serif);font-size:52px;font-weight:500;line-height:.85;text-shadow:0 2px 20px rgba(0,0,0,.78)}.process-scroll__step h3{color:rgba(255,255,255,.99);font-family:var(--font-sans);font-size:18px;font-weight:500;line-height:1.24;text-shadow:0 2px 20px rgba(0,0,0,.84)}.process-scroll__step p{max-width:320px;color:rgba(255,255,255,.84);font-size:14px;line-height:1.55;text-shadow:0 2px 18px rgba(0,0,0,.86)}@media (max-width:980px){.process-scroll__intro{padding:64px 34px}.process-scroll .section-display{font-size:72px}.process-scroll__steps{right:34px;left:34px}}@media (max-width:760px){.process-scroll__viewport{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.process-scroll__intro{justify-content:center;padding:24px 24px 18px}.process-scroll__intro::before{content:none}.process-scroll .section-micro{margin-bottom:10px}.process-scroll .section-display{max-width:420px;font-size:clamp(36px,9vw,42px);line-height:.98}.process-scroll__copy{max-width:44ch;margin-top:14px;font-size:13.5px;line-height:1.5}.process-scroll__dots{gap:0;margin-top:12px}.process-scroll__dot{width:36px;height:28px}.process-scroll__dot.is-active::before{width:28px}.process-scroll__stage{min-height:0;margin:0 12px 12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;box-shadow:0 18px 42px rgba(0,0,0,.24)}.process-scroll__stage::before{background:linear-gradient(180deg,rgba(5,6,5,.05),transparent 38%)}.process-scroll__stage::after{bottom:148px;height:96px;background:linear-gradient(180deg,transparent 0,rgba(11,13,12,.88) 100%)}.process-scroll__media{bottom:148px}.process-scroll__media-item{bottom:0}.process-scroll__media-item img{-o-object-position:center 40%;object-position:center 40%}.process-scroll__steps{right:0;bottom:0;left:0;min-height:148px;background:var(--process-panel)}.process-scroll__step{right:20px;bottom:20px;left:20px;max-width:none}.process-scroll__step>div{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:8px 12px;padding-left:0}.process-scroll__step>div::before{content:none}.process-scroll__number{color:var(--process-accent);font-size:19px;line-height:1;text-shadow:none}.process-scroll__step h3{font-size:16px;line-height:1.25}.process-scroll__step p{grid-column:1/-1;max-width:40ch;font-size:13px;line-height:1.45}}@media (max-width:520px){.process-scroll__intro{padding:20px 20px 14px}.process-scroll .section-display{font-size:clamp(34px,9vw,38px)}.process-scroll__copy{line-height:1.5}.process-scroll__stage{margin:0 10px 10px}}@media (max-width:760px) and (max-height:640px){.process-scroll__intro{padding-block:12px 8px}.process-scroll .section-micro{margin-bottom:6px}.process-scroll .section-display{font-size:32px}.process-scroll__copy{margin-top:8px;font-size:12.5px;line-height:1.4}.process-scroll__dots{margin-top:6px}.process-scroll__dot{height:22px}.process-scroll__stage::after{bottom:132px;height:72px}.process-scroll__media{bottom:132px}.process-scroll__steps{min-height:132px}.process-scroll__step{bottom:14px}}@media (prefers-reduced-motion:reduce){.process-scroll__dot::before,.process-scroll__media-item,.process-scroll__step{transition:none}}.evidence-grades{background:var(--white)}.evidence-grades__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.5fr);align-items:end;gap:96px;margin-bottom:34px}.evidence-grades__content h2{font-size:62px;line-height:.96;text-wrap:balance}.evidence-grades__copy{max-width:440px;color:var(--mid)}.evidence-grades__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.evidence-grades__card{display:grid;align-content:start;gap:18px;min-height:280px;border:1px solid var(--line);padding:24px;background:var(--off)}.evidence-grades__card h3{font-family:var(--font-serif);font-size:32px;font-weight:500;line-height:1}.evidence-grades__card p{color:var(--mid)}.evidence-grades__card small{align-self:end;color:var(--green);font-family:var(--font-mono);font-size:11px;text-transform:uppercase}@media (max-width:980px){.evidence-grades__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.evidence-grades__content{grid-template-columns:1fr;gap:22px}}@media (max-width:560px){.evidence-grades__grid{grid-template-columns:1fr}.evidence-grades__card{min-height:240px;padding:20px}.evidence-grades__card h3{font-size:28px}}.index-search{background:var(--off);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.index-search__inner{display:grid;gap:28px;max-width:920px;text-align:center}.index-search__inner>div:first-child{justify-self:center}.index-search__copy{max-width:620px;margin:18px auto 0;color:var(--mid)}.index-search__form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:780px;width:100%;margin-inline:auto;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px;background:var(--white)}.index-search__form input{min-width:0;border:0;padding:0 18px;color:var(--dark);background:0 0;outline:0}.index-search__tags{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;list-style:none}.index-search__tags li{border:1px solid rgba(42,92,63,.2);border-radius:var(--r-pill);padding:8px 12px;color:var(--mid);background:rgba(255,255,255,.58);font-size:13px}@media (max-width:620px){.index-search__form{grid-template-columns:1fr;border-radius:28px}.index-search__form input{min-height:46px}}.index-filter{position:sticky;top:68px;z-index:50;border-bottom:1px solid var(--line);background:rgba(250,250,248,.95);backdrop-filter:blur(14px);padding:18px 0}.admin-bar .index-filter{top:100px}.index-filter__inner{display:flex;align-items:flex-start;gap:14px;max-width:1200px;min-height:72px}.index-filter__search{display:flex;align-items:center;flex:0 0 260px;gap:10px;border:1px solid var(--line);border-radius:var(--r-pill);padding:10px 18px;background:var(--white)}.index-filter__search>span[aria-hidden=true]{position:relative;flex:0 0 auto;width:13px;height:13px;border:1.5px solid var(--muted);border-radius:50%}.index-filter__search>span[aria-hidden=true]::after{content:"";position:absolute;right:-4px;bottom:-3px;width:6px;height:1.5px;background:var(--muted);transform:rotate(45deg);transform-origin:center}.index-filter__search input{min-width:0;width:100%;border:0;color:var(--ink);background:0 0;font-family:var(--font-mono);font-size:12px;outline:0}.index-filter__search input::-moz-placeholder{color:var(--muted)}.index-filter__search input::placeholder{color:var(--muted)}.index-filter__pills{display:flex;align-items:center;flex:1 1 auto;flex-wrap:wrap;gap:8px}.index-filter__pill{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 14px;color:var(--mid);background:0 0;font-family:var(--font-mono);font-size:11px;line-height:1;cursor:pointer;transition:border-color 160ms,color 160ms,background 160ms;white-space:nowrap}.index-filter__pill:focus,.index-filter__pill:hover{border-color:rgba(15,15,14,.42);color:var(--dark)}.index-filter__pill.is-active{border-color:var(--dark);color:var(--white);background:var(--dark)}.index-filter__count{flex:0 0 auto;color:var(--muted);font-family:var(--font-mono);font-size:11px;line-height:1;white-space:nowrap}@media (max-width:860px){.index-filter{position:relative;top:auto}.admin-bar .index-filter{top:auto}.index-filter__inner{display:grid;min-height:0;padding-block:18px}.index-filter__search{flex-basis:auto;width:100%}.index-filter__count{order:3}}.index-category-rows{padding:68px 0 108px;background:var(--off)}.index-category-rows__inner{max-width:1200px}.index-category-row{scroll-margin-top:156px}.index-category-row[hidden],.index-category-row__rule[hidden],.index-category-rows__empty[hidden],.index-compound-card[hidden]{display:none}.index-category-row__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:30px}.index-category-row__label{display:block;margin-bottom:10px;color:var(--muted);font-family:var(--font-mono);font-size:11px;line-height:1;text-transform:uppercase}.index-category-row__header h2{font-family:var(--font-serif);font-size:54px;font-weight:500;line-height:1.02}.index-category-row__header p{margin-top:8px;color:var(--muted);font-size:13px;font-style:italic}.index-category-row__link{flex:0 0 auto;color:var(--green);border-bottom:1px solid currentColor;font-family:var(--font-mono);font-size:11px;line-height:1.3;text-decoration:none}.index-category-row__link:focus,.index-category-row__link:hover{color:var(--dark)}.index-category-row__link::after{content:" ->"}.index-category-row__content{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:start;gap:44px}.index-category-row__intro{color:var(--mid);font-family:var(--font-serif);font-size:18px;font-style:italic;font-weight:400;line-height:1.7}.index-category-row__intro p+p{margin-top:14px}.index-category-row__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.index-compound-card{display:block;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--white);text-decoration:none;transition:transform 180ms,box-shadow 180ms,border-color 180ms}.index-compound-card:focus,.index-compound-card:hover{border-color:rgba(42,92,63,.22);box-shadow:0 14px 34px rgba(15,15,14,.08);transform:translateY(-3px)}.index-compound-card__media{position:relative;display:block;aspect-ratio:3/2;overflow:hidden;background:linear-gradient(135deg,#1c2820 0,#2f4a3a 100%)}.index-compound-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,15,14,.46) 0,transparent 56%);pointer-events:none}.index-compound-card__media img,.index-compound-card__placeholder{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 420ms cubic-bezier(.22,1,.36,1)}.index-compound-card__placeholder{background:radial-gradient(circle at 28% 22%,rgba(234,243,236,.24),transparent 34%),linear-gradient(135deg,#17201b 0,#2c4335 100%)}.index-compound-card:focus .index-compound-card__media img,.index-compound-card:hover .index-compound-card__media img{transform:scale(1.055)}.index-compound-card__entry,.index-compound-card__grade{position:absolute;z-index:2;top:12px;display:inline-flex;align-items:center;min-height:24px;border-radius:4px;padding:5px 8px;font-family:var(--font-mono);font-size:11px;font-weight:500;line-height:1;text-transform:none;border:none}.index-compound-card__entry{left:12px;color:var(--green);background:rgba(255,255,255,.92)}.index-compound-card__grade{right:12px;color:var(--mid);background:#f4f4f0}.index-compound-card__body{display:grid;gap:6px;padding:16px 18px 20px}.index-compound-card__name{font-size:15px;font-weight:500;line-height:1.2}.index-compound-card__description{display:-webkit-box;overflow:hidden;color:var(--mid);font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.index-category-row__rule{border:0;border-top:1px solid var(--line);margin:72px 0}.index-category-row__no-results{grid-column:1/-1;border:1px solid var(--line);border-radius:8px;padding:24px;color:var(--mid);background:var(--white)}.index-category-rows__empty{padding:88px 0 20px;text-align:center}.index-category-rows__empty h2{color:var(--muted);font-family:var(--font-serif);font-size:42px;font-weight:500;line-height:1}.index-category-rows__empty p{margin-top:12px;color:var(--muted)}@media (max-width:1100px){.index-category-row__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.index-category-row{scroll-margin-top:24px}.index-category-row__content,.index-category-row__header{display:grid;grid-template-columns:1fr}.index-category-row__content{gap:24px}.index-category-row__intro{max-width:620px}.index-category-row__link{justify-self:start}.index-category-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.index-category-rows{padding:48px 0 72px}.index-category-row__grid{grid-template-columns:1fr}.index-category-row__rule{margin:52px 0}}@media (prefers-reduced-motion:reduce){.index-compound-card,.index-compound-card__media img{transition:none}.index-compound-card:focus,.index-compound-card:focus .index-compound-card__media img,.index-compound-card:hover,.index-compound-card:hover .index-compound-card__media img{transform:none}}.report-filters{position:sticky;top:68px;z-index:50;border-bottom:1px solid var(--line);background:rgba(250,250,248,.95);backdrop-filter:blur(14px)}.admin-bar .report-filters{top:100px}.report-filters__inner{display:flex;align-items:center;flex-wrap:wrap;gap:10px;max-width:1100px;min-height:64px}.report-filters__pill{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 15px;color:var(--mid);background:0 0;font-family:var(--font-mono);font-size:11px;line-height:1;text-decoration:none;transition:border-color 160ms,color 160ms,background 160ms}.report-filters__pill:focus,.report-filters__pill:hover{border-color:rgba(15,15,14,.42);color:var(--dark)}.report-filters__pill.is-active{border-color:var(--dark);color:var(--white);background:var(--dark)}.report-filters__count{margin-left:auto;color:var(--muted);font-family:var(--font-mono);font-size:11px;white-space:nowrap}@media (max-width:860px){.report-filters{position:relative;top:auto}.admin-bar .report-filters{top:auto}.report-filters__inner{min-height:0;padding-block:18px}.report-filters__count{width:100%;margin-left:0}}.latest-report{border-bottom:1px solid var(--line);padding:72px 0 56px;background:var(--off)}.latest-report__inner{max-width:1100px}.latest-report__label{margin-bottom:32px;color:var(--muted);font-family:var(--font-mono);font-size:11px;line-height:1;text-transform:uppercase}.latest-report__card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);min-height:430px;overflow:hidden;border-radius:8px;color:var(--white);background:var(--dark);text-decoration:none;transition:transform 220ms,box-shadow 220ms}.latest-report__card:focus,.latest-report__card:hover{box-shadow:0 24px 70px rgba(15,15,14,.18);transform:translateY(-3px)}.latest-report__media{position:relative;overflow:hidden;min-height:320px;background:#151515}.latest-report__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(15,15,14,.54) 100%);pointer-events:none}.latest-report__media img,.latest-report__placeholder{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 460ms cubic-bezier(.22,1,.36,1)}.latest-report__placeholder{background:radial-gradient(circle at 28% 24%,rgba(234,243,236,.16),transparent 32%),linear-gradient(135deg,#161616 0,#2c2c2a 100%)}.latest-report__card:focus .latest-report__media img,.latest-report__card:hover .latest-report__media img{transform:scale(1.04)}.latest-report__body{display:flex;flex-direction:column;justify-content:space-between;gap:44px;padding:42px 46px}.latest-report__meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:28px;color:rgba(255,255,255,.34);font-family:var(--font-mono);font-size:11px}.latest-report__tag{border-radius:4px;padding:5px 10px;color:var(--green);background:var(--gp);font-weight:600}.latest-report__title{display:block;font-family:var(--font-serif);font-size:50px;font-weight:500;line-height:1.08}.latest-report__excerpt{display:block;max-width:46ch;margin-top:22px;color:rgba(255,255,255,.54);font-size:14px;line-height:1.72}.latest-report__cta{display:inline-flex;align-items:center;gap:12px;color:rgba(255,255,255,.84);font-family:var(--font-mono);font-size:12px}.latest-report__cta span[aria-hidden=true]{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.22);border-radius:50%;transition:border-color 160ms,background 160ms}.latest-report__cta span[aria-hidden=true]::before{content:"";width:8px;height:8px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg) translateX(-1px) translateY(1px)}.latest-report__card:focus .latest-report__cta span[aria-hidden=true],.latest-report__card:hover .latest-report__cta span[aria-hidden=true]{border-color:var(--green);background:var(--green)}@media (max-width:860px){.latest-report__card{grid-template-columns:1fr}}@media (max-width:560px){.latest-report{padding:52px 0}.latest-report__title{font-size:38px}.latest-report__body{padding:28px 24px}}.reports-archive{padding:72px 0 108px;background:var(--off)}.reports-archive__inner{max-width:1100px}.reports-archive__header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:40px}.reports-archive__header .section-display{font-size:54px}.reports-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.report-card{display:block;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--white);text-decoration:none;transition:transform 180ms,box-shadow 180ms,border-color 180ms}.report-card:focus,.report-card:hover{border-color:rgba(42,92,63,.22);box-shadow:0 14px 34px rgba(15,15,14,.08);transform:translateY(-3px)}.report-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--line)}.report-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,15,14,.48) 0,transparent 58%);pointer-events:none}.report-card__media img,.report-card__placeholder{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 420ms cubic-bezier(.22,1,.36,1)}.report-card__placeholder{background:radial-gradient(circle at 30% 28%,rgba(234,243,236,.22),transparent 34%),linear-gradient(135deg,#1b1d1a 0,#3a4038 100%)}.report-card:focus .report-card__media img,.report-card:hover .report-card__media img{transform:scale(1.05)}.report-card__ref{position:absolute;bottom:12px;left:14px;z-index:2;border-radius:5px;padding:4px 8px;color:var(--mid);background:rgba(250,250,248,.88);font-family:var(--font-mono);font-size:10px;font-weight:600;line-height:1}.report-card__body{display:grid;gap:10px;padding:20px 22px 24px}.report-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:var(--muted);font-family:var(--font-mono);font-size:10px}.report-card__tag{border-radius:4px;padding:4px 8px;color:var(--green);background:var(--gp);font-weight:600}.report-card__title{font-family:var(--font-serif);font-size:21px;font-weight:500;line-height:1.26}.report-card__excerpt{display:-webkit-box;overflow:hidden;color:var(--mid);font-size:13px;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:3}.reports-archive__pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:42px}.reports-archive__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 12px;color:var(--mid);background:var(--white);font-family:var(--font-mono);font-size:11px;text-decoration:none}.reports-archive__pagination .page-numbers.current,.reports-archive__pagination .page-numbers:focus,.reports-archive__pagination .page-numbers:hover{border-color:var(--dark);color:var(--white);background:var(--dark)}.reports-archive__empty{border:1px solid var(--line);border-radius:8px;padding:34px;color:var(--mid);background:var(--white)}.reports-archive__empty h2{color:var(--dark);font-family:var(--font-serif);font-size:36px;font-weight:500}.reports-archive__empty p{margin-top:8px}@media (max-width:900px){.reports-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.reports-archive{padding:52px 0 72px}.reports-archive__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.report-card,.report-card__media img{transition:none}.report-card:focus,.report-card:focus .report-card__media img,.report-card:hover,.report-card:hover .report-card__media img{transform:none}}.reviews-section{background:var(--off)}.reviews-section__panel{display:grid;grid-template-columns:280px 1fr;gap:18px}.reviews-section__review,.reviews-section__score{background:var(--white);border:1px solid var(--line)}.reviews-section__score{display:grid;align-content:center;justify-items:center;gap:8px;min-height:260px;padding:28px;text-align:center}.reviews-section__score strong{font-family:var(--font-serif);font-size:80px;font-weight:500;line-height:.9}.reviews-section__score span{color:var(--green);font-weight:500}.reviews-section__score small{color:var(--mid)}.reviews-section__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.reviews-section__review{display:grid;align-content:space-between;gap:28px;min-height:260px;padding:24px}.reviews-section__review p{font-family:var(--font-serif);font-size:23px;line-height:1.18}.reviews-section__review footer{display:grid;gap:2px;color:var(--mid);font-size:13px}.reviews-section__review strong{color:var(--dark)}@media (max-width:1020px){.reviews-section__panel{grid-template-columns:1fr}.reviews-section__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.reviews-section__review,.reviews-section__score{min-height:220px}.reviews-section__score strong{font-size:64px}.reviews-section__list{grid-template-columns:1fr}.reviews-section__review p{font-size:21px}}.shop-highlight{position:relative;overflow:hidden;color:var(--white);background:var(--dark);border-block:1px solid rgba(255,255,255,.08)}.shop-highlight.section{padding:112px 0}.shop-highlight .wrap{max-width:1088px}.shop-highlight .section-micro{margin-bottom:14px;color:rgba(255,255,255,.28)}.shop-highlight .section-display{max-width:500px;color:var(--white);font-size:62px;line-height:.96;text-wrap:balance}.shop-highlight .section-display em,.shop-highlight .section-display i{color:rgba(255,255,255,.88);font-style:italic;font-weight:400}.shop-highlight__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.5fr);align-items:end;gap:96px;margin-bottom:34px}.shop-highlight__copy{max-width:340px;color:rgba(255,255,255,.36);font-size:15px;font-weight:500;line-height:1.65}.shop-highlight__copy p+p{margin-top:12px}.shop-highlight__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.shop-highlight__product{position:relative;display:grid;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--white);background:#171916;box-shadow:0 18px 48px rgba(0,0,0,.18);transition:border-color 180ms,transform 180ms,box-shadow 180ms}.shop-highlight__product::after{content:"";position:absolute;right:16px;bottom:16px;width:18px;height:1px;background:rgba(255,255,255,.18);transform:scaleX(0);transform-origin:right;transition:transform 180ms}.shop-highlight__product:hover{border-color:rgba(255,255,255,.22);box-shadow:0 24px 62px rgba(0,0,0,.28);transform:translateY(-3px)}.shop-highlight__product:hover::after{transform:scaleX(1)}.shop-highlight__media,.shop-highlight__product figure{position:relative;display:block;aspect-ratio:1/.98;min-height:180px;overflow:hidden;color:var(--white);background:#23251f;text-decoration:none}.shop-highlight__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,14,0) 48%,rgba(15,15,14,.42) 100%);pointer-events:none}.shop-highlight__media img,.shop-highlight__product figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 320ms,filter 180ms}.shop-highlight__product:hover .shop-highlight__media img{filter:saturate(1.04) contrast(1.02);transform:scale(1.035)}.shop-highlight__image-placeholder{display:block;width:100%;height:100%;min-height:inherit;background:linear-gradient(135deg,rgba(234,243,236,.22),rgba(255,255,255,.08))}.shop-highlight__media-badges{position:absolute;inset:12px 12px auto 12px;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}.shop-highlight__coa,.shop-highlight__number{display:inline-flex;align-items:center;min-height:24px;border-radius:4px;padding:5px 8px;font-family:var(--font-mono);font-size:11px;font-weight:500;line-height:1;text-transform:none}.shop-highlight__number{color:var(--green);background:rgba(255,255,255,.92)}.shop-highlight__media .evidence-pill{min-height:24px;border:0;border-radius:4px;padding:6px 8px;font-size:11px;font-weight:500;text-transform:none}.shop-highlight__coa{position:absolute;right:12px;bottom:12px;z-index:2;color:var(--white);background:rgba(42,92,63,.9);opacity:0;transform:translateY(4px);transition:opacity 180ms,transform 180ms}.shop-highlight__product:hover .shop-highlight__coa{opacity:1;transform:translateY(0)}.shop-highlight__product-body,.shop-highlight__product>div{display:grid;gap:8px;min-height:96px;padding:16px 18px 18px}.shop-highlight__product h3{color:var(--white);font-family:var(--font-sans);font-size:16px;font-weight:500;line-height:1.2}.shop-highlight__product h3 a{color:inherit;text-decoration:none}.shop-highlight__product h3 a:focus,.shop-highlight__product h3 a:hover{color:rgba(255,255,255,.78)}.shop-highlight__meta,.shop-highlight__price,.shop-highlight__product p{display:flex;flex-wrap:wrap;gap:6px;color:rgba(255,255,255,.28);font-family:var(--font-mono);font-size:12px;font-weight:500;line-height:1.4}.shop-highlight__meta span+span::before{content:"·";margin-right:6px;color:rgba(255,255,255,.18)}.shop-highlight__meta .woocommerce-Price-amount,.shop-highlight__meta bdi{color:inherit;font:inherit}.shop-highlight__footer{margin-top:30px}.shop-highlight .button--ghost{border-color:rgba(255,255,255,.18);border-radius:var(--r-pill);color:rgba(255,255,255,.78);background:0 0}.shop-highlight .button--ghost:focus,.shop-highlight .button--ghost:hover{border-color:rgba(255,255,255,.42);color:var(--white);background:rgba(255,255,255,.06)}.shop-highlight__admin-note{grid-column:1/-1;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:18px 20px;color:rgba(255,255,255,.62);background:rgba(255,255,255,.04)}@media (max-width:1060px){.shop-highlight__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.shop-highlight__intro{grid-template-columns:1fr;gap:22px}.shop-highlight__copy{max-width:520px}}@media (max-width:620px){.shop-highlight__products{grid-template-columns:1fr}.shop-highlight__media,.shop-highlight__product figure{min-height:220px}}@media (prefers-reduced-motion:reduce){.shop-highlight__coa,.shop-highlight__media img,.shop-highlight__product,.shop-highlight__product figure img,.shop-highlight__product::after{transition:none}.shop-highlight__product:hover,.shop-highlight__product:hover .shop-highlight__coa,.shop-highlight__product:hover .shop-highlight__media img{transform:none}}.newsletter-signup{background:var(--dark);color:var(--white)}.newsletter-signup__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.65fr);align-items:center;gap:48px}.newsletter-signup h1{font-size:48px;font-weight:500;color:#fff;line-height:1.12;letter-spacing:-.02em;margin-bottom:14px}.newsletter-signup h1 em{opacity:.5}.newsletter-signup__copy{max-width:560px;margin-top:18px;color:rgba(255,255,255,.68)}.newsletter-signup__form form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:440px;width:100%;margin-inline:auto;border:1px solid rgba(255,255,255,.18);border-radius:var(--r-pill);padding:8px;background:rgba(255,255,255,.08)}.newsletter-signup__form input[type=email]{min-width:0;border:0;padding:0 18px;color:var(--text-light);background:0 0;outline:0}.newsletter-signup__form input[type=email]::-moz-placeholder{color:rgba(255,255,255,.48)}.newsletter-signup__form input[type=email]::placeholder{color:rgba(255,255,255,.48)}.newsletter-signup__form>p{margin-top:12px;color:rgba(255,255,255,.52);font-size:13px}@media (max-width:620px){.newsletter-signup__form form,.newsletter-signup__inner{border-radius:28px;grid-template-columns:1fr}}.glossary-intro{background:var(--white)}.glossary-intro__grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1fr);gap:18px}.glossary-intro__media{position:relative;min-height:520px;overflow:hidden;background:var(--gp)}.glossary-intro__media img{height:100%;-o-object-fit:cover;object-fit:cover}.glossary-intro__media figcaption{position:absolute;left:22px;right:22px;bottom:22px;display:grid;gap:4px;padding:18px;color:var(--white);background:rgba(15,15,14,.74)}.glossary-intro__media span,.glossary-intro__terms article>span{font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.glossary-intro__media strong{font-family:var(--font-serif);font-size:34px;font-weight:500;line-height:1}.glossary-intro__terms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.glossary-intro__terms article{display:grid;align-content:start;gap:12px;border:1px solid var(--line);padding:24px;background:var(--off)}.glossary-intro__terms article>span{color:var(--green)}.glossary-intro__terms h3{font-family:var(--font-serif);font-size:32px;font-weight:500;line-height:1}.glossary-intro__terms p{color:var(--mid)}@media (max-width:920px){.glossary-intro__grid,.glossary-intro__terms{grid-template-columns:1fr}.glossary-intro__media{min-height:360px}}@media (max-width:620px){.glossary-intro__media{min-height:300px}.glossary-intro__media figcaption{left:16px;right:16px;bottom:16px;padding:16px}.glossary-intro__media strong,.glossary-intro__terms h3{font-size:28px}.glossary-intro__terms article{padding:20px}}.glossary-filter{position:sticky;top:68px;z-index:50;border-bottom:1px solid var(--line);background:rgba(250,250,248,.95);backdrop-filter:blur(14px)}.admin-bar .glossary-filter{top:100px}.glossary-filter__inner{display:flex;align-items:center;gap:18px;min-height:64px}.glossary-filter__letters{display:flex;align-items:center;flex-wrap:wrap;gap:4px;min-width:0}.glossary-filter__letter{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;color:var(--mid);font-family:var(--font-mono);font-size:11px;font-weight:600;line-height:1;text-decoration:none;transition:color 160ms,background 160ms}.glossary-filter__letter.is-active,.glossary-filter__letter:focus,.glossary-filter__letter:hover{color:var(--white);background:var(--dark)}.glossary-filter__letter.is-empty{color:var(--line);cursor:default}.glossary-filter__letter.is-empty:focus,.glossary-filter__letter.is-empty:hover{color:var(--line);background:0 0}.glossary-filter__count{flex:0 0 auto;margin-left:auto;color:var(--muted);font-family:var(--font-mono);font-size:11px;white-space:nowrap}@media (max-width:860px){.glossary-filter{position:relative;top:auto}.admin-bar .glossary-filter{top:auto}.glossary-filter__inner{display:grid;gap:12px;padding-block:18px}.glossary-filter__count{margin-left:0}}@media (prefers-reduced-motion:reduce){.glossary-filter__letter{transition:none}}.glossary-alphabetical{padding:0 0 108px;background:var(--off)}.glossary-alphabetical__inner{max-width:1100px}.glossary-letter-group{scroll-margin-top:150px;padding-top:64px}.glossary-letter-group__letter{display:block;margin-bottom:24px;color:var(--line);font-family:var(--font-serif);font-size:112px;font-weight:500;line-height:.82}.glossary-letter-group__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.glossary-letter-group+.glossary-letter-group{margin-top:48px;border-top:1px solid var(--line)}.glossary-term-card{display:grid;align-content:start;gap:9px;min-height:230px;padding:28px 32px;background:var(--white);transition:background 160ms}.glossary-term-card:hover{background:var(--off)}.glossary-term-card__meta{color:var(--green);font-family:var(--font-mono);font-size:11px;line-height:1.25;text-transform:uppercase}.glossary-term-card h3{color:var(--dark);font-family:var(--font-serif);font-size:28px;font-weight:500;line-height:1.05}.glossary-term-card p{color:var(--mid);font-size:14px;line-height:1.7}.glossary-term-card__also{margin-top:8px;color:var(--muted);font-size:12px}.glossary-term-card__also a{color:var(--green);text-underline-offset:3px}.glossary-alphabetical__empty{margin-top:64px;border:1px solid var(--line);border-radius:8px;padding:34px;color:var(--mid);background:var(--white)}.glossary-alphabetical__empty h2{color:var(--dark);font-family:var(--font-serif);font-size:36px;font-weight:500}.glossary-alphabetical__empty p{margin-top:8px}@media (max-width:720px){.glossary-alphabetical{padding-bottom:72px}.glossary-letter-group{scroll-margin-top:40px;padding-top:48px}.glossary-letter-group__letter{font-size:76px}.glossary-letter-group__grid{grid-template-columns:1fr}.glossary-term-card{min-height:0;padding:24px}}@media (prefers-reduced-motion:reduce){.glossary-term-card{transition:none}}
/*# sourceMappingURL=main.min.css.map */
