:root {
  --ph-dark: #171717;
  --ph-black: #111111;
  --ph-surface: #ffffff;
  --ph-muted: #f5f3ed;
  --ph-ink: #1f1f1f;
  --ph-line: #e7e1d0;
  --ph-gold: #d4af37;
  --ph-gold-bright: #f0cf64;
  --ph-radius: 8px;
  --ph-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  --ph-heading-font: "Poppins", "Raleway", Arial, sans-serif;
  --ph-body-font: "Roboto", Arial, sans-serif;
  --ph-header-bg: rgba(249, 249, 249, 0.92);
  --ph-topbar-bg: #171717;
  --ph-topbar-text: #f8f3df;
}

.ph-brand-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  color: #151515;
  background: linear-gradient(135deg, var(--ph-gold-bright), var(--ph-gold));
  border: 1px solid rgba(212, 175, 55, 0.72);
  border-radius: var(--ph-radius);
  font-weight: 800;
  text-decoration: none;
}

.ph-brand-footer {
  color: #f7f3e8;
  background: var(--ph-dark);
}
