/* Chocolaterie Fleur — inhoud-/infopagina's.
   1:1 op de Figma-designs (Over Fleur 520:4396, Contact 520:4603, FAQ 520:4766,
   Workshops 520:4465, Chocolade op maat 520:4277, Speciale momenten 520:3941).
   Alles gescoped onder .fleur-page / per-template-klassen — geen globale lekkage.
   Tokens in fonts.css :root (--fleur-aubergine #4c3d45, --fleur-cream #f5f5f5,
   --fleur-pink #e06283). Soft pink = #f6bddd. */

.fleur-page {
	--fleur-pink-soft: #f6bddd;
	--fleur-field: #e8e8e8;
	background: var(--fleur-cream);
}

/* ============================ Gedeelde bouwstenen ======================== */

.fleur-page .fleur-eyebrow {
	font-family: var(--fleur-font-sans);
	font-weight: 900;
	font-size: 16px;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.fleur-page .fleur-eyebrow--pink { color: var(--fleur-pink-soft); }
.fleur-page .fleur-eyebrow--dark { color: var(--fleur-aubergine); }

.fleur-page .fleur-section-title {
	font-family: var(--fleur-font-serif);
	font-size: 32px;
	color: var(--fleur-aubergine);
	margin: 0 0 36px;
}
.fleur-page .fleur-section-title--center { text-align: center; }
.fleur-page .fleur-section-title em,
.fleur-page h1 em,
.fleur-page h2 em,
.fleur-page h3 em { font-style: italic; font-family: var(--fleur-font-serif); }

/* Knopvarianten (basis .button = roze pill uit main.css) */
.fleur-page .fleur-btn--dark {
	background: var(--fleur-aubergine);
	color: var(--fleur-cream);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.fleur-page .fleur-btn--dark:hover { background: #3b2f35; color: var(--fleur-cream); filter: none; }

.fleur-page .fleur-btn--pink-soft {
	background: var(--fleur-pink-soft);
	color: var(--fleur-pink);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.fleur-page .fleur-btn--pink-soft:hover { background: #f3a8ce; color: var(--fleur-pink); filter: none; }

/* Afbeelding-placeholder (leeg ACF-veld) — zachte chocolade-tint i.p.v. kapotte img */
.fleur-page .fleur-media-ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	border-radius: 5px;
	background:
		radial-gradient(circle at 30% 30%, rgba(224,98,131,.18), transparent 60%),
		repeating-linear-gradient(45deg, #e9dfe3 0 14px, #efe7ea 14px 28px);
}
.fleur-page .fleur-img { border-radius: 5px; width: 100%; height: 100%; object-fit: cover; }

/* ============================ Generieke pagina =========================== */

/* Aubergine hero-band met de paginatitel. Figma 520:4974/520:5030: band is
   202px hoog (66px + 75px titel-regel + 61px) en de titel is DM Serif 50px crème. */
.fleur-page--generic .fleur-page__hero {
	background: var(--fleur-aubergine);
	padding: 66px 0 61px;
}
.fleur-page--generic .fleur-page__hero-title {
	color: var(--fleur-cream);
	font-size: 50px;
	line-height: 75px;
	margin: 0;
}
/* Band (onderkant y=422) → tekst (y=471) = 49px. Onder de tekst iets minder
   witruimte — op verzoek. De footer heeft standaard margin-top:64px; die zetten
   we (net als home/bonbons/faq) op 0 zodat de padding-bottom hieronder de enige
   ondermarge is i.p.v. 64+64px. */
.fleur-page--generic .fleur-page__body { padding: 49px 0 64px; }
#site-main.fleur-page--generic + .fleur-footer { margin-top: 0; }
/* Brede tekstkolom die de container vult (Figma body = 1256px breed), zwarte
   DM Sans-tekst met ruime regelafstand van 35px. */
.fleur-page__content {
	max-width: none;
	font-size: 16px;
	line-height: 35px;
	color: #000;
}
/* Alinea-tussenruimte = één lege regel (35px) zoals in het design. */
.fleur-page__content > p { margin: 0 0 35px; }
.fleur-page__content > p:last-child { margin-bottom: 0; }
.fleur-page__content h2 { font-size: 28px; margin-top: 1.4em; }
.fleur-page__content h3 { font-size: 22px; margin-top: 1.2em; }
.fleur-page__content a { color: var(--fleur-pink); text-decoration: underline; }
.fleur-page__content ul,
.fleur-page__content ol { padding-left: 1.3em; margin: 0 0 1em; }
.fleur-page__content img { border-radius: 5px; margin: 1em 0; }
.fleur-page__pagination { margin-top: 2em; }

/* ============================ Over Fleur (520:4396) ====================== */

.fleur-over-hero { background: var(--fleur-aubergine); padding: 64px 0 72px; }
.fleur-over-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}
.fleur-over-hero__title { color: var(--fleur-cream); font-size: 50px; margin: 0 0 28px; }
.fleur-over-hero__story { color: var(--fleur-cream); font-size: 16px; line-height: 2; }
.fleur-over-hero__story p { margin: 0 0 1em; }
.fleur-over-hero__media { aspect-ratio: 572 / 561; }

.fleur-over-story { padding: 80px 0; }
.fleur-over-story__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.fleur-over-story__media { aspect-ratio: 620 / 561; }
.fleur-over-story__title { font-size: 32px; margin: 0 0 24px; }
.fleur-over-story__body { font-size: 16px; line-height: 2; margin-bottom: 28px; color: #000; }
.fleur-over-story__body p { margin: 0 0 1em; }

/* ============================ Gedeelde workshop-CTA ====================== */

.fleur-cta-workshop { background: var(--fleur-pink-soft); padding: 72px 0; }
.fleur-cta-workshop__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.fleur-cta-workshop__title { font-size: 55px; line-height: 1.1; margin: 0 0 24px; color: var(--fleur-aubergine); }
.fleur-cta-workshop__body { font-size: 16px; line-height: 2; margin-bottom: 28px; max-width: 670px; }
.fleur-cta-workshop__media { aspect-ratio: 698 / 599; }

/* ============================ Contact (520:4603) ========================= */

.fleur-contact-hero { padding: 56px 0; }
.fleur-contact-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}
.fleur-contact-hero__card {
	background: var(--fleur-aubergine);
	color: var(--fleur-cream);
	border-radius: 5px;
	padding: 52px 56px;
}
.fleur-contact-hero__title { color: var(--fleur-cream); font-size: 50px; margin: 0 0 22px; }
.fleur-contact-hero__intro { font-size: 16px; line-height: 2; margin: 0 0 32px; max-width: 520px; }
.fleur-contact-hero__details { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fleur-contact-hero__details li { display: flex; align-items: center; gap: 16px; font-size: 16px; }
.fleur-contact-hero__details a { color: var(--fleur-cream); }
.fleur-contact-hero__details a:hover { color: var(--fleur-pink-soft); }
.fleur-contact-hero__ico {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; flex: 0 0 36px;
	border-radius: 50%;
	background: var(--fleur-pink-soft);
	color: var(--fleur-aubergine);
}
.fleur-contact-hero__ico svg { width: 18px; height: 18px; }
.fleur-contact-hero__media { border-radius: 5px; overflow: hidden; min-height: 360px; }

.fleur-contact-form-section { padding: 24px 0 80px; }

/* ============================ Formulier (Contact / Workshop / Maat) ====== */

.fleur-form { max-width: 1048px; margin-inline: auto; }
.fleur-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}
.fleur-form__row { margin: 0 0 16px; }
.fleur-form__row--full { grid-column: 1 / -1; }
.fleur-form label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: var(--fleur-aubergine);
}
.fleur-form input,
.fleur-form textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
	font-family: var(--fleur-font-sans);
	font-size: 15px;
	color: var(--fleur-aubergine);
	background: var(--fleur-field);
	border: 1px solid transparent;
	border-radius: 100px;
	padding: 15px 24px;
}
.fleur-form textarea { border-radius: 20px; resize: vertical; min-height: 140px; }
.fleur-form input:focus,
.fleur-form textarea:focus { outline: none; border-color: var(--fleur-pink); background: #fff; }
.fleur-form__actions { display: flex; justify-content: flex-end; margin-top: 8px; }
.fleur-form__actions .button { min-width: 211px; }

/* Contact Form 7-shortcode binnen onze opmaak laten meebewegen */
.fleur-form--shortcode input[type="text"],
.fleur-form--shortcode input[type="email"],
.fleur-form--shortcode input[type="tel"],
.fleur-form--shortcode input[type="date"],
.fleur-form--shortcode input[type="time"],
.fleur-form--shortcode textarea {
	width: 100%;
	font-family: var(--fleur-font-sans);
	background: var(--fleur-field);
	border: 1px solid transparent;
	border-radius: 100px;
	padding: 15px 24px;
}
.fleur-form--shortcode textarea { border-radius: 20px; }
.fleur-form--shortcode .wpcf7-submit {
	background: var(--fleur-aubergine);
	color: var(--fleur-cream);
	border: 0;
	border-radius: 100px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 16px 40px;
	cursor: pointer;
}

/* ============================ FAQ (520:4766) ============================= */

.fleur-faq-hero {
	position: relative;
	background: var(--fleur-aubergine);
	padding: 64px 0 0;
	overflow: hidden;
}
.fleur-faq-hero__inner { position: relative; padding-bottom: 40px; }
.fleur-faq-hero__title { color: var(--fleur-cream); font-size: 50px; margin: 0 0 36px; }
.fleur-faq-hero__bg {
	position: relative;
	max-width: 1367px;
	margin: 0 auto;
	height: 337px;
	border-radius: 5px;
	overflow: hidden;
	transform: translateY(40px);
	background: #2f262b;
}
.fleur-faq-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.fleur-faq-hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.2); }

.fleur-faq { padding: 80px 0 72px; }
.fleur-faq__inner { max-width: 1367px; margin-inline: auto; }
.fleur-faq__group { margin-bottom: 56px; }
.fleur-faq__group:last-child { margin-bottom: 0; }
.fleur-faq__group-title { font-size: 30px; color: var(--fleur-aubergine); margin: 0 0 20px; }
.fleur-faq__list { display: grid; gap: 14px; }

.fleur-faq__item {
	background: var(--fleur-field);
	border-radius: 100px;
	overflow: hidden;
	transition: border-radius .2s ease, background .2s ease;
}
.fleur-faq__item[open] { border-radius: 24px; background: #efe9ea; }
.fleur-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	list-style: none;
	padding: 16px 28px;
	font-size: 14px;
	color: #111;
}
.fleur-faq__q::-webkit-details-marker { display: none; }
.fleur-faq__q-text { font-weight: 500; }
.fleur-faq__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 15px; height: 15px; flex: 0 0 15px;
	color: var(--fleur-aubergine);
	transition: transform .2s ease;
}
.fleur-faq__item[open] .fleur-faq__icon { transform: rotate(45deg); }
.fleur-faq__a { padding: 0 28px 20px; font-size: 15px; line-height: 1.7; color: var(--fleur-aubergine); }
.fleur-faq__a p { margin: 0 0 .6em; }
.fleur-faq__a p:last-child { margin-bottom: 0; }

