/*
Theme Name: CHCP Theme v7
Theme URI: https://chapelhillcoop.com
Author: Chapel Hill Cooperative Preschool
Author URI: https://chapelhillcoop.com
Description: A modern, standards-compliant WordPress theme designed specifically for Chapel Hill Cooperative Preschool (CHCP). Fully optimized for WordPress Gutenberg core blocks, responsive mobile layouts, and customizer-driven actions with zero hardcoded content.
Version: 7.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chcp
Tags: block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-width-template, theme-options, translation-ready, accessibility-ready
*/

/*
 * Note: Theme styling and Gutenberg block companion styles are enqueued from assets/css/theme.css.
 * Base CSS custom properties and resets are established below.
 */

:root {
  /* Primary Brand Colors */
  --chcp-forest-dark: #1b4332;
  --chcp-forest-medium: #2d5a43;
  --chcp-forest-light: #e8f0eb;
  --chcp-sage: #407b5e;
  
  /* Accent & Action Colors */
  --chcp-purple: #7b5ea7;
  --chcp-purple-light: #f3effa;
  --chcp-gold: #e9a62b;
  --chcp-blue: #3698c6;
  --chcp-coral: #e95a50;
  
  /* Neutrals & Surfaces */
  --chcp-cream: #faf8f5;
  --chcp-cream-deep: #f4efea;
  --chcp-cream-card: #ffffff;
  --chcp-text: #2c3e50;
  --chcp-text-muted: #555555;
  --chcp-border: #e2ded7;
  
  /* Elevation & Geometry */
  --chcp-radius: 14px;
  --chcp-radius-sm: 8px;
  --chcp-radius-lg: 24px;
  --chcp-shadow: 0 4px 20px rgba(27, 67, 50, 0.07);
  --chcp-shadow-lg: 0 12px 36px rgba(27, 67, 50, 0.12);
  
  /* Container Widths */
  --chcp-content-width: 920px;
  --chcp-wide-width: 1220px;
  --chcp-full-width: 100%;
  
  /* Typography */
  --chcp-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --chcp-font-serif: Georgia, "Playfair Display", "Times New Roman", serif;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
