/* ARTIQUE Clinic — Staff Intro (Figma 68:556) */
@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "S-Core Dream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff")
    format("woff");
  font-weight: 400;
  font-display: swap;
}

:root {
  --design-width: 2448px;
  --scale: calc(100vw / 244.8);
  --bg: #f3eeee;
  --panel: #625656;
  --panel-deep: #574b4b;
  --panel-mid: #786d6d;
  --text-light: #fffefe;
  --text-on-panel: #f3eeee;
  --mangro: "Mangro", "Cormorant Garamond", "Times New Roman", serif;
  --ko: "Pretendard", "Noto Sans KR", sans-serif;
  --score: "S-Core Dream", var(--ko);
  --abel: "Abel", var(--ko);
  --content-pad: clamp(2rem, 8.6vw, 21rem);
  --content-max: 209.6rem;
  --staff01-experience-pin-top: 10rem;
  --staff01-academic-pin-top: 5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body.staff01-page {
  min-width: 320px;
  background: var(--panel);
  color: var(--text-on-panel);
  font-family: var(--ko);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.staff01 {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

/* Hero scroll scene */
.staff01-scroll-scene--hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.staff01-hero__pin {
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-areas: "stack";
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  color: var(--text-light);
  background: #d8d4d2;
}

.staff01-hero__media,
.staff01-hero__content {
  grid-area: stack;
}

.staff01-hero__media {
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.staff01-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.staff01-hero__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 10rem var(--content-pad) 14rem;
  text-align: center;
  will-change: transform, opacity;
}

.staff01-hero__title {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(3.6rem, 10.877rem, 10.877rem);
  line-height: 0.87;
  letter-spacing: 0.326rem;
  opacity: 0.88;
}

.staff01-hero__title span {
  display: block;font-family: 'Mangro';
}

.staff01-hero__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 210px;
  height: 84px;
  overflow: hidden;
  background: url(/assets/image/bg-director.png) no-repeat;
  background-size: 210px 84px;
}
.staff01-hero__badge span{
  display: none;
}

.staff01-hero__badge-paren {
  font-family: 'Mangro';
  font-weight: 300;
  font-size: clamp(3rem, 7.058rem, 7.058rem);
  line-height: 1.19;
  letter-spacing: 0.353rem;
  text-transform: uppercase;
}

.staff01-hero__badge-paren--right {
  transform: scaleX(-1);
}

.staff01-hero__badge-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.staff01-hero__badge-medical {
  font-family: 'Mangro';
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.2rem, 1.905rem, 1.905rem);
  line-height: 1.19;
  letter-spacing: 0.038rem;
}

.staff01-hero__badge-director {
  font-family: 'Mangro';
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.4rem, 4.214rem, 4.214rem);
  line-height: 1.19;
  letter-spacing: 0.084rem;
}

/* Wordmark */
.staff01-wordmark {
  position: relative;
  z-index: 2;
  margin-top: var(--staff01-wordmark-overlap, 0);
  padding: 8rem var(--content-pad) 10rem;
}

.staff01-wordmark__inner {
  width: min(100%, 126.2rem);
  margin: 0 auto;
  text-align: center;
}

.staff01-wordmark__grid {
  display: grid;
}

.staff01-wordmark__art {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: end;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(4.8rem, 28.527rem, 28.527rem);
  line-height: 1.19;
  text-transform: uppercase;
  opacity: 0.88;
}

.staff01-wordmark__of {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-top: 1.2rem;
  margin-left: 10%;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(1.8rem, 8.77rem, 8.77rem);
  line-height: 1.19;
  opacity: 0.88;
}

.staff01-wordmark__line {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  width: min(18%, 21.8rem);
  margin-top: 4.8rem;
  margin-left: 4%;
}

.staff01-wordmark__unique {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(4.8rem, 28.527rem, 28.527rem);
  line-height: 1.19;
  text-transform: uppercase;
  opacity: 0.88;
}

.staff01-wordmark__being {
  grid-column: 1;
  grid-row: 3;
  margin-top: -1rem;
  margin-left: 18%;
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(1.8rem, 8.77rem, 8.77rem);
  line-height: 1.19;
  opacity: 0.88;
}

/* Portrait */
.staff01-portrait {
  position: relative;
  z-index: 3;
  background: var(--bg);
}

.staff01-portrait__frame {
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
  margin: 0;
}

