/*
Theme Name: Helderstudio
Theme URI: https://helderstudio.org
Author: Helderstudio
Description: Zonnestudio in Haarlem voor cabines, lampen en sessies.
Version: 1.0.9
Text Domain: helderstudio
*/

:root {
	--hst-amber: #e8a317;
	--hst-sand: #f3e6c8;
	--hst-espresso: #3a2414;
	--hst-coral: #d4654a;
	--hst-paper: #fff8ee;
	--hst-display: "Syne", sans-serif;
	--hst-text: "Manrope", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--hst-text); color: var(--hst-espresso); background: var(--hst-paper); line-height: 1.65; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--hst-display); margin: 0 0 0.4em; line-height: 1.1; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); }
a { color: var(--hst-coral); }
address { font-style: normal; }
.hst-btn, .hst-ghost { display: inline-block; padding: 11px 18px; text-decoration: none; font-weight: 700; border: 0; cursor: pointer; font-family: inherit; }
.hst-btn { background: var(--hst-amber); color: var(--hst-espresso); }
.hst-ghost { box-shadow: inset 0 0 0 1.5px var(--hst-espresso); color: var(--hst-espresso); background: transparent; }
.hst-kicker { letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.72rem; color: var(--hst-coral); }

/* Nav: rail + mobile Menu in header, no brandrow */
.hst-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 22px;
	padding: 12px 4vw;
	background: var(--hst-sand);
}
.hst-rail {
	flex: 1 1 auto;
	min-width: 0;
	background: transparent;
	padding: 0;
}
.hst-rail ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 6px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hst-rail a { color: var(--hst-espresso); text-decoration: none; font-size: 0.86rem; white-space: nowrap; }
.hst-rail .current-menu-item a { color: var(--hst-coral); }
.hst-tel { white-space: nowrap; font-size: 0.86rem; color: var(--hst-espresso); text-decoration: none; flex-shrink: 0; }
.hst-mark { font-family: var(--hst-display); font-size: 1.9rem; color: var(--hst-espresso); text-decoration: none; flex-shrink: 0; }
.hst-open { display: none; flex-shrink: 0; }
.hst-drawer { display: none; flex: 1 0 100%; width: 100%; background: var(--hst-espresso); color: #fff; padding: 16px 4vw; }
.hst-drawer a { color: #fff; }

/* Home: cabine grid + UV tiles + membership + FAQ */
.hst-splithero { display: grid; grid-template-columns: 1fr 1fr; min-height: 62vh; }
.hst-splithero-foto { background: #5a3a22 url("images/hero.jpg") center/cover; min-height: 340px; }
.hst-splithero-copy { padding: 7vh 5vw; background: var(--hst-espresso); color: var(--hst-sand); }
.hst-splithero-copy h1 { color: #fff; }
.hst-cabines { display: grid; grid-template-columns: repeat(4, 1fr); }
.hst-cabines article { padding: 22px 18px; border-right: 1px solid #e6d4b0; background: #fff; }
.hst-cabines article:nth-child(odd) { background: var(--hst-sand); }
.hst-uv { padding: 56px 5vw; }
.hst-uvtegels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 180px));
	justify-content: start;
	gap: 14px;
	margin: 22px 0 8px;
}
.hst-uvtegels article {
	position: relative;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 16px;
	overflow: hidden;
	background-color: #1c120c;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--hst-sand);
	box-shadow: 0 0 0 3px #c97a2a, 0 0 28px rgba(232, 163, 23, 0.45);
}
.hst-uvtegels article::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(18, 10, 6, 0.58);
	z-index: 0;
}
.hst-uvtegels article > * { position: relative; z-index: 1; }
.hst-uvtegels article:nth-child(1) { background-image: url("images/hero.jpg"); background-position: 22% 38%; }
.hst-uvtegels article:nth-child(2) { background-image: url("images/scene-a.jpg"); background-position: 78% 52%; }
.hst-uvtegels article:nth-child(3) { background-image: url("images/scene-b.jpg"); background-position: 48% 18%; }
.hst-uv-huid { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--hst-amber); }
.hst-uvtegels strong { font-family: var(--hst-display); font-size: 3rem; line-height: 1; color: #fff; }
.hst-uvtegels em { font-style: normal; font-size: 0.78rem; color: var(--hst-amber); margin-bottom: 8px; }
.hst-uvtegels p { margin: 0; font-size: 0.8rem; }
.hst-strips { display: flex; flex-direction: column; gap: 12px; }
.hst-strips article {
	display: grid;
	grid-template-columns: 140px 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
	background: var(--hst-espresso);
	color: var(--hst-sand);
}
.hst-strips h3 { margin: 0; color: #fff; font-size: 1.1rem; }
.hst-strips p { margin: 0; font-size: 0.88rem; }
.hst-strips strong { color: var(--hst-amber); font-size: 1.2rem; }
.hst-strip-gaten { display: flex; gap: 5px; flex-wrap: wrap; }
.hst-strip-gaten i {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1c120c;
	box-shadow: inset 0 0 0 2px var(--hst-amber);
}
.hst-kaartjes { display: flex; gap: 16px; padding: 0 5vw 56px; overflow: auto; }
.hst-kaartjes article { min-width: 220px; flex: 1; background: var(--hst-amber); padding: 20px; color: var(--hst-espresso); }
.hst-faq { padding: 0 6vw 64px; max-width: none; width: 100%; }
.hst-faq details { border-bottom: 1px solid #ead9b8; padding: 12px 0; }
.hst-wrap { padding: 48px 6vw 72px; max-width: none; width: 100%; margin: 0; }
.hst-form { max-width: 32rem; }
.hst-log article { padding: 18px 0; border-bottom: 1px solid #ead9b8; }
.hst-foto { min-height: 320px; background: #5a3a22 url("images/scene-a.jpg") center/cover; margin: 0; }
.hst-foto-b { min-height: 320px; background: #5a3a22 url("images/scene-b.jpg") 75% 35%/cover; filter: saturate(0.86); margin: 0; }
.hst-foto-c { min-height: 34vh; background: #5a3a22 url("images/hero.jpg") 25% 65%/cover; filter: sepia(0.14); margin: 0; }
.hst-photogrid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.hst-photogrid article {
	min-height: 220px; background-size: cover; padding: 22px 18px; color: #fff;
	display: flex; flex-direction: column; justify-content: flex-end;
	text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
.hst-photogrid article:nth-child(1) { background-image: url("images/hero.jpg"); background-position: 20% 40%; }
.hst-photogrid article:nth-child(2) { background-image: url("images/scene-a.jpg"); background-position: 80% 50%; }
.hst-photogrid article:nth-child(3) { background-image: url("images/scene-b.jpg"); background-position: 45% 70%; }
.hst-photogrid h3 { color: #fff; }
.hst-uren { width: 100%; border-collapse: collapse; margin: 16px 0 28px; background: #fff; }
.hst-uren th, .hst-uren td { border-bottom: 1px solid #ead9b8; padding: 10px 14px; text-align: left; }
.hst-uren th { background: var(--hst-espresso); color: var(--hst-sand); }
.hst-faq details { border-bottom: 1px solid #ead9b8; padding: 12px 0; }
.hst-faq summary { cursor: pointer; font-weight: 700; }
.hst-form label { display: block; margin: 0 0 12px; }
.hst-form input, .hst-form textarea { width: 100%; padding: 10px; border: 1px solid #d8c4a0; font-family: inherit; }
.hst-chip { background: #fff; border: 1px solid var(--hst-espresso); padding: 8px 12px; margin: 0 6px 8px 0; cursor: pointer; }
.hst-chip.is-on { background: var(--hst-amber); }
.hst-note { background: #e8f3d8; padding: 10px 14px; }
.hst-note-bad { background: #f8d8d0; }

/* Footer: 2 columns, light, hours first */
.hst-voet { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 40px 5vw; background: var(--hst-sand); color: var(--hst-espresso); }
.hst-voet a { color: var(--hst-coral); }
.hst-uren { list-style: none; padding: 0; margin: 0; }
.hst-uren li { display: flex; justify-content: space-between; border-bottom: 1px dashed #c9b48a; padding: 6px 0; }
.hst-koek { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 3px solid var(--hst-amber); padding: 14px 4vw; display: none; z-index: 20; }
.hst-koek.is-open { display: block; }
.hst-revgrid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin: 0 0 36px; }
.hst-revkaart {
	background: #fff;
	padding: 22px 18px;
	box-shadow: 6px 8px 0 var(--hst-espresso);
	border: 2px solid var(--hst-espresso);
	min-height: 160px;
}
.hst-revkaart strong { display: block; margin-top: 12px; color: var(--hst-coral); }
.hst-mag-kop { padding: 8px 0 28px; border-bottom: 4px solid var(--hst-amber); margin-bottom: 24px; }
.hst-mag-kop h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.hst-mag-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hst-mag-cel { background: var(--hst-sand); padding: 18px; }

@media (max-width: 840px) {
	.hst-rail { display: none; }
	.hst-open { display: block; }
	.hst-splithero, .hst-cabines, .hst-voet, .hst-photogrid, .hst-revgrid, .hst-mag-rij { display: block; }
	.hst-uvtegels { grid-template-columns: 1fr; }
	.hst-strips article { grid-template-columns: 1fr; }
}
