:root{--bst-font:'League Spartan',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--bst-gold:#C9973A;--bst-earth:#2C1A0E;--bst-cream:#F9F4EC;--bst-text:#24180e;--bst-muted:#756556;--bst-border:#eadfce}
.bst-facts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--bst-border);border-radius:14px;background:#fff;overflow:hidden}
.bst-fact{display:flex;gap:12px;align-items:center;padding:18px;border-right:1px solid var(--bst-border)}.bst-fact:last-child{border-right:0}.bst-fact .dashicons{color:var(--bst-gold);font-size:22px;width:22px;height:22px}.bst-fact strong{display:block;font-size:14px;color:var(--bst-text)}.bst-fact small{display:block;color:var(--bst-muted);font-size:11px;margin-top:2px}
.bst-itinerary{border:1px solid var(--bst-border);border-radius:14px;overflow:hidden;background:#fff}.bst-day+ .bst-day{border-top:1px solid var(--bst-border)}.bst-day-head{width:100%;display:flex;align-items:center;gap:14px;padding:18px 20px;border:0;background:#fff;color:var(--bst-text);font:600 15px/1.3 inherit;text-align:left;cursor:pointer}.bst-day-head:hover{background:#fcfaf6}.bst-day-number{width:30px;height:30px;border-radius:50%;background:var(--bst-gold);color:#fff;display:grid;place-items:center;font-size:12px;flex:0 0 auto}.bst-chevron{margin-left:auto;font-size:18px;transition:.2s}.bst-day.open .bst-chevron{transform:rotate(180deg);color:var(--bst-gold)}.bst-day-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.bst-day.open .bst-day-body{max-height:800px}.bst-day-body>div{padding:0 20px 22px 64px;color:var(--bst-muted);line-height:1.75}
.bst-gallery{display:grid;grid-template-columns:repeat(var(--bst-cols),minmax(0,1fr));gap:10px}.bst-gallery-item{display:block;aspect-ratio:1.25;overflow:hidden;border-radius:10px}.bst-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.bst-gallery-item:hover img{transform:scale(1.05)}
.bst-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bst-related-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--bst-border);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.bst-related-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(44,26,14,.1)}.bst-related-image{aspect-ratio:1.5;overflow:hidden}.bst-related-image img{width:100%;height:100%;object-fit:cover}.bst-related-body{padding:15px}.bst-related-meta{font-size:12px;color:var(--bst-muted)}.bst-related-body h3{font-family:Georgia,serif;font-size:19px;line-height:1.25;margin:7px 0 14px}.bst-related-price{font-size:12px;color:var(--bst-muted)}.bst-related-price strong{font-size:20px;color:var(--bst-earth)}
.bst-empty{padding:20px;background:var(--bst-cream);border-radius:10px;color:var(--bst-muted)}
.bst-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:99999;padding:30px}.bst-lightbox.is-open{display:flex}.bst-lightbox img{max-width:92vw;max-height:90vh}.bst-lb-close{position:absolute;right:24px;top:18px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer}
@media(max-width:900px){.bst-facts{grid-template-columns:repeat(2,1fr)}.bst-fact:nth-child(2){border-right:0}.bst-fact:nth-child(n+3){border-top:1px solid var(--bst-border)}.bst-related-grid{grid-template-columns:repeat(2,1fr)}.bst-gallery{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.bst-facts{grid-template-columns:1fr}.bst-fact{border-right:0!important;border-bottom:1px solid var(--bst-border)}.bst-fact:last-child{border-bottom:0}.bst-related-grid{grid-template-columns:1fr}.bst-day-body>div{padding-left:20px}}

.bst-day-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.bst-day-meta span{display:block;padding:10px 12px;background:#faf7f1;border-radius:7px;font-size:12px;color:var(--bst-muted)}.bst-day-meta b{display:block;color:var(--bst-earth);font-size:10px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}@media(max-width:600px){.bst-day-meta{grid-template-columns:1fr}}

.bst-related-body,.bst-facts,.bst-itinerary,.bst-gallery,.bst-empty{font-family:var(--bst-font)}

.bst-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.bst-highlight{display:flex;gap:10px;padding:13px 14px;border:1px solid var(--bst-border);border-radius:9px;background:#fff}.bst-highlight span{width:23px;height:23px;border-radius:50%;background:#edf4ec;color:#3b7655;display:grid;place-items:center;font-size:11px;font-weight:800;flex:0 0 auto}.bst-highlight p{margin:1px 0;font-size:13px;line-height:1.5}.bst-inclusion-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bst-inclusion-box{padding:20px;border:1px solid var(--bst-border);border-radius:12px;background:#fff}.bst-inclusion-box h3{margin:0 0 14px;font-size:18px}.bst-inclusion-box ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.bst-inclusion-box li{display:flex;gap:9px;line-height:1.5;font-size:13px}.bst-inclusion-box li span{font-weight:800}.bst-included li span{color:#3b7655}.bst-excluded li span{color:#b76b55}.bst-faq{border:1px solid var(--bst-border);border-radius:12px;overflow:hidden;background:#fff}.bst-faq-item+.bst-faq-item{border-top:1px solid var(--bst-border)}.bst-faq-head{width:100%;border:0;background:#fff;padding:17px 18px;display:flex;justify-content:space-between;align-items:center;text-align:left;font:600 14px/1.4 inherit;color:var(--bst-text);cursor:pointer}.bst-faq-head b{font-size:20px;color:var(--bst-gold);font-weight:400}.bst-faq-item.open .bst-faq-head b{transform:rotate(45deg)}.bst-faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease;color:var(--bst-muted);font-size:13px;line-height:1.7}.bst-faq-item.open .bst-faq-answer{max-height:500px}.bst-faq-answer p{margin:0;padding:0 18px 18px}.bst-booking-box{background:#fff;border:1px solid var(--bst-border);border-radius:14px;padding:20px;box-shadow:0 8px 25px rgba(44,26,14,.06)}.bst-booking-price{display:grid;grid-template-columns:1fr auto;align-items:end;gap:3px 15px;padding-bottom:17px;margin-bottom:17px;border-bottom:1px solid var(--bst-border)}.bst-booking-price small{grid-column:1/-1;text-transform:uppercase;letter-spacing:.08em;color:var(--bst-muted);font-size:10px}.bst-booking-price strong{font-size:31px;color:var(--bst-earth)}.bst-booking-price span{font-size:10px;color:var(--bst-muted);padding-bottom:4px}.bst-booking-placeholder{padding:16px;background:var(--bst-cream);border-radius:9px}.bst-booking-placeholder p{margin:5px 0 0;color:var(--bst-muted);font-size:12px}@media(max-width:700px){.bst-highlights,.bst-inclusion-grid{grid-template-columns:1fr}}