.staff01-portrait__base,
.staff01-portrait__layer {
  grid-area: stack;
  width: 100%;
}

.staff01-portrait__base {
  aspect-ratio: 2448 / 1278;
  object-fit: cover;
}

.staff01-portrait__layer {
  width: 100%;
  margin: 0 auto;
  align-self: center;
}

/* Profile scroll scene */
.staff01-scroll-scene--profile {
  position: relative;
  z-index: 3;
  isolation: isolate;
}

.staff01-profile__pin {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: var(--panel);
}

/* Profile */
.staff01-profile {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  background: var(--panel);
}

/* Profile intro — Figma 68:574 */
.staff01-profile__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 96.3rem);
  min-height: 32.4rem;
  margin: 120px auto;
  padding: 0;
  will-change: transform, opacity;
}

.staff01-profile__quote {
  width: 100%;
  max-width: 61.8rem;
  font-size: clamp(1.6rem, 3.1rem, 3.1rem);
  font-weight: 400;
  line-height: 1.19;
  text-align: center;
  color: var(--text-on-panel);
}

.staff01-profile__identity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(2rem, 5.3rem, 5.8rem);
  width: 100%;
}

.staff01-profile__role-en {
  flex: 0 0 auto;
  font-family: var(--abel);
  font-size: clamp(1.8rem, 3.964rem, 3.964rem);
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-on-panel);
  white-space: nowrap;
}

.staff01-profile__rule {
  flex: 0 0 15.67rem;
  width: 15.67rem;
  max-width: 15.67rem;
  height: 0.093rem;
  background: rgba(243, 238, 238, 0.22);
}

.staff01-profile__name-ko {
  flex: 0 0 auto;
  font-family: var(--score);
  font-size: clamp(2.8rem, 5.66rem, 5.66rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.17rem;
  text-transform: uppercase;
  color: var(--text-on-panel);
  white-space: nowrap;
}

.staff01-profile__role-ko {
  flex: 0 0 auto;
  font-family: var(--score);
  font-size: clamp(1.6rem, 3.343rem, 3.343rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.134rem;
  text-transform: uppercase;
  color: var(--text-on-panel);
  white-space: nowrap;
}

.staff01-profile__name-band {
  display: grid;
  place-items: center;
  min-height: 78.4rem;
  padding: 110px var(--content-pad) 66px;
  background: var(--panel);
}

.staff01-profile__en-name span {
  display: block;
}

.staff01-profile__en-name {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(4.8rem, 24.319rem, 24.319rem);
  line-height: 0.76;
  letter-spacing: 0.243rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-on-panel);
  opacity: 0.88;
  max-width: 1090px;
  background: #625656;
  position: relative;
  z-index: 2;
}

/* Experience — Figma 68:585 */
.staff01-scroll-scene--experience {
  position: relative;
  z-index: 4;
  isolation: isolate;
  margin-top: calc(-1 * var(--staff01-experience-approach, 0px));
  padding: 0 var(--content-pad) 8rem;
  background: var(--panel);
}

.staff01-experience__track {
  position: sticky;
  top: var(--staff01-experience-pin-top);
  z-index: 4;
  width: min(100%, 209.5rem);
  margin: 0 auto;
}

.staff01-experience {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 122.2fr) minmax(0, 87.3fr);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

.staff01-experience__photo {
  display: grid;
  grid-template-areas: "stack";
  overflow: hidden;
  height: 100.9rem;
  background: #8a7a78;
}

.staff01-experience__photo > img {
  grid-area: stack;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.staff01-experience__brand {
  grid-area: stack;
  align-self: start;
  justify-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  margin: 6.3rem 0 0 5.2rem;
}

.staff01-experience__brand-icons {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.staff01-experience__brand-icons img {
  width: 4.02rem;
  height: auto;
  object-fit: contain;
}

.staff01-experience__brand-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Mangro';
  font-size: clamp(1.8rem, 5.363rem, 5.363rem);
  line-height: 1.19;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: var(--text-on-panel);
  opacity: 0.84;
  display: none;
}

.staff01-experience__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100.9rem;
  padding: 11.1rem 13.3rem 12.2rem;
  background: var(--panel-deep);
  color: var(--text-on-panel);
}

.staff01-experience__heading {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(2.8rem, 8rem, 8rem);
  line-height: 0.86;
  text-align: right;
  opacity: 0.88;
}

.staff01-experience__heading span {
  display: block;
  font-family: 'Mangro';
}

.staff01-experience__details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3.6rem;
  width: 100%;
  max-width: 24.4rem;
}

