/* Distributed coordinator photography. Scoped per destination page. */

.post-type-archive-services .jcr-page-hero {
  position: relative;
  min-height: 430px;
  padding-right: min(52%, 650px);
  background:
    linear-gradient(90deg, #eef5f8 0%, rgba(238, 245, 248, 0.98) 43%, rgba(238, 245, 248, 0.2) 67%),
    url("../images/jcr-services-coordinators.webp") 72% 42%/cover no-repeat;
}
.post-type-archive-services .jcr-page-hero::after {
  position: absolute;
  right: 18px;
  bottom: 12px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(9, 31, 54, 0.7);
  color: #fff;
  content: "サービス選びをご案内します　※写真はイメージです";
  font-size: 0.66rem;
}
.post-type-archive-services .jcr-page-hero h1 {
  color: #12304a;
  text-shadow: none;
}
.post-type-archive-services .jcr-page-hero > p:not(.jcr-eyebrow) {
  color: #314b5e;
  font-weight: 650;
  line-height: 1.85;
}
.post-type-archive-services .jcr-page-hero .jcr-eyebrow {
  color: #146c94;
}

.jcr-about .jcr-about-manifesto {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 30, 50, 0.04) 20%, rgba(8, 30, 50, 0.94) 82%),
    url("../images/jcr-hero-startup-team.webp") 58% center/cover no-repeat;
}
.jcr-about .jcr-about-manifesto::after {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(8, 30, 50, 0.72);
  color: #fff;
  content: "コーディネーターイメージ";
  font-size: 0.62rem;
}

.jcr-deliverables-page .jcr-deliverables-hero .jcr-deliverables-shell {
  max-width: 1120px;
}
.jcr-deliverables-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.jcr-deliverables-coordinator {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(18, 48, 74, 0.14);
}
.jcr-deliverables-coordinator img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: 54% center;
}
.jcr-deliverables-coordinator figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem 1.25rem 1.1rem;
  background: linear-gradient(transparent, rgba(8, 30, 50, 0.88));
  color: #fff;
  font-weight: 800;
}
.jcr-deliverables-coordinator small {
  display: block;
  margin-top: 0.25rem;
  color: #d8e7ee;
  font-size: 0.65rem;
  font-weight: 500;
}

@media (max-width: 760px) {
  .post-type-archive-services .jcr-page-hero {
    min-height: 560px;
    padding-right: var(--jcr-page-gutter);
    padding-bottom: 280px;
    background:
      linear-gradient(180deg, #eef5f8 0%, #eef5f8 52%, rgba(238, 245, 248, 0.08) 72%),
      url("../images/jcr-services-coordinators.webp") center bottom/auto 310px no-repeat;
  }
  .jcr-about .jcr-about-manifesto {
    min-height: 350px;
    background-position: 56% center;
  }
  .jcr-deliverables-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .jcr-deliverables-coordinator,
  .jcr-deliverables-coordinator img {
    min-height: 320px;
    height: 320px;
  }
}
