/*
Theme Name: Shine Industrial Filtration
Theme URI: https://shine.ponyfast.com/
Update URI: https://shine.ponyfast.com/theme-updates/shine/
Author: PonyFast
Description: ACF-powered industrial filtration one-page WordPress theme for Shine Technology.
Version: 1.6.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: shine
*/

:root {
	--navy-950: #092943;
	--navy-900: #0c3455;
	--navy-800: #123f66;
	--navy-700: #1b4b73;
	--cyan-600: #059cb9;
	--cyan-500: #05accb;
	--cyan-100: #dff7fb;
	--ink: #112f4e;
	--muted: #687786;
	--surface: #f5f8fb;
	--line: #dce4eb;
	--white: #fff;
	--shadow: 0 12px 32px rgba(9, 41, 67, .09);
	--radius: 10px;
	--container: 1280px;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.2em; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-weight: 750; line-height: 1.13; letter-spacing: -.025em; }
button, input, textarea { font: inherit; }
svg { display: block; width: 1em; height: 1em; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 10px 16px; color: var(--white); background: var(--navy-950); }
.skip-link:focus { top: 10px; }
.content-area { min-height: 70vh; padding-block: 140px 90px; }
.content-area h1 { margin-bottom: 30px; font-size: clamp(2.2rem, 5vw, 4rem); }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(4, 26, 44, .18); }
.button-cyan { color: var(--white); background: var(--cyan-600); }
.button-cyan:hover { background: var(--cyan-500); }
.button-navy { color: var(--white); background: var(--navy-900); }
.button-navy:hover { background: var(--navy-700); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .65); background: rgba(8, 38, 61, .25); }
.button-ghost:hover { background: var(--white); color: var(--navy-900); }

.eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 12px 4px;
	border-radius: 2px;
	color: var(--white);
	background: var(--cyan-600);
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.eyebrow-dark { background: var(--navy-900); }
.eyebrow-line { padding: 0 0 0 26px; background: none; color: var(--cyan-500); position: relative; }
.eyebrow-line::before { content: ""; position: absolute; left: 0; width: 16px; height: 1px; background: currentColor; }

.site-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	color: var(--white);
	background: rgba(9, 41, 67, .94);
	transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { position: fixed; background: rgba(9, 41, 67, .98); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); }
.header-inner { display: flex; align-items: center; gap: 34px; height: 100%; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 8px; color: var(--white); }
.brand-mark { position: relative; display: grid; place-items: center; width: 49px; height: 49px; border: 2px solid rgba(129, 220, 235, .7); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #88d4df, #18506f 65%); box-shadow: inset 0 0 0 3px rgba(255,255,255,.12); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: -6px; right: -6px; height: 1px; background: rgba(149, 226, 235, .65); transform: rotate(-12deg); }
.brand-mark::after { transform: rotate(12deg); }
.brand-mark span { position: relative; z-index: 1; font-size: 9px; font-weight: 800; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { color: var(--white); font-size: 14px; letter-spacing: .05em; }
.brand-copy small { color: #d0e6ef; font-size: 10px; white-space: nowrap; }
.primary-navigation { margin-left: auto; }
.site-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-menu a { position: relative; color: rgba(255, 255, 255, .92); font-size: 14px; font-weight: 650; white-space: nowrap; }
.site-menu a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--cyan-500); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { min-height: 42px; padding: 10px 23px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero {
	position: relative;
	min-height: 820px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-900);
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(5, 35, 57, .92) 0%, rgba(7, 49, 76, .76) 38%, rgba(7, 46, 72, .55) 68%, rgba(8, 43, 68, .84) 100%),
		var(--hero-image),
		var(--hero-ambient);
	background-repeat: no-repeat;
	background-position: center, 65% 53%, center;
	background-size: cover, auto 116%, cover;
	filter: saturate(.9);
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 53, 82, .18), transparent 45%); }
.hero-media, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: 1; }
.hero-media video { object-fit: cover; }
.hero-media:has(video)::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,35,57,.94), rgba(8,52,80,.62) 52%, rgba(8,42,66,.4)); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 748px; }
.hero-content { max-width: 680px; padding: 52px 0 44px; }
.hero h1 { max-width: 650px; margin-top: 18px; color: var(--white); font-size: clamp(58px, 5.5vw, 82px); font-weight: 780; line-height: .99; letter-spacing: -.045em; }
.hero-subtitle { margin: 19px 0 2px; color: var(--cyan-500); font-size: 22px; font-weight: 750; }
.hero-description { max-width: 660px; margin-bottom: 24px; color: rgba(255,255,255,.84); font-size: 17px; }
.hero-actions { display: flex; gap: 16px; }

