
/* productinfo */
#productinfo h2 { margin: 5px 0 15px; font-weight: 400; font-size: 22px; }
#productinfo h2 {padding-top: 0.2em;font-size: 1.8rem;color: #2d2d2d;font-weight: bold;border-bottom: 1px #e5e4e4 solid;padding-bottom: 0.7vw;text-align: center;}

.credit-video {
  margin: 40px auto;
  max-width: 900px;
}
.credit-video iframe {
  display: block;
  width: 100%;
  height: 508px;
  border-radius: 12px;
  overflow: hidden;
}
/* === Base Style === */
.film-project {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
  color: #000;
  padding: 80px 20px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.film-project {
  max-width: 900px;
  margin: auto;
  padding: 20px 60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-top: 5px solid #000;
}
.film-project .title{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}
/* === Header === */
.film-header {
  text-align: center;
  margin-bottom: 40px;
}
.film-title {
  font-size: 2rem;
  color: #000;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 8px;
}

/* === Vimeo === */
.film-video {
  margin: 40px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #000;
}
.film-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
.film-header p{
    text-align: center;
}
/* === Author Section === */
.film-author .film-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 20px 0 50px 0;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.author-photo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #000;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.author-info {
  flex: 1;
}
.author-info .Txt{
    font-size: 26px;
    font-weight: 700;
}
.author-name {
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.author-name span {
  color: #535353;
  font-size: 1rem;
}
.author-info p,.film-header p {
  color: #363636;
  line-height: 190%;
  letter-spacing: 1px;
  font-size: 1.05rem;
}
.author-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px #727272 solid;
  background-color: #f5f5f5;
  margin-top: 20px;
  display: inline-block;
}
.author-link:hover {
  color: #535353;
}

/* === Credits === */
.film-credits {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 0px;
}
.credit-heading {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 15px;
}
.credit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.credit-list li {
  margin-bottom: 0;
  border-bottom: 0px solid #dbdbdb;
  padding-bottom: 0;
}
.credit-list strong {
  color: #000;
  font-weight: 600;
}
.credit-list{
    background-color: #ffffff;
    border-radius: 14px;
    border: 4px solid #ececec;
    padding: 25px 30px;
    grid-template-columns: repeat(2, 1fr);
    list-style: circle;
    padding-left: 50px;
}
#exhibit_area {
    margin: 60px 0 30px 0;
}
#exhibit_area .imgList{}
@media screen and (min-width: 1281px){

}
/* === RWD === */
@media (max-width: 768px) {
    .film-project .title{
    font-size: 23px;
    margin: 20px 0 10px 0;
}
    .author-info .Txt{   font-size: 22px;}
  .film-project {
    padding: 20px 20px;
  }
  .film-title {
    font-size: 1.6rem;
  }
  .film-author .film-item {
    flex-direction: column;
    align-items: center;
  }
  .author-photo img {
    width: 120px;
    height: 120px;
  }

  .credit-video iframe {
    aspect-ratio: auto;
    height: 318px;
  }
    .credit-video{
    margin: 0px auto 40px;
}
    .credit-list{
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 540px) {
    .credit-video iframe{
    height: 190px;
}
}
