/* ==================== Wood-Grain Glass Dedicated Styles ==================== */
/*
 * Dedicated styles only for the brochure-inspired sections of:
 * wood-grain-glass.html
 *
 * Glass Processing Capability and all modules after it use the existing
 * common gel-* styles and are intentionally not restyled here.
 */

.wood-grain-glass-page {
	--wg-teal: #4b968c;
	--wg-teal-dark: #397d74;
	--wg-teal-deep: #2f6c65;
	--wg-teal-soft: #dcebea;
	--wg-bg: #eef3f2;
	--wg-bg-soft: #f5f8f7;
	--wg-line: #b9d4d0;
	--wg-ink: #263536;
	--wg-text: #435253;
	--wg-muted: #6d7b7c;
	--wg-white: #ffffff;
	background: var(--wg-bg);
	color: var(--wg-text);
}

.wood-grain-glass-page *,
.wood-grain-glass-page *::before,
.wood-grain-glass-page *::after {
	box-sizing: border-box;
}


/* ==================== Wood-Grain Glass Hero ==================== */

.wg-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wg-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(45, 121, 111, 0.96) 0%,
			rgba(57, 139, 128, 0.92) 45%,
			rgba(57, 139, 128, 0.52) 67%,
			rgba(57, 139, 128, 0.08) 100%
		);
}

.wg-hero .gel-container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.wg-hero-content {
	max-width: 690px;
	padding: 72px 0;
	color: #ffffff;
}

.wg-hero-content > span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 18px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.wg-hero-content h1 {
	max-width: 720px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(46px, 5vw, 68px);
	line-height: 1.03;
	font-weight: 760;
	letter-spacing: -2px;
}

.wg-hero-content p {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.93);
	font-size: 17px;
	line-height: 1.72;
}

.wg-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.wg-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
	transition: all 0.24s ease;
}

.wg-hero-btn-primary {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--wg-teal-deep);
}

.wg-hero-btn-primary:hover {
	background: #f2f8f7;
	color: var(--wg-teal-deep);
	transform: translateY(-2px);
}

.wg-hero-btn-light {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.58);
	color: #ffffff;
}

.wg-hero-btn-light:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	transform: translateY(-2px);
}


/* ==================== Hidden / Reveal / Seamless ==================== */

.wg-concept-bar {
	background: #ffffff;
	border-bottom: 1px solid #dce7e5;
}

.wg-concept-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wg-concept-item {
	position: relative;
	padding: 24px 28px 26px;
	text-align: center;
}

.wg-concept-item + .wg-concept-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	bottom: 24px;
	width: 1px;
	background: #d6e4e2;
}

.wg-concept-item strong {
	display: block;
	margin-bottom: 5px;
	color: var(--wg-teal-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-style: italic;
	font-weight: 500;
}

.wg-concept-item span {
	color: var(--wg-muted);
	font-size: 13px;
	line-height: 1.5;
}


/* ==================== Shared Brochure Section Heading ==================== */

.wg-section-heading {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-bottom: 38px;
}

.wg-heading-mark {
	position: relative;
	width: 52px;
	height: 44px;
	flex: 0 0 52px;
}

.wg-heading-mark i {
	position: absolute;
	display: block;
	border-radius: 50%;
	background: var(--wg-teal);
}

.wg-heading-mark i:first-child {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.wg-heading-mark i:last-child {
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	background: #68b0a5;
}

.wg-section-heading span {
	display: block;
	margin-bottom: 4px;
	color: var(--wg-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.wg-section-heading h2 {
	margin: 0;
	color: var(--wg-ink);
	font-size: 38px;
	line-height: 1.15;
	font-weight: 750;
	letter-spacing: -0.9px;
}


/* ==================== Product Introduction ==================== */

.wg-intro {
	padding: 88px 0;
	background: var(--wg-bg);
}

.wg-intro-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 56px;
	align-items: center;
}

.wg-intro-visual {
	overflow: hidden;
	background: #dce8e7;
	box-shadow: 0 20px 52px rgba(45, 98, 92, 0.11);
}

.wg-intro-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.wg-intro-visual:hover img {
	transform: scale(1.025);
}

.wg-intro-content p {
	margin: 0 0 18px;
	color: var(--wg-text);
	font-size: 15.5px;
	line-height: 1.76;
}

.wg-inline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 8px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--wg-teal);
	border: 1px solid var(--wg-teal);
	color: #ffffff;
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
	transition: all 0.24s ease;
}

.wg-inline-btn:hover {
	background: var(--wg-teal-dark);
	border-color: var(--wg-teal-dark);
	color: #ffffff;
	transform: translateY(-2px);
}


/* ==================== Product Structure ==================== */

.wg-structure {
	padding: 88px 0 94px;
	background: var(--wg-bg-soft);
}

.wg-structure-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.wg-structure-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--wg-line);
	box-shadow: 0 16px 42px rgba(45, 98, 92, 0.08);
}

