/* ============================================================================
   Sara+Care® — "AI in Healthcare" page styles
   ----------------------------------------------------------------------------
   Page-specific stylesheet for the AI in Healthcare initiative landing page.
   Load AFTER tokens.css — every value here resolves against the design-system
   custom properties defined in tokens.css (--sc-blue-*, --font-*, --shadow-*…).

   Fonts (Poppins, Cormorant Garamond) are imported by tokens.css.
   Icons are Lucide (CDN <script>) — see the HTML <head>.
   ============================================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--sc-paper); min-width: 1280px; font-family: var(--font-body); color: var(--fg-2); }
main { max-width: 1280px; margin: 0 auto; background: white; box-shadow: 0 0 0 1px var(--border-1); }
a { color: inherit; text-decoration: none; }

/* ─── shared atoms ───────────────────────────────────────────── */
.section { padding: 88px 64px; }
.section.tight { padding: 56px 64px; }
.eyebrow {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sc-blue-600);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.eyebrow::after { content: ""; width: 48px; height: 2px; background: var(--sc-blue-600); display: inline-block; }
.eyebrow.on-dark { color: var(--sc-blue-300); }
.eyebrow.on-dark::after { background: var(--sc-blue-300); }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--sc-blue-800); margin: 0; }
.h1 { font-weight: 800; font-size: 64px; line-height: 1.04; letter-spacing: -0.025em; color: var(--sc-blue-800); }
.h1 em { font-family: var(--font-tagline); font-style: italic; font-weight: 500; color: var(--sc-blue-600); }
.h2 { font-weight: 800; font-size: 40px; line-height: 1.1; letter-spacing: -0.018em; color: var(--sc-blue-800); }
.h2 em { font-family: var(--font-tagline); font-style: italic; font-weight: 500; color: var(--sc-blue-600); }
.h3 { font-weight: 700; font-size: 22px; line-height: 1.25; color: var(--sc-blue-800); }
.lead { font-size: 19px; line-height: 1.65; color: var(--fg-2); max-width: 640px; }
.body { font-size: 16px; line-height: 1.7; color: var(--fg-2); }
.meta { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-3); font-weight: 700; }

.pill-cta {
  background: var(--sc-blue-600);
  color: white;
  border: 0;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-cta);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);
}
.pill-cta:hover { background: var(--sc-blue-700); }
.pill-cta:active { transform: scale(.98); }
.pill-cta.ghost {
  background: white;
  color: var(--sc-blue-600);
  border: 1.5px solid var(--sc-blue-600);
  box-shadow: none;
}
.pill-cta.ghost:hover { background: var(--sc-blue-50); }

/* ─── top bar ────────────────────────────────────────────────── */
.topbar {
  background: white;
  padding: 10px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--border-1);
  font-size: 13px;
  color: var(--fg-2);
}
.topbar a { display: inline-flex; align-items: center; gap: 6px; }
.topbar .shop {
  background: var(--sc-blue-700);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 11px;
}
.topbar .social { margin-left: auto; display: flex; gap: 14px; color: var(--sc-blue-700); align-items: center; }
.topbar .social a { display: inline-flex; align-items: center; color: var(--sc-blue-700); transition: color var(--dur-fast) var(--ease-standard); cursor: pointer; }
.topbar .social a:hover { color: var(--sc-blue-600); }

/* ─── nav ────────────────────────────────────────────────────── */
.navbar { background: white; padding: 14px 48px 0; }
.nav-top { display: flex; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--border-1); }
.nav-top .wordmark {
  background: white;
  border: 1.5px solid var(--sc-stone-300);
  border-radius: 999px;
  padding: 12px 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-inner);
}
.nav-top .wordmark .ms {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: var(--sc-blue-600);
  letter-spacing: -0.02em;
  position: relative;
}
.nav-top .wordmark .ms .reg { font-size: 10px; vertical-align: super; margin-left: 2px; }
.nav-top .wordmark .ms .burst {
  position: absolute; top: -8px; right: -6px; width: 18px; height: 18px;
}
.nav-top .wordmark .tag {
  font-family: var(--font-tagline);
  font-style: italic;
  font-size: 11px;
  color: var(--sc-stone-900);
  margin-top: 2px;
}
.nav-top .care { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-top .care .label { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--sc-blue-800); }
.nav-top .care .num { font-size: 13px; color: var(--fg-2); }

