/* B2 is an isolated, full-screen tour view. Other stops keep the prototype layout. */
body.b2-mode {
  overflow: hidden;
  /* App-like mobile: allow pan/scroll, block pinch/double-tap zoom */
  touch-action: manipulation;
  overscroll-behavior: none;
}

.b2-shell {
  --b2-panel: rgba(12, 13, 14, .9);
  --b2-panel-solid: #111215;
  --b2-line: rgba(243, 241, 234, .2);
  --b2-muted: #b5b2aa;
  --b2-accent: #f2c230;
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  overflow: hidden;
  color: var(--paper);
  background: #08090a;
  touch-action: manipulation;
}

body.b2-mode .b2-shell {
  display: block;
}

body.b2-mode > .top,
body.b2-mode > .stage,
body.b2-mode > .wrap,
body.b2-mode > .pager,
body.b2-mode > .lb,
body.b2-mode > .stops,
body.b2-mode > .scrim {
  display: none;
  pointer-events: none;
}

.b2-viewer,
.b2-sphere,
.b2-flat {
  position: absolute;
  inset: 0;
}

.b2-viewer {
  overflow: hidden;
  background: #08090a;
}

.b2-sphere,
.b2-flat {
  display: none;
}

.b2-sphere.is-active,
.b2-flat.is-active {
  display: block;
}

.b2-sphere.pnlm-container {
  background-color: #08090a;
}

.b2-sphere .pnlm-controls-container {
  top: auto;
  bottom: 142px;
  left: 210px;
  z-index: 10;
}

.b2-sphere .pnlm-controls {
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  box-shadow: none;
}

.b2-flat {
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.b2-flat.is-dragging {
  cursor: grabbing;
}

.b2-flat img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.b2-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, .58), transparent 20%),
    linear-gradient(to top, rgba(0, 0, 0, .7), transparent 28%);
}

.b2-grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='.55'/></svg>");
}

.b2-topbar {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 62px;
  padding: max(10px, env(safe-area-inset-top)) 18px 10px;
  pointer-events: none;
}

.b2-topbar > * {
  pointer-events: auto;
}

.b2-top-spacer {
  flex: 1;
  pointer-events: none;
}

.b2-wordmark {
  margin-right: auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px #000;
}

.b2-action,
.b2-icon-button,
.b2-lang button,
.b2-tab,
.b2-season,
.b2-nav-button,
.b2-panel-toggle {
  border: 1px solid var(--b2-line);
  background: rgba(10, 10, 11, .62);
  color: var(--paper);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.b2-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 39px;
  padding: 7px 11px;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .04em;
}

#b2HomeButton[hidden] {
  display: none;
}

.b2-action:hover,
.b2-icon-button:hover,
.b2-nav-button:hover:not(:disabled),
.b2-panel-toggle:hover {
  border-color: rgba(243, 241, 234, .62);
  background: rgba(28, 28, 32, .86);
}

.b2-action svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.b2-lang {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(10, 10, 11, .62);
  backdrop-filter: blur(10px);
}

.b2-lang button {
  min-height: 37px;
  padding: 7px 10px;
  border: 0;
  border-radius: 0;
  color: var(--b2-muted);
  font-size: 11px;
  letter-spacing: .1em;
  backdrop-filter: none;
}

.b2-lang button[aria-pressed="true"] {
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

.b2-view-status {
  position: absolute;
  z-index: 9;
  top: 76px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  color: var(--b2-muted);
  background: rgba(10, 10, 11, .58);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.b2-view-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--b2-accent);
  content: "";
}

.b2-panorama-switcher {
  position: absolute;
  z-index: 10;
  top: 116px;
  left: 18px;
  display: flex;
  gap: 5px;
}

.b2-panorama-switcher[hidden] {
  display: none;
}

.b2-panorama-option {
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(10, 10, 11, .66);
  color: var(--b2-muted);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.b2-panorama-option[aria-current="true"] {
  border-color: var(--b2-accent);
  color: var(--paper);
  box-shadow: inset 0 -2px var(--b2-accent);
}

.b2-mini-map {
  position: absolute;
  z-index: 10;
  bottom: 142px;
  left: 18px;
  width: 174px;
  height: 126px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: #111;
  color: var(--paper);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.b2-mini-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04);
}

