/* getlaunchsites.org — shares the CRM's tokens (crm/src/app/globals.css): warm canvas, stone ink,
   the orange spark. Bricolage Grotesque for display, Geist for body, Geist Mono for labels. */
:root {
  --canvas: #faf7f2;
  --surface: #ffffff;
  --ink: #1c1917;
  --ink-soft: #57534e;
  --brand: #ea580c;
  --brand-deep: #c2410c;
  --brand-tint: #fff1e8;
  --line: #ece7df;
  --ink-bg: #1c1917;
  --ink-bg-text: #f5f0e8;
  --ink-bg-soft: #c9c2b8;
  --ok: #15803d;
  --fd: "Bricolage Grotesque", "Geist", system-ui, sans-serif;
  --fb: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fm: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(28, 25, 23, 0.06), 0 12px 32px -12px rgba(28, 25, 23, 0.18);
}
@media (prefers-color-scheme: dark) {
  :root {
    --canvas: #17140f;
    --surface: #211d17;
    --ink: #f5f0e8;
    --ink-soft: #b5aca1;
    --brand: #fb923c;
    --brand-deep: #f97316;
    --brand-tint: #2c1c10;
    --line: #2e2820;
    --ink-bg: #0f0d0a;
    --ink-bg-text: #f5f0e8;
    --ink-bg-soft: #b5aca1;
    --ok: #4ade80;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 12px 32px -12px rgba(0, 0, 0, 0.6);
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--fb);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: var(--fd);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 1.2rem + 4.4vw, 4.6rem); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; max-width: 62ch; text-wrap: pretty; }
a { color: var(--brand-deep); text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--brand); }
ul, ol { padding-left: 1.2em; }
.wrap { width: min(1120px, 100% - 2.5rem); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff; padding: 0.5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }

/* header */
.site-head { position: sticky; top: 0; z-index: 30; background: color-mix(in oklab, var(--canvas) 88%, transparent); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; }
.wordmark { font-family: var(--fd); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.spark { width: 12px; height: 12px; background: var(--brand); border-radius: 3px; transform: rotate(45deg); display: inline-block; }
.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 0.95rem; }
.nav a[aria-current="page"] { color: var(--brand-deep); }
.nav a:hover { color: var(--brand); }
@media (max-width: 720px) {
  .nav { gap: 0.9rem; }
  .nav a:not(.btn) { font-size: 0.85rem; }
  .nav .btn { display: none; }
}

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; font-family: var(--fb); font-weight: 600; font-size: 1rem; padding: 0.8rem 1.35rem; border-radius: 999px; border: 1.5px solid var(--ink); color: var(--ink); background: transparent; text-decoration: none; cursor: pointer; transition: background 0.15s, color 0.15s, transform 0.15s; }
.btn:hover { background: var(--ink); color: var(--canvas); transform: translateY(-1px); }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-deep); border-color: var(--brand-deep); color: #fff; }
.btn-ghost { border-color: var(--line); }
.btn-sm { padding: 0.5rem 0.95rem; font-size: 0.9rem; }
.btn:disabled { opacity: 0.6; cursor: default; transform: none; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.6rem 0 1rem; }
.fine { font-size: 0.9rem; color: var(--ink-soft); }
.small { font-size: 0.85rem; }
.lede { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); color: var(--ink-soft); max-width: 56ch; }
.price-line { font-family: var(--fm); font-size: 0.95rem; letter-spacing: 0.01em; color: var(--ink); display: flex; align-items: center; gap: 0.5rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ok); display: inline-block; }
.status-dot.is-coming { background: var(--ink-soft); }
.crumb { font-family: var(--fm); font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 1rem; }
.crumb a { color: var(--ink-soft); }

