.blog-shell { min-height: 100vh; background: #f5f1e8; color: #16233f; }
.blog-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px,5vw,64px); background: rgba(245,241,232,.96); border-bottom: 1px solid rgba(22,35,63,.18); backdrop-filter: blur(8px); }
.blog-header img { width: auto; height: 34px; display: block; }
.blog-nav { display: flex; align-items: center; gap: 24px; font-family: 'IBM Plex Mono',monospace; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.blog-nav a { color: #16233f; text-decoration: none; }
.blog-nav a:hover { color: #f0505e; }
.blog-apply { padding: 10px 16px; color: #f5f1e8 !important; background: #16233f; border-radius: 5px; }
.blog-hero { padding: clamp(72px,11vw,132px) clamp(18px,6vw,72px) clamp(58px,9vw,100px); background-color: #16233f; color: #f5f1e8; background-image: radial-gradient(rgba(245,241,232,.12) 1px,transparent 1px); background-size: 18px 18px; }
.blog-hero-inner { max-width: 1180px; margin: auto; }
.eyebrow { display: inline-block; margin-bottom: 20px; padding: 6px 13px; border: 1px solid currentColor; border-radius: 999px; color: #f2c94c; font: 700 12px 'IBM Plex Mono',monospace; letter-spacing: .12em; text-transform: uppercase; }
.blog-hero h1 { max-width: 980px; margin: 0; font: 900 clamp(48px,10vw,112px)/.92 'Montserrat',sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.blog-hero p { max-width: 690px; margin: 28px 0 0; color: rgba(245,241,232,.76); font-size: clamp(17px,2vw,21px); line-height: 1.55; }
.blog-main { max-width: 1180px; margin: auto; padding: clamp(52px,8vw,92px) clamp(18px,5vw,52px); }
.blog-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 3px solid #16233f; }
.blog-section-head h2 { margin: 0; font: 900 clamp(28px,5vw,48px) 'Montserrat',sans-serif; text-transform: uppercase; }
.blog-count { font: 12px 'IBM Plex Mono',monospace; text-transform: uppercase; letter-spacing: .1em; }
.post-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 26px; }
.post-card { grid-column: span 4; display: flex; flex-direction: column; overflow: hidden; color: #16233f; text-decoration: none; background: #fff; border: 2px solid #16233f; border-radius: 7px; transition: transform .2s,box-shadow .2s; }
.post-card:first-child { grid-column: span 8; }
.post-card:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 #f0505e; }
.post-image { aspect-ratio: 16/9; overflow: hidden; background: #f2c94c; border-bottom: 2px solid #16233f; }
.post-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.post-card:hover .post-image img { transform: scale(1.025); }
.post-image-fallback { height: 100%; display: grid; place-items: center; font: 900 clamp(32px,5vw,60px) 'Montserrat',sans-serif; text-transform: uppercase; }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.post-meta { display: flex; gap: 10px; flex-wrap: wrap; color: #f0505e; font: 700 11px 'IBM Plex Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.post-card h3 { margin: 14px 0 12px; font: 900 clamp(22px,3vw,34px)/1.05 'Montserrat',sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.post-card p { margin: 0 0 22px; color: rgba(22,35,63,.74); line-height: 1.55; }
.read-more { margin-top: auto; font: 700 12px 'IBM Plex Mono',monospace; text-transform: uppercase; }
.blog-empty,.blog-loading,.blog-error { max-width: 760px; margin: 90px auto; padding: 30px; text-align: center; font: 16px 'IBM Plex Mono',monospace; }
.article { background: #fff; }
.article-hero { padding: clamp(64px,10vw,116px) clamp(18px,5vw,60px); color: #f5f1e8; background: #16233f; }
.article-hero-inner { max-width: 940px; margin: auto; }
.article-hero h1 { margin: 18px 0 22px; font: 900 clamp(40px,8vw,82px)/.98 'Montserrat',sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.article-dek { max-width: 760px; margin: 0; color: rgba(245,241,232,.76); font-size: clamp(18px,2.2vw,23px); line-height: 1.55; }
.article-byline { margin-top: 28px; font: 12px 'IBM Plex Mono',monospace; letter-spacing: .06em; text-transform: uppercase; }
.article-cover { max-width: 1100px; margin: -44px auto 0; padding: 0 24px; position: relative; }
.article-cover img { display: block; width: 100%; max-height: 620px; object-fit: cover; border: 3px solid #16233f; border-radius: 7px; box-shadow: 12px 12px 0 #f2c94c; }
.article-body { max-width: 760px; margin: auto; padding: clamp(64px,9vw,110px) 22px; font-size: 18px; line-height: 1.78; }
.article-body p,.article-body ul,.article-body ol,.article-body blockquote { margin: 0 0 25px; }
.article-body h2 { margin: 54px 0 18px; font: 900 clamp(28px,4vw,42px)/1.08 'Montserrat',sans-serif; text-transform: uppercase; }
.article-body h3 { margin: 38px 0 14px; font: 900 25px 'Montserrat',sans-serif; }
.article-body ul,.article-body ol { padding-left: 25px; }
.article-body blockquote { padding: 22px 25px; background: #f5f1e8; border-left: 6px solid #f0505e; font-weight: 600; }
.article-body img { display:block; max-width:100%; height:auto; margin:34px auto; border-radius:10px; }
.article-author { display:grid; grid-template-columns:82px 1fr; gap:20px; align-items:center; margin:64px 0 34px; padding:25px; border-top:2px solid #16233f; border-bottom:1px solid rgba(22,35,63,.18); }.article-author>img,.author-fallback { width:76px; height:76px; border-radius:50%; object-fit:cover; }.author-fallback { display:grid; place-items:center; color:#f5f1e8; background:#16233f; font:900 20px 'Montserrat',sans-serif; }.article-author span { display:block; color:#778093; font:700 10px 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; }.article-author h3 { margin:4px 0!important; font-size:22px!important; }.article-author strong { display:block; margin-bottom:7px; color:#f0505e; font-size:12px; }.article-author p { margin:0!important; color:#586176; font-size:14px; line-height:1.55; }
.article-back { display: inline-block; margin-top: 32px; color: #16233f; font: 700 13px 'IBM Plex Mono',monospace; text-transform: uppercase; }
.blog-footer { padding: 54px clamp(18px,5vw,64px); text-align: center; color: rgba(245,241,232,.72); background: #16233f; }
.blog-footer img { height: 32px; filter: brightness(0) invert(1); margin-bottom: 14px; }
@media (max-width: 860px) { .post-card,.post-card:first-child { grid-column: span 6; } }
@media (max-width: 600px) { .blog-nav a:first-child { display: none; } .post-card,.post-card:first-child { grid-column: 1/-1; } .blog-hero h1 { font-size: 46px; } }
