:root{--ink:#111;--paper:#fcfcfa;--mist:#f1f1ed;--line:#d8d8d4;--soft:#ebeae5;--acid:#c8ff38;--blue:#2b31d8;--coral:#f5a799;--muted:#676763;--dark:#171717}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.42}
body:has(.vod-menu[aria-expanded="true"]){overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
button{font:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
h1,h2,h3,p,figure{margin:0}
.vod-kicker,.vod-eyebrow,.vod-meta,.vod-announcement,.vod-workspace>header>p,.vod-workspace-index>p,.vod-workspace-note>p,.vod-guide-constellation>header>p,.vod-latest-ledger>header>p,.vod-editorial-standard p,.vod-category-open>p,.vod-category-board>header>p,.vod-category-board aside>p,.vod-category-append>header>p,.vod-cross-reading>p,.vod-article-category,.vod-article-rail>p,.vod-article-checkpoints>p,.vod-related>p,.vod-archive-hero>p,.vod-commercial-open p,.vod-fixed-hero>div>p,.fixed-page-sidebar>p,.vod-footer h3,.vod-footer-prompt>p,.vod-legacy>p{font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.vod-announcement{display:flex;justify-content:center;gap:8px;min-height:33px;padding:8px 20px;background:#efeee9;border-bottom:1px solid var(--line);letter-spacing:0;text-transform:none;font-size:13px;font-weight:400}
.vod-announcement a{text-decoration:underline;text-underline-offset:2px}
.vod-header{position:relative;z-index:10;border-bottom:1px solid var(--line);background:var(--paper)}
.vod-header-inner{display:grid;grid-template-columns:260px 1fr auto;align-items:center;min-height:72px;max-width:1920px;margin:auto;padding:0 16px}
.vod-logo{display:block;width:205px;height:43px}
.vod-logo img{object-fit:contain;object-position:left center}
.vod-nav{display:flex;gap:25px;align-items:center}
.vod-nav a,.vod-header-actions>a{font-size:13px;white-space:nowrap}
.vod-nav a:hover,.vod-header-actions>a:hover,.vod-plain-action:hover,.vod-footer a:hover{text-decoration:underline;text-underline-offset:3px}
.vod-header-actions{display:flex;align-items:center;gap:23px}
.vod-nav-action{padding:10px 13px;border:1px solid var(--ink)}
.vod-menu{display:none;padding:10px;border:1px solid var(--ink);background:var(--paper);cursor:pointer}
.vod-ink-button{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:12px 16px;background:var(--ink);color:#fff;font-size:13px;font-weight:700;line-height:1;transition:background .18s ease,transform .18s ease}
.vod-ink-button:hover{background:var(--blue);transform:translateY(-1px)}
.vod-plain-action{display:inline-flex;align-items:center;gap:8px;font-size:14px;text-decoration:underline;text-underline-offset:4px}

.vod-open-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:70px;max-width:1920px;margin:auto;padding:70px 16px 0}
.vod-open-hero-title h1{max-width:1030px;font-size:clamp(66px,7.4vw,147px);font-weight:400;letter-spacing:-.075em;line-height:.86}
.vod-open-hero-title p{margin-bottom:22px}
.vod-open-hero-summary{align-self:start;max-width:410px;padding-top:64px}
.vod-open-hero-summary>p{font-size:20px;line-height:1.28}
.vod-open-hero-summary>div{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:27px}
.vod-image-ribbon{position:relative;height:330px;max-width:1920px;margin:0 auto;overflow:hidden}
.vod-ribbon-tile{position:absolute;margin:0;overflow:hidden;background:var(--soft)}
.vod-ribbon-tile--one{bottom:58px;left:1%;width:10.5%;height:140px}
.vod-ribbon-tile--two{bottom:22px;left:16.3%;width:9.4%;height:200px}
.vod-ribbon-tile--three{bottom:58px;left:34%;width:11%;height:140px}
.vod-ribbon-tile--four{bottom:20px;left:54.5%;width:9%;height:200px}
.vod-ribbon-tile--five{bottom:-33px;left:72.2%;width:13%;height:260px}
.vod-ribbon-tile--six{right:1%;bottom:58px;width:9.4%;height:140px}

.vod-workspace{max-width:1580px;margin:0 auto 132px;padding:0 24px}
.vod-workspace>header{display:grid;grid-template-columns:160px minmax(0,1fr) minmax(230px,.48fr);gap:28px;align-items:start;padding:0 0 30px}
.vod-workspace>header h2{max-width:750px;font-size:clamp(35px,4.2vw,68px);font-weight:400;letter-spacing:-.06em;line-height:.92}
.vod-workspace>header>span{padding-top:7px;font-size:15px;line-height:1.35;color:var(--muted)}
.vod-workspace-tabs{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-bottom:0}
.vod-workspace-tabs button{position:relative;min-height:62px;padding:12px;border:0;border-right:1px solid var(--line);background:var(--paper);cursor:pointer;text-align:left;color:#757571;font-size:14px;transition:color .16s ease,background .16s ease}
.vod-workspace-tabs button:last-child{border-right:0}
.vod-workspace-tabs button[aria-selected="true"]{color:var(--ink);background:#fff}
.vod-workspace-tabs button[aria-selected="true"]:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--blue);content:""}
.vod-workspace-panels{border:1px solid var(--line);background:var(--soft)}
.vod-workspace-stage{display:none;grid-template-columns:minmax(245px,.72fr) minmax(0,1.52fr) minmax(220px,.58fr);min-height:508px}
.vod-workspace-stage.is-active{display:grid}
.vod-workspace-index{display:flex;flex-direction:column;border-right:1px solid var(--line);background:#f7f7f4}
.vod-workspace-index>p{padding:26px 24px 8px}
.vod-workspace-index>strong{padding:0 24px 6px;font-size:24px;font-weight:400;letter-spacing:-.04em}
.vod-workspace-index>span{padding:0 24px 21px;color:var(--muted);font-size:13px}
.vod-workspace-index>a{display:grid;grid-template-columns:28px 1fr;gap:8px;padding:17px 24px;border-top:1px solid var(--line);font-size:13px;line-height:1.15;transition:background .16s ease}
.vod-workspace-index>a:hover{background:#fff}
.vod-workspace-index b{color:var(--blue);font-size:10px}
.vod-workspace-feature{display:grid;grid-template-columns:.9fr 1.1fr;min-width:0;background:#e4ddd1}
.vod-workspace-feature-copy{align-self:center;padding:44px}
.vod-workspace-feature-copy>p{margin-bottom:12px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.vod-workspace-feature h2{margin-bottom:18px;font-size:clamp(32px,3.4vw,54px);font-weight:400;letter-spacing:-.07em;line-height:.91}
.vod-workspace-feature h2 a:hover{text-decoration:underline;text-underline-offset:5px}
.vod-workspace-feature-copy>span{display:block;margin-bottom:25px;font-size:15px;line-height:1.35;color:#45433e}
.vod-workspace-feature figure{min-height:100%;margin:0}
.vod-workspace-note{display:flex;flex-direction:column;padding:30px 25px;border-left:1px solid var(--line);background:#1d1d1b;color:#fff}
.vod-workspace-note>p{color:var(--acid)}
.vod-workspace-note>b{margin-top:28px;font-size:24px;font-weight:400;letter-spacing:-.045em;line-height:1.02}
.vod-workspace-note>a{margin-top:29px;font-size:13px;text-decoration:underline;text-underline-offset:4px}
.vod-workspace-note>small{margin-top:auto;color:#c6c5c1;font-size:11px;line-height:1.4}

.vod-guide-constellation{max-width:1580px;margin:0 auto;padding:0 24px 128px}
.vod-guide-constellation>header{display:grid;grid-template-columns:165px 1fr auto;gap:28px;align-items:end;margin-bottom:42px}
.vod-guide-constellation>header h2{max-width:640px;font-size:clamp(38px,4.8vw,76px);font-weight:400;letter-spacing:-.07em;line-height:.88}
.vod-guide-constellation>header>a{padding-bottom:7px;font-size:14px;text-decoration:underline;text-underline-offset:4px}
.vod-constellation-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:38px}
.vod-constellation-lead{display:grid;grid-template-columns:1.1fr .9fr;min-height:470px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.vod-constellation-lead>a{display:block;min-height:100%}
.vod-constellation-lead>div{align-self:center;padding:32px}
.vod-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;color:var(--muted);font-size:10px;letter-spacing:.07em;text-transform:uppercase}
.vod-meta span+span:before{margin-right:8px;color:#aaa;content:"/"}
.vod-constellation-lead h3{margin-bottom:17px;font-size:clamp(30px,3.4vw,54px);font-weight:400;letter-spacing:-.06em;line-height:.92}
.vod-constellation-lead h3 a:hover,.vod-story h2 a:hover,.vod-category-board h2 a:hover,.vod-article h1+* a:hover{text-decoration:underline;text-underline-offset:4px}
.vod-constellation-lead p{color:var(--muted);font-size:15px;line-height:1.38}
.vod-constellation-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-content:start}
.vod-constellation-note{border-top:1px solid var(--ink)}
.vod-constellation-note:nth-child(2){margin-top:78px}
.vod-constellation-note:nth-child(3){grid-column:1/3;display:grid;grid-template-columns:166px 1fr;gap:20px;margin-top:8px}
.vod-constellation-note>a{display:block;height:190px;margin-top:12px}
.vod-constellation-note:nth-child(3)>a{height:132px}
.vod-constellation-note>div{padding-top:13px}
.vod-constellation-note h3{font-size:22px;font-weight:400;letter-spacing:-.045em;line-height:1.01}

.vod-latest-ledger{display:grid;grid-template-columns:300px minmax(0,1fr);gap:60px;max-width:1580px;margin:0 auto;padding:76px 24px 132px;border-top:1px solid var(--ink)}
.vod-latest-ledger>header h2{margin:12px 0;font-size:clamp(34px,3.5vw,54px);font-weight:400;letter-spacing:-.06em;line-height:.93}
.vod-latest-ledger>header>span{display:block;color:var(--muted);font-size:14px;line-height:1.38}
.vod-ledger-list{border-top:1px solid var(--line)}
.vod-ledger-list article{display:grid;grid-template-columns:38px 190px minmax(0,1fr) 32px;gap:20px;align-items:center;min-height:188px;border-bottom:1px solid var(--line)}
.vod-ledger-list article>b{font-size:11px;color:var(--blue)}
.vod-ledger-list article>a:not(.vod-ledger-arrow){height:130px}
.vod-ledger-list h3{max-width:560px;font-size:27px;font-weight:400;letter-spacing:-.045em;line-height:1.01}
.vod-ledger-list p{display:none}
.vod-ledger-arrow{justify-self:end;font-size:23px}

.vod-editorial-standard{display:grid;grid-template-columns:1.1fr .9fr;min-height:530px;background:#ece8dc}
.vod-editorial-standard figure{margin:0;min-height:530px}
.vod-editorial-standard>div{align-self:center;max-width:600px;padding:70px clamp(40px,8vw,160px) 70px 70px}
.vod-editorial-standard h2{margin:13px 0 23px;font-size:clamp(43px,4.8vw,76px);font-weight:400;letter-spacing:-.07em;line-height:.87}
.vod-editorial-standard span{display:block;margin-bottom:27px;color:#55534f;font-size:17px;line-height:1.37}
.vod-editorial-standard a{font-size:14px;text-decoration:underline;text-underline-offset:4px}
.vod-editorial-standard .vod-editorial-detail{width:148px;height:105px;min-height:0;margin:34px 0 0 52%;border:5px solid var(--paper)}

.vod-footer{margin-top:0;background:#171717;color:#fff}
.vod-footer-prompt{display:flex;align-items:end;justify-content:space-between;gap:35px;max-width:1580px;margin:auto;padding:75px 24px 60px;border-bottom:1px solid #555}
.vod-footer-prompt>p{color:var(--acid)}
.vod-footer-prompt h2{max-width:760px;font-size:clamp(39px,4.8vw,76px);font-weight:400;letter-spacing:-.07em;line-height:.88}
.vod-footer-prompt>a{padding-bottom:7px;font-size:14px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.vod-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;max-width:1580px;margin:auto;padding:55px 24px 74px}
.vod-logo--footer{filter:brightness(0) invert(1)}
.vod-footer-grid>div>p{max-width:300px;margin-top:18px;color:#c5c5c0;font-size:14px;line-height:1.4}
.vod-footer h3{margin:0 0 16px;color:var(--acid)}
.vod-footer-grid a{display:block;margin:0 0 10px;font-size:14px}
.vod-footer-grid>div:last-child p{font-size:11px}

.vod-category-open{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(270px,.72fr);gap:60px;max-width:1580px;margin:0 auto;padding:84px 24px 65px;border-bottom:1px solid var(--ink)}
.vod-category-open>p{grid-column:1/3}
.vod-category-open h1{max-width:850px;font-size:clamp(66px,8vw,132px);font-weight:400;letter-spacing:-.08em;line-height:.83}
.vod-category-open>div{align-self:end;max-width:420px;padding-bottom:6px}
.vod-category-open>div>span{display:block;margin-bottom:25px;font-size:18px;line-height:1.32}
.vod-category-open>div>a{font-size:14px;text-decoration:underline;text-underline-offset:4px}
.vod-category-board{max-width:1580px;margin:0 auto;padding:72px 24px 105px}
.vod-category-board--map{display:grid;grid-template-columns:300px 1fr;gap:36px}
.vod-category-board--map>aside{padding:25px 0;border-top:1px solid var(--ink)}
.vod-category-board--map>aside h2{margin:12px 0;font-size:39px;font-weight:400;letter-spacing:-.055em;line-height:.95}
.vod-category-board--map>aside span{display:block;color:var(--muted);font-size:15px}
.vod-board-map-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.vod-board-map-grid article{position:relative;padding-top:31px;border-top:1px solid var(--ink)}
.vod-board-map-grid article:nth-child(2){margin-top:86px}
.vod-board-map-grid b{position:absolute;top:10px;left:0;font-size:10px;color:var(--blue)}
.vod-board-map-grid article>a{display:block;height:246px}
.vod-board-map-grid h2{margin:13px 0 0;font-size:27px;font-weight:400;letter-spacing:-.045em;line-height:.99}
.vod-category-board--ledger{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.vod-ledger-lead{display:grid;grid-template-columns:1fr 1fr;min-height:510px;border-right:1px solid var(--line)}
.vod-ledger-lead>a{display:block}
.vod-ledger-lead>div{align-self:center;padding:36px}
.vod-ledger-lead h2{margin:12px 0;font-size:45px;font-weight:400;letter-spacing:-.065em;line-height:.9}
.vod-ledger-lead p{color:var(--muted);font-size:15px}
.vod-category-board--ledger>aside{padding:21px 26px;background:#ece8dc}
.vod-category-board--ledger>aside>p{margin-bottom:26px}
.vod-category-board--ledger>aside>a{display:grid;grid-template-columns:34px 1fr 20px;gap:9px;padding:22px 0;border-top:1px solid var(--line);font-size:19px;letter-spacing:-.035em;line-height:1.03}
.vod-category-board--ledger>aside b{font-size:10px;color:var(--blue)}
.vod-category-board--ledger>aside i{font-style:normal;font-size:18px}
.vod-category-board--systems>header{display:grid;grid-template-columns:210px 1fr;gap:40px;margin-bottom:33px}
.vod-category-board--systems>header h2{max-width:760px;font-size:clamp(43px,5vw,74px);font-weight:400;letter-spacing:-.07em;line-height:.88}
.vod-category-board--systems>div{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}
.vod-category-board--systems article{padding:19px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.vod-category-board--systems article:last-child{border-right:0}
.vod-category-board--systems article>b{display:block;margin-bottom:42px;color:var(--blue);font-size:10px}
.vod-category-board--systems article>a{display:block;height:175px;margin-bottom:16px}
.vod-category-board--systems h2{font-size:24px;font-weight:400;letter-spacing:-.04em;line-height:1.01}
.vod-category-board--systems p{margin-top:12px;color:var(--muted);font-size:13px}
.vod-category-board--growth>article{display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:#e7e5df}
.vod-category-board--growth>article>div{align-self:center;max-width:570px;padding:58px}
.vod-category-board--growth h2{margin:12px 0 22px;font-size:clamp(47px,5vw,78px);font-weight:400;letter-spacing:-.075em;line-height:.84}
.vod-category-board--growth span{display:block;margin-bottom:26px;color:#575652;font-size:16px}
.vod-category-board--growth>article a{font-size:14px;text-decoration:underline;text-underline-offset:4px}
.vod-category-board--growth>article>img{min-height:100%}
.vod-category-board--growth>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:21px}
.vod-story--growth{border-top:1px solid var(--ink);padding-top:14px}
.vod-story--growth .vod-story-image{display:block;height:180px}
.vod-story-copy{padding-top:13px}
.vod-story h2{font-size:23px;font-weight:400;letter-spacing:-.04em;line-height:1.01}
.vod-story p{margin-top:11px;color:var(--muted);font-size:13px;line-height:1.4}
.vod-category-board--scale{display:grid;grid-template-columns:370px 1fr;gap:55px}
.vod-category-board--scale>header{padding:23px 0;border-top:1px solid var(--ink)}
.vod-category-board--scale h2{margin-top:13px;font-size:clamp(43px,4.5vw,70px);font-weight:400;letter-spacing:-.07em;line-height:.86}
.vod-category-board--scale ol{margin:0;padding:0;border-top:1px solid var(--ink);list-style:none}
.vod-category-board--scale li{display:grid;grid-template-columns:44px minmax(0,1fr) minmax(160px,.5fr) 160px;gap:20px;align-items:center;padding:23px 0;border-bottom:1px solid var(--line)}
.vod-category-board--scale li>b{font-size:10px;color:var(--blue)}
.vod-category-board--scale li>a{font-size:27px;font-weight:400;letter-spacing:-.045em;line-height:.98}
.vod-category-board--scale li>span{color:var(--muted);font-size:13px;line-height:1.33}
.vod-category-board--scale figure{height:112px;margin:0}
.vod-category-append{max-width:1580px;margin:0 auto;padding:0 24px 100px}
.vod-category-append>header{display:grid;grid-template-columns:260px 1fr;gap:38px;margin-bottom:27px}
.vod-category-append>header h2{font-size:clamp(36px,4vw,61px);font-weight:400;letter-spacing:-.07em;line-height:.88}
.vod-category-ledger{border-top:1px solid var(--ink)}
.vod-category-ledger article{display:grid;grid-template-columns:55px 1fr 214px;gap:22px;align-items:center;min-height:180px;border-bottom:1px solid var(--line)}
.vod-category-ledger article>b{color:var(--blue);font-size:10px}
.vod-category-ledger h3{font-size:26px;font-weight:400;letter-spacing:-.04em;line-height:1.02}
.vod-category-ledger article>a{height:132px}
.vod-cross-reading{display:grid;grid-template-columns:240px 1fr;gap:35px;max-width:1580px;margin:0 auto;padding:61px 24px 100px;border-top:1px solid var(--ink)}
.vod-cross-reading>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vod-cross-reading a{display:block;padding-top:15px;border-top:1px solid var(--line);font-size:20px;font-weight:400;letter-spacing:-.035em;line-height:1.05}
.vod-cross-reading a span{display:block;margin-bottom:12px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.vod-cross-reading i{font-style:normal;font-size:15px}

.vod-article-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.55fr);gap:70px;max-width:1580px;margin:auto;padding:80px 24px 54px;border-bottom:1px solid var(--ink)}
.vod-article-category{display:inline-block;margin-bottom:23px;color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.vod-article-hero h1{max-width:1000px;font-size:clamp(56px,6.7vw,111px);font-weight:400;letter-spacing:-.08em;line-height:.83}
.vod-article-hero>div:last-child{align-self:end;max-width:420px;padding-bottom:6px}
.vod-article-hero>div:last-child>p{margin-bottom:23px;font-size:18px;line-height:1.35}
.vod-article-lead{max-width:1580px;height:620px;margin:0 auto}
.vod-article-layout{display:grid;grid-template-columns:220px minmax(0,730px);justify-content:center;gap:80px;max-width:1260px;margin:auto;padding:82px 24px}
.vod-article-rail{position:sticky;top:24px;height:max-content;padding-top:17px;border-top:1px solid var(--ink)}
.vod-article-rail>a{display:block;margin-top:13px;font-size:13px;text-decoration:underline;text-underline-offset:3px}
.vod-article-rail>div{margin-top:34px;padding:18px 0;border-top:1px solid var(--line)}
.vod-article-rail>div>p{margin-bottom:7px}
.vod-article-rail>div>span{color:var(--muted);font-size:12px;line-height:1.37}
.vod-article-body{font-size:18px;line-height:1.65}
.vod-article-body section+section{margin-top:46px}
.vod-intro{font-size:27px;line-height:1.3}
.vod-article-body h2{margin-bottom:13px;font-size:38px;font-weight:400;letter-spacing:-.05em;line-height:.95}
.vod-article-checkpoints{padding:31px;background:#eeece5}
.vod-article-checkpoints>p{margin-bottom:21px}
.vod-article-checkpoints ol{margin:0;padding:0;list-style:none}
.vod-article-checkpoints li{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:16px 0;border-top:1px solid #bbb9b1}
.vod-article-checkpoints li span{font-size:12px;color:var(--blue)}
.vod-article-checkpoints li p{font-size:18px;line-height:1.31}
.vod-article-disclosure{padding:28px;border:1px solid var(--line)}
.vod-article-disclosure a{text-decoration:underline;text-underline-offset:3px}
.vod-related{display:grid;grid-template-columns:220px 1fr;gap:34px;max-width:1580px;margin:auto;padding:60px 24px 110px;border-top:1px solid var(--ink)}
.vod-related>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vod-related a>img{height:180px;margin-bottom:13px}
.vod-related a>span{display:block;font-size:20px;font-weight:400;letter-spacing:-.035em;line-height:1.03}
.vod-related small{display:block;margin-top:9px;color:var(--muted);font-size:11px}

.vod-archive-hero{max-width:1580px;margin:auto;padding:84px 24px 58px;border-bottom:1px solid var(--ink)}
.vod-archive-hero h1{margin:12px 0 17px;font-size:clamp(68px,9vw,144px);font-weight:400;letter-spacing:-.09em;line-height:.8}
.vod-archive-hero span{display:block;max-width:580px;font-size:18px;line-height:1.34}
.vod-archive-filter{display:flex;flex-wrap:wrap;gap:10px;max-width:1580px;margin:auto;padding:20px 24px;border-bottom:1px solid var(--line)}
.vod-archive-filter span{padding:10px 8px;font-size:12px;color:var(--muted)}
.vod-archive-filter a{padding:9px 11px;border:1px solid var(--line);font-size:12px}
.vod-archive-list{max-width:1580px;margin:auto;padding:0 24px 100px}
.vod-archive-list article{display:grid;grid-template-columns:48px 185px 1fr 32px;gap:20px;align-items:center;min-height:172px;border-bottom:1px solid var(--line)}
.vod-archive-list article>b{font-size:10px;color:var(--blue)}
.vod-archive-list article>a:not(.vod-archive-arrow){height:125px}
.vod-archive-list h2{font-size:clamp(26px,3vw,43px);font-weight:400;letter-spacing:-.055em;line-height:.93}
.vod-archive-arrow{justify-self:end;font-size:23px}

.vod-commercial-open{display:grid;grid-template-columns:1.15fr .85fr;min-height:490px;border-bottom:1px solid var(--ink);background:#eae8e2}
.vod-commercial-open>div{align-self:center;max-width:850px;padding:70px clamp(32px,8vw,140px)}
.vod-commercial-open h1{margin:12px 0 23px;font-size:clamp(51px,5.8vw,91px);font-weight:400;letter-spacing:-.08em;line-height:.84}
.vod-commercial-open span{display:block;margin-bottom:26px;color:#575550;font-size:18px;line-height:1.35}
.vod-commercial-open figure{min-height:490px;margin:0}
.vod-deals-disclosure,.vod-landing-disclosure{max-width:1100px;margin:42px auto;padding:19px 24px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);font-size:15px}
.vod-deals-disclosure strong{display:block;margin-bottom:6px}
.vod-deals-disclosure p,.vod-landing-disclosure p{margin:0;color:var(--muted)}
.vod-deals-disclosure a{text-decoration:underline;text-underline-offset:3px}
.vod-deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1580px;margin:auto;padding:18px 24px 100px}
.vod-deal-grid article{padding-top:15px;border-top:1px solid var(--ink)}
.vod-deal-grid article>b{display:block;margin-bottom:25px;color:var(--blue);font-size:10px}
.vod-deal-grid img{height:240px;margin-bottom:17px}
.vod-deal-grid h2{font-size:30px;font-weight:400;letter-spacing:-.05em;line-height:.96}
.vod-deal-grid p{min-height:67px;margin:14px 0;color:var(--muted);font-size:14px}
.vod-deal-grid article>a:last-child{font-size:13px;text-decoration:underline;text-underline-offset:3px}
.vod-shortlist{display:grid;grid-template-columns:repeat(3,1fr);max-width:1320px;margin:0 auto;padding:40px 24px 100px}
.vod-shortlist article{min-height:340px;padding:33px;border:1px solid var(--line);border-right:0;background:#fff}
.vod-shortlist article:last-child{border-right:1px solid var(--line)}
.vod-shortlist b{display:block;margin-bottom:85px;color:var(--blue);font-size:11px}
.vod-shortlist h2{margin-bottom:15px;font-size:42px;font-weight:400;letter-spacing:-.06em;line-height:.9}
.vod-shortlist p{color:var(--muted);font-size:15px}
.vod-shortlist a{display:inline-block;margin-top:25px;font-size:13px;text-decoration:underline;text-underline-offset:3px}

.vod-fixed-page{max-width:1580px;margin:auto;padding:80px 24px 110px}
.vod-fixed-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(270px,.6fr);gap:60px;padding-bottom:52px;border-bottom:1px solid var(--ink)}
.vod-fixed-hero h1{margin-top:13px;font-size:clamp(55px,7vw,112px);font-weight:400;letter-spacing:-.08em;line-height:.83}
.vod-fixed-hero>div:last-child{align-self:end;max-width:450px}
.vod-fixed-hero>div:last-child>span{display:block;margin-bottom:23px;font-size:18px;line-height:1.35}
.vod-fixed-hero>div:last-child>a{font-size:14px;text-decoration:underline;text-underline-offset:3px}
.vod-fixed-layout{display:grid;grid-template-columns:225px minmax(0,770px);justify-content:center;gap:76px;padding-top:58px}
.fixed-page-sidebar{height:max-content;padding:19px 0;border-top:1px solid var(--ink)}
.fixed-page-sidebar span,.fixed-page-sidebar a{display:block;margin-top:14px;font-size:13px}
.fixed-page-sidebar a{text-decoration:underline;text-underline-offset:3px}
.vod-fixed-body{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fixed-page-visual-card{min-height:235px;padding:24px;border:1px solid var(--line);background:#fff;font-size:15px;line-height:1.46}
.fixed-page-visual-card:nth-child(3n+1){background:#edeae2}
.fixed-page-visual-card:nth-child(3n+2){background:#f6f6f3}
.fixed-page-visual-card h2{margin-bottom:14px;font-size:27px;font-weight:400;letter-spacing:-.05em;line-height:.95}
.fixed-page-visual-card p{margin:0}
.fixed-page-visual-card a{text-decoration:underline;text-underline-offset:3px}
.vod-legacy{max-width:1000px;margin:auto;padding:115px 24px}
.vod-legacy h1{margin:12px 0 18px;font-size:clamp(58px,7vw,112px);font-weight:400;letter-spacing:-.08em;line-height:.83}
.vod-legacy span{display:block;max-width:600px;margin-bottom:28px;font-size:18px;color:var(--muted)}

@media(max-width:1080px){.vod-header-inner{grid-template-columns:220px 1fr auto}.vod-nav{gap:14px}.vod-nav a{font-size:11px}.vod-open-hero{gap:40px}.vod-workspace-stage{grid-template-columns:230px 1fr}.vod-workspace-note{grid-column:1/3;border-top:1px solid var(--line);border-left:0;min-height:160px}.vod-workspace-note>b{margin-top:16px}.vod-workspace-note>small{display:none}.vod-constellation-grid{grid-template-columns:1fr}.vod-constellation-stack{grid-template-columns:repeat(3,1fr)}.vod-constellation-note:nth-child(2){margin-top:0}.vod-constellation-note:nth-child(3){display:block;grid-column:auto;margin-top:0}.vod-constellation-note:nth-child(3)>a{height:190px}.vod-latest-ledger{grid-template-columns:250px 1fr;gap:36px}.vod-category-board--systems>div{grid-template-columns:repeat(2,1fr)}.vod-category-board--scale{grid-template-columns:280px 1fr}.vod-article-hero{gap:40px}.vod-article-layout{gap:45px}.vod-fixed-layout{gap:48px}.vod-footer-grid{grid-template-columns:1.2fr repeat(3,1fr)}}
@media(max-width:760px){body{font-size:15px}.vod-announcement{min-height:34px;font-size:11px}.vod-header-inner{grid-template-columns:1fr auto;min-height:67px;padding:0 18px}.vod-logo{width:190px;height:39px}.vod-nav{position:absolute;top:67px;right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:0;border-bottom:1px solid var(--ink);background:var(--paper);box-shadow:0 12px 20px rgba(0,0,0,.08)}.vod-nav.is-open{display:flex}.vod-nav a{padding:16px 19px;border-top:1px solid var(--line);font-size:14px}.vod-header-actions>a{display:none}.vod-menu{display:block;font-size:12px}.vod-open-hero{display:block;padding:53px 20px 0}.vod-open-hero-title h1{font-size:58px;letter-spacing:-.075em;line-height:.87}.vod-open-hero-summary{padding-top:33px}.vod-open-hero-summary>p{font-size:17px}.vod-image-ribbon{height:220px;margin:0}.vod-ribbon-tile--one{bottom:42px;left:4%;width:18%;height:98px}.vod-ribbon-tile--two{bottom:18px;left:29%;width:19%;height:136px}.vod-ribbon-tile--three{bottom:56px;left:55%;width:15%;height:90px}.vod-ribbon-tile--four{right:4%;bottom:26px;left:auto;width:20%;height:130px}.vod-ribbon-tile--five,.vod-ribbon-tile--six{display:none}.vod-workspace{margin-bottom:82px;padding:0 18px}.vod-workspace>header{display:block;padding-bottom:24px}.vod-workspace>header>p{margin-bottom:13px}.vod-workspace>header h2{font-size:41px}.vod-workspace>header>span{display:block;margin-top:18px}.vod-workspace-tabs{display:flex;overflow:auto;scroll-snap-type:x mandatory}.vod-workspace-tabs button{min-width:165px;border-right:1px solid var(--line);scroll-snap-align:start}.vod-workspace-stage.is-active{display:block}.vod-workspace-index{border-right:0;border-bottom:1px solid var(--line)}.vod-workspace-index>a{padding:14px 18px}.vod-workspace-index>p,.vod-workspace-index>strong,.vod-workspace-index>span{padding-left:18px;padding-right:18px}.vod-workspace-feature{display:flex;flex-direction:column-reverse}.vod-workspace-feature figure{height:300px}.vod-workspace-feature-copy{padding:30px 20px}.vod-workspace-feature h2{font-size:42px}.vod-workspace-note{min-height:0;padding:26px 20px}.vod-guide-constellation{padding:0 18px 80px}.vod-guide-constellation>header{display:block;margin-bottom:29px}.vod-guide-constellation>header>p{margin-bottom:13px}.vod-guide-constellation>header h2{font-size:47px}.vod-guide-constellation>header>a{display:inline-block;margin-top:18px}.vod-constellation-lead{display:block;min-height:0}.vod-constellation-lead>a{height:300px}.vod-constellation-lead>div{padding:25px 0}.vod-constellation-lead h3{font-size:39px}.vod-constellation-stack{display:block}.vod-constellation-note,.vod-constellation-note:nth-child(2),.vod-constellation-note:nth-child(3){display:grid;grid-template-columns:120px 1fr;gap:15px;margin-top:22px;padding-top:14px}.vod-constellation-note>a,.vod-constellation-note:nth-child(3)>a{height:100px;margin:0}.vod-constellation-note>div{padding:0}.vod-constellation-note h3{font-size:21px}.vod-latest-ledger{display:block;padding:54px 18px 80px}.vod-latest-ledger>header{margin-bottom:28px}.vod-latest-ledger>header h2{font-size:43px}.vod-ledger-list article{grid-template-columns:24px 92px 1fr;gap:12px;min-height:135px}.vod-ledger-list article>a:not(.vod-ledger-arrow){height:82px}.vod-ledger-list h3{font-size:21px}.vod-ledger-list .vod-meta{display:block;line-height:1.4}.vod-ledger-list .vod-meta span+span:before{display:none}.vod-ledger-list .vod-meta span+span{display:none}.vod-ledger-arrow{display:none}.vod-editorial-standard{display:flex;flex-direction:column;min-height:0}.vod-editorial-standard figure{height:330px;min-height:0}.vod-editorial-standard>div{padding:54px 20px}.vod-editorial-standard h2{font-size:48px}.vod-footer-prompt{display:block;padding:52px 20px}.vod-footer-prompt h2{margin:15px 0 24px;font-size:46px}.vod-footer-grid{display:block;padding:42px 20px}.vod-footer-grid>div{margin-bottom:34px}.vod-category-open{display:block;padding:58px 18px 45px}.vod-category-open>p{margin-bottom:16px}.vod-category-open h1{font-size:62px}.vod-category-open>div{margin-top:30px}.vod-category-board{padding:50px 18px 75px}.vod-category-board--map,.vod-category-board--scale{display:block}.vod-category-board--map>aside{margin-bottom:35px}.vod-board-map-grid{display:block}.vod-board-map-grid article,.vod-board-map-grid article:nth-child(2){margin:0 0 24px}.vod-board-map-grid article>a{height:220px}.vod-category-board--ledger{display:block}.vod-ledger-lead{display:flex;flex-direction:column;min-height:0;border-right:0}.vod-ledger-lead>a{height:270px}.vod-ledger-lead>div{padding:26px}.vod-ledger-lead h2{font-size:39px}.vod-category-board--ledger>aside{padding:18px}.vod-category-board--systems>header{display:block}.vod-category-board--systems>header>p{margin-bottom:13px}.vod-category-board--systems>header h2{font-size:46px}.vod-category-board--systems>div{display:block}.vod-category-board--systems article{display:grid;grid-template-columns:44px 110px 1fr;gap:13px;border-right:0}.vod-category-board--systems article>b{margin:0}.vod-category-board--systems article>a{height:94px;margin:0}.vod-category-board--systems article p{display:none}.vod-category-board--systems h2{font-size:21px}.vod-category-board--growth>article{display:flex;flex-direction:column-reverse;min-height:0}.vod-category-board--growth>article>img{height:300px}.vod-category-board--growth>article>div{padding:37px 20px}.vod-category-board--growth h2{font-size:49px}.vod-category-board--growth>div{display:block;margin-top:0}.vod-story--growth{display:grid;grid-template-columns:110px 1fr;gap:14px}.vod-story--growth .vod-story-image{height:94px}.vod-story--growth .vod-story-copy{padding:0}.vod-story--growth p,.vod-story--growth .vod-meta span+span{display:none}.vod-category-board--scale>header{margin-bottom:25px}.vod-category-board--scale ol{border-top:1px solid var(--ink)}.vod-category-board--scale li{grid-template-columns:25px 1fr;gap:12px}.vod-category-board--scale li>a{font-size:24px}.vod-category-board--scale li>span,.vod-category-board--scale figure{display:none}.vod-category-append{padding:0 18px 75px}.vod-category-append>header{display:block;margin-bottom:25px}.vod-category-append>header>p{margin-bottom:13px}.vod-category-append>header h2{font-size:44px}.vod-category-ledger article{grid-template-columns:24px 1fr 88px;gap:12px;min-height:128px}.vod-category-ledger h3{font-size:21px}.vod-category-ledger .vod-meta span+span{display:none}.vod-category-ledger article>a{height:82px}.vod-cross-reading{display:block;padding:44px 18px 70px}.vod-cross-reading>p{margin-bottom:20px}.vod-cross-reading>div{display:block}.vod-cross-reading a{margin-top:13px}.vod-article-hero{display:block;padding:54px 18px 41px}.vod-article-hero h1{font-size:56px}.vod-article-hero>div:last-child{margin-top:30px}.vod-article-lead{height:340px}.vod-article-layout{display:block;padding:52px 18px}.vod-article-rail{position:static;margin-bottom:35px}.vod-article-rail>div{display:none}.vod-article-body{font-size:17px}.vod-intro{font-size:23px}.vod-article-body h2{font-size:34px}.vod-article-checkpoints{padding:24px}.vod-related{display:block;padding:45px 18px 70px}.vod-related>p{margin-bottom:23px}.vod-related>div{display:block}.vod-related a{display:grid;grid-template-columns:110px 1fr;gap:13px;margin-top:16px}.vod-related a>img{height:90px;margin:0}.vod-related a>small{grid-column:2;margin-top:-20px}.vod-archive-hero{padding:58px 18px 43px}.vod-archive-hero h1{font-size:70px}.vod-archive-filter{padding:16px 18px}.vod-archive-list{padding:0 18px 70px}.vod-archive-list article{grid-template-columns:24px 88px 1fr;gap:12px;min-height:126px}.vod-archive-list article>a:not(.vod-archive-arrow){height:82px}.vod-archive-list h2{font-size:22px}.vod-archive-list .vod-meta span+span{display:none}.vod-archive-arrow{display:none}.vod-commercial-open{display:flex;flex-direction:column-reverse;min-height:0}.vod-commercial-open figure{min-height:0;height:300px}.vod-commercial-open>div{padding:52px 20px}.vod-commercial-open h1{font-size:52px}.vod-deals-disclosure,.vod-landing-disclosure{margin:30px 18px;padding:16px}.vod-deal-grid,.vod-shortlist{display:block;padding:0 18px 70px}.vod-deal-grid article{margin-top:28px}.vod-deal-grid img{height:230px}.vod-shortlist article,.vod-shortlist article:last-child{min-height:0;margin-top:14px;border-right:1px solid var(--line)}.vod-shortlist b{margin-bottom:35px}.vod-fixed-page{padding:56px 18px 72px}.vod-fixed-hero{display:block;padding-bottom:41px}.vod-fixed-hero h1{font-size:58px}.vod-fixed-hero>div:last-child{margin-top:28px}.vod-fixed-layout{display:block;padding-top:38px}.fixed-page-sidebar{margin-bottom:25px}.vod-fixed-body{display:block}.fixed-page-visual-card{min-height:0;margin-bottom:13px;padding:21px}.vod-legacy{padding:74px 18px}.vod-legacy h1{font-size:62px}}
