:root {
  --tbem-obsidian: #07100f;
  --tbem-pine: #081411;
  --tbem-forest: #0b2621;
  --tbem-gold: #d7a85b;
  --tbem-gold-light: #e2b96f;
  --tbem-ivory: #f3e8d4;
  --tbem-paper: #fffdf8;
  --tbem-ink: #16201d;
  --tbem-muted: #6d746f;
  --tbem-line: rgba(11, 38, 33, .14);
  --tbem-radius: 22px;
  --tbem-shadow: 0 20px 60px rgba(7, 16, 15, .12);
}

.tbem-experience-page .entry-content.lead[data-reveal],
.tbem-blog-page .entry-content.lead[data-reveal],
.tbem-standard-page .entry-content.lead[data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

.tbem-main,
.tbem-main * { box-sizing: border-box; }
.tbem-main { background: var(--tbem-paper); color: var(--tbem-ink); overflow: clip; }
.tbem-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tbem-main img { max-width: 100%; height: auto; }
.tbem-main a { text-underline-offset: 3px; }

.tbem-hero {
  position: relative;
  min-height: 640px;
  color: #fff;
  background-color: var(--tbem-pine);
  background-image: var(--tbem-hero-image);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.tbem-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,16,15,.92) 0%, rgba(7,16,15,.66) 52%, rgba(7,16,15,.24) 100%), linear-gradient(0deg, rgba(7,16,15,.62), transparent 55%); }
