/*
Theme Name:   Hello Biz Child — Casey Counseling Services
Theme URI:    https://caseykutner.com
Description:  Child theme for Hello Biz. All custom CSS and PHP for caseykutner.com lives here so it survives parent theme updates.
Author:       Casey Counseling Services
Author URI:   https://caseykutner.com
Template:     hello-biz
Version:      1.0.0
Text Domain:  hello-biz-child
*/

/* ==========================================================================
   Custom CSS for caseykutner.com
   --------------------------------------------------------------------------
   Anything added below overrides Hello Biz and Elementor defaults.
   Elementor page content is NOT affected by this file — that lives in the
   database and is edited in the Elementor editor.
   ========================================================================== */

/* --- Design tokens -------------------------------------------------------
   Placeholder values. These will be replaced once we pull the real palette
   and type scale off the live site.
   ------------------------------------------------------------------------ */
:root {
	--ccs-space-section: 5rem;
}

/* --- Accessibility -------------------------------------------------------
   Visible focus states. Important on a mental-health practice site where
   visitors may be navigating by keyboard or screen reader.
   ------------------------------------------------------------------------ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

/* Respect reduced-motion preferences. */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* --- Custom styles start here -------------------------------------------- */
