.blog-hero{background:var(--navy-900);color:var(--white);padding:70px 0 50px;text-align:center}.blog-hero h1{font-family:var(--font-serif);font-size:clamp(36px,5vw,56px);font-weight:500;margin-bottom:10px}.blog-hero p{color:#ffffffbf;max-width:560px;margin:0 auto;font-size:15px}.blog-wrap{background:var(--cream-light);padding:50px 0 80px;min-height:50vh}.blog-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px;justify-content:center}.blog-filter a{padding:8px 16px;border-radius:999px;background:var(--white);border:1px solid var(--border);color:var(--navy-900);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:all .2s ease}.blog-filter a:hover,.blog-filter a.active{background:var(--navy-900);color:var(--white);border-color:var(--navy-900)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.post-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .25s ease}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.post-card-image{aspect-ratio:16 / 9;background-size:cover;background-position:center;background-color:var(--navy-700)}.post-card-body{padding:22px 22px 26px;flex:1;display:flex;flex-direction:column}.post-card-meta{font-size:11px;color:var(--gold-600);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;display:flex;gap:10px;align-items:center}.post-card-meta .dot-sep{width:3px;height:3px;background:var(--gold-500);border-radius:50%}.post-card-title{font-family:var(--font-serif);font-size:22px;color:var(--navy-900);margin-bottom:10px;line-height:1.25}.post-card a.post-card-title{color:var(--navy-900);transition:color .2s ease}.post-card a.post-card-title:hover{color:var(--gold-600)}.post-card-excerpt{font-size:14px;color:var(--text-muted);line-height:1.55;margin-bottom:16px;flex:1}.post-card-cta{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--gold-600);text-transform:uppercase;display:inline-flex;align-items:center;gap:6px;align-self:flex-start}.post-card-cta:hover{color:var(--navy-900)}.post-single{max-width:760px;margin:0 auto}.post-single .post-hero-image{aspect-ratio:16 / 8;background-size:cover;background-position:center;border-radius:var(--radius-md);margin-bottom:30px;background-color:var(--navy-700)}.post-single h1{font-family:var(--font-serif);font-size:clamp(32px,4.5vw,48px);color:var(--navy-900);margin-bottom:14px}.post-single .post-meta{font-size:12px;color:var(--gold-600);font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:30px}.post-body{font-size:16px;line-height:1.75;color:var(--text)}.post-body>:first-child{margin-top:0}.post-body h2,.post-body h3{font-family:var(--font-serif);color:var(--navy-900);margin:1.6em 0 .6em;line-height:1.3}.post-body h2{font-size:28px}.post-body h3{font-size:22px}.post-body p{margin:0 0 1.1em}.post-body a{color:var(--gold-600);text-decoration:underline}.post-body a:hover{color:var(--navy-900)}.post-body ul,.post-body ol{margin:0 0 1.2em 1.2em;padding-left:1em}.post-body ul li{list-style:disc;margin-bottom:6px}.post-body ol li{list-style:decimal;margin-bottom:6px}.post-body blockquote{border-left:3px solid var(--gold-500);padding:8px 18px;color:var(--navy-900);font-style:italic;margin:1.4em 0;background:#c896400f}.post-body img{max-width:100%;border-radius:var(--radius-sm);margin:1.4em 0}.post-body pre{background:var(--navy-900);color:#e3e6eb;padding:16px;border-radius:var(--radius-sm);overflow-x:auto;font-size:13px}.post-body code{font-family:Menlo,monospace;background:#0a234214;padding:2px 6px;border-radius:3px;font-size:.92em}.post-body pre code{background:none;padding:0}.post-back{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-600);margin-bottom:26px}.post-back:hover{color:var(--navy-900)}.comments-section{max-width:760px;margin:50px auto 0;padding-top:40px;border-top:1px solid var(--border)}.comments-section h2{font-family:var(--font-serif);font-size:26px;color:var(--navy-900);margin-bottom:20px}.comment-list{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.comment{background:var(--white);border-radius:var(--radius-md);padding:18px 22px;box-shadow:var(--shadow-sm)}.comment-meta{font-size:12px;color:var(--text-muted);margin-bottom:6px}.comment-author{color:var(--navy-900);font-weight:600}.comment-body{font-size:14px;color:var(--text);line-height:1.6;white-space:pre-wrap}.comment-form{background:var(--white);padding:24px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.comment-form .field{display:flex;flex-direction:column;margin-bottom:14px}.comment-form label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-900);margin-bottom:6px}.comment-form input,.comment-form textarea{font-family:inherit;font-size:14px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream-light);color:var(--text)}.comment-form input:focus,.comment-form textarea:focus{outline:2px solid var(--gold-500);outline-offset:-1px;background:var(--white)}.comment-form textarea{min-height:110px;resize:vertical}.form-note{font-size:12px;color:var(--text-muted);margin-top:10px}.alert{padding:12px 16px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:18px}.alert-success{background:#e4f3e8;color:#2f6b3d;border:1px solid #b8dfc2}.alert-error{background:#fbe5e5;color:#9b2c2c;border:1px solid #f2b5b5}