/* sections */
.hero { padding: clamp(3rem, 8vw, 7rem) 0 clamp(2.5rem, 6vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
.page-head { padding: clamp(3rem, 7vw, 5.5rem) 0 1rem; }
.band { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.band-soft { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-ink { background: var(--ink-bg); color: var(--ink-bg-text); }
.band-ink h2 { color: var(--ink-bg-text); }
.band-ink p, .band-ink li { color: var(--ink-bg-soft); }
.band-ink strong { color: var(--ink-bg-text); }
.band-ink a { color: var(--brand); }
.closer { text-align: left; max-width: 62ch; }
.closer .btn { margin-top: 0.5rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.split-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 800px) { .two-col, .split-grid { grid-template-columns: 1fr; } }

/* receipt (hero art) */
.receipt { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; font-family: var(--fm); font-size: 0.92rem; transform: rotate(-1.5deg); }
.receipt-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px dashed var(--line); }
.receipt-row:last-child { border-bottom: 0; }
.receipt-head { font-weight: 500; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; }
.receipt-total { font-weight: 600; color: var(--brand-deep); border-top: 2px solid var(--ink); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: step; margin-top: 1rem; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }
.step { border-top: 2px solid var(--ink); padding-top: 1rem; }
.step h3 { margin-bottom: 0.4rem; }
.step p { margin: 0; color: var(--ink-soft); }

/* phone mock */
.phone { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 1.25rem 1rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 0.6rem; max-width: 360px; justify-self: center; width: 100%; }
.bubble { font-family: var(--fb); font-size: 0.92rem; line-height: 1.4; padding: 0.65rem 0.9rem; border-radius: 18px; max-width: 85%; }
.bubble.out { background: var(--brand); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.bubble.in { background: var(--canvas); border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 4px; }
.bubble.missed, .bubble.sys { align-self: center; font-family: var(--fm); font-size: 0.75rem; color: var(--ink-soft); background: transparent; padding: 0.2rem 0; }

/* lists */
.plain-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.plain-list li { padding: 0.55rem 0 0.55rem 1.4rem; position: relative; border-bottom: 1px solid color-mix(in oklab, currentColor 14%, transparent); }
.plain-list li::before { content: ""; position: absolute; left: 0; top: 1.05rem; width: 8px; height: 8px; background: var(--brand); border-radius: 2px; transform: rotate(45deg); }
.numbered { padding-left: 0; list-style: none; counter-reset: n; margin: 0 0 1.5rem; }
.numbered li { counter-increment: n; position: relative; padding: 0.5rem 0 0.5rem 2.6rem; }
.numbered li::before { content: counter(n); position: absolute; left: 0; top: 0.45rem; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--brand-tint); color: var(--brand-deep); font-family: var(--fd); font-weight: 700; display: grid; place-items: center; font-size: 0.95rem; }
.check-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.check-list li { padding: 0.4rem 0 0.4rem 1.7rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

/* services list */
.svc-list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.svc-row { display: grid; grid-template-columns: 5.5rem 1.2fr 2fr 1fr; gap: 1.2rem; align-items: baseline; padding: 1.3rem 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; transition: background 0.15s; }
.svc-row:hover { background: var(--surface); }
.svc-row:hover .svc-name { color: var(--brand-deep); }
.svc-status { font-family: var(--fm); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ok); }
.is-coming .svc-status { color: var(--ink-soft); }
.is-coming .svc-name { color: var(--ink-soft); }
.svc-name { font-family: var(--fd); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.015em; }
.svc-short { color: var(--ink-soft); }
.svc-price { font-family: var(--fm); font-size: 0.85rem; text-align: right; }
@media (max-width: 760px) {
  .svc-row { grid-template-columns: 1fr; gap: 0.25rem; }
  .svc-price { text-align: left; }
}

/* faq */
.faq { margin: 1rem 0 0; display: grid; gap: 1rem; max-width: 70ch; }
.faq dt { font-family: var(--fd); font-weight: 700; font-size: 1.15rem; }
.faq dd { margin: 0.3rem 0 0.8rem; color: var(--ink-soft); }

/* pricing */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; }
@media (max-width: 840px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.price-kicker { font-family: var(--fm); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand-deep); margin-bottom: 0.4rem; }
.big-price { font-family: var(--fd); font-weight: 800; font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.2rem); letter-spacing: -0.03em; line-height: 1; margin: 0.5rem 0 0; }
.big-price span { font-family: var(--fb); font-weight: 500; font-size: 1rem; letter-spacing: 0; color: var(--ink-soft); margin-left: 0.3rem; }
.big-price.sub { font-size: 1.5rem; margin-top: 0.4rem; color: var(--ink-soft); }
.price-card .btn { width: 100%; }
.price-card .fine { margin-top: 0.8rem; }

/* about */
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
@media (max-width: 760px) { .people { grid-template-columns: 1fr; } }
.person { border-top: 2px solid var(--ink); padding-top: 1.2rem; }
.person-mark { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 16px; background: var(--brand); color: #fff; font-family: var(--fd); font-weight: 800; font-size: 1.8rem; margin-bottom: 1rem; }
.person h2 { margin-bottom: 0.1rem; }
.person-role { font-family: var(--fm); font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 0.8rem; }

/* tap card */
.card-art { display: grid; place-items: center; }
.tapcard { width: min(340px, 100%); aspect-ratio: 1.586; background: var(--ink-bg); color: var(--ink-bg-text); border-radius: 18px; padding: 1.4rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; box-shadow: var(--shadow); transform: rotate(-4deg); }
.tapcard-name { font-family: var(--fd); font-weight: 700; font-size: 1.4rem; }
.tapcard-sub { font-family: var(--fm); font-size: 0.75rem; color: var(--ink-bg-soft); margin-top: 0.2rem; }
.tapcard-chip { position: absolute; top: 1.4rem; right: 1.4rem; width: 34px; height: 34px; border-radius: 50%; border: 3px solid var(--brand); box-shadow: inset 0 0 0 6px var(--ink-bg), inset 0 0 0 9px var(--brand); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-big { font-family: var(--fd); font-weight: 700; font-size: clamp(1.4rem, 1rem + 1.5vw, 2rem); letter-spacing: -0.02em; margin-bottom: 0.2rem; overflow-wrap: anywhere; }
.contact-big a { text-decoration: none; }
.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 0.35rem; }
.field .opt { font-weight: 400; color: var(--ink-soft); }
.field input, .field textarea { width: 100%; font: inherit; color: var(--ink); background: var(--canvas); border: 1.5px solid var(--line); border-radius: 10px; padding: 0.7rem 0.85rem; }
.field input:focus, .field textarea:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 25%, transparent); }
.field textarea { resize: vertical; min-height: 6rem; }
.form-note { font-size: 0.9rem; color: var(--ink-soft); margin: 0.9rem 0 0; }

