    @font-face {
      font-family: 'bauhouse_akutangulo';
      src: url("../../../../assets/fonts/bauhouse_akutangulo.woff2") format("woff2");
      font-display: swap;
    }

    :root {
      --ink: #241a1d;
      --paper: #f5ede1;
      --paper-light: #fffaf2;
      --wine: #5b1737;
      --gold: #c89a48;
      --serif: Georgia, "Times New Roman", serif;
      --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      width: 100%;
      height: 100%;
    }

    body {
      margin: 0;
      overflow: hidden;
      color: var(--paper-light);
      background: #171013;
      font-family: var(--sans);
      -webkit-font-smoothing: antialiased;
    }

    button {
      font: inherit;
    }

    .sr-only {
      position: absolute !important;
      width: 1px;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
    }

    .skip-link {
      position: fixed;
      top: .7rem;
      left: .7rem;
      z-index: 100;
      padding: .65rem 1rem;
      color: white;
      background: var(--wine);
      transform: translateY(-160%);
    }

    .skip-link:focus {
      transform: none;
    }

    .tour-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 30;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      height: 4.75rem;
      padding: .55rem clamp(1rem, 3vw, 3rem);
      border-bottom: 1px solid rgba(255, 255, 255, .17);
      background: linear-gradient(180deg, rgba(18, 10, 13, .86), rgba(18, 10, 13, .34));
      backdrop-filter: blur(8px);
    }

    .tour-brand {
      display: flex;
      align-items: center;
      gap: .65rem;
      width: fit-content;
      color: white;
      text-decoration: none;
    }

    .tour-brand img {
      width: 2.65rem;
      height: 3.3rem;
      object-fit: contain;
    }

    .tour-brand span {
      font-family: var(--serif);
      font-size: 1.1rem;
    }

    .tour-header>p {
      display: flex;
      align-items: center;
      gap: .55rem;
      margin: 0;
      color: rgba(255, 255, 255, .7);
      font-size: .64rem;
      font-weight: 750;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    .tour-header>p span {
      width: .48rem;
      height: .48rem;
      background: #74b889;
      border-radius: 50%;
      box-shadow: 0 0 0 .25rem rgba(116, 184, 137, .14);
    }

    .back-link {
      justify-self: end;
      color: white;
      font-size: .68rem;
      font-weight: 800;
      letter-spacing: .11em;
      text-decoration: none;
      text-transform: uppercase;
    }

    .back-link span {
      margin-right: .4rem;
    }

    .tour-stage {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .tour-fallback,
    .google-pano,
    .tour-vignette {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }

    .tour-fallback {
      background: #2c191d url("../../images/panoramas/DSC_0061%20Panorama.jpg") center / cover no-repeat;
      filter: saturate(.72);
    }

    .google-pano {
      z-index: 1;
      display: block;
      border: 0;
      background: transparent;
    }

    .tour-vignette {
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(16, 8, 11, .5), transparent 30%, transparent 70%, rgba(16, 8, 11, .33)), linear-gradient(0deg, rgba(16, 8, 11, .45), transparent 32%);
    }

    .tour-loading {
      position: absolute;
      inset: 0;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .8rem;
      color: rgba(255, 255, 255, .8);
      background: rgba(20, 12, 15, .66);
      font-size: .75rem;
      letter-spacing: .08em;
      transition: opacity .35s ease, visibility .35s ease;
    }

    .tour-loading.is-hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .tour-loading span {
      width: 1rem;
      height: 1rem;
      border: 2px solid rgba(255, 255, 255, .3);
      border-top-color: var(--gold);
      border-radius: 50%;
      animation: spin .8s linear infinite;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    .scene-nav {
      position: absolute;
      top: 6.5rem;
      bottom: 2rem;
      left: clamp(1rem, 3vw, 3rem);
      z-index: 6;
      display: flex;
      flex-direction: column;
      width: min(15.5rem, 22vw);
      min-width: 13rem;
      border: 1px solid rgba(255, 255, 255, .18);
      background: rgba(23, 13, 17, .78);
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .28);
      backdrop-filter: blur(14px);
    }

    .scene-nav__heading {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      padding: 1.2rem 1.25rem;
      border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .scene-nav__heading span {
      color: var(--gold);
      font-size: .64rem;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .scene-nav__heading strong {
      color: rgba(255, 255, 255, .48);
      font-size: .64rem;
      letter-spacing: .12em;
    }

    .scene-list {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-height: 0;
    }

    .mobile-stepper {
      display: none;
    }

    .scene-button {
      display: grid;
      grid-template-columns: 1.7rem 1fr;
      gap: .6rem;
      align-items: center;
      flex: 1;
      min-height: 0;
      padding: .7rem 1.1rem;
      color: rgba(255, 255, 255, .57);
      text-align: left;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      cursor: pointer;
      transition: color .2s ease, background .2s ease;
    }

    .scene-button:last-child {
      border-bottom: 0;
    }

    .scene-button:hover,
    .scene-button:focus-visible {
      color: white;
      background: rgba(255, 255, 255, .07);
    }

    .scene-button.is-active {
      color: white;
      background: linear-gradient(90deg, rgba(91, 23, 55, .9), rgba(91, 23, 55, .36));
      box-shadow: inset 3px 0 var(--gold);
    }

    .scene-button>span:first-child {
      color: var(--gold);
      font-family: var(--serif);
      font-size: .85rem;
    }

    .scene-button>span:last-child {
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .scene-button strong {
      font-family: var(--serif);
      font-size: clamp(.9rem, 1.3vw, 1.14rem);
      font-weight: 400;
      line-height: 1.15;
    }

    .scene-button small {
      margin-top: .18rem;
      font-size: .6rem;
      letter-spacing: .04em;
      opacity: .62;
    }

    .info-panel {
      position: absolute;
      right: clamp(1rem, 3vw, 3rem);
      bottom: 2rem;
      z-index: 7;
      width: min(28rem, 36vw);
      min-width: 0;
      color: var(--ink);
      background: rgba(245, 237, 225, .95);
      box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .36);
      backdrop-filter: blur(16px);
    }

    .panel-toggle {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: .75rem 1.5rem;
      color: var(--wine);
      background: rgba(91, 23, 55, .06);
      border: 0;
      border-bottom: 1px solid rgba(36, 26, 29, .12);
      cursor: pointer;
      font-size: .62rem;
      font-weight: 800;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .panel-toggle span:last-child {
      font-size: 1rem;
      transition: transform .25s ease;
    }

    .info-panel.is-collapsed .panel-toggle span:last-child {
      transform: rotate(180deg);
    }

    .info-panel__content {
      max-height: min(66vh, 43rem);
      min-width: 0;
      padding: clamp(1.4rem, 3vw, 2.4rem);
      overflow: auto;
      overflow-x: hidden;
      opacity: 1;
      transition: max-height .3s ease, padding .3s ease, opacity .2s ease;
    }

    .info-panel.is-collapsed .info-panel__content {
      max-height: 0;
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden;
      opacity: 0;
    }

    .info-eyebrow {
      margin: 0 0 .7rem;
      color: var(--wine);
      font-size: .63rem;
      font-weight: 850;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .info-panel h1 {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(2rem, 3.5vw, 3.25rem);
      font-weight: 400;
      line-height: .98;
      letter-spacing: -.035em;
    }

    .info-body {
      margin-top: 1.15rem;
      color: #5f5357;
      font-size: .88rem;
      overflow-wrap: anywhere;
    }

    .info-body p {
      margin: .7rem 0 0;
    }

    .info-body .info-lead {
      color: var(--wine);
      font-family: var(--serif);
      font-size: 1.13rem;
      line-height: 1.35;
    }

    .mini-menu {
      display: grid;
      gap: .45rem;
      margin: 1rem 0 0;
      padding: 0;
      list-style: none;
    }

    .mini-menu li {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding-bottom: .35rem;
      border-bottom: 1px dotted rgba(36, 26, 29, .24);
    }

    .mini-menu strong {
      flex: none;
      color: var(--wine);
      font-family: var(--serif);
    }

    .historic-note {
      display: block;
      margin-top: 1rem;
      padding: .65rem .8rem;
      color: #675a5e;
      background: rgba(200, 154, 72, .13);
      font-size: .68rem;
      line-height: 1.45;
    }

    .info-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(36, 26, 29, .14);
    }

    .round-button {
      flex: 0 0 2.3rem;
      width: 2.3rem;
      height: 2.3rem;
      padding: 0;
      color: var(--wine);
      background: transparent;
      border: 1px solid rgba(91, 23, 55, .35);
      border-radius: 50%;
      cursor: pointer;
    }

    .round-button:hover {
      color: white;
      background: var(--wine);
    }

    .google-link {
      color: var(--wine);
      font-size: .62rem;
      font-weight: 850;
      letter-spacing: .08em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
    }

    .tour-instruction {
      position: absolute;
      right: clamp(1rem, 3vw, 3rem);
      top: 6.2rem;
      z-index: 5;
      margin: 0;
      color: rgba(255, 255, 255, .72);
      font-size: .66rem;
      text-shadow: 0 1px 5px #000;
    }

    @media (max-width: 860px) {
      .tour-header {
        grid-template-columns: 1fr auto;
        height: 4.2rem;
      }

      .tour-header>p {
        display: none;
      }

      .tour-brand img {
        width: 2.25rem;
        height: 2.8rem;
      }

      .tour-brand span {
        font-size: .95rem;
      }

      .back-link {
        font-size: 0;
      }

      .back-link span {
        margin: 0;
        font-size: 1.3rem;
      }

      .scene-nav {
        inset: 4.85rem .75rem auto;
        display: block;
        width: auto;
        max-width: calc(100vw - 1.5rem);
        min-width: 0;
        height: auto;
        overflow: visible;
        border-radius: .7rem;
      }

      .scene-nav__heading {
        display: none;
      }

      .mobile-stepper {
        display: grid;
        grid-template-columns: 2.8rem minmax(0, 1fr) 2.8rem;
        min-height: 3.7rem;
      }

      .mobile-stepper>button {
        color: white;
        background: transparent;
        border: 0;
        cursor: pointer;
      }

      .mobile-stepper>button:first-child {
        border-right: 1px solid rgba(255, 255, 255, .12);
      }

      .mobile-stepper>button:last-child {
        border-left: 1px solid rgba(255, 255, 255, .12);
      }

      .mobile-current {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .45rem;
        align-items: center;
        min-width: 0;
        padding: .5rem .55rem;
        text-align: left;
      }

      .mobile-current>span {
        color: var(--gold);
        font-size: .57rem;
        font-weight: 800;
        letter-spacing: .08em;
      }

      .mobile-current strong {
        overflow: hidden;
        font-family: var(--serif);
        font-size: 1rem;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .mobile-current small {
        color: rgba(255, 255, 255, .55);
        font-size: .55rem;
        text-transform: uppercase;
      }

      .mobile-current small span {
        display: inline-block;
        margin-left: .2rem;
        transition: transform .2s ease;
      }

      .scene-nav.is-open .mobile-current small span {
        transform: rotate(180deg);
      }

      .scene-list {
        position: absolute;
        top: calc(100% + .45rem);
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 10rem);
        overflow: auto;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: .7rem;
        background: rgba(23, 13, 17, .97);
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .46);
        backdrop-filter: blur(18px);
      }

      .scene-nav.is-open .scene-list {
        display: flex;
      }

      .scene-button {
        display: grid;
        grid-template-columns: 1.7rem 1fr;
        flex: 0 0 auto;
        min-height: 4.1rem;
        padding: .8rem 1rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
      }

      .scene-button>span:first-child,
      .scene-button small {
        display: initial;
      }

      .scene-button strong {
        font-family: var(--serif);
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
      }

      .scene-button.is-active {
        box-shadow: inset 3px 0 var(--gold);
      }

      .info-panel {
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        max-width: 100vw;
        border-radius: 1rem 1rem 0 0;
        overflow: hidden;
      }

      .info-panel__content {
        max-height: 48vh;
        padding: 1.25rem;
      }

      .info-panel h1 {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
      }

      .info-body {
        font-size: .8rem;
      }

      .tour-instruction {
        top: 9.1rem;
        right: .9rem;
      }
    }

    @media (max-width: 430px) {
      .mobile-current small {
        font-size: 0;
      }

      .mobile-current small span {
        margin: 0;
        font-size: .8rem;
      }
    }

    @media (max-height: 620px) and (min-width: 861px) {
      .scene-nav {
        top: 5.4rem;
        bottom: 1rem;
      }

      .info-panel {
        bottom: 1rem;
      }

      .info-panel__content {
        max-height: 60vh;
      }

      .tour-instruction {
        top: 5.3rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
      }
    }

    .akutangulo {
      font-family: bauhouse_akutangulo;
      text-decoration: none;
      color: #9300d3;
      font-size: 1.5rem;
    }