@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&display=swap');
:root{font-family:'Manrope',sans-serif;color:#111;background:#f7f7f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}header,footer{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 4vw;border-bottom:1px solid #ddd;font-size:.78rem}main{width:min(900px,92vw);margin:0 auto;padding:clamp(4rem,10vw,8rem) 0}.eyebrow{font-size:.68rem;letter-spacing:.18em;color:#6e6e6e}h1{margin:2rem 0 5rem;font-size:clamp(3rem,8vw,7rem);font-weight:300;line-height:.92;letter-spacing:-.055em}h1 span{color:#8a8a8a}section{display:grid;grid-template-columns:minmax(150px,1fr) minmax(0,3fr);gap:0 2rem;padding:3rem 0;border-top:1px solid #ddd}h2{margin:0;font-size:1.2rem;font-weight:400}h3{margin:0 0 .7rem;font-size:.82rem;font-weight:500}p{margin:0 0 2.25rem;color:#5f5f5f;font-size:.9rem;line-height:1.8}aside{margin-top:2rem;padding:1.5rem;border:1px solid #ddd;color:#6e6e6e;font-size:.75rem;line-height:1.6}footer{border-top:1px solid #ddd;border-bottom:0;color:#6e6e6e}@media(max-width:650px){header{padding:1.2rem 5vw}section{display:block}h2{margin-bottom:2.5rem}h1{margin-bottom:4rem}}
