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