/* =========================================================================
   loveworx homepage - stijl geïnspireerd op tharttrainingenontwikkeling.nl
   Aards palet ('t Hart) + loveWorx-blauwgroen (#00a7c1) als accent.
   ========================================================================= */

:root {
	--lw-brown:      #925741;
	--lw-terracotta: #a1533d;
	--lw-beige:      #e6ccbd;
	--lw-beige-soft: #f3e7dd;
	--lw-sage:       #d3dcc2;
	--lw-offwhite:   #eeeeee;
	--lw-dark:       #2e2d2c;
	--lw-text:       #7a7a7a;
	--lw-teal:       #00a7c1;
	--lw-teal-dark:  #00889d;
}

/* Divi's standaard container smaller/rustiger maken op deze pagina */
.lw-home * { box-sizing: border-box; }

.lw-home {
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	color: var(--lw-text);
	font-size: 17px;
	line-height: 1.8;
	background: #fff;
	overflow-x: hidden;
}

.lw-home p { margin: 0 0 1.2em; }
.lw-home a { color: var(--lw-teal); text-decoration: none; transition: color .2s ease; }
.lw-home a:hover { color: var(--lw-teal-dark); }
.lw-home img { display: block; max-width: 100%; height: auto; }

.lw-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ---------- Typografie ---------- */
.lw-home h1, .lw-home h2, .lw-home h3, .lw-home h4 {
	font-family: "Montserrat", sans-serif;
	color: var(--lw-dark);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 .5em;
}
.lw-home h1 { font-size: clamp(30px, 5vw, 52px); text-transform: uppercase; letter-spacing: 1px; }
.lw-home h2 { font-size: clamp(24px, 3.4vw, 36px); text-transform: uppercase; letter-spacing: .8px; }
.lw-home h3 { font-size: 22px; }

.lw-script {
	font-family: "Shadows Into Light Two", "Segoe Script", cursive;
	font-size: clamp(24px, 3vw, 32px);
	color: var(--lw-brown);
	text-transform: none;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: .35em;
	display: block;
}
.lw-overline {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--lw-teal);
	margin-bottom: 14px;
}
.lw-section { padding: clamp(56px, 9vw, 110px) 0; }
.lw-section--beige   { background: var(--lw-beige-soft); }
.lw-section--sage    { background: var(--lw-sage); }
.lw-section--offwhite{ background: var(--lw-offwhite); }
.lw-lead { font-size: 19px; }