.nav-links { display: flex; align-items: center; padding: 16px 0; }
.nav-links nav { display: flex; gap: 28px; flex: 1; }
.nav-links a.item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--fg-1);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.nav-links a.item.active { color: var(--sc-blue-600); border-bottom-color: var(--sc-blue-600); }

/* ─── hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--sc-blue-50) 0%, white 100%);
  padding: 72px 64px 96px;
  overflow: hidden;
}
.hero .grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero .status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid var(--sc-blue-200);
  color: var(--sc-blue-700);
  border-radius: 999px;
  padding: 7px 16px 7px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero .status .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sc-orange-600);
  box-shadow: 0 0 0 4px rgba(225, 91, 60, 0.18);
}

.hero .h1 .line2 { color: var(--sc-stone-900); }
.hero .copy { margin-top: 24px; }
.hero .ctas { display: flex; gap: 14px; margin-top: 36px; }
.hero .specs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-top: 44px; max-width: 560px;
}
.hero .specs .spec {
  background: white;
  border: 1px solid var(--border-1);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-xs);
}
.hero .specs .spec .n {
  font-family: var(--font-display); font-weight: 800; font-size: 26px;
  color: var(--sc-blue-600); line-height: 1; letter-spacing: -0.01em;
}
.hero .specs .spec .l {
  font-size: 11px; color: var(--fg-3); margin-top: 8px;
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
}

.hero .frame {
  position: relative;
  height: 500px;
}
.hero .frame .arc-bg {
  position: absolute; right: -80px; top: 0;
  width: 560px; height: 460px;
  border-radius: 50%;
  background: var(--sc-blue-200);
  opacity: 0.7;
}
.hero .frame .arc-line {
  position: absolute; right: -60px; top: -18px;
  width: 540px; height: 480px;
  border-radius: 50%;
  border: 3px solid var(--sc-blue-400);
  opacity: 0.45;
}
.hero .frame .slot {
  position: absolute;
  right: 12px; top: 30px;
  width: 440px; height: 440px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: white;
}
.hero .frame .slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero .frame .floater {
  position: absolute;
  background: white;
  border: 1px solid var(--border-1);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px;
  font-size: 12px;
  color: var(--fg-2);
}
.hero .frame .floater .ico {
  width: 36px; height: 36px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sc-blue-50); color: var(--sc-blue-600);
}
.hero .frame .floater .t1 { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--sc-blue-800); }
.hero .frame .floater .t2 { font-size: 11px; color: var(--fg-3); letter-spacing: 0.06em; }
.hero .frame .f-1 { top: 22px; left: -10px; }
.hero .frame .f-2 { bottom: 30px; left: 30px; }
.hero .frame .f-3 { bottom: 100px; right: -30px; }

/* ─── opportunity ─────────────────────────────────────────────── */
.opp {
  background: white;
  padding: 96px 64px;
}
.opp .heading { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: end; margin-bottom: 56px; }
.opp .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.opp .stats .s {
  border: 1px solid var(--border-1);
  border-radius: 16px;
  padding: 28px 24px;
  background: white;
  transition: box-shadow var(--dur-base) var(--ease-standard);
}
.opp .stats .s:hover { box-shadow: var(--shadow-md); }
.opp .stats .s .n {
  font-family: var(--font-display); font-weight: 800;
  font-size: 44px; color: var(--sc-blue-600);
  line-height: 1; letter-spacing: -0.02em;
}
.opp .stats .s .l { font-size: 14px; color: var(--fg-1); margin-top: 14px; font-weight: 600; }
.opp .stats .s .src { font-size: 11px; color: var(--fg-3); margin-top: 6px; letter-spacing: 0.04em; }
.opp .stats .s .accent { background: var(--sc-orange-100); display: inline-block; width: 28px; height: 4px; border-radius: 2px; margin-bottom: 18px; }

/* ─── initiative ─────────────────────────────────────────────── */
.init {
  background: var(--sc-blue-50);
  padding: 96px 64px;
  position: relative;
}
.init .top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: end; margin-bottom: 56px; }
.init .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.init .pillar {
  background: white;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid var(--border-1);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 14px;
}
.init .pillar .badge {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--sc-blue-50);
  color: var(--sc-blue-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.init .pillar h3 { font-size: 19px; color: var(--sc-blue-800); }
.init .pillar p { font-size: 14px; line-height: 1.65; color: var(--fg-2); }
.init .pillar .roles { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 6px; }
.init .pillar .role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--sc-blue-100);
  color: var(--sc-blue-700);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ─── architecture ───────────────────────────────────────────── */
