/* technology-regenerative-biomaterials.css - Auto-merged from 7 section files */
/* Do not edit directly - regenerate with merge_section_css.py */

/* ========== 01-header-타이틀-배경 ========== */
/* ==============================================
   Header Section - technology-regenerative-biomaterials
   Figma Node: 3944:9723
   ============================================== */

.header-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
}

.header-content {
  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;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 2.1875rem; /* 35px */
  width: 100%;
}

.title-accent {
  flex-shrink: 0;
  width: 0.625rem; /* 10px */
  height: 100%;
  min-height: 4.5rem; /* 72px - matches title line height */
  background-color: var(--logogreen);
  align-self: stretch;
}

.header-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 3.75rem; /* 60px */
  line-height: 1.2;
  color: var(--logogreen);
  text-transform: capitalize;
  margin: 0;
  word-break: keep-all;
}

/* ==============================================
   Tablet (768px - 1199px)
   ============================================== */
@media (max-width: 1199px) {
  .header-content {
    height: auto;
    min-height: 18.75rem; /* 300px */
    padding: 2rem 5%;
  }

  .title-wrapper {
    width: 100%;
    gap: 1.5rem;
  }

  .header-title {
    font-size: 2.5rem; /* 40px */
    white-space: normal;
  }

  .title-accent {
    min-height: 3rem;
  }
}

/* ==============================================
   Mobile (max-width: 767px)
   ============================================== */
@media (max-width: 767px) {
  .header-content {
    min-height: 12.5rem; /* 200px */
    padding: 1.5rem 5%;
  }

  .title-wrapper {
    gap: 1rem;
  }

  .header-title {
    font-size: 1.5rem; /* 24px */
  }

  .title-accent {
    width: 0.375rem; /* 6px */
    min-height: 2rem;
  }
}

/* ========== 02-navbar-index-서브-네비게이션 ========== */
/* Uses common.css .navbar-index base styles (padding: 1.875rem 20rem 0, height: 4.5rem) */

.navbar-index__breadcrumb {
  font-family: var(--font-poppins);
  font-size: 1.25rem; /* 20px */
  line-height: 2.625rem; /* 42px */
  color: rgba(0, 0, 0, 0.7);
}

.navbar-index__parent {
  font-weight: 400;
}

.navbar-index__current {
  font-weight: 600;
}

/* ========== 03-핵심-사업-분야-소개-3개-카드-그리드 ========== */
/* ===========================================
   Core Business Section - 핵심 사업 분야 소개 3개 카드 그리드
   =========================================== */

.core-business-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin-top: 9.375rem; /* 150px - Figma Frame 71 padding-top */
}

.core-business-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 clamp(1.25rem, 16.67vw, 20rem);
  box-sizing: border-box;
}

.core-business-content {
  display: flex;
  flex-direction: column;
  gap: 5rem; /* 80px */
  width: 100%;
}

/* Header Styles */
.core-business-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  width: 100%;
}

.core-business-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.625rem; /* 42px */
  line-height: 1.3;
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

.core-business-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem; /* -0.4px */
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

/* Cards Grid */
.core-business-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Card Styles */
.core-business-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem; /* 30px */
  width: 25rem; /* 400px */
  max-width: 100%;
  padding: 0 0.9375rem; /* 0 15px */
  box-sizing: border-box;
}

.card-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.125rem; /* 34px */
  line-height: 1.3;
  color: var(--logogreen);
  text-align: center;
  margin: 0;
  width: 100%;
}

.card-icon {
  width: 12.5rem; /* 200px */
  height: 12.5rem; /* 200px */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-icon img {
  width: 10rem; /* 160px - inner icon size */
  height: 10rem;
  object-fit: contain;
}

.card-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem; /* -0.4px */
  color: var(--darkgreen);
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  width: 100%;
}

/* ===========================================
   Tablet Responsive (768px ~ 1199px)
   =========================================== */
@media (max-width: 1199px) {
  .core-business-section {
    margin-top: 4rem;
  }

  .biomaterial-tech-section,
  .innovation-lineup-section,
  .core-portfolio-section,
  .global-certification-section {
    margin-top: 6rem;
  }

  .core-business-wrapper {
    padding: 4rem 5%;
  }

  .core-business-content {
    width: 100%;
    gap: 3.5rem;
  }

  .core-business-title {
    font-size: 2rem;
  }

  .core-business-description {
    font-size: 1.125rem;
  }

  .core-business-cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  }

  .core-business-card {
    width: calc(50% - 1.25rem);
    min-width: 18rem;
    max-width: 22rem;
  }

  .card-title {
    font-size: 1.75rem;
  }

  .card-icon {
    width: 10rem;
    height: 10rem;
  }

  .card-icon img {
    width: 8rem;
    height: 8rem;
  }

  .card-description {
    font-size: 1.0625rem;
  }
}