.stats-band { position: relative; z-index: 3; color: var(--white); background: var(--navy-800); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 178px; }
.stat { position: relative; display: flex; flex-direction: column; justify-content: center; padding-left: 26px; }
.stat:not(:last-child)::after { content: ""; position: absolute; top: 48px; right: 0; width: 1px; height: 82px; background: rgba(255,255,255,.2); }
.stat strong { color: var(--cyan-500); font-size: 45px; line-height: 1; letter-spacing: -.035em; }
.stat span { margin-top: 14px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.section { padding-block: 112px; }
.section-heading { max-width: 780px; margin: 0 auto 55px; text-align: center; }
.section-heading h2 { margin-top: 14px; font-size: clamp(34px, 3.4vw, 48px); }
.section-heading p { max-width: 820px; margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light { margin-bottom: 44px; }

.section-features { background: #f8fafc; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card { min-height: 250px; padding: 32px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 18px rgba(13, 47, 76, .08); transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.feature-card:hover { color: var(--white); background: var(--navy-800); transform: translateY(-7px); box-shadow: 0 16px 32px rgba(8, 48, 78, .22); }
.icon-box { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 9px; color: var(--white); background: var(--navy-800); }
.icon-box svg { width: 24px; height: 24px; }
.feature-card:hover .icon-box { background: var(--cyan-600); }
.feature-card h3 { margin-bottom: 15px; font-size: 20px; transition: color .25s ease; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; transition: color .25s ease; }
.feature-card:hover h3, .feature-card:hover p { color: var(--white); }
.feature-card:hover p { opacity: .82; }

.section-products { background: var(--surface); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card, .industry-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 18px rgba(13,47,76,.08); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover, .industry-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-image { display: block; overflow: hidden; }
.card-image img { width: 100%; height: 214px; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .card-image img, .industry-card:hover .card-image img { transform: scale(1.045); }
.card-body { padding: 24px 22px 22px; }
.card-body h3 { margin-bottom: 12px; font-size: 21px; }
.card-body p { color: var(--muted); font-size: 15px; line-height: 1.55; }
.product-card .card-body { display: flex; flex-direction: column; min-height: 255px; }
.product-card .card-body p { flex: 1; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 4px 8px; color: var(--cyan-600); background: var(--cyan-100); border-radius: 2px; font-size: 10px; font-weight: 750; }
.section-action { margin-top: 48px; text-align: center; }

.section-industries { background: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.industry-card .card-image img { height: 255px; }
.industry-card .eyebrow { min-height: 20px; padding: 4px 8px 3px; font-size: 9px; }
.industry-card .card-body { padding: 20px 22px 25px; }
.industry-card .card-body h3 { margin-top: 12px; }
.text-link, .problem-card a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.text-link svg, .problem-card a svg { width: 14px; height: 14px; transition: transform .2s ease; }
.text-link:hover svg, .problem-card a:hover svg { transform: translateX(4px); }

.section-problems { color: var(--white); background: var(--navy-800); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.problem-card { display: grid; grid-template-columns: 48px 1fr; gap: 22px; min-height: 152px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; background: rgba(255,255,255,.06); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.problem-card:hover { background: var(--cyan-600); transform: translateY(-4px); box-shadow: 0 15px 30px rgba(3, 28, 47, .2); }
.problem-card .icon-box { width: 46px; height: 46px; margin: 0; color: var(--navy-900); background: var(--cyan-500); }
.problem-card:hover .icon-box { color: var(--white); background: rgba(255,255,255,.2); }
.problem-card h3 { margin-bottom: 8px; color: var(--white); font-size: 19px; }
.problem-card p { margin-bottom: 9px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.6; }
.problem-card a { color: var(--cyan-500); font-size: 12px; }
.problem-card:hover a { color: var(--white); }

.section-about { padding-block: 130px; }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 90px; }
.about-copy h2 { margin: 18px 0 28px; font-size: clamp(36px, 3.2vw, 48px); }
.about-copy > p { max-width: 690px; color: var(--muted); font-size: 16px; }
.check-list, .contact-list { margin: 25px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; margin: 10px 0; color: #1e374d; font-size: 15px; font-weight: 650; }
.check-list svg { flex: 0 0 auto; width: 18px; height: 18px; padding: 2px; border: 1.5px solid var(--cyan-500); border-radius: 50%; color: var(--cyan-600); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.badges span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 3px; color: var(--navy-800); background: #fafcfd; font-size: 10px; font-weight: 800; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; z-index: -1; top: -18px; right: -18px; width: 38%; height: 38%; border-radius: 4px; background: var(--cyan-500); opacity: .14; }
.about-image img { width: 100%; height: 485px; border-radius: 8px; object-fit: cover; box-shadow: var(--shadow); }

.section-contact { padding-block: 100px 88px; color: var(--white); background: var(--navy-800); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 105px; }
.contact-copy h2 { margin: 18px 0 28px; color: var(--white); font-size: clamp(38px, 4vw, 56px); }
.contact-copy > p { max-width: 590px; color: rgba(255,255,255,.7); font-size: 16px; }
.contact-list { margin-top: 30px; }
.contact-list li { display: flex; align-items: flex-start; gap: 13px; margin: 15px 0; color: rgba(255,255,255,.8); font-size: 15px; }
.contact-list svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; color: var(--cyan-500); }
.contact-list a:hover { color: var(--cyan-500); }
.enquiry-card { padding: 38px; border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 25px 60px rgba(3,22,37,.26); }
.enquiry-card h3 { margin-bottom: 8px; font-size: 25px; }
.enquiry-card > p { color: #697786; font-size: 14px; }
.enquiry-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.enquiry-form label { display: block; }
.enquiry-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.enquiry-form input, .enquiry-form textarea { width: 100%; border: 1px solid #e6eaee; border-radius: 3px; outline: 0; color: var(--ink); background: #f3f5f7; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.enquiry-form input { height: 47px; padding: 0 15px; }
.enquiry-form textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--cyan-500); background: var(--white); box-shadow: 0 0 0 3px rgba(5,172,203,.13); }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: #9ba7b3; font-size: 14px; }
.field-wide { grid-column: 1 / -1; }
.enquiry-form .button { width: 100%; border: 0; }
.honeypot { position: absolute !important; left: -9999px; }
.form-notice { margin: 15px 0; padding: 10px 13px; border-radius: 3px; font-size: 14px; }
.form-notice.success { color: #155f3c; background: #e8f8ef; }
.form-notice.error { color: #8c2d2d; background: #fff0f0; }

.site-footer { color: rgba(255,255,255,.57); background: var(--navy-800); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(5, 1fr); gap: 42px; padding-block: 75px 65px; border-top: 1px solid rgba(255,255,255,.06); }
.brand-footer { margin-bottom: 22px; }
.brand-footer .brand-mark { width: 45px; height: 45px; }
.footer-brand p { max-width: 280px; font-size: 14px; }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--white); font-size: 11px; }
.footer-grid h3 { margin: 10px 0 18px; color: var(--white); font-size: 15px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid span { font-size: 13px; line-height: 1.55; }
.footer-grid a:hover { color: var(--cyan-500); }
.footer-bottom { padding-block: 20px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(5,31,51,.14); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

/* Products page */
.page-template-page-products .site-menu a[href*="/products"] { color: var(--cyan-500); }
.products-page-hero {
	position: relative;
	min-height: 472px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-800);
}
.products-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(9, 46, 73, .74), rgba(15, 57, 88, .68)), var(--products-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(.8);
	transform: scale(1.01);
}
.products-page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 42, 67, .38), transparent 70%);
}
.products-page-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 400px;
}
.products-page-hero__content { width: 100%; padding-block: 36px; }
.products-page-hero h1 {
	margin: 20px 0 14px;
	color: var(--white);
	font-size: clamp(46px, 4.4vw, 64px);
	line-height: 1.04;
}
.products-page-hero p {
	max-width: 1130px;
	margin: 0;
	color: rgba(255,255,255,.8);
	font-size: 18px;
}
.products-filter-bar { min-height: 94px; background: var(--white); }
.products-filters { display: flex; align-items: center; gap: 13px; min-height: 94px; overflow-x: auto; scrollbar-width: thin; }
.products-filter-button {
	flex: 0 0 auto;
	min-width: 112px;
	height: 42px;
	padding: 0 23px;
	border: 1px solid #cfd8e1;
	border-radius: 4px;
	color: #35516d;
	background: var(--white);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.products-filter-button:hover,
.products-filter-button:focus-visible,
.products-filter-button.is-active {
	border-color: var(--navy-900);
	color: var(--white);
	background: var(--navy-900);
}
.products-filter-button:hover { transform: translateY(-2px); }
.products-catalog { padding-block: 78px 92px; background: #f2f6fa; }
.products-catalog-heading { margin-bottom: 52px; text-align: center; }
.products-catalog-heading h2 { margin-top: 16px; font-size: clamp(34px, 3vw, 46px); }
.products-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 24px;
	transition: opacity .16s ease, transform .16s ease;
}
.products-page-grid.is-filtering { opacity: .25; transform: translateY(5px); }
.products-page-card {
	overflow: hidden;
	border-radius: 9px;
	background: var(--white);
	box-shadow: 0 9px 25px rgba(11, 45, 72, .06);
	transition: transform .28s ease, box-shadow .28s ease;
}
.products-page-card[hidden] { display: none !important; }
.products-page-card:hover { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(11, 45, 72, .14); }
.products-page-card__image { display: block; overflow: hidden; aspect-ratio: 1.83 / 1; background: #dce5eb; }
.products-page-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.products-page-card:hover .products-page-card__image img { transform: scale(1.045); }
.products-page-card__body { padding: 23px 24px 22px; }
.products-page-card__label { display: block; margin-bottom: 8px; color: var(--cyan-600); font-size: 13px; font-weight: 800; }
.products-page-card h3 { margin-bottom: 10px; font-size: 23px; }
.products-page-card h3 a { transition: color .2s ease; }
.products-page-card h3 a:hover { color: var(--cyan-600); }
.products-page-card p { min-height: 28px; margin: 0; padding-bottom: 16px; border-bottom: 1px solid #dce4ea; color: var(--muted); font-size: 15px; line-height: 1.5; }
.products-page-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--cyan-600); font-size: 14px; font-weight: 800; }
.products-page-card__link svg { width: 15px; height: 15px; transition: transform .2s ease; }
.products-page-card__link:hover svg { transform: translateX(4px); }
.products-cta { color: var(--white); background: var(--navy-800); }
.products-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; min-height: 176px; padding-block: 35px; }
.products-cta h2 { margin-bottom: 10px; color: var(--white); font-size: 30px; }
.products-cta p { max-width: 860px; margin: 0; color: rgba(255,255,255,.66); font-size: 16px; }
.products-cta .button { flex: 0 0 auto; min-width: 310px; }

/* Product detail */
.button-outline-navy { border-color: var(--navy-800); color: var(--navy-800); background: transparent; }
.button-outline-navy:hover { color: var(--white); background: var(--navy-800); }
.button-soft { gap: 8px; border-color: #dce4ea; color: #536476; background: var(--white); }
.button-soft:hover { color: var(--navy-800); }
.button-soft svg { width: 17px; height: 17px; }
.single-shine_product .site-menu a[href*="/products"] { color: var(--cyan-500); }
.product-detail-hero {
	position: relative;
	min-height: 392px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-800);
}
.product-detail-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(7,42,67,.76), rgba(10,51,80,.68)), var(--detail-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(.72);
}
.product-detail-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 320px; }
.product-detail-hero__content { width: 100%; padding-block: 30px; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 20px; color: rgba(255,255,255,.58); font-size: 13px; }
.product-breadcrumbs a:hover { color: var(--cyan-500); }
.product-breadcrumbs strong { color: var(--white); font-weight: 700; }
.product-detail-hero h1 { margin: 18px 0 12px; color: var(--white); font-size: clamp(48px, 4.4vw, 64px); }
.product-detail-hero p { margin: 0; color: rgba(255,255,255,.74); font-size: 17px; }
.product-overview { padding-block: 62px 70px; background: #f2f6fa; }
.product-overview__grid { display: grid; grid-template-columns: .97fr 1.03fr; align-items: start; gap: 60px; }
.product-gallery__main { overflow: hidden; aspect-ratio: 1.38 / 1; border-radius: 10px; background: #d8e2e8; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .35s ease; }
.product-gallery__main img.is-switching { opacity: .15; transform: scale(.985); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 17px; }
.product-gallery__thumb { overflow: hidden; aspect-ratio: 1.52 / 1; padding: 0; border: 2px solid transparent; border-radius: 7px; background: #d9e3e9; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.product-gallery__thumb:hover { transform: translateY(-3px); }
.product-gallery__thumb.is-active { border-color: var(--cyan-500); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-overview__content { padding-top: 2px; }
.product-overview__content h2 { margin: 22px 0 24px; font-size: clamp(38px, 3.5vw, 52px); }
.product-overview__intro { margin-bottom: 27px; color: #5f6e7b; font-size: 15px; line-height: 1.7; }
.product-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; padding-block: 25px; border-top: 1px solid #d7e0e7; border-bottom: 1px solid #d7e0e7; }
.product-stat { min-height: 71px; padding: 13px 15px; border: 1px solid #dce4ea; border-radius: 7px; background: var(--white); }
.product-stat span { display: block; margin-bottom: 3px; color: #7b8792; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-stat strong { display: block; color: var(--navy-800); font-size: 13px; line-height: 1.35; }
.product-overview__actions { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 26px; }
.product-overview__actions .button { min-height: 51px; padding-inline: 25px; font-size: 12px; }
.product-detail-section { padding-block: 66px; }
.detail-section-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; }
.detail-section-heading::after { content: ""; flex: 1; height: 1px; background: #cdd9e2; }
.detail-section-heading h2 { flex: 0 0 auto; color: var(--cyan-600); font-size: 14px; font-weight: 800; letter-spacing: 0; }
.product-description-copy { color: #5f6d79; font-size: 15px; line-height: 1.75; }
.product-description-copy p:last-child { margin-bottom: 0; }
.product-features-section, .product-apps-section { background: #f2f6fa; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.detail-feature-card { min-height: 224px; padding: 29px 25px; border-radius: 9px; background: var(--white); box-shadow: 0 7px 22px rgba(10,46,74,.04); transition: transform .25s ease, box-shadow .25s ease; }
.detail-feature-card:hover { transform: translateY(-6px); box-shadow: 0 15px 34px rgba(10,46,74,.1); }
.detail-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 19px; border-radius: 9px; color: var(--cyan-600); background: #dff6fb; }
.detail-icon svg { width: 23px; height: 23px; }
.detail-feature-card h3 { margin-bottom: 14px; font-size: 18px; }
.detail-feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-specs-table-wrap { overflow-x: auto; border: 1px solid #cfdbe4; border-radius: 8px; }
.product-specs-table { width: 100%; min-width: 760px; border-collapse: collapse; color: #5e6c78; font-size: 14px; }
.product-specs-table th, .product-specs-table td { padding: 13px 20px; text-align: left; }
.product-specs-table thead th { color: var(--white); background: var(--navy-800); font-size: 13px; }
.product-specs-table thead th:first-child { width: 17%; }
.product-specs-table thead th:nth-child(2) { width: 42%; }
.product-specs-table tbody tr:nth-child(even) { background: #f2f6f9; }
.product-specs-table tbody th { color: var(--navy-800); background: rgba(239,244,248,.7); font-weight: 750; }
.product-specs-table tbody td:last-child { color: var(--cyan-600); }
.product-app-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.product-app-card { display: flex; flex-direction: column; justify-content: center; min-height: 112px; padding: 19px 23px; border-radius: 8px; background: var(--white); box-shadow: 0 6px 18px rgba(10,46,74,.035); transition: transform .22s ease; }
.product-app-card:hover { transform: translateY(-5px); }
.product-app-card .detail-icon { width: 38px; height: 38px; margin-bottom: 11px; }
.product-app-card .detail-icon svg { width: 20px; height: 20px; }
.product-app-card strong { font-size: 14px; }
.app-color-1 .detail-icon { color: #e89b17; background: #fff0ce; }
.app-color-2 .detail-icon { color: #21aa68; background: #ddf8e9; }
.app-color-3 .detail-icon { color: #7955ee; background: #ede7ff; }
.app-color-4 .detail-icon { color: #079ec1; background: #dff6fb; }
.app-color-5 .detail-icon { color: #ed5b60; background: #ffe4e5; }
.product-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.product-related-card { overflow: hidden; border: 1px solid #d4dfe7; border-radius: 8px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-related-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(10,46,74,.1); }
.product-related-card__image { display: block; overflow: hidden; aspect-ratio: 2.28 / 1; background: #dce4e9; }
.product-related-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-related-card:hover .product-related-card__image img { transform: scale(1.045); }
.product-related-card > div { padding: 22px 20px; }
.product-related-card h3 { margin-bottom: 10px; font-size: 18px; }
.product-related-card p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-related-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan-600); font-size: 12px; font-weight: 800; }
.product-related-card__link svg { width: 14px; height: 14px; transition: transform .2s ease; }
.product-related-card__link:hover svg { transform: translateX(4px); }
.product-detail-cta { padding-block: 68px; color: var(--white); background: linear-gradient(105deg, #079cb8 0%, #0a6f91 40%, #123e65 100%); }
.product-detail-cta__inner { text-align: center; }
.product-detail-cta h2 { color: var(--white); font-size: 33px; }
.product-detail-cta p { margin: 13px 0 27px; color: rgba(255,255,255,.72); font-size: 15px; }
.product-detail-cta__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.detail-cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 210px; min-height: 49px; padding: 11px 22px; border: 1px solid rgba(255,255,255,.36); border-radius: 4px; color: var(--white); background: rgba(255,255,255,.1); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.detail-cta-button:hover { transform: translateY(-3px); background: rgba(255,255,255,.2); }
.detail-cta-button-1 { color: var(--cyan-600); background: var(--white); }
.detail-cta-button-1:hover { color: var(--navy-800); background: var(--white); }
.detail-cta-button-2 { background: rgba(0,169,200,.48); }
.detail-cta-button svg { width: 17px; height: 17px; }

/* Mining solution */
.single-shine_solution .site-menu a[href*="/solutions"] { color: var(--cyan-500); }
.mining-hero {
	position: relative;
	min-height: 472px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-900);
}
.mining-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(7,39,63,.87) 0%, rgba(8,45,70,.7) 45%, rgba(8,45,70,.48) 100%), var(--mining-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(.82);
	transform: scale(1.01);
}
.mining-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 400px; }
.mining-hero__content { max-width: 790px; padding-block: 34px; }
.mining-hero h1 { margin: 22px 0 13px; color: var(--white); font-size: clamp(48px, 4.5vw, 64px); }
.mining-hero__subtitle { display: block; margin-bottom: 12px; color: var(--cyan-500); font-size: 16px; }
.mining-hero p { max-width: 720px; margin-bottom: 24px; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.55; }
.mining-hero__actions { display: flex; flex-wrap: wrap; gap: 15px; }
.mining-hero__actions .button { min-width: 165px; }
.mining-hero__actions svg { width: 15px; margin-left: 8px; }

.mining-section { padding-block: 82px; }
.mining-heading { max-width: 940px; margin: 0 auto 48px; text-align: center; }
.mining-heading h2 { margin-top: 15px; font-size: clamp(34px, 3vw, 44px); }
.mining-heading p { max-width: 850px; margin: 14px auto 0; color: var(--muted); font-size: 15px; }
.mining-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mining-pain-card {
	min-height: 185px;
	padding: 28px 25px 24px;
	border: 1px solid #e1e8ee;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0 9px 24px rgba(10,46,73,.09);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mining-pain-card:hover { transform: translateY(-6px); border-color: rgba(5,156,185,.5); box-shadow: 0 17px 38px rgba(10,46,73,.14); }
.mining-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; border-radius: 8px; color: var(--white); background: var(--cyan-600); }
.mining-icon svg { width: 22px; height: 22px; }
.mining-pain-card p { margin-bottom: 11px; color: #718091; font-size: 14px; line-height: 1.52; }
.mining-pain-card strong { display: block; color: var(--cyan-600); font-size: 13px; }

.mining-plan { background: #f4f7fa; }
.mining-plan__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; gap: 40px; }
.mining-steps { display: flex; flex-direction: column; justify-content: center; gap: 23px; }
.mining-step { display: grid; grid-template-columns: 43px 1fr; gap: 17px; min-height: 128px; padding: 24px 23px; border: 1px solid #d9e2e9; border-radius: 9px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.mining-step:hover { transform: translateX(7px); border-color: rgba(5,156,185,.48); box-shadow: 0 11px 27px rgba(10,46,73,.08); }
.mining-step > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--white); background: var(--navy-800); font-size: 12px; font-weight: 800; transition: background .2s ease; }
.mining-step:nth-child(2) > span, .mining-step:hover > span { background: var(--cyan-600); }
.mining-step h3 { margin: 2px 0 9px; font-size: 18px; }
.mining-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mining-plan__image { overflow: hidden; min-height: 430px; border-radius: 10px; background: #d5e0e7; }
.mining-plan__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.mining-plan__image:hover img { transform: scale(1.035); }

.mining-products { background: var(--white); }
.mining-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.mining-product-card { overflow: hidden; border: 1px solid #d6e0e8; border-radius: 8px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.mining-product-card:hover { transform: translateY(-7px); box-shadow: 0 18px 38px rgba(10,46,73,.12); }
.mining-product-card__image { display: block; overflow: hidden; aspect-ratio: 2.23 / 1; background: #d8e2e8; }
.mining-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mining-product-card:hover .mining-product-card__image img { transform: scale(1.05); }
.mining-product-card__body { display: flex; flex-direction: column; min-height: 220px; padding: 24px 23px 22px; }
.mining-label { align-self: flex-start; display: inline-flex; min-height: 20px; padding: 4px 9px 3px; border-radius: 2px; color: var(--white); background: var(--cyan-600); font-size: 9px; font-weight: 850; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.mining-product-card h3 { margin: 12px 0 9px; font-size: 21px; }
.mining-product-card p { flex: 1; margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mining-card-button { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 9px 17px; border-radius: 3px; color: var(--white); background: var(--navy-800); font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.mining-card-button:hover { transform: translateY(-2px); background: var(--cyan-600); }
.mining-card-button svg { width: 13px; height: 13px; }

.mining-results { background: #f4f7fa; }
.mining-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.mining-case-card { overflow: hidden; border: 1px solid #d6e0e8; border-radius: 9px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.mining-case-card:hover { transform: translateY(-7px); box-shadow: 0 18px 38px rgba(10,46,73,.12); }
.mining-case-card__image { overflow: hidden; aspect-ratio: 2.83 / 1; background: #d8e2e8; }
.mining-case-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mining-case-card:hover .mining-case-card__image img { transform: scale(1.04); }
.mining-case-card__body { padding: 24px 24px 22px; }
.mining-case-card h3 { margin: 12px 0 10px; font-size: 20px; }
.mining-case-card p { min-height: 62px; margin-bottom: 17px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mining-case-stats { display: flex; gap: 40px; }
.mining-case-stats > div { display: flex; flex-direction: column; }
.mining-case-stats strong { color: var(--cyan-600); font-size: 23px; line-height: 1.1; }
.mining-case-stats span { margin-top: 4px; color: #778491; font-size: 10px; }

.mining-cta { min-height: 330px; padding-block: 70px; color: var(--white); background: linear-gradient(105deg, #153f65, #123d62 55%, #0b3454); }
.mining-cta__inner { text-align: center; }
.mining-cta h2 { margin-top: 22px; color: var(--white); font-size: clamp(38px, 3.5vw, 51px); }
.mining-cta p { max-width: 690px; margin: 17px auto 28px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.5; }
.mining-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.mining-cta__actions .button { min-width: 215px; }

/* Filter cloth blinding problem */
.single-shine_problem .site-menu a[href*="/problems"] { color: var(--cyan-500); }
.blinding-hero {
	position: relative;
	min-height: 472px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-900);
}
.blinding-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(13,60,96,.8), rgba(13,56,90,.62)), var(--blinding-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(.84);
	transform: scale(1.01);
}
.blinding-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 400px; }
.blinding-hero__content { width: 100%; padding-block: 28px; }
.blinding-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 18px; color: rgba(255,255,255,.55); font-size: 12px; }
.blinding-breadcrumbs a:hover { color: var(--cyan-500); }
.blinding-breadcrumbs strong { color: var(--white); }
.blinding-hero h1 { margin: 22px 0 12px; color: var(--white); font-size: clamp(50px, 4.5vw, 64px); }
.blinding-hero__subtitle { display: block; color: var(--cyan-500); font-size: 17px; }
.blinding-hero p { max-width: 710px; margin: 12px 0 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }

.blinding-section { padding-block: 68px; }
.blinding-heading { padding-bottom: 15px; margin-bottom: 32px; border-bottom: 1px solid #cad7e1; }
.blinding-heading > span { display: block; margin-bottom: 8px; color: var(--cyan-600); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.blinding-heading h2 { font-size: clamp(31px, 2.65vw, 40px); }
.blinding-overview__grid { display: grid; grid-template-columns: 1.8fr .72fr; align-items: center; gap: 60px; }
.blinding-overview__content blockquote { margin: 0 0 24px; padding: 25px 27px; border-left: 4px solid var(--cyan-600); border-radius: 7px; color: #647383; background: #f1f5f8; font-size: 14px; line-height: 1.55; }
.blinding-overview__content h3 { margin-bottom: 13px; font-size: 18px; }
.blinding-overview__content ul { margin: 0; padding: 0; list-style: none; }
.blinding-overview__content li { position: relative; padding: 4px 0 4px 22px; color: #596979; font-size: 14px; }
.blinding-overview__content li::before { content: ""; position: absolute; top: 13px; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-600); }
.blinding-overview__image { overflow: hidden; border-radius: 10px; background: #edf1f4; }
.blinding-overview__image img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; transition: transform .45s ease; }
.blinding-overview__image:hover img { transform: scale(1.035); }

.blinding-causes { background: #f2f6f9; }
.blinding-cause-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.blinding-cause-card { min-height: 222px; padding: 29px 24px; border: 1px solid #d7e1e8; border-radius: 8px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.blinding-cause-card:hover { transform: translateY(-6px); border-color: rgba(5,156,185,.48); box-shadow: 0 16px 35px rgba(10,46,73,.1); }
.blinding-cause-card > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 25px; border-radius: 50%; color: var(--white); background: var(--cyan-600); font-size: 12px; font-weight: 800; }
.blinding-cause-card h3 { margin-bottom: 14px; font-size: 17px; }
.blinding-cause-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.blinding-solutions { color: var(--white); background: var(--navy-800); }
.blinding-heading--dark { border-color: rgba(255,255,255,.22); }
.blinding-heading--dark h2 { color: var(--white); }
.blinding-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blinding-solution-card { min-height: 220px; padding: 31px 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.055); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.blinding-solution-card:hover { transform: translateY(-6px); border-color: rgba(5,172,203,.65); background: rgba(255,255,255,.1); }
.blinding-solution-card > span { display: inline-flex; min-height: 24px; padding: 6px 12px 4px; border-radius: 3px; color: var(--white); background: var(--cyan-600); font-size: 9px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.blinding-solution-card h3 { margin: 25px 0 16px; color: var(--white); font-size: 18px; }
.blinding-solution-card p { display: grid; grid-template-columns: 16px 1fr; gap: 9px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.blinding-solution-card p svg { width: 15px; height: 15px; margin-top: 3px; color: var(--cyan-500); }

.blinding-products { background: var(--white); }
.blinding-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 27px; }
.blinding-product-card { overflow: hidden; border: 1px solid #d5e0e8; border-radius: 9px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.blinding-product-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(10,46,73,.12); }
.blinding-product-card__image { display: block; overflow: hidden; aspect-ratio: 3.12 / 1; background: #dbe4e9; }
.blinding-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blinding-product-card:hover .blinding-product-card__image img { transform: scale(1.045); }
.blinding-product-card > div { padding: 23px 22px 22px; }
.blinding-label { display: inline-flex; min-height: 20px; padding: 5px 9px 3px; border-radius: 2px; color: var(--cyan-600); background: #e3f7fa; font-size: 9px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.blinding-product-card h3 { margin: 12px 0 9px; font-size: 19px; }
.blinding-product-card p { min-height: 43px; margin-bottom: 15px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.blinding-card-button { display: inline-flex; align-items: center; gap: 8px; min-height: 39px; padding: 9px 18px; border-radius: 3px; color: var(--white); background: var(--navy-800); font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.blinding-card-button:hover { transform: translateY(-2px); background: var(--cyan-600); }
.blinding-card-button svg { width: 13px; height: 13px; }

.blinding-related { padding-block: 55px; background: #f2f6f9; }
.blinding-related .blinding-heading { margin-bottom: 27px; }
.blinding-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blinding-related-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 80px; padding: 17px 26px; border: 1px solid #d5e0e8; border-radius: 7px; background: var(--white); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.blinding-related-card:hover { transform: translateY(-4px); border-color: rgba(5,156,185,.5); box-shadow: 0 12px 25px rgba(10,46,73,.08); }
.blinding-related-card span { display: flex; flex-direction: column; }
.blinding-related-card strong { font-size: 13px; }
.blinding-related-card small { margin-top: 3px; color: #8a949d; font-size: 11px; }
.blinding-related-card > svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--cyan-600); transition: transform .2s ease; }
.blinding-related-card:hover > svg { transform: translateX(4px); }

.blinding-cta { min-height: 300px; padding-block: 65px; color: var(--white); background: linear-gradient(105deg, #0a9bb9 0%, #0c708f 42%, #143f65 100%); }
.blinding-cta__inner { text-align: center; }
.blinding-cta h2 { color: var(--white); font-size: clamp(34px, 3vw, 43px); }
.blinding-cta p { max-width: 670px; margin: 20px auto 28px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.5; }
.blinding-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.blinding-cta__actions .button { gap: 10px; min-width: 215px; }
.blinding-cta__actions svg { width: 16px; height: 16px; }
.blinding-cta__primary { color: var(--navy-800); background: var(--white); }
.blinding-cta__primary:hover { color: var(--cyan-600); }

/* Replacement Center */
.page-template-page-replacement-center .site-menu a[href*="/replacement-center"] { color: var(--cyan-500); }
.replacement-hero {
	position: relative;
	min-height: 472px;
	padding-top: 72px;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-900);
}
.replacement-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(6,35,57,.86), rgba(10,51,80,.65) 58%, rgba(10,49,78,.77)), var(--replacement-hero);
	background-position: center;
	background-size: cover;
	filter: saturate(.82);
	transform: scale(1.01);
}
.replacement-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 400px; }
.replacement-hero__content { max-width: 700px; padding-block: 30px; }
.replacement-breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; color: rgba(255,255,255,.62); font-size: 12px; }
.replacement-breadcrumbs a:hover { color: var(--cyan-500); }
.replacement-breadcrumbs strong { color: var(--white); }
.replacement-hero h1 { max-width: 690px; margin: 22px 0 18px; color: var(--white); font-size: clamp(50px, 4.7vw, 68px); line-height: 1.08; }
.replacement-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55; }

.replacement-section { padding-block: 78px; }
.replacement-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.replacement-heading > span, .replacement-quote__copy > span { display: block; color: var(--cyan-600); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.replacement-heading h2 { margin: 14px 0 15px; font-size: clamp(37px, 3.3vw, 49px); }
.replacement-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
.replacement-heading::after, .replacement-quote__copy > span::after { content: ""; display: block; width: 48px; height: 2px; margin: 18px auto 0; background: var(--cyan-600); }
.replacement-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.replacement-guide-card { min-height: 245px; padding: 31px 31px 28px; border: 1px solid #d6e1e9; border-radius: 9px; background: #f2f6f9; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.replacement-guide-card:hover { transform: translateY(-6px); border-color: rgba(5,156,185,.48); background: var(--white); box-shadow: 0 17px 38px rgba(10,46,73,.1); }
.replacement-guide-card__heading { display: flex; align-items: center; gap: 17px; }
.replacement-guide-card__heading > span { display: grid; flex: 0 0 auto; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: var(--white); background: var(--cyan-600); }
.replacement-guide-card__heading svg { width: 23px; height: 23px; }
.replacement-guide-card h3 { font-size: 19px; }
.replacement-guide-card > p { margin: 22px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.replacement-guide-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.replacement-guide-tags span { padding: 5px 10px 4px; border-radius: 2px; color: var(--cyan-600); background: #e2f7fa; font-size: 10px; font-weight: 800; line-height: 1; }
.replacement-guide-card > a { display: inline-flex; align-items: center; gap: 8px; min-height: 41px; padding: 10px 19px; border-radius: 3px; color: var(--white); background: var(--navy-800); font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.replacement-guide-card > a:hover { transform: translateY(-2px); background: var(--cyan-600); }
.replacement-guide-card > a svg { width: 14px; height: 14px; }

.replacement-quote { padding-block: 90px; background: #f1f5f8; }
.replacement-quote-card { display: grid; grid-template-columns: .66fr 1.34fr; gap: 60px; padding: 62px 58px; border: 1px solid #d7e1e8; border-radius: 12px; background: var(--white); }
.replacement-quote__copy { padding-top: 7px; }
.replacement-quote__copy > span::after { margin: 19px 0 0; }
.replacement-quote__copy h2 { margin: 17px 0 18px; font-size: clamp(30px, 2.6vw, 39px); }
.replacement-quote__copy p { margin-bottom: 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.replacement-quote__copy ul { margin: 0; padding: 0; list-style: none; }
.replacement-quote__copy li { display: flex; align-items: center; gap: 9px; margin: 8px 0; color: #5e6e7c; font-size: 12px; }
.replacement-quote__copy li svg { width: 15px; height: 15px; padding: 2px; border: 1.5px solid var(--cyan-600); border-radius: 50%; color: var(--cyan-600); }
.replacement-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 20px 18px; }
.replacement-field { display: flex; flex-direction: column; gap: 8px; }
.replacement-field label { color: #294866; font-size: 12px; font-weight: 800; }
.replacement-field input, .replacement-field select { width: 100%; height: 49px; padding: 0 15px; border: 1px solid #cdd9e3; border-radius: 5px; color: #42566a; background: var(--white); font-size: 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.replacement-field input:focus, .replacement-field select:focus { border-color: var(--cyan-600); box-shadow: 0 0 0 3px rgba(5,156,185,.12); }
.replacement-field input::placeholder { color: #b0b8bf; }
.replacement-field select { color: #9ca6ae; }
.replacement-form__submit { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.replacement-form__submit .button { gap: 9px; min-width: 200px; min-height: 51px; }
.replacement-form__submit svg { width: 15px; height: 15px; }
.replacement-form__submit small { color: #9aa2a9; font-size: 10px; }

.replacement-cta { min-height: 350px; padding-block: 78px; color: var(--white); background: linear-gradient(105deg, #0b9fbd 0%, #0d7694 44%, #143e64 100%); }
.replacement-cta__inner { text-align: center; }
.replacement-cta h2 { max-width: 650px; margin: 0 auto; color: var(--white); font-size: clamp(38px, 3.5vw, 51px); }
.replacement-cta p { max-width: 650px; margin: 24px auto 29px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }
.replacement-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.replacement-cta__actions .button { gap: 10px; min-width: 220px; }
.replacement-cta__actions svg { width: 16px; height: 16px; }
.replacement-cta__primary { color: var(--navy-800); background: var(--white); }
.replacement-cta__primary:hover { color: var(--cyan-600); }

/* Replacement guide detail */
.page-template-page-replacement-guide .site-menu a[href*="/replacement-center"] { color: var(--cyan-500); }
.guide-hero { position: relative; min-height: 392px; padding-top: 72px; overflow: hidden; color: var(--white); background: var(--navy-900); }
.guide-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,41,66,.82), rgba(11,52,82,.58)), var(--guide-hero); background-position: center; background-size: cover; filter: saturate(.82); transform: scale(1.01); }
.guide-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 320px; }
.guide-hero__content { width: 100%; padding-block: 25px; }
.guide-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 19px; color: rgba(255,255,255,.54); font-size: 11px; }
.guide-breadcrumbs a:hover { color: var(--cyan-500); }
.guide-breadcrumbs strong { color: var(--white); }
.guide-hero h1 { margin: 20px 0 13px; color: var(--white); font-size: clamp(50px, 4.5vw, 64px); }
.guide-hero p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }

.guide-section { padding-block: 61px; }
.guide-heading { margin-bottom: 32px; }
.guide-heading > span { display: inline-flex; min-height: 20px; padding: 5px 10px 3px; border-radius: 2px; color: var(--white); background: var(--cyan-600); font-size: 9px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.guide-heading h2 { margin: 12px 0 9px; font-size: clamp(30px, 2.5vw, 38px); }
.guide-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.guide-tool-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.guide-tool-card { min-height: 120px; padding: 20px 18px; border: 1px solid #d8e2e9; border-radius: 7px; background: #f3f6f9; transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease, background .23s ease; }
.guide-tool-card:hover { transform: translateY(-5px); border-color: rgba(5,156,185,.5); background: var(--white); box-shadow: 0 13px 28px rgba(10,46,73,.09); }
.guide-tool-card > div { width: 26px; height: 26px; margin-bottom: 12px; color: var(--cyan-600); }
.guide-tool-card svg { width: 100%; height: 100%; }
.guide-tool-card strong { display: block; margin-bottom: 5px; font-size: 12px; }
.guide-tool-card > span { display: block; color: #85909a; font-size: 9px; line-height: 1.35; }

.guide-steps { background: #f1f5f8; }
.guide-step-list { display: flex; flex-direction: column; gap: 31px; }
.guide-step-card { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 40px; min-height: 220px; padding: 30px; border: 1px solid #d7e1e8; border-radius: 10px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.guide-step-card:hover { transform: translateY(-5px); border-color: rgba(5,156,185,.45); box-shadow: 0 16px 35px rgba(10,46,73,.09); }
.guide-step-card__image { overflow: hidden; height: 178px; border-radius: 8px; background: #dce4e9; }
.guide-step-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.guide-step-card:hover .guide-step-card__image img { transform: scale(1.04); }
.guide-step-card__content { position: relative; padding-right: 20px; }
.guide-step-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 13px; border-radius: 50%; color: var(--white); background: var(--cyan-600); font-size: 12px; font-weight: 850; }
.guide-step-card h3 { margin-bottom: 11px; font-size: 18px; }
.guide-step-card__content > p { margin-bottom: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.guide-step-tip { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; padding: 6px 11px 5px; border-radius: 3px; color: #0597b3; background: #dbf5fa; font-size: 10px; line-height: 1.3; }
.guide-step-tip svg { flex: 0 0 auto; width: 13px; height: 13px; padding: 2px; border: 1px solid currentColor; border-radius: 50%; }
.guide-step-tip.is-success { color: #1ca56b; background: #ddf7e9; }

.guide-safety { color: var(--white); background: var(--navy-800); }
.guide-heading--dark h2 { color: var(--white); }
.guide-heading--dark p { color: rgba(255,255,255,.62); }
.guide-heading--dark > span { background: #ef575d; }
.guide-safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.guide-safety-card { min-height: 155px; padding: 26px 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.07); transition: transform .24s ease, background .24s ease, border-color .24s ease; }
.guide-safety-card:hover { transform: translateY(-5px); border-color: rgba(5,172,203,.55); background: rgba(255,255,255,.11); }
.guide-safety-card > div { width: 25px; height: 25px; margin-bottom: 16px; color: #ff6268; }
.guide-safety-card svg { width: 100%; height: 100%; }
.guide-safety-card h3 { margin-bottom: 9px; color: var(--white); font-size: 15px; }
.guide-safety-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }
.safety-color-2 > div { color: #f1a91c; }
.safety-color-3 > div { color: #f4b71c; }

.guide-mistakes { background: var(--white); }
.guide-mistakes .guide-heading > span { background: #ef575d; }
.guide-mistake-list { display: flex; flex-direction: column; gap: 13px; }
.guide-mistake { display: grid; grid-template-columns: 19px auto 16px 1fr; align-items: center; gap: 11px; min-height: 54px; padding: 12px 22px; border: 1px solid #f2b7ba; border-radius: 7px; color: #b8343d; background: #fff0f0; transition: transform .2s ease, box-shadow .2s ease; }
.guide-mistake:hover { transform: translateX(5px); box-shadow: 0 9px 21px rgba(185,52,61,.08); }
.guide-mistake > span { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #ef6066; border-radius: 50%; font-size: 12px; line-height: 1; }
.guide-mistake strong { font-size: 11px; }
.guide-mistake svg { width: 14px; height: 14px; color: #9fa7ad; }
.guide-mistake p { margin: 0; color: #777f86; font-size: 11px; }

.guide-products { background: #f1f5f8; }
.guide-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.guide-product-card { overflow: hidden; border: 1px solid #d5e0e8; border-radius: 8px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.guide-product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(10,46,73,.11); }
.guide-product-card__image { display: block; overflow: hidden; aspect-ratio: 1.9 / 1; background: #dce4e9; }
.guide-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.guide-product-card:hover .guide-product-card__image img { transform: scale(1.05); }
.guide-product-card > div { display: flex; flex-direction: column; min-height: 205px; padding: 18px 17px 16px; }
.guide-product-card > div > span { align-self: flex-start; padding: 4px 8px 3px; border-radius: 2px; color: var(--cyan-600); background: #e3f7fa; font-size: 8px; font-weight: 850; line-height: 1; }
.guide-product-card h3 { margin: 10px 0 8px; font-size: 15px; }
.guide-product-card p { flex: 1; margin-bottom: 12px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.guide-product-card > div > a { display: grid; place-items: center; width: 100%; min-height: 35px; border-radius: 3px; color: var(--white); background: var(--cyan-600); font-size: 10px; font-weight: 800; transition: background .2s ease; }
.guide-product-card > div > a:hover { background: var(--navy-800); }

.guide-cta { min-height: 280px; padding-block: 65px; color: var(--white); background: linear-gradient(105deg, #0a9dbb, #0b7392 44%, #143e64); }
.guide-cta__inner { text-align: center; }
.guide-cta h2 { color: var(--white); font-size: clamp(35px, 3vw, 44px); }
.guide-cta p { margin: 20px auto 27px; color: rgba(255,255,255,.68); font-size: 13px; }
.guide-cta__inner > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.guide-cta__inner .button { gap: 9px; min-width: 210px; }
.guide-cta__inner .button svg { width: 15px; height: 15px; }
.guide-cta__primary { color: var(--navy-800); background: var(--white); }
.guide-cta__primary:hover { color: var(--cyan-600); }
.guide-cta__secondary { color: var(--white); border-color: rgba(255,255,255,.65); background: transparent; }
.guide-cta__secondary:hover { background: rgba(255,255,255,.12); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
	.primary-navigation { position: fixed; top: 72px; right: 0; width: min(420px, 100%); height: calc(100vh - 72px); padding: 36px; background: var(--navy-950); transform: translateX(100%); transition: transform .3s ease; }
	.primary-navigation.is-open { transform: translateX(0); }
	.site-menu { flex-direction: column; align-items: flex-start; gap: 0; }
	.site-menu li { width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); }
	.site-menu a { display: block; padding: 17px 0; font-size: 15px; }
	.menu-toggle { display: block; margin-left: auto; }
	.header-cta { display: none; }
	.product-grid { grid-template-columns: repeat(2, 1fr); }
	.product-card .card-image img { height: 260px; }
	.feature-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 900px) {
	.hero { min-height: 720px; }
	.hero-inner { min-height: 648px; }
	.hero::before { background-position: center, 74% 50%, center; background-size: cover, auto 105%, cover; }
	.hero h1 { font-size: clamp(48px, 9vw, 68px); }
	.stats-grid { grid-template-columns: repeat(2, 1fr); padding-block: 20px; }
	.stat { min-height: 120px; }
	.stat:nth-child(2)::after { display: none; }
	.stat:not(:last-child)::after { top: 28px; height: 65px; }
	.industry-grid { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }
	.industry-card { display: grid; grid-template-columns: 43% 57%; }
	.industry-card .card-image img { height: 100%; min-height: 260px; }
	.about-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
	.about-image { order: -1; }
	.about-image img { height: 430px; }
	.contact-copy { max-width: 650px; }
	.footer-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
	.products-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.products-cta__inner { align-items: flex-start; flex-direction: column; gap: 24px; }
	.product-overview__grid { grid-template-columns: 1fr; gap: 48px; }
	.product-gallery { max-width: 720px; margin-inline: auto; }
	.detail-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.product-app-grid { grid-template-columns: repeat(3, 1fr); }
	.product-related-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
	.product-related-card { display: grid; grid-template-columns: 42% 58%; }
	.product-related-card__image { height: 100%; aspect-ratio: auto; }
}

@media (max-width: 680px) {
	.container { width: min(calc(100% - 32px), var(--container)); }
	.site-header { height: 66px; }
	.primary-navigation { top: 66px; height: calc(100vh - 66px); }
	.brand-mark { width: 42px; height: 42px; }
	.brand-copy { display: none; }
	.hero { min-height: 690px; padding-top: 66px; }
	.hero::before { background-image: linear-gradient(90deg, rgba(5,35,57,.92), rgba(7,49,76,.6)), var(--hero-image), var(--hero-ambient); background-position: center, 68% 52%, center; background-size: cover, auto 93%, cover; }
	.hero-inner { align-items: flex-end; min-height: 624px; }
	.hero-content { padding-bottom: 68px; }
	.hero h1 { margin-top: 15px; font-size: clamp(43px, 14vw, 59px); }
	.hero-subtitle { font-size: 16px; }
	.hero-description { font-size: 13px; }
	.hero-actions { flex-wrap: wrap; gap: 10px; }
	.hero-actions .button { min-width: 140px; }
	.stats-grid { gap: 0; }
	.stat { padding-left: 14px; }
	.stat strong { font-size: 34px; }
	.stat span { font-size: 8px; }
	.section { padding-block: 78px; }
	.section-heading { margin-bottom: 38px; }
	.section-heading h2 { font-size: 34px; }
	.feature-grid, .product-grid, .problem-grid { grid-template-columns: 1fr; }
	.feature-card { min-height: auto; }
	.product-card .card-image img { height: 235px; }
	.industry-card { display: block; }
	.industry-card .card-image img { height: 230px; min-height: 0; }
	.problem-card { grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 18px; }
	.problem-card .icon-box { width: 42px; height: 42px; }
	.section-about { padding-block: 86px; }
	.about-grid { gap: 45px; }
	.about-image img { height: 330px; }
	.section-contact { padding-block: 78px 60px; }
	.contact-grid { gap: 46px; }
	.enquiry-card { padding: 25px 18px; }
	.enquiry-form { grid-template-columns: 1fr; }
	.field-wide { grid-column: auto; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; padding-block: 55px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom .container { flex-direction: column; }
	.products-page-hero { min-height: 450px; padding-top: 66px; }
	.products-page-hero__inner { min-height: 384px; align-items: flex-end; }
	.products-page-hero__content { padding-bottom: 60px; }
	.products-page-hero h1 { font-size: 42px; }
	.products-page-hero p { font-size: 15px; }
	.products-filter-bar, .products-filters { min-height: 80px; }
	.products-filters { padding-block: 16px; }
	.products-filter-button { min-width: auto; height: 40px; padding-inline: 18px; font-size: 13px; }
	.products-catalog { padding-block: 64px 72px; }
	.products-catalog-heading { margin-bottom: 36px; }
	.products-page-grid { grid-template-columns: 1fr; gap: 25px; }
	.products-page-card h3 { font-size: 22px; }
	.products-cta__inner { min-height: 220px; }
	.products-cta .button { width: 100%; min-width: 0; }
	.product-detail-hero { min-height: 390px; padding-top: 66px; }
	.product-detail-hero__inner { min-height: 324px; align-items: flex-end; }
	.product-detail-hero__content { padding-bottom: 48px; }
	.product-breadcrumbs { font-size: 11px; }
	.product-detail-hero h1 { font-size: 43px; }
	.product-detail-hero p { font-size: 14px; }
	.product-overview { padding-block: 48px 58px; }
	.product-overview__grid { gap: 38px; }
	.product-gallery__thumbs { gap: 8px; }
	.product-overview__content h2 { font-size: 36px; }
	.product-stat-grid { grid-template-columns: repeat(2, 1fr); }
	.product-overview__actions { display: grid; grid-template-columns: 1fr; }
	.product-overview__actions .button { width: 100%; }
	.product-detail-section { padding-block: 54px; }
	.detail-feature-grid, .product-app-grid { grid-template-columns: 1fr; }
	.detail-feature-card { min-height: auto; }
	.product-app-card { min-height: 95px; }
	.product-related-card { display: block; }
	.product-related-card__image { aspect-ratio: 2.1 / 1; }
	.product-detail-cta { padding-block: 58px; }
	.product-detail-cta h2 { font-size: 29px; }
	.detail-cta-button { width: 100%; }
}

@media (max-width: 900px) {
	.mining-plan__grid { grid-template-columns: 1fr; }
	.mining-plan__image { min-height: 390px; }
	.mining-product-grid { grid-template-columns: repeat(2, 1fr); }
	.mining-product-card:last-child { grid-column: 1 / -1; width: calc(50% - 13px); }
	.mining-case-grid { grid-template-columns: 1fr; }
	.blinding-overview__grid { grid-template-columns: 1.35fr .65fr; gap: 35px; }
	.blinding-cause-grid { grid-template-columns: repeat(2, 1fr); }
	.blinding-solution-grid { grid-template-columns: 1fr; }
	.blinding-solution-card { min-height: auto; }
	.blinding-related-grid { grid-template-columns: 1fr; }
	.replacement-quote-card { grid-template-columns: 1fr; gap: 40px; }
	.guide-tool-grid { grid-template-columns: repeat(3, 1fr); }
	.guide-step-card { grid-template-columns: 240px 1fr; gap: 30px; }
	.guide-safety-grid { grid-template-columns: 1fr; }
	.guide-product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	.mining-hero { min-height: 560px; padding-top: 66px; }
	.mining-hero::before { background-position: 58% center; }
	.mining-hero__inner { align-items: flex-end; min-height: 494px; }
	.mining-hero__content { padding-bottom: 55px; }
	.mining-hero h1 { font-size: 44px; }
	.mining-hero__subtitle { font-size: 14px; line-height: 1.45; }
	.mining-hero p { font-size: 13px; }
	.mining-hero__actions { display: grid; grid-template-columns: 1fr; }
	.mining-hero__actions .button { width: 100%; }
	.mining-section { padding-block: 62px; }
	.mining-heading { margin-bottom: 36px; }
	.mining-heading h2 { font-size: 34px; }
	.mining-pain-grid, .mining-product-grid { grid-template-columns: 1fr; }
	.mining-pain-card { min-height: auto; }
	.mining-step { grid-template-columns: 38px 1fr; padding: 21px 18px; }
	.mining-step:hover { transform: translateY(-4px); }
	.mining-plan__image { min-height: 330px; }
	.mining-product-card:last-child { grid-column: auto; width: auto; }
	.mining-product-card__body { min-height: 210px; }
	.mining-case-card__image { aspect-ratio: 2 / 1; }
	.mining-case-card p { min-height: 0; }
	.mining-case-stats { gap: 24px; }
	.mining-cta { min-height: 360px; padding-block: 62px; }
	.mining-cta h2 { font-size: 37px; }
	.mining-cta__actions { display: grid; grid-template-columns: 1fr; }
	.mining-cta__actions .button { width: 100%; }
	.blinding-hero { min-height: 540px; padding-top: 66px; }
	.blinding-hero::before { background-position: 62% center; }
	.blinding-hero__inner { align-items: flex-end; min-height: 474px; }
	.blinding-hero__content { padding-bottom: 52px; }
	.blinding-breadcrumbs { font-size: 10px; }
	.blinding-hero h1 { font-size: 43px; }
	.blinding-hero__subtitle { font-size: 14px; line-height: 1.45; }
	.blinding-hero p { font-size: 13px; }
	.blinding-section { padding-block: 55px; }
	.blinding-heading h2 { font-size: 32px; }
	.blinding-overview__grid, .blinding-product-grid { grid-template-columns: 1fr; }
	.blinding-overview__image { order: -1; max-width: 430px; }
	.blinding-cause-grid { grid-template-columns: 1fr; }
	.blinding-cause-card { min-height: auto; }
	.blinding-product-card__image { aspect-ratio: 2.2 / 1; }
	.blinding-related { padding-block: 50px; }
	.blinding-related-card { padding-inline: 18px; }
	.blinding-cta { min-height: 345px; padding-block: 58px; }
	.blinding-cta h2 { font-size: 35px; }
	.blinding-cta__actions { display: grid; grid-template-columns: 1fr; }
	.blinding-cta__actions .button { width: 100%; }
	.replacement-hero { min-height: 540px; padding-top: 66px; }
	.replacement-hero::before { background-position: 58% center; }
	.replacement-hero__inner { align-items: flex-end; min-height: 474px; }
	.replacement-hero__content { padding-bottom: 56px; }
	.replacement-breadcrumbs { margin-bottom: 28px; font-size: 10px; }
	.replacement-hero h1 { font-size: 44px; }
	.replacement-hero p { font-size: 14px; }
	.replacement-section { padding-block: 60px; }
	.replacement-heading { margin-bottom: 38px; }
	.replacement-heading h2 { font-size: 35px; }
	.replacement-guide-grid { grid-template-columns: 1fr; }
	.replacement-guide-card { min-height: auto; padding: 26px 21px; }
	.replacement-guide-card__heading { align-items: flex-start; }
	.replacement-quote { padding-block: 62px; }
	.replacement-quote-card { gap: 35px; padding: 32px 20px; }
	.replacement-form { grid-template-columns: 1fr; }
	.replacement-form__submit { grid-column: auto; }
	.replacement-form__submit .button { width: 100%; }
	.replacement-cta { min-height: 390px; padding-block: 65px; }
	.replacement-cta h2 { font-size: 38px; }
	.replacement-cta__actions { display: grid; grid-template-columns: 1fr; }
	.replacement-cta__actions .button { width: 100%; }
	.guide-hero { min-height: 490px; padding-top: 66px; }
	.guide-hero::before { background-position: 58% center; }
	.guide-hero__inner { align-items: flex-end; min-height: 424px; }
	.guide-hero__content { padding-bottom: 50px; }
	.guide-breadcrumbs { font-size: 9px; }
	.guide-hero h1 { font-size: 43px; }
	.guide-hero p { font-size: 12px; }
	.guide-section { padding-block: 52px; }
	.guide-heading h2 { font-size: 31px; }
	.guide-tool-grid { grid-template-columns: repeat(2, 1fr); }
	.guide-tool-card { min-height: 115px; }
	.guide-step-list { gap: 22px; }
	.guide-step-card { grid-template-columns: 1fr; gap: 23px; padding: 20px; }
	.guide-step-card__image { height: auto; aspect-ratio: 1.56 / 1; }
	.guide-step-card__content { padding-right: 0; }
	.guide-mistake { grid-template-columns: 19px 1fr; gap: 8px 10px; padding: 13px 15px; }
	.guide-mistake svg { display: none; }
	.guide-mistake p { grid-column: 2; }
	.guide-product-grid { grid-template-columns: 1fr; }
	.guide-product-card > div { min-height: 190px; }
	.guide-cta { min-height: 360px; padding-block: 62px; }
	.guide-cta h2 { font-size: 38px; }
	.guide-cta__inner > div { display: grid; grid-template-columns: 1fr; }
	.guide-cta__inner .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	.reveal { opacity: 1; transform: none; }
}
