@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap";:root{--background: #FFFFFF;--foreground: #000000;--border: #000000;--max-width: 1200px;--spacing: 2rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:800;text-transform:uppercase;letter-spacing:-.05em}a{color:inherit;text-decoration:none}input,button{font-family:inherit;font-size:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-l{border-left:1px solid var(--border)}.border-r{border-right:1px solid var(--border)}.py-large{padding-top:8rem;padding-bottom:8rem}.py-medium{padding-top:4rem;padding-bottom:4rem}.grid-pillars{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.grid-pillars{grid-template-columns:repeat(4,1fr)}}.pillar{padding:2rem;border-bottom:1px solid var(--border)}@media(min-width:768px){.pillar:not(:last-child){border-right:1px solid var(--border)}.pillar{border-bottom:0}}.about-link{color:var(--foreground);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .2s ease}.about-link:hover{border-bottom:1px solid var(--border)}.profile-section{padding:8rem 0}.profile-header{font-size:1rem;letter-spacing:.2em;margin-bottom:4rem;opacity:.5}.profile-content{max-width:800px;margin:0 auto}.profile-text{font-size:1.5rem;line-height:1.8;margin-bottom:3rem}.modal-overlay{position:fixed;inset:0;background-color:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{background-color:#fff;border:1px solid #000000;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:3rem;position:relative}.modal-close{position:absolute;top:1rem;right:1.5rem;font-size:1.5rem;background:none;border:none;cursor:pointer;font-weight:300}.modal-title{font-size:1rem;font-weight:900;letter-spacing:.1em;margin-bottom:2rem;text-transform:uppercase}.modal-body{font-size:.9rem;line-height:1.6}.modal-body h4{font-size:.8rem;margin-top:1.5rem;margin-bottom:.5rem;opacity:.7}.modal-body p{margin-bottom:1rem}.serif{font-family:Libre Baskerville,serif}.post-container{max-width:700px;margin:0 auto;padding:8rem 2rem}.post-header{margin-bottom:4rem}.post-title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1rem}.post-meta{font-size:.8rem;opacity:.5;text-transform:uppercase;letter-spacing:.1em}.post-content{font-size:1.2rem;line-height:1.8}.post-content h2,.post-content h3{margin-top:3rem;margin-bottom:1rem;text-transform:none;letter-spacing:normal;font-weight:700}.post-content p{margin-bottom:2rem}.post-content ul{margin-bottom:2rem;padding-left:1.5rem}.post-content li{margin-bottom:1rem}.back-button{display:inline-block;margin-top:4rem;font-size:.8rem;font-weight:900;text-transform:uppercase;border-bottom:1px solid transparent;transition:border-bottom .2s ease;cursor:pointer}.back-button:hover{border-bottom:1px solid var(--border)}.text-center{text-align:center}
