@charset "UTF-8";
:root{--paper:#f8f8f4;--ink:#242721;--muted:#666a61;--line:#dcded5;--accent:#9d5e2a;--wash:#efeee6;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:#ddd5b9}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(44px,5.3vw,68px)}h2{font-size:clamp(32px,3.4vw,46px)}h3{font-size:29px}p+p{margin-top:20px}img{display:block;max-width:100%}.wrap{width:min(1120px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;padding:12px;background:var(--ink);color:white;z-index:100}.skip:focus{top:12px}.site-header{position:relative;z-index:20}.header-inner{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;font:36px/1 var(--serif);letter-spacing:-2px}.mark{width:27px;height:29px;display:inline-block;background:repeating-linear-gradient(0deg,var(--ink) 0 2px,transparent 2px 5px);border-radius:50%;transform:rotate(-23deg)}.nav{display:flex;align-items:center;gap:29px;font-size:14px}.nav a{position:relative;padding:7px 0}.nav a:after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav a:hover:after,.nav a[aria-current=page]:after{transform:scaleX(1)}.menu-toggle{display:none;background:none;border:0;padding:10px 0}.hero{padding:88px 0 56px}.hero-content{max-width:690px;margin-left:16.7%}.eyebrow{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:25px}.hero h1{max-width:690px}.hero .intro{max-width:555px;margin-top:25px;font-size:19px;line-height:1.6;color:var(--muted)}.actions{display:flex;align-items:center;gap:28px;margin-top:30px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:21px;padding-bottom:4px;border-bottom:1px solid var(--ink);font-size:14px;transition:gap .2s}.text-link:hover{gap:29px}.arrow{font-size:20px;line-height:1}.status{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--accent);letter-spacing:.02em}.status:before{content:'';width:5px;height:5px;background:currentColor}.hero-image{height:450px;overflow:hidden;background:#d9dbd3}.hero-image img{width:100%;height:100%;object-fit:cover}.image-note{display:flex;justify-content:space-between;gap:20px;margin-top:12px;font-size:12px;color:var(--muted)}.section{padding:95px 0;border-bottom:1px solid var(--line)}.split{display:grid;grid-template-columns:1fr 2fr;gap:48px}.section-copy{max-width:650px}.section-copy p{font-size:19px;line-height:1.65;color:var(--muted);margin-top:25px}.section-label{font-size:14px;color:var(--muted)}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:55px}.work-card{border-top:1px solid var(--line);padding-top:23px}.work-card .index{color:var(--muted);font-size:13px;display:block;margin-bottom:28px}.work-card p{margin:20px 0 27px;color:var(--muted);max-width:440px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.journal-feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.journal-feature img{width:100%;aspect-ratio:1.35;object-fit:cover;transition:filter .3s}.journal-feature a:hover img{filter:brightness(.94)}.journal-feature h3{font-size:36px;margin:19px 0}.journal-feature p{color:var(--muted);margin-bottom:25px}.meta{color:var(--muted);font-size:13px}.closing{padding:80px 0;text-align:center;font:32px/1.3 var(--serif);letter-spacing:-.025em}.footer{border-top:1px solid var(--line);padding:45px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:50px}.footer-statement{max-width:285px;color:var(--muted);font-size:15px}.footer-links{display:flex;gap:70px}.footer-links div{display:flex;flex-direction:column;gap:9px;font-size:14px}.footer-links span{color:var(--muted);font-size:12px;margin-bottom:6px}.footer-links a:hover{text-decoration:underline}.footer-word{font:clamp(110px,24vw,290px)/1 var(--serif);letter-spacing:-.075em;margin:35px 0 0 -8px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:12px;color:var(--muted)}.page-intro{padding:85px 0 55px;max-width:780px}.page-intro p:not(.eyebrow){font-size:19px;color:var(--muted);margin-top:24px;max-width:650px}.page-intro .status{margin-top:28px}.service{display:grid;grid-template-columns:70px 1fr 1.15fr;gap:35px;padding:43px 0;border-top:1px solid var(--line)}.service .number{color:var(--muted);font-size:14px;padding-top:5px}.service p{color:var(--muted)}.service ul{padding-left:18px;margin:22px 0 0;color:var(--muted);font-size:15px}.service .status{margin-top:19px}.note-band{padding:28px 32px;background:var(--wash);margin:45px 0 90px;display:flex;align-items:start;gap:45px}.note-band p{color:var(--muted);max-width:670px}.note-band strong{font-weight:400;white-space:nowrap}.filters{display:flex;gap:10px;border-bottom:1px solid var(--line);padding-bottom:23px}.filters button{border:1px solid var(--line);background:transparent;border-radius:30px;padding:7px 20px;font-size:14px;cursor:pointer}.filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.dataset{padding:37px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1.1fr;gap:60px}.dataset[hidden]{display:none}.dataset h2{font-size:31px;margin:17px 0}.dataset .description{color:var(--muted);max-width:440px}.dataset dl{display:grid;grid-template-columns:110px 1fr;gap:10px 20px;font-size:14px;margin:0 0 23px}.dataset dt{color:var(--muted)}.dataset dd{margin:0}.dataset details{border-top:1px solid var(--line);padding-top:16px}.dataset summary{cursor:pointer;font-size:14px}.dataset details p{color:var(--muted);font-size:15px;margin-top:17px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.research-list{margin:25px 0 80px}.research-row{display:grid;grid-template-columns:65px 1fr 140px;gap:30px;padding:34px 0;border-top:1px solid var(--line)}.research-row h2{font-size:29px;margin-bottom:15px}.research-row p{max-width:650px;color:var(--muted)}.research-row .number{font-size:13px;color:var(--muted)}.empty-board{border:1px solid var(--line);margin-bottom:45px}.board-top{padding:20px 30px;background:var(--wash);display:flex;justify-content:space-between;font-size:14px}.board-content{padding:70px 30px;text-align:center;max-width:680px;margin:auto}.board-content h2{font-size:35px}.board-content p{margin-top:20px;color:var(--muted)}.board-bottom{padding:19px 30px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.article-cover{height:390px;margin:55px 0 40px}.article-cover img{width:100%;height:100%;object-fit:cover}.article-title{max-width:720px;margin:55px auto 65px;text-align:center}.article-title h1{margin:22px 0 25px;font-size:clamp(39px,5vw,60px)}.article-layout{display:grid;grid-template-columns:210px 1fr;gap:70px;max-width:980px;margin:auto}.article-toc{position:sticky;top:40px;align-self:start;display:flex;flex-direction:column;gap:13px;font-size:14px;color:var(--muted)}.article-toc span{font-size:12px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.article-toc a:hover{color:var(--ink)}.prose{max-width:640px;font-size:18px;line-height:1.85}.prose p{margin:0 0 24px}.prose h2{font-size:33px;margin:46px 0 24px;scroll-margin-top:45px}.prose blockquote{font:30px/1.4 var(--serif);margin:40px 0;padding:5px 0 5px 25px;border-left:2px solid var(--accent);letter-spacing:-.02em}.article-end{margin:55px 0 90px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}.journal-list{padding-bottom:95px}.journal-list .journal-feature{margin-top:0}.back-link{font-size:14px;color:var(--muted);display:inline-block;margin-top:38px}.back-link:hover{color:var(--ink)}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:50px 0 85px}.principles h3{font-size:26px;margin-bottom:18px}.principles p{font-size:15px;color:var(--muted)}
@media(min-width:1600px){.wrap{width:1180px}.hero{padding-top:105px}}@media(max-width:800px){.wrap{width:calc(100% - 44px)}.header-inner{min-height:80px}.nav{gap:17px;font-size:13px}.hero{padding:60px 0 40px}.hero-content{margin-left:8%}.hero-image{height:350px}.split{grid-template-columns:1fr;gap:25px}.section{padding:65px 0}.work-grid{gap:35px}.journal-feature{gap:35px}.service{grid-template-columns:30px 1fr;gap:25px}.service>div:last-child{grid-column:2}.dataset{gap:30px}.article-layout{grid-template-columns:1fr;gap:35px}.article-toc{position:static;border-block:1px solid var(--line);padding:20px 0;flex-direction:row;flex-wrap:wrap;gap:12px 22px}.article-toc span{width:100%}.prose{margin:auto}.research-row{grid-template-columns:30px 1fr;gap:20px}.research-row>.status{grid-column:2}.article-cover{height:300px}.principles{gap:25px}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:76px}.brand{font-size:32px}.menu-toggle{display:block;font-size:14px}.nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--paper);padding:24px 20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;font-size:18px;gap:15px}.nav.is-open{display:flex}.hero{padding-top:50px}.hero-content{margin:0}.eyebrow{font-size:12px;margin-bottom:21px}.hero .intro{font-size:17px}.hero-image{height:300px;margin-top:6px}.hero-image img{object-position:50% center}.image-note{font-size:12px}.image-note span:last-child{display:none}.section{padding:55px 0}.section-copy p{font-size:17px}.work-grid,.journal-feature,.dataset,.principles{grid-template-columns:1fr;gap:35px}.work-grid{margin-top:35px}.work-card .index{margin-bottom:20px}.section-heading{align-items:start}.section-heading .text-link{white-space:nowrap;margin-top:7px}.journal-feature h3{font-size:31px}.closing{font-size:28px;padding:55px 0}.footer-top{flex-direction:column;gap:35px}.footer-links{gap:65px}.footer-word{margin-top:40px;margin-left:-4px}.footer-bottom{font-size:12px;gap:18px}.page-intro{padding:55px 0 40px}.page-intro p:not(.eyebrow){font-size:17px}.service{gap:15px;padding:30px 0}.service h2{font-size:31px}.note-band{flex-direction:column;gap:12px;padding:24px;margin:35px 0 55px}.dataset{padding:30px 0;gap:25px}.dataset h2{font-size:29px}.dataset dl{grid-template-columns:95px 1fr}.research-row h2{font-size:27px}.board-top{padding:18px;gap:12px;flex-wrap:wrap}.board-content{padding:50px 22px}.board-content h2{font-size:31px}.board-bottom{padding:18px}.article-cover{height:240px;margin-top:30px}.article-title{margin:35px auto 40px}.article-title h1{font-size:40px}.prose{font-size:17px}.prose blockquote{font-size:27px}.principles{padding:25px 0 60px}.journal-list{padding-bottom:60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Editorial rhythm: one shared grid and a restrained, repeatable spacing scale. */
.wrap{width:min(1040px,calc(100% - 80px))}.header-inner{min-height:82px}.brand{font-size:32px}.nav{gap:26px}
h1{font-size:clamp(38px,4.2vw,54px)}h2{font-size:clamp(29px,3vw,36px)}h3{font-size:27px}
.hero{padding:58px 0 38px}.hero-content{margin-left:0;max-width:690px}.hero .intro{font-size:17px;max-width:585px;margin-top:20px}.eyebrow{margin-bottom:18px}.actions{margin-top:24px;gap:28px}.hero-image{height:330px}.image-note{margin-top:10px}
.section{padding:58px 0}.home-question{display:grid;grid-template-columns:1fr 1.7fr;gap:48px}.home-question .section-label{padding-top:6px}.section-copy p{font-size:17px;margin-top:18px}.section-copy{max-width:610px}.work-grid{gap:48px;margin-top:30px}.work-card{padding-top:20px}.work-card .index{margin-bottom:20px}.work-card p{margin:18px 0 22px}
.journal-feature{grid-template-columns:360px 1fr;gap:44px;margin-top:28px}.journal-feature img{width:100%;height:220px;aspect-ratio:auto;object-fit:cover}.journal-feature h2,.journal-feature h3{font-size:32px;margin:12px 0 16px}.journal-feature p{margin-bottom:18px;max-width:440px}.closing{padding:50px 0;font-size:27px}
.footer{padding-top:32px}.footer-top{align-items:start}.footer-word{font-size:110px;margin-top:25px}.footer-bottom{padding-top:14px}.footer-links{gap:55px}
.page-intro{padding:58px 0 42px;max-width:800px}.page-intro p:not(.eyebrow){font-size:17px;max-width:650px;margin-top:20px}.service{padding:32px 0;grid-template-columns:40px 1fr 1.2fr;gap:28px}.service h2{font-size:32px}.note-band{margin:32px 0 55px;padding:24px;gap:28px}.note-band .eyebrow{min-width:120px;margin:0}.note-band p{font-size:15px}.dataset{gap:48px}.dataset>div:last-child>p{margin-bottom:20px;color:var(--muted)}.research-list{margin-bottom:40px}.research-row h3{margin-bottom:12px}.principles{padding:28px 0 10px;gap:36px}.board-content{padding:48px 24px}.board-content h2{font-size:32px}.empty-board{margin-bottom:0}
.article-cover{height:310px;margin:28px 0}.article-title{margin:36px auto 42px}.article-title h1{font-size:48px;margin:16px 0 20px}.article-layout{grid-template-columns:180px 1fr;gap:52px;max-width:920px}.prose{font-size:17px;line-height:1.8}.prose h2{font-size:29px;margin:32px 0 20px}.article-end{margin:36px 0 56px}.journal-list{padding-bottom:58px}.back-link{margin-top:28px}
@media(max-width:800px){.wrap{width:calc(100% - 48px)}.nav{gap:16px}.hero{padding-top:44px}.hero-image{height:280px}.home-question{grid-template-columns:1fr;gap:18px}.section{padding:44px 0}.journal-feature{grid-template-columns:1fr 1fr;gap:28px}.journal-feature img{height:200px}.service{grid-template-columns:30px 1fr;gap:20px}.article-layout{grid-template-columns:1fr;gap:28px}.article-cover{height:280px}.page-intro{padding-top:44px}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:72px}.nav{top:72px}.hero{padding:38px 0 28px}.hero .intro{font-size:16px}.hero-image{height:230px;margin-top:0}.section{padding:38px 0}.work-grid{grid-template-columns:1fr;gap:28px}.journal-feature{grid-template-columns:1fr;gap:22px}.journal-feature img{height:190px}.journal-feature h2,.journal-feature h3{font-size:29px}.closing{font-size:24px;padding:36px 0}.footer-word{font-size:90px}.footer-top{gap:26px}.page-intro{padding:38px 0 30px}.page-intro p:not(.eyebrow){font-size:16px}.service h2{font-size:29px}.dataset{gap:20px}.note-band{gap:12px;margin:28px 0 38px}.article-cover{height:200px;margin-top:24px}.article-title{margin:28px auto 32px}.article-title h1{font-size:38px}.article-toc{gap:10px 20px}.prose{font-size:16px}.article-end{margin-bottom:40px}.principles{padding-top:22px;gap:25px}.journal-list{padding-bottom:40px}}

