/* Design tokens for Verlarz Classic Barber Shop (Premium).
   Derived from taxonomy tmpl_bb14 anchors: vintage-Americana barbershop,
   muted taupe palette, Prata serif display, hairline borders, flat corners. */

:root {
  /* anchors.palette */
  --color-bg: #fcf9f5;
  --color-surface: #e5e5e5;
  --color-ink: #303133;
  --color-muted: #897666;
  --color-accent: #9e8a78;
  --color-accent-2: #222227;

  /* extra derived tones used across components (kept within the anchor family) */
  --color-bg-raised: #ffffff;
  --color-accent-soft: #eee7dd;
  --color-ink-on-dark: #f4efe8;
  --color-muted-on-dark: #b9a998;

  /* anchors.fonts */
  --font-display: "Prata", Georgia, "Times New Roman", serif;
  --font-body: "Lato", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-ui: "Work Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* anchors.type_scale_ratio = 1.35, anchors.h1_px_desktop = 46 */
  --type-scale: 1.35;
  --font-size-base: 1rem;
  --font-size-h1: clamp(1.9rem, 1.4rem + 2.2vw, 2.875rem); /* ~46px desktop */
  --font-size-h2: calc(var(--font-size-base) * var(--type-scale) * var(--type-scale));
  --font-size-h3: calc(var(--font-size-base) * var(--type-scale));
  --font-size-sm: 0.875rem;
  --font-size-xs: 0.75rem;

  /* anchors.corner_radius_px = 0 / shadow_depth = 1 / border_style = hairline */
  --radius: 0px;
  --shadow: 0 2px 10px rgba(34, 34, 39, 0.08);
  --shadow-soft: 0 1px 3px rgba(34, 34, 39, 0.06);
  --border: 1px solid rgba(48, 49, 51, 0.14);
  --border-dark: 1px solid rgba(244, 239, 232, 0.16);

  /* anchors.layout_width = wide_1320 */
  --content-width: 1320px;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;

  /* aesthetic.motion = 2/5 -> restrained, understated transitions */
  --ease-standard: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 200ms;
  --dur-med: 500ms;
  --dur-slow: 900ms;
}
