:root {
  --ink: #182019;
  --green: #44543b;
  --green-dark: #2f3d2b;
  --sage: #dfe5d8;
  --cream: #f7f4ec;
  --white: #ffffff;
  --line: #cbd2c4;
  --muted: #687064;
  --shadow: 0 22px 60px rgba(31, 42, 29, .10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(22px, 5vw, 76px);
  background: rgba(247, 244, 236, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(68, 84, 59, .12);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px;
  border: 1px solid var(--green); border-radius: 50%; color: var(--green);
}
.brand strong, .brand small { display: block; letter-spacing: .15em; }
.brand strong { font-size: .95rem; }
.brand small { font-size: .62rem; margin-top: 2px; color: var(--green); }
.navigation { display: flex; align-items: center; gap: 28px; }
.navigation a { text-decoration: none; font-size: .92rem; }
.navigation a:hover { color: var(--green); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--green); border-radius: 999px; }
.menu-button { display: none; }
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(60px, 9vw, 120px) clamp(22px, 6vw, 96px);
}
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3rem, 6.5vw, 6.8rem); letter-spacing: -.045em; margin-bottom: 26px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.3rem); letter-spacing: -.035em; margin-bottom: 20px; }
h3 { font-size: 1.45rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 14px 21px; border: 1px solid var(--green);
  font-weight: 700; text-decoration: none; cursor: pointer; font: inherit;
}
.button.primary { background: var(--green); color: var(--white); }
.button.primary:hover { background: var(--green-dark); }
.button.secondary { background: transparent; color: var(--green); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 14px 28px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .92rem; }
.quick-facts li::before { content: "•"; color: var(--green); margin-right: 9px; }
.hero-visual { position: relative; }
.image-placeholder {
  min-height: 610px; border-radius: 46% 46% 18px 18px;
  background: linear-gradient(150deg, #edf0e7, #dbe1d3);
  box-shadow: var(--shadow); display: grid; place-items: center; padding: 40px; overflow: hidden;
}
.image-placeholder svg { width: min(92%, 520px); fill: var(--green); stroke: var(--green); stroke-width: 15; stroke-linecap: round; opacity: .95; }
.image-placeholder span { position: absolute; bottom: 24px; padding: 8px 13px; border-radius: 999px; background: rgba(247,244,236,.88); color: var(--green); font-size: .78rem; }
.stamp {
  position: absolute; right: -18px; bottom: 30px; width: 150px; height: 150px;
  display: grid; place-items: center; text-align: center; border-radius: 50%;
  background: var(--green); color: white; font-family: Georgia, serif; font-style: italic;
  box-shadow: var(--shadow); transform: rotate(-5deg);
}
.section { padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 96px); }
.intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; border-top: 1px solid var(--line); }
.intro > p { font-size: clamp(1.2rem, 2.2vw, 1.8rem); color: var(--muted); max-width: 850px; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 285px; background: var(--white); border: 1px solid rgba(68,84,59,.12); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 35px rgba(31,42,29,.05); }
.card .icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--sage); color: var(--green); margin-bottom: 34px; }
.card p { color: var(--muted); }
.cooperation { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; background: var(--green); color: white; }
.cooperation .eyebrow { color: #d8e0d1; }
.cooperation-copy > p { color: #e1e6dc; max-width: 700px; font-size: 1.12rem; }
.cooperation ul { columns: 2; padding-left: 20px; }
.partner-benefits { align-self: center; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 35px; }
.partner-benefits p { color: #e2e7de; }
.text-link { font-weight: 700; text-decoration: none; }
.steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; list-style: none; padding: 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.steps li { min-height: 180px; background: var(--cream); padding: 28px; font-weight: 700; display: flex; flex-direction: column; justify-content: space-between; }
.steps li span { color: var(--green); font-family: Georgia, serif; font-size: 2.2rem; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; background: var(--white); }
.contact > div { position: sticky; top: 120px; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; font-size: .9rem; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px;
  background: var(--cream); font: inherit; color: var(--ink);
}
textarea { resize: vertical; }
.contact-form small { color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 34px clamp(22px, 6vw, 96px); background: #1f2b1e; color: white; font-size: .86rem; }
footer a { color: white; }
footer p { margin: 0; }
.footer-brand .brand-mark { border-color: white; color: white; }
.footer-brand small { color: #d7dfd1; }

@media (max-width: 980px) {
  .menu-button { display: inline-flex; border: 1px solid var(--green); background: transparent; border-radius: 999px; padding: 9px 14px; }
  .navigation { display: none; position: absolute; left: 18px; right: 18px; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .navigation.open { display: flex; }
  .navigation a { padding: 12px; }
  .hero, .intro, .cooperation, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .image-placeholder { min-height: 480px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps ol { grid-template-columns: repeat(2, 1fr); }
  .contact > div { position: static; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { padding: 13px 18px; }
  .brand strong { font-size: .78rem; }
  h1 { font-size: 3.25rem; }
  .cards, .steps ol { grid-template-columns: 1fr; }
  .cooperation ul { columns: 1; }
  .image-placeholder { min-height: 390px; border-radius: 120px 120px 18px 18px; }
  .stamp { width: 116px; height: 116px; right: -6px; font-size: .86rem; }
}

.domain-line {
  margin: -4px 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: .08em;
  text-transform: lowercase;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: center;
}

.hero-photo-wrap {
  position: relative;
  min-height: 610px;
  border-radius: 46% 46% 18px 18px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--cream) 0%, rgba(247,244,236,.88) 5%, rgba(247,244,236,.38) 13%, rgba(247,244,236,0) 29%),
    linear-gradient(180deg, rgba(247,244,236,0) 70%, rgba(247,244,236,.12) 100%);
}
.hero-photo {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: 62% center;
}
.hero-visual .stamp { z-index: 3; }
.button { transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(31,42,29,.12); }
.card { transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(31,42,29,.09); }
@media (max-width: 980px) {
  .hero-photo-wrap { min-height: 480px; }
  .hero-photo { height: 480px; object-position: 61% center; }
}
@media (max-width: 620px) {
  .hero-photo-wrap { min-height: 390px; border-radius: 120px 120px 18px 18px; }
  .hero-photo { height: 390px; object-position: 63% center; }
  .hero-photo-wrap::before {
    background: linear-gradient(180deg, rgba(247,244,236,.04) 0%, rgba(247,244,236,0) 60%, rgba(247,244,236,.10) 100%);
  }
}
