/*
Theme Name: Placid SC Divi Child
Theme URI: https://placidsc.com
Description: Divi child theme for Placid Solutions & Consulting, carrying the custom brand CSS ported from the original static design.
Author: Placid Solutions & Consulting
Author URI: https://placidsc.com
Template: Divi
Version: 1.0.0
Text Domain: placidsc-divi-child
*/

/* ==========================================================================
   Design tokens (ported from the original style.css :root block)
   ========================================================================== */
:root {
  --bg-deep-start: #102a43;
  --bg-deep-end: #2a2e40;
  --bg-main: #f5f7fa;
  --bg-white: #ffffff;
  --accent: #fc4823;
  --accent-dark: #e03616;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --text-gray-200: #e2e8f0;
  --text-gray-300: #cbd5e1;
  --text-gray-400: #94a3b8;
  --text-gray-500: #64748b;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --shadow-soft: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  --shadow-hover: 0 12px 25px -5px rgba(0, 0, 0, 0.1);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Global overrides on top of Divi defaults
   ========================================================================== */
body {
  font-family: var(--font-sans);
  color: var(--text-dark);
}

h1, h2, h3, .font-serif {
  font-family: var(--font-serif);
}

/* ==========================================================================
   Component CSS ported from the original static build
   (hanging cards, cosmos lines, map widget, counters, etc.)
   Full file lives in /assets/css/custom-sections.css and is enqueued
   in functions.php so it only loads where actually needed.
   ========================================================================== */
