/* ============================================================
   Mom Care App — marketing site (landing + our story)
   Fern design: Nunito Sans · #1e5c50 green · #e8836f coral
   ============================================================ */

:root {
  --ink: #1c332c;
  --ink-soft: #41564e;
  --ink-faint: #6b8078;
  --green: #1e5c50;
  --green-dark: #173f37;
  --green-deep: #175046;
  --green-mid: #2e7263;
  --mint: #8fe0c8;
  --mint-soft: #a9cfc4;
  --mint-pale: #dcebe3;
  --coral: #e8836f;
  --coral-dark: #dd7460;
  --bg: #eef3ef;
  --line: #dfe7e2;
  --card-shadow: 0 1px 4px rgba(20, 60, 50, .08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Nunito Sans', system-ui, sans-serif;
}

a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }

img { max-width: 100%; }

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

/* ---------- Nav ---------- */

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 60, 50, .08);
}

.site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.brand-mark-inner { display: flex; align-items: flex-start; }
.brand-mc {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: -.02em;
}
.brand-heart { position: relative; width: 9px; height: 8px; margin: -2px 0 0 1.5px; }
.brand-heart i {
  position: absolute;
  display: block;
  background: var(--coral);
}
.brand-heart .hd { left: 1.5px; top: 2px; width: 6px; height: 6px; transform: rotate(45deg); border-radius: 1.5px; }
.brand-heart .hl { left: 0; top: 0; width: 5px; height: 5px; border-radius: 50%; }
.brand-heart .hr { right: 0; top: 0; width: 5px; height: 5px; border-radius: 50%; }

.brand-name { font-size: 18px; font-weight: 800; }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-soft);
  white-space: nowrap;
}
.nav-links a:hover { color: var(--green); }
.nav-links .nav-current { font-size: 14.5px; font-weight: 800; color: var(--green); white-space: nowrap; }

.btn-login {
  background: var(--green);
  color: #fff !important;
  border-radius: 999px;
  padding: 11px 24px;
  font-size: 14.5px;
  font-weight: 800;
  white-space: nowrap;
}
.btn-login:hover { background: var(--green-dark); }

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

.btn-coral {
  display: inline-block;
  background: var(--coral);
  color: #fff !important;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(232, 131, 111, .35);
  white-space: nowrap;
}
.btn-coral:hover { background: var(--coral-dark); }

.btn-dark {
  display: inline-block;
  background: var(--ink);
  color: #fff !important;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.btn-dark:hover { background: #10201b; }

.btn-glass {
  display: inline-block;
  background: rgba(255, 255, 255, .16);
  color: #fff !important;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.btn-glass:hover { background: rgba(255, 255, 255, .28); }

/* ---------- Hero ---------- */

.hero-band { position: relative; overflow: hidden; }
.hero-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-band-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(16, 42, 36, .93) 0%, rgba(16, 42, 36, .82) 45%, rgba(16, 42, 36, .45) 100%);
}
.hero-band-content { position: relative; }

.hero {
  padding-top: 54px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}

.hero-copy { display: flex; flex-direction: column; gap: 22px; }

.hero-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 7px 15px;
  align-self: flex-start;
}
.hero-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.hero-pill span { font-size: 12.5px; font-weight: 800; color: var(--mint-pale); white-space: nowrap; }

.hero h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.02em;
  text-wrap: pretty;
  color: #fff;
}

.hero-sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--mint-pale);
  font-weight: 600;
  max-width: 480px;
  text-wrap: pretty;
}

