/* Fengcheng Leather homepage — restrained editorial manufacturing system. */
:root {
	--fc-home-bg: #f1f3f2;
	--fc-home-surface: #f8f9f8;
	--fc-home-white: #fff;
	--fc-home-text: #1d2422;
	--fc-home-muted: #65706c;
	--fc-home-primary: #30443f;
	--fc-home-primary-light: #dde4e1;
	--fc-home-accent: #71847e;
	--fc-home-border: #d7ddda;
	--fc-home-dark: #24312e;
	--fc-home-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
	--fc-home-serif: "Songti SC", SimSun, "STSong", Georgia, serif;
}

.fc-homepage-redesign {
	background: var(--fc-home-bg);
	color: var(--fc-home-text);
	font-family: var(--fc-home-sans);
	overflow-x: clip;
}

.fc-homepage-redesign .main,
.fc-home-main {
	background: var(--fc-home-bg);
	margin: 0;
}

.fc-home-container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--fc-home-content, 1280px);
	padding-inline: 32px;
	width: 100%;
}

.fc-home-section,
.fc-homepage-section {
	background: var(--section-bg, var(--fc-home-surface));
	color: var(--section-text, var(--fc-home-text));
	/* Adjacent section edges combine to an 80–96px desktop rhythm. */
	padding-block: clamp(40px, var(--section-pt-d, 48px), 48px) clamp(40px, var(--section-pb-d, 48px), 48px);
	position: relative;
}

.fc-home-main > .fc-home-hero + .fc-home-section,
.fc-home-main > .fc-home-hero + .fc-homepage-section { padding-top: 52px; }

.fc-home-main > .fc-home-section:last-child,
.fc-home-main > .fc-homepage-section:last-child { padding-bottom: 52px; }

