:root{--paper:#f3f1eb;--ink:#11110f;--blue:#4aa6df;--soft:#cce9f7;--line:rgba(17,17,15,.24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 "DM Sans",sans-serif}a{color:inherit}.top{height:80px;padding:0 4vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.logo{font:400 2.05rem/1 "Instrument Serif",serif;text-decoration:none}.back{display:flex;align-items:center;gap:10px;font-size:.82rem;text-decoration:none}.back svg,.arrow{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.mast{padding:8vw 4vw 6vw;display:grid;grid-template-columns:.25fr .75fr;min-height:650px;border-bottom:1px solid}.label{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.mast h1,.content h2,.cta h2{font-size:clamp(4.2rem,8vw,8.5rem);line-height:.84;letter-spacing:-.065em;font-weight:500;margin:0}.mast h1 em,.content h2 em,.cta h2 em{font:400 1.05em/1 "Instrument Serif",serif;color:var(--blue)}.mast-copy{font-size:1.25rem;max-width:700px;margin:3rem 0 0}.content{padding:8vw 4vw;display:grid;grid-template-columns:.55fr .45fr;gap:7vw}.content h2{font-size:clamp(3.2rem,5.7vw,6rem)}.prose p{font-size:1.1rem;max-width:640px}.items{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid;margin-top:6rem;grid-column:1/-1}.item{padding:2rem;min-height:230px;border-right:1px solid}.item:last-child{border-right:0}.item span{font-size:.7rem;letter-spacing:.13em}.item h3{font-size:1.5rem;letter-spacing:-.03em;margin-top:4rem}.cta{background:var(--soft);padding:7vw 4vw}.cta a{display:flex;align-items:center;justify-content:space-between;max-width:620px;border:1px solid;border-radius:100px;padding:1.2rem 1.5rem;text-decoration:none;margin-top:3rem}footer{background:var(--ink);color:var(--paper);padding:3rem 4vw;display:flex;justify-content:space-between;gap:2rem;font-size:.78rem}.notes{padding:7vw 4vw}.notes-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:5rem}.notes-head h1{font-size:clamp(4rem,7vw,7.5rem);line-height:.85;letter-spacing:-.06em;margin:0}.notes-head h1 em{font:400 1.05em/1 "Instrument Serif";color:var(--blue)}.stack{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;max-width:1200px}.note{background:#fff;border:1px solid;padding:2rem;min-height:430px;box-shadow:14px 14px 0 var(--soft);text-decoration:none}.note:nth-child(2){transform:translateY(35px) rotate(1.2deg)}.note:nth-child(3){transform:translateY(70px) rotate(2.3deg)}.note small{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.note h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.05;letter-spacing:-.045em;margin:6rem 0 2rem}.note p{color:#555}.all{margin:9rem 0 2rem;display:inline-flex;gap:2rem;align-items:center;text-underline-offset:6px}
@media(max-width:760px){.top{height:70px;padding:0 1.25rem}.mast{padding:5rem 1.25rem;grid-template-columns:1fr;gap:3rem;min-height:620px}.mast h1{font-size:clamp(4rem,20vw,6rem)}.content{padding:5rem 1.25rem;grid-template-columns:1fr}.items{grid-template-columns:1fr;margin-top:2rem}.item{border-right:0;border-bottom:1px solid;min-height:190px}.item:last-child{border-bottom:0}.cta{padding:5rem 1.25rem}footer{padding:3rem 1.25rem;flex-direction:column}.notes{padding:5rem 1.25rem}.notes-head{align-items:start;flex-direction:column;gap:2rem}.stack{grid-template-columns:1fr}.note,.note:nth-child(2),.note:nth-child(3){min-height:330px;transform:none;margin-bottom:-90px}.note:nth-child(2){margin-left:10px}.note:nth-child(3){margin-left:20px;margin-bottom:0}.note h2{margin-top:4rem}.all{margin-top:7rem}}
.research-page{--blue:#ff7259;--soft:#ffe0d8}.advisory-page{--blue:#9e91ff;--soft:#e3dfff}.thinking-page{--blue:#4aa6df;--soft:#cce9f7}.top{border-top:5px solid var(--blue)}.cta a{transition:background-color .25s ease}.cta a:hover,.cta a:focus-visible{background:var(--blue);outline:none}.labs-cases{margin:8rem -4vw -7vw;padding:8vw 4vw;background:#11110f;color:var(--paper)}.labs-cases-head{display:grid;grid-template-columns:.25fr .55fr .2fr;gap:4vw;align-items:end}.labs-cases h2{font-size:clamp(3.5rem,6vw,6.5rem);line-height:.88;letter-spacing:-.055em;font-weight:500;margin:0}.labs-cases h2 em{font:400 1.06em/1 "Instrument Serif",serif;color:#ddf15a}.labs-cases-head>p:last-child{color:#bbb}.case-list{display:grid;grid-template-columns:1fr 1fr;margin-top:5rem;border-top:1px solid #777}.case{position:relative;min-height:320px;padding:2rem;border-right:1px solid #777;text-decoration:none;transition:background-color .25s ease,color .25s ease}.case:last-child{border-right:0}.case:hover,.case:focus-visible{background:#ddf15a;color:var(--ink);outline:0}.case small{text-transform:uppercase;letter-spacing:.12em}.case h3{font-size:clamp(3rem,5vw,5rem);margin:4rem 0 1rem;letter-spacing:-.055em}.case p{max-width:440px}.case svg{position:absolute;right:2rem;bottom:2rem}@media(max-width:760px){.labs-cases{margin:7rem -1.25rem -5rem;padding:6rem 1.25rem}.labs-cases-head{grid-template-columns:1fr;align-items:start}.case-list{grid-template-columns:1fr}.case{border-right:0;border-bottom:1px solid #777}.case:last-child{border-bottom:0}}
