/* ============================================================
   Naturcare — Style Sheet
   Light theme · herb-green family
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #22302A;
  background: #FAF7F2;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #4E7A52;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #2E4032;
  font-weight: 700;
  line-height: 1.2;
}

/* ---------- Leaf markers ---------- */

.nav-leaf {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #4E7A52;
  border-radius: 0 100% 0 100%;
  margin-right: 7px;
  position: relative;
  vertical-align: -1px;
}

.nav-leaf::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #4E7A52;
  top: -3px;
  right: -4px;
  transform: rotate(-18deg);
}

.leaf-marker {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 16px;
  background: #4E7A52;
  border-radius: 0 100% 0 100%;
  margin-top: 7px;
  position: relative;
}

.leaf-marker::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #4E7A52;
  top: -4px;
  right: -5px;
  transform: rotate(-18deg);
}

/* ---------- Leaf nav ---------- */

.leaf-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #FAF7F2;
  border-bottom: 2px solid #4E7A52;
  padding: 14px 6vw;
}

.leaf-nav.nav-scrolled {
  box-shadow: 0 3px 0 #C9D8C2;
}

.leaf-nav .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3px;
  color: #2E4032;
  white-space: nowrap;
}

.leaf-nav .brand:hover {
  text-decoration: none;
}

.leaf-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.leaf-nav .nav-links a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: #2E4032;
  padding: 6px 0;
  position: relative;
}

.leaf-nav .nav-links a:hover {
  text-decoration: none;
  color: #4E7A52;
}

.leaf-nav .nav-links a.active {
  color: #4E7A52;
}

.leaf-nav .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #4E7A52;
}

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid #2E4032;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 3px;
  background: #2E4032;
  margin: 4px 0;
}

/* ---------- Eyebrow chip ---------- */

.eyebrow {
  display: inline-block;
  background: #4E7A52;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: #4E7A52;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #2E4032;
}

.btn-outline {
  background: #FAF7F2;
  color: #2E4032;
  border-color: #2E4032;
}

.btn-outline:hover {
  background: #2E4032;
  color: #FFFFFF;
}

.btn-forest {
  background: #2E4032;
  color: #FFFFFF;
}

