* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #b32025;
  --bg-soft: #6f9f54;
  --accent: #6f9f54;
  --accent-soft: #abc995;
  --accent-pop: #e8e7be;
  --text: #2f3a1f;
  --muted: #5f6f45;
  --surface: #fffef6;
  --surface-soft: #e8e7be;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f7f1d7, #edf2db);
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.navbar {
  background: linear-gradient(90deg, var(--bg), var(--bg-soft));
  color: #fff;
  box-shadow: 0 6px 18px rgba(107, 26, 26, 0.24);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.nav-links {
  list-style: none;
  display: flex;
  gap: 22px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

.nav-links a:hover {
  border-color: #e8e7be;
  color: #e8e7be;
}

.hero {
  min-height: calc(100vh - 132px);
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(232, 231, 190, 0.22), transparent 34%),
    radial-gradient(circle at 80% 75%, rgba(171, 201, 149, 0.24), transparent 36%),
    repeating-linear-gradient(
      90deg,
      rgba(232, 231, 190, 0.09) 0 1px,
      transparent 1px 34px
    ),
    linear-gradient(140deg, #b32025, #6f9f54);
}

.hero-inner {
  padding: 24px 0;
}

.eyebrow {
  color: #fff9de;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.hero h1 {
  margin-top: 8px;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 0.95;
  color: var(--accent-pop);
  max-width: 900px;
}

.subtitle {
  margin-top: 14px;
  max-width: 760px;
  color: #fff5da;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(135deg, var(--accent), #5d8748);
  color: #fffef0;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(74, 107, 56, 0.35);
}

.btn:hover {
  filter: brightness(1.05);
}

.hero-visuals {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
}

.visual-card {
  border: 1px solid rgba(232, 231, 190, 0.45);
  border-radius: 12px;
  background: rgba(120, 29, 33, 0.5);
  padding: 12px;
}

.visual-thumb {
  width: 100%;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(232, 231, 190, 0.35);
  margin-bottom: 8px;
}

.visual-icon {
  display: block;
  color: var(--accent-pop);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.visual-card p {
  margin-top: 4px;
  color: #fffbe7;
  font-size: 0.95rem;
}

.page-header {
  background: linear-gradient(100deg, var(--bg), var(--bg-soft));
  color: #fff;
  padding: 44px 0;
}

.page-header h1 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.section {
  padding: 46px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(232, 231, 190, 0.4), rgba(255, 254, 246, 0.85));
}

.section-head {
  margin-bottom: 22px;
}

.section-head p {
  color: var(--muted);
}

.section-visual {
  background: #fff9e3;
}

.visual-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.bullet-list {
  margin-top: 10px;
  margin-left: 20px;
  color: var(--muted);
}

.visual-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d3d8b4;
  box-shadow: 0 12px 26px rgba(84, 32, 32, 0.15);
}

.cta-strip {
  background: linear-gradient(120deg, #b32025, #6f9f54);
  color: #fff;
  padding: 40px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card,
.panel {
  background: var(--surface);
  border: 1px solid #d3d8b4;
  border-top: 4px solid var(--accent);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(9, 34, 60, 0.08);
}

.card h3,
.panel h3 {
  margin-bottom: 8px;
  color: #5f201f;
}

.service-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d3d8b4;
  margin-bottom: 12px;
}

.lead {
  margin: 8px 0 26px;
  max-width: 880px;
  color: var(--muted);
}

.panel ul {
  margin-left: 18px;
}

.panel input,
.panel textarea {
  width: 100%;
  font: inherit;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid #c7ccab;
  border-radius: 8px;
}

.map-embed {
  width: 100%;
  height: 240px;
  border: 1px solid #c7ccab;
  border-radius: 8px;
  margin: 12px 0;
}

.footer,
.site-footer {
  margin-top: auto;
  background: linear-gradient(90deg, var(--bg), var(--bg-soft));
  color: #fff;
}

.site-footer {
  padding-top: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.footer-grid > div:first-child {
  grid-column: 1 / -1;
  padding: 0 0 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 244, 220, 0.28);
}

.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3) {
  background: rgba(70, 20, 20, 0.28);
  padding: 16px 18px;
  min-height: 170px;
}

.footer-grid > div:nth-child(2) {
  border-right: 1px solid rgba(255, 244, 220, 0.2);
}

.footer-brand {
  margin-bottom: 10px;
}

.footer-text {
  color: #fff4dc;
  max-width: 360px;
}

.site-footer h3 {
  margin-bottom: 10px;
}

.footer-links,
.footer-contact {
  list-style: none;
  display: grid;
  gap: 8px;
  color: #fff4dc;
}

.footer-links a {
  color: #fff4dc;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 244, 220, 0.25);
  margin-top: 20px;
  padding: 14px 0;
  text-align: center;
}

.objectives {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.objective-item {
  background: #fff;
  border: 1px solid #d3d8b4;
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 8px 18px rgba(9, 34, 60, 0.06);
}

.objective-item h3 {
  color: #5f201f;
  margin-bottom: 6px;
}

.objective-item p {
  color: var(--muted);
}

@media (max-width: 900px) {
  .nav-wrap {
    flex-direction: column;
    padding: 10px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .grid-two {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .visual-layout {
    grid-template-columns: 1fr;
  }

  .hero-visuals {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    min-height: auto;
  }

  .footer-grid > div:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 244, 220, 0.2);
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }
}
