:root {
   --gap: 40px;
}
#artists {
   max-width: var(--context-max-width);
   margin: 0 auto;
   padding: 30px 0;
}
#artists > hr {
   border: none;
   padding: 0;
   margin: 10px 0;
   height: 1px;
   width: 100%;
   background-color: rgba(0,205,55, 0.4);
}

.artist {
   padding-top: 40px;
}

article {
   font-size: 14px;
   line-height: 24px;
}

article > label {
   padding-bottom: 10px;
   font-size: 18px;
   line-height: 28px;
   display: block;
   font-weight: 600;
}
article p {
   margin-top: 0;
}
article:lang(en) p {
   text-align: justify !important;
}

section article:lang(en),
section article:lang(tc) {
   letter-spacing: 0.1pt;
}

section.intro article .title > h2 {
   font-weight: 300;
   display: block;
   height: 150px;
}
section.intro article:lang(en) .title > h2 {
   letter-spacing: -1pt;
   transform: scaleY(1.07);
   vertical-align: bottom;
   line-height: calc(42px * 1.07);
   font-weight: 100 !important;
   padding-top: 3px;
   height: calc(150px - 3px);
}

section.intro,
section.bio,
section.shop-photos .single > .concept {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-align-content: flex-start;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
}

section.intro {
   padding-bottom: 40px;
   /* margin-bottom: 40px; */
   position: relative;
}
section.intro::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 1px;
   background-color: rgba(0,205,55, 1);
   display: block;
   bottom: 0;
   left: 0;
}

section.bio {
   padding-bottom: 30px;
}


section.intro > article,
section.bio > article,
section.shop-photos .single > .concept > article {
   -webkit-flex: 0 1 auto;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
   width: 50%;
   padding-right: 30px;
}

section.intro > article:last-child,
section.bio > article:last-child,
section.shop-photos .single > .concept > article:last-child {
   padding-right: 0;
}

section.name {
   padding-bottom: 20px;
}

section.name > h2 {
   text-transform: uppercase;
   font-size: calc(12px + 1vw);
   text-decoration: underline;
   margin-bottom: 0;
}

section.shop-photos {
   padding-bottom: 40px;
}
section.shop-photos .single {
   padding-bottom: 30px;
   margin-bottom: 30px;
   position: relative;
}

/*
section.shop-photos .single::after {
   content: '';
   width: 100%;
   height: 1px;
   background-color: rgba(0,205,55, 0.2);
   bottom: 0;
   left: 0;
   position: absolute;
}

section.shop-photos .single:last-child::after {
   display: none;
}
*/

section.shop-photos .single:last-child {
   padding-bottom: 0;
}

section.shop-photos .single > .photo {
   width: var(--context-max-width);
   height: calc(var(--context-max-width) * var(--ratio));
}

section.shop-photos .single > .concept {
   padding-top: 20px;
}
