@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-var.3100e775e8.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

* {
  box-sizing: border-box;
}

body {
  color: #243037;
  font-family:
    "Aptos", "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  background: #2ab8c6;
}

button {
  font: inherit;
}

.map-scene {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #2ab8c6;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(30, 136, 150, 0.22)),
    url("assets/travel-map-backdrop-900.e687a09382.webp");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.map-scene.is-hidden {
  visibility: hidden;
}

.map-scene::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, rgba(18, 92, 102, 0.24), rgba(255, 255, 255, 0) 20% 80%, rgba(18, 92, 102, 0.24));
}

.state-view {
  position: fixed;
  inset: 0;
  z-index: 3;
  overflow: auto;
  background-color: #f5f4f0;
  background-image:
    linear-gradient(rgba(245, 244, 240, 0.84), rgba(245, 244, 240, 0.84)),
    url("assets/travel-map-backdrop-900.e687a09382.webp");
  background-attachment: scroll, fixed;
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.state-view[hidden] {
  display: none;
}

@supports (background-image: image-set(url("assets/travel-map-backdrop-900.35a57ce7c7.avif") type("image/avif"))) {
  .map-scene {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(30, 136, 150, 0.22)),
      image-set(
        url("assets/travel-map-backdrop-900.35a57ce7c7.avif") type("image/avif"),
        url("assets/travel-map-backdrop-900.e687a09382.webp") type("image/webp")
      );
  }

  .state-view {
    background-image:
      linear-gradient(rgba(245, 244, 240, 0.84), rgba(245, 244, 240, 0.84)),
      image-set(
        url("assets/travel-map-backdrop-900.35a57ce7c7.avif") type("image/avif"),
        url("assets/travel-map-backdrop-900.e687a09382.webp") type("image/webp")
      );
  }
}

@media (min-width: 760px) {
  @supports (background-image: image-set(url("assets/travel-map-backdrop-1400.fc72ab2564.avif") type("image/avif"))) {
    .map-scene {
      background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(30, 136, 150, 0.22)),
        image-set(
          url("assets/travel-map-backdrop-1400.fc72ab2564.avif") type("image/avif"),
          url("assets/travel-map-backdrop-1400.723aca540f.webp") type("image/webp")
        );
    }

    .state-view {
      background-image:
        linear-gradient(rgba(245, 244, 240, 0.84), rgba(245, 244, 240, 0.84)),
        image-set(
          url("assets/travel-map-backdrop-1400.fc72ab2564.avif") type("image/avif"),
          url("assets/travel-map-backdrop-1400.723aca540f.webp") type("image/webp")
        );
    }
  }
}

@media (min-width: 1280px) {
  @supports (background-image: image-set(url("assets/travel-map-backdrop-1672.91197e39a1.avif") type("image/avif"))) {
    .map-scene {
      background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(30, 136, 150, 0.22)),
        image-set(
          url("assets/travel-map-backdrop-1672.91197e39a1.avif") type("image/avif"),
          url("assets/travel-map-backdrop-1672.4e53a215de.webp") type("image/webp")
        );
    }

    .state-view {
      background-image:
        linear-gradient(rgba(245, 244, 240, 0.84), rgba(245, 244, 240, 0.84)),
        image-set(
          url("assets/travel-map-backdrop-1672.91197e39a1.avif") type("image/avif"),
          url("assets/travel-map-backdrop-1672.4e53a215de.webp") type("image/webp")
        );
    }
  }
}

