.ks-shisha {
	background: #070707;
	color: #f7f0df;
	font-family: inherit;
	margin: 0;
	overflow: hidden;
}

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

.ks-shisha-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 22px;
	width: 100%;
}

.ks-shisha-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 690px;
	position: relative;
}

.ks-shisha-hero::after {
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
	bottom: -1px;
	content: "";
	height: 180px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.ks-shisha-hero__inner {
	position: relative;
	z-index: 1;
}

.ks-shisha-eyebrow {
	color: #d5af57;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ks-shisha h1,
.ks-shisha h2,
.ks-shisha h3,
.ks-shisha p {
	margin-top: 0;
}

.ks-shisha h1 {
	color: #fff7e6;
	font-size: 82px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ks-shisha h2 {
	color: #fff8e7;
	font-size: 38px;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 18px;
}

.ks-shisha h3 {
	color: #fff8e7;
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.ks-shisha p {
	color: #d8cdb7;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 760px;
}

.ks-shisha-hero__details {
	color: #f0e6cf;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 12px;
	margin-bottom: 30px;
	max-width: 720px;
}

.ks-shisha-hero__details span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(213, 175, 87, 0.24);
	border-radius: 4px;
	padding: 9px 13px;
}

.ks-shisha-button,
.ks-shisha-phone {
	align-items: center;
	background: #d5af57;
	border: 1px solid #e5c77c;
	border-radius: 4px;
	color: #0d0c0a;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 48px;
	padding: 15px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ks-shisha-button:hover,
.ks-shisha-phone:hover {
	background: #f0d58c;
	color: #0d0c0a;
	transform: translateY(-1px);
}

.ks-shisha-section {
	padding: 82px 0;
}

.ks-shisha-about {
	background: #070707;
}

.ks-shisha-pricing,
.ks-shisha-hours {
	background: #0d0d0d;
}

.ks-shisha-section-heading {
	align-items: end;
	border-bottom: 1px solid rgba(213, 175, 87, 0.22);
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 16px;
}

.ks-shisha-price-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ks-shisha-card {
	background: linear-gradient(145deg, #151515, #0b0b0b);
	border: 1px solid rgba(213, 175, 87, 0.28);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
	min-height: 190px;
	padding: 34px;
	position: relative;
}

.ks-shisha-card::before {
	background: #d5af57;
	content: "";
	height: 3px;
	left: 34px;
	position: absolute;
	right: 34px;
	top: 0;
}

.ks-shisha-card p {
	color: #d5af57;
	font-size: 54px;
	font-weight: 800;
	line-height: 1;
}

.ks-shisha-gallery {
	background: #070707;
}

.ks-shisha-gallery-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ks-shisha-gallery-grid div {
	align-items: end;
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72)),
		linear-gradient(135deg, #242424, #101010);
	border: 1px solid rgba(213, 175, 87, 0.2);
	border-radius: 8px;
	color: #fff4dc;
	display: flex;
	font-weight: 700;
	padding: 18px;
}

.ks-shisha-hours {
	text-align: center;
}

.ks-shisha-hours p {
	color: #d5af57;
	font-size: 34px;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto;
}

.ks-shisha-contact {
	background: linear-gradient(180deg, #070707, #111);
}

.ks-shisha-contact-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.ks-shisha-phone {
	margin: 8px 0 22px;
}

.ks-shisha-map {
	align-items: center;
	background: #151515;
	border: 1px solid rgba(213, 175, 87, 0.24);
	border-radius: 8px;
	color: #d5af57;
	display: flex;
	font-weight: 800;
	min-height: 260px;
	justify-content: center;
}

.ks-shisha-form {
	background: #101010;
	border: 1px solid rgba(213, 175, 87, 0.24);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: 16px;
	padding: 28px;
}

.ks-shisha-form label {
	color: #efe4ca;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 7px;
}

.ks-shisha-form input,
.ks-shisha-form textarea {
	background: #070707;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	color: #fff8e7;
	font: inherit;
	min-height: 46px;
	padding: 12px 13px;
	width: 100%;
}

.ks-shisha-form textarea {
	resize: vertical;
}

.ks-shisha-promo {
	align-items: center;
	background: linear-gradient(90deg, #050505, #16120a 52%, #050505);
	border-bottom: 1px solid rgba(213, 175, 87, 0.45);
	color: #fff3d6;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: center;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.ks-shisha-promo span {
	color: #d5af57;
	font-size: 12px;
	font-weight: 900;
}

.ks-shisha-promo strong {
	color: #fff8e7;
	font-size: 18px;
	letter-spacing: 0;
}

.ks-shisha-promo em,
.ks-shisha-promo b,
.ks-shisha-promo small {
	color: #e5d7b8;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 900px) {
	.ks-shisha-hero {
		min-height: 620px;
	}

	.ks-shisha h1 {
		font-size: 64px;
	}

	.ks-shisha-price-grid,
	.ks-shisha-contact-grid {
		grid-template-columns: 1fr;
	}

	.ks-shisha-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.ks-shisha-wrap {
		padding: 0 18px;
	}

	.ks-shisha-hero {
		min-height: 590px;
	}

	.ks-shisha h1 {
		font-size: 48px;
	}

	.ks-shisha h2 {
		font-size: 31px;
	}

	.ks-shisha p,
	.ks-shisha-hero__details {
		font-size: 16px;
	}

	.ks-shisha-hero__details {
		display: grid;
	}

	.ks-shisha-section {
		padding: 62px 0;
	}

	.ks-shisha-gallery-grid {
		grid-template-columns: 1fr;
	}

	.ks-shisha-gallery-grid div {
		aspect-ratio: 16 / 10;
	}

	.ks-shisha-hours p {
		font-size: 27px;
	}

	.ks-shisha-promo {
		align-items: center;
		display: grid;
		gap: 5px;
		padding: 12px 14px;
	}
}
