:root {
  --tp-primary: #d4738f;
  --tp-primary-hover: #c25f7d;
  --tp-secondary: #fce8ef;
  --tp-bg: #fff8fb;
  --tp-surface: #ffffff;
  --tp-text: #4a2c35;
  --tp-text-muted: #8b6b75;
  --tp-border: rgba(212, 115, 143, 0.35);
  --tp-hero-overlay: rgba(255, 248, 251, 0.25);
  --tp-radius: 14px;
  --tp-font-heading: "Cormorant Garamond", "Playfair Display", "Plus Jakarta Sans", serif;
}

.tp-header {
  background: #fff8fb;
  border-bottom: 1px solid var(--tp-border);
}

.tp-hero--manicure .tp-hero__title {
  font-family: var(--tp-font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tp-hero--manicure .tp-hero__subtitle {
  color: var(--tp-text-muted);
}

.tp-section--gallery {
  background: var(--tp-secondary);
  color: var(--tp-text);
}

.tp-section--gallery .tp-section__title {
  color: var(--tp-text);
}

.tp-btn--primary {
  border-radius: var(--tp-radius);
}