.b2-mini-map-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .9));
  font-size: 10px;
  letter-spacing: .06em;
  text-align: left;
}

.b2-mini-map-pin {
  position: absolute;
  top: 24%;
  left: 46%;
  display: grid;
  width: 27px;
  height: 27px;
  border: 2px solid #111;
  border-radius: 50%;
  background: var(--b2-accent);
  color: #111;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 700;
  place-items: center;
  transform: translate(-50%, -50%);
}

.b2-stand-photo-slot {
  position: absolute;
  z-index: 11;
  right: calc(min(410px, calc(100vw - 36px)) + 36px);
  bottom: 130px;
  width: clamp(180px, 15vw, 220px);
  max-height: 35dvh;
}

.b2-stand-photo-slot[hidden] {
  display: none;
}

.b2-stand-photo-card {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 241, 234, .3);
  border-radius: 4px;
  background: rgba(9, 10, 11, .9);
  color: var(--paper);
  text-align: left;
  cursor: zoom-in;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color .15s, transform .15s, box-shadow .15s;
}

.b2-stand-photo-card.is-inline {
  display: none;
}

.b2-stand-photo-card:hover,
.b2-stand-photo-card:focus-visible {
  border-color: rgba(243, 241, 234, .65);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .58);
  transform: translateY(-2px);
}

.b2-stand-photo-media {
  display: grid;
  width: 100%;
  height: min(300px, calc(35dvh - 42px));
  overflow: hidden;
  background: #08090a;
  place-items: center;
}

.b2-stand-photo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b2-stand-photo-meta {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-top: 1px solid rgba(243, 241, 234, .18);
  background: rgba(17, 18, 21, .96);
}

.b2-stand-photo-title {
  min-width: 0;
  font-size: 12px;
  line-height: 1.3;
}

.b2-stand-photo-zoom {
  position: relative;
  display: grid;
  width: 17px;
  height: 17px;
  flex: none;
  border: 1.5px solid var(--b2-muted);
  border-radius: 50%;
  color: var(--b2-muted);
  font-family: var(--f-mono);
  font-size: 13px;
  line-height: 1;
  place-items: center;
}

.b2-stand-photo-zoom::before {
  margin-top: -1px;
  content: "+";
}

.b2-stand-photo-zoom::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.b2-flat-tools {
  position: absolute;
  z-index: 10;
  bottom: 142px;
  left: 18px;
  display: none;
  gap: 5px;
}

.b2-flat-tools.is-active {
  display: flex;
}

.b2-icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border-radius: 3px;
  font-size: 18px;
}

