:root {
  --bg: #f5f7f1;
  --bg-deep: #10211a;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-soft: rgba(226, 236, 221, 0.72);
  --text: #13211b;
  --muted: #5d6d64;
  --line: rgba(19, 33, 27, 0.1);
  --brand: #4a8d4e;
  --brand-deep: #1f4d2d;
  --brand-pale: #dce9d6;
  --accent: #d8ab49;
  --accent-soft: rgba(216, 171, 73, 0.18);
  --shadow-lg: 0 28px 80px rgba(16, 33, 26, 0.14);
  --shadow-md: 0 18px 44px rgba(16, 33, 26, 0.1);
  --radius-xl: 2rem;
  --radius-lg: 1.35rem;
  --radius-md: 1rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 171, 73, 0.2), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(74, 141, 78, 0.2), transparent 28%),
    linear-gradient(180deg, #f8faf5 0%, #edf3e7 48%, #f7f9f4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(19, 33, 27, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 33, 27, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
}

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

a {
  color: inherit;
}

.preview-banner {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.8rem 1rem;
  text-align: center;
  background: rgba(16, 33, 26, 0.92);
  backdrop-filter: blur(16px);
  color: #edf6e8;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero,
.section,
.footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  padding: 1.25rem 0 5rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-md);
  border-radius: 999px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand h1,
.hero-copy h2,
.section-heading h3,
.footer h3 {
  margin: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(216, 171, 73, 0.9), rgba(74, 141, 78, 0.95));
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(74, 141, 78, 0.28);
}

.eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  color: var(--brand-deep);
  font-weight: 700;
}

.hero-grid,
.proof,
.footer {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-grid {
  padding: 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(220, 233, 214, 0.44));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: calc(var(--radius-xl) + 0.4rem);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 2vw, 2rem);
}

.hero-copy h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.95;
  max-width: 11ch;
  text-wrap: balance;
}

.lede,
.intro-grid p,
.service-card p,
.proof-copy p,
.area-panel p,
.footer p,
.contact-card p {
  color: var(--muted);
  line-height: 1.68;
}

.lede {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
}

.hero-actions,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin: 1.75rem 0;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: 0 16px 32px rgba(74, 141, 78, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(74, 141, 78, 0.28);
}

.cta.secondary,
.cta.ghost {
  background: rgba(255, 255, 255, 0.55);
  color: var(--text);
  border-color: rgba(19, 33, 27, 0.08);
  box-shadow: none;
}

.cta.secondary:hover,
.cta.ghost:hover {
  border-color: rgba(74, 141, 78, 0.28);
}

.hero-points,
.proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li,
.proof-list li {
  min-height: 100%;
  padding: 1rem 1rem 1rem 2.2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 26px rgba(19, 33, 27, 0.06);
  position: relative;
  font-weight: 600;
}

.hero-points li::before,
.proof-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #f1ca72);
  box-shadow: 0 0 0 0.3rem var(--accent-soft);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto -1.2rem -1.2rem 2rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(216, 171, 73, 0.18), rgba(74, 141, 78, 0.2));
  z-index: 0;
}

.hero-visual img,
.proof-image img {
  border-radius: 1.8rem;
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.hero-visual img {
  aspect-ratio: 4 / 5;
  position: relative;
  z-index: 1;
}

.contact-card,
.service-card,
.intro-grid article,
.area-panel,
.footer-card,
.proof-copy {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.contact-card {
  position: absolute;
  left: -1.2rem;
  bottom: 1.4rem;
  z-index: 2;
  width: min(19rem, 92%);
  padding: 1.25rem;
  border-radius: 1.4rem;
  background: rgba(16, 33, 26, 0.9);
  backdrop-filter: blur(18px);
}

.contact-card p,
.contact-card a,
.contact-card strong {
  color: #edf6e8;
}

.contact-card p {
  margin: 0 0 0.9rem;
}

.card-label {
  color: #b9d8b5;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.section {
  padding: 1.1rem 0 1.6rem;
}

.section-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.35rem;
}

.section-heading h3 {
  font-size: clamp(1.95rem, 3vw, 3rem);
  max-width: 15ch;
  text-wrap: balance;
}

.intro-grid,
.cards {
  display: grid;
  gap: 1rem;
}

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

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

.intro-grid article,
.service-card,
.area-panel,
.footer-card {
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.intro-grid article:hover,
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(19, 33, 27, 0.1);
  border-color: rgba(74, 141, 78, 0.22);
}

.intro-grid h4,
.service-card h4 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.32rem;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.service-card.accent {
  background:
    linear-gradient(145deg, rgba(220, 233, 214, 0.88), rgba(255, 248, 231, 0.88));
}

.proof {
  padding: 2rem;
  margin-top: 1rem;
  background: linear-gradient(135deg, #163528 0%, #0f261d 100%);
  border-radius: calc(var(--radius-xl) + 0.2rem);
  box-shadow: var(--shadow-lg);
}

.proof-copy {
  padding: clamp(1.4rem, 2vw, 2rem);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.proof-copy .eyebrow,
.proof-copy h3,
.proof-copy p,
.proof-copy li {
  color: #f2f6ef;
}

.proof-copy p {
  color: rgba(242, 246, 239, 0.82);
}

.proof-list {
  grid-template-columns: 1fr;
  margin-top: 1.1rem;
}

.proof-list li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.proof-image img {
  aspect-ratio: 5 / 4;
}

.area-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(220, 233, 214, 0.64));
}

.chips span {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 141, 78, 0.15);
  font-weight: 800;
}

.footer {
  padding: 2rem;
  margin: 1rem auto 4rem;
  background: linear-gradient(145deg, #173426, #0f251c);
  border-radius: calc(var(--radius-xl) + 0.2rem);
  box-shadow: var(--shadow-lg);
}

.footer .eyebrow,
.footer h3,
.footer p,
.footer a,
.footer strong {
  color: #f2f6ef;
}

.footer p {
  color: rgba(242, 246, 239, 0.8);
}

.footer-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

@media (max-width: 980px) {
  .hero-grid,
  .proof,
  .footer,
  .hero-points,
  .intro-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .topbar,
  .area-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual::before {
    inset: auto 1rem -1rem 1rem;
  }

  .contact-card {
    left: auto;
    right: 1rem;
  }
}

@media (max-width: 720px) {
  .hero,
  .section,
  .footer {
    width: min(100% - 1.1rem, 1180px);
  }

  .preview-banner {
    position: static;
  }

  .topbar,
  .hero-grid,
  .proof,
  .footer {
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-copy {
    padding: 0.4rem;
  }

  .hero-copy h2,
  .section-heading h3 {
    max-width: none;
  }

  .hero-points {
    gap: 0.65rem;
  }

  .contact-card {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .area-panel {
    padding: 1.1rem;
  }
}
