/* ChalkBloom — shared brand styles
 * Light, airy, purple. Geometric headlines, friendly body.
 */

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&family=Inter:wght@400;450;500;600;700&family=Caveat:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");

* , *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { background: #faf8ff; color: #1e1b4b; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── Header / brand ── */
.header { padding: 18px 48px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: rgba(250, 248, 255, 0.85); backdrop-filter: blur(10px); z-index: 50; border-bottom: 1px solid rgba(109,40,217,0.08); }
.brand { display: flex; align-items: center; gap: 9px; font-family: 'Bricolage Grotesque', -apple-system, sans-serif; font-size: 22px; font-weight: 700; color: #1e1b4b; letter-spacing: -0.03em; font-variation-settings: "opsz" 36, "wdth" 95; }
.brand .mark { width: 28px; height: 28px; position: relative; flex-shrink: 0; }

nav.primary { display: flex; gap: 28px; align-items: center; }
nav.primary a { font-size: 14px; color: #52525b; font-weight: 500; transition: color 0.15s; }
nav.primary a:hover, nav.primary a.curr { color: #6d28d9; }
nav.primary .signin { padding: 9px 18px; background: #6d28d9; color: #fff; border-radius: 999px; font-weight: 500; font-size: 13.5px; transition: all 0.15s; box-shadow: 0 2px 0 0 #4c1d95; }
nav.primary .signin:hover { background: #5b21b6; color: #fff; transform: translateY(-1px); box-shadow: 0 3px 0 0 #4c1d95; }

/* ── Section base ── */
section { max-width: 1180px; margin: 0 auto; padding: 0 48px; }

/* ── Typography ── */
.eyebrow { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; color: #6d28d9; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 22px; font-weight: 500; display: inline-flex; align-items: center; gap: 9px; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #6d28d9; box-shadow: 0 0 0 4px rgba(109,40,217,0.15); }
.section-eyebrow { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; color: #6d28d9; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; text-align: center; }
.section-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 44px; font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; color: #1e1b4b; text-align: center; margin-bottom: 14px; max-width: 760px; margin-left: auto; margin-right: auto; font-variation-settings: "opsz" 96, "wdth" 95; }
.section-title em { font-style: normal; color: #6d28d9; font-family: 'Caveat', cursive; font-weight: 600; padding: 0 0.05em; }
.section-lead { font-size: 17px; color: #52525b; text-align: center; max-width: 600px; margin: 0 auto 56px; line-height: 1.55; }

/* ── Buttons ── */
.btn-fill { display: inline-block; padding: 12px 24px; background: #6d28d9; color: #fff; border-radius: 999px; font-weight: 500; font-size: 14px; transition: all 0.15s; border: none; cursor: pointer; font-family: 'Inter', sans-serif; box-shadow: 0 3px 0 0 #4c1d95; text-decoration: none; }
.btn-fill:hover { background: #5b21b6; transform: translateY(-1px); box-shadow: 0 4px 0 0 #4c1d95; color: #fff; }
.btn-outline { display: inline-block; padding: 11px 22px; background: #fff; color: #1e1b4b; border: 1.5px solid #e9d5ff; border-radius: 999px; font-weight: 500; font-size: 14px; transition: all 0.15s; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; }
.btn-outline:hover { border-color: #6d28d9; color: #6d28d9; transform: translateY(-1px); }

/* ── Footer ── */
footer.site { padding: 64px 48px 32px; border-top: 1px solid rgba(109,40,217,0.1); max-width: 1180px; margin: 0 auto; }
footer.site .foot-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
footer.site .foot-brand { max-width: 320px; }
footer.site .foot-brand .nm { display: flex; align-items: center; gap: 9px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; color: #1e1b4b; font-weight: 700; margin-bottom: 14px; letter-spacing: -0.025em; font-variation-settings: "opsz" 36, "wdth" 95; }
footer.site .foot-brand .nm .mark { width: 24px; height: 24px; flex-shrink: 0; }
footer.site .foot-brand p { font-size: 13.5px; color: #52525b; line-height: 1.6; margin-bottom: 16px; }
footer.site .foot-brand .addr { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; color: #71717a; line-height: 1.55; }
footer.site .foot-col .h { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: #6d28d9; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; font-weight: 500; }
footer.site .foot-col a { display: block; font-size: 13.5px; color: #52525b; margin-bottom: 9px; transition: color 0.15s; }
footer.site .foot-col a:hover { color: #6d28d9; }
footer.site .foot-bottom { padding-top: 24px; border-top: 1px solid rgba(109,40,217,0.1); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
footer.site .foot-bottom .copy { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; color: #71717a; }
footer.site .foot-bottom .legal { display: flex; gap: 18px; font-size: 12.5px; }
footer.site .foot-bottom .legal a { color: #52525b; }

/* ── Mobile ── */
@media (max-width: 880px) {
  .header { padding: 14px 20px; }
  nav.primary { gap: 16px; }
  nav.primary a:not(.signin) { display: none; }
  section { padding: 0 20px; }
  .section-title { font-size: 30px; }
  footer.site { padding: 40px 20px 24px; }
  footer.site .foot-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  footer.site .foot-brand { grid-column: 1 / -1; }
}
