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

html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
}

.container-narrow {
	max-width: 1040px;
}

.modal-content {
	color: #000;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	color: #000;
	min-height: 52px;
}

.logo-box {
	background: #fff;
	padding: 10px 40px;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.logo-box img {
	display: block;
	max-height: 45px;
	max-width: 100%;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 18px;
}

.nav-link {
	color: #000;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
}

.mobile-menu-toggle {
	display: none;
	width: 34px;
	height: 28px;
	border: 0;
	background: transparent;
	padding: 0;
	flex: 0 0 auto;
}

.mobile-menu-toggle span {
	display: block;
	height: 3px;
	background: #000;
	margin: 6px 0;
}

.hero {
	height: 700px;
	background: url('../img/hero.png') no-repeat;
	background-position: top center;
	background-size: cover;
}

.content-section {
	position: relative;
	margin-top: -35px;
	padding: 0 0 50px;
}

.intro-box {
	background: #000;
	padding: 18px 28px 25px;
}

h1,
h2 {
	font-weight: 300;
	letter-spacing: 2px;
}

.lead-text {
	font-size: 15px;
	line-height: 1.55;
	max-width: 850px;
}

.flavour-card {
	background: linear-gradient(135deg, #3a3a3a, #151515);
	min-height: 150px;
	padding: 28px;
	position: relative;
	overflow: hidden;
}

.flavour-card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.flavour-card p {
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
	max-width: 75%;
}

.flavour-card img {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 95px;
	height: auto;
	max-width: 30%;
}

.bottom-image {
	height: 200px;
	background: url('../img/bottom-drink.png') center/cover no-repeat;
}

.contact-section {
	background: linear-gradient(135deg, #333, #171717);
	padding: 35px 0;
}

.contact-section h2 {
	font-size: 30px;
	line-height: 1.1;
}

.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #000;
	background: #ddd;
	font-size: 14px;
	box-shadow: none;
	margin-bottom: 10px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #000;
	background: #ddd;
}

.form-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-height: auto;
	padding-left: 0;
	margin-bottom: 8px;
}

.form-check .form-check-input {
	width: 13px;
	height: 13px;
	margin: 1px 0 0;
	border-radius: 0;
	border: 1px solid #fff;
	background-color: transparent;
	box-shadow: none;
	flex: 0 0 13px;
}

.form-check .form-check-input:checked {
	background-color: #9be04d;
	border-color: #9be04d;
}

.form-check .form-check-input:focus {
	box-shadow: none;
	border-color: #9be04d;
}

.form-check-label {
	font-size: 12px;
	line-height: 1.15;
	color: #fff;
}

.form-check-label a {
	color: #fff;
}

.btn-limonada {
	background: #9be04d;
	color: #000;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 8px;
	padding: 7px 38px;
	transition: .2s ease;
}

.btn-limonada:hover {
	background: #b4ef73;
	color: #000;
}

.site-footer {
	background: #fff;
	color: #111;
	font-size: 13px;
	padding: 14px 0;
	text-align: center;
}

.site-footer a {
	color: #111;
}

@media (max-width: 767px) {
	.site-header {
		position: relative;
	}

	.header-inner {
		min-height: 58px;
	}

	.logo-box {
		padding: 5px 0;
		max-width: calc(100% - 50px);
	}

	.logo-box img {
		max-height: 38px;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.site-nav {
		display: none;
		position: static;
		width: 100%;
		background: #fff;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 8px 0 14px;
	}

	.site-nav.is-active {
		display: flex;
	}

	.site-nav .nav-link {
		width: 100%;
		padding: 8px 0;
	}

	.hero {
		height: 220px;
	}

	.content-section {
		margin-top: 0;
		padding-bottom: 35px;
	}

	.intro-box {
		padding: 20px 0;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 25px;
	}

	.flavour-card {
		min-height: auto;
		padding: 24px 20px;
	}

	.flavour-card p {
		max-width: 100%;
	}

	.flavour-card img {
		opacity: .35;
		max-width: 90px;
	}

	.bottom-image {
		height: 70px;
	}

	.contact-section h2 {
		font-size: 26px;
	}

	.btn-limonada {
		width: 100%;
	}

	.site-footer {
		font-size: 11px;
		line-height: 1.4;
		padding: 12px 15px;
	}
}