/* ===========================================
   Mobile Responsive (~ 767px)
   =========================================== */
@media (max-width: 767px) {
  .core-business-section {
    margin-top: 3rem;
  }

  .biomaterial-tech-section,
  .innovation-lineup-section,
  .core-portfolio-section,
  .global-certification-section {
    margin-top: 4rem;
  }

  .core-business-wrapper {
    padding: 3rem 5%;
  }

  .core-business-content {
    gap: 2.5rem;
  }

  .core-business-header {
    gap: 1.5rem;
  }

  .core-business-title {
    font-size: 1.625rem;
    text-align: center;
  }

  .core-business-description {
    font-size: 1rem;
    text-align: center;
  }

  .core-business-cards {
    flex-direction: column;
    gap: 2.5rem;
  }

  .core-business-card {
    width: 100%;
    max-width: 20rem;
    gap: 1.25rem;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .card-icon {
    width: 9rem;
    height: 9rem;
  }

  .card-icon img {
    width: 7rem;
    height: 7rem;
  }

  .card-description {
    font-size: 0.9375rem;
  }
}

/* ========== 04-바이오소재-핵심-기술-이미지-텍스트-리스트 ========== */
/* ==============================================
   Biomaterial Core Technology Section
   Size: 1920 x 1080 (from checklist)
   ============================================== */

.biomaterial-tech-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin-top: 12.5rem; /* 200px gap between sections */
}

.biomaterial-tech-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.biomaterial-tech-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem; /* 80px */
}

/* Header Area */
.biomaterial-tech-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem; /* 40px */
  padding: 0 clamp(1.25rem, 16.67vw, 20rem);
  box-sizing: border-box;
}

.biomaterial-tech-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.625rem; /* 42px */
  line-height: 1.3;
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

.biomaterial-tech-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem; /* -0.4px */
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
  width: 100%;
}

/* Main Content Area */
.biomaterial-tech-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0 clamp(1.25rem, 16.67vw, 20rem);
  box-sizing: border-box;
}

.biomaterial-tech-image-container {
  width: 33.28%; /* 426px / 1280px */
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.biomaterial-tech-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biomaterial-tech-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
  padding: 2.5rem 2.5rem 2.5rem 5rem; /* 40px 40px 40px 80px */
  background-color: var(--lightgray);
  box-sizing: border-box;
}

.biomaterial-tech-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem; /* 20px */
  justify-content: center;
  min-height: 8.8125rem; /* 141px */
}

.biomaterial-tech-item-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.125rem; /* 34px */
  line-height: 1.3;
  color: var(--logogreen);
  margin: 0;
}

.biomaterial-tech-item-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem; /* -0.4px */
  color: var(--gray);
  text-transform: capitalize;
  margin: 0;
}

/* ==============================================
   Responsive - Tablet (max-width: 1024px)
   ============================================== */
@media (max-width: 1024px) {
  .biomaterial-tech-content {
    width: 100%;
    gap: 3rem;
  }

  .biomaterial-tech-header {
    gap: 1.5rem;
    padding: 0 5%;
  }

  .biomaterial-tech-title {
    font-size: 2rem;
  }

  .biomaterial-tech-description {
    font-size: 1.125rem;
  }

  .biomaterial-tech-main {
    flex-direction: column;
    gap: 0;
    padding: 0 5%;
  }

  .biomaterial-tech-image-container {
    width: 100%;
  }

  .biomaterial-tech-image {
    width: 100%;
    height: auto;
    max-height: 20rem;
  }

  .biomaterial-tech-list {
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    box-sizing: border-box;
  }

  .biomaterial-tech-item {
    min-height: auto;
  }

  .biomaterial-tech-item-title {
    font-size: 1.75rem;
  }

  .biomaterial-tech-item-description {
    font-size: 1rem;
  }
}

/* ==============================================
   Responsive - Mobile (max-width: 768px)
   ============================================== */
