.fencore-home {
	background: var(--fencore-paper);
	color: var(--fencore-ink);
	font-family: inherit;
	margin-block-start: 0;
}

body.home.wp-child-theme-fencore-child {
	padding-top: 0;
}

.fencore-home *,
.fencore-home *::before,
.fencore-home *::after {
	box-sizing: border-box;
}

.fencore-home img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.fencore-home p:empty,
.fencore-home br {
	display: none;
}

.fencore-container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px;
	width: 100%;
}

.fencore-hero {
	background: #171615;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.fencore-hero__media {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.fencore-hero__media::after {
	background:
		linear-gradient(90deg, rgba(18, 16, 15, 0.9), rgba(18, 16, 15, 0.62) 46%, rgba(18, 16, 15, 0.18)),
		linear-gradient(180deg, rgba(18, 16, 15, 0.1), rgba(18, 16, 15, 0.66));
	content: "";
	inset: 0;
	position: absolute;
}

.fencore-hero__image {
	transform: scale(1.18);
	transform-origin: center top;
}

.fencore-hero__content {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: 720px;
	padding-bottom: 70px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
}

.fencore-hero h1,
.fencore-section h2,
.fencore-home h3 {
	line-height: 1.08;
	margin: 0;
	overflow-wrap: break-word;
}

.fencore-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5.4vw, 76px);
	font-weight: 900;
	max-width: 820px;
}

.fencore-lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.7;
	margin: 20px 0 26px;
	max-width: 690px;
}

.fencore-eyebrow {
	align-items: center;
	color: var(--fencore-red);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.fencore-hero .fencore-eyebrow,
.fencore-section--dark .fencore-eyebrow {
	color: var(--fencore-gold);
}

.fencore-eyebrow::before {
	background: currentColor;
	content: "";
	flex: 0 0 auto;
	height: 9px;
	width: 9px;
}

.fencore-actions,
.fencore-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fencore-tags {
	margin-top: 24px;
}

.fencore-tags span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 800;
	padding: 7px 10px;
}

.fencore-button:focus-visible,
.fencore-card-body a:focus-visible,
.fencore-brand:focus-visible,
.fencore-main-nav a:focus-visible,
.fencore-link:focus-visible,
.fencore-mobile-cta a:focus-visible {
	outline: 3px solid var(--fencore-gold);
	outline-offset: 3px;
}

.fencore-button--gold {
	background: var(--fencore-gold);
	color: #211c16;
}

.fencore-button--ghost {
	background: #fff;
	border-color: rgba(142, 32, 29, 0.22);
	color: var(--fencore-red);
}

.fencore-breadcrumb {
	background: #fff;
	border-bottom: 1px solid var(--fencore-line);
	border-top: 1px solid var(--fencore-line);
	font-size: 14px;
	font-weight: 800;
}

.fencore-breadcrumb .fencore-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	min-height: 48px;
}

.fencore-breadcrumb a {
	color: var(--fencore-red);
	text-decoration: none;
}

.fencore-breadcrumb span {
	color: var(--fencore-muted);
}

.fencore-contact-note,
.fencore-text-card,
.fencore-mini-card,
.fencore-section--dark article,
.fencore-category,
.fencore-product,
.fencore-faq-item,
.fencore-spec-panel {
	background: #fff;
	border: 1px solid var(--fencore-line);
	border-radius: 8px;
	box-shadow: var(--fencore-shadow-soft);
	overflow: hidden;
}

.fencore-contact-note h3 {
	color: var(--fencore-red);
	font-size: 26px;
}

.fencore-contact-note p {
	color: var(--fencore-muted);
	line-height: 1.65;
	margin: 10px 0 18px;
}

.fencore-section {
	padding: 74px 0;
}

.fencore-section--light {
	background: var(--fencore-soft);
}

.fencore-section--dark {
	background: #1d1b19;
	color: #fff;
}

