/* ================================================================= */
/* THEMA: THE LATIN LIVING ROOM  (community/latin-living-room.html)   */
/* EIGEN PALET: CHERRY RED #C41E3A & DONKER ROZE #B03A5B             */
/* Wordt naast css/style.css geladen; js/latin.js hoort hierbij.     */
/* ================================================================= */

[class*="br-llr-"], [class*="br-llr-"] * { box-sizing: border-box !important; }
:root { --br-cherry: #C41E3A; --br-darkpink: #B03A5B; --br-cream: #F4EFE7; --br-brown: #4A2B21; --br-white: #ffffff; }

body { background-color: var(--br-cream); }

.br-progress-bar { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--br-cherry), var(--br-darkpink), #F3E98C); z-index: 999999; transition: width 0.08s linear; will-change: width; }


.br-llr-hero-wrapper { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 60px 4% 35px 4%; text-align: center; color: var(--br-brown); background-color: var(--br-cream); }
.br-llr-hero-content { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; width: 100%; }
.br-llr-badge-hero { display: inline-flex; align-items: center; gap: 8px; background-color: var(--br-cherry); color: var(--br-white); padding: 6px 14px; border-radius: 30px; font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 24px; }
.badge-dot-white { width: 6px; height: 6px; border-radius: 50%; background-color: var(--br-white); }
.br-llr-hero-visual-title { width: 100%; max-width: 680px; margin: 0 auto 16px auto; display: flex; justify-content: center; align-items: center; background-color: var(--br-cream); }
.br-llr-title-img { width: auto; max-width: 100%; height: auto; max-height: 220px; display: block; margin: 0 auto; border: none !important; border-radius: 0 !important; box-shadow: none !important; background: transparent !important; outline: none !important; mix-blend-mode: multiply; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.br-llr-subtitle { font-size: clamp(14.5px,1.7vw,17.5px); line-height: 1.6; opacity: 0.92; max-width: 680px; margin: 0 0 28px 0; }
.br-llr-hero-nav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; width: 100%; }
.btn-hero { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 12px; font-size: 14px; font-weight: 800; text-decoration: none; transition: all 0.25s ease; cursor: pointer; }
.btn-hero-cherry { background-color: var(--br-cherry); color: var(--br-white); box-shadow: 0 8px 24px rgba(196,30,58,0.25); }
.btn-hero-cherry:hover { background-color: #a3142d; transform: translateY(-2px); }
.btn-hero-pink { background-color: var(--br-darkpink); color: var(--br-white); box-shadow: 0 8px 24px rgba(176,58,91,0.25); }
.btn-hero-pink:hover { background-color: #8f2a45; transform: translateY(-2px); }
.btn-hero-gallery { background-color: var(--br-brown); color: var(--br-white); box-shadow: 0 8px 24px rgba(74,43,33,0.25); }
.btn-hero-gallery:hover { background-color: #311b14; transform: translateY(-2px); }
.btn-arrow { font-weight: 900; }

.br-llr-slideshow-section { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 30px 4% 60px 4%; background-color: var(--br-cream); }
.br-slideshow-container { max-width: 1280px; margin: 0 auto; width: 100%; }
.slideshow-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.slideshow-sub { font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--br-darkpink); display: block; margin-bottom: 4px; }
.slideshow-title { font-size: clamp(24px,3vw,36px); font-weight: 800; color: var(--br-cherry); margin: 0; }
.btn-insta-header { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid rgba(196,30,58,0.25); color: var(--br-cherry); padding: 8px 16px; border-radius: 20px; font-size: 12.5px; font-weight: 800; text-decoration: none; transition: all 0.2s ease; }
.btn-insta-header:hover { background: var(--br-cherry); color: #fff; transform: translateY(-2px); }
.br-sfeer-multi-carousel { position: relative; width: 100%; }
.sfeer-viewport { overflow: hidden; width: 100%; padding: 8px 0; }
.sfeer-track { display: flex; gap: 16px; transition: transform 0.55s cubic-bezier(0.2,0.8,0.2,1); will-change: transform; }
.sfeer-slide { flex: 0 0 calc(32% - 8px); min-width: 0; }
.sfeer-card { position: relative; width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 2px solid rgba(196,30,58,0.18); box-shadow: 0 10px 24px rgba(74,43,33,0.12); background-color: #24140f; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sfeer-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(196,30,58,0.25); }
.sfeer-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.sfeer-ctrl { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: var(--br-cherry); color: var(--br-white); border: 2px solid #fff; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: bold; box-shadow: 0 4px 16px rgba(0,0,0,0.35); transition: all 0.2s ease; }
.sfeer-ctrl:hover { background: var(--br-darkpink); transform: translateY(-50%) scale(1.08); }
.sfeer-ctrl.prev-btn { left: -14px; }
.sfeer-ctrl.next-btn { right: -14px; }

.br-llr-section { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 60px 4%; color: var(--br-brown); background-color: var(--br-cream); }
.bg-hosts-tint { background-color: #ede4d8; border-top: 2px solid rgba(196,30,58,0.12); border-bottom: 2px solid rgba(196,30,58,0.12); }
.bg-pink-tint { background-color: #eadfd2; border-top: 2px solid rgba(176,58,91,0.15); border-bottom: 2px solid rgba(176,58,91,0.15); }
.br-llr-container { max-width: 1360px; margin: 0 auto; width: 100%; }
.br-llr-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; width: 100%; }
.br-llr-col { width: 100%; min-width: 0; }
.br-llr-tag-cherry { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--br-cherry); margin-bottom: 8px; }
.br-section-title { font-size: clamp(24px,3.5vw,42px); font-weight: 900; line-height: 1.15; color: var(--br-cherry); margin: 0 0 16px 0; letter-spacing: -0.5px; }
.highlight-pink { color: var(--br-darkpink); background-color: rgba(176,58,91,0.12); padding: 2px 8px; border-radius: 6px; }
.br-section-lead { font-size: 15.5px; line-height: 1.6; opacity: 0.9; margin: 0 0 14px 0; }
.br-specs-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.spec-row { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.spec-check-cherry { width: 20px; height: 20px; background-color: var(--br-cherry); color: var(--br-white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex-shrink: 0; }
.br-ticket-box-cherry { background-color: #fff; border: 2px solid var(--br-cherry); border-radius: 16px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; box-shadow: 0 8px 24px rgba(196,30,58,0.1); }
.ticket-info { display: flex; flex-direction: column; gap: 2px; }
.ticket-name { font-size: 15.5px; font-weight: 800; }
.ticket-sub { font-size: 11.5px; opacity: 0.7; }
.btn-ticket-external { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 10px; font-size: 13.5px; font-weight: 800; text-decoration: none; transition: all 0.2s ease; flex-shrink: 0; }
.btn-cherry-solid { background-color: var(--br-cherry); color: var(--br-white); }
.btn-cherry-solid:hover { background-color: #a3142d; transform: translateY(-2px); }

.br-card-frame { background-color: #fff; border: 1.5px solid rgba(74,43,33,0.14); border-radius: 18px; padding: 26px; box-shadow: 0 8px 28px rgba(74,43,33,0.05); }
.programma-heading { font-size: 19px; font-weight: 800; color: var(--br-cherry); margin: 0 0 18px 0; }
.br-accordion-group { display: flex; flex-direction: column; gap: 10px; }
.br-acc-item { border: 1px solid rgba(74,43,33,0.12); border-radius: 12px; overflow: hidden; background: #faf8f5; transition: all 0.2s ease; }
.br-acc-item[open] { border-color: var(--br-cherry); background: #fff; }
.br-acc-header { padding: 13px 16px; cursor: pointer; display: flex; align-items: center; gap: 10px; list-style: none; }
.br-acc-header::-webkit-details-marker { display: none; }
.time-cherry { font-size: 11.5px; font-weight: 800; background-color: rgba(196,30,58,0.1); color: var(--br-cherry); padding: 3px 8px; border-radius: 6px; white-space: nowrap; }
.time-alert { font-size: 11.5px; font-weight: 800; background-color: var(--br-cherry); color: var(--br-white); padding: 3px 8px; border-radius: 6px; white-space: nowrap; }
.acc-title { font-size: 13.5px; font-weight: 800; flex: 1; }
.acc-icon { font-size: 15px; font-weight: 900; color: var(--br-cherry); transition: transform 0.2s ease; flex-shrink: 0; }
.br-acc-item[open] .acc-icon { transform: rotate(45deg); }
.acc-body { padding: 0 16px 14px 16px; font-size: 13px; line-height: 1.55; opacity: 0.85; }

.hosts-grid-align { align-items: flex-start; }
.hosts-visual-card { position: relative; width: 100%; aspect-ratio: 4/3; max-height: 480px; border-radius: 18px; overflow: hidden; border: 2px solid rgba(196,30,58,0.25); box-shadow: 0 16px 40px rgba(74,43,33,0.12); background-color: #24140f; }
.hosts-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; transform-origin: center top; transform: scale(1.08) translateX(0); transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1), object-position 0.65s ease; }
.hosts-visual-card.pos-fleur .hosts-img { transform: scale(1.90) translateX(100px); object-position: 95% 12%; }
.hosts-visual-card.pos-romy .hosts-img { transform: scale(1.90) translateX(-220px); object-position: 100% 12%; }
.hosts-visual-card.pos-visie .hosts-img { transform: scale(1.08) translateX(0); object-position: 50% 12%; }
.hosts-image-badge { position: absolute; top: 14px; left: 14px; background: var(--br-cherry); color: var(--br-white); padding: 5px 12px; border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; z-index: 2; }
.hosts-photo-overlay-actions { position: absolute; bottom: 14px; left: 14px; right: 14px; display: flex; gap: 8px; z-index: 3; }
.photo-switch-btn { flex: 1; background: rgba(74,43,33,0.88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--br-white); border: 1px solid rgba(255,255,255,0.25); padding: 8px 12px; border-radius: 8px; font-size: 11.5px; font-weight: 800; cursor: pointer; transition: all 0.2s ease; text-align: center; }
.photo-switch-btn:hover { background: var(--br-cherry); border-color: var(--br-cherry); transform: translateY(-2px); }
.hosts-nav-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; width: 100%; }
.host-pill { background: #fff; border: 1.5px solid rgba(196,30,58,0.2); color: var(--br-brown); padding: 8px 16px; border-radius: 20px; font-size: 12.5px; font-weight: 800; cursor: pointer; transition: all 0.25s ease; }
.host-pill:hover { border-color: var(--br-cherry); color: var(--br-cherry); }
.host-pill.active { background: var(--br-cherry); border-color: var(--br-cherry); color: var(--br-white); box-shadow: 0 4px 14px rgba(196,30,58,0.25); }
.host-tab-pane { display: none; opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; }
.host-tab-pane.active { display: block; opacity: 1; transform: translateY(0); }
.host-role-badge { display: inline-block; font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--br-darkpink); background: rgba(176,58,91,0.1); padding: 4px 10px; border-radius: 6px; margin-bottom: 14px; }
.hosts-bio-text { font-size: 14px; line-height: 1.65; opacity: 0.9; margin-bottom: 14px; }
.hosts-quote-box { background: #fff; border-left: 4px solid var(--br-cherry); border-radius: 0 10px 10px 0; padding: 14px 16px; font-size: 13.5px; line-height: 1.55; color: var(--br-brown); box-shadow: 0 4px 16px rgba(74,43,33,0.05); margin: 18px 0; }
.hosts-pillar-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; margin-top: 14px; }
.interactive-pillar { cursor: pointer; transition: all 0.2s ease; }
.interactive-pillar:hover { border-color: var(--br-cherry); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(196,30,58,0.12); }
.pillar-box { background-color: #fff; border: 1.5px solid rgba(196,30,58,0.15); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 4px; }
.pillar-tag { font-size: 10.5px; font-weight: 800; text-transform: uppercase; color: var(--br-cherry); }
.pillar-box strong { font-size: 12.5px; color: var(--br-brown); }
.host-tags-list { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.tag-chip { background: #fff; border: 1px solid rgba(196,30,58,0.18); color: var(--br-brown); padding: 5px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; }
.br-llr-badge-cherry { display: inline-flex; align-items: center; gap: 8px; background-color: var(--br-cherry); color: var(--br-white); padding: 6px 14px; border-radius: 30px; font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 14px; }
.btn-return-overview { background: transparent; border: none; color: var(--br-cherry); font-size: 12.5px; font-weight: 800; cursor: pointer; padding: 6px 0; text-decoration: underline; transition: opacity 0.2s ease; }
.btn-return-overview:hover { opacity: 0.8; }

.br-llr-badge-pink { display: inline-flex; align-items: center; gap: 8px; background-color: var(--br-darkpink); color: var(--br-white); padding: 6px 14px; border-radius: 30px; font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 14px; }
.steps-body-text { font-size: 14px; line-height: 1.65; opacity: 0.88; margin: 0 0 12px 0; color: var(--br-brown); }
.steps-highlight-box { background: var(--br-white); border-left: 4px solid var(--br-darkpink); border-radius: 0 10px 10px 0; padding: 14px 16px; font-size: 14.5px; font-weight: 800; line-height: 1.4; color: var(--br-cherry); box-shadow: 0 4px 14px rgba(176,58,91,0.08); margin: 18px 0; }
.steps-visual-banner { position: relative; width: 100%; aspect-ratio: 16/10; max-height: 300px; border-radius: 16px; overflow: hidden; margin-top: 18px; border: 1.5px solid rgba(176,58,91,0.2); background-color: #24140f; }
.steps-img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.steps-visual-tag { position: absolute; bottom: 10px; left: 10px; background: var(--br-darkpink); color: var(--br-white); padding: 5px 10px; border-radius: 6px; font-size: 10.5px; font-weight: 800; z-index: 2; }
.steps-launch-ribbon { position: absolute; top: 12px; right: 12px; background: #F3E98C; color: var(--br-brown); padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); z-index: 2; }
.steps-matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.matrix-item { background-color: #fff; border: 1.5px solid rgba(176,58,91,0.16); padding: 12px 14px; border-radius: 10px; display: flex; flex-direction: column; gap: 4px; }
.matrix-label { font-size: 9.5px; font-weight: 800; text-transform: uppercase; color: var(--br-darkpink); opacity: 0.8; }
.matrix-item strong { font-size: 13px; color: var(--br-brown); }
.steps-waitlist-card { background-color: #fff; border: 2px solid var(--br-darkpink); border-radius: 18px; padding: 28px; box-shadow: 0 10px 30px rgba(176,58,91,0.08); }
.waitlist-header { margin-bottom: 20px; }
.coming-soon-pill { display: inline-block; background: var(--br-darkpink); color: var(--br-white); padding: 4px 12px; border-radius: 20px; font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.waitlist-title { font-size: 22px; font-weight: 900; color: var(--br-cherry); margin: 0 0 8px 0; }
.waitlist-desc { font-size: 13.5px; line-height: 1.6; color: var(--br-brown); opacity: 0.88; margin: 0 0 10px 0; }
.waitlist-tagline { font-size: 13px; font-weight: 700; font-style: italic; color: var(--br-darkpink); margin: 0; line-height: 1.5; }
.steps-form { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-label { font-size: 11.5px; font-weight: 800; text-transform: uppercase; color: var(--br-brown); letter-spacing: 0.5px; }
.form-input { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1.5px solid rgba(74,43,33,0.2); font-size: 13.5px; color: var(--br-brown); background-color: #faf8f5; transition: all 0.2s ease; outline: none; }
.form-input:focus { border-color: var(--br-cherry); background-color: #fff; box-shadow: 0 0 0 3px rgba(196,30,58,0.12); }
.form-input.is-invalid { border-color: var(--br-cherry) !important; background-color: #fff6f7 !important; }
.form-checkbox-group { display: flex; align-items: flex-start; gap: 10px; margin-top: 4px; cursor: pointer; }
.form-checkbox { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--br-cherry); cursor: pointer; flex-shrink: 0; outline: none; }
.form-checkbox-label { font-size: 12px; line-height: 1.45; color: var(--br-brown); opacity: 0.9; cursor: pointer; user-select: none; }
.req-star { color: var(--br-cherry); font-weight: 900; }
.checkbox-error-msg { color: var(--br-cherry); font-size: 11.5px; font-weight: 800; margin-top: -6px; animation: brShake 0.3s ease; }
.form-checkbox-group.has-error .form-checkbox-label { color: var(--br-cherry); font-weight: 800; }
@keyframes brShake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.btn-submit-waitlist { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background-color: var(--br-darkpink); color: var(--br-white); border: none; border-radius: 10px; padding: 14px 20px; font-size: 13.5px; font-weight: 800; cursor: pointer; transition: all 0.25s ease; box-shadow: 0 6px 18px rgba(176,58,91,0.25); margin-top: 4px; width: 100%; }
.btn-submit-waitlist:hover { background-color: #8f2a45; transform: translateY(-2px); }
.btn-submit-waitlist:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.steps-success-box { background: #fdfaf7; border: 2px solid #2e7d32; border-radius: 14px; padding: 24px; text-align: center; margin-top: 10px; }
.success-icon { width: 40px; height: 40px; border-radius: 50%; background: #2e7d32; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; margin: 0 auto 12px auto; }
.steps-success-box h4 { font-size: 18px; font-weight: 800; color: #2e7d32; margin: 0 0 8px 0; }
.steps-success-box p { font-size: 13px; line-height: 1.55; color: var(--br-brown); margin: 0; }

.br-location-box { background-color: #fff; border: 1.5px solid rgba(74,43,33,0.14); border-radius: 20px; padding: 32px 28px; max-width: 1000px; margin: 0 auto; }
.location-title { font-size: 22px; font-weight: 800; color: var(--br-cherry); margin: 0 0 10px 0; }
.location-address { font-size: 14.5px; line-height: 1.5; margin-bottom: 22px; }
.travel-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px dashed rgba(74,43,33,0.15); padding-top: 18px; }
.travel-info-grid strong { font-size: 13.5px; display: block; margin-bottom: 4px; color: var(--br-cherry); }
.travel-info-grid p { font-size: 13px; line-height: 1.5; opacity: 0.85; margin: 0; }

@media (max-width: 1024px) {
  .br-llr-grid { grid-template-columns: 1fr; gap: 32px; }
  .sfeer-slide { flex: 0 0 calc(46% - 8px); }
  .sfeer-ctrl.prev-btn { left: 4px; }
  .sfeer-ctrl.next-btn { right: 4px; }
}
@media (max-width: 768px) {
  .br-llr-hero-wrapper { padding: 44px 16px 24px 16px; }
  .br-llr-hero-visual-title { max-width: 300px; margin-bottom: 12px; }
  .br-llr-title-img { max-height: 120px; }
  .br-llr-subtitle { font-size: 14px; }
  .br-llr-hero-nav { flex-direction: column; gap: 10px; }
  .btn-hero { width: 100%; padding: 13px 16px; font-size: 13px; justify-content: space-between; }
  .br-llr-slideshow-section { padding: 20px 16px 36px 16px; }
  .slideshow-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .btn-insta-header { align-self: flex-start; }
  .sfeer-slide { flex: 0 0 calc(82% - 8px); }
  .sfeer-ctrl { width: 34px; height: 34px; font-size: 12px; }
  .sfeer-ctrl.prev-btn { left: 2px; }
  .sfeer-ctrl.next-btn { right: 2px; }
  .br-llr-section { padding: 36px 16px; }
  .br-ticket-box-cherry { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
  .btn-ticket-external { width: 100%; text-align: center; padding: 12px; }
  .br-card-frame { padding: 18px 14px; }
  .br-acc-header { flex-wrap: wrap; gap: 8px; }
  .acc-title { font-size: 12.5px; min-width: 0; }
  .hosts-nav-pills { gap: 6px; }
  .host-pill { font-size: 11px; padding: 7px 12px; }
  .hosts-pillar-row { grid-template-columns: 1fr; gap: 8px; }
  .steps-matrix { grid-template-columns: 1fr 1fr; gap: 8px; }
  .steps-waitlist-card { padding: 20px 16px; }
  .steps-visual-banner { max-height: 200px; }
  .br-location-box { padding: 20px 16px; border-radius: 14px; }
  .travel-info-grid { grid-template-columns: 1fr; gap: 16px; }
  .hosts-visual-card.pos-fleur .hosts-img { transform: scale(1.70) translateX(55px); object-position: 95% 12%; }
  .hosts-visual-card.pos-romy .hosts-img { transform: scale(1.70) translateX(-120px); object-position: 100% 12%; }
  .hosts-visual-card.pos-visie .hosts-img { transform: scale(1.05) translateX(0); object-position: 50% 12%; }
}
@media (max-width: 400px) {
  .br-llr-title-img { max-height: 100px; }
  .br-llr-hero-visual-title { max-width: 260px; }
  .steps-matrix { grid-template-columns: 1fr; }
  .hosts-photo-overlay-actions { flex-direction: column; }
  .photo-switch-btn { font-size: 10.5px; padding: 7px 10px; }
}

/* Zijnavigatie: kleuren van The Latin Living Room (de basis staat in style.css) */
.br-side-nav { --zn-bg: rgba(255,255,255,0.7); --zn-bg-hover: rgba(255,255,255,0.7); --zn-rand: 1px solid rgba(196,30,58,0.16); --zn-accent: var(--br-cherry); }
