/*
Theme Name: Lumina
Theme URI: https://example.com/lumina
Author: Built with Claude
Author URI: https://example.com
Description: Lumina is a sophisticated, multi-demo WordPress theme. It ships with three fully designed starter sites — Studio (personal portfolio), Sanctuary (church) and Forward (organization / nonprofit) — each with its own visual identity, switchable live from the Customizer. Works standalone, or build visually with Elementor (header/footer/single/archive theme-builder locations supported).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: lumina
Tags: portfolio, blog, church, nonprofit, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template, two-columns, right-sidebar
*/

/* ==========================================================================
   This file holds the theme header (above) and base/reset styles only.
   The design system and per-demo styling live in /assets/css/ and are
   enqueued conditionally. Keeping style.css lean is intentional.
   ========================================================================== */

/* 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: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #111;
	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;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
}
.skip-link:focus {
	left: 6px;
	top: 6px;
}

/* Alignments ----------------------------------------------------------- */
.alignleft  { float: left;  margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignwide  { max-width: 1100px; }
.alignfull  { max-width: none; }

/* WP core required classes -------------------------------------------- */
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-style: italic; }
.sticky { display: block; }
.gallery-caption {}
.bypostauthor {}

.post-password-form input[type="password"] {
	padding: 0.6em 0.8em;
}

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