/* prose */
.prose h2 { font-size: 1.4rem; margin-top: 1.6rem; }

/* footer */
.site-foot { border-top: 1px solid var(--line); padding: 3rem 0 2.5rem; margin-top: 2rem; font-size: 0.95rem; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-line { color: var(--ink-soft); margin: 0.8rem 0 0; max-width: 48ch; }
.foot-col { display: flex; flex-direction: column; gap: 0.45rem; }
.foot-col a { color: var(--ink); text-decoration: none; }
.foot-col a:hover { color: var(--brand); }
.foot-h { font-family: var(--fm); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.3rem; }

/* proof row: five stars + Google wordmark (home review blurb, review-engine head) */
.proof-row { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.6rem; margin: 0 0 0.9rem; }
.stars { display: block; flex: none; }
.gword { font-family: var(--fb); font-weight: 600; font-size: 1.05rem; letter-spacing: -0.01em; line-height: 1; }
.gword i { font-style: normal; }
.gword i:nth-child(1), .gword i:nth-child(4) { color: #4285f4; }
.gword i:nth-child(2), .gword i:nth-child(6) { color: #ea4335; }
.gword i:nth-child(3) { color: #fbbc05; }
.gword i:nth-child(5) { color: #34a853; }
.proof-label { font-family: var(--fm); font-size: 0.8rem; color: var(--ink-soft); }
.bubble.sys .stars { display: inline-block; vertical-align: -4px; width: 70px; height: 14px; }

/* service marks (bot + phone / bot + chat) */
.head-mark { margin-bottom: 0.6rem; }
.svc-mark { display: block; color: var(--ink); }

/* call transcript mock reuses .phone */
.transcript .bubble.out { background: var(--ink-bg); color: var(--ink-bg-text); border: 1px solid color-mix(in oklab, var(--ink-bg-text) 18%, transparent); }
.talk-slot { margin-top: 1.2rem; }
.talk-slot h3 { margin-bottom: 0.5rem; }
/* demo prompt: tells a first-time caller/visitor what to say (receptionist + chatbot demos) */
.demo-prompt { margin-top: 1.1rem; background: var(--brand-tint); border: 1px solid color-mix(in oklab, var(--brand) 20%, var(--line)); border-radius: var(--radius); padding: 0.8rem 1rem; }
.demo-prompt p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.demo-prompt .say { color: var(--ink); font-weight: 600; }
