/*
 * Uiccer homepage visual polish.
 *
 * This stylesheet is intentionally loaded on the front page only. It refines
 * presentation without changing WordPress content, URLs, CMS fields or
 * business logic, and can be removed independently for an immediate rollback.
 */

body.home {
	--accent: #c44722;
	--accent-dark: #a9391a;
	--accent-light: #f1a087;
	--ink: #202422;
	--muted: #626965;
	--surface: #f4f2ed;
	--line: #dcdad4;
	--footer: #1d2220;
	--home-radius: 8px;
	--home-shadow: 0 12px 30px rgba(28, 32, 30, 0.08);
	--shell: min(1200px, calc(100% - 64px));
	color: var(--ink);
	font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.62;
}

body.home h1,
body.home h2,
body.home h3 {
	font-family: inherit;
	font-weight: 680;
	letter-spacing: -0.022em;
	line-height: 1.1;
}

body.home h2 {
	font-size: clamp(2.15rem, 3vw, 2.55rem);
}

body.home h3 {
	font-size: 1.35rem;
}

body.home .section {
	padding-block: clamp(72px, 6.4vw, 88px);
}

body.home .eyebrow {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-bottom: 13px;
}

body.home .section-heading {
	margin-bottom: 36px;
	max-width: 760px;
}

body.home .section-heading > h2 {
	margin-bottom: 0;
}

body.home .section-heading > h2 + p {
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 690px;
}

body.home .button {
	border-radius: 7px;
	font-size: 0.94rem;
	font-weight: 650;
	min-height: 46px;
	padding: 9px 22px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.home .button:hover,
body.home .button:focus-visible {
	transform: translateY(-1px);
}

body.home .text-link {
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration-thickness: 1px;
}

/* Header: quieter, more compact and fully opaque while scrolling. */
body.home .site-header {
	background: #fff;
	border-bottom-color: rgba(32, 36, 34, 0.12);
	box-shadow: none;
}

body.home .header-inner {
	gap: 28px;
	min-height: 72px;
}

body.home .custom-logo {
	max-height: 46px;
}

body.home .site-menu {
	gap: 2px;
}

body.home .site-menu a {
	border-radius: 0;
	font-size: 0.94rem;
	font-weight: 620;
	padding: 24px 14px 22px;
	position: relative;
}

body.home .site-menu a:hover,
body.home .site-menu .current-menu-item > a,
body.home .site-menu .current_page_item > a {
	background: transparent;
	color: var(--accent-dark);
}

body.home .site-menu .current-menu-item > a::after,
body.home .site-menu .current_page_item > a::after {
	background: var(--accent);
	bottom: 14px;
	content: "";
	height: 2px;
	left: 14px;
	position: absolute;
	right: 14px;
}

body.home .header-cta {
	min-height: 44px;
	padding-inline: 20px;
}

/* Hero: manufacturing photography remains primary; type and controls recede. */
body.home .hero {
	min-height: min(650px, 76vh);
}

body.home .hero-media::after {
	background: linear-gradient(90deg, rgba(10, 13, 12, 0.9) 0%, rgba(10, 13, 12, 0.72) 38%, rgba(10, 13, 12, 0.28) 72%, rgba(10, 13, 12, 0.16) 100%);
}

body.home .hero-content {
	padding-block: 82px;
}

body.home .hero-content h1 {
	font-size: clamp(3rem, 4.2vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.026em;
	line-height: 1.04;
	margin-bottom: 28px;
	max-width: 760px;
}

body.home .hero-subtitle {
	font-size: clamp(1.08rem, 1.55vw, 1.25rem);
	line-height: 1.55;
	margin: 0 0 22px;
	max-width: 650px;
}

body.home .hero-trust {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 26px;
	max-width: 720px;
	padding-block: 14px;
}

body.home .hero-trust li,
body.home .hero-trust li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding: 0 18px;
}

body.home .hero-trust li:first-child {
	border-left: 0;
	padding-left: 0;
}

body.home .hero-trust strong {
	font-size: 0.98rem;
	font-weight: 680;
}

body.home .hero-trust span {
	font-size: 0.72rem;
	letter-spacing: 0.015em;
}

body.home .hero-actions {
	gap: 10px;
}

body.home .hero .button-outline-light {
	background: rgba(15, 18, 17, 0.2);
	border-color: rgba(255, 255, 255, 0.72);
}

body.home .hero .button-outline-light:hover,
body.home .hero .button-outline-light:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--ink);
}

