.pk-page{gap:var(--space-block,3rem);padding-inline:var(--gutter,1rem);flex-direction:column;display:flex}.pk-page--doc{max-width:var(--max-wide);margin-inline:auto;padding-bottom:clamp(2.5rem,6vw,4rem)}.pk-page--doc>:not(.pk-w-full):not(.pk-hero){margin-inline:0}.pk-page>*{max-width:var(--max-content);margin-inline:auto}.pk-page>.pk-w-content{max-width:var(--max-content)}.pk-page>.pk-w-wide{max-width:var(--max-wide)}.pk-page>.pk-w-full,.pk-page>.pk-hero{max-width:none;margin-inline:calc(var(--gutter,1rem) * -1)}.pk-w-content{max-width:var(--max-content);margin-inline:auto}.pk-w-wide{max-width:var(--max-wide);margin-inline:auto}.pk-w-full{max-width:none}.pk-group.pk-w-full>*{max-width:var(--max-wide);width:100%;margin-inline:auto}.pk-row{gap:var(--space-md);flex-wrap:wrap;justify-content:flex-start;align-items:stretch;display:flex}.pk-row--nowrap{flex-wrap:nowrap}.pk-stack{gap:var(--space-md);flex-direction:column;align-items:stretch;display:flex}.pk-columns{gap:var(--space-lg);flex-wrap:wrap;align-items:flex-start;display:flex}.pk-col{flex:1 1 0;min-width:0}.pk-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.pk-group{gap:var(--space-md);flex-direction:column;padding:clamp(1rem,4vw,2rem);display:flex}.pk-group--contained{max-width:var(--max-wide);margin-inline:auto}.pk-group--narrow{max-width:var(--max-content);margin-inline:auto}.pk-group--round{border-radius:12px}.pk-group--shadow{box-shadow:0 2px 16px #00000012}.pk-heading{font-family:var(--font-primary);font-weight:600;line-height:1.15}.pk-heading--xl{font-size:clamp(1.5rem,3vw,2.5rem)}.pk-heading--display{margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.2rem)}.pk-ta-left{text-align:left}.pk-ta-center{text-align:center}.pk-ta-right{text-align:right}.pk-text{line-height:1.7;font-family:var(--font-secondary)}.pk-text p+p{margin-top:.85em}.pk-text ul,.pk-text ol{margin:.85em 0;padding-left:1.4em}.pk-text ul{list-style:outside}.pk-text ol{list-style:decimal}.pk-text li+li{margin-top:.25em}.pk-list{line-height:1.7;font-family:var(--font-secondary);padding-left:1.5rem}ul.pk-list{list-style:outside}ol.pk-list{list-style:decimal}.pk-image{border-radius:var(--radius);max-width:100%;display:block}.pk-image.pk-ar-43{aspect-ratio:4/3;object-fit:cover;width:100%}.pk-image.pk-ar-169{aspect-ratio:16/9;object-fit:cover;width:100%}.pk-image.pk-ar-11{aspect-ratio:1;object-fit:cover;width:100%}.pk-image.pk-ar-32{aspect-ratio:3/2;object-fit:cover;width:100%}.pk-group[class*=pk-bg-]{border-radius:var(--radius)}.pk-gap-sm{gap:var(--space-sm)}.pk-gap-md{gap:var(--space-md)}.pk-gap-lg{gap:var(--space-lg)}.pk-just-start{justify-content:flex-start}.pk-just-center{justify-content:center}.pk-just-between{justify-content:space-between}.pk-just-end{justify-content:flex-end}.pk-align-start{align-items:flex-start}.pk-align-center{align-items:center}.pk-align-end{align-items:flex-end}.pk-align-stretch{align-items:stretch}.pk-col-25{flex:25 1 0}.pk-col-33{flex:33 1 0}.pk-col-40{flex:40 1 0}.pk-col-50{flex:50 1 0}.pk-col-60{flex:60 1 0}.pk-col-66{flex:66 1 0}.pk-col-75{flex:75 1 0}.pk-col-100{flex:100 1 0}.pk-cols-1{grid-template-columns:repeat(1,1fr)}.pk-cols-2{grid-template-columns:repeat(2,1fr)}.pk-cols-3{grid-template-columns:repeat(3,1fr)}.pk-cols-4{grid-template-columns:repeat(4,1fr)}.pk-cols-5{grid-template-columns:repeat(5,1fr)}.pk-cols-6{grid-template-columns:repeat(6,1fr)}.pk-min-sm{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.pk-min-md{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.pk-min-lg{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.pk-pad-none{padding:0}.pk-pad-md{padding:var(--space-md)}.pk-pad-lg{padding:clamp(1rem,4vw,2rem)}.pk-pad-xl{padding:var(--space-xl)}.pk-bg-licht{background:var(--licht)}.pk-bg-wit{background:var(--wit)}.pk-bg-groen{background:var(--groen);color:var(--wit)}.pk-deck{gap:var(--space-lg);flex-wrap:wrap;align-items:stretch;display:flex}.pk-panel{background:var(--wit);border:1px solid var(--grijs-rand);border-radius:var(--radius);flex-direction:column;flex:280px;min-width:0;display:flex;overflow:hidden}.pk-panel__img{object-fit:cover;width:100%;height:170px;display:block}.pk-panel__body{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.pk-panel__title{margin-bottom:var(--space-sm)}.pk-panel__text{color:var(--grijs);margin-bottom:var(--space-md)}.pk-panel__btn{background:var(--groen);color:var(--wit);border-radius:var(--radius-pill);align-self:flex-start;margin-top:auto;padding:.5rem 1.25rem;font-weight:600}.pk-panel__btn:hover{color:var(--wit);text-decoration:none}.pk-hero{align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.pk-hero__bg{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pk-hero__overlay{z-index:1;pointer-events:none;background:#0006;position:absolute;inset:0}.pk-hero__inner{z-index:2;max-width:var(--max-content);padding:var(--space-xl) clamp(1rem, 4vw, 2rem);width:100%;color:var(--wit);gap:var(--space-md);flex-direction:column;margin-inline:auto;display:flex;position:relative}.pk-hero__inner--wide{max-width:var(--max-wide)}.pk-hero__inner :where(h1,h2,h3,p){color:var(--wit)}.pk-btn{background:var(--groen);color:var(--wit);border-radius:var(--radius-pill);padding:.7rem 1.75rem;font-weight:600;display:inline-block}.pk-mt-auto{margin-top:auto}.pk-btn--primary{background:var(--geel);color:var(--donker)}.pk-btn:hover{color:var(--wit);text-decoration:none}.pk-btn--primary:hover{color:var(--donker)}.pk-mediatext{gap:var(--space-xl);max-width:var(--max-wide);padding:var(--space-xl) clamp(1rem, 4vw, 2rem);grid-template-columns:55% 45%;align-items:start;margin-inline:auto;display:grid}.pk-mediatext__img{aspect-ratio:4/3;object-fit:cover;border-radius:14px;width:100%}.pk-mediatext__stats{gap:var(--space-lg);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--grijs-rand);flex-wrap:wrap;display:flex}.pk-stat{flex:1;min-width:120px}.pk-stat__value{color:var(--groen);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.pk-stat__label{color:var(--grijs);margin:0;font-size:.9rem}.pk-cards{background:var(--licht);padding-block:var(--space-xl)}.pk-cards__heading{text-align:center;margin-bottom:var(--space-lg)}.pk-cards__grid{gap:var(--space-lg);max-width:var(--max-wide);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem);display:grid}.pk-card{background:var(--wit);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 16px #00000012}.pk-card__img{object-fit:cover;width:100%;height:200px;display:block}.pk-card__body{padding:var(--space-md)}.pk-card__title{margin-bottom:.4rem}.pk-card__text{color:var(--grijs);font-size:.9rem}.pk-gallery__inner{max-width:var(--max-wide);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.pk-gallery__grid{gap:var(--space-md);flex-wrap:wrap;display:flex}.pk-gallery__item{aspect-ratio:4/3;border-radius:var(--radius);flex:240px;overflow:hidden}.pk-gallery__item img{object-fit:cover;width:100%;height:100%;display:block}.pk-guestbook{align-items:center;gap:var(--space-xl);max-width:var(--max-wide);padding:var(--space-xl) clamp(1rem, 4vw, 2rem);flex-wrap:wrap;margin-inline:auto;display:flex}.pk-guestbook__cta{flex:1;min-width:200px}.pk-guestbook__btn{border:2px solid var(--groen);color:var(--groen);border-radius:var(--radius-pill);margin-top:var(--space-md);padding:.6rem 1.5rem;font-weight:600;display:inline-block}.pk-guestbook__counter{background:var(--groen);color:var(--wit);padding:var(--space-lg) var(--space-xl);text-align:center;border-radius:12px;flex:none}.pk-guestbook__count{font-size:4rem;font-weight:700;font-family:var(--font-primary);margin:0;line-height:1}@media (width<=768px){.pk-mediatext{grid-template-columns:1fr}}.pk-band--wit{background:var(--wit)}.pk-band--licht{background:var(--licht)}.pk-band__inner{width:100%}.pk-band__heading{margin-bottom:var(--space-lg)}.pk-band__more{margin-top:var(--space-lg)}.pk-link{color:var(--groen);font-weight:600}.pk-cardrow{gap:var(--space-lg);flex-wrap:wrap;display:flex}.pk-mediacard{background:var(--licht);border-radius:var(--radius);color:inherit;flex-direction:column;flex:280px;text-decoration:none;display:flex;overflow:hidden}.pk-mediacard--wit{background:var(--wit);box-shadow:0 2px 16px #00000012}.pk-mediacard__media{aspect-ratio:4/3;background:var(--groen-licht);overflow:hidden}.pk-mediacard__media--32{aspect-ratio:3/2}.pk-mediacard__media img{object-fit:cover;width:100%;height:100%;display:block}.pk-mediacard__body{flex:1;padding:1.25rem 1.5rem}.pk-mediacard__title{margin:0 0 .3rem;font-size:1.05rem}.pk-mediacard__meta{color:var(--grijs);margin:0;font-size:.85rem}.pk-mediacard__text{color:var(--donker);margin:0;font-size:.95rem;line-height:1.6}.pk-drivecard{border-radius:var(--radius);background:var(--groen-licht);flex:280px;align-self:flex-start;text-decoration:none;display:block;position:relative;overflow:hidden}.pk-drivecard:hover{text-decoration:none}.pk-drivecard__img{width:100%;height:auto;display:block}.pk-drivecard__overlay{color:#fff;background:#2c3a2fd1;padding:.55rem .9rem}.pk-drivecard__img+.pk-drivecard__overlay{position:absolute;bottom:0;left:0;right:0}.pk-drivecard__title{color:#fff;margin:0;font-size:1rem;line-height:1.25}.pk-drivecard__meta{color:#ffffffd9;margin:.12rem 0 0;font-size:.8rem}.pk-overlay{border-radius:var(--radius);aspect-ratio:4/3;flex-direction:column;justify-content:flex-end;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.pk-overlay>.pk-image{object-fit:cover;z-index:0;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.pk-overlay:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 35%,#000c);position:absolute;inset:0}.pk-overlay>:not(.pk-image){z-index:2;color:#fff;margin:0;padding:.15rem 1rem;position:relative}.pk-overlay .pk-heading,.pk-overlay .pk-text{color:#fff}.pk-overlay .pk-mt-auto{margin-top:0}.pk-overlay>.pk-btn{align-self:flex-start;margin:.5rem 1rem 1rem}.pk-overlaycard-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.pk-overlaycard{border-radius:var(--radius);background:var(--groen-licht);text-decoration:none;display:block;position:relative;overflow:hidden}.pk-overlaycard:not(.pk-overlaycard--noimg){aspect-ratio:4/3}.pk-overlaycard__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pk-overlaycard__overlay{background:var(--groen-donker);color:#fff;padding:.7rem .95rem .8rem}.pk-overlaycard:not(.pk-overlaycard--noimg) .pk-overlaycard__overlay{background:#2c3a2fd1;position:absolute;bottom:0;left:0;right:0}.pk-overlaycard__rating{color:var(--geel);letter-spacing:.06em;margin:0 0 .2rem;font-size:.9rem}.pk-overlaycard__title{color:#fff;margin:0 0 .15rem;font-size:1rem;line-height:1.25}.pk-overlaycard:hover{text-decoration:none}.pk-overlaycard__text{color:#ffffffe6;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.35;display:-webkit-box;overflow:hidden}@media (width<=860px){.pk-overlaycard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.pk-overlaycard-grid{grid-template-columns:1fr}}.pk-rating{color:var(--geel);margin:0 0 .5rem}@media (width<=1024px){.pk-grid,.pk-cols-3,.pk-cols-4,.pk-cols-5,.pk-cols-6{grid-template-columns:repeat(2,1fr)}}.pk-page{gap:1.5rem}.pk-group--round{border:1px solid var(--grijs-rand)}.pk-group--round.pk-bg-wit{background:var(--licht)}@media (width<=680px){.pk-grid,.pk-cols-2,.pk-cols-3,.pk-cols-4,.pk-cols-5,.pk-cols-6{grid-template-columns:1fr}.pk-grid,.pk-cardrow,.pk-deck,.pk-columns,.pk-row{gap:var(--space-md)}.pk-columns{flex-direction:column;align-items:stretch}.pk-col,.pk-col-25,.pk-col-33,.pk-col-40,.pk-col-50,.pk-col-60,.pk-col-66,.pk-col-75,.pk-col-100{flex:100%}.pk-columns.pk-keep-row{align-items:flex-start;gap:var(--space-md);flex-direction:row}.pk-columns.pk-keep-row>.pk-col,.pk-columns.pk-keep-row>[class*=pk-col-]{flex:1 1 0;min-width:0}.pk-row--nowrap{flex-wrap:wrap}.pk-hero{min-height:50vh}.pk-guestbook{flex-direction:column;align-items:flex-start}.pk-guestbook__count{font-size:3rem}}.site-container{max-width:var(--max-wide);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.site-section{padding-block:clamp(1.5rem,4vw,2.5rem)}.site-band{background:var(--groen-licht);padding-block:clamp(1.5rem,4vw,2.5rem)}.dw-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.site-narrow{max-width:680px}.site-form-narrow{max-width:560px}.sticky-aside{position:sticky;top:90px}.page-title{margin-bottom:.5rem}.nav-menu a.is-active{color:var(--groen);font-weight:700}.nav-menu a.nav-pill.is-active{filter:brightness(.92)}.page-lead{color:var(--grijs);margin-bottom:var(--space-lg)}.text-muted{color:var(--grijs)}.text-sm{font-size:.9rem}.link-strong{color:var(--groen);font-weight:600}.btn{border-radius:var(--radius-pill);cursor:pointer;text-align:center;border:0;padding:.7rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.2;display:inline-block}.btn--primary{background:var(--groen);color:var(--wit)}.btn--accent{background:var(--geel);color:var(--donker)}.btn--outline{border:2px solid var(--groen);color:var(--groen);background:0 0}.form-stack{flex-direction:column;gap:1.25rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-label{font-weight:600}.form-hint{color:var(--grijs);font-weight:400}.form-input,.form-textarea{border:1px solid var(--grijs-rand);font:inherit;border-radius:8px;padding:.7rem .9rem}.form-textarea{resize:vertical}.form-error{color:#c0392b;font-size:.85rem}.form-hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.star-rating{flex-direction:row-reverse;justify-content:flex-end;gap:.1rem;display:inline-flex}.star-rating input{opacity:0;width:1px;height:1px;position:absolute}.star-rating label{color:var(--grijs-rand);cursor:pointer;font-size:1.9rem;line-height:1;transition:color .1s}.star-rating label:hover,.star-rating label:hover~label,.star-rating input:checked~label{color:var(--geel)}.star-rating input:focus-visible+label{outline:3px solid var(--geel);outline-offset:2px;border-radius:4px}.row-form{flex-wrap:wrap;gap:.75rem;display:flex}.row-form .form-input{flex:1;min-width:220px}.form-select{border:1px solid var(--grijs-rand);font:inherit;background:#fff;border-radius:8px;padding:.7rem .9rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-row--addr{grid-template-columns:1fr 2fr}@media (width<=540px){.form-row,.form-row--addr{grid-template-columns:1fr}}.form-check{align-items:flex-start;gap:.6rem;display:flex}.form-check input{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.2rem}.form-check span{font-weight:400}.form-fieldset{border:1px solid var(--grijs-rand);padding:var(--space-md);border-radius:12px;flex-direction:column;gap:1.25rem;display:flex}.form-fieldset>legend{padding:0 .4rem;font-weight:600}.alert{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem}.alert--success{background:var(--groen-licht);border:1px solid var(--groen);color:var(--groen-donker)}.alert--error{color:#a93226;background:#fdecea;border:1px solid #e74c3c}.gb-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.gb-card{background:var(--groen);aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden}a.gb-card,a.gb-card:hover{color:#fff;text-decoration:none;display:block}.gb-card__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gb-card__stars{z-index:2;color:var(--geel);text-shadow:0 1px 4px #0000008c;margin:0;font-size:1.1rem;position:absolute;top:.6rem;left:.9rem}.gb-card__title{margin:0 0 .4rem;font-size:.98rem;font-weight:600;line-height:1.35}a.gb-card .gb-card__reveal{padding-top:.35rem}a.gb-card .gb-card__title{line-height:1.25}.gb-card__reveal{z-index:3;color:#fff;background:#2c3a2fc7;max-height:100%;padding:.6rem 1.1rem 1rem;transition:transform .35s,background .25s;position:absolute;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(calc(100% - 2rem))}.gb-card__text{margin:0 0 .5rem;font-size:.9rem;line-height:1.55}.gb-card__meta{opacity:.8;margin:0;font-size:.8rem}@media (hover:hover){.gb-card:hover .gb-card__reveal,.gb-card:focus .gb-card__reveal,.gb-card:focus-within .gb-card__reveal{background:#2c3a2feb;overflow-y:auto;transform:translateY(0)}}@media (hover:none){.gb-card{aspect-ratio:auto}.gb-card__img{aspect-ratio:4/3;height:auto;position:relative}.gb-card__reveal{max-height:none;position:static;transform:none}}.gb-card--noimg{aspect-ratio:auto;background:var(--groen-donker)}.gb-card--noimg .gb-card__reveal{max-height:none;position:static;transform:none}.gb-card--noimg .gb-card__stars{text-shadow:none;padding:1rem 1.1rem 0;position:static}.gb-cta{align-items:center;gap:var(--space-xl);flex-wrap:wrap;display:flex}.gb-cta__col{flex:1;min-width:200px}.gb-cta__lead{margin-bottom:var(--space-md);font-size:1.1rem}.gb-cta__counter{background:var(--groen);min-width:200px;color:var(--wit);padding:var(--space-lg);border-radius:12px;flex:1}.gb-cta__count{font-size:3.5rem;font-weight:700;font-family:var(--font-primary);margin:0}.gb-cta__sub{opacity:.8;margin:0}.stories-layout{gap:var(--space-lg);grid-template-columns:1fr 300px;align-items:start;display:grid}.womo-stories-listing>h1{margin-bottom:var(--space-md)}.womo-stories-listing .womo-story-card-item:first-child{padding-top:0}.gb-card__meta a{color:inherit;text-underline-offset:2px;text-decoration:underline}.article{max-width:var(--max-wide);margin-inline:auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,2rem)}.article__hero{margin-bottom:var(--space-lg)}.article__hero img{object-fit:cover;border-radius:14px;width:100%;max-height:500px}.article__byline{color:var(--grijs);margin-top:.5rem}.article__body{margin-top:var(--space-md)}.article__back,.dw-detail>*+*{margin-top:var(--space-lg)}.dw-location{color:var(--grijs)}.dw-location__note{font-size:.85rem}.dw-tags{flex-wrap:wrap;gap:.5rem;display:flex}.dw-tag{background:var(--groen-licht);color:var(--groen-donker);border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.8rem;font-weight:600}.dw-map{background:var(--groen-licht);border-radius:12px;height:320px}.dw-detail__head{flex-direction:column;gap:.6rem;display:flex}.dw-detail__meta{color:var(--grijs);flex-wrap:wrap;align-items:center;gap:.35rem 1.25rem;display:flex}.dw-detail__rating{color:var(--donker);font-weight:600}.dw-detail__rating>span[aria-hidden]{color:var(--geel)}.dw-detail__rating-count{color:var(--grijs);font-weight:400}.dw-hero{grid-template-columns:4fr 3fr;gap:0;height:clamp(300px,40vw,480px);display:grid}.dw-hero--solo{grid-template-columns:1fr}.dw-hero__photo,.dw-hero__map{background:var(--groen-licht);margin:0;position:relative;overflow:hidden}.dw-hero__photo{border-radius:12px 0 0 12px}.dw-hero__map{border-radius:0 12px 12px 0}.dw-hero--solo .dw-hero__photo,.dw-hero--solo .dw-hero__map{border-radius:12px}.dw-hero__photo img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;display:block}.dw-hero__map .dw-map{border-radius:0;height:100%}.dw-hero__action{z-index:1000;flex-direction:column;align-items:flex-start;gap:.5rem;display:flex;position:absolute;bottom:.6rem;left:.6rem;right:.6rem}.dw-hero__action .btn{box-shadow:0 4px 14px #0000004d}.dw-thumbs{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.5rem;margin-top:.6rem;display:grid}.dw-thumbs__img{aspect-ratio:3/2;object-fit:cover;cursor:zoom-in;border-radius:8px;width:100%;display:block}.dw-note{color:var(--grijs);margin:0}.dw-note--sm{font-size:.85rem}.dw-actions{flex-wrap:wrap;gap:.6rem;display:flex}.kaart-map{background:var(--groen-licht);height:clamp(420px,70vh,760px);margin-top:var(--space-md);border-radius:12px}.kaart-cluster-label{box-shadow:none;color:#fff;pointer-events:none;background:0 0;border:0;font-size:.8rem;font-weight:700}.kaart-cluster-label:before{display:none}.kaart-breakdown{margin-top:var(--space-lg)}.kaart-breakdown__title{margin-bottom:var(--space-sm);font-size:1.2rem}.kaart-breakdown__list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.4rem .75rem;margin:0;padding:0;list-style:none;display:grid}.kaart-breakdown__item{background:var(--groen-licht);border-radius:8px;justify-content:space-between;gap:1rem;padding:.5rem .75rem;display:flex}.kaart-breakdown__count{color:var(--groen-donker);font-weight:700}.kaart-breakdown__flag{font-size:1.05em}.dw-index-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.dw-filters{background:var(--groen-licht);padding:var(--space-md);margin-bottom:var(--space-lg);border-radius:12px;gap:.75rem;display:grid}.dw-filters__row{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.dw-field{gap:.25rem;display:grid}.dw-field--grow{flex:240px}.dw-field__label{color:var(--groen-donker);font-size:.8rem;font-weight:600}.dw-field__input{border:1px solid var(--grijs-rand);background:var(--wit);font:inherit;border-radius:8px;padding:.55rem .7rem}.dw-facilities{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;display:flex}.dw-facility{align-items:center;gap:.35rem;font-size:.9rem;display:inline-flex}.dw-filters__actions{gap:.5rem;display:flex}.dw-filters__note{color:var(--grijs);margin:0;font-size:.85rem}.dw-pagination{margin-top:var(--space-lg);justify-content:center;align-items:center;gap:1rem;display:flex}.dw-page{border:2px solid var(--groen);border-radius:var(--radius-pill);color:var(--groen);padding:.5rem 1rem;font-weight:600}.dw-page:hover{background:var(--groen);color:#fff;text-decoration:none}.dw-page.is-disabled{border-color:var(--grijs-rand);color:var(--grijs)}.dw-page__info{color:var(--grijs);font-size:.9rem}.dw-dialog{border:0;border-radius:14px;width:min(92vw,520px);max-height:90vh;margin:auto;padding:0;position:fixed;inset:0;overflow:auto;box-shadow:0 12px 48px #00000040}.dw-dialog::backdrop{background:#00000073}.dw-dialog__form{padding:var(--space-lg);gap:.85rem;display:grid}.dw-dialog__pad{padding:var(--space-lg)}.form-subhead{font-family:var(--font-primary);margin:.5rem 0 0;font-size:1.05rem;font-weight:600}.form-trigger{display:flex}.form-trigger--midden{justify-content:center}.form-trigger--rechts{justify-content:flex-end}.form-trigger--full>.btn{text-align:center;flex:100%}.dw-dialog__title{margin:0;font-size:1.25rem}.dw-dialog__row{flex-wrap:wrap;gap:.75rem;display:flex}.dw-dialog__row .dw-field{flex:120px}.dw-dialog__errors{color:#b00020;margin:0;padding-left:1.1rem;font-size:.85rem}.dw-dialog__actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.dw-dialog__note{background:var(--geel);color:var(--donker);border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.85rem}.acceptance-banner{color:#fff;text-align:center;background:#b45309;padding:.45rem 1rem;font-size:.85rem;font-weight:600}.wordlid-card{background:var(--groen-licht);max-width:560px;padding:var(--space-lg);gap:var(--space-md);border-radius:14px;display:grid}.wordlid-price{align-items:baseline;gap:.5rem;margin:0;display:flex}.wordlid-price__amount{color:var(--groen-donker);font-size:2.2rem;font-weight:800}.wordlid-price__period{color:var(--grijs)}.wordlid-blurb{line-height:1.6}.wordlid-cta{flex-wrap:wrap;gap:.5rem;display:flex}.wordlid-form{background:var(--wit);padding:var(--space-md);border-radius:10px;max-width:420px}.wordlid-form__title{margin:0 0 .5rem;font-size:1.1rem}.wordlid-note{margin:0}.auth-dialog__links{flex-direction:column;align-items:flex-start;gap:.4rem;margin-top:.25rem;display:flex}.auth-dialog__switch{color:var(--groen);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.auth-dialog__switch:hover{color:var(--groen-donker)}.dw-about{padding:var(--space-lg);background:var(--groen-licht);border-radius:12px}.dw-about__title{margin-bottom:var(--space-sm);font-size:1.3rem}.dw-specs{margin-top:var(--space-md);color:var(--grijs);flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9rem;display:flex}.dw-reviews__head{margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.dw-review{border:1px solid var(--grijs-rand);padding:var(--space-md);border-radius:10px}.dw-review+.dw-review{margin-top:var(--space-md)}.dw-review__head{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.dw-review__stars{color:var(--geel);font-size:1.1rem}.dw-review__date{color:var(--grijs);font-size:.85rem}@media (width<=900px){.dw-hero{grid-template-columns:1fr;height:auto}.dw-hero__photo{aspect-ratio:16/10;border-radius:12px 12px 0 0}.dw-hero__map{border-radius:0 0 12px 12px;height:280px}}@media (width<=768px){.stories-layout,.gb-grid{grid-template-columns:1fr}}.profile-section{margin-block:var(--space-xl)}.profile-heading{margin-bottom:var(--space-md);font-size:1.25rem}.profile-card{justify-content:space-between;align-items:center;gap:var(--space-md);border:1px solid var(--grijs-rand);padding:var(--space-md);margin-bottom:var(--space-md);border-radius:12px;display:flex}.profile-card--stack{flex-direction:column;align-items:stretch}.profile-badge{border-radius:var(--radius-pill);background:var(--groen);color:var(--wit);margin-left:.5rem;padding:.15rem .6rem;font-size:.8rem;display:inline-block}.profile-muted{color:var(--grijs);margin:.25rem 0 0}.profile-avatar{object-fit:cover;border-radius:50%;width:96px;height:96px}.profile-fieldset{border:1px solid var(--grijs-rand);padding:var(--space-md);border-radius:10px;flex-direction:column;gap:.9rem;display:flex}.profile-actions{gap:.75rem;display:flex}form+.profile-actions{margin-top:1.25rem}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.9rem;display:grid}.profile-add{margin-top:var(--space-md)}.profile-add summary{list-style:none;display:inline-block}.profile-add[open] summary{margin-bottom:var(--space-md)}.profile-add>.form-stack{border:1px solid var(--grijs-rand);padding:var(--space-md);border-radius:12px}.auth-wrap{padding-block:var(--space-xl);justify-content:center;display:flex}.auth-card{background:var(--groen-licht);padding:var(--space-xl);border-radius:14px;width:100%;max-width:440px}.auth-title{margin-bottom:var(--space-md);font-size:1.6rem}.auth-intro{color:var(--grijs);margin-bottom:var(--space-lg)}.auth-links{margin-top:var(--space-lg);flex-direction:column;gap:.5rem;display:flex}.auth-links a{color:var(--groen-donker)}.auth-check{align-items:center;gap:.5rem;display:flex}.auth-card .btn{width:100%}.auth-divider{border:0;border-top:1px solid var(--grijs-rand);margin:var(--space-lg) 0}.auth-brand{margin-bottom:var(--space-lg);text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex}.auth-brand__logo{border-radius:50%;width:72px;height:72px}.auth-brand__name{color:var(--grijs);letter-spacing:.02em;font-size:.85rem;font-weight:600}.profile-subheading{margin:var(--space-md) 0 .4rem;font-size:1rem}.profile-qr{padding:var(--space-md);background:var(--wit);margin-bottom:var(--space-md);border-radius:12px;display:inline-block}.profile-recovery{padding:var(--space-md);margin:0 0 var(--space-md);background:var(--wit);border:1px solid var(--grijs-rand);columns:2;border-radius:10px;font-family:monospace;list-style:none}.twofa-setup{gap:var(--space-md);flex-direction:column;align-items:flex-start;display:flex}.twofa-setup__logout{margin-top:var(--space-md)}.popup-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;animation:.15s popup-fade;display:flex;position:fixed;inset:0}.popup-overlay.is-closing{opacity:0;transition:opacity .15s}.popup-card{background:var(--wit);padding:var(--space-xl);text-align:center;border-radius:16px;width:100%;max-width:420px;animation:.18s popup-pop;box-shadow:0 12px 40px #0003}.popup-icon{width:64px;height:64px;margin:0 auto var(--space-md);border-radius:50%;place-items:center;display:grid}.popup-icon svg{width:34px;height:34px}.popup-card--success .popup-icon{background:var(--groen-licht);color:var(--groen)}.popup-card--error .popup-icon{color:#c0392b;background:#fdecea}.popup-card--info .popup-icon{background:var(--licht);color:var(--donker)}.popup-title{margin-bottom:.4rem;font-size:1.3rem}.popup-message{color:var(--grijs);margin-bottom:var(--space-lg);line-height:1.6}.popup-card .popup-ok{min-width:120px}@keyframes popup-fade{0%{opacity:0}to{opacity:1}}@keyframes popup-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}body{flex-direction:column;min-height:100vh;display:flex}body>main{flex:1 0 auto}.site-footer{flex-shrink:0}.nav-menu{align-items:center;gap:1.5rem}.nav-menu a{letter-spacing:.02em;white-space:nowrap;font-size:.8rem}.nav-menu .nav-pill{background:var(--geel);color:var(--donker);border-radius:var(--radius-pill);padding:.4rem 1rem;font-weight:600}.nav-menu .nav-pill:hover{filter:brightness(.95)}.nav-edit{background:var(--licht);width:32px;height:32px;color:var(--donker);border-radius:50%;place-items:center;font-size:.95rem;line-height:1;display:inline-grid}.nav-edit:hover{background:var(--geel);color:var(--donker);text-decoration:none}.dw-card{background:var(--groen-licht);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 16px #00000012}.dw-card__media{display:block}.dw-card__img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;transition:transform .3s;display:block}.dw-card__media:hover .dw-card__img{transform:scale(1.04)}.dw-card__body{background:var(--groen-donker);color:#fff;padding:.7rem 1rem .85rem}.dw-card__media+.dw-card__body{background:#2c3a2fd1;position:absolute;bottom:0;left:0;right:0}.dw-card__title{margin-bottom:.2rem;font-size:1.05rem}.dw-card__title a{color:#fff}.dw-card__title a:hover{color:#fff;text-decoration:none}.dw-card__place{color:#ffffffd9;margin-bottom:.45rem;font-size:.85rem}.dw-card__tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem;display:flex}.dw-card__tag{color:#fff;border-radius:var(--radius-pill);background:#ffffff2e;padding:.15rem .55rem;font-size:.72rem;font-weight:600}.dw-card__footer{color:#ffffffd9;justify-content:flex-end;align-items:center;font-size:.82rem;display:flex}.owner-form{max-width:720px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.owner-form__actions{align-items:center;gap:1rem;display:flex}.link-muted{color:var(--grijs);font-size:.9rem}.owner-row{border:1px solid var(--grijs-rand);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.25rem 1.5rem;display:flex}.owner-row__title{margin:0;font-weight:600}.owner-row__sub{color:var(--grijs);margin:.25rem 0 0;font-size:.875rem}.owner-row__actions{align-items:center;gap:1rem;display:flex}.btn--sm{padding:.4rem 1.1rem;font-size:.875rem}.status-badge{border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.8rem;font-weight:600}.status-badge--ok{background:var(--groen-licht);color:var(--groen-donker)}.status-badge--pending{color:#7d6608;background:#fef9e7}.kaart-teaser{text-align:center}.owner-card{border:1px solid var(--grijs-rand);border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.owner-card .owner-row{border:0;border-bottom:1px solid var(--grijs-rand);border-radius:0;margin:0}.aanvraag-list{margin:0;padding:0;list-style:none}.aanvraag{border:1px solid var(--grijs-rand);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;padding:.85rem 1.25rem;display:flex}.aanvraag-list .aanvraag{border:0;border-top:1px solid var(--grijs-rand);border-radius:0;margin:0}.aanvraag-list .aanvraag:first-child{border-top:0}.aanvraag__info{flex:1;min-width:220px}.aanvraag__head{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;display:flex}.aanvraag__msg{color:var(--grijs);margin:.35rem 0 0;font-size:.9rem}.aanvraag__actions{gap:.5rem;display:flex}.aanvraag-empty{margin:0;padding:.85rem 1.5rem;font-size:.9rem}.impersonate-banner{background:var(--donker);color:var(--wit);text-align:center;padding:.45rem 1rem;font-size:.85rem}.impersonate-banner a{color:var(--geel);margin-left:.5rem;font-weight:600}.womo-lb{z-index:1000;background:#000000d9;justify-content:center;align-items:center;gap:1rem;padding:clamp(1rem,4vw,3rem);display:none;position:fixed;inset:0}.womo-lb.is-open{display:flex}.womo-lb__img{object-fit:contain;border-radius:8px;max-width:min(92vw,1200px);max-height:86vh;box-shadow:0 12px 48px #00000080}.womo-lb__nav,.womo-lb__close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:999px;line-height:1;transition:background .15s}.womo-lb__nav{flex:none;width:52px;height:52px;font-size:2rem}.womo-lb__nav:hover,.womo-lb__close:hover{background:#ffffff4d}.womo-lb__close{width:44px;height:44px;font-size:1.6rem;position:absolute;top:1.25rem;right:1.25rem}.womo-lb.is-single .womo-lb__nav{display:none}img.js-lightbox{cursor:zoom-in}body.womo-lb-open{overflow:hidden}.vb-block{border:1px solid var(--grijs-rand,#e5e7eb);border-radius:12px;margin-top:1.5rem;padding:1.25rem 1.5rem}.vb-block--note{background:var(--groen-licht,#eef3ee)}.vb-block h2{margin:0 0 .5rem;font-size:1.15rem}.vb-code{color:#e2e8f0;white-space:pre;background:#1e293b;border-radius:8px;margin:.6rem 0;padding:.9rem 1rem;font-size:.85rem;line-height:1.5;overflow-x:auto}.vb-result{border-left:3px solid var(--groen,#4a7c59);background:#fff;border-radius:4px;margin:.4rem 0;padding:.5rem .9rem}.vb-block code{background:#f1f5f9;border-radius:4px;padding:.1rem .35rem;font-size:.9em}:root{--groen:#5e7c5b;--groen-donker:#2c3a2f;--groen-licht:#edf2ec;--geel:#e8a30e;--wit:#fff;--licht:#f7f6f3;--donker:#0d141a;--grijs:#6a6a6a;--grijs-rand:#e0e0e0;--font-primary:"Outfit", sans-serif;--font-secondary:"Inter", system-ui, sans-serif;--max-wide:1180px;--max-content:780px;--header-h:68px;--radius:6px;--radius-pill:50px;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-secondary);color:var(--donker);background:var(--wit);line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--groen);text-decoration:none;transition:color .15s}a:hover{color:var(--groen-donker);text-decoration:underline}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:2000;background:var(--groen-donker);color:#fff;border-radius:0 0 var(--radius) 0;padding:.6rem 1rem;transition:transform .15s;position:absolute;top:0;left:0;transform:translateY(-120%)}.skip-link:focus{color:#fff;text-decoration:none;transform:translateY(0)}:focus-visible{outline:3px solid var(--geel);outline-offset:2px}h1,h2,h3,h4,h5{font-family:var(--font-primary);color:var(--donker);font-weight:600;line-height:1.15}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.1rem,2.5vw,1.4rem)}p{margin-bottom:1.2rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--max-wide);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.site-header{z-index:1000;height:var(--header-h);background:var(--wit);transition:height .25s,box-shadow .25s;position:sticky;top:0;box-shadow:0 1px #00000012}.site-header.is-scrolled{height:52px;box-shadow:0 2px 12px #0000001a}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:100%;padding-inline:clamp(1rem,4vw,2.5rem);display:grid}.site-header__logo{justify-self:start}.site-header__inner>nav{justify-self:center}.site-header__account{justify-self:end}.site-header__logo{font-family:var(--font-primary);color:var(--donker);letter-spacing:.02em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:600;display:inline-flex}.site-header__logo-img{border-radius:50%;width:2.25rem;height:2.25rem}.site-header__logo:hover{color:var(--groen);text-decoration:none}.nav-menu{gap:2.25rem;list-style:none;display:flex}.nav-menu a{font-family:var(--font-secondary);color:var(--donker);letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:500}.nav-menu a:hover{color:var(--groen);text-decoration:none}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.site-header__toggle span{background:var(--donker);border-radius:2px;width:22px;height:2px;display:block}.site-header__account{align-items:center;display:flex}.account-dd__login{font-family:var(--font-secondary);color:var(--donker);letter-spacing:.04em;text-transform:uppercase;font-size:.875rem;font-weight:500}.account-dd__login:hover{color:var(--groen);text-decoration:none}.womo-story-card-item{border-bottom:1px solid var(--grijs-rand);grid-template-columns:40% 1fr;align-items:center;gap:2.5rem;padding-block:2.5rem;display:grid;position:relative}.stretched-link:after{content:"";z-index:1;position:absolute;inset:0}.womo-story-card-item:last-child{border-bottom:none;padding-bottom:0}.womo-story-card-item__foto img{aspect-ratio:4/3;object-fit:cover;border-radius:10px;width:100%}.womo-story-card-item__tekst h2{margin-bottom:.5rem;font-size:clamp(1.2rem,2.5vw,1.5rem)}.womo-story-card-item__tekst h2 a{color:var(--donker)}.womo-story-card-item__tekst h2 a:hover{color:var(--groen)}.womo-intro{color:var(--grijs);margin-bottom:.75rem;font-size:.95rem}.womo-sidebar__title{font-family:var(--font-primary);margin-bottom:1.25rem;font-size:1.1rem}.site-footer{background:var(--groen-donker);color:#fffc}.site-footer__inner{max-width:var(--max-wide);grid-template-columns:1.4fr 1fr 1.6fr;gap:4rem;margin-inline:auto;padding:5rem clamp(1rem,4vw,2rem) 4rem;display:grid}.site-footer__contact-heading{font-family:var(--font-primary);color:var(--wit);margin-bottom:1.5rem;font-size:1.4rem;font-weight:600}.footer-links{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;list-style:none;display:flex}.footer-links a{color:#ffffffb3;font-size:.9rem}.footer-links a:hover{color:var(--wit);text-decoration:none}.site-footer__meta-label{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.3rem;font-size:.7rem;font-weight:600;display:block}.site-footer__meta-value{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;display:block}.site-footer__meta-value a{color:inherit}.site-footer__nieuwsbrief-label{color:var(--wit);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.site-footer__form{flex-direction:column;gap:.75rem;display:flex}.site-footer__input{border-radius:var(--radius-pill);width:100%;color:var(--wit);background:#ffffff1f;border:none;outline:none;padding:.7rem 1.1rem;font-size:.9rem}.site-footer__input::placeholder{color:#fff6}.site-footer__submit{background:var(--groen);color:var(--wit);border-radius:var(--radius-pill);cursor:pointer;border:none;align-self:flex-start;padding:.65rem 1.75rem;font-size:.9rem;font-weight:600}.site-footer__submit:hover{background:#4a6848}.site-footer__bottom{color:#ffffff59;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.25rem;padding:1.5rem;font-size:.8rem;display:flex}.site-footer__legal{gap:1rem;display:flex}.site-footer__legal a{color:#ffffff8c}.site-footer__legal a:hover{color:#fff}@media (width<=900px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}.womo-story-card-item{grid-template-columns:1fr}}@media (width<=640px){.site-footer__inner{grid-template-columns:1fr;gap:2rem}.site-header__inner{display:flex}.nav-menu{display:none}.site-header__toggle{order:3;display:flex}.site-header__logo{margin-right:auto}.site-header__account{order:2}.nav-menu.is-open{inset:var(--header-h) 0 0 0;background:var(--wit);z-index:1500;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:fixed;overflow-y:auto}}.account-dd{position:relative}.account-dd__btn{cursor:pointer;align-items:center;gap:.5rem;list-style:none;display:flex}.account-dd__btn::-webkit-details-marker{display:none}.account-dd__avatar{background:var(--groen);width:32px;height:32px;color:var(--wit);border-radius:50%;place-items:center;font-size:.85rem;font-weight:600;display:grid}.account-dd__name{color:var(--donker);font-size:.875rem;font-weight:500}.account-dd__menu{background:var(--wit);border:1px solid var(--grijs-rand);z-index:50;border-radius:10px;min-width:190px;padding:.4rem;list-style:none;display:none;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #0000001f}.account-dd[open] .account-dd__menu{display:block}.account-dd__menu li{margin:0}.account-dd__menu a,.account-dd__logout{text-align:left;width:100%;color:var(--donker);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;display:block}.account-dd__menu a:hover,.account-dd__logout:hover{background:var(--licht);text-decoration:none}
