:root {
  --green: #28603e;
  --green-deep: #1f4f35;
  --lime: #9cc31b;
  --ink: #15191a;
  --muted: #5f6664;
  --paper: #ffffff;
  --soft: #f5f7f6;
  --line: #e6ebe8;
  --content-width: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: var(--lime); text-decoration: none; }
a:hover, a:focus-visible { color: var(--green); }

.site-header {
  background: var(--paper);
  border-bottom: 1px solid #eef1ef;
}

.header-inner {
  width: min(100% - 48px, var(--content-width));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--ink);
}

.brand-logo { width: 175px; height: auto; display: block; }

.brand-name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.menu-mark { display: grid; gap: 4px; width: 18px; }
.menu-mark i { height: 2px; background: #6c8eb6; display: block; border-radius: 2px; }

.hero {
  min-height: 535px;
  display: grid;
  place-items: center;
  padding: 72px 24px 86px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 72% 25%, rgba(125, 170, 114, 0.12), transparent 27%),
    radial-gradient(circle at 17% 70%, rgba(157, 195, 27, 0.06), transparent 24%),
    linear-gradient(135deg, #1f5537, #28603e 55%, #214e36);
}

.hero-content { max-width: 920px; }
.eyebrow, .section-label {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, p { margin-top: 0; }

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6.3vw, 78px);
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.hero-subtitle {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.3vw, 27px);
}

.phone-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 198px;
  justify-content: center;
  padding: 14px 22px;
  border: 2px solid var(--lime);
  color: var(--lime);
  font-size: 17px;
  transition: background 160ms ease, color 160ms ease;
}

.phone-button:hover, .phone-button:focus-visible { background: var(--lime); color: var(--green-deep); }
.phone-icon { font-size: 25px; line-height: 0; transform: rotate(-45deg); }

.intro { padding: 78px 24px; background: var(--paper); }
.intro-inner, .addresses-inner, .footer-inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.intro-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 8vw, 130px);
  align-items: start;
}

h2 {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--green);
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.intro-copy { max-width: 580px; color: #202726; font-size: 17px; }
.intro-copy p + p { margin-top: 22px; }
.intro-copy a { color: var(--green); font-weight: 600; border-bottom: 1px solid var(--lime); }

.addresses { padding: 70px 24px 86px; background: var(--soft); }
.addresses-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(48px, 8vw, 130px); align-items: center; }
.address-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.address-card { min-height: 154px; padding: 25px 26px; background: var(--paper); border-left: 4px solid var(--green); }
.address-card--accent { border-left-color: var(--lime); }
.address-heading { margin-bottom: 12px; color: var(--green); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
address { font-style: normal; font-size: 17px; line-height: 1.7; }

.site-footer { padding: 60px 24px 28px; color: #fff; background: var(--green-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.15fr 0.55fr; gap: 54px; }
.footer-contact, .footer-message, .footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-inner strong { margin-bottom: 14px; font-size: 14px; letter-spacing: 0.08em; }
.footer-contact span, .footer-contact a { color: rgba(255,255,255,.74); }
.footer-message p { max-width: 360px; margin: 0; color: rgba(255,255,255,.74); }
.footer-links { gap: 6px; }
.footer-links a { color: var(--lime); }
.copyright { width: min(100%, var(--content-width)); margin: 48px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 13px; }

@media (max-width: 760px) {
  .header-inner { min-height: 78px; width: min(100% - 32px, var(--content-width)); }
  .brand { gap: 16px; }
  .brand-logo { width: 142px; }
  .brand-name { font-size: 20px; }
  .hero { min-height: 500px; padding: 64px 22px; }
  .intro-inner, .addresses-inner, .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .intro, .addresses { padding: 62px 22px; }
  .address-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 48px 22px 24px; }
  .copyright { margin-top: 38px; }
}

@media (max-width: 430px) {
  .brand-logo { width: 126px; }
  .brand-name { font-size: 18px; }
  .menu-mark { width: 16px; }
  h1 { font-size: 43px; }
}
