/* Pure Discoveries — base brand (teal). The theme's :root / theme.json already
   carries these as the default tokens; this file is the explicit PD skin so all
   five brands are symmetrical. */
body.brand-pd {
  --brand-deep: #0d4a5b; /* primary */
  --brand-sky:  #47B5D7; /* accent  */
  --brand-aqua: #8ccac6;
  --brand-glass:#bffff3;
  --gradient-button: linear-gradient(135deg, #8ccac6, #47B5D7, #0d4a5b);
}
