/* Start custom CSS for section, class: .elementor-element-25c9434 */.tsg-team-page {
  font-family: "Noto Serif TC", serif;
  color: #061F33;
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.tsg-team-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 340px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url("/wp-content/uploads/2024/10/美職巡迴應援壓軸.jpg");
  background-size: cover;
  background-position: center 46%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tsg-team-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 31, 51, 0.2);
}

.tsg-team-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.38);
}

.tsg-team-content {
  padding: 76px 20px 86px;
  background: #ffffff;
}

.tsg-team-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
  align-items: center;
}

.tsg-team-text {
  position: relative;
  padding-left: 24px;
}

.tsg-title-line {
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 72px;
  background: #C9961A;
}

.tsg-team-text p {
  margin: 0 0 24px;
  color: #263f50;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0;
  text-align: justify;
}

.tsg-team-text p:last-child {
  margin-bottom: 0;
}

.tsg-team-text strong {
  color: #061F33;
  font-weight: 700;
}

.tsg-lead-name {
  display: inline-block;
  color: #061F33;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 2px;
}

.tsg-team-image {
  position: relative;
  width: 100%;
}

.tsg-team-image::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border: 3px solid #C9961A;
  z-index: 0;
}

.tsg-team-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 18px 42px rgba(6, 31, 51, 0.14);
}

/* 平板 */
@media (max-width: 1024px) {
  .tsg-team-hero {
    min-height: 260px;
    background-size: cover;
    background-position: center center;
  }

  .tsg-team-hero h1 {
    font-size: 36px;
  }

  .tsg-team-content {
    padding: 60px 22px 72px;
  }

  .tsg-team-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 820px;
  }

  .tsg-team-text {
    padding-left: 22px;
  }

  .tsg-team-text p {
    font-size: 16.5px;
    line-height: 2;
  }

  .tsg-lead-name {
    font-size: 21px;
  }

  .tsg-team-image {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* 手機 */
@media (max-width: 767px) {
  .tsg-team-hero {
    min-height: 210px;
    background-size: cover;
    background-position: center center;
  }

  .tsg-team-hero h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .tsg-team-content {
    padding: 44px 16px 58px;
  }

  .tsg-team-inner {
    gap: 34px;
  }

  .tsg-team-text {
    padding-left: 18px;
  }

  .tsg-title-line {
    width: 4px;
    height: 58px;
  }

  .tsg-team-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  .tsg-lead-name {
    font-size: 20px;
    line-height: 1.45;
  }

  .tsg-team-image::before {
    right: -10px;
    bottom: -10px;
    border-width: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-825abb1 */.tsg-member-page {
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif TC", serif;
  color: #061F33;
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 150, 26, 0.18), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(201, 150, 26, 0.14), transparent 28%),
    linear-gradient(135deg, #EAF6F4 0%, #D7ECEB 48%, #F3E3B4 100%);
  background-attachment: fixed;
  padding: 72px 20px 96px;
}

.tsg-member-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(6, 31, 51, 0.06) 0%, transparent 34%),
    linear-gradient(300deg, rgba(201, 150, 26, 0.12) 0%, transparent 38%);
  pointer-events: none;
  z-index: 0;
}

.tsg-member-bgmark {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(780px, 72vw);
  transform: translate(-50%, -50%) rotate(-6deg);
  opacity: 0.06;
  pointer-events: none;
  z-index: 1;
}

.tsg-member-bgmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.9) contrast(1.05);
}

.tsg-member-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.tsg-member-heading {
  text-align: center;
  margin-bottom: 58px;
}

.tsg-member-heading span {
  display: block;
  margin-bottom: 8px;
  color: #A97900;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tsg-member-heading h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #061F33;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.tsg-member-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 14px auto 0;
  background: #C9961A;
}

.tsg-member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 36px;
}

.tsg-member-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 188px;
  padding: 24px;
  background: rgba(247, 252, 250, 0.88);
  border: 1px solid rgba(201, 150, 26, 0.48);
  border-bottom: 5px solid #C9961A;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 31, 51, 0.13);
  backdrop-filter: blur(8px);
}

.tsg-member-photo {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #C9961A 0%, #E8BE4A 48%, #061F33 100%);
  box-shadow: 0 10px 24px rgba(6, 31, 51, 0.16);
}

.tsg-member-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #EAF6F4;
}

.tsg-member-info h3 {
  margin: 0 0 8px;
  color: #061F33;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.tsg-member-info p {
  margin: 0 0 4px;
  color: #263f50;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.tsg-member-info p:last-child {
  margin-bottom: 0;
}

/* 平板 */
@media (max-width: 1024px) {
  .tsg-member-page {
    padding: 60px 22px 78px;
    background-attachment: scroll;
  }

  .tsg-member-page::before {
    position: absolute;
  }

  .tsg-member-bgmark {
    position: absolute;
    top: 320px;
    width: 620px;
    opacity: 0.055;
  }

  .tsg-member-heading {
    margin-bottom: 44px;
  }

  .tsg-member-heading h2 {
    font-size: 34px;
  }

  .tsg-member-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .tsg-member-card {
    grid-template-columns: 128px 1fr;
    min-height: 170px;
    padding: 22px;
  }

  .tsg-member-photo {
    width: 128px;
    height: 128px;
  }

  .tsg-member-info h3 {
    font-size: 23px;
  }

  .tsg-member-info p {
    font-size: 16px;
  }
}

/* 手機 */
@media (max-width: 767px) {
  .tsg-member-page {
    padding: 48px 16px 64px;
    background:
      radial-gradient(circle at 18% 10%, rgba(201, 150, 26, 0.16), transparent 30%),
      linear-gradient(160deg, #EAF6F4 0%, #D5EAE8 62%, #F1D99B 100%);
    background-attachment: scroll;
  }

  .tsg-member-bgmark {
    position: absolute;
    top: 260px;
    width: 360px;
    opacity: 0.052;
  }

  .tsg-member-heading {
    margin-bottom: 34px;
  }

  .tsg-member-heading span {
    font-size: 13px;
  }

  .tsg-member-heading h2 {
    font-size: 30px;
  }

  .tsg-member-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tsg-member-card {
    grid-template-columns: 104px 1fr;
    gap: 18px;
    min-height: 142px;
    padding: 20px 18px;
  }

  .tsg-member-photo {
    width: 104px;
    height: 104px;
    padding: 4px;
  }

  .tsg-member-info h3 {
    font-size: 22px;
  }

  .tsg-member-info p {
    font-size: 15.5px;
    line-height: 1.55;
  }
}/* End custom CSS */