@import url('information.css');

.exh-hero {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 64px;
  box-sizing: border-box;
  overflow: hidden;
}

.exh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  background-color: #fff;
}

.exh-hero__bg img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.45) contrast(0.92) saturate(0.85);
}

.exh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  opacity: 1;
  pointer-events: none;
}

.exh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #000 !important;
}

.exh-hero__inner h1 {
  color: #000 !important;
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
}

.exh-hero__inner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  opacity: 0.92;
}

@media (min-width: 1025px) {
  .info-page-top--solo.info-page-top--exh .exh-hero {
    padding-bottom: 64px;
  }
}

.sitemap-content {
  position: relative;
  z-index: 1;
  padding: 56px 0 100px;
  background: #fff;
  color: #111;
}

.sitemap-inner {
  position: relative;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sitemap-page-title {
  margin: 0 0 48px;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #111;
  text-align: center;
}

.sitemap-group {
  margin-bottom: 40px;
}

.sitemap-group__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.sitemap-group__rule {
  margin: 0 0 20px;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.sitemap-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-links > li {
  min-width: 0;
}

.sitemap-links a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  text-decoration: none;
  word-break: keep-all;
  transition: color 0.2s;
}

.sitemap-links a:hover {
  color: #0F6055;
}

.sitemap-links__item--span-2 {
  grid-column: span 2;
}

.sitemap-sublinks {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.sitemap-sublinks li + li {
  margin-top: 4px;
}

.sitemap-sublinks a {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.sitemap-sublinks a:hover {
  color: #0F6055;
}

.sitemap-actions {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  padding-top: 8px;
}

.sitemap-back {
  min-width: 160px;
  height: 48px;
  padding: 0 32px;
  border: 1px solid #222;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.sitemap-back:hover {
  border-color: #0F6055;
  color: #0F6055;
}

@media (max-width: 1024px) {
  .sitemap-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitemap-links__item--span-2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .sitemap-content {
    padding: 40px 0 72px;
  }

  .sitemap-page-title {
    margin-bottom: 36px;
  }

  .sitemap-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sitemap-links__item--span-2 {
    grid-column: span 1;
  }
}
