:root {
  --green-950: #11231a;
  --green-900: #1a3a28;
  --green-800: #264d33;
  --green-700: #2f6240;
  --green-600: #3d7a52;
  --green-500: #5a9a6e;
  --green-100: #e8f1e8;
  --green-50:  #f3f7f1;
  --cream: #faf8f2;
  --paper: #fffefb;
  --ink: #14201a;
  --muted: #5b6a5f;
  --line: #e7e4d8;
  --warn-bg: #fff7e6;
  --warn-border: #d9a500;
  --shadow-sm: 0 1px 2px rgba(17, 35, 26, 0.04), 0 2px 6px rgba(17, 35, 26, 0.04);
  --shadow-md: 0 4px 14px rgba(17, 35, 26, 0.06), 0 12px 32px rgba(17, 35, 26, 0.06);
  --shadow-lg: 0 10px 40px rgba(17, 35, 26, 0.12);
  --radius: 16px;
  --radius-sm: 10px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv11", "ss01", "ss03";
}
img { max-width: 100%; display: block; }
a { color: var(--green-800); text-decoration: none; transition: color 0.15s var(--ease); }
a:hover { color: var(--green-600); }

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--green-950);
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0;
}
h1 em { font-style: italic; font-weight: 500; color: var(--green-700); }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
  color: var(--green-700);
  margin-bottom: 14px;
}
.eyebrow-light { color: #9cc2a9; }

/* ---------- Nav / Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(90, 154, 110, 0.22), transparent 60%),
    radial-gradient(700px 400px at 10% 110%, rgba(90, 154, 110, 0.14), transparent 60%),
    linear-gradient(180deg, #f6faf2 0%, var(--cream) 100%);
  padding-bottom: 100px;
  overflow: hidden;
}

.nav {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 10;
}
.brand img {
  height: 220px;
  width: auto;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}
.nav-links > li > a {
  color: var(--green-950);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background 0.15s var(--ease);
}
.nav-links > li > a:hover { background: rgba(38, 77, 51, 0.08); color: var(--green-800); }
.nav-cta {
  background: var(--green-800);
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 999px;
  font-weight: 600 !important;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--green-900) !important; }

.hero-inner {
  max-width: 1140px;
  margin: 60px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.hero-copy {
  max-width: 820px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  color: var(--green-950);
  margin: 0 0 24px;
}
.lede {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--muted);
  max-width: 680px;
  margin: 0 0 36px;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.1s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease), color 0.15s var(--ease);
  cursor: pointer;
  border: 2px solid transparent;
  font-family: inherit;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--green-800);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--green-900); color: #fff; box-shadow: var(--shadow-lg); }
.btn-secondary {
  background: transparent;
  color: var(--green-900);
  border-color: var(--green-700);
}
.btn-secondary:hover { background: var(--green-100); color: var(--green-900); }

.trust-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
  margin: 0;
  color: var(--green-900);
  font-size: 14.5px;
  font-weight: 500;
}
.trust-row .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-right: 6px;
  vertical-align: -4px;
}

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section-alt {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-dark {
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(90, 154, 110, 0.18), transparent 60%),
    linear-gradient(180deg, var(--green-950) 0%, #0b1a13 100%);
  color: #e8f1e8;
}
.section-dark h2 { color: #fff; }
.section-dark .section-lede { color: #b5c9bc; }
.section h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin: 0 0 14px;
}
.section-lede {
  color: var(--muted);
  max-width: 680px;
  margin: 0 0 56px;
  font-size: 17px;
}

/* ---------- Service cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-500);
}
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green-100), #d8e8d1);
  color: var(--green-800);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.card-icon svg { width: 28px; height: 28px; }
.card h3 {
  margin: 0 0 10px;
  color: var(--green-900);
  font-size: 22px;
}
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ---------- Treatment tiers ---------- */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
  margin-bottom: 32px;
}
.tier-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  position: relative;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.tier-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tier-card-pro {
  background: linear-gradient(180deg, #f2f8ec 0%, var(--paper) 100%);
  border-color: var(--green-500);
  box-shadow: var(--shadow-sm);
}
.tier-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.tier-tag-eco { background: #dcecc9; color: #3a6b1a; }
.tier-tag-pro { background: var(--green-800); color: #fff; }
.tier-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
}
.tier-sub { color: var(--muted); margin: 0 0 22px; font-size: 15.5px; }
.tier-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.tier-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.55;
}
.tier-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green-700) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2 6.5l2.5 2.5L10 3.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") center/12px no-repeat;
}
.tier-ideal {
  margin: 0;
  padding: 16px 18px;
  background: var(--paper);
  border-left: 3px solid var(--green-500);
  border-radius: 8px;
  font-size: 14.5px;
  color: var(--ink);
}