.wood-grain-glass-page .wg-structure-image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #d9e5e5;
}

.wood-grain-glass-page .wg-structure-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	transition: none;
}

.wood-grain-glass-page .wg-structure-card:hover .wg-structure-image img {
	transform: none !important;
}

.wg-structure-content {
	padding: 25px 28px 30px;
}

.wg-structure-content > span {
	display: block;
	margin-bottom: 7px;
	color: var(--wg-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.wg-structure-content h3 {
	margin: 0 0 10px;
	color: var(--wg-ink);
	font-size: 22px;
	line-height: 1.28;
	font-weight: 740;
}

.wg-structure-content p {
	margin: 0;
	color: var(--wg-text);
	font-size: 14.5px;
	line-height: 1.7;
}

.wg-texture-box {
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	gap: 38px;
	margin-top: 34px;
	padding: 32px 34px;
	background: #ffffff;
	border-left: 5px solid var(--wg-teal);
	box-shadow: 0 14px 38px rgba(45, 98, 92, 0.07);
}

.wg-texture-title > span {
	display: block;
	margin-bottom: 7px;
	color: var(--wg-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.wg-texture-title h3 {
	margin: 0;
	color: var(--wg-ink);
	font-size: 25px;
	line-height: 1.3;
	font-weight: 740;
}

.wg-texture-points {
	display: grid;
	gap: 20px;
}

.wg-texture-point {
	position: relative;
	padding-left: 19px;
}

.wg-texture-point::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 4px;
	border-radius: 99px;
	background: #c7dcd8;
}

.wg-texture-point strong {
	display: block;
	margin-bottom: 5px;
	color: var(--wg-ink);
	font-size: 15px;


}

.wg-texture-point p {
	margin: 0;
	color: var(--wg-text);
	font-size: 14.5px;
	line-height: 1.67;
}


/* ==================== Technical Specifications ==================== */

.wg-technical {
	padding: 90px 0 96px;
	background: var(--wg-bg);
}

.wg-table-wrap,
.wg-match-table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--wg-teal);
	background: #ffffff;
}

.wg-spec-table {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
}

.wg-spec-table th {
	padding: 16px 18px;
	background: #70aaa2;
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-align: left;
}

.wg-spec-table th:nth-child(1) {
	width: 18%;
}

.wg-spec-table th:nth-child(2) {
	width: 9%;
}

.wg-spec-table th:nth-child(3) {
	width: 30%;
}

.wg-spec-table th:nth-child(4) {
	width: 43%;
}

.wg-spec-table td {
	padding: 14px 18px;
	border-right: 1px solid #c7dcd8;
	border-bottom: 1px solid #c7dcd8;
	color: #344344;
	font-size: 14px;
	line-height: 1.48;
	vertical-align: top;
}

.wg-spec-table tbody tr:nth-child(odd) {
	background: #e5eeee;
}

.wg-spec-table tbody tr:nth-child(even) {
	background: #f8faf9;
}

.wg-spec-table tr:last-child td {
	border-bottom: none;
}

.wg-spec-table th:last-child,
.wg-spec-table td:last-child {
	border-right: none;
}

.wg-spec-table td:first-child {
	color: var(--wg-ink);
	font-weight: 700;
}

.wg-display-match {
	margin-top: 46px;
}

.wg-display-match-head {
	margin-bottom: 20px;
}

.wg-display-match-head > span {
	display: block;
	margin-bottom: 7px;
	color: var(--wg-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.wg-display-match-head h3 {
	margin: 0 0 10px;
	color: var(--wg-ink);
	font-size: 27px;
	line-height: 1.28;
	font-weight: 740;
}

.wg-display-match-head p {
	max-width: 940px;
	margin: 0;
	color: var(--wg-muted);
	font-size: 14px;
	line-height: 1.65;
}

.wg-match-table {
	width: 100%;
	min-width: 1180px;
	border-collapse: collapse;
}

.wg-match-table th,
.wg-match-table td {
	padding: 16px 13px;
	border-right: 1px solid #c7dcd8;
	border-bottom: 1px solid #c7dcd8;
	text-align: center;
	font-size: 14px;
}

.wg-match-table th {
	width: 180px;
	background: #70aaa2;
	color: #ffffff;
	font-weight: 800;
}

.wg-match-table td {
	background: #ffffff;
	color: var(--wg-text);
}

.wg-match-table tr:nth-child(odd) td {
	background: #edf4f3;
}

.wg-match-table tr:last-child th,
.wg-match-table tr:last-child td {
	border-bottom: none;
}

.wg-match-table td:last-child {
	border-right: none;
}


/* ==================== Hidden Wood Showcase ==================== */

.wg-showcase {
	background: #ffffff;
}

.wg-showcase-image {
	position: relative;
	min-height: 510px;
	overflow: hidden;
}

.wg-showcase-image > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wg-showcase-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(24, 33, 32, 0.02) 28%,
			rgba(23, 31, 30, 0.62) 100%
		);
}

.wg-showcase-copy {
	position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translateX(-50%);
	width: min(960px, calc(100% - 40px));
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	color: #ffffff;
	text-align: center;
}

.wg-showcase-copy > div {
	padding: 0 26px;
}

.wg-showcase-copy > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.wg-showcase-copy strong {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
}

.wg-showcase-copy span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	line-height: 1.5;
}


