
:root {
  --ink: #193238;
  --muted: #607277;
  --green: #9bcf62;
  --green-dark: #719f43;
  --mint: #edf7ef;
  --line: #dfe9e5;
  --white: #ffffff;
  --soft: #f7faf8;
  --max: 1180px;
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-header {
  position: absolute;
  z-index: 10;
  top: 0; left: 0; right: 0;
  padding: 24px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { width: 138px; height: auto; display: block; }
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 72px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f8fbf7 58%, #edf7ef 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 70px;
  align-items: center;
}
h1 {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 650;
}
.hero-copy p {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 18px;
  color: var(--muted);
}
.video-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 14px 20px;
  border: 1px solid rgba(25,50,56,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  text-decoration: none;
  font-weight: 650;
  box-shadow: 0 10px 30px rgba(25,50,56,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.video-link:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(25,50,56,.10); }
.play {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink); color: white; font-size: 11px;
}
.hero-art {
  width: 100%;
  max-width: 660px;
  justify-self: end;
  filter: drop-shadow(0 28px 45px rgba(25,50,56,.10));
}
.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 0;
}
.section-soft { background: var(--soft); }
.vision-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 90px;
  align-items: center;
}
h2 {
  margin: 18px 0 0;
  max-width: 850px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.07;
  letter-spacing: -.04em;
  font-weight: 640;
}
.vision-text {
  max-width: 800px;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.28;
  letter-spacing: -.02em;
}
.vision-aside {
  min-height: 460px;
  border-radius: 42px;
  background: radial-gradient(circle at 35% 30%, #dff4e3 0 15%, transparent 16%),
              radial-gradient(circle at 72% 66%, #cce8c9 0 13%, transparent 14%),
              linear-gradient(145deg, #f0f8ee, #dfeee5);
  position: relative;
  overflow: hidden;
}
.vision-aside::before,
.vision-aside::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(113,159,67,.25);
}
.vision-aside::before { width: 310px; height: 310px; left: -80px; bottom: -90px; }
.vision-aside::after { width: 460px; height: 460px; right: -180px; top: -170px; }
.road {
  position: absolute;
  width: 150%;
  height: 180px;
  background: #344a50;
  left: -25%;
  bottom: 65px;
  transform: rotate(-9deg);
  opacity: .95;
}
.road::after {
  content: "";
  position: absolute;
  top: 50%; left: 0; right: 0;
  border-top: 5px dashed rgba(255,255,255,.65);
}
.car {
  position: absolute;
  width: 190px; height: 82px;
  right: 20%; bottom: 175px;
  border-radius: 45px 45px 20px 20px;
  background: white;
  box-shadow: 0 22px 30px rgba(25,50,56,.16);
}
.car::before {
  content: "";
  position: absolute;
  width: 110px; height: 48px;
  left: 38px; top: -30px;
  border-radius: 60px 60px 0 0;
  background: #9bcf62;
}
.wheel { position: absolute; bottom: -14px; width: 34px; height: 34px; border-radius: 50%; background: #172b30; }
.wheel.left { left: 28px; } .wheel.right { right: 28px; }
.team {
  min-height: 100vh;
  padding: 110px 0 100px;
}
.team-head { max-width: 720px; margin-bottom: 64px; }
.team-head p { color: var(--muted); font-size: 18px; margin: 22px 0 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.person {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  align-items: center;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.person img {
  width: 190px; height: 190px; object-fit: cover;
  border-radius: 22px;
  filter: grayscale(1);
}
.person h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.person .role { margin-top: 5px; color: var(--green-dark); font-weight: 700; }
.person p { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.cta {
  margin-top: 90px;
  padding: 54px 0 10px;
  border-top: 1px solid var(--line);
}
.cta h2 { margin-top: 0; font-size: clamp(34px, 4vw, 52px); }
.cta p { margin: 18px 0 6px; color: var(--muted); font-size: 20px; }
.cta a { color: var(--green-dark); font-size: 20px; font-weight: 700; text-decoration: none; }
.cta a:hover { text-decoration: underline; }
footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-seal { grid-column: 2; justify-self: center; }
.footer-seal img { display: block; width: 150px; height: auto; }
.footer-copy { grid-column: 1; grid-row: 1; }
.footer-links { grid-column: 3; grid-row: 1; justify-self: end; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-copy { color: var(--muted); font-size: 13px; }
.legal-page {
  min-height: 100vh;
  padding: 150px 0 90px;
  background: linear-gradient(135deg, #fff, #f7faf8);
}
.legal-content { max-width: 860px; }
.legal-content h1 { font-size: clamp(44px, 6vw, 68px); }
.legal-content h2 { font-size: 27px; margin-top: 48px; letter-spacing: -.02em; }
.legal-content h3 { font-size: 20px; margin-top: 32px; }
.legal-content p, .legal-content li { color: #42565b; font-size: 16px; }
.legal-content ul { padding-left: 22px; }
.back { display: inline-block; margin-bottom: 38px; color: var(--green-dark); text-decoration: none; font-weight: 700; }
.small-note { color: var(--muted); font-size: 13px; }
@media (max-width: 900px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .hero-grid, .vision-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero { padding-top: 120px; }
  .hero-art { justify-self: center; max-width: 650px; }
  .vision-aside { min-height: 380px; }
  .team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  h2 { font-size: 40px; }
  .section, .team { padding: 88px 0; }
  .hero { min-height: auto; padding-bottom: 70px; }
  .hero-copy p { font-size: 17px; }
  .person { grid-template-columns: 110px 1fr; gap: 18px; padding: 20px; }
  .person img { width: 110px; height: 135px; border-radius: 16px; }
  .person h3 { font-size: 20px; }
  .person p { display: none; }
  .footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .footer-seal { order: 1; }
  .footer-copy { order: 2; }
  .footer-links { order: 3; justify-self: auto; gap: 12px 20px; }
  .vision-aside { min-height: 310px; border-radius: 28px; }
  .car { transform: scale(.8); right: 5%; }
}

.linkedin-link{display:inline-flex;align-items:center;justify-content:center;margin-right:18px;color:inherit;text-decoration:none;vertical-align:middle}.linkedin-icon{width:19px;height:19px;fill:currentColor;display:block}.linkedin-link:hover{opacity:.7}
