@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Poppins:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Sans:ital,wght@0,400;0,600;1,400&display=swap");:root{--navy:#081550;--midnight:#04092e;--teal:#00818b;--teal-bright:#00818b;--teal-deep:#00646d;--sky:#9fd8dc;--amber:#f5b800;--slate:#8892b5;--ink:#090909;--mist:#e9f3f4;--haze:#eceef4;--font-heading:"Poppins","Century Gothic",Arial,sans-serif;--font-body:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;--font-krona:"Krona One","Poppins",sans-serif;--paper:#fff;--paper-2:var(--haze);--teal-2:var(--teal-bright);--yellow:var(--teal);--orange:var(--teal);--ink-soft:#5a6070;--navy-2:#0b1c66;--display:var(--font-heading);--sans:var(--font-body);--mono:var(--font-heading);--rule:rgba(8,21,80,.12);--rule-light:hsla(0,0%,100%,.18);--wrap:1240px;--section-y:clamp(64px,10vh,150px)}.hero,.on-navy,.process,.section-dark,.section-footer{--teal:var(--teal-bright);--orange:var(--teal-bright);--yellow:var(--teal-bright);--ink-soft:#b8c0da}.on-paper,.section-light,.section-panel,.sectors,.solve{--teal:#00818b;--orange:#00818b;--yellow:#00818b;--ink-soft:#5a6070}*{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth;scroll-padding-top:88px;overflow-x:clip;max-width:100%}@media (orientation:landscape) and (max-height:520px){body,html{scroll-padding-top:58px}}::selection{background:rgba(0,129,139,.35)}body{font-family:var(--font-body);font-weight:400;font-size:17px;line-height:1.7;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}h1{font-size:clamp(44px,8vw,96px);line-height:1.05;letter-spacing:.02em}h1,h2{font-family:var(--font-heading);font-weight:600;margin:0}h2{font-size:clamp(26px,4vw,40px);line-height:1.25}h3{font-size:20px;line-height:1.35}h3,h4,h5{font-family:var(--font-heading);font-weight:500;margin:0}p{margin:0}.label,.nav a{font-family:var(--font-heading);font-weight:500;font-size:14px}.verbatim,blockquote{font-family:var(--font-body);font-style:italic;color:var(--teal-deep);margin:0}.on-navy .verbatim,.on-navy blockquote,.section-dark .verbatim,.section-dark blockquote,.section-footer .verbatim{color:var(--teal-bright)}.wordmark{font-weight:600;letter-spacing:.04em;line-height:1;color:#fff}.wordmark,.wordmark-tagline{font-family:var(--font-heading);text-transform:uppercase}.wordmark-tagline{font-weight:500;font-size:13px;letter-spacing:.45em;color:var(--teal-bright);margin-top:.75em}.on-paper .wordmark,.section-light .wordmark{color:var(--navy)}.section-light .wordmark-tagline{color:var(--teal)}.section-light{background:#fff;color:var(--ink)}.section-light h1,.section-light h2,.section-light h3{color:var(--navy)}.section-panel{background:var(--mist);color:var(--ink)}.section-panel h1,.section-panel h2,.section-panel h3{color:var(--navy)}.section-dark{background:var(--navy);color:#fff}.section-dark .body-secondary{color:#b8c0da}.section-footer{background:var(--midnight);color:#fff}.highlight{color:var(--teal)}.annotate{border-bottom:2px solid var(--teal);padding-bottom:2px}.on-navy .annotate,.section-dark .annotate{border-bottom-color:var(--teal-bright)}.ghost-number{font-family:var(--font-heading);font-weight:600;font-size:clamp(72px,11vw,180px);line-height:.8;color:var(--mist);letter-spacing:-.02em;display:block}.on-navy .ghost-number,.process .ghost-number,.section-dark .ghost-number{color:rgba(0,129,139,.14)}.chapter{display:grid;grid-template-columns:clamp(90px,9vw,120px) 1fr;grid-gap:clamp(20px,3vw,48px);gap:clamp(20px,3vw,48px);align-items:start}.chapter-body{border-top:1px solid var(--navy);padding-top:clamp(18px,2.4vw,30px)}.on-navy .chapter-body,.process .chapter-body,.section-dark .chapter-body{border-top-color:hsla(0,0%,100%,.35)}@media (max-width:760px){.chapter{grid-template-columns:1fr;gap:12px}}.qrow{display:flex;gap:14px;align-items:baseline;padding:16px 0;border-bottom:1px solid rgba(8,21,80,.12)}.on-navy .qrow,.section-dark .qrow{border-bottom-color:hsla(0,0%,100%,.16)}.qindex{font-family:var(--font-heading);font-weight:600;font-size:13px;letter-spacing:1px;color:var(--teal);flex-shrink:0}ul.slash{list-style:none;padding-left:1.2em;margin:0}ul.slash li{position:relative;margin-bottom:.5em}ul.slash li:before{content:"/";position:absolute;left:-1.2em;font-family:var(--font-heading);font-weight:600;color:var(--teal)}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 6vw}.section{position:relative;padding:var(--section-y) 0}.section.on-paper{background:#fff;color:var(--ink)}.section.on-navy{background:var(--navy);color:#fff}.btn,.btn-primary{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:600;font-size:13.5px;letter-spacing:.14em;text-transform:uppercase;background:var(--teal);color:#fff;padding:14px 24px;border-radius:6px;border:none;cursor:pointer;transition:background .18s ease,transform .18s ease}.btn-primary:hover,.btn:hover{background:#006a72;transform:translateY(-1px)}.hero .btn-primary,.on-navy .btn-primary,.section-dark .btn-primary{background:var(--teal-bright);color:var(--midnight)}.hero .btn-primary:hover,.on-navy .btn-primary:hover,.section-dark .btn-primary:hover{background:#00939e}a{color:var(--teal);text-decoration:underline}.hero a,.section-dark a,.section-footer a{color:var(--teal-bright)}.nav a,a.btn,a.btn-primary,a.no-underline{text-decoration:none}.h-section{font-family:var(--font-heading);font-weight:600;font-size:clamp(26px,4vw,40px);line-height:1.25;max-width:20ch}.lead{font-family:var(--font-body);font-size:17px;line-height:1.7;color:var(--ink-soft);max-width:56ch}.seam{height:2px;width:100%;background:var(--teal)}.sec-slash{font-family:var(--font-krona);font-weight:400;font-size:clamp(24px,2.6vw,34px);line-height:1;color:var(--teal-bright);margin-right:.5ch}