:root {
  --charcoal: #2E2E2E;
  --sage: #748765;
  --sage-dark: #173F21;
  --cream: #F1EDE5;
  --off-white: #FAF8F4;
  --white: #FFFFFF;
  --text: #1f211f;
  --muted: rgba(31, 33, 31, 0.75);
  --line: rgba(46, 46, 46, 0.10);
  --shadow: 0 18px 50px rgba(46, 46, 46, 0.08);
  --soft-shadow: 0 10px 25px rgba(46, 46, 46, 0.07);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  background: var(--off-white);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 56px, var(--max)); margin: 0 auto; }
.narrow { max-width: 860px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 248, 244, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { height: 62px; width: auto; display: block; }
.nav-links { display: flex; gap: 34px; font-weight: 800; font-size: 1.02rem; }
.nav-links a:hover { color: var(--sage); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, #7F956E, #5F7354);
  color: white;
  border-radius: 999px;
  padding: 15px 26px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(95, 115, 84, 0.26);
}

.hero-section {
  padding: 98px 0 92px;
  background: radial-gradient(circle at 74% 38%, rgba(241,237,229,.88), transparent 28%),
              linear-gradient(180deg, #fffdf8 0%, var(--off-white) 100%);
}
.hero-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: center; }
.eyebrow {
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  font-size: .86rem;
  margin-bottom: 16px;
}
h1,h2,h3 { margin: 0; line-height: 1.06; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.4rem, 6.4vw, 5.9rem); font-weight: 900; }
h1 span { color: var(--sage); }
h2 { font-size: clamp(2.4rem, 4.2vw, 4.3rem); font-weight: 900; }
h3 { font-size: 1.45rem; font-weight: 900; }
p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.hero-copy p { margin: 28px 0 30px; max-width: 520px; font-size: 1.22rem; }

.hero-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
}
.hero-visual .soft-orb {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: rgba(241,237,229,.8);
}
.hero-visual img {
  width: min(540px, 92%);
  position: relative;
  filter: drop-shadow(0 22px 26px rgba(46,46,46,.10));
}

.story-preview, .contact-section { padding: 96px 0; background: var(--white); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.story-grid p { margin-top: 20px; max-width: 620px; }
.text-link { display:inline-block; color: var(--sage); margin-top: 24px; font-weight: 900; }
.story-panel {
  background: linear-gradient(180deg, rgba(241,237,229,.72), rgba(250,248,244,.9));
  border-radius: 26px;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  box-shadow: var(--soft-shadow);
}
.story-stat { padding: 12px 22px; text-align: center; border-right: 1px solid var(--line); }
.story-stat:last-child { border-right: 0; }
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(116,135,101,.12);
  color: var(--sage-dark);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 2rem;
}
.story-stat strong { display:block; margin-bottom: 8px; font-size: 1.1rem; }
.story-stat span { color: var(--muted); }

