:root {
  --green-900: #173d32;
  --green-800: #235241;
  --green-700: #2f6954;
  --cream: #fbf6ec;
  --warm-white: #fffdf8;
  --terracotta: #c66f4a;
  --terracotta-dark: #a95535;
  --sage: #dce7da;
  --sand: #efe3d1;
  --text: #26352e;
  --muted: #66746d;
  --line: rgba(23, 61, 50, 0.14);
  --shadow: 0 20px 50px rgba(23, 61, 50, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(251, 246, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-900);
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--cream);
  background: var(--green-800);
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--green-900);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--terracotta-dark);
}

.nav-contact {
  padding: 10px 16px;
  color: var(--cream);
  background: var(--green-800);
  border-radius: 999px;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--cream);
  background: var(--terracotta-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--green-900);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 64px);
  background:
    linear-gradient(118deg, rgba(251, 246, 236, 0.98) 0%, rgba(251, 246, 236, 0.88) 49%, rgba(220, 231, 218, 0.88) 100%);
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 1.05rem;
  line-height: 1.3;
}

.tagline {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--green-800);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  font-weight: 700;
  line-height: 1.22;
}

.hero-description {
  max-width: 620px;
  margin: 22px 0 32px;
  color: var(--muted);
  font-size: 1.13rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  color: var(--cream);
  background: var(--terracotta);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(166, 85, 53, 0.22);
  font-weight: 800;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: var(--green-800);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 10px solid rgba(255, 253, 248, 0.82);
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.section {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 5vw, 64px);
}

.section-header {
  display: grid;
  gap: 8px;
  max-width: 980px;
  margin: 0 auto 36px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.about-grid p {
  margin: 0;
  padding: 28px;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 12px 26px rgba(23, 61, 50, 0.06);
  font-size: 1.05rem;
}

.offer-section {
  background: var(--warm-white);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.offer-card {
  min-height: 220px;
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(23, 61, 50, 0.07);
}

.offer-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  margin-bottom: 20px;
  padding: 0 12px;
  color: var(--green-900);
  background: var(--sage);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.offer-card:nth-child(2n) .card-icon {
  background: var(--sand);
}

.offer-card:nth-child(3n) .card-icon {
  color: var(--cream);
  background: var(--terracotta);
}

.why-section {
  background:
    linear-gradient(180deg, rgba(251, 246, 236, 0.82), rgba(251, 246, 236, 0.96)),
    var(--sage);
}

.benefit-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  color: var(--cream);
  background: var(--green-900);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  min-height: 54px;
  padding: 14px 14px 14px 44px;
  background: rgba(255, 253, 248, 0.09);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 16px;
  font-weight: 600;
}

.benefit-list li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  background: var(--terracotta);
  border-radius: 999px;
  content: "";
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: center;
  padding: clamp(68px, 9vw, 116px) clamp(20px, 5vw, 64px);
  background: var(--warm-white);
}

.contact-copy {
  max-width: 760px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-card a {
  display: block;
  padding: 18px 20px;
  color: var(--green-900);
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--cream);
  background: var(--green-800);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: var(--cream);
  background: var(--green-900);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer span,
.site-footer p {
  margin: 0;
  color: rgba(251, 246, 236, 0.76);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: var(--warm-white);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .nav-contact {
    text-align: center;
  }

  .hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .about-grid,
  .card-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span:last-child {
    font-size: 0.98rem;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-media {
    min-height: 280px;
    border-width: 6px;
    border-radius: 26px;
  }

  .hero-media img {
    min-height: 280px;
  }

  .about-grid p,
  .offer-card,
  .contact-card {
    padding: 22px;
    border-radius: 20px;
  }

  .offer-card {
    min-height: 190px;
  }

  .benefit-panel {
    border-radius: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
