/* Autism Family Support of Florida — landing page styles.
   Calm, warm, trustworthy. Neurodiversity-affirming: soft palette, generous space,
   no aggressive motion. Palette: deep teal + warm copper on cream. */

:root {
  --teal: #16697a;
  --teal-dark: #123c47;
  --ink: #223038;
  --muted: #566771;
  --copper: #c9752e;
  --copper-soft: #e8a866;
  --cream: #fbfaf6;
  --cream-2: #f2efe7;
  --panel: #ffffff;
  --line: #e3ddd0;
  --ok: #2f7d5b;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(18, 60, 71, 0.08);
  --wrap: 1080px;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: "Lora", Georgia, "Times New Roman", serif; color: var(--teal-dark); line-height: 1.2; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

a { color: var(--teal); }

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--teal); color: #fff;
  padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Buttons */
.btn {
  display: inline-block; background: var(--copper); color: #fff; text-decoration: none;
  font-weight: 600; padding: 13px 24px; border-radius: 999px; border: none; cursor: pointer;
  font-size: 16px; transition: background .18s ease, transform .18s ease; font-family: inherit;
}
.btn:hover { background: #b5651f; }
.btn:focus-visible { outline: 3px solid var(--copper-soft); outline-offset: 2px; }
.btn-lg { padding: 16px 34px; font-size: 17px; }
.btn-sm { padding: 9px 18px; font-size: 15px; }
.btn-block { width: 100%; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(251, 250, 246, 0.92);
  backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--teal-dark); }
.brand-mark { color: var(--copper); font-size: 18px; }
.brand-name { font-family: "Lora", serif; font-weight: 700; font-size: 19px; letter-spacing: .2px; }
.brand-name em { font-style: italic; font-weight: 500; color: var(--teal); }

/* Hero */
.hero { background:
    radial-gradient(1200px 500px at 50% -140px, #e7f0f0 0%, rgba(231,240,240,0) 70%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream) 100%);
  padding: 70px 0 64px; text-align: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 2.4px; font-size: 13px; font-weight: 600;
  color: var(--teal); margin: 0 0 18px; }
.hero h1 { font-size: clamp(30px, 5vw, 47px); font-weight: 700; margin: 0 auto 22px; max-width: 16em; }
.hero h1 .accent { color: var(--copper); }
.lede { font-size: clamp(17px, 2.2vw, 20px); color: var(--muted); max-width: 40em; margin: 0 auto 32px; }
.lede strong { color: var(--ink); }
.hero-cta { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero-note { font-size: 14px; color: var(--muted); }

/* Sections */
.section { padding: 66px 0; }
.section-title { font-size: clamp(24px, 3.4vw, 33px); text-align: center; margin: 0 auto 12px; max-width: 18em; }
.section-sub { text-align: center; color: var(--muted); max-width: 40em; margin: 0 auto 40px; font-size: 18px; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow); }
.card-icon { width: 46px; height: 46px; border-radius: 12px; background: #eaf2f2; color: var(--teal);
  display: grid; place-items: center; font-size: 22px; margin-bottom: 14px; font-weight: 700; }
.card h3 { font-size: 20px; margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); font-size: 16px; }
.card-note { margin: 12px 0 0 !important; font-size: 13.5px !important; font-style: italic; color: var(--muted); }

/* Founder */
.founder { background: var(--cream-2); }
.founder-inner { display: flex; gap: 40px; align-items: center; max-width: 940px; margin: 0 auto; }
.founder-photo { flex: 0 0 150px; height: 150px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); color: #fff;
  display: grid; place-items: center; font-family: "Lora", serif; font-size: 44px; font-weight: 700;
  box-shadow: var(--shadow); }
.founder-text { flex: 1; }
.founder-text .section-title { text-align: left; margin: 0 0 14px; }
.founder-text p { color: var(--muted); margin: 0 0 14px; }
.founder-sign { font-family: "Lora", serif; font-style: italic; color: var(--teal-dark) !important; font-size: 18px; }

/* Trust */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.trust-col { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.trust-col h3 { margin: 0 0 14px; font-size: 19px; }
.trust-col.do { border-top: 4px solid var(--ok); }
.trust-col.dont { border-top: 4px solid var(--copper); }
.trust-col ul { margin: 0; padding-left: 0; list-style: none; }
.trust-col li { position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--muted); font-size: 16px; }
.trust-col.do li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.trust-col.dont li::before { content: "✕"; position: absolute; left: 0; color: var(--copper); font-weight: 700; }
.trust-foot { text-align: center; color: var(--muted); max-width: 40em; margin: 26px auto 0; font-style: italic; }

