/* Atelier variant — the default. main.css already carries Atelier styling
   (centered hero with photo, soft cyan washes, rounded cards). This file
   exists so all three variants ship together and the runtime picker can
   toggle cleanly. */

/* Dark-mode callout treatment: the road-to-launch (beta), audit-trail
   (platform) and build-with-us (about) panels share the security-panel
   background so the dark theme reads as one tonal family. */
[data-variant='atelier'][data-theme='dark'] .timeline-callout,
[data-variant='atelier'][data-theme='dark'] .page--platform .callout-panel > .container > .callout,
[data-variant='atelier'][data-theme='dark'] .page--about .callout--large {
  background: #1F1A2A;
  color: var(--ink);
}
