/* Caltropia home: an editorial introduction, with data at its centre. */
:root{color-scheme:light;--bg:#fcfcfa;--panel:#f0f2f3;--text:#1d2b36;--muted:#566573;--line:#d6dde1;--blue:#345f8c;--blue-soft:#e5edf4;--cream:#eae1d1;--slate:#849db6;--ink:#111619;--font-ui:Roboto,Arial,sans-serif;--font-display:'League Gothic','Arial Narrow',sans-serif;--ease:cubic-bezier(.22,.68,0,1.02)}
:root[data-theme=dark]{color-scheme:dark;--bg:#0a0e0f;--panel:#11191f;--text:#edf1f7;--muted:#bdcad4;--line:#2b3740;--blue:#b7d5fb;--blue-soft:#14212c;--cream:#eee4d3;--slate:#89a2bc}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font:400 16px/1.55 var(--font-ui);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.5;cursor:wait}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:var(--font-display);font-weight:400;line-height:1;text-transform:uppercase}h3{font-weight:500}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--blue);outline-offset:5px}[hidden]{display:none!important}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.home-wrap{width:min(1480px,calc(100% - 64px));margin-inline:auto}.eyebrow{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--blue)}.skip-link{position:fixed;top:-100px;left:20px;padding:12px 20px;background:var(--blue);color:var(--bg);z-index:70}.skip-link:focus{top:10px}.site-header{background:var(--ink);color:#edf1f7}.site-header-inner{display:flex;justify-content:space-between;align-items:center;min-height:76px}.site-links{display:flex;align-items:center;gap:14px}.site-brand{font:31px/1 var(--font-display);display:flex;align-items:center;gap:16px}.site-brand span{font:10px/1.4 var(--font-ui);text-transform:uppercase;border-left:1px solid #62717a;padding-left:16px}.theme-sun{display:none}#theme-toggle{display:grid;place-items:center;border:0;background:none;color:inherit}#theme-toggle svg{grid-area:1/1;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.theme-moon{display:block}[data-theme=dark] .theme-moon{display:none}[data-theme=dark] .theme-sun{display:block}
.home-hero{background:var(--ink);color:#edf1f7;--blue:#b7d5fb;--muted:#bdcad4;--line:#344149}.hero-topline{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:11px;color:var(--muted)}.hero-topline a{display:flex;align-items:center;gap:12px}.hero-topline .icon{width:14px;height:14px}.hero-topline a:hover{color:#b7d5fb}.hero-composition{display:grid;grid-template-columns:1.04fr 1fr;gap:28px;align-items:center;padding-block:66px 60px}.hero-copy{position:relative;z-index:1}.hero-copy .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:27px;color:#bdcad4}.tiny-line{width:22px;height:1px;background:#b7d5fb}.hero-copy h1{font-size:clamp(74px,7.4vw,112px);line-height:.99;letter-spacing:-.012em}.hero-copy h1>span{color:#b7d5fb}.hero-description{margin-top:29px;color:#d0dae3;font-size:17px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:30px;flex-wrap:wrap}.button-solid,.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;font-size:14px;font-weight:500;min-height:44px}.button-solid{padding:13px 18px;background:#b7d5fb;color:#172937;border-radius:3px;transition:background 180ms,transform 180ms}.button-solid:hover{background:#d1e4fc;transform:translateY(-2px)}.button-solid:active{transform:translateY(1px)}.text-link{color:var(--blue)}a .icon{transition:transform 250ms var(--ease)}a:hover .icon{transform:translate(2px,-2px)}.hero-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-block:22px;font-size:11px;color:#bdcad4}.hero-bottom>a{display:flex;align-items:center;gap:14px}.hero-bottom>a:hover .icon{transform:translateY(3px)}.hero-bottom .icon{width:17px;height:17px}.hero-bottom i{font-style:normal;margin:0 12px;color:#748491}
.sector-instrument{min-width:0;padding:18px 0 0}.instrument-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#bdcad4}.instrument-heading>span:first-child{color:#edf1f7}.instrument-heading>span:last-child{text-transform:none;letter-spacing:0}.instrument-controls{display:flex;gap:21px;margin-top:18px}.instrument-controls button{border:0;border-bottom:1px solid transparent;padding:6px 0 9px;background:none;color:#bdcad4;font-size:12px;transition:color 200ms,border-color 200ms}.instrument-controls button[aria-pressed=true]{color:#b7d5fb;border-bottom-color:#b7d5fb}.instrument-controls button:hover{color:#fff}.instrument-chart{position:relative;margin:3px 0 8px;aspect-ratio:640/400}.instrument-chart>svg{width:100%;height:100%;overflow:visible}.sector-path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:7;opacity:.68;transition:opacity 240ms,stroke-width 260ms}.sector-mark{fill:var(--sector-color);opacity:.8;transition:transform 600ms var(--ease);transform-box:fill-box;transform-origin:left center}.sector-group.is-selected .sector-path{opacity:1;stroke-width:10}.sector-group.is-selected .sector-mark{opacity:1}.sector-flow{fill:none;stroke:#eaf3fc;stroke-width:2;stroke-linecap:round;stroke-dasharray:7 550;animation:sector-flow 8s linear infinite;animation-delay:calc(var(--i)*-.71s);opacity:.44}.sector-choices{position:absolute;inset:0}.sector-choice{position:absolute;left:0;width:100%;height:8.25%;border:0;background:transparent;text-align:left;color:#bdcad4;font-size:10px;padding:0 0 0 4px}.sector-choice span{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:3px 6px;background:#111619e8;max-width:140px;opacity:0;transition:opacity 180ms}.sector-choice:hover span,.sector-choice:focus-visible span{opacity:1}.sector-choice:focus-visible{outline-offset:0;border-radius:4px}.instrument-caption{display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:1px solid var(--line);padding-top:19px;min-height:90px}.instrument-caption>div{display:flex;flex-direction:column;gap:6px}.instrument-caption span{font-size:10px;color:#bdcad4}.instrument-caption strong{font-size:15px;font-weight:500;line-height:1.4}.instrument-reading{text-align:right}.instrument-reading strong{color:#b7d5fb}.instrument-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:10px;font-size:10px;color:#bdcad4}.instrument-foot>a{display:flex;align-items:center;gap:10px;color:#b7d5fb}.instrument-foot .icon{width:14px;height:14px}@keyframes sector-flow{to{stroke-dashoffset:-557}}
.market-pulse{padding-block:29px 0}.pulse-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px}.pulse-heading>div:first-child{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pulse-heading h2{font:500 12px/1.5 var(--font-ui);letter-spacing:.04em}.pulse-heading #pulse-asof{color:var(--muted);font-size:11px}.status-dot{width:5px;height:5px;background:var(--slate);border-radius:50%;flex-shrink:0}.feed-ready .status-dot{background:var(--blue)}.pulse-actions{display:flex;align-items:center;gap:18px;font-size:11px}.pulse-actions :is(a,button){display:flex;align-items:center;gap:10px;color:var(--blue);white-space:nowrap}.pulse-actions button{border:0;background:none;padding:6px}.pulse-actions .icon{width:15px;height:15px}.pulse-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pulse-item{min-width:0;padding:25px 24px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.pulse-item:first-child{padding-left:0}.pulse-item:last-child{border:0;padding-right:0}.pulse-item strong{font-size:clamp(19px,1.55vw,25px);line-height:1.15;font-weight:500;margin:21px 0 10px;letter-spacing:-.025em;min-height:29px}.feed-ready .pulse-item strong{font-size:clamp(25px,2.25vw,35px)}.pulse-item p{font-size:12px;color:var(--muted);max-width:270px;min-height:37px}.pulse-item:hover strong{color:var(--blue)}.pulse-date{font-size:10px;color:var(--muted);margin-top:14px}.pulse-mini{display:flex;align-items:center;height:28px;width:100%;max-width:200px;margin-top:15px;gap:5px;opacity:.85}.regime-mini i{height:11px;flex:1;background:var(--slate);border-radius:2px}.regime-mini i:nth-child(2){background:var(--blue)}.regime-mini i:nth-child(3){background:var(--cream)}.regime-mini i:nth-child(4){background:var(--line)}.regime-mini[data-regime] i{opacity:.2}.regime-mini[data-regime=RISK_ON] i:nth-child(1),.regime-mini[data-regime=RISK_OFF] i:nth-child(2),.regime-mini[data-regime=ROTATION] i:nth-child(3),.regime-mini[data-regime=RECOVERY] i:nth-child(4){opacity:1}.breadth-mini{position:relative}.breadth-mini::before{content:'';height:3px;width:100%;background:var(--line)}.breadth-mini i{position:absolute;left:0;width:100%;height:3px;background:var(--blue);transform:scaleX(var(--breadth,.63));transform-origin:left}.leader-mini{align-items:flex-end;height:25px;padding-bottom:4px}.leader-mini i{background:var(--slate);width:24px;height:9px;border-radius:2px 2px 0 0}.leader-mini i:nth-child(2){height:12px}.leader-mini i:nth-child(3){height:17px}.leader-mini i:nth-child(4){height:12px}.leader-mini i:nth-child(5){height:20px;background:var(--blue)}.leader-mini i:nth-child(6){height:25px;background:var(--blue)}.stretch-mini{gap:0}.stretch-mini i{height:1px;flex:1;background:var(--slate)}.stretch-mini b{height:17px;width:27px;border:1px solid var(--slate);border-radius:50%}.feed-notice{font-size:11px;color:var(--muted);padding-top:11px;min-height:32px}.is-loading .pulse-mini{animation:loading-breathe 1.4s ease-in-out infinite}@keyframes loading-breathe{50%{opacity:.25}}
.focus-section{padding-block:84px 72px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:35px}.section-heading h2{font-size:clamp(44px,4.2vw,63px);margin-top:16px;line-height:1.02}.section-heading>p{font-size:15px;color:var(--muted);max-width:320px;padding-bottom:5px}.focus-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:40px}.focus-feature{background:var(--panel);padding:28px 32px 23px;display:flex;flex-direction:column;min-width:0}.focus-label{display:flex;justify-content:space-between;align-items:center;color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.focus-label .icon{width:23px;height:23px}.focus-feature h3{font-size:clamp(26px,2.55vw,39px);letter-spacing:-.03em;line-height:1.2;margin:23px 0 19px;max-width:520px}.focus-feature>p{max-width:450px;color:var(--muted);font-size:14px;line-height:1.7}.participation-art{margin:30px 0 24px}.participation-art>div:first-child{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:5px;height:78px}.participation-art i{display:block;border-radius:2px;background:var(--line);transition:transform 400ms var(--ease),background 400ms}.participation-art i.is-positive{background:var(--blue)}.focus-feature:hover .participation-art i:nth-child(3n){transform:translateY(-3px)}.art-key{display:flex;gap:15px;align-items:center;font-size:9px;color:var(--muted);margin-top:15px;flex-wrap:wrap}.art-key>span{display:flex;align-items:center;gap:5px}.art-key>span:last-child{margin-left:auto}.art-key i{width:6px;height:6px;display:inline-block;border-radius:50%}.art-key i.blue-key{background:var(--blue)}.art-key i.slate-key{background:var(--line)}.story-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:17px;display:flex;justify-content:space-between;gap:16px;font-size:11px}.story-footer>span:last-child{display:flex;align-items:center;gap:13px;color:var(--blue)}.story-footer .icon{width:16px;height:16px}.focus-secondary{display:grid;grid-template-rows:1fr 1fr;gap:0}.focus-story{padding:20px 0 23px;border-top:1px solid var(--line)}.focus-story:last-child{border-bottom:1px solid var(--line);padding-top:23px}.focus-story h3{font-size:clamp(23px,2vw,31px);line-height:1.2;letter-spacing:-.025em;margin-top:16px}.story-inline{display:grid;grid-template-columns:1fr 150px;align-items:center;gap:25px;margin-top:12px}.story-inline p{font-size:13px;color:var(--muted);max-width:340px}.story-source{display:block;font-size:10px;color:var(--muted);margin-top:15px}.leadership-art{display:flex;align-items:flex-end;gap:7px;height:67px;padding:3px 7px}.leadership-art i{flex:1;background:var(--slate);height:35%;border-radius:3px 3px 0 0;transform-origin:bottom;transition:transform 500ms var(--ease)}.leadership-art i:nth-child(2){height:57%}.leadership-art i:nth-child(3){height:48%}.leadership-art i:nth-child(4){height:79%;background:var(--blue)}.leadership-art i:nth-child(5){height:100%;background:var(--blue)}.focus-story:hover .leadership-art i{transform:scaleY(.82)}.focus-story:hover .leadership-art i:last-child{transform:scaleY(1.08)}.reversion-art{width:100%;height:75px;fill:none;stroke-width:2}.reversion-art .reference{stroke:var(--line)}.reversion-art .signal{stroke:var(--blue)}.reversion-art .interval{stroke:var(--slate);stroke-dasharray:3 4;stroke-width:1}.reversion-art circle{fill:var(--blue);stroke:none}.comparison-note{font-size:11px;color:var(--muted);margin-top:20px}
.worlds-section{background:var(--panel);padding-block:65px 72px}.worlds-layout{display:grid;grid-template-columns:1.13fr 1fr;gap:24px;align-items:start}.world{min-width:0;padding:30px 32px 24px;position:relative;overflow:hidden;display:block}.research-world{background:#b7d5fb;color:#172b3c}.portfolio-world{background:#eae1d1;color:#253542;margin-top:70px}.world-top{display:flex;justify-content:space-between;align-items:center;font-size:11px}.world-top .icon{width:28px;height:28px}.world h3{font:400 clamp(50px,5vw,76px)/1 var(--font-display);margin-top:34px;letter-spacing:-.005em}.world>p{font-size:15px;line-height:1.65;margin-top:23px}.research-world-art{margin:18px -33px 14px}.research-world-art svg{display:block;width:100%;height:185px;overflow:visible}.world-grid{stroke:#274e7426;stroke-width:1;fill:none}.world-route{fill:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.primary-route{stroke:#284865}.secondary-route{stroke:#7e9ab6}.world-nodes{fill:#284865;stroke:#b7d5fb;stroke-width:2}.world-nodes circle{transform-box:fill-box;transform-origin:center;transition:transform 500ms var(--ease)}.research-world:hover .world-nodes circle{transform:scale(1.5)}.world-footer{display:flex;flex-direction:column;gap:17px;padding-top:18px;border-top:1px solid #172b3c40;font-size:11px}.world-footer strong{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:500}.portfolio-world-art{height:185px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;align-items:end;padding:35px 0 16px}.portfolio-world-art>div{display:flex;flex-direction:column;justify-content:flex-end;gap:5px;transition:transform 500ms var(--ease)}.portfolio-world-art>div:nth-child(2n){transform:translateY(-15px)}.portfolio-world-art>div:nth-child(3n){transform:translateY(-32px)}.portfolio-world-art i{height:16px;border-radius:3px;background:#35546d}.portfolio-world-art i:nth-child(2){background:#66849e;height:24px}.portfolio-world-art i:nth-child(3){background:#9ab3c9;height:20px}.portfolio-world-art i:nth-child(4){background:#faf7f0;height:27px}.portfolio-world:hover .portfolio-world-art>div{transform:translateY(-9px)}.world:hover .world-top .icon{transform:translate(4px,-4px)}
.approach-section{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;padding-block:95px 82px}.approach-intro h2{font-size:clamp(46px,4.7vw,70px);line-height:1.03;margin:20px 0 25px}.approach-intro>p:not(.eyebrow){font-size:15px;color:var(--muted)}.approach-intro>.text-link{margin-top:22px}.approach-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line);gap:15px}.approach-steps button{border:0;border-bottom:2px solid transparent;padding:0 0 17px;background:none;text-align:left;font-size:13px;color:var(--muted)}.approach-steps button>span{display:block;font-size:10px;margin-bottom:7px;color:var(--muted)}.approach-steps button[aria-selected=true]{color:var(--blue);border-bottom-color:var(--blue)}.method-art{position:relative;height:177px;margin:27px 0 30px;overflow:hidden}.method-piece{position:absolute;width:25px;height:12px;border-radius:3px;background:var(--blue);transition:transform 850ms var(--ease),opacity 700ms}.method-piece:nth-child(3n){background:var(--slate)}.method-piece:nth-child(3n+1){background:var(--cream)}.method-caption{padding-top:18px;border-top:1px solid var(--line);min-height:220px}.method-caption>span{font-size:10px;color:var(--blue);letter-spacing:.04em}.method-caption>h3{font-size:24px;font-weight:500;letter-spacing:-.02em;margin-top:12px}.method-caption>p{font-size:14px;color:var(--muted);max-width:500px;margin-top:12px;min-height:66px}.method-caption .text-link{font-size:12px;margin-top:5px}.terminal-band{border-top:1px solid var(--line);padding-block:24px;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:13px;color:var(--muted)}.terminal-band>a{display:flex;align-items:center;gap:24px;color:var(--blue)}.home-footer{padding-top:40px;background:#111619;color:#d4dee7}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:35px}.footer-wordmark{font:400 clamp(54px,7vw,94px)/1 var(--font-display);color:#b7d5fb;letter-spacing:-.015em}.footer-top>p{font-size:13px;margin-right:auto}.footer-top .text-link{color:#b7d5fb;font-size:13px}.footer-bottom{border-top:1px solid #344149;padding-block:22px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#b9c6d0;font-size:10px}.footer-bottom>div{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.footer-bottom button{border:0;padding:5px 0;background:none;font-size:inherit}.footer-bottom .icon{width:14px;height:14px;margin-left:9px}.noscript-note{padding-block:20px;font-size:12px}.home-motion-off *,.home-idle *{animation-play-state:paused!important}.home-motion-off .method-piece{transition:none}.home-motion-off .sector-mark{transition:none}
@media(min-width:1101px){.hero-copy,.hero-topline>span{transform:translateX(32px)}}
@media(min-width:1600px){.hero-composition{gap:65px;padding-block:78px}.hero-copy h1{font-size:122px}.hero-description{font-size:19px}}
@media(max-width:1100px){.hero-composition{gap:20px}.hero-copy h1{font-size:clamp(69px,8vw,90px)}.hero-description{font-size:15px}.hero-actions{gap:16px}.hero-actions a{font-size:12px;gap:12px}.sector-instrument{padding-top:0}.instrument-heading{flex-direction:column;align-items:flex-start;gap:3px}.instrument-caption{min-height:105px}.instrument-caption strong{font-size:13px}.instrument-foot{align-items:flex-start;flex-direction:column}.pulse-item{padding-inline:16px}.pulse-item strong{font-size:19px}.focus-layout{gap:25px}.focus-feature{padding:26px}.story-inline{grid-template-columns:1fr 100px;gap:16px}.world{padding-inline:26px}.world>p{font-size:14px}.approach-section{gap:45px}.hero-topline{font-size:10px}}
@media(max-width:800px){.home-wrap{width:calc(100% - 36px)}.hero-topline{padding-top:13px}.hero-topline>span{max-width:160px}.hero-composition{grid-template-columns:1fr;padding-block:43px 34px;gap:35px}.hero-copy h1{font-size:clamp(73px,13.5vw,108px);line-height:.99}.hero-copy .eyebrow{margin-bottom:22px}.hero-description{font-size:16px;margin-top:22px}.hero-actions{margin-top:24px;gap:25px}.hero-actions a{font-size:13px}.sector-instrument{width:100%;max-width:590px;justify-self:center;padding-top:20px;border-top:1px solid #344149}.instrument-heading{flex-direction:row;align-items:center}.instrument-caption{min-height:82px}.instrument-caption strong{font-size:15px}.instrument-foot{flex-direction:row;align-items:center}.instrument-controls{margin-top:12px}.instrument-chart{margin-top:0}.hero-bottom{font-size:10px;padding-block:18px}.hero-bottom>span{display:none}.hero-bottom>a{width:100%;justify-content:space-between;flex-direction:row-reverse}.market-pulse{padding-top:24px}.pulse-heading{align-items:flex-start;gap:12px}.pulse-heading>div:first-child{gap:8px}.pulse-heading #pulse-asof{width:100%;padding-left:13px}.pulse-actions{font-size:10px;flex-direction:column;align-items:flex-end;gap:4px}.pulse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pulse-item{padding:22px 18px!important;border-bottom:1px solid var(--line)}.pulse-item:nth-child(odd){padding-left:0!important}.pulse-item:nth-child(even){padding-right:0!important;border-right:0}.pulse-item:nth-child(n+3){border-bottom:0}.pulse-item strong{font-size:21px;margin-top:15px}.pulse-item .eyebrow{font-size:10px}.pulse-item p{font-size:12px;min-height:39px}.pulse-date{font-size:9px}.feed-ready .pulse-item strong{font-size:27px}.pulse-mini{max-width:160px}.section-heading{align-items:flex-start;margin-bottom:28px}.section-heading h2{font-size:48px}.section-heading>p{font-size:13px;max-width:230px;padding-top:25px}.focus-section{padding-block:57px 49px}.focus-layout{grid-template-columns:1fr;gap:26px}.focus-feature{padding:27px 25px 22px}.focus-feature h3{font-size:34px}.focus-secondary{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:26px}.focus-story:last-child{border-bottom:0;padding-top:20px}.focus-story h3{font-size:26px}.story-inline{grid-template-columns:1fr;gap:16px}.story-inline>div,.story-inline>svg{max-width:130px;height:62px}.worlds-section{padding-block:45px}.worlds-layout{gap:18px}.portfolio-world{margin-top:38px}.world{padding:23px 22px 22px}.world h3{font-size:50px;margin-top:26px}.world>p{font-size:13px}.world>p>br{display:none}.world-top{font-size:10px}.world-top .icon{width:22px;height:22px}.research-world-art>svg{height:150px}.portfolio-world-art{height:150px;gap:6px}.portfolio-world-art i{height:13px}.portfolio-world-art i:nth-child(2){height:17px}.portfolio-world-art i:nth-child(3){height:16px}.portfolio-world-art i:nth-child(4){height:19px}.world-footer{font-size:10px}.world-footer strong{font-size:13px}.approach-section{grid-template-columns:1fr;gap:33px;padding-block:58px 46px}.approach-intro h2{font-size:58px}.approach-intro>p:not(.eyebrow){font-size:14px}.approach-intro>.text-link{margin-top:15px}.approach-explorer{max-width:640px}.method-art{height:170px}.method-caption{min-height:195px}.method-caption>p{min-height:0}.method-caption .text-link{margin-top:13px}.footer-top{flex-wrap:wrap;gap:20px}.footer-top>.text-link{margin-left:auto}.footer-bottom{align-items:flex-start}.footer-bottom>div{gap:14px;justify-content:flex-end}.terminal-band{font-size:12px}.terminal-band p{max-width:160px}}
@media(max-width:540px){.hero-topline{font-size:9px}.hero-topline .icon{width:12px;height:12px}.hero-topline a{gap:6px}.hero-composition{padding-top:39px;gap:31px}.hero-copy h1{font-size:clamp(70px,18.5vw,97px)}.hero-copy .eyebrow{font-size:10px}.hero-description{font-size:15px}.hero-actions{gap:22px}.hero-actions a{font-size:12px}.button-solid{padding:12px 13px}.sector-instrument{padding-top:17px}.instrument-heading{font-size:9px}.instrument-controls{gap:23px}.instrument-controls button{font-size:11px}.instrument-caption{padding-top:15px;gap:12px;min-height:85px}.instrument-caption strong{font-size:13px}.instrument-caption span{font-size:9px}.instrument-foot{font-size:9px;gap:8px}.instrument-foot .icon{width:12px;height:12px}.instrument-foot a{gap:4px}.sector-path{stroke-width:8}.sector-group.is-selected .sector-path{stroke-width:11}.pulse-item strong{font-size:19px;line-height:1.2;min-height:46px}.feed-ready .pulse-item strong{font-size:27px}.pulse-item{padding-block:22px 16px!important}.pulse-item p{min-height:55px}.pulse-actions a{max-width:126px;white-space:normal}.pulse-item .eyebrow{font-size:9px;letter-spacing:.02em}.pulse-date{font-size:9px}.section-heading{display:block}.section-heading>p{padding:0;margin-top:19px;font-size:14px;max-width:100%}.section-heading>p>br{display:none}.section-heading h2{font-size:47px}.focus-feature{padding:23px 20px 22px}.focus-feature h3{font-size:30px;margin-top:21px}.focus-feature>p{font-size:13px}.participation-art{margin-block:25px}.participation-art>div:first-child{gap:4px;height:65px;grid-template-columns:repeat(15,minmax(0,1fr))}.art-key{font-size:8px;gap:9px}.art-key>span:last-child{margin-left:0}.story-footer{font-size:9px}.story-footer .icon{width:14px;height:14px}.story-footer>span:last-child{gap:5px}.focus-secondary{grid-template-columns:1fr;gap:0}.focus-story{padding-block:22px}.focus-story:last-child{border-bottom:1px solid var(--line)}.focus-story h3{font-size:27px}.story-inline{grid-template-columns:1fr 100px;gap:18px}.story-inline p{font-size:12px}.story-inline>div,.story-inline>svg{height:61px}.comparison-note{font-size:10px}.worlds-layout{grid-template-columns:1fr;gap:22px}.portfolio-world{margin-top:0}.world{padding:25px 24px 22px}.world h3{font-size:62px}.world>p{font-size:14px;max-width:270px}.world-top{font-size:10px}.world-top .icon{width:25px;height:25px}.research-world-art>svg{height:165px}.portfolio-world-art{height:172px;gap:10px}.world-footer{gap:16px;font-size:11px}.world-footer strong{font-size:14px}.portfolio-world-art i{height:15px}.portfolio-world-art i:nth-child(2){height:20px}.portfolio-world-art i:nth-child(3){height:18px}.portfolio-world-art i:nth-child(4){height:23px}.approach-intro h2{font-size:55px}.approach-steps{gap:12px}.approach-steps button{font-size:12px}.method-caption>h3{font-size:23px}.method-caption>p{font-size:13px}.terminal-band{align-items:flex-start;font-size:11px}.terminal-band p{max-width:130px}.terminal-band>a{gap:8px;max-width:170px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:22px}.footer-wordmark{font-size:65px}.footer-top>p{font-size:11px;margin:0;justify-self:end}.footer-top>.text-link{margin:0;grid-column:1/-1;justify-content:space-between}.footer-bottom{display:block}.footer-bottom>div{margin-top:15px;justify-content:space-between;gap:12px}.footer-bottom{padding-bottom:25px}.footer-bottom>div>a:last-child{display:none}}
.is-offscreen .sector-flow{animation-play-state:paused}
.sector-caption-top{display:flex;align-items:center;gap:12px;min-height:26px}.sector-stepper{display:flex;gap:4px}.sector-stepper button{display:grid;place-items:center;background:none;border:0;padding:0;width:26px;height:26px;color:#bdcad4}.sector-stepper button:hover{color:#b7d5fb;background:#b7d5fb0d}.sector-stepper .icon{width:14px;height:14px}.instrument-reading{padding-top:5px}
.hero-topline{font-size:12px}.instrument-heading{font-size:11px}.instrument-caption span{font-size:11px}.instrument-foot{font-size:11px}.instrument-caption{min-height:107px}.feed-ready #sector-reading{font-size:27px;line-height:1.05}.feed-ready #sector-name{font-size:18px}.pulse-item strong{min-height:48px}#pulse-leader{font-size:clamp(20px,1.7vw,26px)}#focus-title{min-height:2.04em;max-width:650px}.eyebrow{font-size:12px}.pulse-date,.feed-notice,.story-source,.comparison-note{font-size:11px}
@media(max-width:800px){.sector-caption-top{gap:5px}.sector-stepper{gap:0}.sector-stepper button{width:34px;height:36px}.instrument-caption{min-height:98px}.instrument-reading{padding-top:10px}}
@media(max-width:540px){.hero-topline{font-size:10px}.instrument-heading{font-size:10px}.instrument-caption span{font-size:10px}.instrument-foot{font-size:10px}.feed-ready #sector-name{font-size:15px}.feed-ready #sector-reading{font-size:24px}.pulse-date,.feed-notice,.story-source,.comparison-note{font-size:10px}.sector-caption-top{flex-wrap:wrap;gap:2px}.sector-stepper button{width:34px;height:34px}.instrument-caption{min-height:112px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
