:root {
  --theme-page: #f1e9dc;
  --theme-page-alt: #e5d8c4;
  --theme-surface: #fff9f0;
  --theme-elevated: rgba(255, 249, 240, 0.96);
  --theme-text: #171817;
  --theme-muted: #5e625c;
  --theme-primary: #a8673f;
  --theme-primary-deep: #26352b;
  --theme-secondary: #b68a45;
  --theme-accent: #b68a45;
  --theme-border: rgba(168, 103, 63, 0.28);
  --theme-focus: #8f512f;
  --theme-success: #42684f;
  --theme-warning: #9a6a2a;
  --theme-danger: #9b4039;
  --theme-font-heading: "Cormorant Garamond", Georgia, serif;
  --theme-font-body: Montserrat, Arial, sans-serif;
  --theme-radius-small: 0.5rem;
  --theme-radius-medium: 1rem;
  --theme-radius-large: 1.5rem;
  --theme-shadow-soft: 0 14px 40px rgba(23, 24, 23, 0.14);
  --theme-shadow-elevated: 0 30px 90px rgba(23, 24, 23, 0.32);
}

.celestial-canvas { display: none; }

.coming-soon-hero__veil {
  background: linear-gradient(90deg, rgba(23, 24, 23, 0.82), rgba(38, 53, 43, 0.58));
}

.coming-soon-panel {
  border-color: rgba(182, 138, 69, 0.48);
  background: rgba(241, 233, 220, 0.93);
}

.badge--luminous {
  color: #f1e9dc;
  background: #26352b;
  box-shadow: 0 0 0 1px rgba(182, 138, 69, 0.6);
}
