/* ===== Exhibition / Case Study / Crushing Examples pages ===== */
.page-article--exhibition-info,
.page-article--case-study,
.page-article--crushing-examples {
  padding-bottom: 0 !important;
}

.page-article--exhibition-info .page-content--with-title-banner,
.page-article--case-study .page-content--with-title-banner,
.page-article--crushing-examples .page-content--with-title-banner {
  margin-top: 0 !important;
}

.page-article--exhibition-info .page-content--with-title-banner > :first-child,
.page-article--case-study .page-content--with-title-banner > :first-child,
.page-article--crushing-examples .page-content--with-title-banner > :first-child {
  margin-top: 0 !important;
}

.page-article--exhibition-info .page-content > .exhibition-info-page,
.page-article--case-study .page-content > .case-study-page,
.page-article--crushing-examples .page-content > .crushing-examples-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-article--with-title-banner .page-title-banner--media {
  width: 100vw;
  height: calc(var(--header-h, 110px) + 300px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: var(--header-h, 110px) 0 0 !important;
  position: relative;
  overflow: hidden;
  display: block;
  background-image:
    linear-gradient(rgba(17, 62, 67, 0.48), rgba(17, 62, 67, 0.48)),
    var(--page-title-banner-image);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.page-article--with-title-banner .page-title-banner--media .page-title-banner__inner {
  width: 100%;
  max-width: none;
  height: 300px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-article--with-title-banner .page-title-banner--media .page-title-banner__title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  font-size: inherit;
  line-height: 1;
}

.page-article--with-title-banner .page-title-banner--media .page-title-banner__title::after {
  content: none;
}

.page-title-banner--media .page-title-banner__visual-label {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
  white-space: nowrap;
}

.page-title-banner--media .page-title-banner__visual-label--image {
  display: block;
  line-height: 0;
  letter-spacing: 0;
  text-shadow: none !important;
  -webkit-text-stroke: 0;
}

.page-title-banner--media .page-title-banner__visual-label-img {
  display: block;
  width: auto;
  height: clamp(28px, 2.2vw, 34px);
  max-width: min(70vw, 320px);
}

.page-title-banner--media .page-title-banner__visual-en {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(66px, 8.1vw, 126px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-transform: uppercase;
}

.page-title-banner--media .page-title-banner__visual-en--image {
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.page-title-banner--media .page-title-banner__visual-en-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.exhibition-blue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 48px;
  padding: 0 24px;
  background: #008bd2;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.exhibition-blue-button:hover,
.exhibition-blue-button:focus-visible {
  background: #0079c4;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .page-article--with-title-banner .page-title-banner--media {
    height: calc(var(--header-h, 110px) + 220px);
  }

  .page-article--with-title-banner .page-title-banner--media .page-title-banner__inner {
    height: 220px;
  }

  .page-title-banner--media .page-title-banner__visual-label {
    font-size: 24px;
  }

  .page-title-banner--media .page-title-banner__visual-en {
    bottom: -8px;
    font-size: clamp(42px, 10vw, 78px);
  }

  .page-title-banner--media .page-title-banner__visual-en--image {
    height: 78px;
  }
}

@media (max-width: 640px) {
  .page-title-banner--media .page-title-banner__visual-en--image {
    height: 58px;
  }
}
