/* ===================================================================
 * The Jehouligans - site.css (reisverhalen, samenwerken, over ons,
 * contact). Builds on base_min.css / vendor_min.css / main.css
 * ------------------------------------------------------------------- */

:root {
  --tj-teal: #07617d;
  --tj-teal-dark: #054a60;
  --tj-orange: #f9a828;
  --tj-dark: #151515;
  --tj-ink: #353535;
  --tj-muted: #7a7a7a;
  --tj-line: #e8e8e8;
  --tj-paper: #f7f5f1;
  --tj-white: #ffffff;
}

html { scroll-behavior: smooth; }
body { overflow-x: clip; }
img { max-width: 100%; height: auto; }

/* --- header on inner pages ------------------------------------------ */
.page header { position: fixed; }
.page header .header-logo { position: fixed; z-index: 710; }
.header-pill { position: fixed; top: 0; left: 0; right: 0; height: 100px; z-index: 690;
  background: linear-gradient(180deg, rgba(21,21,21,.55), rgba(21,21,21,0)); transition: background .3s ease-in-out; pointer-events: none; }
body.is-scrolled .header-pill { height: 96px; background: rgba(21,21,21,.82); backdrop-filter: blur(6px); }
.lang-switch { position: fixed; top: 30px; right: 150px; z-index: 720;
  font-family: "montserrat-bold", sans-serif; font-size: 1.1rem; letter-spacing: .25rem;
  text-transform: uppercase; line-height: 42px; }
.lang-switch a, .lang-switch a:visited { color: rgba(255,255,255,.65); }
.lang-switch a.is-active, .lang-switch a:hover { color: #fff; }
.lang-switch span { color: rgba(255,255,255,.35); margin: 0 .6rem; }
@media only screen and (max-width: 600px) { .lang-switch { right: 120px; } }

/* off-canvas nav: sub items + language row */
#menu-nav-wrap .nav-list li.has-sub > a { font-family: "montserrat-bold", sans-serif; }
#menu-nav-wrap { width: 290px; }
#menu-nav-wrap .nav-list li { line-height: 1.5; padding: 1.2rem 0; }
#menu-nav-wrap .nav-list li.sub { padding: .4rem 0 .4rem 1.6rem; border: none; }
#menu-nav-wrap .nav-list li.sub a { display: flex; align-items: flex-start; gap: .8rem; font-size: 1.3rem; line-height: 1.5; opacity: .85; }
#menu-nav-wrap .nav-list li.sub a::before { content: "\2013"; flex: none; opacity: .6; }
#menu-nav-wrap .nav-lang { margin: 2.4rem 0 0; padding: 0; list-style: none; display: flex; gap: 1.2rem;
  font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .25rem; text-transform: uppercase; }
#menu-nav-wrap .nav-lang li { list-style: none; padding: 0; }
#menu-nav-wrap .nav-lang a { color: rgba(255,255,255,.6); }
#menu-nav-wrap .nav-lang a.is-active { color: #fff; border-bottom: 2px solid var(--tj-orange); }

/* --- page hero -------------------------------------------------------- */
.page-hero { position: relative; min-height: 62vh; background-color: var(--tj-dark);
  background-size: cover; background-position: center; display: flex; align-items: flex-end; color: #fff; }
.page-hero.tall { min-height: 78vh; }
.page-hero.short { min-height: 46vh; }
.page-hero .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(21,21,21,.35) 0%, rgba(21,21,21,.25) 40%, rgba(21,21,21,.85) 100%); }
.page-hero .row { position: relative; z-index: 2; width: 100%; padding-bottom: 6rem; padding-top: 14rem; }
.page-hero .kicker, .kicker { font-family: "montserrat-bold", sans-serif; font-size: 1.3rem; letter-spacing: .35rem;
  text-transform: uppercase; color: var(--tj-orange); margin-bottom: 1.6rem; display: block; }
