:root { color-scheme: light; }
* { box-sizing: border-box; }
body { overflow-x: hidden; }
::selection { background: #83bd52; color: #0c2418; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); border-radius: .5rem; background: #fff; padding: .75rem 1rem; color: #0c2418; font-weight: 700; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

#topo.scrolled { background: rgba(255,255,255,.95); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(12,36,24,.08); }
.header-logo { display: block; width: auto; height: 44px; transition: transform .25s; }
.group:hover .header-logo { transform: scale(1.02); }
.footer-logo-wrap { display: inline-flex; }
.footer-logo { display: block; width: min(240px, 100%); height: auto; }
.nav-link { position: relative; font-size: .875rem; font-weight: 600; color: rgba(18,53,34,.72); transition: color .2s; }
.nav-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: #a9d17d; transition: right .25s; }
.nav-link:hover { color: #123522; }
.nav-link:hover::after { right: 0; }
.mobile-link { display: block; border: 0; border-radius: 0; padding: 1rem; font-size: 1rem; font-weight: 700; color: #123522; transition: background .2s; }
.mobile-link:hover, .mobile-link:focus-visible { background: #dcebc7; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 19px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }.menu-icon::after { top: 6px; }
#menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
#menu-button[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
#menu-button[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }
#menu-mobile.open { visibility: visible; transform: translateY(0); opacity: 1; }

.section-pad { padding: 6rem 0; }
.section-title { max-width: 44rem; font-family: Manrope, sans-serif; font-size: clamp(2.5rem, 5.5vw, 4.8rem); font-weight: 600; line-height: 1.04; letter-spacing: -.05em; }
.eyebrow { display: flex; align-items: center; gap: .75rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { display: inline-block; width: 2.5rem; height: 1px; background: currentColor; }

.button-primary, .button-ghost, .button-dark { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 1rem; border-radius: .5rem; padding: .85rem 1.3rem; font-size: .875rem; font-weight: 800; transition: transform .25s, background .25s, color .25s; }
.button-primary { background: #83bd52; color: #0c2418; }.button-primary:hover { transform: translateY(-2px); background: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: white; }.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { background: #0c2418; color: white; }.button-dark:hover { transform: translateY(-2px); background: #287447; }

.placeholder-block { position: relative; display: grid; place-items: center; overflow: hidden; border: 1px dashed rgba(18,53,34,.35); border-radius: .5rem; background-color: #d7ddc8; background-image: linear-gradient(135deg, rgba(255,255,255,.42) 25%, transparent 25%), linear-gradient(225deg, rgba(255,255,255,.42) 25%, transparent 25%), linear-gradient(45deg, rgba(255,255,255,.42) 25%, transparent 25%), linear-gradient(315deg, rgba(255,255,255,.42) 25%, #d7ddc8 25%); background-position: 22px 0, 22px 0, 0 0, 0 0; background-size: 44px 44px; background-repeat: repeat; }
.placeholder-block::after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, transparent, rgba(18,53,34,.16)); }
.placeholder-block span { z-index: 1; border-radius: .5rem; background: rgba(245,242,232,.9); padding: .65rem 1rem; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; color: #17452d; }
.photo-gallery figure { aspect-ratio: 1; background: #d7ddc8; box-shadow: 0 18px 45px rgba(12,36,24,.1); }
.photo-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.photo-gallery figure:hover img { transform: scale(1.035); }
.banner-image { display: block; height: auto; border-radius: 0; box-shadow: none; }
.value-card { min-height: 270px; background: #123522; padding: 2rem; }
.value-card h3 { margin-top: 0; font-family: Manrope, sans-serif; font-size: 1.6rem; font-weight: 700; }
.value-card p { margin-top: 1rem; font-size: .95rem; line-height: 1.75; color: rgba(255,255,255,.55); }
.card-number { font-family: Manrope, sans-serif; color: #a9d17d; font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.action-section { background: #fff; }
.action-grid { align-items: stretch; }
.action-card { min-height: 310px; border: 0; border-radius: 0; background: #fff; padding: 1.75rem 1.5rem; }
.action-card::after { display: none; }
.action-card:hover { transform: none; }
.action-topic-icon { display: block; color: #287447; font-size: 1.65rem; line-height: 1; }
.action-card h4 { margin-top: 5rem; font-family: Manrope, sans-serif; font-size: 1.2rem; font-weight: 700; }
.action-card p { margin-top: .75rem; font-size: .86rem; line-height: 1.65; color: rgba(12,36,24,.68); }
.members-viewport { overflow: hidden; border-radius: .5rem; background: white; }
.members-track { display: flex; gap: 1rem; transition: transform .5s cubic-bezier(.22,.61,.36,1); touch-action: pan-y; }
.member-slide { flex: 0 0 100%; overflow: hidden; border-left: 1px solid rgba(18,53,34,.18); border-radius: 0; background: white; }
.member-slide:first-child { border-left: 0; }
.member-slide > img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; background: #e6dfcc; }
.member-content { min-height: 245px; padding: 1.25rem; }
.member-content h3 { margin-top: 0; font-family: Manrope, sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1.25; }
.member-content > p:last-child { margin-top: .75rem; color: rgba(12,36,24,.65); font-size: .78rem; line-height: 1.55; }
.carousel-button { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(18,53,34,.25); border-radius: .5rem; background: white; color: #123522; font-size: 1.15rem; transition: background .2s, color .2s, opacity .2s; }
.carousel-button:hover:not(:disabled) { background: #123522; color: white; }
.carousel-button:disabled { cursor: not-allowed; opacity: .35; }
footer a { transition: color .2s; } footer a:hover { color: #a9d17d; }
.pdf-modal { visibility: hidden; position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: .75rem; opacity: 0; transition: visibility .25s, opacity .25s; }
.pdf-modal.open { visibility: visible; opacity: 1; }
.pdf-modal-backdrop { position: absolute; inset: 0; background: rgba(6,24,14,.76); backdrop-filter: blur(5px); }
.pdf-modal-panel { position: relative; display: flex; width: min(1100px, 100%); height: min(90vh, 850px); flex-direction: column; overflow: hidden; border-radius: .5rem; background: white; box-shadow: 0 25px 80px rgba(0,0,0,.35); transform: translateY(14px); transition: transform .25s; }
.pdf-modal.open .pdf-modal-panel { transform: translateY(0); }
.pdf-modal-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(18,53,34,.12); padding: .85rem 1rem; }
.pdf-modal-action { display: none; min-height: 42px; align-items: center; border: 1px solid rgba(18,53,34,.18); border-radius: .5rem; padding: 0 .9rem; color: #123522; font-size: .75rem; font-weight: 700; }
.pdf-modal-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(18,53,34,.18); border-radius: .5rem; color: #123522; font-size: 1.15rem; font-weight: 700; }
.pdf-modal-action:hover, .pdf-modal-icon:hover { background: #dcebc7; }
.pdf-modal-body { position: relative; flex: 1; min-height: 0; background: #d8dbd5; }
.pdf-modal-body iframe { display: block; width: 100%; height: 100%; border: 0; }
.pdf-modal-fallback { position: absolute; bottom: .75rem; left: 50%; z-index: -1; width: calc(100% - 1.5rem); transform: translateX(-50%); text-align: center; font-size: .8rem; color: #123522; }
.pdf-modal-fallback a { font-weight: 700; text-decoration: underline; }
.cookie-banner { visibility: hidden; position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; padding: .75rem; opacity: 0; transform: translateY(100%); transition: visibility .3s, opacity .3s, transform .3s; }
.cookie-banner.show { visibility: visible; opacity: 1; transform: translateY(0); }
.cookie-banner-inner { display: flex; width: min(1180px, 100%); margin: 0 auto; flex-direction: column; gap: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .5rem; background: #123522; box-shadow: 0 18px 55px rgba(0,0,0,.28); padding: 1rem; color: white; }
.cookie-copy strong { display: block; font-family: Manrope, sans-serif; font-size: .95rem; }
.cookie-copy p { max-width: 760px; margin-top: .35rem; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.55; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cookie-button { min-height: 42px; border-radius: .5rem; padding: .6rem 1rem; font-size: .75rem; font-weight: 800; transition: background .2s, color .2s; }
.cookie-button-primary { background: #a9d17d; color: #0c2418; }
.cookie-button-primary:hover { background: white; }
.cookie-button-secondary { border: 1px solid rgba(255,255,255,.3); color: white; }
.cookie-button-secondary:hover { background: rgba(255,255,255,.1); }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }

@media (min-width: 640px) { .member-slide { flex-basis: calc((100% - 1rem) / 2); } }
@media (min-width: 640px) { .pdf-modal { padding: 1.5rem; } .pdf-modal-header { padding: .85rem 1.25rem; } .pdf-modal-action { display: inline-flex; } }
@media (min-width: 768px) { .cookie-banner { padding: 1rem; } .cookie-banner-inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; } .cookie-actions { flex-shrink: 0; } }
@media (min-width: 768px) { .section-pad { padding: 8rem 0; } .value-card { padding: 2.5rem; } }
@media (min-width: 1024px) { .member-slide { flex-basis: calc((100% - 5rem) / 6); } }
#atuacao { padding-bottom: 4.5rem; }
#plantarianos { padding-bottom: 4.5rem; }
@media (min-width: 768px) { #plantarianos { padding-bottom: 5rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
