.tbce-explorer {
  --tbce-accent: #a23483;
  --tbce-accent-dark: #7d2866;
  --tbce-brown: #432304;
  --tbce-cream: #f7eeb9;
  --tbce-cream-soft: #fffdf3;
  --tbce-ink: #333333;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 38px);
  color: var(--tbce-ink);
  background: linear-gradient(145deg, var(--tbce-cream-soft), var(--tbce-cream));
  border: 1px solid rgba(67,35,4,.14);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(67,35,4,.12);
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.tbce-explorer *, .tbce-explorer *::before, .tbce-explorer *::after { box-sizing: border-box; }
.tbce-header, .tbce-toolbar, .tbce-stage { display: flex; gap: 16px; }
.tbce-header { align-items: flex-end; justify-content: space-between; margin-bottom: 18px; }
.tbce-header h2 { margin: 0; color: var(--tbce-brown); font-family: "Roboto", "Open Sans", sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; }
.tbce-kicker { margin: 0 0 4px; color: var(--tbce-accent); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; }
.tbce-toolbar { align-items: center; flex-wrap: wrap; margin-bottom: 14px; }
.tbce-search { flex: 1 1 260px; }
.tbce-search input { width: 100%; min-height: 46px; padding: 0 17px; border: 2px solid rgba(162,52,131,.35); border-radius: 4px; background: #fff; color: var(--tbce-ink); box-shadow: inset 0 1px 2px rgba(67,35,4,.06); }
.tbce-search input:focus { outline: 3px solid rgba(162,52,131,.18); border-color: var(--tbce-accent); }
.tbce-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.tbce-filters button, .tbce-reset, .tbce-zoom button {
  min-height: 42px; padding: 0 15px; border: 2px solid var(--tbce-accent); border-radius: 3px; background: #fff; color: var(--tbce-accent); cursor: pointer; font-weight: 700; transition: background .16s ease, color .16s ease, transform .16s ease;
}
.tbce-filters button:hover, .tbce-reset:hover { background: var(--tbce-brown); border-color: var(--tbce-brown); color: #fff; }
.tbce-filters button.is-active { border-color: var(--tbce-accent); background: var(--tbce-accent); color: #fff; }
.tbce-view-switch { display: inline-flex; margin: 0 0 14px; padding: 4px; border: 1px solid rgba(67,35,4,.18); border-radius: 5px; background: rgba(255,255,255,.72); }
.tbce-view-switch button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 3px; background: transparent; color: var(--tbce-brown); cursor: pointer; font-weight: 700; }
.tbce-view-switch button.is-active { background: var(--tbce-accent); color: #fff; }
.tbce-stage { align-items: stretch; }
.tbce-visuals { flex: 1 1 auto; min-width: 0; }
.tbce-visuals > [hidden] { display: none !important; }
.tbce-map-viewport {
  position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; background: #0d6a36; border: 4px solid #fff; box-shadow: 0 8px 28px rgba(67,35,4,.2); touch-action: none;
}
.tbce-map-canvas { position: absolute; inset: 0; transform-origin: center; transition: transform .18s ease; }
.tbce-map-canvas > img { width: 100%; height: 100%; object-fit: contain; display: block; user-select: none; }
.tbce-markers { position: absolute; inset: 0; }
.tbce-marker {
  position: absolute; transform: translate(-50%, -50%); display: grid; justify-items: center; gap: 4px; min-width: 38px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--tbce-brown); cursor: pointer; z-index: 2; transition: transform .16s ease, z-index .16s ease;
}
.tbce-marker span {
  position: relative; width: 30px; height: 30px; border: 5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--tbce-accent); transform: rotate(-45deg); box-shadow: 0 0 0 3px var(--tbce-brown), 0 5px 12px rgba(0,0,0,.45);
}
.tbce-marker span::after { content: ""; position: absolute; width: 8px; height: 8px; left: 6px; top: 6px; border-radius: 50%; background: #fff; }
.tbce-marker strong {
  display: block; max-width: 145px; padding: 5px 8px; border: 2px solid #fff; border-radius: 3px; background: var(--tbce-brown); color: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.32); font-size: 11px; font-weight: 700; line-height: 1.2; white-space: nowrap;
}
.tbce-marker:hover, .tbce-marker:focus, .tbce-marker.is-selected { transform: translate(-50%, -50%) scale(1.14); z-index: 10; }
.tbce-marker:hover span, .tbce-marker:focus span, .tbce-marker.is-selected span { background: #f6c945; box-shadow: 0 0 0 4px var(--tbce-accent), 0 6px 16px rgba(0,0,0,.5); }
.tbce-marker:hover strong, .tbce-marker:focus strong, .tbce-marker.is-selected strong { background: var(--tbce-accent); }
.tbce-marker:focus-visible { outline: 3px solid #fff; outline-offset: 5px; border-radius: 4px; }
.tbce-marker[hidden] { display: none; }
.tbce-panel {
  position: relative; flex: 0 0 340px; padding: 26px; border-top: 6px solid var(--tbce-accent); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(67,35,4,.16);
}
.tbce-panel h3 { margin: 6px 28px 10px 0; color: var(--tbce-brown); font-family: "Roboto", "Open Sans", sans-serif; font-size: 27px; font-weight: 700; }
.tbce-type { display: inline-block; margin: 0; padding: 4px 8px; border-radius: 2px; background: var(--tbce-cream); color: var(--tbce-accent-dark); font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.tbce-summary { line-height: 1.6; }
.tbce-amenities { padding-top: 12px; border-top: 1px solid #e3e6e3; font-weight: 600; }
.tbce-facts { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid #e3e6e3; }
.tbce-facts:empty { display: none; }
.tbce-facts dt { color: var(--tbce-accent-dark); font-weight: 700; }
.tbce-facts dd { margin: 0; }
.tbce-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 0; background: transparent; font-size: 26px; cursor: pointer; }
.tbce-action { display: inline-flex; margin-top: 12px; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 3px solid var(--tbce-accent); border-radius: 2px; background: var(--tbce-accent); color: #fff !important; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.tbce-action:hover, .tbce-action:focus { border-color: var(--tbce-brown); background: var(--tbce-brown); color: #fff !important; }
.tbce-secondary-action { display: inline-flex; margin: 12px 0 0 8px; min-height: 46px; align-items: center; justify-content: center; padding: 0 15px; border: 2px solid var(--tbce-accent); border-radius: 2px; color: var(--tbce-accent) !important; text-decoration: none; font-weight: 700; }
.tbce-secondary-action:hover, .tbce-secondary-action:focus { border-color: var(--tbce-brown); color: var(--tbce-brown) !important; }
.tbce-panel-image { position: relative; }
.tbce-panel-image img { width: 100%; height: 190px; object-fit: cover; border-radius: 10px; }
.tbce-gallery-controls { position: absolute; left: 8px; right: 8px; bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
.tbce-gallery-controls[hidden] { display: none; }
.tbce-gallery-controls button, .tbce-gallery-controls span { min-width: 34px; min-height: 34px; border: 0; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--tbce-brown); box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.tbce-gallery-controls button { cursor: pointer; font-size: 24px; }
.tbce-gallery-controls span { display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; font-size: 12px; font-weight: 700; }
.tbce-zoom { position: absolute; right: 12px; top: 12px; display: grid; gap: 6px; z-index: 4; }
.tbce-zoom button { width: 42px; padding: 0; border-radius: 3px; background: var(--tbce-accent); color: #fff; font-size: 22px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,.24); }
.tbce-zoom button:hover { border-color: var(--tbce-brown); background: var(--tbce-brown); }
.tbce-demo-label { position: absolute; left: 12px; bottom: 8px; z-index: 3; margin: 0; padding: 6px 9px; border: 2px solid var(--tbce-accent); border-radius: 3px; background: rgba(255,255,255,.95); color: var(--tbce-brown); font-size: 11px; font-weight: 700; }
.tbce-three-viewport { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border: 4px solid #fff; border-radius: 12px; background: linear-gradient(#9ed9ed, #e9f4d4); box-shadow: 0 8px 28px rgba(67,35,4,.2); }
.tbce-three-canvas, .tbce-three-canvas canvas { display: block; width: 100%; height: 100%; }
.tbce-three-status { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255,253,243,.92); color: var(--tbce-brown); font-weight: 700; z-index: 3; }
.tbce-three-status[hidden] { display: none; }
.tbce-three-help { position: absolute; left: 12px; bottom: 10px; padding: 7px 10px; border: 2px solid var(--tbce-accent); border-radius: 3px; background: rgba(255,255,255,.94); color: var(--tbce-brown); font-size: 11px; font-weight: 700; pointer-events: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 860px) {
  .tbce-stage { display: block; }
  .tbce-panel { display: none; margin-top: 12px; }
  .tbce-panel.is-open { display: block; }
}
@media (max-width: 560px) {
  .tbce-explorer { padding: 14px; border-radius: 12px; }
  .tbce-header { align-items: flex-start; }
  .tbce-header { flex-direction: column; }
  .tbce-marker span { width: 26px; height: 26px; }
  .tbce-marker span::after { left: 4px; top: 4px; }
  .tbce-marker strong { max-width: 92px; padding: 3px 5px; font-size: 9px; white-space: normal; }
}

/* v0.8 — Twin Bridge mobile-first explorer skin */
.tbce-explorer {
  --tbce-red: #b33b43;
  --tbce-red-dark: #7e252b;
  --tbce-forest: #071a12;
  --tbce-forest-soft: #10271b;
  --tbce-wood: #382313;
  --tbce-gold: #cf9b55;
  --tbce-paper: #f2ead4;
  max-width: 1600px;
  padding: 14px;
  color: var(--tbce-paper);
  border: 1px solid rgba(207,155,85,.35);
  border-radius: 14px;
  background: #08150e;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.tbce-site-header {
  display: grid;
  grid-template-columns: 240px minmax(500px, 1fr) 160px;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 12px;
}
.tbce-brand, .tbce-primary-nav, .tbce-header-book, .tbce-mobile-nav {
  background-color: var(--tbce-wood);
  background-image: linear-gradient(90deg, rgba(255,255,255,.035), transparent 28%, rgba(0,0,0,.18)), repeating-linear-gradient(0deg, transparent 0 20px, rgba(0,0,0,.11) 21px 22px);
  border: 1px solid rgba(207,155,85,.28);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 4px 12px rgba(0,0,0,.34);
}
.tbce-brand { display: grid; justify-items: center; align-content: center; min-height: 72px; padding: 8px 15px; color: #fff !important; text-decoration: none; text-transform: uppercase; }
.tbce-brand strong { font-size: 24px; line-height: 1; letter-spacing: .05em; }
.tbce-brand span { margin-top: 3px; font-size: 12px; letter-spacing: .34em; }
.tbce-brand em { margin-top: 5px; color: #df765e; font-family: Georgia, serif; font-size: 13px; text-transform: none; }
.tbce-primary-nav { display: flex; min-width: 0; border-radius: 4px; overflow: hidden; }
.tbce-primary-nav button, .tbce-primary-nav a { flex: 1 1 auto; display: inline-flex; min-height: 72px; align-items: center; justify-content: center; padding: 0 15px; border: 0; border-right: 1px solid rgba(207,155,85,.2); background: transparent; color: #f6ead4 !important; cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.tbce-primary-nav button:hover, .tbce-primary-nav a:hover, .tbce-primary-nav .is-active { background: linear-gradient(#c24d55, #8d2a31); color: #fff !important; }
.tbce-header-book { display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; background-color: var(--tbce-red); color: #fff !important; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.tbce-header-book::before { content: "▣"; margin-right: 9px; font-size: 20px; }
.tbce-toolbar { gap: 8px; flex-wrap: nowrap; margin: 0 0 10px 252px; overflow-x: auto; scrollbar-width: thin; }
.tbce-search { position: relative; flex: 0 0 min(360px, 38vw); }
.tbce-search-icon { position: absolute; left: 13px; top: 50%; z-index: 1; color: #26170c; font-size: 27px; transform: translateY(-53%); }
.tbce-search input { min-height: 46px; padding-left: 44px; border: 1px solid #b5a484; border-radius: 5px; background: var(--tbce-paper); color: #24180f; font-weight: 650; }
.tbce-filters { flex-wrap: nowrap; }
.tbce-filters button, .tbce-reset { flex: 0 0 auto; min-height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: #24241f; color: #fff; text-transform: uppercase; }
.tbce-filters button:nth-child(2) { background: #3e741c; }
.tbce-filters button:nth-child(3) { background: #155a86; }
.tbce-filters button:nth-child(4) { background: #93460e; }
.tbce-filters button.is-active { border-color: #f0cf94; background: var(--tbce-red); }
.tbce-view-switch { margin-left: 252px; border-color: rgba(207,155,85,.3); background: var(--tbce-wood); }
.tbce-view-switch button { color: #f6ead4; }
.tbce-view-switch button.is-active { background: var(--tbce-red); }
.tbce-stage { gap: 14px; }
.tbce-map-viewport, .tbce-three-viewport { border: 2px solid #6e5233; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.tbce-demo-label { display: none; }
.tbce-panel { flex-basis: 350px; max-height: min(820px, calc(100vh - 120px)); overflow-y: auto; padding: 24px 18px 18px; border: 1px solid #5f5037; border-top: 1px solid #5f5037; border-radius: 7px; background: linear-gradient(145deg, #102319, #06120d 70%); color: #e9e0cd; box-shadow: 0 12px 36px rgba(0,0,0,.46); scrollbar-color: #806b48 #0a1710; }
.tbce-panel h3 { margin: 5px 72px 5px 0; color: #f6ecda; font-size: 29px; text-transform: uppercase; }
.tbce-panel h4 { margin: 17px 0 8px; color: #f3e6ce; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.tbce-type { background: transparent; color: #d4c5aa; padding: 0; }
.tbce-summary { margin: 3px 56px 10px 0; color: #d5c9b4; line-height: 1.45; }
.tbce-status { display: inline-flex; margin: 0 0 12px; padding: 5px 9px; border-radius: 3px; background: #3f791d; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.tbce-status[hidden] { display: none; }
.tbce-close, .tbce-favorite { position: absolute; right: 12px; width: 38px; height: 38px; border: 0; background: transparent; color: #decfb4; cursor: pointer; font-size: 30px; }
.tbce-close { top: 10px; }
.tbce-favorite { top: 52px; }
.tbce-favorite.is-active { color: #e85c65; }
.tbce-panel-image img { height: 205px; border: 1px solid #6f5f42; border-radius: 5px; }
.tbce-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 7px; }
.tbce-gallery-thumbs:empty { display: none; }
.tbce-gallery-thumbs button { height: 56px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: #16271e; cursor: pointer; }
.tbce-gallery-thumbs button.is-active { border-color: var(--tbce-red); }
.tbce-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.tbce-amenities { margin: 0; padding: 0 0 10px; border: 0; color: #d6cbb8; font-weight: 500; }
.tbce-facts { grid-template-columns: minmax(85px, auto) 1fr; margin-top: 0; border-color: rgba(230,216,190,.2); }
.tbce-facts dt { color: #bda987; }
.tbce-nearby, .tbce-tags { padding-top: 3px; border-top: 1px solid rgba(230,216,190,.2); }
.tbce-nearby ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tbce-nearby li { display: flex; justify-content: space-between; gap: 10px; }
.tbce-nearby small { color: #b9ad97; }
.tbce-tags > div { display: flex; flex-wrap: wrap; gap: 6px; }
.tbce-tags span { padding: 5px 9px; border-radius: 999px; background: #145d68; color: #fff; font-size: 11px; font-weight: 700; }
.tbce-tags span:nth-child(3n+2) { background: #4f7418; }
.tbce-tags span:nth-child(3n+3) { background: #54346e; }
.tbce-action { position: sticky; bottom: -18px; z-index: 4; display: flex; width: 100%; margin: 18px 0 0; border-color: #c84b54; border-radius: 4px; background: linear-gradient(#c84b54, #992e35); }
.tbce-secondary-action { width: 100%; margin: 8px 0 0; border-color: #a89575; color: #e8dcc7 !important; }
.tbce-mobile-nav { display: none; }
.tbce-panel-handle { display: none; }

@media (max-width: 980px) {
  .tbce-site-header { grid-template-columns: 210px 1fr 130px; }
  .tbce-primary-nav button, .tbce-primary-nav a { padding: 0 8px; font-size: 11px; }
  .tbce-toolbar, .tbce-view-switch { margin-left: 0; }
}

@media (max-width: 760px) {
  body.tbce-panel-open { overflow: hidden; }
  .tbce-explorer { min-height: 100svh; padding: 8px 8px 76px; border-radius: 0; }
  .tbce-site-header { display: grid; grid-template-columns: 1fr auto; }
  .tbce-brand { justify-items: start; min-height: 64px; padding-left: 12px; }
  .tbce-brand strong { font-size: 21px; }
  .tbce-primary-nav, .tbce-header-book { display: none; }
  .tbce-toolbar { align-items: stretch; flex-wrap: wrap; overflow: visible; }
  .tbce-search { flex: 1 0 100%; }
  .tbce-filters { width: calc(100vw - 16px); padding-bottom: 4px; overflow-x: auto; flex-wrap: nowrap; }
  .tbce-reset { display: none; }
  .tbce-view-switch { width: 100%; display: flex; }
  .tbce-view-switch button { flex: 1; }
  .tbce-map-viewport, .tbce-three-viewport { min-height: 64svh; aspect-ratio: auto; }
  .tbce-panel { display: block; position: fixed; left: 0; right: 0; bottom: 68px; z-index: 99999; max-height: 72svh; margin: 0; padding: 26px 16px calc(16px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; opacity: 0; pointer-events: none; transform: translateY(105%); transition: transform .3s ease, opacity .2s ease; }
  .tbce-panel.is-open { display: block; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .tbce-panel-handle { display: block; width: 58px; height: 6px; margin: -12px auto 10px; border-radius: 99px; background: #9e9076; }
  .tbce-panel-image img { height: min(28vh, 230px); }
  .tbce-mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100000; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 68px; padding-bottom: env(safe-area-inset-bottom); border-width: 1px 0 0; }
  .tbce-mobile-nav button, .tbce-mobile-nav a { display: grid; place-items: center; align-content: center; gap: 2px; min-width: 0; border: 0; background: transparent; color: #eadfc9 !important; font-size: 9px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .tbce-mobile-nav span { font-size: 21px; line-height: 1; }
  .tbce-mobile-nav .is-active { background: rgba(179,59,67,.28); color: #ff6d72 !important; }
}

/* v1.4.3 — final interaction and discovery refinements */
.tbce-filter-hint { display: none; }
.tbce-panel.is-dismissed { display: none !important; }
@media (min-width: 981px) {
  .tbce-explorer.is-panel-dismissed .tbce-stage { grid-template-columns: minmax(0, 1fr); }
  .tbce-close,
  .tbce-favorite {
    top: 17px !important;
    width: 34px !important;
    height: 34px !important;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(226,235,226,.12) !important;
    border-radius: 50%;
    background: rgba(255,255,255,.035) !important;
    font-size: 21px !important;
    line-height: 1;
  }
  .tbce-close { right: 18px !important; }
  .tbce-favorite { right: 58px !important; }
  .tbce-close:hover,
  .tbce-favorite:hover { border-color: rgba(214,121,85,.55) !important; background: rgba(198,101,67,.14) !important; }
  .tbce-booking-footer { padding: 16px 24px 22px; }
  .tbce-booking-footer .tbce-action {
    width: calc(100% - 18px);
    min-height: 40px;
    margin: 0 auto;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(181,74,48,.20);
  }
}

/* Pixel-aligned panel controls: SVG avoids mismatched font baselines. */
.tbce-close,
.tbce-favorite {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.tbce-close::before,
.tbce-favorite::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
}
.tbce-close::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6dfd1' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.tbce-favorite::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6dfd1' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
.tbce-favorite.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e85c65' stroke='%23e85c65' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
@media (max-width: 760px) {
  .tbce-control-card .tbce-view-switch {
    border: 1px solid rgba(240,200,106,.42) !important;
    box-shadow: 0 0 0 3px rgba(240,200,106,.07), inset 0 1px rgba(255,255,255,.08) !important;
  }
  .tbce-view-switch button[data-tbce-view="3d"] {
    position: relative;
    font-weight: 700;
  }
  .tbce-view-switch button[data-tbce-view="3d"]::after {
    content: "TRY";
    position: absolute;
    top: -8px;
    right: 5px;
    padding: 2px 5px;
    border-radius: 999px;
    background: #c66543;
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
  }
  .tbce-filter-hint {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: -5px;
    padding-right: 4px;
    color: rgba(226,235,226,.72);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .025em;
  }
  .tbce-filter-hint b {
    display: inline-grid;
    width: 25px;
    height: 17px;
    place-items: center;
    border: 1px solid rgba(240,200,106,.25);
    border-radius: 999px;
    color: #f0c86a;
    animation: tbceHintNudge 1.6s ease-in-out infinite;
  }
  .tbce-panel.is-dismissed { display: none !important; }
}
@keyframes tbceHintNudge {
  0%, 100% { transform: translateX(0); opacity: .7; }
  50% { transform: translateX(4px); opacity: 1; }
}

/* v1.0 — production search, legend, reset and overlap-safe markers */
.tbce-search { z-index: 12; }
.tbce-search-results {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 30;
  overflow: hidden;
  border: 1px solid rgba(207,155,85,.5);
  border-radius: 6px;
  background: #0b1d14;
  box-shadow: 0 12px 30px rgba(0,0,0,.42);
}
.tbce-search-results[hidden] { display: none; }
.tbce-search-results button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 0; border-bottom: 1px solid rgba(207,155,85,.16); background: transparent; color: #f2e8d4; cursor: pointer; text-align: left; }
.tbce-search-results button:last-child { border-bottom: 0; }
.tbce-search-results button:hover, .tbce-search-results button:focus { outline: none; background: #96333b; }
.tbce-search-results strong { font-size: 13px; }
.tbce-search-results span { color: #cbbda4; font-size: 10px; text-transform: uppercase; }

.tbce-map-legend { position: absolute; left: 9px; bottom: 9px; z-index: 5; display: flex; max-width: calc(100% - 72px); gap: 5px; padding: 6px; overflow-x: auto; border: 1px solid rgba(239,217,180,.28); border-radius: 6px; background: rgba(7,24,16,.88); backdrop-filter: blur(4px); scrollbar-width: none; }
.tbce-map-legend::-webkit-scrollbar { display: none; }
.tbce-map-legend span { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 4px; color: #f2e7d2; font-size: 9px; font-weight: 700; white-space: nowrap; }
.tbce-map-legend i { width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; background: #a23483; }
.tbce-map-legend [data-type="cabin"] i, .tbce-map-legend [data-type="cabin-rental"] i { background: #12618b; }
.tbce-map-legend [data-type="amenity"] i { background: #a9520d; }
.tbce-map-legend [data-type="activity"] i { background: #4d7c19; }
.tbce-map-legend [data-type="campsite"] i, .tbce-map-legend [data-type="campsite-type"] i { background: #923273; }
.tbce-map-legend [data-type="guest-services"] i { background: #8a6729; }
.tbce-map-legend [data-type="navigation"] i { background: #48565a; }
.tbce-map-legend [data-type="natural-feature"] i { background: #17716c; }

.tbce-full-map { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: center; margin-top: 7px; border: 1px solid #9f8b69; border-radius: 4px; background: transparent; color: #eee2cc; cursor: pointer; font-weight: 750; text-transform: uppercase; }
.tbce-full-map:hover, .tbce-full-map:focus { border-color: #fff0d2; background: rgba(255,255,255,.07); }

.tbce-marker { width: 22px; height: 22px; min-width: 22px; min-height: 22px; }
.tbce-marker span { width: 14px; height: 14px; border-width: 2px; }
.tbce-marker strong { top: calc(50% + 11px); }

@media (max-width: 760px) {
  .tbce-filters { padding-right: 25px; mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 22px),transparent 100%); }
  .tbce-marker { width: 26px; height: 26px; min-width: 26px; min-height: 26px; }
  .tbce-marker span { width: 10px; height: 10px; }
  .tbce-marker strong { top: calc(50% + 9px); }
  .tbce-map-legend { max-width: calc(100% - 58px); padding: 5px; }
  .tbce-map-legend span { font-size: 8px; }
  .tbce-full-map { min-height: 46px; }
}

/* v0.9 desktop proportion and detail refinements */
@media (min-width: 761px) {
  .tbce-site-header { grid-template-columns: 185px minmax(0, 1fr) 132px; gap: 10px; }
  .tbce-brand { min-height: 54px; padding: 6px 10px; }
  .tbce-brand strong { font-size: 20px; }
  .tbce-brand span { font-size: 9px; }
  .tbce-brand em { margin-top: 2px; font-size: 10px; }
  .tbce-primary-nav button, .tbce-primary-nav a { min-height: 54px; padding: 0 10px; font-size: 12px; letter-spacing: .045em; white-space: nowrap; }
  .tbce-header-book { min-height: 54px; padding: 0 12px; font-size: 14px; white-space: nowrap; }
  .tbce-header-book::before { font-size: 16px; }
  .tbce-toolbar { display: grid; grid-template-columns: minmax(235px, 290px) minmax(0, 1fr) auto; align-items: start; gap: 8px; margin-left: 0; overflow: visible; }
  .tbce-search { width: 100%; }
  .tbce-search input { min-height: 40px; }
  .tbce-filters { display: flex; align-items: stretch; gap: 6px; flex-wrap: wrap; min-width: 0; }
  .tbce-filters button, .tbce-reset { min-height: 40px; padding: 0 12px; font-size: 11px; line-height: 1.1; white-space: nowrap; }
  .tbce-reset { align-self: start; }
  .tbce-view-switch { margin-left: 0; }
  .tbce-stage { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: stretch; }
  .tbce-visuals { display: grid; }
  .tbce-panel { align-self: stretch; max-height: none; overflow: visible; padding: 18px 16px 14px; }
  .tbce-panel h3 { margin-top: 2px; margin-bottom: 2px; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.05; }
  .tbce-summary { margin-bottom: 7px; font-size: 12px; line-height: 1.35; }
  .tbce-status { margin-bottom: 8px; padding: 4px 8px; font-size: 10px; }
  .tbce-panel-image img { height: clamp(150px, 16vw, 205px); }
  .tbce-gallery-thumbs { gap: 5px; margin-top: 5px; }
  .tbce-gallery-thumbs button { height: 45px; }
  .tbce-panel h4 { margin: 11px 0 6px; font-size: 11px; }
  .tbce-amenities { padding-bottom: 7px; font-size: 12px; }
  .tbce-facts { gap: 4px 9px; padding-top: 8px; font-size: 12px; line-height: 1.25; }
  .tbce-nearby ul { gap: 4px; font-size: 12px; }
  .tbce-tags span { padding: 4px 7px; font-size: 10px; }
  .tbce-action { position: static; min-height: 42px; margin-top: 11px; }
  .tbce-secondary-action { min-height: 38px; margin-top: 6px; font-size: 11px; }
}
.tbce-rating { display: flex; align-items: center; gap: 8px; margin-top: 11px; padding-top: 10px; border-top: 1px solid rgba(230,216,190,.2); }
.tbce-rating[hidden] { display: none; }
.tbce-stars { color: #f0a52b; font-size: 20px; letter-spacing: 1px; line-height: 1; }
.tbce-rating strong { color: #d8cbb5; font-size: 12px; font-weight: 600; }
.tbce-map-canvas { left: 0 !important; top: 0 !important; right: 0; bottom: 0; will-change: transform; transform-origin: center center; }

/* v0.9.1 — inline mobile details and compact navigation */
.tbce-secondary-action { display: none !important; }

@keyframes tbceWoodShift {
  0%, 100% { background-position: 0 0, 0 0; }
  50% { background-position: 70px 0, 0 18px; }
}

@media (max-width: 760px) {
  body.tbce-panel-open { overflow: auto; }
  .tbce-explorer { padding-bottom: 8px; }
  .tbce-stage { display: flex; flex-direction: column; gap: 10px; }
  .tbce-visuals { width: 100%; }
  .tbce-map-viewport, .tbce-three-viewport { min-height: 0; height: auto; aspect-ratio: 1 / 1; }
  .tbce-panel {
    display: none;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    width: 100%;
    max-height: none;
    margin: 0;
    padding: 18px 14px 14px;
    overflow: visible;
    border-radius: 12px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .tbce-panel.is-open { display: block; opacity: 1; transform: none; }
  .tbce-panel-handle { display: none; }
  .tbce-panel h3 { margin-right: 70px; font-size: 27px; line-height: 1.08; }
  .tbce-type { font-size: 11px; }
  .tbce-summary { margin-right: 58px; font-size: 14px; line-height: 1.45; }
  .tbce-panel-image, .tbce-amenities, .tbce-facts, .tbce-nearby, .tbce-tags, .tbce-rating {
    padding: 10px;
    border: 1px solid rgba(215,190,148,.22);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
  }
  .tbce-panel-image { padding: 5px; }
  .tbce-panel-image img { height: auto; aspect-ratio: 16 / 9; }
  .tbce-gallery-thumbs { margin: 7px 0 12px; }
  .tbce-gallery-thumbs button { height: 58px; }
  .tbce-panel-heading { margin-top: 14px !important; }
  .tbce-amenities { margin-bottom: 8px; font-size: 14px; line-height: 1.45; }
  .tbce-facts { grid-template-columns: 105px minmax(0, 1fr); gap: 7px 10px; margin-bottom: 10px; font-size: 14px; }
  .tbce-facts dt, .tbce-facts dd { min-width: 0; overflow-wrap: anywhere; }
  .tbce-nearby, .tbce-tags, .tbce-rating { margin-top: 9px; padding-top: 10px; }
  .tbce-nearby h4, .tbce-tags h4 { margin-top: 0; }
  .tbce-action { position: static; min-height: 48px; margin: 12px 0 0; font-size: 15px; }
  .tbce-mobile-nav {
    position: sticky;
    left: auto;
    right: auto;
    bottom: 0;
    z-index: 20;
    min-height: 52px;
    margin-top: 10px;
    padding-bottom: env(safe-area-inset-bottom);
    border-radius: 7px;
    background-color: #241208;
    background-image: linear-gradient(110deg, rgba(90,49,23,.72), rgba(25,11,5,.96) 38%, rgba(72,36,16,.78) 70%, rgba(20,9,4,.98)), repeating-linear-gradient(0deg, transparent 0 12px, rgba(205,151,85,.08) 13px 14px);
    background-size: 180% 100%, 100% 28px;
    animation: tbceWoodShift 9s ease-in-out infinite;
    box-shadow: 0 -4px 18px rgba(0,0,0,.42), inset 0 1px rgba(232,188,124,.12);
  }
  .tbce-mobile-nav button, .tbce-mobile-nav a { min-height: 52px; gap: 1px; padding: 4px 2px; font-size: 10px; letter-spacing: .025em; }
  .tbce-mobile-nav span { font-size: 17px; }
  .tbce-mobile-nav .is-active { background: linear-gradient(180deg, rgba(190,57,65,.88), rgba(117,31,36,.92)); }
}

@media (prefers-reduced-motion: reduce) {
  .tbce-mobile-nav { animation: none; }
}

/* v0.9.2 — unified navigation and gap-free desktop toolbar */
.tbce-primary-nav, .tbce-mobile-nav {
  background-color: #241208;
  background-image: linear-gradient(110deg, rgba(90,49,23,.72), rgba(25,11,5,.96) 38%, rgba(72,36,16,.78) 70%, rgba(20,9,4,.98)), repeating-linear-gradient(0deg, transparent 0 12px, rgba(205,151,85,.08) 13px 14px);
  background-size: 180% 100%, 100% 28px;
  animation: tbceWoodShift 9s ease-in-out infinite;
}
.tbce-primary-nav .is-active, .tbce-mobile-nav .is-active {
  background: linear-gradient(180deg, #bd4650, #922f36);
  color: #fff !important;
}
.tbce-primary-nav button, .tbce-primary-nav a, .tbce-mobile-nav button, .tbce-mobile-nav a {
  color: #f4e7cf !important;
  font-weight: 800;
}

@media (min-width: 761px) {
  .tbce-toolbar { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 7px; }
  .tbce-search { flex: 0 0 310px; }
  .tbce-filters { flex: 0 1 auto; width: auto; }
  .tbce-reset { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .tbce-primary-nav, .tbce-mobile-nav { animation: none; }
}

/* v0.9.3 — compact, low-clutter location beacons */
.tbce-marker {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  place-items: center;
  gap: 0;
}
.tbce-marker span {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #a23483;
  transform: none;
  box-shadow: 0 0 0 2px #45250d, 0 3px 8px rgba(0,0,0,.42);
}
.tbce-marker span::after { display: none; }
.tbce-marker[data-type="cabin"] span, .tbce-marker[data-type="cabin-rental"] span { background: #12618b; }
.tbce-marker[data-type="amenity"] span { background: #a9520d; }
.tbce-marker[data-type="activity"] span { background: #4d7c19; }
.tbce-marker[data-type="campsite"] span, .tbce-marker[data-type="campsite-type"] span { background: #923273; }
.tbce-marker[data-type="guest-services"] span { background: #8a6729; }
.tbce-marker[data-type="navigation"] span { background: #48565a; }
.tbce-marker[data-type="natural-feature"] span { background: #17716c; }
.tbce-marker strong {
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -4px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
  pointer-events: none;
}
.tbce-marker:hover strong, .tbce-marker:focus-visible strong, .tbce-marker.is-selected strong {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.tbce-marker:hover, .tbce-marker:focus, .tbce-marker.is-selected { transform: translate(-50%, -50%); }
.tbce-marker:hover span, .tbce-marker:focus span, .tbce-marker.is-selected span {
  background: #f1b632;
  box-shadow: 0 0 0 3px #b53642, 0 0 0 7px rgba(181,54,66,.18), 0 4px 10px rgba(0,0,0,.5);
}

@media (max-width: 760px) {
  .tbce-marker { width: 16px; height: 16px; min-width: 16px; min-height: 16px; }
  .tbce-marker span { width: 9px; height: 9px; border-width: 2px; box-shadow: 0 0 0 1px #45250d, 0 2px 5px rgba(0,0,0,.4); }
  .tbce-marker strong { top: calc(50% + 8px); max-width: 105px; padding: 3px 5px; font-size: 9px; line-height: 1.1; }
  .tbce-marker:hover strong { opacity: 0; visibility: hidden; }
  .tbce-marker.is-selected strong, .tbce-marker:focus-visible strong { opacity: 1; visibility: visible; }
  .tbce-marker:hover span { box-shadow: 0 0 0 1px #45250d, 0 2px 5px rgba(0,0,0,.4); }
  .tbce-marker.is-selected span, .tbce-marker:focus span { box-shadow: 0 0 0 2px #b53642, 0 0 0 5px rgba(181,54,66,.16); }
}

/* v1.0.1 — compact reference navigation and full-height desktop details */
@media (min-width: 761px) {
  .tbce-site-header {
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
    padding: 7px 10px;
    border: 1px solid rgba(174,121,64,.35);
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(15,9,5,.92), rgba(41,20,9,.86), rgba(13,8,4,.94));
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 5px 16px rgba(0,0,0,.38);
  }
  .tbce-brand { display: none; }
  .tbce-primary-nav {
    min-height: 42px;
    border-color: rgba(167,112,55,.42);
    border-radius: 4px;
    box-shadow: inset 0 1px rgba(255,255,255,.07), 0 2px 7px rgba(0,0,0,.4);
  }
  .tbce-primary-nav button,
  .tbce-primary-nav a {
    min-height: 42px;
    padding: 0 18px;
    border-right-color: rgba(170,111,52,.34);
    font-size: clamp(12px, .88vw, 15px);
    letter-spacing: .025em;
  }
  .tbce-primary-nav .is-active {
    min-height: 36px;
    margin: 3px;
    border-radius: 2px;
    background: linear-gradient(180deg, #c64c55, #9e3038);
    box-shadow: inset 0 1px rgba(255,255,255,.18), 0 2px 5px rgba(0,0,0,.35);
  }
  .tbce-header-book {
    min-height: 42px;
    padding: 0 13px;
    border-color: rgba(232,116,123,.3);
    border-radius: 3px;
    background: linear-gradient(180deg, #c84e57, #9b3038);
    font-size: 14px;
    box-shadow: inset 0 1px rgba(255,255,255,.17), 0 3px 9px rgba(0,0,0,.38);
  }
  .tbce-header-book::before { margin-right: 7px; font-size: 15px; }

  .tbce-stage { min-height: calc(100svh - 150px); }
  .tbce-visuals,
  .tbce-visuals > [data-tbce-pane],
  .tbce-map-viewport,
  .tbce-three-viewport { height: 100%; }
  .tbce-map-viewport,
  .tbce-three-viewport { min-height: calc(100svh - 150px); aspect-ratio: auto; }
  .tbce-panel {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: calc(100svh - 150px);
    height: 100%;
    overflow-y: auto;
  }
  .tbce-panel .tbce-action:last-of-type { margin-top: auto; }
}

/* v1.0.2 — readable details and low-profile numbered campsite hotspots */
.tbce-panel { line-height: 1.55; }
.tbce-panel h3 { line-height: 1.16; }
.tbce-panel h4 { margin-top: 18px; margin-bottom: 9px; font-size: 13px; line-height: 1.35; }
.tbce-summary,
.tbce-amenities,
.tbce-facts,
.tbce-nearby,
.tbce-tags,
.tbce-rating { font-size: 14px; line-height: 1.55; }
.tbce-facts { gap: 8px 12px; }
.tbce-nearby ul { gap: 8px; }
.tbce-tags > div { gap: 8px; }

.tbce-marker[data-type="campsite"],
.tbce-marker[data-type="campsite-type"] {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
.tbce-marker[data-type="campsite"] span,
.tbce-marker[data-type="campsite-type"] span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255,255,255,.88);
  background: rgba(146,50,115,.18);
  box-shadow: 0 0 0 1px rgba(69,37,13,.72);
}
.tbce-marker[data-type="campsite"]:hover span,
.tbce-marker[data-type="campsite"]:focus span,
.tbce-marker[data-type="campsite"].is-selected span,
.tbce-marker[data-type="campsite-type"]:hover span,
.tbce-marker[data-type="campsite-type"]:focus span,
.tbce-marker[data-type="campsite-type"].is-selected span {
  background: #f1b632;
  box-shadow: 0 0 0 2px #b53642, 0 0 0 5px rgba(181,54,66,.16);
}

@media (max-width: 760px) {
  .tbce-panel { scroll-margin-top: 10px; padding: 22px 17px; }
  .tbce-panel h3 { font-size: 29px; line-height: 1.16; }
  .tbce-panel h4 { margin-top: 20px; margin-bottom: 10px; font-size: 14px; }
  .tbce-summary,
  .tbce-amenities,
  .tbce-facts,
  .tbce-nearby,
  .tbce-tags,
  .tbce-rating { font-size: 15px; line-height: 1.65; }
  .tbce-facts { grid-template-columns: 112px minmax(0, 1fr); gap: 9px 12px; }
  .tbce-nearby ul { gap: 10px; }
}

/* v1.0.3 — official logo, edge-to-edge square map and one panel action */
.tbce-full-map { display: none !important; }
.tbce-brand img {
  display: block;
  width: 100%;
  max-width: 126px;
  max-height: 82px;
  object-fit: contain;
}

@media (min-width: 761px) {
  .tbce-site-header {
    grid-template-columns: 150px minmax(0, 1fr) 126px;
    gap: 12px;
  }
  .tbce-brand {
    display: flex;
    min-height: 54px;
    padding: 3px 8px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .tbce-brand img { max-width: 112px; max-height: 58px; }
  .tbce-stage { min-height: 0; align-items: stretch; }
  .tbce-visuals,
  .tbce-visuals > [data-tbce-pane] { height: auto; }
  .tbce-map-viewport,
  .tbce-three-viewport {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .tbce-map-canvas > img { width: 100%; height: 100%; object-fit: cover; }
  .tbce-panel { align-self: stretch; min-height: 0; height: auto; }
}

@media (max-width: 760px) {
  .tbce-brand { min-height: 58px; padding: 3px 8px; }
  .tbce-brand img { width: 82px; max-height: 56px; }
}

/* v1.1.0 — cinematic interface, responsive glass panels and touch navigation */
.tbce-explorer {
  --tbce-forest: #061a13;
  --tbce-forest-2: #0b2c20;
  --tbce-copper: #b86d32;
  --tbce-gold: #f0c86a;
  --tbce-coral: #d84755;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(240,200,106,.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 2%, rgba(184,109,50,.16), transparent 28%),
    radial-gradient(circle at 94% 28%, rgba(38,137,96,.16), transparent 25%),
    linear-gradient(145deg, #071810 0%, #03110c 56%, #081d14 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.06);
}
.tbce-explorer::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 460px;
  top: -270px;
  right: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,200,106,.17), rgba(240,200,106,0) 70%);
  animation: tbceAmbient 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.tbce-explorer > * { position: relative; z-index: 1; }
.tbce-site-header,
.tbce-toolbar,
.tbce-view-switch {
  border: 1px solid rgba(240,200,106,.18);
  background: linear-gradient(135deg, rgba(36,23,14,.88), rgba(12,25,18,.82));
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 14px 34px rgba(0,0,0,.20);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.tbce-site-header { border-radius: 17px; overflow: hidden; }
.tbce-brand img { filter: drop-shadow(0 5px 10px rgba(0,0,0,.35)); transition: transform .35s ease; }
.tbce-brand:hover img { transform: translateY(-2px) scale(1.04); }
.tbce-primary-nav { gap: 4px; padding: 4px; border-radius: 12px; background: rgba(0,0,0,.18); }
.tbce-primary-nav button {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  letter-spacing: .055em;
  transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}
.tbce-primary-nav button:hover { color: #fff5d9; background: rgba(255,255,255,.055); transform: translateY(-1px); }
.tbce-primary-nav button.is-active {
  background: linear-gradient(135deg, #d94a58, #ad2f3c);
  box-shadow: 0 8px 22px rgba(192,48,63,.30), inset 0 1px rgba(255,255,255,.20);
}
.tbce-header-book,
.tbce-action {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(135deg, #dd4d5c, #a92837);
  box-shadow: 0 10px 26px rgba(181,45,59,.28), inset 0 1px rgba(255,255,255,.22);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.tbce-header-book::after,
.tbce-action::after {
  content: "";
  position: absolute;
  inset: -100% auto -100% -45%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transition: left .55s ease;
}
.tbce-header-book:hover,
.tbce-action:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 14px 32px rgba(181,45,59,.38); }
.tbce-header-book:hover::after,
.tbce-action:hover::after { left: 120%; }
.tbce-toolbar { border-radius: 15px; padding: 10px; }
.tbce-search-wrap input {
  border-radius: 11px;
  border-color: rgba(240,200,106,.24);
  background: rgba(255,249,231,.96);
  box-shadow: 0 7px 20px rgba(0,0,0,.16);
  transition: box-shadow .22s ease, transform .22s ease;
}
.tbce-search-wrap input:focus { outline: 0; transform: translateY(-1px); box-shadow: 0 0 0 3px rgba(240,200,106,.19), 0 10px 28px rgba(0,0,0,.22); }
.tbce-filter {
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255,255,255,.10);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.tbce-filter:hover { transform: translateY(-2px); filter: brightness(1.12); }
.tbce-filter.is-active { box-shadow: 0 0 0 2px rgba(240,200,106,.42), 0 7px 18px rgba(0,0,0,.22); }
.tbce-view-switch { width: max-content; padding: 4px; border-radius: 12px; }
.tbce-view-switch button { border: 0; border-radius: 8px; transition: background .2s ease, transform .2s ease; }
.tbce-view-switch button:hover { transform: translateY(-1px); }
.tbce-stage { gap: 18px; }
.tbce-map-viewport,
.tbce-three-viewport {
  overflow: hidden;
  border: 1px solid rgba(240,200,106,.38);
  border-radius: 17px;
  background: #0b3526;
  box-shadow: 0 18px 44px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.04);
}
.tbce-map-viewport { cursor: grab; overscroll-behavior: contain; }
.tbce-map-viewport.is-interacting { cursor: grabbing; }
.tbce-map-viewport.is-interacting .tbce-map-canvas { transition: none !important; }
.tbce-map-canvas { will-change: transform; }
.tbce-map-controls button {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.26);
  transition: transform .18s ease, filter .18s ease;
}
.tbce-map-controls button:hover { transform: scale(1.06); filter: brightness(1.12); }
.tbce-marker.is-selected span { animation: tbceMarkerPulse 1.7s ease-out infinite; }
.tbce-panel {
  border: 1px solid rgba(240,200,106,.24);
  border-radius: 17px;
  background: linear-gradient(160deg, rgba(9,35,25,.97), rgba(3,17,12,.98));
  box-shadow: 0 18px 46px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.045);
  animation: tbcePanelReveal .42s cubic-bezier(.2,.8,.2,1) both;
}
.tbce-panel h3 { color: #fff6dc; letter-spacing: .015em; text-shadow: 0 2px 12px rgba(0,0,0,.28); }
.tbce-panel h4 { color: var(--tbce-gold); letter-spacing: .09em; }
.tbce-gallery-main { overflow: hidden; border-radius: 12px; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.tbce-gallery-thumbs img { border-radius: 7px; transition: transform .2s ease, filter .2s ease; }
.tbce-gallery-thumbs img:hover { transform: translateY(-2px); filter: brightness(1.08); }
.tbce-tag { border-radius: 999px; box-shadow: inset 0 1px rgba(255,255,255,.12); }
.tbce-three-status {
  padding: 52px 24px 22px;
  border: 1px solid rgba(240,200,106,.20);
  border-radius: 14px;
  background: rgba(4,18,13,.82);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.tbce-three-status::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  top: 17px;
  left: calc(50% - 14px);
  border: 3px solid rgba(240,200,106,.22);
  border-top-color: var(--tbce-gold);
  border-radius: 50%;
  animation: tbceSpin .75s linear infinite;
}
@media (min-width: 761px) {
  .tbce-explorer { padding: 14px; }
  .tbce-stage { grid-template-columns: minmax(0, 1fr) minmax(330px, 25%); }
  .tbce-site-header { padding: 8px 10px; }
  .tbce-panel { padding: 20px; }
  .tbce-map-viewport:hover,
  .tbce-three-viewport:hover { box-shadow: 0 22px 58px rgba(0,0,0,.38), 0 0 0 1px rgba(240,200,106,.12); }
}
@media (max-width: 760px) {
  .tbce-explorer { border-radius: 17px; }
  .tbce-toolbar { border-radius: 12px; }
  .tbce-map-viewport,
  .tbce-three-viewport,
  .tbce-panel { border-radius: 13px; }
  .tbce-map-viewport::after {
    content: "Drag map • Pinch to zoom";
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 9;
    transform: translateX(-50%);
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff6df;
    background: rgba(2,16,11,.72);
    box-shadow: 0 5px 18px rgba(0,0,0,.28);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    backdrop-filter: blur(7px);
    animation: tbceHintFade 4.5s 1.2s both;
  }
}
@keyframes tbceAmbient { to { transform: translate(-80px, 65px) scale(1.18); opacity: .66; } }
@keyframes tbcePanelReveal { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes tbceMarkerPulse { 0% { box-shadow: 0 0 0 0 rgba(240,200,106,.65); } 70%,100% { box-shadow: 0 0 0 11px rgba(240,200,106,0); } }
@keyframes tbceSpin { to { transform: rotate(360deg); } }
@keyframes tbceHintFade { 0%,65% { opacity: 1; } 100% { opacity: 0; visibility: hidden; } }
@media (prefers-reduced-motion: reduce) {
  .tbce-explorer *, .tbce-explorer::before, .tbce-explorer::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* v1.2.0 — Glade View-inspired editorial layout in Twin Bridge dark mode */
.tbce-explorer {
  --gv-bg: #07130f;
  --gv-surface: #0d1d17;
  --gv-surface-2: #13261e;
  --gv-card: #10221b;
  --gv-line: rgba(222,232,210,.14);
  --gv-line-strong: rgba(222,232,210,.24);
  --gv-text: #f4f0e4;
  --gv-muted: #aeb9ad;
  --gv-green: #376b50;
  --gv-green-bright: #77a97f;
  --gv-rust: #c66543;
  --gv-gold: #d8b768;
  max-width: 1580px;
  padding: clamp(20px, 3vw, 48px);
  color: var(--gv-text);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 78% -12%, rgba(75,129,91,.18), transparent 34%),
    radial-gradient(circle at 8% 42%, rgba(198,101,67,.08), transparent 28%),
    var(--gv-bg);
  box-shadow: none;
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}
.tbce-explorer::before {
  width: 640px;
  height: 640px;
  top: -410px;
  right: -180px;
  background: radial-gradient(circle, rgba(119,169,127,.20), transparent 69%);
}
.tbce-reference-hero {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1460px;
  margin: 0 auto clamp(26px, 4vw, 52px);
  animation: gvRise .65s cubic-bezier(.2,.8,.2,1) both;
}
.tbce-hero-copy { max-width: 760px; }
.tbce-hero-kicker {
  margin: 0 0 10px;
  color: var(--gv-green-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tbce-hero-copy h2 {
  margin: 0;
  color: var(--gv-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.035em;
}
.tbce-hero-copy > p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--gv-muted);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.65;
}
.tbce-hero-stats { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.tbce-hero-stats span,
.tbce-hero-stats a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--gv-line);
  border-radius: 999px;
  color: #dfe7dc !important;
  background: rgba(16,34,27,.76);
  box-shadow: 0 8px 24px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}
.tbce-hero-stats span::before,
.tbce-hero-stats a::before { content: "◇"; margin-right: 8px; color: var(--gv-rust); }
.tbce-hero-stats a::before { content: "↗"; }
.tbce-site-header { display: none !important; }
.tbce-control-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 18px;
  max-width: 1460px;
  margin: 0 auto 20px;
  padding: 18px;
  border: 1px solid var(--gv-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(19,38,30,.96), rgba(11,27,21,.96));
  box-shadow: 0 24px 65px rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.045);
  animation: gvRise .65s .08s cubic-bezier(.2,.8,.2,1) both;
}
.tbce-control-card .tbce-toolbar { display: contents; }
.tbce-control-card .tbce-search { grid-column: 1; grid-row: 1; min-width: 0; }
.tbce-control-card .tbce-view-switch { grid-column: 2; grid-row: 1; align-self: stretch; }
.tbce-control-card .tbce-filters { grid-column: 1; grid-row: 2; }
.tbce-control-card .tbce-reset { grid-column: 2; grid-row: 2; }
.tbce-search-icon { left: 18px; color: #819087; font-size: 23px; }
.tbce-search input,
.tbce-search-wrap input {
  width: 100%;
  min-height: 52px;
  padding: 0 20px 0 49px;
  border: 1px solid var(--gv-line-strong);
  border-radius: 999px;
  color: var(--gv-text);
  background: rgba(5,17,13,.76);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.22), 0 8px 20px rgba(0,0,0,.10);
  font-weight: 600;
}
.tbce-search input::placeholder { color: #849189; }
.tbce-search input:focus { border-color: rgba(119,169,127,.72); box-shadow: 0 0 0 3px rgba(119,169,127,.13), 0 10px 25px rgba(0,0,0,.18); }
.tbce-view-switch {
  display: flex;
  width: auto;
  min-width: 260px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--gv-line-strong);
  border-radius: 999px;
  background: rgba(5,17,13,.76);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.18);
}
.tbce-view-switch button {
  flex: 1;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #aeb9ad;
  font-size: 13px;
  font-weight: 750;
}
.tbce-view-switch button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #477b5e, #29523d);
  box-shadow: 0 8px 20px rgba(18,61,40,.34), inset 0 1px rgba(255,255,255,.12);
}
.tbce-filters { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.tbce-filters button,
.tbce-filter {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid var(--gv-line);
  border-radius: 999px;
  color: #d2d9d1;
  background: rgba(6,20,15,.62) !important;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}
.tbce-filters button small {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  color: #bfc9bf;
  background: rgba(255,255,255,.065);
  font-size: 10px;
}
.tbce-filters button:hover { transform: translateY(-2px); border-color: rgba(119,169,127,.48); color: #fff; }
.tbce-filters button.is-active {
  border-color: rgba(213,148,104,.62);
  color: #fff;
  background: linear-gradient(135deg, #c66543, #9e452e) !important;
  box-shadow: 0 8px 20px rgba(118,44,24,.25);
}
.tbce-filters button.is-active small { color: #fff; background: rgba(255,255,255,.16); }
.tbce-reset {
  min-height: 39px;
  align-self: center;
  padding: 0 12px;
  border: 0;
  color: var(--gv-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.tbce-reset:hover { color: #fff; background: transparent; }
.tbce-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 27%);
  gap: 22px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--gv-line);
  border-radius: 25px;
  background: rgba(13,29,23,.68);
  box-shadow: 0 28px 70px rgba(0,0,0,.30), inset 0 1px rgba(255,255,255,.035);
  animation: gvRise .7s .14s cubic-bezier(.2,.8,.2,1) both;
}
.tbce-map-viewport,
.tbce-three-viewport {
  border: 1px solid rgba(211,224,197,.18);
  border-radius: 21px;
  background: #183d2b;
  box-shadow: 0 18px 46px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.025);
}
.tbce-map-canvas > img { border-radius: 20px; }
.tbce-map-legend {
  top: 18px;
  bottom: auto;
  left: 18px;
  max-width: 230px;
  padding: 15px;
  border: 1px solid var(--gv-line-strong);
  border-radius: 16px;
  color: #dce3d9;
  background: rgba(7,24,17,.88);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(15px);
}
.tbce-map-legend::before {
  content: "Map locations";
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #f3eee1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.tbce-zoom { top: 18px; right: 18px; gap: 1px; overflow: hidden; border: 1px solid var(--gv-line-strong); border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.26); }
.tbce-zoom button,
.tbce-map-controls button {
  width: 43px;
  min-height: 43px;
  border: 0;
  border-radius: 0;
  color: #f5f1e7;
  background: rgba(7,24,17,.91);
  box-shadow: none;
}
.tbce-zoom button + button { border-top: 1px solid var(--gv-line); }
.tbce-panel {
  display: block;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--gv-line-strong);
  border-radius: 21px;
  color: #d8e0d6;
  background: linear-gradient(165deg, rgba(19,39,31,.98), rgba(7,23,17,.99));
  box-shadow: 0 18px 48px rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.035);
  animation: none;
}
.tbce-panel h3 {
  margin: 8px 68px 6px 0;
  color: var(--gv-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-transform: none;
}
.tbce-type { color: var(--gv-green-bright); font-size: 10px; letter-spacing: .14em; }
.tbce-summary { margin: 8px 52px 13px 0; color: var(--gv-muted); line-height: 1.55; }
.tbce-status { padding: 6px 11px; border-radius: 999px; color: #172014; background: var(--gv-gold); text-transform: none; }
.tbce-close,
.tbce-favorite {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gv-line);
  border-radius: 50%;
  color: #dfe5dc;
  background: rgba(5,18,13,.5);
  font-size: 22px;
}
.tbce-close { top: 18px; right: 18px; }
.tbce-favorite { top: 64px; right: 18px; }
.tbce-panel-image { margin-top: 4px; }
.tbce-panel-image img { height: clamp(220px, 23vw, 340px); border: 0; border-radius: 15px; }
.tbce-gallery-thumbs { gap: 8px; margin-top: 9px; }
.tbce-gallery-thumbs button { height: 64px; border-radius: 10px; background: #091b14; }
.tbce-gallery-thumbs button.is-active { border-color: var(--gv-rust); }
.tbce-panel h4 { margin: 22px 0 10px; color: #dfe6dc; font-size: 10px; letter-spacing: .14em; }
.tbce-amenities { color: #b8c3b7; line-height: 1.62; }
.tbce-facts { gap: 10px 15px; padding-top: 15px; border-top: 1px solid var(--gv-line); }
.tbce-facts dt { color: #8fa097; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.tbce-facts dd { color: #edf0e9; }
.tbce-nearby,
.tbce-tags,
.tbce-rating { border-top-color: var(--gv-line); }
.tbce-tag { color: #dbe5da; background: rgba(71,123,94,.32); border: 1px solid rgba(119,169,127,.22); }
.tbce-stars { color: var(--gv-gold); }
.tbce-action {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  color: #fff !important;
  background: linear-gradient(135deg, #c66543, #9e452e);
  box-shadow: 0 12px 28px rgba(114,46,27,.28), inset 0 1px rgba(255,255,255,.14);
  text-transform: none;
}
.tbce-explorer-note {
  max-width: 1460px;
  margin: 15px auto 0;
  color: #77867d;
  font-size: 11px;
  text-align: center;
}
@keyframes gvRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .tbce-reference-hero { align-items: flex-start; flex-direction: column; }
  .tbce-hero-stats { justify-content: flex-start; }
  .tbce-stage { display: block; }
  .tbce-panel { margin-top: 16px; }
}
@media (max-width: 760px) {
  .tbce-explorer { padding: 22px 12px 82px; }
  .tbce-reference-hero { gap: 20px; margin-bottom: 24px; padding: 0 7px; }
  .tbce-hero-copy h2 { font-size: 42px; }
  .tbce-hero-copy > p:last-child { margin-top: 13px; font-size: 14px; }
  .tbce-hero-stats { gap: 7px; }
  .tbce-hero-stats span,
  .tbce-hero-stats a { min-height: 35px; padding: 0 11px; font-size: 10px; }
  .tbce-control-card { display: flex; gap: 10px; padding: 12px; border-radius: 18px; flex-direction: column; }
  .tbce-control-card .tbce-toolbar { display: contents; }
  .tbce-control-card .tbce-search { order: 1; }
  .tbce-control-card .tbce-view-switch { order: 2; width: 100%; min-width: 0; }
  .tbce-control-card .tbce-filters { order: 3; flex-wrap: nowrap; overflow-x: auto; padding: 2px 1px 5px; scrollbar-width: none; }
  .tbce-control-card .tbce-reset { order: 4; align-self: flex-end; }
  .tbce-filters button { flex: 0 0 auto; min-height: 37px; }
  .tbce-stage { padding: 10px; border-radius: 19px; }
  .tbce-map-viewport,
  .tbce-three-viewport { border-radius: 15px; }
  .tbce-map-legend { display: none; }
  .tbce-zoom { top: 10px; right: 10px; }
  .tbce-panel { padding: 22px 17px; border-radius: 16px; }
  .tbce-panel h3 { font-size: 32px; }
  .tbce-panel-image img { height: 260px; }
  .tbce-explorer-note { padding: 0 14px; }
}

/* v1.3.0 — direct translation of the supplied React/Tailwind design system */
.tbce-explorer {
  --tbce-font-display: "Fraunces", Georgia, serif;
  --tbce-font-sans: "Outfit", "Segoe UI", sans-serif;
  --gv-radius: 14px;
  font-family: var(--tbce-font-sans);
  -webkit-font-smoothing: antialiased;
}
.tbce-hero-copy h2,
.tbce-panel h3,
.tbce-panel h4 { font-family: var(--tbce-font-display); }
.tbce-reference-hero { max-width: 1600px; margin-bottom: 32px; }
.tbce-hero-copy h2 { margin-top: 8px; font-size: clamp(38px, 3.3vw, 52px); line-height: 1; letter-spacing: -.035em; }
.tbce-hero-copy > p:last-child { max-width: 620px; margin-top: 13px; font-size: 15px; line-height: 1.6; }
.tbce-hero-kicker { font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.tbce-hero-stats span,
.tbce-hero-stats a { min-height: 38px; padding: 0 14px; font-size: 14px; font-weight: 500; }
.tbce-control-card,
.tbce-stage { max-width: 1600px; }
.tbce-control-card {
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(24,42,34,.78);
}
.tbce-search input,
.tbce-search-wrap input { height: 48px; min-height: 48px; font-family: var(--tbce-font-sans); font-size: 14px; font-weight: 400; }
.tbce-view-switch { min-width: 274px; }
.tbce-view-switch button { min-height: 40px; gap: 8px; font-family: var(--tbce-font-sans); font-size: 14px; font-weight: 500; }
.tbce-view-switch button::before { display: inline-block; width: 15px; color: currentColor; font-size: 14px; }
.tbce-view-switch button[data-tbce-view="map"]::before { content: "▱"; }
.tbce-view-switch button[data-tbce-view="3d"]::before { content: "◇"; }
.tbce-filters button,
.tbce-filter { min-height: 38px; padding: 0 14px; gap: 8px; font-family: var(--tbce-font-sans); font-size: 13px; font-weight: 500; }
.tbce-filters button::before { width: 15px; color: #91a097; font-size: 13px; text-align: center; }
.tbce-filters button[data-type="all"]::before { content: "▱"; }
.tbce-filters button[data-type="campsite"]::before,
.tbce-filters button[data-type="campsite-type"]::before { content: "△"; }
.tbce-filters button[data-type="cabin"],
.tbce-filters button[data-type="cabin-rental"] { order: 2; }
.tbce-filters button[data-type="cabin"]::before,
.tbce-filters button[data-type="cabin-rental"]::before { content: "⌂"; }
.tbce-filters button[data-type="activity"]::before { content: "✣"; }
.tbce-filters button[data-type="amenity"]::before { content: "⊕"; }
.tbce-filters button[data-type="guest-services"]::before { content: "◉"; }
.tbce-filters button[data-type="natural-feature"]::before { content: "♧"; }
.tbce-filters button[data-type="navigation"]::before { content: "⌖"; }
.tbce-filters button.is-active::before { color: #fff; }
.tbce-filters button small { height: 21px; min-width: 21px; font-size: 11px; }
.tbce-reset { font-family: var(--tbce-font-sans); font-size: 13px; font-weight: 500; }
.tbce-stage { grid-template-columns: minmax(0, 1fr) 400px; gap: 24px; padding: 24px; border-radius: 20px; }
.tbce-map-viewport,
.tbce-three-viewport { border-radius: 16px; }
.tbce-map-canvas > img { border-radius: 16px; }
.tbce-map-legend-shell {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  width: 240px;
  overflow: hidden;
  border: 1px solid var(--gv-line-strong);
  border-radius: 16px;
  color: #dce3d9;
  background: rgba(9,27,20,.90);
  box-shadow: 0 10px 28px -8px rgba(0,0,0,.48);
  backdrop-filter: blur(14px);
}
.tbce-legend-toggle {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  color: #b8c4ba;
  background: transparent;
  font-family: var(--tbce-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.tbce-legend-toggle:hover { color: #fff; background: rgba(255,255,255,.035); }
.tbce-legend-toggle span { transition: transform .3s ease; }
.tbce-map-legend-shell.is-collapsed .tbce-legend-toggle span { transform: rotate(-90deg); }
.tbce-map-legend-shell.is-collapsed .tbce-map-legend { display: none; }
.tbce-map-legend {
  position: static;
  display: flex;
  max-width: none;
  padding: 12px 16px 16px;
  border: 0;
  border-top: 1px solid var(--gv-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.tbce-map-legend::before { display: none; }
.tbce-map-legend span { font-size: 13px; font-weight: 500; }
.tbce-zoom { top: 20px; right: 20px; border-radius: 16px; }
.tbce-zoom button { width: 40px; min-height: 40px; font-family: var(--tbce-font-sans); font-size: 17px; font-weight: 500; }
.tbce-map-caption {
  position: absolute;
  z-index: 7;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border: 1px solid var(--gv-line-strong);
  border-radius: 999px;
  color: #aab7ae;
  background: rgba(9,27,20,.88);
  box-shadow: 0 10px 24px -8px rgba(0,0,0,.45);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .035em;
  white-space: nowrap;
  pointer-events: none;
  backdrop-filter: blur(12px);
}
.tbce-panel { padding: 0; overflow: hidden; }
.tbce-panel > .tbce-type,
.tbce-panel > h3,
.tbce-panel > .tbce-summary,
.tbce-panel > .tbce-status,
.tbce-panel > .tbce-rating-top { margin-left: 24px; margin-right: 24px; }
.tbce-panel > .tbce-type { margin-top: 24px; }
.tbce-panel h3 { margin-top: 5px; margin-bottom: 4px; font-size: 29px; line-height: 1.1; }
.tbce-summary { font-size: 14px; line-height: 1.5; }
.tbce-status,
.tbce-rating-top {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}
.tbce-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #c69e3b; }
.tbce-rating-top { margin-left: -16px !important; color: #d8dfd5; background: rgba(255,255,255,.055); }
.tbce-rating-top[hidden] { display: none; }
.tbce-rating-top .tbce-stars { max-width: 15px; overflow: hidden; color: var(--gv-gold); white-space: nowrap; }
.tbce-rating-top strong { font-size: 12px; }
.tbce-panel-image { margin: 0 24px; }
.tbce-panel-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; border-radius: 12px; transition: transform .5s ease; }
.tbce-panel-image:hover img { transform: scale(1.018); }
.tbce-gallery-controls { top: 50%; bottom: auto; transform: translateY(-50%); }
.tbce-gallery-controls button { opacity: .15; transition: opacity .2s ease, transform .2s ease; }
.tbce-panel-image:hover .tbce-gallery-controls button { opacity: 1; }
.tbce-gallery-controls span { position: absolute; top: calc(50% + 94px); left: 50%; min-height: 7px; transform: translateX(-50%); font-size: 0; }
.tbce-gallery-controls span::after { content: "●  •  •  •"; color: #fff; font-size: 9px; letter-spacing: 3px; }
.tbce-gallery-thumbs { margin: 8px 24px 0; }
.tbce-gallery-thumbs button { height: 56px; border-width: 2px; border-radius: 8px; opacity: .7; transition: opacity .2s ease, border-color .2s ease; }
.tbce-gallery-thumbs button:hover,
.tbce-gallery-thumbs button.is-active { opacity: 1; }
.tbce-panel-heading,
.tbce-amenities,
.tbce-facts,
.tbce-nearby,
.tbce-tags { margin-left: 24px !important; margin-right: 24px !important; }
.tbce-panel h4 { font-family: var(--tbce-font-sans); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.tbce-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding: 0;
  border: 0;
}
.tbce-fact-card {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--gv-line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
.tbce-fact-card.is-area { grid-column: 1 / -1; display: flex; align-items: center; gap: 9px; }
.tbce-fact-card dt { color: #91a097; font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.tbce-fact-card dt::before { content: "◇"; margin-right: 5px; color: var(--gv-rust); }
.tbce-fact-card dd { margin-top: 4px; color: #f0f2ed; font-size: 15px; font-weight: 600; }
.tbce-fact-card.is-area dd { margin: 0 0 0 auto; }
.tbce-nearby ul { gap: 0; }
.tbce-nearby li { min-height: 49px; padding: 8px 0; border-bottom: 1px solid var(--gv-line); }
.tbce-nearby li::before { content: "◇"; display: inline-grid; width: 32px; height: 32px; place-items: center; margin-right: 10px; border-radius: 50%; color: var(--gv-rust); background: rgba(198,101,67,.12); }
.tbce-nearby li > span:first-child { flex: 1; font-size: 14px; font-weight: 500; }
.tbce-nearby li small { font-size: 12px; }
.tbce-tags > div { gap: 8px; }
.tbce-tags .tbce-tag,
.tbce-tags span { padding: 6px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.tbce-booking-footer {
  margin-top: 24px;
  padding: 20px 24px;
  border-top: 1px solid var(--gv-line);
  background: rgba(255,255,255,.025);
}
.tbce-booking-rate { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.tbce-booking-rate[hidden] { display: none; }
.tbce-booking-rate strong { color: #f4f1e8; font-size: 22px; font-weight: 600; }
.tbce-booking-rate span { color: #91a097; font-size: 12px; font-weight: 500; }
.tbce-booking-footer .tbce-action { margin: 0; border-radius: 999px; font-size: 14px; font-weight: 600; letter-spacing: .025em; }

@media (max-width: 1100px) {
  .tbce-stage { grid-template-columns: minmax(0, 1fr) 360px; }
}
@media (max-width: 980px) {
  .tbce-stage { display: block; }
  .tbce-panel { margin-top: 18px; }
}
@media (max-width: 760px) {
  .tbce-reference-hero { margin-bottom: 26px; }
  .tbce-hero-copy h2 { font-size: 39px; }
  .tbce-control-card { padding: 14px; }
  .tbce-stage { padding: 10px; }
  .tbce-map-legend-shell { top: 10px; left: 10px; width: 190px; }
  .tbce-legend-toggle { min-height: 39px; padding: 0 12px; }
  .tbce-map-legend { padding: 10px 12px 12px; }
  .tbce-map-caption { bottom: 9px; max-width: calc(100% - 24px); overflow: hidden; padding: 6px 11px; text-overflow: ellipsis; }
  .tbce-panel > .tbce-type,
  .tbce-panel > h3,
  .tbce-panel > .tbce-summary,
  .tbce-panel > .tbce-status,
  .tbce-panel > .tbce-rating-top,
  .tbce-panel-image,
  .tbce-gallery-thumbs,
  .tbce-panel-heading,
  .tbce-amenities,
  .tbce-facts,
  .tbce-nearby,
  .tbce-tags { margin-left: 17px !important; margin-right: 17px !important; }
  .tbce-panel > .tbce-type { margin-top: 22px !important; }
  .tbce-rating-top { margin-left: -10px !important; }
  .tbce-booking-footer { padding: 18px 17px; }
}

/* v1.3.2 — compact, discoverable mobile navigation */
@media (max-width: 760px) {
  .tbce-explorer {
    padding-bottom: 0;
    overflow: visible;
  }
  .tbce-reference-hero { margin-bottom: 18px; }
  .tbce-hero-stats { display: none !important; }

  .tbce-control-card .tbce-filters {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 2px 28px 10px 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: var(--gv-rust) rgba(255,255,255,.08);
    -webkit-overflow-scrolling: touch;
  }
  .tbce-control-card .tbce-filters::-webkit-scrollbar { height: 5px; }
  .tbce-control-card .tbce-filters::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255,255,255,.08);
  }
  .tbce-control-card .tbce-filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gv-rust), #e28b64);
  }
  .tbce-control-card .tbce-filters button {
    scroll-snap-align: start;
  }
  .tbce-control-card .tbce-filters::after {
    content: "More →";
    position: sticky;
    right: -25px;
    display: inline-flex;
    flex: 0 0 52px;
    min-height: 37px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-left: 1px solid rgba(255,255,255,.10);
    color: #d7dfd6;
    background: linear-gradient(90deg, rgba(18,38,30,.72), #12261e 32%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
    pointer-events: none;
  }

  .tbce-map-legend-shell { display: none !important; }
  .tbce-map-caption { max-width: calc(100% - 92px); }

  .tbce-explorer-note { margin-bottom: 0; padding-bottom: 9px; }
  .tbce-mobile-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 7px 7px 0 0;
  }
  .tbce-explorer > noscript:last-child { margin: 0; }
}

/* v1.3.3 — map-aligned desktop frame and independent details scrolling */
.tbce-map-legend-shell { display: none !important; }
.tbce-explorer {
  border: 1px solid rgba(239,246,239,.16);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.025),
    0 18px 52px rgba(0,0,0,.20),
    0 2px 10px rgba(220,235,221,.055);
}
.tbce-control-card,
.tbce-stage {
  border-color: rgba(230,240,230,.15);
  box-shadow: 0 14px 38px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.045);
}
@media (min-width: 981px) {
  .tbce-stage { align-items: start; }
  .tbce-visuals,
  .tbce-visuals > [data-tbce-pane] { height: auto; align-self: start; }
  .tbce-panel {
    align-self: start;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(198,101,67,.72) rgba(255,255,255,.055);
  }
  .tbce-panel::-webkit-scrollbar { width: 7px; }
  .tbce-panel::-webkit-scrollbar-track { background: rgba(255,255,255,.045); }
  .tbce-panel::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: linear-gradient(var(--gv-rust), #8d4934) padding-box;
  }
  .tbce-panel::-webkit-scrollbar-thumb:hover { background: #d57955; }
}

/* v1.3.8 — lighter chrome and more tactile map interaction */
@media (min-width: 981px) {
  .tbce-panel {
    scrollbar-width: thin;
    scrollbar-color: rgba(198,101,67,.55) transparent;
  }
  .tbce-panel::-webkit-scrollbar { width: 11px; }
  .tbce-panel::-webkit-scrollbar-track {
    margin-block: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.035);
  }
  .tbce-panel::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 999px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='72' viewBox='0 0 7 72'%3E%3Crect width='7' height='72' rx='3.5' fill='%23c66543' fill-opacity='.78'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 72px;
  }
  .tbce-panel::-webkit-scrollbar-thumb:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='72' viewBox='0 0 7 72'%3E%3Crect width='7' height='72' rx='3.5' fill='%23dc7955'/%3E%3C/svg%3E");
  }
}
@media (max-width: 760px) {
  .tbce-explorer,
  .tbce-control-card,
  .tbce-stage,
  .tbce-map-viewport,
  .tbce-three-viewport,
  .tbce-panel,
  .tbce-search,
  .tbce-view-switch,
  .tbce-filters button,
  .tbce-facts > *,
  .tbce-booking-footer {
    border-color: rgba(226,235,226,.10) !important;
  }
  .tbce-control-card,
  .tbce-stage,
  .tbce-panel {
    box-shadow: 0 10px 28px rgba(0,0,0,.14), inset 0 1px rgba(255,255,255,.025) !important;
  }
}

/* Keep final review overrides after all legacy responsive layers. */
.tbce-panel.is-dismissed { display: none !important; }
.tbce-close,
.tbce-favorite {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.tbce-close:hover,
.tbce-favorite:hover,
.tbce-close:focus-visible,
.tbce-favorite:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: #f0c86a;
  box-shadow: none !important;
}
.tbce-explorer,
.tbce-control-card,
.tbce-stage { overscroll-behavior: auto; }
@media (min-width: 981px) {
  .tbce-explorer.is-panel-dismissed .tbce-stage { grid-template-columns: minmax(0, 1fr) !important; }
  .tbce-booking-footer { padding: 16px 24px 22px !important; }
  .tbce-booking-footer .tbce-action { width: calc(100% - 18px) !important; min-height: 40px !important; margin: 0 auto !important; }
  .tbce-panel { overscroll-behavior: auto !important; }
}
