/* ==========================================================================
   OROS HOME — SPACING, RADIUS, MOTION, ELEVATION
   Source: Oros_Brand_Guide_v2.pdf, section 05 — Devices / Breathing Room
   ========================================================================== */

:root {
  /* ---- Spacing scale ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;   /* brand minimum internal padding, digital */
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Brand-specific breathing room */
  --space-min-padding: 48px;       /* minimum internal padding, digital (0.5in print) */
  --space-summit-clearance: 20px;  /* min clear space above/below the summit horizon */

  /* ---- Radius ----
     No rounded-corner card language appears anywhere in the brand guide,
     wireframes, or photography — Oros products are physical vessels (shells,
     ceramic, wood) photographed in the real world, not app-style rounded
     cards. Kept minimal/sharp with a small radius reserved for tap targets
     (buttons, inputs, swatches) only. */
  --radius-none: 0px;
  --radius-sm: 2px;   /* buttons, inputs */
  --radius-md: 4px;   /* small cards, swatches */
  --radius-full: 999px; /* pills — quiz progress, tags */

  /* ---- Borders ---- */
  --border-width-hairline: 1px;
  --border-width-foil-print: 0.25pt; /* @kind other */

  /* ---- Elevation ----
     Brand favors flatness + hairlines over shadow depth; use shadow only for
     truly floating UI (sticky cart bar, modals), always subtle. */
  --shadow-sm: 0 1px 2px rgba(40, 40, 40, 0.06);
  --shadow-md: 0 4px 16px rgba(40, 40, 40, 0.08);
  --shadow-lg: 0 12px 40px rgba(40, 40, 40, 0.14);

  /* ---- Motion ----
     No animation guidance in brand materials. Kept restrained and unhurried
     to match brand voice: slow, soft easing, no bounce/spring. */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-base: 280ms; /* @kind other */
  --duration-slow: 480ms; /* @kind other */
}
