/* ============================================================
   The Ultimate Collection — flagship tier
   Uses the CORE brand exactly as on brownsett.co.uk and the
   printed brochure: deep aubergine surfaces, champagne gold,
   ivory. No new colours. Gold stays precious.
   ============================================================ */
:root {
  --ivory: #EDE4D4; /* = --text-on-brand-strong, named for convenience */
  --ultimate-hairline: rgba(200,178,116,.32);
  --ultimate-hairline-strong: rgba(200,178,116,.55);
  --scrim-photo: linear-gradient(180deg, rgba(37,21,48,.35) 0%, rgba(37,21,48,.85) 100%); /* @kind color */
}

/* Wrap any Ultimate surface in .theme-ultimate; semantic
   aliases remap to the dark brand register. */
.theme-ultimate {
  --surface-page: var(--aubergine-900);
  --surface-card: var(--aubergine-800);
  --surface-raised: var(--aubergine-700);
  --text-heading: var(--ivory);
  --text-body: rgba(237,228,212,.82);
  --text-muted: rgba(237,228,212,.55);
  --text-accent: var(--gold-400);
  --border-subtle: var(--ultimate-hairline);
  --border-default: var(--ultimate-hairline-strong);
  background: var(--surface-page);
  color: var(--text-body);
}