.state-back {
  position: fixed;
  top: max(8px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  z-index: 5;
  display: grid;
  place-items: center;
  width: 142px;
  height: 88px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 14px 24px rgba(28, 36, 38, 0.3));
  transform-origin: 50% 50%;
  transition:
    filter 160ms ease,
    transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.state-back::after {
  position: absolute;
  inset: 12px 3px 6px;
  content: "";
  pointer-events: none;
  border: 2px solid rgba(255, 247, 205, 0.88);
  border-radius: 44% 50% 42% 52%;
  box-shadow:
    0 0 0 1px rgba(36, 48, 55, 0.22),
    0 0 18px rgba(245, 184, 75, 0.4);
  opacity: 0;
  transform: scale(0.82);
}

.state-back svg {
  width: 142px;
  height: 88px;
}

.state-back:hover,
.state-back:focus-visible {
  filter: drop-shadow(0 18px 28px rgba(28, 36, 38, 0.34));
  transform: rotate(-1deg) scale(1.03);
}

.state-back.is-pressed {
  transform: rotate(-1deg) scale(0.94);
  transition-duration: 80ms;
}

.state-back.is-activating {
  animation: map-back-pop 240ms ease-out both;
}

.state-back.is-activating::after {
  animation: map-back-ring 260ms ease-out both;
}

.state-back:focus-visible {
  outline: 2px solid rgba(36, 48, 55, 0.72);
  outline-offset: 3px;
}

.fold-map-shadow {
  fill: rgba(31, 42, 47, 0.18);
  transform: translate(1px, 5px);
}

.fold-panel {
  stroke: #243037;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.fold-panel-a,
.fold-panel-c {
  fill: #fff3be;
}

.fold-panel-b {
  fill: #f7e7a4;
}

.fold-panel-d {
  fill: #fff8d8;
}

.fold-map-edge {
  fill: none;
  stroke: #243037;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.fold-crease {
  fill: none;
  stroke: rgba(36, 48, 55, 0.36);
  stroke-linecap: round;
  stroke-width: 2;
}

.fold-usa-outline {
  fill: rgba(47, 186, 154, 0.18);
  stroke: rgba(36, 48, 55, 0.66);
  stroke-linejoin: round;
  stroke-width: 2;
}

.fold-route {
  fill: none;
  stroke: #e84f4f;
  stroke-dasharray: 5 5;
  stroke-linecap: round;
  stroke-width: 3.2;
}

.fold-pin {
  fill: #2f6f9f;
  stroke: #ffffff;
  stroke-width: 1.8;
}

.state-back text {
  fill: #243037;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0;
  paint-order: stroke fill;
  stroke: none;
  stroke-linejoin: round;
  stroke-width: 4;
  text-anchor: middle;
}

.state-collection-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  display: flex;
  min-height: calc(58px + env(safe-area-inset-top));
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: max(10px, env(safe-area-inset-top)) 154px 10px;
  color: #1f2a2f;
  pointer-events: none;
  text-align: center;
  background: rgba(245, 244, 240, 0.76);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 1px 0 rgba(36, 48, 55, 0.08);
}

.state-collection-bar strong {
  overflow: hidden;
  font-size: 20px;
  font-weight: 820;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.state-collection-bar span {
  flex: 0 0 auto;
  color: rgba(31, 42, 47, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.state-photo-grid {
  display: grid;
  align-content: start;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  justify-items: stretch;
  gap: 4px;
  min-height: 100svh;
  padding: calc(62px + env(safe-area-inset-top)) 4px 4px;
}

.state-tile {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: #d9ddd8;
  cursor: pointer;
  aspect-ratio: 1;
}

.state-tile img,
.state-tile video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.state-tile:hover img,
.state-tile:hover video,
.state-tile:focus-visible img,
.state-tile:focus-visible video {
  filter: saturate(1.04);
  transform: scale(1.025);
}

.state-tile:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -6px;
}

.state-tile-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.state-file-tile {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #243037;
  font-weight: 850;
  background:
    linear-gradient(135deg, rgba(243, 196, 90, 0.5), rgba(47, 186, 154, 0.42)),
    #e7e7df;
}

.state-tile.is-postcard {
  background: #fff8df;
}

.state-postcard-tile,
.viewer-postcard {
  display: grid;
  align-content: start;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 14px;
  color: #243037;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 223, 0.92)),
    #fff8df;
  text-align: left;
}

.state-postcard-tile strong,
.viewer-postcard strong {
  font-size: 15px;
  line-height: 1.12;
}

.state-postcard-tile p,
.viewer-postcard p {
  margin: 0;
  overflow: hidden;
  color: rgba(36, 48, 55, 0.82);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.28;
}

.state-postcard-tile p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.postcard-kicker {
  color: #5f6f3f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.viewer-postcard {
  width: min(720px, calc(100vw - 48px));
  height: auto;
  max-height: calc(100svh - 180px);
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
}

.viewer-postcard strong {
  font-size: clamp(24px, 6vw, 44px);
}

.viewer-postcard p {
  overflow: visible;
  font-size: clamp(16px, 3.2vw, 22px);
  line-height: 1.45;
}

.state-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 100svh;
  color: #243037;
  font-size: clamp(28px, 8vw, 72px);
  font-weight: 850;
  text-align: center;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.58);
}

.photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 6;
  display: grid;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  min-width: 0;
  color: #f7faf8;
  background: #050709;
  overflow: hidden;
}

