:root{--cream:#f7f3eb;--paper:#fffdf8;--ink:#253027;--muted:#687267;--olive:#526545;--olive-dark:#33412f;--terracotta:#b76646;--line:#ded9cf;--sand:#ece4d7;--radius:22px;--shadow:0 16px 40px rgba(44,51,42,.10);--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--serif:Georgia,Cambria,"Times New Roman",serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.65}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}.screen-reader-text,.hor-skip-link{position:absolute;left:-9999px}.hor-skip-link:focus{left:16px;top:16px;z-index:9999;background:white;padding:12px 16px}.hor-container{width:min(1180px,calc(100% - 36px));margin:auto}.hor-site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(82,101,69,.12)}.hor-header-inner{height:78px;display:flex;align-items:center;gap:24px}.hor-brand{margin-right:auto}.custom-logo,.hor-brand-image img{max-height:52px;width:auto}.hor-wordmark,.hor-footer-brand{font-family:var(--serif);font-weight:700;font-size:25px}.hor-wordmark span,.hor-footer-brand span{color:var(--terracotta);font-style:italic}.hor-nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:24px;font-size:14px;font-weight:700}.hor-nav-list a{padding:28px 0;display:block}.hor-nav-list a:hover{color:var(--terracotta)}.hor-menu-toggle{display:none}.hor-search-toggle,.hor-menu-toggle{border:0;background:var(--cream);border-radius:999px;min-width:42px;height:42px;padding:0 14px;cursor:pointer;color:var(--ink);font-weight:700}.hor-search-panel{border-top:1px solid var(--line);padding:16px 0;background:white}.hor-search-panel .search-form{display:flex;gap:10px}.hor-search-panel input,.hor-empty input{flex:1;padding:13px 15px;border:1px solid var(--line);border-radius:12px}.hor-search-panel button,.hor-empty button{padding:13px 20px;background:var(--olive);color:white;border:0;border-radius:12px}.hor-home-hero,.hor-page-hero,.hor-article-hero{background:linear-gradient(130deg,var(--olive-dark),#728260);background-size:cover;background-position:center;color:white}.hor-home-hero{min-height:610px;display:grid;align-items:center}.hor-home-hero-inner{padding:90px 0;max-width:1180px}.hor-home-hero-inner>*{max-width:760px}.hor-eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--terracotta)}.hor-home-hero .hor-eyebrow,.hor-page-hero .hor-eyebrow,.hor-article-hero .hor-eyebrow,.hor-section-dark .hor-eyebrow{color:#f0b69e}.hor-home-hero h1,.hor-page-hero h1,.hor-article-hero h1{font-family:var(--serif);font-size:clamp(44px,6vw,78px);line-height:1.02;letter-spacing:-.035em;margin:0 0 20px;max-width:900px}.hor-home-intro,.hor-lead,.hor-article-deck{font-size:19px;max-width:760px;color:rgba(255,255,255,.90)}.hor-hero-search{display:flex;max-width:700px;background:white;padding:7px;border-radius:15px;margin:28px 0 18px;box-shadow:var(--shadow)}.hor-hero-search input{flex:1;border:0;padding:13px 15px;min-width:0;outline:none}.hor-hero-search button{background:var(--terracotta);border:0;color:white;border-radius:11px;padding:0 24px;font-weight:800;cursor:pointer}.hor-hero-feature{font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px}.hor-section{padding:84px 0}.hor-section-soft{background:var(--cream)}.hor-section-dark{background:var(--olive-dark);color:white}.hor-section-heading{max-width:720px;margin-bottom:34px}.hor-section-heading h2,.hor-split-heading h2,.hor-story-strip h2,.hor-support-box h2{font-family:var(--serif);font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.025em;margin:0 0 12px}.hor-section-heading p:last-child,.hor-split-heading p,.hor-story-strip p{color:var(--muted)}.hor-section-dark p{color:rgba(255,255,255,.75)}.hor-destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hor-destination-tile{min-height:310px;border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,#78886d,#42523b);background-size:cover;background-position:center;color:white;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:.25s transform}.hor-destination-tile:hover{transform:translateY(-4px)}.hor-destination-count{position:absolute;top:18px;right:18px;background:rgba(255,255,255,.88);color:var(--ink);font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px}.hor-destination-title{font-family:var(--serif);font-size:34px;font-weight:700}.hor-destination-copy{opacity:.86}.hor-pill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hor-pill-grid a{padding:19px 20px;border-radius:15px;background:white;border:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;align-items:center}.hor-pill-grid span{font-size:13px;color:var(--muted)}.hor-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hor-card-grid-4{grid-template-columns:repeat(4,1fr)}.hor-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(41,49,39,.06);display:flex;flex-direction:column}.hor-card-media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--sand)}.hor-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hor-card:hover .hor-card-media img{transform:scale(1.035)}.hor-card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--sand),#d6dbc9)}.hor-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.hor-card-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--terracotta)}.hor-card-meta span{color:var(--muted)}.hor-card h3{font-family:var(--serif);font-size:25px;line-height:1.18;margin:12px 0 10px}.hor-card p{font-size:14px;color:var(--muted);margin:0 0 18px}.hor-text-link{margin-top:auto;font-size:14px;font-weight:800;color:var(--olive)}.hor-split-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.hor-button{display:inline-flex;align-items:center;justify-content:center;background:var(--terracotta);color:white;border-radius:999px;padding:13px 20px;font-weight:800;font-size:14px}.hor-button-outline{background:transparent;color:var(--olive);border:1px solid var(--olive)}.hor-button-light{background:white;color:var(--olive-dark)}.hor-map{height:480px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#dfe5d8}.hor-map-large{height:540px}.hor-map-popup{display:grid;gap:5px;min-width:180px}.hor-map-popup img{width:100%;height:90px;object-fit:cover;border-radius:8px}.hor-map-popup strong{font-size:14px}.hor-map-popup span{font-size:11px;color:#666}.hor-map-popup a{color:var(--terracotta);font-weight:700}.hor-story-strip{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.hor-story-strip .hor-button{margin-top:12px}.hor-page-hero{min-height:450px;display:grid;align-items:end;padding:80px 0 60px;background-position:center}.hor-page-hero-simple{background:var(--cream);color:var(--ink);min-height:330px;align-items:center}.hor-page-hero-simple .hor-eyebrow{color:var(--terracotta)}.hor-page-hero-simple .hor-lead{color:var(--muted)}.hor-hero-copy{padding-bottom:20px}.hor-hero-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hor-hero-stats span{background:rgba(255,255,255,.14);backdrop-filter:blur(8px);padding:9px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:13px}.hor-article-hero{min-height:610px;display:grid;align-items:end;background-position:center}.hor-article-hero-inner{padding:110px 0 62px}.hor-breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;font-size:13px;margin-bottom:22px;opacity:.85}.hor-article-hero h1{max-width:950px;font-size:clamp(42px,5vw,68px)}.hor-article-deck{max-width:820px}.hor-article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hor-article-meta span{font-size:12px;font-weight:700;padding:9px 11px;border-radius:999px;background:rgba(255,255,255,.14)}.hor-article-layout{display:grid;grid-template-columns:250px minmax(0,780px);gap:70px;justify-content:center;padding-top:70px;padding-bottom:90px}.hor-article-sidebar{position:relative}.hor-toc-card,.hor-side-card{position:sticky;top:108px;background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:18px}.hor-side-card{position:static;margin-top:16px}.hor-toc-card nav{display:grid;margin-top:10px}.hor-toc-card a{font-size:13px;padding:7px 0;border-top:1px solid rgba(82,101,69,.12)}.hor-toc-card a.is-sub{padding-left:12px;color:var(--muted)}.hor-chip-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.hor-chip-list a{font-size:11px;background:white;border:1px solid var(--line);padding:6px 9px;border-radius:999px}.hor-entry-content{font-size:18px}.hor-entry-content>p:first-child{font-size:21px;line-height:1.7}.hor-entry-content h2{font-family:var(--serif);font-size:38px;line-height:1.12;margin:58px 0 16px;scroll-margin-top:110px}.hor-entry-content h3{font-family:var(--serif);font-size:27px;margin:38px 0 12px;scroll-margin-top:110px}.hor-entry-content a{text-decoration:underline;text-decoration-color:var(--terracotta);text-underline-offset:3px}.hor-entry-content figure{margin:34px 0}.hor-entry-content .wp-block-gallery{gap:12px}.hor-entry-content img{border-radius:15px}.hor-entry-content blockquote{margin:34px 0;padding:20px 26px;border-left:4px solid var(--terracotta);background:var(--cream);font-family:var(--serif);font-size:21px}.hor-article-map-section{margin-top:70px}.hor-support-box{display:flex;justify-content:space-between;align-items:center;gap:24px;background:var(--olive-dark);color:white;border-radius:var(--radius);padding:34px;margin-top:60px}.hor-support-box h2{font-size:34px}.hor-support-box p{color:rgba(255,255,255,.75);margin-bottom:0}.hor-site-footer{background:#222b22;color:white;padding:64px 0 24px}.hor-footer-grid{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:60px}.hor-site-footer p{color:rgba(255,255,255,.68);max-width:390px}.hor-site-footer h2{font-size:15px;text-transform:uppercase;letter-spacing:.12em}.hor-footer-menu,.hor-footer-menu .sub-menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}.hor-footer-menu .sub-menu{display:none}.hor-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:40px;font-size:12px;color:rgba(255,255,255,.5)}.pagination .nav-links{display:flex;gap:8px;justify-content:center;margin-top:40px}.pagination a,.pagination span{padding:9px 13px;border:1px solid var(--line);border-radius:10px}.pagination .current{background:var(--olive);color:white}.hor-empty{max-width:700px;margin:auto;text-align:center;padding:50px 0}.hor-empty .search-form{display:flex;gap:10px;margin-top:24px}
@media(max-width:1000px){.hor-primary-nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:14px 18px}.hor-primary-nav.is-open{display:block}.hor-nav-list{display:grid;gap:0}.hor-nav-list a{padding:12px 0}.hor-menu-toggle{display:block}.hor-destination-grid,.hor-card-grid{grid-template-columns:repeat(2,1fr)}.hor-card-grid-4{grid-template-columns:repeat(2,1fr)}.hor-pill-grid{grid-template-columns:repeat(2,1fr)}.hor-article-layout{grid-template-columns:1fr;gap:30px}.hor-article-sidebar{order:0}.hor-toc-card{position:static}.hor-story-strip{grid-template-columns:1fr;gap:20px}.hor-footer-grid{grid-template-columns:1fr 1fr}.hor-footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:650px){.hor-container{width:min(100% - 24px,1180px)}.hor-site-header .hor-header-inner{height:66px}.hor-primary-nav{top:66px}.hor-search-toggle{display:none}.hor-home-hero{min-height:570px}.hor-home-hero-inner{padding:70px 0}.hor-home-hero h1,.hor-page-hero h1,.hor-article-hero h1{font-size:42px}.hor-home-intro,.hor-lead,.hor-article-deck{font-size:17px}.hor-hero-search{display:grid}.hor-hero-search button{padding:12px}.hor-section{padding:58px 0}.hor-destination-grid,.hor-card-grid,.hor-card-grid-4,.hor-pill-grid{grid-template-columns:1fr}.hor-destination-tile{min-height:250px}.hor-split-heading{display:block}.hor-split-heading .hor-button{margin-top:14px}.hor-map,.hor-map-large{height:400px}.hor-page-hero{min-height:400px;padding:60px 0 35px}.hor-article-hero{min-height:520px}.hor-article-hero-inner{padding:90px 0 40px}.hor-article-layout{padding-top:38px;gap:22px}.hor-entry-content{font-size:17px}.hor-entry-content h2{font-size:32px}.hor-support-box{display:grid}.hor-footer-grid{grid-template-columns:1fr}.hor-footer-grid>div:first-child{grid-column:auto}}

