.blog-main{padding-top:calc(var(--header-h) + 2rem);padding-bottom:4rem}.blog-page-header{padding:2rem 0 3rem;text-align:center}.blog-page-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;margin:0 0 .5rem;color:var(--text)}.blog-page-desc{color:var(--text-muted);font-size:1.1rem;max-width:560px;margin:0 auto}.blog-list{display:flex;flex-direction:column;gap:1.5rem;max-width:720px;margin:0 auto}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s,transform .2s}.blog-card:hover{border-color:var(--accent-soft);transform:translateY(-2px)}.blog-card-link{display:block;padding:2rem;color:inherit;text-decoration:none}.blog-card-link:hover{text-decoration:none;color:inherit}.blog-card-title{font-family:var(--font-sans);font-size:1.35rem;font-weight:600;margin:0 0 .75rem;color:var(--text);line-height:1.35}.blog-card-excerpt{color:var(--text-muted);font-size:1rem;margin:0 0 1rem;line-height:1.6}.blog-card-date{font-size:.9rem;color:var(--accent)}.post-header{padding:2rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.post-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin:0 0 .75rem;color:var(--text);line-height:1.25}.post-meta{font-size:.95rem;color:var(--text-muted)}.post-meta time{color:var(--accent)}.post-body{max-width:720px;margin:0 auto;font-size:1.05rem;line-height:1.75}.post-body h2{font-family:var(--font-sans);font-size:1.4rem;font-weight:600;margin:2.25rem 0 1rem;color:var(--text)}.post-body h3{font-size:1.15rem;font-weight:600;margin:1.75rem 0 .75rem;color:var(--text)}.post-body p{margin:0 0 1.25rem;color:var(--text-muted)}.post-body ul,.post-body ol{margin:0 0 1.25rem;padding-left:1.5rem;color:var(--text-muted)}.post-body li{margin-bottom:.5rem}.post-body a{color:var(--accent)}.post-back{display:inline-block;margin-bottom:2rem;font-size:.95rem;color:var(--text-muted)}.post-back:hover{color:var(--accent);text-decoration:none}.post-hero-graphic{width:100%;max-width:560px;margin:0 auto 2rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--accent)}.post-hero-graphic picture{display:block;width:100%}.post-hero-graphic img{width:100%;max-height:min(380px,58vw);height:auto;object-fit:contain;border-radius:var(--radius);display:block;margin:0 auto}.post-hero-graphic svg{width:100%;height:auto;max-height:200px}.post-hero-graphic figcaption{display:none}.section-with-icon{display:flex;gap:1rem;align-items:flex-start;margin:2.25rem 0 0}.section-with-icon .section-icon{flex-shrink:0;width:48px;height:48px;padding:10px;background:var(--accent-soft);border-radius:var(--radius);color:var(--accent)}.section-with-icon .section-icon svg{width:100%;height:100%;display:block}.section-with-icon .section-content{flex:1;min-width:0}.section-with-icon .section-content h2{margin-top:0}.section-with-icon .section-content h2:first-child{margin-top:0}.post-figure{margin:1.5rem 0;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.post-figure svg{width:100%;height:auto;display:block;margin-bottom:.75rem}.post-figure figcaption{font-size:.9rem;color:var(--text-muted);text-align:center;margin:0}
