@import "tailwindcss";
@import "tw-animate-css";
@import "../vendor/shadcn-tailwind-4.13.0.css";

:root {
  --ink: #14251f;
  --forest: #0b4d37;
  --forest-dark: #063426;
  --moss: #4d7659;
  --gold: #e7b652;
  --cream: #f5f1e7;
  --mist: #e8efe9;
  --white: #fff;
  --line: #d9e2da;
  --background: #fff;
  --foreground: #14251f;
  --primary: #0b4d37;
  --primary-foreground: #fff;
  --radius: .4rem;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --font-sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: var(--forest); padding: .8rem 1rem; border-radius: 0 0 .5rem .5rem; font-weight: 700; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(20,37,31,.1); backdrop-filter: blur(12px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; color: var(--forest); }
.brand-copy { display: flex; flex-direction: column; line-height: .92; letter-spacing: .04em; color: var(--forest); }
.brand-copy b { font-size: .72rem; font-weight: 500; letter-spacing: .28em; margin-left: 2px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.23rem; }
.brand-copy.inverse, footer .brand-mark { color: white; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #34443e; font-size: .92rem; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--forest); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: .93rem; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #182820; background: var(--gold); }
.button-gold:hover { background: #f1c56b; }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); }
.button-ghost:hover { background: white; color: var(--forest); }
.button-light { background: white; color: var(--forest); }
.button-green { background: var(--forest); color: white; }
.header-cta { margin-left: 4px; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: var(--forest); width: 48px; height: 48px; align-items: center; justify-content: center; }
.menu-button { flex-direction: column; gap: 5px; }
.menu-button > span { width: 24px; height: 2px; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: absolute; inset: 84px 0 auto; padding: 18px 20px 24px; display: flex; flex-direction: column; gap: 4px; background: white; border-top: 1px solid var(--line); box-shadow: 0 15px 30px rgba(0,0,0,.12); }
.mobile-nav > a:not(.button) { padding: 12px 6px; border-bottom: 1px solid var(--line); font-weight: 650; }

.hero { position: relative; min-height: 760px; height: 92vh; display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest-dark); margin-top: 84px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,23,.93) 0%, rgba(4,31,23,.68) 42%, rgba(4,31,23,.14) 75%), linear-gradient(0deg, rgba(3,27,19,.32), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 36px; }
.eyebrow { color: var(--forest); display: flex; align-items: center; gap: 11px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #ecf7f0; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.2rem); }
em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 30px 0 36px; color: rgba(255,255,255,.86); font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: .65rem; text-transform: uppercase; letter-spacing: .2em; opacity: .82; animation: float 2.5s infinite; }
@keyframes float { 50% { transform: translateY(7px); } }

.impact-strip { background: var(--cream); border-bottom: 1px solid #e7e0d2; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.impact-grid > div { min-height: 120px; padding: 28px 38px; display: flex; align-items: center; gap: 18px; border-right: 1px solid #ddd4c3; }
.impact-grid > div:first-child { padding-left: 0; }
.impact-grid > div:last-child { border-right: 0; }
.impact-grid svg { color: var(--forest); width: 30px; height: 30px; }
.impact-grid .symbol { color: var(--forest); width: 30px; font: 700 2rem/1 Georgia, serif; text-align: center; }
.impact-grid span { display: flex; flex-direction: column; }
.impact-grid b { font-family: Georgia, serif; font-size: 1.13rem; }
.impact-grid small { color: #68716d; font-size: .78rem; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
h2 { margin: 0; color: var(--ink); font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
.about-copy { padding-top: 45px; color: #53605b; }
.about-copy .lead { color: var(--ink); margin-top: 0; font-size: 1.27rem; line-height: 1.55; }
.text-link { margin-top: 26px; display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-weight: 800; border-bottom: 1px solid var(--forest); padding-bottom: 5px; }
.values-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.mission-card { position: relative; min-height: 365px; padding: 44px 38px; border-right: 1px solid var(--line); background: #fafbf9; }
.mission-card:last-child { border-right: 0; }
.mission-card > span { position: absolute; right: 26px; top: 22px; color: #8b958f; font-size: .72rem; font-weight: 800; }
.mission-card > svg { color: var(--forest); width: 32px; height: 32px; margin-bottom: 46px; }
.card-symbol { display: block; color: var(--forest); font: normal 2rem/1 Georgia, serif; margin-bottom: 46px; }
.mission-card h3 { font-family: Georgia, serif; margin: 0 0 16px; font-size: 1.65rem; }
.mission-card p { margin: 0; color: #5b6762; font-size: .94rem; line-height: 1.8; }
.mission-card.dark-card { background: var(--forest); color: white; border-color: var(--forest); }
.mission-card.dark-card svg, .mission-card.dark-card p, .mission-card.dark-card > span { color: rgba(255,255,255,.82); }

.pillars-section { background: var(--cream); }
.section-heading { max-width: 850px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: #5e6a65; max-width: 680px; margin: 24px auto 0; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 62px; }
.pillar-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; background: white; border-top: 3px solid transparent; transition: transform .25s, border-color .25s, box-shadow .25s; }
.pillar-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 38px rgba(18,50,38,.09); }
.pillar-top { display: flex; justify-content: space-between; color: #87928d; font-size: .72rem; font-weight: 800; }
.pillar-top svg { width: 30px; height: 30px; color: var(--forest); }
.pillar-top i { color: var(--forest); font: normal 1.8rem/1 Georgia, serif; }
.pillar-card h3 { font-family: Georgia, serif; max-width: 260px; margin: 54px 0 12px; font-size: 1.45rem; line-height: 1.2; }
.pillar-card p { color: #64706b; margin: 0 0 24px; font-size: .9rem; line-height: 1.7; }
.pillar-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: .82rem; font-weight: 800; }

.one-health { overflow: hidden; background: var(--forest); color: white; }
.one-health-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.one-health h2 { color: white; }
.one-health p:not(.eyebrow) { max-width: 530px; margin: 28px 0 35px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.health-orbit { position: relative; min-height: 490px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.health-orbit::before, .health-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.health-orbit::before { inset: 13%; }
.health-orbit::after { inset: 29%; }
.orbit { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; text-align: center; }
.orbit svg { margin-bottom: 6px; }
.orbit.center { width: 142px; height: 142px; inset: 50% auto auto 50%; transform: translate(-50%,-50%); background: var(--gold); color: var(--ink); }
.orbit.center b { font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.1; }
.orbit.human, .orbit.animal, .orbit.environment { width: 112px; height: 112px; background: white; color: var(--forest); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.orbit.human { left: 7%; top: 14%; }
.orbit.animal { right: 2%; top: 32%; }
.orbit.environment { left: 22%; bottom: 2%; }
.orbit span { font-size: .78rem; font-weight: 800; }
.orbit > span:first-child { font: 700 1.5rem/1 Georgia, serif; margin-bottom: 5px; }
.orbit b { font-size: .78rem; line-height: 1.15; }
.orbit.center b { font: 700 1.2rem/1.1 Georgia, serif; }

.governance { background: white; }
.governance-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.governance-head > p { color: #5f6a65; margin: 0 0 8px; }
.governance-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 58px; }
.identity-card, .documents-card { padding: 44px; border: 1px solid var(--line); }
.identity-card { background: var(--cream); }
.documents-card { background: #f8fbf8; }
.identity-card > svg, .documents-card > svg { color: var(--forest); width: 34px; height: 34px; }
.identity-card h3, .documents-card h3, .leadership h3 { margin: 24px 0 27px; font: 400 1.65rem/1.2 Georgia, serif; }
dl { margin: 0; }
dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 13px 0; border-top: 1px solid #ded8ca; }
dt { color: #69736f; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
dd { margin: 0; font-size: .9rem; line-height: 1.55; }
.documents-card ul { list-style: none; padding: 0; margin: 0; }
.documents-card li { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.documents-card li svg { flex: 0 0 19px; color: var(--forest); margin-top: 3px; }
.documents-card li > span { flex: 0 0 19px; color: var(--forest); font-weight: 900; }
.leadership { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; margin-top: 80px; padding-top: 65px; border-top: 1px solid var(--line); }
.leadership-title h3 { font-size: 2rem; max-width: 330px; }
.leaders-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.leader { display: flex; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.leader > span { color: var(--gold); font-size: .7rem; font-weight: 900; padding-top: 4px; }
.leader div { display: flex; flex-direction: column; }
.leader b { font-family: Georgia, serif; font-size: 1.04rem; }
.leader small { color: #6a7570; font-size: .75rem; }

.support { padding: 86px 0; color: white; background: linear-gradient(110deg, rgba(4,42,29,.97), rgba(10,81,57,.91)), url("/images/hero-amazonia.png") center 60%/cover; }
.support-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.support h2 { color: white; font-size: clamp(2.7rem, 4vw, 4.3rem); }
.support p:not(.eyebrow) { color: rgba(255,255,255,.8); margin: 0 0 27px; }
.support-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { color: #5d6863; max-width: 510px; }
address { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; font-style: normal; }
address a, address > div { display: flex; gap: 16px; align-items: flex-start; }
address svg { width: 23px; color: var(--forest); margin-top: 5px; }
address i { width: 23px; color: var(--forest); margin-top: 2px; font: normal 1.25rem/1.2 Georgia, serif; text-align: center; }
address span { font-weight: 700; }
address small { display: block; color: #6d7672; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-form { padding: 42px; background: white; border-top: 4px solid var(--forest); box-shadow: 0 20px 45px rgba(30,54,43,.08); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: #3d4944; font-size: .78rem; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd6cf; border-radius: 2px; background: #fcfdfb; color: var(--ink); padding: 13px 14px; font-size: .93rem; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form > small { display: block; margin-top: 12px; color: #75807b; font-size: .7rem; }

footer { background: #05291e; color: white; }
.footer-main { padding: 70px 0 52px; display: grid; grid-template-columns: 1.7fr .65fr .8fr; gap: 80px; }
.footer-brand p { color: rgba(255,255,255,.6); max-width: 360px; margin-top: 24px; font-size: .9rem; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main > div > b { color: var(--gold); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.footer-main > div > a { color: rgba(255,255,255,.72); font-size: .85rem; }
.footer-main > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .7rem; }

@media (max-width: 960px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; }
  .hero { height: auto; min-height: 760px; }
  .about-grid, .one-health-grid, .governance-head, .support-inner, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-copy { padding-top: 0; }
  .values-grid, .pillars-grid { grid-template-columns: 1fr 1fr; }
  .mission-card { border-bottom: 1px solid var(--line); }
  .mission-card:nth-child(2) { border-right: 0; }
  .mission-card:nth-child(3) { grid-column: 1 / -1; }
  .impact-grid > div { padding: 24px 20px; }
  .governance-grid, .leadership { grid-template-columns: 1fr; gap: 36px; }
  .health-orbit { width: min(100%, 560px); margin: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .site-header, .header-inner { height: 72px; }
  .mobile-nav { top: 72px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 1.05rem; }
  .hero { margin-top: 72px; min-height: 720px; align-items: flex-end; padding-bottom: 100px; }
  .hero-image { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,31,22,.96) 0%, rgba(3,31,22,.66) 66%, rgba(3,31,22,.14) 100%); }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-lead { margin: 22px 0 28px; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { display: none; }
  .impact-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .impact-grid > div, .impact-grid > div:first-child { min-height: auto; padding: 18px 0; border-right: 0; border-bottom: 1px solid #ddd4c3; }
  .impact-grid > div:last-child { border-bottom: 0; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .values-grid, .pillars-grid, .governance-grid, .leaders-list { grid-template-columns: 1fr; }
  .mission-card { min-height: auto; border-right: 0; }
  .mission-card:nth-child(3) { grid-column: auto; }
  .pillar-card { min-height: 310px; }
  .health-orbit { min-height: 360px; }
  .orbit.center { width: 112px; height: 112px; }
  .orbit.human, .orbit.animal, .orbit.environment { width: 88px; height: 88px; }
  .orbit.human { left: 2%; }
  .orbit.animal { right: 0; }
  dl > div { grid-template-columns: 1fr; gap: 3px; }
  .identity-card, .documents-card, .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


.mobile-nav[hidden] {
  display: none !important;
}
