@font-face {
  font-family: FootSans;
  src: url("./assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: FootSerif;
  src: url("./assets/cormorant-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
.foot-explorer {
  --fx-ink: #253b37;
  --fx-muted: #64756e;
  --fx-accent: #246e64;
  --fx-line: #d9e0d9;
  --fx-bg: #f7f8f5;
  --fx-panel: rgba(255, 255, 255, 0.77);
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  min-height: 790px;
  height: min(900px, 100svh);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(232px, 0.94fr) minmax(330px, 1.9fr) minmax(
      228px,
      0.91fr
    );
  grid-template-rows: 155px minmax(420px, 1fr) auto auto;
  gap: 18px 24px;
  padding: 48px clamp(24px, 4vw, 64px) 20px;
  background: radial-gradient(
    ellipse at 60% 45%,
    #fff 0%,
    #f7f8f5 53%,
    #eef1ec 100%
  );
  color: var(--fx-ink);
  font-family: FootSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
.foot-explorer *,
.foot-explorer *::before,
.foot-explorer *::after {
  box-sizing: border-box;
}
.foot-explorer [hidden] {
  display: none !important;
}
.foot-explorer button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.foot-explorer button:focus-visible,
.foot-explorer a:focus-visible,
.foot-explorer canvas:focus-visible {
  outline: 2px solid var(--fx-accent);
  outline-offset: 5px;
}
.foot-explorer h2,
.foot-explorer h3,
.foot-explorer p {
  margin: 0;
}
.foot-explorer svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.foot-explorer .fx-header {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  pointer-events: none;
  min-width: 0;
}
.foot-explorer .fx-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fx-accent);
}
.foot-explorer .fx-eyebrow::before {
  content: "";
  width: 25px;
  height: 1px;
  background: currentColor;
}
.foot-explorer .fx-title {
  font-family: FootSerif, Georgia, serif;
  font-weight: 500;
  font-size: clamp(46px, 4.1vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-top: 15px;
  white-space: nowrap;
}
.foot-explorer .fx-subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--fx-muted);
  margin-top: 13px;
}
.foot-explorer .fx-aside {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 285px;
  min-width: 0;
  z-index: 3;
}
.foot-explorer .fx-modes {
  display: flex;
  gap: 4px;
  padding: 5px;
  background: #e7ece6;
  border: 1px solid #dfe5df;
  border-radius: 8px;
  width: 100%;
}
.foot-explorer .fx-mode {
  border: 0;
  background: transparent;
  border-radius: 5px;
  flex: 1;
  min-height: 41px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 12px;
  transition:
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s;
}
.foot-explorer .fx-mode[aria-pressed="true"] {
  background: var(--fx-ink);
  color: #fff;
  box-shadow: 0 3px 10px #243b361a;
}
.foot-explorer .fx-mode:hover:not([aria-pressed="true"]) {
  background: #ffffffa8;
}
.foot-explorer .fx-region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 29px 0 10px;
  color: var(--fx-muted);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.foot-explorer .fx-regions {
  display: flex;
  flex-direction: column;
}
.foot-explorer .fx-region {
  border: 0;
  border-bottom: 1px solid var(--fx-line);
  padding: 11px 1px;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  transition:
    color 0.2s,
    padding 0.2s;
}
.foot-explorer .fx-region-num {
  font-size: 0.75rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.025em;
  color: #84928a;
  min-width: 19px;
}
.foot-explorer .fx-region svg {
  margin-left: auto;
  width: 15px;
  height: 15px;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.foot-explorer .fx-region:hover,
.foot-explorer .fx-region[aria-pressed="true"] {
  color: var(--fx-accent);
  padding-left: 7px;
}
.foot-explorer .fx-region[aria-pressed="true"] {
  font-weight: 600;
}
.foot-explorer .fx-region:hover svg,
.foot-explorer .fx-region[aria-pressed="true"] svg {
  opacity: 1;
  transform: none;
}
.foot-explorer .fx-region[aria-pressed="true"] .fx-region-num {
  color: var(--fx-accent);
}
.foot-explorer .fx-stage {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 0;
  min-height: 560px;
  z-index: 1;
  overflow: hidden;
}
.foot-explorer .fx-stage canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
  outline-offset: -6px;
}
.foot-explorer .fx-stage canvas:active {
  cursor: grabbing;
}
.foot-explorer .fx-meta {
  position: relative;
  grid-column: 3;
  grid-row: 1;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: start;
  gap: 7px;
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6a7b70;
  pointer-events: none;
}
.foot-explorer .fx-meta span:first-child {
  color: var(--fx-ink);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}
.foot-explorer .fx-meta-line {
  height: 1px;
  width: 40px;
  background: #acbab0;
  margin: 3px 0;
}
.foot-explorer .fx-pin-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.foot-explorer .fx-pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: auto;
  display: grid;
  place-items: center;
  will-change: transform;
}
.foot-explorer .fx-pin::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffffdd;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px #265e4b39,
    0 2px 7px #23403216;
  background: #fdfdf920;
  transition:
    width 0.2s,
    height 0.2s,
    background 0.2s;
}
.foot-explorer .fx-pin::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px #24493277;
  z-index: 1;
}
.foot-explorer .fx-pin:hover::before,
.foot-explorer .fx-pin[data-hovered="true"]::before,
.foot-explorer .fx-pin[aria-pressed="true"]::before {
  width: 29px;
  height: 29px;
  background: #246e645e;
}
.foot-explorer .fx-pin-label {
  position: absolute;
  left: 34px;
  top: 2px;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 30px;
  padding: 0 11px;
  color: var(--fx-ink);
  background: #fffffff0;
  border: 1px solid #dce5dc;
  border-radius: 4px;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  pointer-events: none;
  box-shadow: 0 5px 16px #1e45300a;
}
.foot-explorer .fx-pin[data-hovered="true"] .fx-pin-label,
.foot-explorer .fx-pin:hover .fx-pin-label,
.foot-explorer .fx-pin:focus-visible .fx-pin-label,
.foot-explorer .fx-pin[data-label="true"] .fx-pin-label {
  opacity: 1;
  transform: none;
}
.foot-explorer .fx-info {
  position: relative;
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 288px;
  min-width: 0;
  z-index: 3;
  padding: 25px 22px;
  background: var(--fx-panel);
  border: 1px solid #dbe3d9;
  border-radius: 5px;
  box-shadow: 0 8px 40px #23422c05;
  backdrop-filter: blur(20px);
  animation: fx-info-in 0.3s ease both;
}
.foot-explorer .fx-info-overline {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--fx-accent);
  font-weight: 600;
  margin-bottom: 7px;
}
.foot-explorer .fx-info h3 {
  font-family: FootSerif, Georgia, serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.foot-explorer .fx-info p {
  font-size: 1rem;
  line-height: 1.7;
  color: #56695e;
}
.foot-explorer .fx-info-structures {
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid var(--fx-line);
  font-size: 0.75rem;
  line-height: 1.7;
  color: #627b6b;
}
.foot-explorer .fx-info-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 0;
  background: transparent;
  color: #6d7e71;
}
.foot-explorer .fx-info-close svg {
  width: 16px;
  height: 16px;
}
.foot-explorer .fx-toolbar {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 3;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  border-top: 1px solid var(--fx-line);
  padding-top: 18px;
}
.foot-explorer .fx-gesture {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  color: var(--fx-muted);
}
.foot-explorer .fx-gesture svg {
  width: 18px;
  height: 18px;
}
.foot-explorer .fx-gesture span + span {
  margin-left: 8px;
  padding-left: 17px;
  border-left: 1px solid #cdd8cd;
}
.foot-explorer .fx-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}
.foot-explorer .fx-view-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.foot-explorer .fx-view {
  background: transparent;
  border: 0;
  color: var(--fx-muted);
  padding: 10px;
  font-size: 0.75rem;
  border-radius: 4px;
  line-height: 1.5;
  min-height: 40px;
}
.foot-explorer .fx-view[aria-pressed="true"] {
  color: var(--fx-accent);
  background: #e5ece2;
}
.foot-explorer .fx-icon-group {
  display: flex;
  align-items: center;
  gap: 4px;
  border-left: 1px solid var(--fx-line);
  padding-left: 15px;
}
.foot-explorer .fx-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--fx-muted);
  transition: background 0.2s;
}
.foot-explorer .fx-icon:hover {
  background: #e5ebe1;
  border-color: #d3dece;
}
.foot-explorer .fx-icon[aria-pressed="true"] {
  color: var(--fx-accent);
  background: #e5ece2;
}
.foot-explorer .fx-credit {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 4;
  z-index: 3;
  font-size: 0.75rem;
  color: #718071;
  line-height: 1.6;
}
.foot-explorer .fx-credit a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}
.foot-explorer .fx-credit a:hover {
  text-decoration: underline;
}
.foot-explorer .fx-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #f7f8f5e8;
  backdrop-filter: blur(12px);
  transition: opacity 0.7s;
  pointer-events: none;
}
.foot-explorer .fx-loading-title {
  font-family: FootSerif, Georgia, serif;
  font-size: 36px;
  letter-spacing: -0.03em;
}
.foot-explorer .fx-loading-track {
  width: 150px;
  height: 2px;
  background: #d9e2d4;
  overflow: hidden;
}
.foot-explorer .fx-loading-bar {
  height: 100%;
  width: 0;
  background: var(--fx-accent);
  transition: width 0.3s;
}
.foot-explorer .fx-loading-status {
  font-size: 0.75rem;
  color: var(--fx-muted);
}
.foot-explorer.fx-ready .fx-loading {
  opacity: 0;
}
.foot-explorer .fx-error {
  position: absolute;
  bottom: 8px;
  left: 4%;
  right: 4%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background: rgba(247, 248, 245, 0.94);
  border: 1px solid var(--fx-line);
  border-radius: 5px;
  padding: 15px;
}
.foot-explorer .fx-error button {
  background: var(--fx-ink);
  color: white;
  border: 0;
  border-radius: 4px;
  padding: 12px 24px;
}
.foot-explorer .fx-error p {
  max-width: 320px;
  font-size: 0.875rem;
  color: var(--fx-muted);
}
.foot-explorer .fx-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.foot-explorer.fx-transparent {
  background: transparent;
}

