:root {
  --green: #006c36;
  --green-dark: #004f29;
  --green-soft: #eaf4ef;
  --ink: #17201b;
  --muted: #69746d;
  --paper: #ffffff;
  --off: #f7f9f7;
  --line: #dfe7e2;
  --shadow: 0 22px 70px rgba(0, 60, 30, .12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0,0,0,.05); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font: 700 25px/1 "Montserrat", sans-serif; letter-spacing: -.04em; color: var(--green-dark); }
.brand-name strong { font-weight: 800; }
.brand-sub { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-weight: 600; font-size: 14px; }
.main-nav > a { position: relative; padding: 30px 0; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--green); transition: .25s; }
.main-nav > a:hover::after { right: 0; }
.lang-switch { display: flex; align-items: center; gap: 6px; padding-left: 8px; }
.lang-btn { border: 0; background: none; padding: 6px 2px; color: #8a918d; font-weight: 800; cursor: pointer; }
.lang-btn.active { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 27px; color: var(--green-dark); cursor: pointer; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: linear-gradient(135deg, #fbfdfb 0%, #eef6f2 100%); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 72% 28%, rgba(0,108,54,.12), transparent 34%), radial-gradient(circle at 20% 90%, rgba(0,108,54,.06), transparent 26%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; min-height: 760px; padding: 70px 0; }
.eyebrow, .section-kicker { display: inline-block; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 13px; }
.hero h1 { margin: 15px 0 22px; font: 800 clamp(56px, 7vw, 92px)/.92 "Montserrat", sans-serif; letter-spacing: -.055em; color: var(--ink); }
.hero h1 span { color: var(--green); }
.hero-lead { font-size: clamp(22px, 2.5vw, 31px); line-height: 1.25; max-width: 620px; margin: 0 0 16px; font-weight: 600; }
.hero-slogan { font-size: 18px; color: var(--green-dark); font-style: italic; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 28px rgba(0,108,54,.22); }
.btn-primary:hover { background: var(--green-dark); }
.btn-ghost { border-color: rgba(0,108,54,.28); color: var(--green-dark); background: rgba(255,255,255,.75); }
.portrait-frame { position: relative; border-radius: 50%; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.9); background: white; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(0,108,54,.18); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }

.section { padding: 110px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about { background: white; }
.about-image img, .news-image img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-copy h2, .section-head h2, .news-copy h2, .contact-card h2 { margin: 10px 0 22px; font: 800 clamp(38px, 5vw, 58px)/1.02 "Montserrat", sans-serif; letter-spacing: -.04em; }
.about-copy p, .section-head p, .news-copy p { font-size: 18px; color: #48534d; }
.signature { margin-top: 28px; font-size: 28px; color: var(--green); font-style: italic; }
.vision { background: var(--off); }
.section-head { max-width: 780px; margin-bottom: 46px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; min-height: 315px; transition: .25s; }
.pillar-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,70,35,.10); border-color: rgba(0,108,54,.25); }
.pillar-card .icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--green); background: var(--green-soft); font-size: 28px; margin-bottom: 28px; font-weight: 800; }
.pillar-card h3 { font: 800 22px/1.18 "Montserrat", sans-serif; margin: 0 0 14px; }
.pillar-card p { margin: 0; color: var(--muted); }
.quote-band { background: linear-gradient(120deg, var(--green-dark), var(--green)); padding: 72px 0; color: white; }
.quote-content p { margin: 0; text-align: center; font: 700 clamp(28px,4vw,48px)/1.25 "Montserrat", sans-serif; letter-spacing: -.03em; }
.news-grid { grid-template-columns: .85fr 1.15fr; }
.news-copy .btn { margin-top: 10px; }
.contact { background: var(--off); }
.contact-card { background: linear-gradient(135deg, var(--green-dark), #087a42); color: white; border-radius: 36px; padding: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; box-shadow: var(--shadow); }
.section-kicker.light { color: #b8e2cc; }
.contact-card p { color: rgba(255,255,255,.82); font-size: 18px; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10); color: white; border-radius: 15px; padding: 15px 17px; outline: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.68); }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.14); }
.btn-light { background: white; color: var(--green-dark); align-self: flex-start; }
.contact-form small { color: rgba(255,255,255,.65); line-height: 1.4; }
footer { background: #0e1712; color: white; padding: 34px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > div:first-child { display: flex; flex-direction: column; }
.footer-inner strong { font: 800 24px/1 "Montserrat", sans-serif; }
.footer-inner span, .footer-slogan { color: rgba(255,255,255,.62); font-size: 13px; margin-top: 8px; }
.footer-slogan { margin-top: 0; font-style: italic; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .18s; } .delay-3 { transition-delay: .26s; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 82px; left: 0; right: 0; background: white; padding: 22px 20px 30px; border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: flex-start; gap: 0; box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: flex; }
  .main-nav > a { width: 100%; padding: 12px 0; }
  .main-nav > a::after { display: none; }
  .lang-switch { padding: 12px 0 0; }
  .menu-toggle { display: block; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 70px 0 90px; text-align: center; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; width: min(520px, 92%); margin: 0 auto; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .two-col, .news-grid, .contact-card { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand-sub { display: none; }
  .main-nav { top: 72px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 21px; }
  .section { padding: 78px 0; }
  .two-col { gap: 38px; }
  .cards-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .contact-card { padding: 34px 22px; border-radius: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