.b2-loading {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  display: none;
  min-width: 130px;
  padding: 13px 16px;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(10, 10, 11, .8);
  color: var(--paper);
  font-size: 13px;
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.b2-loading.is-active {
  display: block;
}

.b2-loading.is-error {
  color: #ffd9d9;
  border-color: rgba(255, 140, 140, .45);
}

.b2-media-panel {
  position: absolute;
  z-index: 11;
  top: 72px;
  right: 18px;
  bottom: 130px;
  display: flex;
  width: min(410px, calc(100vw - 36px));
  min-height: 210px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 4px;
  background: var(--b2-panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.b2-panel-toggle {
  display: none;
}

.b2-panel-toggle-icon {
  display: grid;
  width: 16px;
  height: 12px;
  place-items: center;
  transition: transform .2s ease;
}

.b2-panel-toggle-icon svg {
  width: 14px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.b2-panel-toggle-control {
  display: inline-flex;
  min-width: 108px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 14px;
  border: 1px solid rgba(243, 241, 234, .24);
  border-radius: 999px;
  background: rgba(243, 241, 234, .055);
  color: #d2cfc7;
}

.b2-panel-toggle:hover .b2-panel-toggle-control,
.b2-panel-toggle:focus-visible .b2-panel-toggle-control {
  border-color: rgba(243, 241, 234, .5);
  background: rgba(243, 241, 234, .1);
  color: var(--paper);
}

.b2-media-panel.is-collapsed .b2-panel-toggle-icon {
  transform: rotate(180deg);
}

.b2-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--b2-line);
}

.b2-tab {
  min-width: 0;
  padding: 12px 6px 10px;
  border: 0;
  border-right: 1px solid var(--b2-line);
  color: var(--b2-muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: none;
}

.b2-tab:last-child {
  border-right: 0;
}

.b2-tab[aria-selected="true"] {
  color: var(--paper);
  background: rgba(243, 241, 234, .09);
  box-shadow: inset 0 -2px var(--b2-accent);
}

.b2-panel-content {
  min-height: 0;
  padding: 10px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: #4a4a50 transparent;
  scrollbar-width: thin;
}

.b2-description {
  padding: 6px 7px 20px;
}

.b2-description h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.b2-description p {
  margin: 0 0 14px;
  color: #d6d3cb;
  font-size: 14px;
  line-height: 1.55;
}

.b2-description p:first-of-type {
  color: var(--paper);
  font-size: 15px;
}

.b2-inline-media-link {
  appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(242, 194, 48, .7);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: zoom-in;
}

.b2-inline-media-link:hover,
.b2-inline-media-link:focus-visible {
  color: var(--paper);
  text-decoration-color: var(--b2-accent);
}

.b2-inline-media-link:focus-visible {
  outline: 1px solid var(--b2-accent);
  outline-offset: 2px;
}

.b2-description em,
.b2-info-copy em,
.b2-intro-body em {
  font-style: italic;
}

.b2-project-link {
  color: var(--b2-accent);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.b2-project-link:hover {
  color: #fff;
}

.b2-project-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--b2-accent);
  outline-offset: 3px;
}

.b2-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.b2-media-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: #17181b;
  color: var(--paper);
  text-align: left;
  transition: border-color .15s, transform .15s, background .15s;
}

.b2-media-card:hover {
  border-color: rgba(243, 241, 234, .55);
  transform: translateY(-1px);
}


.b2-media-card[aria-current="true"] {
  border-color: var(--b2-accent);
  box-shadow: 0 0 0 1px var(--b2-accent);
}

.b2-media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #09090a;
}
.b2-panorama-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 2px 5px;
  border: 1px solid rgba(243, 241, 234, .42);
  border-radius: 3px;
  background: rgba(7, 8, 9, .68);
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}


.b2-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 34px;
  padding: 7px 8px;
  font-size: 12px;
}

.b2-kind {
  flex: none;
  padding: 2px 5px;
  border: 1px solid #45464d;
  border-radius: 2px;
  color: var(--b2-muted);
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .08em;
}


.b2-play {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(0, 0, 0, .48);
  place-items: center;
  transform: translate(-50%, -50%);
}

.b2-play::after {
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  content: "";
}

.b2-empty {
  margin: 0;
  padding: 28px 16px;
  border: 1px dashed var(--b2-line);
  border-radius: 3px;
  color: var(--b2-muted);
  font-size: 13px;
  text-align: center;
}

.b2-bottombar {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(360px, 1.4fr) minmax(230px, .9fr);
  align-items: stretch;
  min-height: 110px;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--b2-line);
  background: linear-gradient(to bottom, rgba(10, 10, 11, .78), rgba(10, 10, 11, .96));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.b2-nav-button {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  text-align: left;
  backdrop-filter: none;
}

.b2-nav-button:last-child {
  align-items: flex-end;
  text-align: right;
}

.b2-nav-button:disabled {
  cursor: default;
  opacity: .34;
}

.b2-nav-button[hidden] {
  visibility: hidden;
  pointer-events: none;
}

.b2-nav-button small {
  color: var(--b2-muted);
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.b2-nav-button span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b2-stop-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 16px;
  border-right: 1px solid var(--b2-line);
  border-left: 1px solid var(--b2-line);
}

.b2-stop-heading {
  max-width: 100%;
  text-align: center;
}

