:root {
  --map-bg: #121016;
  --map-surface: #19171d;
  --map-surface-2: #211e25;
  --map-paper: #eee9df;
  --map-muted: #aaa3ac;
  --map-dim: #77717b;
  --map-line: rgba(255, 255, 255, 0.12);
  --map-red: #e23b36;
  --map-gold: #d9a63e;
}

body.page-maps .header-bottom-bg {
  display: none;
}

body.page-maps .third-header-bg .bg {
  height: 100%;
  background-color: #1c1f26;
}

.maps-page {
  min-height: 100vh;
  color: var(--map-paper);
  background: var(--map-bg);
}

.maps-page a {
  color: inherit;
}

.maps-kicker {
  margin-bottom: 0.9rem;
  color: var(--map-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.maps-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 9.5rem) 0 clamp(5rem, 9vw, 8rem);
  background-color: #17141a;
}

.maps-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--map-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--map-line) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.12;
  content: "";
  pointer-events: none;
}

.maps-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.maps-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.maps-hero__copy h1 {
  max-width: 760px;
  margin: 0 0 1.7rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(3.2rem, 6.1vw, 6.45rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: none;
}

.maps-hero__copy h1 span {
  display: block;
  color: var(--map-red);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.maps-hero__lead {
  max-width: 610px;
  margin-bottom: 2.3rem;
  color: #c6c0c7;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.85;
}

.maps-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin: 0;
  border-top: 1px solid var(--map-line);
}

.maps-hero__stats div {
  padding: 1.2rem 1rem 0 0;
}

.maps-hero__stats div + div {
  padding-left: 1.25rem;
  border-left: 1px solid var(--map-line);
}

.maps-hero__stats dt {
  margin-bottom: 0.22rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.maps-hero__stats dd {
  margin: 0;
  color: var(--map-dim);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maps-hero__plate {
  position: relative;
  display: block;
  padding: 0.8rem;
  background: #ece8df;
  box-shadow: 26px 28px 0 rgba(0, 0, 0, 0.22);
  transform: rotate(1.2deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.maps-hero__plate:hover,
.maps-hero__plate:focus-visible {
  color: inherit;
  outline: none;
  box-shadow: 18px 20px 0 rgba(226, 59, 54, 0.18);
  transform: rotate(0deg) translateY(-4px);
}

.maps-hero__plate img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #151219;
  filter: saturate(0.9) contrast(1.02);
}

.maps-hero__plate-label {
  position: absolute;
  z-index: 2;
  top: -1.05rem;
  left: 1.45rem;
  padding: 0.45rem 0.7rem;
  color: #fff;
  background: var(--map-red);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maps-hero__plate-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.35rem 0.15rem;
  color: #18151b;
}

.maps-hero__plate-caption strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.maps-hero__plate-caption small {
  color: #777078;
  font-size: 0.68rem;
  font-weight: 700;
}

.maps-hero__plate-caption i {
  margin-left: 0.4rem;
  color: var(--map-red);
  font-style: normal;
}

.map-archive {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  background: var(--map-bg);
}

.map-archive__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.5fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 2.4rem;
}

.map-archive__heading > div > p {
  margin-bottom: 0.55rem;
  color: var(--map-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.map-archive__heading h2,
.map-method h2,
.map-detail__notes h2,
.map-related h2 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 4.55rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.055em;
  text-transform: none;
}

.map-archive__intro {
  margin: 0;
  padding-left: 1.3rem;
  color: var(--map-muted);
  border-left: 2px solid var(--map-red);
  font-size: 0.91rem;
  line-height: 1.75;
}

.map-tools {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--map-surface);
  border-top: 1px solid var(--map-line);
  border-bottom: 1px solid var(--map-line);
}

.map-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  color: var(--map-dim);
  background: #100e13;
  border: 1px solid var(--map-line);
}

.map-search > i {
  position: absolute;
  left: 1rem;
  font-size: 0.8rem;
}

.map-search input {
  width: 100%;
  height: 48px;
  padding: 0 3.3rem 0 2.7rem;
  color: #f3eff3;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.86rem;
}

.map-search input::placeholder {
  color: #716b74;
}

.map-search input:focus {
  outline: 2px solid var(--map-gold);
  outline-offset: 2px;
}

.map-search kbd {
  position: absolute;
  right: 0.9rem;
  padding: 0.12rem 0.42rem;
  color: #807984;
  background: #242129;
  border: 1px solid var(--map-line);
  border-radius: 2px;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.62rem;
}

.map-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.map-filters button {
  min-height: 36px;
  padding: 0.42rem 0.7rem;
  color: #aaa3ac;
  background: transparent;
  border: 1px solid var(--map-line);
  border-radius: 1px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.map-filters button span {
  margin-left: 0.3rem;
  color: #625d65;
  font-weight: 700;
}

.map-filters button:hover,
.map-filters button:focus-visible,
.map-filters button.is-active {
  color: #fff;
  background: var(--map-red);
  border-color: var(--map-red);
  outline: none;
}

.map-filters button.is-active span {
  color: rgba(255, 255, 255, 0.68);
}

.map-results-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.2rem;
  color: #6f6972;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--map-line);
  list-style: none;
}

.map-card {
  min-width: 0;
  background: var(--map-surface);
}

.map-card[hidden] {
  display: none;
}

.map-card:first-child {
  grid-column: span 2;
}

.map-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  background: var(--map-surface);
  transition: background-color 160ms ease;
}

.map-card > a:hover,
.map-card > a:focus-visible {
  color: inherit;
  background: #201d24;
  outline: none;
}

.map-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #2a2730;
}