.fencore-section--dark article {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.fencore-section-head {
	display: block;
	margin-bottom: 30px;
	max-width: 820px;
}

.fencore-section-head--single {
	max-width: 720px;
}

.fencore-section h2 {
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 900;
}

.fencore-section-head > p:last-child,
.fencore-text-card p,
.fencore-mini-card p,
.fencore-card-body p,
.fencore-section--dark article p,
.fencore-faq-item p {
	color: var(--fencore-muted);
	line-height: 1.68;
	margin: 14px 0 0;
}

.fencore-text-card p,
.fencore-mini-card p,
.fencore-card-body p,
.fencore-section--dark article p,
.fencore-faq-item p {
	margin: 0;
}

.fencore-section--dark .fencore-section-head > p:last-child,
.fencore-section--dark article p {
	color: rgba(255, 255, 255, 0.72);
}

.fencore-card-grid {
	display: grid;
	gap: 20px;
}

.fencore-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fencore-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fencore-category,
.fencore-product {
	color: inherit;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.fencore-category {
	display: flex;
}

.fencore-card-media {
	background: #eadfce;
	height: 236px;
	overflow: hidden;
	position: relative;
}

.fencore-card-media img {
	transition: transform var(--fencore-transition);
}

.fencore-category:hover .fencore-card-media img,
.fencore-product:hover .fencore-card-media img {
	transform: scale(1.04);
}

.fencore-category .fencore-card-media {
	height: 174px;
}

.fencore-card-media span {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	color: var(--fencore-red);
	font-size: 12px;
	font-weight: 900;
	left: 14px;
	padding: 7px 10px;
	position: absolute;
	top: 14px;
	z-index: 1;
}

.fencore-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.fencore-card-body h3,
.fencore-text-card h3,
.fencore-mini-card h3,
.fencore-section--dark article h3 {
	font-size: 21px;
}

.fencore-product .fencore-card-body h3 {
	font-size: 20px;
	line-height: 1.24;
	overflow-wrap: anywhere;
}

.fencore-card-body ul {
	color: #56504a;
	display: grid;
	gap: 8px;
	line-height: 1.55;
	margin: 0;
	padding-left: 18px;
}

.fencore-spec-list {
	gap: 10px;
}

.fencore-spec-list li {
	border-top: 1px solid var(--fencore-line);
	font-size: 15px;
	list-style: none;
	padding-top: 10px;
}

.fencore-spec-list strong {
	color: var(--fencore-red);
	font-size: 11px;
	text-transform: uppercase;
}

.fencore-card-body a {
	color: var(--fencore-red);
	font-weight: 900;
	margin-top: auto;
}

.fencore-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
}

.fencore-card-actions a {
	margin-top: 0;
}

.fencore-spec-panel {
	background: #fff9ef;
	border-color: rgba(142, 32, 29, 0.22);
	margin-top: 22px;
	padding: 22px;
}

.fencore-spec-panel h3 {
	color: var(--fencore-red);
	font-size: 22px;
	margin-bottom: 14px;
}

.fencore-spec-panel--quote {
	margin-top: 0;
}

.fencore-spec-panel--quote h2 {
	color: var(--fencore-ink);
	font-size: clamp(30px, 3.2vw, 44px);
	margin-bottom: 20px;
}

.fencore-spec-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fencore-spec-grid span {
	background: #fff;
	border: 1px solid var(--fencore-line);
	border-radius: 8px;
	font-weight: 800;
	line-height: 1.4;
	padding: 14px;
}

.fencore-split,
.fencore-quote {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.fencore-quote--single {
	display: block;
	max-width: 860px;
}

.fencore-split__media {
	border-radius: 8px;
	box-shadow: var(--fencore-shadow);
	min-height: 460px;
	overflow: hidden;
}

.fencore-mini-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fencore-mini-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fencore-mini-card,
.fencore-text-card,
.fencore-section--dark article,
.fencore-contact-note {
	padding: 22px;
}

.fencore-contact-note h2 {
	color: var(--fencore-red);
	font-size: clamp(30px, 3.2vw, 44px);
	line-height: 1.08;
	margin: 0;
}

.fencore-quote-hints {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}

.fencore-quote-hints span {
	background: #fff9ef;
	border: 1px solid rgba(142, 32, 29, 0.18);
	border-radius: 999px;
	color: #4d4741;
	font-size: 13px;
	font-weight: 900;
	padding: 8px 11px;
}

.fencore-mini-card h3 {
	color: var(--fencore-red);
}

.fencore-link {
	color: var(--fencore-red);
	display: inline-flex;
	font-weight: 900;
	margin-top: 22px;
}

.fencore-embedded-quote {
	margin-top: 18px;
}

.fencore-compact-guidelines .fencore-mini-grid--four {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fencore-faq-list {
	display: grid;
	gap: 12px;
}

.fencore-faq-item {
	padding: 0;
}

.fencore-faq-item summary {
	color: var(--fencore-ink);
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	list-style-position: inside;
	padding: 18px 20px;
}

.fencore-faq-item p {
	padding: 0 20px 20px;
}

.fencore-embedded-quote .elementor-element:not(:has(form)) {
	display: none;
}

.fencore-embedded-quote .elementor-widget-heading,
.fencore-embedded-quote .elementor-widget-text-editor,
.fencore-embedded-quote .elementor-widget-button {
	display: none !important;
}

.fencore-embedded-quote .elementor-element:has(form),
.fencore-embedded-quote .elementor-widget-container,
.fencore-embedded-quote .hostinger-elementor-contact-form,
.fencore-embedded-quote .hts-section,
.fencore-embedded-quote .hts-contact-form {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.fencore-embedded-quote form {
	display: grid !important;
	gap: 10px;
	margin: 0 !important;
	width: 100% !important;
}

.fencore-embedded-quote label {
	color: var(--fencore-ink);
	font-size: 13px;
	font-weight: 900;
}

.fencore-embedded-quote input[type="text"],
.fencore-embedded-quote input[type="email"],
.fencore-embedded-quote textarea {
	background: #fff;
	border: 1px solid var(--fencore-line);
	border-radius: 8px;
	color: var(--fencore-ink);
	font: inherit;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.fencore-embedded-quote textarea {
	min-height: 120px;
	resize: vertical;
}

.fencore-embedded-quote input[type="submit"] {
	background: var(--fencore-red);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	min-height: 46px;
	padding: 13px 20px;
	width: 100%;
}

.fencore-mobile-cta {
	background: #fff;
	border-top: 1px solid var(--fencore-line);
	bottom: 0;
	box-shadow: 0 -10px 24px rgba(37, 36, 34, 0.12);
	display: none;
	gap: 10px;
	left: 0;
	padding: 10px 14px;
	position: fixed;
	right: 0;
	z-index: 80;
}

.fencore-mobile-cta .fencore-button {
	flex: 1;
	font-size: 13px;
	min-height: 42px;
	padding: 11px 12px;
}

@media (max-width: 1100px) {
	.fencore-split,
	.fencore-quote {
		grid-template-columns: 1fr;
	}

	.fencore-card-grid--three,
	.fencore-card-grid--four,
	.fencore-mini-grid--four,
	.fencore-spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.fencore-home {
		padding-bottom: 66px;
	}

	.fencore-container {
		padding: 0 18px;
	}

	.fencore-hero {
		min-height: 680px;
	}

	.fencore-hero__image {
		transform: none;
	}

	.fencore-hero__content {
		align-items: end;
		min-height: 680px;
		padding-bottom: 34px;
		padding-top: 48px;
	}

	.fencore-hero h1 {
		font-size: clamp(36px, 10vw, 50px);
	}

	.fencore-lead {
		font-size: 16px;
	}

	.fencore-actions .fencore-button,
	.fencore-contact-note .fencore-button {
		width: 100%;
	}

	.fencore-section {
		padding: 54px 0;
	}

	.fencore-section-head,
	.fencore-card-grid--four,
	.fencore-card-grid--three,
	.fencore-mini-grid,
	.fencore-mini-grid--four,
	.fencore-spec-grid {
		grid-template-columns: 1fr;
	}

	.fencore-split__media {
		min-height: 280px;
	}

	.fencore-card-media {
		height: 210px;
	}

	.fencore-mobile-cta {
		display: flex;
	}
}