.b2-stop-heading small {
  display: block;
  color: var(--b2-accent);
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.b2-stop-heading strong {
  display: block;
  overflow: hidden;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.b2-mode:not(.b2-intro) .b2-stop-heading strong {
  color: var(--b2-accent);
}

.b2-seasons {
  display: flex;
  max-width: 100%;
  gap: 3px;
  padding: 3px;
  overflow-x: auto;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(0, 0, 0, .22);
}

.b2-season {
  flex: none;
  min-height: 30px;
  padding: 4px 12px;
  border: 0;
  border-radius: 2px;
  color: var(--b2-muted);
  font-size: 11px;
  backdrop-filter: none;
}

.b2-season[aria-pressed="true"] {
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

.b2-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  padding: 26px;
  place-items: center;
  background: rgba(4, 5, 6, .88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.b2-modal.is-open {
  display: grid;
}

.b2-dialog {
  position: relative;
  display: flex;
  width: min(980px, 94vw);
  max-height: min(760px, 90dvh);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 4px;
  background: var(--b2-panel-solid);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.b2-dialog-header {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 18px;
  border-bottom: 1px solid var(--b2-line);
}

.b2-dialog-header h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
}

.b2-dialog-close {
  margin-left: auto;
}

.b2-dialog-body {
  min-height: 0;
  padding: 20px;
  overflow: auto;
}

.b2-dialog.is-media .b2-dialog-body {
  display: grid;
  min-height: min(64vh, 620px);
  padding: 0;
  place-items: center;
  overflow: hidden;
  background: #050506;
}

.b2-dialog-body > img {
  width: 100%;
  height: 100%;
  max-height: min(72vh, 650px);
  object-fit: contain;
}
.b2-gallery-panorama {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: min(64vh, 620px);
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.b2-gallery-panorama.is-dragging {
  cursor: grabbing;
}

.b2-gallery-panorama > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.b2-gallery-panorama-hint,
.b2-gallery-panorama-loading {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 50%;
  padding: 6px 9px;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(7, 8, 9, .72);
  color: var(--b2-muted);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .06em;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}

.b2-gallery-panorama-loading {
  top: 50%;
  color: var(--paper);
  transform: translate(-50%, -50%);
}

.b2-gallery-panorama-loading.is-error {
  color: #ffb7b7;
}

.b2-gallery-panorama-tools {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  display: flex;
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--b2-line);
  border-radius: 4px;
  background: rgba(7, 8, 9, .72);
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}


.b2-dialog-body video {
  width: 100%;
  max-height: min(72vh, 650px);
  background: #000;
}

.b2-dialog-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 56px;
  border: 1px solid var(--b2-line);
  border-radius: 3px;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 26px;
  transform: translateY(-50%);
}

.b2-dialog-nav.is-prev {
  left: 12px;
}

.b2-dialog-nav.is-next {
  right: 12px;
}

.b2-info-copy {
  max-width: 720px;
  margin: 0 auto;
}

.b2-info-copy .b2-eyebrow {
  margin: 0 0 10px;
  color: var(--b2-accent);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.b2-info-copy h3 {
  margin: 0 0 20px;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.b2-info-copy p {
  margin: 0 0 24px;
  color: #d6d3cb;
  font-size: 17px;
  line-height: 1.65;
}

.b2-map-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(240px, .75fr);
  gap: 18px;
}

.b2-map-graphic {
  position: relative;
  align-self: start;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  background: #0e0e11;
}

.b2-map-graphic > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b2-map-pin {
  --b2-pin-offset-x: 0px;
  --b2-pin-offset-y: 0px;
  --b2-pin-leader-length: 0px;
  --b2-pin-leader-angle: 0deg;
  position: absolute;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 2px solid var(--b2-accent);
  border-radius: 50%;
  background: rgba(10, 10, 11, .82);
  color: var(--b2-accent);
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  place-items: center;
  transform: translate(
    calc(-50% + var(--b2-pin-offset-x)),
    calc(-50% + var(--b2-pin-offset-y))
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, .42);
}

.b2-map-pin:hover,
.b2-map-pin:focus-visible,
.b2-map-pin[aria-current="true"] {
  z-index: 2;
  background: var(--b2-accent);
  color: #111;
  transform: translate(
    calc(-50% + var(--b2-pin-offset-x)),
    calc(-50% + var(--b2-pin-offset-y))
  ) scale(1.12);
}

.b2-map-pin.is-intro {
  width: auto;
  min-width: 34px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 999px;
  font-size: 9px;
}

.b2-map-pin-label {
  position: relative;
  z-index: 1;
}

.b2-map-stops {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.b2-map-stop {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  width: 100%;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--paper);
  text-align: left;
}

.b2-map-stop:hover {
  background: #1b1c20;
}

.b2-map-stop[aria-current="true"] {
  border-color: var(--b2-line);
  background: #1b1c20;
}

.b2-map-stop .n {
  color: var(--b2-muted);
  font-family: var(--f-mono);
  font-size: 10px;
}

.b2-map-stop[aria-current="true"] .n {
  color: var(--b2-accent);
}

.b2-map-stop .t {
  font-size: 13px;
  line-height: 1.3;
}

.b2-toast {
  position: fixed;
  z-index: 150;
  bottom: 22px;
  left: 50%;
  padding: 9px 14px;
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .2s, transform .2s;
}

.b2-toast.is-active {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (min-width: 821px) and (max-width: 1024px) {
  .b2-stand-photo-slot {
    right: 440px;
    width: 180px;
  }

  .b2-shell.has-stand-photo .b2-sphere .pnlm-controls-container {
    top: 154px;
    bottom: auto;
    left: 18px;
  }
}

@media (max-width: 820px) {
  .b2-stand-photo-slot {
    display: none;
  }

  .b2-stand-photo-card.is-inline {
    display: grid;
    grid-template-columns: clamp(72px, 22vw, 84px) minmax(0, 1fr);
    width: 100%;
    min-height: 92px;
    max-height: 96px;
    margin: 0 0 16px;
    align-items: stretch;
    transform: none;
  }

  .b2-stand-photo-card.is-inline:hover,
  .b2-stand-photo-card.is-inline:focus-visible {
    transform: none;
  }

  .b2-stand-photo-card.is-inline .b2-stand-photo-media {
    width: 100%;
    height: 92px;
    border-right: 1px solid rgba(243, 241, 234, .18);
  }

  .b2-stand-photo-card.is-inline .b2-stand-photo-meta {
    min-width: 0;
    min-height: 92px;
    padding: 12px 14px;
    border-top: 0;
    background: rgba(17, 18, 21, .96);
  }

  .b2-stand-photo-card.is-inline .b2-stand-photo-title {
    font-size: 13px;
  }

  .b2-topbar {
    gap: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .b2-wordmark {
    display: none;
  }

  .b2-action {
    padding: 7px 9px;
  }

  .b2-action span {
    display: none;
  }

  .b2-action svg {
    width: 18px;
    height: 18px;
  }

  .b2-lang {
    margin-left: auto;
  }

  .b2-view-status {
    top: 66px;
    left: 10px;
  }

  /* Keep panorama choices beside the zoom buttons on small screens. */
  .b2-panorama-switcher {
    top: 114px;
    left: 52px;
  }

  .b2-mini-map {
    display: none;
  }

  .b2-media-panel {
    top: auto;
    right: 8px;
    bottom: 118px;
    left: 8px;
    width: auto;
    max-height: min(48dvh, 400px);
    transition: transform .22s ease;
  }

  .b2-media-panel.is-collapsed {
    transform: translateY(calc(100% - 68px));
  }

  .b2-panel-toggle {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--b2-line);
    border-radius: 0;
    backdrop-filter: none;
  }

  #b2PanelToggleLabel {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .b2-tabs {
    min-height: 42px;
  }

  .b2-tab {
    padding: 10px 4px 8px;
  }

  .b2-panel-content {
    padding: 8px;
  }

  .b2-media-grid {
    grid-template-columns: repeat(3, minmax(112px, 1fr));
    overflow-x: auto;
  }

  .b2-media-card {
    min-width: 112px;
  }

  .b2-flat-tools {
    bottom: 128px;
    left: 10px;
  }

  .b2-sphere .pnlm-controls-container {
    top: 110px;
    bottom: auto;
    left: 10px;
  }

  .b2-media-panel:not(.is-collapsed) ~ .b2-flat-tools {
    display: none;
  }

  .b2-bottombar {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    min-height: 96px;
  }

  .b2-nav-button {
    align-items: center;
    padding: 8px 4px;
  }

  .b2-nav-button small {
    display: none;
  }

  .b2-nav-button span {
    font-size: 0;
  }

  .b2-nav-button span::before {
    font-size: 25px;
    content: "‹";
  }

  .b2-nav-button:last-child span::before {
    content: "›";
  }

  .b2-nav-button:last-child {
    align-items: center;
    text-align: center;
  }

  .b2-stop-block {
    gap: 6px;
    padding: 7px 5px;
  }

  .b2-stop-heading strong {
    font-size: 17px;
  }

  .b2-season {
    padding: 4px 9px;
  }

  .b2-modal {
    padding: 10px;
  }

  .b2-dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
  }

  .b2-dialog-body {
    padding: 14px;
  }

  .b2-map-layout {
    grid-template-columns: 1fr;
  }

  .b2-map-graphic { width: min(100%, 430px); margin: 0 auto; }
}

@media (max-width: 820px) {
  .b2-map-pin[data-point-id="a2"] {
    --b2-pin-offset-x: 22px;
    --b2-pin-offset-y: -20px;
    --b2-pin-leader-length: 29.73px;
    --b2-pin-leader-angle: -42.27deg;
  }

  .b2-map-pin[data-point-id="b2"] {
    --b2-pin-offset-x: -7px;
    --b2-pin-offset-y: 7px;
  }

  .b2-map-pin[data-point-id="b1"] {
    --b2-pin-offset-x: 7px;
    --b2-pin-offset-y: -7px;
  }

  .b2-map-pin[data-point-id="a2"]::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(50% - var(--b2-pin-offset-y));
    left: calc(50% - var(--b2-pin-offset-x));
    width: var(--b2-pin-leader-length);
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 211, 61, .9);
    transform: rotate(var(--b2-pin-leader-angle));
    transform-origin: left center;
    pointer-events: none;
  }

  .b2-map-pin[data-point-id="a2"]::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(50% - var(--b2-pin-offset-y) - 3px);
    left: calc(50% - var(--b2-pin-offset-x) - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--b2-accent);
    box-shadow: 0 0 0 2px rgba(7, 34, 20, .76);
    pointer-events: none;
  }


  .b2-map-pin:hover,
  .b2-map-pin:focus-visible,
  .b2-map-pin[aria-current="true"] {
    transform: translate(
      calc(-50% + var(--b2-pin-offset-x)),
      calc(-50% + var(--b2-pin-offset-y))
    );
  }
}

