*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--primary:#2D6A4F;--primary-dark:#1B4332;--primary-light:#40916C;--accent:#D4A373;--accent-light:#E9C6A0;--dark:#1A2E1A;--cream:#F0F4ED;--light:#F7FAF5;--warm-gray:#7C8B74;--text-dark:#2B2B2B;--text-muted:#5F6B5A;--border-light:rgba(45,106,79,0.15)}
html{scroll-behavior:smooth}
body{font-family:'Libre Baskerville',Georgia,serif;color:var(--text-dark);background:var(--light);line-height:1.8;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'DM Serif Display',Georgia,serif;font-weight:400;line-height:1.3;color:var(--dark)}
p{margin-bottom:1rem}
a{color:var(--primary);text-decoration:none;transition:color .3s ease}
a:hover{color:var(--accent)}
img{max-width:100%;height:auto;display:block}
.accent-font{font-family:'Source Sans 3',Arial,sans-serif}
.nav-font{font-family:'Inter',Arial,sans-serif}
.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--dark);display:flex;align-items:center;justify-content:center;z-index:99999;transition:opacity .5s ease,visibility .5s ease}
.page-loader.hidden{opacity:0;visibility:hidden}
.loader-spinner{width:48px;height:48px;border:3px solid rgba(149,213,178,0.2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:0;background:rgba(26,46,26,0.6);transition:background .3s ease,box-shadow .3s ease}
.site-header.scrolled{background:rgba(26,46,26,0.97);box-shadow:0 2px 20px rgba(0,0,0,0.3)}
.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}
.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.site-logo img{width:36px;height:36px;border-radius:50%}
.site-logo span{font-family:'DM Serif Display',Georgia,serif;font-size:1.25rem;color:#fff;letter-spacing:.5px}
.site-logo .logo-accent{color:var(--accent)}
.nav-desktop{display:flex;align-items:center;gap:1.4rem;list-style:none}
.nav-desktop li a{font-family:'Inter',Arial,sans-serif;font-size:.8rem;font-weight:500;color:rgba(255,255,255,0.85);text-transform:uppercase;letter-spacing:1.2px;padding:.5rem 0;position:relative;transition:color .3s ease}
.nav-desktop li a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}
.nav-desktop li a:hover,.nav-desktop li a.active{color:#fff}
.nav-desktop li a:hover::after,.nav-desktop li a.active::after{width:100%}
.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}
.burger-btn span{display:block;width:26px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}
.burger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger-btn.active span:nth-child(2){opacity:0}
.burger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100vh;background:var(--dark);z-index:1001;padding:5rem 2rem 2rem;overflow-y:auto;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px rgba(0,0,0,0.3)}
.mobile-menu.open{right:0}
.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.mobile-menu-overlay.open{opacity:1;visibility:visible}
.mobile-menu h3{font-family:'DM Serif Display',Georgia,serif;color:var(--accent);font-size:1rem;margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid rgba(149,213,178,0.2);padding-bottom:.5rem}
.mobile-menu h3:first-child{margin-top:0}
.mobile-menu ul{list-style:none}
.mobile-menu ul li a{display:block;font-family:'Inter',Arial,sans-serif;font-size:.9rem;color:rgba(255,255,255,0.8);padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,0.05);transition:color .3s ease,padding-left .3s ease}
.mobile-menu ul li a:hover{color:var(--accent);padding-left:.5rem}
.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--dark)}
.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45;filter:brightness(.7)}
.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:800px}
.hero-content h1{font-size:3.5rem;color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,0.4)}
.hero-content p{font-family:'Source Sans 3',Arial,sans-serif;font-size:1.35rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}
.hero-content .hero-divider{width:80px;height:3px;background:var(--accent);margin:0 auto 2rem}
.btn-primary-custom{display:inline-block;font-family:'Inter',Arial,sans-serif;font-size:.85rem;font-weight:600;color:#fff;background:var(--primary);padding:.85rem 2.5rem;border-radius:0;text-transform:uppercase;letter-spacing:2px;border:2px solid var(--primary);transition:all .3s ease}
.btn-primary-custom:hover{background:transparent;color:#fff;border-color:var(--accent)}
.btn-outline-custom{display:inline-block;font-family:'Inter',Arial,sans-serif;font-size:.85rem;font-weight:600;color:var(--primary);background:transparent;padding:.85rem 2.5rem;border-radius:0;text-transform:uppercase;letter-spacing:2px;border:2px solid var(--primary);transition:all .3s ease}
.btn-outline-custom:hover{background:var(--primary);color:#fff}
.section{padding:5rem 0}
.section-cream{background:var(--cream)}
.section-dark{background:var(--dark);color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:rgba(255,255,255,0.85)}
.section-green{background:var(--primary);color:#fff}
.section-green h2,.section-green h3{color:#fff}
.section-green p{color:rgba(255,255,255,0.9)}
.container-custom{max-width:1200px;margin:0 auto;padding:0 2rem}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-header h2{font-size:2.5rem;margin-bottom:.75rem}
.section-header .section-line{width:60px;height:3px;background:var(--accent);margin:0 auto .75rem}
.section-header p{font-family:'Source Sans 3',Arial,sans-serif;font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto}
.region-card{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform .3s ease,box-shadow .3s ease}
.region-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,0.15)}
.region-card .card-img-wrapper{position:relative;height:240px;overflow:hidden}
.region-card .card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.region-card:hover .card-img-wrapper img{transform:scale(1.05)}
.region-card .card-tag{position:absolute;top:1rem;left:1rem;font-family:'Inter',Arial,sans-serif;font-size:.7rem;font-weight:600;color:#fff;background:var(--primary);padding:.35rem 1rem;text-transform:uppercase;letter-spacing:1px}
.region-card .card-body-custom{padding:1.75rem}
.region-card .card-body-custom h3{font-size:1.35rem;margin-bottom:.75rem}
.region-card .card-body-custom h3 a{color:var(--dark);transition:color .3s ease}
.region-card .card-body-custom h3 a:hover{color:var(--primary)}
.region-card .card-body-custom p{font-size:.95rem;color:var(--text-muted);margin-bottom:1rem}
.region-card .card-link{font-family:'Inter',Arial,sans-serif;font-size:.8rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}
.region-card .card-link:hover{gap:.75rem;color:var(--accent)}
.region-card .card-link svg{width:16px;height:16px}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;margin-bottom:0}
.feature-row.reverse{direction:rtl}
.feature-row.reverse>*{direction:ltr}
.feature-img{position:relative;min-height:400px;overflow:hidden}
.feature-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.feature-text{padding:4rem;display:flex;flex-direction:column;justify-content:center}
.feature-text h2{font-size:2rem;margin-bottom:1rem}
.feature-text .feature-line{width:50px;height:3px;background:var(--accent);margin-bottom:1.5rem}
.feature-text p{color:var(--text-muted);margin-bottom:1.25rem}
.feature-text blockquote{font-family:'Source Sans 3',Arial,sans-serif;font-size:1.15rem;font-style:italic;color:var(--primary);border-left:3px solid var(--accent);padding-left:1.25rem;margin:1.5rem 0}
.article-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--dark)}
.article-hero .hero-bg{opacity:.35}
.article-hero .hero-content h1{font-size:2.75rem}
.article-content{max-width:800px;margin:0 auto;padding:3rem 2rem}
.article-content h2{font-size:1.75rem;margin:2.5rem 0 1rem;color:var(--primary-dark)}
.article-content h3{font-size:1.35rem;margin:2rem 0 .75rem}
.article-content p{font-size:1.05rem;margin-bottom:1.25rem;line-height:1.9}
.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}
.article-content li{margin-bottom:.5rem;line-height:1.8}
.article-content .article-img{margin:2rem 0;border-radius:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1)}
.article-content .article-img img{width:100%;display:block}
.article-content .article-img figcaption{font-family:'Inter',Arial,sans-serif;font-size:.75rem;color:var(--text-muted);padding:.75rem 1rem;background:var(--cream);text-align:center}
.article-meta{font-family:'Inter',Arial,sans-serif;font-size:.8rem;color:var(--text-muted);display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}
.article-sidebar{background:var(--cream);padding:2rem;margin:2rem 0}
.article-sidebar h4{font-family:'Inter',Arial,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);margin-bottom:1rem}
.article-sidebar ul{list-style:none;padding:0}
.article-sidebar ul li{padding:.5rem 0;border-bottom:1px solid var(--border-light)}
.article-sidebar ul li:last-child{border-bottom:none}
.article-sidebar ul li a{color:var(--text-dark);font-size:.9rem}
.article-sidebar ul li a:hover{color:var(--primary)}
.article-nav{display:flex;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}
.article-nav a{font-family:'Inter',Arial,sans-serif;font-size:.85rem;color:var(--primary);text-transform:uppercase;letter-spacing:1px}
.contact-hero{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;background:var(--dark);overflow:hidden}
.contact-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--dark) 0%,var(--primary-dark) 100%);opacity:.9}
.contact-hero .hero-content{position:relative;z-index:2}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:-4rem;position:relative;z-index:3}
.contact-card{background:#fff;padding:2.5rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.1);transition:transform .3s ease,box-shadow .3s ease;border-radius:4px}
.contact-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.15)}
.contact-card .card-icon{width:60px;height:60px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.contact-card .card-icon svg{width:28px;height:28px;color:var(--accent)}
.contact-card h3{font-size:1.15rem;margin-bottom:.75rem}
.contact-card p{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}
.contact-card a{font-family:'Inter',Arial,sans-serif;font-size:.8rem;color:var(--primary);font-weight:500;text-decoration:underline;text-underline-offset:3px}
.contact-card a:hover{color:var(--accent)}
.faq-section{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border-light);padding:1.5rem 0}
.faq-item h3{font-size:1.1rem;margin-bottom:.75rem;cursor:default}
.faq-item p{color:var(--text-muted);font-size:.95rem}
.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgba(26,46,26,0.97);color:#fff;padding:1.25rem 2rem;z-index:9999;display:none;box-shadow:0 -4px 20px rgba(0,0,0,0.2);backdrop-filter:blur(10px)}
.cookie-banner.show{display:block;animation:slideUp .4s ease}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:300px}
.cookie-text p{font-family:'Inter',Arial,sans-serif;font-size:.85rem;color:rgba(255,255,255,0.9);margin:0}
.cookie-text a{color:var(--accent);text-decoration:underline}
.cookie-buttons{display:flex;gap:.75rem;flex-shrink:0}
.cookie-btn{font-family:'Inter',Arial,sans-serif;font-size:.8rem;font-weight:600;padding:.6rem 1.5rem;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}
.cookie-accept{background:var(--accent);color:var(--dark)}
.cookie-accept:hover{background:var(--accent-light)}
.cookie-reject{background:transparent;color:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.3)}
.cookie-reject:hover{color:#fff;border-color:#fff}
.site-footer{background:var(--dark);color:rgba(255,255,255,0.7);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-col h4{font-family:'DM Serif Display',Georgia,serif;font-size:1.1rem;color:#fff;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}
.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--accent)}
.footer-col p{font-size:.9rem;line-height:1.7;margin-bottom:.5rem}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{font-size:.9rem;color:rgba(255,255,255,0.7);transition:color .3s ease}
.footer-col ul li a:hover{color:var(--accent)}
.footer-col .footer-email{color:var(--accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:1.5rem 0;text-align:center}
.footer-bottom p{font-family:'Inter',Arial,sans-serif;font-size:.75rem;color:rgba(255,255,255,0.5);margin:0}
.breadcrumb-custom{font-family:'Inter',Arial,sans-serif;font-size:.8rem;padding:1rem 0;color:var(--text-muted)}
.breadcrumb-custom a{color:var(--primary)}
.breadcrumb-custom span{margin:0 .5rem;color:var(--warm-gray)}
.update-date{font-family:'Inter',Arial,sans-serif;font-size:.75rem;color:var(--text-muted);margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-light)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img{position:relative;overflow:hidden;height:100%;min-height:350px}
.about-img img{width:100%;height:100%;object-fit:cover}
.about-text h2{font-size:2rem;margin-bottom:1rem}
.about-text .feature-line{width:50px;height:3px;background:var(--accent);margin-bottom:1.5rem}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:3rem 0}
.stat-item h3{font-family:'DM Serif Display',Georgia,serif;font-size:2.5rem;color:var(--accent);margin-bottom:.25rem}
.stat-item p{font-family:'Inter',Arial,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.7)}
.policy-content{max-width:800px;margin:0 auto;padding:3rem 2rem}
.policy-content h2{font-size:1.5rem;margin:2rem 0 1rem;color:var(--primary-dark)}
.policy-content p,.policy-content li{font-size:.95rem;line-height:1.8}
@media(max-width:1024px){
.nav-desktop{display:none}
.burger-btn{display:flex}
.hero-content h1{font-size:2.5rem}
.feature-row{grid-template-columns:1fr}
.feature-row.reverse{direction:ltr}
.feature-img{min-height:300px}
.feature-text{padding:3rem 2rem}
.contact-cards{grid-template-columns:1fr;margin-top:0}
.footer-grid{grid-template-columns:1fr}
.about-grid{grid-template-columns:1fr}
.stats-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.hero{min-height:70vh}
.hero-content h1{font-size:2rem}
.hero-content p{font-size:1.1rem}
.section{padding:3rem 0}
.section-header h2{font-size:2rem}
.header-inner{padding:.75rem 1.25rem}
.article-hero .hero-content h1{font-size:2rem}
.article-content{padding:2rem 1.25rem}
.cookie-inner{flex-direction:column;text-align:center}
.cookie-buttons{justify-content:center}
.contact-hero{min-height:30vh}
}
@media(max-width:480px){
.hero-content h1{font-size:1.5rem}
.stats-row{grid-template-columns:1fr 1fr}
.stat-item h3{font-size:2rem}
}