/*
Theme Name: SM'ART
Theme URI: https://smart.v-net.it
Author: SM'ART
Author URI: https://smart.v-net.it
Description: Tema graficamente avanzato per SM'ART. Struttura modulare con sezioni personalizzabili (ispirato a Cardea).
Version: 1.0.0
Requires at least: 6.0
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: smart
*/

/* Reset base */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, sans-serif; line-height: 1.6; }

/* Header */
.smart-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.smart-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.smart-header__logo img { max-height: 50px; width: auto; }
.smart-header__site-title { font-size: 1.25rem; font-weight: 700; text-decoration: none; color: inherit; }
.smart-nav__list { display: flex; list-style: none; margin: 0; padding: 0; gap: 1.5rem; }
.smart-nav__list a { text-decoration: none; color: inherit; }

/* Main */
.smart-main { padding-top: 80px; }

/* Footer */
.smart-footer { padding: 2rem; text-align: center; background: #f5f5f5; }
