/**
 * Minimal theme styles — keep light so Elementor controls layout.
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--bds-font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
	line-height: 1.6;
	color: var(--bds-color-p, #1a2942);
	background: #fff;
}

h1 {
	color: var(--bds-color-h1, #1a2942);
}

h2 {
	color: var(--bds-color-h2, #1a2942);
}

h3 {
	color: var(--bds-color-h3, #1a2942);
}

h4 {
	color: var(--bds-color-h4, #1a2942);
}

h5 {
	color: var(--bds-color-h5, #1a2942);
}

h6 {
	color: var(--bds-color-h6, #1a2942);
}

.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

body.elementor-page .site-main {
	max-width: none;
	padding: 0;
}

.site-header--fallback,
.site-footer--fallback {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}

.site-footer--fallback {
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
}

.site-header__inner,
.site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-title {
	margin: 0;
	font-size: 1.25rem;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-navigation__menu,
.site-footer-navigation__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation__menu a,
.site-footer-navigation__menu a {
	text-decoration: none;
	color: inherit;
}

.site-footer__copy {
	margin: 0;
	font-size: 0.875rem;
	color: var(--bds-color-secondary, #64748b);
}

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

.page-title {
	margin-top: 0;
}
