*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Source Sans 3','Nunito Sans',sans-serif;color:#2d2a26;background:#f7f4ef;line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#4a7c59;text-decoration:none;transition:color .25s}
a:hover{color:#2f5a3a}
ul{list-style:none}
h1,h2,h3,h4{font-family:'Playfair Display',serif;color:#2d2a26;line-height:1.3}
h1{font-size:2.6rem;font-weight:700}
h2{font-size:2rem;font-weight:600}
h3{font-size:1.4rem;font-weight:600}
h4{font-size:1.1rem;font-weight:600}
p{margin-bottom:1rem;font-weight:300}

.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#f7f4ef;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease}
.page-loader.loaded{opacity:0;pointer-events:none}

.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:rgba(247,244,239,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(74,124,89,.1);transition:all .35s}
.site-header.scrolled{background:rgba(247,244,239,.98);box-shadow:0 2px 20px rgba(0,0,0,.06)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.logo-icon{display:flex;align-items:center}
.logo-text{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:#2d2a26}
.logo-dot{color:#4a7c59}
.main-nav ul{display:flex;gap:2rem;align-items:center}
.main-nav a{font-family:'Nunito Sans',sans-serif;font-weight:600;font-size:.95rem;color:#4a4640;padding:.4rem 0;border-bottom:2px solid transparent;transition:all .25s}
.main-nav a:hover{color:#4a7c59;border-bottom-color:#4a7c59}

.burger-btn{display:none;background:none;border:none;cursor:pointer;width:32px;height:24px;position:relative;flex-direction:column;justify-content:space-between}
.burger-btn span{display:block;width:100%;height:3px;background:#2d2a26;border-radius:2px;transition:all .3s}

.burger-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:200;opacity:0;visibility:hidden;transition:all .35s}
.burger-overlay.active{opacity:1;visibility:visible}
.burger-menu-content{position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100%;background:#f7f4ef;padding:2rem;transition:right .35s;overflow-y:auto}
.burger-overlay.active .burger-menu-content{right:0}
.burger-close{position:absolute;top:1.2rem;right:1.2rem;width:32px;height:32px;background:none;border:none;cursor:pointer}
.burger-close span{position:absolute;width:100%;height:3px;background:#2d2a26;border-radius:2px;top:50%;left:0}
.burger-close span:first-child{transform:rotate(45deg)}
.burger-close span:last-child{transform:rotate(-45deg)}
.burger-nav{margin-top:3.5rem}
.burger-nav ul{display:flex;flex-direction:column;gap:.5rem}
.burger-nav a{display:block;padding:.8rem 1rem;font-family:'Nunito Sans',sans-serif;font-weight:600;font-size:1.05rem;color:#2d2a26;border-radius:8px;transition:background .2s}
.burger-nav a:hover{background:rgba(74,124,89,.1);color:#4a7c59}

.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:#2d3a2e}
.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}
.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}
.hero h1{color:#fff;font-size:3.2rem;max-width:700px;margin-bottom:1.2rem;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.hero p{color:rgba(255,255,255,.9);font-size:1.25rem;max-width:560px;font-weight:300;line-height:1.8;text-shadow:0 1px 6px rgba(0,0,0,.2)}
.hero-badge{display:inline-block;background:rgba(74,124,89,.85);color:#fff;padding:.5rem 1.4rem;border-radius:30px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;font-family:'Nunito Sans',sans-serif;letter-spacing:.5px;text-transform:uppercase}

.section{padding:5rem 2rem}
.section-inner{max-width:1200px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-header h2{margin-bottom:.8rem}
.section-header p{color:#6b6560;font-size:1.1rem;max-width:600px;margin:0 auto}
.section-alt{background:#eee9df}

.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.1)}
.card-img{width:100%;height:240px;object-fit:cover}
.card-body{padding:1.8rem}
.card-body h3{margin-bottom:.8rem}
.card-body p{color:#6b6560;font-size:.95rem;line-height:1.7}
.card-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;font-weight:600;font-size:.9rem;color:#4a7c59}
.card-link:hover{gap:.7rem}

.featured-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}
.featured-block:nth-child(even){direction:rtl}
.featured-block:nth-child(even) > *{direction:ltr}
.featured-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.featured-img img{width:100%;height:380px;object-fit:cover}
.featured-text h3{font-size:1.6rem;margin-bottom:1rem}
.featured-text p{color:#6b6560;line-height:1.8}
.featured-text .tag{display:inline-block;background:#e8f0e4;color:#4a7c59;padding:.3rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem;font-family:'Nunito Sans',sans-serif}

.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.info-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 2px 16px rgba(0,0,0,.04);transition:transform .3s}
.info-card:hover{transform:translateY(-3px)}
.info-icon{width:56px;height:56px;margin:0 auto 1.2rem;background:#e8f0e4;border-radius:14px;display:flex;align-items:center;justify-content:center}
.info-icon svg{width:28px;height:28px;fill:#4a7c59}
.info-card h4{margin-bottom:.5rem}
.info-card p{color:#6b6560;font-size:.9rem}

.article-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#2d3a2e 0%,#4a7c59 100%);text-align:center}
.article-hero h1{color:#fff;font-size:2.6rem;max-width:750px;margin:0 auto .8rem}
.article-hero p{color:rgba(255,255,255,.8);max-width:550px;margin:0 auto;font-size:1.1rem}
.article-hero .article-meta{margin-top:1.5rem;color:rgba(255,255,255,.6);font-size:.85rem}

.article-content{max-width:820px;margin:0 auto;padding:3rem 2rem 4rem}
.article-content h2{margin:2.5rem 0 1rem;font-size:1.8rem}
.article-content h3{margin:2rem 0 .8rem;font-size:1.3rem}
.article-content p{font-size:1.05rem;line-height:1.85;color:#3d3a36}
.article-content img{border-radius:12px;margin:2rem 0;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.article-content ul{margin:1rem 0 1.5rem 1.5rem;list-style:disc}
.article-content ul li{margin-bottom:.5rem;font-size:1.05rem;color:#3d3a36;line-height:1.7}
.article-content blockquote{border-left:4px solid #4a7c59;padding:1rem 1.5rem;margin:2rem 0;background:#f0ede7;border-radius:0 8px 8px 0;font-family:'Lora',serif;font-style:italic;color:#5a5650}
.article-sidebar-link{display:inline-block;background:#4a7c59;color:#fff;padding:.7rem 1.6rem;border-radius:8px;font-weight:600;font-size:.95rem;margin-top:1rem;transition:background .25s}
.article-sidebar-link:hover{background:#2f5a3a;color:#fff}

.related-articles{padding:4rem 2rem;background:#eee9df}
.related-articles .section-inner{max-width:1200px;margin:0 auto}
.related-articles h2{text-align:center;margin-bottom:2.5rem}

.about-page .about-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;margin-bottom:4rem}
.about-page .about-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.about-page .about-img img{width:100%;height:400px;object-fit:cover}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.contact-info{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}
.contact-info h3{margin-bottom:1.5rem}
.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}
.contact-item .ci-icon{width:44px;height:44px;min-width:44px;background:#e8f0e4;border-radius:12px;display:flex;align-items:center;justify-content:center}
.contact-item .ci-icon svg{width:20px;height:20px;fill:#4a7c59}
.contact-item .ci-text h4{margin-bottom:.2rem;font-size:1rem}
.contact-item .ci-text p{color:#6b6560;font-size:.95rem;margin:0}
.contact-map{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);min-height:400px;background:#e8e3d9}

.policy-content{max-width:820px;margin:0 auto;padding:3rem 2rem 4rem}
.policy-content h2{margin:2rem 0 1rem}
.policy-content p{font-size:1.02rem;line-height:1.8;color:#3d3a36}
.policy-content ul{margin:1rem 0 1.5rem 1.5rem;list-style:disc}
.policy-content ul li{margin-bottom:.4rem;font-size:1.02rem;color:#3d3a36}

.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgba(45,42,38,.96);backdrop-filter:blur(10px);z-index:300;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:center}
.cookie-inner{max-width:1100px;display:flex;align-items:center;gap:2rem;width:100%}
.cookie-text{flex:1}
.cookie-text p{color:rgba(255,255,255,.85);font-size:.9rem;margin:0;line-height:1.6}
.cookie-text a{color:#8fbc6a}
.cookie-actions{display:flex;gap:.8rem;flex-shrink:0}
.cookie-btn{padding:.6rem 1.4rem;border:none;border-radius:8px;font-family:'Nunito Sans',sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .25s}
.cookie-accept{background:#4a7c59;color:#fff}
.cookie-accept:hover{background:#3a6648}
.cookie-reject{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.2)}
.cookie-reject:hover{background:rgba(255,255,255,.25)}

.site-footer{background:#2d2a26;color:rgba(255,255,255,.7);padding:4rem 2rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2.5rem;margin-bottom:3rem}
.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.footer-logo .logo-text{color:#fff;font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700}
.footer-logo .logo-dot{color:#8fbc6a}
.footer-desc{font-size:.9rem;line-height:1.7;color:rgba(255,255,255,.5)}
.footer-col h4{color:#fff;margin-bottom:1rem;font-size:1rem}
.footer-col ul li{margin-bottom:.5rem}
.footer-col a{color:rgba(255,255,255,.6);font-size:.9rem;transition:color .2s}
.footer-col a:hover{color:#8fbc6a}
.footer-col p{font-size:.9rem;margin-bottom:.3rem;color:rgba(255,255,255,.5)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:.85rem;color:rgba(255,255,255,.4);margin:0}
.footer-sources a{color:rgba(255,255,255,.5)}

@media(max-width:1024px){
    .cards-grid{grid-template-columns:repeat(2,1fr)}
    .info-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
    .featured-block{grid-template-columns:1fr}
    .featured-block:nth-child(even){direction:ltr}
    .contact-grid{grid-template-columns:1fr}
}

@media(max-width:768px){
    .main-nav{display:none}
    .burger-btn{display:flex}
    h1{font-size:2rem}
    h2{font-size:1.6rem}
    .hero{min-height:70vh}
    .hero h1{font-size:2.2rem}
    .hero p{font-size:1.05rem}
    .hero-content{padding:5rem 1.5rem 3rem}
    .header-inner{padding:0 1.2rem;height:62px}
    .section{padding:3rem 1.2rem}
    .cards-grid{grid-template-columns:1fr}
    .info-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column;gap:.5rem;text-align:center}
    .cookie-inner{flex-direction:column;text-align:center}
    .cookie-actions{justify-content:center}
    .about-page .about-intro{grid-template-columns:1fr}
    .article-hero h1{font-size:2rem}
    .article-hero{padding:6rem 1.5rem 3rem}
}

@media(max-width:480px){
    .hero h1{font-size:1.8rem}
    .hero-content{padding:5rem 1rem 2.5rem}
    .section{padding:2.5rem 1rem}
    .card-body{padding:1.4rem}
}