/* ============================ Workshops (520:4465) ======================= */

.fleur-ws-hero { background: var(--fleur-aubergine); padding: 56px 0 64px; }
.fleur-ws-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}
.fleur-ws-hero__title { color: var(--fleur-cream); font-size: 50px; margin: 0 0 24px; }
.fleur-ws-hero__intro { color: var(--fleur-cream); font-size: 16px; line-height: 2; max-width: 620px; }
.fleur-ws-hero__media { aspect-ratio: 16 / 11; border-radius: 5px; overflow: hidden; }

.fleur-ws-form-section { padding: 56px 0 64px; }

.fleur-ws-quote { background: var(--fleur-pink-soft); padding: 72px 0; }
.fleur-ws-quote__inner { max-width: 1280px; margin-inline: auto; }
.fleur-ws-quote__text {
	position: relative;
	margin: 0 auto 56px;
	max-width: 1000px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: var(--fleur-aubergine);
}
.fleur-ws-quote__mark {
	display: block;
	font-family: var(--fleur-font-serif);
	font-size: 90px;
	line-height: .4;
	color: var(--fleur-pink);
	margin-bottom: 24px;
}
.fleur-ws-quote__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fleur-ws-quote__photo { aspect-ratio: 1 / 1; border-radius: 5px; overflow: hidden; }
.fleur-ws-quote__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============================ Chocolade op maat (520:4277) =============== */

