/* Beauty Deutsch — spacing, sizing, layout. 4px base, generous salon-like whitespace. */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --section-y: var(--space-9);        /* vertical rhythm between page sections */
  --section-y-tight: var(--space-8);
  --gutter: var(--space-5);
  --container: 1200px;
  --container-narrow: 760px;

  --control-h-sm: 36px;
  --control-h: 48px;                  /* default button/input height */
  --control-h-lg: 56px;
  --tap-min: 44px;

  --logo-mark-min: 16px;              /* mark never below 16px */
  --logo-lockup-min: 120px;           /* horizontal lockup never below 120px wide */
  --logo-clearspace: 8px;             /* ≈ height of one umlaut dot */
}