@media (max-width: 430px) {
  .b2-media-grid {
    grid-template-columns: repeat(2, minmax(112px, 1fr));
  }

  .b2-stop-heading strong {
    max-width: calc(100vw - 120px);
  }

  .b2-season {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2-media-panel,
  .b2-media-card,
  .b2-stand-photo-card,
  .b2-toast {
    transition: none;
  }
}

/* ===== Intro page (A1–A2 combined) ===== */
body.b2-mode.b2-intro {
  overflow: hidden;
}

body.b2-intro .b2-shell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(60, 78, 70, .35), transparent 55%),
    linear-gradient(180deg, #0c1012 0%, #121416 40%, #0a0b0c 100%);
}

body.b2-intro .b2-viewer,
body.b2-intro .b2-media-panel,
body.b2-intro .b2-flat-tools,
body.b2-intro .b2-view-status,
body.b2-intro .b2-panorama-switcher,
body.b2-intro .b2-mini-map,
body.b2-intro .b2-loading,
body.b2-intro .b2-vignette,
body.b2-intro .b2-grain,
body.b2-intro .b2-seasons {
  display: none !important;
}

/* Info UI hidden for phase-1; openInfo() code retained */
#b2InfoButton {
  display: none !important;
}

/* Top / intro / bottom take layout space — bottombar no longer overlays CTA */
body.b2-intro .b2-topbar {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  flex: 0 0 auto;
  order: 1;
  pointer-events: none;
}