/* Eén doorlopende rechthoekige box (net als de bonbons-hero, Figma 520:4277):
   aubergine tekstpaneel links + foto rechts, FLUSH tegen elkaar (geen gap) en de
   foto loopt door tot de rechterrand. Aubergine op __inner met background-clip:
   content-box zodat er geen aubergine-strook naast de foto valt (container-padding). */
.fleur-maat-hero { padding: 56px 0; }
.fleur-maat-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
	background: var(--fleur-aubergine);
	background-clip: content-box;
	overflow: hidden;
}
.fleur-maat-hero__card {
	color: #fff;
	padding: 56px 48px 56px 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fleur-maat-hero__title { color: var(--fleur-cream); font-size: 45px; line-height: 1.2; margin: 0 0 28px; }
.fleur-maat-hero__intro { font-size: 16px; line-height: 2; margin: 0; }
/* Foto op de design-verhouding (705×494) houden — de bronfoto is portret, dus
   zonder deze rem zou hij de box veel te hoog maken. */
.fleur-maat-hero__media { aspect-ratio: 705 / 494; overflow: hidden; }
.fleur-maat-hero__media .fleur-img,
.fleur-maat-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }

.fleur-maat-options { padding: 40px 0 64px; }
.fleur-maat-review { padding: 40px 0 64px; }
/* Eén review per slide: twee foto's links, bedrijf + quote + auteur rechts. */
.fleur-maat-review__slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}
.fleur-maat-review__media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}
.fleur-maat-review__photo { aspect-ratio: 299 / 356; border-radius: 5px; overflow: hidden; }
.fleur-maat-review__photo .fleur-img,
.fleur-maat-review__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fleur-maat-review__company { font-family: var(--fleur-font-serif); font-weight: 400; font-size: 32px; color: var(--fleur-aubergine); margin: 0 0 18px; }
.fleur-maat-review__quote {
	margin: 0 0 18px;
	font-style: italic;
	font-size: 16px;
	line-height: 2;
	color: var(--fleur-aubergine);
}
.fleur-maat-review__author { margin: 0; }
.fleur-maat-review__author em { font-family: var(--fleur-font-serif); font-style: italic; font-size: 20px; color: var(--fleur-aubergine); }

