/*
Theme Name: Helderpad
Theme URI: https://helderpad.org
Author: Helderpad
Description: Outdoorwinkel in Den Bosch voor rugzakken en routespullen.
Version: 1.0.6
Text Domain: helderpad
*/

:root {
	--hpd-moss: #3d5a3a;
	--hpd-ochre: #c4a15a;
	--hpd-slate: #2c3338;
	--hpd-fog: #e8ebe4;
	--hpd-display: "Libre Baskerville", serif;
	--hpd-text: "Barlow", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--hpd-text); color: var(--hpd-slate); background: var(--hpd-fog); line-height: 1.68; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--hpd-display); margin: 0 0 0.45em; line-height: 1.2; }
h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.35rem, 2.6vw, 2rem); }
a { color: var(--hpd-moss); }
address { font-style: normal; }
.hpd-btn, .hpd-ghost { display: inline-block; padding: 11px 18px; text-decoration: none; font-weight: 650; border: 0; cursor: pointer; font-family: inherit; }
.hpd-btn { background: var(--hpd-moss); color: #fff; }
.hpd-ghost { background: transparent; box-shadow: inset 0 0 0 1.5px var(--hpd-slate); color: var(--hpd-slate); }
.hpd-kicker { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hpd-ochre); }

/* Nav: centered UNDER logo */
.hpd-crest { text-align: center; padding: 22px 4vw 8px; background: #fff; }
.hpd-mark { font-family: var(--hpd-display); font-size: 2rem; color: var(--hpd-moss); text-decoration: none; }
.hpd-crest small { display: block; color: #667068; }
.hpd-mid {
	display: flex;
	justify-content: center;
	border-top: 2px solid var(--hpd-moss);
	border-bottom: 2px solid var(--hpd-moss);
	background: #fff;
	padding: 10px 4vw;
}
.hpd-mid ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.hpd-mid a { text-decoration: none; color: var(--hpd-slate); }
.hpd-mid .current-menu-item a { color: var(--hpd-moss); font-weight: 650; }
.hpd-open { display: none; }
.hpd-drawer { display: none; background: var(--hpd-slate); color: #fff; padding: 16px 4vw; }
.hpd-drawer a { color: #fff; }

/* Home: shop-window band after header, then catalog */
.hpd-vitrine { position: relative; min-height: 52vh; }
.hpd-vitrine-foto {
	min-height: 52vh;
	background: #3d5a3a url("images/hero.jpg") 35% 45%/cover;
}
.hpd-vitrine-kaart {
	position: absolute;
	left: 6vw;
	bottom: 28px;
	max-width: 28rem;
	background: #fff;
	padding: 22px 24px;
	border-left: 8px solid var(--hpd-ochre);
	box-shadow: 8px 10px 0 var(--hpd-moss);
}
.hpd-vitrine-kaart p:last-child { margin-bottom: 0; }
.hpd-banner { padding: 56px 6vw 28px; max-width: none; width: 100%; }
.hpd-rijen { background: #fff; }
.hpd-rij { display: grid; grid-template-columns: 200px 1fr 140px; gap: 20px; padding: 22px 6vw; border-bottom: 1px solid #d5d8d0; align-items: center; }
.hpd-rij figure { margin: 0; min-height: 110px; background: #3d5a3a url("images/scene-a.jpg") center/cover; }
.hpd-rij:nth-child(2) figure { background-image: url("images/scene-b.jpg"); }
.hpd-rij:nth-child(3) figure { background-image: url("images/hero.jpg"); }
.hpd-pack { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 48px 6vw; background: var(--hpd-moss); color: #e8ebe4; }
.hpd-chip { background: transparent; color: #fff; border: 1px solid #c4a15a; padding: 8px 12px; margin: 0 6px 8px 0; cursor: pointer; }
.hpd-chip.is-on { background: var(--hpd-ochre); color: #2c3338; }
.hpd-voorraad { padding: 48px 6vw 72px; }
.hpd-hanglijn {
	height: 4px;
	background: linear-gradient(#8a6d3a, var(--hpd-ochre), #8a6d3a);
	margin: 8px 8% 0;
	box-shadow: 0 2px 0 #2c3338;
}
.hpd-labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	gap: 8px 12px;
	padding: 0 0 12px;
}
.hpd-labels article {
	width: 168px;
	margin-top: 0;
	padding: 28px 14px 16px;
	background: #f4efe2;
	border: 1px solid #c4a15a;
	clip-path: polygon(12% 0, 88% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
	text-align: center;
	position: relative;
	box-shadow: 2px 8px 0 rgba(44, 51, 56, 0.12);
}
.hpd-label-oog {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	background: var(--hpd-fog);
	box-shadow: inset 0 0 0 3px var(--hpd-slate);
}
.hpd-labels h3 { font-size: 1rem; margin: 8px 0 4px; }
.hpd-kg { font-size: 1.45rem; font-weight: 650; margin: 0; color: var(--hpd-moss); }
.hpd-plek { margin: 4px 0 8px; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: #667068; }
.hpd-labels strong { color: var(--hpd-slate); }
.hpd-packlist { list-style: none; margin: 0; padding: 0; background: #fff; border: 2px dashed var(--hpd-slate); }
.hpd-packlist li {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	border-bottom: 1px dotted #c5c9c0;
}
.hpd-packlist li:last-child { border-bottom: 0; }
.hpd-vink {
	width: 18px;
	height: 18px;
	margin-top: 4px;
	border: 2px solid var(--hpd-moss);
	background: #fff;
}
.hpd-packlist h3 { font-size: 1.05rem; margin: 0 0 4px; }
.hpd-packlist p { margin: 0; font-size: 0.92rem; }
.hpd-packlist strong { white-space: nowrap; color: var(--hpd-moss); }
.hpd-wrap { padding: 48px 6vw 72px; max-width: none; width: 100%; margin: 0; }
.hpd-form { max-width: 32rem; }
.hpd-log article { padding: 16px 0; border-bottom: 1px solid #d5d8d0; }
.hpd-foto { min-height: 320px; background: #3d5a3a url("images/hero.jpg") center/cover; margin: 0; }
.hpd-foto-b { min-height: 320px; background: #3d5a3a url("images/scene-a.jpg") 70% 40%/cover; filter: saturate(0.88); margin: 0; }
.hpd-foto-c { min-height: 34vh; background: #3d5a3a url("images/scene-b.jpg") 25% 65%/cover; filter: sepia(0.12); margin: 0; }
.hpd-photogrid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.hpd-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);
}
.hpd-photogrid article:nth-child(1) { background-image: url("images/hero.jpg"); background-position: 20% 40%; }
.hpd-photogrid article:nth-child(2) { background-image: url("images/scene-a.jpg"); background-position: 80% 50%; }
.hpd-photogrid article:nth-child(3) { background-image: url("images/scene-b.jpg"); background-position: 45% 70%; }
.hpd-photogrid h3 { color: #fff; }
.hpd-uren { width: 100%; border-collapse: collapse; margin: 16px 0 28px; background: #fff; }
.hpd-uren th, .hpd-uren td { border-bottom: 1px solid #d5d8d0; padding: 10px 14px; text-align: left; }
.hpd-uren th { background: var(--hpd-slate); color: #fff; }
.hpd-faq details { border-bottom: 1px solid #d5d8d0; padding: 12px 0; }
.hpd-faq summary { cursor: pointer; font-weight: 650; }
.hpd-form label { display: block; margin: 0 0 12px; }
.hpd-form input, .hpd-form textarea { width: 100%; padding: 10px; border: 1px solid #c5c9c0; font-family: inherit; }
.hpd-note { background: #e4edd8; padding: 10px 14px; }
.hpd-note-bad { background: #f3ddd0; }

/* Footer: 3 col dark map */
.hpd-voet { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 24px; padding: 40px 6vw; background: var(--hpd-slate); color: #dfe3dc; }
.hpd-voet a { color: var(--hpd-ochre); }
.hpd-voet iframe { width: 100%; height: 160px; border: 0; filter: grayscale(0.4); }
.hpd-koek { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 3px solid var(--hpd-moss); padding: 14px 4vw; display: none; z-index: 20; }
.hpd-koek.is-open { display: block; }
.hpd-stip {
	height: 14px;
	background: repeating-linear-gradient(90deg, var(--hpd-moss) 0 18px, transparent 18px 32px);
	opacity: 0.85;
}
.hpd-schaal { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; align-items: end; }
.hpd-schaal label { display: block; font-size: 0.85rem; }
.hpd-schaal input { width: 100%; padding: 8px; border: 1px solid #c4a15a; font-family: inherit; }
.hpd-schaal .hpd-btn { grid-column: 1 / -1; }
.hpd-lintvak { overflow: auto; background: var(--hpd-moss); padding: 28px 0; }
.hpd-lint { display: flex; gap: 0; width: max-content; }
.hpd-lintstuk {
	width: 280px;
	padding: 18px 22px;
	background: repeating-linear-gradient(#f4efe2, #f4efe2 28px, #e4d8b8 29px);
	border-right: 2px dashed var(--hpd-slate);
	transform: rotate(-1deg);
}
.hpd-datumrij { display: grid; grid-template-columns: 88px 1fr; gap: 20px; padding: 18px 0; border-left: 3px dashed var(--hpd-moss); margin-left: 28px; }
.hpd-datumrij time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--hpd-moss);
	color: #fff;
	padding: 10px 6px;
	margin-left: -46px;
}
.hpd-dag { font-family: var(--hpd-display); font-size: 1.6rem; line-height: 1; }
.hpd-maand, .hpd-jaar { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 840px) {
	.hpd-mid { display: none; }
	.hpd-open { display: inline-block; margin-top: 8px; }
	.hpd-vitrine-kaart { position: static; max-width: none; box-shadow: none; }
	.hpd-rij, .hpd-pack, .hpd-voet, .hpd-photogrid, .hpd-schaal, .hpd-datumrij { display: block; }
	.hpd-packlist li { grid-template-columns: 28px 1fr; }
	.hpd-packlist strong { grid-column: 2; }
	.hpd-datumrij time { margin-left: 0; margin-bottom: 10px; width: 88px; }
}
