/*
Theme Name: Impreza Child
Theme URI: https://frangionimedia.com/
Description: Child theme of Impreza for Frangioni Media. Place all custom CSS and template overrides here so parent-theme updates stay safe.
Author: MyBox Productions
Template: Impreza
Version: 1.0.0
Text Domain: impreza-child
*/

/* ---- Frangioni Media custom styles go below this line ---- */

/* Service cards: subtle image zoom + lift on hover */
.fm-svc.w-image { overflow: hidden; border-radius: 8px; }
.fm-svc .w-image-h { transition: transform .55s ease; display: block; }
.fm-svc:hover .w-image-h { transform: scale(1.06); }
.fm-svc img { display: block; width: 100%; }

/* Single-post featured-image hero (fills the area behind the transparent header) */
body.single-post .l-main > .l-section:first-child,
body.single-post .l-main > .l-section:first-child > .l-section-h { padding-top: 0 !important; }
.fm-post-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: 62vh;
	margin-bottom: 3rem;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}
.fm-post-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8,10,14,0.15) 35%, rgba(8,10,14,0.80));
}
.fm-post-hero__in {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 6vw 3.2rem;
}
.fm-post-hero__cat, .fm-post-hero__cat a {
	color: #fff;
	opacity: 0.85;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.82rem;
	text-decoration: none;
}
.fm-post-hero__title {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.12;
	margin: 0.5rem 0 0;
}
