/* =========================================================================
   Onlinekleding — Homepage redesign  (aparte stylesheet, alleen conceptpagina)
   Versie 2.0.0 — vormgeving conform goedgekeurd ontwerp
   Koppen: Cormorant Garamond (serif) · UI/body: Archivo · Navy #1E2357
   ========================================================================= */

:root {
	--ok-navy: #1E2357;
	--ok-ink: #1B1E3C;
	--ok-text: #5A5C70;
	--ok-muted: #8A8C9C;
	--ok-border: #ECECE8;
	--ok-chip: #F3F3F0;
	--ok-bg: #FAFAF8;
	--ok-serif: 'Cormorant Garamond', Georgia, serif;
	--ok-sans: 'Archivo', -apple-system, Helvetica, Arial, sans-serif;
	--ok-grey: #8A8C9C;
}

/* ---- Fonts globaal op de conceptpagina ---- */
main, main p, main a, main span, main li, main .button, .footer { font-family: var(--ok-sans); }
main h1, main h2 { font-family: var(--ok-serif); font-weight: 500; color: var(--ok-navy); }

/* =========================================================================
   1. HERO — tekst links (45%), grote hoge foto rechts (55%), toggle boven kop
   ========================================================================= */
.home-hero { padding: 40px 0 26px; }
.home-hero__radio { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.home-hero__inner { display: flex; align-items: center; gap: 56px; }
.home-hero__text { flex: 0 0 45%; }
.home-hero__media { flex: 1 1 auto; }

.home-hero__toggle { display: inline-flex; gap: 4px; margin-bottom: 26px; background: #eff0f4; border-radius: 100px; padding: 5px; }
.home-hero__pill { cursor: pointer; padding: 9px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; color: var(--ok-navy); }
#home-hero-hem:checked ~ .home-hero__inner .home-hero__pill--hem,
#home-hero-haar:checked ~ .home-hero__inner .home-hero__pill--haar { background: var(--ok-navy); color: #fff; }

.home-hero__heading { font-family: var(--ok-serif); font-weight: 500; font-size: 64px; line-height: 1.03; color: var(--ok-navy); margin: 0 0 18px; }
.home-hero__heading em { font-style: italic; }
.home-hero__subtext { font-size: 16px; line-height: 1.6; color: #5b5b6b; max-width: 440px; margin: 0 0 28px; }
.home-hero__btn { display: inline-block; background: var(--ok-navy); color: #fff; padding: 14px 30px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; }
.home-hero__btn:hover { color: #fff; opacity: .92; text-decoration: none; }

.home-hero__panel--haar, .home-hero__img--haar { display: none; }
#home-hero-haar:checked ~ .home-hero__inner .home-hero__panel--hem,
#home-hero-haar:checked ~ .home-hero__inner .home-hero__img--hem { display: none; }
#home-hero-haar:checked ~ .home-hero__inner .home-hero__panel--haar,
#home-hero-haar:checked ~ .home-hero__inner .home-hero__img--haar { display: block; }

.home-hero__img { height: 620px; overflow: hidden; border-radius: 14px; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
@media (max-width: 991px) {
	.home-hero__inner { flex-direction: column-reverse; gap: 26px; }
	.home-hero__text, .home-hero__media { flex: 1 1 auto; width: 100%; }
	.home-hero__heading { font-size: 40px; }
	.home-hero__img { height: 360px; }
}

/* =========================================================================
   2. FILTERBAND — slanke navy balk (geen fotobanner)
   ========================================================================= */
.banner .banner__image { display: none !important; }
/* .banner was flex (theme) waardoor de form een smal flex-item bleef → block */
.banner { display: block !important; background: var(--ok-navy); border-radius: 10px; padding: 16px 22px; position: relative; margin: 6px 0 30px; box-sizing: border-box; }
.banner .banner__title { display: none; }
/* .banner__form had een WITTE bg (oud formulier-card) → wit label/knop onzichtbaar */
.banner__form { display: flex !important; align-items: center; gap: 14px; width: 100%; background: transparent !important; }
.banner__form-title { color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; margin: 0; flex: 0 0 auto; }
/* De selects + knop zitten in een BINNEN-<form> (#ajax_banner); DAT is de flex-rij */
.banner__form > form { flex: 1 1 auto; min-width: 0; display: flex !important; align-items: center; gap: 12px; flex-wrap: nowrap; }
.banner__select { flex: 1 1 0; min-width: 0; }
.banner__select .select2, .banner__select .select2-container { width: 100% !important; min-width: 0 !important; }
.banner__select .select2-container--default .select2-selection--single {
	height: 44px; background: #fff; border: 0; border-radius: 6px; display: flex; align-items: center; padding: 0 12px;
}
.banner__select .select2-selection__rendered { color: #333; line-height: 44px; padding: 0; font-size: 14px; }
.banner__select .select2-selection__arrow { height: 42px; }
.banner__select select.select2 { height: 44px; background: #fff; border: 0; border-radius: 6px; width: 100%; padding: 0 12px; }
.banner__button { flex: 0 0 auto; width: auto !important; background: #fff; color: var(--ok-navy); border: 0; border-radius: 100px; padding: 12px 22px; font-weight: 600; font-size: 14px; cursor: pointer; white-space: nowrap; }
.banner__bottom { position: absolute; right: 4px; top: 100%; margin-top: 6px; color: var(--ok-grey); font-size: 12px; }
@media (max-width: 991px) {
	.banner__form { flex-wrap: wrap; }
	.banner__select { flex: 1 1 45%; }
}

/* =========================================================================
   3. VOOR HEM / VOOR HAAR — label in wit vlak over de foto, navy knop eronder
   ========================================================================= */
.home-split__grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 24px; }
.home-split__card { position: relative; height: 380px; overflow: hidden; border-radius: 12px; display: block; text-decoration: none; }
.home-split__img { position: absolute; inset: 0; }
.home-split__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-split__body { position: absolute; left: 26px; bottom: 26px; background: transparent; padding: 0; display: inline-flex; flex-direction: column; align-items: flex-start; }
.home-split__title { font-family: var(--ok-serif); font-weight: 500; font-size: 26px; color: var(--ok-navy); margin: 0; background: #fff; padding: 12px 22px; border-radius: 8px 8px 0 0; }
.home-split__btn { background: var(--ok-navy); color: #fff; padding: 11px 22px; border-radius: 0 0 8px 8px; font-size: 13px; font-weight: 600; }
.home-split__btn::after { content: ' \2192'; }

/* =========================================================================
   3b. SHOP OP GELEGENHEID — navy band met pills (hersteld, was weggevallen)
   ========================================================================= */
.home-occasion { background: var(--ok-navy) !important; color: #fff; margin: 40px 0; }
.home-occasion__inner { display: flex !important; align-items: center; gap: 48px; flex-wrap: wrap; padding-top: 44px; padding-bottom: 44px; }
.home-occasion__text { flex: 0 0 auto; max-width: 340px; }
.home-occasion__title { font-family: var(--ok-serif); color: #fff; font-size: 32px; font-weight: 500; margin: 0 0 10px; line-height: 1.1; }
.home-occasion__desc { color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.55; margin: 0; }
.home-occasion__pills { display: flex; flex-wrap: wrap; gap: 12px; flex: 1 1 auto; }
.home-occasion__pill { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 100px; color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 500; transition: all .2s ease; }
.home-occasion__pill:hover { background: #fff; color: var(--ok-navy) !important; border-color: #fff; }
@media (max-width: 767px) { .home-occasion__inner { flex-direction: column; align-items: flex-start; gap: 22px; } }

/* =========================================================================
   4. CATEGORIEËN — 5 in een rij, naam onder de kaart + pijl, link rechtsboven
   ========================================================================= */
.categories--home .categories__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; }
.categories--home .categories__head h2 { margin: 0; }
.categories--home .categories__all { font-size: 14px; font-weight: 600; color: var(--ok-navy); text-decoration: none; }
.categories--home .categories__slider { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.categories--home .categories__slide { width: auto; float: none; }
.categories--home .category-card { display: block; text-decoration: none; }
.categories--home .category-card__image { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 4; }
.categories--home .category-card__image img { width: 100%; height: 100%; object-fit: cover; }
.categories--home .category-card__image .category-card__overlay { display: none; }
.categories--home .category-card > .category-card__link { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.categories--home .category-card > .category-card__link span { font-size: 15px; font-weight: 500; color: var(--ok-navy); }
.categories--home .category-card > .category-card__link::after { content: '\2192'; color: var(--ok-navy); }
/* theme Font Awesome-chevron (›) naast de naam verbergen → alleen de → blijft */
.categories--home .category-card__link span::after { display: none !important; }
@media (max-width: 767px) { .categories--home .categories__slider { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   5. ONTDEK HET MERK (BOSS) — wit kaartblok, typografisch, outline-knop
   ========================================================================= */
.branding > .text-center { display: none; } /* "Ontdek het merk" — niet in ontwerp (blijft in DOM) */
.branding { background: transparent; border-radius: 0; box-shadow: none; padding: 0 48px; } /* zijpadding zodat de kaart inset 48px uitlijnt met de overige secties (spec §6) */
/* Eén omrande kaart, 3 gelijkwaardige kolommen (spec §6). De theme nest producten in
   .branding__right > .branding__slider > .branding__slide; met display:contents worden die
   .branding__slide's directe grid-items van .branding__row → tekst | product | product. */
.branding__row { display: grid !important; grid-template-columns: 1.1fr 1fr 1fr; gap: 0; align-items: stretch; border: 1px solid var(--ok-border); border-radius: 6px; overflow: hidden; background: #fff; }
.branding__left { width: auto !important; padding: 48px; border-right: 1px solid var(--ok-border); display: flex; flex-direction: column; }
.branding__right { display: contents !important; }
.branding__right .branding__slider { display: contents !important; }
.branding__right .branding__slide { width: auto !important; padding: 32px; border-right: 1px solid var(--ok-border); }
.branding__right .branding__slide:nth-child(n+3) { display: none; }    /* toon precies 2 producten */
.branding__right .branding__slide:nth-child(2) { border-right: 0; }    /* laatste zichtbare kolom */
.branding__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ok-muted); margin-bottom: 14px; }
.branding__brandname { font-family: var(--ok-serif); font-weight: 600; font-size: 44px; letter-spacing: .14em; color: var(--ok-navy); line-height: 1; margin-bottom: 18px; white-space: nowrap; }
.branding__description { font-size: 14px; line-height: 1.65; color: var(--ok-text); margin-bottom: 22px; }
.branding__left .text-center { text-align: left; margin-top: auto; }  /* knop onderaan (margin-top:auto) */
.branding__left .button--secondary { display: inline-block; background: transparent; border: 1.5px solid var(--ok-navy); color: var(--ok-navy); border-radius: 4px; padding: 12px 22px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .18s, color .18s; }
.branding__left .button--secondary:hover { background: var(--ok-navy); color: #fff; }
.branding .product-card { position: relative; display: flex; flex-direction: column; height: 100%; padding-bottom: 46px; }
.branding .product-card__logo { display: none; }
.branding .product-card__left { width: 100% !important; }
.branding .product-card__image { border-radius: 4px; overflow: hidden; height: 260px; background: #f4f4f6; }
.branding .product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.branding .product-card__right { width: 100% !important; padding-top: 14px; }
.branding .product-card__right h5 { font-size: 14px; font-weight: 600; color: var(--ok-navy); margin: 0 0 4px; }
.branding .product-card__right p { font-size: 12px; color: var(--ok-muted); margin: 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.branding .product-card__price { position: absolute; left: 0; bottom: 6px; font-size: 16px; font-weight: 700; color: var(--ok-navy); }
.branding .product-card__button { position: absolute; right: 0; bottom: 2px; background: var(--ok-navy); color: #fff; border-radius: 4px; padding: 9px 16px; font-size: 12px; font-weight: 700; text-decoration: none; }
@media (max-width: 991px) {
	.branding__row { grid-template-columns: 1fr; }
	.branding__left { border-right: 0; border-bottom: 1px solid var(--ok-border); }
	.branding__right .branding__slide { border-right: 0; border-bottom: 1px solid var(--ok-border); }
}

/* =========================================================================
   6. MAKE STYLE YOUR SIGNATURE — witte sectie, beeld links, kop rechts
   ========================================================================= */
.styling { display: grid !important; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; background: var(--ok-bg) !important; color: var(--ok-navy) !important; padding: 40px 0 !important; text-decoration: none; }
.styling::before, .styling::after { display: none !important; }
.styling__image { width: 100%; justify-self: stretch; border-radius: 4px; overflow: hidden; height: 420px; }
.styling__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.styling__body { min-width: 0; }
.styling__title { font-family: var(--ok-serif); font-style: italic; font-weight: 500; font-size: 56px; line-height: 1.1; color: var(--ok-navy) !important; text-align: left; }
.styling__intro { margin-top: 22px; max-width: 480px; font-size: 15px; line-height: 1.7; color: var(--ok-text); }
@media (max-width: 767px) { .styling { grid-template-columns: 1fr; gap: 24px; } .styling__image { height: 300px; } .styling__title { font-size: 38px; } }

/* =========================================================================
   7. INSPIRATIE — kop links + link rechtsboven; kaarten: datum, titel, lees verder
   ========================================================================= */
.latest--home .latest__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; }
.latest--home .latest__head h2 { margin: 0; }
.latest--home .latest__all { font-size: 14px; font-weight: 600; color: var(--ok-navy); text-decoration: none; }
.latest--home .latest__slider { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.latest--home .latest__slide { width: auto; }
/* Witte omrande kaart, radius 6, beeld 220px, body-padding 20px (spec §9).
   theme-restant: 150px padding-bottom (oude absolute overlay) → weg. */
.latest--home .inspiration-card { display: flex; flex-direction: column; align-items: stretch; height: auto !important; padding-bottom: 0 !important; background: #fff; border: 1px solid var(--ok-border); border-radius: 6px; overflow: hidden; }
.latest--home .inspiration-card__image { border-radius: 0; overflow: hidden; height: 220px; aspect-ratio: auto; }
.latest--home .inspiration-card__image img { width: 100%; height: 100%; object-fit: cover; }
.latest--home .inspiration-card__overlay { display: flex; flex-direction: column; align-items: flex-start; padding: 20px; position: static; background: none; }
.latest--home .inspiration-card__date { order: 1; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ok-muted); margin-bottom: 8px; }
.latest--home .inspiration-card__title { order: 2; font-family: var(--ok-sans); font-weight: 600; font-size: 15px; color: var(--ok-navy); line-height: 1.4; margin: 0 0 14px; }
.latest--home .inspiration-card__text { display: none; }
.latest--home .inspiration-card__overlay .button--secondary { order: 3; align-self: flex-start; background: none; border: 0; padding: 0; color: var(--ok-navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.latest--home .inspiration-card__overlay .button--secondary::after { content: ' \2192'; }
@media (max-width: 767px) { .latest--home .latest__slider { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   8. SEO-BLOK — H2 links, intro vol, daaronder 3-koloms grid (h3 = Archivo bold)
   ========================================================================= */
.text.container--xs { max-width: none !important; padding-left: 48px !important; padding-right: 48px !important; } /* theme --xs zet padding:0 421px (smalle kolom) → gelijk aan .container zodat SEO uitlijnt met de andere secties */
.text > .text-center { display: none; }    /* gecentreerde "Onlinekleding"-kop vervalt (tekst blijft in DOM) */
.text h2 { font-family: var(--ok-serif); color: var(--ok-navy); text-align: left; font-size: 40px; }
.text > p { max-width: 720px; font-size: 15px; line-height: 1.7; color: var(--ok-text); } /* intro-kolom max 720px (spec §10) */
.text .seo-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--ok-border); }
.text .seo-cols h3 { font-family: var(--ok-sans); font-weight: 700; font-size: 17px; color: var(--ok-navy); margin: 0 0 10px; }
.text .seo-cols p { max-width: none; font-size: 14px; line-height: 1.65; color: var(--ok-text); }
@media (max-width: 767px) { .text .seo-cols { grid-template-columns: 1fr; gap: 22px; } }

/* =========================================================================
   9. FOOTER — geen USP-balk, Word member serif, tekst-socials, geen Gelegenheid
   ========================================================================= */
.footer { background: var(--ok-navy) !important; color: #fff; display: block !important; max-width: none !important; padding: 72px 48px 40px !important; }
.footer .usp { display: none !important; }
/* Bovenblok: member-kolom + 4 linkkolommen in 5-koloms grid (ontwerp Homepage Redesign.dc.html) */
.footer__top { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.footer__top .footer__member { width: auto !important; max-width: none !important; padding: 0 !important; } /* theme zet width:140px + padding-right:140px (oude footer) → grid-cel vullen */
.footer__member-title { font-family: var(--ok-serif); font-weight: 500; color: #fff !important; font-size: 30px; margin-bottom: 10px; }
.footer__member, .footer__member * { color: #fff; }
.footer__member p { color: rgba(255, 255, 255, .65) !important; font-size: 13px; line-height: 1.6; max-width: 280px; margin: 0; }
.footer__button { background: #fff !important; color: var(--ok-navy) !important; border-radius: 4px; border: 0; font-weight: 700; }
.footer__member-form { display: flex; flex-direction: row; gap: 8px; margin-top: 18px; max-width: 320px; }
.footer__member-form .footer__member-email { flex: 1; }
.footer__member-email { background: rgba(255, 255, 255, .12) !important; border: 1px solid rgba(255, 255, 255, .25) !important; border-radius: 4px; padding: 11px 16px; color: #fff !important; font-size: 13px; width: 100%; }
.footer__member-email::placeholder { color: rgba(255, 255, 255, .55) !important; }
.footer__member-form .footer__button { flex: 0 0 auto !important; width: auto !important; min-width: 0 !important; display: inline-flex; align-items: center; text-align: center; padding: 11px 20px !important; text-decoration: none; white-space: nowrap; }
/* 4 linkkolommen */
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer__col-title { font-weight: 700; color: #fff; margin-bottom: 6px; }
.footer__col-link { color: rgba(255, 255, 255, .65); text-decoration: none; }
.footer__col-link:hover { color: #fff; }
/* Onderbalk: copyright links, socials rechts */
.footer__bottom { max-width: 1360px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 12px; color: rgba(255, 255, 255, .5); }
.footer__bottom-social { display: flex; gap: 16px; }
.footer__bottom-social a { color: rgba(255, 255, 255, .5); text-decoration: none; }
.footer__bottom-social a:hover { color: #fff; }
@media (max-width: 991px) { .footer__top { grid-template-columns: 1fr 1fr; } }