.arch { background: white; padding: 96px 64px; }
.arch .top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.arch .layers { display: flex; flex-direction: column; gap: 14px; }
.arch .layer {
  display: grid;
  grid-template-columns: 70px 1fr 1.4fr 1.1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--border-1);
  background: white;
  border-radius: 16px;
  padding: 24px 28px;
  transition: box-shadow var(--dur-base) var(--ease-standard), border-color var(--dur-base) var(--ease-standard);
}
.arch .layer:hover { box-shadow: var(--shadow-md); border-color: var(--sc-blue-200); }
.arch .layer .num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 44px; color: var(--sc-blue-200);
  line-height: 1; letter-spacing: -0.02em;
}
.arch .layer .title { display: flex; flex-direction: column; gap: 6px; }
.arch .layer .title .kicker { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sc-orange-600); font-weight: 700; }
.arch .layer .title h3 { font-size: 20px; color: var(--sc-blue-800); }
.arch .layer .desc { font-size: 14px; line-height: 1.65; color: var(--fg-2); }
.arch .layer .who {
  font-size: 12.5px;
  color: var(--fg-3);
  line-height: 1.55;
}
.arch .layer .who strong { color: var(--sc-blue-700); font-weight: 600; }

/* ─── pilot scope ────────────────────────────────────────────── */
.pilot {
  background: linear-gradient(180deg, white 0%, var(--sc-blue-50) 100%);
  padding: 96px 64px;
}
.pilot .grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.pilot .visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  background: var(--sc-blue-100);
  border: 1px solid var(--border-1);
  box-shadow: var(--shadow-md);
}
.pilot .visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pilot .pathway-list { margin-top: 32px; }
.pilot .pathway {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 18px 0;
  border-top: 1px dashed var(--border-2);
}
.pilot .pathway:last-child { border-bottom: 1px dashed var(--border-2); }
.pilot .pathway .lab {
  display: flex; align-items: center; gap: 14px;
}
.pilot .pathway .icn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--sc-blue-50);
  color: var(--sc-blue-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.pilot .pathway .name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 17px; color: var(--sc-blue-800);
}
.pilot .pathway .sub { font-size: 13px; color: var(--fg-3); margin-top: 2px; }
.pilot .pathway .phase {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sc-blue-700);
  background: var(--sc-blue-100);
  padding: 5px 12px;
  border-radius: 999px;
}
.pilot .pathway .phase.p2 { color: var(--sc-orange-700); background: var(--sc-orange-100); }

.pilot .meta-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.pilot .mr {
  background: white; border: 1px solid var(--border-1);
  border-radius: 14px; padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
}
.pilot .mr .ic {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--sc-blue-50); color: var(--sc-blue-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.pilot .mr .k { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); font-weight: 700; }
.pilot .mr .v { font-family: var(--font-display); font-weight: 700; color: var(--sc-blue-800); font-size: 17px; }

/* ─── advisory ───────────────────────────────────────────────── */
.adv {
  background: var(--sc-blue-900);
  color: white;
  padding: 96px 64px;
  position: relative;
  overflow: hidden;
}
.adv::before {
  content: "";
  position: absolute; right: -120px; top: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(79, 176, 229, 0.10);
}
.adv .top { max-width: 720px; margin-bottom: 48px; position: relative; }
.adv h2 { color: white; }
.adv h2 em { color: var(--sc-blue-300); }
.adv .body { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.7; }

.adv .cards { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 18px; position: relative; }
.adv .card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  backdrop-filter: blur(0);
}
.adv .card.lead-card { background: rgba(79, 176, 229, 0.12); border-color: rgba(79, 176, 229, 0.30); }
.adv .card .role {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sc-blue-300);
  font-weight: 700;
}
.adv .card .name { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: white; line-height: 1.25; }
.adv .card .desc { font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); }
.adv .card .anchor { display: flex; align-items: center; gap: 8px; color: var(--sc-blue-300); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }

/* ─── partners ───────────────────────────────────────────────── */
.partners { background: white; padding: 88px 64px; }
.partners .top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: end; margin-bottom: 40px; }
.partners .legend {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--sc-blue-50);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--sc-blue-700);
  font-weight: 600;
  margin-top: 6px;
}
.partners .legend .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sc-orange-600); }

