/* Vibe: Gallery Calm (gallery_calm) v1.0.0 */
/* Museum-quiet, lots of whitespace, no flourish. Each piece earns full attention; navigation hides until summoned. */
:root[data-vibe="gallery_calm"] {
  --aa-color-bg: #fafaf8;
  --aa-color-fg: #1c1c1a;
  --aa-color-accent: #5a5a55;
  --aa-color-muted: #b8b8b3;
  --aa-typography-font-display: 'Helvetica Neue', 'Inter', system-ui, sans-serif;
  --aa-typography-font-body: 'Helvetica Neue', 'Inter', system-ui, sans-serif;
  --aa-typography-scale-ratio: 1.2;
  --aa-typography-base-size-px: 16px;
  --aa-motion-duration-ms-base: 180ms;
  --aa-motion-easing: ease-in-out;
  --aa-motion-parallax: false;
  --aa-layout-grid-cols: 12;
  --aa-layout-container-max-px: 1320px;
  --aa-layout-gutter-px: 64px;
  --aa-navigation-style: hidden;
  --aa-navigation-persistence: scroll_reveal;
}