.fleur-maat-form-section { padding: 72px 0; }

.fleur-maat-repeat { background: var(--fleur-pink-soft); padding: 72px 0; }
.fleur-maat-repeat__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.fleur-maat-repeat__title { font-size: 55px; line-height: 1.1; color: var(--fleur-aubergine); margin: 0 0 24px; }
.fleur-maat-repeat__body { font-size: 16px; line-height: 2; color: var(--fleur-aubergine); margin-bottom: 28px; }
.fleur-maat-repeat__body p { margin: 0 0 1em; }
.fleur-maat-repeat__media { aspect-ratio: 572 / 561; border-radius: 5px; overflow: hidden; }

/* ============================ Speciale momenten (520:3941) =============== */

.fleur-mom-hero { background: var(--fleur-aubergine); padding: 56px 0 64px; }
.fleur-mom-hero__inner { max-width: 900px; margin-inline: auto; text-align: center; }
.fleur-mom-hero__title { color: var(--fleur-cream); font-size: 50px; margin: 0 0 20px; }
.fleur-mom-hero__intro { color: #fff; font-size: 16px; line-height: 1.7; margin: 0; }

.fleur-mom-cats { padding: 56px 0 40px; }
.fleur-mom-block { padding: 40px 0 64px; }
.fleur-mom-block__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}
.fleur-mom-block__media { aspect-ratio: 701 / 591; border-radius: 5px; overflow: hidden; }
.fleur-mom-block__title { font-size: 55px; line-height: 1.1; color: var(--fleur-aubergine); margin: 0 0 24px; }
.fleur-mom-block__body { font-size: 16px; line-height: 2; }
.fleur-mom-block__body p { margin: 0 0 1em; }

.fleur-mom-cta { background: var(--fleur-pink-soft); padding: 72px 0; }
.fleur-mom-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}
.fleur-mom-cta__title { font-size: 55px; line-height: 1.1; color: var(--fleur-aubergine); margin: 0 0 24px; }
.fleur-mom-cta__body { font-size: 16px; line-height: 2; color: var(--fleur-aubergine); margin-bottom: 28px; }
.fleur-mom-cta__media { aspect-ratio: 572 / 484; border-radius: 5px; overflow: hidden; }

/* ============================ Categorie-kaartengrid (gedeeld) ============ */

.fleur-cat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.fleur-cat-card {
	position: relative;
	display: block;
	aspect-ratio: 299 / 423;
	border-radius: 5px;
	overflow: hidden;
	color: var(--fleur-cream);
}
.fleur-cat-card__media { position: absolute; inset: 0; display: block; }
.fleur-cat-card__media .fleur-media-ph,
.fleur-cat-card__img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; min-height: 0; }
.fleur-cat-card::after {
	content: "";
	position: absolute; inset: 0;
	background: rgba(0, 0, 0, 0.2); /* Figma 520:3977: vlakke 20% overlay over de categoriefoto */
}
.fleur-cat-card__title {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 1;
	font-family: var(--fleur-font-sans);
	font-weight: 900;
	font-size: 20px;
	color: var(--fleur-cream);
}
.fleur-cat-card:hover .fleur-cat-card__img { transform: scale(1.04); }
.fleur-cat-card__img { transition: transform .3s ease; }