/* Category cards read as a manufacturer catalogue rather than retail tiles. */
body.home .category-section {
	background: var(--surface);
}

body.home .category-section .centered-heading,
body.home .process-section .centered-heading,
body.home .oem-section .centered-heading {
	margin-inline: 0;
	text-align: left;
}

body.home .category-section .centered-heading p,
body.home .process-section .centered-heading p,
body.home .oem-section .centered-heading p {
	margin-inline: 0;
}

body.home .category-grid {
	gap: 28px;
}

body.home .category-card {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	transition: none;
}

body.home .category-card:hover {
	transform: none;
}

body.home .category-card-media {
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
}

body.home .category-card-media img {
	transition: transform 220ms ease;
}

body.home .category-card:hover .category-card-media img {
	transform: scale(1.015);
}

body.home .category-card-content {
	align-items: start;
	border-bottom: 1px solid var(--line);
	gap: 18px;
	padding: 18px 2px 17px;
}

body.home .category-card-content h3 {
	font-size: 1.28rem;
	font-weight: 650;
	margin-bottom: 2px;
}

body.home .category-card-content p {
	font-size: 0.82rem;
	margin-top: 4px;
}

body.home .category-card-content .text-link {
	margin-top: 3px;
}

/* Manufacturing process: image-led editorial sequence with no card chrome. */
body.home .process-section {
	background: #fff;
}

body.home .process-grid {
	column-gap: 24px;
	row-gap: 38px;
}

body.home .process-card {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

body.home .process-image {
	border-radius: 5px;
	overflow: hidden;
}

body.home .process-image img {
	transition: transform 220ms ease;
}

body.home .process-card:hover .process-image img {
	transform: scale(1.015);
}

body.home .process-copy {
	border-top: 1px solid var(--line);
	gap: 12px;
	grid-template-columns: 32px 1fr;
	margin-top: 14px;
	padding: 14px 0 0;
}

body.home .process-copy > span {
	color: var(--accent);
	font-size: 0.84rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: 0.08em;
}

body.home .process-copy h3 {
	font-size: 1.08rem;
	font-weight: 620;
	line-height: 1.28;
	margin: 0;
}

/* Factory: one clear lead photograph plus an ordered supporting gallery. */
body.home .factory-section {
	background: var(--surface);
}

body.home .split-heading {
	align-items: end;
	gap: 56px;
	margin-bottom: 34px;
}

body.home .split-heading > p {
	font-size: 1.02rem;
	line-height: 1.65;
}

body.home .factory-gallery {
	display: grid;
	gap: 12px;
	grid-auto-rows: clamp(132px, 13vw, 176px);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.home .factory-gallery figure {
	aspect-ratio: auto;
	border-radius: 4px;
	grid-column: span 3;
}

body.home .factory-gallery .is-featured {
	grid-column: span 6;
	grid-row: span 2;
}

body.home .factory-facts {
	background: var(--ink);
	border-radius: 4px;
	margin-top: 16px;
	padding-block: 24px;
}

body.home .fact {
	padding: 8px 24px;
}

body.home .fact strong {
	font-size: clamp(1.7rem, 2.4vw, 2.25rem);
	font-weight: 650;
}

body.home .fact span {
	font-size: 0.86rem;
}

/* Partners: a calm verification strip, without a field of rounded cards. */
body.home .brand-section {
	background: #fff;
	padding-block: clamp(64px, 5.6vw, 76px);
}

body.home .brand-section .section-heading {
	margin-bottom: 28px;
}

body.home .brand-grid {
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
	gap: 0;
}

body.home .brand-grid > div {
	border: 0;
	border-radius: 0;
	padding: 15px 20px;
}

body.home .brand-grid img {
	max-height: 82px;
	opacity: 0.68;
	transform: scale(1.06);
}

body.home .brand-grid > div:hover {
	box-shadow: none;
	transform: none;
}

/* OEM/ODM: consistent image tiles with quiet, left-aligned labels. */
body.home .oem-section {
	background: var(--surface);
}

body.home .oem-grid {
	column-gap: 22px;
	row-gap: 34px;
}

body.home .oem-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

body.home .oem-card img {
	aspect-ratio: 4 / 3;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 5px;
	object-fit: contain;
	transition: transform 220ms ease;
}

body.home .oem-card:hover img {
	transform: scale(1.015);
}

body.home .oem-card h3 {
	font-size: 1.05rem;
	font-weight: 620;
	line-height: 1.3;
	padding: 13px 0 0;
	text-align: left;
}

/* CTA and proof sections use one stable industrial dark tone. */
body.home .project-cta-section {
	background: #292f2c;
	padding-block: clamp(56px, 5vw, 68px);
}

body.home .project-cta-inner {
	gap: 56px;
}

body.home .project-cta-inner h2 {
	font-size: clamp(2rem, 2.7vw, 2.4rem);
	font-weight: 650;
}

body.home .project-cta-inner p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
}

body.home .project-cta-section .button-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.58);
	color: #fff;
}

