:root{--navy:#102638;--ink:#172f42;--paper:#fff;--pale:#f2f5f6;--muted:#536471;--line:#d6dfe4;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid #799bb5;outline-offset:7px}::selection{background:#c2d6e3;color:var(--navy)}.skip{position:fixed;z-index:10;left:20px;top:-100px;background:white;padding:15px}.skip:focus{top:15px}.header{height:110px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:5}.brand{display:inline-flex;align-items:center;flex-direction:column;flex-shrink:0}.brand-name{font-family:var(--serif);font-size:44px;line-height:.94;letter-spacing:-3px;padding-right:3px}.brand-sub{font-size:10px;letter-spacing:3.1px;line-height:1.5;margin-top:9px;padding-left:3px}nav{display:flex;align-items:center;gap:44px}nav a{font-size:14px;padding:12px 0;border-bottom:1px solid transparent;transition:border-color .2s}nav a:hover{border-color:var(--navy)}nav a:last-child{margin-left:24px}nav a span{margin-left:15px}.menu-toggle{display:none}.hero{position:relative;background:var(--navy);color:#fff;min-height:680px;height:calc(100svh - 110px);max-height:980px;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,42,.69),rgba(6,26,42,.17) 64%,rgba(6,26,42,.04)),linear-gradient(0deg,rgba(7,24,37,.38),transparent 45%)}.hero-content{position:relative;z-index:1;padding:clamp(100px,12vh,160px) 8% 120px}.eyebrow{font-size:12px;font-weight:400;letter-spacing:2px;line-height:1.8;margin:0}.hero .eyebrow{color:#e0e8ed;margin-bottom:35px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400;font-family:var(--serif)}h1{font-size:clamp(52px,5.7vw,90px);line-height:1.12;letter-spacing:-2.8px;margin-bottom:30px}em{font-weight:400}h1 em{color:#e3eaf0}.hero-intro{font-size:17px;line-height:1.8;color:#eff3f5;margin-bottom:35px}.text-link{display:inline-flex;gap:42px;justify-content:space-between;align-items:center;font-size:14px;padding:13px 0;border-bottom:1px solid currentColor;transition:gap .2s}.text-link:hover{gap:54px}.light{color:#fff}.hero-caption{position:absolute;bottom:30px;left:8%;right:6%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:2px;color:#e0e8ed}.section{padding:90px 8% 105px;scroll-margin-top:0}.section-label{display:flex;align-items:center;gap:22px;margin-bottom:64px}.index{font-size:12px;color:#657788}.section-label .eyebrow{font-size:12px}.about-body{display:grid;grid-template-columns:1.07fr 1fr;gap:70px}h2{font-size:clamp(42px,4.25vw,65px);line-height:1.15;letter-spacing:-1.8px;margin-bottom:0}.about-copy{max-width:500px;padding-top:5px}.about-copy p{font-size:17px;line-height:1.9;color:var(--muted);margin-bottom:20px}.about-copy p:first-child{color:var(--ink)}.initials-note{margin-top:62px;display:flex;align-items:center;gap:25px}.initials-note>span:not(.joining-line){font-family:var(--serif);font-size:37px}.joining-line{width:62px;height:1px;background:#91a1af}.initials-note p{font-size:12px;line-height:1.7;color:var(--muted);margin:0 0 0 18px;letter-spacing:.2px}.approach{background:var(--pale)}.approach-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:70px}.approach-heading>p{font-size:17px;line-height:1.85;color:var(--muted);max-width:340px;margin-bottom:6px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;margin-top:75px}.principles article{border-top:1px solid #b9c8d1;padding-top:26px}.principle-number{font-family:var(--serif);font-size:21px;color:#6d8190}.principles h3{font-size:29px;line-height:1.2;margin:31px 0 19px;letter-spacing:-.7px}.principles p{font-size:16px;color:var(--muted);line-height:1.9;margin:0}.horizon{background:var(--navy);color:#fff;padding-bottom:48px}.horizon .index{color:#b3c4d0}.horizon-body{text-align:center;max-width:860px;margin:0 auto}.horizon-body>.eyebrow{color:#b3c4d0;margin-bottom:29px}.horizon-body h2{font-size:clamp(46px,5.1vw,78px)}.horizon-body>p:not(.eyebrow){max-width:520px;margin:29px auto 24px;color:#c5d1da;font-size:17px;line-height:1.9}.horizon-body em{color:#c8d7e1}.horizon-line{display:flex;align-items:center;gap:24px;color:#9aafbf;font-size:10px;letter-spacing:2px;margin-top:84px}.horizon-line i{height:1px;background:#3a5060;flex:1}footer{padding:58px 6% 25px}.footer-main{display:flex;align-items:center;gap:75px;padding-bottom:48px}.footer-main p{margin:0;font-family:var(--serif);font-size:22px;line-height:1.5}.back-top{margin-left:auto;font-size:14px;display:flex;gap:24px;padding:12px 0}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;line-height:1.7}.footer-bottom>span:last-child{letter-spacing:.6px}@media(min-width:1700px){.header,footer{padding-left:calc((100% - 1480px)/2);padding-right:calc((100% - 1480px)/2)}.section{padding-left:calc((100% - 1410px)/2);padding-right:calc((100% - 1410px)/2)}.hero-content{padding-left:calc((100% - 1410px)/2)}}@media(max-width:900px){nav{gap:26px}nav a:last-child{margin-left:0}.hero{min-height:650px}.hero-content{padding-top:115px}h1{font-size:66px}.about-body{gap:40px}.section{padding-left:7%;padding-right:7%}.principles{gap:25px}.principles h3{font-size:26px}.approach-heading{gap:35px}.approach-heading>p{max-width:280px}.footer-main{gap:45px}}@media(max-width:640px){html{scroll-padding-top:25px}.header{height:90px;padding:0 7%}.brand-name{font-size:37px}.brand-sub{font-size:9px;letter-spacing:2.4px;margin-top:7px}.menu-toggle{display:flex;align-items:center;gap:23px;min-height:44px;border:0;background:transparent;color:var(--ink);font-size:14px;padding:5px 0}.menu-toggle span{font-size:24px;font-weight:300}nav{display:none;position:absolute;top:90px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:10px 7% 28px;box-shadow:0 12px 20px #10263812}nav.open{display:flex}nav a{padding:17px 0;border-bottom:1px solid var(--line)}nav a:last-child{display:flex;justify-content:space-between}.hero{height:calc(90svh - 90px);min-height:620px;max-height:800px}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(6,26,42,.65),rgba(6,26,42,.23)),linear-gradient(0deg,rgba(7,24,37,.4),transparent 70%)}.hero-content{padding:94px 7% 115px}.hero .eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:30px}h1{font-size:clamp(43px,10vw,62px);letter-spacing:-1.8px;line-height:1.18;margin-bottom:26px}.hero-intro{font-size:16px;line-height:1.8;margin-bottom:28px}.hero-caption{left:7%;right:7%;font-size:9px;letter-spacing:1.3px;bottom:28px;gap:20px}.hero-caption span:last-child{text-align:right}.section{padding:60px 7% 68px}.section-label{margin-bottom:42px}.about-body{grid-template-columns:1fr;gap:30px}h2{font-size:44px;letter-spacing:-1.5px}.about-copy p{font-size:16px;line-height:1.85}.initials-note{margin-top:35px;gap:16px}.initials-note p{margin-left:8px}.joining-line{width:40px}.approach-heading{display:block}.approach-heading>p{max-width:none;margin:27px 0 0;font-size:16px}.principles{grid-template-columns:1fr;gap:35px;margin-top:42px}.principles article{padding-top:23px;display:grid;grid-template-columns:36px 1fr;column-gap:13px}.principles h3{font-size:29px;margin:0 0 17px}.principles p{grid-column:2}.horizon-body h2{font-size:45px}.horizon-body>.eyebrow{font-size:10px;letter-spacing:1.5px}.horizon-body>p:not(.eyebrow){font-size:16px}.horizon-line{margin-top:61px}.horizon{padding-bottom:30px}footer{padding:40px 7% 25px}.footer-main{gap:30px;flex-wrap:wrap;padding-bottom:30px}.footer-main p{font-size:20px;margin-left:auto}.back-top{margin-left:0;margin-top:15px;font-size:13px}.footer-bottom{font-size:11px;gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.header-monogram{display:block;width:64px;height:auto}
@media(max-width:640px){.header-monogram{width:54px}}

.founders{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:58px}.founders article{border-top:1px solid var(--line);padding-top:28px}.founders h3{font-size:38px;line-height:1.2;letter-spacing:1px;margin:0 0 20px}.founders p,.shared-purpose p{font-size:17px;line-height:1.9;color:var(--muted);margin:0;max-width:510px}.shared-purpose{border-top:1px solid var(--line);margin-top:48px;padding-top:32px;display:grid;grid-template-columns:1.07fr 1fr;gap:70px}.shared-purpose h3{font-size:34px;line-height:1.2;margin:0}.shared-purpose p{color:var(--ink)}@media(max-width:900px){.founders,.shared-purpose{gap:40px}}@media(max-width:640px){.founders{grid-template-columns:1fr;gap:32px;margin-top:36px}.founders h3{font-size:34px}.founders p,.shared-purpose p{font-size:16px;line-height:1.85}.shared-purpose{grid-template-columns:1fr;gap:20px;margin-top:36px}}

/* Keep the shorter narrative spacious, with balanced columns. */
.about-body{grid-template-columns:1.15fr 1fr;gap:60px}.principles{margin-top:55px}.horizon-body{padding:10px 0 24px}.horizon-body>p:not(.eyebrow){max-width:560px}.hero-content{max-width:1500px}.footer-main{padding-bottom:36px}@media(max-width:900px){.about-body{gap:35px}}@media(max-width:640px){.about-body{grid-template-columns:1fr;gap:28px}.about-body h2{font-size:clamp(36px,8.8vw,44px)}.principles{margin-top:38px}.horizon-body h2{font-size:clamp(36px,9vw,45px)}.horizon-body>p:not(.eyebrow) br{display:none}.horizon-body>p:not(.eyebrow){max-width:330px}.footer-main{flex-wrap:nowrap;justify-content:space-between}.back-top{margin:0}}



.about-body h2{font-size:clamp(36px,3.65vw,58px)}@media(max-width:640px){.about-body h2{font-size:clamp(30px,7.8vw,42px)}}

.hero-intro{max-width:620px}

.horizon-forward{margin:22px 0 0;text-align:center;font-family:var(--serif);font-size:clamp(26px,3vw,38px);font-style:italic;line-height:1.3;color:#c8d7e1}
