/* pre-vc.eu — spacing, radius, shadow tokens
   Layout is document-like: a centered wrap, generous vertical bands,
   1px hairline rules instead of cards-with-shadow. Radii stay small
   (5–7px) — this is an engraved/technical brand, not a soft SaaS one. */

:root {
  --wrap: 1160px;
  --pad-x: clamp(20px, 5vw, 64px);
  --band-y: clamp(64px, 11vh, 132px); /* @kind spacing */

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --radius-sm: 5px;
  --radius-md: 6px;
  --radius-pill: 999px;

  /* the system uses hairline borders, not drop shadows, for structure */
  --shadow-plate: 0 22px 60px -28px rgba(0, 0, 0, 0.6);
  --shadow-art: 0 18px 44px -26px rgba(0, 0, 0, 0.55);
}