.partners .row {
  border-top: 1px solid var(--border-1);
  padding: 28px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: center;
}
.partners .row:last-child { border-bottom: 1px solid var(--border-1); }
.partners .row .label {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: var(--sc-blue-800);
}
.partners .row .label .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3); font-weight: 700; display: block; margin-bottom: 4px; }
.partners .chips { display: flex; flex-wrap: wrap; gap: 10px; }
.partners .chip {
  background: white;
  border: 1px solid var(--border-2);
  color: var(--sc-blue-800);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
}
.partners .chip .status { width: 8px; height: 8px; border-radius: 50%; background: var(--sc-stone-300); }
.partners .chip.warm .status { background: var(--sc-orange-600); }
.partners .chip.in .status { background: var(--sc-green-600); }
.partners .chip .sm { font-size: 11px; color: var(--fg-3); font-weight: 500; letter-spacing: 0.04em; }

/* ─── timeline ───────────────────────────────────────────────── */
.timeline { background: var(--sc-blue-50); padding: 88px 64px; }
.timeline .top { max-width: 720px; margin-bottom: 48px; }
.timeline .track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.timeline .step {
  background: white;
  border: 1px solid var(--border-1);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.timeline .step.current { border-color: var(--sc-orange-600); box-shadow: 0 0 0 3px rgba(225, 91, 60, 0.10); }
.timeline .step .phase {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-3); font-weight: 700;
}
.timeline .step.current .phase { color: var(--sc-orange-600); }
.timeline .step .title { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--sc-blue-800); }
.timeline .step .body { font-size: 13px; color: var(--fg-2); line-height: 1.6; }
.timeline .step .when { font-size: 12px; color: var(--fg-3); margin-top: auto; padding-top: 6px; letter-spacing: 0.04em; }

/* ─── partnership cta ────────────────────────────────────────── */
.invite {
  background: white;
  padding: 96px 64px;
  border-top: 1px solid var(--border-1);
}
.invite .card {
  background: linear-gradient(135deg, var(--sc-blue-700) 0%, var(--sc-blue-900) 100%);
  border-radius: 24px;
  padding: 64px 56px;
  color: white;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.invite .card::before {
  content: ""; position: absolute;
  right: -120px; bottom: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(79, 176, 229, 0.18);
}
.invite .card h2 { color: white; font-size: 42px; }
.invite .card h2 em { color: var(--sc-blue-300); }
.invite .card .body { color: rgba(255, 255, 255, 0.82); font-size: 17px; margin-top: 20px; line-height: 1.65; max-width: 520px; }
.invite .form {
  background: white;
  color: var(--fg-1);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}
.invite .form h3 { font-size: 18px; color: var(--sc-blue-800); margin-bottom: 14px; }
.invite .form label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--fg-3); }
.invite .form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.invite .form input, .invite .form select {
  border: 1px solid var(--border-2);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-1);
  background: white;
  outline: none;
}
.invite .form input:focus, .invite .form select:focus { border-color: var(--sc-blue-400); box-shadow: 0 0 0 3px rgba(79, 176, 229, 0.25); }
.invite .form .submit { width: 100%; justify-content: center; }

/* ─── footer ─────────────────────────────────────────────────── */
footer {
  /*background: var(--sc-blue-900);
  color: white;
  padding: 60px 48px 32px;*/
}
footer .grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
footer .col h4 { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: white; margin-bottom: 16px; letter-spacing: 0.02em; }
footer .col a { font-size: 13px; color: rgba(255, 255, 255, 0.72); padding: 5px 0; display: block; }
footer .wordmark-foot {
  background: white;
  border-radius: 999px;
  padding: 12px 24px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
footer .wordmark-foot .ms { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--sc-blue-600); letter-spacing: -0.02em; line-height: 1; }
footer .wordmark-foot .ms .reg { font-size: 9px; vertical-align: super; margin-left: 2px; }
footer .wordmark-foot .tag { font-family: var(--font-tagline); font-style: italic; font-size: 10px; color: var(--sc-stone-900); margin-top: 2px; }
footer .blurb { font-size: 13px; color: rgba(255, 255, 255, 0.72); line-height: 1.7; margin-top: 18px; }
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 40px; padding-top: 20px;
  display: flex; justify-content: space-between;
  font-size: 12px; color: rgba(255, 255, 255, 0.55);
}

/* burst svg used in wordmark */
.burst-svg path { fill: var(--sc-blue-400); }