/* ---------- Callout ---------- */
.callout {
  background: var(--warn-bg);
  border-left: 4px solid var(--warn-border);
  padding: 18px 22px;
  border-radius: 10px;
  color: #5a4a10;
  font-size: 15px;
}

/* ---------- How it works (steps) ---------- */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
  position: relative;
}
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-500);
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(38, 77, 51, 0.25);
}
.step-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--green-900);
}
.step-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Reviews ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.review {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  margin: 0;
  position: relative;
}
.review::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 80px;
  color: var(--green-100);
  line-height: 1;
  z-index: 0;
}
.review > * { position: relative; z-index: 1; }
.stars {
  color: #e0a800;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 15px;
}
.review p {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--green-950);
  margin: 0 0 18px;
  font-weight: 500;
}
.review footer {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-grid p {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 16px;
}
.about-grid h2 { margin-bottom: 18px; }
.badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.badges li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: 500;
  color: var(--green-950);
  box-shadow: var(--shadow-sm);
}
.badges span {
  background: var(--green-800);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.team-photo {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow-md);
  background: var(--green-100);
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
}
.team-copy p {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 16px;
}
.team-facts {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.team-facts li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--green-950);
  box-shadow: var(--shadow-sm);
}
.team-facts span {
  background: var(--green-800);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
}
@media (max-width: 860px) {
  .team-grid { grid-template-columns: 1fr; gap: 36px; }
  .team-photo { max-width: 420px; margin: 0 auto; aspect-ratio: 3 / 4; }
}

/* ---------- Contact ---------- */
.contact-inner { text-align: center; }
.contact-inner .section-lede { margin-left: auto; margin-right: auto; }
.contact-inner h2 { color: #fff; }

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 32px auto 28px;
}
.contact-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 28px 20px;
  color: #fff;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.15s var(--ease);
}
.contact-method:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-2px);
}
.contact-icon { font-size: 26px; margin-bottom: 8px; }
.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9cc2a9;
  font-weight: 600;
}
.contact-value {
  font-weight: 500;
  font-size: 15.5px;
  word-break: break-word;
}
.small {
  font-size: 13px;
  opacity: 0.75;
  margin: 0;
}

/* ---------- Footer ---------- */
.footer {
  background: #0b1a13;
  color: #93a79a;
  padding: 56px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 40px;
}
.footer-brand p {
  margin: 16px 0 0;
  font-size: 14.5px;
  color: #93a79a;
  max-width: 320px;
}
.footer-logo {
  height: 168px;
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-cols h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
}
.footer-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-cols a {
  color: #c2d0c6;
  font-size: 14.5px;
}
.footer-cols a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  max-width: 1140px;
  margin: 0 auto;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #7e9288;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .nav { flex-wrap: wrap; }
  .nav-links { gap: 4px; }
  .nav-links > li > a { padding: 6px 10px; font-size: 14px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 520px) {
  .hero { padding-bottom: 72px; }
  .hero h1 { font-size: 38px; }
  .tier-card { padding: 28px 24px; }
  .review { padding: 26px 24px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
