/*
Theme Name: Tactical Legacy
Theme URI: https://tacticallegacy.com
Author: Tactical Legacy Team
Author URI: https://tacticallegacy.com
Description: A professional WordPress theme designed for veteran career transition services. Features a clean, military-inspired design with strategic branding, custom page templates, and conversion-focused layouts. Perfect for career consulting, veteran services, and professional coaching businesses.
Version: 1.0.2
Requires at least: 5.8
Tested up to: 6.4
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: tactical-legacy
Tags: custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, business, portfolio

Tactical Legacy WordPress Theme, Copyright 2025
Tactical Legacy is distributed under the terms of the GNU GPL
*/

/* ==========================================================================
   CSS Reset & Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #0B1F2A;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: #C8A96A;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0B1F2A;
}

ul, ol {
    list-style-position: inside;
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

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

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #C8A96A;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0; 
}
