:root {
  --ink: #26452b;
  --green: #35643a;
  --lime: #8ac355;
  --paper: #f7f6ef;
  --muted: #647064;
  --line: #d9dfd3;
  --orange: #ff7b2c;
}

body {
  background-color: var(--paper);
  background-image: radial-gradient(rgba(138, 195, 85, .12) .7px, transparent .7px);
  background-size: 20px 20px;
}

.header {
  background: rgba(42, 79, 47, .96);
  border-bottom: 3px solid var(--lime);
  box-shadow: 0 10px 30px rgba(38, 69, 43, .12);
}
.header__inner { height: 94px; }
.brand { position: static; min-width: 245px; align-items: center; gap: 13px; }
.brand__logo { width: 158px; height: 72px; object-fit: contain; object-position: left center; }
.brand__tagline {
  position: static;
  display: block;
  max-width: 64px;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
  white-space: normal;
}
.header .nav, .header__phone { color: #fff; }
.header .nav { gap: 20px; }
.header__phone small { color: #bbd5a2; }
.header .nav a::after { background: var(--lime); }
.header .button { background: var(--lime); color: var(--ink); }
.header .button:hover { background: #a7d878; }
.menu-button span { background: #fff; }

.hero {
  background:
    linear-gradient(90deg, rgba(138,195,85,.12) 1px, transparent 1px),
    linear-gradient(rgba(138,195,85,.12) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
}
.hero h1::first-line { color: var(--green); }
.hero__visual {
  border-radius: 30px 230px 30px 30px;
  background:
    linear-gradient(180deg, rgba(38,69,43,.12), rgba(38,69,43,.72)),
    url("../images/brand/heritage-hero.adfa0bb21feb.jpg") center 41% / cover;
  box-shadow: 24px 24px 0 #bbd5a2;
}
.orbit { border-color: rgba(255,255,255,.28); }
.hero-card { border-top: 6px solid var(--lime); }
.hero-card__graph i:nth-child(5) { background: var(--orange); }
.hero-badge { background: var(--lime); }
.hero-year strong { color: #f6dd5b; }

.button { background: var(--green); }
.button:hover { background: #477c4c; }
.eyebrow::before { background: var(--orange); }
.service-card { border: 1px solid #e2e7dd; background: #fff; }
.service-card:hover { color: #fff; background: var(--green); border-color: var(--green); }
.service-card:hover p, .service-card:hover .service-card__top span { color: #dcebd6; }
.service-card:nth-child(2n):hover { background: #78ad47; border-color: #78ad47; }
.about { background: linear-gradient(135deg, #26452b, #3c7041); }
.about__number { color: #f4dc59; }
.about__aside, .values { border-color: rgba(187,213,162,.35); }
.process { background: #e8f0df; }
.steps, .steps li, .steps li:first-child { border-color: #bfd0b1; }
.article-card { border-top: 4px solid var(--lime); box-shadow: 0 8px 24px rgba(38,69,43,.06); }
.article-card:nth-child(3n+2) { border-top-color: var(--orange); }
.contact { background: linear-gradient(120deg, #315b35, #477c4c); border-top: 8px solid var(--lime); }
.button--lime { background: #f4dc59; color: var(--ink); }
.map-section { position: relative; height: 570px; overflow: hidden; background: #dfe7d8; }
.map-section__canvas, .map-section__canvas iframe { width: 100%; height: 100%; }
.map-section__canvas iframe { display: block; border: 0; filter: saturate(.72) contrast(.95); }
.map-section__overlay { position: absolute; inset: 0; display: flex; align-items: center; pointer-events: none; }
.map-card {
  width: min(390px, 100%);
  padding: 38px;
  border-top: 7px solid var(--lime);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(38,69,43,.2);
  pointer-events: auto;
}
.map-card h2 { font-size: 48px; }
.map-card p { margin-top: 24px; font-weight: 700; }
.map-card small { display: block; margin: 8px 0 28px; color: var(--muted); }
.footer { background: #1d3822; }
.page-hero, .article-hero { background: linear-gradient(135deg, #e6f0dc, #f7f6ef); border-bottom: 1px solid #cbd9bf; }
.filters a:hover, .filters a.is-active { background: var(--green); border-color: var(--green); }
.pagination a { color: var(--green); }

@media (max-width: 980px) {
  .header .nav.is-open { background: #2a4f2f; color: #fff; border-bottom: 3px solid var(--lime); }
  .hero__visual { border-radius: 24px 160px 24px 24px; }
  .map-section { height: 650px; }
  .map-section__overlay { align-items: flex-end; padding-bottom: 20px; }
  .map-card { width: 100%; padding: 28px; }
}
@media (max-width: 640px) {
  .header__inner { height: 78px; }
  .brand { min-width: 145px; }
  .brand__logo { width: 145px; height: 60px; }
  .brand__tagline { display: none; }
  .nav.is-open { top: 78px; }
  .hero__visual { border-radius: 20px 100px 20px 20px; box-shadow: 12px 12px 0 #bbd5a2; }
}