/* ==================== Applications ==================== */

.wg-applications {
	padding: 84px 0 90px;
	background: var(--wg-bg);
}

.wg-application-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.wg-application-card {
	overflow: hidden;
	border-radius: 12px;
	background: var(--wg-teal);
	box-shadow: 0 14px 36px rgba(45, 98, 92, 0.10);
	transition: all 0.25s ease;
}

.wg-application-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 21px 48px rgba(45, 98, 92, 0.17);
}

.wg-application-image {
	overflow: hidden;
	background: #d5e2e1;
}

.wg-application-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wg-application-card:hover .wg-application-image img {
	transform: scale(1.03);
}

.wg-application-content {
	padding: 18px 20px 21px;
}

.wg-application-content h3 {
	margin: 0 0 7px;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.28;
	font-weight: 740;
}

.wg-application-content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.62;
}


/* ==================== Environmental Reliability ==================== */

.wg-reliability {
	padding: 84px 0 90px;
	background: var(--wg-bg-soft);
}

.wg-reliability-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 32px;
}

.wg-reliability-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid #cfdfdc;
}

.wg-reliability-wide {
	grid-column: 1 / -1;
}

.wg-reliability-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	background: var(--wg-teal);
	color: #ffffff;
	font-size: 23px;
}

.wg-reliability-item h3 {
	margin: 1px 0 5px;
	color: var(--wg-ink);
	font-size: 17px;
	line-height: 1.3;
	font-weight: 730;
}

.wg-reliability-item p {
	margin: 0;
	color: var(--wg-text);
	font-size: 14px;
	line-height: 1.6;
}

.wg-reliability-note {
	margin: 22px 0 0;
	padding: 14px 16px;
	background: #dce9e7;
	color: #536362;
	font-size: 13px;
	line-height: 1.6;
}


/* ==================== Key Features ==================== */

.wg-features {
	padding: 82px 0 94px;
	background: var(--wg-bg);
}

.wood-grain-glass-page .wg-features-panel {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 250px;
	gap: 28px;
	align-items: stretch;
	padding: 30px;
	background: #dde9e8;
}

.wood-grain-glass-page .wg-feature-main-image,
.wood-grain-glass-page .wg-feature-textures {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100%;
	min-width: 0;
	height: 100%;
	overflow: visible;
}

.wood-grain-glass-page .wg-feature-main-image img,
.wood-grain-glass-page .wg-feature-textures img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 190px;
	aspect-ratio: auto !important;
	border-radius: 0;
	object-fit: contain !important;
	object-position: center center !important;
	margin: auto;
}

.wood-grain-glass-page .wg-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 28px;
	align-content: center;
	min-width: 0;
}

@media (min-width: 992px) {
	.wood-grain-glass-page .wg-feature-main-image img {
		transform: translateY(-36px);
	}
}

.wg-feature-item h3 {
	margin: 0 0 6px;
	color: var(--wg-ink);
	font-size: 16px;
	line-height: 1.3;
	font-weight: 730;
}

.wg-feature-item p {
	margin: 0;
	color: var(--wg-text);
	font-size: 13.5px;
	line-height: 1.58;
}


/* ==================== Responsive ==================== */

@media (max-width: 1199px) {

	.wg-hero {
		min-height: 540px;
	}

}

