*{box-sizing:border-box}html{scroll-behavior:smooth}body.jvd-site{margin:0;background:#fff;color:var(--jvd-ink,#17352f);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.jvd-site img{max-width:100%;display:block}.jvd-site a{color:inherit;text-decoration:none}.jvd-site button,.jvd-site input,.jvd-site select,.jvd-site textarea{font:inherit}.jvd-site button{cursor:pointer}.jvd-shell{width:100%;padding-left:var(--jvd-gutter,100px);padding-right:var(--jvd-gutter,100px);margin:0 auto}.jvd-skip{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;padding:12px 18px;border-radius:10px}.jvd-skip:focus{top:12px}.jvd-lock{overflow:hidden}.jvd-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;line-height:1;font-weight:800;letter-spacing:.14em;color:#55746e;text-transform:uppercase}.jvd-kicker:before{content:"";width:22px;height:2px;background:var(--jvd-accent,#ff7a59)}.jvd-kicker--light{color:#f7f4ec}.jvd-btn,.jvd-head-cta{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--jvd-primary,#123c35);color:#fff!important;border:0;border-radius:999px;padding:15px 22px;font-weight:760;transition:.22s ease}.jvd-btn:hover,.jvd-head-cta:hover{transform:translateY(-2px);background:#0d302b}.jvd-richtext{font-size:17px;color:#52645f}.jvd-richtext p{margin:0 0 18px}.jvd-richtext h2,.jvd-richtext h3{color:#17352f}.jvd-section{padding:92px 0}.jvd-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:50px;align-items:end;margin-bottom:38px}.jvd-section-head h2{font-size:clamp(34px,3.2vw,58px);letter-spacing:-.045em;line-height:1.02;margin:12px 0 0;font-weight:760;max-width:900px}.jvd-section-head>p{font-size:17px;color:#61716c;margin:0;max-width:570px}.jvd-section-head--split{display:flex;align-items:end;justify-content:space-between}.jvd-section-head--split>a{font-weight:750;border-bottom:1px solid #c7d1ce;padding-bottom:4px}
/* top + header */.jvd-topbar{height:34px;background:#123c35;color:#dbe9e5;font-size:12px}.jvd-topbar .jvd-shell{height:100%;display:flex;align-items:center;justify-content:space-between}.jvd-topbar a{display:inline-flex;padding:0 7px;border-left:1px solid rgba(255,255,255,.18);font-weight:800}.jvd-header{height:88px;background:rgba(255,255,255,.98);border-bottom:1px solid #e4e9e7;position:sticky;top:0;z-index:900;transition:.25s ease}.jvd-header.is-hidden{transform:translateY(-100%)}.jvd-header__row{height:100%;display:flex;align-items:center;gap:36px}.jvd-logo{width:252px;flex:0 0 auto}.jvd-logo img{width:100%;height:auto}.jvd-nav{margin-left:auto;height:100%;display:flex;align-items:center}.jvd-menu-item{height:100%;display:flex;align-items:center;position:relative}.jvd-menu-item>a{height:100%;display:flex;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:720;color:#253f39}.jvd-menu-item>a svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.8}.jvd-menu-item>a:after{content:"";position:absolute;left:14px;right:14px;bottom:23px;height:2px;background:#ff7a59;transform:scaleX(0);transform-origin:left;transition:.18s}.jvd-menu-item:hover>a:after,.jvd-menu-item:focus-within>a:after{transform:scaleX(1)}.jvd-mega{position:fixed;left:0;right:0;top:122px;background:#fff;border-top:1px solid #e6ece9;border-bottom:1px solid #dfe7e4;box-shadow:0 22px 38px rgba(13,45,40,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:850}.jvd-menu-item:hover .jvd-mega,.jvd-menu-item:focus-within .jvd-mega{opacity:1;visibility:visible;transform:none}.jvd-mega__inner{padding:32px 100px 36px;display:grid;grid-template-columns:300px 1fr;gap:50px}.jvd-mega__intro h3{font-size:27px;line-height:1.1;margin:10px 0}.jvd-mega__intro p{font-size:14px;color:#62736e}.jvd-mega__chips{display:flex;gap:7px;flex-wrap:wrap;margin:17px 0}.jvd-mega__chips span{background:#edf6f3;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.jvd-mega__cta{font-weight:800;font-size:13px}.jvd-mega__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 30px}.jvd-mega__col{display:flex;flex-direction:column;gap:7px}.jvd-mega__title{font-weight:820;font-size:16px;padding-bottom:8px;border-bottom:1px solid #e6ece9}.jvd-mega__col>a:not(.jvd-mega__title){font-size:13px;color:#536762;padding:3px 0}.jvd-head-actions{display:flex;align-items:center;gap:8px}.jvd-icon-btn{width:42px;height:42px;border:1px solid #dce5e2;border-radius:50%;display:grid;place-items:center;background:#fff}.jvd-icon-btn svg{width:19px;fill:none;stroke:#17352f;stroke-width:1.8}.jvd-head-cta{padding:12px 17px;font-size:13px}.jvd-menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:9px}.jvd-menu-toggle span{display:block;height:2px;background:#17352f;margin:5px 0;border-radius:3px}.jvd-plugin-head-actions{display:none}
/* hero */.jvd-home-hero{position:relative;min-height:570px;overflow:hidden;background:#123c35}.jvd-home-hero__media{position:absolute;inset:0}.jvd-home-hero__media img{width:100%;height:100%;object-fit:cover}.jvd-home-hero__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,43,38,.88) 0%,rgba(9,43,38,.62) 42%,rgba(9,43,38,.08) 72%),linear-gradient(0deg,rgba(8,35,32,.32),transparent 50%)}.jvd-home-hero__content{position:relative;z-index:2;min-height:570px;display:flex;align-items:center;justify-content:space-between;padding-top:42px;padding-bottom:90px}.jvd-home-hero__copy{max-width:760px;color:#fff}.jvd-home-hero h1{font-size:clamp(48px,5.2vw,86px);line-height:.95;letter-spacing:-.06em;font-weight:720;margin:18px 0 24px}.jvd-home-hero p{font-size:19px;line-height:1.55;color:#e7f0ed;max-width:620px}.jvd-home-hero__links{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.jvd-home-hero__links a{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);backdrop-filter:blur(8px);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:760}.jvd-home-hero__stamp{width:150px;height:150px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backdrop-filter:blur(6px);background:rgba(17,60,53,.14);transform:rotate(5deg)}.jvd-home-hero__stamp small{font-size:9px;letter-spacing:.16em}.jvd-home-hero__stamp strong{font-size:42px;line-height:1}.jvd-home-hero__stamp span{font-size:10px;max-width:90px}
/* native home filter */.pb5-widget-frontpage-filter-widget{position:relative;z-index:10;margin-top:-56px!important}.frontpage-filter,.homepage-filter,.sx-home-filter{margin-left:100px!important;margin-right:100px!important;border:0!important;border-radius:18px!important;box-shadow:0 24px 55px rgba(17,58,51,.16)!important;background:#fff!important}.frontpage-filter button,.homepage-filter button,.sx-home-filter button{background:#ff7a59!important;color:#fff!important;border-color:#ff7a59!important}.jvd-trust{padding:28px 0;border-bottom:1px solid #e6ece9}.jvd-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.jvd-trust__grid>div{display:flex;align-items:center;gap:13px;border-right:1px solid #e2e8e6;padding:4px 28px}.jvd-trust__grid>div:first-child{padding-left:0}.jvd-trust__grid>div:last-child{border:0}.jvd-trust__icon{width:38px;height:38px;border-radius:50%;background:#e9f5f1;display:grid;place-items:center;color:#123c35;font-weight:900}.jvd-trust p{margin:0;display:flex;flex-direction:column}.jvd-trust strong{font-size:13px}.jvd-trust small{font-size:11px;color:#73817d}
/* featured offers */.jvd-featured{background:#f4f7f5}.jvd-featured .jvd-section-head{display:flex;justify-content:space-between;align-items:end}.jvd-offer-grid,.jvd-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.jvd-card{position:relative;background:#fff;border:1px solid #dfe7e4;border-radius:18px;overflow:hidden;min-width:0;transition:.25s}.jvd-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(24,60,52,.10)}.jvd-card__media{height:auto;aspect-ratio:1.42;overflow:hidden;display:block;position:relative;background:#e7eeeb}.jvd-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.jvd-card:hover .jvd-card__media img{transform:scale(1.035)}.jvd-card__badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.94);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.jvd-card__heart{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:#17352f;display:grid;place-items:center;font-size:21px;z-index:3;box-shadow:0 4px 16px rgba(0,0,0,.12)}.jvd-card__body{padding:20px}.jvd-card__place{font-size:11px;font-weight:780;color:#6b7d77;text-transform:uppercase;letter-spacing:.06em}.jvd-card h3{font-size:21px;line-height:1.15;letter-spacing:-.025em;margin:8px 0 14px}.jvd-card__facts{display:flex;flex-wrap:wrap;gap:6px}.jvd-card__facts span{font-size:11px;padding:6px 8px;border-radius:7px;background:#f2f6f4;color:#536661}.jvd-card__foot{display:flex;align-items:end;justify-content:space-between;border-top:1px solid #edf0ef;margin-top:18px;padding-top:16px;gap:10px}.jvd-card__foot>div{display:flex;flex-direction:column}.jvd-card__foot small{font-size:10px;color:#71817d}.jvd-card__foot strong{font-size:19px}.jvd-card__foot>a{font-size:12px;font-weight:820;color:#123c35}
/* countries */.jvd-countries{background:#fff}.jvd-country-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.jvd-country{border-radius:20px;overflow:hidden;background:#123c35;color:#fff;position:relative;min-height:440px}.jvd-country figure{position:absolute;inset:0;margin:0}.jvd-country img{width:100%;height:100%;object-fit:cover;transition:.45s}.jvd-country figure span{position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,42,37,.85),rgba(9,42,37,.02) 70%)}.jvd-country>div{position:absolute;left:26px;right:26px;bottom:24px;display:flex;flex-direction:column}.jvd-country small{font-size:10px;letter-spacing:.14em;font-weight:800}.jvd-country strong{font-size:38px;letter-spacing:-.04em;line-height:1.05;margin:5px 0 18px}.jvd-country em{font-style:normal;font-size:13px;font-weight:800;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.35);padding-top:14px}.jvd-country:hover img{transform:scale(1.04)}
/* destinations */.jvd-destinations{background:#fbfaf7}.jvd-destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:280px;gap:16px}.jvd-destination{position:relative;border-radius:18px;overflow:hidden;color:#fff}.jvd-destination--large{grid-column:span 2}.jvd-destination img{width:100%;height:100%;object-fit:cover;transition:.4s}.jvd-destination__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,49,43,.82),transparent 70%)}.jvd-destination>div{position:absolute;left:20px;right:20px;bottom:18px;display:grid;grid-template-columns:1fr auto}.jvd-destination small{grid-column:1/-1;font-size:9px;font-weight:800;letter-spacing:.15em}.jvd-destination strong{font-size:25px;letter-spacing:-.03em}.jvd-destination em{font-style:normal;font-size:11px;align-self:end}.jvd-destination:hover img{transform:scale(1.04)}
/* editorial */.jvd-story{background:#123c35;color:#fff}.jvd-story__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.jvd-story__copy{max-width:650px}.jvd-story__copy h2{font-size:clamp(38px,4vw,64px);letter-spacing:-.05em;line-height:1.02;margin:14px 0 22px}.jvd-story .jvd-richtext{color:#d8e4e1}.jvd-story .jvd-btn{background:#ff7a59}.jvd-story__media{margin:0;position:relative}.jvd-story__media img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:18px}.jvd-story__media figcaption{position:absolute;right:16px;bottom:16px;background:#fff;color:#17352f;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800}
/* category */.jvd-breadcrumbs-wrap{background:#f5f8f6;border-bottom:1px solid #e4ebe8}.jvd-breadcrumbs,.jvd-product-breadcrumbs,.jvd-info-crumbs{min-height:48px;display:flex;align-items:center;gap:8px;font-size:11px;color:#6c7d78}.jvd-category-hero{background:#eaf4f1;padding:40px 0 36px;border-bottom:1px solid #dce9e5}.jvd-category-crumbs{font-size:11px;color:#687a75;display:flex;gap:8px;margin-bottom:28px}.jvd-category-hero__main{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.jvd-category-hero__copy h1{font-size:clamp(42px,4.2vw,68px);line-height:1;letter-spacing:-.055em;margin:10px 0 16px}.jvd-category-hero__copy p{font-size:16px;color:#566d67;max-width:760px;margin:0}.jvd-category-hero__count{border-left:1px solid #c8dad4;padding-left:28px;min-width:190px}.jvd-category-hero__count small{font-size:9px;letter-spacing:.13em;font-weight:800}.jvd-category-hero__count div{display:flex;align-items:baseline;gap:7px}.jvd-category-hero__count strong{font-size:38px}.jvd-category-hero__count p{font-size:10px}.jvd-category-hero__nav{margin-top:28px;padding-top:20px;border-top:1px solid #ccddd7;display:flex;gap:22px;align-items:center}.jvd-category-hero__nav>span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.jvd-category-hero__nav>div{display:flex;gap:7px;flex-wrap:wrap}.jvd-category-hero__nav a{background:#fff;border:1px solid #d5e1dd;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:760}.jvd-category-copy{padding:46px 0}.jvd-category-copy--bottom{padding-top:24px;padding-bottom:80px}.jvd-category-copy__inner{max-width:1050px}.jvd-category-copy h2{font-size:clamp(28px,3vw,44px);letter-spacing:-.04em;line-height:1.08;margin:10px 0 16px}.jvd-category-copy__body{font-size:17px;color:#566b65}.jvd-category-copy__body p{margin:0 0 14px}.jvd-category-copy__body h2,.jvd-category-copy__body h3{color:#17352f}.jvd-template-category-main{padding-top:12px!important;padding-bottom:42px!important}.jvd-template-category-main>.pb5-container,.jvd-template-product-main>.pb5-container,.jvd-template-product-info>.pb5-container{max-width:none!important;padding-left:100px!important;padding-right:100px!important}.jvd-template-category-main .pb5-columns{align-items:start}.jvd-filters{background:#fff;border:1px solid #dfe7e4;border-radius:15px;overflow:hidden;position:sticky;top:106px}.jvd-filters__head{padding:16px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8eeec}.jvd-filters__head strong{font-size:14px}.jvd-filters__head a{font-size:10px;font-weight:800;color:#7a8884}.jvd-filters__head button{display:none}.jvd-filter-group{border-bottom:1px solid #edf1f0}.jvd-filter-group>button{border:0;background:#fff;width:100%;padding:14px 16px;display:flex;justify-content:space-between;font-size:12px;font-weight:800}.jvd-filter-options{padding:0 16px 14px;display:grid;gap:8px}.jvd-filter-options label{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;font-size:11px;cursor:pointer}.jvd-filter-options input{display:none}.jvd-filter-options label>span{width:16px;height:16px;border:1px solid #bfcac6;border-radius:4px}.jvd-filter-options input:checked+span{background:#123c35;border-color:#123c35;box-shadow:inset 0 0 0 3px #fff}.jvd-filter-options b{font-weight:600}.jvd-filter-options small{color:#8b9793}.jvd-results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;min-height:42px}.jvd-results-toolbar strong{font-size:13px}.jvd-results-toolbar label{font-size:11px;color:#61716c}.jvd-results-toolbar select{border:1px solid #dce5e2;border-radius:9px;padding:8px 28px 8px 10px;background:#fff}.jvd-filter-open{display:none}.jvd-pagination{padding-top:32px;padding-bottom:10px}.jvd-pagination nav,.jvd-pagination ul{display:flex;gap:6px;justify-content:center;list-style:none}.jvd-pagination a,.jvd-pagination span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #dce5e2;border-radius:9px;background:#fff}.jvd-empty{background:#f5f8f6;border-radius:15px;padding:45px;text-align:center}
/* product */.jvd-template-product-main{padding-top:28px!important}.jvd-gallery__main{position:relative;border-radius:18px;overflow:hidden;background:#eef2f0;aspect-ratio:1.45}.jvd-gallery__main img{width:100%;height:100%;object-fit:cover}.jvd-gallery__main>span{position:absolute;left:15px;bottom:15px;background:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800}.jvd-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}.jvd-gallery__thumbs button{border:0;padding:0;border-radius:9px;overflow:hidden;aspect-ratio:1.35;background:#eee}.jvd-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.jvd-product-summary{padding:8px 0 0 28px}.jvd-product-summary h1{font-size:clamp(38px,3.8vw,58px);line-height:1;letter-spacing:-.05em;margin:13px 0 14px}.jvd-product-summary__location{font-size:13px;color:#657570}.jvd-product-summary__facts{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.jvd-product-summary__facts>span{border:1px solid #e0e7e5;border-radius:11px;padding:9px 10px;min-width:80px;display:flex;flex-direction:column}.jvd-product-summary__facts b{font-size:13px}.jvd-product-summary__facts small{font-size:9px;color:#7e8d89}.jvd-booking-box{border:1px solid #dce5e2;background:#f7f9f8;border-radius:16px;padding:18px}.jvd-product-summary__price{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:0 8px}.jvd-product-summary__price small{grid-column:1}.jvd-product-summary__price strong{grid-column:1;font-size:28px}.jvd-product-summary__price span{grid-column:2;grid-row:1/3;font-size:10px;color:#6e7d79;align-self:center}.jvd-product-summary__cta-row{display:flex;gap:9px;margin-top:16px}.jvd-product-summary__action{flex:1}.jvd-product-summary__action .jvd-btn,.jvd-product-summary__action a{width:100%;background:#ff7a59!important;color:#fff!important;border-radius:11px!important;padding:14px!important}.jvd-product-summary__save{border:1px solid #d7e1de;background:#fff;border-radius:11px;padding:0 13px;display:flex;align-items:center;gap:7px}.jvd-product-summary__save svg{width:18px;fill:none;stroke:#17352f;stroke-width:1.6}.jvd-template-product-info{padding-top:60px!important;padding-bottom:80px!important}.jvd-product-description h2,.jvd-properties h2{font-size:32px;letter-spacing:-.035em;margin:10px 0 20px}.jvd-product-description__content{max-width:820px}.jvd-properties{margin-top:42px}.jvd-properties__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.jvd-property-item{background:#f5f8f6;border-radius:11px;padding:13px 14px;display:flex;gap:10px}.jvd-property-item>span{width:8px;height:8px;background:#9fd7cc;border-radius:50%;margin-top:6px}.jvd-property-item div{display:flex;flex-direction:column}.jvd-property-item small{font-size:9px;color:#7d8d88}.jvd-property-item strong{font-size:12px}.jvd-provider{background:#123c35;color:#fff;border-radius:16px;padding:24px;position:sticky;top:110px}.jvd-provider__eyebrow{font-size:9px;letter-spacing:.14em;color:#9fd7cc}.jvd-provider>strong{display:block;font-size:20px;margin:7px 0 10px}.jvd-provider p{font-size:12px;color:#d8e5e1}.jvd-provider__meta{display:flex;flex-direction:column;gap:5px;font-size:10px}.jvd-related{padding-top:70px}.jvd-related .jvd-product-grid{grid-template-columns:repeat(4,1fr)}
/* informational/blog/form/footer */.jvd-info-hero,.jvd-journal-intro{background:#eaf4f1;padding:55px 0}.jvd-info-hero__grid,.jvd-journal-intro__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.jvd-info-hero h1,.jvd-journal-intro h1,.jvd-article-hero h1{font-size:clamp(42px,4.5vw,70px);letter-spacing:-.055em;line-height:1;margin:12px 0}.jvd-info-body{padding:70px 0}.jvd-info-prose,.jvd-article-prose{max-width:860px;font-size:17px;color:#50645e}.jvd-info-prose h2,.jvd-article-prose h2{color:#17352f;font-size:32px;letter-spacing:-.03em}.jvd-blog-grid,.jvd-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.jvd-blog-card__media,.jvd-journal-card figure{display:block;aspect-ratio:1.45;overflow:hidden;border-radius:15px}.jvd-blog-card__media img,.jvd-journal-card img{width:100%;height:100%;object-fit:cover}.jvd-inspiration article>small,.jvd-journal-card span{font-size:9px;font-weight:800;letter-spacing:.13em;color:#71817d}.jvd-inspiration h3,.jvd-journal-card h3{font-size:22px;line-height:1.15;margin:7px 0}.jvd-inspiration p,.jvd-journal-card p{font-size:13px;color:#667772}.jvd-journal-featured{padding:60px 0}.jvd-journal-featured__card{display:grid;grid-template-columns:1.2fr .8fr;background:#123c35;color:#fff;border-radius:20px;overflow:hidden}.jvd-journal-featured figure{margin:0;min-height:420px}.jvd-journal-featured img{width:100%;height:100%;object-fit:cover}.jvd-journal-featured__card>div{padding:50px;display:flex;flex-direction:column;justify-content:center}.jvd-journal-featured h2{font-size:40px;letter-spacing:-.04em;line-height:1.05}.jvd-journal-list{padding:20px 0 90px}.jvd-simple-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.jvd-article-hero{padding:28px 0 60px}.jvd-article-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.jvd-article-hero figure{margin:0;border-radius:20px;overflow:hidden;aspect-ratio:1.3}.jvd-article-hero img{width:100%;height:100%;object-fit:cover}.jvd-article-layout{display:grid;grid-template-columns:minmax(0,800px) 320px;gap:70px;padding-top:20px;padding-bottom:90px}.jvd-article-aside{background:#123c35;color:#fff;border-radius:16px;padding:25px;align-self:start}.jvd-about-hero,.jvd-contact-hero{background:#eaf4f1;padding:56px 0}.jvd-about-hero__grid,.jvd-contact-hero__grid,.jvd-contact-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.jvd-about-hero h1,.jvd-contact-hero h1{font-size:clamp(42px,4.5vw,68px);line-height:1;letter-spacing:-.05em}.jvd-about-hero__visual{display:grid;gap:8px}.jvd-about-hero__visual>div,.jvd-contact-hero__card{background:#fff;border:1px solid #dce6e2;border-radius:14px;padding:18px}.jvd-about-stats{padding:30px 0;border-bottom:1px solid #e5ebe9}.jvd-about-stats__grid{display:grid;grid-template-columns:repeat(3,1fr)}.jvd-about-stats article{display:flex;flex-direction:column}.jvd-about-stats strong{font-size:34px}.jvd-about-intro,.jvd-about-steps,.jvd-contact-main{padding:70px 0}.jvd-about-intro__grid,.jvd-about-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.jvd-contact-form-card{background:#f5f8f6;border-radius:18px;padding:24px}.jvd-contact-topics{display:grid;gap:12px;margin-top:28px}.jvd-contact-topics article{display:flex;gap:14px}.jvd-footer{background:#0e302b;color:#fff;padding:70px 0 26px}.jvd-footer__lead{padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.14)}.jvd-footer__lead>div{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-top:14px}.jvd-footer__lead h2{font-size:clamp(38px,4vw,62px);max-width:850px;line-height:1;letter-spacing:-.05em;margin:0}.jvd-footer__lead a{background:#ff7a59;border-radius:999px;padding:14px 18px;font-weight:800}.jvd-footer__grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px;padding:50px 0}.jvd-footer__brand img{width:245px;filter:brightness(0) invert(1)}.jvd-footer__brand p{max-width:340px;color:#bdcdc8;font-size:13px}.jvd-footer__brand>span{font-size:11px;letter-spacing:.18em;color:#9fd7cc}.jvd-footer__col{display:flex;flex-direction:column;gap:9px}.jvd-footer__col>strong{font-size:12px;margin-bottom:7px}.jvd-footer__col a{color:#c5d3cf;font-size:12px;display:flex;justify-content:space-between}.jvd-footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;display:flex;justify-content:space-between;color:#829d96;font-size:10px}
/* search/mobile */.jvd-search-overlay{position:fixed;inset:0;z-index:1200}.jvd-search-overlay__backdrop{position:absolute;inset:0;background:rgba(5,29,26,.62);border:0;width:100%}.jvd-search-panel{position:absolute;right:0;top:0;bottom:0;width:min(620px,100%);background:#fff;padding:90px 70px;box-shadow:-25px 0 60px rgba(0,0,0,.16)}.jvd-search-panel h2{font-size:50px;letter-spacing:-.05em;line-height:1;margin:15px 0}.jvd-search-panel__close{position:absolute;right:28px;top:24px;border:0;background:#f0f4f2;border-radius:50%;width:42px;height:42px;font-size:25px}.jvd-search-form{display:flex;margin-top:35px;border:1px solid #d8e3df;border-radius:13px;overflow:hidden}.jvd-search-form input{flex:1;border:0;padding:17px}.jvd-search-form button{border:0;background:#123c35;color:#fff;padding:0 20px;font-weight:800}.jvd-search-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.jvd-search-links a{background:#eef5f2;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750}.jvd-mobile,.jvd-mobile-backdrop{display:none}
/* favorites plugin skin */.favorites-popup,.sx-favorites-popup,[data-favorites-popup-panel]{font-family:inherit!important}.favorites-popup__panel,.sx-favorites-popup__panel,[data-favorites-popup-panel]{border-radius:18px!important}.favorites-popup button,.sx-favorites-popup button{border-radius:999px!important}.favorites-popup [aria-live],.sx-favorites-popup [aria-live]{font-size:11px!important}
@media(max-width:1180px){.jvd-shell{padding-left:44px;padding-right:44px}.jvd-mega__inner{padding-left:44px;padding-right:44px}.jvd-template-category-main>.pb5-container,.jvd-template-product-main>.pb5-container,.jvd-template-product-info>.pb5-container{padding-left:44px!important;padding-right:44px!important}.frontpage-filter,.homepage-filter,.sx-home-filter{margin-left:44px!important;margin-right:44px!important}.jvd-nav{display:none}.jvd-menu-toggle{display:block}.jvd-head-cta{display:none}.jvd-product-grid,.jvd-offer-grid{grid-template-columns:repeat(2,1fr)}.jvd-destination-grid{grid-template-columns:repeat(3,1fr)}.jvd-destination--large{grid-column:span 1}.jvd-country{min-height:360px}.jvd-story__grid{gap:35px}.jvd-footer__grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.jvd-related .jvd-product-grid{grid-template-columns:repeat(2,1fr)}.jvd-mobile-backdrop{position:fixed;display:block;inset:0;background:rgba(8,36,32,.56);border:0;z-index:1040;opacity:0;visibility:hidden;transition:.2s}.jvd-mobile-backdrop.is-open{opacity:1;visibility:visible}.jvd-mobile{display:block;position:fixed;z-index:1050;top:0;right:0;bottom:0;width:min(480px,92vw);background:#fff;transform:translateX(102%);transition:.26s;overflow:auto}.jvd-mobile.is-open{transform:none}.jvd-mobile__head{height:78px;padding:0 20px;border-bottom:1px solid #e6ece9;display:flex;align-items:center;justify-content:space-between}.jvd-mobile__head img{width:220px}.jvd-mobile__head button{border:0;background:#eef4f2;border-radius:50%;width:40px;height:40px;font-size:23px}.jvd-mobile__body{padding:24px}.jvd-mobile__intro{background:#eaf4f1;border-radius:16px;padding:22px;margin-bottom:20px}.jvd-mobile__intro>strong{display:block;font-size:26px;line-height:1.05;letter-spacing:-.035em;margin:10px 0 18px}.jvd-mobile__intro button{border:0;background:#123c35;color:#fff;border-radius:999px;padding:12px 15px;width:100%;display:flex;justify-content:space-between;font-weight:800}.jvd-mobile__countries{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.jvd-mobile__countries section{background:#f6f8f7;border-radius:11px;padding:11px}.jvd-mobile-country__head{display:flex;justify-content:space-between;font-weight:800;font-size:13px}.jvd-mobile__countries section>div{display:none}.jvd-mobile__main{margin-top:18px;border-top:1px solid #e5ebe8}.jvd-mobile__main>a{display:flex;justify-content:space-between;padding:13px 2px;border-bottom:1px solid #e5ebe8;font-weight:700}.jvd-mobile__bottom{display:flex;gap:8px;margin-top:18px}.jvd-mobile__bottom a{flex:1;background:#f1f5f3;border-radius:10px;padding:12px;font-size:11px;font-weight:800}}
@media(max-width:760px){.jvd-shell{padding-left:18px;padding-right:18px}.jvd-topbar{height:29px}.jvd-topbar .jvd-shell>span{font-size:10px}.jvd-topbar .jvd-shell>span b{display:none}.jvd-header{height:72px}.jvd-logo{width:215px}.jvd-icon-btn{display:none}.jvd-header__row{gap:10px}.jvd-menu-toggle{margin-left:auto}.jvd-home-hero,.jvd-home-hero__content{min-height:510px}.jvd-home-hero__content{align-items:flex-end;padding-bottom:105px}.jvd-home-hero__copy{max-width:100%}.jvd-home-hero h1{font-size:47px}.jvd-home-hero p{font-size:15px}.jvd-home-hero__stamp{display:none}.jvd-home-hero__links a{font-size:11px}.pb5-widget-frontpage-filter-widget{margin-top:-70px!important}.frontpage-filter,.homepage-filter,.sx-home-filter{margin-left:18px!important;margin-right:18px!important;border-radius:14px!important}.jvd-trust{padding:17px 0}.jvd-trust__grid{grid-template-columns:repeat(2,1fr);gap:12px}.jvd-trust__grid>div{border:0!important;padding:0!important}.jvd-trust__grid>div:nth-child(n+3){display:none}.jvd-section{padding:64px 0}.jvd-section-head,.jvd-section-head--split{display:block;margin-bottom:25px}.jvd-section-head h2{font-size:38px}.jvd-section-head>p{margin-top:14px}.jvd-section-head--split>a{display:inline-block;margin-top:14px}.jvd-product-grid,.jvd-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.jvd-card{border-radius:12px}.jvd-card__media{aspect-ratio:1.16}.jvd-card__badge{left:8px;top:8px;font-size:8px;padding:5px 7px}.jvd-card__heart{right:8px;top:8px;width:31px;height:31px;font-size:17px}.jvd-card__body{padding:11px}.jvd-card h3{font-size:14px;margin:5px 0 9px}.jvd-card__place{font-size:8px}.jvd-card__facts{display:none}.jvd-card__foot{margin-top:8px;padding-top:9px;display:block}.jvd-card__foot strong{font-size:14px}.jvd-card__foot>a{display:none}.jvd-country-grid{grid-template-columns:1fr;gap:10px}.jvd-country{min-height:310px}.jvd-country strong{font-size:33px}.jvd-destination-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:9px}.jvd-destination>div{left:13px;right:13px;bottom:12px}.jvd-destination strong{font-size:19px}.jvd-destination em{display:none}.jvd-story__grid{grid-template-columns:1fr;gap:34px}.jvd-story__copy h2{font-size:40px}.jvd-story__media{order:-1}.jvd-category-hero{padding:26px 0}.jvd-category-hero__main{grid-template-columns:1fr}.jvd-category-hero__copy h1{font-size:44px}.jvd-category-hero__count{display:none}.jvd-category-hero__nav{display:block;overflow:hidden}.jvd-category-hero__nav>span{display:block;margin-bottom:9px}.jvd-category-hero__nav>div{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.jvd-category-hero__nav a{white-space:nowrap}.jvd-category-copy{padding:34px 0}.jvd-category-copy__body{font-size:15px}.jvd-template-category-main>.pb5-container,.jvd-template-product-main>.pb5-container,.jvd-template-product-info>.pb5-container{padding-left:18px!important;padding-right:18px!important}.jvd-template-category-main .pb5-columns{display:block!important}.jvd-template-category-main .pb5-column:first-child{width:100%!important}.jvd-filters{position:fixed;z-index:1300;left:0;top:0;bottom:0;width:min(390px,88vw);border-radius:0;transform:translateX(-105%);transition:.22s;overflow:auto}.jvd-filters.is-open,[data-catalog-sidebar].is-open{transform:none}.jvd-filter-overlay{position:fixed;inset:0;background:rgba(7,32,28,.5);z-index:1290;display:none}.jvd-filter-overlay.is-open{display:block}.jvd-filters__head button{display:block;border:0;background:#edf3f1;border-radius:50%;width:34px;height:34px}.jvd-filter-open{display:inline-flex;border:1px solid #d9e3df;background:#fff;border-radius:9px;padding:8px 10px}.jvd-results-toolbar label{display:none}.jvd-product-summary{padding:18px 0 0}.jvd-product-summary h1{font-size:40px}.jvd-template-product-main .pb5-columns,.jvd-template-product-info .pb5-columns{display:block!important}.jvd-template-product-main .pb5-column,.jvd-template-product-info .pb5-column{width:100%!important}.jvd-gallery__thumbs{display:none}.jvd-booking-box{margin-top:14px}.jvd-properties__grid{grid-template-columns:1fr}.jvd-provider{position:static;margin-top:24px}.jvd-related .jvd-product-grid{grid-template-columns:repeat(2,1fr)}.jvd-blog-grid,.jvd-journal-grid{grid-template-columns:1fr}.jvd-info-hero__grid,.jvd-journal-intro__grid,.jvd-about-hero__grid,.jvd-contact-hero__grid,.jvd-contact-main__grid,.jvd-article-hero__grid,.jvd-article-layout{grid-template-columns:1fr}.jvd-about-intro__grid,.jvd-about-steps__grid{grid-template-columns:1fr}.jvd-about-stats__grid{grid-template-columns:repeat(3,1fr)}.jvd-about-stats strong{font-size:25px}.jvd-journal-featured__card{grid-template-columns:1fr}.jvd-journal-featured figure{min-height:250px}.jvd-journal-featured__card>div{padding:24px}.jvd-journal-featured h2{font-size:30px}.jvd-article-layout{gap:28px}.jvd-search-panel{padding:70px 22px 30px}.jvd-search-panel h2{font-size:40px}.jvd-search-form{display:block;border:0}.jvd-search-form input{width:100%;border:1px solid #d8e3df;border-radius:10px;margin-bottom:8px}.jvd-search-form button{width:100%;height:48px;border-radius:10px}.jvd-mobile__countries{grid-template-columns:1fr}.jvd-mobile__countries section>div{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.jvd-mobile__countries section>div a{font-size:10px;background:#fff;border-radius:999px;padding:5px 7px}.jvd-footer{padding-top:55px}.jvd-footer__lead>div{display:block}.jvd-footer__lead h2{font-size:40px;margin-bottom:22px}.jvd-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.jvd-footer__brand{grid-column:1/-1}.jvd-footer__bottom{display:block}.jvd-footer__bottom span{display:block;margin-bottom:4px}}


/* 5.1.1 repairs */
body.jvd-site .jvd-mega{top:88px}
body.jvd-site .jvd-mega__inner{padding-top:24px;padding-bottom:30px}
body.jvd-site .home-hero__search-shell{position:relative;z-index:20;margin-top:-56px}
body.jvd-site .home-hero__search-shell .site-container{max-width:none;padding-left:100px;padding-right:100px}
body.jvd-site .home-mobile-filter-fab{display:none}
body.jvd-site .home-mobile-filter-overlay{display:none}
body.jvd-site .home-search{position:relative}
body.jvd-site .home-search__panel{background:#fff;border:1px solid #dfe7e4;border-radius:18px;box-shadow:0 24px 55px rgba(17,58,51,.16);overflow:hidden}
body.jvd-site .home-search__mobile-header{display:none}
body.jvd-site .home-search form{margin:0}
body.jvd-site .home-search__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:stretch}
body.jvd-site .home-search__field{position:relative;display:flex;flex-direction:column;justify-content:center;gap:7px;min-height:84px;padding:18px 18px 16px 50px;background:#fff;border-right:1px solid #e8eeec}
body.jvd-site .home-search__field-icon{position:absolute;left:18px;top:24px;font-size:18px;line-height:1;color:#45635b}
body.jvd-site .home-search__field label{display:block;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667772;margin:0}
body.jvd-site .home-search__field select{display:block;width:100%;padding:0;border:0;background:transparent;font-size:18px;font-weight:760;line-height:1.3;color:#17352f;outline:0;appearance:none;-webkit-appearance:none;cursor:pointer}
body.jvd-site .home-search__submit{border:0;background:#ff7a59;color:#fff;padding:0 26px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:820;white-space:nowrap}
body.jvd-site .home-search__submit i{font-style:normal;font-size:18px}
body.jvd-site .jvd-country,body.jvd-site .jvd-destination{background:#123c35}
body.jvd-site .jvd-country figure,body.jvd-site .jvd-story__media,body.jvd-site .jvd-blog-card__media,body.jvd-site .jvd-destination{overflow:hidden}
body.jvd-site .jvd-country figure{background:#123c35}
body.jvd-site .jvd-country figure img,body.jvd-site .jvd-destination>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
body.jvd-site .jvd-story__media img,body.jvd-site .jvd-blog-card__media img{display:block}
body.jvd-site .jvd-country>div,body.jvd-site .jvd-destination>div{z-index:2}
body.jvd-site .jvd-country small,body.jvd-site .jvd-country strong,body.jvd-site .jvd-country em,body.jvd-site .jvd-country em b,body.jvd-site .jvd-country>div a,body.jvd-site .jvd-destination small,body.jvd-site .jvd-destination strong,body.jvd-site .jvd-destination em,body.jvd-site .jvd-destination em b{color:#fff!important;text-shadow:0 2px 12px rgba(5,24,22,.42)}
body.jvd-site .jvd-country figure span{background:linear-gradient(0deg,rgba(9,42,37,.92),rgba(9,42,37,.16) 68%,rgba(9,42,37,.04) 100%)}
body.jvd-site .jvd-destination__shade{background:linear-gradient(0deg,rgba(13,49,43,.88),rgba(13,49,43,.16) 66%,rgba(13,49,43,.04) 100%)}
body.jvd-site .jvd-footer__brand{display:flex;flex-direction:column;gap:18px}
body.jvd-site .jvd-footer__brand-lockup{display:flex;align-items:center;gap:14px}
body.jvd-site .jvd-footer__brand-icon{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto}
body.jvd-site .jvd-footer__brand-icon img{display:block;width:54px;height:54px}
body.jvd-site .jvd-footer__brand-wordmark{display:flex;flex-direction:column;line-height:1}
body.jvd-site .jvd-footer__brand-wordmark strong{font-size:20px;font-weight:820;letter-spacing:-.03em;color:#fff}
body.jvd-site .jvd-footer__brand-wordmark em{font-style:normal;font-size:18px;font-weight:700;color:#d5dfdb}
body.jvd-site .jvd-footer__brand p{margin:0}
@media(max-width:1180px){body.jvd-site .home-hero__search-shell .site-container{padding-left:44px;padding-right:44px}body.jvd-site .home-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.jvd-site .home-search__submit{min-height:70px;grid-column:1/-1}}
@media(max-width:760px){body.jvd-site .jvd-mega{top:72px}body.jvd-site .home-hero__search-shell{margin-top:-70px}body.jvd-site .home-hero__search-shell .site-container{padding-left:18px;padding-right:18px}body.jvd-site .home-mobile-filter-fab{display:inline-flex;align-items:center;gap:8px;position:fixed;left:18px;bottom:18px;z-index:1300;border:0;border-radius:999px;padding:13px 15px;background:#123c35;color:#fff;box-shadow:0 16px 34px rgba(8,32,29,.28)}body.jvd-site .home-mobile-filter-fab svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9}body.jvd-site .home-mobile-filter-overlay{position:fixed;inset:0;z-index:1290;background:rgba(7,32,28,.5);opacity:0;visibility:hidden;transition:.2s}body.jvd-site .home-mobile-filter-overlay.is-open{display:block;opacity:1;visibility:visible}body.jvd-site .home-search{position:fixed;z-index:1300;left:0;top:0;bottom:0;width:min(390px,88vw);transform:translateX(-105%);transition:.22s}body.jvd-site .home-search.is-open{transform:none}body.jvd-site .home-search__panel{height:100%;border-radius:0;display:flex;flex-direction:column}body.jvd-site .home-search__mobile-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid #e8eeec}body.jvd-site .home-search__mobile-header small{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6b7c77}body.jvd-site .home-search__mobile-header strong{display:block;font-size:24px;letter-spacing:-.03em;color:#17352f}body.jvd-site .home-search__mobile-header button{border:0;background:#edf3f1;border-radius:50%;width:36px;height:36px;font-size:20px;line-height:1;color:#17352f}body.jvd-site .home-search form{height:100%;overflow:auto}body.jvd-site .home-search__grid{grid-template-columns:1fr;padding:16px}body.jvd-site .home-search__field{min-height:74px;border:1px solid #e3ebe8;border-radius:14px;padding:17px 16px 14px 46px}body.jvd-site .home-search__field-icon{left:16px;top:22px}body.jvd-site .home-search__field select{font-size:16px}body.jvd-site .home-search__submit{grid-column:auto;min-height:56px;border-radius:14px;margin-top:4px}.jvd-footer__brand-lockup{gap:12px}}

/* 5.1.2 — filter, mobile spacing/navigation and image refresh */
body.jvd-site .jvd-home-filter-section{
  position:relative!important;
  z-index:40!important;
  margin-top:-44px!important;
  padding:0 0 24px!important;
  overflow:visible!important;
}
body.jvd-site .jvd-home-filter-section>.pb5-container,
body.jvd-site .jvd-home-filter-section .pb5-columns,
body.jvd-site .jvd-home-filter-section .pb5-column,
body.jvd-site .jvd-home-filter-section .pb5-widget,
body.jvd-site .jvd-home-filter-section .frontpage-filter-widget{
  overflow:visible!important;
}
body.jvd-site .jvd-home-filter-section .pb5-widget-frontpage-filter-widget{
  position:relative!important;
  z-index:2!important;
  margin:0!important;
}
body.jvd-site .jvd-home-filter-section .home-hero__search-shell{
  position:relative!important;
  inset:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  z-index:2!important;
  margin:0!important;
  transform:none!important;
}
body.jvd-site .jvd-home-filter-section .home-hero__search-shell>.site-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 100px!important;
}
body.jvd-site .jvd-home-filter-section .home-search{
  position:relative!important;
  inset:auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.jvd-site .jvd-home-filter-section .home-search__panel{
  width:100%!important;
  max-width:none!important;
  min-height:96px!important;
  padding:10px!important;
  overflow:visible!important;
  border:1px solid #dce6e2!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 22px 55px rgba(15,54,48,.16)!important;
  backdrop-filter:none!important;
}
body.jvd-site .jvd-home-filter-section .home-search__mobile-header,
body.jvd-site .jvd-home-filter-section .home-mobile-filter-fab,
body.jvd-site .jvd-home-filter-section .home-mobile-filter-overlay{
  display:none!important;
}
body.jvd-site .jvd-home-filter-section .home-search__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(220px,.88fr)!important;
  gap:0!important;
  align-items:stretch!important;
}
body.jvd-site .jvd-home-filter-section .home-search__field{
  position:relative!important;
  min-height:76px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:4px!important;
  padding:12px 18px 12px 48px!important;
  border:0!important;
  border-right:1px solid #e6ece9!important;
  background:#fff!important;
}
body.jvd-site .jvd-home-filter-section .home-search__field:first-child{
  border-left:0!important;
}
body.jvd-site .jvd-home-filter-section .home-search__field-icon{
  position:absolute!important;
  top:50%!important;
  left:18px!important;
  transform:translateY(-50%)!important;
  color:#577069!important;
  font-size:17px!important;
  line-height:1!important;
}
body.jvd-site .jvd-home-filter-section .home-search__field label{
  display:block!important;
  margin:0!important;
  color:#70817c!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.jvd-site .jvd-home-filter-section .home-search__field select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  padding:2px 24px 2px 0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#17352f!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.35!important;
  appearance:auto!important;
}
body.jvd-site .jvd-home-filter-section .home-search__submit{
  min-height:76px!important;
  margin:0!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:14px!important;
  background:#ff7a59!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-size:14px!important;
  font-weight:820!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
body.jvd-site .jvd-home-filter-section .home-search__submit i{
  width:auto!important;
  height:auto!important;
  display:inline!important;
  background:transparent!important;
  font-size:16px!important;
  font-style:normal!important;
}

/* refreshed source images: no inherited white canvas/background around real accommodation photography */
body.jvd-site .jvd-card__media,
body.jvd-site .jvd-gallery__main,
body.jvd-site .jvd-gallery__thumbs button{
  background:#e8efec!important;
}
body.jvd-site .jvd-card__media img,
body.jvd-site .jvd-gallery__main img,
body.jvd-site .jvd-gallery__thumbs img{
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:1180px){
  body.jvd-site .jvd-home-filter-section{margin-top:-32px!important;padding-bottom:20px!important}
  body.jvd-site .jvd-home-filter-section .home-hero__search-shell>.site-container{padding-left:44px!important;padding-right:44px!important}
  body.jvd-site .jvd-home-filter-section .home-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.jvd-site .jvd-home-filter-section .home-search__field{border-bottom:1px solid #e6ece9!important}
  body.jvd-site .jvd-home-filter-section .home-search__field:nth-child(2n){border-right:0!important}
  body.jvd-site .jvd-home-filter-section .home-search__submit{grid-column:1/-1!important;min-height:62px!important;margin-top:10px!important}
}

@media(max-width:760px){
  /* Generic Component Engine spacing is supplied by the JVD components themselves on mobile. */
  body.jvd-site .sixxie-section{
    --ce-space-top:0!important;
    --ce-space-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body.jvd-site .sixxie-section:has(.ce-inner:empty){display:none!important}

  /* On phones the homepage filter becomes a compact drawer trigger and no longer leaves an empty PB5 section. */
  body.jvd-site .jvd-home-filter-section{
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.jvd-site .jvd-home-filter-section>.pb5-container,
  body.jvd-site .jvd-home-filter-section .pb5-columns,
  body.jvd-site .jvd-home-filter-section .pb5-column,
  body.jvd-site .jvd-home-filter-section .pb5-widget,
  body.jvd-site .jvd-home-filter-section .frontpage-filter-widget,
  body.jvd-site .jvd-home-filter-section .home-hero__search-shell{
    height:0!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.jvd-site .jvd-home-filter-section .home-hero__search-shell>.site-container{
    padding:0!important;
  }
  body.jvd-site .jvd-home-filter-section .home-mobile-filter-fab{
    display:inline-flex!important;
    position:fixed!important;
    right:18px!important;
    bottom:18px!important;
    left:auto!important;
    z-index:1320!important;
    align-items:center!important;
    gap:8px!important;
    padding:12px 15px!important;
    border:0!important;
    border-radius:999px!important;
    background:#123c35!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(8,32,29,.28)!important;
  }
  body.jvd-site .jvd-home-filter-section .home-mobile-filter-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:1300!important;
    background:rgba(7,32,28,.5)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.jvd-site .jvd-home-filter-section .home-mobile-filter-overlay.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search{
    position:fixed!important;
    z-index:1310!important;
    top:auto!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    transform:translateY(105%)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .24s ease,opacity .2s ease,visibility .24s!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search.is-open{
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search__panel{
    max-height:min(84dvh,680px)!important;
    min-height:0!important;
    padding:0 16px calc(18px + env(safe-area-inset-bottom))!important;
    overflow:auto!important;
    border:0!important;
    border-radius:24px 24px 0 0!important;
    box-shadow:0 -25px 70px rgba(6,12,23,.22)!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search__mobile-header{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:0 -16px 6px!important;
    padding:18px 18px 14px!important;
    border-bottom:1px solid #e6ece9!important;
    background:#fff!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search__mobile-handle{display:none!important}
  body.jvd-site .jvd-home-filter-section .home-search__grid{grid-template-columns:1fr!important;padding:8px 0!important}
  body.jvd-site .jvd-home-filter-section .home-search__field{
    min-height:68px!important;
    padding:10px 14px 10px 44px!important;
    border:0!important;
    border-bottom:1px solid #e8eeec!important;
  }
  body.jvd-site .jvd-home-filter-section .home-search__field-icon{left:13px!important}
  body.jvd-site .jvd-home-filter-section .home-search__submit{grid-column:auto!important;min-height:54px!important;margin-top:12px!important;border-radius:14px!important}

  /* Hamburger is the final control at the far right. */
  body.jvd-site .jvd-header__row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
  body.jvd-site .jvd-logo{margin-right:auto!important;flex:0 1 auto!important}
  body.jvd-site .jvd-head-actions{margin-left:auto!important;flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important}
  body.jvd-site .jvd-menu-toggle{display:block!important;margin:0!important;flex:0 0 42px!important}

  /* Rich mobile menu, intentionally simpler: countries without individual region/place chips. */
  body.jvd-site .jvd-mobile{width:min(410px,92vw)!important}
  body.jvd-site .jvd-mobile__body{padding:18px!important}
  body.jvd-site .jvd-mobile__intro{padding:18px!important;margin-bottom:14px!important;border-radius:14px!important}
  body.jvd-site .jvd-mobile__intro>strong{font-size:22px!important;line-height:1.06!important;margin:8px 0 15px!important}
  body.jvd-site .jvd-mobile__intro button{padding:11px 14px!important}
  body.jvd-site .jvd-mobile__destinations{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:0 0 16px!important}
  body.jvd-site .jvd-mobile__destinations>a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:12px 14px!important;border:1px solid #e7eeeb!important;border-radius:12px!important;background:#f7f9f8!important;color:#17352f!important;text-decoration:none!important}
  body.jvd-site .jvd-mobile__destinations span{display:flex!important;flex-direction:column!important;gap:2px!important}
  body.jvd-site .jvd-mobile__destinations small{font-size:8px!important;font-weight:800!important;letter-spacing:.11em!important;color:#7b8a85!important}
  body.jvd-site .jvd-mobile__destinations strong{font-size:15px!important;font-weight:820!important}
  body.jvd-site .jvd-mobile__destinations b{font-size:17px!important;font-weight:500!important}
  body.jvd-site .jvd-mobile__main{margin-top:0!important;border-top:1px solid #e5ebe8!important}
  body.jvd-site .jvd-mobile__main>a{padding:12px 2px!important;font-size:14px!important}
  body.jvd-site .jvd-mobile__bottom{margin-top:14px!important;gap:7px!important}
  body.jvd-site .jvd-mobile__bottom a{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:11px 9px!important}
}

/* 5.1.5 footer icon + category cleanup */
body.jvd-site .jvd-footer__brand-icon img{filter:none!important;background:transparent!important;border-radius:0!important}
body.jvd-site .jvd-category-crumbs,body.jvd-site .jvd-breadcrumbs-wrap{display:none!important}
body.jvd-site .jvd-category-seo{padding-top:42px;padding-bottom:88px;border-top:1px solid #e4ebe8;background:#fff}
body.jvd-site .jvd-category-seo .jvd-category-copy__inner{max-width:980px}
@media(max-width:760px){body.jvd-site .jvd-category-seo{padding-top:30px;padding-bottom:58px}}

/* 5.1.6 category controls, favorites popup and mega-menu alignment */
body.jvd-site .jvd-mega{top:122px!important}
body.jvd-site .jvd-header.is-compact .jvd-mega{top:88px!important}

body.jvd-site .jvd-filters__mobile{padding:14px 14px 15px;background:#f7faf9;border-top:1px solid #e5ece9}
body.jvd-site .jvd-filters__mobile button{
  width:100%;min-height:48px;border:0;border-radius:12px;background:#123c35;color:#fff;
  display:flex;align-items:center;justify-content:center;padding:0 18px;
  font:inherit;font-size:13px;font-weight:820;letter-spacing:-.01em;cursor:pointer;
  box-shadow:0 8px 20px rgba(18,60,53,.13);transition:background .18s ease,transform .18s ease,box-shadow .18s ease
}
body.jvd-site .jvd-filters__mobile button:hover{background:#0d332d;box-shadow:0 10px 24px rgba(18,60,53,.18);transform:translateY(-1px)}
body.jvd-site .jvd-filters__mobile button:focus-visible{outline:3px solid rgba(255,122,89,.3);outline-offset:2px}

body.jvd-site .favorites-popup{
  --favorites-popup-accent:#ff7a59;
  --favorites-popup-text:#17352f;
  --favorites-popup-muted:#6b7d77;
  --favorites-popup-surface:#fff;
  --favorites-popup-soft:#f2f7f5;
  --favorites-popup-border:#dce6e2;
  --favorites-popup-radius:20px;
  --favorites-popup-width:430px;
  --favorites-popup-left:30px;
  --favorites-popup-bottom:26px;
  --favorites-popup-shadow:0 26px 70px rgba(18,60,53,.20);
  border:1px solid var(--favorites-popup-border)!important;
  border-top:1px solid var(--favorites-popup-border)!important;
  border-radius:20px!important;
  box-shadow:var(--favorites-popup-shadow)!important;
  overflow:hidden!important;
}
body.jvd-site .favorites-popup__bar{
  min-height:68px!important;padding:0 18px!important;background:#123c35!important;color:#fff!important
}
body.jvd-site .favorites-popup__heading{gap:11px!important}
body.jvd-site .favorites-popup__heading strong{font-size:15px!important;font-weight:820!important;color:#fff!important}
body.jvd-site .favorites-popup__heart{width:36px!important;height:36px!important;background:#fff!important;color:#123c35!important}
body.jvd-site .favorites-popup__heart svg{width:18px!important;height:18px!important}
body.jvd-site .favorites-popup__count{min-width:24px!important;height:24px!important;background:#ff7a59!important;font-size:10px!important}
body.jvd-site .favorites-popup__toggle{width:32px!important;height:32px!important;border:1px solid rgba(255,255,255,.28)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:18px!important}
body.jvd-site .favorites-popup__body{border-top:0!important;background:#fff!important}
body.jvd-site .favorites-popup__list{max-height:330px!important}
body.jvd-site .favorites-popup-item{
  grid-template-columns:72px minmax(0,1fr) 34px!important;gap:13px!important;min-height:100px!important;padding:13px 15px!important;border-bottom:1px solid #e8eeec!important
}
body.jvd-site .favorites-popup-item__image{width:72px!important;height:72px!important;border-radius:12px!important;background:#edf3f1!important}
body.jvd-site .favorites-popup-item__content{gap:3px!important}
body.jvd-site .favorites-popup-item__content>small{font-size:9px!important;color:#71817d!important;letter-spacing:.09em!important}
body.jvd-site .favorites-popup-item__content>strong{font-size:14px!important;line-height:1.25!important;font-weight:800!important;color:#17352f!important}
body.jvd-site .favorites-popup-item__content>span{margin-top:5px!important;gap:6px!important}
body.jvd-site .favorites-popup-item__content b{color:#ff7a59!important;font-size:13px!important;font-weight:820!important}
body.jvd-site .favorites-popup-item__content em{color:#7b8884!important;font-size:9px!important}
body.jvd-site .favorites-popup-item__remove{width:32px!important;height:32px!important;border:1px solid #dbe5e1!important;background:#fff!important;color:#60716c!important;font-size:19px!important}
body.jvd-site .favorites-popup-item__remove:hover{background:#123c35!important;border-color:#123c35!important;color:#fff!important}
body.jvd-site .favorites-popup__footer{min-height:50px!important;padding:0 16px!important;background:#f1f7f4!important;border-top:1px solid #e3ebe8!important}
body.jvd-site .favorites-popup__footer>span{font-size:10px!important;color:#657771!important}
body.jvd-site .favorites-popup__footer button{color:#123c35!important;font-size:10px!important;font-weight:800!important}
body.jvd-site .favorites-popup.is-collapsed{width:270px!important}
body.jvd-site [data-favorites-popup-status]{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important
}
@media(max-width:720px){
  body.jvd-site .favorites-popup{left:14px!important;right:14px!important;bottom:14px!important;width:auto!important;border-radius:18px!important}
  body.jvd-site .favorites-popup.is-collapsed{right:auto!important;width:245px!important}
  body.jvd-site .favorites-popup__bar{min-height:62px!important;padding:0 14px!important}
  body.jvd-site .favorites-popup-item{grid-template-columns:62px minmax(0,1fr) 32px!important;min-height:90px!important;padding:11px 12px!important}
  body.jvd-site .favorites-popup-item__image{width:62px!important;height:62px!important}
}

/* 5.1.7 product detail refinement */
body.jvd-site .jvd-template-product-story{padding:76px 0 42px!important;background:linear-gradient(180deg,#fff 0,#fbfcfb 100%)}
body.jvd-site .jvd-template-product-story>.pb5-container,
body.jvd-site .jvd-template-product-features>.pb5-container,
body.jvd-site .jvd-template-product-related>.pb5-container{max-width:none!important;padding-left:100px!important;padding-right:100px!important}
body.jvd-site .jvd-product-description{padding:4px 0 18px}
body.jvd-site .jvd-product-description__head{max-width:880px}
body.jvd-site .jvd-product-description__head h2{font-size:clamp(34px,3vw,48px);line-height:1.05;margin:12px 0 26px}
body.jvd-site .jvd-product-description__content{max-width:900px;font-size:17px;line-height:1.78;color:#4f645e}
body.jvd-site .jvd-product-description__content h2,
body.jvd-site .jvd-product-description__content h3{font-size:clamp(25px,2.2vw,34px);line-height:1.12;margin:34px 0 12px;color:#17352f;letter-spacing:-.03em}
body.jvd-site .jvd-product-description__content p{margin:0 0 17px}
body.jvd-site .jvd-provider{position:sticky;top:112px;border-radius:22px;padding:30px;background:linear-gradient(145deg,#123c35,#0d302b);box-shadow:0 22px 55px rgba(18,60,53,.12)}
body.jvd-site .jvd-provider__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#9fd7cc}
body.jvd-site .jvd-provider>strong{font-size:24px;line-height:1.15;margin:12px 0 16px}
body.jvd-site .jvd-provider p{font-size:13px;line-height:1.65;color:#d9e5e2}
body.jvd-site .jvd-provider__meta{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);gap:9px;font-size:11px}
body.jvd-site .jvd-template-product-features{padding:30px 0 82px!important;background:#f4f8f6}
body.jvd-site .jvd-properties{margin:0}
body.jvd-site .jvd-properties__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:50px;align-items:end;margin-bottom:30px}
body.jvd-site .jvd-properties__head h2{font-size:clamp(34px,3.2vw,50px);line-height:1.04;margin:12px 0 0}
body.jvd-site .jvd-properties__head p{margin:0;color:#60736d;font-size:15px;line-height:1.65}
body.jvd-site .jvd-properties__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.jvd-site .jvd-property-item{min-height:104px;background:#fff;border:1px solid #e0e9e5;border-radius:16px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:0 8px 24px rgba(16,55,49,.035)}
body.jvd-site .jvd-property-item>span.jvd-property-item__icon{margin:0;width:38px;height:38px;min-width:38px;border-radius:50%;display:grid;place-items:center;background:#e7f4f0;color:#123c35;font-size:18px;font-weight:800}
body.jvd-site .jvd-property-item small{font-size:10px;letter-spacing:.04em;color:#74857f}
body.jvd-site .jvd-property-item strong{font-size:16px;line-height:1.25;margin-top:3px;color:#17352f}
body.jvd-site .jvd-template-product-related{padding:74px 0 88px!important;background:#fff}
body.jvd-site .jvd-related{padding:0}
body.jvd-site .jvd-related>.jvd-shell{padding-left:0;padding-right:0}
body.jvd-site .jvd-related .jvd-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:40px;align-items:end;margin-bottom:28px}
body.jvd-site .jvd-related .jvd-section-head h2{font-size:clamp(38px,4vw,58px);margin:10px 0 0}
body.jvd-site .jvd-related .jvd-section-head p{margin:0;color:#667873;line-height:1.6}
body.jvd-site .jvd-related .jvd-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
body.jvd-site .jvd-product-summary+.favorite-button,
body.jvd-site .jvd-product-summary~[data-favorite-button]{display:none!important}
@media(max-width:1180px){
  body.jvd-site .jvd-template-product-story>.pb5-container,
  body.jvd-site .jvd-template-product-features>.pb5-container,
  body.jvd-site .jvd-template-product-related>.pb5-container{padding-left:44px!important;padding-right:44px!important}
  body.jvd-site .jvd-properties__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.jvd-site .jvd-related .jvd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  body.jvd-site .jvd-template-product-story{padding:42px 0 24px!important}
  body.jvd-site .jvd-template-product-story>.pb5-container,
  body.jvd-site .jvd-template-product-features>.pb5-container,
  body.jvd-site .jvd-template-product-related>.pb5-container{padding-left:18px!important;padding-right:18px!important}
  body.jvd-site .jvd-properties__head,
  body.jvd-site .jvd-related .jvd-section-head{grid-template-columns:1fr;gap:14px}
  body.jvd-site .jvd-properties__grid{grid-template-columns:1fr}
  body.jvd-site .jvd-property-item{min-height:86px;padding:16px}
  body.jvd-site .jvd-related .jvd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body.jvd-site .jvd-template-product-features{padding:24px 0 56px!important}
  body.jvd-site .jvd-template-product-related{padding:56px 0 70px!important}
}


/* 5.1.8 editorial/navigation refinements */
@media(min-width:1181px){
body.jvd-site .jvd-header__row{display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);gap:24px}
body.jvd-site .jvd-logo{grid-column:1;justify-self:start}
body.jvd-site .jvd-nav{grid-column:2;margin-left:0;justify-self:center}
body.jvd-site .jvd-head-actions{grid-column:3;justify-self:end}
}
body.jvd-site .jvd-card{box-shadow:0 10px 30px rgba(20,58,50,.045);border-color:#dbe5e1}
body.jvd-site .jvd-card:hover{box-shadow:0 20px 44px rgba(20,58,50,.11)}
body.jvd-site .jvd-card__badge{background:#f7fbf9;border:1px solid rgba(205,224,216,.9);color:#17352f}
body.jvd-site .jvd-card__heart{border:1px solid #e0e8e5;box-shadow:0 5px 15px rgba(17,52,45,.09)}
body.jvd-site .jvd-card__place{display:block;color:#637871;font-size:10px;letter-spacing:.095em}
body.jvd-site .jvd-card__facts span{background:#f2f7f5;border:1px solid #e7eeeb}
body.jvd-site .jvd-card__foot>a{display:inline-flex;align-items:center;gap:8px}
body.jvd-site .jvd-card__foot>a span{width:22px;height:22px;border-radius:50%;background:#eef5f2;display:grid;place-items:center}
body.jvd-site .jvd-blog-card{background:#fff;border:1px solid #e0e8e5;border-radius:19px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 12px 28px rgba(18,55,48,.045);transition:.25s ease}
body.jvd-site .jvd-blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(18,55,48,.10)}
body.jvd-site .jvd-blog-card__media{border-radius:0;aspect-ratio:1.48;position:relative}
body.jvd-site .jvd-blog-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(9,42,37,.42));opacity:.55;transition:.2s}
body.jvd-site .jvd-blog-card__media>span{position:absolute;right:14px;bottom:14px;z-index:2;background:#fff;color:#17352f;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}
body.jvd-site .jvd-blog-card:hover .jvd-blog-card__media>span{opacity:1;transform:none}
body.jvd-site .jvd-blog-card__body{padding:18px 19px 20px;display:flex;flex-direction:column;flex:1}
body.jvd-site .jvd-inspiration .jvd-blog-card__body>small{color:#ff7655;font-size:9px;font-weight:850;letter-spacing:.13em}
body.jvd-site .jvd-inspiration .jvd-blog-card h3{font-size:21px;margin:8px 0 10px}
body.jvd-site .jvd-inspiration .jvd-blog-card p{margin:0 0 16px;line-height:1.6}
body.jvd-site .jvd-blog-card__link{margin-top:auto;padding-top:14px;border-top:1px solid #edf1ef;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:820;color:#17352f}
body.jvd-site .jvd-journal-featured__card>div,body.jvd-site .jvd-journal-featured__card>div h2,body.jvd-site .jvd-journal-featured__card>div p,body.jvd-site .jvd-journal-featured__card>div span,body.jvd-site .jvd-journal-featured__card>div strong,body.jvd-site .jvd-journal-featured__card>div b{color:#fff!important}
body.jvd-site .jvd-journal-featured__card>div>span{color:#9fd7cc!important;font-size:10px;font-weight:850;letter-spacing:.13em}
body.jvd-site .jvd-journal-featured__card>div p{color:#dce8e4!important;line-height:1.65}
body.jvd-site .jvd-journal-featured__card>div strong{margin-top:18px;display:inline-flex;gap:8px;align-items:center}
body.jvd-site .jvd-journal-grid{align-items:stretch}
body.jvd-site .jvd-journal-card{border:1px solid #e0e8e5;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(18,55,48,.04)}
body.jvd-site .jvd-journal-card>a{display:flex;flex-direction:column;height:100%}
body.jvd-site .jvd-journal-card figure{border-radius:0;margin:0;aspect-ratio:1.5}
body.jvd-site .jvd-journal-card>a>div{padding:17px 18px 19px;display:flex;flex-direction:column;flex:1}
body.jvd-site .jvd-journal-card h3{font-size:20px;margin:7px 0 9px}
body.jvd-site .jvd-journal-card p{line-height:1.55;margin:0 0 14px}
body.jvd-site .jvd-journal-card strong{margin-top:auto;padding-top:13px;border-top:1px solid #edf1ef;color:#17352f;font-size:11px}
body.jvd-site .jvd-article-layout{grid-template-columns:minmax(0,760px) minmax(380px,430px);gap:58px;align-items:start}
body.jvd-site .jvd-article-aside{padding:0;background:transparent;color:#17352f;border-radius:0;position:sticky;top:112px}
body.jvd-site .jvd-article-aside__cta{background:#123c35;color:#fff;border-radius:18px;padding:28px}
body.jvd-site .jvd-article-aside__cta>strong{display:block;font-size:21px;line-height:1.25;margin:10px 0 12px;color:#fff}
body.jvd-site .jvd-article-aside__cta>p{color:#dbe8e4;line-height:1.55}
body.jvd-site .jvd-article-aside__cta>a{display:flex;align-items:center;justify-content:space-between;margin-top:18px;color:#fff;font-weight:800}
body.jvd-site .jvd-article-related{margin-top:18px;border:1px solid #dfe8e4;border-radius:18px;padding:20px;background:#fff}
body.jvd-site .jvd-article-related>small{display:block;color:#60746d;font-size:9px;font-weight:850;letter-spacing:.13em;margin-bottom:8px}
body.jvd-site .jvd-article-related>a{display:grid;grid-template-columns:66px 1fr;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #edf1ef;color:#17352f}
body.jvd-site .jvd-article-related>a:first-of-type{border-top:0}
body.jvd-site .jvd-article-related img{width:66px;height:58px;object-fit:cover;border-radius:9px}
body.jvd-site .jvd-article-related a>span{display:flex;flex-direction:column;gap:5px;min-width:0}
body.jvd-site .jvd-article-related b{font-size:12px;line-height:1.25}
body.jvd-site .jvd-article-related em{font-style:normal;font-size:9px;color:#71847d}
@media(max-width:1180px){body.jvd-site .jvd-article-layout{grid-template-columns:minmax(0,1fr) 340px;gap:35px}}
@media(max-width:760px){body.jvd-site .jvd-blog-card__body{padding:15px}body.jvd-site .jvd-blog-card__media>span{display:none}body.jvd-site .jvd-article-layout{grid-template-columns:1fr;gap:28px}body.jvd-site .jvd-article-aside{position:static}body.jvd-site .jvd-journal-card>a>div{padding:15px 16px 17px}}


/* 5.1.9 consistency + mobile polish */
body.jvd-site .jvd-card{display:flex;flex-direction:column;height:100%}
body.jvd-site .jvd-card__body{display:flex;flex:1;flex-direction:column}
body.jvd-site .jvd-card h3{min-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
body.jvd-site .jvd-card__foot{margin-top:auto}
body.jvd-site .jvd-results-toolbar>div{display:flex;align-items:center;gap:12px;min-width:0}
body.jvd-site .jvd-filter-open{align-items:center;gap:7px;font-weight:800;color:#17352f;white-space:nowrap}
body.jvd-site .jvd-filter-open svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
body.jvd-site .jvd-about-hero__copy>p{max-width:720px;color:#536963;font-size:16px;line-height:1.75}
body.jvd-site .jvd-about-hero__lead{font-size:18px!important;color:#284b43!important}
body.jvd-site .jvd-about-compass{background:#123c35;color:#fff;border-radius:22px;padding:34px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}
body.jvd-site .jvd-about-compass h2{font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:14px 0 28px;max-width:520px}
body.jvd-site .jvd-about-compass__countries{display:grid;gap:8px}
body.jvd-site .jvd-about-compass__countries a{display:grid;grid-template-columns:46px 1fr auto;gap:14px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.055);color:#fff;transition:.2s}
body.jvd-site .jvd-about-compass__countries a:hover{background:rgba(255,255,255,.1);transform:translateX(3px)}
body.jvd-site .jvd-about-compass__countries b{width:42px;height:42px;border-radius:10px;background:#eaf4f1;color:#123c35;display:grid;place-items:center;font-size:11px;letter-spacing:.08em}
body.jvd-site .jvd-about-compass__countries span{display:flex;flex-direction:column;gap:3px}
body.jvd-site .jvd-about-compass__countries strong{font-size:14px}
body.jvd-site .jvd-about-compass__countries em{font-style:normal;font-size:11px;color:#bcd0ca}
body.jvd-site .jvd-about-compass__countries i{font-style:normal;color:#ff8a6b}
body.jvd-site .jvd-about-intro__grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px}
body.jvd-site .jvd-about-intro__grid>div:first-child h2{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:14px 0 0}
body.jvd-site .jvd-about-intro__prose{font-size:16px;line-height:1.75;color:#526760}
body.jvd-site .jvd-about-intro__prose p:first-child{margin-top:0}
body.jvd-site .jvd-about-steps{background:#f7faf9}
body.jvd-site .jvd-about-steps__grid article{background:#fff;border:1px solid #e0e8e5;border-radius:16px;padding:24px;display:flex;gap:18px}
body.jvd-site .jvd-about-steps__grid article>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:11px;background:#eaf4f1;color:#123c35;font-weight:850;font-size:11px}
body.jvd-site .jvd-about-steps__grid h3{font-size:20px;margin:3px 0 9px}
body.jvd-site .jvd-about-steps__grid p{font-size:13px;line-height:1.6;color:#63756f;margin:0}
body.jvd-site .jvd-about-values{padding:78px 0 90px}
body.jvd-site .jvd-about-values__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
body.jvd-site .jvd-about-values h2{font-size:44px;line-height:1.05;letter-spacing:-.045em;margin:13px 0 18px}
body.jvd-site .jvd-about-values p{font-size:16px;line-height:1.75;color:#566b65;max-width:620px}
body.jvd-site .jvd-about-values__list{display:grid;gap:10px}
body.jvd-site .jvd-about-values__list article{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:17px 18px;border:1px solid #e1e9e6;border-radius:14px;background:#fff}
body.jvd-site .jvd-about-values__list article>b{font-size:10px;letter-spacing:.1em;color:#ff7658;padding-top:3px}
body.jvd-site .jvd-about-values__list article>span{display:flex;flex-direction:column;gap:4px}
body.jvd-site .jvd-about-values__list strong{font-size:15px}
body.jvd-site .jvd-about-values__list em{font-style:normal;font-size:12px;color:#687b75;line-height:1.5}
body.jvd-site .jvd-contact-hero__grid{grid-template-columns:1.02fr .98fr;align-items:center}
body.jvd-site .jvd-contact-hero__copy p{font-size:17px;line-height:1.7;max-width:680px;color:#51665f}
body.jvd-site .jvd-contact-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
body.jvd-site .jvd-contact-hero__chips span{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #d6e3df;font-size:11px;font-weight:760;color:#17352f}
body.jvd-site .jvd-contact-hero__card{background:#123c35;color:#fff;border:0;border-radius:20px;padding:32px 34px;box-shadow:0 18px 40px rgba(19,60,53,.12)}
body.jvd-site .jvd-contact-hero__card h2{font-size:32px;line-height:1.08;letter-spacing:-.04em;margin:13px 0 12px;color:#fff}
body.jvd-site .jvd-contact-hero__card>p{font-size:13px;line-height:1.6;color:#c8d8d4;margin:0 0 20px}
body.jvd-site .jvd-contact-quicktips{display:grid;gap:8px}
body.jvd-site .jvd-contact-quicktips>div{display:grid;grid-template-columns:32px 1fr;gap:11px;padding:11px 12px;border-radius:11px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.1)}
body.jvd-site .jvd-contact-quicktips>div>b{font-size:9px;letter-spacing:.08em;color:#ff9a80;padding-top:2px}
body.jvd-site .jvd-contact-quicktips span{display:flex;flex-direction:column;gap:2px}
body.jvd-site .jvd-contact-quicktips strong{font-size:12px;color:#fff}
body.jvd-site .jvd-contact-quicktips em{font-size:10px;font-style:normal;color:#b9cec8}

@media(max-width:760px){
  body.jvd-site .jvd-card h3{min-height:34px;max-height:34px;line-height:1.2;margin:6px 0 10px}
  body.jvd-site .jvd-results-toolbar{align-items:center;margin-bottom:14px;min-height:44px}
  body.jvd-site .jvd-results-toolbar>div{gap:9px}
  body.jvd-site .jvd-filter-open{display:inline-flex!important;min-height:42px;padding:9px 12px!important;border-radius:12px!important;border:1px solid #d6e3df!important;background:#fff!important;box-shadow:0 6px 18px rgba(18,60,53,.06);font-size:12px}
  body.jvd-site .jvd-filter-open svg{width:19px;height:19px}
  body.jvd-site .jvd-results-toolbar strong{font-size:11px;color:#647772;font-weight:750;white-space:nowrap}
  body.jvd-site .home-mobile-filter-fab{left:18px!important;bottom:18px!important;min-height:48px;padding:0 16px!important;border-radius:14px!important;background:#123c35!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 36px rgba(10,45,39,.26)!important;font-size:13px;font-weight:850;letter-spacing:.01em}
  body.jvd-site .home-mobile-filter-fab::after{content:'Zoeken';display:inline-block;margin-left:2px;padding-left:9px;border-left:1px solid rgba(255,255,255,.24);font-size:10px;font-weight:700;color:#c9dad5}
  body.jvd-site .home-mobile-filter-fab svg{width:19px!important;height:19px!important}
  body.jvd-site .jvd-journal-intro{padding:34px 0 30px!important}
  body.jvd-site .jvd-journal-intro__grid{gap:18px!important}
  body.jvd-site .jvd-journal-intro h1{font-size:43px!important;line-height:1.04;margin:12px 0 0!important}
  body.jvd-site .jvd-journal-intro__copy{display:flex;flex-direction:column;gap:10px}
  body.jvd-site .jvd-journal-intro__copy p{font-size:15px;line-height:1.6;margin:0}
  body.jvd-site .jvd-journal-intro__copy span{font-size:11px;color:#5e726c}
  body.jvd-site .jvd-journal-featured{padding:28px 0 38px!important}
  body.jvd-site .jvd-journal-featured figure{min-height:230px!important}
  body.jvd-site .jvd-journal-featured__card>div{padding:22px!important}
  body.jvd-site .jvd-journal-list{padding-top:8px!important}
  body.jvd-site .jvd-article-page>.jvd-info-crumbs{display:none!important}
  body.jvd-site .jvd-article-hero{padding-top:24px!important}
  body.jvd-site .jvd-about-hero{padding:40px 0!important}
  body.jvd-site .jvd-about-hero__grid{gap:30px!important}
  body.jvd-site .jvd-about-hero h1{font-size:47px!important}
  body.jvd-site .jvd-about-hero__copy>p{font-size:15px!important;line-height:1.65}
  body.jvd-site .jvd-about-hero__lead{font-size:16px!important}
  body.jvd-site .jvd-about-compass{padding:24px;border-radius:18px}
  body.jvd-site .jvd-about-compass h2{font-size:28px;margin-bottom:20px}
  body.jvd-site .jvd-about-intro{padding:50px 0!important}
  body.jvd-site .jvd-about-intro__grid{grid-template-columns:1fr!important;gap:25px!important}
  body.jvd-site .jvd-about-intro__grid>div:first-child h2{font-size:34px}
  body.jvd-site .jvd-about-steps{padding:50px 0!important}
  body.jvd-site .jvd-about-steps__grid{grid-template-columns:1fr!important;gap:10px!important}
  body.jvd-site .jvd-about-values{padding:52px 0 65px}
  body.jvd-site .jvd-about-values__grid{grid-template-columns:1fr;gap:28px}
  body.jvd-site .jvd-about-values h2{font-size:36px}
  body.jvd-site .jvd-contact-hero{padding:40px 0!important}
  body.jvd-site .jvd-contact-hero__grid{gap:28px!important}
  body.jvd-site .jvd-contact-hero__card{padding:24px;border-radius:17px}
  body.jvd-site .jvd-contact-hero__card h2{font-size:28px}
}

/* 5.2.2 · Reisgids */
body.jvd-site .jvd-guide-hero{background:#eaf4f1;padding:82px 0 48px;border-bottom:1px solid #dce7e3}
body.jvd-site .jvd-guide-hero__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:80px;align-items:end}
body.jvd-site .jvd-guide-hero h1{font-size:clamp(58px,5.4vw,96px);line-height:.95;letter-spacing:-.06em;margin:18px 0 24px;max-width:900px}
body.jvd-site .jvd-guide-hero p{font-size:20px;line-height:1.55;max-width:820px;color:#4f6660}
body.jvd-site .jvd-guide-hero__stats{border-left:1px solid #c9d9d4;padding-left:36px;display:flex;flex-direction:column}
body.jvd-site .jvd-guide-hero__stats strong{font-size:58px;line-height:1;color:#123c35}.jvd-guide-hero__stats span{font-weight:800;font-size:17px;margin-top:4px}.jvd-guide-hero__stats small{margin-top:12px;color:#657772}
body.jvd-site .jvd-guide-country-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:42px;padding-top:26px;border-top:1px solid #d2dfdb}
body.jvd-site .jvd-guide-country-chips a{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#123c35;background:#fff;border:1px solid #d4e0dc;border-radius:999px;padding:11px 15px;font-weight:800}.jvd-guide-country-chips a span{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:#edf5f2;font-size:11px}
body.jvd-site .jvd-guide-list{padding-top:82px}.jvd-guide-list .jvd-section-head>p{max-width:520px;color:#64756f;font-size:17px;line-height:1.6}
body.jvd-site .jvd-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
body.jvd-site .jvd-guide-card{border:1px solid #dce5e2;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 34px rgba(16,60,53,.05);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
body.jvd-site .jvd-guide-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,60,53,.1)}
body.jvd-site .jvd-guide-card__media{position:relative;display:block;aspect-ratio:1.42;overflow:hidden;background:#edf3f1}.jvd-guide-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.jvd-guide-card:hover .jvd-guide-card__media img{transform:scale(1.025)}.jvd-guide-card__media>span{position:absolute;left:14px;top:14px;background:#fff;color:#123c35;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.08em}
body.jvd-site .jvd-guide-card__body{padding:24px;display:flex;flex:1;flex-direction:column}.jvd-guide-card__body>small{font-size:10px;letter-spacing:.09em;font-weight:900;color:#68807a}.jvd-guide-card h3{font-size:27px;line-height:1.08;letter-spacing:-.035em;margin:8px 0 12px}.jvd-guide-card h3 a{color:#123c35;text-decoration:none}.jvd-guide-card p{color:#667771;line-height:1.55;margin:0 0 18px}.jvd-guide-card__meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}.jvd-guide-card__meta span{background:#f1f6f4;border-radius:999px;padding:7px 9px;font-size:10px;color:#51665f}.jvd-guide-card__link{display:flex;justify-content:space-between;align-items:center;color:#123c35;font-weight:900;text-decoration:none;border-top:1px solid #e4ebe8;padding-top:16px;margin-top:18px}
body.jvd-site .jvd-guide-empty{padding:34px;border:1px dashed #cadbd5;border-radius:18px;background:#f8fbfa}.jvd-guide-empty strong{font-size:20px}.jvd-guide-empty p{color:#667771}
body.jvd-site .jvd-guide-detail-hero{padding:54px 0 70px;background:#f8faf9}.jvd-guide-detail-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:center}.jvd-guide-detail-hero__copy h1{font-size:clamp(54px,5vw,86px);line-height:.96;letter-spacing:-.06em;margin:18px 0 22px}.jvd-guide-detail-hero__copy>p{font-size:19px;line-height:1.6;color:#5c706a;max-width:650px}.jvd-guide-detail-hero figure{margin:0;border-radius:22px;overflow:hidden;aspect-ratio:1.35;background:#eef3f1}.jvd-guide-detail-hero figure img{width:100%;height:100%;object-fit:cover;display:block}.jvd-guide-detail-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.jvd-guide-detail-chips span{background:#eaf4f1;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800;color:#123c35}
body.jvd-site .jvd-guide-detail-body{padding:78px 0 100px}.jvd-guide-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:76px;align-items:start}.jvd-guide-article__intro h2{font-size:42px;letter-spacing:-.04em;margin:10px 0 22px}.jvd-guide-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:38px}.jvd-guide-facts>div{background:#f2f7f5;border-radius:14px;padding:16px}.jvd-guide-facts small{display:block;color:#73837e;font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.jvd-guide-facts strong{font-size:13px;color:#123c35}
body.jvd-site .jvd-guide-prose{max-width:860px;font-size:17px;line-height:1.8;color:#405b54}.jvd-guide-prose h2{font-size:36px;line-height:1.08;letter-spacing:-.035em;color:#123c35;margin:42px 0 16px}.jvd-guide-prose h3{font-size:26px;line-height:1.15;color:#123c35;margin:30px 0 12px}.jvd-guide-prose p{margin:0 0 19px}.jvd-guide-prose ul,.jvd-guide-prose ol{padding-left:22px;margin:0 0 22px}.jvd-guide-prose li{margin:7px 0}.jvd-guide-prose a{color:#123c35;font-weight:800}
body.jvd-site .jvd-guide-sidebar{position:sticky;top:112px;display:grid;gap:18px}.jvd-guide-sidebar__cta{background:#123c35;color:#fff;border-radius:20px;padding:28px}.jvd-guide-sidebar__cta h3{font-size:29px;line-height:1.08;letter-spacing:-.035em;margin:12px 0}.jvd-guide-sidebar__cta p{color:#d9e5e1;line-height:1.6}.jvd-guide-sidebar__cta>a{display:flex;justify-content:space-between;align-items:center;margin-top:22px;background:#ff7a59;color:#fff;border-radius:12px;padding:14px 16px;text-decoration:none;font-weight:900}.jvd-guide-sidebar__more{border:1px solid #dce5e2;border-radius:18px;padding:22px}.jvd-guide-sidebar__more>small{font-size:9px;letter-spacing:.09em;color:#75857f}.jvd-guide-sidebar__more>strong{display:block;font-size:21px;margin:4px 0 10px}.jvd-guide-sidebar__more>a{display:block;text-decoration:none;color:#123c35;border-top:1px solid #e6ecea;padding:13px 0}.jvd-guide-sidebar__more>a span{display:block;font-weight:850;line-height:1.25}.jvd-guide-sidebar__more>a small{display:block;color:#73847e;margin-top:4px}
@media(max-width:1050px){body.jvd-site .jvd-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jvd-guide-detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:40px}.jvd-guide-detail-hero__grid{gap:40px}}
@media(max-width:760px){body.jvd-site .jvd-guide-hero{padding:54px 0 34px}.jvd-guide-hero__grid{grid-template-columns:1fr;gap:26px}.jvd-guide-hero h1{font-size:48px}.jvd-guide-hero p{font-size:16px}.jvd-guide-hero__stats{border-left:0;border-top:1px solid #ccdbd6;padding:18px 0 0}.jvd-guide-hero__stats strong{font-size:42px}.jvd-guide-country-chips{margin-top:25px;padding-top:18px}.jvd-guide-list{padding-top:52px!important}.jvd-guide-grid{grid-template-columns:1fr!important;gap:16px}.jvd-guide-card__body{padding:19px}.jvd-guide-card h3{font-size:24px}.jvd-guide-detail-hero{padding:30px 0 42px}.jvd-guide-detail-hero__grid{grid-template-columns:1fr}.jvd-guide-detail-hero figure{order:-1;aspect-ratio:1.3}.jvd-guide-detail-hero__copy h1{font-size:45px}.jvd-guide-detail-hero__copy>p{font-size:16px}.jvd-guide-detail-body{padding:50px 0 70px}.jvd-guide-detail-layout{grid-template-columns:1fr}.jvd-guide-facts{grid-template-columns:1fr 1fr}.jvd-guide-sidebar{position:static}.jvd-guide-prose{font-size:16px}.jvd-guide-prose h2{font-size:30px}}

/* 5.2.3 — automatische plaats-reisgids op productdetail */
body.jvd-site .jvd-product-guide-link{margin-top:16px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #d7e4df;background:#eef6f3;border-radius:16px;padding:15px 16px}
body.jvd-site .jvd-product-guide-link__icon{width:44px;height:44px;border-radius:13px;background:#123c35;color:#fff;display:grid;place-items:center}
body.jvd-site .jvd-product-guide-link__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
body.jvd-site .jvd-product-guide-link__copy{min-width:0;display:flex;flex-direction:column;gap:3px}
body.jvd-site .jvd-product-guide-link__copy small{font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.09em;color:#6c817a}
body.jvd-site .jvd-product-guide-link__copy strong{font-size:14px;line-height:1.3;color:#123c35}
body.jvd-site .jvd-product-guide-link>a{display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:#fff;border:1px solid #d4e1dd;padding:10px 13px;color:#123c35;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}
body.jvd-site .jvd-product-guide-link>a:hover{background:#123c35;color:#fff;border-color:#123c35}
@media(max-width:760px){body.jvd-site .jvd-product-guide-link{grid-template-columns:40px minmax(0,1fr);gap:11px;padding:14px}.jvd-product-guide-link__icon{width:40px!important;height:40px!important}.jvd-product-guide-link>a{grid-column:1/-1;justify-content:center;width:100%;border-radius:11px!important}}


/* 5.2.4 · Reisgidsbibliotheek + Laura blogt */
body.jvd-site .jvd-guide-intro{padding:52px 0;background:#fff;border-bottom:1px solid #e2e9e6}
body.jvd-site .jvd-guide-intro__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:end}
body.jvd-site .jvd-guide-intro h2{font-size:clamp(34px,3.2vw,52px);line-height:1.04;letter-spacing:-.045em;margin:11px 0 0;color:#123c35}
body.jvd-site .jvd-guide-intro p{margin:0;color:#5f746d;font-size:16px;line-height:1.7;max-width:720px}
body.jvd-site .jvd-guide-country-section{padding:78px 0}
body.jvd-site .jvd-guide-country-section:nth-of-type(even){background:#f8faf9}
body.jvd-site .jvd-guide-country-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #dce6e2}
body.jvd-site .jvd-guide-country-head h2{font-size:clamp(34px,3.2vw,50px);line-height:1;letter-spacing:-.045em;margin:8px 0 0;color:#123c35}
body.jvd-site .jvd-guide-country-head>span{font-size:12px;font-weight:850;color:#63766f;background:#eef5f2;border-radius:999px;padding:9px 12px}
body.jvd-site .jvd-guide-card__body>small:empty{display:none}
body.jvd-site .jvd-blog-card__body>small,body.jvd-site .jvd-journal-card span,body.jvd-site .jvd-article-meta span:first-child{color:#ff7a59}
@media(max-width:760px){body.jvd-site .jvd-guide-intro{padding:36px 0}.jvd-guide-intro__grid{grid-template-columns:1fr;gap:18px}.jvd-guide-intro h2{font-size:34px}.jvd-guide-country-section{padding:48px 0}.jvd-guide-country-head{align-items:flex-start}.jvd-guide-country-head h2{font-size:34px}.jvd-guide-country-head>span{white-space:nowrap}}

/* 5.2.5 · Reisgids inhoudsopgave + praktische afsluiting */
body.jvd-site .jvd-guide-toc{margin:8px 0 38px;background:linear-gradient(145deg,#f5f8f7,#eef4f1);border:1px solid #dce6e2;border-radius:20px;padding:28px 30px}
body.jvd-site .jvd-guide-toc h2{margin:7px 0 19px;font-size:30px;line-height:1.08;letter-spacing:-.035em;color:#123c35}
body.jvd-site .jvd-guide-toc ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}
body.jvd-site .jvd-guide-toc li{min-width:0;border-top:1px solid rgba(18,60,53,.09)}
body.jvd-site .jvd-guide-toc li:nth-child(-n+2){border-top:0}
body.jvd-site .jvd-guide-toc a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;color:#36544c;text-decoration:none;font-size:14px;line-height:1.4}
body.jvd-site .jvd-guide-toc a:hover{color:#123c35}
body.jvd-site .jvd-guide-toc a b{display:grid;place-items:center;width:25px;height:25px;min-width:25px;border-radius:50%;background:#fff;border:1px solid #d5e2dd;color:#123c35;font-size:11px;font-weight:900}
body.jvd-site .jvd-guide-toc__level-3 a{padding-left:15px;font-size:13px;color:#6b7e78}
body.jvd-site .jvd-guide-prose h2[id],body.jvd-site .jvd-guide-prose h3[id]{scroll-margin-top:130px}
body.jvd-site .jvd-guide-summary{margin-top:54px;background:#f4f6f5;border:1px solid #e1e7e4;border-radius:22px;padding:30px 34px}
body.jvd-site .jvd-guide-summary__head{display:flex;justify-content:space-between;align-items:end;gap:25px;padding-bottom:20px;margin-bottom:2px;border-bottom:1px solid #dbe4e0}
body.jvd-site .jvd-guide-summary__head h2{margin:6px 0 0;font-size:34px;line-height:1.05;letter-spacing:-.04em;color:#123c35}
body.jvd-site .jvd-guide-summary dl{margin:0}
body.jvd-site .jvd-guide-summary dl>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;padding:15px 0;border-bottom:1px solid #dfe7e4}
body.jvd-site .jvd-guide-summary dl>div:last-child{border-bottom:0;padding-bottom:2px}
body.jvd-site .jvd-guide-summary dt{font-weight:900;color:#173f37}
body.jvd-site .jvd-guide-summary dd{margin:0;color:#526961;line-height:1.55}
@media(max-width:760px){
 body.jvd-site .jvd-guide-toc{margin:2px 0 30px;padding:22px 20px;border-radius:17px}
 body.jvd-site .jvd-guide-toc h2{font-size:26px;margin-bottom:14px}
 body.jvd-site .jvd-guide-toc ol{grid-template-columns:1fr}
 body.jvd-site .jvd-guide-toc li:nth-child(2){border-top:1px solid rgba(18,60,53,.09)}
 body.jvd-site .jvd-guide-toc a{padding:10px 0;font-size:13px}
 body.jvd-site .jvd-guide-summary{margin-top:38px;padding:23px 20px;border-radius:18px}
 body.jvd-site .jvd-guide-summary__head{display:block;padding-bottom:16px}
 body.jvd-site .jvd-guide-summary__head h2{font-size:29px}
 body.jvd-site .jvd-guide-summary dl>div{grid-template-columns:1fr;gap:4px;padding:13px 0}
 body.jvd-site .jvd-guide-summary dt{font-size:13px}
 body.jvd-site .jvd-guide-summary dd{font-size:14px}
}


/* 5.2.7 · Reisgids layout refinement */
body.jvd-site .jvd-guide-summary__head{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:7px}
body.jvd-site .jvd-guide-summary__head .jvd-kicker{order:1}
body.jvd-site .jvd-guide-summary__head h2{order:2;margin:0}
body.jvd-site .jvd-guide-intro__grid{grid-template-columns:minmax(0,1fr);gap:0;align-items:start}
body.jvd-site .jvd-guide-intro__grid>div{max-width:980px}
body.jvd-site .jvd-guide-intro__grid p{margin:22px 0 0;max-width:820px}
@media(max-width:760px){body.jvd-site .jvd-guide-intro__grid p{margin-top:16px}body.jvd-site .jvd-guide-summary__head{gap:6px}}

/* 5.2.8 — opvallende live zoekbalk op Reisgidsen */
body.jvd-site .jvd-guide-search-section{padding:0 0 42px;background:#fff;border-bottom:1px solid #e2e9e6}
body.jvd-site .jvd-guide-search{position:relative;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:34px;align-items:center;background:#123c35;border-radius:24px;padding:30px 34px;box-shadow:0 18px 50px rgba(18,60,53,.12);overflow:hidden}
body.jvd-site .jvd-guide-search:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-100px;top:-130px;background:rgba(255,255,255,.055);pointer-events:none}
body.jvd-site .jvd-guide-search__copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}
body.jvd-site .jvd-guide-search__copy .jvd-kicker{color:#ff9a7f}
body.jvd-site .jvd-guide-search__copy strong{font-size:30px;line-height:1.04;letter-spacing:-.035em;color:#fff;margin-top:8px}
body.jvd-site .jvd-guide-search__copy small{font-size:13px;line-height:1.5;color:#cfe0da;margin-top:8px}
body.jvd-site .jvd-guide-search__field{position:relative;z-index:1}
body.jvd-site .jvd-guide-search__field input{width:100%;height:68px;border:0!important;outline:0;background:#fff;color:#123c35;border-radius:17px;padding:0 58px 0 58px;font:inherit;font-size:16px;font-weight:750;box-shadow:0 8px 24px rgba(0,0,0,.10)}
body.jvd-site .jvd-guide-search__field input::placeholder{color:#7d8d88;font-weight:600}
body.jvd-site .jvd-guide-search__field input:focus{box-shadow:0 0 0 4px rgba(255,122,89,.25),0 8px 24px rgba(0,0,0,.10)}
body.jvd-site .jvd-guide-search__icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#123c35;z-index:2;pointer-events:none}
body.jvd-site .jvd-guide-search__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
body.jvd-site .jvd-guide-search__clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:#edf4f1;color:#123c35;font-size:24px;line-height:1;cursor:pointer;z-index:3}
body.jvd-site .jvd-guide-search__clear:hover{background:#ff7a59;color:#fff}
body.jvd-site .jvd-guide-search__status{grid-column:2;font-size:11px;font-weight:800;letter-spacing:.02em;color:#bdd1cb;margin-top:-20px;padding-left:2px;position:relative;z-index:1}
body.jvd-site .jvd-guide-search-empty{margin-top:18px;border:1px dashed #cbdcd6;background:#f7faf9;border-radius:17px;padding:22px 24px;color:#123c35}
body.jvd-site .jvd-guide-search-empty strong{font-size:18px}.jvd-guide-search-empty p{margin:5px 0 0;color:#687b75}
body.jvd-site .jvd-guide-card[hidden],body.jvd-site .jvd-guide-country-section[hidden]{display:none!important}
@media(max-width:760px){body.jvd-site .jvd-guide-search-section{padding-bottom:30px}.jvd-guide-search{grid-template-columns:1fr!important;gap:20px!important;padding:24px 20px!important;border-radius:20px!important}.jvd-guide-search__copy strong{font-size:25px!important}.jvd-guide-search__copy small{font-size:12px!important}.jvd-guide-search__field input{height:60px!important;padding-left:52px!important;font-size:14px!important}.jvd-guide-search__icon{left:17px!important}.jvd-guide-search__status{grid-column:1!important;margin-top:-10px!important}}


/* 5.2.9 — Reisgids zoekresultaten direct onder de zoekbalk */
body.jvd-site .jvd-guide-search-results{padding:44px 0 66px;background:#f8faf9;border-bottom:1px solid #e2e9e6}
body.jvd-site .jvd-guide-search-results__head{margin-bottom:26px}
body.jvd-site .jvd-guide-search-results__head h2{font-size:38px;line-height:1.08;margin:7px 0 0;letter-spacing:-.035em}
body.jvd-site .jvd-guide-search-results[hidden]{display:none!important}
@media(max-width:760px){body.jvd-site .jvd-guide-search-results{padding:34px 0 46px}.jvd-guide-search-results__head h2{font-size:30px!important}}

/* 5.2.10 — Reisgids zoekbalk uitlijning + mobiele layout repair */
body.jvd-site .jvd-guide-search{
  grid-template-rows:auto auto;
  column-gap:34px;
  row-gap:10px;
  align-items:center;
}
body.jvd-site .jvd-guide-search__copy{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:stretch;
  justify-content:center;
  min-width:0;
}
body.jvd-site .jvd-guide-search__field{
  grid-column:2;
  grid-row:1;
  align-self:center;
  min-width:0;
}
body.jvd-site .jvd-guide-search__field .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
body.jvd-site .jvd-guide-search__field input{
  box-sizing:border-box;
  -webkit-appearance:none;
  appearance:none;
  padding-top:0!important;
  padding-bottom:0!important;
  line-height:68px;
}
body.jvd-site .jvd-guide-search__icon{
  display:grid;
  place-items:center;
}
body.jvd-site .jvd-guide-search__clear{
  display:grid;
  place-items:center;
  padding:0;
}
body.jvd-site .jvd-guide-search__status{
  grid-column:2;
  grid-row:2;
  align-self:start;
  margin-top:0;
  padding-left:2px;
}

@media(max-width:760px){
  /* De eerdere mobiele Reisgids-regels verloren door hogere desktop-specificiteit. */
  body.jvd-site .jvd-guide-hero{padding:42px 0 30px}
  body.jvd-site .jvd-guide-hero__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr)!important;
    gap:24px!important;
    align-items:start!important;
  }
  body.jvd-site .jvd-guide-hero__grid>div{width:100%;min-width:0}
  body.jvd-site .jvd-guide-hero h1{
    font-size:clamp(42px,13vw,52px)!important;
    line-height:.98!important;
    letter-spacing:-.055em;
    max-width:none;
    margin:16px 0 20px;
    word-break:normal;
    overflow-wrap:normal;
  }
  body.jvd-site .jvd-guide-hero p{
    font-size:16px!important;
    line-height:1.55;
    max-width:none;
    margin:0;
  }
  body.jvd-site .jvd-guide-hero__stats{
    width:100%;
    border-left:0!important;
    border-top:1px solid #ccdbd6;
    padding:18px 0 0!important;
  }
  body.jvd-site .jvd-guide-hero__stats strong{font-size:42px!important}
  body.jvd-site .jvd-guide-country-chips{
    width:100%;
    margin-top:24px!important;
    padding-top:18px!important;
    gap:8px;
  }
  body.jvd-site .jvd-guide-country-chips a{padding:10px 13px}

  body.jvd-site .jvd-guide-intro{padding:34px 0}
  body.jvd-site .jvd-guide-intro__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr)!important;
    gap:0!important;
  }
  body.jvd-site .jvd-guide-intro__grid>div{width:100%;min-width:0;max-width:none}
  body.jvd-site .jvd-guide-intro h2{font-size:34px!important;line-height:1.06}
  body.jvd-site .jvd-guide-intro__grid p{font-size:15px;line-height:1.65;max-width:none}

  body.jvd-site .jvd-guide-search-section{padding:0 0 30px}
  body.jvd-site .jvd-guide-search{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto;
    column-gap:0!important;
    row-gap:16px!important;
    align-items:stretch!important;
    padding:24px 20px!important;
    border-radius:20px!important;
  }
  body.jvd-site .jvd-guide-search__copy{
    grid-column:1;
    grid-row:1;
    align-self:auto;
    justify-content:flex-start;
  }
  body.jvd-site .jvd-guide-search__copy strong{font-size:25px!important}
  body.jvd-site .jvd-guide-search__copy small{font-size:12px!important}
  body.jvd-site .jvd-guide-search__field{
    grid-column:1;
    grid-row:2;
    width:100%;
    min-width:0;
  }
  body.jvd-site .jvd-guide-search__field input{
    width:100%;
    height:60px!important;
    line-height:60px;
    padding:0 48px 0 52px!important;
    font-size:14px!important;
    border-radius:15px;
  }
  body.jvd-site .jvd-guide-search__icon{left:17px!important;top:50%!important}
  body.jvd-site .jvd-guide-search__clear{right:11px;width:36px;height:36px;top:50%!important}
  body.jvd-site .jvd-guide-search__status{
    grid-column:1!important;
    grid-row:3;
    margin:0!important;
    padding-left:2px;
  }

  body.jvd-site .jvd-guide-country-section{padding:48px 0}
  body.jvd-site .jvd-guide-country-head{align-items:flex-start}
  body.jvd-site .jvd-guide-country-head h2{font-size:34px!important;line-height:1.04}
  body.jvd-site .jvd-guide-grid{grid-template-columns:minmax(0,1fr)!important;gap:16px!important}
}

/* 5.2.11 — laatste mobiele Reisgids verfijning */
@media(max-width:760px){
  /* Landkop: teller los van de titel zodat de titel de volledige mobiele breedte krijgt. */
  body.jvd-site .jvd-guide-country-section{padding:36px 0 44px}
  body.jvd-site .jvd-guide-country-head{
    position:relative;
    display:block!important;
    margin-bottom:22px;
    padding-bottom:18px;
  }
  body.jvd-site .jvd-guide-country-head>div{
    width:100%;
    min-width:0;
  }
  body.jvd-site .jvd-guide-country-head .jvd-kicker{
    padding-right:96px;
  }
  body.jvd-site .jvd-guide-country-head>span{
    position:absolute;
    top:-5px;
    right:0;
    margin:0;
    padding:8px 11px;
    font-size:11px;
  }
  body.jvd-site .jvd-guide-country-head h2{
    width:100%;
    max-width:330px;
    margin-top:10px;
    font-size:32px!important;
    line-height:1.04!important;
    letter-spacing:-.04em;
  }

  /* Minder lucht tussen zoekblok en de eerste gidssectie. */
  body.jvd-site .jvd-guide-search-section{padding-bottom:22px}
  body.jvd-site .jvd-guide-search-results{padding-top:30px}

  /* Detail: omslagafbeelding dichter onder de mobiele header. */
  body.jvd-site .jvd-guide-detail-hero{
    padding-top:16px!important;
    padding-bottom:34px!important;
  }
  body.jvd-site .jvd-guide-detail-hero figure{
    margin-top:0!important;
  }
}


/* JVD 5.2.22: compacte filterlijsten met eigen scrollbar */
body.jvd-site .jvd-filter-options{
  max-height:230px;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:#b8c9c4 transparent;
  padding-right:10px;
}
body.jvd-site .jvd-filter-options::-webkit-scrollbar{width:7px}
body.jvd-site .jvd-filter-options::-webkit-scrollbar-track{background:transparent}
body.jvd-site .jvd-filter-options::-webkit-scrollbar-thumb{background:#b8c9c4;border-radius:999px;border:2px solid #fff}
body.jvd-site .jvd-filter-options::-webkit-scrollbar-thumb:hover{background:#8ea8a0}
@media(max-width:760px){
  body.jvd-site .jvd-filter-options{max-height:250px;padding-right:8px}
}
