/*
Theme Name: Corso di Leadership
Theme URI: https://corsoleadership.com
Author: Castro & Partners
Author URI: https://www.castroandpartners.com
Description: Block theme FSE per il Corso di Leadership di Management Academy (Castro & Partners). Portale multi-pagina, assessment lead-magnet e blog SEO.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
License: Proprietary
License URI: https://www.castroandpartners.com
Text Domain: ma-corsoleadership
Tags: block-theme, full-site-editing, sales-page, product
*/

/* Phase 1 base: reset, skip-link. Tokens in theme.json. Header/footer use .site-hdr/.site-ftr from site.css. */

*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: 9999; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; width: auto; height: auto; overflow: visible; background: var(--wp--preset--color--cp-brand-700); color: #fff; padding: 12px 20px; border-radius: 4px; font-weight: 700; font-size: 14px; text-decoration: none; z-index: 9999; }

/* Mobile nav open state */
.site-nav.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,0.98); padding: 16px 22px; box-shadow: var(--cp-shadow-3); z-index: 90; }
