/* about-nibec-certifications-compliance.css */
/* Figma: 1920×5615 | Node 3944:10685 */

/* ========== 01-header ========== */
.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 25rem;
  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;
}

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

.page-header__accent {
  width: 0.625rem;
  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);
  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 ========== */
.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-global-regulation ========== */
/* Figma: 1280×721, pad T:150 B:80, gap:80 */

.global-regulation-section {
  width: 100%;
  display: flex;
  background-color: #fff;
}

.global-regulation-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(4rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.67vw, 20rem) clamp(2rem, 4.17vw, 5rem);
  gap: clamp(2.5rem, 4.17vw, 5rem);
  box-sizing: border-box;
}

.global-regulation-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.global-regulation-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.header-title-wrap {
  display: block;
}

.header-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem);
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.header-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(1rem, 1.042vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Strategy Rows */
.strategy-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3.125vw, 3.75rem);
  margin-top: 2.5rem;
}

.strategy-row {
  display: flex;
  gap: clamp(1rem, 3.125vw, 3.75rem);
  align-items: center;
}

.strategy-tagline {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: clamp(8rem, 13.54vw, 16.25rem);
  flex-shrink: 0;
}

.tagline-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.375rem, 1.771vw, 2.125rem);
  line-height: 1.3;
  color: var(--logogreen);
  margin: 0;
}

.strategy-text {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--gray);
  margin: 0;
}

@media (max-width: 767px) {
  .strategy-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .strategy-tagline { width: 100%; }
}

/* ========== 04-world-quality ========== */
/* Figma: 1920×808, pad T:150 B:50 */

.world-quality-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: clamp(3rem, 7.81vw, 9.375rem);
  padding-bottom: clamp(1.5rem, 2.604vw, 3.125rem);
  background-color: #ffffff;
}

.world-quality-container {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4.17vw, 5rem);
  width: 100%;
}

.world-quality-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 0 clamp(1.25rem, 16.67vw, 20rem);
  box-sizing: border-box;
}

.world-quality-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem);
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.world-quality-subtitle {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Content Row: image left + text right */
.world-quality-content {
  display: flex;
  width: 100%;
  max-width: 120rem;
  background-color: var(--logogreen);
  overflow: hidden;
}

/* Left Image Box */
.world-quality-image-box {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 25.125rem;
  overflow: hidden;
}

.world-quality-image-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/about-nibec-certifications-compliance/global-market-bg.jpg');
  background-size: cover;
  background-position: center;
}

.world-quality-image-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.world-quality-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: clamp(15rem, 25vw, 30rem);
  height: 100%;
  background-color: rgba(0, 98, 65, 0.4);
  text-align: center;
  color: #ffffff;
}

.world-quality-stats-label {
  display: flex;
  flex-direction: column;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.world-quality-stats-number {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: clamp(4rem, 5.73vw, 6.875rem);
  line-height: 1;
}

/* Right Text Box */
.world-quality-text-box {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 4.17vw, 5rem);
}

.world-quality-text-inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 43.75rem;
  color: #ffffff;
}

.world-quality-text-title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.771vw, 2.125rem);
  line-height: 1.3;
  margin: 0;
}

.world-quality-list {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 0;
  padding-left: 1.875rem;
  list-style-type: disc;
}

.world-quality-list li { margin-bottom: 0; }

@media (max-width: 1199px) {
  .world-quality-content { flex-direction: column; }
  .world-quality-image-box { width: 100%; height: 18rem; }
  .world-quality-stats { width: 100%; }
  .world-quality-text-box { padding: 3rem 5%; }
  .world-quality-text-inner { max-width: none; }
}

/* ========== 05-compliance-list ========== */
/* Figma: 1280×2136, pad T:150 B:200, gap:80 */

.compliance-list {
  width: 100%;
  background-color: #ffffff;
}

.compliance-list__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4.17vw, 5rem);
  padding: clamp(4rem, 7.81vw, 9.375rem) clamp(1.25rem, 16.67vw, 20rem) clamp(5rem, 10.42vw, 12.5rem);
  box-sizing: border-box;
}

.compliance-list__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.compliance-list__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.1875vw, 2.625rem);
  line-height: 1.3;
  color: var(--darkgreen);
  margin: 0;
}

.compliance-list__subtitle {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--darkgreen);
  margin: 0;
}

/* Figma: gap 150 between items */
.compliance-list__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 7.81vw, 9.375rem);
}

/* Item: number + content */
.compliance-item {
  width: 100%;
  display: flex;
  gap: clamp(2rem, 4.17vw, 5rem);
  align-items: flex-start;
}

.compliance-item__number {
  font-family: var(--font-roboto);
  font-weight: 100;
  font-size: clamp(3.5rem, 7.81vw, 9.375rem);
  line-height: 1.2;
  color: var(--gray);
  flex-shrink: 0;
}

.compliance-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  min-width: 0;
}

.compliance-item__progress {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.compliance-item__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  background-color: #000000;
}

.compliance-item__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: clamp(1.375rem, 1.771vw, 2.125rem);
  line-height: 1.3;
  color: var(--logogreen);
  margin: 0;
}

.compliance-item__description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.042vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}

@media (max-width: 767px) {
  .compliance-item {
    flex-direction: column;
    gap: 1rem;
  }

  .compliance-item__description br {
    display: none;
  }
}

/* ========== 06-image-gallery (carousel) ========== */

.image-gallery-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(-21.24deg, rgb(184, 193, 190) 46.9%, rgb(127, 132, 126) 91.21%);
}

.image-gallery-container {
  width: 100%;
  max-width: 120rem;
  height: 34.625rem; /* 554px */
  overflow: hidden;
}

.image-gallery-track {
  display: flex;
  height: 100%;
  gap: 1px;
}

.image-gallery-item {
  flex: 0 0 calc(100% / 3);
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.image-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
