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

body {
	font-family: 'Inter', sans-serif;
	background: #f5f2ed;
	color: #222;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container {
	text-align: center;
}

.logo {
	max-width: 280px;
	height: auto;
	will-change: transform;
}

.tagline {
	margin-top: 1rem;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #888;
}