.map-description-page {
  background: #f4f6f1;
}

.map-description-page main {
  display: block;
}

.map-description-page .site-footer {
  position: static;
  z-index: auto;
  bottom: auto;
  left: auto;
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font-size: inherit;
  line-height: normal;
  backdrop-filter: none;
}

.map-description-page .site-footer .brand {
  color: inherit;
  white-space: normal;
}

.map-description-hero,
.map-description-next {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.map-description-hero {
  padding: clamp(72px, 10vw, 132px) 0 clamp(68px, 8vw, 108px);
}

.map-description-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
  text-wrap: balance;
}

.map-description-hero__lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: #53615c;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.map-description-hero__notice {
  width: fit-content;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 10px 14px;
  border-left: 3px solid #b85d2d;
  border-radius: 0 8px 8px 0;
  background: rgba(221, 126, 66, 0.1);
  color: #5f4a3f;
  font-size: 0.9rem;
  line-height: 1.55;
}

.map-description-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.map-description-page .seo-content {
  border-top: 1px solid rgba(35, 52, 45, 0.12);
  border-bottom: 1px solid rgba(35, 52, 45, 0.12);
}

.map-description-next {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(64px, 8vw, 96px) 0;
}

.map-description-next > div {
  max-width: 720px;
}

.map-description-next h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.map-description-next p:last-child {
  margin: 18px 0 0;
  color: #53615c;
  line-height: 1.7;
}

.map-description-next .button {
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .map-description-hero,
  .map-description-next {
    width: min(100% - 32px, 1120px);
  }

  .map-description-hero {
    padding-top: 54px;
  }

  .map-description-next {
    display: grid;
    gap: 28px;
  }

  .map-description-next .button {
    width: 100%;
  }

  .map-description-page .site-footer {
    width: min(100% - 32px, 1180px);
  }
}

@media (max-width: 520px) {
  .map-description-page .site-header {
    min-height: 72px;
  }

  .map-description-page .site-nav a:first-child {
    display: none;
  }

  .map-description-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .map-description-hero__actions .button {
    width: 100%;
  }
}
