.footer-social {
	display: flex;
	gap: 18px;
	margin-bottom: 0.5rem;
	align-items: center;
	justify-content: center;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	transition: background 0.2s, box-shadow 0.2s;
}
.footer-social a:hover {
	background: #222;
}
.footer-social a img {
	width: 28px;
	height: 28px;
	display: block;
}
/* SIMPLE FOOTER (PDF STYLE) */
.simple-footer {
	background: #000;
	padding: 32px 0 18px 0;
	border-top: 1.5px solid #181818;
}
.footer-simple-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.footer-social {
	display: flex;
	gap: 18px;
	margin-bottom: 0.5rem;
	align-items: center;
	justify-content: center;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	transition: background 0.2s;
}
.footer-social a svg {
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	transition: box-shadow 0.2s, background 0.2s;
}
.footer-social a:hover svg rect {
	fill: #222;
}
.footer-social a:hover svg path {
	fill: #fff;
}
.footer-copyright {
	color: #bbb;
	font-size: 1rem;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.5px;
}
.home .main-header{
    background: #00000000;
    padding: 15px 0;
    position: absolute;
    border:0;
    z-index: 1000;
    width: 100%;
}


.hero-section-dark {
	position: relative;
	min-height: 100vh;
	background: #000;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.hero-section-dark .hero-background {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hero-section-dark .page-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 6vh;
}
.hero-section-dark .hero-content-dark {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero-section-dark .hero-logo {
	width: 340px;
	max-width: 90vw;
	margin-top: 0;
	filter: drop-shadow(0 0 16px #000);
}


.hero-section-dark .trustmark-image {
	height: 32px;
	width: auto;
	display: inline-block;
	filter: drop-shadow(0 0 6px #000);
}

@media (max-width: 900px) {
	.hero-section-dark .hero-logo {
		width: 280px;
	}

}
@media (max-width: 600px) {
	.hero-section-dark .hero-logo {
		width: 120px;
	}


}
/* HERO SECTION RESTORED */
.hero-section-dark {
	position: relative;
	min-height: 70vh;
	background: #0a0a0a;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.hero-section-dark .hero-background {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hero-section-dark .page-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.95) 100%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.hero-section-dark .hero-content-dark {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 17%;
}
.hero-section-dark .hero-logo {
	width: 280px;
	max-width: 80vw;
}


.hero-section-dark .trustmark-image {
	height: 38px;
	width: auto;
	display: inline-block;
}





@media (max-width: 600px) {
	.hero-section-dark .hero-logo {
		width: 180px;
	}

    .home .hero-section-dark{
        height: 100vh;
    }

}

/* HOMEPAGE HERO */
.homepage-hero {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0a0a0a;
	overflow: hidden;
}
.homepage-hero .hero-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.homepage-hero .hero-bg img {
	width: 100vw;
	height: 60vh;
	object-fit: cover;
	filter: brightness(0.4) grayscale(0.2);
}
.homepage-hero .hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0.95) 100%);
	z-index: 2;
}
.homepage-hero .hero-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.homepage-hero .hero-logo {
	width: 180px;
	max-width: 80vw;
	margin-bottom: 1.5rem;
}

.homepage-hero .hero-tagline {
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	color: #ff3c3c;
}
.homepage-hero .hero-cta {
	background: #ff3c3c;
	color: #fff;
	padding: 0.8em 2em;
	border-radius: 30px;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	box-shadow: 0 2px 12px rgba(0,0,0,0.3);
	transition: background 0.2s;
}
.homepage-hero .hero-cta:hover {
	background: #b30000;
}

/* FEATURED PRODUCTS */
.homepage-featured {
	background: #181818;
	padding: 60px 0 40px 0;
}

.featured-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
}

.featured-product img,
.featured-product a img,
.homepage-featured .featured-product img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover !important;
	border-radius: 8px;
	margin-bottom: 1rem;
	display: block;
}

.featured-product h3 {
	font-family: 'IM Fell English', serif;
	font-size: 24px;
	color: #fff;
	margin-bottom:0;
    text-align: left;
}

