:root{--ink:#171713;--black:#171713;--paper:#f3f1eb;--cream:#e8e4d8;--muted:#85837b;--line:#d2cec2;--lime:#d7fc63;--violet:#b7a5ff;--orange:#ff956b;--shell:1200px;--grid-gap:clamp(18px,2vw,30px);--section-space:clamp(128px,13vw,208px);--hero-y:0px;--hero-scale:1;--read-progress:0}@font-face{font-family:Instrument Sans;src:url(/fonts/instrument-sans-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/fonts/instrument-sans-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/fonts/instrument-sans-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{margin:0;overflow-x:hidden;color:var(--ink);font-family:Instrument Sans,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{font:inherit}img{display:block;max-width:100%}h1,h2,h3,p{overflow-wrap:break-word}.page-shell{width:min(var(--shell),calc(100% - clamp(48px, 8vw, 128px)));margin:0 auto}.site-header{position:fixed;z-index:40;top:0;left:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:72px;padding:10px 40px;border-bottom:1px solid rgba(23,23,19,.09);background:rgba(243,241,235,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.read-progress{position:absolute;top:0;left:0;height:2px;width:100%;transform:scaleX(var(--read-progress,0));transform-origin:left;background:var(--lime)}.wordmark{justify-self:start;color:var(--ink);font-size:18px;font-weight:500;letter-spacing:-.7px;line-height:26px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:2px}.desktop-nav a{padding:8px 12px;border-radius:999px;color:#55544d;font-size:14px;line-height:18px;transition:background .2s ease,color .2s ease}.desktop-nav a:hover{background:#e4e1d8;color:var(--ink)}.dark-button,.header-cta,.light-button,.soft-button{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:12px 20px;border-radius:999px;font-size:14px;font-weight:500;line-height:18px;transition:transform .2s ease,background .2s ease,color .2s ease}.header-cta{justify-self:end;background:var(--black);color:#fff;box-shadow:0 7px 14px rgba(23,23,19,.1)}.dark-button:hover,.header-cta:hover,.light-button:hover,.soft-button:hover{transform:translateY(-2px)}.dark-button{background:var(--black);color:#fff}.light-button{background:var(--paper);color:var(--black)}.soft-button{background:#e8e5db;color:var(--ink)}.arrow{display:inline-block;margin-left:7px;font-size:18px;line-height:1}.arrow-diagonal{margin:0}.menu-toggle,.mobile-nav{display:none}.hero{overflow:hidden;background:var(--paper)}.hero,.hero-layout{position:relative;min-height:940px}.hero-layout{z-index:2;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--grid-gap);align-items:end;padding:138px 0 84px}.hero-copy{grid-column:1/span 5;align-self:end;padding-bottom:16px}.eyebrow,.section-kicker,.section-label{display:inline-flex;align-items:center;gap:9px;color:#626159;font-size:13px;line-height:20px;letter-spacing:.01em;text-transform:uppercase}.eyebrow i,.section-kicker i,.section-label i{display:block;width:8px;height:8px;border-radius:50%;background:var(--violet)}.hero h1{max-width:650px;margin:20px 0 0;font-size:clamp(52px,5.5vw,76px);font-weight:500;letter-spacing:-4.2px;line-height:.94}.hero-side{grid-column:10/-1;align-self:end;padding-bottom:16px}.hero-side p{max-width:318px;margin:0 0 28px;color:#56554e;font-size:16px;letter-spacing:-.25px;line-height:1.5}.hero-orbit{position:absolute;z-index:0;border:1px solid rgba(23,23,19,.1);border-radius:50%;pointer-events:none}.orbit-one{top:110px;left:50%;width:580px;height:580px;margin-left:-290px;border-color:rgba(183,165,255,.5)}.orbit-two{top:170px;left:50%;width:462px;height:462px;margin-left:-231px;border-color:rgba(23,23,19,.13)}.hero-portrait{position:relative;z-index:1;grid-column:6/span 4;align-self:start;width:min(100%,410px);margin:0 auto;transform:translate3d(0,var(--hero-y),0) scale(var(--hero-scale));transform-origin:center top}.hero-photo-shell{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:208px 208px 32px 32px;background:#d8d2c8;box-shadow:0 28px 62px rgba(55,44,30,.18)}.hero-photo-shell:after{position:absolute;inset:auto 0 0;height:18%;background:linear-gradient(0deg,rgba(23,23,19,.12),transparent);content:"";pointer-events:none}.hero-photo-shell img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-portrait figcaption{width:max-content;margin:12px auto 0;color:#77756d;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.about{padding:var(--section-space) 0;background:var(--paper)}.about-inner{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--grid-gap)}.about-inner>.section-kicker{grid-column:1/span 2}.about-copy{display:grid;grid-column:4/-1;grid-template-columns:repeat(8,minmax(0,1fr));column-gap:var(--grid-gap)}.section-kicker{align-self:start}.section-kicker span{order:2}.section-kicker i{order:1;background:var(--lime)}.display-copy{grid-column:1/-1;max-width:820px;margin:0;font-size:clamp(42px,4.8vw,68px);font-weight:500;letter-spacing:-3px;line-height:.99}.about-columns{display:grid;grid-column:2/-1;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,72px);max-width:none;margin:clamp(52px,6vw,84px) 0 0}.about-columns p{margin:0;color:#69675f;font-size:16px;letter-spacing:-.2px;line-height:1.55}.about-signature{display:grid;grid-column:2/span 3;grid-template-columns:40px 1fr;align-items:center;column-gap:12px;max-width:360px;margin:52px 0 0}.about-signature span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--black);color:var(--lime);font-size:12px;font-weight:700;letter-spacing:-1px}.about-signature strong{font-size:14px;font-weight:500}.about-signature small{grid-column:2;margin-top:-9px;color:var(--muted);font-size:12px}.chapters{padding:0 0 var(--section-space);background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading h2{max-width:600px;margin:23px 0 0;font-size:clamp(36px,4vw,56px);font-weight:500;letter-spacing:-2.4px;line-height:.99}.section-index{padding-bottom:8px;color:var(--muted);font-size:12px;letter-spacing:.08em}.chapter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(48px,5vw,72px)}.chapter-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:470px;padding:clamp(26px,2.4vw,36px);overflow:hidden;border-radius:34px}.chapter-card:after{position:absolute;right:-90px;bottom:-130px;width:270px;height:270px;border:1px solid;border-radius:50%;opacity:.22;content:""}.chapter-lime{background:var(--lime)}.chapter-violet{background:var(--violet)}.chapter-ink{background:var(--black);color:#fff}.chapter-top{display:flex;align-items:center;justify-content:space-between;font-size:13px}.chapter-top .arrow{display:grid;place-items:center;width:42px;height:42px;border:1px solid;border-radius:50%}.chapter-body{position:relative;z-index:1}.chapter-body h3{margin:0 0 13px;font-size:34px;font-weight:500;letter-spacing:-1.5px;line-height:1}.chapter-body p{max-width:270px;margin:0 0 25px;color:rgba(23,23,19,.68);font-size:15px;line-height:1.45}.chapter-ink .chapter-body p{color:rgba(255,255,255,.62)}.chapter-body small{font-size:12px;letter-spacing:.02em;text-transform:uppercase}.chapter-violet .chapter-body small{color:#5f567d}.chapter-ink .chapter-body small{color:var(--lime)}.timeline-section{padding:var(--section-space) 0;border-radius:38px 38px 0 0;background:var(--black);color:#fff}.timeline-inner{display:grid;grid-template-columns:360px minmax(0,650px);justify-content:space-between;gap:80px}.timeline-intro{align-self:start;position:sticky;top:120px;height:fit-content}.timeline-intro .section-label{color:#fff}.timeline-intro .section-label i{background:var(--orange)}.timeline-intro h2{margin:30px 0 22px;font-size:clamp(38px,4vw,58px);font-weight:500;letter-spacing:-2.5px;line-height:.98}.timeline-intro p{max-width:300px;margin:0;color:#919087;font-size:15px;line-height:1.5}.timeline-list{position:relative}.timeline-list:before{position:absolute;top:0;bottom:0;left:111px;width:1px;background:#383832;content:""}.timeline-item{position:relative;display:grid;grid-template-columns:80px 64px 1fr;min-height:178px}.timeline-period{padding-top:30px;color:#8e8d84;font-size:13px;line-height:20px}.timeline-dot{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;margin:25px auto 0;border:1px solid #58584d;border-radius:50%;background:var(--black);color:var(--lime);font-size:11px}.timeline-content{padding:28px 0 44px 26px;border-bottom:1px solid #383832}.timeline-content>span{color:var(--orange);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.timeline-content h3{margin:9px 0 10px;font-size:26px;font-weight:500;letter-spacing:-.7px;line-height:1}.timeline-content p{max-width:420px;margin:0;color:#99978e;font-size:14px;line-height:1.5}.selected-work{padding:var(--section-space) 0;background:var(--paper)}.selected-work .section-heading h2{max-width:530px}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap);margin-top:clamp(48px,5vw,72px)}.work-card{position:relative;min-height:420px;overflow:hidden;border-radius:34px;background:#d9d5ca}.work-card>a{display:block;height:100%;min-height:420px}.work-art{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}.work-art b:before,.work-art:after,.work-art:before{position:absolute;border:1px solid rgba(23,23,19,.18);border-radius:50%;content:""}.work-art:before{width:330px;height:330px}.work-art:after{width:510px;height:510px}.work-art b:before{width:210px;height:210px}.work-art span{position:relative;z-index:1;color:var(--ink);font-size:52px;font-weight:500;letter-spacing:-4px}.work-info{position:absolute;right:30px;bottom:29px;left:30px;z-index:2}.work-info>span{color:#5f5d56;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.work-info h3{margin:9px 0 8px;font-size:27px;font-weight:500;letter-spacing:-1px;line-height:1}.work-info p{max-width:350px;margin:0;color:#68665d;font-size:14px;line-height:1.42}.work-arrow{position:absolute;z-index:2;top:24px;right:24px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--black);color:#fff;font-size:21px;opacity:0;transform:translateY(-5px);transition:opacity .25s ease,transform .25s ease}.work-card:hover .work-arrow{opacity:1;transform:translateY(0)}.work-card:hover .work-art span{transform:scale(1.04)}.work-art span{transition:transform .6s cubic-bezier(.2,.7,.2,1)}.work-naia{background:var(--lime)}.work-ecxp{background:var(--violet)}.work-amomuito{background:var(--orange)}.work-vox{background:#dad7ca}.evidence{padding:var(--section-space) 0;background:var(--cream)}.evidence-inner{max-width:720px}.evidence-inner h2{margin:26px 0 20px;font-size:clamp(38px,4vw,56px);font-weight:500;letter-spacing:-2.5px;line-height:.98}.evidence-inner p{max-width:620px;margin:0 0 30px;color:#6e6c64;font-size:16px;line-height:1.55}.sources{padding:var(--section-space) 0;background:var(--cream)}.sources-inner{display:grid;grid-template-columns:390px minmax(0,670px);justify-content:space-between;gap:clamp(64px,8vw,120px)}.sources-intro{align-self:start}.sources-intro h2{margin:30px 0 20px;font-size:clamp(40px,4vw,58px);font-weight:500;letter-spacing:-2.5px;line-height:.98}.sources-intro p{max-width:315px;margin:0 0 32px;color:#6e6c64;font-size:15px;line-height:1.55}.source-list{border-top:1px solid var(--line)}.source-row{display:grid;grid-template-columns:54px minmax(0,1fr) 44px;gap:20px;align-items:start;padding:28px 0 32px;border-bottom:1px solid var(--line);transition:padding .25s ease}.source-row:hover{padding-right:7px;padding-left:7px}.source-number{padding-top:4px;color:#9b988e;font-size:12px}.source-meta{color:#8b887f;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.source-row h3{margin:8px 0;font-size:21px;font-weight:500;letter-spacing:-.6px;line-height:1.1}.source-row p{max-width:500px;margin:0;color:#77746b;font-size:14px;line-height:1.48}.source-row>.arrow{align-self:start;display:grid;place-items:center;width:38px;height:38px;border:1px solid #bdb9ad;border-radius:50%;font-size:18px}.faqs{padding:var(--section-space) 0;background:var(--paper)}.faq-inner{display:grid;grid-template-columns:460px minmax(0,580px);justify-content:space-between;gap:clamp(72px,9vw,140px)}.faq-intro h2{margin:30px 0 22px;font-size:clamp(40px,4vw,58px);font-weight:500;letter-spacing:-2.5px;line-height:.98}.faq-intro p{max-width:330px;margin:0 0 32px;color:#77756c;font-size:15px;line-height:1.55}.faq-panel{min-height:450px;padding:24px 10px 10px;border-radius:30px;background:#e8e5db}.faq-title{width:max-content;margin:0 auto 18px;padding:7px 14px;border-radius:999px;background:var(--black);color:#fff;font-size:12px;line-height:18px}.faq-list{display:flex;flex-direction:column;gap:6px}.faq-item{overflow:hidden;border-radius:18px;background:var(--paper)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:62px;padding:17px 18px;border:0;background:transparent;text-align:left;cursor:pointer;font-size:15px;line-height:1.35;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary b{flex:0 0 auto;width:25px;height:25px;border-radius:50%;background:#dedbd1;color:#77756d;text-align:center;font-size:20px;font-weight:400;line-height:23px}.faq-item summary b:before{content:"+"}.faq-item[open] summary b:before{content:"×"}.faq-item p{margin:-4px 18px 20px;color:#77756d;font-size:14px;line-height:1.45}.faq-item[open] summary{padding-bottom:11px}.site-footer{position:relative;overflow:hidden;padding:120px 0 55px;border-radius:38px 38px 0 0;background:var(--black);color:#fff}.footer-glow{position:absolute;top:-210px;left:50%;width:720px;height:720px;border:1px solid rgba(215,252,99,.23);border-radius:50%;transform:translateX(-50%)}.footer-glow:after{position:absolute;top:90px;left:90px;width:538px;height:538px;border:1px solid rgba(183,165,255,.2);border-radius:50%;content:""}.footer-inner{position:relative;z-index:1}.footer-cta{display:flex;flex-direction:column;align-items:center;min-height:390px;text-align:center}.footer-cta h2{max-width:520px;margin:0 0 30px;font-size:clamp(42px,5vw,68px);font-weight:500;letter-spacing:-3px;line-height:.95}.footer-links{display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;margin-top:66px}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-links strong{margin-bottom:8px;color:#87867e;font-size:12px;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.footer-links a{color:#dfded7;font-size:14px;line-height:1.4;transition:color .2s ease}.footer-links a:hover{color:var(--lime)}.footer-credits{display:flex;align-items:center;justify-content:space-between;margin-top:82px;padding-top:18px;border-top:1px solid #363630;color:#77766f;font-size:12px}.reveal,.section-reveal{opacity:1;transform:none}.js .reveal,.js .section-reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}.js .reveal.is-visible,.js .section-reveal.is-visible{opacity:1;transform:translateY(0)}.chapter-card:nth-child(2),.source-row:nth-child(2),.timeline-item:nth-child(2),.work-card:nth-child(2){transition-delay:.06s}.chapter-card:nth-child(3),.source-row:nth-child(3),.timeline-item:nth-child(3),.work-card:nth-child(3){transition-delay:.12s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dark-button,.header-cta,.light-button,.reveal,.section-reveal,.soft-button,.work-arrow,.work-art span{transition:none}.hero-portrait{transform:none}}@media (max-width:1199px) and (min-width:810px){.page-shell{width:min(880px,calc(100% - 80px))}.hero,.hero-layout{min-height:900px}.hero-layout{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:54px;padding:128px 0 72px}.hero-copy{grid-column:1/span 3;padding-bottom:0}.hero h1{font-size:58px}.hero-portrait{grid-column:4/-1;width:min(100%,360px);margin:0 auto}.hero-side{grid-column:1/span 3;align-self:start;padding-bottom:0}.chapter-grid{grid-template-columns:1fr}.chapter-card{min-height:330px}.about-inner,.sources-inner,.timeline-inner{grid-template-columns:1fr;gap:55px}.about-copy,.about-inner>.section-kicker{grid-column:auto}.about-columns,.about-signature{margin-left:0}.about-copy{grid-template-columns:repeat(8,minmax(0,1fr))}.timeline-intro{position:static}.faq-inner{grid-template-columns:1fr;gap:55px}.footer-cta h2{max-width:450px}}@media (max-width:809px){.page-shell{width:calc(100% - 40px)}.site-header{display:flex;height:60px;padding:6px 20px}.wordmark{font-size:16px}.desktop-nav,.header-cta{display:none}.menu-toggle{position:relative;z-index:42;display:flex;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;margin-left:auto;padding:7px;border:0;border-radius:50%;background:#e7e4da;cursor:pointer}.menu-toggle span{display:block;width:100%;height:1px;background:var(--ink);transition:transform .2s ease}.menu-toggle.is-open span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-nav{position:fixed;z-index:41;top:60px;right:0;left:0;display:flex;flex-direction:column;gap:2px;padding:13px 20px 20px;border-bottom:1px solid var(--line);background:rgba(243,241,235,.98);box-shadow:0 14px 26px rgba(23,23,19,.08)}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid #dedbd1;font-size:17px;line-height:22px}.mobile-nav .arrow{margin:0}.hero{min-height:auto;padding-top:60px}.hero-layout{display:flex;flex-direction:column;align-items:stretch;min-height:auto;padding:72px 0 88px;gap:34px}.hero-copy{order:1;padding:0}.hero h1{max-width:370px;margin-top:16px;font-size:49px;letter-spacing:-2.7px;line-height:.97}.hero-portrait{order:2;width:min(100%,342px);margin:2px auto 0;transform:translate3d(0,calc(var(--hero-y) * .35),0) scale(1)}.hero-photo-shell{border-radius:170px 170px 26px 26px}.hero-side{order:3;margin:0;padding:0}.hero-side p{max-width:330px;margin-bottom:22px;font-size:15px}.orbit-one{top:338px;width:370px;height:370px;margin-left:-185px}.orbit-two{top:380px;width:292px;height:292px;margin-left:-146px}.about{padding:116px 0 124px}.about-inner,.faq-inner,.sources-inner,.timeline-inner{display:flex;flex-direction:column;gap:50px}.about-copy,.about-inner>.section-kicker{grid-column:auto}.about-copy{display:block}.display-copy{font-size:43px;letter-spacing:-2.1px}.about-columns{display:flex;flex-direction:column;gap:24px;margin:44px 0 0}.about-columns p{font-size:15px}.about-signature{grid-column:auto;margin:43px 0 0}.chapters{padding-bottom:120px}.section-heading{align-items:start;flex-direction:column;gap:19px}.section-heading h2{margin-top:18px;font-size:42px;letter-spacing:-2px}.section-index{padding:0}.chapter-grid{display:flex;flex-direction:column;gap:18px;margin-top:38px}.chapter-card{min-height:350px;border-radius:26px}.chapter-body h3{font-size:32px}.timeline-section{padding:115px 0 120px;border-radius:28px 28px 0 0}.timeline-intro{position:static}.timeline-intro h2{margin-top:25px;font-size:45px;letter-spacing:-2.2px}.timeline-intro p{font-size:15px}.timeline-list:before{left:73px}.timeline-item{grid-template-columns:49px 48px minmax(0,1fr);min-height:190px}.timeline-period{padding-top:28px;font-size:11px;line-height:1.25}.timeline-dot{width:31px;height:31px;margin-top:23px;font-size:10px}.timeline-content{padding:26px 0 38px 16px}.timeline-content h3{font-size:22px}.timeline-content p{font-size:13px}.selected-work{padding:120px 0}.selected-work .section-heading{flex-direction:row;align-items:end}.selected-work .section-heading h2{font-size:42px}.selected-work .soft-button{width:44px;min-width:44px;padding:12px;font-size:0}.selected-work .soft-button .arrow{margin:0;font-size:20px}.work-grid{display:flex;flex-direction:column;gap:12px;margin-top:38px}.work-card,.work-card>a{min-height:350px;border-radius:26px}.work-arrow{opacity:1;transform:none;top:16px;right:16px;width:43px;height:43px}.sources{padding:115px 0 125px}.sources-intro h2{margin-top:25px;font-size:45px;letter-spacing:-2.2px}.sources-intro p{max-width:340px}.source-row{grid-template-columns:34px minmax(0,1fr) 36px;gap:9px;padding:20px 0 23px}.source-row:hover{padding-right:0;padding-left:0}.source-row h3{font-size:19px}.source-row p{font-size:13px}.source-row>.arrow{width:32px;height:32px;font-size:16px}.faqs{padding:120px 0 140px}.faq-intro h2{margin-top:25px;font-size:45px;letter-spacing:-2.2px}.faq-panel{min-height:0;margin:0 -8px;border-radius:24px}.faq-item summary{min-height:58px;font-size:14px}.faq-item p{font-size:13px}.site-footer{padding:88px 0 38px;border-radius:28px 28px 0 0}.footer-glow{top:-120px;width:430px;height:430px}.footer-glow:after{top:57px;left:57px;width:314px;height:314px}.footer-cta{min-height:310px}.footer-cta h2{margin:30px 0 26px;font-size:44px;letter-spacing:-2.2px}.footer-links{grid-template-columns:1fr 1fr;gap:34px 22px;margin-top:55px}.footer-links>div:last-child{grid-column:1/-1}.footer-credits{flex-direction:column;align-items:flex-start;gap:8px;margin-top:55px;line-height:1.4}}.authority-hero,.authority-page{background:var(--paper)}.authority-hero{padding:clamp(120px,14vw,168px) 0 clamp(36px,5vw,60px)}.authority-inner{max-width:760px}.authority-hero h1{margin:22px 0 20px;font-size:clamp(40px,5vw,68px);font-weight:500;letter-spacing:-3px;line-height:.96}.authority-hero p{max-width:620px;margin:0;color:#6e6c64;font-size:16px;line-height:1.55}.authority-count{display:inline-flex;align-items:center;margin-top:26px;padding:8px 16px;border-radius:999px;background:var(--black);color:var(--lime);font-size:13px;letter-spacing:.02em}.authority-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.authority-body{padding:clamp(24px,4vw,48px) 0 clamp(96px,12vw,168px);background:var(--paper)}.authority-note{max-width:720px;margin:clamp(40px,5vw,64px) 0 0;color:#85837b;font-size:13px;line-height:1.55}.authority-note a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.source-archive-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap)}.source-card{scroll-margin-top:96px;display:flex;flex-direction:column;gap:14px;padding:clamp(24px,2.4vw,34px);border:1px solid var(--line);border-radius:28px;background:var(--cream)}.source-badge{align-self:flex-start;padding:6px 13px;border-radius:999px;background:#ded9cc;color:#55544d;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.source-badge[data-type=institucional]{background:rgba(183,165,255,.28);color:#4a4170}.source-badge[data-type=oficial]{background:rgba(215,252,99,.5);color:#4b5310}.source-badge[data-type=editorial]{background:rgba(255,149,107,.28);color:#7a3a20}.source-badge[data-type=perfil]{background:#e0dccf;color:#55544d}.source-card-body{display:flex;flex-direction:column}.source-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.source-card-meta time,.source-location{color:#8b887f;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.source-card-body .source-meta{color:#8b887f}.source-card h2{margin:8px 0 10px;font-size:22px;font-weight:500;letter-spacing:-.7px;line-height:1.1}.source-card p{margin:0 0 18px;color:#6e6c64;font-size:14px;line-height:1.5}.source-card .source-context{margin:-3px 0 8px;color:#55544d;font-size:12px;font-weight:500;line-height:1.45}.source-location{margin-bottom:18px}.source-card-link{display:inline-flex;align-items:center;gap:4px;color:var(--ink);font-size:14px;font-weight:500}.source-card-link,.source-pending{margin-top:auto;align-self:flex-start}.source-pending{color:#9a978d;font-size:13px;font-style:italic}.materials-intro{max-width:700px;margin:0 0 clamp(32px,5vw,56px)}.materials-intro p{margin:0;color:#6e6c64;font-size:16px;line-height:1.55}.sources-col{display:flex;flex-direction:column}.sources-archive{align-self:flex-start;margin-top:30px}.press-grid{display:flex;flex-direction:column;gap:clamp(28px,3vw,44px);max-width:760px}.press-block h2{margin:0 0 16px;font-size:clamp(24px,2.6vw,32px);font-weight:500;letter-spacing:-1px;line-height:1}.press-block p{margin:0 0 14px;color:#5f5d56;font-size:16px;line-height:1.6}.press-block p:last-child{margin-bottom:0}.press-block a{color:var(--ink)}.press-facts{display:grid;margin:0;border-top:1px solid var(--line)}.press-fact{display:grid;grid-template-columns:160px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.press-fact dt{color:#85837b;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.press-fact dd{margin:0;color:var(--ink);font-size:15px;line-height:1.45}.press-links{margin-top:22px}.press-link-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:12px}.press-link-row a{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500}.press-credit{margin:0 0 14px;padding:16px 20px;border-left:3px solid var(--lime);border-radius:0 14px 14px 0;background:var(--cream);font-size:16px;line-height:1.5}.press-block .dark-button{margin-top:6px;color:#fff}@media (max-width:809px){.press-fact,.source-archive-list{grid-template-columns:1fr}.press-fact{gap:4px}}