.tbem-hero-inner { min-height: 640px; display: flex; flex-direction: column; justify-content: space-between; padding-block: 44px 70px; }
.tbem-breadcrumb { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.72); }
.tbem-breadcrumb a { color: inherit; text-decoration: none; }
.tbem-breadcrumb a:hover { color: var(--tbem-gold-light); }
.tbem-hero-copy { max-width: 780px; }
.tbem-eyebrow { display: block; margin: 0 0 11px; color: var(--tbem-gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.tbem-hero h1 { max-width: 900px; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 7vw, 82px); font-weight: 500; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
.tbem-hero-subtitle { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.85); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.tbem-badge { display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 18px; padding: 5px 12px; border-radius: 999px; color: var(--tbem-pine); background: var(--tbem-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tbem-hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 32px; }
.tbem-hero-facts > span { display: grid; gap: 3px; min-width: 145px; padding: 4px 25px 4px 0; margin: 0 25px 10px 0; border-right: 1px solid rgba(255,255,255,.25); }
.tbem-hero-facts > span:last-child { border: 0; }
.tbem-hero-facts small { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.tbem-hero-facts strong { color: #fff; font-size: 15px; }
.tbem-rating-block strong span { color: var(--tbem-gold-light); }

.tbem-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(36px, 6vw, 80px); padding-block: 76px 110px; align-items: start; }
.tbem-product-content { min-width: 0; }
.tbem-section { margin: 0 0 82px; }
.tbem-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.tbem-section-heading h2,
.tbem-article-section > h2,
.tbem-review-summary h2 { margin: 0; color: var(--tbem-forest); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 4vw, 46px); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.tbem-section-heading > span { flex: 0 0 auto; color: var(--tbem-muted); font-size: 13px; }
.tbem-section-heading > a { color: var(--tbem-forest); font-weight: 700; text-decoration-color: var(--tbem-gold); }

.tbem-entry-content { margin-top: 28px; color: #39423e; font-size: 17px; line-height: 1.85; }
.tbem-entry-content > *:first-child { margin-top: 0; }
.tbem-entry-content p { margin: 0 0 1.35em; }
.tbem-entry-content h2 { margin: 2em 0 .65em; color: var(--tbem-forest); font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 500; line-height: 1.15; }
.tbem-entry-content h3 { margin: 1.7em 0 .55em; color: var(--tbem-forest); font-size: 22px; line-height: 1.25; }
.tbem-entry-content ul, .tbem-entry-content ol { padding-left: 1.2em; }
.tbem-entry-content a { color: #7d591e; font-weight: 700; }
.tbem-entry-content blockquote { margin: 32px 0; padding: 24px 28px; border-left: 3px solid var(--tbem-gold); background: #f8f1e5; color: var(--tbem-forest); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }

.tbem-highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; list-style: none; }
.tbem-highlight-grid li { display: flex; align-items: flex-start; gap: 13px; min-height: 76px; padding: 21px; border: 1px solid var(--tbem-line); border-radius: 16px; background: #fff; }
.tbem-highlight-grid li span { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; color: var(--tbem-pine); background: var(--tbem-gold-light); font-size: 13px; }
.tbem-highlight-grid strong { font-size: 15px; line-height: 1.5; }

.tbem-info-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 11px; padding: 11px; overflow: hidden; border: 1px solid rgba(215,168,91,.26); border-radius: var(--tbem-radius); background: linear-gradient(135deg, #f8f2e7, #f2eadc); }
.tbem-info-strip > .tbem-info-item { position: relative; display: flex; align-items: flex-start; grid-column: span 2; gap: 12px; min-width: 0; min-height: 102px; padding: 20px 17px; overflow: hidden; border: 1px solid rgba(11,38,33,.09); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(7,16,15,.045); }
.tbem-info-strip[data-count="5"] > .tbem-info-item:nth-child(n+4),
.tbem-info-strip[data-count="4"] > .tbem-info-item,
.tbem-info-strip[data-count="2"] > .tbem-info-item { grid-column: span 3; }
.tbem-info-strip[data-count="1"] > .tbem-info-item { grid-column: 1 / -1; }
.tbem-info-strip > .tbem-info-item::after { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, var(--tbem-gold), transparent 78%); opacity: .72; }
.tbem-info-icon { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid rgba(215,168,91,.42); border-radius: 50%; color: #8a6429; background: #fff9ee; font: 700 14px/1 Georgia, serif; }
.tbem-info-copy { display: grid; align-content: start; gap: 6px; min-width: 0; }
.tbem-info-strip small { color: #8a7554; font-size: 9px; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.tbem-info-strip strong { overflow-wrap: anywhere; color: var(--tbem-forest); font-size: 13px; line-height: 1.45; }

.tbem-gallery-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, 220px); gap: 10px; overflow: hidden; border-radius: var(--tbem-radius); }
.tbem-gallery-item { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #d9dedb; cursor: zoom-in; }
.tbem-gallery-item.is-featured { grid-row: 1 / span 2; }
.tbem-gallery-item:nth-child(n+4) { display: none; }
.tbem-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tbem-gallery-item:hover img { transform: scale(1.025); }
.tbem-gallery-toggle { display: flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-height: 46px; margin: 18px auto 0; padding: 10px 20px; border: 1px solid rgba(138,100,41,.42); border-radius: 999px; color: var(--tbem-forest); background: #fff; box-shadow: 0 8px 24px rgba(22,49,39,.07); font: 800 12px/1.2 inherit; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tbem-gallery-toggle:hover { border-color: var(--tbem-gold); box-shadow: 0 10px 28px rgba(22,49,39,.12); transform: translateY(-1px); }
.tbem-gallery-toggle:focus-visible { outline: 3px solid rgba(215,168,91,.35); outline-offset: 3px; }
.tbem-gallery-toggle-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--tbem-forest); font-size: 15px; transition: transform .25s ease; }
.tbem-gallery-section.is-expanded .tbem-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; overflow: visible; border-radius: 0; }
.tbem-gallery-section.is-expanded .tbem-gallery-item,
.tbem-gallery-section.is-expanded .tbem-gallery-item.is-featured { display: block; grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; border-radius: 14px; }
.tbem-gallery-section.is-expanded .tbem-gallery-toggle-icon { transform: rotate(180deg); }

.tbem-timeline { margin: 0; padding: 0; list-style: none; }
.tbem-timeline li { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding-bottom: 16px; }
.tbem-timeline li::before { content: ''; position: absolute; left: 23px; top: 42px; bottom: -4px; width: 1px; background: var(--tbem-line); }
.tbem-timeline li:last-child::before { display: none; }
.tbem-timeline-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(215,168,91,.55); border-radius: 50%; color: var(--tbem-forest); background: var(--tbem-ivory); font: 600 18px Georgia, serif; }
.tbem-itinerary-stop { min-width: 0; overflow: hidden; border: 1px solid var(--tbem-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(22,49,39,.045); }
.tbem-itinerary-stop[open] { border-color: rgba(215,168,91,.48); box-shadow: 0 10px 28px rgba(22,49,39,.075); }
.tbem-itinerary-stop summary { display: grid; grid-template-columns: minmax(0, 1fr) 34px; align-items: center; gap: 16px; min-height: 72px; padding: 13px 16px 13px 20px; list-style: none; cursor: pointer; }
.tbem-itinerary-stop summary::-webkit-details-marker { display: none; }
.tbem-itinerary-stop summary:focus-visible { outline: 3px solid rgba(215,168,91,.32); outline-offset: -3px; }
.tbem-itinerary-heading { display: block; min-width: 0; }
.tbem-itinerary-time { display: block; margin-bottom: 4px; color: #967035; font-size: 10px; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.tbem-timeline h3 { margin: 0; overflow-wrap: anywhere; color: var(--tbem-forest); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 500; line-height: 1.25; }
.tbem-itinerary-toggle { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(138,100,41,.3); border-radius: 50%; color: var(--tbem-forest); background: #fffaf1; font-size: 20px; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }
.tbem-itinerary-stop[open] .tbem-itinerary-toggle { color: #fff; background: var(--tbem-forest); transform: rotate(45deg); }
.tbem-itinerary-body { padding: 0 20px 20px; }
.tbem-itinerary-body::before { content: ''; display: block; height: 1px; margin-bottom: 16px; background: linear-gradient(90deg, var(--tbem-line), transparent); }
.tbem-itinerary-body p { margin: 0; color: var(--tbem-muted); line-height: 1.7; }

.tbem-inclusion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tbem-inclusion-grid > div { padding: 28px; border-radius: var(--tbem-radius); }
.tbem-inclusion-grid .is-included { background: #edf4ee; }
.tbem-inclusion-grid .is-excluded { background: #f7f2ea; }
.tbem-inclusion-grid h3 { margin: 0 0 18px; color: var(--tbem-forest); font: 500 25px Georgia, serif; }
.tbem-inclusion-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.tbem-inclusion-grid li { display: flex; gap: 10px; color: #444c48; line-height: 1.45; }
.tbem-inclusion-grid li span { color: #467c55; font-weight: 900; }
.tbem-inclusion-grid .is-excluded li span { color: #a36c53; }

.tbem-video-shell { position: relative; min-height: 410px; display: grid; place-items: center; overflow: hidden; border-radius: var(--tbem-radius); background: linear-gradient(rgba(7,16,15,.2), rgba(7,16,15,.56)), var(--tbem-video-poster) center/cover, var(--tbem-forest); }
.tbem-video-play { display: grid; justify-items: center; gap: 13px; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.tbem-video-play span { display: grid; place-items: center; width: 74px; height: 74px; padding-left: 5px; border-radius: 50%; color: var(--tbem-pine); background: var(--tbem-gold-light); font-size: 23px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.tbem-video-play strong { font-size: 14px; letter-spacing: .07em; text-transform: uppercase; }
.tbem-video-shell iframe, .tbem-video-shell video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }

.tbem-review-summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px; border-radius: var(--tbem-radius); color: #fff; background: var(--tbem-forest); }
.tbem-review-summary h2 { color: #fff; }
.tbem-review-summary p { margin: 10px 0 0; color: rgba(255,255,255,.68); }
.tbem-review-score { display: grid; justify-items: end; flex: 0 0 180px; }
.tbem-review-score strong { color: #fff; font: 500 54px Georgia, serif; line-height: 1; }
.tbem-review-score span { color: var(--tbem-gold-light); letter-spacing: .1em; }
.tbem-review-score small { margin-top: 6px; color: rgba(255,255,255,.68); }

.tbem-faq-list { border-top: 1px solid var(--tbem-line); }
.tbem-faq-list details { border-bottom: 1px solid var(--tbem-line); }
.tbem-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--tbem-forest); font-size: 17px; font-weight: 750; list-style: none; cursor: pointer; }
.tbem-faq-list summary::-webkit-details-marker { display: none; }
.tbem-faq-list summary span { color: var(--tbem-gold); font-size: 24px; line-height: 1; transition: transform .2s ease; }
.tbem-faq-list details[open] summary span { transform: rotate(45deg); }
.tbem-faq-list details > div { padding: 0 42px 21px 0; color: var(--tbem-muted); line-height: 1.75; }
.tbem-faq-list p { margin: 0; }

.tbem-booking-column { position: sticky; top: 110px; }
.tbem-booking-card { padding: 31px; border: 1px solid rgba(215,168,91,.32); border-radius: var(--tbem-radius); color: #fff; background: var(--tbem-forest); box-shadow: var(--tbem-shadow); }
.tbem-booking-card h2 { margin: 0; color: #fff; font: 500 35px/1.08 Georgia, serif; }
.tbem-booking-card > p { color: rgba(255,255,255,.7); line-height: 1.65; }
.tbem-booking-price { display: grid; gap: 3px; margin: 25px 0 14px; }
.tbem-booking-price small { color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.tbem-booking-price strong { color: var(--tbem-gold-light); font: 500 32px Georgia, serif; }
.tbem-booking-price del { color: rgba(255,255,255,.45); font-size: 13px; }
.tbem-rating { color: var(--tbem-muted); font-size: 13px; }
.tbem-booking-card .tbem-rating { color: rgba(255,255,255,.7); }
.tbem-rating > span { color: var(--tbem-gold); letter-spacing: .04em; }
.tbem-button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; padding: 13px 22px; border-radius: 999px; color: var(--tbem-pine) !important; background: var(--tbem-gold-light); font-size: 13px; font-weight: 850; letter-spacing: .055em; text-align: center; text-decoration: none !important; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.tbem-button:hover { background: #efca88; transform: translateY(-1px); }
.tbem-booking-card ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); font-size: 12px; list-style: none; }

.tbem-related { padding-block: 82px; background: #f3ecdf; }
.tbem-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tbem-product-card { overflow: hidden; border: 1px solid var(--tbem-line); border-radius: var(--tbem-radius); background: #fff; box-shadow: 0 8px 25px rgba(7,16,15,.05); }
.tbem-card-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #dce2dd; }
.tbem-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tbem-product-card:hover .tbem-card-image img { transform: scale(1.025); }
.tbem-card-image .tbem-badge { position: absolute; top: 15px; left: 15px; margin: 0; }
.tbem-card-body { padding: 22px; }
.tbem-card-meta { min-height: 1.3em; margin: 0 0 8px; color: #967035; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tbem-card-body h3 { margin: 0 0 12px; color: var(--tbem-forest); font: 500 25px/1.15 Georgia, serif; }
.tbem-card-body h3 a { color: inherit; text-decoration: none; }
.tbem-card-body > p:not(.tbem-card-meta):not(.tbem-rating) { color: var(--tbem-muted); line-height: 1.6; }
.tbem-card-price { display: grid; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--tbem-line); }
.tbem-card-price span { color: var(--tbem-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.tbem-card-price strong { color: var(--tbem-forest); font-size: 18px; }
.tbem-home-experiences { width: min(1180px, calc(100% - 40px)); margin: 80px auto; }

.tbem-lightbox { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 50px; background: rgba(4,10,9,.93); }
.tbem-lightbox[hidden] { display: none; }
.tbem-lightbox img { max-width: 100%; max-height: calc(100vh - 70px); object-fit: contain; }
.tbem-lightbox-close { position: fixed; top: 16px; right: 20px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(0,0,0,.25); font-size: 30px; cursor: pointer; }

/* Blog */
.tbem-blog-hero { padding: 70px 0 54px; color: #fff; background: var(--tbem-forest); }
.tbem-blog-hero-inner { max-width: 900px; }
.tbem-blog-hero .tbem-breadcrumb { margin-bottom: 70px; }
.tbem-blog-hero h1 { margin: 0; color: #fff; font: 500 clamp(42px, 6vw, 72px)/1.03 Georgia, serif; letter-spacing: -.035em; text-wrap: balance; }
.tbem-blog-deck { max-width: 780px; margin: 24px 0 0; color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.65; }
.tbem-blog-byline { display: flex; gap: 22px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.tbem-blog-cover { max-width: 1180px; margin-top: 44px; }
.tbem-blog-cover img { display: block; width: 100%; max-height: 680px; border-radius: var(--tbem-radius); object-fit: cover; }
.tbem-blog-layout { display: grid; grid-template-columns: 190px minmax(0, 720px) 230px; justify-content: center; gap: 50px; padding-block: 70px 110px; align-items: start; }
.tbem-blog-content { min-width: 0; color: #39423e; font-size: 17px; line-height: 1.85; }
.tbem-blog-content > *:first-child { margin-top: 0; }
.tbem-blog-content h2 { margin: 2em 0 .6em; color: var(--tbem-forest); font: 500 36px/1.15 Georgia, serif; letter-spacing: -.02em; }
.tbem-blog-content h3 { margin: 1.7em 0 .55em; color: var(--tbem-forest); font-size: 24px; line-height: 1.25; }
.tbem-blog-content img { border-radius: 14px; }
.tbem-blog-content a { color: #7d591e; font-weight: 700; }
.tbem-toc, .tbem-blog-cta { position: sticky; top: 110px; }
.tbem-toc { padding-top: 5px; color: var(--tbem-muted); font-size: 12px; }
.tbem-toc > strong { display: block; margin-bottom: 15px; color: var(--tbem-forest); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.tbem-toc ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.tbem-toc a { color: inherit; text-decoration: none; }
.tbem-toc a:hover { color: #7d591e; }
.tbem-blog-cta { padding: 24px; border-radius: 18px; color: #fff; background: var(--tbem-forest); }
.tbem-blog-cta h2 { margin: 0; color: #fff; font: 500 26px/1.12 Georgia, serif; }
.tbem-blog-cta p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.tbem-blog-cta .tbem-button { min-height: 44px; font-size: 10px; }
.tbem-text-link { display: inline-block; margin-top: 16px; color: var(--tbem-gold-light) !important; font-size: 12px; font-weight: 700; }

/* Protected global template for Bali Packages and future standard Pages. */
.tbem-page-hero { position: relative; min-height: 530px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--tbem-forest), var(--tbem-obsidian)); isolation: isolate; }
.tbem-page-hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100% !important; object-fit: cover; }
.tbem-page-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,16,15,.94), rgba(7,16,15,.62) 58%, rgba(7,16,15,.32)), linear-gradient(0deg, rgba(7,16,15,.52), transparent 60%); }
.tbem-page-hero-inner { display: flex; min-height: 530px; flex-direction: column; justify-content: space-between; padding-block: 44px 68px; }
.tbem-page-hero-copy { max-width: 850px; }
.tbem-page-hero h1 { margin: 0; color: #fff; font: 500 clamp(46px, 7vw, 82px)/.99 Georgia, 'Times New Roman', serif; letter-spacing: -.04em; text-wrap: balance; }
.tbem-page-hero-copy p { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.tbem-page-body { padding-block: 78px 105px; }
.tbem-page-content { width: min(100%, 820px); margin-inline: auto; color: #39423e; font-size: 17px; line-height: 1.85; }
.tbem-page-content > *:first-child { margin-top: 0; }
.tbem-page-content > *:last-child { margin-bottom: 0; }
.tbem-page-content h2 { margin: 1.8em 0 .55em; color: var(--tbem-forest); font: 500 clamp(30px, 4vw, 42px)/1.12 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.tbem-page-content h3 { margin: 1.6em 0 .5em; color: var(--tbem-forest); font-size: 24px; line-height: 1.25; }
.tbem-page-content a { color: #7d591e; font-weight: 700; }
.tbem-page-content img { border-radius: 16px; }
.tbem-page-content .wp-block-columns { gap: clamp(20px, 4vw, 42px); }
.tbem-page-contact { padding-block: 74px; color: #fff; background: var(--tbem-forest); }
.tbem-page-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.tbem-page-contact-inner > div { max-width: 720px; }
.tbem-page-contact h2 { margin: 0; color: #fff; font: 500 clamp(34px, 5vw, 54px)/1.05 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.tbem-page-contact p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.tbem-page-contact .tbem-button { flex: 0 0 auto; width: auto; min-width: 210px; }

@media (max-width: 1024px) {
  .tbem-product-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 36px; }
  .tbem-blog-layout { grid-template-columns: minmax(0, 720px) 230px; }
  .tbem-toc { display: none; }
}

@media (max-width: 782px) {
  .tbem-container { width: min(100% - 28px, 720px); }
  .tbem-hero, .tbem-hero-inner { min-height: 570px; }
  .tbem-hero-inner { padding-block: 28px 42px; }
  .tbem-hero-overlay { background: linear-gradient(0deg, rgba(7,16,15,.94), rgba(7,16,15,.35) 80%); }
  .tbem-hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .tbem-hero-subtitle { font-size: 16px; line-height: 1.55; }
  .tbem-hero-facts > span { min-width: 120px; padding-right: 14px; margin-right: 14px; }
  .tbem-product-layout { display: flex; flex-direction: column; gap: 0; padding-block: 48px 76px; }
  .tbem-product-content, .tbem-booking-column { width: 100%; }
  .tbem-booking-column { position: static; order: -1; margin-bottom: 55px; }
  .tbem-booking-card { padding: 25px; }
  .tbem-section { margin-bottom: 58px; }
  .tbem-section-heading { align-items: flex-start; }
  .tbem-highlight-grid, .tbem-inclusion-grid { grid-template-columns: 1fr; }
  .tbem-info-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 9px; }
  .tbem-info-strip > .tbem-info-item,
  .tbem-info-strip[data-count] > .tbem-info-item { grid-column: auto !important; min-height: 94px; padding: 17px 14px; }
  .tbem-info-strip[data-count="5"] > .tbem-info-item:last-child,
  .tbem-info-strip[data-count="3"] > .tbem-info-item:last-child,
  .tbem-info-strip[data-count="1"] > .tbem-info-item:last-child { grid-column: 1 / -1 !important; }
  .tbem-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 120px; }
  .tbem-gallery-item.is-featured { grid-column: 1 / span 2; grid-row: auto; }
	.tbem-gallery-section.is-expanded .tbem-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .tbem-video-shell { min-height: 280px; }
  .tbem-review-summary { align-items: flex-start; flex-direction: column; }
  .tbem-review-score { justify-items: start; }
  .tbem-related { padding-block: 58px; }
  .tbem-card-grid { grid-template-columns: 1fr; }
  .tbem-home-experiences { width: min(100% - 28px, 720px); margin-block: 58px; }
  .tbem-lightbox { padding: 40px 12px 12px; }
  .tbem-blog-hero { padding-block: 35px 44px; }
  .tbem-blog-hero .tbem-breadcrumb { margin-bottom: 55px; }
  .tbem-blog-cover { margin-top: 20px; }
  .tbem-blog-cover img { border-radius: 14px; }
  .tbem-blog-layout { display: block; padding-block: 48px 78px; }
  .tbem-blog-cta { position: static; margin-top: 50px; }
	.tbem-page-hero, .tbem-page-hero-inner { min-height: 455px; }
	.tbem-page-hero-inner { padding-block: 30px 46px; }
	.tbem-page-hero h1 { font-size: clamp(42px, 13vw, 62px); }
	.tbem-page-body { padding-block: 52px 72px; }
	.tbem-page-content { font-size: 16px; line-height: 1.78; }
	.tbem-page-contact { padding-block: 56px; }
	.tbem-page-contact-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
	.tbem-page-contact .tbem-button { width: 100%; }
}

@media (max-width: 480px) {
  .tbem-hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .tbem-hero-facts > span { min-width: 0; padding: 0; margin: 0; border: 0; }
  .tbem-info-strip { grid-template-columns: 1fr; }
  .tbem-info-strip > .tbem-info-item,
  .tbem-info-strip[data-count] > .tbem-info-item { grid-column: 1 / -1 !important; min-height: 78px; align-items: center; padding: 14px; }
  .tbem-gallery-grid { grid-template-rows: 215px 100px; }
	.tbem-gallery-section.is-expanded .tbem-gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
	.tbem-gallery-toggle { width: 100%; }
  .tbem-section-heading > span { display: none; }
  .tbem-timeline li { grid-template-columns: 40px 1fr; gap: 14px; }
  .tbem-timeline-marker { width: 40px; height: 40px; }
  .tbem-timeline li::before { left: 19px; top: 38px; }
	.tbem-itinerary-stop summary { min-height: 66px; padding: 11px 12px 11px 15px; }
	.tbem-timeline h3 { font-size: 19px; }
	.tbem-itinerary-body { padding: 0 15px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .tbem-main *, .tbem-main *::before, .tbem-main *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
