
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&family=Barlow+Condensed:wght@400;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:   #2C4A2E;
  --moss:     #4A7C3F;
  --leaf:     #6DB33F;
  --rust:     #C85A1A;
  --steel:    #6B7A8D;
  --cream:    #F5F2EB;
  --offwhite: #FAFAF7;
  --charcoal: #1E2422;
  --mid:      #4D5550;
  --rule:     #D4CFC4;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--offwhite);
}

/* ---- TOP BAR ---- */
.topbar {
  background: var(--forest);
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 8px 0;
}
.topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a { color: rgba(255,255,255,.8); text-decoration: none; }
.topbar a:hover { color: var(--leaf); }
.topbar-flag { font-size: 12px; opacity: .7; }

/* ---- NAV ---- */
nav {
  background: #fff;
  border-bottom: 2px solid var(--leaf);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 0;
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-right: auto;
}
.nav-logo img {
  height: 48px;
  width: auto;
}
.nav-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-wordmark .brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--forest);
  letter-spacing: -.01em;
}
.nav-wordmark .brand-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rust);
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 8px;
}
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mid);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 4px;
  transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--forest);
  background: var(--cream);
}
.nav-cta {
  margin-left: 12px;
  background: var(--leaf);
  color: #fff !important;
  border-radius: 4px;
}
.nav-cta:hover { background: var(--moss) !important; color: #fff !important; }

/* ---- HERO ---- */
.hero {
  background: var(--forest);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 90px 24px 80px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,.06)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--leaf);
  margin-bottom: 18px;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin-bottom: 24px;
}
.hero h1 span { color: var(--leaf); }
.hero-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  max-width: 480px;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: var(--leaf);
  color: #fff;
}
.btn-primary:hover { background: #5da030; }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.4);
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-dark {
  background: var(--forest);
  color: #fff;
}
.btn-dark:hover { background: #1a2f1c; }

/* Hero video embed */
.hero-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
  aspect-ratio: 16/9;
}
.hero-video iframe { width: 100%; height: 100%; border: none; display: block; }

/* ---- STAT STRIP ---- */
.stat-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  padding: 32px 24px;
}
.stat-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--forest);
  line-height: 1;
}
.stat-num span { color: var(--leaf); font-size: 28px; }
.stat-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--steel);
  margin-top: 4px;
}

/* ---- SECTIONS ---- */
.section { padding: 80px 24px; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-alt { background: var(--cream); }

.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 12px;
}
h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  color: var(--forest);
  margin-bottom: 20px;
}
h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--forest);
  margin-bottom: 12px;
}
p { margin-bottom: 16px; color: var(--mid); }
p:last-child { margin-bottom: 0; }

/* 2-col layout */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* ---- CARDS ---- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 32px;
  border-top: 4px solid var(--leaf);
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.08); transform: translateY(-3px); }
.card-icon {
  font-size: 28px;
  margin-bottom: 16px;
}
.card h3 { font-size: 18px; margin-bottom: 10px; }
.card p { font-size: 15px; }

/* ---- SPECS TABLE ---- */
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
.specs-group h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--rust);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.spec-row {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212,207,196,.4);
  font-size: 15px;
}
.spec-label { color: var(--steel); min-width: 180px; flex-shrink: 0; }
.spec-val { color: var(--charcoal); font-weight: 600; }

/* ---- VIDEO EMBED ---- */
.video-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
  aspect-ratio: 16/9;
  margin: 40px 0;
}
.video-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: var(--moss);
  color: #fff;
  padding: 64px 24px;
  text-align: center;
}
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 580px; margin: 0 auto 32px; }

/* ---- CONTACT FORM ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.contact-info p { color: var(--mid); margin-bottom: 10px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 15px;
}
.contact-detail-icon { font-size: 20px; margin-top: 2px; flex-shrink: 0; }
form { display: flex; flex-direction: column; gap: 16px; }
label { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--steel); margin-bottom: 4px; display: block; }
input, textarea, select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  background: #fff;
  color: var(--charcoal);
  transition: border-color .2s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--leaf);
}
textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---- ABOUT ---- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 4/3;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---- FOOTER ---- */
footer {
  background: var(--charcoal);
  color: rgba(255,255,255,.7);
  padding: 64px 24px 32px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 32px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-brand img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.footer-brand-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}
.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  max-width: 260px;
}
.footer-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color .2s;
}
.footer-col a:hover { color: var(--leaf); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.footer-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.footer-bottom a:hover { color: var(--leaf); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-video { max-width: 560px; }
  .two-col, .two-col.reverse { grid-template-columns: 1fr; direction: ltr; gap: 36px; }
  .card-grid { grid-template-columns: 1fr; }
  .stat-inner { grid-template-columns: repeat(2, 1fr); }
  .specs-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ---- LANGUAGE TOGGLE ---- */
#lang-toggle {
  margin-left: 16px;
  background: transparent;
  border: 1.5px solid var(--rule);
  color: var(--mid);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
  flex-shrink: 0;
}
#lang-toggle:hover {
  border-color: var(--leaf);
  color: var(--leaf);
  background: rgba(109,179,63,.06);
}
