.current-hero[data-astro-cid-keept2pt]{position:relative;min-height:480px;display:flex;align-items:center;background-size:cover;background-position:center 40%;padding:120px 24px 80px}.hero-overlay[data-astro-cid-keept2pt]{position:absolute;inset:0;background:linear-gradient(135deg,#07090fe0,#0c1423b8 60%,#0f5e7359)}.hero-inner[data-astro-cid-keept2pt]{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center}.eyebrow-current[data-astro-cid-keept2pt]{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lime);margin-bottom:18px}.current-hero[data-astro-cid-keept2pt] h1[data-astro-cid-keept2pt]{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin:0 0 20px}.hero-sub[data-astro-cid-keept2pt]{font-size:1.1rem;color:var(--muted);line-height:1.7;max-width:600px;margin:0 auto}.filter-section[data-astro-cid-keept2pt]{background:var(--deep);border-bottom:1px solid var(--border);padding:20px 24px;position:sticky;top:0;z-index:40}.filter-inner[data-astro-cid-keept2pt]{max-width:1100px;margin:0 auto}.filter-bar[data-astro-cid-keept2pt]{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.filter-btn[data-astro-cid-keept2pt]{padding:7px 18px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.filter-btn[data-astro-cid-keept2pt]:hover{border-color:var(--border-hover);color:var(--white)}.filter-btn[data-astro-cid-keept2pt].active{background:var(--teal-dark);border-color:var(--teal);color:var(--white)}.posts-section[data-astro-cid-keept2pt]{background:var(--void);padding:64px 24px 80px}.posts-inner[data-astro-cid-keept2pt]{max-width:1100px;margin:0 auto}.posts-grid[data-astro-cid-keept2pt]{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card[data-astro-cid-keept2pt]{background:var(--deep);border:1px solid var(--border);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:14px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.post-card[data-astro-cid-keept2pt]:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 12px 32px #00000059}.post-card-top[data-astro-cid-keept2pt]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.post-card-date[data-astro-cid-keept2pt]{font-size:.78rem;color:var(--muted);letter-spacing:.03em}.post-card-title[data-astro-cid-keept2pt]{font-size:1.05rem;font-weight:800;line-height:1.35;margin:0}.post-card-title[data-astro-cid-keept2pt] a[data-astro-cid-keept2pt]{color:var(--white);text-decoration:none;transition:color .2s ease}.post-card-title[data-astro-cid-keept2pt] a[data-astro-cid-keept2pt]:hover{color:var(--teal)}.post-card-desc[data-astro-cid-keept2pt]{font-size:.9rem;color:var(--muted);line-height:1.65;margin:0;flex:1}.post-meta[data-astro-cid-keept2pt]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}.post-author[data-astro-cid-keept2pt]{font-size:.8rem;color:var(--muted);font-weight:600}.read-more-link[data-astro-cid-keept2pt]{font-size:.82rem;font-weight:700;color:var(--teal);text-decoration:none;letter-spacing:.02em;transition:color .2s ease}.read-more-link[data-astro-cid-keept2pt]:hover{color:var(--lime)}.empty-state[data-astro-cid-keept2pt]{text-align:center;padding:60px 24px;color:var(--muted);font-size:1rem}.current-cta-strip[data-astro-cid-keept2pt]{background:var(--deep);border-top:1px solid var(--border);padding:48px 24px}.cta-strip-inner[data-astro-cid-keept2pt]{max-width:700px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;text-align:center}.cta-strip-inner[data-astro-cid-keept2pt] p[data-astro-cid-keept2pt]{font-size:1.1rem;font-weight:700;color:var(--white);margin:0}@media(max-width:900px){.posts-grid[data-astro-cid-keept2pt]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.posts-grid[data-astro-cid-keept2pt]{grid-template-columns:1fr}.filter-section[data-astro-cid-keept2pt]{position:static}.current-hero[data-astro-cid-keept2pt]{padding:100px 20px 60px;min-height:360px}.cta-strip-inner[data-astro-cid-keept2pt]{flex-direction:column;gap:18px}}html.ghost-mode .current-hero[data-astro-cid-keept2pt]{background-blend-mode:luminosity}html.ghost-mode .hero-overlay[data-astro-cid-keept2pt]{background:linear-gradient(135deg,#f0f4f8e6,#f0f4f8bf 60%,#78b5b133)}html.ghost-mode .current-hero[data-astro-cid-keept2pt] h1[data-astro-cid-keept2pt]{color:var(--navy)}html.ghost-mode .eyebrow-current[data-astro-cid-keept2pt]{color:#7a8a1a}html.ghost-mode .hero-sub[data-astro-cid-keept2pt]{color:#4a6070}html.ghost-mode .filter-section[data-astro-cid-keept2pt]{background:#f0f4f8;border-bottom-color:#d0dde6}html.ghost-mode .filter-btn[data-astro-cid-keept2pt]{border-color:#c0ced8;color:#4a6070}html.ghost-mode .filter-btn[data-astro-cid-keept2pt]:hover{color:var(--navy)}html.ghost-mode .filter-btn[data-astro-cid-keept2pt].active{background:var(--teal-dark);border-color:var(--teal);color:#fff}html.ghost-mode .posts-section[data-astro-cid-keept2pt]{background:#f8fafc}html.ghost-mode .post-card[data-astro-cid-keept2pt]{background:#fff;border-color:#d0dde6}html.ghost-mode .post-card[data-astro-cid-keept2pt]:hover{border-color:var(--teal);box-shadow:0 12px 32px #78b5b126}html.ghost-mode .post-card-title[data-astro-cid-keept2pt] a[data-astro-cid-keept2pt]{color:var(--navy)}html.ghost-mode .post-card-title[data-astro-cid-keept2pt] a[data-astro-cid-keept2pt]:hover{color:var(--teal-dark)}html.ghost-mode .post-card-desc[data-astro-cid-keept2pt]{color:#4a6070}html.ghost-mode .post-card-date[data-astro-cid-keept2pt]{color:#6a8090}html.ghost-mode .post-meta[data-astro-cid-keept2pt]{border-top-color:#d0dde6}html.ghost-mode .post-author[data-astro-cid-keept2pt]{color:#4a6070}html.ghost-mode .current-cta-strip[data-astro-cid-keept2pt]{background:#f0f4f8;border-top-color:#d0dde6}html.ghost-mode .cta-strip-inner[data-astro-cid-keept2pt] p[data-astro-cid-keept2pt]{color:var(--navy)}html.ghost-mode .empty-state[data-astro-cid-keept2pt]{color:#4a6070}
