:root{--green:#143825;--green-dark:#0d2519;--green-mid:#1c4f35;--green-light:#22613f;--green-muted:#2d7a52;--gold:#C9991F;--gold-light:#e0b93a;--gold-pale:#f5e5b0;--cream:#F8F4EC;--cream-dark:#EDE7D9;--white:#FFFFFF;--text:#1a1a1a;--text-light:#3d3d3d;--text-muted:#7a7a7a;--border:#DDD6C8;--border-light:#EDE7D9;--shadow-sm:0 1px 4px rgba(0,0,0,0.07);--shadow-md:0 4px 20px rgba(0,0,0,0.10);--shadow-lg:0 8px 32px rgba(0,0,0,0.13);--radius:8px;--radius-lg:14px;--radius-xl:20px;--max-width:1160px;--post-width:960px;--font-head:'Playfair Display', Georgia, serif;--font-body:'DM Sans', system-ui, -apple-system, sans-serif;--transition:0.22s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden}html{scroll-behavior:smooth;font-size:16px;text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background:var(--cream);line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;display:flex;flex-direction:column}#main-content{flex:1 0 auto}.site-footer{flex-shrink:0}a,h1,h2,h4{color:var(--green)}a{text-decoration:none;transition:color var(--transition)}.post-card__title a:hover,a:hover{color:var(--gold)}ul{padding-left:1.5rem}h1,h2,h4{font-family:var(--font-head);line-height:1.22;font-weight:700}h1{font-size:clamp(1.9rem,4vw,2.9rem)}h2{font-size:clamp(1.45rem,3vw,2.1rem)}h4{font-size:1.1rem}p{margin-bottom:1.3rem;font-size:1.05rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-content{padding:3.5rem 0 5rem}.site-header{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);position:sticky;top:0;z-index:200;box-shadow:0 2px 16px rgb(0 0 0/.22);border-bottom:1px solid rgb(255 255 255/.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:opacity var(--transition)}.site-logo:hover{opacity:.88}.site-logo svg{display:block;height:36px;width:auto}.primary-nav,.primary-nav ul{display:flex;align-items:center;gap:.4rem}.primary-nav ul{list-style:none!important;padding:0!important;margin:0!important;gap:.05rem}.primary-nav ul li{list-style:none!important;position:relative}.primary-nav ul li a{display:block;color:rgb(255 255 255/.82);font-size:.88rem;font-weight:500;padding:.5rem .8rem}.primary-nav ul li a:hover{color:var(--gold-light);background:rgb(255 255 255/.07)}.nav-cta,.nav-cta:hover{color:var(--green)!important}.nav-cta,.primary-nav ul li a{border-radius:6px;white-space:nowrap;text-decoration:none;transition:all var(--transition);letter-spacing:.01em}.nav-cta{display:inline-flex;align-items:center;background:var(--gold);font-weight:700;font-size:.85rem;padding:.5rem 1rem;flex-shrink:0;border:1px solid #fff0}.nav-cta:hover{background:var(--gold-light);box-shadow:0 3px 12px rgb(201 153 31/.4)}.menu-toggle,.page-hero h1{color:var(--white);position:relative}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:rgb(255 255 255/.08);border:1.5px solid rgb(255 255 255/.18);border-radius:7px;cursor:pointer;padding:8px 10px;width:44px;height:44px;flex-shrink:0;-webkit-tap-highlight-color:#fff0;touch-action:manipulation;user-select:none;z-index:210}.menu-toggle .bar{display:block;width:22px;height:2px;background:rgb(255 255 255/.9);border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.75rem}.post-card,.post-card__body{display:flex;flex-direction:column}.post-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .25s ease;will-change:transform}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--gold)}.post-card__body{padding:1.5rem;flex:1}.footer-col h4,.post-card__category{font-weight:700;text-transform:uppercase;color:var(--gold)}.post-card__category{display:inline-block;font-size:.68rem;letter-spacing:.1em;background:rgb(201 153 31/.1);padding:.22rem .65rem;border-radius:100px;margin-bottom:.75rem;width:fit-content;text-decoration:none}.post-card__category:hover{background:rgb(201 153 31/.2);color:var(--gold)}.post-card__title{font-family:var(--font-head);font-size:1.08rem;color:var(--green);margin-bottom:.6rem;line-height:1.3}.post-card__title a{color:inherit;text-decoration:none}.post-card__excerpt{font-size:.88rem;color:var(--text-light);margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.post-card__meta{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:.85rem;margin-top:auto}.post-card__meta-dot{color:var(--border)}.page-hero{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);padding:4.5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgb(201 153 31/.07)0,transparent 60%);pointer-events:none}.page-hero h1{margin-bottom:.75rem;z-index:1}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:.8rem;color:rgb(255 255 255/.5);margin-bottom:1.4rem;justify-content:center}.breadcrumbs a{color:rgb(255 255 255/.65);text-decoration:none}.breadcrumbs a:hover{color:var(--gold-light)}.breadcrumbs .sep{opacity:.35}.site-footer{background:linear-gradient(180deg,var(--green-dark) 0%,#0a1e12 100%);color:rgb(255 255 255/.65);padding:4.5rem 0 0;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgb(255 255 255/.08)}.footer-brand .footer-logo{margin-bottom:1rem}.footer-brand__desc{font-size:.875rem;line-height:1.78;color:rgb(255 255 255/.5);margin-bottom:1.5rem}.footer-nav,.footer-social{display:flex;gap:.65rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:rgb(255 255 255/.07);border:1px solid rgb(255 255 255/.1);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255/.6);transition:all var(--transition)}.footer-social a:hover{background:var(--gold);color:var(--green);border-color:var(--gold);transform:translateY(-2px)}.footer-col h4{font-family:var(--font-body);font-size:.7rem;letter-spacing:.13em;margin-bottom:1.25rem}.footer-nav{list-style:none!important;padding:0!important;margin:0!important;flex-direction:column}.footer-nav a{font-size:.875rem;color:rgb(255 255 255/.52);text-decoration:none;transition:color var(--transition)}.footer-bottom a:hover,.footer-nav a:hover{color:var(--gold-light)}.footer-bottom{padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.78rem;color:rgb(255 255 255/.32)}.footer-bottom a{color:rgb(255 255 255/.48)}.footer-bottom-links{display:flex;gap:1.25rem;flex-wrap:wrap}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:var(--green);padding:.5rem 1rem;border-radius:0 0 var(--radius) var(--radius);font-weight:700;z-index:9999}.skip-link:focus{top:0}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){:root{--post-width:100%}}@media (max-width:768px){.primary-nav,.primary-nav ul{flex-direction:column;align-items:stretch}.primary-nav{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:linear-gradient(160deg,var(--green-dark) 0%,var(--green) 100%);padding:1.5rem 1.25rem;z-index:190;overflow-y:auto;border-top:1px solid rgb(255 255 255/.1)}.primary-nav ul{gap:.15rem;width:100%;margin-bottom:1rem!important}.primary-nav ul li a{padding:.95rem 1rem;border-radius:8px;font-size:1rem;color:rgb(255 255 255/.88);display:block}.primary-nav ul li a:hover{background:rgb(255 255 255/.1);color:var(--gold-light)}.nav-cta{text-align:center;justify-content:center;padding:.9rem 1rem;font-size:.95rem;border-radius:8px;margin-top:.5rem}.menu-toggle{display:flex}.site-header{overflow:visible}.site-header .container{position:relative}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:580px){.posts-grid{grid-template-columns:1fr}}@media print{.menu-toggle,.site-footer,.site-header{display:none!important}body{background:#fff;font-size:12pt;overflow:visible;height:auto}a,body,h1,h2{color:#000}a{text-decoration:underline}h1,h2{page-break-after:avoid}}