.map-3d {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background-color: #182e41; }
  .map-3d--full {
    height: calc(100vh - 62px);
    max-height: 56vw; }
  .map-3d--expanded {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001; }
  .map-3d--half {
    height: 50vh; }
  .map-3d--preview {
    height: 20vh; }
    .map-3d--preview .map-3d-scenes,
    .map-3d--preview .map-3d-controls,
    .map-3d--preview .map-3d-light-controls,
    .map-3d--preview .map-3d-height-toggle,
    .map-3d--preview .map-3d-debug {
      display: none !important; }
  .map-3d--rotate-prompt {
    height: 60vh;
    background: #182e41;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 80px 20px;
    box-sizing: border-box; }
  .map-3d canvas {
    display: block;
    width: 100% !important;
    height: 100% !important; }
  .map-3d__layout {
    display: flex;
    width: 100%;
    height: 100%; }
  .map-3d__canvas-back {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.92);
    color: #004681;
    font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.04em;
    border: none;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    z-index: 30;
    transition: background 0.2s, transform 0.15s; }
    .map-3d__canvas-back:hover {
      background: #ffffff;
      transform: translateX(-50%) translateY(-2px); }
    .map-3d__canvas-back svg {
      display: block; }
  .map-3d__list-panel {
    width: 550px;
    min-width: 550px;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 140px 60px 20px 60px;
    overflow-y: auto;
    z-index: 20;
    position: relative; }
    .map-3d__list-panel--mobile {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      min-width: 0;
      height: auto;
      padding: 0;
      background: transparent;
      pointer-events: none;
      z-index: 10005;
      overflow: visible; }
    .map-3d__list-panel--mobile-expanded {
      bottom: 0;
      height: 100dvh;
      max-height: 100dvh;
      background: #ffffff;
      overflow-y: auto;
      pointer-events: auto;
      padding: 30px 30px 30px 30px;
      box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18); }
      .map-3d__list-panel--mobile-expanded > div {
        max-width: 500px;
        margin: 0 auto; }
    .map-3d__list-panel__mobile-bar-row {
      pointer-events: none;
      display: flex;
      align-items: stretch;
      gap: 8px;
      padding-left: 16px;
      width: max-content;
      max-width: 100%; }
      .map-3d__list-panel__mobile-bar-row > * {
        pointer-events: auto; }
    .map-3d__list-panel__mobile-back {
      flex-shrink: 0;
      width: 56px;
      height: 56px;
      border: none;
      background: #ffffff;
      border-radius: 28px 28px 0 0;
      cursor: pointer;
      font-size: 28px;
      line-height: 1;
      color: #004681;
      box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.18);
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .map-3d__list-panel__mobile-back:active {
        background: #E9EEF2; }
    .map-3d__list-panel__mobile-toggle {
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      width: max-content;
      max-width: min(70ch, calc(100% - 16px));
      height: 56px;
      padding: 0 24px;
      background: #ffffff;
      border: none;
      border-radius: 28px 28px 0 0;
      cursor: pointer;
      font-family: "hk_grotesk_extrabold", sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #004681;
      box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.18); }
      .map-3d__list-panel__mobile-toggle-title {
        flex: 1;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .map-3d__list-panel__mobile-toggle-icon {
        flex-shrink: 0;
        line-height: 0;
        color: #004681;
        display: inline-flex;
        align-items: center; }
    .map-3d__list-panel__mobile-close {
      position: fixed;
      top: 24px;
      right: 24px;
      width: 44px;
      height: 44px;
      border: none;
      background: #004681;
      border-radius: 50%;
      box-shadow: none;
      cursor: pointer;
      font-size: 38px;
      line-height: 1;
      font-weight: 300;
      color: #ffffff;
      z-index: 10010;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0 4px 0; }
    .map-3d__list-panel::-webkit-scrollbar-track {
      background-color: #f0f0f0;
      width: 1px; }
    .map-3d__list-panel::-webkit-scrollbar {
      width: 6px;
      background-color: #f0f0f0; }
    .map-3d__list-panel::-webkit-scrollbar-thumb {
      background-color: #4a7fa5; }
    .map-3d__list-panel-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      .map-3d__list-panel-list li.prop-item {
        cursor: pointer;
        position: relative;
        background-color: #E9EEF2;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        transition: background-color 0.2s, transform 0.3s; }
        .map-3d__list-panel-list li.prop-item:hover {
          background-color: #C2E4F6; }
        .map-3d__list-panel-list li.prop-item.item-active, .map-3d__list-panel-list li.prop-item.item-active.item-highlighted {
          background-color: #C2E4F6; }
        .map-3d__list-panel-list li.prop-item .preview-image {
          width: 35%;
          position: relative;
          overflow: hidden; }
          .map-3d__list-panel-list li.prop-item .preview-image img {
            width: auto;
            height: 100%;
            position: absolute;
            min-width: 100%;
            object-fit: cover; }
        .map-3d__list-panel-list li.prop-item .preview-desc {
          padding: 10px 15px;
          flex: 1; }
          .map-3d__list-panel-list li.prop-item .preview-desc h3 {
            color: #004681;
            text-align: left;
            font-family: "hk_grotesk_extrabold", sans-serif;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.3;
            margin: 10px 0 10px 0; }
          .map-3d__list-panel-list li.prop-item .preview-desc p {
            color: #344452;
            font-family: Georgia, serif;
            font-style: italic;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            margin: 0; }
        .map-3d__list-panel-list li.prop-item .prop-item__arrow {
          width: 35px;
          height: 35px;
          flex-shrink: 0;
          margin-right: 15px;
          align-self: center; }
    .map-3d__list-panel-overview {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .map-3d__list-panel-back, .map-3d__list-panel-back:link, .map-3d__list-panel-back:visited {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 24px;
      padding: 0;
      background: transparent;
      border: none;
      text-decoration: none !important;
      cursor: pointer;
      transition: opacity 0.2s; }
      .map-3d__list-panel-back__icon, .map-3d__list-panel-back:link__icon, .map-3d__list-panel-back:visited__icon {
        width: 35px;
        height: 35px;
        display: block; }
      .map-3d__list-panel-back:hover, .map-3d__list-panel-back:link:hover, .map-3d__list-panel-back:visited:hover {
        opacity: 0.75; }
    .map-3d__list-panel-detail {
      max-width: 65ch;
      margin-left: auto;
      margin-right: auto; }
      .map-3d__list-panel-detail__title {
        color: #004681;
        font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 41px;
        letter-spacing: 0.04em;
        text-align: center;
        margin: 0 0 15px 0; }
      .map-3d__list-panel-detail__elevation {
        display: block;
        margin-bottom: 10px;
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 24px;
        color: #344452; }
      .map-3d__list-panel-detail__media {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0; }
        .map-3d__list-panel-detail__media img, .map-3d__list-panel-detail__media video {
          width: 100%;
          height: auto;
          display: block; }
        .map-3d__list-panel-detail__media figure {
          margin: 0; }
      .map-3d__list-panel-detail__media-caption {
        display: block;
        margin: 12px 0 0 0;
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 24px;
        color: #344452; }
      .map-3d__list-panel-detail__intro {
        margin: 0 0 16px 0;
        font-family: Georgia, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        color: #172939; }
        .map-3d__list-panel-detail__intro h3, .map-3d__list-panel-detail__intro h4 {
          color: #004681;
          font-family: "hk_grotesk_extrabold", sans-serif;
          font-size: 16px;
          font-weight: normal;
          letter-spacing: 1px;
          text-transform: uppercase;
          line-height: 1.3;
          margin: 0 0 10px 0;
          font-style: normal; }
        .map-3d__list-panel-detail__intro p {
          margin: 0 0 10px 0; }
          .map-3d__list-panel-detail__intro p:last-child {
            margin-bottom: 0; }
      .map-3d__list-panel-detail__description {
        margin: 16px 0 15px 0;
        font-family: Georgia, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        color: #172939; }
        .map-3d__list-panel-detail__description h3, .map-3d__list-panel-detail__description h4 {
          color: #004681;
          font-family: "hk_grotesk_extrabold", sans-serif;
          font-size: 16px;
          font-weight: normal;
          letter-spacing: 1px;
          text-transform: uppercase;
          line-height: 1.3;
          margin: 0 0 10px 0;
          font-style: normal; }
        .map-3d__list-panel-detail__description p {
          margin: 0 0 10px 0; }
          .map-3d__list-panel-detail__description p:last-child {
            margin-bottom: 0; }
      .map-3d__list-panel-detail a {
        color: #004681;
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline; }
        .map-3d__list-panel-detail a:hover {
          color: #6db3d6; }
  .map-3d__scene-info {
    margin: 0 0 20px 0; }
    .map-3d__scene-info__title {
      color: #004681;
      font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
      font-weight: 400;
      font-size: 28px;
      line-height: 41px;
      letter-spacing: 0.04em;
      text-align: center;
      margin: 0 0 8px 0; }
    .map-3d__scene-info__intro {
      color: #344452;
      font-family: Georgia, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 12px 0; }
      .map-3d__scene-info__intro p {
        margin: 0 0 10px 0; }
        .map-3d__scene-info__intro p:last-child {
          margin-bottom: 0; }
    .map-3d__scene-info__description {
      color: #344452;
      font-family: Georgia, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 24px;
      margin: 0; }
      .map-3d__scene-info__description p {
        margin: 0 0 10px 0; }
        .map-3d__scene-info__description p:last-child {
          margin-bottom: 0; }
  .map-3d__canvas-area {
    flex: 1;
    position: relative;
    min-width: 0;
    overflow: hidden; }

.map-3d-canvas-wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease; }
  .map-3d-canvas-wrapper--fading {
    opacity: 0; }

.map-3d-scroll-up {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  padding: 10px;
  color: #004681;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .map-3d-scroll-up:hover {
    background-color: #DEE4E5; }
  .map-3d-scroll-up svg {
    display: block;
    stroke: #004681; }

.map-3d-expand {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  padding: 10px;
  color: #004681;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .map-3d-expand:hover {
    background-color: #DEE4E5; }
  .map-3d-expand svg {
    display: block;
    stroke: #004681; }

.map-3d-height-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  padding: 10px;
  font-size: 14px;
  font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
  color: #004681;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .map-3d-height-toggle:hover {
    background-color: #DEE4E5; }
  .map-3d-height-toggle svg {
    display: block;
    stroke: #004681; }

.map-3d-controls {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 100; }
  .map-3d-controls__toggle {
    padding: 10px 16px;
    font-size: 13px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    color: #004681;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    width: 100%;
    text-align: left; }
    .map-3d-controls__toggle:hover {
      background-color: #DEE4E5; }
  .map-3d-controls__list {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: calc(100vh - 200px);
    overflow-y: auto; }
  .map-3d-controls__button {
    padding: 8px 16px;
    font-size: 12px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    color: #004681;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    text-align: left; }
    .map-3d-controls__button:hover {
      background-color: #DEE4E5; }
    .map-3d-controls__button--active {
      background-color: #004681;
      color: #ffffff; }
      .map-3d-controls__button--active:hover {
        background-color: #003a6e; }
  .map-3d-controls__slider {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 16px;
    font-size: 11px;
    color: #004681; }
    .map-3d-controls__slider input[type="range"] {
      width: 100%; }
  .map-3d-controls__section-toggle {
    padding: 8px 16px;
    font-size: 12px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    color: #666;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    margin-top: 4px; }
    .map-3d-controls__section-toggle:hover {
      background-color: #e0e0e0; }
  .map-3d-controls__section-row {
    display: flex;
    gap: 4px;
    align-items: center; }
  .map-3d-controls__section-action {
    padding: 6px 10px;
    font-size: 10px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    color: #004681;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 4px; }
  .map-3d-controls__filter {
    width: 100%;
    padding: 4px 8px;
    font-size: 11px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 4px; }
  .map-3d-controls__object-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 0;
    max-height: 300px;
    overflow-y: auto; }
  .map-3d-controls__object-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 16px;
    font-size: 11px;
    cursor: pointer; }
    .map-3d-controls__object-item--selected {
      background-color: rgba(0, 70, 129, 0.1); }
  .map-3d-controls__object-label--focusable {
    color: #004681;
    text-decoration: underline;
    cursor: pointer; }
  .map-3d-controls__asset-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 0;
    max-height: 300px;
    overflow-y: auto; }
  .map-3d-controls__asset-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 16px;
    font-size: 11px;
    font-weight: bold; }
  .map-3d-controls__asset-refresh {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px; }
  .map-3d-controls__asset-item {
    display: flex;
    gap: 8px;
    padding: 2px 16px;
    font-size: 10px;
    font-family: monospace; }
  .map-3d-controls__asset-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .map-3d-controls__asset-scene {
    color: #888;
    white-space: nowrap; }
  .map-3d-controls__asset-size {
    color: #004681;
    white-space: nowrap;
    font-weight: bold; }
  .map-3d-controls__asset-footer {
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    margin-top: 4px; }

.map-3d-scenes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  background-color: #E9EEF2; }
  .map-3d-scenes::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: calc(275px - 16.65px);
    width: 33.31px;
    height: 33.31px;
    background-color: #E9EEF2;
    transform: rotate(-45deg);
    z-index: 101;
    pointer-events: none; }
  .map-3d-scenes__button {
    padding: 30px 24px;
    font-size: 15px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #004681;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
    white-space: pre-line;
    line-height: 1.2; }
    .map-3d-scenes__button:hover {
      color: #004681;
      background-color: rgba(0, 70, 129, 0.08); }
    .map-3d-scenes__button--active {
      font-weight: bold;
      color: #ffffff;
      background-color: #172939; }
      .map-3d-scenes__button--active:hover {
        background-color: #172939;
        color: #ffffff; }
    .map-3d-scenes__button--disabled, .map-3d-scenes__button[disabled] {
      opacity: 0.5;
      pointer-events: none; }

.map-3d-light-controls {
  position: absolute;
  top: 108px;
  right: 20px;
  z-index: 100; }
  .map-3d-light-controls__toggle {
    padding: 10px 16px;
    font-size: 13px;
    font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
    text-transform: uppercase;
    color: #004681;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s; }
    .map-3d-light-controls__toggle:hover {
      background-color: #DEE4E5; }
    .map-3d-light-controls__toggle--active {
      background-color: #004681;
      color: #ffffff; }
      .map-3d-light-controls__toggle--active:hover {
        background-color: #003a6e; }
    .map-3d-light-controls__toggle-icon {
      font-size: 18px; }
  .map-3d-light-controls__panel {
    margin-top: 8px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    min-width: 220px;
    max-height: 400px;
    overflow-y: auto;
    color: #ffffff;
    font-family: system-ui, sans-serif;
    font-size: 13px; }
  .map-3d-light-controls__group {
    margin-bottom: 12px; }
    .map-3d-light-controls__group:last-child {
      margin-bottom: 0; }
  .map-3d-light-controls__label {
    display: block;
    margin-bottom: 4px; }
  .map-3d-light-controls__slider {
    width: 100%; }
  .map-3d-light-controls__color-input {
    width: 100%;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 4px; }
  .map-3d-light-controls__checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer; }
  .map-3d-light-controls__section-title {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-top: 12px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #444; }
    .map-3d-light-controls__section-title:first-child {
      margin-top: 0; }
  .map-3d-light-controls__copy {
    width: 100%;
    margin-top: 16px;
    padding: 8px 12px;
    font-size: 13px;
    font-family: inherit;
    color: #ffffff;
    background-color: #555;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    .map-3d-light-controls__copy:hover {
      background-color: #666; }

.map-3d-lite-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  padding: 4px 10px;
  font-size: 11px;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  pointer-events: none; }

.map-3d-rotate-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 8px;
  font-family: "hk_grotesk_extrabold", system-ui, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  animation: rotate-hint-pulse 2s ease-in-out infinite; }
  .map-3d-rotate-hint svg {
    stroke: #fff;
    transform: rotate(-90deg);
    flex-shrink: 0; }

@keyframes rotate-hint-pulse {
  0%, 100% {
    opacity: 0.8; }
  50% {
    opacity: 1; } }
.map-3d-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #182e41;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  gap: 16px; }
  .map-3d-loading__progress {
    width: 200px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden; }
  .map-3d-loading__bar {
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 60%;
    animation: loading 1.5s ease-in-out infinite; }
  .map-3d-loading__text {
    color: #ffffff;
    font-size: 16px;
    font-family: hk_groteskregular, system-ui, sans-serif; }

.map-3d-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: hk_groteskregular, system-ui, sans-serif; }
  .map-3d-loader__progress {
    width: 200px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden; }
  .map-3d-loader__bar {
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    transition: width 0.3s ease; }
  .map-3d-loader__text {
    font-size: 14px; }

.map-3d-debug {
  position: absolute;
  top: 80px;
  right: 200px;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-family: monospace;
  font-size: 12px;
  white-space: pre;
  display: flex;
  align-items: flex-start;
  gap: 8px; }
  .map-3d-debug__copy {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.2s; }
    .map-3d-debug__copy:hover {
      opacity: 1; }

@keyframes loading {
  0% {
    width: 0%; }
  50% {
    width: 80%; }
  100% {
    width: 100%; } }
.map-3d__title-row {
  display: contents; }

.map-3d__title-map-icon {
  display: none; }

@media (max-width: 992px) {
  .map-3d__canvas-area {
    height: 100%; }

  .map-3d-scenes::after {
    display: none !important; }

  .map-3d-scenes--mobile {
    position: fixed;
    top: 24px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: 48px;
    z-index: 10020;
    background: transparent;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible; }

  body.map-3d-panel-expanded .map-3d-scenes--mobile {
    display: none !important; }

  .map-3d-scenes__current {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    background: #172939;
    color: #ffffff;
    border: none;
    border-radius: 24px 0 0 24px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.18);
    font-family: "hk_grotesk_extrabold", sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: pre-line;
    line-height: 1.1;
    text-align: left; }
    .map-3d-scenes__current--disabled {
      opacity: 0.5;
      cursor: default; }

  .map-3d-scenes__current-label {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .map-3d-scenes__dropdown {
    position: absolute;
    top: 56px;
    right: 0;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #ffffff;
    border-radius: 12px 0 0 12px;
    box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.18);
    min-width: 200px;
    max-height: 70vh;
    overflow-y: auto; }

  .map-3d-scenes__option {
    display: block;
    width: 100%;
    padding: 14px 18px;
    background: transparent;
    border: none;
    text-align: left;
    font-family: "hk_grotesk_extrabold", sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #172939;
    cursor: pointer;
    white-space: pre-line;
    line-height: 1.2; }
    .map-3d-scenes__option:hover {
      background: #F2F4F6; }
    .map-3d-scenes__option--active {
      background: #172939;
      color: #ffffff; }

  .map-3d__list-panel__mobile-bar-row {
    position: fixed !important;
    top: 88px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 8px !important;
    padding: 0 !important;
    z-index: 10002 !important; }

  .map-3d__list-panel__mobile-toggle {
    max-width: 240px !important;
    height: 48px !important;
    padding: 0 18px !important;
    background: #ffffff !important;
    color: #004681 !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.18) !important;
    font-size: 12px !important;
    letter-spacing: 0.4px !important; }

  .map-3d__list-panel__mobile-back {
    width: 48px !important;
    height: 48px !important;
    background: #004681 !important;
    color: #ffffff !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.18) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    order: 2 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }

  .map-3d__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 56px; }

  .map-3d__list-panel--mobile-expanded .map-3d__list-panel-back {
    position: fixed;
    top: 24px;
    left: 24px;
    right: auto;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center; }
    .map-3d__list-panel--mobile-expanded .map-3d__list-panel-back__icon {
      width: 44px;
      height: 44px;
      filter: none; }

  .map-3d__list-panel--mobile-expanded .map-3d__title-map-icon {
    position: fixed;
    top: 78px;
    right: 24px;
    z-index: 10010; }

  .map-3d__title-map-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: none;
    background: #004681;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none; }
    .map-3d__title-map-icon:active {
      background: #003560; }

  .map-3d-controls {
    top: auto;
    bottom: 20px;
    left: 20px;
    flex-direction: row; }
    .map-3d-controls__button {
      padding: 8px 12px;
      font-size: 12px; }

  .map-3d-light-controls {
    top: auto;
    bottom: 20px;
    right: 70px; }

  .map-3d-height-toggle {
    top: auto;
    bottom: 20px;
    right: 20px; } }
@media (max-width: 480px) {
  .map-3d-scenes {
    top: auto;
    gap: 0; }
    .map-3d-scenes__button {
      padding: 0 12px;
      font-size: 11px;
      min-width: 68px; } }
.custom {
  position: absolute;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.72);
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  overflow-y: auto; }
  .custom.deactivated {
    display: none !important; }
  .custom #modalteaser {
    display: block;
    width: 1200px;
    margin: 15vh auto;
    max-width: calc(100% - 120px);
    position: relative; }
    @media (max-width: 767.98px) {
      .custom #modalteaser {
        max-width: 100%;
        margin: 20px auto;
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden; }
        .custom #modalteaser .teaser-box .col-12.col-md-6.bg-image {
          min-height: 350px; }
        .custom #modalteaser .teaser-box .col-12.col-md-6 {
          padding-top: 100px; } }
    .custom #modalteaser .close-icon {
      position: absolute;
      right: -25px;
      top: -25px;
      width: 50px;
      height: 50px;
      z-index: 10;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/files/themes/ebenalp/ui/icons/sturmwarnung_close.svg");
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .custom #modalteaser .close-icon {
          right: 20px;
          top: 40px; } }

.map-3d__audio-block {
  width: 100%;
  max-width: 360px;
  margin: 24px auto 16px auto;
  text-align: center; }

.map-3d__audio {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 8px auto;
  background: transparent;
  border-radius: 0;
  outline: none; }
  .map-3d__audio::-webkit-media-controls-enclosure, .map-3d__audio::-webkit-media-controls-panel {
    background: transparent;
    box-shadow: none;
    border-radius: 0; }

.map-3d__audio-credit {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #6a7782; }

.map-3d__list-panel-detail__media {
  position: relative;
  margin: 16px 0 32px 0; }
  .map-3d__list-panel-detail__media .swiper {
    overflow: hidden;
    padding-bottom: 40px; }
  .map-3d__list-panel-detail__media .swiper-button-prev,
  .map-3d__list-panel-detail__media .swiper-button-next {
    width: 56px;
    height: 56px;
    top: calc(50% - 20px);
    margin-top: -28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 56px 56px;
    background-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); }
    .map-3d__list-panel-detail__media .swiper-button-prev::after, .map-3d__list-panel-detail__media .swiper-button-prev::before,
    .map-3d__list-panel-detail__media .swiper-button-next::after,
    .map-3d__list-panel-detail__media .swiper-button-next::before {
      content: none !important;
      display: none !important; }
    .map-3d__list-panel-detail__media .swiper-button-prev .swiper-navigation-icon,
    .map-3d__list-panel-detail__media .swiper-button-prev svg,
    .map-3d__list-panel-detail__media .swiper-button-next .swiper-navigation-icon,
    .map-3d__list-panel-detail__media .swiper-button-next svg {
      display: none !important; }
  .map-3d__list-panel-detail__media .swiper-button-prev {
    left: -28px;
    background-image: url("/files/themes/sichtwerk/images/ui/prev.svg"); }
  .map-3d__list-panel-detail__media .swiper-button-next {
    right: -28px;
    background-image: url("/files/themes/sichtwerk/images/ui/next.svg"); }
  .map-3d__list-panel-detail__media .swiper-button-disabled {
    display: none;
    pointer-events: none; }
  .map-3d__list-panel-detail__media .swiper-pagination {
    bottom: 0; }
    .map-3d__list-panel-detail__media .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #C2E4F6;
      opacity: 1;
      margin: 0 5px;
      transition: background-color 0.2s; }
      .map-3d__list-panel-detail__media .swiper-pagination .swiper-pagination-bullet-active {
        background: #004681; }

.map-3d-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: zoom-out; }
  .map-3d-lightbox__figure {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    margin: 0;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .map-3d-lightbox__figure img {
      max-width: 100%;
      max-height: 85vh;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain; }
    .map-3d-lightbox__figure figcaption {
      margin-top: 12px;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      font-family: Georgia, serif; }
  .map-3d-lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s; }
    .map-3d-lightbox__close:hover {
      opacity: 0.7; }
  .map-3d-lightbox__prev, .map-3d-lightbox__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s; }
    .map-3d-lightbox__prev:hover, .map-3d-lightbox__next:hover {
      opacity: 0.7; }
    .map-3d-lightbox__prev::before, .map-3d-lightbox__next::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }
  .map-3d-lightbox__prev {
    left: 20px; }
    .map-3d-lightbox__prev::before {
      transform: rotate(-135deg);
      margin-left: 6px; }
  .map-3d-lightbox__next {
    right: 20px; }
    .map-3d-lightbox__next::before {
      transform: rotate(45deg);
      margin-right: 6px; }

.map-3d-rotate-prompt {
  max-width: 320px;
  text-align: center;
  color: #ffffff; }
  .map-3d-rotate-prompt__icon {
    margin: 0 auto 24px;
    opacity: 0.85;
    animation: map-3d-rotate-pulse 2.4s ease-in-out infinite;
    transform-origin: center; }
  .map-3d-rotate-prompt h3 {
    margin: 0 0 12px 0;
    font-family: "hk_grotesk_extrabold", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff; }
  .map-3d-rotate-prompt p {
    margin: 0;
    font-family: "hk_groteskmedium", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #c2e4f6; }

@keyframes map-3d-rotate-pulse {
  0%, 15%, 100% {
    transform: rotate(0deg); }
  50%, 75% {
    transform: rotate(-90deg); } }
.map-3d--start-prompt {
  height: 60vh;
  background: #182e41;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box; }

.map-3d-start-prompt {
  max-width: 360px;
  text-align: center;
  color: #ffffff; }
  .map-3d-start-prompt h3 {
    margin: 0 0 12px 0;
    font-family: "hk_grotesk_extrabold", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff; }
  .map-3d-start-prompt p {
    margin: 0 0 28px 0;
    font-family: "hk_groteskmedium", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85); }
  .map-3d-start-prompt__button {
    display: inline-block;
    padding: 14px 32px;
    font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #004681;
    background: #ffffff;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.15s, background 0.2s; }
    .map-3d-start-prompt__button:hover {
      transform: translateY(-2px); }
    .map-3d-start-prompt__button:active {
      transform: translateY(0); }

.map-3d-welcome {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  cursor: pointer; }
  .map-3d-welcome__box {
    max-width: 720px;
    width: 100%;
    background: #ffffff;
    padding: 60px 60px 50px;
    text-align: center;
    cursor: default;
    box-sizing: border-box; }
  .map-3d-welcome__title {
    margin: 0 0 12px 0;
    font-family: 'Bebas Neue', 'BebasNeue', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1.28px;
    color: #004681; }
  .map-3d-welcome__subtitle {
    margin: 0 0 28px 0;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #172939; }
  .map-3d-welcome__text {
    margin: 0 0 36px 0;
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #172939; }
  .map-3d-welcome__arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    transition: transform 0.2s; }
    .map-3d-welcome__arrow svg {
      width: 50px;
      height: 50px; }
    .map-3d-welcome__arrow:hover {
      transform: scale(1.06); }
    .map-3d-welcome__arrow:active {
      transform: scale(0.96); }

@media (max-width: 992px) {
  .map-3d-welcome__box {
    max-width: 480px;
    padding: 40px 30px 30px; }

  .map-3d-welcome__title {
    font-size: 26px; } }
.map-3d-tooltip {
  position: relative;
  background: #ffffff;
  color: #004681;
  font-family: "hk_grotesk_extrabold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 0;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  user-select: none;
  transition: opacity 0.18s ease-out; }
  .map-3d-tooltip::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff; }

/*# sourceMappingURL=3d-map.css.map */
