/**
 * FazFood Home 03 — layout (works with fazfood-theme.css + elementor.css)
 */
.fazfood-home-03 {
	background: var(--background, #f4f1ea);
	overflow: hidden;
}
.page-template-template-homepage .site-content-page,
.page-template-template-homepage #primary,
.home .site-content-page,
.home #primary {
	padding: 0;
	margin: 0;
	max-width: none;
}
.home03-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--accent, #212121);
	margin-bottom: 0.75rem;
}
.home03-section-title,
.fazfood-home-03 h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
	color: var(--accent, #212121);
	text-align: center;
	margin: 0 0 2.5rem;
}
.home03-btn {
	display: inline-block;
	background: var(--primary, #c33130);
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.85rem 1.75rem;
	border-radius: 50px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}
.home03-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(195, 49, 48, 0.35);
}
.home03-btn--white {
	background: #fff;
	color: var(--accent, #212121) !important;
}

/* Hero */
.home03-hero__slide {
	background: #f4f1ea center/cover no-repeat;
	padding: 2rem 0 0;
}
.home03-hero__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
.home03-hero__inner.rf-container,
.home03-about__grid.rf-container,
.home03-promo.rf-container,
.home03-best-selling__inner.rf-container {
	max-width: var(--rf-container, 1320px);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--rf-gutter, 1.5rem);
	padding-right: var(--rf-gutter, 1.5rem);
}
.home03-hero__content {
	flex: 1 1 320px;
}
.home03-hero__content h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 1rem;
	color: #212121;
	text-transform: uppercase;
}
.home03-hero__content p {
	font-size: 1.125rem;
	max-width: 28rem;
	margin-bottom: 1.5rem;
}
.home03-hero__media {
	flex: 1 1 300px;
	text-align: center;
}
.home03-hero__media img {
	max-width: 100%;
	height: auto;
}

/* Categories — uses elementor.css for .product-cat-link */
.home03-categories {
	border-bottom: 1px solid #b7b7b7;
	background: #fff;
}
.home03-categories__inner {
	width: 100%;
	max-width: var(--rf-container, 1320px);
	margin: 0 auto;
	padding: 1.5rem var(--rf-gutter, 1.5rem);
	box-sizing: border-box;
}
.home03-categories .swiper-slide {
	height: auto;
}
.home03-categories .product-cat-link {
	min-height: 280px;
}

/* About */
.home03-about {
	padding: 5rem 0;
}
.home03-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home03-about__media {
	position: relative;
}
.home03-about__media > img {
	width: 100%;
	border-radius: 12px;
}
.home03-about__watermark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 5vw, 5rem);
	font-weight: 800;
	color: rgba(33, 33, 33, 0.05);
	transform: rotate(-28deg);
	line-height: 1;
	text-align: center;
	pointer-events: none;
}
.home03-about__text {
	position: relative;
	padding-left: 1rem;
}
.home03-deco {
	position: absolute;
	max-width: 120px;
	opacity: 0.9;
}
.home03-deco--1 { left: -8%; top: 20%; }
.home03-deco--2 { right: -5%; top: 0; }
.home03-deco--l { left: 0; top: 0; max-width: 100px; }
.home03-deco--r { right: 0; top: 0; max-width: 100px; }

/* Promo row */
.home03-promo-row {
	padding: 0;
}
.home03-promo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	width: 100%;
	max-width: var(--rf-container, 1320px);
	margin: 0 auto 3rem;
	padding-left: var(--rf-gutter, 1.5rem);
	padding-right: var(--rf-gutter, 1.5rem);
	box-sizing: border-box;
}
.home03-promo__card {
	position: relative;
	min-height: 520px;
	background-size: cover;
	background-position: center;
	padding: 3rem 1.5rem 2rem 3.5rem;
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home03-promo__card h3 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 3vw, 3.5rem);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0 0 0.5rem;
}
.home03-promo__card p {
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}
.home03-price {
	color: #ffcc19;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.home03-promo__float {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 55%;
	height: auto;
	pointer-events: none;
}

