@layer components{.post-header{background:linear-gradient(135deg, var(--color-cream) 0%, #fff 100%);text-align:center;background-position:50%;background-size:cover;padding:15rem 5% 10rem;position:relative;overflow:hidden}.post-header__overlay{z-index:1;background:#e6e0e08a;position:absolute;inset:0}.post-header__content{z-index:2;max-width:50rem;margin:0 auto;position:relative}.post-header .post-category{-webkit-backdrop-filter:blur(6px);color:#807777;text-transform:uppercase;letter-spacing:.0625em;background:#dbd6d656;border:1px solid #ffffff40;border-radius:3.125rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.post-header h1{color:#363333;text-shadow:0 2px 12px #00000059;max-width:50rem;margin:0 auto 1.25rem;font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.15}.post-meta{color:#352f2fe1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;font-size:.875rem;display:flex}.post-meta .author{align-items:center;gap:.5rem;display:flex}.post-meta .author img{object-fit:cover;border:2px solid #fff6;border-radius:50%;width:2rem;height:2rem}.post-meta .date:before,.post-meta .read-time:before{content:"•";color:#ffffff80;margin-right:1.5rem}.post-content-wrapper{max-width:48rem;margin:0 auto;padding:3rem 5% 5rem}.post-content{color:var(--color-text-medium);font-size:1.0625rem;line-height:1.8}.post-content>*{margin-bottom:1.5rem}.post-content h2{color:var(--color-text-dark);margin-top:2.5rem;margin-bottom:1rem;font-size:1.625rem}.post-content h3{color:var(--color-text-dark);margin-top:2rem;margin-bottom:.75rem;font-size:1.375rem}.post-content p{margin-bottom:1.25rem}.post-content a{color:var(--color-burgundy);text-underline-offset:.125rem;text-decoration:underline}.post-content a:hover{color:var(--color-burgundy-dark)}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{font-family:var(--font-display);color:var(--color-text-dark);border-left:3px solid var(--color-gold);margin:2rem 0;padding-left:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.6}.post-content img{border-radius:var(--radius-card);box-shadow:var(--shadow-soft);margin:1.5rem 0}.post-content figcaption{color:var(--color-text-light);text-align:center;margin-top:.5rem;font-size:.875rem}.post-content pre{background:var(--color-cream);border-radius:.5rem;padding:1.25rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.post-content code{background:var(--color-cream);color:var(--color-burgundy);border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}.post-content pre code{color:inherit;background:0 0;padding:0}.post-tags{border-top:1px solid var(--color-cream-dark);flex-wrap:wrap;gap:.5rem;margin:2rem 0;padding-top:1.5rem;display:flex}.post-tag{background:var(--color-cream);color:var(--color-text-medium);border-radius:3.125rem;padding:.375rem .875rem;font-size:.8125rem;transition:background .2s,color .2s;display:inline-block}.post-tag:hover{background:var(--color-burgundy);color:#fff}.post-share{border-top:1px solid var(--color-cream-dark);border-bottom:1px solid var(--color-cream-dark);align-items:center;gap:.75rem;margin:2rem 0;padding:1.5rem 0;display:flex}.post-share span{color:var(--color-text-dark);margin-right:.25rem;font-size:.875rem;font-weight:600}.post-share a{background:var(--color-cream);width:2.5rem;height:2.5rem;color:var(--color-text-medium);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex}.post-share a svg{width:1.125rem;height:1.125rem}.post-share a:hover{background:var(--color-burgundy);color:#fff;transform:translateY(-2px)}.author-box{background:var(--color-cream);border-radius:var(--radius-card);align-items:flex-start;gap:1.5rem;margin:2.5rem 0;padding:1.5rem;display:flex}.author-box img{object-fit:cover;border-radius:50%;flex-shrink:0;width:5rem;height:5rem}.author-box h4{margin-bottom:.25rem;font-size:1.125rem}.author-box .author-role{color:var(--color-burgundy);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.author-box p{color:var(--color-text-medium);margin:0;font-size:.9375rem;line-height:1.6}.post-navigation{border-top:1px solid var(--color-cream-dark);grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:grid}.post-nav-link{background:var(--color-cream);border-radius:var(--radius-card);flex-direction:column;padding:1.25rem;transition:background .2s;display:flex}.post-nav-link:hover{background:var(--color-cream-dark)}.post-nav-link.prev{text-align:left}.post-nav-link.next{text-align:right;margin-left:auto}.post-nav-link .nav-label{text-transform:uppercase;letter-spacing:.0625em;color:var(--color-text-light);margin-bottom:.5rem;font-size:.75rem}.post-nav-link .nav-title{font-family:var(--font-display);color:var(--color-text-dark);font-size:1.0625rem;font-weight:600;line-height:1.4}.related-posts{background:var(--color-cream);padding:var(--spacing-section) 5%}.related-posts-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:75rem;margin:0 auto;display:grid}.related-post-card{border-radius:var(--radius-card);box-shadow:var(--shadow-soft);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.related-post-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-.25rem)}.related-post-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.related-post-card .card-content{padding:1.25rem}.related-post-card .card-date{color:var(--color-text-light);margin-bottom:.5rem;font-size:.75rem}.related-post-card h4{margin-bottom:.5rem;font-size:1.0625rem;line-height:1.4}.related-post-card p{color:var(--color-text-light);margin:0;font-size:.875rem;line-height:1.5}}@layer utilities{@media (max-width:1024px){.related-posts-grid{grid-template-columns:repeat(2,1fr)}.post-meta .date:before,.post-meta .read-time:before{display:none}}@media (max-width:768px){.post-header{padding:3.5rem 5% 2.5rem}.post-meta{flex-direction:column;gap:.5rem}.post-meta .date:before,.post-meta .read-time:before{display:none}.author-box{text-align:center;flex-direction:column;align-items:center}.post-navigation{grid-template-columns:1fr}.post-nav-link.next{text-align:left;margin-left:0}.related-posts-grid{grid-template-columns:1fr;max-width:25rem;margin:0 auto}}}