@media (max-width: 768px) {
  .biomaterial-tech-content {
    width: 100%;
    gap: 2rem;
  }

  .biomaterial-tech-header {
    gap: 1.25rem;
    padding: 0 5%;
  }

  .biomaterial-tech-title {
    font-size: 1.5rem;
  }

  .biomaterial-tech-description {
    font-size: 1rem;
  }

  .biomaterial-tech-main {
    flex-direction: column;
    gap: 0;
    padding: 0 5%;
  }

  .biomaterial-tech-image-container {
    width: 100%;
  }

  .biomaterial-tech-image {
    max-height: 15rem;
  }

  .biomaterial-tech-list {
    width: 100%;
    gap: 1.5rem;
    padding: 1.5rem;
    box-sizing: border-box;
  }

  .biomaterial-tech-item {
    gap: 0.75rem;
  }

  .biomaterial-tech-item-title {
    font-size: 1.25rem;
  }

  .biomaterial-tech-item-description {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

/* ========== 05-차세대-재생의학-혁신-라인업-좌우-교차-레이아웃 ========== */
/* ==========================================================================
   Innovation Lineup Section - 차세대 재생의학 혁신 라인업
   ========================================================================== */

.innovation-lineup-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin-top: 12.5rem; /* 200px gap between sections */
}

.innovation-lineup-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.innovation-lineup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem; /* 40px */
  width: 100%;
}

/* Section Header */
.innovation-lineup-header {
  width: 100%;
  padding: 0 clamp(1.25rem, 16.67vw, 20rem);
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; /* 40px */
}

.innovation-lineup-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.625rem; /* 42px */
  line-height: 1.3;
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

.innovation-lineup-description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: var(--darkGreen);
  margin: 0;
}

/* Product Cards Container */
.innovation-lineup-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Product Card Base */
.product-card {
  display: flex;
  height: 26.875rem; /* 430px */
  width: 100%;
  background-color: #ffffff;
}

/* Product Card Image */
.product-card__image {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Card Content */
.product-card__content {
  width: 50%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.product-card__content--dark {
  background-color: var(--logogreen);
  padding: 6.875rem clamp(1.5rem, 16.67vw, 20rem) 6.875rem clamp(1.5rem, 4.17vw, 5rem);
  align-items: flex-start;
}

.product-card__content--light {
  background-color: var(--lightgray);
  padding: 6.875rem clamp(1.5rem, 4.17vw, 5rem) 6.875rem clamp(1.5rem, 16.67vw, 20rem);
  align-items: flex-end;
}

/* Product Card Text Container */
.product-card__text {
  display: flex;
  flex-direction: column;
  gap: 1.875rem; /* 30px */
  width: 100%;
  max-width: 35rem; /* 560px */
}

/* Product Card Title */
.product-card__title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.125rem; /* 34px */
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.product-card__title--green {
  color: var(--logogreen);
}

/* Product Card Description */
.product-card__description {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
  letter-spacing: -0.025rem; /* -0.4px */
  color: var(--offwhite);
  margin: 0;
  text-transform: capitalize;
}

.product-card__description--dark {
  color: var(--gray);
}

/* ==========================================================================
   Responsive - Tablet (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  .innovation-lineup-header {
    padding: 0 5%;
    gap: 1.5rem;
  }

  .innovation-lineup-title {
    font-size: 2rem;
  }

  .innovation-lineup-description {
    font-size: 1.125rem;
  }

  .product-card {
    height: auto;
    flex-direction: column;
  }

  .product-card--image-right {
    flex-direction: column-reverse;
  }

  .product-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .product-card__content {
    width: 100%;
  }

  .product-card__content--dark,
  .product-card__content--light {
    padding: 3rem 5%;
    align-items: flex-start;
  }

  .product-card__text {
    width: 100%;
  }

  .product-card__title {
    font-size: 1.75rem;
  }

  .product-card__description {
    font-size: 1rem;
  }
}

/* ==========================================================================
   Responsive - Mobile (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .innovation-lineup-content {
    gap: 1.5rem;
  }

  .innovation-lineup-header {
    padding: 0 5%;
    gap: 1rem;
  }

  .innovation-lineup-title {
    font-size: 1.5rem;
  }

  .innovation-lineup-description {
    font-size: 1rem;
  }

  .product-card__content--dark,
  .product-card__content--light {
    padding: 2rem 5%;
  }

  .product-card__text {
    gap: 1rem;
  }

  .product-card__title {
    font-size: 1.375rem;
  }

  .product-card__description {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

/* ========== 06-핵심-포트폴리오-3행-이미지-텍스트-그리드 ========== */
/* Core Portfolio Section */
.core-portfolio-section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    margin-top: 12.5rem; /* 200px gap between sections */
}

.core-portfolio-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem; /* 40px */
    padding: 2.5rem clamp(1.25rem, 16.67vw, 20rem);
    box-sizing: border-box;
}

