*{margin:0;padding:0;box-sizing:border-box}
body{background:#fff;color:#000;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;line-height:1.8;font-size:16px}
h1,h2,h3,h4{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#000}
h1{font-weight:200;font-size:clamp(28px,5vw,42px);letter-spacing:-0.5px}
h2{font-weight:300;font-size:22px}
h3{font-weight:400;font-size:18px}
a{color:#000;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:920px;margin:0 auto;padding:0 24px}
.site-header{background:#fff;padding:40px 0 0;border-bottom:none}
.header-inner{display:flex;flex-direction:column;align-items:center}
.site-brand{display:flex;align-items:center;text-decoration:none;margin-bottom:20px}
.site-logo img{max-width:300px;height:auto}
.site-title,.site-tagline{display:none}
.nav-menu{display:flex;gap:28px;padding:16px 0}
.nav-menu a{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:400;color:#000}
.nav-menu a:hover{opacity:0.5}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:#000;margin:5px 0;transition:all .3s}
.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.hero{padding:60px 0 0;text-align:center}
.hero h1{margin-bottom:8px}
.hero p{font-style:italic;font-size:18px;color:#888;font-weight:300}
.hero-image{margin-top:40px}
.hero-image img{width:100%;height:auto;display:block}
.featured-post{padding:60px 0 0}
.featured-post .card-image img{width:100%;height:auto}
.featured-post .card-category{text-transform:uppercase;letter-spacing:3px;font-size:11px;font-weight:400;color:#000;margin-top:20px;display:block}
.featured-post h2{font-weight:300;font-size:28px;margin:8px 0}
.featured-post h2 a{color:#000}
.featured-post h2 a:hover{opacity:0.5}
.featured-post .card-meta{color:#888;font-size:13px}
.featured-post .card-excerpt{margin-top:12px;color:#444;font-size:15px;line-height:1.7}
.post-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px 0}
.post-card .card-image img{width:100%;height:auto}
.card-category{text-transform:uppercase;letter-spacing:3px;font-size:11px;font-weight:400;color:#000;margin-top:16px;display:block}
.card-category a{color:#000;text-transform:uppercase;letter-spacing:3px;font-size:11px;font-weight:400}
.post-card h3{font-weight:400;font-size:18px;margin:6px 0}
.post-card h3 a{color:#000}
.post-card h3 a:hover{opacity:0.5}
.card-meta{color:#888;font-size:13px}
.article-header{text-align:center;padding:60px 0 20px;max-width:640px;margin:0 auto}
.article-header .card-category{margin-bottom:12px}
.article-header h1{margin-bottom:12px}
.article-header .card-meta{margin-bottom:0}
.article-image{margin:0 auto;max-width:920px;padding:0 24px}
.article-image img{width:100%;height:auto}
.article-content{max-width:640px;margin:40px auto;padding:0 24px}
.article-content p{margin-bottom:20px}
.article-content h2{margin:40px 0 16px}
.article-content a{color:#000;text-decoration:underline;text-underline-offset:3px}
.article-content a:hover{opacity:0.5}
.related-posts{max-width:640px;margin:0 auto 60px;padding:0 24px}
.related-posts h3{font-weight:400;font-size:16px;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}
.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.related-grid .post-card h3{font-size:16px}
.category-header{text-align:center;padding:60px 0 20px}
.category-header h1{margin-bottom:8px}
.category-header p{color:#888;font-size:15px}
.page-header{text-align:center;padding:60px 0 20px;max-width:640px;margin:0 auto}
.page-content{max-width:640px;margin:0 auto 60px;padding:0 24px}
.page-content p{margin-bottom:20px}
.page-content h2{margin:32px 0 12px}
.page-content a{color:#000;text-decoration:underline;text-underline-offset:3px}
.page-content a:hover{opacity:0.5}
.site-footer{background:#fff;padding:40px 0;text-align:center;border-top:1px solid #eee}
.footer-logo{display:block;margin:0 auto}
.footer-logo img{max-width:180px;height:auto;margin:0 auto}
@media(max-width:768px){
.menu-toggle{display:block;position:absolute;left:24px;top:26px}
.nav-menu{display:none;flex-direction:column;width:100%;gap:0;padding:12px 0;background:#fff}
.nav-menu.open{display:flex}
.nav-menu a{padding:10px 0;border-bottom:1px solid #eee}
.site-header{position:relative}
.post-grid{grid-template-columns:1fr}
.related-grid{grid-template-columns:1fr}
}
