/* ========================
   La Vida Mocha - Components
   ======================== */

/* ========================
   App Bar Navigation
   ======================== */

.tabbar {
	display: none;
}

.brand-logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.brand-pill {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 25%, rgba(139, 92, 246, 0.35), transparent 45%);
	pointer-events: none;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.62) 100%);
	pointer-events: none;
}

.hero__content {
	position: relative;
	z-index: 1;
}

.hero__tagline {
	margin-top: 0;
	font-size: clamp(1.2rem, 3vw, 2rem);
	color: #ddd6fe;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}

.header__brand-title {
	margin: 0;
	font-size: clamp(1.1rem, 2.2vw, 1.5rem);
	letter-spacing: 0.05em;
}

.header__brand-subtitle {
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.story__content p:last-child {
	margin-bottom: 0;
}

.site-fallback-note {
	display: inline-block;
	margin-top: 0.8rem;
	padding: 0.4rem 0.65rem;
	background: rgba(0, 0, 0, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #f3f3f3;
	font-size: 0.78rem;
}

@media (max-width: 640px) {
	.brand-pill {
		font-size: 0.72rem;
	}

	.hero__tagline {
		letter-spacing: 0.06em;
	}

	.tabbar__icon {
		font-size: 1.2rem;
	}

	.tabbar__label {
		font-size: 0.65rem;
	}
}

@media (max-width: 480px) {
	.tabbar__icon {
		font-size: 1rem;
	}

	.tabbar__label {
		font-size: 0.6rem;
	}
}