.page-hero h1 { color: #fff; font-family: "librebaskerville-bold", serif; font-size: 4.6rem; line-height: 1.2; letter-spacing: 0; margin-bottom: 1.8rem; max-width: 900px; }
.page-hero .lead { color: rgba(255,255,255,.85); max-width: 720px; margin-bottom: 2.4rem; }
.page-hero .meta { font-family: "montserrat-regular", sans-serif; font-size: 1.3rem; letter-spacing: .1rem; text-transform: uppercase; color: rgba(255,255,255,.75); }
.page-hero .meta span + span::before { content: "\00b7"; margin: 0 1rem; }
@media only screen and (max-width: 768px) {
  .page-hero h1 { font-size: 3.2rem; }
  .page-hero .row { padding-top: 11rem; padding-bottom: 4rem; }
}

/* --- generic sections -------------------------------------------------- */
.section { padding: 9rem 0; position: relative; }
.section.tight { padding: 6rem 0; }
.section.paper { background: var(--tj-paper); }
.section.dark { background: var(--tj-dark); color: rgba(255,255,255,.8); }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: #fff; }
.section.teal { background: var(--tj-teal); color: rgba(255,255,255,.88); }
.section.teal h1, .section.teal h2, .section.teal h3, .section.teal h4 { color: #fff; }
.section.teal .kicker { color: #ffd67a; }
.section-head { max-width: 760px; margin: 0 auto 5rem; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-family: "librebaskerville-bold", serif; font-size: 3.4rem; line-height: 1.3; letter-spacing: 0; }
.section-head .lead { margin-bottom: 0; }
.section.dark .lead, .section.teal .lead { color: rgba(255,255,255,.8); }
.section-head h2::after { content: ""; display: block; width: 3px; height: 6rem; background: rgba(149,149,149,.7); margin: 2.4rem auto 0; }
.section-head.left h2::after { margin-left: 0; }
.section.teal .section-head h2::after, .section.dark .section-head h2::after { background: rgba(255,255,255,.35); }
.rule { display: block; width: 3px; height: 9.6rem; background: rgba(149,149,149,.7); margin: 0 auto 2.4rem; }
.narrow-copy { max-width: 760px; margin: 0 auto; }
.narrow-copy p { font-size: 1.7rem; line-height: 1.9; }
.statement { font-family: "librebaskerville-bold", serif; font-size: 2.8rem; line-height: 1.6; color: #2e383f; text-align: center; max-width: 900px; margin: 0 auto 3rem; }
.statement span { color: var(--tj-teal); }
.section.dark .statement, .section.teal .statement { color: #fff; }

/* buttons */
.button.stroke.white { border-color: #fff; color: #fff; }
.button.stroke.white:hover { border-color: var(--tj-orange); color: var(--tj-orange); }
.button.solid { background: var(--tj-orange) !important; color: var(--tj-dark) !important; border: 3px solid var(--tj-orange); line-height: 4.8rem; }
.button.solid:hover { background: #ffb946 !important; border-color: #ffb946; }
.button.solid.teal { background: var(--tj-teal) !important; border-color: var(--tj-teal); color: #fff !important; }
.button.solid.teal:hover { background: var(--tj-teal-dark) !important; border-color: var(--tj-teal-dark); }
.button.small { height: 4.2rem; line-height: 3.6rem; padding: 0 2rem; font-size: 1.2rem; letter-spacing: .2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.button-row.center { justify-content: center; }
.button-row .button { margin: 0; }
.text-link { font-family: "montserrat-bold", sans-serif; font-size: 1.3rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-teal); }
.text-link::after { content: " \2192"; }
.text-link.white { color: #fff; }

/* --- stat tiles ---------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2.4rem; }
.stat { background: #fff; border: 1px solid var(--tj-line); padding: 3rem 2.4rem; text-align: center; }
.section.dark .stat, .section.teal .stat { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.stat .num { font-family: "librebaskerville-bold", serif; font-size: 4.2rem; line-height: 1; color: var(--tj-teal); display: block; margin-bottom: 1rem; }
.section.dark .stat .num, .section.teal .stat .num { color: var(--tj-orange); }
.stat .lbl { font-family: "montserrat-bold", sans-serif; font-size: 1.15rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-muted); }
.section.dark .stat .lbl, .section.teal .stat .lbl { color: rgba(255,255,255,.65); }
.stat .sub { display: block; font-size: 1.3rem; color: var(--tj-muted); margin-top: .8rem; line-height: 1.6; }
.section.dark .stat .sub, .section.teal .stat .sub { color: rgba(255,255,255,.55); }

/* --- feature grid (services) -------------------------------------------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 3rem; }
.feature { padding: 3.6rem 3rem; background: #fff; border: 1px solid var(--tj-line); position: relative; }
.section.dark .feature, .section.teal .feature { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.feature .icon { font-size: 3.6rem; color: var(--tj-teal); line-height: 1; margin-bottom: 2rem; display: block; }
.section.dark .feature .icon, .section.teal .feature .icon { color: var(--tj-orange); }
.feature h3 { font-family: "montserrat-bold", sans-serif; font-size: 1.5rem; letter-spacing: .25rem; text-transform: uppercase; margin-bottom: 1.4rem; }
.feature p { font-size: 1.5rem; line-height: 1.85; margin-bottom: 1.6rem; }
.feature ul { margin: 0 0 1.6rem; font-size: 1.45rem; line-height: 1.8; }
.feature ul li { list-style: none; padding-left: 2rem; position: relative; }
.feature ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--tj-orange); }
.feature .tag { position: absolute; top: 1.6rem; right: 1.6rem; font-family: "montserrat-bold", sans-serif; font-size: 1rem; letter-spacing: .2rem;
  text-transform: uppercase; background: var(--tj-orange); color: var(--tj-dark); padding: .3rem .9rem; }
.feature.highlight { border: 3px solid var(--tj-orange); }
.feature .price { font-family: "librebaskerville-bold", serif; font-size: 2rem; margin-bottom: 1.6rem; color: var(--tj-dark); }
.section.dark .feature .price, .section.teal .feature .price { color: #fff; }

/* --- split (image + text) ------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { width: 100%; display: block; }
.split-media.frame img { box-shadow: 0 30px 60px -30px rgba(0,0,0,.45); }
.split h2 { font-family: "librebaskerville-bold", serif; font-size: 3.2rem; line-height: 1.3; letter-spacing: 0; }
.split p { font-size: 1.6rem; line-height: 1.9; }
@media only screen and (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 3.6rem; } .split.reverse .split-media { order: 0; } }

/* --- cards (blog) ---------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 3.6rem 3rem; }
.card { background: #fff; display: flex; flex-direction: column; border: 1px solid var(--tj-line); transition: transform .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -28px rgba(0,0,0,.4); }
.card .card-media { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e9eaea; }
.card .card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card .card-cat { position: absolute; left: 1.6rem; top: 1.6rem; font-family: "montserrat-bold", sans-serif; font-size: 1.05rem; letter-spacing: .25rem;
  text-transform: uppercase; background: rgba(21,21,21,.75); color: #fff; padding: .5rem 1.1rem; }
.card .card-lang { position: absolute; right: 1.6rem; top: 1.6rem; font-family: "montserrat-bold", sans-serif; font-size: 1rem; letter-spacing: .2rem;
  background: rgba(255,255,255,.9); color: var(--tj-dark); padding: .4rem .8rem; }
.card .card-body { padding: 2.4rem 2.4rem 2.8rem; display: flex; flex-direction: column; flex: 1; }
.card .card-meta { font-family: "montserrat-regular", sans-serif; font-size: 1.15rem; letter-spacing: .15rem; text-transform: uppercase; color: var(--tj-muted); margin-bottom: 1.2rem; }
.card .card-meta span + span::before { content: "\00b7"; margin: 0 .8rem; }
.card h3 { font-family: "librebaskerville-bold", serif; font-size: 1.9rem; line-height: 1.45; margin-bottom: 1.2rem; letter-spacing: 0; }
.card h3 a { color: var(--tj-dark); }
.card h3 a:hover { color: var(--tj-teal); }
.card p { font-size: 1.45rem; line-height: 1.8; color: #555; margin-bottom: 1.8rem; flex: 1; }
.card .text-link { font-size: 1.15rem; }
.cards.featured .card:first-child { grid-column: 1 / -1; flex-direction: row; }
.cards.featured .card:first-child .card-media { flex: 0 0 58%; aspect-ratio: auto; min-height: 380px; }
.cards.featured .card:first-child .card-body { padding: 4rem; justify-content: center; }
.cards.featured .card:first-child h3 { font-size: 2.8rem; }
@media only screen and (max-width: 768px) {
  .cards.featured .card:first-child { flex-direction: column; }
  .cards.featured .card:first-child .card-media { aspect-ratio: 4 / 3; min-height: 0; }
  .cards.featured .card:first-child .card-body { padding: 2.4rem; }
  .cards.featured .card:first-child h3 { font-size: 2.1rem; }
}

/* filter bar */
.filterbar { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 0 0 4.2rem; }
.filterbar a, .filterbar button { font-family: "montserrat-bold", sans-serif; font-size: 1.15rem; letter-spacing: .22rem; text-transform: uppercase;
  border: 2px solid var(--tj-line); background: #fff; color: var(--tj-ink); padding: 0 1.6rem; height: 3.8rem; line-height: 3.4rem; margin: 0; cursor: pointer; }
.filterbar a:hover, .filterbar button:hover { border-color: var(--tj-teal); color: var(--tj-teal); background: #fff; }
.filterbar a.is-active, .filterbar button.is-active { background: var(--tj-teal); border-color: var(--tj-teal); color: #fff; }
.filterbar .search { flex: 1 1 220px; max-width: 320px; }
.filterbar .search input { height: 3.8rem; padding: 0 1.4rem; margin: 0; font-size: 1.4rem; width: 100%; border: 2px solid var(--tj-line); }
.empty-note { text-align: center; color: var(--tj-muted); padding: 4rem 0; display: none; }

/* --- article ------------------------------------------------------------------ */
.article-wrap { display: grid; grid-template-columns: minmax(0, 720px) 300px; gap: 6rem; justify-content: center; }
@media only screen and (max-width: 1000px) { .article-wrap { grid-template-columns: minmax(0, 1fr); } }
.article-body { font-size: 1.7rem; line-height: 1.95; }
.article-body > * + * { margin-top: 2rem; }
.article-body h2 { font-family: "librebaskerville-bold", serif; font-size: 2.6rem; line-height: 1.35; letter-spacing: 0; margin: 4.8rem 0 1.6rem; }
.article-body h3 { font-family: "montserrat-bold", sans-serif; font-size: 1.6rem; letter-spacing: .2rem; text-transform: uppercase; margin: 3.6rem 0 1.2rem; color: var(--tj-teal); }
.article-body h4 { font-size: 1.7rem; margin: 2.4rem 0 1rem; }
.article-body p { margin-bottom: 0; }
.article-body a { text-decoration: underline; text-decoration-color: rgba(7,97,125,.35); text-underline-offset: 3px; }
.article-body ul, .article-body ol { margin: 0 0 0 2rem; }
.article-body li { margin-bottom: .6rem; }
.article-body blockquote, .article-body .wp-block-quote { border-left: 3px solid var(--tj-orange); margin: 3rem 0; padding: .5rem 0 .5rem 2.4rem; font-family: "librebaskerville-italic", serif; font-size: 1.9rem; color: #2e383f; }
.article-body blockquote p { font-size: inherit; font-family: inherit; }
.article-body blockquote cite { display: block; font-family: "montserrat-regular", sans-serif; font-size: 1.2rem; letter-spacing: .15rem; text-transform: uppercase; margin-top: 1rem; color: var(--tj-muted); }
.article-body figure { margin: 3rem 0; }
.article-body figure img { width: 100%; display: block; }
.article-body figcaption { font-family: "montserrat-regular", sans-serif; font-size: 1.2rem; color: var(--tj-muted); margin-top: .8rem; text-align: center; }
.article-body img.alignleft { float: left; margin: .5rem 2.4rem 1.6rem 0; max-width: 45%; }
.article-body img.alignright { float: right; margin: .5rem 0 1.6rem 2.4rem; max-width: 45%; }
.article-body .wp-block-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin: 3rem 0; }
.article-body .wp-block-gallery > figure { margin: 0; display: flex; flex-direction: column; }
.article-body .wp-block-gallery img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 1 / 1; }
.article-body .wp-block-gallery figcaption { margin-top: .6rem; }
.article-body .wp-block-gallery:has(> figure:only-child) { display: block; }
.article-body .wp-block-gallery:has(> figure:only-child) img { aspect-ratio: auto; max-width: 720px; margin: 0 auto; }
.article-body .wp-block-gallery.columns-2 { grid-template-columns: repeat(2, 1fr); }
.article-body .wp-block-gallery.columns-3 { grid-template-columns: repeat(3, 1fr); }
.article-body .wp-block-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.4rem; }
.article-body .wp-block-embed, .article-body iframe { max-width: 100%; }
.article-body .video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 3rem 0; }
.article-body .video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.article-body .link-card { display: block; border: 1px solid var(--tj-line); padding: 2rem 2.4rem; background: var(--tj-paper); text-decoration: none; }
.article-body .link-card small { display: block; font-family: "montserrat-bold", sans-serif; font-size: 1.05rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-muted); }
.article-body .ez-toc-section-end { display: none; }
.article-body::after { content: ""; display: table; clear: both; }

/* teaser fade + gate */
.article-teaser { position: relative; }
.article-teaser::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 240px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 70%, #fff 100%); pointer-events: none; }
.gate { margin-top: -6rem; position: relative; z-index: 2; color: rgba(255,255,255,.85); padding: 4.2rem 3.6rem;
  background: var(--tj-dark) linear-gradient(135deg, rgba(7,97,125,.85), rgba(21,21,21,.95)); }
.gate .kicker { color: var(--tj-orange); }
.gate h3 { color: #fff; font-family: "librebaskerville-bold", serif; font-size: 2.6rem; line-height: 1.35; letter-spacing: 0; margin-bottom: 1.4rem; text-transform: none; }
.gate p { font-size: 1.55rem; line-height: 1.85; margin-bottom: 2.4rem; }
.gate .locked-list { margin: 0 0 2.4rem; padding: 0; }
.gate .locked-list li { list-style: none; padding: .7rem 0 .7rem 3rem; position: relative; border-bottom: 1px dotted rgba(255,255,255,.15); font-family: "montserrat-regular", sans-serif; font-size: 1.35rem; }
.gate .locked-list li::before { content: "\f023"; font-family: FontAwesome; position: absolute; left: .4rem; color: var(--tj-orange); }
.gate .fineprint { font-size: 1.25rem; color: rgba(255,255,255,.55); margin: 1.6rem 0 0; }
.gate .fineprint a { color: rgba(255,255,255,.75); text-decoration: underline; }

/* sidebar */
.side-box { border: 1px solid var(--tj-line); padding: 2.4rem; margin-bottom: 2.4rem; background: #fff; }
.side-box h4 { font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .3rem; text-transform: uppercase; margin-bottom: 1.4rem; color: var(--tj-teal); }
.toc { margin: 0; padding: 0; }
.toc li { list-style: none; padding: .5rem 0 .5rem 1.8rem; position: relative; font-family: "montserrat-regular", sans-serif; font-size: 1.3rem; line-height: 1.5; border-bottom: 1px dotted var(--tj-line); }
.toc li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: 8px; height: 8px; background: var(--tj-orange); border-radius: 50%; }
.toc li.is-locked { color: var(--tj-muted); }
.toc li.is-locked::before { content: "\f023"; font-family: FontAwesome; background: none; width: auto; height: auto; top: .5rem; color: #bbb; }
.toc li a { color: var(--tj-ink); }
.toc li a:hover { color: var(--tj-teal); }
.side-cta { background: var(--tj-teal); color: rgba(255,255,255,.88); padding: 2.8rem 2.4rem; margin-bottom: 2.4rem; }
.side-cta .kicker { color: #ffd67a; font-size: 1.1rem; margin-bottom: 1rem; }
.side-cta h4 { color: #fff; font-family: "librebaskerville-bold", serif; font-size: 2rem; line-height: 1.35; text-transform: none; letter-spacing: 0; margin-bottom: 1.2rem; }
.side-cta p { font-size: 1.4rem; line-height: 1.75; margin-bottom: 1.8rem; }
.side-cta .button { margin-right: 0; }
.author-box { display: flex; gap: 1.6rem; align-items: center; }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.author-box p { font-size: 1.35rem; line-height: 1.6; margin: 0; }
.author-box strong { font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .15rem; text-transform: uppercase; display: block; }
.share-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.share-row a { width: 40px; height: 40px; line-height: 40px; text-align: center; border: 1px solid var(--tj-line); color: var(--tj-ink); font-size: 1.6rem; }
.share-row a:hover { background: var(--tj-teal); color: #fff; border-color: var(--tj-teal); }
.tagrow { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 3rem; }
.tagrow a { font-family: "montserrat-regular", sans-serif; font-size: 1.15rem; letter-spacing: .15rem; text-transform: uppercase; border: 1px solid var(--tj-line); padding: .4rem 1.2rem; color: var(--tj-ink); }
.tagrow a:hover { border-color: var(--tj-teal); color: var(--tj-teal); }

/* --- CTA band (botanica) ------------------------------------------------------- */
.botanica-band { position: relative; background-color: var(--tj-dark); background-size: cover; background-position: center; color: #fff; padding: 11rem 0; }
.botanica-band .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(7,97,125,.72); }
.botanica-band .row { position: relative; z-index: 2; }
.botanica-band h2 { color: #fff; font-family: "librebaskerville-bold", serif; font-size: 3.6rem; line-height: 1.3; letter-spacing: 0; max-width: 820px; }
.botanica-band p { color: rgba(255,255,255,.85); max-width: 680px; font-size: 1.7rem; line-height: 1.85; margin-bottom: 3rem; }
.botanica-band .kicker { color: #ffd67a; }

/* --- testimonials & logos --------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; }
.quote { background: #fff; border: 1px solid var(--tj-line); padding: 3rem 2.8rem; font-family: "librebaskerville-italic", serif; font-size: 1.6rem; line-height: 1.8; position: relative; }
.quote::before { content: "\201C"; font-family: georgia, serif; font-size: 7rem; line-height: 1; color: var(--tj-orange); position: absolute; top: 1.4rem; left: 2rem; opacity: .5; }
.quote p { margin: 1.6rem 0 2rem; position: relative; font-size: inherit; }
.quote footer { margin: 0; padding: 0; font-family: "montserrat-bold", sans-serif; font-size: 1.15rem; letter-spacing: .2rem; text-transform: uppercase; color: var(--tj-teal); font-style: normal; }
.quote footer span { display: block; color: var(--tj-muted); font-family: "montserrat-regular", sans-serif; letter-spacing: .1rem; margin-top: .3rem; }
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 2rem; align-items: center; }
.logo-grid a { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--tj-line); padding: 2rem; height: 110px; filter: grayscale(1); opacity: .8; transition: all .3s; }
.logo-grid a:hover { filter: none; opacity: 1; border-color: var(--tj-teal); }
.logo-grid img { max-height: 60px; max-width: 100%; width: auto; }

/* --- UGC portfolio ------------------------------------------------------------- */
.ugc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 2.4rem; }
.ugc-item { position: relative; overflow: hidden; background: var(--tj-dark); aspect-ratio: 4 / 5; display: block; }
.ugc-item.wide { aspect-ratio: 16 / 10; grid-column: span 2; }
.ugc-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; opacity: .92; }
.ugc-item:hover img { transform: scale(1.05); opacity: 1; }
.ugc-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.4rem 2rem 2rem; color: #fff; background: linear-gradient(180deg, rgba(21,21,21,0), rgba(21,21,21,.85)); }
.ugc-item .cap small { display: block; font-family: "montserrat-bold", sans-serif; font-size: 1rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-orange); margin-bottom: .4rem; }
.ugc-item .cap strong { font-family: "librebaskerville-bold", serif; font-size: 1.7rem; line-height: 1.3; font-weight: normal; color: #fff; }
.ugc-item .cap span { display: block; font-size: 1.25rem; color: rgba(255,255,255,.75); margin-top: .4rem; }
@media only screen and (max-width: 640px) { .ugc-item.wide { grid-column: span 1; aspect-ratio: 4 / 5; } }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem; }
.step { position: relative; padding-top: 5.4rem; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 0; left: 0;
  font-family: "librebaskerville-bold", serif; font-size: 3.6rem; line-height: 1; color: var(--tj-orange); }
.step h4 { font-family: "montserrat-bold", sans-serif; font-size: 1.35rem; letter-spacing: .25rem; text-transform: uppercase; margin-bottom: 1rem; }
.step p { font-size: 1.5rem; line-height: 1.8; margin: 0; }
.faq details { border-bottom: 1px solid var(--tj-line); padding: 1.6rem 0; }
.faq summary { cursor: pointer; font-family: "montserrat-bold", sans-serif; font-size: 1.4rem; letter-spacing: .1rem; list-style: none; position: relative; padding-right: 3rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 0; color: var(--tj-orange); font-size: 2rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { font-size: 1.5rem; line-height: 1.85; margin: 1.2rem 0 0; }

/* --- forms ------------------------------------------------------------------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.4rem; }
.form-grid .full { grid-column: 1 / -1; }
@media only screen and (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.form-field label { display: block; font-family: "montserrat-bold", sans-serif; font-size: 1.1rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-muted); margin-bottom: .6rem; }
.form-field input[type=text], .form-field input[type=email], .form-field input[type=url], .form-field input[type=tel], .form-field select, .form-field textarea {
  width: 100%; border: 2px solid var(--tj-line); background: #fff; padding: 1.4rem 1.6rem; font-size: 1.5rem; margin-bottom: 2.4rem; height: auto; line-height: 1.5; color: var(--tj-ink); }
.form-field textarea { min-height: 160px; }
.form-field select { -webkit-appearance: none; appearance: none; background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23353535' stroke-width='2'/></svg>") no-repeat right 1.6rem center; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--tj-teal); outline: 0; }
.checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem 2rem; margin-bottom: 2.4rem; }
.checks label { display: flex; gap: 1rem; align-items: flex-start; font-family: "montserrat-regular", sans-serif; font-size: 1.35rem; letter-spacing: 0; text-transform: none; color: var(--tj-ink); cursor: pointer; line-height: 1.5; }
.checks input { margin-top: .4rem; width: 16px; height: 16px; accent-color: var(--tj-teal); }
.hp { position: absolute; left: -9999px; opacity: 0; }
.form-msg { display: none; padding: 1.6rem 2rem; margin-top: 1.6rem; font-family: "montserrat-regular", sans-serif; font-size: 1.4rem; }
.form-msg.error { display: block; background: #fde8e8; color: #a12; }
.form-msg.success { display: block; background: #e6f4ea; color: #1b5e20; }
.form-note { font-size: 1.3rem; color: var(--tj-muted); line-height: 1.7; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.4rem; }
.contact-card { border: 1px solid var(--tj-line); padding: 2.8rem 2.4rem; background: #fff; }
.contact-card h6 { color: var(--tj-teal); margin-bottom: .8rem; }
.contact-card p { font-size: 1.5rem; line-height: 1.8; margin: 0; }
.contact-card i { margin-right: .6rem; }

/* --- family / about ----------------------------------------------------------- */
.people { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 3rem; }
.person { background: #fff; border: 1px solid var(--tj-line); padding: 3rem 2.6rem; }
.person .initial { width: 64px; height: 64px; border-radius: 50%; background: var(--tj-teal); color: #fff; font-family: "librebaskerville-bold", serif; font-size: 2.6rem; line-height: 64px; text-align: center; margin-bottom: 1.8rem; }
.person:nth-child(2n) .initial { background: var(--tj-orange); color: var(--tj-dark); }
.person h3 { font-family: "librebaskerville-bold", serif; font-size: 2.1rem; letter-spacing: 0; margin-bottom: .4rem; }
.person .role { font-family: "montserrat-bold", sans-serif; font-size: 1.05rem; letter-spacing: .25rem; text-transform: uppercase; color: var(--tj-muted); display: block; margin-bottom: 1.4rem; }
.person p { font-size: 1.45rem; line-height: 1.8; margin-bottom: 1.2rem; }
.person ul { margin: 0; font-size: 1.35rem; line-height: 1.7; color: #555; }
.person ul li { list-style: none; padding-left: 1.6rem; position: relative; }
.person ul li::before { content: "\2013"; position: absolute; left: 0; color: var(--tj-orange); }
.timeline { max-width: 800px; margin: 0 auto; border-left: 3px solid var(--tj-line); padding-left: 3rem; }
.timeline .tl { position: relative; padding-bottom: 3rem; }
.timeline .tl::before { content: ""; position: absolute; left: -3.9rem; top: .6rem; width: 15px; height: 15px; border-radius: 50%; background: var(--tj-orange); border: 3px solid #fff; }
.timeline .tl strong { font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .3rem; text-transform: uppercase; color: var(--tj-teal); display: block; margin-bottom: .6rem; }
.timeline .tl p { font-size: 1.55rem; line-height: 1.85; margin: 0; }

/* --- footer tweaks ------------------------------------------------------------- */
footer .footer-nav { margin: 0; }
footer .footer-nav li { list-style: none; padding: 0; line-height: 3rem; }
footer .footer-nav a { font-family: "montserrat-regular", sans-serif; font-size: 1.3rem; letter-spacing: .15rem; text-transform: uppercase; }
footer .footer-bottom .copyright a { color: #000; }
.footer-main #newsletter-form { margin: 0; padding: 0; }
.footer-main #newsletter-form input[type="email"] { height: 6rem; padding: 1.5rem 8rem 1.5rem 2rem; margin-bottom: 1.5rem; width: 100%; }
.footer-main #newsletter-form button { background-color: #f9a828; color: #fff; height: 6rem; width: 6rem; line-height: 6rem; padding: 0; margin: 0; position: absolute; right: 0; top: 0; border-radius: 0; }
.footer-main #newsletter-form button i { font-size: 2rem; line-height: 6rem; }

/* --- misc --------------------------------------------------------------------- */
.breadcrumb { font-family: "montserrat-regular", sans-serif; font-size: 1.15rem; letter-spacing: .2rem; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 1.6rem; }
.breadcrumb a { color: rgba(255,255,255,.7); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span::before { content: "/"; margin: 0 .8rem; opacity: .5; }
.pill { display: inline-block; font-family: "montserrat-bold", sans-serif; font-size: 1rem; letter-spacing: .25rem; text-transform: uppercase; background: var(--tj-orange); color: var(--tj-dark); padding: .4rem 1rem; margin-left: 1rem; vertical-align: middle; }
.center { text-align: center; }
.mt-3 { margin-top: 3rem; }
.mt-6 { margin-top: 6rem; }
.related h2 { font-family: "librebaskerville-bold", serif; font-size: 2.6rem; letter-spacing: 0; }

/* homepage additions */
#stories { padding: 9rem 0; background: #fff; }
#stories .section-head h3 { font-family: "montserrat-bold", sans-serif; font-size: 1.8rem; line-height: 1.667; color: var(--tj-teal); text-transform: uppercase; letter-spacing: .3rem; }
#services .services-list .service-item .h05 a { color: #fff; }

/* --- lightbox ------------------------------------------------------------------- */
.article-body img, .split-media img, .ugc-item:not(a) img, [data-lightbox] img { cursor: zoom-in; }
.lb-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; background: rgba(15,15,15,.94);
  display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.lb-overlay.is-open { opacity: 1; visibility: visible; }
.lb-overlay img { max-width: 92vw; max-height: 84vh; width: auto; height: auto; box-shadow: 0 30px 80px rgba(0,0,0,.6); transform: scale(.96); transition: transform .25s ease; cursor: default; }
.lb-overlay.is-open img { transform: scale(1); }
.lb-caption { color: rgba(255,255,255,.75); font-family: "montserrat-regular", sans-serif; font-size: 1.3rem; letter-spacing: .1rem; margin-top: 1.6rem; max-width: 80vw; text-align: center; }
.lb-count { position: absolute; top: 2.4rem; left: 3.2rem; color: rgba(255,255,255,.55); font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .3rem; }
.lb-btn { position: absolute; background: transparent; border: none; color: #fff; cursor: pointer; padding: 0; margin: 0; height: 56px; width: 56px; line-height: 56px; font-size: 2.6rem; opacity: .7; transition: opacity .2s; }
.lb-btn:hover, .lb-btn:focus { opacity: 1; background: transparent; outline: 0; }
.lb-close { top: 1.6rem; right: 2.4rem; font-size: 3.2rem; }
.lb-prev { left: 1.6rem; top: 50%; margin-top: -28px; }
.lb-next { right: 1.6rem; top: 50%; margin-top: -28px; }
.lb-overlay.single .lb-prev, .lb-overlay.single .lb-next, .lb-overlay.single .lb-count { display: none; }
body.lb-open { overflow: hidden; }
@media only screen and (max-width: 600px) { .lb-overlay img { max-width: 96vw; max-height: 76vh; } .lb-prev { left: .4rem; } .lb-next { right: .4rem; } }

/* --- homepage subline, instagram mosaic, destinations list ----------------- */
.home-content-tablecell .home-sub { font-family: "librebaskerville-italic", serif; font-size: 1.9rem; line-height: 1.6; color: rgba(255,255,255,.9); max-width: 640px; margin: 0 auto 3rem; }
@media only screen and (max-width: 600px) { .home-content-tablecell .home-sub { font-size: 1.6rem; } }
.ig-mosaic { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.ig-mosaic a { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #222; }
.ig-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease, opacity .3s; opacity: .9; }
.ig-mosaic a:hover img { transform: scale(1.06); opacity: 1; }
@media only screen and (max-width: 768px) { .ig-mosaic { grid-template-columns: repeat(3, 1fr); } }
.dest-list { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.dest-list a { display: inline-flex; align-items: baseline; gap: .8rem; border: 1px solid var(--tj-line); background: #fff; padding: 1rem 1.6rem; color: var(--tj-dark); font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .2rem; text-transform: uppercase; transition: all .2s; }
.dest-list a small { font-family: "montserrat-regular", sans-serif; font-size: 1.05rem; letter-spacing: .1rem; text-transform: none; color: var(--tj-muted); }
.dest-list a:hover { border-color: var(--tj-teal); color: var(--tj-teal); }

/* homepage hero: gezinsfoto uit het tekstdocument (Petra) */
#home { background-image: url(/images/home-hero-steps.jpg); background-position: center 55%; }
@media only screen and (max-width: 768px) { #home { background-attachment: scroll; background-position: center center; } }

/* homepage: 3 random stories (fallback without JS: first 3) */
.cards.random-pick .card:nth-child(n+4) { display: none; }

/* --- mobile fixes ------------------------------------------------------------- */
html, body { overflow-x: clip; }
.article-body table { display: block; overflow-x: auto; max-width: 100%; }
@media only screen and (max-width: 600px) {
  #header-menu-trigger .header-menu-text { display: none; }
  .lang-switch { right: 92px; }
  .button, a.button, button { max-width: 100%; }
  #home .more .button, .page-hero .button-row .button, .gate .button-row .button, .botanica-band .button-row .button,
  .section .button-row .button, .ig-band .button { white-space: normal; height: auto; line-height: 1.5; padding: 1.4rem 1.8rem;
    font-size: 1.2rem; letter-spacing: .2rem; width: 100%; box-sizing: border-box; text-align: center; }
  #home .more .button { width: auto; max-width: 88vw; display: inline-block; margin: 0 auto 1rem; }
  #home .more br { display: none; }
  .home-content-tablecell .row { padding-top: 12rem; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row.center { align-items: center; }
  .filterbar .search { max-width: 100%; }
  .stat .num { font-size: 3.4rem; }
  .section { padding: 6rem 0; }
  .ugc-grid, .ig-mosaic { gap: .6rem; }
}

/* hamburger always above the header bar, also while scrolling */
#header-menu-trigger { z-index: 730; }
#header-menu-trigger.opaque, #header-menu-trigger.opaque .header-menu-text { background-color: transparent; }

/* off-canvas menu: darker and more readable */
#menu-nav-wrap { background: rgba(21, 21, 21, .94); backdrop-filter: blur(8px); box-shadow: -10px 0 40px rgba(0,0,0,.35); }
#menu-nav-wrap .nav-list li { border-bottom: 1px solid rgba(255,255,255,.08); }
#menu-nav-wrap .nav-list li a { color: #fff; font-size: 1.6rem; }
#menu-nav-wrap .nav-list li.sub a { color: rgba(255,255,255,.85); opacity: 1; }
#menu-nav-wrap .nav-list li a:hover, #menu-nav-wrap .nav-list li.current > a { color: var(--tj-orange); }
#menu-nav-wrap .header-social-list li a { color: rgba(255,255,255,.85); }
#menu-nav-wrap .close-button span::before, #menu-nav-wrap .close-button span::after { background-color: #fff; }
.menu-is-open .lang-switch { display: none; }

/* hero background layer; low-res photos get a soft cinematic treatment instead of visible pixels */
.page-hero { overflow: hidden; }
.page-hero .hero-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center; z-index: 0; }
.page-hero .overlay { z-index: 1; }
.page-hero.lowres .hero-bg { filter: blur(6px) saturate(1.15) brightness(.95); transform: scale(1.08); }
.page-hero.lowres .overlay { background: linear-gradient(180deg, rgba(21,21,21,.45) 0%, rgba(21,21,21,.35) 40%, rgba(21,21,21,.9) 100%); }

/* article headers: lower full-bleed hero for sharp photos, contained cover for small photos */
.page-hero.post-hero { min-height: 62vh; }
.post-head { background: #fff; padding: 13rem 0 0; }
.post-head .breadcrumb { color: var(--tj-muted); }
.post-head .breadcrumb a { color: var(--tj-muted); }
.post-head .breadcrumb a:hover { color: var(--tj-teal); }
.post-head h1 { font-family: "librebaskerville-bold", serif; font-size: 4.2rem; line-height: 1.2; letter-spacing: 0; color: var(--tj-dark); max-width: 900px; margin-bottom: 1.6rem; }
.post-head .meta { font-family: "montserrat-regular", sans-serif; font-size: 1.3rem; letter-spacing: .1rem; text-transform: uppercase; color: var(--tj-muted); }
.post-head .meta span + span::before { content: "\00b7"; margin: 0 1rem; }
.post-cover { margin: 3.6rem 0 0; }
.post-cover img { width: 100%; max-height: 64vh; object-fit: cover; display: block; cursor: zoom-in; }
.post-head + .section { padding-top: 6rem; }
@media only screen and (max-width: 768px) { .post-head { padding-top: 10rem; } .post-head h1 { font-size: 3rem; } .post-cover img { max-height: 52vh; } }

/* submenu items: orange arrow that slides on hover, thin guide line */
#menu-nav-wrap .nav-list li.has-sub { border-bottom: none; padding-bottom: .4rem; }
#menu-nav-wrap .nav-list li.sub { padding: .5rem 0 .5rem 2rem; position: relative; }
#menu-nav-wrap .nav-list li.sub::before { content: ""; position: absolute; left: .4rem; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.12); }
#menu-nav-wrap .nav-list li.sub:first-of-type::before { top: .4rem; }
#menu-nav-wrap .nav-list li.sub + li:not(.sub) { margin-top: 1rem; }
#menu-nav-wrap .nav-list li.sub a { font-family: "montserrat-bold", sans-serif; font-size: 1.2rem; letter-spacing: .25rem; text-transform: uppercase; align-items: center; }
#menu-nav-wrap .nav-list li.sub a::before { content: "\2192"; opacity: 1; color: var(--tj-orange); font-size: 1.4rem; transition: transform .25s ease; }
#menu-nav-wrap .nav-list li.sub a:hover::before, #menu-nav-wrap .nav-list li.sub.current a::before { transform: translateX(5px); }
#menu-nav-wrap .nav-list li.sub.current::before { background: var(--tj-orange); }

/* full-width photo band between sections */
.photo-band { line-height: 0; }
.photo-band img { width: 100%; max-height: 78vh; object-fit: cover; display: block; cursor: zoom-in; }

/* family cards: all five side by side on wide screens */
@media only screen and (min-width: 1100px) { .people { grid-template-columns: repeat(5, 1fr); gap: 2rem; } .person { padding: 2.6rem 2rem; } }

/* galleries: single-photo galleries centred and smaller; gallery captions */
.article-body .wp-block-gallery.columns-1 { display: block; }
.article-body .wp-block-gallery.columns-1 > figure { max-width: 620px; margin: 0 auto; }
.article-body .wp-block-gallery.columns-1 img { aspect-ratio: auto; }
.article-body .wp-block-gallery > figcaption.blocks-gallery-caption { grid-column: 1 / -1; text-align: center; margin-top: .4rem; }
.article-body .wp-block-gallery figure figcaption { font-size: 1.15rem; }
.article-body ul.blocks-gallery-grid, .article-body li.blocks-gallery-item { list-style: none; margin: 0; padding: 0; }
/* smaller contained cover on article pages */
.post-cover img { max-height: 48vh; }
@media only screen and (max-width: 768px) { .post-cover img { max-height: 40vh; } }

/* teaser articles: full text stays in the source, but fades into unreadable before the gate */
.article-teaser::after { display: none; }
.article-rest { position: relative; max-height: 42rem; overflow: hidden; margin-top: 2rem; pointer-events: none; user-select: none;
  filter: blur(1.5px);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,0) 100%); }
.article-rest img, .article-rest figure { display: none; }
.article-rest h2, .article-rest h3 { margin-top: 2.4rem; }
.article-teaser + .gate { margin-top: -2rem; }
/* teaser articles: smaller, stylish photos (click to enlarge) */
.article-teaser figure.wp-block-image, .article-teaser > p > img, .article-teaser > img { max-width: 560px; margin-left: auto; margin-right: auto; }
.article-teaser figure.wp-block-image img, .article-teaser > p > img, .article-teaser > img { border-radius: 4px; box-shadow: 0 18px 40px -24px rgba(0,0,0,.45); }
.article-teaser .wp-block-gallery { grid-template-columns: repeat(3, 1fr); gap: .8rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.article-teaser .wp-block-gallery img { border-radius: 3px; }
.article-teaser .wp-block-gallery.columns-1 > figure { max-width: 480px; }
@media only screen and (max-width: 600px) { .article-teaser .wp-block-gallery { grid-template-columns: repeat(2, 1fr); } }

/* blog pages: calmer images. lower hero, smaller cover, contained body photos */
.page-hero.post-hero { min-height: 46vh; }
.page-hero.post-hero .row { padding-top: 11rem; padding-bottom: 4.2rem; }
.post-cover img { max-height: 40vh; border-radius: 4px; }
.post-cover { max-width: 760px; margin-left: auto; margin-right: auto; }
.article-body figure.wp-block-image, .article-body > p > img, .article-body > img { max-width: 560px; margin-left: auto; margin-right: auto; }
.article-body figure.wp-block-image img, .article-body > p > img, .article-body > img { border-radius: 4px; box-shadow: 0 18px 40px -24px rgba(0,0,0,.45); }
.article-body img.alignleft, .article-body img.alignright { max-width: 40%; }
.article-body .wp-block-gallery { grid-template-columns: repeat(3, 1fr); gap: .8rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.article-body .wp-block-gallery img { border-radius: 3px; }
.article-body .wp-block-gallery.columns-1 > figure { max-width: 480px; }
@media only screen and (max-width: 600px) { .article-body .wp-block-gallery { grid-template-columns: repeat(2, 1fr); } .page-hero.post-hero { min-height: 40vh; } }

/* sponsored/affiliate promo card inside articles */
.article-body .disclosure { font-size: 1.35rem; color: var(--tj-muted); border-left: 3px solid var(--tj-line); padding-left: 1.6rem; }
.article-body .promo-card { margin: 4.2rem 0 3rem; padding: 3.6rem 3.2rem; background: var(--tj-paper); border: 1px solid var(--tj-line); border-top: 4px solid var(--tj-orange); border-radius: 4px; }
.article-body .promo-card .kicker { margin-bottom: 1rem; }
.article-body .promo-card h3 { font-family: "librebaskerville-bold", serif; font-size: 2.3rem; line-height: 1.35; letter-spacing: 0; text-transform: none; color: var(--tj-dark); margin: 0 0 1.4rem; }
.article-body .promo-card p { font-size: 1.55rem; line-height: 1.8; }
.article-body .promo-card ul { margin: 1.6rem 0 0; }
.article-body .promo-card li { list-style: none; padding-left: 2.2rem; position: relative; margin-bottom: .5rem; font-size: 1.45rem; }
.article-body .promo-card li::before { content: "\2713"; position: absolute; left: .2rem; color: var(--tj-orange); font-family: "montserrat-bold", sans-serif; }
.article-body .promo-card .promo-actions { margin-top: 2.4rem; }
.article-body .promo-card .promo-actions a { text-decoration: none; margin: 0; }
.article-body .promo-card .promo-note { font-size: 1.2rem; color: var(--tj-muted); margin-top: 1.4rem; line-height: 1.6; }

/* destination chips inside the blog hero */
.hero-dest { justify-content: flex-start; margin-top: 2.6rem; max-width: 1000px; }
.hero-dest a { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); color: #fff; padding: .7rem 1.3rem; font-size: 1.1rem; backdrop-filter: blur(4px); }
.hero-dest a small { color: rgba(255,255,255,.65); }
.hero-dest a:hover { background: rgba(255,255,255,.22); border-color: #fff; color: #fff; }
.hero-dest a.is-active { background: var(--tj-orange); border-color: var(--tj-orange); color: var(--tj-dark); }
.hero-dest a.is-active small { color: rgba(21,21,21,.6); }
.page-hero .row:has(.hero-dest) { padding-bottom: 5rem; }
@media only screen and (max-width: 600px) { .hero-dest a { padding: .5rem 1rem; font-size: 1rem; letter-spacing: .15rem; } }

/* promo card button: wrap on small screens */
.article-body .promo-card .promo-actions a { white-space: normal; height: auto; line-height: 1.5; padding: 1.4rem 2.2rem; max-width: 100%; box-sizing: border-box; text-align: center; }
@media only screen and (max-width: 600px) { .article-body .promo-card { padding: 2.8rem 2.2rem; } .article-body .promo-card .promo-actions a { width: 100%; font-size: 1.2rem; letter-spacing: .2rem; } }