.foot-explorer .fx-view-caption {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--fx-accent);
  margin-top: 3px;
}
.foot-explorer .fx-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.foot-explorer.fx-static .fx-fallback {
  height: calc(100% - 95px);
}
.foot-explorer .fx-error h3 {
  font-family: FootSerif, Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}
.foot-explorer .fx-error p {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.foot-explorer .fx-error button {
  font-size: 0.8125rem;
  padding: 8px 16px;
}
.foot-explorer button:disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}
.foot-explorer .fx-pin {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
.foot-explorer .fx-pin-label {
  top: 5px;
}
.foot-explorer .fx-region-num {
  font-size: 0.75rem;
}
.foot-explorer .fx-region-header {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
}
.foot-explorer .fx-info-overline {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  padding-right: 12px;
}
.foot-explorer .fx-info-structures {
  font-size: 0.8125rem;
}
.foot-explorer .fx-view {
  font-size: 0.875rem;
  min-height: 42px;
}
.foot-explorer .fx-icon {
  width: 42px;
  height: 42px;
}
.foot-explorer .fx-gesture {
  font-size: 0.8125rem;
}
.foot-explorer .fx-mode {
  min-height: 44px;
  padding: 8px;
}
.foot-explorer .fx-info p {
  line-height: 1.65;
}
@keyframes fx-info-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Breakpoints follow the module's own width, including embeds in narrow columns. */
.foot-explorer[data-layout="compact"] {
  height: auto;
  min-height: 790px;
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: 155px 425px auto auto auto;
  column-gap: 18px;
  padding: 38px 30px 20px;
}
.foot-explorer[data-layout="compact"] .fx-title {
  font-size: 49px;
}
.foot-explorer[data-layout="compact"] .fx-meta {
  grid-column: 2;
  justify-self: end;
  font-size: 0.75rem;
  z-index: 3;
}
.foot-explorer[data-layout="compact"] .fx-stage {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 590px;
}
.foot-explorer[data-layout="compact"] .fx-info {
  grid-column: 2;
  grid-row: 3;
  max-width: none;
  align-self: start;
}
.foot-explorer[data-layout="compact"] .fx-toolbar {
  grid-row: 4;
}
.foot-explorer[data-layout="compact"] .fx-credit {
  grid-row: 5;
}
.foot-explorer[data-layout="compact"] .fx-gesture span + span {
  display: none;
}
.foot-explorer[data-layout="compact"] .fx-tools {
  gap: 8px;
}
.foot-explorer[data-layout="compact"] .fx-view {
  padding: 9px 8px;
}

.foot-explorer[data-layout="stacked"] {
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px 22px 20px;
  overflow: hidden;
}
.foot-explorer[data-layout="stacked"] .fx-header {
  position: relative;
  order: 0;
}
.foot-explorer[data-layout="stacked"] .fx-title {
  font-size: 46px;
  margin-top: 12px;
  line-height: 1.08;
}
.foot-explorer[data-layout="stacked"] .fx-subtitle {
  font-size: 0.875rem;
  margin-top: 10px;
  max-width: 260px;
}
.foot-explorer[data-layout="stacked"] .fx-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
}
.foot-explorer[data-layout="stacked"] .fx-meta {
  position: absolute;
  top: 32px;
  right: 22px;
  font-size: 0.75rem;
  gap: 3px;
}
.foot-explorer[data-layout="stacked"] .fx-meta span:first-child {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.foot-explorer[data-layout="stacked"] .fx-meta-line {
  width: 25px;
}
.foot-explorer[data-layout="stacked"] .fx-meta [data-layer-caption],
.foot-explorer[data-layout="stacked"] .fx-view-caption {
  display: none;
}
.foot-explorer[data-layout="stacked"] .fx-aside {
  display: contents;
}
.foot-explorer[data-layout="stacked"] .fx-modes {
  position: relative;
  order: 0;
  width: 100%;
  max-width: 380px;
  margin-top: 24px;
  z-index: 3;
}
.foot-explorer[data-layout="stacked"] .fx-stage {
  position: relative;
  inset: auto;
  width: calc(100% + 44px);
  margin: 2px -22px 0;
  height: 440px;
  min-height: 440px;
  flex-shrink: 0;
  order: 0;
}
.foot-explorer[data-layout="stacked"] .fx-toolbar {
  position: relative;
  order: 1;
  padding: 0 0 18px;
  border-top: 0;
  border-bottom: 1px solid var(--fx-line);
  display: block;
}
.foot-explorer[data-layout="stacked"] .fx-gesture {
  justify-content: center;
  margin: 0 0 12px;
  font-size: 0.75rem;
  gap: 7px;
}
.foot-explorer[data-layout="stacked"] .fx-gesture span + span {
  padding-left: 9px;
  margin-left: 3px;
}
.foot-explorer[data-layout="stacked"] .fx-tools {
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.foot-explorer[data-layout="stacked"] .fx-view-group {
  flex: 1 0 100%;
  justify-content: center;
}
.foot-explorer[data-layout="stacked"] .fx-view {
  padding: 10px;
  min-height: 44px;
}
.foot-explorer[data-layout="stacked"] .fx-icon-group {
  border: 0;
  padding: 0;
  gap: 6px;
}
.foot-explorer[data-layout="stacked"] .fx-icon {
  width: 44px;
  height: 44px;
}
.foot-explorer[data-layout="stacked"] .fx-region-header {
  order: 2;
  margin: 24px 0 10px;
  font-size: 0.75rem;
}
.foot-explorer[data-layout="stacked"] .fx-regions {
  order: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  position: relative;
  z-index: 3;
}
.foot-explorer[data-layout="stacked"] .fx-region {
  min-height: 46px;
  padding: 11px 0;
  gap: 7px;
  font-size: 0.875rem;
}
.foot-explorer[data-layout="stacked"] .fx-region-num {
  min-width: 17px;
  font-size: 0.75rem;
}
.foot-explorer[data-layout="stacked"] .fx-region svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.foot-explorer[data-layout="stacked"] .fx-info {
  order: 4;
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 22px;
  padding: 22px;
  min-height: 0;
}
.foot-explorer[data-layout="stacked"] .fx-info h3 {
  font-size: 30px;
}
.foot-explorer[data-layout="stacked"] .fx-credit {
  order: 5;
  margin-top: 24px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.7;
}
.foot-explorer[data-layout="stacked"] .fx-loading-title {
  font-size: 31px;
}
@media (prefers-reduced-motion: reduce) {
  .foot-explorer * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
