@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#0f0e12;background-color:#f3f3f3;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;line-height:1.4}.main-container{max-width:1200px;margin:0 auto;padding:40px}.header{justify-content:flex-start;align-items:flex-start;margin-bottom:80px;padding-bottom:40px;display:flex}.site-title{color:#0f0e12;text-transform:lowercase;letter-spacing:-.01em;font-size:24px;font-weight:200;line-height:1}.site-date{color:#999;margin-top:6px;font-size:13px;font-weight:300;line-height:.9}.nav-grid{grid-template-columns:repeat(4,auto);gap:80px;margin-left:80px;display:grid}.nav-column h2{color:#0f0e12;text-transform:lowercase;letter-spacing:-.01em;margin-bottom:6px;font-size:24px;font-weight:200;line-height:1}.nav-column ul{list-style:none}.nav-column li{margin-bottom:0;line-height:.9}.nav-column a{color:#999;font-size:13px;font-weight:300;line-height:.9;text-decoration:none;transition:color .2s}.nav-column a:hover{color:#0f0e12}.hero{text-align:left;margin:120px 0}.hero h1{color:#0f0e12;letter-spacing:-.02em;margin-bottom:40px;font-size:clamp(32px,5vw,64px);font-weight:300;line-height:.9}.content-page{max-width:800px;margin:0 0 0 120px;padding:0}.content-page h1{color:#0f0e12;margin-bottom:40px;font-size:32px;font-weight:300}.content-page h3{color:#0f0e12;margin-top:40px;margin-bottom:15px;font-size:18px;font-weight:300}.content-page p{color:#333;margin-bottom:20px;font-size:16px;line-height:1.6}.content-page ul{margin-bottom:30px;margin-left:0;list-style:none}.content-page li{margin-bottom:8px;font-size:14px;line-height:1.5}.quote-container{max-width:800px;margin:0 auto}.quote{margin:2em 0;line-height:1.6}a{color:#6366f1;font-weight:500;text-decoration:none;transition:all .2s}a:hover{color:#4f46e5;text-decoration:underline}.email-link{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:300;line-height:.9;text-decoration:none;transition:color .2s}.email-link:hover{color:#0f0e12}.popup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-content{text-align:center;background:#f3f3f3;border-radius:8px;width:90%;max-width:400px;padding:40px;position:relative;box-shadow:0 4px 20px #00000026}.popup-close{cursor:pointer;color:#999;background:0 0;border:none;font-size:24px;font-weight:300;transition:color .2s;position:absolute;top:15px;right:20px}.popup-close:hover{color:#0f0e12}.popup-email{color:#0f0e12;letter-spacing:.5px;font-size:18px;font-weight:300}.blog-posts{max-width:800px;margin:40px 0 0 120px}.blog-post{border-bottom:1px solid #e0e0e0;margin-bottom:60px;padding-bottom:50px}.blog-post:last-child{border-bottom:none}.post-title{margin-bottom:8px;font-size:24px;font-weight:400;line-height:1.3}.post-title a{color:#0f0e12;text-decoration:none;transition:color .2s}.post-title a:hover{color:#6366f1}.post-meta{color:#999;margin-bottom:20px;font-size:13px;font-weight:300}.post-author:after{content:" • ";margin:0 10px}.post-content{color:#333;margin:16px 0;font-size:15px;font-weight:300;line-height:1.7}.post-content p{margin-bottom:16px}.post-content img,.post-content figure{max-width:100%;height:auto;margin:20px 0;display:block}.post-content .image-link-expand,.post-content .pencraft,.post-content figure button{display:none!important}.post-content figure>a{pointer-events:none}.post-content a{color:#6366f1;text-decoration:none}.post-content a:hover{text-decoration:underline}.post-content h1,.post-content h2,.post-content h3{color:#0f0e12;margin:24px 0 12px;font-weight:400}.post-content ul,.post-content ol{margin:0 0 16px 20px}.post-content li{margin-bottom:8px}.post-content blockquote{color:#666;border-left:3px solid #e0e0e0;margin:20px 0;padding-left:20px;font-style:italic}@media (max-width:768px){.header{flex-direction:column;align-items:flex-start}.nav-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:30px;margin-left:0}.hero h1{font-size:32px}.main-container{padding:20px}.content-page,.blog-posts{margin-left:0}}