.staff01-experience__label {
  font-size: clamp(1.6rem, 3rem, 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.staff01-experience__list {
  list-style: none;
  width: 100%;
  font-size: clamp(1.4rem, 2.6rem, 2.6rem);
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: right;
}

.staff01-experience__release {
  position: relative;
  z-index: 5;
  width: min(100%, 209.5rem);
  min-height: var(--staff01-experience-release-height, 100.9rem);
  margin: 0 auto;
  background: var(--panel);
  pointer-events: none;
}

/* Academic — Figma 68:617 */
.staff01-scroll-scene--academic {
  position: relative;
  z-index: 5;
  isolation: isolate;
  margin-top: calc(-1 * var(--staff01-academic-overlap, 0px));
  padding: 0 var(--content-pad) 200px;
  background: var(--panel);
}

.staff01-academic {
  position: sticky;
  top: var(--staff01-academic-pin-top);
  display: grid;
  grid-template-columns: minmax(0, 87.3fr) minmax(0, 122.3fr);
  align-items: stretch;
  width: min(100%, 209.5rem);
  margin: 0 auto;
}

.staff01-academic__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100.9rem;
  padding: 12.6rem 4rem 12.3rem 13.5rem;
  background: var(--panel-mid);
  color: var(--text-on-panel);
}

.staff01-academic__heading {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(2.8rem, 8rem, 8rem);
  line-height: 0.86;
  text-align: left;
  opacity: 0.88;
}

.staff01-academic__heading span {
  display: block;
  font-family: 'Mangro';
}

.staff01-academic__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.5rem;
  width: 100%;
  max-width: 27.3rem;
}

