/* 2026 rebrand (docs/brand/Culture Nerd Marketing Site.html). The same page, re-skinned:
   sections and copy are unchanged. Values mirror the app's tokens in src/index.css
   (ccsq-* structural, cn-* meaning; the four card families are the brand brights with
   their tints — REBRAND §5a/§5b). This file has no build step, so they are restated
   here by name; change them in step with index.css. */
:root {
  --ink: #004361; --ink-dark: #00344D; --text: #0F3A50; --text-2: #2E4E5E;
  --muted: #52707E; --muted-2: #5E7683; --ground: #F7F5F2; --paper: #FFFFFF;
  --border: #E7E3DC; --border-2: #E1DCD4; --border-3: #D7D2CB;
  --green: #08A647; --green-ink: #067A35; --green-soft: #E6F6EC; --green-on-dark: #9FDDB6;
  --coral: #E84610; --coral-soft: #FDEFE9;
  --fam-blue: #0081C9; --fam-blue-tint: #E3F1FA; --fam-blue-line: #BFE2F4;
  --fam-pink: #E167A3; --fam-pink-tint: #FBE7F1; --fam-pink-line: #F4CCE1;
  --fam-amber: #FAB600; --fam-amber-tint: #FCEFC9; --fam-amber-line: #F7DF9A;
  --fam-green: #08A647; --fam-green-tint: #E6F6EC; --fam-green-line: #C4EBD2;
}
* { box-sizing: border-box; margin: 0; }
body { background: var(--ground); color: var(--text); font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif; line-height: 1.6; }
.page { position: relative; overflow: hidden; }
.arcs { position: absolute; top: -40px; right: -60px; width: 520px; pointer-events: none; opacity: 0.9; }
.wrap { max-width: 940px; margin: 0 auto; padding: 0 24px; position: relative; }
header.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 30px; }
header.top .logo { display: block; width: 196px; height: auto; }
.pill { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-ink); background: var(--paper); border: 1px solid var(--border-3); border-radius: 999px; padding: 8px 15px; }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
main { padding: 52px 0 32px; display: flex; flex-direction: column; gap: 42px; }
h1 { font-weight: 700; font-size: clamp(34px, 6vw, 52px); line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); max-width: 700px; text-wrap: pretty; }
h2 { font-weight: 700; font-size: clamp(24px, 3.6vw, 30px); color: var(--ink); margin-bottom: 14px; }
.hero { display: flex; flex-direction: column; gap: 20px; }
.lede { font-size: 18px; max-width: 640px; color: var(--text-2); }
.lede.bold { font-weight: 700; color: var(--ink); }
.notthis { display: flex; flex-direction: column; gap: 10px; }
.notthis .row { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 16px; }
.badge { width: 24px; height: 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex: none; }
.badge.x { background: var(--coral-soft); color: var(--coral); }
.badge.check { background: var(--green-soft); color: var(--green-ink); }
.notthis .yes { font-size: 20px; font-weight: 700; color: var(--ink); }
.ctas { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.cta-card { border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.cta-card.dark { background: var(--ink); }
.cta-card.light { background: var(--paper); border: 1px solid var(--border-2); }
.cta-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.cta-card.dark .cta-label { color: var(--green-on-dark); }
.cta-card.light .cta-label { color: var(--muted-2); }
.btn { display: inline-block; width: fit-content; padding: 12px 26px; border-radius: 11px; font-weight: 700; text-decoration: none; font-size: 15px; }
.btn.dark { background: var(--ink); color: #fff; }
.btn.dark:hover { background: var(--ink-dark); }
.waiting { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.waiting-dark { position: relative; margin-top: 18px; font-size: 15px; color: rgba(255,255,255,0.9); }
section.card { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 34px; box-shadow: 0 1px 3px rgba(0,67,97,0.04); }
.card p + p { margin-top: 12px; }
.card p { color: var(--text-2); }
.kicker { color: var(--muted); }
.kicker-strong { font-weight: 700; color: var(--ink); margin-top: 6px; }
.grid4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 20px; }
.outcome { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); padding: 18px; display: flex; flex-direction: column; gap: 10px; background: var(--tint); }
.outcome .tile { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--fam); color: #fff; }
.outcome .tile svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.outcome .label { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.35; }
.outcome .odesc { font-size: 13px; line-height: 1.5; color: #3D5B6B; }
.o1 { --fam: var(--fam-blue);  --tint: var(--fam-blue-tint);  --line: var(--fam-blue-line); }
.o2 { --fam: var(--fam-pink);  --tint: var(--fam-pink-tint);  --line: var(--fam-pink-line); }
.o3 { --fam: var(--fam-amber); --tint: var(--fam-amber-tint); --line: var(--fam-amber-line); }
.o4 { --fam: var(--fam-green); --tint: var(--fam-green-tint); --line: var(--fam-green-line); }
.pull { font-size: clamp(20px, 3vw, 24px); font-weight: 700; color: var(--ink); line-height: 1.35; max-width: 720px; margin-top: 22px; }
ul.checks { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px 32px; margin-top: 14px; }
ul.checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--text-2); }
ul.checks .badge { width: 20px; height: 20px; font-size: 11px; margin-top: 2px; }
section.journey { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 26px 30px; }
section.journey img { display: block; width: 100%; height: auto; }
section.founding { background: var(--ink); border-radius: 18px; padding: 34px; color: #fff; position: relative; overflow: hidden; }
section.founding > * { position: relative; }
section.founding .streams { position: absolute; right: -40px; bottom: -30px; width: 480px; opacity: 0.28; pointer-events: none; }
section.founding h2 { color: #fff; }
section.founding p { color: rgba(255,255,255,0.85); max-width: 680px; }
section.founding .cta-label { color: var(--green-on-dark); margin-top: 18px; display: block; }
section.founding ul.checks li { color: rgba(255,255,255,0.9); }
section.founding ul.checks .badge.check { background: rgba(255,255,255,0.15); color: var(--green-on-dark); }
footer { text-align: center; padding: 28px 0 40px; border-top: 1px solid var(--border); margin-top: 16px; }
footer .logo { display: block; width: 150px; height: auto; margin: 0 auto 10px; }
footer .brand { font-weight: 700; font-size: 13px; color: var(--ink); }
footer .legal { font-size: 10px; color: var(--muted); margin-top: 4px; }

/* One-off margins that used to be inline style attributes. !important keeps the
   precedence those attributes had, so moving them here (so the content policy needs
   no 'unsafe-inline') changes no layout. */
.u-mb-8 { margin-bottom: 8px !important; }