/* Marquee */
.home03-marquee {
	overflow: hidden;
	padding: 1.5rem 0;
	border-block: 1px solid #e0e0e0;
	margin-bottom: 2rem;
}
.home03-marquee__track {
	display: flex;
	width: max-content;
	animation: home03-marquee 25s linear infinite;
}
.home03-marquee__track span {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(3rem, 10vw, 7.5rem);
	font-weight: 700;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #b7b7b7;
	color: transparent;
	white-space: nowrap;
	padding-right: 2rem;
}
@keyframes home03-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Products */
.home03-best-selling {
	position: relative;
	padding: 0 0 6rem;
}
.home03-best-selling__inner {
	position: relative;
}
.home03-products .products.swiper-wrapper {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home03-products .swiper-slide.product {
	width: 280px;
	flex-shrink: 0;
}
.home03-products-pagination {
	margin-top: 2rem;
	text-align: center;
}

/* CTA banner */
.home03-cta-banner {
	background: var(--primary, #c33130) center/cover no-repeat;
	color: #fff;
	padding: 4rem 0;
	margin: 2rem 0;
}
.home03-cta-banner__inner {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	gap: 1rem;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 1.5rem;
	text-align: center;
}
.home03-cta-banner__center h2 {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	text-transform: uppercase;
	margin: 0 0 1rem;
}
.home03-cta-banner__center h2 span {
	color: #ffcc19;
}
.home03-cta-banner__side img {
	max-width: 100%;
	height: auto;
}

/* Promise */
.home03-promise {
	padding: 5rem 0;
}
.home03-promise__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home03-counters {
	display: flex;
	gap: 3rem;
	margin-top: 2rem;
}
.home03-counters strong {
	display: block;
	font-size: 3rem;
	color: var(--primary, #c33130);
	font-weight: 800;
}
.home03-counters span {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

/* Testimonials */
.home03-testimonials {
	padding: 4rem 1.5rem;
	max-width: 850px;
	margin: 0 auto 4rem;
}
.home03-testimonials__box {
	background: #fff;
	border-radius: 24px;
	padding: 3rem 2.5rem;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
.home03-testimonials__quote {
	font-size: clamp(1.25rem, 3vw, 2rem);
	line-height: 1.35;
	margin: 0 0 1.5rem;
}
.home03-testimonials__author {
	font-weight: 700;
	color: var(--primary, #c33130);
}

/* Bottom promo */
.home03-bottom-promo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	width: 100%;
	margin: 0 auto 5rem;
}
.home03-bottom-promo__card {
	position: relative;
	min-height: 330px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	padding: 2.5rem;
	color: #fff;
	overflow: hidden;
}
.home03-bottom-promo__card--dark {
	min-height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home03-bottom-promo__col {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.home03-bottom-promo__card--tall {
	min-height: 330px;
	padding: 0;
}
.home03-bottom-promo__food {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 70%;
}
.home03-bottom-promo__food--full {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

/* Countdown offer */
.home03-countdown {
	background: var(--rf-dark, #111);
	color: #fff;
	padding: 4rem 0;
}
.home03-countdown__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
}
.home03-countdown__timer {
	display: flex;
	gap: 1rem;
}
.home03-countdown__timer div {
	text-align: center;
	min-width: 72px;
}
.home03-countdown__timer strong {
	display: block;
	font-size: 2.5rem;
	color: var(--rf-secondary, #ffcc19);
	font-family: "Barlow Condensed", sans-serif;
}
.home03-countdown__timer span {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* Trust + final CTA */
.home03-trust {
	padding: 3rem 0;
	background: #fff;
}
.home03-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.home03-trust__item {
	padding: 1.5rem;
	border-radius: var(--rf-radius, 20px);
	border: 1px solid var(--rf-border, #e5e0d8);
	background: var(--rf-cream, #f4f1ea);
}
.home03-trust__item strong {
	display: block;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.home03-final-cta {
	padding: 4rem 0 5rem;
	text-align: center;
	background: linear-gradient(180deg, var(--rf-cream) 0%, #fff 100%);
}
.home03-final-cta__inner h2 {
	margin-bottom: 1.5rem;
}
.rf-btn--lg {
	min-height: 52px;
	padding: 1rem 2.5rem;
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.home03-about__grid,
	.home03-promise__grid,
	.home03-cta-banner__inner,
	.home03-bottom-promo {
		grid-template-columns: 1fr;
	}
	.home03-promo {
		grid-template-columns: 1fr;
	}
	.home03-promo__card {
		min-height: 420px;
	}
	.home03-deco--1,
	.home03-deco--2 {
		display: none;
	}
}