.fc-home-section h2,
.fc-homepage-section .fc-section__title {
	color: var(--section-text, var(--fc-home-text));
	font-family: var(--section-heading-font, var(--fc-home-serif));
	font-size: var(--section-heading-d, 48px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: var(--section-heading-lh-d, 1.18);
	margin: 0;
}

.fc-home-section p,
.fc-homepage-section .fc-section__summary {
	color: var(--section-muted, var(--fc-home-muted));
	font-size: var(--section-body-d, 17px);
	line-height: var(--section-body-lh-d, 1.75);
}

.fc-home-eyebrow,
.fc-homepage-section .fc-section__kicker {
	color: var(--section-accent, var(--fc-home-accent));
	font-size: var(--section-kicker-d, 13px);
	font-weight: 650;
	letter-spacing: .16em;
	line-height: 1.4;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fc-home-section-heading,
.fc-homepage-section .fc-section__heading {
	margin: 0 0 52px;
	max-width: 720px;
	text-align: left;
}

.fc-home-section-heading > p:last-child,
.fc-homepage-section .fc-section__heading .fc-section__summary {
	margin: 22px 0 0;
	max-width: 650px;
}

.fc-home-button,
.fc-homepage-section .btn.btn-primary {
	align-items: center;
	background: var(--section-accent, var(--fc-home-primary));
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
	color: var(--fc-home-white);
	display: inline-flex;
	font-size: var(--section-button-d, 14px);
	font-weight: 650;
	justify-content: center;
	letter-spacing: .04em;
	min-height: 48px;
	padding: 12px 23px;
	text-transform: none;
	transition: background-color .24s ease, color .24s ease, border-color .24s ease;
}

.fc-home-button:hover,
.fc-home-button:focus-visible,
.fc-homepage-section .btn.btn-primary:hover,
.fc-homepage-section .btn.btn-primary:focus-visible {
	background: var(--fc-home-dark);
	box-shadow: none;
	color: var(--fc-home-white);
}

/* Hero */
.fc-home-hero {
	background: var(--hero-bg, var(--fc-home-bg));
	color: var(--hero-text, var(--fc-home-text));
	display: grid;
	grid-template-columns: minmax(0, var(--hero-left, 42fr)) minmax(0, var(--hero-right, 58fr));
	grid-template-rows: minmax(var(--hero-min, 720px), auto) auto;
	overflow: hidden;
}

.fc-home-hero__content {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding: var(--hero-pt-d, 128px) clamp(36px, 5vw, 82px) var(--hero-pb-d, 80px) max(32px, calc((100vw - var(--fc-home-content, 1280px)) / 2 + 32px));
}

.fc-home-hero__copy { max-width: 570px; }
.fc-home-hero h1 {
	color: var(--hero-text);
	font-family: var(--fc-home-serif);
	font-size: var(--hero-heading-d, 64px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.08;
	margin: 0;
}
.fc-home-hero__summary {
	color: var(--hero-body);
	font-size: var(--hero-body-d, 18px);
	line-height: 1.75;
	margin: 28px 0 0;
	max-width: 520px;
}
.fc-home-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.fc-home-hero .fc-home-button { background: var(--hero-button); font-size: var(--hero-button-d, 14px); }
.fc-home-text-link { color: var(--hero-text); font-size: var(--hero-button-d, 14px); font-weight: 650; padding-block: 12px; }
.fc-home-text-link:hover { color: var(--fc-home-accent); }
.fc-home-hero__media { min-height: var(--hero-min, 720px); overflow: hidden; position: relative; }
.fc-home-hero__slide { inset: 0; margin: 0; opacity: 0; position: absolute; transition: opacity .45s ease; visibility: hidden; }
.fc-home-hero__slide.is-active { opacity: 1; visibility: visible; }
.fc-home-hero__image { height: 100%; inset: 0; object-fit: cover; object-position: var(--hero-focus-d, 50% 50%); position: absolute; transform: scale(var(--hero-scale-d, 1)); width: 100%; }
.fc-home-hero__placeholder { align-items: center; background: var(--fc-home-primary-light); color: var(--fc-home-muted); display: flex; height: 100%; justify-content: center; min-height: 480px; }
.fc-home-hero__watermark { display: block; left: clamp(28px, 5vw, 72px); opacity: var(--hero-logo-opacity, .14); pointer-events: none; position: absolute; top: clamp(30px, 5vw, 72px); width: min(var(--hero-logo-size, 180px), 32%); z-index: 2; }
.fc-home-hero__watermark--upper-center { left: 50%; transform: translateX(-50%); }
.fc-home-hero__watermark--center { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.fc-home-hero__watermark img { display: block; height: auto; width: 100%; }
.fc-home-hero__controls { align-items: center; display: flex; inset: 50% 14px auto; justify-content: space-between; pointer-events: none; position: absolute; transform: translateY(-50%); z-index: 4; }
.fc-home-hero__arrow { align-items: center; background: rgba(248,249,248,.68); border: 1px solid rgba(29,36,34,.2); border-radius: 0; box-shadow: none; color: var(--fc-home-text); display: inline-flex; font-size: 18px; height: 44px; justify-content: center; min-height: 44px; min-width: 44px; padding: 0; pointer-events: auto; transition: background-color .24s ease, color .24s ease; width: 44px; }
.fc-home-hero__arrow:hover,
.fc-home-hero__arrow:focus-visible { background: var(--fc-home-primary); color: #fff; }
.fc-home-hero__partners { align-items: center; background: var(--hero-bg, var(--fc-home-bg)); border-top: 1px solid rgba(29,36,34,.11); display: grid; grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0, var(--hero-left, 42fr)) minmax(0, var(--hero-right, 58fr)); min-width: 0; }
.fc-home-hero__partners-label { align-items: center; color: var(--hero-text, var(--fc-home-text)); display: flex; font-family: var(--fc-home-sans); font-size: 16px; font-weight: 650; letter-spacing: .12em; margin: 0; min-height: 66px; padding-left: max(32px, calc((100vw - var(--fc-home-content, 1280px)) / 2 + 32px)); text-transform: uppercase; }
.fc-home-hero__partners-viewport { min-width: 0; overflow: hidden; padding: 10px clamp(24px, 4vw, 62px); }
.fc-home-hero__partners-track,
.fc-home-hero__partners-set { align-items: center; display: flex; }
.fc-home-hero__partners-track { min-width: 0; }
.fc-home-hero__partners-set { gap: clamp(14px, 2.4vw, 30px); min-width: 0; }
.fc-home-hero__partners-set + .fc-home-hero__partners-set { display: none; }
.fc-home-hero__partners-item { display: block; flex: 0 1 86px; min-width: 0; }
.fc-home-hero__partners-image { display: block; height: 42px; max-width: 86px; object-fit: contain; object-position: center; width: 100%; }
.fc-home-hero__partners-image--desktop { max-width: 100%; object-position: left center; }
.fc-home-hero__partners-image--mobile { display: none; }

@media (prefers-reduced-motion: no-preference) {
	.fc-home-hero h1 { animation: fc-home-rise .8s cubic-bezier(.2,.65,.25,1) both; }
	.fc-home-hero__image { animation: fc-home-image-in .85s cubic-bezier(.2,.65,.25,1) both; }
}
@keyframes fc-home-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fc-home-image-in { from { opacity: .4; transform: scale(calc(var(--hero-scale-d, 1) + .03)); } to { opacity: 1; transform: scale(var(--hero-scale-d, 1)); } }

/* Products */
.fc-home-products__header { margin-bottom: 48px; }
.fc-home-products__header .fc-section__heading { margin: 0; }
.fc-home-products__grid { align-items: stretch; display: grid; gap: 22px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fc-home-product-card { background: var(--fc-product-card-bg, var(--fc-home-white)); border: 1px solid var(--fc-home-border); border-radius: 2px; box-shadow: 0 8px 20px rgba(29,36,34,.035); min-width: 0; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.fc-home-product-card:hover,
.fc-home-product-card:focus-within { box-shadow: 0 12px 26px rgba(29,36,34,.065); transform: translateY(-4px); }
.fc-home-product-card__link { color: var(--section-text); display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.fc-home-product-card__link:focus-visible { box-shadow: inset 0 0 0 3px var(--section-accent, var(--fc-home-primary)); outline: 2px solid transparent; outline-offset: -2px; }
.fc-home-product-card__media { aspect-ratio: 4 / 5; background: var(--fc-home-bg); display: block; overflow: hidden; }
.fc-home-product-card__image { display: block; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.22,.61,.36,1); width: 100%; }
.fc-home-product-card:hover .fc-home-product-card__image,
.fc-home-product-card:focus-within .fc-home-product-card__image { transform: scale(1.02); }
.fc-home-product-card__placeholder { align-items: center; color: var(--section-muted); display: flex; font-size: 14px; height: 100%; justify-content: center; padding: 20px; text-align: center; }
.fc-home-product-card__body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 20px; }
.fc-home-product-card__title { color: var(--section-text); display: block; font-family: var(--section-heading-font); font-size: var(--section-item-d, 22px); line-height: 1.3; min-height: 2.6em; overflow-wrap: anywhere; }
.fc-home-product-card__color { border-top: 1px solid var(--fc-home-border); color: var(--section-muted); display: block; font-size: 11px; letter-spacing: .04em; margin-top: auto; padding-top: 14px; }
.fc-home-product-card__color--custom::before { background: var(--section-accent, #71847e); content: ""; display: inline-block; height: 1px; margin-right: 8px; vertical-align: middle; width: 24px; }
.fc-home-products__actions { margin-top: 36px; }

@media (min-width: 992px) {
	.fc-home-products__grid--count-1 { grid-template-columns: minmax(0, calc((100% - 88px) / 5)); justify-content: center; }
	.fc-home-products__grid--count-2 { grid-template-columns: repeat(2, minmax(0, calc((100% - 88px) / 5))); justify-content: center; }
	.fc-home-products__grid--count-3 { grid-template-columns: repeat(3, minmax(0, calc((100% - 88px) / 5))); justify-content: center; }
	.fc-home-products__grid--count-4 { grid-template-columns: repeat(4, minmax(0, calc((100% - 88px) / 5))); justify-content: center; }
}

/* Customization — fixed 64/36 structure. */
.fc-customization-module__heading { margin-bottom: 48px; }
.fc-customization-module__layout { display: grid; grid-template-columns: minmax(0, 64fr) minmax(280px, 36fr); min-height: 560px; }
.fc-customization-module__panels { display: flex; min-width: 0; overflow: hidden; }
.fc-customization-panel { background: var(--fc-home-primary-light) !important; border: 0; border-radius: 0; box-shadow: none !important; flex: 1 1 0; margin: 0 -1px 0 0; min-width: 0; overflow: hidden; padding: 0; position: relative; transition: flex-grow .4s cubic-bezier(.2,.7,.25,1); }
.fc-customization-panel.is-active { flex-grow: 1.15; }
.fc-customization-panel__clip { display: block; height: 100%; overflow: hidden; position: relative; }
.fc-customization-panel__clip picture { display: block; height: 100%; }
.fc-customization-panel__clip::before { background: rgba(29,36,34,.12); content: ""; inset: 0; position: absolute; transition: background .3s ease; z-index: 1; }
.fc-customization-panel.is-active .fc-customization-panel__clip::before { background: rgba(29,36,34,.03); }
.fc-customization-panel__image { display: block; height: 100%; object-fit: cover; object-position: var(--image-focus-d, 50% 50%); transform: scale(var(--image-scale-d, 1)); transition: transform .45s cubic-bezier(.2,.7,.25,1); width: 100%; }
.fc-customization-panel.is-active .fc-customization-panel__image { transform: scale(calc(var(--image-scale-d, 1) * 1.1)); }
.fc-customization-panel__number { color: rgba(255,255,255,.82); font-size: 12px; left: 20px; letter-spacing: .12em; position: absolute; top: 20px; z-index: 2; }
.fc-customization-panel__title { bottom: 24px; color: #fff; font-family: var(--fc-home-serif); font-size: var(--section-item-d, 22px); left: 22px; line-height: 1.2; opacity: .85; position: absolute; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; z-index: 2; }
.fc-customization-panel.is-active .fc-customization-panel__title { opacity: 1; transform: none; }
.fc-customization-module__details { background: var(--section-detail-bg, #e8ecea); display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 74px); }
.fc-customization-detail__title { color: var(--section-text); font-family: var(--section-heading-font); font-size: clamp(28px, 3vw, 44px); font-weight: 500; margin: 0 0 24px; }
.fc-customization-detail__description { color: var(--section-muted); font-size: var(--section-body-d); line-height: var(--section-body-lh-d); }

/* Applications — one lead image and three supporting images. */
.fc-applications-module .fc-applications-mosaic { display: grid; gap: 14px; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: repeat(2, minmax(210px, 1fr)); min-height: 570px; }
.fc-applications-module .fc-applications-mosaic__card { border-radius: 2px; min-height: 0; overflow: hidden; position: relative; }
.fc-applications-module .fc-applications-mosaic__card:first-child { grid-column: 1; grid-row: 1 / span 2; }
.fc-applications-module .fc-applications-mosaic__card:nth-child(2) { grid-column: 2 / span 2; }
.fc-applications-module .fc-applications-mosaic__media { inset: 0; position: absolute; }
.fc-applications-module .fc-applications-mosaic__image { height: 100%; object-fit: cover; object-position: var(--image-focus-d, 50% 50%); transform: scale(var(--image-scale-d, 1)); transition: transform .55s cubic-bezier(.2,.65,.25,1); width: 100%; }
.fc-applications-module .fc-applications-mosaic__card:hover .fc-applications-mosaic__image,
.fc-applications-module .fc-applications-mosaic__card:focus-visible .fc-applications-mosaic__image { transform: scale(calc(var(--image-scale-d, 1) * 1.045)); }
.fc-applications-mosaic__overlay { background: linear-gradient(180deg, transparent 38%, rgba(20,28,26,.7)); inset: 0; position: absolute; }
.fc-applications-mosaic__copy { bottom: 0; color: #fff; display: block; left: 0; padding: 24px; position: absolute; right: 0; }
.fc-applications-mosaic__title { display: block; font-family: var(--fc-home-serif); font-size: var(--section-item-d, 22px); }
.fc-applications-mosaic__keywords { display: block; font-size: 13px; margin-top: 7px; opacity: .82; }

/* Factory */
.fc-factory-module { background: var(--section-bg, var(--fc-home-bg)); }
.fc-factory-module__layout { background: var(--fc-home-bg); display: grid; grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr); min-height: 610px; }
.fc-factory-module__visual { min-width: 0; position: relative; }
.fc-factory-module__slide { inset: 0; margin: 0; opacity: 0; position: absolute; transition: opacity .35s ease; visibility: hidden; }
.fc-factory-module__slide.is-active { opacity: 1; visibility: visible; }
.fc-factory-module__media,
.fc-factory-module__media picture,
.fc-factory-module__image { display: block; height: 100%; width: 100%; }
.fc-factory-module__image { object-fit: cover; object-position: var(--image-focus-d, 50% 50%); transform: scale(var(--image-scale-d, 1)); }
.fc-factory-module__caption { background: linear-gradient(180deg, transparent, rgba(20,28,26,.72)); bottom: 0; color: #fff; left: 0; padding: 72px 38px 34px; position: absolute; right: 0; }
.fc-factory-module__caption-title { display: block; font-family: var(--fc-home-serif); font-size: 30px; }
.fc-factory-module__caption-summary { display: block; font-size: 15px; line-height: 1.7; margin-top: 10px; max-width: 600px; opacity: .84; }
.fc-factory-module__nav { background: var(--section-info-bg, var(--fc-home-dark)); display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.fc-factory-module__tab { background: transparent !important; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); border-radius: 0; box-shadow: none !important; display: grid; gap: 18px; grid-template-columns: 28px 1fr; min-height: 84px; padding: 20px 4px; position: relative; text-align: left; }
.fc-factory-module__tab::before { background: #b7c4bf; content: ""; height: 24px; left: 0; opacity: 0; position: absolute; top: 50%; transform: translateY(-50%) scaleY(.65); transition: opacity .24s ease, transform .24s ease; width: 2px; }
.fc-factory-module__tab.is-active,
.fc-factory-module__tab:hover,
.fc-factory-module__tab:focus-visible { background: transparent !important; box-shadow: none !important; }
.fc-factory-module__tab:focus-visible { outline: 2px solid rgba(222,235,230,.76); outline-offset: -2px; }
.fc-factory-module__tab-number { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .1em; transition: color .24s ease; }
.fc-factory-module__tab-title { color: rgba(255,255,255,.48); font-family: var(--fc-home-serif); font-size: var(--section-item-d, 22px); transition: color .24s ease, transform .24s ease; }
.fc-factory-module__tab:hover .fc-factory-module__tab-number,
.fc-factory-module__tab:focus-visible .fc-factory-module__tab-number { color: rgba(255,255,255,.82); }
.fc-factory-module__tab:hover .fc-factory-module__tab-title,
.fc-factory-module__tab:focus-visible .fc-factory-module__tab-title { color: rgba(255,255,255,.86); transform: translateX(5px); }
.fc-factory-module__tab.is-active::before { opacity: 1; transform: translateY(-50%) scaleY(1); }
.fc-factory-module__tab.is-active .fc-factory-module__tab-number { color: #b7c4bf; }
.fc-factory-module__tab.is-active .fc-factory-module__tab-title { color: rgba(255,255,255,.97); transform: translateX(5px); }
.fc-factory-module__mobile-meta,
.fc-factory-module__mobile-controls { display: none; }

/* Certifications */
.fc-home-certifications { overflow: hidden; }
.fc-home-certifications__layout { display: block; }
.fc-home-certifications__intro { display: none; }
.fc-home-certifications__viewport { min-width: 0; overflow-x: auto; padding-block: 6px 4px; scroll-behavior: smooth; scrollbar-width: none; touch-action: pan-y; }
.fc-home-certifications__viewport::-webkit-scrollbar { display: none; }
.fc-home-certifications__viewport.is-enhanced { -webkit-mask-image: linear-gradient(90deg, transparent, #000 100px, #000 calc(100% - 100px), transparent); mask-image: linear-gradient(90deg, transparent, #000 100px, #000 calc(100% - 100px), transparent); overflow: hidden; }
.fc-home-certifications__viewport:focus-visible { outline: 2px solid var(--section-accent); outline-offset: 5px; }
.fc-home-certifications__rail { display: flex; gap: 20px; min-width: 0; transition: transform 800ms cubic-bezier(.4,0,.2,1); user-select: none; width: 100%; will-change: transform; }
.fc-home-certifications__rail.is-dragging { cursor: grabbing; transition: none; }
.fc-home-certificate { color: var(--section-text); flex: 0 0 calc((100% - 60px) / 3.4); min-width: 0; }
.fc-home-certificate__paper { aspect-ratio: 210 / 297; background: #fff; border: 1px solid var(--section-border, var(--fc-home-border)); display: block; overflow: hidden; padding: 8px; transition: transform .25s ease, border-color .25s ease; }
.fc-home-certificate:hover .fc-home-certificate__paper,
.fc-home-certificate:focus-visible .fc-home-certificate__paper { border-color: var(--section-accent); transform: translateY(-3px); }
.fc-home-certificate__image { -webkit-user-drag: none; height: 100%; object-fit: contain; width: 100%; }
.fc-home-certificate__name { display: block; font-size: 14px; line-height: 1.5; margin-top: 14px; }

/* The homepage keeps product browsing for touch screens and removes the retired modules. */
.fc-customization-module,
.fc-home-contact { display: none; }
@media (min-width: 768px) {
	.fc-homepage-section--products { display: none; }
}

/* Contact CTA */
.fc-home-contact { background: var(--section-bg, var(--fc-home-dark)); }
.fc-home-contact__inner { align-items: center; display: flex; gap: 40px; justify-content: space-between; }
.fc-home-contact h2 { max-width: 760px; }
.fc-home-contact p { margin: 18px 0 0; max-width: 720px; }
.fc-home-contact .fc-home-button { flex: 0 0 auto; }
.fc-home-button--light { background: var(--section-accent, var(--fc-home-primary)); }

@media (max-width: 991px) {
	.fc-home-container { padding-inline: 24px; }
	.fc-home-hero { grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); }
	.fc-home-hero__content { padding-left: 24px; padding-right: 36px; }
	.fc-home-products__grid { gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.fc-customization-module__layout { grid-template-columns: minmax(0, 60fr) minmax(280px, 40fr); }
	.fc-factory-module__layout { grid-template-columns: minmax(0, 2.4fr) minmax(250px, 1fr); }
}

@media (max-width: 767px) {
	.fc-home-container { padding-inline: 20px; }
	.fc-home-section,
	.fc-homepage-section { padding-block: clamp(28px, var(--section-pt-m, 34px), 34px) clamp(28px, var(--section-pb-m, 34px), 34px); }
	.fc-home-main > .fc-home-hero + .fc-home-section,
	.fc-home-main > .fc-home-hero + .fc-homepage-section { padding-top: 38px; }
	.fc-home-main > .fc-home-section:last-child,
	.fc-home-main > .fc-homepage-section:last-child { padding-bottom: 38px; }
	.fc-home-section h2,
	.fc-homepage-section .fc-section__title { font-size: var(--section-heading-m, 34px); line-height: var(--section-heading-lh-m, 1.22); }
	.fc-home-section p,
	.fc-homepage-section .fc-section__summary { font-size: var(--section-body-m, 16px); line-height: var(--section-body-lh-m, 1.7); }
	.fc-home-eyebrow,
	.fc-homepage-section .fc-section__kicker { font-size: var(--section-kicker-m, 12px); }
	.fc-home-button,
	.fc-homepage-section .btn.btn-primary { font-size: var(--section-button-m, 14px); min-height: 48px; }
	.fc-home-product-card__title,
	.fc-customization-panel__title,
	.fc-applications-mosaic__title,
	.fc-factory-module__tab-title { font-size: var(--section-item-m, 20px); }
	.fc-applications-module .fc-applications-mosaic__image { object-position: var(--image-focus-m, 50% 50%); transform: scale(var(--image-scale-m, 1)); }
	.fc-applications-module .fc-applications-mosaic__card:hover .fc-applications-mosaic__image,
	.fc-applications-module .fc-applications-mosaic__card:focus-visible .fc-applications-mosaic__image { transform: scale(calc(var(--image-scale-m, 1) * 1.045)); }
	.fc-factory-module__image { object-position: var(--image-focus-m, 50% 50%); transform: scale(var(--image-scale-m, 1)); }

	.fc-home-hero { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); min-height: 100vh; min-height: 100svh; position: relative; }
	.fc-home-hero__content,
	.fc-home-hero__media { grid-area: 1 / 1; }
	.fc-home-hero__media { aspect-ratio: auto; min-height: 100vh; min-height: 100svh; order: initial; }
	.fc-home-hero__media::after { background: linear-gradient(180deg, rgba(241,243,242,0) 20%, rgba(241,243,242,.2) 46%, rgba(241,243,242,.94) 74%, var(--hero-bg, var(--fc-home-bg)) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
	.fc-home-hero__image { object-position: var(--hero-focus-m, 50% 50%); transform: scale(var(--hero-scale-m, 1)); }
	.fc-home-hero__watermark { bottom: clamp(202px, 29svh, 286px); left: 20px; top: auto; width: min(var(--hero-logo-size, 180px), 42vw); }
	.fc-home-hero__watermark--upper-center { left: 50%; transform: translateX(-50%); }
	.fc-home-hero__watermark--center { bottom: 34%; left: 50%; top: auto; transform: translateX(-50%); }
	.fc-home-hero__content { align-items: flex-end; justify-content: flex-start; min-height: 100vh; min-height: 100svh; padding: max(112px, 18svh) 20px calc(clamp(34px, 6svh, 54px) + 78px); position: relative; z-index: 2; }
	.fc-home-hero__copy { max-width: none; }
	.fc-home-hero h1 { font-size: var(--hero-heading-m, 42px); line-height: 1.12; }
	.fc-home-hero__summary { font-size: var(--hero-body-m, 16px); line-height: 1.65; margin-top: 16px; }
	.fc-home-hero__actions { gap: 14px 18px; margin-top: 24px; }
	.fc-home-hero .fc-home-button,
	.fc-home-text-link { font-size: var(--hero-button-m, 14px); }
	.fc-home-hero__controls { inset: 36svh 10px auto; }
	.fc-home-hero__arrow { background: rgba(248,249,248,.72); }
	.fc-home-hero__partners { background: rgba(241,243,242,.96); border-top-color: rgba(29,36,34,.1); bottom: 0; grid-area: auto; grid-template-columns: minmax(72px, .72fr) minmax(0, 1.28fr); left: 0; min-height: 78px; position: absolute; right: 0; z-index: 3; }
	.fc-home-hero__partners-label { font-size: 14px; letter-spacing: .07em; min-height: 78px; padding: 0 14px 0 20px; }
	.fc-home-hero__partners-viewport { padding: 12px 20px 12px 0; }
	.fc-home-hero__partners-track { animation: fc-home-partner-marquee 18s linear infinite; display: flex; width: max-content; }
	.fc-home-hero__partners-set { display: flex !important; flex: 0 0 auto; gap: 20px; }
	.fc-home-hero__partners-item { display: block !important; flex: 0 0 58px; min-width: 0; }
	.fc-home-hero__partners-image { height: 48px; max-width: 58px; object-position: center; width: 58px; }
	.fc-home-hero__partners-image--desktop { max-width: 100%; object-position: left center; width: 100%; }
	.fc-home-hero__partners-image--mobile { display: none; }
	.fc-home-hero__partners:focus-visible { outline: 2px solid var(--hero-button, var(--fc-home-primary)); outline-offset: -2px; }
	.fc-home-hero__partners:hover .fc-home-hero__partners-track,
	.fc-home-hero__partners:focus .fc-home-hero__partners-track,
	.fc-home-hero__partners.is-paused .fc-home-hero__partners-track { animation-play-state: paused; }
	@keyframes fc-home-partner-marquee { to { transform: translateX(-50%); } }
	@keyframes fc-home-image-in { from { opacity: .4; transform: scale(calc(var(--hero-scale-m, 1) + .03)); } to { opacity: 1; transform: scale(var(--hero-scale-m, 1)); } }

	.fc-home-products__header { margin-bottom: 36px; }
	.fc-home-products__grid { display: flex; gap: 12px; grid-template-columns: none; margin-inline: 0; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 0 8px; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
	.fc-home-products__grid::-webkit-scrollbar { display: none; }
	.fc-home-product-card { flex: 0 0 54%; scroll-snap-align: start; scroll-snap-stop: always; }
	.fc-home-product-card__body { padding: 14px; }
	.fc-home-product-card__title { min-height: 0; }
	.fc-home-products__actions { margin-top: 32px; }

	.fc-customization-module__layout { display: block; min-height: 0; }
	.fc-customization-module__heading { margin-bottom: 30px; }
	.fc-customization-module__panels { display: flex; flex-direction: column; height: clamp(260px, 40svh, 330px); }
	.fc-customization-panel { flex: .72 1 0; min-height: 44px; transition: flex-grow .28s ease; width: 100%; }
	.fc-customization-panel.is-active { flex-grow: 2.2; }
	.fc-customization-panel__number { left: 16px; top: 12px; }
	.fc-customization-panel__title { bottom: 14px; font-size: 19px; left: 46px; }
	.fc-customization-panel__image { object-position: var(--image-focus-m, 50% 50%); transform: scale(var(--image-scale-m, 1)); }
	.fc-customization-panel.is-active .fc-customization-panel__image { transform: scale(calc(var(--image-scale-m, 1) * 1.1)); }
	.fc-customization-module__details { justify-content: flex-start; min-height: 0; overflow: visible; padding: 26px 20px 28px; }
	.fc-customization-detail__title { font-size: 28px; margin-bottom: 14px; }
	.fc-customization-detail__description { margin: 0; overflow: visible; }

	.fc-applications-module .fc-applications-mosaic { display: grid; gap: 10px; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); grid-template-rows: clamp(150px, 45vw, 180px) repeat(2, clamp(128px, 38vw, 155px)); margin: 0; min-height: 0; overflow: visible; padding: 0; }
	.fc-applications-module .fc-applications-mosaic__card,
	.fc-applications-module .fc-applications-mosaic__card:first-child,
	.fc-applications-module .fc-applications-mosaic__card:nth-child(2) { aspect-ratio: auto; flex: none; min-height: 0; }
	.fc-applications-module .fc-applications-mosaic__card:first-child { grid-column: 1 / -1; grid-row: 1; }
	.fc-applications-module .fc-applications-mosaic__card:nth-child(2) { grid-column: 1; grid-row: 2 / span 2; }
	.fc-applications-module .fc-applications-mosaic__card:nth-child(3) { grid-column: 2; grid-row: 2; }
	.fc-applications-module .fc-applications-mosaic__card:nth-child(4) { grid-column: 2; grid-row: 3; }
	.fc-applications-mosaic__copy { padding: 14px; }
	.fc-applications-mosaic__keywords { display: none; }

	.fc-factory-module__layout { display: block; min-height: 0; }
	.fc-factory-module__visual { aspect-ratio: 4 / 3; }
	.fc-factory-module__nav { display: none; }
	.fc-factory-module__caption { display: none; }
	.fc-factory-module__overlay { background: linear-gradient(180deg, rgba(20,28,26,.34), transparent 36%, rgba(20,28,26,.72)); inset: 0; position: absolute; }
	.fc-factory-module__mobile-meta { color: #fff; display: flex; flex-direction: column; inset: 16px auto 18px 18px; justify-content: space-between; pointer-events: none; position: absolute; z-index: 3; }
	.fc-factory-module__mobile-count { font-size: 12px; font-weight: 650; letter-spacing: .12em; }
	.fc-factory-module__mobile-title { font-family: var(--fc-home-serif); font-size: 22px; line-height: 1.25; max-width: calc(100vw - 150px); }
	.fc-factory-module__mobile-controls { align-items: center; display: flex; inset: 50% 10px auto; justify-content: space-between; pointer-events: none; position: absolute; transform: translateY(-50%); z-index: 4; }
	.fc-factory-module__arrow { align-items: center; background: rgba(29,36,34,.72) !important; border: 1px solid rgba(255,255,255,.5); border-radius: 0; box-shadow: none !important; color: #fff; display: inline-flex; font-size: 20px; height: 44px; justify-content: center; min-height: 44px; min-width: 44px; padding: 0; pointer-events: auto; width: 44px; }
	.fc-factory-module__arrow:hover,
	.fc-factory-module__arrow:focus-visible { background: rgba(29,36,34,.92) !important; color: #fff; }
	.fc-factory-module__arrow:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

	.fc-home-certifications__layout { display: block; }
	.fc-home-certifications__intro { display: none; }
	.fc-home-certifications__viewport,
	.fc-home-certifications__viewport.is-enhanced { -webkit-mask-image: none; mask-image: none; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pinch-zoom; -webkit-overflow-scrolling: touch; }
	.fc-home-certifications__rail { gap: 10px; transition: none; }
	.fc-home-certifications__viewport.is-native .fc-home-certifications__rail { transform: none !important; }
	.fc-home-certificate { flex-basis: 34.5%; scroll-snap-align: start; scroll-snap-stop: always; }
	.fc-home-certificate__paper { padding: 5px; }
	.fc-home-certificate__name { font-size: 12px; margin-top: 8px; }

	.fc-home-contact__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
	.fc-home-hero__partners-image--mobile { display: none; }
	.fc-home-hero__partners:has(.fc-home-hero__partners-image--mobile) .fc-home-hero__partners-image--desktop { display: none; }
	.fc-home-hero__partners:has(.fc-home-hero__partners-image--mobile) .fc-home-hero__partners-image--mobile { display: block; }
}

@media (prefers-reduced-motion: reduce) {
	.fc-home-hero__partners-track { animation: none; transform: none; width: 100%; }
	.fc-home-hero__partners-set + .fc-home-hero__partners-set { display: none !important; }
}

@media (max-width: 359px) {
	.fc-home-container { padding-inline: 16px; }
	.fc-home-hero__content { padding-inline: 16px; }
	.fc-home-hero h1 { font-size: min(var(--hero-heading-m, 42px), 38px); overflow-wrap: anywhere; }
	.fc-home-section h2,
	.fc-homepage-section .fc-section__title { font-size: min(var(--section-heading-m, 34px), 31px); overflow-wrap: anywhere; }
	.fc-home-hero__actions { align-items: stretch; flex-direction: column; }
	.fc-home-text-link { min-height: 44px; }
	.fc-home-product-card { flex-basis: 54%; }
	.fc-applications-module .fc-applications-mosaic { gap: 8px; grid-template-rows: 150px repeat(2, 128px); }
	.fc-applications-mosaic__copy { padding: 12px; }
	.fc-applications-mosaic__title { font-size: min(var(--section-item-m, 20px), 18px); }
	.fc-factory-module__mobile-meta { left: 14px; }
	.fc-factory-module__mobile-title { font-size: 20px; }
}

@media (max-width: 600px) {
	.admin-bar.fc-homepage-redesign .fc-site-navbar.navbar-fixed-top { top: 46px !important; }
}

@media (prefers-reduced-motion: reduce) {
	.fc-homepage-redesign *,
	.fc-homepage-redesign *::before,
	.fc-homepage-redesign *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
