/* KAMET WWW 2.1.1 — additive content layer. Base 2.0.3 layout remains unchanged. */

.kamet-benefits,
.kamet-equipment {
	padding: clamp(5rem, 8vw, 9rem) 0;
	background: #f4f4f1;
}

.kamet-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(3rem, 5vw, 5.5rem);
	border-top: 1px solid rgba(13, 19, 21, .2);
	border-left: 1px solid rgba(13, 19, 21, .2);
}

.kamet-benefits__grid article {
	min-height: 20rem;
	padding: clamp(2rem, 3vw, 3.5rem);
	border-right: 1px solid rgba(13, 19, 21, .2);
	border-bottom: 1px solid rgba(13, 19, 21, .2);
}

.kamet-benefits__grid span,
.kamet-pergola-types__grid span {
	display: block;
	margin-bottom: 3.5rem;
	color: #38ace8;
	font: 700 .72rem/1 var(--font-sans, Arial, sans-serif);
	letter-spacing: .18em;
}

.kamet-benefits__grid h3,
.kamet-pergola-types__grid h3,
.kamet-equipment__grid h3 {
	margin: 0 0 1.15rem;
	font-size: clamp(1.4rem, 2vw, 2.1rem);
	line-height: 1.05;
}

.kamet-benefits__grid p,
.kamet-pergola-types__grid p,
.kamet-equipment__grid p {
	margin: 0;
	color: #5c6568;
	font-size: 1rem;
	line-height: 1.7;
}

.kamet-equipment {
	background: #101719;
	color: #fff;
}

.kamet-equipment .kamet-section-head > p,
.kamet-equipment__grid p,
.kamet-equipment__cta p {
	color: #aeb9bb;
}

.kamet-equipment .kamet-kicker,
.kamet-equipment__grid article > div span {
	color: #46b8ef;
}

.kamet-equipment__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(3rem, 5vw, 5.5rem);
	border-top: 1px solid rgba(255,255,255,.18);
	border-left: 1px solid rgba(255,255,255,.18);
}

.kamet-equipment__grid article {
	min-height: 17rem;
	padding: clamp(1.7rem, 2.6vw, 3rem);
	border-right: 1px solid rgba(255,255,255,.18);
	border-bottom: 1px solid rgba(255,255,255,.18);
}

.kamet-equipment__grid article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.kamet-equipment__grid article > div span,
.kamet-equipment__grid article > div small {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.kamet-equipment__grid article > div small { color: #7f8b8d; }

.kamet-equipment__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-top: 3rem;
}

.kamet-equipment__cta p { max-width: 45rem; margin: 0; }
.kamet-equipment__cta .kamet-cta { background: #46b8ef; color: #0d1315; }

.kamet-pergola-types { background: #fff; }

.kamet-pergola-types__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(3rem, 5vw, 5rem);
	border-top: 1px solid #ccd2d3;
	border-bottom: 1px solid #ccd2d3;
}

.kamet-pergola-types__grid article {
	min-height: 19rem;
	padding: clamp(1.8rem, 2.7vw, 3rem);
	border-right: 1px solid #ccd2d3;
}

.kamet-pergola-types__grid article:first-child { border-left: 1px solid #ccd2d3; }

@media (max-width: 1050px) {
	.kamet-benefits__grid,
	.kamet-equipment__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kamet-pergola-types__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.kamet-benefits__grid,
	.kamet-equipment__grid,
	.kamet-pergola-types__grid { grid-template-columns: 1fr; }
	.kamet-benefits__grid article,
	.kamet-equipment__grid article,
	.kamet-pergola-types__grid article { min-height: 0; }
	.kamet-equipment__cta { align-items: flex-start; flex-direction: column; }
}

