/*
Theme Name: PrimeHealthUnited
Theme URI: https://primehealthunited.com
Author: Atif
Author URI: https://primehealthunited.com
Description: A complete, responsive healthcare outsourcing and BPO theme built by Atif and presented by PrimeHealthUnited. Includes prebuilt Gutenberg-editable pages, automatic menus, Elementor support, customizable branding, and conversion-focused service layouts.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phu
Tags: one-column, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/*
 * Design tokens — Foothills-style (PHU)
 * Colors: warm off-white / near-black / teal-green accent
 * Type: Montserrat (headings) + Poppins (body)
 * Radius: 16px cards, pills for controls
 */

:root {
	--color-bg: #faf9f6;
	--color-surface: #ffffff;
	--color-text: #1c1b19;
	--color-accent: #0e7c66;
	--color-accent-2: #14a38c;
	--color-accent-3: #6ee7d6;
	--color-accent-soft: #e6f4f0;
	--color-accent-ink: #ffffff;
	--color-border: #e8e5df;
	--color-muted: #6b6761;
	--color-off-black: #0f0e0c;

	--radius-pill: 9999px;
	--radius-card: 1rem;

	--shadow-card: 0 1px 3px rgba(15, 14, 12, 0.06), 0 8px 24px rgba(15, 14, 12, 0.05);
	--shadow-lift: 0 12px 40px rgba(14, 124, 102, 0.16);

	--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-mono: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--space-1: 0.5rem;
	--space-2: 1rem;
	--space-3: 1.5rem;
	--space-4: 2rem;
	--space-5: 3rem;
	--space-6: 4rem;

	--container-max: 1440px;
	--section-gap: clamp(4.5rem, 9vw, 8.5rem);

	--z-base: 0;
	--z-nav: 100;
	--z-overlay: 200;
	--z-modal: 300;
	--z-toast: 500;

	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--dur-200: 200ms;
	--dur-300: 300ms;
	--dur-420: 420ms;
}