/* Homepage: compact introduction and one consistent editorial grid. */
.home .header-inner{border-bottom:0;min-height:76px}
.home-intro{padding:68px 0 68px}
.home-intro-copy{max-width:620px;margin:0 auto}
.home-intro h1{font-size:34px;line-height:1.2;letter-spacing:-.025em}
.home-intro-copy>p{font:23px/1.35 var(--serif);letter-spacing:-.015em;color:var(--muted);max-width:580px;margin-top:20px}
.home-actions{display:flex;gap:12px;margin-top:28px;align-items:center}
.home-actions a{border-radius:24px;font-size:14px;padding:9px 18px;line-height:1.3;transition:background .2s}
.button-primary{color:var(--paper);background:var(--ink)}
.button-primary:hover{background:#44483d}
.button-secondary{background:#eaece5;color:var(--ink)}
.button-secondary:hover{background:#dfe2d8}
.home-banner{height:340px;border-radius:3px;overflow:hidden;background:#eeeade}
.home-banner img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.home-section{display:grid;grid-template-columns:240px minmax(0,1fr);column-gap:48px;padding:54px 0;border-bottom:1px solid var(--line)}
.home-section>.section-label,.home-section-label{padding-top:6px}
.home-section-label .status{margin-top:14px;font-size:12px}
.home-section-body{max-width:680px}
.home-section-body h2{font-size:30px;line-height:1.18;margin:0 0 18px}
.home-section-body>p,.home-offerings p{font-size:16px;line-height:1.65;color:var(--muted);max-width:650px}
.home-section-body>p+p{margin-top:16px}
.home-offerings article+article{border-top:1px solid var(--line);margin-top:30px;padding-top:30px}
.home-offerings h2{font-size:27px;margin-bottom:12px}
.home-offerings .text-link{margin-top:20px}
.home-journal{border-bottom:0;padding-bottom:58px}
.home-essay{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}
.home-essay-image img{width:220px;height:156px;object-fit:cover;border-radius:2px}
.home-essay h2{font-size:25px;line-height:1.2;margin:9px 0 10px}
.home-essay-copy>p{font-size:15px;line-height:1.5;color:var(--muted);margin-bottom:14px}
.home-essay .meta{font-size:12px}
.home .footer-word{display:none}
.home .footer-top{padding:6px 0 32px}
@media(max-width:800px){
  .home-intro{padding:48px 0}
  .home-intro-copy{max-width:580px}
  .home-section{grid-template-columns:150px minmax(0,1fr);gap:30px;padding:42px 0}
  .home-essay{grid-template-columns:150px minmax(0,1fr);gap:22px}
  .home-essay-image img{width:150px;height:150px}
}
@media(max-width:600px){
  .home .header-inner{min-height:72px}
  .home-intro{padding:36px 0 38px}
  .home-intro h1{font-size:32px}
  .home-intro-copy>p{font-size:21px;line-height:1.4;margin-top:17px}
  .home-actions{margin-top:24px;gap:10px}
  .home-actions a{padding:10px 16px}
  .home-banner{height:205px}
  .home-section{grid-template-columns:1fr;gap:19px;padding:34px 0}
  .home-section>.section-label,.home-section-label{padding:0}
  .home-section-label{display:flex;align-items:center;justify-content:space-between;gap:12px}
  .home-section-label .status{margin:0}
  .home-section-body h2{font-size:28px}
  .home-offerings h2{font-size:25px}
  .home-offerings article+article{margin-top:25px;padding-top:25px}
  .home-essay{grid-template-columns:110px minmax(0,1fr);gap:18px}
  .home-essay-image img{width:110px;height:140px}
  .home-essay h2{font-size:23px;margin-top:8px}
  .home-essay-copy>p{font-size:14px}
  .home .footer-top{padding-bottom:26px}
}

/* Research roadmap: benchmark detail within the existing editorial grid. */


.research-intro{max-width:720px;color:var(--muted);font-size:16px;line-height:1.65;margin-top:20px}
.benchmark-list{margin-top:30px}.benchmark-row{display:grid;grid-template-columns:45px minmax(0,1fr);gap:24px;padding:30px 0;border-top:1px solid var(--line);scroll-margin-top:25px}
.benchmark-row>.number{color:var(--muted);font-size:13px;padding-top:4px}.benchmark-heading{display:flex;justify-content:space-between;align-items:start;gap:22px}.benchmark-heading h3{font-size:29px;line-height:1.2}.benchmark-heading .status{white-space:nowrap;padding-top:6px}
.benchmark-row p{max-width:720px;color:var(--muted);margin:14px 0 0;line-height:1.65}.benchmark-row .benchmark-question{color:var(--ink);margin-top:18px}
.benchmark-row details{margin-top:20px;max-width:720px}.benchmark-row summary{font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:5px}.benchmark-row ul{padding-left:20px;color:var(--muted);font-size:15px;line-height:1.7;margin:17px 0 0}.benchmark-row li+li{margin-top:7px}
.research-horizon{padding-top:46px;border-top:1px solid var(--line);margin-top:20px}.research-horizon .section-heading{align-items:center}.research-horizon .research-row{grid-template-columns:45px 1fr 130px;gap:24px}.research-horizon .research-row h3{font-size:25px}.research-horizon .research-row .status{align-self:start;margin-top:7px}
.research-method{padding-top:8px}.research-method .principles{padding-bottom:48px}.research-next{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:0 0 58px}.research-next h2{font-size:29px}.research-next p{max-width:650px;color:var(--muted);font-size:16px;margin-top:16px}.research-next>.text-link{white-space:nowrap}.roadmap-link{text-decoration:underline;text-underline-offset:4px;margin-left:10px}
@media(max-width:800px){.benchmark-heading{flex-wrap:wrap;gap:10px}.benchmark-heading .status{padding-top:0}.research-horizon .section-heading{align-items:start;flex-direction:column;gap:12px}.research-horizon .research-row{grid-template-columns:30px 1fr;gap:20px}.research-horizon .research-row>.status{grid-column:2;margin-top:0}.research-next{align-items:start;flex-direction:column;gap:22px}}
@media(max-width:600px){.benchmark-program>.section-heading{align-items:start;flex-direction:column;gap:12px}.benchmark-row{grid-template-columns:25px minmax(0,1fr);gap:15px;padding:26px 0}.benchmark-heading{display:block}.benchmark-heading h3{font-size:26px}.benchmark-heading .status{margin-top:10px}.benchmark-row p{font-size:15px}.research-horizon{padding-top:34px}.research-next{margin-bottom:40px}.roadmap-link{display:block;margin:10px 0 0}}

/* Quiet motion: brief entrances, one reveal per section, no continuous effects. */
@keyframes saiki-enter {
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:none}
}
@keyframes saiki-image-settle {
  from{transform:scale(1.018)}
  to{transform:scale(1)}
}
@media(prefers-reduced-motion:no-preference){
  .home-intro-copy>*,.page-intro>*,.article-title>*{
    animation:saiki-enter .68s cubic-bezier(.22,.61,.36,1) both;
  }
  .home-intro-copy>:nth-child(2),.page-intro>:nth-child(2),.article-title>:nth-child(2){animation-delay:.08s}
  .home-intro-copy>:nth-child(3),.page-intro>:nth-child(3),.article-title>:nth-child(3){animation-delay:.16s}
  .home-banner,.article-cover{animation:saiki-enter .8s cubic-bezier(.22,.61,.36,1) .16s both}
  .home-banner img{animation:saiki-image-settle 1.3s cubic-bezier(.22,.61,.36,1) .16s both}
  .reveal-pending{opacity:0;transform:translateY(10px)}
  .reveal-enter{animation:saiki-enter .65s cubic-bezier(.22,.61,.36,1) both}
  .reveal-pending:focus-within,.reveal-enter:focus-within{opacity:1;transform:none;animation:none}
}
.home-essay-image,.journal-feature>a{display:block;overflow:hidden;border-radius:2px}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  .home-actions a{transition:background .2s,transform .2s}
  .home-actions a:hover{transform:translateY(-1px)}
  .text-link{transition:color .2s}
  .text-link:hover{gap:21px}
  .text-link .arrow{transition:transform .25s}
  .text-link:hover .arrow{transform:translate(2px,-2px)}
  .home-essay-image img,.journal-feature>a img{transition:transform .65s cubic-bezier(.22,.61,.36,1),filter .3s}
  .home-essay-image:hover img,.journal-feature>a:hover img{transform:scale(1.025)}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal-pending,.reveal-enter{opacity:1!important;transform:none!important}
}
@media print{
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal-pending,.reveal-enter{opacity:1!important;transform:none!important}
}

/* Expert contribution summary and spacing after the final dataset. */
.expert-network .section-copy p:first-child{margin-top:0}
.expert-network .section-copy p{font-size:16px}
.dataset-collections{margin-bottom:55px}
@media(max-width:600px){.dataset-collections{margin-bottom:38px}}

/* Temporary video hero preview. Original artwork remains in assets/. */
.home-video-banner{height:420px;position:relative;background:#100704}
.home-video-banner video{display:block;width:100%;height:100%;object-fit:cover;object-position:58% 60%}
@media(max-width:600px){.home-video-banner{height:250px}.home-video-banner video{object-position:58% 60%}}

/* Slightly softer color treatment on the actual homepage only. */
.home .home-video-banner video{filter:saturate(.7) contrast(.94) brightness(1.04)}

/* Behavioral alignment: the same editorial rhythm, with a focused service introduction. */
.home-alignment{border-top:1px solid var(--line);padding:40px 0 44px}.home-alignment h2{font-size:38px;line-height:1.15}.alignment-summary{max-width:650px;margin:20px 0;color:var(--muted);font-size:16px;line-height:1.75}.alignment-steps{display:flex;flex-wrap:wrap;gap:12px 28px;list-style:none;padding:0;margin:24px 0;font-size:13px;color:var(--muted);counter-reset:step}.alignment-steps li{counter-increment:step}.alignment-steps li:before{content:'0' counter(step) ' / ';font-size:10px;color:var(--accent);margin-right:5px}.service-follow{padding:0 0 30px;margin-left:calc(40px + 28px + (100% - 96px)/2.2*1.0 + 28px)}.alignment-status{margin:-15px 0 32px}.alignment-example{border-top:1px solid var(--line);padding:35px 0 40px}.alignment-example h2{font-size:36px}.alignment-example>p:not(.eyebrow){max-width:650px;color:var(--muted);margin-top:20px}.alignment-example .alignment-example-note{font-size:13px}.alignment-close{padding:35px 0 55px;border-top:1px solid var(--line)}.alignment-close h2{font-size:32px}.alignment-close p{max-width:650px;margin-top:18px;color:var(--muted)}.dataset-alignment-link{font-size:14px;color:var(--muted);margin:0 0 30px}.dataset-alignment-link a{margin-left:8px}
@media(max-width:800px){.service-follow{margin-left:50px}}
@media(max-width:600px){.home-alignment{padding:32px 0}.home-alignment h2,.alignment-example h2{font-size:32px}.alignment-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.alignment-summary{font-size:15px}.dataset-alignment-link a{margin:10px 0 0}.alignment-close{padding-bottom:38px}}

/* Align the homepage service introduction with the people section above it. */
.home-alignment{display:grid;grid-template-columns:1fr 2fr;gap:30px}.home-alignment>div{min-width:0}.home-alignment .alignment-summary{max-width:540px;margin-top:18px}.home-alignment .alignment-steps{gap:12px 20px}
@media(max-width:700px){.home-alignment{grid-template-columns:1fr;gap:15px}.home-alignment>.eyebrow{margin-bottom:0}}

/* Benchmark directory: shared editorial layout for live and planned studies. */
.leaderboard-intro{text-align:center;max-width:670px;margin:auto;padding:60px 0 75px}.leaderboard-intro .eyebrow{margin-bottom:20px}.leaderboard-intro h1{font-size:clamp(40px,4.2vw,55px);line-height:1.06}.leaderboard-intro>p:last-child{max-width:565px;margin:24px auto 0;font-size:18px;color:var(--muted);line-height:1.65}.benchmark-feature{display:grid;grid-template-columns: .95fr 1.25fr;gap:80px;border-top:1px solid var(--line);padding:55px 0 58px;align-items:start}.benchmark-description{min-width:0}.benchmark-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted);margin-bottom:20px}.benchmark-kicker>span{width:5px;height:12px;background:var(--accent);margin-right:2px}.benchmark-kicker small{font-size:11px;color:var(--muted)}.benchmark-description h2{font-size:35px;line-height:1.12;letter-spacing:-.035em}.benchmark-description>p:not(.benchmark-kicker){font-size:15px;color:var(--muted);line-height:1.75;margin:20px 0 25px;max-width:400px}.benchmark-description .text-link{font-size:13px;gap:12px}.benchmark-results{min-width:0;padding-top:3px}.benchmark-result-label{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px;margin-bottom:18px}.voice-result{padding:0 0 17px;margin-bottom:16px;border-bottom:1px solid var(--line)}.voice-result-top{display:flex;justify-content:space-between;gap:15px;align-items:baseline;font-size:14px}.voice-result-top strong{font-weight:400}.voice-result-top small{font-size:11px;color:var(--muted)}.voice-result-score{font-variant-numeric:tabular-nums;white-space:nowrap}.voice-result-track{position:relative;height:15px;margin:13px 0 8px;background:linear-gradient(transparent 7px,var(--line) 7px,var(--line) 8px,transparent 8px)}.voice-result-track .elo-point{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--accent);top:3.5px;transform:translateX(-50%)}.voice-result-track .elo-interval{position:absolute;height:5px;top:5px;background:#bdad94;border-left:1px solid var(--accent);border-right:1px solid var(--accent)}.voice-result-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:var(--muted)}.voice-axis{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin:14px 0}.voice-more{display:block;margin:5px auto 18px;border:0;background:none;color:var(--muted);font:12px var(--sans);cursor:pointer;padding:5px 12px}.voice-more:hover{color:var(--ink)}.benchmark-counts{font-size:11px;color:var(--muted);margin-top:17px}.voice-chart>.meta{padding:25px 0}.benchmark-pending{border-top:1px solid var(--line);padding:25px 0}.benchmark-pending h3{font-size:28px;margin:24px 0 15px}.benchmark-pending>p{font-size:14px;color:var(--muted);max-width:350px}.benchmark-planned{padding-bottom:70px}.voice-result-empty .voice-result-track{opacity:.5}@media(max-width:850px){.benchmark-feature{gap:35px;grid-template-columns:1fr 1.2fr}.benchmark-description h2{font-size:31px}}@media(max-width:600px){.leaderboard-intro{padding:42px 0 48px}.leaderboard-intro>p:last-child{font-size:16px}.benchmark-feature{grid-template-columns:1fr;gap:32px;padding:35px 0 40px}.benchmark-description h2{font-size:32px}.benchmark-description>p:not(.benchmark-kicker){max-width:none}.benchmark-kicker{margin-bottom:15px}.voice-result-top{font-size:13px}.voice-result-top small{display:block;margin-top:3px}.benchmark-pending{padding-top:20px}}

.benchmark-card>.benchmark-feature{border-top:0;padding:35px 30px;gap:48px;grid-template-columns:.9fr 1.15fr}.benchmark-card .benchmark-description h2{font-size:31px}.benchmark-card .benchmark-kicker{margin-bottom:16px}.benchmark-card .benchmark-pending{border-top:0;padding-top:4px}.benchmark-card .board-top{gap:15px;align-items:center}.benchmark-card .voice-result-track{height:15px;background:repeating-linear-gradient(90deg,#e4e3dc 0 3px,transparent 3px 5px),var(--wash);margin:12px 0 8px}.benchmark-card .elo-interval{background:#a49b88;top:5px}.benchmark-card .elo-point{background:var(--ink);border-radius:0;width:3px;height:13px;top:1px}.benchmark-card .voice-result{border-bottom:0;padding-bottom:4px;margin-bottom:21px}.benchmark-card .voice-result-empty .voice-result-track{background:var(--wash);height:5px;margin-top:15px}.benchmark-card .voice-axis{border-top:1px solid var(--line);padding-top:10px}.benchmark-card .voice-result-top strong{font-weight:500}@media(max-width:800px){.benchmark-card>.benchmark-feature{gap:30px}}@media(max-width:600px){.benchmark-card>.benchmark-feature{grid-template-columns:1fr;padding:24px 18px;gap:28px}.benchmark-card .benchmark-description h2{font-size:28px}}


.nav-contact{font-size:13px;background:var(--ink);color:var(--paper);border:0;border-radius:24px;padding:9px 16px;white-space:nowrap;cursor:pointer}.nav{gap:20px}.footer-legal{display:flex;gap:18px;flex-wrap:wrap}.legal-copy{max-width:760px;margin:0 auto 70px}.legal-copy h2{font-size:28px;margin:32px 0 14px}.legal-copy a{text-decoration:underline}#contact-dialog{padding:0;border:1px solid var(--line);background:var(--paper);color:var(--ink);width:min(700px,calc(100% - 32px));max-height:90vh}#contact-dialog::backdrop{background:#171b1766;backdrop-filter:blur(3px)}.contact-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:18px 30px;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.contact-top button{border:0;background:none;font-size:28px;color:var(--muted);cursor:pointer}.contact-body{padding:30px}.contact-body h2{font-size:40px}.contact-body>p{color:var(--muted);margin:10px 0 25px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-fields label,.contact-message,legend{font-size:11px;letter-spacing:.1em;text-transform:uppercase}.contact-wide{grid-column:1/-1}.contact-fields input,.contact-message textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:10px 0;font:16px/1.5 var(--sans);color:var(--ink);border-radius:0}.contact-body fieldset{padding:0;margin:25px 0;border:0}.contact-body legend{margin-bottom:12px}.contact-option{display:flex;align-items:center;gap:10px;font-size:14px;margin:9px 0}.contact-option input{accent-color:var(--ink)}.contact-message{display:block}.contact-message textarea{resize:vertical}.contact-body .button-primary{width:100%;border:0;margin-top:18px;cursor:pointer}.contact-privacy,#contact-status{font-size:12px;letter-spacing:0;line-height:1.5;color:var(--muted);margin-top:14px}.contact-privacy a{text-decoration:underline}.contact-trap{display:none}@media(max-width:600px){.contact-body{padding:22px}.contact-fields{gap:18px}.contact-top{padding:14px 22px}.contact-body h2{font-size:34px}}
/* Compact, two-column inquiry workspace. */
#contact-dialog{width:min(880px,calc(100% - 32px));max-height:calc(100dvh - 32px);border-radius:4px}.contact-top{padding:12px 26px;letter-spacing:.08em}.contact-body{padding:24px 30px 18px}.contact-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.contact-heading h2{font-size:36px;line-height:1.08}.contact-heading p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:32px}.contact-project{border-left:1px solid var(--line);padding-left:30px}.contact-fields{gap:18px 16px}.contact-fields label,.contact-message,.contact-body legend{font-size:12px;text-transform:none;letter-spacing:0;color:var(--muted)}.contact-fields input,.contact-message textarea{font-size:14px;padding:8px 0}.contact-body fieldset{margin:0 0 18px}.contact-body legend{margin-bottom:10px}.contact-interests{display:flex;flex-wrap:wrap;gap:7px}.contact-option{display:block;margin:0;position:relative;font-size:12px;cursor:pointer}.contact-option input{position:absolute;opacity:0;width:1px;height:1px}.contact-option span{display:block;border:1px solid var(--line);padding:7px 10px;border-radius:4px;transition:background .15s}.contact-option input:checked+span{background:var(--ink);color:var(--paper);border-color:var(--ink)}.contact-option input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.contact-message textarea{min-height:65px;resize:vertical;max-height:140px}.contact-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:16px;margin-top:22px;gap:20px}.contact-privacy{margin:0;font-size:11px}.contact-body .button-primary{width:auto;margin:0;padding:12px 22px;white-space:nowrap}#contact-status:empty{display:none}#contact-status{margin:10px 0 0}@media(max-width:640px){.contact-body{padding:20px}.contact-heading{display:block;margin-bottom:20px}.contact-heading h2{font-size:30px}.contact-heading p{display:none}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-project{border:0;padding:0}.contact-bottom{align-items:start}.contact-bottom .contact-privacy{max-width:180px}.contact-top{padding:10px 20px}}@media(max-height:700px) and (min-width:641px){.contact-body{padding-top:16px}.contact-heading{margin-bottom:16px}.contact-heading h2{font-size:30px}.contact-fields{gap:12px 16px}.contact-bottom{margin-top:16px}}
