/* A single photographic heading: clear hierarchy, no separate colour badges. */
.tour-story .journal-gallery{--story-photo-min:320px;min-height:max(var(--story-photo-min),var(--story-overlay-clearance,0px));aspect-ratio:3/2;align-self:center}
.tour-story .tour-benefits{--benefit-inset-x:28px;--benefit-inset-y:20px;position:absolute;z-index:3;top:var(--benefit-inset-y);left:var(--benefit-inset-x);right:var(--benefit-inset-x);display:flex;flex-direction:column;align-items:flex-start;gap:2px;pointer-events:none;color:#fff;text-shadow:0 1px 3px #092c2673}
/* Fade continues beyond the last line, even when enlarged text wraps. */
.tour-story .tour-benefits::before{content:"";position:absolute;z-index:-1;inset:calc(0px - var(--benefit-inset-y)) calc(0px - var(--benefit-inset-x)) -36px;background:linear-gradient(180deg,#0b302adb,#0b302ac0 calc(100% - 36px),#0b302a00);pointer-events:none}
.tour-story .benefit-refund{display:block;max-width:100%;min-height:36px;padding:4px 0;color:#fff;font-size:1.125rem;font-weight:500;line-height:1.4;text-decoration:none;overflow-wrap:anywhere;pointer-events:auto}
.tour-story .benefit-refund strong{color:#f5dfa5;font-weight:700}
.tour-story .benefit-tags{display:flex;flex-wrap:wrap;align-items:center;gap:0 12px;max-width:100%}
.tour-story .benefit-tags>a,.tour-story .benefit-tags>span{display:block;max-width:100%;min-height:28px;padding:4px 0;color:#f3f6f1;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;overflow-wrap:anywhere}
.tour-story .benefit-tags>a{pointer-events:auto}
.tour-story .benefit-tags>span{padding-inline-start:12px;border-inline-start:1px solid #ffffff57}
.tour-story .tour-benefits a:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:2px;background:#0b302a}
.tour-story .tour-benefits a:hover{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
.tour-story .journal-slide figcaption{padding-bottom:var(--story-caption-bottom,80px)}
.north-panorama .eu-more-proof .eu-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.north-panorama .eu-more-proof>.wrap{display:block}
.north-panorama .eu-more-proof .eu-video-grid>.g-video{grid-column:auto;grid-row:auto;min-width:0}
.north-panorama .eu-more-proof h2{margin-bottom:24px}
@media(max-width:700px){
 .tour-story .tour-benefits{--benefit-inset-x:16px;--benefit-inset-y:12px}
 .tour-story .benefit-refund{min-height:32px;font-size:1rem}
 .tour-story .journal-gallery{--story-photo-min:300px;aspect-ratio:auto;align-self:stretch}
 .tour-story .journal-slide figcaption{padding-bottom:var(--story-caption-bottom,72px)}
 .north-panorama .eu-more-proof .eu-video-grid{grid-template-columns:minmax(0,1fr)}
}
@supports(height:100svh){
 @media(max-width:700px){.tour-story .journal-gallery{--story-photo-min:clamp(280px,36svh,320px)}}
}
@media(max-width:700px) and (max-height:700px){
 .tour-story .journal-gallery{--story-photo-min:240px}
}
