.fencore-home {
	background: var(--fencore-paper);
	color: var(--fencore-ink);
	font-family: Arial, sans-serif;
	line-height: 1.62;
	margin-block-start: 0;
}

body.home {
	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-hero {
	background: #171615;
	min-height: 840px;
	overflow: hidden;
	position: relative;
}

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

.fencore-hero__media::after {
	background:
		linear-gradient(90deg, rgba(15, 14, 13, 0.86) 0%, rgba(15, 14, 13, 0.68) 38%, rgba(15, 14, 13, 0.18) 72%, rgba(15, 14, 13, 0.5) 100%),
		linear-gradient(180deg, rgba(15, 14, 13, 0.2), rgba(15, 14, 13, 0.62));
	content: "";
	inset: 0;
	position: absolute;
}

.fencore-hero__image {
	filter: saturate(1.04) contrast(1.04);
}

.fencore-hero__content {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 380px;
	min-height: 840px;
	padding-bottom: 96px;
	padding-top: 72px;
	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-family: "FencoreDisplay", Arial, sans-serif;
	font-size: clamp(40px, 5.15vw, 72px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.03;
	max-width: 780px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.fencore-hero h1 span {
	color: var(--fencore-gold);
	display: inline-block;
}

.fencore-hero__content > div:first-child {
	transform: translateY(-32px);
}

.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;
	transition: background-color var(--fencore-transition), border-color var(--fencore-transition), transform var(--fencore-transition-lift);
}

.fencore-hero-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 28px;
	box-shadow: var(--fencore-shadow);
	padding: 22px;
	transform: translateY(-26px);
	transition: box-shadow var(--fencore-transition-lift), transform var(--fencore-transition-lift);
}

.fencore-hero-card:focus-within {
	box-shadow: 0 30px 72px rgba(0, 0, 0, 0.36);
	transform: translateY(-32px);
}

.fencore-hero-card h3 {
	color: var(--fencore-red);
	font-size: 25px;
	line-height: 1.12;
	margin: 0 0 10px;
}

.fencore-hero-card > p:not(.fencore-eyebrow) {
	color: var(--fencore-muted);
	font-size: 14px;
	line-height: 1.58;
	margin: 0 0 16px;
}

.fencore-hero-card .fencore-eyebrow {
	color: var(--fencore-red);
}

.fencore-hero-card .fencore-button {
	margin-top: 0;
	min-height: 42px;
	width: 100%;
}

.fencore-hero-card .fencore-spec-list {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
}

.fencore-hero-card .fencore-spec-list li {
	border: 0;
	color: #4d4741;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	grid-template-columns: 10px 1fr;
	line-height: 1.45;
	padding: 0;
}

.fencore-hero-card .fencore-spec-list li::before {
	background: var(--fencore-gold);
	content: "";
	height: 7px;
	margin-top: 0.55em;
	width: 7px;
}

.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: var(--fencore-radius);
	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: 76px 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 {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 520px);
	margin-bottom: 28px;
	max-width: none;
}

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

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