:root {
  --team-red: #d7000f;
  --team-red-deep: #c9000e;
  --team-ink: #101010;
  --team-heading: #1a0404;
  --team-blue: #14363f;
  --team-body: #666666;
  --team-muted: #999999;
  --team-line: #dfe6e8;
  --team-dark: #333333;
  --team-shell: min(1640px, calc(100vw - 280px));
  --team-font: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  --team-outfit: "Outfit", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-width: 320px;
  background: #ffffff;
  color: var(--team-ink);
  font-family: var(--team-font);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
a {
  font: inherit;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.team-page {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.team-page a,
.team-page a:focus,
.team-page a:active,
.team-page a:visited {
  color: inherit;
  text-decoration: none;
}

.team-page a:hover {
  color: #fff;
}

.core-tabs a:hover {
  color: inherit;
}

.team-shell {
  width: var(--team-shell);
  margin: 0 auto;
  max-width: 100%;
}

.team-hero__intro,
.team-hero__copy,
.chairman-section__content,
.core-detail__copy,
.core-detail__figure {
  min-width: 0;
}

.team-eyebrow {
  margin: 0 0 21px;
  color: var(--team-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.team-hero {
  min-height: 629px;
  padding: 118px 0 72px;
  background: #fff;
}

.team-hero__grid {
  display: grid;
  grid-template-columns: 660px minmax(620px, 885px);
  justify-content: space-between;
  gap: 80px;
}

.team-hero__title, .ac-hero__title {
  margin: 0;
  color: var(--team-heading);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
}

.team-hero__copy {
  padding-top: 1px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.team-hero__copy p {
  margin: 0 0 17px;
}

.team-tabs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 59px;
  padding: 9px 10px;
  border-radius: 999px;
  background: #fbefef;
}

.team-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  min-width: 80px;
  height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--team-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background-color var(--motion-interaction-fast, 0.25s) ease, color var(--motion-interaction-fast, 0.25s) ease;
}

.team-tabs__item.is-active,
.team-tabs__item:hover,
.team-tabs__item:focus {
  min-width: 82px;
  background: var(--team-red);
  color: #fff;
}

.chairman-section {
  min-height: 691px;
  padding: 90px 0 70px;
  background: #fff;
}

.chairman-section__grid {
  display: grid;
  grid-template-columns: minmax(640px, 695px) minmax(560px, 806px);
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.chairman-badge {
  display: inline-flex;
  align-items: center;
  height: 31px;
  padding: 0 11px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, rgba(80, 80, 80, 0.46), var(--team-red));
}

.chairman-section__title {
  margin: 0 0 33px;
  color: #121010;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.04em;
}

.chairman-section__text {
  max-width: 695px;
  color: var(--team-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
}

.chairman-section__text p {
  margin: 0 0 18px;
}

.chairman-section__slogan {
  margin: 31px 0 0;
  color: var(--team-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
}

.chairman-section__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow var(--motion-interaction, 0.35s) ease, transform var(--motion-interaction, 0.35s) ease;
}

.chairman-section__figure img {
  width: 100%;
  height: 502px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform var(--motion-interaction-slow, 0.45s) ease;
}

.chairman-section__figure:hover img {
  transform: scale(1.012);
}

.management-section {
  position: relative;
  min-height: 850px;
  padding-top: 0;
  background: #f5f5f5;
  overflow: clip;
}

.management-section__photo {
  height: 734px;
  background-size: 100% ;
}

.management-label {
  position: absolute;
  left: max(0px, calc((100vw - 1640px) / 2 - 140px));
  top: 276px;
  z-index: 2;
  width: 300px;
  height: 104px;
  padding: 24px 0 0 65px;
  border-radius: 0 8px 8px 0;
  background: var(--team-red);
  color: #fff;
}

.management-label strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.management-label span {
  display: block;
  margin-top: 9px;
  font-family: var(--team-outfit);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.management-carousel {
  position: relative;
  z-index: 3;
  width: 100vw;
  max-width: 100%;
  margin-top: -147px;
  margin-left: 0;
  padding-bottom: 64px;
  overflow: hidden;
}

.management-carousel .swiper-wrapper {
  align-items: stretch;
}

.member-card {
  flex: 0 0 auto;
  width: 100%;
  min-height: 390px;
  padding: 37px 40px 40px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transition: box-shadow var(--motion-interaction, 0.35s) ease, transform var(--motion-interaction, 0.35s) ease;
}

.member-card:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.member-card__avatar {
  float: left;
  width: 86px;
  height: 86px;
  margin: 0 52px 34px 0;
  border-radius: 50%;
  object-fit: cover;
}

.member-card__identity {
  min-height: 111px;
  padding-top: 14px;
}

.member-card__identity span {
  display: block;
  margin-bottom: 8px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.member-card__identity strong {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.member-card ul {
  clear: both;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.32;
}

.member-card li {
  position: relative;
  padding-left: 22px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.member-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--team-red);
}

.strategy-section {
  padding: 61px 0 186px;
  background: #fff;
}

.org-chart {
  position: relative;
  min-height: 620px;
  padding-top: 0;
  color: #fff;
}

.org-chart::before,
.org-chart::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: #86a0a7;
}

.org-chart::before {
  top: 99px;
  height: 368px;
}

.org-chart::after {
  top: 461px;
  height: 1px;
}

.org-node {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 55px;
  padding: 0 26px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
  font-family: var(--team-outfit);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.org-node--primary {
  display: flex;
  flex-direction: column;
  width: 358px;
  height: 99px;
  margin: 0 auto 110px;
  background: var(--team-red);
  border-radius: 8px;
  box-shadow: none;
}

.org-node--primary strong {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.org-node--primary span {
  margin-top: 9px;
  font-size: 18px;
  line-height: 1;
}

.org-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.org-branch {
  position: absolute;
  z-index: 1;
  border: 2px solid #86a0a7;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.org-branch--committees {
  left: 16%;
  right: 16%;
  top: 161px;
  height: 50px;
}

.org-row--committees {
  gap: 29px;
  margin-bottom: 54px;
}

.org-row--committees .org-node {
  min-width: 250px;
  height: 68px;
}

.org-node--division {
  display: flex;
  width: 250px;
  height: 68px;
  margin: 0 auto 116px;
}

.org-row--departments {
  justify-content: space-between;
}

.org-branch--departments {
  left: 5.3%;
  right: 5.3%;
  top: 453px;
  height: 62px;
}

.org-row--departments .org-node {
  min-width: 180px;
  height: 55px;
  padding: 0 22px;
  font-size: 20px;
}

.core-team-section {
  padding: 62px 0 130px;
  background: #fff;
}

.cases-heading {
  position: relative;
  width: max-content;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.title-mark {
  position: absolute;
  top: -14px;
  left: -38px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: url("/wp-content/uploads/2026/05/title-mark.png") center / 100% 100% no-repeat;
  z-index: -1;
}

.cases-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0e232d;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}

.cases-heading p {
  margin: 12px 0 0;
  color: #101010;
  font-family: var(--team-outfit);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.core-heading {
  transform: translateY(20px);
}

.core-tabs {
  margin-top: 111px;
  border-bottom: 2px solid #e5e5e5;
  overflow: hidden;
  cursor: grab;
}

.core-tabs:active {
  cursor: grabbing;
}

.core-tabs .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.core-tabs a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-height: 86px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  user-select: none;
}

.core-tabs a:focus,
.core-tabs a:focus-visible {
  outline: none;
  box-shadow: none;
}

.core-tabs a.is-active::after,
.core-tabs a:focus-visible::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 81px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--team-red);
}

.core-detail {
  display: grid;
  grid-template-columns: minmax(460px, 690px) minmax(520px, 806px);
  justify-content: space-between;
  gap: 86px;
  padding-top: 29px;
}

.core-team-carousel {
  overflow: hidden;
}

.core-detail__copy {
  padding-top: 39px;
}

.core-detail__eyebrow {
  margin: 0 0 15px;
  color: var(--team-red);
  font-family: var(--team-outfit);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.core-detail h3 {
  margin: 0 0 31px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.core-detail__copy > p:not(.core-detail__eyebrow) {
  margin: 0 0 20px;
  color: var(--team-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
}

.core-detail__arrows {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 48px;
}

.core-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border: 1px solid var(--team-red);
  border-radius: 50%;
  background: #fff;
  color: var(--team-red);
  cursor: pointer;
  transition: background-color var(--motion-interaction-fast, 0.22s) ease, color var(--motion-interaction-fast, 0.22s) ease, transform var(--motion-interaction-fast, 0.22s) ease;
}

.core-arrow:hover,
.core-arrow:focus,
.core-arrow:focus-visible {
  border-color: var(--team-red);
  background: var(--team-red);
  color: #fff;
  transform: translateY(-1px);
}

.core-arrow:hover i,
.core-arrow:focus i,
.core-arrow:focus-visible i {
  color: #fff;
}

.core-arrow i {
  font-size: 21px;
}

.core-detail__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow var(--motion-interaction, 0.35s) ease;
}

.core-detail__figure img {
  width: 100%;
  height: 433px;
  object-fit: cover;
  object-position: center 56%;
  border-radius: 20px;
  transition: transform var(--motion-interaction-slow, 0.45s) ease;
}

.core-detail__figure:hover img {
  transform: scale(1.012);
}

.people-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 464px);
  height: 617px;
  min-height: 617px;
  background: #ddd;
  overflow: clip;
}

.people-section::before {
  display: none;
}

.people-section__image {
  min-height: 617px;
  background: url("/wp-content/uploads/2026/05//ounuo-people-visible.png") center top / cover no-repeat;
}

.people-panel {
  position: relative;
  min-width: 0;
  min-height: 617px;
  margin: 0;
  padding: 72px 60px 70px 44px;
  background: var(--team-red);
  color: #fff;
  overflow: hidden;
}

.people-panel p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--team-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

.people-panel strong {
  position: absolute;
  left: 52px;
  bottom: 40px;
  z-index: 2;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.75;
}

.people-panel__mark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  max-width: 42%;
  height: 195px;
  background: url("/wp-content/uploads/2026/06/125.png") center / contain no-repeat;
  transition: opacity var(--motion-interaction, 0.35s) ease;
}

@media (max-width: 1500px) {
  :root {
    --team-shell: min(1180px, calc(100vw - 80px));
  }

  .team-hero__grid,
  .chairman-section__grid,
  .core-detail {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .team-hero__grid,
  .chairman-section__grid {
    align-items: start;
  }

  .team-hero__title, .ac-hero__title {
    font-size: 58px;
  }

  .management-carousel {
    margin-left: 0;
  }

  .org-row--committees .org-node {
    min-width: 200px;
    font-size: 26px;
  }

  .org-row--departments .org-node {
    min-width: 140px;
    font-size: 17px;
    padding: 0 14px;
  }

  .core-tabs {
    overflow: hidden;
  }

  .core-tabs a {
    font-size: 16px;
  }

  .people-section {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  }
}

@media (max-width: 1332px) {
	.management-carousel {
		margin-top: -300px;
	}
	    
	
	.management-label {
		    top: 135px;
	}
}

@media (max-width: 1100px) {
  :root {
    --team-shell: calc(100vw - 48px);
  }

  .team-hero,
  .chairman-section {
    min-height: auto;
    padding: 72px 0;
  }

  .team-hero__grid,
  .chairman-section__grid,
  .core-detail {
    grid-template-columns: 1fr;
  }

  .team-hero__title, .ac-hero__title {
    font-size: 50px;
  }

  .team-hero__copy,
  .chairman-section__text,
  .chairman-section__slogan,
  .core-detail__copy > p:not(.core-detail__eyebrow) {
    font-size: 16px;
  }

  .management-section {
    min-height: auto;
    padding-bottom: 36px;
  }

  .management-section__photo {
    height: 520px;
    background-position: center top;
    background-size: cover;
  }

  .management-label {
    left: 24px;
    top: 220px;
  }

  .management-carousel {
    width: var(--team-shell);
    margin: -86px auto 0;
    overflow: hidden;
    padding-bottom: 24px;
  }

  .strategy-section {
    padding: 72px 0;
  }

  .org-chart {
    min-height: 0;
    display: grid;
    gap: 28px;
  }

  .org-chart::before,
  .org-chart::after,
  .org-branch {
    display: none;
  }

  .org-node--primary,
  .org-node--division {
    margin-bottom: 0;
  }

  .org-row,
  .org-row--committees,
  .org-row--departments {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 0;
  }

  .core-tabs {
    overflow: hidden;
  }

  .core-tabs a {
    min-height: 56px;
    max-width: min(260px, calc(100vw - 64px));
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .people-section {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .people-section::before {
    display: none;
  }

  .people-section__image {
    min-height: 420px;
  }

  .people-panel {
    min-height: 320px;
    padding-top: 76px;
  }
}


@media (max-width: 1000px) {
	.management-label {
		left: 0px;
      top: 94px;
	}
	.management-carousel {
        margin: -250px auto 0;
    }
}

@media (max-width: 900px) {
  .team-hero__title, .ac-hero__title {
    font-size: 40px;
  }

  .cases-heading {
    width: max-content;
    max-width: calc(100% - 48px);
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  .core-heading {
    transform: none;
  }

  .core-detail__figure {
    display: none;
  }

  .cases-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .cases-heading p {
    margin-top: 6px;
    line-height: 18px;
  }

  .title-mark {
    position: absolute;
    top: -10px;
    left: -30px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 768px) {
	.management-carousel {
		padding-bottom: 0;
	}
  :root {
    --team-shell: calc(100vw - 40px);
  }

  .cases-heading {
    max-width: calc(100% - 40px);
  }

  .cases-heading h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .cases-heading p {
    font-size: 15px;
    line-height: 18px;
  }

  .title-mark {
    top: -9px;
    left: -27px;
    width: 40px;
    height: 40px;
  }

  .strategy-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .core-team-section {
    padding-top: 52px;
    padding-bottom: 32px;
  }

  .core-tabs {
    margin-top: 72px;
  }

  .core-detail__copy {
    padding-top: 24px;
  }

  .core-detail__arrows {
    margin-top: 34px;
  }

  .management-carousel {
    display: block;
    width: var(--team-shell);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 28px;
  }

  .member-card,
  .member-card.is-partial {
    width: 100%;
    min-height: 0;
    padding: 20px;
  }

  .member-card__avatar {
    margin-right: 20px;
  }

  .chairman-section__figure img {
    height: auto;
    aspect-ratio: 806 / 502;
  }

  .core-detail__figure img {
    height: auto;
    aspect-ratio: 806 / 433;
  }

  .management-label {
    padding-left: 20px;
  }

  .people-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .people-panel strong {
    left: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --team-shell: calc(100vw - 24px);
  }

  .team-hero,
  .chairman-section,
  .strategy-section,
  .core-team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-hero__title, .ac-hero__title {
    font-size: 30px;
    line-height: 1.24;
  }

  .team-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: 20px;
  }

  .team-tabs__item {
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
  }

  .chairman-section__title,
  .org-node--primary strong {
    font-size: 27px;
  }

  .chairman-badge {
    font-size: 20px;
  }

  .management-section__photo {
    height: 420px;
  }

  .management-label {
    width: 236px;
    height: 86px;
    padding: 20px 0 0 32px;
  }

  .management-label strong {
    font-size: 26px;
  }

  .management-label span {
    font-size: 16px;
  }

  .member-card {
    flex-basis: auto;
    padding: 20px;
  }

  .member-card__avatar {
    width: 72px;
    height: 72px;
    margin-right: 18px;
  }

  .member-card__identity strong {
    font-size: 20px;
  }

  .member-card ul {
    font-size: 14px;
    line-height: 1.9;
  }

  .management-carousel .swiper-slide:not(.swiper-slide-active) {
    visibility: hidden;
  }

  .org-node,
  .org-row--committees .org-node,
  .org-row--departments .org-node {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 48px;
    padding: 11px 14px;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .org-node--primary {
    width: 100%;
    height: 86px;
  }

  .core-tabs {
    margin-top: 48px;
  }

  .core-detail h3 {
    font-size: 26px;
  }

  .core-detail__figure img {
    height: auto;
  }

  .core-detail__figure.motion-media-reveal {
    animation: none;
    filter: none;
    opacity: 1;
  }

  .core-detail {
    gap: 20px;
  }

  .core-detail__copy {
    padding-top: 20px;
  }

  .core-detail__arrows {
    margin-top: 28px;
  }

  .people-panel {
    min-height: 280px;
    padding: 34px 20px;
  }

  .people-panel p {
    font-size: 20px;
  }

  .people-panel strong {
    left: 20px;
    right: 20px;
    bottom: 38px;
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  :root {
    --team-shell: calc(100vw - 20px);
  }

  .team-hero,
  .chairman-section,
  .strategy-section,
  .core-team-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .team-eyebrow {
    margin-bottom: 16px;
  }

  .team-hero__title, .ac-hero__title {
    font-size: 30px;
  }

  .team-hero__copy,
  .chairman-section__text,
  .chairman-section__slogan,
  .core-detail__copy > p:not(.core-detail__eyebrow) {
    font-size: 13px;
    line-height: 1.7;
  }

  .core-detail {
    gap: 16px;
  }

  .core-detail__copy {
    padding-top: 14px;
  }

  .core-detail__arrows {
    margin-top: 10px;
  }

  .core-detail__figure img {
    max-height: 320px;
  }

  .core-detail__figure {
    display: none;
  }

  .team-tabs {
    gap: 6px;
    padding: 8px;
  }

  .team-tabs__item {
    height: 30px;
    font-size: 12px;
  }

  .management-section__photo {
    height: 340px;
  }

  .management-label {
    top: 180px;
    left: 10px;
  }

  .management-carousel {
    margin-top: -50px;
    padding-bottom: 20px;
  }

  .member-card__avatar {
    float: none;
    margin: 0 0 14px;
  }

  .member-card__identity {
    min-height: 0;
    padding-top: 0;
  }

  .member-card ul {
    padding-top: 18px;
  }

  .core-tabs {
    margin-top: 28px;
  }

  .core-tabs a {
    min-height: 64px;
    font-size: 14px;
    max-width: min(220px, calc(100vw - 48px));
  }

  .core-detail {
    gap: 20px;
  }

  .core-detail__figure img {
    max-height: 280px;
  }

  .people-section__image {
    min-height: 320px;
  }
}

@media (max-width: 520px) {
  .cases-heading h2 {
    font-size: 27px;
    line-height: 1.32;
  }

  .title-mark {
    top: -7px;
    left: -24px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 390px) {
  :root {
    --team-shell: calc(100vw - 16px);
  }

  .team-hero,
  .chairman-section,
  .strategy-section,
  .core-team-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-hero__title, .ac-hero__title {
    font-size: 30px;
  }

  .team-tabs {
/*     grid-template-columns: 1fr; */
  }

  .team-tabs__item {
    justify-content: center;
    width: 100%;
  }

  .chairman-badge {
    height: 28px;
    font-size: 18px;
    letter-spacing: 0.14em;
  }

  .management-label {
    width: 216px;
    height: 78px;
    padding: 17px 0 0 20px;
  }

  .management-label strong {
    font-size: 24px;
  }

  .member-card {
    padding: 18px;
  }

  .core-arrow {
    width: 44px;
    height: 44px;
  }

  .people-panel {
    min-height: 280px;
  }
}