.photo-viewer[hidden] {
  display: none;
}

.photo-viewer-toolbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  min-height: calc(58px + env(safe-area-inset-top));
  padding: max(8px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 8px max(10px, env(safe-area-inset-left));
  background: linear-gradient(rgba(5, 7, 9, 0.86), rgba(5, 7, 9, 0));
}

.viewer-button,
.viewer-spacer {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}

.viewer-button {
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #f7faf8;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.viewer-button svg,
.viewer-edge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.viewer-edge svg {
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(5, 7, 9, 0.48);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.viewer-title {
  min-width: 0;
  text-align: center;
}

.viewer-title strong,
.viewer-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewer-title strong {
  font-size: 15px;
  font-weight: 780;
}

.viewer-title span {
  margin-top: 1px;
  color: rgba(247, 250, 248, 0.62);
  font-size: 12px;
  font-weight: 650;
}

.photo-viewer-stage {
  position: fixed;
  top: calc(58px + env(safe-area-inset-top));
  right: 0;
  bottom: auto;
  left: 0;
  display: grid;
  width: 100vw;
  width: 100dvw;
  height: calc(100vh - 126px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  height: calc(100svh - 126px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  height: calc(100dvh - 126px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  place-items: center;
}

.photo-viewer-stage img,
.photo-viewer-stage video {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.photo-viewer-stage video {
  width: 100%;
}

.viewer-file {
  display: grid;
  width: min(72vw, 360px);
  aspect-ratio: 1;
  place-items: center;
  color: #1f2a2f;
  font-size: 18px;
  font-weight: 820;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(243, 196, 90, 0.92), rgba(47, 186, 154, 0.82)),
    #e7e7df;
}

.viewer-edge {
  position: fixed;
  top: calc(58px + env(safe-area-inset-top));
  bottom: calc(68px + env(safe-area-inset-bottom));
  z-index: 3;
  display: grid;
  width: min(22vw, 180px);
  padding: 0;
  border: 0;
  color: rgba(247, 250, 248, 0.72);
  background: transparent;
  cursor: pointer;
  opacity: 1;
  place-items: center;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.viewer-edge:disabled {
  cursor: default;
  opacity: 0.18;
}

.viewer-edge-prev {
  left: 0;
}

.viewer-edge-next {
  right: 0;
}

.photo-viewer.is-nav-idle .viewer-edge {
  opacity: 0;
}

.photo-viewer-caption {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: calc(68px + env(safe-area-inset-bottom));
  padding: 12px max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  color: rgba(247, 250, 248, 0.86);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(rgba(5, 7, 9, 0), rgba(5, 7, 9, 0.84));
}

.photo-viewer-caption:empty {
  display: none;
}

.store-shortcut {
  position: fixed;
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 4;
  display: block;
  width: clamp(64px, 7vw, 86px);
  aspect-ratio: 420 / 156;
  text-decoration: none;
  background-image: url("assets/store/store-shortcut-oblong.42492d989f.webp");
  background-image:
    image-set(
      url("assets/store/store-shortcut-oblong.42492d989f.webp") type("image/webp")
    );
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter:
    drop-shadow(0 9px 14px rgba(20, 30, 34, 0.24))
    drop-shadow(0 2px 3px rgba(20, 30, 34, 0.18));
  opacity: 0.86;
  transform: rotate(-2deg);
  transform-origin: center;
  transition:
    filter 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-shortcut::after {
  position: absolute;
  inset: -6px -8px;
  content: "";
  pointer-events: none;
  border: 2px solid rgba(255, 247, 205, 0.86);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(32, 48, 56, 0.22),
    0 0 18px rgba(245, 184, 75, 0.44);
  opacity: 0;
  transform: scale(0.86);
}

.store-shortcut:hover,
.store-shortcut:focus-visible {
  filter:
    drop-shadow(0 12px 18px rgba(20, 30, 34, 0.3))
    drop-shadow(0 3px 5px rgba(20, 30, 34, 0.22))
    saturate(1.02);
  opacity: 1;
  transform: rotate(-1deg) scale(1.03);
}

.store-shortcut.is-pressed {
  opacity: 1;
  transform: rotate(-2deg) scale(0.94);
  transition-duration: 80ms;
}

.store-shortcut.is-activating {
  opacity: 1;
  animation: store-shortcut-pop 240ms ease-out both;
}

.store-shortcut.is-activating::after {
  animation: store-shortcut-ring 260ms ease-out both;
}

.store-shortcut:focus-visible {
  outline: 2px solid rgba(32, 48, 56, 0.72);
  outline-offset: 3px;
}

@keyframes store-shortcut-pop {
  0% {
    filter:
      drop-shadow(0 7px 11px rgba(20, 30, 34, 0.22))
      drop-shadow(0 1px 2px rgba(20, 30, 34, 0.16));
    transform: rotate(-2deg) scale(0.92);
  }

  58% {
    filter:
      drop-shadow(0 15px 22px rgba(20, 30, 34, 0.34))
      drop-shadow(0 5px 7px rgba(20, 30, 34, 0.24))
      saturate(1.1);
    transform: rotate(2deg) scale(1.12);
  }

  100% {
    filter:
      drop-shadow(0 12px 18px rgba(20, 30, 34, 0.3))
      drop-shadow(0 3px 5px rgba(20, 30, 34, 0.22))
      saturate(1.05);
    transform: rotate(-1deg) scale(1.04);
  }
}

@keyframes store-shortcut-ring {
  0% {
    opacity: 0.85;
    transform: scale(0.76);
  }

  100% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@keyframes map-back-pop {
  0% {
    filter: drop-shadow(0 10px 18px rgba(28, 36, 38, 0.26));
    transform: rotate(-2deg) scale(0.92);
  }

  58% {
    filter: drop-shadow(0 20px 30px rgba(28, 36, 38, 0.36));
    transform: rotate(2deg) scale(1.1);
  }

  100% {
    filter: drop-shadow(0 18px 28px rgba(28, 36, 38, 0.34));
    transform: rotate(-1deg) scale(1.03);
  }
}

@keyframes map-back-ring {
  0% {
    opacity: 0.82;
    transform: scale(0.76);
  }

  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

.title-splash {
  position: fixed;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 100vw;
  width: 100svw;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: rgba(7, 12, 18, 0.62);
  backdrop-filter: blur(2px) saturate(0.92);
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

.title-splash picture {
  display: grid;
  width: 100%;
  place-items: center;
}

.title-splash img {
  display: block;
  width: min(92vw, 1180px);
  height: auto;
  max-height: 62svh;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.35));
  transform: translateY(-2vh);
}

.title-splash.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.usa-map {
  position: relative;
  z-index: 1;
  width: min(1160px, 100vw);
  width: min(1160px, 100svw);
  height: auto;
  max-height: 98svh;
  overflow: visible;
}

.nation-base {
  fill: rgba(255, 250, 219, 0.76);
  stroke: rgba(78, 91, 82, 0.34);
  stroke-width: 4;
  filter: url("#land-shadow");
}

.state-path {
  cursor: pointer;
  fill: var(--state-fill, #bec4c4);
  outline: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-linejoin: round;
  stroke-width: 1.25;
  paint-order: stroke fill;
  transition:
    fill 160ms ease,
    opacity 160ms ease,
    stroke 160ms ease;
  vector-effect: non-scaling-stroke;
}

.state-path.is-unvisited {
  opacity: 0.94;
}

.state-path.is-visited {
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 1.65;
}

.state-path:hover {
  opacity: 1;
  stroke: #253438;
}

.state-path:focus {
  outline: none;
}

.state-path:focus-visible {
  opacity: 1;
  stroke: #102329;
  stroke-width: 2.35;
}

.state-label {
  fill: rgba(36, 43, 42, 0.76);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  alignment-baseline: central;
  dominant-baseline: central;
  paint-order: stroke fill;
  pointer-events: none;
  stroke: rgba(255, 255, 255, 0.7);
  stroke-linejoin: round;
  stroke-width: 3;
  text-anchor: middle;
}

.state-label.is-visited {
  fill: #ffffff;
  stroke: rgba(36, 43, 42, 0.48);
}

.state-label.is-small {
  font-size: 7.5px;
  stroke-width: 2.2;
}

.state-tooltip {
  position: fixed;
  z-index: 6;
  max-width: min(260px, calc(100vw - 24px));
  padding: 8px 10px;
  border: 1px solid rgba(36, 43, 42, 0.16);
  border-radius: 8px;
  background: rgba(255, 251, 232, 0.95);
  box-shadow:
    0 12px 24px rgba(20, 30, 34, 0.18),
    0 2px 5px rgba(20, 30, 34, 0.12);
  color: #243037;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px));
  transition: opacity 100ms ease;
  white-space: nowrap;
}

.state-tooltip.is-visible {
  opacity: 1;
}

.poi {
  filter: url("#token-shadow");
  pointer-events: none;
}

.state-poi.is-hidden {
  display: none;
}

.poi .shine {
  fill: rgba(255, 255, 255, 0.55);
}

.pin-stem {
  stroke: rgba(82, 63, 30, 0.32);
  stroke-width: 1;
}

.pin-dot {
  fill: #ffffff;
}

.mountain-back {
  fill: #5cb8d3;
}

.mountain-front {
  fill: #287a98;
}

.snow {
  fill: #ffffff;
}

.token-yellow {
  fill: #f7c84b;
}

.token-orange {
  fill: #f08243;
}

.token-red {
  fill: #e84f4f;
}

.token-blue {
  fill: #52a8dd;
}

.token-purple {
  fill: #9b6bd8;
}

.spring-water {
  fill: #4f9ee3;
}

.spring-bowl {
  fill: #f8f1cf;
}

.spring-steam {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-width: 4;
}

.cactus-body {
  fill: #35a56a;
}

.cactus-shadow {
  fill: rgba(36, 43, 42, 0.18);
}

@media (max-width: 760px) {
  .title-splash img {
    width: calc(100vw - 20px);
    width: calc(100svw - 20px);
    max-height: 54svh;
  }

  .usa-map {
    width: 100vw;
    width: 100svw;
    max-width: none;
  }

  .state-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: calc(55px + env(safe-area-inset-top)) 3px 3px;
  }

  .state-collection-bar {
    min-height: calc(52px + env(safe-area-inset-top));
    padding: max(8px, env(safe-area-inset-top)) 116px 8px;
  }

  .state-collection-bar strong {
    font-size: 16px;
  }

  .state-collection-bar span {
    display: none;
  }

  .state-back,
  .state-back svg {
    width: 112px;
    height: 70px;
  }

  .photo-viewer-stage {
    padding-right: 0;
    padding-left: 0;
  }

  .viewer-edge {
    width: 34vw;
    color: rgba(247, 250, 248, 0.82);
  }

  .state-label {
    font-size: 12px;
    stroke-width: 3.4;
  }

  .state-label.is-small {
    font-size: 0;
  }
}
