/*
Theme Name: Artisan
Theme URI: https://example.com/artisan
Author: Your Name
Author URI: https://example.com
Description: Custom theme for the Artisan site, with templates for industry category pages, a training/lab page, a strategy studio page, and a blog/content hub.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artisan
*/

/* Global reset / base styles live here; component styles are enqueued separately from /assets/css. */

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
}

a {
	color: inherit;
}

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

.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.site-footer {
	padding: 40px 0;
	margin-top: 60px;
	border-top: 1px solid #eaeaea;
	font-size: 0.9rem;
}

.main-navigation ul {
	list-style: none;
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	text-decoration: none;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #000;
	color: #fff;
	padding: 8px 16px;
	z-index: 100000;
}

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