/* Static homepage – June Lee Law Group (Vercel) */

:root {
	--jllg-transition: 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
	margin: 0;
	min-height: 100vh;
	background-color: #fff;
	color: #1a2744;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.012em;
}

/* Full-viewport centered hero */
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.header-inner {
	width: 100%;
	max-width: 1200px;
	padding: 1.5rem;
}

.header-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 560px;
	margin-inline: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	animation: fade-up 0.75s ease both;
}

@keyframes fade-up {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Screen-reader only h1 */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.logo {
	display: block;
	margin: 0 auto 1.1rem;
	width: 240px;
	height: auto;
}

.address-line1 {
	margin: 0 0 0.25em;
	color: #1a2744;
	font-size: 1.32rem;
}

.address-line2 {
	margin: 0;
	color: #1a2744;
	font-size: 1.32rem;
}
