.sp-architect {
  position: relative;
  width: 100%;
  height: 1012px;
  overflow: hidden;
  background: #000;
  color: #c9c4b8;
  font-family: "Noto Serif JP", serif;
}

.sp-architect *,
.sp-architect *::before,
.sp-architect *::after {
  box-sizing: border-box;
}

.sp-architect p,
.sp-architect h2 {
  margin: 0;
}

.sp-architect__name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 135px;
  display: flex;
  align-items: center;
  opacity: .6;
  color: transparent;
  background: linear-gradient(180deg, rgba(231, 194, 75, .6), rgba(57, 52, 36, .6));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.sp-architect__name span {
  display: block;
}

.sp-architect__portrait {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: -44px;
  width: 545px;
  height: 340px;
  object-fit: cover;
  object-position: bottom;
  opacity: .6;
}

.sp-architect__content {
  position: absolute;
  z-index: 3;
  top: 444px;
  left: 24px;
  width: 327px;
  text-shadow: 0 0 20px #000;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8));
}

.sp-architect__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
}

.sp-architect__eyebrow {
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3px;
}

.sp-architect__eyebrow span {
  color: #811704;
}

.sp-architect__heading h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
}

.sp-architect__body {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: justify;
}

.sp-architect__body > p + p,
.sp-architect__body > p + .sp-architect__body-group {
  margin-top: 24px;
}
