/*
Theme Name:       FPO Foundation
Theme URI:        https://findingpurposeoutdoors.org
Author:           The Clone Shop Computers & Web Design
Author URI:       https://www.cloneshop.com
Description:      Custom theme for Finding Purpose Outdoors Foundation — a Texas-based 501(c)(3) nonprofit providing free outdoor adventures for veterans, first responders, and Gold Star families.
Version:          1.0.0
Requires at least: 6.0
Tested up to:     6.7
Requires PHP:     7.4
License:          GPL-2.0-or-later
License URI:      https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      fpo-theme
Tags:             nonprofit, one-column, custom-logo, custom-menu, featured-images, translation-ready

Finding Purpose Outdoors Foundation WordPress Theme
Copyright 2026 Finding Purpose Outdoors Foundation
*/

/* ── Design Tokens ── */
:root {
  --navy: #1B2A3D;
  --navy-deep: #111C2A;
  --forest: #2D5016;
  --forest-light: #3A6B1E;
  --gold: #C8941E;
  --gold-light: #D4A93A;
  --blue: #1A5276;
  --stone: #F5F3EE;
  --stone-dark: #E8E4DB;
  --cream: #FAF8F4;
  --charcoal: #2C2C2C;
  --white: #FFFFFF;
  --text: #333333;
  --text-light: #999999;
  --text-body: #555555;
  --cream-dark: #F0EDE5;
  --radius-md: 4px;
  --shadow-sm: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-md: 0 16px 40px rgba(0,0,0,0.12);
  --radius-sm: 4px;
  --warm-gray: #888888;
}

/* ── Reset ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

/* Screen reader text (WordPress default) */
.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: var(--gold);
  clip: auto !important;
  clip-path: none;
  color: var(--navy);
  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;
}
