:root {
  --ink: #102016;
  --leaf: #0f7a39;
  --leaf-dark: #0c5a2b;
  --sand: #f2f5ef;
  --cream: #f8fbf5;
  --line: #dbe4d5;
  --card: #ffffff;
  --shadow: 0 18px 48px rgba(16, 32, 22, 0.08);
  font-size: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 3vw, 3.2rem); line-height: 1.2; }
h2 { font-size: clamp(1.8rem, 2.5vw, 2.4rem); margin-bottom: 16px; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
p { color: #2f3b31; }

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 251, 245, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
}

.brand { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.brand-name { font-weight: 700; letter-spacing: 0.2px; }
.brand-tag { font-size: 0.9rem; color: #4a5a4d; }

nav { justify-self: end; display: flex; gap: 18px; align-items: center; }
nav a {
  text-decoration: none;
  color: #2d3b32;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}
nav a:hover { color: var(--leaf-dark); background: #e8f3e8; }

.btn {
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
  color: #fff;
  padding: 12px 22px;
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15, 122, 57, 0.22); }

.ghost-btn {
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid var(--leaf);
  color: var(--leaf);
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}
.ghost-btn:hover { background: var(--leaf); color: #fff; }

.link { font-weight: 700; color: var(--leaf-dark); text-decoration: none; }
.link:hover { text-decoration: underline; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e8f3e8;
  color: var(--leaf-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.section {
  padding: 96px 0;
}

.muted { background: var(--sand); }

.hero {
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(15, 122, 57, 0.12), transparent 25%),
              radial-gradient(circle at 90% 20%, rgba(15, 90, 43, 0.12), transparent 24%),
              linear-gradient(180deg, #f6fbf2 0%, #f9fbf6 100%);
}

.shell { padding: 120px 0; }

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.hero-copy .lede { margin: 18px 0 28px; max-width: 640px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; flex-wrap: wrap; }

.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; }
.stat { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 20px rgba(16, 32, 22, 0.04); }
.stat-number { font-size: 1.4rem; font-weight: 800; color: var(--leaf-dark); }
.stat-label { font-size: 0.95rem; color: #3f4c43; }

.hero-visual { display: grid; gap: 16px; }
.hero-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #0f7a39;
}
.hero-img { width: 100%; display: block; object-fit: cover; min-height: 260px; }
.badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(16, 32, 22, 0.85);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  max-width: 240px;
}
.side-note { padding: 14px 18px; background: #fff; border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 8px 18px rgba(16, 32, 22, 0.05); }

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: start;
}

.eyebrow { letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; font-size: 0.85rem; color: var(--leaf-dark); margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chips span { padding: 8px 12px; border-radius: 12px; background: #e9f2e8; color: #2f3b31; font-weight: 700; font-size: 0.95rem; }

.about-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(16, 32, 22, 0.05);
}
.card-title { font-weight: 800; margin-bottom: 8px; }
.card-body { color: #364339; }

.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; flex-wrap: wrap; margin-bottom: 28px; }
.section-note { max-width: 420px; color: #3f4c43; }

.product-grid { display: grid; gap: 20px; }
.product-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(16, 32, 22, 0.05);
  align-items: center;
}
.product-card img { width: 100%; max-width: 120px; border-radius: 12px; background: #f1f5ef; padding: 8px; }
.product-card ul { margin-top: 10px; padding-left: 18px; color: #3b473e; line-height: 1.5; }
.product-card li { margin-bottom: 4px; }

.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.step { background: #fff; border-radius: 14px; padding: 18px; border: 1px solid var(--line); box-shadow: 0 8px 18px rgba(16, 32, 22, 0.05); }
.step-id { font-weight: 800; color: var(--leaf-dark); margin-bottom: 6px; }

.assurance { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; align-items: start; }
.badge-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.badge-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px; font-weight: 700; color: #2f3b31; box-shadow: 0 8px 18px rgba(16, 32, 22, 0.04); }

.faq { display: grid; gap: 18px; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; box-shadow: 0 8px 18px rgba(16, 32, 22, 0.04); }
summary { font-weight: 800; cursor: pointer; }
details p { margin-top: 10px; color: #3c4a3f; }

.cta {
  background: linear-gradient(135deg, rgba(15, 122, 57, 0.08), rgba(15, 90, 43, 0.12)), #0f7a39;
  color: #f5fff7;
}

.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; align-items: start; }
.cta h2, .cta p, .cta .eyebrow { color: #f6fff7; }
.contact-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.contact-pills a { color: #0f7a39; background: #fff; padding: 10px 14px; border-radius: 12px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(0,0,0,0.08); }

.enquiry {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
  display: grid;
  gap: 12px;
}
.enquiry label { display: grid; gap: 6px; color: #1c2c20; font-weight: 700; }
.enquiry input, .enquiry textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7e2d6;
  font-family: 'Manrope', system-ui, sans-serif;
  outline: none;
}
.enquiry input:focus, .enquiry textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(15, 122, 57, 0.18); }
.enquiry button { width: 100%; text-align: center; }

footer {
  background: #0d1b12;
  color: #dbe4d5;
  padding: 24px 0;
}

.footer { display: flex; flex-direction: column; gap: 6px; text-align: center; }

@media (max-width: 720px) {
  .nav { grid-template-columns: 1fr; justify-items: start; }
  nav { width: 100%; flex-wrap: wrap; }
  .product-card { grid-template-columns: 1fr; text-align: left; }
}
