.beakid .blog-hero{background:var(--gray-1);border-bottom:1px solid var(--gray-2);text-align:center;padding:5rem 2rem 4rem}.beakid .blog-hero-inner{max-width:680px;margin:0 auto}.beakid .blog-hero h1{margin-top:.75rem;margin-bottom:1rem}.beakid .blog-hero p{color:var(--gray-5);margin:0 auto;font-size:1.05rem;line-height:1.7}.beakid .blog-section{background:var(--white);padding:var(--section-pad)}.beakid .blog-grid{max-width:var(--max-w);grid-template-columns:1fr;gap:2.5rem;margin:0 auto;display:grid}.beakid .blog-card{background:var(--bg);border:1px solid var(--gray-2);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2.5rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.beakid .blog-card:hover{border-color:var(--gray-3);box-shadow:var(--shadow);transform:translateY(-2px)}.beakid .blog-card-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.beakid .blog-card-category{letter-spacing:.03em;text-transform:uppercase;color:var(--coral);background:var(--coral-dim);border-radius:100px;align-items:center;padding:.3rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.beakid .blog-card-date,.beakid .blog-card-read-time{color:var(--gray-4);font-size:.8rem}.beakid .blog-card-dot{background:var(--gray-3);border-radius:50%;width:3px;height:3px}.beakid .blog-card h2{margin:0;font-size:clamp(1.35rem,2.5vw,1.6rem);line-height:1.25}.beakid .blog-card h2 a{color:var(--ink);transition:color .2s}.beakid .blog-card h2 a:hover{color:var(--coral)}.beakid .blog-card-excerpt{color:var(--gray-5);max-width:none;font-size:.95rem;line-height:1.7}.beakid .blog-card-footer{border-top:1px solid var(--gray-2);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1.25rem;display:flex}.beakid .blog-card-author{color:var(--ink);font-size:.85rem;font-weight:600}.beakid .blog-card-author span{color:var(--gray-4);font-weight:400}.beakid .blog-card-link{color:var(--coral);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.beakid .blog-card-link:hover{gap:.6rem}.beakid .blog-card-link svg{width:16px;height:16px}.beakid .blog-card.featured{background:var(--white);border-color:var(--gray-2);padding:3rem}.beakid .blog-card.featured h2{font-size:clamp(1.5rem,3vw,2rem)}.beakid .post-hero{background:var(--gray-1);border-bottom:1px solid var(--gray-2);padding:5rem 2rem 3.5rem}.beakid .post-hero-inner{max-width:740px;margin:0 auto}.beakid .post-breadcrumb{color:var(--gray-4);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.beakid .post-breadcrumb a{color:var(--gray-4);transition:color .2s}.beakid .post-breadcrumb a:hover{color:var(--coral)}.beakid .post-breadcrumb svg{width:14px;height:14px;color:var(--gray-3)}.beakid .post-hero h1{max-width:700px;margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.5rem)}.beakid .post-meta{color:var(--gray-4);flex-wrap:wrap;align-items:center;gap:1rem;font-size:.85rem;display:flex}.beakid .post-meta-author{color:var(--ink);font-weight:600}.beakid .post-meta-dot{background:var(--gray-3);border-radius:50%;width:3px;height:3px}.beakid .post-content-section{background:var(--white);padding:4rem 2rem 5rem}.beakid .post-content{max-width:740px;margin:0 auto}.beakid .post-content h2{margin-top:2.5rem;margin-bottom:1rem;font-size:clamp(1.35rem,3vw,1.65rem)}.beakid .post-content h3{margin-top:2rem;margin-bottom:.75rem}.beakid .post-content p{color:var(--gray-5);max-width:none;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.beakid .post-content ul,.beakid .post-content ol{flex-direction:column;gap:.6rem;margin:1.25rem 0;padding-left:1.25rem;display:flex}.beakid .post-content li{color:var(--gray-5);font-size:1rem;line-height:1.7}.beakid .post-content li::marker{color:var(--coral)}.beakid .post-content blockquote{border-left:3px solid var(--coral);background:var(--coral-dim);border-radius:0 var(--radius)var(--radius)0;margin:1.5rem 0;padding:1rem 1.5rem}.beakid .post-content blockquote p{color:var(--ink);margin-bottom:0;font-weight:500}.beakid .post-callout{background:var(--gray-1);border:1px solid var(--gray-2);border-radius:var(--radius-lg);margin:2rem 0;padding:2rem}.beakid .post-callout p{color:var(--ink);white-space:pre-line;margin-bottom:0;font-size:1rem;font-weight:500;line-height:1.8}.beakid .post-tags{border-top:1px solid var(--gray-2);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.beakid .post-tag{color:var(--gray-5);background:var(--gray-1);border:1px solid var(--gray-2);border-radius:100px;padding:.3rem .65rem;font-size:.75rem;font-weight:600}.beakid .post-cta{background:var(--ink);border-radius:var(--radius-xl);text-align:center;margin-top:3rem;padding:3rem}.beakid .post-cta h3{color:var(--white);margin-bottom:.75rem;font-size:1.5rem}.beakid .post-cta p{color:var(--gray-3);max-width:480px;margin:0 auto 1.5rem;font-size:.95rem}.beakid .related-section{background:var(--bg);padding:var(--section-pad);border-top:1px solid var(--gray-2)}.beakid .related-inner{max-width:var(--max-w);margin:0 auto}.beakid .related-inner h2{text-align:center;margin-bottom:2.5rem}.beakid .related-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.beakid .blog-card{padding:1.75rem}.beakid .blog-card.featured{padding:2rem}.beakid .post-hero{padding:4rem 1.5rem 2.5rem}.beakid .post-content-section{padding:2.5rem 1.5rem 3.5rem}.beakid .post-callout{padding:1.5rem}.beakid .post-cta{padding:2rem}.beakid .related-grid{grid-template-columns:1fr}}