body.b2-intro .b2-topbar > * {
  pointer-events: auto;
}

body.b2-intro .b2-bottombar {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  flex: 0 0 auto;
  order: 3;
}

.b2-intro {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  flex: 1 1 auto;
  order: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  touch-action: pan-y;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(243, 241, 234, .28) transparent;
}

.b2-intro::-webkit-scrollbar {
  width: 10px;
}

.b2-intro::-webkit-scrollbar-track {
  background: transparent;
}

.b2-intro::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: rgba(243, 241, 234, .28);
}

.b2-intro::-webkit-scrollbar-thumb:hover {
  background-color: rgba(243, 241, 234, .42);
}

.b2-intro-page {
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 12px 20px 28px;
}

.b2-intro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 28px;
  align-items: center;
}

.b2-intro-hero-media {
  display: block;
  width: 100%;
  min-height: 280px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: #1a1c1e;
}

.b2-intro-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: min(62vh, 560px);
  object-fit: cover;
}

.b2-intro-eyebrow {
  margin: 0 0 10px;
  color: var(--b2-accent);
  font-family: Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b2-intro-hero-copy h1 {
  margin: 0 0 14px;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.01em;
}

.b2-intro-lead {
  margin: 0 0 22px;
  color: rgba(243, 241, 234, .88);
  font-size: 16px;
  line-height: 1.55;
}

.b2-intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid var(--b2-accent);
  border-radius: 2px;
  background: var(--b2-accent);
  color: #121212;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
  cursor: pointer;
}