.btn-forest:hover {
  background: #22302A;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/* ---------- Glade hero ---------- */

.glade-hero {
  background: #FAF7F2;
  padding: 70px 6vw 80px;
}

.glade-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-copy {
  flex: 1 1 58%;
  max-width: 640px;
}

.hero-copy h1 {
  font-size: 52px;
  color: #2E4032;
  margin: 22px 0 18px;
}

.hero-copy .subcopy {
  font-size: 18px;
  color: #22302A;
  margin-bottom: 30px;
  max-width: 60ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---------- Glade graphic (CSS tree) ---------- */

.glade-graphic {
  flex: 0 1 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tree {
  position: relative;
  width: 230px;
  height: 330px;
  margin: 0 auto;
}

.blob {
  position: absolute;
  border-radius: 50%;
  background: #4E7A52;
}

.tree .b1 {
  width: 76px;
  height: 76px;
  top: 0;
  left: 77px;
  z-index: 3;
}

.tree .b2 {
  width: 130px;
  height: 130px;
  top: 48px;
  left: 50px;
  z-index: 2;
}

.tree .b3 {
  width: 190px;
  height: 190px;
  top: 120px;
  left: 20px;
  z-index: 1;
}

.tree .trunk {
  position: absolute;
  width: 14px;
  height: 70px;
  background: #2E4032;
  top: 270px;
  left: 108px;
  z-index: 4;
}

/* ---------- Section head ---------- */

.section-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-head h2 {
  font-size: 38px;
  color: #2E4032;
  margin-bottom: 14px;
}

.section-head .lead {
  font-size: 17px;
  color: #22302A;
}

/* ---------- Botanical rows ---------- */

.botanical {
  background: #FAF7F2;
  padding: 80px 6vw 60px;
}

.botanical > .section-head {
  text-align: left;
  margin-left: 0;
}

.botanical-row {
  display: flex;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid #4E7A52;
}

.botanical-row:last-child {
  border-bottom: 1px solid #4E7A52;
}

.row-text h3 {
  font-size: 24px;
  color: #2E4032;
  margin-bottom: 8px;
}

.row-text p {
  color: #22302A;
  font-size: 16px;
}

/* ---------- Remedy strip ---------- */

.remedy-strip {
  background: #C9D8C2;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 40px 6vw;
}

.stat {
  flex: 1 1 25%;
  text-align: center;
  padding: 10px 20px;
}

.stat + .stat {
  border-left: 2px solid #4E7A52;
}

.stat .num {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 700;
  color: #2E4032;
}

.stat .label {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2E4032;
}

/* ---------- Care rows ---------- */

.care {
  background: #FAF7F2;
  padding: 80px 6vw 60px;
}

.care-row {
  display: flex;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid #4E7A52;
}

.care-row:last-child {
  border-bottom: 1px solid #4E7A52;
}

/* ---------- CTA band ---------- */

.cta-band {
  background: #4E7A52;
  padding: 70px 6vw;
}

.cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.cta-inner p {
  font-size: 17px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

/* ---------- Prairie footer ---------- */

.prairie-footer {
  background: #FAF7F2;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 6vw;
}

.footer-zone {
  flex: 1 1 auto;
  padding: 0 20px;
}

.brand-zone {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #4E7A52;
}

.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  color: #2E4032;
}

.footer-company {
  font-size: 14px;
  color: #2E4032;
  margin-top: 4px;
}

.link-zone {
  display: flex;
  justify-content: center;
  gap: 26px;
  border-right: 1px solid #4E7A52;
  border-left: 1px solid #4E7A52;
}

.link-zone a {
  font-weight: 600;
  color: #2E4032;
}

.link-zone a:hover {
  color: #4E7A52;
}

.contact-zone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.contact-zone a {
  font-size: 14px;
  color: #2E4032;
}

.contact-zone a:hover {
  color: #4E7A52;
}

.footer-bottom {
  background: #4E7A52;
  text-align: center;
  padding: 16px 20px;
}

.footer-bottom span {
  color: #FFFFFF;
  font-size: 14px;
}

.footer-bottom a {
  color: #FFFFFF;
  font-weight: 700;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

/* ---------- Page hero (secondary pages) ---------- */

.page-hero {
  background: #FAF7F2;
  padding: 60px 6vw 70px;
}

.page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-inner h1 {
  font-size: 44px;
  color: #2E4032;
  margin: 20px 0 16px;
}

.page-hero-inner p {
  font-size: 17px;
  color: #22302A;
}

/* ---------- Services list ---------- */

.service-list {
  background: #FAF7F2;
  padding: 20px 6vw 60px;
}

.service-item {
  display: flex;
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #4E7A52;
}

.service-item:last-child {
  border-bottom: 1px solid #4E7A52;
}

.service-item h2 {
  font-size: 26px;
  color: #2E4032;
  margin-bottom: 10px;
}

.service-item p {
  color: #22302A;
}

/* ---------- Process ---------- */

.process {
  background: #C9D8C2;
  padding: 80px 6vw 60px;
}

.process .section-head .lead {
  color: #22302A;
}

.process-row {
  display: flex;
  gap: 22px;
  max-width: 820px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 2px solid #4E7A52;
}

.process-row:last-child {
  border-bottom: 2px solid #4E7A52;
}

.process-tag {
  flex: 0 0 60px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4E7A52;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 4px;
}

.process-row h3 {
  font-size: 22px;
  color: #2E4032;
  margin-bottom: 6px;
}

.process-row p {
  color: #22302A;
}

/* ---------- Contact ---------- */

.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 20px 6vw 70px;
  align-items: flex-start;
}

.contact-form-wrap,
.contact-info {
  flex: 1 1 50%;
}

.contact-form-wrap {
  background: #FFFFFF;
  border: 1px solid #4E7A52;
  border-radius: 8px;
  padding: 30px;
}

.contact-form-wrap h2,
.contact-info h2 {
  font-size: 26px;
  color: #2E4032;
  margin-bottom: 18px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #2E4032;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 16px;
  color: #22302A;
  background: #FAF7F2;
  border: 1px solid #2E4032;
  border-radius: 4px;
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid #4E7A52;
  border-color: #4E7A52;
}

.form-note {
  margin-top: 14px;
  font-weight: 700;
  color: #2E4032;
}

.contact-info .info-block {
  border-top: 1px solid #4E7A52;
  padding: 18px 0;
}

.contact-info .info-block h3 {
  font-size: 17px;
  color: #4E7A52;
  margin-bottom: 6px;
}

.contact-info .info-block p {
  color: #22302A;
  font-size: 15px;
}

/* ---------- FAQ ---------- */

.faq {
  background: #FAF7F2;
  padding: 40px 6vw 70px;
}

.faq-item {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid #4E7A52;
}

.faq-item:last-child {
  border-bottom: 1px solid #4E7A52;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  color: #2E4032;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question::after {
  content: "+";
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #4E7A52;
}

.faq-item.open .faq-question::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  color: #22302A;
  padding-bottom: 18px;
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

/* ---------- Scroll reveal ---------- */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .glade-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .glade-graphic {
    align-self: center;
    margin-top: 10px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .brand-zone,
  .link-zone,
  .contact-zone {
    border: none;
    padding: 0;
  }

  .link-zone {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact-zone {
    align-items: flex-start;
  }

  .contact-grid {
    flex-direction: column;
  }

  .stat .num {
    font-size: 40px;
  }
}

@media (max-width: 680px) {
  .leaf-nav {
    flex-wrap: wrap;
    padding: 12px 5vw;
  }

  .nav-toggle {
    display: block;
  }

  .leaf-nav .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 6px;
    border-top: 1px solid #4E7A52;
  }

  .leaf-nav .nav-links.open {
    display: flex;
  }

  .leaf-nav .nav-links a {
    padding: 12px 4px;
    border-bottom: 1px solid #C9D8C2;
  }

  .leaf-nav .nav-links a.active::after {
    display: none;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-copy .subcopy {
    font-size: 16px;
  }

  .glade-hero {
    padding: 50px 5vw 60px;
  }

  .section-head h2,
  .cta-inner h2 {
    font-size: 30px;
  }

  .remedy-strip {
    flex-direction: column;
    gap: 16px;
  }

  .stat + .stat {
    border-left: none;
    border-top: 2px solid #4E7A52;
    padding-top: 16px;
  }

  .stat .num {
    font-size: 34px;
  }

  .page-hero-inner h1 {
    font-size: 32px;
  }

  .botanical,
  .care,
  .service-list,
  .faq {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cta-band {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
