body.gis-mockup .console,
.mock-archive,
.console-crest--interface,
.mock-horse,
.mock-contact {
  opacity: 1;
}

body.gis-mockup .console,
.mock-archive,
.mock-horse,
.mock-contact {
  animation: none !important;
}

body.gis-mockup .console {
  pointer-events: auto;
}

.gis-console {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #07110f;
}

body.gis-mockup .gis-console {
  opacity: 1;
  animation: none !important;
}

.gis-console__header {
  z-index: 5;
  display: flex;
  min-height: 22%;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: clamp(0.28rem, 0.62vw, 0.68rem) clamp(0.42rem, 0.85vw, 0.9rem);
  padding-left: clamp(2.3rem, 3.5vw, 3.8rem);
  border-bottom: 1px solid rgba(103, 198, 178, 0.42);
  background: rgba(4, 13, 11, 0.96);
  text-shadow: 1px 1px #000;
}

.gis-console__header span {
  color: #67c6b2;
  font-size: clamp(0.25rem, 0.45vw, 0.5rem);
  letter-spacing: 0.12em;
}

.gis-console__header strong {
  color: #f3ead6;
  font-size: clamp(0.32rem, 0.65vw, 0.7rem);
  letter-spacing: 0.06em;
}

.gis-console__choices {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr 1fr;
}

.gis-choice {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: #f3ead6;
  text-decoration: none;
}

.gis-choice + .gis-choice {
  border-left: 2px solid rgba(103, 198, 178, 0.48);
}

.gis-choice__map {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(103, 198, 178, 0.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(103, 198, 178, 0.07) 0 1px, transparent 1px 20px),
    radial-gradient(circle at 70% 20%, rgba(54, 105, 87, 0.62), transparent 48%),
    #10211d;
  filter: brightness(0.68) saturate(0.78);
  transition: filter 150ms steps(3, end), transform 150ms steps(3, end);
}

.gis-choice--jobs .gis-choice__map {
  background:
    repeating-linear-gradient(90deg, rgba(112, 168, 187, 0.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(0deg, rgba(112, 168, 187, 0.07) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 28% 60%, rgba(40, 92, 90, 0.7), transparent 52%),
    #10201d;
}

.gis-choice__map::after {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0, 0, 0, 0.2) 3px 4px),
    linear-gradient(to top, rgba(3, 8, 7, 0.94), transparent 68%);
  content: "";
}

.gis-illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gis-illustration--homes .terrain {
  fill: rgba(45, 91, 72, 0.72);
}

.gis-illustration--homes .road {
  fill: none;
  stroke: rgba(231, 169, 92, 0.5);
  stroke-width: 5;
  stroke-dasharray: 12 4;
}

.gis-illustration--homes .home {
  fill: #172d27;
  stroke: #e7a95c;
  stroke-width: 3;
  stroke-linejoin: round;
}

.gis-illustration--homes .home rect {
  fill: #d5af69;
  stroke-width: 1.5;
}

.gis-illustration--homes .home--two { opacity: 0.86; }
.gis-illustration--homes .home--three { opacity: 0.7; }

.gis-illustration--homes .map-pin {
  fill: #ca6d3e;
  stroke: #fff4dc;
  stroke-width: 2;
}

.gis-illustration--homes .map-pin path {
  fill: #ca6d3e;
  stroke: none;
}

.gis-illustration--jobs .industry-ground { fill: rgba(38, 76, 65, 0.78); }