body.home .project-cta-section .button-secondary:hover,
body.home .project-cta-section .button-secondary:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--ink);
}

body.home .why-section {
	background: #fff;
	color: var(--ink);
}

body.home .why-section > .site-shell {
	align-items: start;
	display: grid;
	gap: clamp(46px, 6vw, 78px);
	grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
}

body.home .why-section .section-heading {
	margin: 0;
}

body.home .why-section .eyebrow {
	color: var(--accent);
}

body.home .why-grid {
	background: transparent;
	border-top: 1px solid var(--line);
	gap: 0;
}

body.home .why-grid article {
	background: transparent;
	border-bottom: 1px solid var(--line);
	padding: 26px 8px 28px 0;
}

body.home .why-grid article:nth-child(even) {
	padding-left: 30px;
}

body.home .why-grid article:nth-child(odd) {
	border-right: 1px solid var(--line);
	padding-right: 30px;
}

body.home .why-grid h3 {
	font-size: 1.2rem;
	font-weight: 650;
	margin-bottom: 9px;
}

body.home .why-grid p {
	color: var(--muted);
	font-size: 0.96rem;
	line-height: 1.6;
}

/* Quality and FAQ retain their content while losing template-like chrome. */
body.home .quality-section {
	background: var(--surface);
}

body.home .certificate-grid {
	gap: 22px;
}

body.home .certificate-grid figure,
body.home .certificate-grid a {
	border-radius: 4px;
}

body.home .certificate-grid figure {
	box-shadow: none;
}

body.home .certificate-grid figure:hover {
	box-shadow: var(--home-shadow);
	transform: translateY(-2px);
}

body.home .certificate-grid figcaption {
	font-size: 0.86rem;
	font-weight: 620;
}

body.home .quality-note {
	font-size: 0.95rem;
	margin-top: 24px;
}

body.home .faq-section {
	border-top: 0;
	padding-block: clamp(64px, 5.6vw, 76px);
}

body.home .faq-section .centered-heading {
	margin-inline: 0;
	text-align: left;
}

body.home .faq-section .centered-heading p {
	margin-inline: 0;
}

body.home .faq-list summary {
	font-size: 1.05rem;
	font-weight: 620;
	padding-right: 42px;
}

body.home .faq-list details {
	padding-block: 16px;
}

/* Contact: solid brand colour, restrained white information panel. */
body.home .contact-section {
	background: var(--accent);
	padding-block: clamp(64px, 5.8vw, 78px);
}

body.home .contact-section h2 {
	font-size: clamp(2.2rem, 3vw, 2.6rem);
}

body.home .contact-section .eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

body.home .contact-section p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	max-width: 560px;
}

body.home .contact-card {
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 8px;
	box-shadow: none;
	gap: 10px;
	padding: clamp(28px, 4vw, 42px);
}

body.home .contact-card strong {
	font-size: 1.12rem;
	font-weight: 650;
}

/* Homepage footer follows the same quiet industrial palette. */
body.home .site-footer {
	background: var(--footer);
}

body.home .footer-brand {
	font-size: 1.75rem;
	font-weight: 700;
}

body.home .footer-grid h2 {
	font-size: 0.92rem;
	font-weight: 650;
	letter-spacing: 0.03em;
}

body.home .floating-whatsapp {
	border-radius: 8px;
	bottom: 24px;
	box-shadow: 0 9px 24px rgba(18, 83, 48, 0.24);
	min-height: 54px;
	padding: 9px 16px 9px 12px;
}

