#agate-systems-page {
	background: #050607;
	color: #f5f1e8;
	font-family: Inter, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#agate-systems-page * {
	box-sizing: border-box;
}

#agate-systems-page a {
	color: inherit;
	text-decoration: none;
}

.agate-hero {
	min-height: 100vh;
	display: grid;
	padding: 8vw 5vw;
	position: relative;
	background: radial-gradient(circle at 70% 25%, rgba(200,161,90,.22), transparent 30%), linear-gradient(130deg, rgba(5,6,7,.96), rgba(5,6,7,.62)), url('https://ambalaglass.com/wp-content/uploads/2026/05/agate-slimline-glazing.png') center / cover fixed;
	background-position: center 0;
}

.agate-hero::after {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,.1), #050607);
	z-index: -1;
}

.agate-eyebrow {
	color: #c8a15a;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 18px;
}

.agate-hero h1 {
	max-width: 980px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 8vw, 118px);
	line-height: .92;
	font-weight: 400;
	letter-spacing: 0;
}

.agate-hero p {
	max-width: 660px;
	margin: 28px 0 0;
	color: #b9b0a2;
	font-size: clamp(17px, 2vw, 24px);
	line-height: 1.55;
}

.agate-hero-grid {
	width: min(1180px, 100%);
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 44px;
	align-items: end;
}

.agate-hero-card {
	border: 1px solid rgba(255,255,255,.14);
	background: rgba(12,16,19,.66);
	padding: 26px;
	border-radius: 8px;
}

.agate-hero-card strong {
	display: block;
	color: #c8a15a;
	font-size: 13px;
	letter-spacing: .16em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.agate-hero-card span {
	display: block;
	color: #f5f1e8;
	line-height: 1.55;
	font-size: 16px;
}

.agate-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255,255,255,.14);
	border-top: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.agate-nav a {
	background: #080a0c;
	padding: 26px 22px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: background .35s ease, color .35s ease;
}

.agate-nav a:hover {
	background: #161d21;
	color: #c8a15a;
}

.agate-nav b {
	font-size: 18px;
}

.agate-nav small {
	color: #b9b0a2;
	line-height: 1.45;
}

.agate-section {
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
	gap: 4vw;
	align-items: center;
	padding: 8vw 5vw;
	border-bottom: 1px solid rgba(255,255,255,.14);
	background: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.72)), #0c1013;
	position: relative;
}

.agate-section:nth-of-type(even) {
	grid-template-columns: minmax(420px, 1.14fr) minmax(320px, .86fr);
	background: linear-gradient(90deg, rgba(5,6,7,.78), rgba(5,6,7,.96)), #11171b;
}

.agate-section:nth-of-type(even) .agate-copy {
	order: 2;
}

.agate-section:nth-of-type(even) .agate-visual {
	order: 1;
}

.agate-copy {
	max-width: 540px;
}

.agate-copy h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(42px, 5.5vw, 82px);
	line-height: .95;
	letter-spacing: 0;
}

.agate-copy p {
	color: #b9b0a2;
	font-size: 18px;
	line-height: 1.7;
	margin: 24px 0 0;
}

.agate-specs {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.agate-specs div {
	border-left: 2px solid #c8a15a;
	padding: 12px 0 12px 18px;
	color: #f5f1e8;
	background: linear-gradient(90deg, rgba(200,161,90,.08), transparent);
}

.agate-specs span {
	display: block;
	color: #b9b0a2;
	font-size: 13px;
	margin-top: 4px;
	line-height: 1.45;
}

.agate-visual {
	min-height: 72vh;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.14);
	position: relative;
	background: #111;
	box-shadow: 0 34px 90px rgba(0,0,0,.42);
}

.agate-image {
	position: absolute;
	background-size: cover;
	background-position: center;
	transform: translate3d(0,0,0) scale(1.18);
}

.agate-visual-note {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid rgba(255,255,255,.14);
	padding-top: 18px;
	color: rgba(255,255,255,.82);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.agate-final {
	padding: 9vw 5vw;
	text-align: center;
	background: radial-gradient(circle at center, rgba(200,161,90,.18), transparent 36%), #050607;
}

.agate-final h2 {
	margin: 0 auto;
	max-width: 980px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 6vw, 86px);
	font-weight: 400;
	line-height: 1;
}

.agate-final p {
	max-width: 760px;
	margin: 26px auto 0;
	color: #b9b0a2;
	font-size: 18px;
	line-height: 1.7;
}

.agate-button {
	display: inline-block;
	margin-top: 34px;
	border: 1px solid #c8a15a;
	color: #c8a15a;
	padding: 15px 24px;
	border-radius: 999px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-size: 12px;
}

@media (max-width: 900px) {
	.agate-hero-grid, .agate-section, .agate-section:nth-of-type(even) {
		grid-template-columns: 1fr;
	}
	
	.agate-section:nth-of-type(even) .agate-copy,
	  .agate-section:nth-of-type(even) .agate-visual {
		order: initial;
	}
	
	.agate-nav {
		grid-template-columns: 1fr 1fr;
	}
	
	.agate-visual {
		min-height: 55vh;
	}
}

@media (max-width: 560px) {
	.agate-nav {
		grid-template-columns: 1fr;
	}
	
	.agate-hero, .agate-section, .agate-final {
		padding: 70px 22px;
	}
	
	.agate-visual-note {
		flex-direction: column;
	}
}

#slimline-glazing .agate-image {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)), url('https://ambalaglass.com/wp-content/uploads/2026/05/agate-slimline-glazing.png');
}

#glass-railing .agate-image {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)), url('https://ambalaglass.com/wp-content/uploads/2026/05/agate-glass-railing.png');
}

#skylights .agate-image {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)), url('https://ambalaglass.com/wp-content/uploads/2026/05/agate-skylights.png');
}

#georgian-glazing .agate-image {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.5)), url('https://ambalaglass.com/wp-content/uploads/2026/05/agate-georgian-glazing-1.png');
}