/* Essorane base styles — placeholder until the brand system is implemented. */
*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
	color: #111;
	background: #fff;
}

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

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; padding: .5rem 1rem; background: #111; color: #fff; }

.site-header, .site-main, .site-footer { max-width: 72rem; margin: 0 auto; padding: 1.5rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-brand { font-weight: 700; color: inherit; text-decoration: none; }
