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

:root {
  --ink: #17322e;
  --forest: #143b36;
  --forest-2: #1e5149;
  --sage: #b9c8ad;
  --mint: #e9efe6;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --gold: #d8a94b;
  --coral: #e78061;
  --line: rgba(23, 50, 46, .14);
  --muted: #61716e;
  --shadow: 0 18px 50px rgba(20, 59, 54, .10);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.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; }
.urgent-bar { padding: 7px 20px; background: var(--forest); color: white; text-align: center; font-size: 11px; letter-spacing: .25px; }

.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; gap: 42px; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.93); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: -.7px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--forest); }
.brand-mark svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-header nav { display: flex; gap: 30px; margin-right: auto; }
.site-header nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 11px; }
.language, .link-button { border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.language { font-weight: 700; text-decoration: none; padding: 9px; }

.button { border: 1px solid var(--forest); border-radius: 4px; background: transparent; color: var(--forest); padding: 13px 20px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 9px 15px; font-size: 13px; }
.button-primary { background: var(--forest); color: white; }
.button-cream { background: var(--cream); border-color: var(--cream); }
.button-full { width: 100%; }
.text-button, .ghost-button { border: 0; background: transparent; color: var(--forest); font-weight: 700; cursor: pointer; }
.text-button { display: flex; align-items: center; gap: 16px; padding: 12px 2px; }
.text-button:hover span:last-child { transform: translateX(4px); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; padding: 82px clamp(24px, 7vw, 110px) 74px; background: var(--cream); overflow: hidden; }
.hero-copy { max-width: 700px; align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker { font-size: 11px; letter-spacing: 2.1px; font-weight: 700; color: var(--coral); margin: 0 0 20px; }
.hero h1 { font: 600 clamp(52px, 6.1vw, 91px)/.94 var(--serif); letter-spacing: -3.5px; margin: 0; max-width: 800px; }
.hero h1 em { color: var(--forest-2); font-weight: 500; }
.hero-lede { max-width: 620px; font-size: 18px; color: #53645f; margin: 28px 0 25px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 38px; color: #53645f; font-size: 12px; }
.trust-row i { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; font-style: normal; color: white; background: var(--forest-2); margin-right: 5px; }
.hero-visual { min-height: 490px; position: relative; align-self: center; }
.sun-disc { position: absolute; width: 395px; height: 395px; border-radius: 50%; background: var(--sage); top: 15px; right: 5%; }
.care-card { position: absolute; background: rgba(255,253,248,.96); border: 1px solid rgba(20,59,54,.12); box-shadow: var(--shadow); }
.card-back { width: 310px; height: 170px; top: 10px; right: -40px; padding: 28px; transform: rotate(4deg); opacity: .75; }
.mini-label { color: var(--coral); font-size: 10px; letter-spacing: 1.6px; font-weight: 700; }
.card-back strong { display: block; font: 600 25px var(--serif); margin-top: 15px; }
.mini-line { margin-top: 24px; display: flex; gap: 10px; }
.mini-line span { height: 5px; border-radius: 10px; background: var(--mint); width: 100px; }
.card-front { width: min(420px, 94%); right: 10%; top: 125px; padding: 34px; transform: rotate(-1.5deg); }
.availability { display: flex; align-items: center; gap: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; }
.availability span { width: 9px; height: 9px; border-radius: 50%; background: #5e9b69; box-shadow: 0 0 0 5px rgba(94,155,105,.13); }
.card-front h3 { font: 600 35px/1.05 var(--serif); margin: 31px 0 10px; }
.card-front p { color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 27px 0; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.price strong { font: 600 31px var(--serif); color: var(--ink); }
.avatar-row { display: flex; align-items: center; }
.avatar-row > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); border: 2px solid white; font-size: 10px; font-weight: 700; margin-left: -7px; }
.avatar-row > span:first-child { margin-left: 0; background: #d8b49b; }
.avatar-row small { margin-left: 10px; color: var(--muted); }
.leaf { position: absolute; width: 105px; height: 48px; background: var(--forest-2); border-radius: 100% 0 100% 0; opacity: .92; }
.leaf-one { right: 3%; bottom: 12%; transform: rotate(-25deg); }
.leaf-two { right: 20%; bottom: 2%; transform: rotate(14deg) scale(.72); background: var(--coral); }

.quick-needs, .directory-section, .trust-section { padding: 88px clamp(24px, 7vw, 110px); }
.quick-needs > div:first-child, .directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
h2 { font: 600 clamp(38px, 4.3vw, 61px)/1 var(--serif); letter-spacing: -1.8px; margin: 0; }
.need-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 42px; }
.need-card { text-align: left; min-height: 185px; padding: 25px; background: white; border: 1px solid var(--line); color: var(--ink); cursor: pointer; display: flex; flex-direction: column; transition: .2s; }
.need-card:hover, .need-card.active { background: var(--forest); color: white; transform: translateY(-4px); box-shadow: var(--shadow); }
.need-icon { font: 32px var(--serif); color: var(--coral); margin-bottom: auto; }
.need-card b { font: 600 21px var(--serif); }
.need-card small { margin-top: 7px; opacity: .7; }

.directory-section { background: #f1f3ed; }
.directory-heading { align-items: flex-start; }
.demo-notice { max-width: 430px; display: flex; gap: 13px; font-size: 12px; color: var(--muted); padding: 13px 15px; border: 1px solid rgba(216,169,75,.45); background: #fff9e8; }
.demo-notice > span { flex: 0 0 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: white; font-weight: 700; }
.demo-notice p { margin: 0; }
.filters { background: var(--paper); margin-top: 42px; padding: 14px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 7px; border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(20,59,54,.06); }
.filters label { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 4px 12px; border-left: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--muted); }
.filters label:first-child { border-left: 0; }
.filters select, .filters input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; min-height: 28px; font-size: 13px; text-transform: none; letter-spacing: 0; }
.search-field { justify-content: center; flex-direction: row !important; align-items: center; }
.search-field svg { width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.7; flex: 0 0 auto; }
.result-bar { display: flex; justify-content: space-between; align-items: center; margin: 27px 0 18px; font-size: 13px; }
.provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.provider-card { background: var(--paper); border: 1px solid var(--line); padding: 27px; display: grid; grid-template-columns: 1fr auto; gap: 15px 20px; transition: .2s; }
.provider-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.provider-topline { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.demo-pill, .available-pill { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; padding: 5px 8px; background: #fff2d2; color: #7d5b16; }
.available-pill { background: #e4f1e7; color: #2d6b3c; }
.available-pill.waitlist { background: #eeeae3; color: #776f63; }
.org-pill, .source-pill { display: inline-flex; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; padding: 5px 8px; }
.org-pill.public { background: #dcebea; color: #174f49; }
.org-pill.community { background: #fff0ce; color: #745715; }
.org-pill.private { background: #efe7f2; color: #63436f; }
.source-pill { background: #e7f0e3; color: #315d36; }
.provider-card h3 { font: 600 28px/1 var(--serif); margin: 15px 0 8px; }
.location { font-size: 12px; color: var(--muted); }
.provider-description { grid-column: 1/-1; margin: 0; color: #566662; font-size: 13px; }
.provider-price { text-align: right; color: var(--muted); font-size: 10px; }
.provider-price strong { display: block; font: 600 27px var(--serif); color: var(--ink); }
.provider-contact { text-align: right; align-self: start; }
.provider-contact a { display: block; color: var(--ink); font: 600 20px var(--serif); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.provider-contact small { display: block; color: var(--muted); margin-top: 2px; }
.tag-row { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { font-size: 10px; background: var(--mint); padding: 6px 9px; }
.provider-meta { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 16px; font-size: 10px; color: var(--muted); }
.provider-actions { display: flex; gap: 8px; }
.provider-actions button { border: 1px solid var(--line); background: transparent; padding: 8px 10px; cursor: pointer; color: var(--ink); font-size: 11px; font-weight: 700; }
.provider-actions .view-profile { background: var(--forest); color: white; border-color: var(--forest); }
.empty-state { text-align: center; padding: 80px 20px; background: var(--paper); }
.empty-state > span { font-size: 42px; color: var(--coral); }
.empty-state h3 { font: 600 32px var(--serif); margin: 10px 0; }
.empty-state p { color: var(--muted); }

.how-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); background: var(--forest); color: white; padding: 100px clamp(24px, 9vw, 140px); }
.section-kicker.light { color: #d8b971; }
.how-copy h2 { max-width: 610px; }
.how-copy > p:not(.section-kicker) { color: #c1cfcb; max-width: 600px; margin: 25px 0 35px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { color: #d8b971; font-family: var(--serif); }
.steps b { font: 600 24px var(--serif); }
.steps p { color: #aebfba; margin: 5px 0 0; font-size: 13px; }
.trust-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-points article { padding-top: 16px; border-top: 2px solid var(--ink); }
.trust-points article > span { color: var(--coral); font: 600 19px var(--serif); }
.trust-points h3 { font: 600 23px var(--serif); margin: 31px 0 9px; }
.trust-points p { font-size: 12px; color: var(--muted); }
.trust-lede { color: var(--muted); max-width: 570px; margin-top: 22px; font-size: 14px; }

.faq-section { padding: 88px clamp(24px, 7vw, 110px); background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 42px; }
.faq-grid details { background: var(--paper); border: 1px solid var(--line); padding: 22px 24px; }
.faq-grid summary { cursor: pointer; font: 600 21px var(--serif); }
.faq-grid p { color: var(--muted); font-size: 13px; margin-bottom: 0; }

footer { padding: 55px clamp(24px, 7vw, 110px); background: #e7e7df; display: grid; grid-template-columns: 1fr 1.4fr 1fr auto; gap: 30px; align-items: start; font-size: 12px; color: var(--muted); }
.brand-footer { color: var(--ink); }
footer p { margin: 0; max-width: 480px; }
footer > div { display: flex; flex-wrap: wrap; gap: 15px; }
footer .link-button { padding: 0; font-size: inherit; }

.modal { width: min(680px, calc(100% - 28px)); max-height: 90vh; overflow: auto; border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 25px 100px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(10,30,27,.68); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 15px; right: 18px; z-index: 3; border: 0; background: transparent; font-size: 30px; cursor: pointer; color: var(--ink); }
.lead-modal form, .legal-modal > div { padding: 48px; }
.modal h2 { font-size: 44px; }
.modal-intro { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 20px; }
.form-grid label, .form-grid fieldset { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { border: 1px solid var(--line); background: white; padding: 12px; color: var(--ink); }
.form-grid .full { grid-column: 1/-1; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { display: flex; flex-direction: row; align-items: center; border: 1px solid var(--line); padding: 11px; font-weight: 500; }
.form-note { display: flex; gap: 10px; font-size: 11px; color: var(--muted); padding: 12px; background: var(--mint); margin-bottom: 18px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 16px; font-size: 12px; color: var(--muted); }
.consent input { margin-top: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button:disabled { cursor: wait; opacity: .6; }
.success-state { text-align: center; padding: 45px 20px; }
.success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: auto; border-radius: 50%; color: white; background: var(--forest-2); font-size: 29px; }
.success-state h2 { margin-top: 22px; }
.success-state p { color: var(--muted); max-width: 480px; margin: 15px auto 25px; }
.profile-hero { padding: 48px; background: var(--mint); }
.profile-hero h2 { margin: 20px 0 10px; }
.profile-body { padding: 35px 48px 48px; }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 25px 0; }
.profile-facts div { border: 1px solid var(--line); padding: 14px; font-size: 11px; color: var(--muted); }
.profile-facts strong { display: block; color: var(--ink); margin-top: 5px; font-size: 13px; }
.profile-disclaimer { font-size: 11px; color: var(--muted); background: #fff6dd; padding: 12px; }
.source-line { font-size: 10px !important; margin: 13px 0 0; text-align: center; }

.policy { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 110px; }
.policy h1, .message-page h1 { font: 600 clamp(46px, 6vw, 76px)/.98 var(--serif); letter-spacing: -2px; margin: 0 0 22px; }
.policy h2 { font-size: 30px; margin: 46px 0 12px; letter-spacing: -.5px; }
.policy p { color: var(--muted); font-size: 16px; max-width: 760px; }
.policy a { color: var(--forest-2); font-weight: 700; }
.policy-updated { font-size: 12px !important; text-transform: uppercase; letter-spacing: 1px; }
.message-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--cream); }
.message-page main { width: min(680px, 100%); background: var(--paper); border: 1px solid var(--line); padding: clamp(34px, 7vw, 70px); text-align: center; box-shadow: var(--shadow); }
.message-page .section-kicker { margin-top: 25px; }
.message-page p:not(.section-kicker) { color: var(--muted); margin: 0 auto 30px; max-width: 520px; }
.legal-modal h2 { margin-bottom: 20px; }
.legal-modal p, .legal-modal li { color: var(--muted); font-size: 13px; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-visual { min-height: 470px; max-width: 600px; width: 100%; justify-self: center; }
  .need-grid { grid-template-columns: repeat(3, 1fr); }
  .filters { grid-template-columns: repeat(2, 1fr); }
  .search-field { grid-column: 1/-1; }
  .filters label:nth-child(2) { border-left: 0; }
  .trust-section { grid-template-columns: 1fr; gap: 50px; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header { padding: 0 16px; height: 67px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 31px; }
  .header-actions .button { display: none; }
  .hero { padding: 52px 20px 36px; min-height: auto; }
  .hero h1 { font-size: 51px; letter-spacing: -2.5px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 5px; }
  .trust-row { gap: 12px; }
  .hero-visual { min-height: 405px; }
  .sun-disc { width: 300px; height: 300px; right: -35px; }
  .card-back { display: none; }
  .card-front { top: 70px; right: 0; padding: 27px; }
  .quick-needs, .directory-section, .trust-section { padding: 65px 20px; }
  .faq-section { padding: 65px 20px; }
  .quick-needs > div:first-child, .directory-heading { display: block; }
  .need-grid { grid-template-columns: 1fr 1fr; }
  .need-card { min-height: 155px; }
  .demo-notice { margin-top: 25px; }
  .filters { grid-template-columns: 1fr; }
  .filters label { border-left: 0; border-top: 1px solid var(--line); padding: 10px; }
  .filters label:first-child { border-top: 0; }
  .provider-grid { grid-template-columns: 1fr; }
  .provider-card { padding: 22px; }
  .provider-contact { grid-column: 1/-1; text-align: left; }
  .provider-meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .how-section { grid-template-columns: 1fr; padding: 70px 22px; }
  .trust-points { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .lead-modal form, .legal-modal > div, .profile-hero, .profile-body { padding: 40px 24px; }
  .profile-facts { grid-template-columns: 1fr; }
}

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