@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --cream: #f7f0df;
  --cream-2: #fffaf0;
  --forest: #173f35;
  --forest-2: #245447;
  --gold: #c59a43;
  --gold-soft: #e5cd91;
  --ink: #1e2a25;
  --muted: #6d756f;
  --white: #ffffff;
  --line: rgba(23, 63, 53, .14);
  --shadow: 0 18px 50px rgba(21, 49, 41, .10);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-2);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
section { scroll-margin-top: 92px; }

.container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  padding: 10px 14px;
  background: var(--forest);
  color: white;
  z-index: 1000;
}
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 240, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--cream);
  background: var(--forest);
  border: 2px solid var(--gold);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
}
.brand-text {
  display: grid;
  line-height: 1;
}
.brand-text strong {
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.brand-text small {
  margin-top: 5px;
  color: var(--gold);
  letter-spacing: .22em;
  font-weight: 700;
  font-size: 9px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.site-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--forest);
}
.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--forest);
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--forest);
}

.hero {
  padding: 92px 0 80px;
  background:
    radial-gradient(circle at 89% 15%, rgba(197,154,67,.16), transparent 23%),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 64px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .18em;
}
h1, h2, h3 { margin-top: 0; color: var(--forest); }
h1, h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.04;
}
h1 {
  max-width: 760px;
  font-size: clamp(48px, 7vw, 82px);
  margin-bottom: 24px;
}
h1 span { color: var(--gold); }
h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  margin-bottom: 20px;
}
h3 { font-size: 22px; line-height: 1.25; }
.hero-copy, .lead {
  font-size: 19px;
  color: #435049;
}
.hero-copy {
  max-width: 660px;
  margin-bottom: 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(23,63,53,.16); }
.primary:hover { background: var(--forest-2); }
.secondary { border: 1px solid var(--forest); color: var(--forest); background: transparent; }
.gold { background: var(--gold); color: #1d281f; }
.secondary-light { border: 1px solid rgba(255,255,255,.7); color: white; }
.full { width: 100%; }
.microcopy { color: var(--muted); font-size: 13px; margin-top: 18px; }

.worth-card {
  position: relative;
  padding: 36px;
  border-radius: 34px;
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.botanical-one {
  position: absolute;
  right: 26px;
  top: 20px;
  color: var(--gold-soft);
  font-size: 64px;
  transform: rotate(-24deg);
}
.card-kicker { color: var(--gold-soft); font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.worth-number {
  font-family: "Playfair Display", serif;
  font-size: clamp(35px, 5vw, 54px);
  margin: 12px 0 0;
}
.worth-equals { color: var(--gold-soft); font-weight: 700; font-size: 19px; }
.worth-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 26px 0 20px; }
.worth-note { font-size: 18px; }
.worth-card small { color: rgba(255,255,255,.67); }

.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.narrow { max-width: 790px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

.calculators { background: #fff; }
.calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.calc-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream-2);
}
.calc-label {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .13em;
  font-weight: 800;
  text-transform: uppercase;
}
.calc-card label {
  display: block;
  margin: 14px 0 7px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
}
.calc-card input {
  width: 100%;
  border: 1px solid rgba(23,63,53,.18);
  background: white;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}
.calc-card input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,154,67,.14); }
.input-money { position: relative; }
.input-money span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}
.input-money input { padding-left: 28px; }
.calc-card .button { margin-top: 20px; }
.result {
  min-height: 72px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(23,63,53,.07);
  color: var(--forest);
  font-weight: 700;
}
.result strong { color: var(--gold); }
.calculator-disclaimer { color: var(--muted); font-size: 12px; margin: 20px 2px 0; }

.raise-section { background: var(--cream); }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 28px 0;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.scenario-card {
  padding: 34px;
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold);
}
.scenario-tag { color: var(--gold); letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.scenario-card p { color: #4d5a53; }
.scenario-bottom {
  margin-top: 26px;
  padding: 18px;
  border-radius: 16px;
  background: var(--forest);
  color: white;
}
.scenario-bottom span { display: block; color: var(--gold-soft); font-size: 12px; margin-bottom: 3px; }

.life-section { background: white; }
.life-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.life-grid article {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
}
.life-grid span {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  font-size: 28px;
}
.life-grid h3 { margin: 10px 0; }
.life-grid p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.join-section { background: var(--forest); color: white; }
.join-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
}
.join-card h2 { color: white; }
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.signup-form input {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.10);
  color: white;
  border-radius: 999px;
  padding: 14px 18px;
  outline: none;
}
.signup-form input::placeholder { color: rgba(255,255,255,.62); }
.form-message { grid-column: 1 / -1; min-height: 22px; margin: 0; color: var(--gold-soft); font-size: 13px; }
.join-note { grid-column: 1 / -1; margin: -30px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }

.about-section { background: var(--cream-2); }
.contact-section { background: var(--cream); }
.contact-card {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  background: var(--forest);
  color: white;
  border-radius: 28px;
  padding: 34px;
}
.contact-card h2 { color: white; margin-bottom: 0; }

.site-footer {
  background: #102e27;
  color: white;
  padding: 48px 0 24px;
}
.footer-brand .brand-text strong { color: white; }
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer-grid p { color: rgba(255,255,255,.62); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.46);
}

.legal-main {
  min-height: 70vh;
  padding: 90px 0;
  background: var(--cream-2);
}
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { font-size: clamp(42px, 6vw, 66px); }
.legal-wrap h2 { font-size: 28px; margin-top: 38px; }
.legal-wrap p, .legal-wrap li { color: #4d5a53; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 18px;
    background: var(--cream-2);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: inline-block; }
  .hero-grid, .split, .join-card { grid-template-columns: 1fr; gap: 38px; }
  .life-grid { grid-template-columns: 1fr 1fr; }
  .worth-card { transform: none; }
  .join-note { margin-top: 0; }
}

@media (max-width: 650px) {
  .hero { padding-top: 64px; }
  .section { padding: 68px 0; }
  .calculator-grid, .life-grid { grid-template-columns: 1fr; }
  .signup-form { grid-template-columns: 1fr; }
  .contact-card, .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .button { width: 100%; }
  .hero-actions { flex-direction: column; }
  .brand-text strong { font-size: 18px; }
  .contact-card .button { width: auto; }
}