.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-link { font-size: 15px; font-weight: 800; padding: 16px 10px; color: #fff !important; }
.hero-note { font-size: 13px; color: #b9d0c5; font-weight: 600; }

/* ---------- Phone mock ---------- */

.hero-phone-col { display: flex; justify-content: flex-end; align-items: center; padding-right: 26px; }

.phone {
  width: 300px;
  background: #fff;
  border-radius: 34px;
  padding: 11px;
  box-shadow: 0 30px 70px rgba(8, 24, 20, .5);
}
.phone-screen { background: var(--bg); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; }

.phone-head {
  background: var(--green);
  color: #fff;
  padding: 30px 18px 16px;
  border-radius: 0 0 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.phone-greet { display: flex; align-items: center; justify-content: space-between; }
.phone-greet-name { display: flex; flex-direction: column; gap: 1px; }
.phone-greet-name b { font-size: 17px; font-weight: 800; }
.phone-greet-name small { font-size: 11.5px; color: var(--mint-soft); font-weight: 600; }
.phone-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--green-mid);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 12px;
}

.phone-timer {
  background: var(--green-deep);
  border-radius: 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.phone-timer-label { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 800; color: var(--mint); }
.phone-timer-label .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.phone-timer-time { font-size: 34px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.phone-timer-time small { font-size: 17px; color: #7fb3a5; }
.phone-checkout {
  width: 100%;
  background: var(--coral);
  color: #fff;
  border-radius: 999px;
  padding: 11px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.phone-body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 9px; }
.phone-card { background: #fff; border-radius: 14px; padding: 10px 12px; box-shadow: var(--card-shadow); }
.phone-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px; }
.phone-card-head b { font-size: 12.5px; font-weight: 800; }
.phone-badge { font-size: 10px; font-weight: 800; color: #fff; background: var(--green); border-radius: 999px; padding: 3px 8px; }

.phone-task { display: flex; align-items: center; gap: 9px; padding: 7px 0; border-top: 1px solid #f0f4f1; }
.phone-check-done {
  width: 20px; height: 20px; border-radius: 7px;
  background: var(--green); flex: none;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 11px; font-weight: 800;
}
.phone-check { width: 20px; height: 20px; border-radius: 7px; border: 2px solid #cfdcd6; flex: none; }
.phone-task-done { font-size: 12px; font-weight: 700; color: #9fb0a9; text-decoration: line-through; }
.phone-task-name { display: flex; flex-direction: column; gap: 1px; }
.phone-task-name b { font-size: 12px; font-weight: 700; }
.phone-task-name small { font-size: 10px; color: #b0764a; font-weight: 800; }
.phone-task > span { font-size: 12px; font-weight: 700; }

.phone-notes { display: flex; flex-direction: column; gap: 5px; }
.phone-notes-head { display: flex; justify-content: space-between; }
.phone-notes-head b { font-size: 12.5px; font-weight: 800; }
.phone-notes-head small { font-size: 9.5px; color: #9fb0a9; font-weight: 700; }
.phone-notes p { margin: 0; font-size: 11.5px; line-height: 1.5; color: var(--ink-soft); font-weight: 600; }

/* ---------- Sections ---------- */

.section-green { background: var(--green); color: #fff; }
.section-green .wrap { padding-top: 72px; padding-bottom: 72px; display: flex; flex-direction: column; gap: 44px; }

.section-kicker {
  font-size: 13px;
  font-weight: 800;
  color: var(--mint);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-head { display: flex; flex-direction: column; gap: 10px; max-width: 560px; }
.section-head h2 { margin: 0; font-size: 34px; font-weight: 900; letter-spacing: -.01em; line-height: 1.15; }

.steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.step {
  background: var(--green-deep);
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-num {
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--green-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 800; color: var(--mint);
}
.step b { font-size: 19px; font-weight: 800; }
.step p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--mint-soft); font-weight: 600; text-wrap: pretty; }

/* ---------- Role cards ---------- */

.roles {
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.role-card {
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--card-shadow);
}
.role-card > img { width: 100%; height: 190px; object-fit: cover; border-radius: 16px; }
.role-kicker {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.role-title { font-size: 24px; font-weight: 900; letter-spacing: -.01em; }
.role-points { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.role-point { display: flex; gap: 10px; align-items: baseline; }
.role-point b { color: var(--green); font-weight: 800; }
.role-point span { font-size: 15px; font-weight: 600; color: var(--ink-soft); }

/* ---------- Moments ---------- */

.moments { padding-bottom: 72px; display: flex; flex-direction: column; gap: 18px; }
.moments-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.moments-head b { font-size: 24px; font-weight: 900; letter-spacing: -.01em; }
.moments-head span { font-size: 14px; color: var(--ink-faint); font-weight: 700; }
.moments-row { display: grid; gap: 14px; }
.moments-row-a { grid-template-columns: 1.2fr 1fr 1fr; }
.moments-row-b { grid-template-columns: 1fr 1fr 1.2fr; }
.moments-row img { width: 100%; height: 240px; object-fit: cover; border-radius: 18px; }

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

.cta { padding-bottom: 80px; }
.cta-inner {
  background: var(--coral);
  border-radius: 28px;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #fff;
  flex-wrap: wrap;
}
.cta-copy { display: flex; flex-direction: column; gap: 8px; }
.cta-copy b { font-size: 30px; font-weight: 900; letter-spacing: -.01em; }
.cta-copy span { font-size: 16px; font-weight: 600; color: #fdeae5; }
.cta-actions { display: flex; gap: 12px; flex: none; flex-wrap: wrap; }

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

.contact { background: #fff; border-top: 1px solid var(--line); }
.contact-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 44px;
  align-items: start;
}
.contact-copy { display: flex; flex-direction: column; gap: 12px; }
.contact-copy h2 { margin: 0; font-size: 28px; font-weight: 900; letter-spacing: -.01em; text-wrap: pretty; }
.contact-copy p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--ink-soft); font-weight: 600; text-wrap: pretty; }
.contact-copy .contact-email { font-size: 15px; font-weight: 800; }

.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-field { display: flex; flex-direction: column; gap: 6px; }
.contact-field span { font-size: 13px; font-weight: 800; }
.contact-field input,
.contact-field textarea {
  border: 2px solid #e2eae5;
  border-radius: 12px;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  color: var(--ink);
  outline: none;
  background: #fff;
}
.contact-field textarea { resize: vertical; }
.contact-field input:focus,
.contact-field textarea:focus { border-color: var(--green); }
.contact-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.contact-form-foot > span { font-size: 12.5px; color: var(--ink-faint); font-weight: 600; }
.btn-send {
  background: var(--green);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.btn-send:hover { background: var(--green-dark); }

/* ---------- Footer ---------- */

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.site-footer .wrap {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
.footer-brand .brand-mc { font-size: 11.5px; }
.footer-brand .brand-heart { width: 6.5px; height: 6px; margin: -1px 0 0 1px; }
.footer-brand .brand-heart .hd { left: 1px; top: 1.5px; width: 4.5px; height: 4.5px; border-radius: 1px; }
.footer-brand .brand-heart .hl,
.footer-brand .brand-heart .hr { width: 3.8px; height: 3.8px; }
.footer-brand span { font-size: 14px; font-weight: 800; }
.footer-credit { font-size: 13px; color: var(--ink-faint); font-weight: 600; }

/* ---------- About page ---------- */

.story-hero {
  max-width: 840px;
  margin: 0 auto;
  padding: 76px 56px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
  align-items: center;
}
.story-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 999px;
  padding: 7px 15px;
  box-shadow: var(--card-shadow);
}
.story-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.story-pill span { font-size: 12.5px; font-weight: 800; color: var(--ink-faint); white-space: nowrap; }
.story-hero h1 { margin: 0; font-size: 46px; line-height: 1.1; font-weight: 900; letter-spacing: -.02em; text-wrap: pretty; }
.story-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 600;
  max-width: 620px;
  text-wrap: pretty;
}

.founders {
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.founder-card {
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--card-shadow);
  align-items: flex-start;
}
.founder-photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--mint-pale);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 900;
  overflow: hidden;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

.story-logo {
  width: 132px;
  height: 132px;
  border-radius: 34px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(20, 60, 50, .18);
}
.story-logo-mc {
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: -.02em;
}
.story-logo-inner { display: flex; align-items: flex-start; }
.story-logo-heart { margin: -4px 0 0 5px; flex: none; }
.story-logo + h1 { margin-top: 6px; }
.founder-name { display: flex; flex-direction: column; gap: 3px; }
.founder-name b { font-size: 22px; font-weight: 900; letter-spacing: -.01em; }
.founder-name span {
  font-size: 13px;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.founder-card p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--ink-soft); font-weight: 600; text-wrap: pretty; }

.mom-card {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  padding: 26px;
}
.mom-photo {
  width: 240px;
  flex: none;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.mom-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mom-copy { display: flex; flex-direction: column; gap: 16px; padding-right: 10px; }
.mom-copy .founder-name b { font-size: 26px; }

.why { background: var(--green); color: #fff; margin-top: 28px; }
.why-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.why-inner h2 { margin: 0; font-size: 30px; font-weight: 900; letter-spacing: -.01em; max-width: 560px; text-wrap: pretty; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.why-item { display: flex; flex-direction: column; gap: 8px; }
.why-item b { font-size: 17px; font-weight: 800; color: var(--mint); }
.why-item p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--mint-soft); font-weight: 600; text-wrap: pretty; }

.story-cta {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 56px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.story-cta b { font-size: 26px; font-weight: 900; letter-spacing: -.01em; }
.story-cta p {
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
  font-weight: 600;
  max-width: 480px;
  line-height: 1.6;
  text-wrap: pretty;
}
.story-cta-actions { display: flex; gap: 12px; padding-top: 6px; align-items: center; flex-wrap: wrap; justify-content: center; }
.story-cta-actions .btn-coral { padding: 15px 30px; font-size: 15.5px; }
.story-cta-actions .story-back { padding: 15px 16px; font-size: 15.5px; font-weight: 800; }

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

@media (max-width: 960px) {
  .wrap { padding-left: 24px; padding-right: 24px; }

  .nav-links { gap: 16px; }
  .nav-links .nav-hide-sm { display: none; }

  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; padding-bottom: 56px; }
  .hero h1 { font-size: 38px; }
  .hero-phone-col { justify-content: center; padding-right: 0; }

  .steps { grid-template-columns: 1fr; }
  .roles { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 56px; }
  .moments-row-a, .moments-row-b { grid-template-columns: 1fr; }
  .moments-row img { height: 220px; }

  .cta-inner { padding: 36px 28px; }
  .cta-copy b { font-size: 24px; }

  .contact-inner { grid-template-columns: 1fr; padding: 48px 24px; gap: 28px; }
  .contact-form-row { grid-template-columns: 1fr; }

  .story-hero { padding: 56px 24px 20px; }
  .story-hero h1 { font-size: 34px; }
  .founders { grid-template-columns: 1fr; padding: 28px 24px; }
  .mom-card { flex-direction: column; align-items: flex-start; padding: 26px; }
  .mom-photo { width: 100%; aspect-ratio: 4 / 3; }
  .mom-copy { padding-right: 0; }
  .why-inner { padding: 48px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .story-cta { padding: 44px 24px 56px; }

  .section-green .wrap { padding-top: 56px; padding-bottom: 56px; gap: 32px; }
  .section-head h2 { font-size: 28px; }
}

/* Small phones — keep the nav on one line without overflowing the viewport */
@media (max-width: 520px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .site-nav-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-name { font-size: 15px; }
  .nav-links { gap: 12px; }
  .nav-links a, .nav-links .nav-current { font-size: 13px; }
  .btn-login { padding: 9px 16px; font-size: 13px; }
  .story-hero, .founders, .why-inner, .contact-inner, .story-cta { padding-left: 16px; padding-right: 16px; }
  .cta-inner { padding: 30px 22px; }
}
