/*
Theme Name: Luceo FSE
Theme URI: https://luceosports.com
Author: Luceo Sports
Author URI: https://luceosports.com
Description: Luceo Sports Full Site Editing (FSE) block theme. Implements the Luceo design system (Roboto/Abel type, blue #1d7fb5 / orange #f36f21 palette) as a block theme with patterns for the standard Luceo page sections (hero, features, testimonials, CTA strip, pricing row). Used network-wide on wp.luceosports.com and all partner subsites for customer-editable page creation. Does NOT touch Phase 1 fullhtml-imported pages — those keep rendering via hs_fullhtml_renderer.php.
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.4
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luceo-fse
Tags: full-site-editing, block-patterns, blog, business

Luceo FSE is built on WordPress block-theme conventions. All design tokens live in theme.json.
Jira: AI-1027 (parent epic AI-1002 — WP Partner Portal Customer Usability v1).
*/

/* AI-1690 R2 — image sizing baseline (from OHSBCA Clean-5 module CSS) */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-block-image.is-style-logo img { max-height: 72px; width: auto; object-fit: contain; }
.wp-block-image.is-style-headshot img { aspect-ratio: 1; object-fit: cover; width: 100%; border-radius: 4px; }
header .wp-block-site-logo img { max-height: 80px; width: auto; }
footer .wp-block-image img { max-height: 80px; width: auto; }

/* AI-1690 R3 sticky header */
.wp-site-blocks > header { position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 100; }
