*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--c-forest:#2d5016;--c-sage:#a3b18a;--c-olive:#588157;--c-sand:#fefae0;--c-bark:#3a3a2e;--c-cream:#f8f5ec;--c-mist:#e8e4d9;--c-deep:#1a1a14;--c-accent:#6b8f3a;--f-heading:'Cormorant Garamond',Georgia,serif;--f-body:'Source Sans 3','DM Sans',Helvetica,sans-serif;--f-accent:'Lora',Georgia,serif;--shadow-sm:0 2px 8px rgba(0,0,0,.08);--shadow-md:0 4px 20px rgba(0,0,0,.1);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--radius:12px;--max-w:1200px}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--f-body);color:var(--c-bark);background:var(--c-cream);line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{color:var(--c-olive);text-decoration:none;transition:color .2s}
a:hover{color:var(--c-forest)}
h1,h2,h3{font-family:var(--f-heading);color:var(--c-forest);line-height:1.25}
h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700}
h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600}
h3{font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:600}
p{margin-bottom:1rem}
#page-loader{position:fixed;inset:0;z-index:9999;background:var(--c-cream);display:flex;align-items:center;justify-content:center;transition:opacity .4s}
.loader-spinner{width:48px;height:48px;border:4px solid var(--c-mist);border-top-color:var(--c-olive);border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-header{position:sticky;top:0;z-index:100;background:rgba(248,245,236,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--c-mist);padding:0 1.5rem}
.header-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.logo-icon svg{display:block}
.logo-text{font-family:var(--f-heading);font-size:1.5rem;font-weight:700;color:var(--c-forest)}
.main-nav{display:flex;gap:1.8rem}
.main-nav a{font-family:var(--f-body);font-size:.95rem;font-weight:500;color:var(--c-bark);padding:.4rem 0;position:relative}
.main-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--c-olive);transition:width .3s}
.main-nav a:hover::after{width:100%}
.main-nav a:hover{color:var(--c-forest)}
.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger-btn span{display:block;width:26px;height:3px;background:var(--c-forest);border-radius:2px;transition:transform .3s}
.burger-overlay{position:fixed;inset:0;z-index:200;background:rgba(26,26,20,.97);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s}
.burger-overlay.active{opacity:1;pointer-events:all}
.burger-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2.5rem;color:var(--c-sand);cursor:pointer}
.burger-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.burger-nav a{font-family:var(--f-heading);font-size:1.6rem;color:var(--c-sand);transition:color .2s}
.burger-nav a:hover{color:var(--c-sage)}
.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--c-deep)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.55}
.hero-content{position:relative;z-index:2;max-width:760px;padding:3rem 1.5rem;color:var(--c-sand)}
.hero h1{color:var(--c-sand);margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.4)}
.hero p{font-family:var(--f-accent);font-size:1.15rem;color:rgba(254,250,224,.85);max-width:600px;margin:0 auto}
.section{padding:4rem 1.5rem}
.section-inner{max-width:var(--max-w);margin:0 auto}
.section-title{text-align:center;margin-bottom:.6rem}
.section-subtitle{text-align:center;font-family:var(--f-accent);color:var(--c-olive);font-size:1.05rem;margin-bottom:2.5rem}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}
.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.card-img{height:220px;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.card:hover .card-img img{transform:scale(1.05)}
.card-body{padding:1.5rem}
.card-body h3{margin-bottom:.6rem}
.card-body p{color:#555;font-size:.95rem;line-height:1.65}
.card-link{display:inline-block;margin-top:.8rem;font-weight:600;color:var(--c-olive);font-size:.9rem}
.card-link:hover{color:var(--c-forest)}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split-section.reverse{direction:rtl}
.split-section.reverse>*{direction:ltr}
.split-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}
.split-img img{width:100%;height:100%;object-fit:cover;min-height:340px}
.split-text h2{margin-bottom:1rem}
.split-text p{color:#555;font-size:1rem;line-height:1.75}
.species-showcase{background:var(--c-mist);padding:4rem 1.5rem}
.species-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;max-width:var(--max-w);margin:0 auto}
.species-card{text-align:center;background:#fff;border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow-sm);transition:transform .3s}
.species-card:hover{transform:translateY(-3px)}
.species-card img{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:.8rem}
.species-card h3{font-size:1rem;margin-bottom:.3rem}
.species-card p{font-size:.85rem;color:#666}
.info-bar{background:var(--c-forest);color:var(--c-sand);padding:3rem 1.5rem;text-align:center}
.info-bar h2{color:var(--c-sand);margin-bottom:1rem}
.info-bar p{max-width:700px;margin:0 auto;color:rgba(254,250,224,.8);font-size:1.05rem}
.article-header{padding:3rem 1.5rem;max-width:860px;margin:0 auto}
.article-header h1{margin-bottom:.6rem}
.article-meta{font-size:.9rem;color:#777;margin-bottom:1.5rem;font-family:var(--f-accent)}
.article-body{max-width:860px;margin:0 auto;padding:0 1.5rem 3rem}
.article-body h2{margin:2rem 0 .8rem}
.article-body h3{margin:1.5rem 0 .6rem}
.article-body p{font-size:1.05rem;line-height:1.8;color:#444}
.article-body ul,.article-body ol{margin:1rem 0 1rem 1.5rem;line-height:1.8;color:#444}
.article-body li{margin-bottom:.4rem}
.article-body img{border-radius:var(--radius);margin:1.5rem 0;box-shadow:var(--shadow-sm)}
.article-body a{color:var(--c-olive);text-decoration:underline;text-underline-offset:3px}
.article-body a:hover{color:var(--c-forest)}
.article-body blockquote{border-left:4px solid var(--c-sage);padding:1rem 1.5rem;margin:1.5rem 0;background:rgba(163,177,138,.1);border-radius:0 var(--radius) var(--radius) 0;font-family:var(--f-accent);font-style:italic;color:#555}
.article-nav{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:2rem 0;border-top:1px solid var(--c-mist);margin-top:2rem}
.article-nav a{font-weight:600}
.page-content{max-width:860px;margin:0 auto;padding:3rem 1.5rem}
.page-content h1{margin-bottom:1.5rem}
.page-content h2{margin:2rem 0 .8rem}
.page-content p{line-height:1.8;color:#444}
.page-content ul{margin:1rem 0 1rem 1.5rem;line-height:1.8}
.contact-form{max-width:560px;margin:2rem auto}
.contact-form label{display:block;font-weight:600;margin-bottom:.4rem;color:var(--c-bark)}
.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--c-mist);border-radius:8px;font-family:var(--f-body);font-size:1rem;margin-bottom:1.2rem;background:#fff;transition:border-color .2s}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--c-olive)}
.contact-form textarea{min-height:140px;resize:vertical}
.contact-form button{background:var(--c-olive);color:#fff;border:none;padding:.85rem 2.4rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}
.contact-form button:hover{background:var(--c-forest)}
.site-footer{background:var(--c-deep);color:rgba(254,250,224,.7);padding:3.5rem 1.5rem 1.5rem}
.footer-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}
.footer-col h3{font-family:var(--f-heading);color:var(--c-sand);font-size:1.15rem;margin-bottom:.8rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.4rem}
.footer-col a{color:rgba(254,250,224,.6);transition:color .2s}
.footer-col a:hover{color:var(--c-sand)}
.footer-bottom{max-width:var(--max-w);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(254,250,224,.1);text-align:center;font-size:.85rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;background:rgba(26,26,20,.96);backdrop-filter:blur(8px);padding:1.2rem 1.5rem;transform:translateY(100%);transition:transform .4s;display:none}
.cookie-banner.visible{transform:translateY(0);display:block}
.cookie-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.cookie-inner p{flex:1;color:rgba(254,250,224,.8);font-size:.9rem;margin:0;min-width:240px}
.cookie-inner a{color:var(--c-sage)}
.cookie-btns{display:flex;gap:.8rem}
.btn-accept,.btn-reject{padding:.6rem 1.6rem;border-radius:6px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}
.btn-accept{background:var(--c-olive);color:#fff}
.btn-accept:hover{background:var(--c-forest)}
.btn-reject{background:transparent;color:rgba(254,250,224,.6);border:1px solid rgba(254,250,224,.2)}
.btn-reject:hover{color:var(--c-sand);border-color:rgba(254,250,224,.4)}
.updated-date{font-size:.85rem;color:#999;font-style:italic;margin-bottom:1rem}
@media(max-width:900px){
.split-section,.split-section.reverse{grid-template-columns:1fr;direction:ltr}
}
@media(max-width:768px){
.main-nav{display:none}
.burger-btn{display:flex}
.hero{min-height:380px}
.cards-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
.footer-grid{grid-template-columns:1fr}
.cookie-inner{flex-direction:column;text-align:center}
}
