:root{--ink:#20232a;--paper:#f5f0e4;--white:#fffdf8;--orange:#f0a85b;--plum:#684c68;--teal:#3c7777;--yellow:#f3d16b;--muted:#6f6b68;--line:rgba(32,35,42,.2);--max:1180px;--header:76px;--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif;--ease:cubic-bezier(.22,.75,.25,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.65}img{display:block;width:100%;height:auto}picture{display:block}a{color:inherit;text-underline-offset:4px}button{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:0;line-height:1.03}p{max-width:68ch}
.skip-link{position:fixed;z-index:200;top:12px;left:12px;padding:10px 14px;color:var(--white);background:var(--ink);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.read-progress{position:fixed;z-index:160;inset:0 0 auto;height:3px;pointer-events:none}.read-progress span{display:block;width:0;height:100%;background:var(--orange)}
.site-header{position:relative;z-index:120;min-height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 max(24px,calc((100vw - var(--max))/2));color:var(--white);background:var(--ink);border-bottom:1px solid rgba(255,255,255,.18)}.home .site-header{position:absolute;inset:0 0 auto;background:rgba(32,35,42,.84)}.wordmark{display:flex;align-items:baseline;gap:7px;text-decoration:none;line-height:1}.wordmark span{font-size:.68rem;font-weight:700;letter-spacing:.18em}.wordmark b{color:var(--orange);font-family:var(--serif);font-size:1.5rem;font-weight:400}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{position:relative;padding:8px 0;color:#eeeae0;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.site-nav a::after{content:"";position:absolute;inset:auto 0 2px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.site-nav a:hover::after,.site-nav a[aria-current=page]::after{transform:scaleX(1)}.menu-button{display:none;width:44px;height:44px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.menu-button span{display:block;width:24px;height:2px;margin:6px auto;background:currentColor;transition:transform .2s,opacity .2s}
.eyebrow{margin:0 0 16px;color:var(--plum);font-size:.72rem;font-weight:700;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.eyebrow.light{color:var(--orange)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:11px 20px;border:1px solid transparent;font-size:.76rem;font-weight:700;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:background-color .2s,color .2s}.button.orange{color:var(--ink);background:var(--orange)}.button.orange:hover{background:var(--white)}.button.ink{color:var(--white);background:var(--ink)}.button.ink:hover{color:var(--ink);background:var(--yellow)}.button.outline{color:var(--white);border-color:rgba(255,255,255,.7)}.button.outline:hover{color:var(--ink);background:var(--white)}.plain-link{color:var(--white);font-weight:700;text-decoration:none}.plain-link:hover{color:var(--orange)}
.home-hero{position:relative;min-height:78svh;display:flex;align-items:flex-end;overflow:hidden;color:var(--white);background:#3d3835}.hero-picture,.hero-picture img{position:absolute;inset:0;width:100%;height:100%}.hero-picture img{object-fit:cover;object-position:50% 45%}.hero-shade{position:absolute;inset:0;background:rgba(20,20,24,.55)}.hero-copy{position:relative;z-index:2;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:150px 0 76px}.hero-copy h1{max-width:760px;margin:0 0 22px;font-size:6.3rem;line-height:.88}.hero-copy>p:not(.eyebrow){max-width:650px;margin-bottom:30px;color:#f2eee6;font-size:1.15rem}.hero-actions{display:flex;align-items:center;gap:26px}.hero-index{position:absolute;z-index:2;right:max(24px,calc((100vw - var(--max))/2));bottom:24px;margin:0;color:rgba(255,255,255,.72);font-size:.65rem;letter-spacing:.13em}
.intro-band{display:grid;grid-template-columns:1fr 2.25fr;gap:60px;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:88px 0;border-bottom:1px solid var(--line)}.intro-band h2{max-width:760px;margin-bottom:22px;font-size:3.45rem}.intro-band div p{font-size:1.06rem}.home-cards{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:88px 0 108px}.home-cards>header{display:grid;grid-template-columns:1fr 2.25fr;gap:60px;margin-bottom:46px}.home-cards>header h2{max-width:760px;margin:0;font-size:3.45rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 22px}.mix-card{min-width:0;border-top:4px solid var(--ink)}.mix-card:nth-child(3n+2){border-color:var(--orange)}.mix-card:nth-child(3n+3){border-color:var(--teal)}.mix-card>a{position:relative;display:block;text-decoration:none}.mix-card picture{aspect-ratio:4/3;overflow:hidden;background:#d8d1c5}.mix-card img{height:100%;object-fit:cover;filter:saturate(.82);transition:transform .6s var(--ease),filter .35s}.mix-card a:hover img{transform:scale(1.025);filter:saturate(1)}.mix-card>a>div{padding:22px 2px 0}.mix-card small{color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.13em}.mix-card h2{margin:8px 0 12px;font-size:1.8rem;line-height:1.08}.mix-card p{margin-bottom:16px;color:#585653;font-size:.92rem}.card-number{position:absolute;z-index:2;top:12px;left:12px;display:grid;width:42px;height:42px;place-items:center;color:var(--ink);background:var(--yellow);font-size:.75rem;font-weight:700}.text-link{color:var(--teal);font-size:.76rem;font-weight:700;text-transform:uppercase}.text-link b{color:var(--orange)}
.feature-band{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);min-height:620px;color:var(--white);background:var(--plum)}.feature-image{min-height:540px;overflow:hidden}.feature-image picture,.feature-image img{width:100%;height:100%}.feature-image img{object-fit:cover;object-position:50% 45%}.feature-copy{align-self:center;padding:72px max(36px,calc((100vw - var(--max))/2));padding-left:70px}.feature-copy h2{max-width:530px;margin-bottom:24px;font-size:4rem}.feature-copy p:not(.eyebrow){margin-bottom:30px;color:#f4eaf0}.method-preview{position:relative;display:grid;grid-template-columns:1.25fr 1fr;gap:60px;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:100px 0}.method-preview h2{max-width:620px;margin:0;font-size:3.5rem}.method-preview ol{margin:2px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.method-preview li{display:grid;grid-template-columns:54px 1fr;padding:14px 0;border-bottom:1px solid var(--line)}.method-preview li b{color:var(--plum);font-size:.73rem}.method-preview li span{font-weight:700}.round-link{position:absolute;right:0;bottom:28px;display:grid;width:64px;height:64px;place-items:center;color:var(--white);background:var(--ink);font-size:1.4rem;text-decoration:none}.round-link:hover{color:var(--ink);background:var(--orange)}.closing-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px max(24px,calc((100vw - var(--max))/2));color:var(--white);background:var(--teal)}.closing-band p{margin:0;font-size:.69rem;font-weight:700;letter-spacing:.14em}.closing-band a{font-family:var(--serif);font-size:1.45rem;text-decoration:none}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:20px 0;color:var(--muted);font-size:.72rem}.breadcrumbs a{text-decoration:none}.page-hero{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:70px 0}.page-hero h1{max-width:920px;margin-bottom:22px;font-size:5rem}.page-hero>div>p:not(.eyebrow),.page-hero>p:not(.eyebrow){font-size:1.12rem}.hub-hero,.method-hero{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:70px}.hub-hero picture,.method-hero picture{aspect-ratio:4/5;overflow:hidden}.hub-hero img,.method-hero img{height:100%;object-fit:cover}.index-ruler{display:grid;grid-template-columns:repeat(6,1fr);width:min(var(--max),calc(100% - 48px));margin:0 auto 70px;border-block:1px solid var(--line)}.index-ruler span{padding:13px 8px;border-right:1px solid var(--line);color:var(--muted);font-size:.62rem;font-weight:700;text-align:center;letter-spacing:.08em}.index-ruler span:last-child{border-right:0}.hub-grid{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding-bottom:100px}.short-callout{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:50px max(24px,calc((100vw - var(--max))/2));color:var(--ink);background:var(--yellow)}.short-callout p{margin:0;font-family:var(--serif);font-size:1.55rem;line-height:1.2}.short-callout a{flex:0 0 auto;font-weight:700}
.article-header{display:grid;grid-template-columns:130px 1fr;gap:34px;width:min(980px,calc(100% - 48px));margin:52px auto 56px}.article-number{color:var(--orange);font-family:var(--serif);font-size:4.2rem;line-height:1}.article-header h1{max-width:850px;margin-bottom:24px;font-size:4.6rem}.article-header>div:last-child>p:last-child{color:#53514e;font-size:1.15rem}.article-image{width:min(var(--max),calc(100% - 48px));margin:0 auto 72px}.article-image picture{max-height:720px;overflow:hidden;background:#d8d1c5}.article-image img{height:100%;max-height:720px;object-fit:cover}.article-image figcaption,.study-hero figcaption{padding-top:10px;color:var(--muted);font-size:.68rem}.article-grid{display:grid;grid-template-columns:170px minmax(0,690px);justify-content:center;gap:72px;width:min(var(--max),calc(100% - 48px));margin:0 auto 80px}.article-aside{position:sticky;top:30px;align-self:start;display:grid;gap:9px;padding-top:14px;border-top:4px solid var(--orange);color:var(--muted);font-size:.69rem;text-transform:uppercase}.article-aside b{color:var(--ink);margin-bottom:4px}.prose .lead{margin:0 0 44px;font-family:var(--serif);font-size:1.55rem;line-height:1.35}.prose section{padding:38px 0 32px;border-top:1px solid var(--line)}.prose section h2{margin-bottom:18px;font-size:2.15rem}.prose section p{color:#45433f;font-size:1.02rem}.limit-note{margin-top:36px;padding:26px;color:var(--white);background:var(--ink)}.limit-note b{color:var(--orange);font-size:.68rem;letter-spacing:.14em}.limit-note p{margin:10px 0 0}.next-article{display:grid;grid-template-columns:150px minmax(0,1fr) 56px;align-items:center;gap:24px;padding:44px max(24px,calc((100vw - 980px)/2));color:var(--white);background:var(--ink);text-decoration:none}.next-article small{color:var(--orange);font-weight:700;letter-spacing:.08em}.next-article strong{font-family:var(--serif);font-size:2rem;font-weight:400;line-height:1.1}.next-article>span{font-size:1.8rem;text-align:right}
.study-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:70px 0 90px}.study-hero h1{margin-bottom:26px;font-size:4.5rem}.study-hero>div>p:last-child{color:#53514e;font-size:1.1rem}.study-hero figure{margin:0}.study-hero picture{aspect-ratio:4/4.6;overflow:hidden}.study-hero img{height:100%;object-fit:cover}.study-steps{width:min(880px,calc(100% - 48px));margin:0 auto;padding-bottom:90px}.study-steps section{display:grid;grid-template-columns:80px 1fr;gap:28px;padding:42px 0;border-top:1px solid var(--line)}.study-steps section>b{color:var(--orange);font-family:var(--serif);font-size:2.5rem;font-weight:400}.study-steps h2{margin-bottom:16px;font-size:2.3rem}.study-steps p{color:#45433f}.study-review{width:min(880px,calc(100% - 48px));margin:0 auto 90px;padding:42px;border-top:5px solid var(--orange);background:var(--white)}.study-review h2{margin-bottom:18px;font-size:2.7rem}.study-review>p:last-child{margin-bottom:0;color:#474541}.study-close{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:70px max(24px,calc((100vw - var(--max))/2));color:var(--white);background:var(--teal)}.study-close h2{margin-bottom:18px;font-size:3rem}.study-close p:not(.eyebrow){color:#e6eeee}.study-close .button{flex:0 0 auto}
.method-intro{display:flex;align-items:center;justify-content:space-between;gap:60px;width:min(900px,calc(100% - 48px));margin:0 auto;padding:60px 0;border-block:1px solid var(--line)}.method-intro p{margin:0;font-family:var(--serif);font-size:1.45rem;line-height:1.35}.method-intro .button{flex:0 0 auto}.method-fields{width:min(900px,calc(100% - 48px));margin:0 auto;padding:70px 0 90px}.method-field{display:grid;grid-template-columns:72px 1fr;gap:26px;padding:34px 0;border-top:1px solid var(--line)}.method-field>span{color:var(--orange);font-family:var(--serif);font-size:2rem}.method-field h2{margin-bottom:12px;font-size:2rem}.method-field p{margin:0;color:#45433f}.method-after{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:70px max(24px,calc((100vw - var(--max))/2));background:var(--white)}.method-after article{padding-top:18px;border-top:4px solid var(--ink)}.method-after article:nth-child(2){border-color:var(--orange)}.method-after article:nth-child(3){border-color:var(--teal)}.method-after h2{margin-bottom:16px;font-size:2rem}.method-after article>p:last-child{color:#484640;font-size:.94rem}.method-rules{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--orange);border-top:1px solid var(--ink)}.method-rules>div{padding:62px max(24px,calc((100vw - var(--max))/2));padding-right:70px;background:var(--orange)}.method-rules>div+div{color:var(--white);background:var(--plum)}.method-rules h2{font-size:2.5rem}
.text-hero{min-height:400px;display:flex;align-items:end}.source-list,.credit-list{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:0 0 90px;list-style:none}.source-list li{display:grid;grid-template-columns:1fr 64px;align-items:center;gap:30px;padding:30px 0;border-top:1px solid var(--line)}.source-list h2,.credit-list h2{margin-bottom:10px;font-size:2rem}.source-list p{margin:0;color:var(--muted)}.source-list li>a{display:grid;width:54px;height:54px;place-items:center;color:var(--white);background:var(--ink);font-size:1.25rem;text-decoration:none}.source-list li>a:hover{color:var(--ink);background:var(--orange)}.source-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:70px max(24px,calc((100vw - var(--max))/2));background:var(--white)}.source-notes section{padding-top:16px;border-top:4px solid var(--ink)}.source-notes section:nth-child(2){border-color:var(--orange)}.source-notes section:nth-child(3){border-color:var(--teal)}.source-notes h2{font-size:1.75rem}.source-notes p{color:#4b4945;font-size:.93rem}.credit-list{display:grid;grid-template-columns:1fr 1fr;gap:1px 36px}.credit-list li{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;min-width:0;padding:24px 0;border-top:1px solid var(--line)}.credit-list picture{aspect-ratio:1;overflow:hidden;background:#d8d1c5}.credit-list img{height:100%;object-fit:cover}.credit-list h2{overflow-wrap:anywhere;font-size:1.3rem}.credit-list p,.credit-list a{font-size:.78rem}.credit-list p{color:var(--muted)}.legal-prose{width:min(720px,calc(100% - 48px));margin:0 auto;padding:0 0 100px}.legal-prose h2{margin-top:48px;padding-top:24px;border-top:1px solid var(--line);font-size:2.2rem}.legal-prose p{color:#45433f;font-size:1.02rem}.missing-body{min-height:100vh;color:var(--white);background:var(--teal)}.missing-body .site-header{background:transparent}.missing-body .site-footer{display:none}.missing{min-height:calc(100vh - var(--header));display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:min(760px,calc(100% - 48px));margin:0 auto}.missing h1{margin:0;color:var(--orange);font-size:10rem}.missing p:not(.eyebrow){margin-bottom:30px;font-size:1.3rem}
.site-footer{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:50px;padding:64px max(24px,calc((100vw - var(--max))/2));color:#d4d0c7;background:var(--ink)}.footer-mark{color:var(--white);font-family:var(--serif);font-size:1.75rem;text-decoration:none}.site-footer p{margin:12px 0 0;font-size:.82rem}.footer-links{display:grid;align-content:start;gap:7px}.footer-links a{font-size:.78rem;text-decoration:none}.footer-links a:hover{color:var(--orange)}.footer-note{padding-top:4px;border-top:1px solid rgba(255,255,255,.25)}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.js .reveal.in-view{opacity:1;transform:none}
@media(max-width:920px){:root{--header:68px}.site-header{padding-inline:20px}.menu-button{display:block;position:relative;z-index:125;flex:0 0 44px}.menu-button[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.site-nav{position:fixed;z-index:120;inset:0;display:none;align-content:center;justify-content:center;flex-direction:column;gap:22px;padding:100px 24px;background:var(--ink)}.site-nav.open{display:flex}.site-nav a{font-family:var(--serif);font-size:2rem;font-weight:400;text-transform:none}.hero-copy h1{font-size:5rem}.intro-band,.home-cards>header,.method-preview{grid-template-columns:1fr;gap:28px}.card-grid{grid-template-columns:1fr 1fr}.feature-band{grid-template-columns:1fr}.feature-image{height:540px}.feature-copy{padding:64px 24px 76px}.feature-copy h2{font-size:3.3rem}.method-preview ol{max-width:620px}.round-link{bottom:38px}.hub-hero,.method-hero{grid-template-columns:1fr 320px;gap:36px}.page-hero h1{font-size:4rem}.article-grid{grid-template-columns:140px minmax(0,650px);gap:40px}.article-header h1{font-size:3.8rem}.study-hero{gap:38px}.study-hero h1{font-size:3.6rem}.source-notes,.method-after{grid-template-columns:1fr}.credit-list{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1}}
@media(max-width:680px){body{font-size:15px}.wordmark span{font-size:.61rem}.wordmark b{font-size:1.3rem}.home-hero{min-height:720px}.hero-copy{width:calc(100% - 36px);padding:130px 0 74px}.hero-copy h1{font-size:3.5rem;line-height:.92}.hero-copy>p:not(.eyebrow){font-size:1.03rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-index{display:none}.intro-band,.home-cards,.page-hero,.hub-grid,.article-header,.article-image,.article-grid,.study-hero,.study-steps,.study-review,.method-intro,.method-fields,.source-list,.credit-list,.legal-prose,.breadcrumbs{width:calc(100% - 36px)}.intro-band{padding:62px 0}.intro-band h2,.home-cards>header h2,.method-preview h2{font-size:2.65rem}.home-cards{padding:64px 0 78px}.card-grid{grid-template-columns:1fr;gap:42px}.mix-card h2{font-size:1.85rem}.feature-image{min-height:0;height:440px}.feature-copy h2{font-size:2.9rem}.method-preview{width:calc(100% - 36px);padding:72px 0 110px}.round-link{right:0;bottom:28px}.closing-band{align-items:flex-start;flex-direction:column;padding-block:30px}.closing-band a{font-size:1.2rem}.page-hero{padding:54px 0}.page-hero h1{font-size:3.25rem}.hub-hero,.method-hero{grid-template-columns:1fr}.hub-hero picture,.method-hero picture{aspect-ratio:16/10}.index-ruler{grid-template-columns:repeat(3,1fr);width:calc(100% - 36px);margin-bottom:52px}.index-ruler span:nth-child(3){border-right:0}.index-ruler span:nth-child(-n+3){border-bottom:1px solid var(--line)}.short-callout{align-items:flex-start;flex-direction:column;gap:24px}.article-header{grid-template-columns:1fr;gap:15px;margin-top:26px}.article-number{font-size:3rem}.article-header h1{font-size:3.15rem}.article-image{margin-bottom:52px}.article-image picture{max-height:500px}.article-grid{grid-template-columns:1fr;gap:28px}.article-aside{position:static;grid-template-columns:repeat(3,1fr);gap:6px 12px;padding-bottom:18px}.article-aside b{grid-column:1/-1}.prose .lead{font-size:1.35rem}.prose section h2{font-size:2rem}.next-article{grid-template-columns:1fr 38px;padding-block:38px}.next-article small{grid-column:1/-1}.next-article strong{font-size:1.55rem}.study-hero{grid-template-columns:1fr;padding:50px 0 64px}.study-hero h1{font-size:3.15rem}.study-hero picture{aspect-ratio:4/4.2}.study-steps section{grid-template-columns:52px 1fr;gap:15px;padding:34px 0}.study-steps section>b{font-size:2rem}.study-steps h2{font-size:2rem}.study-review{margin-bottom:64px;padding:28px 22px}.study-review h2{font-size:2.25rem}.study-close{align-items:flex-start;flex-direction:column;gap:24px;padding-block:58px}.study-close h2{font-size:2.6rem}.method-intro{align-items:flex-start;flex-direction:column;gap:26px}.method-field{grid-template-columns:48px 1fr;gap:14px}.method-rules{grid-template-columns:1fr}.method-rules>div{padding:46px 24px}.text-hero{min-height:330px}.source-list li{grid-template-columns:1fr 52px;gap:16px}.source-list h2{font-size:1.65rem}.credit-list li{grid-template-columns:110px minmax(0,1fr);gap:16px}.credit-list h2{font-size:1.12rem}.source-notes{padding-block:56px}.missing h1{font-size:7rem}.site-footer{grid-template-columns:1fr;gap:34px}.footer-note{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}