/* Hellinga op reis 2.0 — aanvullingen definitieve versie */
body{overflow-x:hidden}.hor-site-header{box-shadow:0 2px 18px rgba(44,51,42,.035)}
.hor-primary-nav .sub-menu{position:absolute;z-index:20;display:none;min-width:220px;list-style:none;margin:0;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
.hor-primary-nav li{position:relative}.hor-primary-nav li:hover>.sub-menu,.hor-primary-nav li:focus-within>.sub-menu{display:grid}.hor-primary-nav .sub-menu a{padding:9px 12px;border-radius:9px}.hor-primary-nav .sub-menu a:hover{background:var(--cream)}
.hor-search-form{display:flex;gap:10px;width:100%}.hor-search-form input{flex:1;min-width:0;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:white}.hor-search-form button{padding:13px 20px;background:var(--olive);color:white;border:0;border-radius:12px;font-weight:800;cursor:pointer}
.hor-destination-grid-compact .hor-destination-tile{min-height:240px}.hor-destination-grid-compact .hor-destination-title{font-size:30px}
.hor-social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.hor-social-links a{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}
.hor-footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.hor-page-content{max-width:820px}.hor-page-content>*:first-child{margin-top:0}
.hor-share-list{display:grid;gap:8px;margin-top:10px}.hor-share-list a{font-size:13px;padding:8px 10px;background:white;border:1px solid var(--line);border-radius:10px}.hor-share-list a:hover{border-color:var(--terracotta);color:var(--terracotta)}
.hor-booking-box{margin-top:64px;padding:30px;border-radius:var(--radius);background:linear-gradient(135deg,#f7f3eb,#fffdf8);border:1px solid var(--line);box-shadow:0 12px 32px rgba(44,51,42,.06)}.hor-booking-box .hor-section-heading{margin-bottom:20px}.hor-booking-box .hor-section-heading h2{font-size:36px}.hor-booking-cta{margin:22px 0 0}.hor-affiliate-note{font-size:12px;color:var(--muted);margin-top:14px}.hor-gyg-widget{min-height:160px}.hor-gyg-button{margin:10px 0}
.hor-entry-content ul,.hor-entry-content ol{padding-left:1.35em}.hor-entry-content li{margin:.45em 0}.hor-entry-content table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px}.hor-entry-content th,.hor-entry-content td{border:1px solid var(--line);padding:11px 12px;text-align:left}.hor-entry-content th{background:var(--cream)}.hor-entry-content figcaption{font-size:12px;color:var(--muted);margin-top:8px}.hor-entry-content .wp-block-button__link{background:var(--terracotta);color:white;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:800}.hor-entry-content .wp-block-separator{border-color:var(--line);margin:48px 0}.hor-entry-content .wp-block-cover{border-radius:var(--radius);overflow:hidden}
.hor-comments-wrap{max-width:780px}.hor-comments h2{font-family:var(--serif);font-size:34px}.hor-comments .comment-list{padding-left:20px}.hor-comments .comment-body{padding:18px 0;border-bottom:1px solid var(--line)}.hor-comments input,.hor-comments textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:white}.hor-comments .submit{width:auto;background:var(--terracotta);color:white;border:0;border-radius:999px;padding:12px 18px;font-weight:800}
.hor-article-main{min-width:0}.hor-entry-content iframe{max-width:100%}.hor-entry-content .wp-block-embed__wrapper{position:relative;max-width:100%}
.hor-card:focus-within,.hor-destination-tile:focus-visible,.hor-button:focus-visible,.hor-nav-list a:focus-visible{outline:3px solid rgba(183,102,70,.45);outline-offset:3px}
.hor-card h3 a:hover,.hor-text-link:hover{color:var(--terracotta)}.hor-button{transition:transform .18s ease,opacity .18s ease}.hor-button:hover{transform:translateY(-1px);opacity:.94}
@media(max-width:1000px){.hor-primary-nav .sub-menu{position:static;display:grid!important;box-shadow:none;border:0;padding:0 0 6px 14px;background:transparent}.hor-primary-nav .sub-menu a{padding:7px 0;color:var(--muted)}.hor-footer-bottom{display:grid}}
@media(max-width:650px){.hor-booking-box{padding:22px}.hor-booking-box .hor-section-heading h2{font-size:30px}.hor-search-form{display:grid}.hor-page-content{width:100%}.hor-share-card{display:none}}

/* GetYourGuide destination placement */
.hor-gyg-category-section{background:#fffdf8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hor-gyg-category-section .hor-gyg-widget{margin-top:8px}


/* v1.2 — uitgebreid menu + compacte fallback-headers */
main#main{margin:0!important;padding:0!important}
main#main>:first-child{margin-top:0!important}
.hor-home-hero,.hor-page-hero,.hor-article-hero{margin-top:0!important}
body.admin-bar .hor-site-header{top:32px}
.hor-nav-list{gap:20px}
.hor-nav-list>.menu-item-has-children>.hor-parent-link{display:flex;align-items:center;gap:5px}
.hor-nav-chevron{font-size:13px;line-height:1;transform:translateY(-1px);opacity:.62}
.hor-primary-nav .sub-menu{top:calc(100% - 8px)}
.hor-primary-nav .hor-menu-wide>.sub-menu{min-width:430px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 8px}
.hor-primary-nav .hor-menu-wide:hover>.sub-menu,.hor-primary-nav .hor-menu-wide:focus-within>.sub-menu{display:grid}
.hor-primary-nav .hor-submenu-all{grid-column:1/-1;border-bottom:1px solid var(--line);margin-bottom:5px;padding-bottom:5px}
.hor-primary-nav .hor-submenu-all a{font-weight:800;color:var(--terracotta)}
.hor-page-hero-simple{min-height:230px!important;padding:42px 0!important;background:linear-gradient(135deg,#f0eadf 0%,#fbf8f2 58%,#e8eee2 100%)!important;color:var(--ink)!important;align-items:center!important}
.hor-page-hero-simple h1{margin-bottom:8px!important}
.hor-page-hero-simple .hor-lead{color:var(--muted)!important;margin-bottom:0}
.hor-page-hero-simple .hor-hero-copy{padding-bottom:0}
.hor-page-hero-simple .hor-hero-stats span{background:rgba(255,255,255,.72);border-color:rgba(82,101,69,.16);color:var(--ink)}

@media(max-width:1120px){.hor-nav-list{gap:14px;font-size:13px}.hor-header-inner{gap:16px}.custom-logo,.hor-brand-image img{max-width:190px}}
@media(max-width:1000px){
  body.admin-bar .hor-site-header{top:32px}
  .hor-primary-nav .hor-menu-wide>.sub-menu{min-width:0;grid-template-columns:1fr}
  .hor-primary-nav .hor-submenu-all{grid-column:auto}
  .hor-nav-list>.menu-item-has-children>.hor-parent-link{justify-content:space-between}
  .hor-nav-chevron{margin-left:auto}
}
@media(max-width:782px){body.admin-bar .hor-site-header{top:46px}}
@media(max-width:650px){.hor-page-hero-simple{min-height:190px!important;padding:34px 0!important}}



/* v1.5 — hero cleanup: geen plugin/advertentieplaceholders in bestemmingskop */
.hor-page-hero .hor-lead{margin:0;max-width:760px}
.hor-page-hero .google-auto-placed,
.hor-page-hero ins.adsbygoogle,
.hor-page-hero [data-ad-client],
.hor-page-hero [id^="google_ads"],
.hor-page-hero [id^="aswift_"],
.hor-page-hero iframe[src*="googleads"],
.hor-page-hero iframe[src*="doubleclick"]{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
