.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--green:#3D9970;--green-dark:#2C7A57;--forest:#1B4332;--forest-dark:#0F2D1E;--forest-mid:#163828;--green-pale:#F0FBF4;--green-light:#C6E8D4;--green-mid:#6BBF97;--accent:#F4A261;--accent-dark:#E08A45;--text:#1A202C;--text-muted:#4B5768;--text-light:#94A3B8;--bg:#F0FBF4;--surface:#FFFFFF;--border:#D1E8DA;--header-bg:#FFFFFF;--nav-bg:#1B4332;--font-heading:'Playfair Display', Georgia, serif;--font-body:'Lato', system-ui, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--shadow-sm:0 1px 4px rgba(0,0,0,0.07);--shadow-md:0 4px 18px rgba(0,0,0,0.10);--shadow-lg:0 8px 32px rgba(0,0,0,0.13);--container:1200px;--gutter:24px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--green);text-decoration:none;transition:color .2s}a:hover{color:var(--green-dark)}p{margin-bottom:1rem}:focus-visible{outline:3px solid var(--green);outline-offset:3px}::selection{background:var(--green-light);color:var(--forest)}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.site-logo a,.site-wrapper{display:flex;flex-direction:column}.site-wrapper{min-height:100vh}.site-content{flex:1;padding:36px 0}.site-header{background:var(--nav-bg);min-height:72px;position:sticky;top:0;z-index:200;box-shadow:0 1px 0 var(--border),0 2px 8px rgb(0 0 0/.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px var(--gutter);max-width:var(--container);margin:0 auto;gap:20px}.site-logo a{text-decoration:none}.custom-logo{max-height:52px;width:auto}.menu-toggle{display:none;background:0 0;border:1px solid var(--border);color:var(--text);padding:6px 11px;border-radius:var(--radius-sm);cursor:pointer;font-size:1.3rem;line-height:1}.nav-bar{background:var(--nav-bg);border-top:1px solid rgb(255 255 255/.08)}.nav-bar-inner{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center}.primary-menu{display:flex;list-style:none;margin:0;padding:0}.primary-menu>li{position:relative}.cat-badge,.primary-menu>li>a{font-family:var(--font-body);font-weight:700;text-transform:uppercase;white-space:nowrap}.primary-menu>li>a{display:block;padding:12px 16px;color:rgb(255 255 255/.85);font-size:.75rem;letter-spacing:.07em;transition:color .2s,background .2s}.primary-menu>li>a:hover{color:#fff;background:rgb(255 255 255/.08)}.cat-badge{display:inline-block;padding:3px 10px;border-radius:3px;font-size:.68rem;letter-spacing:.06em;background:var(--green);color:#fff;text-decoration:none;transition:background .2s;vertical-align:middle}.cat-badge:hover{background:var(--forest);color:#fff}.hero-post{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:36px;min-height:520px;display:flex;align-items:flex-end;background:var(--forest)}.hero-post__bg,.hero-post__overlay{position:absolute;inset:0}.hero-post__bg img{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-post__overlay{background:linear-gradient(to top,rgb(15 45 30/.97)0,rgb(15 45 30/.55) 50%,rgb(15 45 30/.08) 100%)}.hero-post__content{position:relative;padding:36px 40px;color:#fff;max-width:820px}.hero-post__label{margin-bottom:12px;display:flex;align-items:center;gap:10px}.hero-post__label::before{content:"";display:inline-block;width:28px;height:2px;background:var(--accent)}.hero-post__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:700;line-height:1.2;margin-bottom:14px}.hero-post__title a{color:#fff}.hero-post__title a:hover{color:var(--accent)}.hero-post__excerpt{font-size:1rem;color:rgb(255 255 255/.78);margin-bottom:20px;max-width:580px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-post__meta{display:flex;align-items:center;gap:14px;font-size:.82rem;color:rgb(255 255 255/.6);margin-bottom:18px;flex-wrap:wrap}.hero-post__meta .author{color:rgb(255 255 255/.85);font-weight:600}.hero-post__read-more{display:inline-block;padding:9px 22px;background:var(--accent);color:#fff;border-radius:var(--radius-md);font-family:var(--font-body);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:background .2s,transform .2s}.hero-post__read-more:hover{background:var(--accent-dark);color:#fff;transform:translateY(-1px)}.home-section{margin-bottom:48px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--border)}.section-link,.section-title{font-weight:700;text-transform:uppercase}.section-title{font-family:var(--font-heading);font-size:1.05rem;letter-spacing:.07em;color:var(--text);padding-left:14px;position:relative}.section-title::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent);border-radius:2px}.section-link{font-family:var(--font-body);font-size:.73rem;color:var(--green);letter-spacing:.05em}.section-link:hover{color:var(--accent)}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.editorial-block{display:grid;grid-template-columns:1.45fr 1fr;gap:24px;align-items:start}.editorial-main-card .post-card__thumb{aspect-ratio:4/3}.editorial-main-card .post-card__title{font-size:1.2rem;line-height:1.3}.editorial-block__stack{display:flex;flex-direction:column;gap:16px}.topic-tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.topic-tile{display:flex;flex-direction:column;gap:6px;padding:22px 18px;background:var(--surface);border-radius:var(--radius-lg);border-top:4px solid var(--tile-color,var(--green));box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;text-decoration:none}.topic-tile:hover{color:inherit}.topic-tile__name{font-family:var(--font-heading);font-size:.92rem;font-weight:700;color:var(--text);line-height:1.2}.topic-tile__desc{font-size:.8rem;color:var(--text-muted);line-height:1.4;flex:1}.topic-tile__count{font-family:var(--font-body);font-size:.72rem;font-weight:700;color:var(--tile-color,var(--green));text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.post-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.post-card:hover,.topic-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.post-card__thumb{position:relative;overflow:hidden;aspect-ratio:16/9;background:#e8ecef;flex-shrink:0}.post-card__thumb a{display:block;width:100%;height:100%}.post-card__thumb img{transition:transform .4s ease;border-radius:0}.post-card:hover .post-card__thumb img{transform:scale(1.05)}.post-card__thumb .cat-badge{position:absolute;top:12px;left:12px;z-index:1;width:auto;height:auto;display:inline-block}.post-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.post-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:10px;color:var(--text)}.post-card__title a{color:inherit}.post-card__title a:hover{color:var(--green)}.post-card__excerpt{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.775rem;color:var(--text-light);border-top:1px solid var(--border);padding-top:12px;margin-top:auto}.post-card__meta .author{font-weight:600;color:var(--text-muted)}.post-card__meta .sep{opacity:.35}.post-card__cta{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body);font-size:.75rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.05em;margin-top:10px;transition:color .2s,gap .2s}.post-card:hover .post-card__cta{color:var(--accent);gap:7px}.post-card--compact{flex-direction:row;border-radius:var(--radius-md);min-height:100px}.post-card--compact .post-card__thumb{width:110px;min-width:110px;flex-shrink:0;aspect-ratio:unset;align-self:stretch;border-radius:0;overflow:hidden}.post-card--compact .post-card__thumb img,.post-card__thumb img{width:100%;height:100%;object-fit:cover}.post-card--compact .post-card__body{padding:14px 16px}.post-card--compact .post-card__title{font-size:.875rem;margin-bottom:6px}.post-card--compact .post-card__meta{padding-top:8px;font-size:.73rem}.post-card--compact .post-card__thumb .cat-badge{top:8px;left:8px}.email-capture{background:linear-gradient(135deg,var(--forest) 0%,var(--green-dark) 100%);border-radius:var(--radius-lg);padding:32px 28px;margin:40px 0;color:#fff;overflow:hidden}.email-capture::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.email-capture,.email-capture>*{position:relative}.email-capture__eyebrow{font-family:var(--font-body);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:8px}.email-capture__title{font-family:var(--font-heading);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700;line-height:1.2;margin-bottom:8px;color:#fff}.email-capture__sub{font-size:.9rem;color:rgb(255 255 255/.75);margin-bottom:20px;line-height:1.6}.email-capture__form{display:flex;gap:8px;flex-wrap:wrap}.email-capture__input{flex:1;min-width:200px;padding:11px 16px;border:2px solid rgb(255 255 255/.2);border-radius:var(--radius-md);background:rgb(255 255 255/.1);color:#fff;font-size:.9rem;font-family:var(--font-body);outline:0;transition:border-color .2s,background .2s}.email-capture__input::placeholder{color:rgb(255 255 255/.5)}.email-capture__input:focus{border-color:var(--accent);background:rgb(255 255 255/.15)}.email-capture__btn{padding:11px 22px;background:var(--accent);color:#fff;border:0;border-radius:var(--radius-md);font-family:var(--font-body);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s}.email-capture__btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.email-capture__note{font-size:.75rem;color:rgb(255 255 255/.45);margin-top:10px}.email-capture--home{text-align:center;padding:48px 40px}.email-capture--home .email-capture__title{font-size:clamp(1.4rem,3vw,2rem);max-width:600px;margin-left:auto;margin-right:auto}.email-capture--home .email-capture__sub{max-width:520px;margin-left:auto;margin-right:auto}.email-capture--home .email-capture__form{max-width:480px;margin-left:auto;margin-right:auto}.widget{background:var(--surface);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.footer-widget ul,.widget ul{list-style:none;margin:0;padding:0}.widget ul li{padding:7px 0;border-bottom:1px solid var(--border);font-size:.875rem}.widget ul li:last-child{border-bottom:none}.widget ul li a{color:var(--text);font-weight:500;display:block;transition:color .15s,padding-left .15s}.widget ul li a:hover{color:var(--green);padding-left:5px}.site-footer{background:var(--forest);color:rgb(255 255 255/.7)}.footer-widgets{padding:52px 0 36px;border-bottom:1px solid rgb(255 255 255/.09)}.footer-widgets-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.site-footer .widget{background:0 0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.site-footer .widget ul li{border-bottom-color:rgb(255 255 255/.08)!important}.site-footer .widget ul li a{color:rgb(255 255 255/.62)!important}.site-footer .widget ul li a:hover{color:var(--accent)!important;padding-left:5px}.footer-logo{margin-bottom:14px}.footer-logo img{height:36px;width:auto;filter:brightness(0) invert(1);opacity:.88}.footer-about-text{font-size:.875rem;line-height:1.72;margin-bottom:16px;color:rgb(255 255 255/.7)}.footer-widget ul li{margin-bottom:8px}.footer-widget ul li a{color:rgb(255 255 255/.62);font-size:.875rem;display:block;transition:color .2s,padding-left .2s}.footer-widget ul li a:hover{color:var(--accent);padding-left:5px}.footer-bottom,.footer-bottom-nav{display:flex;flex-wrap:wrap;align-items:center}.footer-bottom{max-width:var(--container);margin:0 auto;padding:18px var(--gutter);justify-content:space-between;gap:10px;font-size:.8rem}.footer-bottom a{color:rgb(255 255 255/.55)}.footer-bottom a:hover,.footer-bottom-nav a:hover{color:var(--accent)}.footer-bottom-nav{gap:6px 20px}.footer-bottom-nav a{font-size:.8rem;color:rgb(255 255 255/.5);white-space:nowrap}.back-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:var(--green);color:#fff;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s,visibility .25s,transform .25s,background .2s;z-index:500}.back-to-top:hover{background:var(--green-dark)}.back-to-top svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.5}@media (max-width:1000px){.topic-tiles{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr)}.editorial-block{grid-template-columns:1fr}.footer-widgets-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:768px){.menu-toggle{display:block}.nav-bar-inner{padding:0;flex-direction:column;align-items:stretch}.primary-menu{flex-direction:column;display:none;padding:6px 0 14px}.primary-menu>li>a{padding:10px 24px}.hero-post{min-height:340px}.hero-post__content{padding:24px 22px}.posts-grid{grid-template-columns:1fr}.topic-tiles{grid-template-columns:repeat(2,1fr)}.editorial-block__stack .post-card--compact{flex-direction:row}.footer-widgets-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;text-align:center}.email-capture--home{padding:32px 24px}.email-capture__form{flex-direction:column}.email-capture__btn{width:100%}}@media (max-width:480px){.header-inner{padding:12px 16px}.topic-tiles{grid-template-columns:1fr 1fr;gap:12px}.topic-tile{padding:16px 14px}}