@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=DM+Mono:wght@300;400;500&family=Jost:wght@300;400;500;600&display=swap";*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#eceae5;--fg:#3b4769;--a1:#59627e;--a2:#767d92;--a3:#9499a7;--bg-card:#e4e2dc;--bg-dark:#3b4769;--bg-darker:#2e3550;--border:#3b47691f;--border-mid:#3b476938;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Jost", sans-serif;--font-mono:"DM Mono", monospace;--nav-h:68px;--ease-out:cubic-bezier(.22, 1, .36, 1)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--fg);font-family:var(--font-sans);overflow-x:hidden}::selection{background:var(--fg);color:var(--bg)}a{color:inherit;text-decoration:none}button{cursor:pointer;vertical-align:middle;background:0 0;border:none;margin:0;padding:0;font-family:inherit;line-height:normal}nav ul li{align-items:center;display:flex}ul{list-style:none}.fade-up{opacity:0;transition:opacity .75s var(--ease-out), transform .75s var(--ease-out);transform:translateY(28px)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up.d1{transition-delay:.1s}.fade-up.d2{transition-delay:.2s}.fade-up.d3{transition-delay:.3s}.fade-up.d4{transition-delay:.4s}.fade-up.d5{transition-delay:.5s}.section-label{color:var(--a2);font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:300;display:flex}.section-label:before{background:var(--a2);content:"";flex-shrink:0;width:22px;height:1px;display:inline-block}.section-label.light{color:#eceae580}.section-label.light:before{background:#eceae580}.section-heading{color:var(--fg);font-family:var(--font-serif);letter-spacing:-.025em;font-size:clamp(36px,4.5vw,58px);font-weight:500;line-height:1.08}.section-heading em{color:var(--a1);font-style:italic}.section-heading.light{color:var(--bg)}.section-heading.light em{color:#eceae58c}@media (width<=900px){.two-col{grid-template-columns:1fr!important}.four-col,.three-col{grid-template-columns:1fr 1fr!important}}@media (width<=600px){.four-col,.three-col{grid-template-columns:1fr!important}}