/* ---------- Knoppen ('t Hart: outline, uppercase, letterspacing) ---------- */
.lw-btn {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 16px 40px;
	border: 2px solid var(--lw-teal);
	color: var(--lw-teal);
	background: transparent;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.lw-btn:hover { background: var(--lw-teal); color: #fff; }
.lw-btn--light { background: transparent; border-color: #fff; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.lw-btn--light:hover { background: #fff; border-color: #fff; color: var(--lw-dark); text-shadow: none; }
.lw-btn--solid { background: var(--lw-teal-dark); border-color: var(--lw-teal-dark); color: #fff; }
.lw-btn--solid:hover { background: var(--lw-dark); border-color: var(--lw-dark); color: #fff; }

/* ---------- Header ---------- */
.lw-header {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 20;
	padding: 20px 0;
}
.lw-header .lw-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lw-logo img { height: 64px; width: auto; }
.lw-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; flex-wrap: wrap; }
.lw-nav a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.lw-nav a:hover { color: var(--lw-beige); }

/* ---------- Hero ---------- */
.lw-hero {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center 30%;
	color: #fff;
}
.lw-hero::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(46,45,44,.72) 0%, rgba(46,45,44,.45) 55%, rgba(46,45,44,.25) 100%);
}
.lw-hero .lw-wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 80px; }
.lw-hero-inner { max-width: 640px; }
.lw-hero h1 { color: #fff; margin-bottom: .35em; }
.lw-hero .lw-script { color: var(--lw-beige); }
.lw-hero p { font-size: 19px; color: rgba(255,255,255,.92); margin-bottom: 2em; }

/* ---------- Intro (portret + tekst) ---------- */
.lw-split { display: grid; grid-template-columns: minmax(0, 440px) 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.lw-split__media img { width: 100%; filter: drop-shadow(0 20px 40px rgba(46,45,44,.18)); }
.lw-split__body h2 { color: var(--lw-brown); }

/* ---------- Diensten ---------- */
.lw-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; margin-top: 46px; }
.lw-card { background: #fff; border: 1px solid rgba(46,45,44,.08); }
.lw-card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.lw-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lw-card:hover .lw-card__img img { transform: scale(1.04); }
.lw-card__body { padding: 30px 30px 34px; }
.lw-card__body h3 { color: var(--lw-brown); }
.lw-tags { font-size: 14px; letter-spacing: .3px; color: var(--lw-terracotta); font-weight: 600; }

/* ---------- Tarieven ---------- */
.lw-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 30px; margin-top: 46px; align-items: start; }
.lw-price {
	background: #fff;
	padding: 40px 32px;
	text-align: center;
	border: 1px solid rgba(46,45,44,.1);
	position: relative;
}
.lw-price--feature { border-color: var(--lw-teal); box-shadow: 0 24px 50px rgba(0,0,0,.1); }
.lw-price__badge {
	position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
	background: var(--lw-teal); color: #fff;
	font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
	padding: 6px 16px;
}
.lw-price h3 { text-transform: uppercase; letter-spacing: .5px; color: var(--lw-dark); margin-bottom: .15em; }
.lw-price__amount { font-size: 40px; font-weight: 700; color: var(--lw-brown); font-family: "Montserrat", sans-serif; line-height: 1.1; }
.lw-price__meta { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--lw-text); margin-bottom: 18px; }
.lw-price p { font-size: 15.5px; line-height: 1.7; }
.lw-price ul { list-style: none; margin: 0 0 22px; padding: 0; text-align: left; font-size: 15px; }
.lw-price li { padding: 7px 0 7px 26px; position: relative; border-bottom: 1px solid rgba(46,45,44,.07); }
.lw-price li::before { content: "\2713"; position: absolute; left: 0; color: var(--lw-teal); font-weight: 700; }
.lw-price .lw-btn { margin-top: 6px; }

/* ---------- Contact CTA ---------- */
.lw-cta {
	position: relative;
	background-size: cover;
	background-position: center 35%;
	color: #fff;
	text-align: center;
	padding: clamp(80px, 12vw, 150px) 0;
}
.lw-cta::before { content: ""; position: absolute; inset: 0; background: rgba(46,45,44,.6); }
.lw-cta .lw-wrap { position: relative; z-index: 2; }
.lw-cta h2 { color: #fff; max-width: 620px; margin: 0 auto .4em; }
.lw-cta .lw-script { color: var(--lw-beige); }
.lw-cta__meta { margin-top: 32px; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.85); }
.lw-cta__meta a { color: #fff; text-decoration: underline; }

/* ---------- Footer ---------- */
.lw-foot { background: var(--lw-dark); color: rgba(255,255,255,.7); padding: 54px 0; font-size: 14px; }
.lw-foot .lw-wrap { display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: center; justify-content: space-between; }
.lw-foot img { height: 54px; }
.lw-foot__legal { line-height: 1.9; }
.lw-foot__legal strong { color: #fff; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
	.lw-split { grid-template-columns: 1fr; }
	.lw-split__media { max-width: 360px; margin: 0 auto; }
	.lw-header { position: absolute; }
	.lw-header .lw-wrap { flex-direction: column; gap: 14px; }
	.lw-nav ul { justify-content: center; gap: 16px 22px; }
	.lw-hero .lw-wrap { padding-top: 170px; }
}
