/* about-nibec-leadership.css */
/* Figma: 1920×5278 | Node 3944:10477 (2-3. About NIBEC > Leadership) */

/* ========== 01-header ========== */
/* Figma: 1920×400 | pad LR:320 B:40, align bottom */

.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 25rem; /* 400px */
  padding: 0 clamp(1.25rem, 16.67vw, 20rem) 2.5rem;
  background-color: #ffffff;
  box-sizing: border-box;
}

.page-header__inner {
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.page-header__content {
  display: flex;
  align-items: center;
  gap: 2.1875rem; /* 35px */
  padding: 0.375rem 0;
}

.page-header__accent {
  width: 0.625rem; /* 10px */
  align-self: stretch;
  background-color: var(--logogreen);
  flex-shrink: 0;
}

.page-header__title {
  font-family: var(--font-paperlogy);
  font-size: clamp(1.75rem, 3.125vw, 3.75rem); /* 60px at 1920 */
  font-weight: 700;
  line-height: 1.2;
  color: var(--logogreen);
  margin: 0;
}

@media (max-width: 1199px) {
  .page-header {
    height: auto;
    min-height: 15rem;
  }
}

@media (max-width: 767px) {
  .page-header__content {
    gap: 1rem;
  }

  .page-header__accent {
    width: 0.375rem;
  }
}

/* ========== 02-navbar-index ========== */
/* Figma: 1920×72 | pad LR:320 T:30 */

.navbar-index {
  width: 100%;
  padding: 1.875rem clamp(1.25rem, 16.67vw, 20rem) 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

.navbar-index__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.navbar-index__link {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem);
  line-height: 2.625rem;
  color: rgba(0, 0, 0, 0.7);
}

.navbar-index__link--active {
  font-weight: 600;
}

/* ========== 03-ceo-message ========== */
/* Figma: 1920×881 | pad LR:316 T:150 B:100, HORIZONTAL gap:60 */

.ceo-message-section {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.ceo-message-wrapper {
  width: 100%;
  padding: clamp(3rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.46vw, 19.75rem) clamp(2rem, 5.21vw, 6.25rem);
  box-sizing: border-box;
}

.ceo-message-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 3.125vw, 3.75rem); /* 60px at 1920 */
  width: 100%;
  max-width: 80rem; /* 1280px */
}

/* Left: Text */
.ceo-message-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  align-items: flex-end;
  flex: 1;
  min-width: 0;
}

.ceo-message-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  width: 100%;
}

.ceo-message-title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.ceo-message-subtitle {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Quote */
.ceo-message-quote {
  display: flex;
  gap: 2.1875rem; /* 35px */
  align-items: stretch;
  width: 100%;
}

.ceo-message-quote-bar {
  width: 0.625rem; /* 10px */
  background-color: var(--logogreen);
  flex-shrink: 0;
}

.ceo-message-quote-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
  justify-content: center;
  flex: 1;
}

.ceo-message-quote-text p {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.ceo-signature {
  color: var(--darkgreen);
}

.ceo-signature .ceo-role,
.ceo-signature .ceo-closing {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.042vw, 1.25rem);
  line-height: 1.6;
}

.ceo-signature .ceo-name {
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
}

/* Right: Photo */
.ceo-photo-wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}

.ceo-photo-container {
  width: clamp(16rem, 22.34vw, 26.8125rem); /* 429px at 1920 */
  height: 100%;
  background-color: var(--lightgray);
  overflow: hidden;
  position: relative;
}

.ceo-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 1199px) {
  .ceo-message-container {
    flex-direction: column;
  }

  .ceo-message-content {
    align-items: flex-start;
  }

  .ceo-photo-wrapper {
    width: 100%;
    justify-content: center;
  }

  .ceo-photo-container {
    width: 100%;
    max-width: 26.8125rem;
    height: 25rem;
  }

  .ceo-photo {
    width: 100%;
    left: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ceo-message-container {
    flex-direction: column-reverse;
  }

  .ceo-message-quote {
    gap: 1rem;
  }

  .ceo-message-quote-bar {
    width: 0.25rem;
  }

  .ceo-message-subtitle br,
  .ceo-message-quote-text p br {
    display: none;
  }

  .ceo-photo-container {
    height: 20rem;
  }
}

/* ========== 04-core-values ========== */
/* Figma: pad LR:320 T:150 B:80, VERTICAL gap:40, 3 value rows */

.core-values-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.core-values-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  padding: clamp(4rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.67vw, 20rem) clamp(2rem, 4.17vw, 5rem);
  box-sizing: border-box;
}

