.blog-main{background:radial-gradient(circle at top,rgba(215,177,90,0.18),transparent 55%),linear-gradient(to bottom,#111315,#111315)}.hero-blog{padding-top:calc(var(--nav-height) + var(--space-10))}.blog-hero-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.15fr);gap:var(--space-8);align-items:center}.blog-hero-copy{max-width:720px}.blog-hero-copy .hero-title{margin-bottom:var(--space-4)}.blog-hero-copy .hero-subtitle{margin-top:var(--space-2)}.blog-hero-cta{margin-top:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3)}.blog-hero-highlight{position:relative;overflow:hidden}.blog-hero-highlight::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(223,195,108,0.16),transparent 55%);opacity:0.9;pointer-events:none}.blog-hero-disclaimer{margin-top:var(--space-4);font-size:var(--text-sm)}.blog-section-header{display:flex;justify-content:space-between;gap:var(--space-8);align-items:flex-end;margin-bottom:var(--space-8)}.blog-section-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-end}.blog-grid{align-items:stretch}.blog-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden}.blog-card-link{display:flex;flex-direction:column;height:100%}.blog-card-media{position:relative;overflow:hidden;max-height:220px}.blog-card-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow),opacity var(--transition-base)}.blog-card-body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);flex:1}.blog-card-body-noimage{padding-top:var(--space-6);padding-bottom:var(--space-6)}.blog-card-tag{font-size:var(--text-xs);letter-spacing:0.14em;text-transform:uppercase;color:var(--gray-400)}.blog-card-title{font-size:1.35rem;margin-bottom:var(--space-1)}.blog-card-excerpt{font-size:var(--text-sm);color:var(--gray-300);flex:1}.blog-card-meta{margin-top:var(--space-2);display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--gray-400)}.blog-card-cta{color:var(--color-accent);font-weight:500;text-transform:uppercase;letter-spacing:0.12em}.blog-card:hover img{transform:scale(1.06);opacity:0.96}.blog-card:hover .blog-card-title{color:var(--color-accent)}.blog-card:hover .blog-card-cta{color:var(--color-heading)}.blog-cta-section{padding-top:var(--space-12)}.blog-cta-card{border-color:rgba(223,195,108,0.25)}.blog-cta-content{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.blog-cta-text h2{margin-bottom:var(--space-3)}.blog-cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-end}@media (max-width:1024px){.blog-hero-layout{grid-template-columns:1fr;align-items:flex-start}.blog-section-header{flex-direction:column;align-items:flex-start}.blog-section-actions{justify-content:flex-start}}@media (max-width:768px){.hero-blog{padding-top:calc(var(--nav-height) + var(--space-6))}.blog-card-media{max-height:200px}.blog-card-body{padding:var(--space-4)}.blog-cta-content{flex-direction:column;align-items:flex-start}.blog-cta-actions{width:100%;justify-content:flex-start}}@media (max-width:480px){.blog-hero-cta{flex-direction:column;align-items:stretch}.blog-section-header{gap:var(--space-4)}}