@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap");

:root {
  --bg: #eaf3ee;
  --ink: #203e34;
  --muted: #657b70;
  --line: #ccdcd1;
  --paper: #fbfcf6;
  --gold: #b28444;
  --teal: #427b70;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
canvas:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  z-index: 50;
  padding: 12px 20px;
  border-radius: 6px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
.site-shell {
  max-width: 1920px;
  margin: auto;
  padding: 0 clamp(20px, 3.4vw, 66px);
  overflow-x: clip;
}
.site-header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1.8px;
}
.wordmark span {
  color: var(--gold);
}
.header-note {
  font-size: 11px;
  letter-spacing: 0.35px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 9px;
}
.tiny-star {
  font-size: 19px;
  color: var(--gold);
}
.hello-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.hello-link:hover {
  color: var(--gold);
}
.hello-link > span {
  font-size: 19px;
}
.introduction {
  text-align: center;
  padding: 12px 0 25px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.1px;
  font-weight: 650;
  margin: 0 0 15px;
  line-height: 1.6;
}
.introduction h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.15vw, 86px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -4px;
  margin: 0 0 12px;
}
.introduction h1 > span {
  color: var(--gold);
}
.intro-copy {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 13px;
  line-height: 1.6;
}
.social-links {
  display: flex;
  justify-content: center;
}
.social-links a {
  font-size: 12px;
  font-weight: 550;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 7px;
}
.social-links a:hover {
  color: var(--gold);
}
.social-links svg {
  width: 16px;
  height: 16px;
}
.external-arrow {
  color: var(--muted);
  margin-left: 3px;
}
.world-section {
  position: relative;
}
.world-container {
  position: relative;
  width: 100%;
  height: clamp(520px, 67svh, 900px);
  min-height: 440px;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #cbded1;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 30%, #edf5ed, #d8eae2);
  box-shadow: 0 12px 50px -32px #234d4040;
}
.world-container::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid #ffffff70;
  border-radius: inherit;
  z-index: 10;
}
#world-canvas {
  display: block;
  width: 100%;
  height: 100%;
  outline-offset: -6px;
  touch-action: none;
  cursor: grab;
}
#world-canvas:active {
  cursor: grabbing;
}
.walk-mode #world-canvas {
  cursor: crosshair;
}
.scene-caption {
  position: absolute;
  left: 25px;
  top: 23px;
  display: flex;
  align-items: center;
  gap: 11px;
  pointer-events: none;
  color: #4c6b5d;
  font-size: 8px;
  font-weight: 550;
  line-height: 1.75;
  letter-spacing: 1.5px;
  z-index: 2;
}
.scene-caption .compass-star {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #709380;
}
.scene-caption strong {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
}
.flight-readout {
  position: absolute;
  left: 28px;
  top: 89px;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 280px;
  color: #587265;
  font-size: 10px;
  pointer-events: none;
  z-index: 2;
}
.signal-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7b9471;
  flex-shrink: 0;
}
.landmark-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.landmark {
  position: absolute;
  left: -1000px;
  top: -1000px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 37px;
  padding: 8px 11px;
  border: 1px solid #fff9;
  border-radius: 7px;
  background: #fbfcf5ed;
  backdrop-filter: blur(7px);
  box-shadow: 0 3px 13px #23483822;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  transform: translate(-50%, -100%);
  pointer-events: auto;
  transition:
    background 0.15s,
    box-shadow 0.15s;
}
.landmark::after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  top: calc(100% - 1px);
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 1px solid #fff9;
  border-bottom: 1px solid #fff9;
  background: #fbfcf5ed;
}
.landmark:hover,
.landmark:focus-visible {
  background: #fff;
  box-shadow: 0 4px 20px #23483840;
  z-index: 5;
}
.landmark-plus {
  color: #6d8877;
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}
.landmark-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.education-dot {
  background: #d47e43;
}
.northrop-dot {
  background: #79909f;
}
.cia-dot {
  background: #697c69;
}
.universal-dot {
  background: #497eab;
}
.orendessa-dot {
  background: #b08a6c;
}
.character-label {
  position: absolute;
  left: -1000px;
  top: -1000px;
  z-index: 4;
  pointer-events: none;
  transform: translate(-50%, -100%);
  background: #234c3e;
  color: #ffffed;
  font-size: 10px;
  font-weight: 550;
  border-radius: 20px;
  padding: 5px 9px;
  box-shadow: 0 2px 8px #193c3428;
  border: 1px solid #ffffff80;
}
.character-label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc(50% - 3px);
  border: 3px solid transparent;
  border-top-color: #234c3e;
  border-bottom: 0;
}
.places-menu {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 12;
}
.places-toggle {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 7px;
  background: #fbfcf3ed;
  box-shadow: 0 2px 10px #203e3312;
  border: 1px solid #ffffffe6;
  padding: 0 13px;
  font-size: 12px;
}
.places-toggle:hover,
.places-toggle[aria-expanded="true"] {
  background: white;
}
.places-toggle svg {
  width: 16px;
  height: 16px;
}
.chevron {
  font-size: 18px;
  line-height: 1;
  margin-left: 4px;
  transform: translateY(-3px);
  transition: transform 0.2s;
}
.places-toggle[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}
.places-list {
  position: absolute;
  top: 48px;
  right: 0;
  min-width: 238px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 10px 40px #173b3225;
  padding: 10px;
}
.places-list > p {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 2px 10px;
  margin: 8px 0 9px;
}
.places-list > button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  padding: 12px 10px;
  font-size: 12px;
}
.places-list > button > span:last-child {
  margin-left: auto;
  color: #829386;
}
.places-list > button:hover,
.places-list > button:focus-visible {
  background: #e9f0e5;
}
.scene-bottom {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  pointer-events: none;
  z-index: 4;
}
.world-status {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 65%;
  margin: 0;
  padding: 8px 11px;
  font-size: 11px;
  line-height: 1.4;
  border: 1px solid #ffffff90;
  border-radius: 6px;
  color: #395c4a;
  background: #f3f8ecd9;
  backdrop-filter: blur(6px);
}
.status-spark {
  color: #9b7848;
  font-size: 13px;
}
.scene-hint {
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #496953;
  text-shadow: 0 1px 4px #f8fff9;
}
.world-loading {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--bg);
  padding: 30px;
}
.loading-island {
  font-size: 50px;
  color: #8b9f7d;
  line-height: 1;
  margin: 0 0 25px;
  animation: turn-world 10s linear infinite;
}
.world-loading > p {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 0 0 10px;
  font-style: italic;
  letter-spacing: -0.4px;
}
.world-loading > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.world-fallback {
  position: absolute;
  inset: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 40px;
  text-align: center;
}
.fallback-mark {
  font-size: 45px;
  color: var(--gold);
  margin-bottom: 12px;
}
.world-fallback h2 {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 13px;
}
.world-fallback > p {
  max-width: 420px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.fallback-places {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 520px;
}
.fallback-places button {
  padding: 11px 14px;
  border: 1px solid #cfdbca;
  border-radius: 7px;
  background: var(--paper);
  font-size: 12px;
}
.world-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 5px;
  outline: none;
}
.control-hint {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.control-hint svg {
  width: 16px;
  height: 16px;
  color: #6d8977;
}
.control-hint i {
  font-style: normal;
  margin: 0 8px;
  color: #93a595;
}
.control-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  padding: 0 10px;
  color: #496353;
}
.control-button:hover {
  background: #dce9de;
}
.control-button svg {
  width: 17px;
  height: 17px;
}
.control-button[aria-pressed="true"] {
  color: var(--ink);
  background: #d3e3d5;
}
.walk-mode-button {
  border: 1px solid #bfd1c0;
  padding: 0 12px;
  gap: 7px;
}
.walk-mode-button[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #f3f7e9;
}
.control-divider {
  width: 1px;
  height: 18px;
  background: var(--line);
  margin: 0 6px;
}
.icon-control {
  padding: 0;
  flex-shrink: 0;
}
.help-toggle > span {
  font-family: Georgia, serif;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  line-height: 1;
}
.play-icon {
  display: none;
}
.motion-paused .pause-icon {
  display: none;
}
.motion-paused .play-icon {
  display: block;
}
.world-help {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  max-width: 355px;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 10px 40px #173b3225;
  z-index: 25;
  font-size: 13px;
  line-height: 1.6;
}
.world-help h2 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin: 0 0 16px;
}
.world-help p {
  margin: 0 0 12px;
  color: #59715f;
}
.world-help p strong {
  font-weight: 600;
  color: var(--ink);
}
.world-help .help-aside {
  font-family: Georgia, serif;
  font-style: italic;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  margin: 17px 0 0;
  font-size: 14px;
}
.walk-controls {
  position: absolute;
  right: 23px;
  bottom: 21px;
  display: none;
  grid-template-columns: 39px 39px 39px;
  grid-template-rows: 39px 39px;
  gap: 4px;
  z-index: 11;
}
.walk-controls button {
  display: grid;
  place-items: center;
  background: #f9fcf1ed;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px #203e3318;
  touch-action: none;
  user-select: none;
}
.walk-controls button:active,
.walk-controls button.is-active {
  background: #d4e5d2;
}
.walk-controls svg {
  width: 18px;
  height: 18px;
}
.walk-forward {
  grid-column: 2;
  grid-row: 1;
}
.walk-left {
  grid-column: 1;
  grid-row: 2;
}
.walk-backward {
  grid-column: 2;
  grid-row: 2;
}
.walk-right {
  grid-column: 3;
  grid-row: 2;
}
.walk-mode .walk-controls {
  display: grid;
}
.walk-mode .scene-hint {
  display: none;
}
.walk-mode .world-status {
  max-width: calc(100% - 160px);
}
.site-footer {
  padding: 18px 5px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #708274;
  font-size: 10px;
  letter-spacing: 0.1px;
}
.footer-signoff {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-signoff > span {
  font-size: 17px;
  color: #9a956e;
}
.place-dialog {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #ffffff;
  border-radius: 18px;
  padding: 27px 31px 0;
  width: min(460px, calc(100% - 32px));
  max-height: calc(100svh - 48px);
  box-shadow: 0 25px 100px #183a3738;
  margin: auto;
  overflow: auto;
}
.place-dialog::backdrop {
  background: #1d3e3a3d;
  backdrop-filter: blur(5px);
}
.place-dialog[open] {
  animation: dialog-enter 0.2s ease-out;
}
.dialog-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 16px;
}
.dialog-topline .eyebrow {
  margin: 0;
  font-size: 9px;
  letter-spacing: 1.7px;
}
.close-dialog {
  display: grid;
  place-items: center;
  background: #eaf0e6;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.close-dialog:hover {
  background: #dce5d8;
}
.close-dialog svg {
  width: 16px;
  height: 16px;
}
.place-emblem {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  color: #f5f6e5;
  background: #4d725f;
  border: 1px solid #3b645340;
  border-radius: 14px;
  margin: 0 0 23px;
  font-family: Georgia, serif;
  font-size: 27px;
}
.place-dialog[data-place="universal"] .place-emblem {
  background: #447895;
}
.place-dialog[data-place="cia"] .place-emblem {
  background: #5d705e;
}
.place-dialog[data-place="northrop"] .place-emblem {
  background: #718895;
}
.place-dialog[data-place="education"] .place-emblem {
  background: #ae754b;
}
.place-dialog[data-place="orendessa"] .place-emblem {
  background: #9b8060;
}
.place-dialog h2 {
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -1.6px;
  margin: 0 0 12px;
}
.place-strapline {
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
  color: #8d734d;
  margin: 0 0 23px;
}
.place-details {
  font-size: 14px;
  line-height: 1.8;
  color: #5e7263;
  margin-bottom: 25px;
}
.place-details p {
  margin: 0 0 16px;
}
.dialog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dce3d7;
  padding: 18px 0 21px;
  gap: 16px;
}
.visit-place {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--ink);
  color: #f7f9ec;
  padding: 12px 17px;
  border-radius: 6px;
  font-size: 12px;
}
.visit-place:hover {
  background: #345747;
}
.visit-place svg {
  width: 16px;
  height: 16px;
}
.visit-place:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.next-place {
  background: transparent;
  font-size: 12px;
  padding: 12px 0 12px 10px;
  color: #718173;
}
.next-place span {
  margin-left: 10px;
}
.next-place:hover {
  color: var(--ink);
}
.noscript-message {
  position: relative;
  padding: 24px;
  background: var(--paper);
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.noscript-message a {
  text-decoration: underline;
}
@keyframes turn-world {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1600px) {
  .introduction {
    padding: 18px 0 35px;
  }
  .world-container {
    height: clamp(640px, 66svh, 1000px);
  }
}
@media (max-width: 1000px) {
  .site-header {
    height: 68px;
  }
  .introduction {
    padding: 13px 0 23px;
  }
  .introduction h1 {
    font-size: 62px;
    letter-spacing: -3px;
  }
  .world-container {
    height: clamp(500px, 66svh, 760px);
  }
  .scene-caption {
    left: 19px;
    top: 20px;
  }
  .flight-readout {
    left: 22px;
    top: 83px;
  }
  .places-menu {
    right: 19px;
    top: 20px;
  }
  .scene-bottom {
    left: 19px;
    right: 19px;
    bottom: 19px;
  }
  .landmark {
    font-size: 10px;
    gap: 6px;
    padding: 8px;
  }
  .landmark-plus {
    font-size: 13px;
  }
  .control-hint {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .site-shell {
    padding: 0 17px;
  }
  .site-header {
    height: 65px;
    gap: 15px;
  }
  .wordmark {
    font-size: 24px;
  }
  .header-note {
    display: none;
  }
  .hello-link {
    font-size: 11px;
  }
  .introduction {
    padding: 21px 0 27px;
  }
  .introduction .eyebrow {
    font-size: 8px;
    letter-spacing: 1.55px;
    margin-bottom: 15px;
  }
  .introduction h1 {
    font-size: clamp(39px, 9vw, 62px);
    letter-spacing: -2.5px;
    line-height: 1.07;
    margin-bottom: 13px;
    white-space: nowrap;
  }
  .intro-copy {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .social-links a {
    font-size: 11px;
  }
  .social-links svg {
    width: 15px;
    height: 15px;
  }
  .world-container {
    width: calc(100% + 14px);
    margin-left: -7px;
    border-radius: 18px;
    min-height: 490px;
    height: 65svh;
    max-height: 690px;
  }
  .scene-caption {
    left: 14px;
    top: 16px;
    gap: 7px;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .scene-caption .compass-star {
    font-size: 27px;
  }
  .scene-caption strong {
    font-size: 15px;
  }
  .flight-readout {
    left: 17px;
    top: 69px;
    max-width: 175px;
    font-size: 9px;
    gap: 5px;
  }
  .places-menu {
    top: 16px;
    right: 13px;
  }
  .places-toggle {
    font-size: 11px;
    gap: 7px;
    height: 35px;
    padding: 0 10px;
  }
  .places-toggle svg {
    width: 14px;
    height: 14px;
  }
  .places-toggle .chevron {
    margin-left: 0;
  }
  .places-list {
    top: 43px;
    min-width: 228px;
  }
  .landmark {
    min-height: 33px;
    font-size: 9px;
    padding: 7px 8px;
    gap: 5px;
    max-width: 160px;
    border-radius: 5px;
  }
  .landmark-dot {
    width: 5px;
    height: 5px;
  }
  .landmark-plus {
    display: none;
  }
  .scene-bottom {
    left: 14px;
    right: 14px;
    bottom: 17px;
  }
  .world-status {
    font-size: 10px;
    max-width: calc(100% - 126px);
    padding: 7px 8px;
    gap: 6px;
    line-height: 1.5;
  }
  .scene-hint {
    display: none;
  }
  .walk-controls {
    display: grid;
    right: 14px;
    bottom: 17px;
    grid-template-columns: 34px 34px 34px;
    grid-template-rows: 34px 34px;
    gap: 4px;
  }
  .walk-controls button {
    border-radius: 7px;
  }
  .walk-controls svg {
    width: 16px;
    height: 16px;
  }
  .walk-mode .world-status {
    max-width: calc(100% - 126px);
  }
  .world-controls {
    padding: 15px 0;
    flex-direction: column-reverse;
    gap: 13px;
  }
  .control-buttons {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .control-button {
    height: 37px;
    min-width: 37px;
  }
  .walk-mode-button {
    padding: 0 13px;
    font-size: 12px;
  }
  .control-divider {
    margin: 0 4px;
  }
  .control-hint {
    font-size: 10px;
  }
  .control-hint svg {
    width: 14px;
    height: 14px;
  }
  .control-hint > span {
    font-size: 0;
  }
  .control-hint > span::after {
    content: "Drag to rotate · Pinch to zoom · Arrows to wander";
    font-size: 10px;
  }
  .control-hint i {
    display: none;
  }
  .world-help {
    max-width: 100%;
    bottom: calc(100% + 10px);
    padding: 21px;
    font-size: 12px;
  }
  .world-help h2 {
    font-size: 24px;
  }
  .site-footer {
    padding: 11px 0 24px;
    flex-direction: column;
    gap: 11px;
    font-size: 9px;
  }
  .footer-signoff {
    font-size: 10px;
  }
  .footer-signoff > span {
    font-size: 15px;
  }
  .place-dialog {
    padding: 23px 24px 0;
    border-radius: 15px;
    max-height: calc(100svh - 28px);
  }
  .place-dialog h2 {
    font-size: 35px;
  }
  .place-emblem {
    margin-bottom: 19px;
    width: 47px;
    height: 47px;
    font-size: 24px;
    border-radius: 12px;
  }
  .place-strapline {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .place-details {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 23px;
  }
  .dialog-bottom {
    padding: 17px 0 19px;
  }
  .world-fallback {
    padding: 25px;
  }
  .world-fallback h2 {
    font-size: 29px;
  }
  .world-fallback > p {
    font-size: 12px;
  }
  .fallback-places {
    gap: 7px;
  }
  .fallback-places button {
    font-size: 11px;
    padding: 11px 12px;
  }
  .world-loading > p {
    font-size: 22px;
  }
  .world-loading > span:last-child {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .site-shell {
    padding: 0 14px;
  }
  .introduction h1 {
    font-size: 36px;
    letter-spacing: -2.4px;
  }
  .introduction .eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .world-container {
    width: calc(100% + 14px);
    height: 540px;
    min-height: 480px;
  }
  .control-buttons {
    gap: 3px;
  }
  .control-divider {
    margin: 0 3px;
  }
  .control-button {
    min-width: 34px;
  }
  .walk-mode-button {
    padding: 0 10px;
  }
  .scene-caption {
    font-size: 6px;
  }
  .scene-caption strong {
    font-size: 14px;
  }
  .flight-readout {
    max-width: 140px;
    font-size: 8px;
  }
  .control-hint > span::after {
    font-size: 9px;
  }
  .landmark {
    font-size: 8px;
    max-width: 145px;
  }
  .landmark-dot {
    display: none;
  }
  .world-status {
    font-size: 9px;
  }
}
@media (max-height: 700px) and (min-width: 701px) {
  .site-header {
    height: 60px;
  }
  .introduction {
    padding: 5px 0 19px;
  }
  .introduction h1 {
    font-size: 57px;
  }
  .introduction .eyebrow {
    margin-bottom: 10px;
  }
  .world-container {
    height: 520px;
  }
  .world-controls {
    padding: 13px 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
