.page-hero-sub{font-size:clamp(.95rem, 1.6vw, 1.2rem);font-style:italic;letter-spacing:.1em;margin-top:.5rem}.eyebrow{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.4em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.eyebrow span{width:28px;height:1px;background:var(--gold-dim);display:inline-block}.blog-featured{padding:6rem 8vw;background:var(--black-mid);border-bottom:1px solid rgba(201,168,76,.08)}.blog-featured-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:center;max-width:1210px;margin:0 auto}.blog-featured-visual{position:relative}.blog-featured-frame{position:relative;border:1px solid var(--gold-dim);overflow:hidden;aspect-ratio:16/10;background:var(--black-soft)}.blog-featured-frame::before{content:"";position:absolute;inset:10px;border:1px solid rgba(201,168,76,.2);z-index:2;pointer-events:none}.blog-featured-frame img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.88);transition:transform .8s cubic-bezier(.23, 1, .32, 1),filter .5s}.blog-featured-frame:hover img{transform:scale(1.04);filter:brightness(.75)}.blog-featured-badge{position:absolute;top:-.8rem;left:1.8rem;background:var(--gold);color:var(--black);font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;padding:.35rem 1rem;z-index:3}.blog-featured-content{display:flex;flex-direction:column;justify-content:center}.blog-featured-category{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.blog-featured-category::before{content:"";width:24px;height:1px;background:var(--gold-dim);display:inline-block}.blog-featured-title{font-family:"Playfair Display",serif;font-size:clamp(1.6rem, 2.8vw, 2.6rem);font-weight:400;color:var(--cream);line-height:1.2;margin-bottom:1.2rem;letter-spacing:.03em}.blog-featured-title a{color:inherit;text-decoration:none;transition:color .3s}.blog-featured-title a:hover{color:var(--gold-light)}.blog-featured-excerpt{font-family:"Cormorant Garamond",serif;font-size:1.05rem;color:var(--cream-dim);line-height:1.85;font-weight:300;margin-bottom:1.8rem;max-width:46ch}.blog-featured-meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem;font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.2em;color:var(--cream-dim);text-transform:uppercase;opacity:.55}.blog-featured-meta span{display:flex;align-items:center;gap:.5rem}.blog-meta-dot{width:3px;height:3px;background:var(--gold-dim);border-radius:50%;flex-shrink:0;opacity:.6}.blog-grid-section{padding:6rem 8vw 8rem;background:var(--black-rich)}.blog-grid-section .section-header{margin-bottom:4rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.08);max-width:1210px;margin:0 auto}.blog-card{background:var(--black-rich);display:flex;flex-direction:column;transition:background .4s;position:relative}.blog-card:hover{background:var(--black-soft)}.blog-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .4s cubic-bezier(.23, 1, .32, 1)}.blog-card:hover::after{transform:scaleX(1)}.blog-card-img{position:relative;overflow:hidden;aspect-ratio:3/2;background:var(--black-soft);flex-shrink:0}.blog-card-img img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.82);transition:transform .7s cubic-bezier(.23, 1, .32, 1),filter .5s}.blog-card:hover .blog-card-img img{transform:scale(1.05);filter:brightness(.68)}.blog-card-body{padding:2rem 2rem 1.6rem;display:flex;flex-direction:column;flex:1}.blog-card-category{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.28em;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem}.blog-card-title{font-family:"Playfair Display",serif;font-size:clamp(1rem, 1.4vw, 1.25rem);font-weight:400;color:var(--cream);line-height:1.35;margin-bottom:.9rem;letter-spacing:.02em}.blog-card-title a{color:inherit;text-decoration:none;transition:color .3s}.blog-card-title a:hover{color:var(--gold-light)}.blog-card-excerpt{font-family:"Cormorant Garamond",serif;font-size:.95rem;color:var(--cream-dim);line-height:1.8;font-weight:300;flex:1;margin-bottom:1.5rem}.blog-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(201,168,76,.1);padding-top:1.2rem;margin-top:auto}.blog-card-date{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.18em;color:var(--cream-dim);text-transform:uppercase;opacity:.45}.blog-card-link{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.22em;color:var(--gold);text-decoration:none;text-transform:uppercase;border-bottom:1px solid var(--gold-dim);padding-bottom:2px;transition:border-color .3s,color .3s}.blog-card-link:hover{border-color:var(--gold);color:var(--gold-light)}.blog-card-placeholder{background:var(--black-rich);display:flex;align-items:center;justify-content:center;min-height:360px;border:1px dashed rgba(201,168,76,.12);cursor:default}.blog-card-placeholder::after{display:none}.blog-card-placeholder:hover{background:var(--black-rich)}.blog-card-placeholder-inner{text-align:center;padding:2rem}.blog-card-placeholder-inner svg{opacity:.2;display:block;margin:0 auto 1.2rem}.blog-card-placeholder-inner p{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.28em;color:var(--cream-dim);text-transform:uppercase;opacity:.3}.blog-post-hero{position:relative;height:62vh;min-height:420px;overflow:hidden;margin-top:80px}.blog-post-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.55)}.blog-post-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,8,8,.3) 0,rgba(8,8,8,.1) 40%,rgba(8,8,8,.75) 100%)}.blog-post-hero-content{position:absolute;bottom:0;left:0;right:0;padding:3rem 8vw;z-index:2}.blog-post-hero-category{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:.8rem;margin-bottom:.9rem}.blog-post-hero-category::before{content:"";width:24px;height:1px;background:var(--gold-dim);display:inline-block}.blog-post-hero-title{font-family:"Playfair Display",serif;font-size:clamp(1.8rem, 4vw, 3.8rem);font-weight:400;color:var(--cream);line-height:1.15;max-width:820px;letter-spacing:.03em}.blog-post-article{padding:5rem 8vw 7rem;background:var(--black-rich)}.blog-post-content{max-width:760px;margin:0 auto}.blog-post-meta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,168,76,.1);font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.2em;color:var(--cream-dim);text-transform:uppercase;opacity:.55}.blog-post-meta-dot{width:3px;height:3px;background:var(--gold-dim);border-radius:50%;flex-shrink:0}.blog-post-body{position:relative}.blog-post-body p{font-family:"Cormorant Garamond",serif;font-size:1.15rem;line-height:1.95;color:var(--cream-dim);font-weight:300;margin-bottom:1.6rem}.blog-post-body h2{font-family:"Playfair Display SC",serif;font-size:clamp(1rem, 1.8vw, 1.5rem);font-weight:400;color:var(--cream);letter-spacing:.1em;text-transform:uppercase;margin:3rem 0 1.2rem;padding-top:.5rem}.blog-post-body h2::before{content:"";display:block;width:32px;height:1px;background:var(--gold-dim);margin-bottom:1rem}.blog-post-body h3{font-family:"Playfair Display",serif;font-size:clamp(1rem, 1.5vw, 1.3rem);font-weight:400;font-style:italic;color:var(--gold-light);margin:2rem 0 .8rem;letter-spacing:.05em}.blog-post-body strong{font-weight:600;color:var(--cream)}.blog-post-body em{font-style:italic;color:var(--gold-light)}.blog-post-body a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(201,168,76,.3);transition:border-color .3s,color .3s}.blog-post-body a:hover{color:var(--gold-light);border-color:var(--gold)}.blog-post-body ul{list-style:none;margin:.8rem 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:.7rem}.blog-post-body ul li{font-family:"Cormorant Garamond",serif;font-size:1.1rem;line-height:1.75;color:var(--cream-dim);font-weight:300;display:flex;align-items:flex-start;gap:.85rem}.blog-post-body ul li::before{content:"◆";color:var(--gold);font-size:.65rem;flex-shrink:0;margin-top:.55em}.blog-post-body blockquote{border-left:2px solid var(--gold);padding:1.2rem 0 1.2rem 2rem;margin:2.5rem 0;background:rgba(201,168,76,.03)}.blog-post-body blockquote p{font-family:"Cormorant Garamond",serif;font-size:1.3rem;font-style:italic;font-weight:300;color:var(--cream);line-height:1.7;margin:0}.blog-post-body blockquote cite{display:block;margin-top:.8rem;font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-style:normal}.blog-post-divider{display:flex;align-items:center;gap:1.2rem;margin:3rem 0;opacity:.3}.blog-post-divider::after,.blog-post-divider::before{content:"";flex:1;height:1px}.blog-post-divider::before{background:linear-gradient(to right,transparent,var(--gold-dim))}.blog-post-divider::after{background:linear-gradient(to left,transparent,var(--gold-dim))}.blog-post-divider-diamond{width:6px;height:6px;background:var(--gold-dim);transform:rotate(45deg);flex-shrink:0}.blog-related{padding:5rem 8vw;background:var(--black-mid);border-top:1px solid rgba(201,168,76,.08)}.blog-related-inner{max-width:1210px;margin:0 auto}.blog-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.08);margin-top:3.5rem}.blog-related-card{background:var(--black-mid);padding:2.2rem;transition:background .3s;text-decoration:none;display:block}.blog-related-card:hover{background:var(--black-soft)}.blog-related-label{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem;display:flex;align-items:center;gap:.6rem}.blog-related-label::before{content:"◆";font-size:.65rem;color:var(--gold)}.blog-related-title{font-family:"Playfair Display",serif;font-size:1rem;font-weight:400;color:var(--cream);line-height:1.4;transition:color .3s}.blog-related-card:hover .blog-related-title{color:var(--gold-light)}.blog-related-arrow{display:block;margin-top:1rem;font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;opacity:0;transform:translateX(-4px);transition:opacity .3s,transform .3s}.blog-related-card:hover .blog-related-arrow{opacity:1;transform:translateX(0)}.blog-post-cta{position:relative;z-index:1;padding:8rem 8vw;text-align:center;overflow:hidden;background:var(--black-rich);border-top:1px solid rgba(201,168,76,.08)}.blog-post-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(201,168,76,.07) 0,transparent 70%)}.blog-post-cta h2{font-family:"Playfair Display SC",serif;font-size:clamp(1.8rem, 4vw, 4rem);font-weight:400;color:var(--cream);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4em;position:relative}.blog-post-cta h2 .line2{display:block;color:var(--gold);font-style:italic;font-family:"Cormorant Garamond",serif;font-weight:300;font-size:.72em;letter-spacing:.08em}.blog-post-cta p{font-size:1.1rem;color:var(--cream-dim);max-width:48ch;margin:1.5rem auto 3rem;font-style:italic;font-weight:300;line-height:1.8;position:relative}.blog-cta-btns{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative}.blog-author-strip{max-width:760px;margin:3.5rem auto 0;padding:2rem 2.5rem;border:1px solid rgba(201,168,76,.12);background:rgba(201,168,76,.02);display:flex;align-items:center;gap:2rem}.blog-author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:1px solid rgba(201,168,76,.25);flex-shrink:0}.blog-author-avatar img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%)}.blog-author-info{flex:1}.blog-author-name{font-family:"Playfair Display SC",serif;font-size:.65rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:.4rem}.blog-author-bio{font-family:"Cormorant Garamond",serif;font-size:.92rem;color:var(--cream-dim);font-weight:300;line-height:1.7;opacity:.7}@media (max-width:992px){.blog-featured-inner{grid-template-columns:1fr;gap:3rem}.blog-featured-excerpt{max-width:100%}.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}.blog-related-grid{grid-template-columns:1fr}.blog-post-hero{height:50vh}.blog-post-hero-title{font-size:clamp(1.5rem, 4vw, 2.5rem)}.blog-featured{padding:4rem 6vw}.blog-grid-section{padding:4rem 6vw 6rem}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-post-hero{height:44vh;min-height:320px}.blog-post-article{padding:3.5rem 6vw 5rem}.blog-post-body h2{font-size:1rem}.blog-post-body blockquote{padding-left:1.2rem}.blog-post-body blockquote p{font-size:1.1rem}.blog-author-strip{flex-direction:column;gap:1.2rem}.blog-related{padding:3.5rem 6vw}.blog-post-cta{padding:5rem 6vw}.blog-card-placeholder{min-height:200px}}.article-toc{background:rgba(201,168,76,.06);border-left:3px solid var(--gold,#c9a84c);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 4px 4px 0}.article-toc h3{font-family:"Playfair Display SC",serif;color:var(--gold,#c9a84c);font-size:.9rem;letter-spacing:2px;text-transform:uppercase;margin:0 0 1rem 0}.article-toc ol{margin:0;padding-left:1.2rem}.article-toc li{margin-bottom:.5rem}.article-toc a{color:var(--cream,#faf3e0);text-decoration:none;font-family:"Cormorant Garamond",serif;font-size:1.05rem;transition:color .2s}.article-toc a:hover{color:var(--gold,#c9a84c)}