/* ==================================================================
   FMB Global — home.css  (yalnız anasayfa, is_front_page)
   İskelet — gerçek hero/blok tasarımı içerik fazında doldurulacak.
   ================================================================== */

.fmb-hero {
	position: relative;
	min-height: clamp(480px, 72vh, 760px);
	display: flex;
	align-items: center;
	color: #fff;
	background: linear-gradient(180deg, rgba(22,25,29,.35), rgba(22,25,29,.65)),
	            var(--fmb-charcoal);
	background-size: cover;
	background-position: center;
}
.fmb-hero__inner { max-width: var(--fmb-container); margin: 0 auto; padding: 0 20px; }
.fmb-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1.05;
	max-width: 16ch;
}
.fmb-hero p { font-size: clamp(1rem, 1.6vw, 1.25rem); max-width: 48ch; opacity: .92; }