.core-values-header {
  display: block;
}

.core-values-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.core-values-description {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

.core-values-list {
  display: flex;
  flex-direction: column;
}

/* Figma: HORIZONTAL, gap:40, 1280px wide, radius 540 */
.core-value-item {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.083vw, 2.5rem); /* 40px at 1920 */
  padding: 1.25rem 0; /* 20px */
  max-width: 80rem;
}

/* Figma: 220px wide label */
.value-label {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: clamp(8rem, 11.46vw, 13.75rem); /* 220px at 1920 */
}

.value-en {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.083vw, 2.5rem); /* 40px at 1920 */
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--logogreen);
}

.value-ko {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.5625vw, 1.875rem); /* 30px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--gray);
}

/* Figma: 160×160 circle, border 1px rgba(46,68,61,0.3) */
.value-icon-wrapper {
  flex-shrink: 0;
  width: clamp(5rem, 8.33vw, 10rem); /* 160px at 1920 */
  height: clamp(5rem, 8.33vw, 10rem);
  border: 1px solid rgba(46, 68, 61, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon {
  width: 55%;
  height: 55%;
  object-fit: contain;
}

.value-description {
  flex: 1;
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.042vw, 1.25rem); /* 20px at 1920 */
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--gray);
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .core-value-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .value-label {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    gap: 0.75rem;
  }

  .value-icon-wrapper {
    align-self: center;
  }

  .value-description br {
    display: none;
  }
}

/* ========== 05-org-chart ========== */
/* Figma: pad LR:320 TB:150, HORIZONTAL center, gap:60 */

.org-chart-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: clamp(3rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.67vw, 20rem);
  background-color: #ffffff;
  box-sizing: border-box;
}

.org-chart-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
  max-width: 80rem; /* 1280px */
}

.org-chart-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
}

.org-chart-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.org-chart-description {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

.org-chart-description strong {
  font-weight: 800;
}

.org-chart-content {
  padding: 2.5rem 0;
}

.org-chart-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 1199px) {
  .org-chart-description br {
    display: none;
  }
}

/* ========== 06-ethics-section ========== */
/* Figma: 1920×637, gradient bg + image */

.ethics-section {
  width: 100%;
  aspect-ratio: 2880 / 956;
  background: url('../assets/images/about-nibec-leadership/ethics-sustainability.png') center / cover no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  padding: clamp(6rem, 10.36vw, 12.4375rem) clamp(1.25rem, 22.29vw, 26.75rem) clamp(6rem, 10.36vw, 12.4375rem) clamp(2rem, 42.24vw, 50.6875rem);
  /* Figma: 199px 428px 199px 811px at 1920 */
  box-sizing: border-box;
}

.ethics-section__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
}

.ethics-section__title {
  font-family: var(--font-paperlogy);
  font-size: clamp(1.75rem, 2.1875vw, 2.625rem); /* 42px at 1920 */
  font-weight: 700;
  font-style: normal;
  line-height: 1.3; /* 130% */
  color: var(--darkgreen, #14483C);
  text-transform: capitalize;
  margin: 0;
}

.ethics-section__desc {
  font-family: var(--font-pretendard);
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  font-weight: 600;
  font-style: normal;
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em; /* -0.44px */
  color: var(--darkgreen, #14483C);
  text-transform: capitalize;
  margin: 0;
}

.ethics-section__body {
  font-family: var(--font-pretendard);
  font-size: clamp(1rem, 1.146vw, 1.375rem); /* 22px at 1920 */
  font-weight: 600;
  font-style: normal;
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em; /* -0.44px */
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
}
