/* platform.css — rules this server's own templates need that marketing-base.css
 * does not carry: the structured landing page and the footer note. Loaded after
 * marketing-base.css and before each site's site.css, so a site can still
 * override any of it. Tokens only; never a brand colour. */

.eyebrow {
  color: var(--accent);
  font-weight: 650;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.store-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 1rem;
}

.hero-shot {
  margin: 2.5rem auto 0;
  max-height: 640px;
  width: auto;
  border-radius: var(--radius);
}

section h2 + p { max-width: 70ch; }

.footer-note {
  width: min(100% - 2.5rem, var(--max));
  margin: 1rem auto 0;
  font-size: 0.85rem;
}
.footer-note a { color: var(--muted); }
