﻿:root {
  --bg: #f6f4ef;
  --surface: #fffdf8;
  --surface-2: #efe8d6;
  --text: #1f2b20;
  --muted: #4c5a50;
  --brand: #2f6f3e;
  --brand-dark: #245832;
  --accent: #bf8a3b;
  --line: #d8cfbc;
  --shadow: 0 12px 30px rgba(24, 34, 26, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% -10%, #fff8e6 0%, var(--bg) 40%), var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.hero {
  background:
    linear-gradient(120deg, rgba(36, 88, 50, 0.95), rgba(47, 111, 62, 0.86)),
    url("assets/images/field-pattern.svg");
  background-size: cover;
  color: #f7fbf6;
  padding-bottom: 4rem;
}

.sub-hero {
  background: linear-gradient(125deg, #2f6f3e, #4f884a);
  color: #f7fbf6;
  padding-bottom: 2rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.4px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.logo-text {
  line-height: 1;
}

.nav-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.16);
}

.menu-btn {
  display: none;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
}

.hero-content {
  padding: 2.5rem 0 0;
  max-width: 700px;
}

.eyebrow {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffe4b0;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  margin: 0.4rem 0 1rem;
}

h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 0.8rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
}

.btn.primary {
  background: var(--accent);
  color: #232015;
}

.btn.primary:hover {
  background: #d89e49;
}

.btn.secondary {
  border-color: rgba(255, 255, 255, 0.5);
}

.section {
  padding: 3.5rem 0;
}

.section.alt {
  background: linear-gradient(to bottom right, var(--surface-2), #f7f1e5);
}

.split {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.3fr 1fr;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.card img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 0.7rem;
}

.lightbox-item {
  cursor: zoom-in;
}

.image-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem;
  box-shadow: var(--shadow);
}

.image-card img {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.img-note,
.muted,
.copy {
  color: var(--muted);
  font-size: 0.96rem;
}

.check-list {
  padding-left: 1.1rem;
}

.timeline {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.65rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.ad-slot {
  border: 2px dashed #b9ac91;
  border-radius: 14px;
  padding: 2rem;
  background: #fff7e8;
}

.footer {
  background: #1d2b1f;
  color: #dde6da;
  padding: 2.5rem 0 1rem;
}

.footer a {
  color: #f4f8f3;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.copy {
  color: #b9c7bb;
  text-align: center;
  margin: 1rem 0 0;
}

.simple {
  padding: 1.4rem 0;
}

.contact-form {
  display: grid;
  gap: 0.6rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
  border: 1px solid #b7c3b7;
  font: inherit;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 11, 0.85);
  z-index: 999;
  padding: 1rem;
}

.lightbox.show {
  display: flex;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 84vh;
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: opacity 0.22s ease;
}

.lightbox img.is-fading {
  opacity: 0.2;
}

.lightbox-btn {
  position: absolute;
  border: 0;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.32);
}

.lightbox-btn.close {
  top: 18px;
  right: 18px;
}

.lightbox-btn.prev {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-btn.next {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 920px) {
  .grid.three,
  .grid.two,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .menu-btn {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    right: 4%;
    top: 64px;
    background: #244d2d;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.7rem;
    flex-direction: column;
    width: min(260px, 90vw);
    transform: scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links.show {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
  }

  .nav-links.static {
    position: static;
    flex-direction: row;
    width: auto;
    background: transparent;
    border: 0;
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
}
