.blog-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:1.3rem;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);box-shadow:0 18px 45px rgba(15,23,42,.06)}.blog-kicker{display:inline-flex;gap:.45rem;align-items:center;color:var(--brand-primary);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.blog-hero h1{font-size:clamp(1.7rem,4vw,2.6rem);line-height:1;font-weight:700;letter-spacing:-.05em;color:#111827;margin:.25rem 0}.blog-hero p{color:#64748b;max-width:560px}.blog-search{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.35rem .4rem .35rem .8rem;min-width:300px}.blog-search input{border:0;outline:0;min-width:0;flex:1;font-size:.88rem}.blog-search button{border-radius:999px;background:var(--brand-primary);color:#fff;font-weight:700;padding:.48rem .75rem;font-size:.82rem}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1rem}.blog-list{display:grid;gap:.9rem}.blog-card{display:grid;grid-template-columns:210px minmax(0,1fr);background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1rem;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.045)}.blog-card-image{background:#f1f5f9;min-height:145px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:2rem}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1rem}.blog-meta{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;font-size:.75rem;color:#64748b;margin-bottom:.4rem}.blog-meta a{color:var(--brand-primary);font-weight:700}.blog-card h2{font-size:1.1rem;font-weight:700;letter-spacing:-.025em;color:#111827;line-height:1.25}.blog-card h2 a:hover{color:var(--brand-primary)}.blog-card p{font-size:.87rem;color:#64748b;margin:.45rem 0}.blog-readmore{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-primary);font-weight:800;font-size:.82rem}.blog-side-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1rem;padding:1rem;box-shadow:0 12px 28px rgba(15,23,42,.045);position:sticky;top:1rem}.blog-side-card h3{font-weight:700;margin-bottom:.6rem}.blog-side-card a{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid #f1f5f9;font-size:.86rem}.blog-side-card em{font-style:normal;color:#94a3b8}.blog-empty{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:1rem;padding:2rem;color:#64748b}.blog-empty i{font-size:2rem;color:#cbd5e1}.blog-single{max-width:880px;margin:0 auto}.blog-breadcrumb{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:.8rem;color:#64748b;margin-bottom:.8rem}.blog-breadcrumb a{color:var(--brand-primary);font-weight:700}.blog-single-head{text-align:center;margin-bottom:1rem}.blog-single-head h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;letter-spacing:-.06em;line-height:1.02;color:#111827}.blog-single-head p{color:#64748b;max-width:700px;margin:.75rem auto 0}.blog-single-image{display:block;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 45px rgba(15,23,42,.08);margin-bottom:1.2rem}.blog-single-image img{width:100%;max-height:460px;object-fit:cover}.blog-content{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1rem;padding:1.35rem;box-shadow:0 12px 28px rgba(15,23,42,.045);line-height:1.8;color:#334155}.blog-content h1,.blog-content h2,.blog-content h3{font-weight:700;color:#111827;letter-spacing:-.03em;margin:1rem 0 .4rem}.blog-content p{margin:.75rem 0}.blog-content ul,.blog-content ol{padding-left:1.35rem;margin:.75rem 0}.blog-content a{color:var(--brand-primary);font-weight:700}.blog-content img{border-radius:.85rem;margin:.8rem 0}.blog-tags{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin:1rem 0}.blog-tags span{font-weight:700}.blog-tags a{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.35rem .65rem;font-size:.82rem}.blog-related{max-width:980px;margin:1.5rem auto 0}.blog-related h2{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.7rem}.blog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.blog-related-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1rem;overflow:hidden;padding:.8rem;display:block}.blog-related-card img{width:100%;height:120px;object-fit:cover;border-radius:.75rem;margin-bottom:.6rem}.blog-related-card span{font-size:.72rem;color:var(--brand-primary);font-weight:800}.blog-related-card strong{display:block;color:#111827;line-height:1.25;margin-top:.15rem}@media(max-width:900px){.blog-hero,.blog-layout{display:block}.blog-search{margin-top:1rem;min-width:0}.blog-sidebar{margin-top:1rem}.blog-card{grid-template-columns:1fr}.blog-card-image{height:190px}.blog-related-grid{grid-template-columns:1fr}}.blog-single-polished{max-width:940px;margin:0 auto 0;background:transparent}.blog-single-polished .blog-single-head{text-align:left;background:linear-gradient(135deg,#fff 0%,#fff8ee 100%);border:1px solid rgba(120,113,108,.16);border-radius:22px;padding:24px 26px;margin-bottom:16px;box-shadow:0 16px 36px rgba(25,16,9,.055)}.blog-single-polished .blog-meta{justify-content:flex-start;margin-bottom:10px;color:#6b7280;font-size:.78rem;font-weight:700}.blog-single-polished .blog-meta a{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#fff1db;color:var(--brand-primary);text-decoration:none}.blog-single-polished .blog-single-head h1{font-size:clamp(1.8rem,3.3vw,2.7rem);line-height:1.08;font-weight:900;letter-spacing:-.045em;color:var(--brand-text);max-width:860px}.blog-single-polished .blog-single-head p{margin:.7rem 0 0;color:var(--brand-muted);max-width:760px;font-size:1rem;line-height:1.65}.blog-single-polished .blog-single-image{border-radius:22px;margin-bottom:16px;box-shadow:0 16px 36px rgba(25,16,9,.08);background:#fff}.blog-single-polished .blog-single-image img{width:100%;max-height:420px;object-fit:cover;display:block}.blog-single-polished .blog-content{border-radius:22px;padding:24px 26px;font-size:1rem;line-height:1.85;color:#334155;box-shadow:0 16px 36px rgba(25,16,9,.055)}.blog-single-polished .blog-content h2{font-size:1.45rem}.blog-single-polished .blog-content h3{font-size:1.2rem}.blog-single-polished .blog-content p:first-child{margin-top:0}.blog-single-polished .blog-content p:last-child{margin-bottom:0}.blog-single-polished .blog-tags{background:#fff;border:1px solid rgba(120,113,108,.16);border-radius:18px;padding:12px 14px;margin:14px 0 0;box-shadow:0 10px 24px rgba(25,16,9,.04)}.blog-related{max-width:940px}.blog-related-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.blog-related-head h2{margin:0}.blog-related-head a{font-weight:800;color:var(--brand-primary);font-size:.9rem}.blog-related-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.blog-related-card:hover{transform:translateY(-2px);border-color:rgba(217,144,18,.28);box-shadow:0 16px 32px rgba(25,16,9,.07)}@media(max-width:720px){.blog-single-polished .blog-single-head,.blog-single-polished .blog-content{padding:18px;border-radius:18px}.blog-single-polished .blog-single-head h1{font-size:1.55rem}.blog-related-head{align-items:flex-start;flex-direction:column}}.blog-single-shell{max-width:980px;margin:0 auto 28px;padding:0 0 10px}.blog-single-polished{max-width:980px}.blog-single-polished .blog-single-head{text-align:left;background:linear-gradient(135deg,#fff 0%,#fff8ee 100%);border:1px solid rgba(120,113,108,.16);border-radius:22px;padding:22px 24px;margin-bottom:16px;box-shadow:0 16px 36px rgba(25,16,9,.055)}.blog-single-polished .blog-meta{justify-content:flex-start;margin:0 0 10px;color:#6b7280;font-size:.78rem;font-weight:800}.blog-single-polished .blog-meta a,.blog-single-polished .blog-meta span{display:inline-flex;align-items:center;gap:6px}.blog-single-polished .blog-meta a{border-radius:999px;padding:5px 10px;background:#fff1db;color:var(--brand-primary);text-decoration:none}.blog-single-polished .blog-single-head h1{font-size:clamp(1.75rem,3.15vw,2.55rem);line-height:1.08;font-weight:900;letter-spacing:-.045em;color:var(--brand-text);max-width:900px;margin:0}.blog-single-polished .blog-single-head p{margin:.7rem 0 0;color:var(--brand-muted);max-width:780px;font-size:1rem;line-height:1.65}.blog-single-polished .blog-single-image{border-radius:22px;margin-bottom:16px;box-shadow:0 16px 36px rgba(25,16,9,.08);background:#fff;display:block;overflow:hidden}.blog-single-polished .blog-single-image img{width:100%;height:auto;max-height:430px;object-fit:cover;display:block}.blog-single-polished .blog-content{border-radius:22px;padding:24px 26px;font-size:1rem;line-height:1.85;color:#334155;box-shadow:0 16px 36px rgba(25,16,9,.055);background:#fff}.blog-single-polished .blog-content h2{font-size:1.45rem}.blog-single-polished .blog-content h3{font-size:1.2rem}.blog-single-polished .blog-content p:first-child{margin-top:0}.blog-single-polished .blog-content p:last-child{margin-bottom:0}.blog-single-polished .blog-tags{background:#fff;border:1px solid rgba(120,113,108,.16);border-radius:18px;padding:12px 14px;margin:14px 0 0;box-shadow:0 10px 24px rgba(25,16,9,.04)}.blog-related{max-width:980px}.blog-related-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.blog-related-head h2{margin:0}.blog-related-head a{font-weight:800;color:var(--brand-primary);font-size:.9rem}.blog-related-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.blog-related-card:hover{transform:translateY(-2px);border-color:rgba(217,144,18,.28);box-shadow:0 16px 32px rgba(25,16,9,.07)}@media(max-width:720px){.blog-single-polished .blog-single-head,.blog-single-polished .blog-content{padding:18px;border-radius:18px}.blog-single-polished .blog-single-head h1{font-size:1.55rem}.blog-related-head{align-items:flex-start;flex-direction:column}}