/* ============================ Responsive ================================= */

@media (max-width: 1024px) {
	.fleur-cat-grid { grid-template-columns: repeat(2, 1fr); }
	.fleur-cta-workshop__title,
	.fleur-maat-repeat__title,
	.fleur-mom-block__title,
	.fleur-mom-cta__title { font-size: 40px; }
}

@media (max-width: 860px) {
	.fleur-over-hero__inner,
	.fleur-over-story__inner,
	.fleur-cta-workshop__inner,
	.fleur-contact-hero__inner,
	.fleur-ws-hero__inner,
	.fleur-maat-hero__inner,
	.fleur-maat-review__slide,
	.fleur-maat-repeat__inner,
	.fleur-mom-block__inner,
	.fleur-mom-cta__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.fleur-over-story__media { order: 2; }
	.fleur-form__grid { grid-template-columns: 1fr; }
	.fleur-form__actions { justify-content: stretch; }
	.fleur-form__actions .button { width: 100%; }
	.fleur-ws-quote__gallery { grid-template-columns: 1fr; }

	.fleur-page--generic .fleur-page__hero-title,
	.fleur-over-hero__title,
	.fleur-contact-hero__title,
	.fleur-ws-hero__title,
	.fleur-mom-hero__title,
	.fleur-faq-hero__title { font-size: 36px; }
	.fleur-maat-hero__title { font-size: 34px; }
	.fleur-cta-workshop__title,
	.fleur-maat-repeat__title,
	.fleur-mom-block__title,
	.fleur-mom-cta__title { font-size: 32px; }
	.fleur-faq__group-title { font-size: 24px; }
}

@media (max-width: 560px) {
	.fleur-cat-grid { grid-template-columns: 1fr; }
	.fleur-contact-hero__card,
	.fleur-maat-hero__card { padding: 36px 28px; }
	.fleur-faq__q { padding: 14px 20px; }
	.fleur-faq__a { padding: 0 20px 18px; }
}

/* =========================================================================
   MOBIEL (≤981px) — telefoon-layout voor de generieke/legale pagina's
   (algemene-voorwaarden, privacybeleid, cookiebeleid, terugbetaalde-
   retourneringen) + het account-hero. Alles blijft gescoped onder
   .fleur-page zodat er niets globaal lekt. De bestaande 1024/860/560-
   breakpoints hierboven doen al het meeste stapelwerk; dit blok verzorgt
   de aubergine hero-band, de titel-regelhoogte en de section-paddings.
   ========================================================================= */
@media (max-width: 981px) {
	/* Aubergine titel-band: compacter en de DM Serif-titel kleiner met een
	   normale regelhoogte (de desktopregel heeft line-height:75px, wat bij een
	   36px-titel op mobiel een te groot gat gaf). */
	.fleur-page--generic .fleur-page__hero { padding: 44px 0 40px; }
	.fleur-page--generic .fleur-page__hero-title {
		font-size: clamp(30px, 7vw, 38px);
		line-height: 1.2;
	}
	.fleur-page--generic .fleur-page__body { padding: 32px 0 48px; }
	/* Tekstkolom: iets kleinere regelafstand zodat lange alinea's op smalle
	   schermen niet te luchtig ogen. */
	.fleur-page__content { line-height: 1.9; }
	.fleur-page__content > p { margin: 0 0 20px; }
	.fleur-page__content h2 { font-size: 24px; }
	.fleur-page__content h3 { font-size: 20px; }

	/* Gedeelde workshop-CTA (roze band, hergebruikt op meerdere pagina's):
	   stapelt al via ≤860, hier alleen de band-padding + titel temmen zodat
	   ook 861–981px netjes oogt. */
	.fleur-cta-workshop { padding: 56px 0; }
	.fleur-cta-workshop__inner { grid-template-columns: 1fr; gap: 32px; }
	.fleur-cta-workshop__title { font-size: clamp(30px, 7vw, 40px); line-height: 1.1; }
	.fleur-cta-workshop__body { max-width: none; }
	.fleur-cta-workshop .button,
	.fleur-cta-workshop .sellabees-btn { width: 100%; }
}

/* Zeer smalle telefoons: nog compactere titel-band + comfortabele gutter. */
@media (max-width: 600px) {
	.fleur-page--generic .fleur-page__hero { padding: 36px 0 32px; }
	.fleur-page--generic .fleur-page__body { padding: 28px 0 40px; }
}