/* Header */
.core-portfolio-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem; /* 40px */
}

.core-portfolio-description {
    font-family: var(--font-pretendard);
    font-weight: 400;
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
    letter-spacing: -0.025rem;
    color: var(--darkGreen);
    margin: 0;
}

.core-portfolio-title {
    font-family: var(--font-paperlogy);
    font-weight: 700;
    font-size: 2.625rem; /* 42px */
    line-height: 1.3;
    color: var(--darkgreen);
    text-transform: capitalize;
    margin: 0;
}

/* Portfolio Rows Container */
.core-portfolio-rows {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Portfolio Row - Common */
.portfolio-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.portfolio-row + .portfolio-row {
    border-top: none;
}

/* Portfolio Image Container */
.portfolio-image-container {
    width: 50%; /* 640px at 1280px */
    overflow: hidden;
    position: relative;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Portfolio Content */
.portfolio-content {
    width: 50%; /* 640px at 1280px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem; /* 80px */
    box-sizing: border-box;
}

.portfolio-content-dark {
    background-color: var(--logogreen);
}

.portfolio-content-light {
    background-color: var(--lightgray);
}

.portfolio-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.875rem; /* 30px */
}

/* Portfolio Heading */
.portfolio-heading {
    font-family: var(--font-paperlogy);
    font-weight: 700;
    font-size: 2.125rem; /* 34px */
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}

.portfolio-heading-green {
    color: var(--logogreen);
}

/* Portfolio Description */
.portfolio-description {
    font-family: var(--font-pretendard);
    font-weight: 400;
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
    letter-spacing: -0.025rem; /* -0.4px */
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}

.portfolio-description-dark {
    color: var(--gray);
}

/* Portfolio List */
.portfolio-list {
    list-style-type: disc;
    padding-left: 1.875rem; /* 30px */
    margin: 0;
    font-family: var(--font-pretendard);
    font-weight: 400;
    font-size: 1.25rem; /* 20px */
    line-height: 1.6;
    letter-spacing: -0.025rem; /* -0.4px */
    color: #ffffff;
    text-transform: capitalize;
}

.portfolio-list li {
    margin-bottom: 0;
}

.portfolio-list-dark {
    color: var(--gray);
}

/* Row 1 Specific - 이미지가 콘텐츠 높이에 맞춰 늘어남 */
.portfolio-row-1 {
    min-height: 31.25rem; /* 500px at desktop */
}

.portfolio-row-1 .portfolio-image-container {
    position: relative;
}

.portfolio-row-1 .portfolio-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Row 2 Specific */
.portfolio-row-2 {
    background-color: #d4ba9f;
}

.portfolio-row-2 .portfolio-content {
    width: 33.3%; /* 426px / 1280px */
}

.portfolio-row-2 .portfolio-image-container {
    width: 66.7%;
    flex-grow: 1;
}

.portfolio-image-blur-container {
    height: 27.25rem; /* 436px */
}

.portfolio-image-blur-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-image-blur {
    filter: blur(10px);
    width: 109.25%;
    height: 112.68%;
    position: absolute;
    left: -6.25%;
    top: -10.75%;
}

.portfolio-image-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(-89.19deg, rgba(246, 245, 242, 0) 65.141%, rgb(246, 245, 242) 91.826%);
}