.staff01-academic__label {
  font-size: clamp(1.6rem, 3rem, 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.staff01-academic__list {
  list-style: none;
  width: 100%;
  font-size: clamp(1.4rem, 2.6rem, 2.6rem);
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
}

.staff01-academic__photo {
  display: grid;
  grid-template-areas: "stack";
  overflow: hidden;
  height: 100.9rem;
  background: #8a7a78;
}

.staff01-academic__photo > img {
  grid-area: stack;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staff01-academic__brand {
  grid-area: stack;
  align-self: start;
  justify-self: end;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  margin: 6.3rem 5.2rem 0 0;
}

.staff01-academic__brand-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.staff01-academic__brand-icons img {
  width: 4.02rem;
  height: auto;
  object-fit: contain;
}

.staff01-academic__brand-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Mangro';
  font-size: clamp(1.8rem, 5.363rem, 5.363rem);
  line-height: 1.19;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: var(--text-on-panel);
  opacity: 0.84;
}

/* Philosophy + gallery */
.staff01-philosophy {
  background: var(--bg);
  color: var(--panel);
}

.staff01-philosophy__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
  padding: 92px var(--content-pad) 88px;
  text-align: center;
}

.staff01-philosophy__mark {
  width: 11.5rem;
  height: auto;
}

.staff01-philosophy__title {
  font-family: 'Mangro';
  font-weight: 400;
  font-size: clamp(3rem, 9rem, 9rem);
  line-height: 0.99;
  letter-spacing: 0.27rem;
  opacity: 0.88;
}

.staff01-philosophy__desc {
  max-width: 84rem;
  font-size: clamp(1.4rem, 2.6rem, 2.6rem);
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
}

.staff01-gallery {
  overflow: hidden;
  padding: 0 var(--content-pad) 130px;
}

.staff01-gallery .swiper-wrapper {
  align-items: stretch;
}

.staff01-gallery__item {
  overflow: hidden;
  aspect-ratio: 615 / 704;
  height: auto;
}

.staff01-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff01-gallery__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.staff01-gallery__arrow {
  border: 0;
  background: transparent;
  color: var(--text-on-panel);
  font-family: 'Mangro';
  font-size: clamp(1.6rem, 2.4rem, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.staff01-gallery__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  gap: 0.8rem;
}

.staff01-gallery__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: var(--text-on-panel);
  opacity: 0.3;
}

.staff01-gallery__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.staff01-footer-spacer {
  min-height: 28rem;
  background: var(--panel);
}

/* Responsive */
@media (max-width: 1200px) {
  .staff01-experience {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .staff01-experience__photo,
  .staff01-experience__panel {
    height: auto;
    min-height: 0
  }
  .staff01-experience__photo > img{
    height: auto;
  }

  .staff01-academic {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .staff01-academic__photo {
    order: 1;
    height: auto;
    min-height: 56rem;
  }

  .staff01-academic__panel {
    order: 2;
    height: auto;
    min-height: 56rem;
  }

  .staff01-profile__intro {
    gap: 5rem;
    min-height: auto;
    margin: 0 auto;
  }

  .staff01-profile__identity {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem 2.4rem;
  }

  .staff01-profile__rule {
    flex: 0 0 10rem;
    width: 10rem;
    max-width: 10rem;
  }
}
.staff01-footer-spacer{
  display: none;
}
.mob-type{
  display: none;
}
@media (max-width: 768px) {
  .pc-type {
    display: none !important;
  }

  .mob-type {
    display: block !important;
  }

  .staff01-hero__content {
    gap: 4rem;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .staff01-scroll-scene--profile{
    min-height: 0 !important;
  }
  .staff01-profile__pin{
    position: static;
    height: auto;
    padding-bottom: 80px;
  }
  .staff01-profile__intro{
    transform: initial !important;
  }
  .staff01-experience__track{
    position: static;
  }
  .staff01-scroll-scene--experience{
    margin-top: 0;
  }

  .staff01-profile__quote {
    font-size: 15px;
    max-width: 70rem;
  }

  .staff01-experience__panel {
    padding: 30px;
  }

  .staff01-experience__heading {
    font-size: 41px;
  }

  .staff01-experience__label {
    font-size: 15px;
  }

  .staff01-experience__label {
    font-size: 13px;
  }

  .staff01-academic__panel {
    padding: 30px;
  }

  .staff01-academic__label {
    font-size: 15px;
  }

  .staff01-academic__list {
    font-size: 13px;
  }

  .staff01-academic__details {
    max-width: 100rem;
  }

  .staff01-wordmark {
    padding-block: 5rem;
  }

  .staff01-profile__role-en {
    font-size: 13px;
  }

  .staff01-profile__name-ko {
    font-size: 30px;
  }

  .staff01-wordmark__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 0.8rem;
  }

  .staff01-wordmark__art,
  .staff01-wordmark__of,
  .staff01-wordmark__line,
  .staff01-wordmark__unique,
  .staff01-wordmark__being {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
    justify-self: center;
    text-align: center;
  }

  .staff01-wordmark__line {
    width: 12rem;
    margin-block: 0.8rem;
  }

  .staff01-profile__name-band {
    min-height: auto;
    padding-block: 80px;
  }

  .staff01-experience__heading,
  .staff01-experience__list,
  .staff01-experience__details {
    text-align: right;
    align-items: flex-end;
  }
  .staff01-experience__heading{
    text-align: left;
    width: 100%;
    align-items: flex-start;
  }
  .staff01-experience__details{
    text-align: right;
    align-items: flex-end;
    margin-top: 40px;
  }

  .staff01-academic__heading,
  .staff01-academic__list,
  .staff01-academic__details {
    text-align: right;
    align-items: flex-end;
  }
  .staff01-experience__brand{
    display: none;
  }
  .staff01-academic__brand{
    display: none;
  }
  .staff01-academic__heading{
    text-align: left;
    width: 100%;
    align-items: flex-start;
  }
  .staff01-academic__details {
    text-align: right;
    align-items: flex-end;
    margin-top: 40px;
  }

  .staff01-academic__list {
    margin-top: 0;
  }

  .staff01-gallery {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .staff01-portrait__layer {
    width: 100%;
  }

  .staff01-hero__title span {
    font-size: 41px;
    display: inline;
  }

  .staff01-scroll-scene--academic {
    min-height: 0 !important;
    padding: 0 17px 17px 17px;
  }

  .staff01-scroll-scene--experience {
    padding: 0 17px 17px 17px;
  }
  .staff01-philosophy__title{
    font-size: 35px;
  }
  .staff01-philosophy__desc{
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .staff01-experience,
  .staff01-academic {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
  }

  .staff01-hero__content,
  .staff01-profile__intro {
    transform: none !important;
    opacity: 1 !important;
  }
}