.gis-illustration--jobs .industry {
  fill: #142b25;
  stroke: #67c6b2;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.gis-illustration--jobs .industry rect,
.gis-illustration--jobs .industry circle {
  fill: #17372f;
}

.gis-illustration--jobs .industry--office path,
.gis-illustration--jobs .industry--crane path,
.gis-illustration--jobs .industry--medical path {
  fill: none;
}

.gis-illustration--jobs .industry--gear {
  fill: #315e4e;
  stroke: #e7a95c;
  stroke-width: 2;
}

.gis-illustration--jobs .industry--gear circle { fill: #10201d; }
.gis-illustration--jobs .industry--medical { stroke: #e7a95c; }

.gis-choice:hover .gis-choice__map,
.gis-choice:focus-visible .gis-choice__map {
  filter: brightness(0.95) saturate(1);
  transform: scale(1.04);
}

.gis-choice:focus-visible {
  outline: 2px solid #51d6ff;
  outline-offset: -3px;
}

.gis-choice__copy {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  display: grid;
  padding: clamp(0.36rem, 0.82vw, 0.88rem);
  text-shadow: 2px 2px #030706;
}

.gis-choice__copy small {
  color: #e7a95c;
  font-size: clamp(0.24rem, 0.42vw, 0.46rem);
  letter-spacing: 0.12em;
}

.gis-choice--jobs .gis-choice__copy small {
  color: #67c6b2;
}

.gis-choice__copy strong {
  font-size: clamp(0.62rem, 1.35vw, 1.48rem);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.gis-choice__copy em {
  margin-top: 0.3rem;
  color: rgba(243, 234, 214, 0.68);
  font-size: clamp(0.25rem, 0.44vw, 0.48rem);
  font-style: normal;
}

.gis-choice__river,
.gis-choice__coast,
.gis-choice__route,
.gis-choice__pin {
  position: absolute;
}

.gis-choice__river {
  left: -10%;
  top: 17%;
  width: 120%;
  height: 20%;
  border: solid rgba(81, 214, 255, 0.4);
  border-width: 7px 0;
  transform: rotate(-10deg) skewX(-25deg);
}

.gis-choice__coast {
  right: -12%;
  top: -8%;
  width: 54%;
  height: 92%;
  border-left: 9px double rgba(81, 214, 255, 0.35);
  border-radius: 58% 0 0 42%;
  transform: rotate(13deg);
}

.gis-choice__route {
  height: 2px;
  background: rgba(231, 169, 92, 0.48);
  transform-origin: left;
}

.gis-choice__route--one { left: 4%; top: 54%; width: 96%; transform: rotate(-13deg); }
.gis-choice__route--two { left: 24%; top: 9%; width: 82%; transform: rotate(55deg); }
.gis-choice__route--three { left: 6%; top: 32%; width: 88%; transform: rotate(22deg); }
.gis-choice__route--four { left: 16%; top: 68%; width: 76%; transform: rotate(-39deg); }

.gis-choice__pin {
  z-index: 2;
  width: clamp(5px, 0.7vw, 10px);
  aspect-ratio: 1;
  border: 1px solid #fff4dc;
  border-radius: 50%;
  background: #ca6d3e;
  box-shadow: 0 0 6px rgba(255, 177, 59, 0.6);
}

.gis-choice--jobs .gis-choice__pin { background: #67c6b2; }
.gis-choice__pin--one { left: 18%; top: 43%; }
.gis-choice__pin--two { left: 58%; top: 25%; }
.gis-choice__pin--three { left: 76%; top: 51%; }
.gis-choice__pin--four { left: 21%; top: 25%; }
.gis-choice__pin--five { left: 48%; top: 45%; }
.gis-choice__pin--six { left: 67%; top: 20%; }

.gis-info {
  top: clamp(5px, 0.55vw, 8px);
  left: clamp(5px, 0.55vw, 8px);
  right: auto;
  bottom: auto;
  width: clamp(26px, 2.25vw, 34px);
  transform: none;
  background: rgba(5, 13, 11, 0.94);
}

.gis-dialog {
  width: min(92vw, 760px);
  height: min(94svh, 1100px);
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 3px solid #d9c9a7;
  color: #f3ead6;
  background: #0d1715;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.8);
  font-family: "Courier New", monospace;
}

.gis-dialog::backdrop { background: rgba(2, 1, 3, 0.88); }
.gis-dialog__frame {
  display: grid;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
}

.gis-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.9rem 1.25rem;
  border-bottom: 1px solid #4d6961;
  background: #14231f;
}

.gis-dialog__header span,
.gis-panel__eyebrow {
  color: #67c6b2;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.gis-dialog__header h2 { margin: 0.25rem 0 0; font-size: clamp(1rem, 3vw, 1.45rem); }
.gis-dialog__header button { width: 40px; aspect-ratio: 1; padding: 0; border: 1px solid #4d6961; color: #f3ead6; background: #0d1715; font-size: 1.5rem; cursor: pointer; }

.gis-dialog__document {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0d1715;
}

@media (max-width: 620px) {
  .gis-console__header strong { display: none; }
}
