/* ════════════════════════════════════════════════════════════
   THEME · prive  —  nakładka na _core/assets/base.css
   (paleta :root + warstwa tożsamości; base żyje w rdzeniu)
   Aurora Privé = modern minimalist (paper/rose/ink, Cormorant+Inter).
   base.css wywodzi się z prive, więc skórka to głównie potwierdzenie palety.
   ════════════════════════════════════════════════════════════ */

:root {
  --paper:       #F7F4F2;
  --paper-2:     #EFEAE6;
  --rose:        #E6C5C5;
  --rose-deep:   #D8B0B0;
  --rose-pale:   #F9EDED;
  --ink:         #1F1F1F;
  --ink-2:       #555555;
  --ink-3:       #8A8A8A;
  --ink-4:       #C9C5C0;
  --line:        rgba(31, 31, 31, .08);

  --f-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --f-sans:  'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --max:    1240px;
  --gutter: max(24px, 5vw);

  --r-sm: 4px;
  --r-md: 12px;
  --r-lg: 24px;
  --r-pill: 999px;

  --ease:      cubic-bezier(.16, .84, .24, 1);
  --t-fast:    .25s var(--ease);
  --t-mid:     .45s var(--ease);
  --t-slow:    .8s var(--ease);
}

/* — akcenty tożsamości prive (minimalist, różany detal) — */
.hero__title em,
.intro__title em { color: var(--rose-deep); font-style: italic; }
.eyebrow { color: var(--rose-deep); letter-spacing: .24em; }
::selection { background: var(--rose); color: var(--ink); }
