/*
 * company.css — Swimart Internal Training Site
 * Single source of truth for company-specific information.
 *
 * To rebrand or update sitewide:
 *   1. Change the values below.
 *   2. Also update COMPANY_NAME in api/Chat/lib/company-config.js
 *      (Node.js API cannot read CSS variables at runtime).
 *
 * HTML text nodes are populated by /company.js which reads these
 * variables and sets textContent on every .company-name element.
 */

:root {
  --company-name:        "Swimart North Strathfield";
  --company-short:       "Swimart";
  --company-hub:         "Resource Hub";
  --company-full-title:  "Swimart North Strathfield — Resource Hub";

  --company-phone:         "0297637005";
  --company-phone-display: "(02) 9763 7005";
  --company-email:         "northstrathfield@swimart.com.au";

  /* Departmental phone numbers (used on the Meet the Team page) */
  --company-phone-bookings: "0280741154";
  --company-phone-sales:    "0280744723";
  --company-phone-accounts: "0280742632";
  --company-phone-payables: "0280742489";
  --company-phone-admin:    "0280741292";

  /* External URLs — placeholders until real destinations exist */
  --company-booking-url:                "https://www.google.com/";
  --company-teams-chat-url:             "https://www.google.com/";
  --company-maintenance-agreement-url:  "https://www.google.com/";
  --company-acid-wash-waiver-url:       "https://www.google.com/";
  --company-maps-url:                   "https://www.google.com/maps/place/Swimart+North+Strathfield";
  --company-google-reviews-url:         "https://www.google.com/";
  --company-leave-review-url:           "https://www.google.com/";
}