/* Waitlist */
.waitlist { background: linear-gradient(180deg, var(--teal) 0%, var(--teal-dark) 100%); color: #eaf3f4; }
.waitlist .section-title { color: #fff; }
.waitlist .section-sub { color: #cfe3e6; }
.waitlist-inner { max-width: 640px; margin: 0 auto; }
.wl-form { background: var(--panel); border-radius: 18px; padding: 30px; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.wl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wl-field { margin-bottom: 16px; text-align: left; }
.wl-field label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.wl-field .opt { font-weight: 400; color: var(--muted); }
.wl-field .req { color: var(--copper); }
.wl-field input, .wl-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 16px; font-family: inherit; color: var(--ink); background: #fff;
}
.wl-field input:focus, .wl-field select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,105,122,.15); }
.wl-err { display: block; color: #c0392b; font-size: 13px; margin-top: 5px; }
.wl-privacy { font-size: 13px; color: var(--muted); text-align: center; margin: 14px 0 0; }
.wl-success { background: var(--panel); border-radius: 18px; padding: 40px 30px; text-align: center; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.wl-success-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--ok); color: #fff;
  display: grid; place-items: center; font-size: 28px; margin: 0 auto 16px; }
.wl-success h3 { font-size: 24px; margin: 0 0 10px; }
.wl-success p { color: var(--muted); margin: 0; }

/* Footer */
.site-footer { background: #10262e; color: #9fb3b9; padding: 40px 0; font-size: 13.5px; }
.footer-brand { font-family: "Lora", serif; color: #dbe8ea; font-size: 17px; margin: 0 0 12px; }
.footer-disclaimer { max-width: 60em; margin: 0 0 14px; line-height: 1.6; }
.footer-copy { margin: 0; color: #7d959c; }

/* Header nav links (multi-page) */
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-link { text-decoration: none; color: var(--teal-dark); font-weight: 600; font-size: 15px; }
.nav-link:hover { color: var(--teal); }

/* About page — founder story */
.story { background: var(--cream); }
.story-inner { max-width: 680px; margin: 0 auto; }
.story-inner h2 { font-size: clamp(22px, 3vw, 28px); margin: 42px 0 14px; text-align: left; }
.story-inner h2:first-child { margin-top: 0; }
.story-inner p { color: var(--ink); margin: 0 0 18px; font-size: 18px; }
.story-lead { font-size: 20px !important; color: var(--teal-dark) !important; }

/* Mission statement callout */
.mission { background: var(--cream-2); }
.mission-card {
  max-width: 760px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line);
  border-left: 5px solid var(--copper); border-radius: var(--radius); padding: 38px 42px; box-shadow: var(--shadow);
}
.mission-eyebrow { text-transform: uppercase; letter-spacing: 2.4px; font-size: 13px; font-weight: 600; color: var(--copper); margin: 0 0 16px; }
.mission-card p { font-family: "Lora", serif; font-size: clamp(19px, 2.4vw, 23px); line-height: 1.5; color: var(--teal-dark); margin: 0 0 16px; }
.mission-card p.mission-sign { font-family: "Inter", sans-serif; font-size: 16px; font-style: italic; color: var(--muted); margin: 8px 0 0; }

/* Responsive */
@media (max-width: 760px) {
  .cards { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .wl-row { grid-template-columns: 1fr; }
  .founder-inner { flex-direction: column; text-align: center; }
  .founder-text .section-title { text-align: center; }
  .header-inner .btn-sm { display: none; }
  .mission-card { padding: 28px 24px; }
}


/* ---- appended by build_static_site.py: blog/article + guides styles ---- */
.post{max-width:44rem;margin:0 auto;padding:3rem 1.25rem 4rem}
.post .eyebrow{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--copper,#b5714a);font-weight:600;margin:0 0 .5rem}
.post h1{font-family:Lora,serif;font-size:2.1rem;line-height:1.2;margin:.2rem 0 1.4rem}
.post h2{font-family:Lora,serif;font-size:1.5rem;margin:2.2rem 0 .8rem}
.post h3{font-family:Lora,serif;font-size:1.2rem;margin:1.6rem 0 .6rem}
.post p,.post li{font-size:1.06rem;line-height:1.75}
.post ul,.post ol{padding-left:1.3rem;margin:1rem 0}
.post li{margin:.4rem 0}
.post a{color:var(--copper,#b5714a);text-decoration:underline;text-underline-offset:2px}
.post blockquote{border-left:3px solid var(--copper,#b5714a);margin:1.4rem 0;padding:.4rem 0 .4rem 1.1rem;background:#faf6f1;font-style:normal}
.post table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.98rem}
.post th,.post td{border:1px solid #e6ddd3;padding:.6rem .7rem;text-align:left;vertical-align:top}
.post th{background:#f6efe7;font-family:Inter,sans-serif}
.post hr{border:0;border-top:1px solid #e6ddd3;margin:2rem 0}
.post .post-sources{font-size:.92rem;color:#6b6157}
.guides{max-width:52rem;margin:0 auto;padding:3rem 1.25rem 4rem}
.guides h1{font-family:Lora,serif;font-size:2.1rem;margin:0 0 .4rem}
.guides .lede{font-size:1.1rem;color:#5c5349;margin:0 0 2rem}
.guides h2{font-family:Lora,serif;font-size:1.35rem;margin:2rem 0 .8rem;padding-bottom:.3rem;border-bottom:1px solid #e6ddd3}
.guide-list{list-style:none;padding:0;margin:0}
.guide-list li{margin:0 0 1.1rem}
.guide-list a{font-family:Inter,sans-serif;font-weight:600;font-size:1.05rem;color:var(--ink,#2b2b2b);text-decoration:none}
.guide-list a:hover{color:var(--copper,#b5714a)}
.guide-list .g-ex{display:block;font-size:.96rem;color:#6b6157;margin-top:.25rem;font-weight:400}
.footer-links{font-family:Inter,sans-serif;font-size:.9rem;margin:.6rem 0}
.footer-links a{color:inherit}

.beehiiv-embed{max-width:32rem;margin:1.5rem auto 0;min-height:120px}
