:root{--color-espresso:#1C1A16;--color-saffron:#E8850A;--color-saffron-dk:#B8660A;--color-ivory:#FAFAF7;--color-parchment:#F3F1EC;--color-sea:#2d7a8a;--color-gold:#c49a3c;--color-text:#1C1A16;--color-text-muted:#666;--color-text-light:#999;--color-border:#E8E5DD;--color-border-dk:#D0CEC6;--font-serif:'Playfair Display', 'Georgia', 'Times New Roman', serif;--font-sans:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--max-width:1200px;--content-width:760px;--sidebar-width:300px;--gap:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-card:0 2px 12px rgba(28,26,22,0.07);--shadow-hover:0 6px 24px rgba(28,26,22,0.13);--transition:0.2s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--color-ivory);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--color-saffron);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-saffron-dk)}img{max-width:100%;height:auto;display:block}ol,ul{padding-left:1.5rem}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-espresso);line-height:1.25;font-weight:700}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.4rem,3vw,1.875rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.2rem}p{margin-bottom:1.25rem}p:last-child{margin-bottom:0}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.content-sidebar-wrap{display:grid;grid-template-columns:1fr var(--sidebar-width);gap:var(--gap);align-items:start}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ticker-bar{background:var(--color-espresso);padding:.4rem 0;overflow:hidden}.ticker-inner{display:flex;align-items:center;gap:1rem}.ticker-label{background:var(--color-saffron);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.ticker-content{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticker-content,.ticker-content a{color:rgb(255 255 255/.75)}.main-nav a:hover,.site-title .accent,.ticker-content a:hover{color:var(--color-saffron)}.ticker-date{font-size:.75rem;color:rgb(255 255 255/.45);white-space:nowrap;flex-shrink:0}.site-header{background:var(--color-ivory);border-bottom:2px solid var(--color-espresso);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:var(--max-width);margin:0 auto;gap:1.5rem}.site-branding{flex-shrink:0}.main-nav a,.site-title{color:var(--color-espresso)}.site-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:900;letter-spacing:-.02em;line-height:1}.site-tagline{font-size:.7rem;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem}.main-nav{flex:1}.header-actions,.main-nav ul{display:flex;align-items:center}.main-nav ul{gap:.25rem;list-style:none;padding:0;justify-content:center}.main-nav a{font-size:.85rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition);display:block}.main-nav a:hover{background:var(--color-parchment)}.main-nav .menu-item-has-children{position:relative}.main-nav .sub-menu{display:none;position:absolute;top:calc(100% + 4px);left:0;background:var(--color-ivory);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:180px;padding:.4rem 0;box-shadow:var(--shadow-card);flex-direction:column;gap:0;z-index:200}.main-nav .menu-item-has-children:hover>.sub-menu{display:flex}.main-nav .sub-menu a{padding:.5rem 1rem;border-radius:0;font-size:.82rem}.header-actions{gap:.75rem;flex-shrink:0}.menu-toggle,.search-toggle{background:0 0;border:0;cursor:pointer;padding:.4rem;color:var(--color-espresso)}.search-toggle{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition)}.search-toggle:hover{background:var(--color-parchment)}.search-toggle svg{width:18px;height:18px}.menu-toggle{display:none}.menu-toggle svg{width:22px;height:22px}.search-overlay{display:none;position:fixed;inset:0;background:rgb(28 26 22/.85);z-index:300;align-items:center;justify-content:center;padding:1.5rem}.search-overlay-inner{background:var(--color-ivory);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:600px}.search-overlay form{display:flex;gap:.75rem}.search-overlay input[type=search]{flex:1;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-sans);background:var(--color-parchment);transition:border-color var(--transition)}.search-overlay input[type=search]:focus{outline:0;border-color:var(--color-saffron)}.search-close{display:flex;align-items:center;justify-content:center;margin-top:1rem;width:100%;background:0 0;border:0;cursor:pointer;color:var(--color-text-muted);font-size:.85rem;gap:.4rem}.badge,.btn-primary{background:var(--color-saffron);color:#fff}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;border:0;cursor:pointer;padding:.65rem 1.25rem;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.85rem;font-weight:600;letter-spacing:.02em;transition:background var(--transition),transform var(--transition)}.btn-primary:hover{transform:translateY(-1px)}.badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius-sm);transition:background var(--transition)}.badge:hover,.btn-primary:hover{background:var(--color-saffron-dk);color:#fff}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-espresso)}.section-heading{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--color-espresso);letter-spacing:-.01em}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.posts-grid.cols-3{grid-template-columns:repeat(3,1fr)}.post-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.post-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.post-card-thumb{position:relative;overflow:hidden;aspect-ratio:16/9}.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-card-thumb img{transform:scale(1.06)}.post-card-thumb .badge{position:absolute;top:.75rem;left:.75rem}.post-card-body{padding:1rem 1.1rem 1.25rem;flex:1;display:flex;flex-direction:column}.post-card-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--color-espresso);line-height:1.35;margin-bottom:.5rem;flex:1}.post-card-title a{color:inherit}.post-breadcrumb a:hover,.post-card-h-title a:hover,.post-card-meta a:hover,.post-card-title a:hover,.post-hero-meta a:hover{color:var(--color-saffron)}.post-card-excerpt{font-size:.82rem;color:var(--color-text-muted);margin-bottom:.75rem;line-height:1.6}.post-card-meta{font-size:.75rem;display:flex;gap:.75rem;flex-wrap:wrap;border-top:1px solid var(--color-border);padding-top:.6rem;margin-top:auto}.post-card-meta,.post-card-meta a{color:var(--color-text-light)}.post-card-h{display:flex;gap:.75rem;align-items:flex-start;padding:.65rem 0;border-bottom:1px solid var(--color-border)}.post-card-h:last-child,.toc-list li:last-child{border-bottom:none}.post-card-h-thumb{width:72px;height:60px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.post-card-h-body{flex:1}.post-card-h-title{font-family:var(--font-serif);font-size:.82rem;font-weight:700;line-height:1.35;color:var(--color-espresso)}.post-card-h-title a{color:inherit}.post-card-h-date{font-size:.72rem;color:var(--color-text-light);margin-top:.25rem}.post-hero{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:flex-end;background:var(--color-espresso)}.post-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.post-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(28 26 22/.85)0,rgb(28 26 22/.15) 55%,transparent 100%)}.post-hero-content{position:relative;z-index:2;padding:2.5rem var(--gap);max-width:var(--max-width);width:100%;margin:0 auto}.post-breadcrumb,.post-hero-meta{display:flex;flex-wrap:wrap;align-items:center}.post-breadcrumb{font-size:.75rem;margin-bottom:.75rem;gap:.4rem}.post-breadcrumb,.post-breadcrumb a{color:rgb(255 255 255/.55)}.post-breadcrumb .sep{opacity:.4}.post-hero h1{color:#fff;font-size:clamp(1.6rem,4vw,2.5rem);line-height:1.2;margin-bottom:1rem;font-weight:900}.post-hero-meta{font-size:.82rem;gap:1rem}.post-hero-meta,.post-hero-meta a{color:rgb(255 255 255/.65)}.post-hero-meta .sep{opacity:.3}.post-author-avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgb(255 255 255/.3);object-fit:cover}.post-content-area{padding:2.5rem 0}.entry-content{font-size:1.0625rem;line-height:1.8;color:var(--color-text)}.entry-content h2{margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border)}.entry-content h3{margin:2rem 0 .75rem}.entry-content ol,.entry-content p,.entry-content ul{margin-bottom:1.35rem}.entry-content li{margin-bottom:.4rem}.entry-content a{color:var(--color-saffron);border-bottom:1px solid rgb(232 133 10/.3)}.entry-content a:hover{color:var(--color-saffron-dk);border-bottom-color:var(--color-saffron-dk)}.toc-box{background:var(--color-parchment);border-left:3px solid var(--color-saffron);border-radius:0 var(--radius-md) var(--radius-md)0;padding:1.25rem 1.5rem;margin:0 0 2rem}.toc-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-espresso);margin-bottom:.75rem}.footer-col ul,.toc-list{list-style:none;padding:0}.toc-list li{padding:.3rem 0;border-bottom:1px solid var(--color-border);font-size:.87rem}.toc-list a{color:var(--color-espresso)}.footer-bottom nav a:hover,.footer-brand .site-title .accent,.footer-col a:hover,.toc-list a:hover,.toc-num{color:var(--color-saffron)}.toc-num{font-weight:700;margin-right:.4rem;font-size:.75rem}.sidebar{display:flex;flex-direction:column;gap:1.75rem}.sidebar-widget{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.footer-col h4,.widget-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.widget-title{color:var(--color-espresso);padding:.75rem 1rem;border-bottom:2px solid var(--color-espresso);background:var(--color-parchment)}.widget-body{padding:1rem}.tag-cloud-widget{display:flex;flex-wrap:wrap;gap:.4rem}.tag-pill{font-size:.72rem;padding:.3rem .7rem;border-radius:20px;background:var(--color-parchment);color:var(--color-text-muted);border:1px solid var(--color-border);transition:background var(--transition),color var(--transition)}.tag-pill:hover{background:var(--color-saffron);color:#fff;border-color:var(--color-saffron)}.post-footer{padding:1.5rem 0;border-top:1px solid var(--color-border);margin-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.share-buttons{display:flex;gap:.5rem}.share-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.35rem .8rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-muted);transition:background var(--transition),color var(--transition)}.share-btn:hover{background:var(--color-espresso);color:#fff;border-color:var(--color-espresso)}.share-btn svg{width:14px;height:14px}.related-posts{margin-top:3rem}.related-posts .section-header{margin-bottom:1.25rem}.site-footer{background:var(--color-espresso);color:rgb(255 255 255/.7);margin-top:auto}.footer-main{padding:3.5rem 0 2rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.footer-brand .site-title{font-size:1.5rem;color:#fff}.footer-brand .site-tagline{color:rgb(255 255 255/.4);margin-top:.25rem}.footer-brand p{font-size:.85rem;margin-top:.75rem;line-height:1.6}.footer-social{display:flex;gap:.6rem;margin-top:1rem}.footer-col h4{font-family:var(--font-sans);color:#fff;margin-bottom:1rem}.footer-col ul li{margin-bottom:.5rem}.footer-col a{font-size:.85rem;color:rgb(255 255 255/.55)}.footer-bottom{border-top:1px solid rgb(255 255 255/.1);padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom nav a,.footer-bottom p{font-size:.78rem;color:rgb(255 255 255/.35)}.footer-bottom nav{display:flex;gap:1.25rem}@media (max-width:1024px){:root{--sidebar-width:260px}.footer-main{grid-template-columns:1fr 1fr}}@media (max-width:900px){.content-sidebar-wrap{grid-template-columns:1fr}.sidebar{display:none}}@media (max-width:640px){.header-inner{padding:.75rem 1rem}.main-nav{display:none}.menu-toggle{display:flex}.footer-main,.posts-grid,.posts-grid.cols-3{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.post-hero{min-height:320px}.post-hero h1{font-size:1.4rem}}@media print{.post-footer,.related-posts,.sidebar,.site-footer,.site-header,.ticker-bar{display:none}body{background:#fff;color:#000}a{color:inherit;text-decoration:underline}}