:root{--black:#0a0a0a;--white:#fafafa;--gray-50:#f7f7f7;--gray-100:#e5e5e5;--gray-200:#d4d4d4;--gray-400:#a3a3a3;--gray-600:#525252;--gray-800:#262626;--accent:#e63323;--accent-light:#ff4d3d;--gold:#d4a853}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Syne',sans-serif;background:var(--white);color:var(--black);line-height:1.7;font-size:1.02rem}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.serif{font-family:'Instrument Serif',serif;font-style:italic;color:var(--gold);font-weight:400}
header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 5%;display:flex;justify-content:space-between;align-items:center;background:rgba(250,250,250,.95);backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(0,0,0,.05)}
.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--black);letter-spacing:-.02em}
.logo:hover{text-decoration:none}
.logo span{color:var(--accent)}
nav{display:flex;gap:2.5rem;align-items:center}
nav a{text-decoration:none;color:var(--gray-600);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;transition:color .3s}
nav a:hover{color:var(--black);text-decoration:none}
.nav-cta{padding:.6rem 1.2rem;background:var(--black);color:var(--white)!important;border-radius:999px;letter-spacing:.04em}

article{max-width:780px;margin:0 auto;padding:7rem 1.5rem 4rem}
.breadcrumb{font-size:.82rem;color:var(--gray-400);margin-bottom:1.4rem;display:flex;gap:.4rem;flex-wrap:wrap}
.breadcrumb a{color:var(--gray-600);text-decoration:none}
.breadcrumb a:hover{color:var(--black)}

article h1{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:600;line-height:1.08;letter-spacing:-.02em;margin-bottom:1rem;color:var(--black)}
article h1 em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--gold);font-weight:400}
.meta{color:var(--gray-400);font-size:.85rem;margin-bottom:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.meta i{margin-right:.3rem;color:var(--accent)}

article h2{font-size:1.7rem;font-weight:600;letter-spacing:-.01em;margin:3rem 0 1rem;line-height:1.2;color:var(--black)}
article h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .8rem;line-height:1.3;color:var(--black)}
article p{margin-bottom:1.1rem;color:var(--gray-800)}
article p em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--gold)}
article ul,article ol{margin:0 0 1.4rem 1.4rem}
article li{margin-bottom:.55rem;color:var(--gray-800)}
article strong{color:var(--black);font-weight:600}
article blockquote{margin:2rem 0;padding:1.4rem 1.6rem;background:var(--gray-50);border-left:3px solid var(--accent);border-radius:6px;font-family:'Instrument Serif',serif;font-style:italic;font-size:1.1rem;color:var(--gray-800)}
article table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}
article table th,article table td{padding:.7rem .9rem;text-align:left;border-bottom:1px solid var(--gray-100)}
article table th{background:var(--gray-50);font-weight:600;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em;color:var(--gray-600)}
article code{background:var(--gray-50);padding:.15rem .4rem;border-radius:4px;font-family:ui-monospace,Menlo,monospace;font-size:.9em;color:var(--accent)}
article hr{border:none;border-top:1px solid var(--gray-100);margin:3rem 0}
article .toc{background:var(--gray-50);padding:1.5rem 1.8rem;border-radius:14px;margin:1.5rem 0 2.5rem}
article .toc h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:.8rem;font-weight:600}
article .toc ol{margin:0 0 0 1.2rem}
article .toc li{margin-bottom:.35rem;font-size:.95rem}
article .toc a{color:var(--gray-800);text-decoration:none}
article .toc a:hover{color:var(--accent);text-decoration:underline}

.key-cta{margin:3rem 0;padding:2rem 2.2rem;background:linear-gradient(135deg,#0a0a0a,#262626);color:var(--white);border-radius:18px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem}
.key-cta h3{color:var(--white);font-size:1.25rem;margin:0;font-weight:600;max-width:38ch}
.key-cta h3 em{color:var(--gold);font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.key-cta a{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;background:var(--accent);color:var(--white)!important;border-radius:999px;font-weight:600;text-decoration:none;transition:background .25s,transform .25s}
.key-cta a:hover{background:var(--accent-light);transform:translateY(-2px);text-decoration:none}

.related{max-width:780px;margin:0 auto;padding:0 1.5rem 3rem}
.related h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:1rem;font-weight:600}
.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.related-grid a{display:block;padding:1.1rem 1.3rem;background:var(--gray-50);border-radius:12px;color:var(--black)!important;text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.3;transition:background .25s}
.related-grid a:hover{background:var(--gray-100);text-decoration:none}

footer{margin-top:3rem;padding:3rem 5% 2rem;background:var(--black);color:var(--gray-400)}
.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;max-width:1280px;margin:0 auto}
.footer-logo{font-size:1.4rem;font-weight:700;color:var(--white)!important;text-decoration:none}
.footer-logo:hover{text-decoration:none}
.footer-logo span{color:var(--accent)}
.footer-links{display:flex;gap:2rem;flex-wrap:wrap}
.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:color .3s}
.footer-links a:hover{color:var(--white);text-decoration:none}
.footer-contact a{color:var(--gray-400);text-decoration:none;display:block;font-size:.9rem;margin-bottom:.3rem}
.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);color:var(--gray-600);font-size:.82rem}
@media(max-width:780px){nav{display:none}.related-grid{grid-template-columns:1fr}}
