:root {
  --forest: #12382b;
  --forest-2: #1d503c;
  --lime: #cbdc58;
  --cream: #f6f0e3;
  --paper: #fffdf8;
  --coffee: #9a4e2f;
  --ink: #1b2720;
  --muted: #69736c;
  --line: #dfe2da;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 16px; color: var(--coffee); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.eyebrow.light { color: var(--lime); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.04; letter-spacing: -.035em; }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h1 em, h2 em { color: var(--coffee); font-weight: 600; }
p { margin: 0 0 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 26px; border: 1px solid transparent; font: 700 .78rem var(--sans); letter-spacing: .04em; transition: .25s ease; cursor: pointer; }
.btn span { font-size: 1.15rem; }
.btn-primary { color: var(--forest); background: var(--lime); }
.btn-primary:hover { background: #deec71; transform: translateY(-2px); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: #fff; color: var(--forest); }
.btn-dark { color: white; background: var(--forest); }
.btn-dark:hover { background: var(--forest-2); transform: translateY(-2px); }
.btn-cream { color: var(--forest); background: var(--cream); }
.text-link { color: var(--forest); font-size: .82rem; font-weight: 700; border-bottom: 1px solid var(--forest); padding-bottom: 6px; }
.text-link span { margin-left: 14px; }

.topbar { color: rgba(255,255,255,.84); background: #0d2a20; font-size: .72rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.topbar-links { display: flex; gap: 28px; }
.site-header { position: absolute; z-index: 20; top: 0; width: 100%; color: white; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.logo-plate { flex: 0 0 auto; padding: 5px 13px; background: rgba(255,253,248,.94); border: 1px solid rgba(203,220,88,.45); box-shadow: 0 7px 24px rgba(4,20,14,.16); }
.brand-logo-img { display: block; width: 118px; height: 72px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 600; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--lime); transition: width .25s; }
.nav-links > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; color: var(--forest); background: var(--lime); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 790px; height: 100vh; max-height: 940px; display: flex; align-items: center; color: #fff; overflow: hidden; background: #274636 url("https://images.unsplash.com/photo-1511537190424-bbbab87ac5eb?auto=format&fit=crop&w=2000&q=88") center 55%/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,30,22,.87) 0%, rgba(11,37,27,.65) 43%, rgba(11,37,27,.15) 75%), linear-gradient(0deg, rgba(8,27,20,.5), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.hero h1 { max-width: 850px; font-size: clamp(3.5rem, 7.5vw, 7rem); }
.hero h1 em { color: var(--lime); }
.hero-copy { max-width: 580px; margin: 28px 0 34px; color: rgba(255,255,255,.83); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badge { position: absolute; z-index: 2; right: 6vw; bottom: 80px; display: flex; align-items: center; gap: 12px; width: 150px; height: 150px; padding: 26px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: rotate(-8deg); }
.hero-badge span { font: 700 1.6rem var(--serif); }
.hero-badge small { font-size: .6rem; letter-spacing: .1em; line-height: 1.4; }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; left: 50%; width: 52px; height: 52px; display: grid; place-items: center; color: var(--forest); background: var(--cream); }

.intro { background: var(--paper); overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: 1.02fr .9fr; align-items: center; gap: 110px; }
.photo-stack { position: relative; min-height: 590px; }
.photo { position: absolute; background-color: #ddd; background-position: center; background-size: cover; }
.photo-main { inset: 0 72px 0 0; background-image: url("https://images.unsplash.com/photo-1593543294918-ca3634e04c05?auto=format&fit=crop&w=1000&q=85"); }
.photo-small { right: 0; bottom: 42px; width: 220px; height: 270px; border: 10px solid var(--paper); background-image: url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=600&q=85"); }
.experience { position: absolute; top: 34px; right: 13px; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; color: var(--forest); background: var(--lime); border-radius: 50%; }
.experience strong { font: 700 2.5rem var(--serif); line-height: 1; }
.experience span { margin-top: 6px; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.intro-copy .lead { margin-top: 30px; color: var(--ink); font-size: 1.12rem; font-weight: 600; }
.intro-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.signature-line { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 36px; }
.signature { font: italic 1.25rem var(--serif); color: var(--coffee); }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card { position: relative; min-height: 345px; padding: 38px 30px; border: 1px solid #d8d3c6; background: rgba(255,255,255,.25); transition: .3s; }
.service-card + .service-card { border-left: 0; }
.service-card.featured, .service-card:hover { color: #fff; background: var(--forest); transform: translateY(-10px); box-shadow: 0 20px 35px rgba(18,56,43,.15); }
.service-number { position: absolute; top: 18px; right: 20px; color: #aaa99f; font-size: .65rem; }
.service-icon { color: var(--coffee); font: 400 3rem var(--serif); }
.service-card.featured .service-icon, .service-card:hover .service-icon { color: var(--lime); }
.service-card h3 { margin: 18px 0 12px; font: 600 1.45rem var(--serif); }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-card.featured p, .service-card:hover p { color: rgba(255,255,255,.7); }
.service-card a { position: absolute; bottom: 30px; font-size: .72rem; font-weight: 700; }

.impact { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; color: #fff; background: var(--forest); }
.impact-image { min-height: 580px; background: url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1400&q=85") center/cover; }
.impact-panel { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(48px, 7vw, 110px); }
.impact-panel h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 4vw, 4.5rem); }
.impact-panel h2 em { color: var(--lime); }
.impact-panel > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.stats > div { padding: 28px 15px 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.stats > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
.stats > div:nth-child(even) { padding-left: 28px; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--lime); font: 600 2.6rem var(--serif); }
.stats span { color: rgba(255,255,255,.67); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }

.sustainability-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.sustainability-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { padding: 10px 0; font-size: .9rem; font-weight: 600; border-bottom: 1px solid var(--line); }
.check-list span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 12px; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: .7rem; }
.sustainability-photo { position: relative; min-height: 600px; background: url("https://images.unsplash.com/photo-1471194402529-8e0f5a675de6?auto=format&fit=crop&w=1100&q=85") center/cover; }
.eco-note { position: absolute; left: -55px; bottom: 45px; display: flex; align-items: center; gap: 16px; padding: 25px 30px; color: white; background: var(--coffee); }
.eco-note strong { font: 600 2rem var(--serif); }
.eco-note span { font-size: .7rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.news { background: #f1eee7; }
.news-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card { background: var(--paper); }
.news-image { position: relative; height: 280px; background-position: center; background-size: cover; overflow: hidden; }
.news-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 50%); }
.news-one { background-image: url("https://images.unsplash.com/photo-1524350876685-274059332603?auto=format&fit=crop&w=800&q=85"); }
.news-two { background-image: url("https://images.unsplash.com/photo-1497515114629-f71d768fd07c?auto=format&fit=crop&w=800&q=85"); }
.news-three { background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=800&q=85"); }
.news-image span { position: absolute; z-index: 2; left: 18px; bottom: 16px; padding: 5px 10px; color: var(--forest); background: var(--lime); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.news-body { padding: 25px 26px 28px; }
.news-body time { color: var(--coffee); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.news-body h3 { min-height: 62px; margin: 10px 0 20px; font: 600 1.35rem/1.3 var(--serif); }
.news-body a { font-size: .72rem; font-weight: 700; }

.join { padding: 85px 0; color: white; background: var(--coffee); }
.join-inner { display: grid; grid-template-columns: 1.15fr .65fr; align-items: center; gap: 100px; }
.join h2 em { color: var(--lime); }
.join p { color: rgba(255,255,255,.78); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.contact-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); }
.contact-list { margin-top: 36px; }
.contact-list > div { display: flex; gap: 18px; margin: 18px 0; }
.contact-list > div > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: var(--forest); background: var(--cream); border-radius: 50%; }
.contact-list p, .contact-list strong { display: block; margin: 0; }
.contact-list p { font-size: .84rem; }
.contact-list strong { color: var(--ink); }
.contact-form { padding: 45px; background: var(--cream); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 2px; border: 0; border-bottom: 1px solid #b8b5aa; border-radius: 0; color: var(--ink); background: transparent; font: 400 .9rem var(--sans); outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); }
.form-status { margin: 14px 0 0; color: var(--forest); font-size: .82rem; font-weight: 600; }

.footer { padding: 70px 0 22px; color: rgba(255,255,255,.67); background: #0b271d; font-size: .8rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr .8fr; gap: 70px; padding-bottom: 50px; }
.brand-light { color: white; }
.footer-logo { display: inline-flex; margin-bottom: 4px; background: var(--cream); }
.footer-logo .brand-logo-img { width: 150px; height: 92px; }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 22px; }
.footer h3 { margin: 0 0 18px; color: white; font: 600 .95rem var(--serif); }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; }
.socials { display: flex; gap: 8px; margin-bottom: 18px; }
.socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .67rem; }
.whatsapp { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: grid; place-items: center; width: 53px; height: 53px; color: white; background: #26b45e; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.22); font-size: .72rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 0 0 0 25%; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: white; background: var(--forest); transform: translateX(100%); transition: transform .3s; }
  .nav-links.open { transform: translateX(0); }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .intro-grid, .sustainability-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .photo-stack { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card + .service-card { border-left: 1px solid #d8d3c6; }
  .impact { grid-template-columns: 1fr; }
  .impact-image { min-height: 470px; }
  .sustainability-photo { min-height: 500px; }
  .eco-note { left: 25px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .join-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .nav { min-height: 76px; }
  .logo-plate { padding: 3px 9px; }
  .brand-logo-img { width: 91px; height: 57px; }
  .nav-links { left: 12%; }
  .hero { min-height: 720px; background-position: 61% center; }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-copy { font-size: .95rem; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { display: none; }
  .photo-stack { min-height: 430px; }
  .photo-main { right: 35px; }
  .photo-small { width: 150px; height: 190px; border-width: 7px; }
  .experience { width: 105px; height: 105px; right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .signature-line, .news-heading { align-items: flex-start; flex-direction: column; }
  .service-grid, .news-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .impact-panel { padding: 70px 28px; }
  .stats strong { font-size: 2rem; }
  .stats > div:nth-child(even) { padding-left: 18px; }
  .sustainability-photo { min-height: 420px; }
  .eco-note { left: 16px; bottom: 16px; }
  .news-heading { display: flex; gap: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