.featured-product .price{
    text-align: left;
}


/* ABOUT / STORY BLOCK */
.homepage-about {
	background: #101010;
	padding: 60px 0;
}
.about-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}
.about-text {
	flex: 1 1 320px;
	color: #fff;
}

.about-text p {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}
.about-image {
	flex: 1 1 320px;
	text-align: center;
}
.about-image img {
	width: 100%;
	max-width: 340px;
	border-radius: 10px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

/* BANNER / PROMO STRIP */

.homepage-banner .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.btn-banner {
	background: #fff;
	color: #b30000;
	border-radius: 30px;
	padding: 0.6em 1.8em;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-left: 1rem;
	transition: background 0.2s, color 0.2s;
}
.btn-banner:hover {
	background: #181818;
	color: #fff;
}

/* CUSTOM MASK CTA */
.homepage-custom-cta {
	background: #000;
	padding: 80px 0;
	text-align: center;
}
.homepage-custom-cta h2 {
	font-family: 'IM Fell English', serif;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.homepage-custom-cta h2 span {
	font-size: 2.8rem;
}
.homepage-custom-cta p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.1rem;
	color: #bbb;
	margin-bottom: 2rem;
	line-height: 1.6;
}
.btn-outline {
	display: inline-block;
	padding: 0.9em 2.5em;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: transparent;
	transition: background 0.2s, color 0.2s;
}
.btn-outline:hover {
	background: #fff;
	color: #000;
}

/* TESTIMONIALS */

/* TESTIMONIALS - ON BRAND, NO RED */
.homepage-testimonials {
	background: #181818;
	padding: 60px 0;
}
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2.5rem;
	margin-top: 2.5rem;
}
.testimonial {
	background: #111;
	border-radius: 18px;
	padding: 2.2rem 2rem 2rem 2rem;
	color: #f5f5f5;
	font-size: 1.15rem;
	box-shadow: 0 4px 32px rgba(0,0,0,0.22);
	position: relative;
	border: 1.5px solid #232323;
	font-family: 'Open Sans', Arial, sans-serif;
	transition: box-shadow 0.2s, border 0.2s;
}

.testimonial:before {
	content: '“';
	font-size: 3.5rem;
	color: #fff;
	opacity: 0.12;
	position: absolute;
	left: 1.2rem;
	top: 0.2rem;
	font-family: 'Creepster', 'IM Fell English', serif;
	pointer-events: none;
}
.testimonial-author {
	display: block;
	margin-top: 1.5rem;
	color: #bbb;
	font-family: 'IM Fell English', serif;
	font-size: 1.05rem;
	letter-spacing: 0.5px;
	text-align: right;
}

/* GALLERY */
.homepage-gallery {
	background: #101010;
	padding: 60px 0;
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
}
.gallery-grid img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.18);
	transition: transform 0.2s;
}
.gallery-grid img:hover {
	transform: scale(1.04);
}

/* NEWSLETTER SIGNUP */
.homepage-newsletter {
	background: #181818;
	padding: 60px 0 40px 0;
	text-align: center;
}
.newsletter-form {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
	padding: 0.7em 1.2em;
	border-radius: 30px;
	border: none;
	font-size: 1rem;
	background: #222;
	color: #fff;
	min-width: 220px;
}
.newsletter-form button {
	background: #ff3c3c;
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 0.7em 2em;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s;
}
.newsletter-form button:hover {
	background: #b30000;
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.about-flex {
		flex-direction: column;
		gap: 2.5rem;
	}
	.homepage-hero .hero-title {
		font-size: 2.2rem;
	}
}
@media (max-width: 600px) {

	.homepage-hero .hero-logo {
		width: 120px;
	}
	.homepage-hero .hero-title {
		font-size: 1.3rem;
	}
	
	.homepage-about .about-text h2,
	.homepage-testimonials .section-title,
	.homepage-gallery .section-title,
	.homepage-newsletter .section-title {
		font-size: 1.2rem;
	}
	.homepage-banner .container {
		flex-direction: column;
		gap: 1rem;
	}
}
