:root {
  --deep-green: #153f37;
  --green: #2f6759;
  --sage: #7caf98;
  --mint: #dfeee7;
  --peach: #ffad98;
  --blush: #fae6df;
  --cream: #fbf8f1;
  --white: #ffffff;
  --ink: #17302b;
  --muted: #5e716c;
  --line: rgba(21, 63, 55, 0.13);
  --shadow: 0 22px 70px rgba(31, 72, 62, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--white); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; padding: 20px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 1.22rem/1 "Manrope", sans-serif; letter-spacing: -0.03em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(21,63,55,.09); border-radius: 13px; background: #fbfaf5; box-shadow: 0 7px 18px rgba(21,63,55,.09); }
.logo-crop { position: relative; display: block; flex: 0 0 auto; overflow: hidden; background: #fbfaf5; }
.logo-crop img, .logo-lockup img { position: absolute; display: block; max-width: none; height: auto; }
.logo-crop-nav img { width: 119px; transform: translate(-40px, -25px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .brand:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
.button-small { min-height: 44px; padding-inline: 19px; color: var(--white); background: var(--deep-green); font-size: .9rem; box-shadow: 0 10px 24px rgba(21, 63, 55, .16); }
.button-primary { color: var(--white); background: var(--deep-green); box-shadow: 0 14px 32px rgba(21, 63, 55, .2); }

.hero { position: relative; min-height: 760px; padding: 126px 0 74px; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 12% 92%, rgba(255,173,152,.22), transparent 25%), linear-gradient(180deg, #fbf8f1 0%, #f5f7ee 100%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; right: -160px; top: 80px; background: rgba(124, 175, 152, .2); }
.hero-glow-two { width: 210px; height: 210px; left: -100px; top: 240px; background: rgba(250, 230, 223, .8); }
.hero-inner { display: grid; gap: 64px; align-items: center; }
.hero-copy { max-width: 780px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 26px; padding: 9px 13px; color: var(--green); background: rgba(255,255,255,.58); border: 1px solid rgba(47,103,89,.14); border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 5px rgba(255,173,152,.17); }
h1 { margin: 0; color: var(--deep-green); font: 700 clamp(2.75rem, 8vw, 5.8rem)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
h1 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 34px; }
.hero-actions p { margin: 0; color: var(--muted); font-size: .88rem; }
.hero-actions p span { margin: 0 5px; color: var(--sage); }

.feature-orbit { position: relative; min-height: 380px; width: min(100%, 520px); margin-inline: auto; }
.feature-orbit::before { content: ""; position: absolute; inset: 48px 70px; border: 1px dashed rgba(47,103,89,.22); border-radius: 50%; transform: rotate(-8deg); }
.orbit-center { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 142px; height: 142px; padding: 13px; border: 8px solid rgba(255,255,255,.55); border-radius: 46px; color: var(--white); background: var(--deep-green); box-shadow: 0 22px 50px rgba(21,63,55,.22); transform: translate(-50%, -50%) rotate(4deg); }
.logo-crop-orbit { width: 82px; height: 82px; border-radius: 26px; box-shadow: 0 9px 24px rgba(0,0,0,.12); }
.logo-crop-orbit img { width: 258px; transform: translate(-88px, -54px); }
.orbit-center small { margin-top: 2px; font-size: .63rem; opacity: .78; }
.mini-card { position: absolute; display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; align-items: center; min-width: 170px; padding: 14px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(12px); transition: transform .25s ease, box-shadow .25s ease; }
.mini-card:hover { transform: translateY(-4px) rotate(0); box-shadow: 0 25px 60px rgba(31,72,62,.17); }
.mini-card strong { font: 700 .93rem/1.2 "Manrope", sans-serif; }
.mini-card small { grid-column: 2; margin-top: -9px; color: var(--muted); font-size: .7rem; }
.mini-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--deep-green); background: var(--mint); border-radius: 14px; font-weight: 800; }
.mini-card-health { top: 10px; left: 8px; transform: rotate(-3deg); }
.mini-card-care { top: 38px; right: 0; transform: rotate(3deg); }
.mini-card-guidance { bottom: 22px; left: 0; transform: rotate(2deg); }
.mini-card-growth { right: 3px; bottom: 0; transform: rotate(-2deg); }

.section { padding: 92px 0; }
.section-label { margin: 0 0 21px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading-row { display: grid; gap: 24px; }
h2 { margin: 0; color: var(--deep-green); font: 700 clamp(2.4rem, 7vw, 4.8rem)/1.03 "Manrope", sans-serif; letter-spacing: -.055em; }
h2 em { color: var(--green); font-style: normal; }
.section-heading-row > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.why { background: var(--white); }
.why-grid { display: grid; gap: 16px; margin-top: 50px; }
.why-card { position: relative; min-height: 285px; padding: 26px; overflow: hidden; background: #f5f7f1; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-card { background: var(--mint); }
.card-number { color: var(--green); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.line-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 42px 0 23px; color: var(--deep-green); background: var(--white); border-radius: 16px; font-size: 1.25rem; box-shadow: 0 12px 30px rgba(21,63,55,.09); }
.why-card h3 { margin: 0 0 11px; color: var(--deep-green); font: 700 1.25rem/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.why-card p { max-width: 280px; margin: 0; color: var(--muted); line-height: 1.6; }
.why-card::after { content: ""; position: absolute; width: 115px; height: 115px; right: -54px; top: -54px; border: 1px solid rgba(47,103,89,.11); border-radius: 50%; }

.waitlist-section { background: var(--white); padding-top: 30px; }
.waitlist-panel { position: relative; display: grid; gap: 44px; padding: 32px 20px 20px; overflow: hidden; color: var(--white); background: var(--deep-green); border-radius: 30px; box-shadow: 0 30px 80px rgba(21,63,55,.2); }
.waitlist-panel::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; bottom: -260px; border: 1px solid rgba(223,238,231,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(223,238,231,.025), 0 0 0 100px rgba(223,238,231,.02); pointer-events: none; }
.waitlist-copy { position: relative; z-index: 1; padding: 12px 4px 0; }
.section-label-light { color: var(--sage); }
.waitlist-copy h2 { color: var(--white); font-size: clamp(2.3rem, 6.5vw, 4.4rem); }
.waitlist-copy > p:not(.section-label):not(.trust-line) { max-width: 520px; margin: 27px 0 0; color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.7; }
.trust-line { display: flex; gap: 9px; align-items: flex-start; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.5; }
.trust-line span { display: grid; flex: 0 0 21px; place-items: center; width: 21px; height: 21px; color: var(--deep-green); background: var(--peach); border-radius: 50%; font-weight: 900; }
.form-shell { position: relative; min-height: 555px; padding: 25px 20px; color: var(--ink); background: var(--white); border-radius: 23px; box-shadow: 0 22px 60px rgba(0,0,0,.16); }
#waitlist-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.form-heading { margin-bottom: 3px; }
.form-kicker { display: block; margin-bottom: 7px; color: var(--green); font-size: .71rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.form-heading h3, .success-state h3 { margin: 0; color: var(--deep-green); font: 700 1.55rem/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.field { display: grid; gap: 7px; }
.field label { color: #294942; font-size: .81rem; font-weight: 700; }
.field label > span:not(.optional) { color: #b84e45; }
.optional { float: right; margin-left: 8px; color: #83928e; font-size: .67rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.field input, .field select { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); background: #fafbf8; border: 1px solid #dce5e0; border-radius: 12px; outline: none; font-size: .92rem; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.field input::placeholder { color: #93a09c; }
.field select { appearance: none; padding-right: 38px; background-image: linear-gradient(45deg,transparent 50%,#55726a 50%),linear-gradient(135deg,#55726a 50%,transparent 50%); background-position: calc(100% - 18px) 21px,calc(100% - 13px) 21px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.field input:hover, .field select:hover { border-color: var(--sage); }
.field input:focus, .field select:focus { background-color: var(--white); border-color: var(--green); box-shadow: 0 0 0 4px rgba(124,175,152,.22); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b84e45; box-shadow: 0 0 0 3px rgba(184,78,69,.12); }
.button-submit { width: 100%; min-height: 54px; margin-top: 2px; color: var(--white); background: var(--deep-green); border: 0; }
.button-submit:hover { background: #205247; box-shadow: 0 14px 26px rgba(21,63,55,.18); }
.button-submit:focus-visible { outline: 3px solid var(--peach); outline-offset: 3px; }
.button-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-message { min-height: 0; margin: -4px 0 -6px; color: #a13d35; font-size: .82rem; font-weight: 600; line-height: 1.4; }
.form-message:empty { display: none; }
.success-state { display: flex; min-height: 505px; flex-direction: column; align-items: center; justify-content: center; padding: 30px 8px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 23px; color: var(--deep-green); background: var(--mint); border-radius: 22px; box-shadow: 0 13px 30px rgba(47,103,89,.12); font-size: 1.65rem; font-weight: 900; }
.success-state h3 { font-size: 2rem; }
.success-state p { margin: 16px 0; color: var(--muted); line-height: 1.65; }
.success-state strong { color: var(--green); font-size: .9rem; }

.closing { position: relative; overflow: hidden; background: var(--cream); text-align: center; }
.closing-glow { position: absolute; width: 400px; height: 400px; left: 50%; bottom: -310px; border-radius: 50%; background: var(--blush); filter: blur(10px); transform: translateX(-50%); }
.closing-inner { position: relative; z-index: 1; }
.logo-lockup { position: relative; display: block; width: 260px; height: 145px; margin: 0 auto 18px; overflow: hidden; }
.logo-lockup img { width: 260px; transform: translateY(-55px); }
.closing p { margin: 0 0 17px; color: var(--green); font-weight: 600; }
.closing h2 { font-size: clamp(2.8rem, 8vw, 5.6rem); }
.text-link { display: inline-flex; gap: 9px; margin-top: 30px; color: var(--deep-green); font-weight: 800; text-underline-offset: 5px; }
.text-link:hover { color: var(--green); }
.text-link:focus-visible { outline: 3px solid var(--peach); outline-offset: 5px; border-radius: 4px; }
.site-footer { padding: 26px 0 34px; background: var(--cream); }
.footer-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); }
.footer-inner p { margin: 0; color: var(--muted); font-size: .82rem; }

@media (min-width: 900px) {
  .container { width: min(1240px, calc(100% - 96px)); }
  .site-header { padding-top: 28px; }
  .hero { min-height: 830px; padding: 170px 0 92px; }
  .hero-inner { grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr); gap: 30px; }
  .feature-orbit { min-height: 500px; }
  .feature-orbit::before { inset: 75px 42px; }
  .mini-card-health { top: 26px; }
  .mini-card-care { top: 105px; }
  .mini-card-guidance { bottom: 62px; }
  .mini-card-growth { bottom: 10px; }
  .section { padding: 130px 0; }
  .section-heading-row { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .section-heading-row > p { justify-self: end; }
  .why-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 75px; }
  .why-card { min-height: 340px; padding: 32px; }
  .line-icon { margin-top: 62px; }
  .waitlist-section { padding-top: 40px; }
  .waitlist-panel { grid-template-columns: minmax(0, 1fr) minmax(440px, .78fr); gap: 70px; padding: 72px 62px; border-radius: 40px; }
  .waitlist-copy { align-self: center; padding: 0; }
  .form-shell { padding: 30px; }
  #waitlist-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; }
  .full-field, .form-heading { grid-column: 1 / -1; }
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1180px); }
  .button-small { min-height: 40px; padding-inline: 15px; font-size: .82rem; }
  .hero { padding-top: 112px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions p { text-align: center; }
  .feature-orbit { min-height: 360px; transform: scale(.92); }
  .mini-card { min-width: 158px; padding: 12px; }
  .mini-card-health { left: -10px; }
  .mini-card-care { right: -12px; }
  .mini-card-guidance { left: -12px; }
  .mini-card-growth { right: -15px; }
  .section { padding: 78px 0; }
  .waitlist-section { padding-top: 18px; }
  .waitlist-panel { margin-inline: -3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