.trust-section { padding: 98px 0; background: linear-gradient(180deg, var(--cream), #fbf9f4); }
.trust-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; }
.trust-copy p { margin-top: 22px; max-width: 620px; }
.trust-illustration { text-align:center; padding: 26px 0 18px; border-bottom: 1px solid rgba(46,46,46,.12); margin-bottom: 20px; }
.trust-illustration img { width: 220px; opacity: .95; }
.heart-line span { color: var(--sage-dark); font-size: 1.5rem; margin-right: 8px; }
.trust-cards { display: grid; gap: 22px; }
.trust-card {
  background: white;
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 34px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;
}
.trust-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  font-size: 2.8rem;
}
.peach .trust-icon { background: #F8E6DD; color: #C86F56; }
.yellow .trust-icon { background: #FAEFCF; color: #2E2E2E; }
.green .trust-icon { background: #E5EEDC; color: var(--sage-dark); }
.trust-card h3 { color: var(--sage-dark); margin-bottom: 10px; }

.apps-section { padding: 90px 0; background: linear-gradient(180deg, #fbf9f4, var(--cream)); }
.centered { text-align: center; max-width: 740px; margin: 0 auto; }
.leaf-divider { color: var(--sage); font-weight: 900; letter-spacing: .16em; margin: 16px 0; }
.leaf-divider.left { text-align:left; }
.app-grid { margin-top: 42px; display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.app-card {
  background: white;
  border-radius: 18px;
  padding: 28px;
  display:flex;
  align-items:center;
  gap: 22px;
  box-shadow: var(--soft-shadow);
  border: 1px solid var(--line);
}
.app-icon {
  width: 74px; height: 74px; border-radius: 22px;
  background: rgba(116,135,101,.12);
  display:grid; place-items:center; font-size: 2rem;
}
.app-card p { font-size: .98rem; }

.contact-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items:center; }
.contact-notes { margin-top: 28px; display:grid; gap: 16px; color: var(--muted); font-weight: 700; }
.contact-notes span { color: var(--sage); margin-right: 12px; }
.contact-form {
  background: var(--cream);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--soft-shadow);
}
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(46,46,46,.10);
  background: white;
  border-radius: 12px;
  padding: 16px 18px;
  font: inherit;
}
textarea { margin-top: 14px; min-height: 138px; resize: vertical; }
button {
  width: 100%;
  margin-top: 14px;
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #7F956E, #5F7354);
  color: white;
  border-radius: 12px;
  padding: 17px 20px;
  font-weight: 900;
  font-size: 1rem;
}

.site-footer { background: #242520; color: white; padding: 38px 0; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap: 26px; flex-wrap: wrap; }
.site-footer img { height: 50px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer p { color: rgba(255,255,255,.82); font-size: .95rem; }
.site-footer nav { display:flex; gap: 28px; font-weight: 800; color: white; }

.about-hero { padding: 88px 0; background: linear-gradient(180deg, var(--cream), var(--off-white)); }
.about-hero-grid { display:grid; grid-template-columns: 1fr .55fr; align-items:center; gap: 50px; }
.about-hero img { width: 100%; max-width: 360px; justify-self:end; }
.lead { font-size: 1.28rem; margin-top: 22px; max-width: 680px; }
.story-long { padding: 80px 0; background: white; }
.story-block { margin-bottom: 44px; }
.story-block p { margin-top: 18px; font-size: 1.13rem; }
.story-block h2 { font-size: 2.5rem; margin-bottom: 6px; }
.soft-card { background: var(--cream); border-radius: 28px; padding: 34px; box-shadow: var(--soft-shadow); }
.big-line { font-size: 1.65rem !important; font-weight: 900; color: var(--sage-dark); line-height: 1.25; }

.legal-page { padding: 80px 0; background: var(--off-white); min-height: 100vh; }
.legal-page h1 { font-size: 3rem; margin-bottom: 24px; }
.legal-page p { margin-top: 16px; }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, var(--max)); }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .brand img { height: 54px; }
  .hero-grid, .story-grid, .trust-grid, .contact-grid, .about-hero-grid { grid-template-columns: 1fr; }
  .hero-section { padding: 64px 0; }
  .hero-visual { min-height: 360px; }
  .story-panel, .app-grid { grid-template-columns: 1fr; }
  .story-stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-stat:last-child { border-bottom: 0; }
  .trust-card { grid-template-columns: 1fr; text-align:left; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { align-items:flex-start; flex-direction:column; }
  .site-footer nav { flex-wrap:wrap; }
}


/* Legal + contact page additions */
.legal-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
  padding: 44px;
}

.legal-content h1 {
  margin-bottom: 18px;
}

.legal-content h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-top: 42px;
  margin-bottom: 12px;
  letter-spacing: -0.035em;
}

.legal-content h2 {
  margin-top: 30px;
}

.legal-content h3 {
  margin-top: 26px;
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: var(--sage-dark);
}

.legal-content p {
  margin-top: 14px;
}

.legal-content p {
  margin-top: 15px;
  line-height: 1.6;
}

.legal-content ul {
  margin: 16px 0 0;
  padding-left: 1.3rem;
  color: var(--muted);
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: var(--sage-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-page-hero {
  min-height: calc(100vh - 92px);
  padding: 96px 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(241,237,229,.85), transparent 28%),
    linear-gradient(180deg, #fffdf8, var(--off-white));
}

select {
  width: 100%;
  border: 1px solid rgba(46,46,46,.10);
  background: white;
  border-radius: 12px;
  padding: 16px 18px;
  font: inherit;
  margin-top: 14px;
  color: var(--text);
}

.hidden-field {
  display: none;
}

@media (max-width: 700px) {
  .legal-content {
    padding: 28px 22px;
    border-radius: 22px;
  }
}


.inline-card-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--sage-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-note {
  margin-top: 12px;
  color: rgba(46, 46, 46, 0.70);
  font-size: 0.92rem;
}
