@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#14253b;--muted:#596979;--blue:#164ccf;--green:#078765;--line:#dfe6ed;--soft:#f5f8fa;--ease:cubic-bezier(.2,.7,.2,1);--page:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font:15px/1.7 'DM Sans',Arial,sans-serif}button,input,select{font:inherit;color:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer;border:0;background:none}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;font-weight:500;line-height:1.12;letter-spacing:-.045em}h2 em,h1 em{font-style:normal;color:var(--green)}p{color:var(--muted)}[hidden]{display:none!important}:focus-visible{outline:3px solid #087a64;outline-offset:5px}.skip{position:fixed;top:-90px;left:20px;background:#fff;padding:15px;z-index:100}.skip:focus{top:10px}.reading-progress{position:fixed;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--green),var(--blue));transform:scaleX(0);transform-origin:left;z-index:90;pointer-events:none}
.topline{max-width:var(--page);margin:auto;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;font-weight:700;padding:10px 0;color:#576473}.topline>div{display:flex;align-items:center;gap:18px}.topline #today{font-weight:400;letter-spacing:.2px}.group-link{border-left:1px solid var(--line);padding-left:18px;color:var(--blue)}.site-header{position:sticky;top:0;z-index:40;background:#fffffff2;backdrop-filter:blur(20px);border-block:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px max(4%,calc((100% - var(--page))/2));transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 7px 35px #17395009}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.brand img{width:134px;height:auto}.brand>span{font-size:29px;font-family:Manrope,sans-serif;letter-spacing:-1.6px;border-left:1px solid #cbd7df;padding-left:14px;font-weight:500;line-height:1.2}.brand-dot{color:var(--green)}.desktop-nav{display:flex;align-items:center;gap:26px;font-size:12px;font-weight:600}.desktop-nav button{padding:10px 0;font-size:12px;font-weight:600}.menu-trigger span{display:inline-block;margin-left:6px;transition:transform .3s}.menu-trigger[aria-expanded=true]{color:var(--blue)}.menu-trigger[aria-expanded=true] span{transform:rotate(180deg)}.header-actions{display:flex;align-items:center;gap:16px}.saved-nav{display:flex;gap:7px;align-items:center;font-size:23px;padding:8px}.saved-nav b{font-size:10px;font-weight:500;background:#f0f4f8;width:20px;height:20px;border-radius:50%;display:grid;place-items:center}.saved-nav[aria-pressed=true]{color:var(--green)}.button{background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;border-radius:8px;padding:16px 23px;font-size:12px;font-weight:700;position:relative;overflow:hidden;box-shadow:0 5px 15px #164ccf10;transition:transform .4s var(--ease),box-shadow .4s,background .4s}.button span{font-size:21px;line-height:1;transition:transform .4s}.button:hover{color:#fff;background:#123fad;box-shadow:0 10px 24px #164ccf28;transform:translateY(-3px)}.button:hover span{transform:translate(3px,-3px)}.button.compact{padding:12px 18px;gap:25px}.outline{background:white;border:1px solid var(--line);color:var(--ink);display:flex;width:max-content;margin:40px auto 0}.outline:hover{background:var(--blue)}.text-link{font-size:12px;font-weight:700;display:inline-flex;gap:23px;align-items:center}.hero-buttons>a:not(.button){font-size:12px;font-weight:600}.eyebrow{display:flex;gap:8px;align-items:center;font-size:9px;font-weight:700;letter-spacing:1.6px;line-height:1.6;color:var(--green)}.eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #0787650f}.mega-menu{position:absolute;left:3%;right:3%;top:100%;padding:36px;background:#fff;border:1px solid var(--line);box-shadow:0 30px 70px #14344c20;border-radius:0 0 18px 18px;display:grid;grid-template-columns:1.15fr 1fr 1fr .9fr;gap:36px;animation:menu-in .25s var(--ease)}.mega-intro h2{font-size:31px;margin:18px 0}.mega-intro p{font-size:13px;margin-bottom:20px}.mega-intro>a{font-size:12px;font-weight:700;color:var(--blue)}.mega-column{display:flex;flex-direction:column;gap:15px}.menu-label{font-size:9px;color:#6c7e8b;letter-spacing:1.4px;margin-bottom:9px}.mega-column>a{font-size:12px;padding-bottom:8px;border-bottom:1px solid #eff2f5}.mega-photo{position:relative;border-radius:12px;overflow:hidden;min-height:220px}.mega-photo img{width:100%;height:100%;object-fit:cover}.mega-photo>span{position:absolute;bottom:0;left:0;right:0;padding:50px 20px 20px;color:white;font-size:25px;line-height:1.2;background:linear-gradient(transparent,#0c243bbd)}.mega-art{text-align:center;background:#f8fafb;border-radius:14px;padding:12px}.mega-art img{width:180px;height:180px;object-fit:contain;margin:auto;mix-blend-mode:multiply}.mega-art span{font-size:14px;line-height:1.4;display:block}.caqa-mega{grid-template-columns:1.15fr 1fr 1fr .9fr}#mobile-toggle{display:none}#mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;padding:18px 6%;border-bottom:1px solid var(--line);box-shadow:0 15px 35px #14253b15}#mobile-menu a{display:block;padding:15px 0;border-bottom:1px solid var(--line)}
.hero{max-width:var(--page);margin:0 auto;min-height:660px;padding:65px 0 32px;display:grid;grid-template-columns:.93fr 1.07fr;gap:20px;position:relative;isolation:isolate}.hero-glow{position:absolute;inset:0 -6%;z-index:-1;overflow:hidden;pointer-events:none}.hero-glow:before{content:'';position:absolute;right:-8%;top:0;width:80%;height:100%;background:radial-gradient(ellipse at 65% 45%,#eaf3ff 0%,#eaf7f160 35%,transparent 68%);animation:glow 12s ease-in-out infinite alternate}.hero-copy{padding:18px 0 0 5px;position:relative;z-index:3}.hero h1{font-size:clamp(65px,6.4vw,96px);line-height:1.02;letter-spacing:-.068em;margin:25px 0 25px}.hero h1 em{background:linear-gradient(110deg,#078765,#126b98,#164ccf);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-shift 12s ease-in-out infinite alternate}.hero-copy>p{font-size:15px;line-height:1.7;letter-spacing:.1px}.hero-buttons{display:flex;gap:26px;align-items:center;margin-top:27px}.hero-note{display:flex;align-items:center;gap:9px;font-size:10px;margin-top:25px;color:#6f7e8b}.mini-pulse{height:5px;width:5px;background:#368671;border-radius:50%;box-shadow:0 0 0 4px #edf7f3}.hero-stage{position:relative;min-height:555px;perspective:1000px}.hero-photo{position:absolute;width:84%;height:79%;right:0;top:20px;border-radius:24px 24px 110px 24px;overflow:hidden;box-shadow:0 20px 60px #14334d16;transform:translate3d(0,var(--parallax,0px),0) rotate(2deg)}.hero-photo:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#0c27334f);pointer-events:none}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 57%;transform:scale(1.04);transition:transform 1.5s var(--ease)}.hero-stage:hover .hero-photo img{transform:scale(1.09)}.photo-caption{position:absolute;left:27px;top:26px;z-index:1;background:#ffffffda;backdrop-filter:blur(10px);border:1px solid white;border-radius:5px;padding:8px 12px;font-size:8px;letter-spacing:1.5px;font-weight:700}.image-note{position:absolute;bottom:13px;right:15px;font-size:8px;line-height:1.5;color:#fff;background:#14253b8a;padding:2px 6px;border-radius:3px;z-index:2;letter-spacing:.2px}.stage-orbit{position:absolute;width:95%;aspect-ratio:1;left:0;top:15px;border:1px solid #c7dce7;border-radius:50%;transform:rotateX(30deg) rotateY(-20deg);opacity:.65}.stage-orbit:before{content:'';width:10px;height:10px;position:absolute;background:var(--green);border:3px solid white;box-shadow:0 0 0 1px #a4cdbf;border-radius:50%;left:40px;top:104px}.floating-label{position:absolute;z-index:4;left:0;top:78px;border:1px solid #fff;background:#ffffffea;backdrop-filter:blur(15px);padding:16px 22px 16px 15px;border-radius:11px;display:flex;align-items:center;gap:13px;box-shadow:0 15px 40px #19395514;transform:translate3d(0,var(--parallax,0px),0) rotate(-3deg)}.label-icon{background:#eaf4f1;color:var(--green);width:37px;height:37px;border-radius:50%;display:grid;place-items:center;font-size:24px}.floating-label small{display:block;font-size:7px;letter-spacing:1.4px;color:#667784}.floating-label b{display:block;font-size:13px;font-weight:500}.sculpture-wrap{position:absolute;bottom:-10px;left:5px;width:49%;z-index:5;transform:translate3d(0,var(--parallax,0px),0) rotate(-10deg);filter:drop-shadow(0 18px 16px #33598410)}.sculpture{width:100%;height:auto;border-radius:50%;mix-blend-mode:multiply;mask-image:radial-gradient(ellipse,#000 55%,transparent 73%);transform:rotate(var(--sculpture-rotation,0deg))}.sculpture-tag{position:absolute;bottom:17px;left:55px;font-size:7px;letter-spacing:1.7px;color:#577383;white-space:nowrap;transform:rotate(10deg)}.circle-link{position:absolute;right:6%;bottom:15px;width:107px;height:107px;border:1px solid #bfcdd7;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#ffffffb8;backdrop-filter:blur(15px);z-index:6;transition:background .3s,transform .5s}.circle-link span{font-size:7px;letter-spacing:1.4px;line-height:1.7}.circle-link b{font-size:23px;font-weight:400}.circle-link:hover{transform:rotate(-10deg);background:#edf6f4}.stage-coordinate{position:absolute;right:9px;bottom:-11px;font:8px/1.4 monospace;color:#647c8d;letter-spacing:1px}.hero-bottom{max-width:var(--page);margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0 23px;font-size:8px;letter-spacing:1.3px;color:#647582}.hero-bottom>a{display:flex;gap:15px;align-items:center;letter-spacing:.5px;font-size:10px}.hero-bottom b{font-weight:400;font-size:20px}#motion-toggle{display:flex;align-items:center;gap:5px;padding:7px 0;font-size:9px}#motion-toggle i{display:block;width:27px;height:15px;border-radius:20px;background:#078765;margin-left:5px;position:relative}#motion-toggle i:after{content:'';position:absolute;width:9px;height:9px;background:#fff;border-radius:50%;left:15px;top:3px;transition:left .2s}#motion-toggle[aria-pressed=false] i{background:#98a3ac}#motion-toggle[aria-pressed=false] i:after{left:3px}.status-strip{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:var(--page);margin:auto;padding:17px 0;font-size:10px;border-bottom:1px solid var(--line);color:#60717f}.status-strip>span:first-child{display:flex;align-items:center;gap:9px;white-space:nowrap}.status-dot{width:5px;height:5px;background:#bd7c26;border-radius:50%}.status-strip a{font-weight:700;white-space:nowrap}
.lead-section,.news-section{max-width:var(--page);margin:90px auto 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px}.section-heading h2{font-size:52px;margin-top:16px}.section-heading>p{font-size:13px;max-width:300px}.lead-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:25px}.feature{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#f5f8fb;display:grid;grid-template-rows:245px 1fr;position:relative;transition:box-shadow .5s}.feature-visual{position:relative;overflow:hidden}.feature-visual img{width:100%;height:100%;object-fit:cover;object-position:50% 45%;transition:transform 1s var(--ease);transform:scale(1.025) translateY(var(--parallax,0px))}.feature:hover .feature-visual img{transform:scale(1.06)}.feature-copy{padding:28px 30px 30px}.feature h2{font-size:28px;line-height:1.25;margin:17px 0 12px;letter-spacing:-.7px}.feature p{font-size:12px;margin-bottom:20px}.meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted)}.pill{display:inline-flex;font-size:8px;padding:5px 8px;background:#edf3f7;color:#356278;border-radius:4px;font-weight:700;letter-spacing:.6px;line-height:1.5}.pill.urgent{background:#fff0d9;color:#8b5c16}.read-more{font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:15px;color:var(--blue)}.side-leads{display:flex;flex-direction:column;gap:22px}.side-lead{display:grid;grid-template-columns:34% 1fr;gap:23px;flex:1;padding:19px;border:1px solid var(--line);border-radius:15px;background:#fff;align-items:center;transition:transform .4s,box-shadow .4s}.side-lead:hover{transform:translateY(-4px);box-shadow:0 14px 35px #183f5610}.side-lead-visual{position:relative;height:100%;min-height:175px;border-radius:10px;overflow:hidden}.side-lead-visual img{width:100%;height:100%;object-fit:cover}.side-lead h3{font-size:21px;line-height:1.35;letter-spacing:-.6px;margin:12px 0 18px}.side-lead .meta{font-size:9px}.side-lead .pill{font-size:7px}
.perspectives{max-width:var(--page);margin:125px auto 0;display:grid;grid-template-columns:.85fr 1.4fr;gap:60px;align-items:start}.perspective-heading{position:sticky;top:145px;padding-top:20px}.perspective-heading h2{font-size:46px;margin:20px 0}.perspective-heading p{font-size:13px}.signal-art{margin-top:20px;max-width:245px;text-align:center}.signal-art img{width:230px;height:230px;object-fit:contain;mix-blend-mode:multiply}.signal-art span{font-size:7px;color:#718897;letter-spacing:2px}.perspective-stack{padding-bottom:15px;isolation:isolate}.stack-card{position:sticky;top:135px;border:1px solid #dee7ec;background:#f3f7fb;border-radius:21px;overflow:hidden;margin-bottom:45px;box-shadow:0 15px 45px #163e5d0b;transform-origin:50% 0;transform:scale(var(--stack-scale,1)) rotate(var(--stack-rotate,0deg));transition:box-shadow .4s}.stack-2{top:155px;background:#eff7f4}.stack-3{top:175px;background:#f8f6ef}.stack-image{height:285px;position:relative;overflow:hidden}.stack-image img{width:100%;height:110%;object-fit:cover;object-position:center 48%;transform:translateY(var(--stack-image-y,0px))}.stack-copy{padding:27px 32px 33px;position:relative;z-index:1}.stack-copy h3{font-size:33px;margin:12px 0}.stack-copy p{font-size:12px;max-width:390px;margin-bottom:18px}.stack-copy>a{font-size:11px;font-weight:700}.stack-index{position:absolute;right:30px;bottom:25px;font-family:Manrope,sans-serif;font-size:82px;line-height:1;font-weight:400;letter-spacing:-5px;opacity:.07;pointer-events:none}
.news-section{margin-top:110px;scroll-margin-top:115px}.news-section .section-heading h2{font-size:45px}.rss-link{font-size:11px;font-weight:600;border-bottom:1px solid var(--line);padding-bottom:8px}.search-row{display:flex;gap:12px}.search{flex:1;background:#f7f9fb;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:15px;padding:11px 18px}.search span{font-size:28px;line-height:1}.search input{border:0;background:transparent;outline:none;min-width:0;width:100%;font-size:12px}.search:focus-within{outline:2px solid var(--green)}.select{border:1px solid var(--line);border-radius:9px;padding:7px 13px;display:flex;flex-direction:column;min-width:155px}.select span{font-size:7px;letter-spacing:1px;text-transform:uppercase;color:#637986}.select select{font-size:11px;border:0;background:#fff;max-width:100%}.topics{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.topics button{font-size:10px;border:1px solid var(--line);border-radius:30px;padding:9px 16px;transition:background .25s,color .25s}.topics button[aria-pressed=true]{background:var(--blue);color:#fff;border-color:var(--blue)}.topics button:hover{border-color:var(--blue)}.results-row{display:flex;justify-content:space-between;color:#6a7c89;font-size:10px;margin:20px 0}.results-row button{font-size:10px;text-decoration:underline}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:transform .45s var(--ease),box-shadow .45s,border-color .3s}.card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #1c3c5610;border-color:#bccdd8}.card-visual{position:relative;height:180px;overflow:hidden;background:#f4f7fa}.card-visual img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.card:hover .card-visual img{transform:scale(1.06)}.card-visual.abstract img{object-fit:contain;padding:10px;background:linear-gradient(120deg,#f4f8fb,#f5faf7)}.card-copy{padding:23px;display:flex;flex-direction:column;flex:1}.card-top{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:12px}.save{font-size:23px;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;padding:0;color:#546d7b;transition:background .25s,transform .25s}.save:hover{background:#edf5f1;transform:scale(1.08)}.save[aria-pressed=true]{color:var(--green)}.source-name{font-size:9px;font-weight:600;color:#587080}.region{font-weight:400}.item-kind{font-size:8px;letter-spacing:.5px;color:#738593}.card h3{font-size:21px;line-height:1.35;letter-spacing:-.5px;margin:11px 0 13px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.card p{font-size:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:23px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:8px;border-top:1px solid #edf1f4;padding-top:17px;margin-top:auto;color:#6a7e8c}.card-bottom .read-more{font-size:9px}.empty,.loading{padding:65px 25px;background:#f7fafb;border:1px dashed #cbd9e2;border-radius:15px;text-align:center}.empty h3{font-size:29px;margin-bottom:15px}.empty p{margin-bottom:25px}.empty button{margin:auto}
.desk-section{max-width:var(--page);margin:135px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.desk-image{height:540px;border-radius:19px;overflow:hidden;position:relative}.desk-image>img{height:100%;width:100%;object-fit:cover;object-position:50% 60%}.desk-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#113148d1)}.desk-image-label{position:absolute;left:35px;bottom:34px;z-index:1}.desk-image-label .eyebrow{color:#d4ecdc}.desk-image-label p{font-family:Manrope;font-size:32px;line-height:1.25;letter-spacing:-1px;color:#fff;margin-top:15px}.desk-copy h2{font-size:48px;margin:22px 0}.desk-copy>p{font-size:14px;line-height:1.85;max-width:470px}.desk-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:35px 0;gap:15px;border-block:1px solid var(--line);padding:25px 0}.desk-stats strong{font:500 29px/1.4 Manrope,sans-serif;letter-spacing:-1px;display:block}.desk-stats span{font-size:9px;color:#6a7b87}.desk-copy>a{font-size:12px;font-weight:700;color:var(--blue)}.closing{max-width:1450px;margin:115px auto 0;border-radius:24px;padding:80px 70px;background:linear-gradient(120deg,#edf5f8,#f5f9f3 60%,#e8f4ef);position:relative;overflow:hidden;isolation:isolate}.closing h2{font-size:clamp(46px,5.5vw,82px);margin:25px 0 40px;letter-spacing:-.055em}.closing-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px}.closing p{font-size:13px;line-height:1.8}.closing-orbit{position:absolute;width:700px;height:700px;border-radius:50%;border:1px solid #89b5c132;right:-300px;top:-210px;z-index:-1;transform:rotate(var(--orbit-angle,0deg));box-shadow:0 0 0 55px #a6cdc313,0 0 0 110px #a6cdc30e}.closing-orbit:before{content:'';position:absolute;width:32px;height:32px;border-radius:50%;background:linear-gradient(120deg,#379895,#cee3dc);left:22%;top:4%;box-shadow:5px 7px 25px #42738125}
footer{max-width:var(--page);margin:100px auto 0}.footer-top{display:grid;grid-template-columns:1.25fr .9fr 1fr 1.1fr;gap:45px}.footer-brand .brand img{width:118px}.footer-brand .brand>span{font-size:26px}.footer-brand p{font-size:12px;margin:25px 0}.footer-brand .eyebrow{font-size:7px;letter-spacing:1.4px}.footer-column,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:11px}.footer-top h2{font-size:12px;letter-spacing:0;font-weight:700;margin:4px 0 14px}.footer-contact p{font-size:10px;margin-top:5px;line-height:1.8}.footer-contact .phone{font-size:23px;font-family:Manrope;letter-spacing:-.6px;line-height:1.3}.footer-directory{margin-top:50px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:15px 0;border-bottom:1px solid var(--line)}.footer-directory summary{list-style:none;display:flex;justify-content:space-between;font-size:11px;cursor:pointer;gap:25px;padding:14px 0}.footer-directory summary::-webkit-details-marker{display:none}.footer-directory summary span{font-size:18px;line-height:1;transition:transform .3s}.footer-directory details[open] summary span{transform:rotate(45deg)}.footer-directory details>div{display:flex;flex-direction:column;gap:12px;padding:12px 0 20px;font-size:10px;color:#617584}.footer-wordmark{font:500 clamp(55px,8.8vw,128px)/1.03 Manrope,sans-serif;letter-spacing:-.07em;padding:55px 0;position:relative;color:#c9d6df}.footer-wordmark em{font-style:normal;background:linear-gradient(90deg,#7da995,#a0bad1);background-clip:text;-webkit-background-clip:text;color:transparent}.footer-wordmark>span{position:absolute;right:10%;top:60px;font-size:180px;line-height:1;font-weight:400;color:#bed0d9;transform:rotate(var(--footer-rotation,0deg))}.footer-bottom{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:20px;color:#667d8b;font-size:9px}
.info-box{border:1px solid var(--line);background:#f8fafc;border-radius:13px;padding:30px;margin-bottom:22px}.info-box h3{font-size:24px;margin:15px 0}.info-box p{font-size:14px;margin:15px 0;max-width:930px}.info-box a{text-decoration:underline;color:var(--blue)}.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.coverage-card{padding:25px;border:1px solid var(--line);border-radius:12px}.coverage-card h3{font-size:22px;margin-bottom:20px}.coverage-card p{font-size:12px;margin:15px 0}.coverage-card a{font-size:11px;color:var(--blue);text-decoration:underline}.coverage-stat{background:#f0f6f4;padding:10px;border-radius:6px}.edition,.deadline-row{display:grid;grid-template-columns:90px 1fr auto;gap:25px;align-items:center;border:1px solid var(--line);padding:25px;border-radius:12px;margin-bottom:15px}.date-box{background:#edf5f4;color:#146b5e;border-radius:8px;text-align:center;padding:12px;font-size:10px}.date-box b{font-size:30px;display:block;line-height:1.4}.edition h3,.deadline-row h3{font-size:23px;margin-bottom:10px}.edition p,.deadline-row p{font-size:13px}.expired .date-box{background:#f0f2f4;color:#647382}dialog{max-width:850px;width:calc(100% - 30px);max-height:90dvh;border:1px solid #fff;border-radius:18px;padding:48px;color:var(--ink);box-shadow:0 25px 100px #173d5730}dialog::backdrop{background:#17364e8f;backdrop-filter:blur(9px)}.dialog-close{position:absolute;right:17px;top:12px;width:36px;height:36px;border-radius:50%;background:#f0f4f7;font-size:25px;line-height:1}dialog h2{font-size:34px;line-height:1.2;margin:20px 0}dialog p{font-size:14px;margin:20px 0;line-height:1.8}dialog .intro{font-size:18px;color:var(--ink)}.action-box{background:#eff7f3;padding:20px 25px;border-left:3px solid var(--green);margin:25px 0}.action-box p{margin:8px 0}.action-box b{font-size:10px;text-transform:uppercase;letter-spacing:1px}.article-links{border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.article-links a{display:block;font-size:12px;color:var(--blue);text-decoration:underline;overflow-wrap:anywhere;margin:12px 0}.article-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.article-actions button{padding:10px 14px;border:1px solid var(--line);border-radius:7px;font-size:11px}.article-actions button[aria-pressed=true]{background:#eaf5ef;color:var(--green)}dialog .news-grid{grid-template-columns:1fr}.dialog-open{overflow:hidden}#toast{display:none;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:12px 24px;max-width:90%;border-radius:7px;background:var(--ink);color:white;z-index:80;font-size:12px}.noscript{padding:30px}.noscript a{text-decoration:underline}
.motion-ready .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .9s var(--ease)}.motion-ready .reveal.in-view{opacity:1;transform:none}.reveal-word{display:inline-block;opacity:.28;transition:opacity .45s var(--ease),transform .7s var(--ease);transform:translateY(8px)}.reveal-word.visible{opacity:1;transform:none}.motion-off *, .motion-off *:before,.motion-off *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-off .reveal,.motion-off .reveal-word{opacity:1!important;transform:none!important}.motion-off .depth{--parallax:0px!important}.motion-off .stack-card{transform:none}.motion-off .stack-image img{transform:none}.motion-off .sculpture,.motion-off .footer-wordmark>span,.motion-off .closing-orbit{transform:none}.motion-off{scroll-behavior:auto}@keyframes menu-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes gradient-shift{to{background-position:100% 50%}}@keyframes glow{to{transform:translate(-7%,8%) scale(1.12)}}
@media(min-width:1600px){.hero{min-height:715px;padding-top:75px}.hero-stage{min-height:595px}.hero h1{font-size:96px}.hero-photo{height:79%}}
@media(max-width:1450px){.topline,.hero,.hero-bottom,.status-strip,.lead-section,.news-section,.perspectives,.desk-section,footer{margin-left:5%;margin-right:5%}.closing{margin-left:3%;margin-right:3%}.desktop-nav{gap:21px}.hero{min-height:635px}.hero h1{font-size:7vw}.hero-stage{min-height:525px}.brand img{width:120px}.brand>span{font-size:26px}.site-header{gap:18px}.perspectives{gap:45px}.perspective-heading h2{font-size:40px}}
@media(max-width:1150px){.desktop-nav{gap:14px}.desktop-nav>a,.desktop-nav button{font-size:11px}.header-actions{gap:10px}.button.compact{display:none}.brand img{width:110px}.brand>span{font-size:24px}.hero{min-height:585px;padding-top:45px}.hero-stage{min-height:490px}.hero-copy>p{font-size:13px}.hero h1{font-size:7.4vw}.hero-buttons{gap:20px;flex-wrap:wrap}.hero-buttons .button{padding:13px 18px}.floating-label{left:-5px;top:65px;padding:12px}.floating-label b{font-size:11px}.circle-link{width:85px;height:85px;bottom:30px}.sculpture-wrap{width:52%;bottom:14px}.mega-menu{gap:22px;padding:27px}.mega-intro h2{font-size:25px}.mega-column>a{font-size:11px}.mega-photo{min-height:230px}.status-strip{font-size:8px;gap:12px}.section-heading h2{font-size:45px}.feature{grid-template-rows:220px 1fr}.feature h2{font-size:25px}.side-lead{padding:15px;gap:15px;grid-template-columns:29% 1fr}.side-lead h3{font-size:18px}.perspectives{gap:35px;grid-template-columns:.8fr 1.2fr}.perspective-heading h2{font-size:35px}.stack-image{height:250px}.stack-copy h3{font-size:29px}.news-grid{gap:18px}.card-visual{height:155px}.card-copy{padding:18px}.card h3{font-size:19px}.desk-section{gap:50px}.desk-image{height:460px}.desk-copy h2{font-size:40px}.footer-top{gap:25px}.footer-brand .brand{gap:9px}.footer-brand .brand img{width:100px}.footer-brand .brand>span{font-size:23px;padding-left:9px}.footer-contact .phone{font-size:20px}.closing{padding:60px 50px}}
@media(max-width:900px){.topline #today{display:none}.desktop-nav{display:none}.site-header{padding:14px 5%}.button.compact{display:inline-flex}.header-actions{gap:14px}#mobile-toggle{display:flex;width:33px;height:38px;flex-direction:column;justify-content:center;gap:6px;padding:6px}#mobile-toggle span{display:block;width:22px;height:1px;background:var(--ink);transition:transform .3s}#mobile-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}#mobile-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mega-menu{display:none!important}.hero{grid-template-columns:1fr 1fr;min-height:520px;gap:0;padding-top:35px}.hero h1{font-size:7.8vw}.hero-stage{min-height:465px}.hero-copy{padding-top:20px}.hero-photo{width:92%;height:70%;top:55px}.floating-label{top:20px;left:12px}.hero-buttons{gap:15px;align-items:flex-start;flex-direction:column}.hero-note{font-size:9px}.sculpture-wrap{bottom:8px;width:60%;left:-12px}.circle-link{right:0;bottom:5px}.stage-coordinate{display:none}.status-strip{flex-wrap:wrap;font-size:9px;gap:8px}.status-strip #last-check{flex-basis:100%;order:3}.status-strip>a{margin-left:auto}.section-heading h2{font-size:40px}.lead-grid{grid-template-columns:1fr}.side-leads{flex-direction:row;gap:20px}.side-lead{display:flex;flex-direction:column;padding:0;overflow:hidden;align-items:stretch;gap:0}.side-lead-visual{height:180px;min-height:0;border-radius:0}.side-lead-copy{padding:22px}.side-lead h3{font-size:20px}.feature{grid-template-columns:45% 1fr;grid-template-rows:auto}.feature-visual{min-height:350px}.feature-copy{padding:25px}.feature h2{font-size:26px}.perspectives{display:block;margin-top:90px}.perspective-heading{position:relative;top:auto;display:grid;grid-template-columns:1fr 210px;margin-bottom:35px}.perspective-heading>.eyebrow,.perspective-heading>h2,.perspective-heading>p{grid-column:1}.perspective-heading h2{font-size:43px}.signal-art{position:absolute;right:0;top:0;width:190px;margin-top:0}.signal-art img{width:190px;height:190px}.stack-card{display:grid;grid-template-columns:45% 1fr;margin-bottom:35px;top:105px}.stack-2{top:125px}.stack-3{top:145px}.stack-image{height:auto;min-height:350px}.stack-copy{padding:38px 30px}.stack-copy h3{font-size:31px}.stack-copy p{font-size:13px}.stack-index{font-size:70px;right:20px}.news-grid{grid-template-columns:repeat(2,1fr);gap:22px}.card-visual{height:195px}.card-copy{padding:24px}.card h3{font-size:22px}.desk-section{gap:30px;margin-top:90px}.desk-image{height:420px}.desk-copy h2{font-size:33px}.desk-copy>p{font-size:12px}.desk-image-label{left:25px}.desk-image-label p{font-size:25px}.desk-stats strong{font-size:23px}.desk-stats{gap:10px}.desk-stats span{font-size:8px}.closing h2{font-size:58px}.closing-bottom{align-items:flex-start;flex-direction:column}.footer-top{grid-template-columns:1fr 1fr;gap:40px 60px}.footer-brand{grid-column:1}.footer-column:nth-child(2){grid-column:2;grid-row:1}.footer-column:nth-child(3){grid-column:1}.footer-contact{grid-column:2;grid-row:2}.footer-wordmark>span{font-size:140px;right:6%}.coverage-grid{grid-template-columns:1fr}.hero-bottom{font-size:7px}.hero-bottom>a{font-size:9px}}
@media(max-width:600px){html{scroll-padding-top:92px}.topline{font-size:7px;padding:8px 0;margin:0 5%}.topline>div{gap:9px}.topline>div:last-child>a:first-of-type{display:none}.group-link{padding-left:0;border:0}.brand{gap:9px}.brand img{width:91px}.brand>span{font-size:23px;padding-left:9px}.site-header{gap:8px}.header-actions{gap:8px}.button.compact{display:none}.saved-nav{padding:6px;font-size:21px}.saved-nav b{font-size:9px;width:17px;height:17px}.hero{display:flex;flex-direction:column;padding-top:25px;min-height:0;gap:18px;margin-inline:6%}.hero-copy{padding:10px 0 0}.eyebrow{font-size:8px;letter-spacing:1.35px}.hero h1{font-size:clamp(58px,14vw,82px);margin:20px 0;line-height:1.02;letter-spacing:-.065em}.hero-copy>p{font-size:13px}.hero-buttons{flex-direction:row;align-items:center;gap:20px;margin-top:22px}.hero-buttons>a:not(.button){font-size:10px}.hero-buttons .button{font-size:11px;padding:14px 17px;gap:22px}.hero-note{font-size:9px;margin-top:20px}.desktop-break{display:none}.hero-stage{min-height:385px;margin:0 -1%;width:100%}.hero-photo{top:35px;right:0;width:86%;height:76%;border-radius:17px 17px 65px 17px}.floating-label{top:9px;left:0;padding:10px 13px;gap:10px;border-radius:9px}.label-icon{height:29px;width:29px;font-size:20px}.floating-label small{font-size:6px}.floating-label b{font-size:10px}.stage-orbit{width:90%;left:0;top:20px}.photo-caption{top:19px;left:18px;font-size:6px;padding:6px 8px}.sculpture-wrap{left:-12px;bottom:-4px;width:48%}.sculpture-tag{font-size:5px;bottom:12px;left:32px;letter-spacing:1px}.circle-link{right:1%;width:82px;height:82px;bottom:0}.circle-link span{font-size:6px}.hero-bottom{padding:12px 0 17px;margin:0 6%;gap:15px;flex-wrap:wrap}.hero-bottom>span{font-size:6px;letter-spacing:.8px}.hero-bottom>a{display:none}#motion-toggle{font-size:8px}.status-strip{margin:0 6%;padding:15px 0;font-size:8px}.status-strip #last-check{font-size:7px;line-height:1.8}.lead-section,.news-section{margin:60px 6% 0}.section-heading{align-items:flex-start;gap:18px;margin-bottom:25px}.section-heading h2{font-size:37px;margin-top:13px}.section-heading>p{font-size:10px;max-width:145px;align-self:flex-end;line-height:1.7}.feature{display:block}.feature-visual{height:215px;min-height:0}.feature-copy{padding:23px}.feature h2{font-size:27px}.feature p{font-size:12px}.side-leads{flex-direction:column;gap:16px}.side-lead{display:grid;grid-template-columns:30% 1fr;padding:14px;gap:15px;align-items:stretch}.side-lead-visual{height:100%;min-height:160px;border-radius:8px}.side-lead-copy{padding:0}.side-lead h3{font-size:18px;line-height:1.35;margin:10px 0 14px}.side-lead .meta{font-size:8px}.side-lead .pill{font-size:6px;padding:4px 6px}.side-lead .read-more{font-size:9px}.perspectives{margin:65px 6% 0}.perspective-heading{display:block;margin-bottom:30px;padding-top:0}.perspective-heading h2{font-size:37px}.perspective-heading p{font-size:12px}.signal-art{width:100px;top:3px;right:0;opacity:.7}.signal-art img{width:100px;height:100px}.signal-art span{display:none}.perspective-heading>h2,.perspective-heading>p{position:relative;z-index:1}.stack-card{display:block;top:95px;margin-bottom:28px;border-radius:15px}.stack-2{top:110px}.stack-3{top:125px}.stack-image{height:210px;min-height:0}.stack-copy{padding:24px}.stack-copy h3{font-size:30px}.stack-copy p{font-size:12px;max-width:280px}.stack-copy>a{font-size:10px}.stack-index{font-size:65px;bottom:20px;right:20px}.news-section{margin-top:65px;scroll-margin-top:95px}.news-section .section-heading h2{font-size:34px;max-width:260px}.news-section .section-heading{flex-direction:column;gap:15px}.rss-link{font-size:10px}.search-row{flex-wrap:wrap;gap:10px}.search{flex-basis:100%;padding:13px 14px}.search input{font-size:11px}.select{flex:1;min-width:0;padding:8px 11px}.select select{font-size:10px}.topics{gap:7px;margin-top:17px}.topics button{font-size:9px;padding:8px 11px}.news-grid{grid-template-columns:1fr;gap:22px}.card-visual{height:210px}.card-copy{padding:23px}.card h3{font-size:23px}.card p{font-size:13px}.card-bottom{font-size:9px}.card-bottom .read-more{font-size:10px}.desk-section{display:flex;flex-direction:column;margin:70px 6% 0;gap:35px}.desk-image{width:100%;height:390px}.desk-copy h2{font-size:38px}.desk-copy>p{font-size:13px}.desk-stats strong{font-size:29px}.desk-stats span{font-size:9px}.desk-copy{width:100%}.closing{padding:42px 26px;margin:65px 4% 0;border-radius:16px}.closing h2{font-size:44px;margin:25px 0 28px}.closing-bottom p{font-size:12px}.closing-orbit{width:520px;height:520px;right:-370px;top:-50px}footer{margin:60px 6% 0}.footer-top{gap:32px 22px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand .brand img{width:105px}.footer-brand .brand>span{font-size:25px}.footer-brand p{margin:18px 0;font-size:12px}.footer-column:nth-child(2){grid-column:1;grid-row:2}.footer-column:nth-child(3){grid-column:2;grid-row:2}.footer-contact{grid-column:1/-1;grid-row:3}.footer-top h2{font-size:12px;margin-bottom:8px}.footer-column,.footer-contact{font-size:10px;gap:11px}.footer-contact .phone{font-size:25px}.footer-contact p{font-size:11px}.footer-directory{grid-template-columns:1fr;gap:0;margin-top:35px;padding:0}.footer-directory details+details{border-top:1px solid var(--line)}.footer-directory summary{font-size:11px;padding:19px 0}.footer-directory details>div{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:10px}.footer-wordmark{font-size:15vw;letter-spacing:-.07em;padding:35px 0}.footer-wordmark>span{font-size:80px;right:0;top:85px}.footer-bottom{flex-wrap:wrap;font-size:8px;gap:12px;padding:20px 0}.footer-bottom>a{margin-left:auto}.info-box{padding:22px}.info-box h3{font-size:23px}.info-box p{font-size:13px}.edition,.deadline-row{grid-template-columns:60px 1fr;gap:15px;padding:18px}.edition>.read-more,.deadline-row>.read-more{grid-column:2}.edition h3,.deadline-row h3{font-size:19px}.edition p,.deadline-row p{font-size:12px}.date-box{padding:8px;font-size:8px}.date-box b{font-size:26px}dialog{padding:35px 22px;max-height:92dvh;border-radius:13px}dialog h2{font-size:28px}dialog .intro{font-size:16px}dialog p{font-size:13px}.article-actions{gap:8px}.article-actions button{font-size:10px;padding:9px 10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal,.reveal-word{opacity:1!important;transform:none!important}.depth{--parallax:0px!important}.stack-card,.stack-image img,.sculpture,.footer-wordmark>span,.closing-orbit{transform:none!important}}
@media print{.site-header,.hero,.topline,.hero-bottom,.status-strip,.lead-section,.perspectives,.news-section,.desk-section,.closing,footer,.dialog-close,.article-actions,.reading-progress{display:none!important}dialog[open]{position:static;max-height:none;width:100%;max-width:none;box-shadow:none;border:0;padding:0}dialog::backdrop{background:none}body.dialog-open{overflow:visible}.card-visual{display:none}}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.lenis.lenis-smooth{scroll-behavior:auto!important}.hero-photo{transform:translate3d(0,var(--parallax,0px),0) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) rotate(2deg)}body[data-page-view]:not([data-page-view="news"]) .perspectives{display:none}
@media(min-width:901px){.hero-photo{transition:rotate .4s,box-shadow .5s}.hero-stage{transform-style:preserve-3d}}
body{overflow-x:clip}.hero-glow{inset:0}.motion-off .hero-stage{--tilt-x:0deg!important;--tilt-y:0deg!important}
@media(max-width:360px){.site-header{gap:8px}.site-header .brand{gap:8px}.site-header .brand img{width:82px}.site-header .brand>span{font-size:21px;padding-left:8px}.header-actions{gap:4px}}

/* Edition coverage evidence. Developed by Sukh Sandhu. */
#article-body>.edition-badges{padding-right:42px}
.briefing-explainer{margin-bottom:28px}.edition-badges{display:flex;flex-wrap:wrap;gap:8px}.coverage-note{font-size:12px!important;color:#526577}.edition-coverage{margin:24px 0 35px;padding:24px;border:1px solid #dce5e8;border-radius:14px;background:#f8fbfa}.edition-coverage h3{margin:0 0 10px}.edition-coverage h4{font-size:15px;margin:22px 0 10px}.edition-coverage ul{padding-left:22px}.edition-coverage li{margin:9px 0;font-size:14px;line-height:1.65}.coverage-details{margin-top:22px}.coverage-details summary{cursor:pointer;font-weight:700;font-size:14px;padding:12px 0;color:#14523b}.coverage-details summary:focus-visible{outline:3px solid #087d63;outline-offset:3px}.coverage-table-wrap{overflow-x:auto;max-width:100%}.coverage-table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;line-height:1.65}.coverage-table th,.coverage-table td{padding:14px 12px;border-bottom:1px solid #dce5e8;vertical-align:top;min-width:130px}.coverage-table th small{display:block;color:#637481;font-weight:400}.coverage-table td:last-child{min-width:240px}.coverage-table a{color:#15533d}.edition-coverage+.news-grid{margin-top:28px}@media(max-width:650px){.edition-coverage{padding:18px}.edition-badges .pill{font-size:9px}.coverage-table th,.coverage-table td{padding:10px 8px}.edition-coverage h3{font-size:21px}}
