: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,h3,h4{color:var(--green)}a{text-decoration:none;transition:color var(--transition)}.entry-content a:hover,a:hover{color:var(--gold)}ul{padding-left:1.5rem}h1,h2,h3,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)}h3{font-size:clamp(1.15rem,2vw,1.45rem)}h4{font-size:1.1rem}.page-hero p,p{font-size:1.05rem}p{margin-bottom:1.3rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.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}.btn,.menu-toggle{-webkit-tap-highlight-color:#fff0}.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;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}.btn{white-space:nowrap}.btn--outline{background:#fff0;color:var(--white);border-color:rgb(255 255 255/.4)}.btn--outline:hover{background:rgb(255 255 255/.1);border-color:var(--white);color:var(--white)}.btn--green,.btn--green:hover{color:var(--white);border-color:var(--green)}.btn--green:hover{border-color:var(--green-mid);box-shadow:0 6px 20px rgb(20 56 37/.3);background:var(--green-mid);transform:translateY(-1px);box-shadow:var(--shadow-md);color:#fff}.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}.page-hero p{color:rgb(255 255 255/.7);max-width:540px;margin:0 auto;position:relative;z-index:1}.entry-content{font-size:1.08rem;line-height:1.82;color:var(--text-light)}.entry-content h2,.entry-content h3{margin:2.5rem 0 1rem;color:var(--green)}.entry-content h3{margin:2rem 0 .8rem}.entry-content p,.entry-content ul{margin-bottom:1.4rem}.entry-content li{margin-bottom:.5rem}.entry-content a{color:var(--green);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px}.btn,.footer-col h4{font-family:var(--font-body);font-weight:700}.btn,.footer-social a{align-items:center;transition:all var(--transition)}.btn{display:inline-flex;gap:.4rem;padding:.78rem 1.75rem;border-radius:var(--radius);font-size:.92rem;cursor:pointer;border:0;text-decoration:none;line-height:1}.btn--green{background:var(--green);color:#fff}.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;justify-content:center;color:rgb(255 255 255/.6)}.footer-social a:hover{background:var(--gold);color:var(--green);border-color:var(--gold);transform:translateY(-2px)}.footer-col h4{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);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 print{.menu-toggle,.site-footer,.site-header{display:none!important}a,body{color:#000}body{background:#fff;font-size:12pt;overflow:visible;height:auto}a{text-decoration:underline}h1,h2,h3{color:#000;page-break-after:avoid}}