.map-card figure::after {
  position: absolute;
  inset: 0;
  background: rgba(11, 9, 13, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  content: "";
  pointer-events: none;
}

.map-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: #151219;
  filter: saturate(0.92) contrast(1.02);
  transition: filter 180ms ease, transform 260ms ease;
}

.map-card > a:hover img,
.map-card > a:focus-visible img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.018);
}

.map-card__type {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.3rem 0.55rem;
  color: #fff;
  background: rgba(16, 14, 19, 0.88);
  border-left: 2px solid var(--map-red);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-card__body {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.9rem;
  min-height: 175px;
  padding: 1.35rem 1.15rem 1.45rem;
}

.map-card__index {
  color: #5f5962;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.75rem;
  font-style: italic;
}

.map-card__body p {
  margin-bottom: 0.28rem;
  color: var(--map-red);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-card__body h3 {
  margin: 0 0 0.65rem;
  color: #f5f1f5;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: none;
}

.map-card__body span {
  display: block;
  color: #96909a;
  font-size: 0.73rem;
  line-height: 1.6;
}

.map-card__body > i {
  color: var(--map-red);
  font-size: 1rem;
  font-style: normal;
  transition: transform 160ms ease;
}

.map-card > a:hover .map-card__body > i,
.map-card > a:focus-visible .map-card__body > i {
  transform: translateX(4px);
}

.map-empty {
  padding: 4rem 1rem;
  text-align: center;
  background: var(--map-surface);
  border: 1px solid var(--map-line);
}

.map-empty p {
  margin-bottom: 1rem;
  color: #c8c1ca;
}

.map-empty button {
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--map-red);
  border: 0;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-method {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  color: #252127;
  background: #e8e1d5;
}

.map-method__grid {
  display: grid;
  grid-template-columns: 100px minmax(0, 0.9fr) minmax(280px, 0.62fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.map-method__number {
  margin: 0;
  color: var(--map-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
}

.map-method h2 {
  color: #1a171c;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
}

.map-method__grid > p:last-child {
  margin: 1.8rem 0 0;
  padding-top: 1.2rem;
  color: #645e64;
  border-top: 1px solid rgba(25, 21, 27, 0.2);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Detail pages */
.map-breadcrumbs {
  padding: 1.1rem 0;
  background: #100e13;
  border-bottom: 1px solid var(--map-line);
}

.map-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  color: #69636d;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  list-style: none;
  text-transform: uppercase;
}

.map-breadcrumbs li + li::before {
  margin-right: 0.55rem;
  color: #413c45;
  content: "/";
}

.map-breadcrumbs a {
  color: #9a939d;
}

.map-breadcrumbs a:hover,
.map-breadcrumbs a:focus-visible {
  color: var(--map-red);
}

.map-detail__hero {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  background: #17141a;
}

.map-detail__hero::before {
  position: absolute;
  inset: 0 50% 0 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
}

.map-detail__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.map-detail__copy h1 {
  margin: 0 0 1.55rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: none;
}

.map-detail__copy h1 span {
  display: block;
  margin-top: 0.22rem;
  color: var(--map-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.54em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.map-detail__summary {
  max-width: 650px;
  margin-bottom: 2rem;
  color: #c6c0c8;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.82;
}

.map-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 2rem;
  border-top: 1px solid var(--map-line);
  border-bottom: 1px solid var(--map-line);
}

.map-detail__facts div {
  min-width: 0;
  padding: 1rem 0.8rem 1rem 0;
}

.map-detail__facts div + div {
  padding-left: 0.9rem;
  border-left: 1px solid var(--map-line);
}

.map-detail__facts dt {
  margin-bottom: 0.25rem;
  color: #6f6973;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-detail__facts dd {
  overflow: hidden;
  margin: 0;
  color: #eee9ef;
  font-size: 0.78rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.1rem;
}

.map-detail__open {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  color: #fff !important;
  background: var(--map-red);
  border: 1px solid var(--map-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.map-detail__open:hover,
.map-detail__open:focus-visible {
  background: #bf2b28;
  border-color: #bf2b28;
  outline: none;
}

.map-detail__back,
.map-detail__edit {
  color: #99929c !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.map-detail__edit {
  color: var(--map-gold) !important;
}

.map-detail__art {
  min-width: 0;
  margin: 0;
  padding: 0.8rem;
  background: #ece8df;
  box-shadow: 24px 26px 0 rgba(0, 0, 0, 0.22);
}

.map-detail__art > a {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 400px;
  place-items: center;
  background: #cbc6bf;
}

.map-detail__art img {
  display: block;
  width: 100%;
  max-height: 670px;
  object-fit: contain;
}

.map-detail__art > a > span {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  padding: 0.38rem 0.55rem;
  color: #fff;
  background: rgba(16, 14, 19, 0.88);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-detail__art figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.25rem 0.05rem;
  color: #6e676e;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-detail__notes {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #e8e1d5;
}

.map-detail__notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.map-detail__notes article h2 {
  max-width: 760px;
  margin-bottom: 2rem;
  color: #1b181d;
}

.map-detail__notes article > p:not(.maps-kicker) {
  max-width: 780px;
  margin-bottom: 1.15rem;
  color: #5a545a;
  font-size: 1rem;
  line-height: 1.9;
}

.map-detail__notes aside {
  align-self: start;
  padding-top: 1rem;
  border-top: 3px solid #1b181d;
}

.map-detail__notes aside h2 {
  margin-bottom: 1rem;
  color: #1b181d;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-detail__notes aside dl,
.map-detail__notes aside dd {
  margin: 0;
}

.map-detail__notes aside div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(27, 24, 29, 0.15);
}

.map-detail__notes aside dt {
  color: #8b838a;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.map-detail__notes aside dd {
  color: #342f35;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.55;
}

.map-related {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--map-bg);
}

.map-related header {
  margin-bottom: 2rem;
}

.map-related h2 {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.map-related ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 1.4rem;
  padding: 1px;
  background: var(--map-line);
  list-style: none;
}

.map-related li {
  min-width: 0;
  background: var(--map-surface);
}

.map-related li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 1rem;
  background: var(--map-surface);
  transition: background-color 160ms ease;
}

.map-related li a:hover,
.map-related li a:focus-visible {
  color: inherit;
  background: var(--map-surface-2);
  outline: none;
}

.map-related img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: #151219;
  filter: saturate(0.92) contrast(1.02);
}

.map-related li span {
  display: block;
  padding: 1rem 2.2rem 0 1rem;
}

.map-related li small {
  display: block;
  margin-bottom: 0.26rem;
  color: var(--map-red);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-related li strong {
  display: block;
  color: #f0ecf1;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.map-related li i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: var(--map-red);
  font-style: normal;
}

.map-related__all {
  display: inline-block;
  color: #aca5ae !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .maps-hero__grid,
  .map-detail__hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 3rem;
  }

  .map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map-card:first-child {
    grid-column: span 2;
  }

  .map-related ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .maps-hero::after {
    display: none;
  }

  .maps-hero__grid,
  .map-detail__hero-grid {
    grid-template-columns: 1fr;
  }

  .maps-hero__copy {
    max-width: 760px;
  }

  .maps-hero__plate,
  .map-detail__art {
    width: min(100%, 760px);
  }

  .map-tools {
    grid-template-columns: 1fr;
  }

  .map-filters {
    justify-content: flex-start;
  }

  .map-method__grid {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .map-method__grid > p:last-child {
    grid-column: 2;
    margin-top: 0;
  }

  .map-detail__hero::before {
    inset: 0;
  }

  .map-detail__notes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .maps-hero {
    padding-top: 4.2rem;
  }

  .maps-hero__copy h1,
  .map-detail__copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  .map-archive__heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .map-archive__intro {
    max-width: 600px;
  }

  .map-results-line span:last-child {
    display: none;
  }

  .map-card__body {
    min-height: 155px;
  }

  .map-detail__art > a {
    min-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .maps-hero__stats {
    grid-template-columns: 1fr;
  }

  .maps-hero__stats div {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    padding: 0.8rem 0;
  }

  .maps-hero__stats div + div {
    padding-left: 0;
    border-top: 1px solid var(--map-line);
    border-left: 0;
  }

  .maps-hero__stats dt {
    margin: 0;
  }

  .maps-hero__plate {
    padding: 0.55rem;
    box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.22);
  }

  .maps-hero__plate-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
  }

  .map-tools {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0.8rem;
  }

  .map-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    scrollbar-width: thin;
  }

  .map-filters button {
    flex: 0 0 auto;
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  .map-card:first-child {
    grid-column: auto;
  }

  .map-card__body {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    padding: 1.1rem 0.9rem 1.25rem;
  }

  .map-method__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .map-method__grid > p:last-child {
    grid-column: auto;
  }

  .map-detail__facts {
    grid-template-columns: 1fr;
  }

  .map-detail__facts div {
    padding: 0.75rem 0;
  }

  .map-detail__facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--map-line);
    border-left: 0;
  }

  .map-detail__art {
    padding: 0.55rem;
    box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.22);
  }

  .map-detail__art > a {
    min-height: 240px;
  }

  .map-detail__art figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .map-detail__notes aside div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .map-related ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maps-hero__plate,
  .map-card > a,
  .map-card img,
  .map-card__body > i,
  .map-related li a {
    transition: none;
  }
}