/* Tablet and mobile are deliberately composed, not merely wrapped. */
@media (max-width: 1000px) {
	body.home .header-inner {
		min-height: 68px;
	}

	body.home .site-menu a {
		border-radius: 4px;
		padding: 11px 14px;
	}

	body.home .site-menu .current-menu-item > a::after,
	body.home .site-menu .current_page_item > a::after {
		display: none;
	}

	body.home .why-section > .site-shell {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	body.home {
		--shell: min(100% - 40px, 1200px);
		font-size: 16px;
	}

	body.home .header-inner {
		min-height: 64px;
	}

	body.home .custom-logo {
		max-height: 40px;
	}

	body.home .section {
		padding-block: 56px;
	}

	body.home h2 {
		font-size: clamp(1.8rem, 8.5vw, 2.05rem);
		line-height: 1.12;
	}

	body.home .section-heading {
		margin-bottom: 28px;
	}

	body.home .section-heading > h2 + p {
		font-size: 1rem;
		margin-top: 14px;
	}

	body.home .hero {
		min-height: 620px;
	}

	body.home .hero-media::after {
		background: linear-gradient(90deg, rgba(8, 11, 10, 0.88) 0%, rgba(8, 11, 10, 0.64) 68%, rgba(8, 11, 10, 0.38) 100%);
	}

	body.home .hero-content {
		padding-block: 54px;
	}

	body.home .hero-content h1 {
		font-size: clamp(2.35rem, 10.6vw, 2.65rem);
		line-height: 1.04;
		margin-bottom: 18px;
	}

	body.home .hero-subtitle {
		font-size: 1.06rem;
		margin-bottom: 18px;
	}

	body.home .hero-trust {
		margin-bottom: 20px;
		padding-block: 10px;
	}

	body.home .hero-trust li,
	body.home .hero-trust li:first-child {
		padding: 6px 13px;
	}

	body.home .hero-trust li:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}

	body.home .hero-actions {
		align-items: stretch;
		flex-direction: column;
		max-width: 270px;
	}

	body.home .hero-actions .button {
		width: 100%;
	}

	body.home .category-grid {
		gap: 34px;
	}

	body.home .category-card-content {
		align-items: center;
		flex-direction: row;
		padding-top: 15px;
	}

	body.home .process-grid {
		gap: 28px 14px;
	}

	body.home .process-copy {
		gap: 8px;
		grid-template-columns: 24px 1fr;
		margin-top: 10px;
		padding-top: 10px;
	}

	body.home .process-copy h3 {
		font-size: 0.98rem;
	}

	body.home .split-heading {
		align-items: start;
		gap: 16px;
	}

	body.home .factory-gallery {
		gap: 8px;
		grid-auto-rows: 110px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .factory-gallery figure {
		grid-column: span 1;
	}

	body.home .factory-gallery .is-featured {
		grid-column: span 2;
		grid-row: span 2;
	}

	body.home .factory-facts {
		margin-top: 10px;
		padding-block: 14px;
	}

	body.home .fact {
		padding: 10px 8px;
	}

	body.home .fact strong {
		font-size: 1.7rem;
	}

	body.home .brand-section,
	body.home .faq-section {
		padding-block: 56px;
	}

	body.home .brand-grid > div {
		padding: 10px 12px;
	}

	body.home .oem-grid {
		gap: 26px 14px;
	}

	body.home .oem-card h3 {
		font-size: 0.96rem;
		padding-top: 10px;
	}

	body.home .project-cta-inner {
		gap: 28px;
	}

	body.home .project-cta-inner h2 {
		font-size: 1.9rem;
	}

	body.home .project-cta-inner .cta-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	body.home .why-section > .site-shell {
		gap: 28px;
	}

	body.home .why-grid {
		grid-template-columns: 1fr;
	}

	body.home .why-grid article,
	body.home .why-grid article:nth-child(even),
	body.home .why-grid article:nth-child(odd) {
		border-right: 0;
		padding: 22px 0;
	}

	body.home .contact-section {
		padding-block: 56px;
	}

	body.home .contact-grid {
		gap: 34px;
	}

	body.home .contact-section .cta-actions {
		display: none;
	}
}

@media (max-width: 520px) {
	body.home .category-card-content {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	body.home .brand-grid img {
		max-height: 68px;
		transform: scale(1.04);
	}

	body.home .certificate-grid {
		gap: 14px;
	}
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	body.home .category-card,
	body.home .process-card,
	body.home .oem-card,
	body.home .brand-grid > div {
		transition: none;
	}

	body.home .category-card:hover,
	body.home .process-card:hover,
	body.home .oem-card:hover,
	body.home .brand-grid > div:hover {
		box-shadow: none;
		transform: none;
	}
}
