/*
Theme Name: Haarstudio Sanne
Theme URI: https://haarstudiosanne.com
Author: Analystict
Description: Op maat gemaakt thema - 1-op-1 nabouw van de bestaande Wix-website van Haarstudio Sanne.
Version: 1.0
Requires PHP: 7.4
Text Domain: haarstudio-sanne
*/

* { box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: 'Jost', Arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }

.serif-italic {
	font-family: 'Playfair Display', 'Georgia', serif;
	font-style: italic;
	font-weight: 400;
}

.site-header {
	background: #000000;
	padding: 24px 40px 18px;
}

.header-inner {
	max-width: 1280px;
	margin: 0 auto;
		position: relative;
}

.header-top {
	position: absolute;
	top: 68px;
		right: -101px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 26px;
	border-radius: 5px;
	border: 1px solid #993500;
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	color: #993500;
	box-shadow: 8px 8px 2px -3px #000, 1px 1px 0 0 #000;
	white-space: nowrap;
}

.btn-whatsapp {
	background: linear-gradient(90deg, #ffbc99 0%, #ffdfc9 100%);
}

.btn-call {
	background: #ffffff;
	margin-right: 148px;
	margin-top: -19px;
}

.btn svg { width: 18px; height: 18px; fill: #993500; }

.site-logo {
	display: block;
	margin: 0 auto 18px;
	text-align: center;
}

.site-logo img { margin: 0 auto; max-height: 140px; width: auto; }

.main-nav {
	display: flex;
	justify-content: center;
	gap: 34px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.main-nav a { color: #ffffff; }
.main-nav a.active { color: #e6cbb7; }


.hero {
	text-align: center;
	padding: 70px 20px 30px;
	background: #ffffff;
}

.hero h1 {
	font-size: 64px;
	margin: 0 0 10px;
	color: #000000;
}

.hero-photo {
	width: 100%;
}

.hero-photo img {
	width: 100%;
	height: 800px;
	object-fit: cover;
	display: block;
}

.hero-subtitle {
	text-align: center;
	font-size: 26px;
	color: #d19b6e;
	margin: 0;
	padding: 60px 20px;
	background: #ffffff;
}

.price-section {
	position: relative;
	background-image: linear-gradient(135deg, rgba(203,177,144,0.55) 0%, rgba(150,100,60,0.75) 100%), url('assets/images/hairwash.jpg');
	background-size: cover;
	background-position: center;
	padding: 60px 6% 90px;
}

.price-card {
	background: #ffffff;
	max-width: 620px;
	margin-left: auto;
	margin-right: 6%;
	padding: 50px 55px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.price-card h2 {
	font-size: 44px;
	margin: 0 0 30px;
	color: #000000;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.price-table td {
	padding: 6px 0;
	vertical-align: top;
}

.price-table td.price {
	text-align: right;
	white-space: nowrap;
	padding-left: 20px;
}

.price-note {
	margin-top: 26px;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.contact-section {
	background: #ffffff;
	padding: 80px 6%;
}

.contact-grid {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.1fr 0.9fr;
	gap: 50px;
	align-items: start;
}

.contact-info h2 {
	font-size: 44px;
	margin: 0 0 30px;
}

.contact-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 22px;
	font-size: 15px;
	line-height: 1.5;
}

.contact-row svg { width: 20px; height: 20px; fill: #b5764a; flex-shrink: 0; margin-top: 2px; }

.social-row {
	display: flex;
	gap: 14px;
	margin-top: 10px;
}

.social-row a {
	width: 26px; height: 26px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #000000; border-radius: 50%;
}

.social-row svg { width: 13px; height: 13px; fill: #ffffff; }

.contact-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-brand {
	text-align: center;
}

.contact-brand img {
	margin: 0 auto 20px;
	max-width: 100%;
}

.contact-brand .quote {
	font-size: 24px;
	color: #d19b6e;
	margin: 0;
}

.contact-brand .signature {
	font-size: 18px;
	color: #000000;
	margin: 4px 0 0;
}

.divider {
	max-width: 1280px;
	margin: 0 auto;
	border: none;
	border-top: 1px solid #d8d8d8;
}

.map-section iframe {
	width: 100%;
	height: 420px;
	border: 0;
	display: block;
}

.site-footer {
	background: #ede8e2;
	text-align: center;
	padding: 30px 20px;
	font-size: 14px;
}

.site-footer a { text-decoration: underline; }

.site-footer .copyright {
	margin-top: 8px;
	font-size: 13px;
	color: #444;
}

@media (max-width: 900px) {
	.contact-grid { grid-template-columns: 1fr; }
	.price-card { margin-right: 0; max-width: 100%; }
	.hero h1 { font-size: 44px; }
		.header-top {
					position: static;
					flex-direction: row;
					justify-content: center;
					flex-wrap: wrap;
					margin-bottom: 18px;
	}
		.btn-call {
					margin-right: 0;
					margin-top: 0;
	}
	.site-logo { margin-top: 0; }
}
