.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.blog-module__JsT-Oq__blogCard{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#fff;border:1px solid #0000000d;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.blog-module__JsT-Oq__blogCard:before{content:"";background:var(--color-primary);z-index:2;width:4px;height:0;transition:height .3s;position:absolute;top:0;left:0}.blog-module__JsT-Oq__blogCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #d904291f}.blog-module__JsT-Oq__blogCard:hover:before{height:100%}.blog-module__JsT-Oq__postImage{background:#000;justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__postImage:after{content:"";opacity:0;background:linear-gradient(#0000,#0006);transition:opacity .3s;position:absolute;inset:0}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__postImage:after{opacity:1}.blog-module__JsT-Oq__postImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__postImage img{transform:scale(1.1)}.blog-module__JsT-Oq__blogContent{flex-direction:column;flex:1;padding:2rem;display:flex}.blog-module__JsT-Oq__blogTitle{font-family:var(--font-heading);color:var(--color-dark-900);margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.3;transition:color .3s}.blog-module__JsT-Oq__blogCard:hover .blog-module__JsT-Oq__blogTitle{color:var(--color-primary)}.blog-module__JsT-Oq__blogExcerpt{color:var(--color-text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.7;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__blogMeta{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:1.25rem;font-size:.8rem;font-weight:600;display:flex}.blog-module__JsT-Oq__detailPage{background-color:#fafafa;min-height:100vh;padding-bottom:6rem}.blog-module__JsT-Oq__heroSection{color:#fff;background-color:#000;justify-content:center;align-items:flex-end;height:65vh;min-height:500px;margin-bottom:-100px;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__heroImageContainer{z-index:1;position:absolute;inset:0}.blog-module__JsT-Oq__heroImageContainer img{object-fit:cover;opacity:.6;width:100%;height:100%}.blog-module__JsT-Oq__heroOverlay{z-index:2;background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.blog-module__JsT-Oq__heroContent{z-index:3;width:100%;max-width:1000px;padding:0 var(--container-padding) 160px;text-align:center;position:relative}.blog-module__JsT-Oq__postCategory{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:800;display:inline-block}.blog-module__JsT-Oq__detailTitle{text-shadow:0 4px 20px #00000080;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.1}.blog-module__JsT-Oq__detailMeta{opacity:.9;justify-content:center;gap:2rem;font-size:.9rem;font-weight:600;display:flex}.blog-module__JsT-Oq__articleContainer{z-index:10;max-width:900px;padding:0 var(--container-padding);margin:0 auto;position:relative}.blog-module__JsT-Oq__articlePaper{border-radius:var(--radius-lg);background:#fff;border:1px solid #0000000d;padding:4rem 5rem;box-shadow:0 40px 100px #0000001a}.blog-module__JsT-Oq__postBody{color:#222;font-size:1.15rem;line-height:1.9}.blog-module__JsT-Oq__postBody p{margin-bottom:2rem}.blog-module__JsT-Oq__postBody h2{color:var(--color-dark-900);border-left:6px solid var(--color-primary);margin:4rem 0 2rem;padding-left:1.5rem;font-size:2.25rem;line-height:1.1;position:relative}.blog-module__JsT-Oq__postBody h3{color:var(--color-dark-800);margin:3rem 0 1.5rem;font-size:1.75rem}.blog-module__JsT-Oq__postBody ul,.blog-module__JsT-Oq__postBody ol{margin:2rem 0;padding-left:1.5rem}.blog-module__JsT-Oq__postBody li{margin-bottom:1rem;position:relative}.blog-module__JsT-Oq__postBody ul li:before{content:"→";color:var(--color-primary);font-weight:900;position:absolute;left:-1.5rem}.blog-module__JsT-Oq__postBody table{border-collapse:separate;border-spacing:0;border:2px solid var(--color-dark-900);border-radius:4px;width:100%;margin:3rem 0;overflow:hidden}.blog-module__JsT-Oq__postBody th{background:var(--color-dark-900);color:#fff;text-align:left;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;padding:1.25rem;font-size:.85rem}.blog-module__JsT-Oq__postBody td{border-bottom:1px solid #eee;padding:1.25rem;font-size:1rem}.blog-module__JsT-Oq__postBody tr:last-child td{border-bottom:none}.blog-module__JsT-Oq__postBody tr:nth-child(2n){background:#f9f9f9}.blog-module__JsT-Oq__postBody strong{color:var(--color-primary);font-weight:700}.blog-module__JsT-Oq__articleFooter{border-top:2px solid #f0f0f0;margin-top:5rem;padding-top:3rem}@media (max-width:768px){.blog-module__JsT-Oq__heroSection{height:50vh;margin-bottom:-50px}.blog-module__JsT-Oq__heroContent{padding-bottom:80px}.blog-module__JsT-Oq__articlePaper{padding:3rem 1.5rem}.blog-module__JsT-Oq__detailTitle{font-size:2.5rem}.blog-module__JsT-Oq__postBody h2{font-size:1.75rem}}
