@charset "UTF-8";
html {
  font-size: 16px;
}

/* Shared clean header for the three renewed pages. */
.header-urban {
  min-height: 80px;
  padding: 14px max(40px, (100vw - 1120px) / 2);
  background: #ffffff;
  box-shadow: none;
  color: #111111;
}

.header-urban::before {
  display: none;
}

.header-urban .home {
  gap: 12px;
  flex-grow: 0;
}

.header-urban .home::before {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid #111111;
  border-radius: 50%;
  color: #111111;
  content: "H";
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.header-urban .title {
  color: #111111;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.header-urban .title-text::after {
  color: #4e4e4e;
  content: "Healthcare & Simulation Optimization";
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.header-urban nav {
  gap: clamp(12px, 2.5vw, 42px);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
}

.header-urban nav > a {
  padding: 6px 0;
  color: #111111;
}

.header-urban nav > a:hover {
  color: #126b90;
}

.header-urban[data-big] {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 14px max(40px, (100vw - 1120px) / 2);
}

.header-urban[data-big] .home {
  flex-direction: row;
  flex-grow: 0;
}

.header-urban[data-big] .title-text {
  flex-direction: row;
  align-items: baseline;
  text-align: left;
}

.header-urban[data-big] .title {
  font-size: 1.25rem;
}

.team-section-label,
.home-kicker {
  margin: 0;
  color: #126b90;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.home-page .team-section-label,
.home-kicker {
  font-size: 0.92rem;
}

.team-section-label .label-ko,
.research-subnav span,
.research-reference-content > h1 span {
  white-space: nowrap;
}

/* Home: title, key image, and research area. */
.home-page {
  color: #101010;
  background: #ffffff;
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.home-page section {
  padding: 0;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(34px, 4.5vw, 68px);
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px) 24px clamp(28px, 3vw, 42px) !important;
  border-top: 10px solid #f5f5f5;
  text-align: left;
}

.home-hero h1 {
  margin: 12px 0 18px;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: clamp(4rem, 6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.88;
  text-align: left;
}

.home-tagline {
  max-width: 430px;
  margin: 0;
  color: #252525;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.42;
}

.home-tagline-kr {
  margin: 8px 0 20px;
  color: #707070;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #126b90;
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-link span {
  font-size: 1.15em;
}

.home-hero-visual {
  display: block;
  justify-self: end;
  width: min(100%, 760px);
  min-width: 0;
  overflow: hidden;
  background: #f5f8fa;
  text-decoration: none;
}

.home-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.05);
}

.home-section-title > a span,
.home-cta a span {
  color: #8bd0e9;
}

.home-research-area {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px clamp(38px, 4vw, 58px) !important;
  border-top: 1px solid #171717;
}

.home-section-title {
  display: flex;
  margin-bottom: 8px;
  padding: 24px 0 14px;
}

.home-research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-research-card {
  display: block;
  min-width: 0;
  padding: 0 30px 10px;
  color: #101010;
  text-decoration: none;
}

.home-research-card:first-child {
  padding-left: 0;
}

.home-research-card + .home-research-card {
  border-left: 1px solid #d4dce0;
}

.home-research-card:hover {
  color: #126b90;
}

.home-research-card h2 {
  margin: 0;
  color: inherit;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.home-research-card h2 small {
  display: block;
  margin-top: 9px;
  color: #67747b;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.home-title-line {
  display: block;
  white-space: nowrap;
}

.home-cta {
  padding: clamp(62px, 9vw, 112px) 24px !important;
  background: #132d3a;
  color: #ffffff;
  text-align: center;
}

.home-cta .team-section-label {
  color: #8bd0e9;
}

.home-cta h2 {
  margin: 12px 0 24px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
}

.home-cta > div {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.home-cta a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

/* People: straightforward team cards. */
.team-page {
  color: #101010;
  background: #ffffff;
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.team-page section {
  padding: 0;
}

.team-roster {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 88px) 24px 100px !important;
}

.team-page-title {
  margin: 0 0 54px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  color: #303030;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
}

.team-page-title span,
.team-group-title span {
  color: #858585;
  font-size: 0.67em;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.team-group-title {
  margin: 0 0 19px;
  color: #343434;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.team-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.team-card-grid-pi {
  grid-template-columns: minmax(220px, 255px);
  justify-content: center;
  margin-bottom: clamp(60px, 8vw, 92px);
}

.team-person-card {
  min-width: 0;
  padding: 24px 22px 26px;
  border-radius: 30px;
  background: #f3f3f3;
  color: #101010;
}

.team-person-card:hover {
  background: #eceff0;
}

.team-person-photo {
  margin: 0 0 23px;
  background: #ffffff;
}

.team-person-photo a {
  display: block;
}

.team-person-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
}

.team-person-card h2 {
  margin: 0;
  color: #050505;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(1.35rem, 1.85vw, 1.68rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.04;
  text-align: center;
}

.team-person-card h2 a {
  color: inherit;
  text-decoration: none;
}

.team-person-name-en {
  margin: 5px 0 15px;
  color: #707070;
  font-size: 0.67rem;
  font-weight: 700;
  text-align: center;
}

.team-person-position,
.team-person-position-en {
  display: table;
  margin: 0 auto;
  padding: 4px 9px;
  background: #ddecf6;
  color: #0b3470;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-align: center;
}

.team-person-position-en {
  margin-top: 2px;
  padding: 0;
  background: transparent;
  color: #6881a1;
  font-size: 0.59rem;
  font-weight: 700;
}

.team-person-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 34px;
  margin: 20px 0 17px;
}

.team-person-links a {
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  color: #171717;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.team-person-links a:hover {
  border-color: #294c7c;
  background: #294c7c;
  color: #ffffff;
}

.team-person-interests {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #151515;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.team-person-interests li {
  white-space: normal;
}

.team-person-interests li + li {
  margin-top: 7px;
}

.team-alumni {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px 100px !important;
}

.team-alumni > .team-group-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #171717;
}

.team-alumni a {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #d4d4d4;
  color: #171717;
  font-size: 0.86rem;
  text-decoration: none;
}

.team-alumni a span:nth-child(2) {
  color: #666666;
}

/* Research: plain tabs, title, and image/text rows. */
.research-reference-page {
  width: 100%;
  scroll-margin-top: 82px;
  overflow-x: clip;
  color: #333333;
  background: #ffffff;
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.research-subnav {
  display: flex;
  justify-content: flex-start;
  gap: clamp(16px, 2.1vw, 38px);
  width: 100%;
  padding: 19px max(4vw, 24px) 15px;
  overflow-x: auto;
  border-bottom: 1px solid #ededed;
  background: #ffffff;
  white-space: nowrap;
}

.research-subnav a {
  flex: none;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  color: #929292;
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.research-subnav a.active,
.research-subnav a:hover {
  border-bottom-color: #363636;
  color: #222222;
}

.research-subnav span {
  color: inherit;
  font-size: 0.64em;
  font-weight: 600;
}

.research-reference-content {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(38px, 4.5vw, 58px) max(4vw, 30px) 90px !important;
}

.research-reference-content > h1 {
  margin: 0 0 35px;
  color: #3a3a3a;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(1.65rem, 2.55vw, 2.18rem);
  font-weight: 800;
  letter-spacing: -0.075em;
}

.research-reference-content > h1 span,
.research-reference-item > h2 .research-title-ko {
  color: #8a8a8a;
  font-size: 0.58em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.research-reference-item {
  scroll-margin-top: 110px;
  padding: 0 0 clamp(38px, 5vw, 56px);
  border-bottom: 1px solid #e5e5e5;
}

.research-reference-item + .research-reference-item {
  padding-top: clamp(38px, 5vw, 56px);
}

.research-reference-item > h2 {
  display: grid;
  grid-template-columns: 9px minmax(0, 1.15fr) minmax(180px, 0.6fr);
  align-items: center;
  gap: 14px;
  margin: 0 0 27px;
  color: #353535;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1.1;
}

.research-reference-item > h2::before {
  display: block;
  width: 9px;
  height: 0.92em;
  flex: none;
  background: #3a3a3a;
  content: "";
}

.research-title-en {
  min-width: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.research-reference-item > h2 .research-title-ko {
  min-width: 0;
  padding-left: 12px;
  line-height: 1.28;
}

.research-reference-body {
  display: grid;
  grid-template-columns: minmax(400px, 0.93fr) minmax(380px, 1.07fr);
  align-items: start;
  gap: clamp(30px, 4vw, 58px);
}

.research-reference-body figure {
  margin: 0;
  background: #f1f3f3;
}

.research-reference-body figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.research-reference-body h3 {
  margin: 3px 0 4px;
  color: #363636;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: clamp(0.96rem, 1.3vw, 1.18rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.28;
}

.research-reference-body p {
  margin: 0 0 24px;
  color: #919191;
  font-size: clamp(0.78rem, 0.96vw, 0.88rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.research-reference-body h3:not(:first-child) {
  margin-top: 26px;
}

.research-output-panel {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) max(4vw, 30px) 90px !important;
  color: #333333;
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.research-output-panel > h1 {
  margin: 0 0 35px;
  color: #3a3a3a;
  font-size: clamp(1.65rem, 2.55vw, 2.18rem);
  font-weight: 800;
  letter-spacing: -0.075em;
}

.research-output-panel > h1 span,
.research-output-panel > h2 span {
  color: #8a8a8a;
  font-size: 0.58em;
  font-weight: 600;
}

.research-output-panel > h2 {
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  color: #3b3b3b;
  font-size: clamp(1.05rem, 1.55vw, 1.34rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.research-output-panel > h1 + h2 {
  margin-top: 0;
}

.research-output-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.research-output-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.research-output-row-has-image {
  grid-template-columns: 142px 54px minmax(0, 1fr);
  align-items: start;
}

.research-output-image {
  display: grid;
  min-height: 98px;
  place-items: center;
  overflow: hidden;
  background: #f1f3f3;
}

.research-output-image img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: contain;
}

.research-output-year {
  padding-top: 3px;
  color: #8c8c8c;
  font-size: 0.78rem;
  font-weight: 800;
}

.research-output-row h3 {
  margin: 0 0 9px;
  color: #293d6f;
  font-size: clamp(0.94rem, 1.32vw, 1.18rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.research-output-row h3 a {
  color: inherit;
  text-decoration: none;
}

.research-output-row h3 a:hover {
  text-decoration: underline;
}

.research-output-authors,
.research-output-meta {
  margin: 0;
  color: #474747;
  font-size: 0.82rem;
  line-height: 1.5;
}

.research-output-meta {
  margin-top: 5px;
  color: #777777;
}

.research-empty {
  margin: 0;
  color: #777777;
  font-size: 1rem;
}

/* Secondary pages — a quiet, editorial extension of the research pages. */
.lab-inner-page {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 78px) max(4vw, 30px) 100px !important;
  color: #363636;
  font-family: Arial, "Noto Sans KR", sans-serif;
}

.lab-inner-page > section {
  padding: 0;
}

.lab-page-heading {
  margin: 0 0 clamp(42px, 5vw, 62px);
  padding-bottom: clamp(28px, 3.5vw, 40px);
  border-bottom: 1px solid #dedede;
}

.lab-page-heading h1 {
  margin: 0 0 14px;
  color: #353535;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1.05;
}

.lab-page-heading h1 span,
.teaching-section h2 span,
.join-reference-list h2 span,
.contact-reference-list h2 span,
.teaching-list h3 span {
  color: #878787;
  font-size: 0.58em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.lab-page-heading p {
  margin: 0;
  color: #7d7d7d;
  font-size: clamp(0.88rem, 1.25vw, 1rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.65;
}

.teaching-section + .teaching-section {
  margin-top: clamp(46px, 6vw, 72px);
}

.teaching-section h2 {
  margin: 0 0 20px;
  color: #363636;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.065em;
}

.teaching-list {
  border-top: 2px solid #3a3a3a;
}

.teaching-list article {
  display: grid;
  grid-template-columns: minmax(145px, 0.38fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.teaching-list p {
  margin: 0;
  color: #888888;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.teaching-list h3 {
  margin: 0;
  color: #363636;
  font-size: clamp(0.94rem, 1.45vw, 1.1rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.32;
}

.teaching-note {
  margin: clamp(36px, 5vw, 58px) 0 0;
  color: #747474;
  font-size: 0.92rem;
  line-height: 1.7;
}

.teaching-note a,
.lab-text-link,
.contact-reference-list a {
  color: #293d6f;
  font-weight: 800;
  text-decoration: none;
}

.teaching-note a:hover,
.lab-text-link:hover,
.contact-reference-list a:hover {
  text-decoration: underline;
}

.news-reference-list {
  border-top: 2px solid #3a3a3a;
}

.news-reference-list article {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  padding: clamp(24px, 3.2vw, 38px) 0;
  border-bottom: 1px solid #e3e3e3;
}

.news-reference-list article.has-image {
  grid-template-columns: 148px 105px minmax(0, 1fr);
}

.news-reference-image {
  display: block;
  overflow: hidden;
  background: #f1f1f1;
}

.news-reference-image img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.news-reference-image.is-logo {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.news-reference-image.is-logo img {
  object-fit: contain;
  padding: 14px;
}

.news-reference-list time {
  padding-top: 5px;
  color: #888888;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.news-reference-list h2 {
  margin: 0 0 10px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.28;
}

.news-reference-list h2 a {
  color: #363636;
  text-decoration: none;
}

.news-reference-list h2 a:hover {
  color: #293d6f;
}

.news-reference-list p {
  margin: 0;
  color: #7f7f7f;
  font-size: 0.86rem;
  line-height: 1.6;
}

.join-reference-list,
.contact-reference-list {
  border-top: 2px solid #3a3a3a;
}

.join-reference-list article,
.contact-reference-list article {
  display: grid;
  grid-template-columns: minmax(250px, 0.67fr) minmax(0, 1.33fr);
  column-gap: clamp(28px, 5vw, 70px);
  padding: clamp(28px, 4vw, 46px) 0;
  border-bottom: 1px solid #e3e3e3;
}

.join-reference-list h2,
.contact-reference-list h2 {
  grid-column: 1;
  margin: 0;
  color: #383838;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.3;
}

.join-reference-list p,
.contact-reference-list p,
.join-reference-list .lab-text-link {
  grid-column: 2;
}

.contact-map {
  margin-top: clamp(42px, 5vw, 62px);
  padding: 0 !important;
  text-align: right;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 42vw, 470px);
  border: 0;
  filter: grayscale(0.28);
}

.contact-map a {
  display: inline-block;
  margin-top: 12px;
  color: #293d6f;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-map a:hover {
  text-decoration: underline;
}

.join-reference-list p,
.contact-reference-list p {
  margin: 0 0 14px;
  color: #696969;
  font-size: clamp(0.86rem, 1.1vw, 0.94rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.68;
}

.join-reference-list p:last-of-type,
.contact-reference-list p:last-of-type {
  margin-bottom: 0;
}

.join-reference-list .lab-text-link {
  width: fit-content;
  margin-top: 8px;
  font-size: 0.92rem;
}

.teaching-page .lab-page-heading {
  margin-bottom: 34px;
  padding-bottom: 22px;
}

.teaching-page .lab-page-heading h1 {
  margin-bottom: 0;
}

/* Individual profiles and news posts use the same restrained page system. */
.member-reference-page,
.lab-post-page {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 78px) max(4vw, 30px) 100px;
  color: #373737;
  font-family: Arial, "Noto Sans KR", sans-serif;
  text-align: left;
}

.member-profile-header {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  padding-bottom: clamp(38px, 5vw, 60px);
  border-bottom: 1px solid #dedede;
}

.member-reference-page > section {
  padding-right: 0;
  padding-left: 0;
}

.member-profile-header {
  padding-top: 0;
}

.member-profile-photo {
  background: #f1f1f1;
}

.member-profile-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
}

.member-profile-kicker,
.lab-post-heading > p {
  margin: 0 0 12px;
  color: #707070;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.member-profile-intro h1 {
  margin: 0 0 18px;
  color: #262626;
  font-size: clamp(1.75rem, 3vw, 2.42rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1.04;
}

.member-profile-intro h1 span {
  display: block;
  margin-top: 7px;
  color: #8a8a8a;
  font-size: 0.43em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.member-profile-role {
  display: table;
  margin: 0;
  padding: 5px 10px;
  background: #ddecf6;
  color: #0b3470;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.member-profile-role-en {
  margin: 4px 0 0;
  color: #6881a1;
  font-size: 0.8rem;
  font-weight: 700;
}

.member-profile-interests {
  margin: 26px 0 0;
  color: #4f4f4f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.member-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.member-profile-links a {
  padding: 8px 11px;
  border: 1px solid #b9b9b9;
  color: #282828;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.member-profile-links a:hover {
  border-color: #294c7c;
  background: #294c7c;
  color: #ffffff;
}

.member-profile-content {
  width: min(100%, 760px);
  margin: clamp(42px, 6vw, 68px) 0 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #515151;
  font-size: 0.92rem;
  line-height: 1.8;
}

.member-profile-content h2 {
  margin: 42px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  color: #333333;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.member-profile-content p {
  margin: 0 0 19px;
}

.member-profile-content ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.member-profile-content li + li {
  margin-top: 5px;
}

.member-profile-content > div[style] {
  display: none;
}

.lab-post-page {
  width: min(100%, 920px);
}

.lab-post-heading {
  padding-bottom: clamp(30px, 4vw, 42px);
  border-bottom: 1px solid #dedede;
}

.lab-post-heading h1 {
  margin: 0 0 18px;
  color: #303030;
  font-size: clamp(1.72rem, 3.35vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1.12;
}

.lab-post-heading time {
  color: #7c7c7c;
  font-size: 0.86rem;
  font-weight: 700;
}

.lab-post-content {
  padding: clamp(35px, 5vw, 56px) 0;
  color: #555555;
  font-size: clamp(0.92rem, 1.25vw, 1rem);
  line-height: 1.8;
}

.lab-post-content > :first-child {
  margin-top: 0;
}

.lab-post-content > :last-child {
  margin-bottom: 0;
}

.lab-post-gallery {
  margin-top: clamp(30px, 4vw, 46px);
}

.lab-post-gallery img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #f2f2f2;
}

.lab-post-gallery img + img {
  margin-top: 18px;
}

.lab-post-back {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid #dedede;
}

.lab-post-back a {
  color: #293d6f;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.lab-post-back a:hover {
  text-decoration: underline;
}

@media (min-width: 851px) and (max-height: 850px) {
  .home-hero {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .home-hero h1 {
    font-size: clamp(3.7rem, 5.4vw, 5.5rem);
  }
  .home-hero-visual {
    max-height: 360px;
  }
  .home-section-title {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .home-research-area {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 851px) and (max-width: 1100px) {
  .home-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
  }
  .home-hero h1 {
    font-size: clamp(3.2rem, 5vw, 4.8rem);
  }
  .home-hero-visual {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .home-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .home-hero-copy {
    max-width: 720px;
  }
  .home-hero-visual {
    width: min(100%, 720px);
  }
  .home-hero-visual img {
    transform: scale(1.1);
  }
  .team-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-card-grid-pi {
    grid-template-columns: minmax(220px, 300px);
  }
  .research-reference-body {
    grid-template-columns: 1fr;
  }
  .research-reference-body figure {
    width: min(100%, 680px);
  }
  .research-output-row {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 15px;
  }
  .research-output-row-has-image {
    grid-template-columns: 118px 46px minmax(0, 1fr);
  }
  .research-output-image img {
    height: 88px;
  }
  .join-reference-list article,
  .contact-reference-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .join-reference-list p,
  .contact-reference-list p,
  .join-reference-list .lab-text-link {
    grid-column: 1;
  }
  .member-profile-header {
    grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1.38fr);
    gap: 32px;
  }
}
@media (max-width: 760px) {
  .header-urban,
  .header-urban[data-big] {
    min-height: 66px;
    padding: 10px 20px;
  }
  .header-urban .home::before {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  .header-urban .title-text::after {
    display: none;
  }
  .header-urban nav {
    padding-top: 10px;
  }
  .home-research-grid {
    grid-template-columns: 1fr;
  }
  .home-research-card {
    padding: 18px 0;
  }
  .home-research-card + .home-research-card {
    border-top: 1px solid #d4dce0;
    border-left: 0;
  }
  .research-reference-item > h2 {
    grid-template-columns: 7px minmax(0, 1fr);
    align-items: start;
  }
  .research-reference-item > h2::before {
    grid-row: 1/span 2;
  }
  .research-reference-item > h2 .research-title-ko {
    grid-column: 2;
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .home-hero {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .home-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }
  .home-cta h2 {
    font-size: 1.75rem;
  }
  .home-cta > div {
    gap: 16px;
  }
  .team-roster {
    padding-top: 42px !important;
  }
  .team-page-title {
    margin-bottom: 38px;
  }
  .team-card-grid,
  .team-card-grid-pi {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .team-person-card {
    padding: 26px;
  }
  .team-person-photo {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .research-reference-content {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .research-reference-item > h2 {
    align-items: flex-start;
    gap: 11px;
  }
  .research-reference-item > h2::before {
    width: 7px;
    margin-top: 0.09em;
  }
  .lab-inner-page {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .teaching-list article,
  .news-reference-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .news-reference-list article.has-image {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .news-reference-image {
    width: min(100%, 330px);
  }
  .news-reference-image img {
    height: auto;
    max-height: 240px;
    object-fit: contain;
  }
  .news-reference-list time {
    padding-top: 0;
  }
  .research-output-row-has-image {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .research-output-row-has-image .research-output-image {
    grid-row: 1/span 2;
  }
  .research-output-row-has-image .research-output-year {
    grid-column: 2;
  }
  .research-output-row-has-image > div:last-child {
    grid-column: 2;
  }
  .research-output-image img {
    height: 70px;
  }
  .member-reference-page,
  .lab-post-page {
    padding-right: 22px;
    padding-left: 22px;
  }
  .member-profile-header {
    grid-template-columns: 1fr;
  }
  .member-profile-photo {
    width: min(100%, 300px);
  }
  .member-profile-content {
    width: 100%;
  }
}

/*# sourceMappingURL=lab.css.map */