.blog{background:var(--background);color:var(--foreground)}@keyframes blogFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.blog-hero{justify-content:center;padding:6rem 2rem 4rem;background:linear-gradient(160deg,#0c0c0c,#18130d 35%,#0d1717 65%,#0c0c0c);overflow:hidden}.blog-hero,.blog-hero-content{position:relative;display:flex;align-items:center}.blog-hero-content{flex-direction:column;text-align:center;max-width:680px;animation:blogFadeUp 1s ease-out both}.blog-hero-eyebrow{font-family:Georgia,Times New Roman,serif;font-size:.8125rem;font-style:italic;letter-spacing:.4em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;opacity:.9}.blog-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin:0}.blog-hero-rule{width:80px;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);margin:2rem auto}.blog-hero-subtitle{font-family:Georgia,Times New Roman,serif;font-size:1.0625rem;line-height:1.9;color:var(--muted);max-width:520px;margin:0 auto}.blog-list{max-width:760px;margin:0 auto;padding:4rem 2rem 6rem}.blog-card{display:block;padding:2.5rem 0;border-bottom:1px solid rgba(201,169,110,.12);text-decoration:none;color:inherit}.blog-card:first-child{padding-top:0}.blog-card-meta{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}.blog-card-category{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary)}.blog-card-date{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:.875rem;color:var(--muted)}.blog-card-title{font-size:1.625rem;font-weight:300;letter-spacing:-.01em;line-height:1.3;margin:0 0 .75rem;color:var(--foreground);transition:color .4s ease}.blog-card:hover .blog-card-title{color:var(--primary)}.blog-card-excerpt{font-family:Georgia,Times New Roman,serif;font-size:.9995rem;line-height:1.8;color:var(--muted);margin:0 0 1rem}.blog-card-cta{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);opacity:.85}.blog-empty{font-family:Georgia,Times New Roman,serif;font-style:italic;text-align:center;color:var(--muted);padding:3rem 0}.blog-post{max-width:720px;margin:0 auto;padding:4rem 2rem 6rem}.blog-post-header{text-align:center;margin-bottom:3rem}.blog-post-category{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--primary);margin-bottom:1.25rem}.blog-post-title{font-size:clamp(2rem,5vw,3rem);font-weight:300;line-height:1.15;letter-spacing:-.02em;margin:0 0 1.25rem}.blog-post-byline{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:.9375rem;color:var(--muted)}.blog-post-rule{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);margin:2rem auto 0}.blog-post-hero-image{width:100%;height:auto;margin:0 0 3rem;border:1px solid rgba(201,169,110,.15)}.blog-body{font-family:Georgia,Times New Roman,serif;font-size:1.0625rem;line-height:1.9;color:var(--foreground)}.blog-body p{margin:0 0 1.5rem;color:var(--muted)}.blog-body h2,.blog-body h3,.blog-body h4{font-weight:300;letter-spacing:-.01em;color:var(--foreground);margin:2.5rem 0 1rem}.blog-body h2{font-size:1.75rem}.blog-body h3{font-size:1.375rem}.blog-body h4{font-size:1.125rem}.blog-body a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.blog-body a:hover{opacity:.8}.blog-body ol,.blog-body ul{margin:0 0 1.5rem;padding-left:1.5rem;color:var(--muted)}.blog-body li{margin-bottom:.5rem}.blog-body blockquote{margin:2rem 0;padding-left:1.5rem;border-left:1px solid var(--primary);font-style:italic;color:var(--foreground)}.blog-body blockquote p{color:inherit}.blog-body img{max-width:100%;height:auto;margin:2rem 0;border:1px solid rgba(201,169,110,.15)}.blog-body hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);margin:3rem auto;width:80px}.blog-body pre{background:var(--surface);border:1px solid var(--border);padding:1rem 1.25rem;overflow-x:auto;font-size:.875rem;margin:0 0 1.5rem}.blog-body code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.9em}.blog-body strong{color:var(--foreground);font-weight:600}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem}.blog-post-tag{font-size:.75rem;padding:.25rem .75rem;background:var(--surface);color:var(--muted);letter-spacing:.05em}.blog-post-back{display:inline-block;margin-top:3rem;font-size:.8125rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);text-decoration:none;border-bottom:1px solid rgba(201,169,110,.3);padding-bottom:.25rem;transition:color .4s ease}.blog-post-back:hover{color:var(--primary)}