/* Row 3 Specific */
.portfolio-row-3 {
    background: linear-gradient(to top, #deb5a1 25%, #e1baa7 38.443%, #e6c3b4 80.25%);
}

.portfolio-row-3 .portfolio-image-container {
    position: relative;
}

.portfolio-row-3 .portfolio-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-image-container-pet {
    display: flex;
    align-items: center;
}

.portfolio-image-pet {
    width: 171.23%;
    height: 140.98%;
    position: relative;
    left: -28.37%;
    max-width: none;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .core-portfolio-wrapper {
        padding: 2.5rem 5%;
    }

    .core-portfolio-header {
        gap: 1.5rem;
    }

    .core-portfolio-title {
        font-size: 2rem;
    }

    .core-portfolio-description {
        font-size: 1.125rem;
    }

    .portfolio-row {
        flex-direction: column;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .portfolio-row + .portfolio-row {
        border-top: none;
    }

    .portfolio-image-container,
    .portfolio-content {
        width: 100%;
    }

    .portfolio-row-2 .portfolio-content,
    .portfolio-row-2 .portfolio-image-container {
        width: 100%;
    }

    /* 이미지: column에서 absolute 리셋 + aspect-ratio */
    .portfolio-image-container {
        aspect-ratio: 16 / 9;
        height: auto;
        position: relative;
    }

    .portfolio-row-1 .portfolio-image,
    .portfolio-row-3 .portfolio-image {
        position: relative;
        inset: auto;
    }

    .portfolio-row-1 {
        min-height: auto;
    }

    .portfolio-content {
        padding: 2.5rem;
    }

    .portfolio-heading {
        font-size: 1.75rem;
    }

    .portfolio-description,
    .portfolio-list {
        font-size: 1rem;
    }

    /* Pet 이미지 반응형 리셋 */
    .portfolio-image-pet {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: relative;
        max-width: none;
    }

    /* Row 2: 이미지가 위로 오도록 */
    .portfolio-row-2 {
        flex-direction: column-reverse;
    }

    /* Row 3 그래디언트 배경 유지 */
    .portfolio-row-3 {
        background: #e1baa7;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .core-portfolio-wrapper {
        gap: 1.5rem;
        padding: 1.5rem 5%;
    }

    .core-portfolio-header {
        gap: 1rem;
    }

    .core-portfolio-title {
        font-size: 1.5rem;
    }

    .core-portfolio-description {
        font-size: 1rem;
    }

    /* 이미지 비율 모바일 */
    .portfolio-image-container {
        aspect-ratio: 4 / 3;
    }

    .portfolio-content {
        padding: 1.5rem;
    }

    .portfolio-text-wrapper {
        gap: 1rem;
    }

    .portfolio-heading {
        font-size: 1.25rem;
    }

    .portfolio-description,
    .portfolio-list {
        font-size: 0.9375rem;
    }

    .portfolio-list {
        padding-left: 1.25rem;
    }
}

/* ========== 07-글로벌-인증-텍스트-이미지-레이아웃 ========== */
/* Global Certification Section */
.global-certification-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f7f5f3;
  margin-top: 12.5rem; /* 200px gap between sections */
}

.global-certification-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.75rem;
  width: 100%;
  max-width: 80rem;
}

.global-certification-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: center;
  padding: 9.375rem 0;
  min-height: 1px;
  min-width: 1px;
}

.global-certification-text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 49.5625rem;
}

.global-certification-title {
  font-family: var(--font-paperlogy);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.3;
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

.global-certification-desc {
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: var(--darkgreen);
  text-transform: capitalize;
  margin: 0;
}

.global-certification-list {
  display: flex;
  gap: 2.1875rem;
  align-items: flex-end;
  width: 100%;
}

.certification-bar {
  width: 0.625rem;
  align-self: stretch;
  background-color: var(--logogreen);
}

.certification-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.0275rem;
  color: var(--gray);
  text-transform: capitalize;
  list-style: none;
  margin: 0;
  padding: 0;
}

.certification-items li {
  word-break: keep-all;
}

/* Explore Button */
.explore-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
  color: #273c35;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-top: 0.5rem;
}

.explore-button:hover {
  opacity: 0.7;
}

.explore-button svg {
  width: 0.4375rem; /* 7px */
  height: 0.75rem; /* 12px */
}

.global-certification-image {
  position: relative;
  width: 26.625rem;
  height: 50rem;
  flex-shrink: 0;
}

.global-certification-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 1199px) {
  .global-certification-container {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 5%;
  }

  .global-certification-content {
    padding: 0;
    width: 100%;
  }

  .global-certification-text {
    width: 100%;
  }

  .global-certification-title {
    font-size: 2rem;
  }

  .global-certification-desc {
    font-size: 1.125rem;
  }

  .global-certification-desc br {
    display: none;
  }

  .certification-items {
    font-size: 1.125rem;
  }

  .certification-items li {
    white-space: normal;
  }

  .global-certification-image {
    width: 100%;
    height: auto;
    aspect-ratio: 426 / 800;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .global-certification-container {
    gap: 1.5rem;
    padding: 2rem 5%;
  }

  .global-certification-content {
    gap: 1.5rem;
  }

  .global-certification-text {
    gap: 1.5rem;
  }

  .global-certification-title {
    font-size: 1.5rem;
  }

  .global-certification-desc {
    font-size: 1rem;
  }

  .global-certification-list {
    gap: 1rem;
  }

  .certification-bar {
    width: 0.375rem;
  }

  .certification-items {
    font-size: 1rem;
    gap: 0.75rem;
  }

  .global-certification-image {
    aspect-ratio: 1 / 1;
  }
}