.b2-intro-cta:hover,
.b2-intro-cta:focus-visible {
  filter: brightness(1.05);
}

.b2-intro-body {
  max-width: 68ch;
}

.b2-intro-body p {
  margin: 0 0 1em;
  color: rgba(243, 241, 234, .86);
  font-size: 15px;
  line-height: 1.65;
}

.b2-intro-section h2 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--b2-muted);
}

.b2-intro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.b2-intro-gallery .b2-media-card {
  min-height: 160px;
}

.b2-intro-video {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.b2-intro-video-poster {
  position: relative;
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: #15171a;
  cursor: pointer;
}

.b2-intro-video-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.b2-intro-video-poster .b2-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .45);
}

.b2-intro-video-poster .b2-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}

.b2-intro-video p {
  margin: 0;
  color: var(--b2-muted);
  font-size: 13px;
}

.b2-intro-map-card {
  display: block;
  width: 100%;
  max-width: 720px;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 2px;
  background: #101214;
  cursor: pointer;
}

.b2-intro-map-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.b2-intro-location-card {
  width: 100%;
  max-width: 720px;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 2px;
  background: #101214;
}

.b2-intro-location-map {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 0;
  background: #15171a;
}

.b2-intro-location-copy {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid var(--b2-line);
}

.b2-intro-location-copy p {
  max-width: 62ch;
  margin: 0;
  color: rgba(243, 241, 234, .82);
  font-size: 14px;
  line-height: 1.55;
}

.b2-intro-location-badge {
  justify-self: start;
  padding: 5px 8px;
  border: 1px solid rgba(242, 194, 48, .55);
  border-radius: 999px;
  color: var(--b2-accent);
  font-family: Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b2-intro-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b2-intro-location-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--b2-line);
  border-radius: 2px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .03em;
  text-decoration: none;
}

.b2-intro-location-link::after {
  margin-left: 8px;
  content: "↗";
}

.b2-intro-location-link.is-primary {
  border-color: var(--b2-accent);
  background: var(--b2-accent);
  color: #111;
}

.b2-intro-location-link:hover,
.b2-intro-location-link:focus-visible {
  filter: brightness(1.08);
}

.b2-logos {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.b2-logos h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--b2-muted);
}

.b2-logos-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.b2-logo-item {
  display: flex;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(243, 241, 234, .25);
  border-radius: 3px;
  background: #fff;
}

.b2-logo-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.b2-logo-item.is-featured {
  grid-column: 1 / -1;
  min-height: 152px;
}

.b2-logo-item.is-featured img {
  max-height: 112px;
}

.b2-intro-footer-cta {
  padding: 8px 0 24px;
}

.b2-map-stop .s {
  display: block;
  margin-top: 2px;
  color: var(--b2-muted);
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 820px) {
  .b2-intro {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .b2-intro-page {
    width: 100%;
    margin: 0 auto;
    padding: 8px 12px 24px;
  }

  .b2-intro-page {
    gap: 28px;
  }

  .b2-logos-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .b2-intro-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .b2-intro-hero-media img {
    min-height: 220px;
    max-height: 42vh;
  }

  .b2-intro-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .b2-intro-gallery .b2-media-card {
    min-height: 120px;
  }
}

@media (max-width: 430px) {
  .b2-intro-gallery {
    grid-template-columns: 1fr;
  }

  .b2-intro-location-map {
    min-height: 240px;
  }

  .b2-intro-location-link {
    width: 100%;
  }
}
