:root {
  color-scheme: light;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --green: #005646;
  --green-dark: #00483b;
  --ink: #0b4b3e;
  --body: #4f5d58;
  --muted: #77817d;
  --line: #d8dbd2;
  --mint: #dceae0;
  --sand: #efe5d2;
  --coral: #d67855;
  --error: #9e382e;
  --shadow: 0 18px 52px rgba(49, 65, 55, 0.09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--cream); color: var(--body); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; }

.site-header, .section-wrap { width: min(calc(100% - 32px), 1120px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { color: var(--ink); font-size: 1.28rem; font-weight: 800; letter-spacing: -0.035em; text-decoration: none; }
.header-link { color: var(--ink); font-size: 0.92rem; font-weight: 600; text-underline-offset: 5px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(500px, 0.92fr); gap: clamp(64px, 7vw, 120px); align-items: start; width: min(calc(100% - 64px), 1450px); padding: 0 0 90px; }
.hero-message { min-width: 0; padding-top: clamp(96px, 7vw, 115px); }
.eyebrow, .section-kicker { margin: 0 0 25px; color: var(--ink); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }

h1, h2 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.045em; line-height: 0.97; }
h1 { max-width: 900px; font-size: clamp(calc(3.55rem - 2px), calc(7.6vw - 2px), calc(6.8rem - 2px)); }
.hero-copy { max-width: 975px; margin: 50px 0 0; font-size: clamp(1.22rem, 2.1vw, 1.75rem); line-height: 1.48; }
.hero-copy strong { color: #42514c; font-weight: 800; }
.issue-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.issue-pills span { padding: 11px 18px; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: 0.88rem; font-weight: 700; }

.intake-card { margin-top: 0; padding: clamp(28px, 2.7vw, 39px); border: 1px solid rgba(11,75,62,0.1); border-radius: 23px; background: var(--paper); box-shadow: var(--shadow); }
.intake-card .section-kicker { margin-bottom: 14px; color: #9a6a57; }
.intake-card h2 { font-size: clamp(2.65rem, 4vw, 3.4rem); }
.section-intro { margin: 16px 0 0; font-size: 1.1rem; line-height: 1.55; }
form { margin-top: 37px; }
.field + .field { margin-top: 27px; }
label { display: block; margin-bottom: 10px; color: var(--ink); font-size: 0.9rem; font-weight: 800; }
textarea, input { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: #18352d; outline: none; transition: border-color 140ms ease, box-shadow 140ms ease; }
textarea { min-height: 184px; padding: 17px 18px; line-height: 1.55; resize: vertical; }
input { height: 55px; padding: 0 17px; }
textarea::placeholder, input::placeholder { color: #8b9390; }
textarea:focus, input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,86,70,0.13); }
.contact-preference { min-width: 0; margin: 27px 0 0; padding: 0; border: 0; }
.contact-preference legend { margin-bottom: 11px; color: var(--ink); font-size: 0.9rem; font-weight: 800; }
.contact-options { display: grid; grid-template-columns: 1.7fr 1fr; gap: 10px; }
.contact-option { display: flex; gap: 12px; min-height: 68px; margin: 0; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease; }
.contact-option:hover { border-color: #9eb4aa; }
.contact-option.is-selected { border-color: var(--green); background: #f2f8f4; box-shadow: 0 0 0 1px rgba(0,86,70,0.1); }
.contact-option input { flex: 0 0 auto; width: 15px; height: 15px; margin: 2px 0 0; padding: 0; accent-color: var(--green); box-shadow: none; }
.option-copy { display: grid; align-content: start; gap: 4px; min-width: 0; }
.option-title { color: var(--ink); font-size: 0.87rem; font-weight: 800; line-height: 1.2; }
.option-detail { color: var(--muted); font-size: 0.72rem; font-weight: 500; line-height: 1.35; }
.recommended { display: inline-block; margin-left: 4px; padding: 2px 6px; border-radius: 999px; background: var(--green); color: white; font-size: 0.56rem; letter-spacing: 0.035em; line-height: 1.15; text-transform: uppercase; vertical-align: 1px; }
.contact-field { margin-top: 27px; }
.contact-helper { margin: 9px 0 0; color: var(--muted); font-size: 0.72rem; line-height: 1.45; }
.honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.safety-note { margin: 14px 0 0; color: var(--muted); font-size: 0.77rem; line-height: 1.5; }
.safety-note span { margin-right: 6px; color: #87918c; }
.form-error { min-height: 22px; margin: 8px 0 5px; color: var(--error); font-size: 0.88rem; }

button { min-height: 54px; border-radius: 9px; cursor: pointer; font-weight: 800; transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease; }
button:active { transform: translateY(1px); }
.primary { display: flex; align-items: center; justify-content: center; gap: 16px; width: 100%; border: 1px solid var(--green); background: var(--green); color: white; font-size: 1rem; }
.primary:hover { background: var(--green-dark); box-shadow: 0 8px 20px rgba(0,72,59,0.18); }
.primary:disabled { cursor: wait; opacity: 0.64; box-shadow: none; }
.form-assurance { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 0.75rem; line-height: 1.5; }

.how-section { padding: clamp(48px,6vw,72px); border-radius: 22px; background: var(--green-dark); color: #eff5ef; }
.section-kicker-light { color: #efc4ad; }
.how-section h2 { max-width: 900px; color: #fffaf1; font-size: clamp(3rem,6vw,5.3rem); }
.how-steps { display: grid; gap: 18px; margin: 60px 0 0; padding: 0; list-style: none; }
.how-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px; border-radius: 15px; background: var(--paper); color: var(--body); }
.step-number { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--mint); color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: 1.6rem; }
.how-steps h3 { margin: 1px 0 8px; color: var(--ink); font-size: 1.08rem; }
.how-steps p { margin: 0; font-size: 0.94rem; line-height: 1.55; }
.beta-note { margin: 24px 0 0; padding: 18px 21px; border-left: 3px solid #e2b69e; background: rgba(255,255,255,0.07); font-size: 0.85rem; line-height: 1.55; }

.fit-section { padding: clamp(96px,12vw,150px) 0; }
.fit-section h2 { font-size: clamp(3.2rem,6.8vw,5.8rem); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.fit-card { padding: 31px; border-radius: 17px; }
.fit-card h3 { margin: 0 0 22px; color: var(--ink); font-size: 1.16rem; }
.fit-card ul { margin: 0; padding: 0; list-style: none; }
.fit-card li { padding: 15px 0; border-top: 1px solid rgba(11,75,62,0.14); font-size: 0.93rem; line-height: 1.45; }
.good-fit { background: var(--mint); }
.not-yet { background: var(--sand); }

.site-footer { padding: 38px 0 54px; border-top: 1px solid var(--line); }
.site-footer p { max-width: 770px; margin: 32px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.6; }
.site-footer nav { display: flex; gap: 22px; margin-top: 25px; }
.site-footer nav a { color: var(--body); font-size: 0.8rem; text-underline-offset: 4px; }

.success { max-width: none; }
.next-steps { margin: 36px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.next-steps li { counter-increment: steps; display: flex; align-items: center; min-height: 58px; border-top: 1px solid var(--line); color: #294d43; }
.next-steps li:last-child { border-bottom: 1px solid var(--line); }
.next-steps li::before { content: counter(steps,decimal-leading-zero); width: 48px; color: #82908a; font-size: 0.75rem; }
.secondary { margin-top: 28px; padding: 0 23px; border: 1px solid var(--ink); background: transparent; color: var(--ink); border-radius: 999px; }
.secondary:hover { background: rgba(11,75,62,0.06); }

.shell { width: min(calc(100% - 40px),760px); margin: 0 auto; padding: 38px 0 76px; }
.shell > .brand { display: inline-block; margin-bottom: clamp(58px,10vh,100px); }
.panel h1 { font-size: clamp(3rem,7vw,5rem); }
.intro > p { max-width: 610px; margin: 22px 0 0; line-height: 1.65; }
.privacy-copy { max-width: 610px; margin-top: 40px; color: #294d43; line-height: 1.65; }
.privacy-copy p { margin: 0; }
.privacy-copy p + p { margin-top: 18px; }
.contact-page .brand { margin-bottom: 74px; }
.contact-page form { margin-top: 38px; }
.contact-note { margin: 26px 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.55; }
.contact-page .site-footer { width: 100%; margin-top: 72px; padding-bottom: 0; }
.contact-success .secondary { display: inline-flex; align-items: center; text-decoration: none; }
.contact-page.is-success .brand { margin-bottom: 58px; }
[hidden] { display: none !important; }

@media (max-width: 700px) {
  .site-header { min-height: 68px; }
  .brand { font-size: 1.08rem; }
  .header-link { font-size: 0.82rem; }
  .hero { display: block; width: min(calc(100% - 32px), 1120px); padding: 58px 0 52px; }
  .hero-message { padding-top: 0; }
  .eyebrow, .section-kicker { margin-bottom: 18px; font-size: 0.7rem; }
  h1 { font-size: clamp(calc(3.1rem - 2px), calc(15vw - 2px), calc(4.15rem - 2px)); }
  .hero-copy { margin-top: 31px; font-size: 1.08rem; }
  .issue-pills { margin-top: 28px; gap: 8px; }
  .issue-pills span { padding: 9px 13px; font-size: 0.78rem; }
  .intake-card { margin-top: 48px; padding: 25px 21px; border-radius: 18px; }
  .intake-card h2 { font-size: 2.8rem; }
  .section-intro { font-size: 0.98rem; }
  form { margin-top: 29px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-option { min-height: 64px; }
  textarea { min-height: 165px; }
  .safety-note { font-size: 0.7rem; }
  .primary { font-size: 0.9rem; }
  .how-section { width: calc(100% - 32px); padding: 37px 23px; border-radius: 18px; }
  .how-section h2 { font-size: 3rem; }
  .how-steps { margin-top: 42px; }
  .how-steps li { grid-template-columns: 42px 1fr; gap: 13px; padding: 21px 17px; }
  .step-number { width: 36px; height: 36px; font-size: 1.35rem; }
  .how-steps h3 { font-size: 0.98rem; }
  .how-steps p { font-size: 0.82rem; }
  .beta-note { font-size: 0.77rem; }
  .fit-section { padding: 92px 0; }
  .fit-section h2 { font-size: 3.4rem; }
  .fit-grid { grid-template-columns: 1fr; gap: 17px; margin-top: 36px; }
  .fit-card { padding: 25px; }
  .site-footer { padding: 30px 0 44px; }
  .site-footer p { margin-top: 26px; }
  .shell { width: min(calc(100% - 32px),760px); padding-top: 28px; }
  .shell > .brand, .contact-page .brand { margin-bottom: 48px; }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .hero { display: block; width: min(calc(100% - 32px), 1120px); padding-top: 64px; }
  .hero-message { padding-top: 0; }
  .intake-card { margin-top: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
