:root{
    --green-950:#17310f;
    --green-900:#234716;
    --green-800:#355f1d;
    --green-700:#527d26;
    --green-500:#7da438;
    --blue:#4da2c4;
    --cream:#f6f4ec;
    --ink:#1f241d;
    --muted:#626b60;
    --white:#fff;
    --border:#e4e6dc;
    --shadow:0 18px 45px rgba(29,54,20,.12);
    --radius:20px;
    --container:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.narrow{max-width:900px}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.96);transition:.25s}
.site-header.is-scrolled{box-shadow:0 8px 28px rgba(0,0,0,.08);backdrop-filter:blur(12px)}
.header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img,.custom-logo{width:310px;max-height:90px;object-fit:contain}
.primary-nav{display:flex;align-items:center;gap:30px}
.menu{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0;font-size:15px;text-transform:uppercase;font-weight:600}
.menu a:hover{color:var(--green-700)}
.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:999px;font-weight:700}
.header-cta,.button-primary{color:#fff;background:linear-gradient(135deg,var(--green-700),var(--green-900))}
.menu-toggle{display:none;border:0;background:var(--green-900);width:46px;height:46px;border-radius:12px;padding:10px}
.menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:#fff;margin:5px 0}
.hero{position:relative;min-height:620px;margin-top:108px;display:flex;align-items:center;color:#fff;background:url("https://apanascentes.iacuft.com.br/wp-content/uploads/2026/07/banner_arara.png") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,15,.78),rgba(9,35,15,.18) 52%,rgba(9,35,15,.05))}
.hero-content{position:relative;z-index:1}
.hero-copy{max-width:640px}
.hero-copy h1{font-family:"Manrope",sans-serif;font-size:clamp(50px,6vw,82px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}
.hero-copy p{font-size:18px;max-width:580px;margin:0 0 32px;color:rgba(255,255,255,.9)}
.hero-dots{position:absolute;left:50%;bottom:-170px;display:flex;gap:8px}
.hero-dots span{width:11px;height:11px;border:1px solid #fff;border-radius:50%}
.hero-dots .active{background:#fff}
.intro-fauna{background:var(--cream);padding:0}
.intro-grid{display:grid;grid-template-columns:420px 1fr;align-items:center;gap:70px;min-height:320px}
.animal-highlight{height:320px;overflow:hidden}
.animal-highlight img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.intro-copy{padding:40px 0}
.eyebrow{display:inline-block;color:var(--green-700);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}
.intro-copy h2,.page-hero h1,.single-content h1{font-family:"Manrope",sans-serif;line-height:1.08;letter-spacing:-.035em}
.intro-copy h2{font-size:42px;margin:10px 0 18px;color:var(--green-900)}
.intro-copy p{max-width:760px;color:var(--muted);font-size:17px}
.intro-copy a{font-weight:700;color:var(--green-800)}
.fauna-cards{padding:56px 0;background:#fff}
.fauna-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.fauna-card{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.fauna-card img{width:100%;aspect-ratio:1.45;object-fit:cover}
.fauna-card div{padding:20px}
.fauna-card h3{margin:0 0 8px;font-family:"Manrope",sans-serif}
.fauna-card p{margin:0;color:var(--muted);font-size:14px}
.quick-links{padding:64px 0 74px;background:linear-gradient(180deg,#faf9f4,#f1efe5)}
.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.quick-card{padding:28px 24px;border-right:1px solid #d8dccf;transition:.2s}
.quick-card:last-child{border-right:0}
.quick-card:hover{transform:translateY(-4px)}
.quick-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--green-700);color:#fff;font-size:24px}
.quick-card h3{font-family:"Manrope",sans-serif;text-transform:uppercase;font-size:18px;margin:18px 0 10px}
.quick-card p{font-size:14px;color:var(--muted);min-height:88px}
.quick-card strong{font-size:13px;color:var(--green-800)}
.site-footer{color:#fff;background:linear-gradient(135deg,var(--green-950),#2d4e17)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:52px;padding:52px 0}
.footer-brand img{width:280px;background:transparent;border-radius:0px;padding:0px}
.site-footer h3{margin:0 0 14px;color:#d9e98a;text-transform:uppercase;font-size:14px}
.site-footer p,.site-footer a{font-size:14px;color:rgba(255,255,255,.86)}
.newsletter-form{display:flex;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.1)}
.newsletter-form input{flex:1;min-width:0;border:0;padding:14px 16px;background:transparent;color:#fff}
.newsletter-form button{width:52px;border:0;background:var(--green-500);color:#fff;font-size:22px}
.footer-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:12px;color:rgba(255,255,255,.7)}
.page-main{padding-top:108px}
.page-hero{padding:90px 0 60px;color:#fff;background:linear-gradient(135deg,var(--green-900),var(--green-700))}
.page-hero h1{font-size:58px;margin:10px 0 0}
.page-content{padding:70px 0 90px;background:#fafaf7;min-height:55vh}
.page-cover{margin-bottom:32px;border-radius:20px;overflow:hidden}
.entry-content{font-size:18px}
.entry-content h2,.entry-content h3{font-family:"Manrope",sans-serif;color:var(--green-900)}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{overflow:hidden;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.post-card img{width:100%;aspect-ratio:1.5;object-fit:cover}
.post-card div{padding:22px}
.single-content{padding-top:150px}
.single-content h1{font-size:54px}
@media(max-width:1100px){
.menu-toggle{display:block}
.primary-nav{position:fixed;inset:90px 20px auto;display:none;flex-direction:column;align-items:stretch;padding:24px;background:#fff;border-radius:18px;box-shadow:var(--shadow)}
.primary-nav.is-open{display:flex}
.menu{flex-direction:column;align-items:stretch;gap:8px}
.intro-grid{grid-template-columns:1fr}
.animal-highlight{height:360px}
.fauna-grid{grid-template-columns:repeat(2,1fr)}
.quick-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
.container{width:min(calc(100% - 28px),var(--container))}
.header-inner{min-height:82px}
.brand img,.custom-logo{width:230px;max-height:68px}
.hero{margin-top:82px;min-height:620px;background-position:60% center}
.hero-copy h1{font-size:48px}
.hero-dots{display:none}
.intro-grid{gap:0}
.intro-copy h2{font-size:34px}
.fauna-grid,.quick-grid,.footer-grid,.posts-grid{grid-template-columns:1fr}
.quick-card{border-right:0;border-bottom:1px solid #d8dccf}
.page-main{padding-top:82px}
.page-hero h1{font-size:42px}
}