@media (max-width: 991px) {
	.wg-hero {
		min-height: 500px;
		background-position: 68% center;
	}

	.wg-hero-overlay {
		background:
			linear-gradient(
				90deg,
				rgba(45, 121, 111, 0.95) 0%,
				rgba(57, 139, 128, 0.90) 58%,
				rgba(57, 139, 128, 0.28) 100%
			);
	}

	.wg-intro,
	.wg-structure,
	.wg-technical,
	.wg-applications,
	.wg-reliability,
	.wg-features {
		padding-top: 72px;
		padding-bottom: 78px;
	}

	.wg-intro-grid,
	.wg-texture-box {
		grid-template-columns: 1fr;
	}

	.wg-structure-grid {
		grid-template-columns: 1fr;
	}

	.wg-section-heading h2 {
		font-size: 33px;
	}

	.wg-application-grid {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.wg-reliability-grid {
		grid-template-columns: 1fr;
	}

	.wg-reliability-wide {
		grid-column: auto;
	}

	.wg-showcase-image {
		min-height: 440px;
	}

}

@media (max-width: 767px) {
	.wg-concept-grid,
	.wg-showcase-copy {
		grid-template-columns: 1fr;
	}

	.wg-concept-item + .wg-concept-item::before {
		left: 18%;
		right: 18%;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
	}

	.wg-showcase-copy {
		gap: 14px;
		bottom: 24px;
	}

	.wg-showcase-copy > div + div {
		padding-top: 14px;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}

	.wg-showcase-copy strong {
		font-size: 25px;
	}

	.wg-section-heading {
		align-items: flex-start;
	}

	.wg-section-heading h2 {
		font-size: 29px;
	}
}

@media (max-width: 575px) {
	.wg-hero {
		min-height: 420px;
		background-position: right center !important;
		background-size: cover;
	}

	.wg-hero-overlay {
		background:
			linear-gradient(
				90deg,
				rgba(45, 121, 111, 0.93) 0%,
				rgba(45, 121, 111, 0.82) 70%,
				rgba(45, 121, 111, 0.48) 100%
			);
	}

	.wg-hero-content {
		max-width: 92%;
		padding: 56px 0;
	}

	.wg-hero-content > span {
		font-size: 10px;
		letter-spacing: 1.2px;
	}

	.wg-hero-content h1 {
		font-size: 34px;
		line-height: 1.07;
		letter-spacing: -1px;
	}

	.wg-hero-content p {
		font-size: 14.5px;
		line-height: 1.66;
	}

	.wg-hero-actions {
		flex-direction: column;
	}

	.wg-hero-btn {
		width: 100%;
	}

	.wg-intro,
	.wg-structure,
	.wg-technical,
	.wg-applications,
	.wg-reliability,
	.wg-features {
		padding-top: 58px;
		padding-bottom: 64px;
	}

	.wg-heading-mark {
		width: 44px;
		height: 38px;
		flex-basis: 44px;
	}

	.wg-heading-mark i:first-child {
		width: 34px;
		height: 34px;
	}

	.wg-heading-mark i:last-child {
		width: 23px;
		height: 23px;
	}

	.wg-section-heading {
		gap: 13px;
		margin-bottom: 30px;
	}

	.wg-section-heading h2 {
		font-size: 27px;
	}

	.wg-structure-content,
	.wg-texture-box {
		padding: 23px 22px 26px;
	}

	.wg-display-match-head h3 {
		font-size: 23px;
	}

	.wg-showcase-image {
		min-height: 390px;
	}

	.wg-features-panel {
		padding: 22px;
	}
}

/* ==================== /Wood-Grain Glass Dedicated Styles ==================== */

@media (max-width: 1199px) {
	.wood-grain-glass-page .wg-features-panel {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.wood-grain-glass-page .wg-feature-textures {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 440px;
		min-height: 180px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.wood-grain-glass-page .wg-features-panel {
		grid-template-columns: 1fr;
	}

	.wood-grain-glass-page .wg-feature-main-image,
	.wood-grain-glass-page .wg-feature-textures {
		width: 100%;
		max-width: 360px;
		min-height: 180px;
		margin: 0 auto;
	}

	.wood-grain-glass-page .wg-feature-main-image img {
		transform: none;
	}

	.wood-grain-glass-page .wg-feature-textures {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.wood-grain-glass-page .wg-feature-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.wood-grain-glass-page .wg-feature-main-image,
	.wood-grain-glass-page .wg-feature-textures {
		max-width: 300px;
		min-height: 150px;
	}

	.wood-grain-glass-page .wg-feature-main-image img,
	.wood-grain-glass-page .wg-feature-textures img {
		max-height: 160px;
	}
}
