*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0f0e08;--bg2:#1a1712;--bg3:#22201a;--gold:#d9a24a;--gold2:#f0c67a;--cream:#f4ecd8;--cream2:#e6dcc4;--ash:#a89880;--white:#faf5e8}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--cream);font-family:"Cormorant Garamond",Georgia,serif;font-size:20px;line-height:1.85;overflow-x:hidden;font-weight:500}
nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.4rem 3rem;display:flex;justify-content:space-between;align-items:center;background:rgba(15,14,8,.96);border-bottom:1px solid rgba(217,162,74,.35)}
.nav-logo{font-family:"Cinzel",serif;font-size:.85rem;letter-spacing:.22em;color:var(--cream);text-decoration:none;font-weight:600}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{font-family:"Cinzel",serif;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);text-decoration:none;transition:color .3s;font-weight:500}
.nav-links a:hover,.nav-links a.active{color:var(--gold2)}
.post-hero{padding:10rem 2rem 4rem;text-align:center;background:linear-gradient(180deg,#0f0e08 0%,#1a1712 100%);position:relative;overflow:hidden}
.post-hero::after{content:"✦";position:absolute;top:9rem;left:50%;transform:translateX(-50%);color:var(--gold2);font-size:.9rem;opacity:.7}
.post-hero .meta{font-family:"Cinzel",serif;font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold2);display:block;margin-bottom:1.6rem;font-weight:600}
.post-hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;color:var(--white);line-height:1.1;max-width:900px;margin:0 auto 1.6rem;font-style:italic}
.post-hero .dek{font-family:"Playfair Display",serif;font-size:1.2rem;font-style:italic;color:var(--cream);max-width:640px;margin:0 auto;line-height:1.6}
.post-body{max-width:720px;margin:0 auto;padding:5rem 2rem 6rem}
.post-body p{font-size:1.15rem;color:var(--cream);line-height:1.9;margin-bottom:1.6rem;font-weight:500}
.post-body p:first-of-type::first-letter{font-family:"Playfair Display",serif;font-size:3.4rem;font-weight:500;float:left;line-height:.95;margin:.2rem .6rem 0 0;color:var(--gold2)}
.post-body h2{font-family:"Playfair Display",serif;font-size:1.7rem;font-weight:500;color:var(--white);line-height:1.3;margin:3rem 0 1.4rem;font-style:italic}
.post-body h3{font-family:"Cinzel",serif;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold2);margin:2.5rem 0 1.2rem;font-weight:600}
.post-body blockquote{font-family:"Playfair Display",serif;font-size:1.35rem;font-style:italic;color:var(--gold2);line-height:1.55;margin:2.5rem 0;padding:0 2rem;border-left:2px solid var(--gold);font-weight:500}
.post-body em{color:var(--gold2);font-style:italic}
.post-body .break{text-align:center;color:var(--gold2);font-family:"Cinzel",serif;letter-spacing:.6em;margin:2.8rem 0;font-size:.9rem;opacity:.7}
.post-body .closing{font-family:"Playfair Display",serif;font-style:italic;color:var(--cream2);font-size:1.15rem;text-align:center;margin:3rem 0 2rem;line-height:1.6;border-top:1px solid rgba(217,162,74,.2);padding-top:2.4rem}
.post-body .sig{text-align:center;font-family:"Cinzel",serif;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--cream);margin-top:2.5rem;font-weight:600;line-height:1.9}
.post-body .sig em{color:var(--gold2);font-style:italic}
.post-nav{max-width:720px;margin:0 auto 4rem;padding:0 2rem;display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.post-nav a{font-family:"Cinzel",serif;font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold2);text-decoration:none;font-weight:600;padding:1rem 1.6rem;border:1px solid rgba(217,162,74,.35);transition:all .3s}
.post-nav a:hover{background:rgba(217,162,74,.08);border-color:var(--gold2)}
.cta{background:var(--bg2);padding:6rem 2rem;text-align:center;border-top:1px solid rgba(217,162,74,.2)}
.cta h3{font-family:"Playfair Display",serif;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:500;color:var(--white);font-style:italic;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.4}
.btn{display:inline-block;padding:1rem 2.8rem;border:1.5px solid var(--gold);color:var(--gold2);font-family:"Cinzel",serif;font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;text-decoration:none;position:relative;overflow:hidden;transition:color .4s;font-weight:600;background:transparent}
.btn::before{content:"";position:absolute;inset:0;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s;z-index:-1}
.btn:hover{color:var(--bg)}.btn:hover::before{transform:scaleX(1)}
footer{background:var(--bg);border-top:1px solid rgba(217,162,74,.2);padding:5rem 2rem 2.5rem}
.footer-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}
.footer-brand p{font-size:.95rem;color:var(--cream2);font-weight:500;margin-top:1rem;max-width:260px;line-height:1.75}
.footer-col h4{font-family:"Cinzel",serif;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold2);margin-bottom:1.4rem;font-weight:600}
.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}
.footer-col a{color:var(--cream);text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s}
.footer-col a:hover{color:var(--gold2)}
.footer-bottom{max-width:1000px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(217,162,74,.15);display:flex;justify-content:space-between;font-family:"Cinzel",serif;font-size:.6rem;letter-spacing:.14em;color:var(--ash);font-weight:500}
@media(max-width:900px){nav{padding:1rem 1.5rem}.nav-links{gap:1.2rem}.nav-links a{font-size:.6rem;letter-spacing:.15em}.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:.8rem;text-align:center}}
