/* ========================================
   About Page – 迋斯生技 Figma 關於我們
   ======================================== */

#about-main.about-main {
  margin-top: var(--header-height);
  padding-bottom: 0;
  background: var(--color-wants-dark);
}

.about-content-background {
  position: relative;
  overflow: hidden;
  background-color: #fcfaf2;
  background-image: url('../images/about/about-content-background.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#about-main .about-content-background .about-section-title {
  color: #d77350;
}

.about-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ---------- Section Header ---------- */
.about-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.about-section-title {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: var(--color-wants-dark);
  margin: 0;
}

.about-section-header--light .about-section-title {
  color: var(--color-wants-cream);
}

@media (min-width: 769px) {
  .about-principles .about-section-title {
    color: var(--0002, #FCFAF2);
    text-align: center;
    font-family: Georgia, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .about-odm .about-section-title {
    color: var(--0001, #3A3F3B);
    text-align: center;
    font-family: Georgia, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.about-section-title-bar {
  display: block;
  width: 40px;
  height: 5px;
}

/* ========================================
   Hero
   ======================================== */
.about-hero {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
}

.about-hero__media {
  position: absolute;
  inset: 0;
}

.about-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.about-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  width: 72.55%;
  max-width: 1393px;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 500px;
  max-width: 960px;
  margin: 0;
  padding: clamp(112px, 10vw, 154px) 20px 32px clamp(180px, 15.25vw, 340px);
  color: #fff;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}

.about-hero__eyebrow {
  font-family: Georgia, 'Noto Serif TC', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  color: #fff;
}

.about-hero__title {
  font-family: 'Noto Serif TC', Georgia, serif;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin: 0 0 22px;
  color: #fff;
}

.about-hero__text {
  max-width: 700px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

.about-hero__text p {
  margin: 0;
  color: #fff;
}

/* ========================================
   核心原則
   ======================================== */
.about-principles {
  position: relative;
  padding: 45px 0 0;
  background: transparent;
  overflow: hidden;
}

.about-principles__grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.about-principle {
  width: 213px;
  min-height: 324px;
  border-radius: 122.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 63px 62px;
  flex-shrink: 0;
}

.about-principle--natural {
  background: #d77350;
}

.about-principle--science {
  background: #5a8a94;
}

.about-principle--quality {
  background: #e5a949;
}

.about-principle__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  color: #fff;
}

.about-principle__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.about-principle__icon {
  display: block;
}

.about-principle__icon--natural {
  width: 65px;
  height: 68px;
}

.about-principle__icon--science {
  width: 61px;
  height: 61px;
}

.about-principle__icon--quality {
  width: 38px;
  height: 60px;
}

.about-principle__title {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.about-principle__desc {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 114px;
}

.about-principle__note {
  display: none;
}

/* ---------- 數據統計 ---------- */
.about-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  max-width: 842px;
  margin: 0 auto 80px;
  padding: 18px 22px;
  min-height: 100px;
  border: 1px solid var(--color-wants-cream);
  border-radius: 10px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 84px;
}

.about-stat__value {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-wants-cream);
  text-align: center;
}

.about-stat__num-lg {
  font-size: 32px;
}

.about-stat__num-sm {
  font-size: 24px;
}

.about-stat__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 1px 7px;
  border-radius: 100px;
  background: var(--color-wants-cream);
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-wants-dark);
  white-space: nowrap;
}

.about-stats__divider {
  width: 1px;
  height: 43px;
  background: var(--color-wants-cream);
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .about-principles {
    padding: 22px 0 72px;
  }

  .about-principles .about-section-inner {
    max-width: 883px;
  }

  .about-principles .about-section-header {
    gap: 7px;
    margin-bottom: 26px;
  }

  .about-principles .about-section-title {
    color: #d77350;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
  }

  .about-principles .about-section-title-bar {
    width: 41px;
    height: 7px;
  }

  .about-principles__grid {
    justify-content: center;
    align-items: center;
    gap: 68px;
    flex-wrap: nowrap;
    margin-bottom: 35px;
  }

  .about-principle {
    display: flex;
    width: 213px;
    height: 324px;
    min-height: 324px;
    padding: 63px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 999px;
  }

  .about-principle--natural {
    background: #d77350;
  }

  .about-principle--science {
    background: #5a8a94;
  }

  .about-principle--quality {
    background: #e5a949;
  }

  .about-principle__media,
  .about-principle__copy {
    display: contents;
  }

  .about-principle__body {
    box-sizing: border-box;
    width: 165px;
    height: 100%;
    display: grid;
    grid-template-rows: 61px auto 75px auto;
    align-items: start;
    justify-items: center;
    gap: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    transform: translateY(-8px);
  }

  .about-principle__icon-wrap {
    height: 61px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .about-principle__icon--natural {
    width: 39px;
    height: 42px;
  }

  .about-principle__icon--science {
    width: 55px;
    height: 55px;
  }

  .about-principle__icon--quality {
    width: 58px;
    height: 47px;
  }

  .about-principle__title {
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 25px;
    white-space: nowrap;
  }

  .about-principle__desc {
    width: 165px;
    max-width: none;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    white-space: pre-line;
    margin: 0 auto;
    align-self: start;
    justify-self: center;
  }

  .about-principle__note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
    align-self: end;
    justify-self: center;
  }

  .about-principle__note::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 1.4px solid currentColor;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent 43%, currentColor 44%, currentColor 56%, transparent 57%);
    flex: 0 0 auto;
  }

  .about-stats {
    box-sizing: border-box;
    width: min(820px, 100%);
    max-width: 820px;
    min-height: 97px;
    margin: 0 auto;
    padding: 20px 48px 17px;
    gap: 34px;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #fff;
    border: 0;
    border-radius: 8px;
  }

  .about-stat {
    min-width: 112px;
    gap: 4px;
  }

  .about-stat__value {
    color: #5a8a94;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }

  .about-stat__num-lg {
    font-size: 32px;
  }

  .about-stat__num-sm {
    margin-left: 1px;
    color: #3a3f3b;
    font-size: 28px;
  }

  .about-stat__label {
    min-height: 18px;
    padding: 1px 8px 2px;
    border-radius: 100px;
    background: #d77350;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
  }

  .about-stat:nth-of-type(2) .about-stat__label,
  .about-stat:nth-of-type(4) .about-stat__label {
    background: #e5a949;
  }

  .about-stats__divider {
    width: 1px;
    height: 38px;
    background: rgba(58, 63, 59, 0.68);
  }
}

/* ========================================
   ODM 合作流程
   ======================================== */
.about-odm {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-height: 730px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 66px 0 100px;
  background: transparent;
  overflow: visible;
}

.about-odm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 1920px;
  max-width: 100vw;
  height: 730px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.58) 48%,
    rgba(255, 255, 255, 0.92) 100%
  );
  box-shadow: 0 3px 10px rgba(58, 63, 59, 0.12);
  pointer-events: none;
  z-index: 0;
}

.about-odm__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-odm__timeline {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding: 22px 0 40px;
}

.about-odm__line {
  position: absolute;
  left: 50%;
  top: 49px;
  bottom: 49px;
  width: 1px;
  transform: translateX(-50%);
  background: #929292;
}

.about-odm__step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: center;
  min-height: 98px;
  margin-bottom: 16px;
}

.about-odm__step:last-child {
  margin-bottom: 0;
}

.about-odm__card {
  width: 184px;
  min-height: 98px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #929292;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.about-odm__step-title {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-wants-dark);
  margin: 0;
  line-height: normal;
}

.about-odm__step-subtitle {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-wants-dark);
  margin: 0;
  line-height: normal;
}

.about-odm__step-desc {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-wants-dark);
  margin: 0;
  line-height: normal;
}

.about-odm__connector {
  position: absolute;
  top: 50%;
  width: 112px;
  height: 1px;
  background: #929292;
  transform: translateY(-50%);
}

.about-odm__badge {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #929292;
  border-radius: 27px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-wants-dark);
  z-index: 2;
}

.about-odm__step--left .about-odm__card {
  grid-column: 1;
  justify-self: end;
}

.about-odm__step--left .about-odm__connector {
  right: calc(50% + 27px);
}

.about-odm__step--right .about-odm__card {
  grid-column: 3;
  justify-self: start;
}

.about-odm__step--right .about-odm__connector {
  left: calc(50% + 27px);
}

@media (min-width: 992px) {
  .about-odm {
    padding: 38px 0 72px;
  }

  .about-odm .about-section-header {
    gap: 7px;
    margin-bottom: 18px;
  }

  .about-odm .about-section-title {
    color: #d77350;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
  }

  .about-odm .about-section-title-bar {
    width: 41px;
    height: 7px;
  }

  .about-odm__timeline {
    width: 696px;
    max-width: none;
    padding: 0 0 0;
  }

  .about-odm__line {
    left: 50%;
    top: 52px;
    bottom: 52px;
    background: #929292;
  }

  .about-odm__step {
    grid-template-columns: 212px 109px 54px 109px 212px;
    width: 696px;
    min-height: 105px;
    margin-bottom: 0;
  }

  .about-odm__card {
    box-sizing: border-box;
    width: 212px;
    height: 103px;
    min-height: 103px;
    padding: 15px 26px;
    gap: 3px;
    justify-content: center;
    background: #fff;
    border: 1px solid #929292;
    border-radius: 10px;
  }

  .about-odm__step-title {
    color: #5a8a94;
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .about-odm__step-subtitle {
    color: #3a3f3b;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
  }

  .about-odm__step-desc {
    color: #929292;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.32;
    white-space: normal;
  }

  .about-odm__badge {
    grid-column: 3;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #3a3f3b;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
  }

  .about-odm__step--left .about-odm__card {
    grid-column: 1;
    justify-self: stretch;
  }

  .about-odm__step--left .about-odm__connector {
    left: 212px;
    right: auto;
    width: 109px;
  }

  .about-odm__step--right .about-odm__card {
    grid-column: 5;
    justify-self: stretch;
  }

  .about-odm__step--right .about-odm__connector {
    left: 375px;
    width: 109px;
  }
}

.about-odm__deco {
  position: absolute;
  right: calc(clamp(50px, 5vw, 100px) - 7rem);
  bottom: calc(-164px + 2.5rem);
  width: 140px;
  height: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 3;
}

/* ========================================
   未來願景
   ======================================== */
.about-vision {
  position: relative;
  z-index: 0;
  padding: 75px 0 100px;
  background: transparent;
}

.about-vision__grid {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.about-vision__pagination {
  display: none;
}

.about-vision-card {
  width: 288px;
  flex-shrink: 0;
}

.about-vision-card__image-wrap {
  width: 100%;
  height: 354px;
  overflow: hidden;
}

.about-vision-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-vision-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
}

.about-vision-card__title {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-wants-gold);
  text-align: center;
  margin: 0;
  line-height: normal;
}

.about-vision-card__name,
.about-vision-card__role {
  display: inline-block;
}

.about-vision-card__desc {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 9px 19px;
  background: var(--color-brand-orange);
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .about-vision {
    padding: 31px 0 43px;
    background: transparent;
  }

  .about-vision .about-section-inner {
    max-width: 977px;
  }

  .about-vision .about-section-header {
    gap: 7px;
    margin-bottom: 27px;
  }

  .about-vision .about-section-title {
    color: #d77350;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
  }

  .about-vision .about-section-title-bar {
    width: 41px;
    height: 7px;
  }

  .about-vision__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
    align-items: start;
  }

  .about-vision-card {
    width: 281px;
  }

  .about-vision-card__image-wrap {
    width: 281px;
    height: 344px;
  }

  .about-vision-card__body {
    align-items: stretch;
    gap: 9px;
    margin-top: 12px;
  }

  .about-vision-card__title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    min-height: 27px;
    margin: 0;
    color: #d77350;
    text-align: center;
    line-height: 1;
  }

  .about-vision-card__name {
    color: #d77350;
    font-family: Georgia, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .about-vision-card__role {
    color: #3a3f3b;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
  }

  .about-vision-card__desc {
    box-sizing: border-box;
    width: 281px;
    min-height: 37px;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d77350;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
  }

  .about-vision-card:nth-child(2) .about-vision-card__desc {
    background: #5a8a94;
  }

  .about-vision-card:nth-child(3) .about-vision-card__desc {
    background: #e5a949;
  }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 991px) {
  .about-hero {
    height: 424px;
  }

  .about-hero__content {
    min-height: 424px;
    padding-left: 8.3vw;
    padding-top: 42px;
    max-width: 100%;
    justify-content: flex-start;
  }

  .about-odm {
    min-height: 0;
    justify-content: flex-start;
  }

  .about-odm::before {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .about-principles__grid {
    gap: 32px;
  }

  .about-stats {
    gap: 32px;
    padding: 24px 16px;
  }

  .about-stats__divider {
    display: none;
  }

  .about-odm__deco {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: 32px auto 0;
  }

  .about-odm__timeline {
    max-width: 320px;
  }

  .about-odm__step {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .about-odm__line {
    left: 27px;
    transform: none;
  }

  .about-odm__badge {
    grid-column: 1;
    grid-row: 1;
  }

  .about-odm__card {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    justify-self: stretch;
  }

  .about-odm__connector {
    display: none;
  }

  .about-odm__step--left .about-odm__card,
  .about-odm__step--right .about-odm__card {
    grid-column: 2;
    justify-self: stretch;
  }
}

@media (max-width: 575px) {
  .about-stats {
    display: none;
  }

  .about-odm {
    box-sizing: border-box;
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 20px 0 clamp(72px, 22vw, 96px);
    overflow: visible;
  }

  .about-odm__inner {
    position: static;
    max-width: none;
    padding: 0;
  }

  .about-odm .about-section-header {
    position: relative;
    z-index: 1;
  }

  .about-odm__timeline {
    position: relative;
    z-index: 1;
    width: min(92vw, 405px);
    margin: 0 auto;
    padding: 0;
  }

  .about-odm__line {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: #929292;
  }

  .about-odm__step {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(40px, 10.6vw, 46px) minmax(0, 1fr);
    gap: 0;
    min-height: clamp(64px, 17.5vw, 78px);
    margin-bottom: clamp(3px, 1vw, 6px);
  }

  .about-odm__step:last-child {
    margin-bottom: 0;
  }

  .about-odm__card {
    grid-row: 1;
    box-sizing: border-box;
    width: clamp(116px, 32.2vw, 144px);
    min-height: clamp(64px, 17.5vw, 78px);
    padding: 8px 10px;
    border-radius: 12px;
    gap: 1px;
  }

  .about-odm__step--left .about-odm__card {
    grid-column: 1;
    justify-self: start;
  }

  .about-odm__step--right .about-odm__card {
    grid-column: 3;
    justify-self: end;
  }

  .about-odm__step-title {
    font-family: Georgia, 'Noto Sans TC', serif;
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 700;
    line-height: 1.2;
    color: #5a8a94;
  }

  .about-odm__step-subtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(13px, 3.53vw, 15px);
    font-weight: 700;
    line-height: 1.3;
    color: #3a3f3b;
  }

  .about-odm__step-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(10px, 2.8vw, 12px);
    font-weight: 400;
    line-height: 1.35;
    color: #929292;
  }

  .about-odm__connector {
    display: block;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
  }

  .about-odm__step--left .about-odm__connector {
    left: clamp(116px, 32.2vw, 144px);
    right: calc(50% + clamp(20px, 5.3vw, 23px));
  }

  .about-odm__step--right .about-odm__connector {
    left: calc(50% + clamp(20px, 5.3vw, 23px));
    right: clamp(116px, 32.2vw, 144px);
  }

  .about-odm__badge {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    width: clamp(40px, 10.6vw, 46px);
    height: clamp(40px, 10.6vw, 46px);
    border-radius: 50%;
    font-size: clamp(20px, 5.3vw, 24px);
    color: #3a3f3b;
    font-family: Georgia, serif;
    z-index: 2;
  }

  .about-odm__deco {
    position: absolute;
    right: 10.4%;
    bottom: clamp(-36px, -8.5vw, -28px);
    width: 34%;
    height: auto;
    margin: 0;
    z-index: 3;
  }
}

@media (max-width: 768px) {
  .about-hero {
    height: clamp(200px, 54.9vw, 214px);
    min-height: 0;
  }

  .about-hero__bg {
    object-position: center center;
  }

  .about-hero__overlay {
    width: 100%;
    max-width: none;
  }

  .about-hero__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(10px, 3.1vw, 12px);
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: clamp(24px, 7.2vw, 28px) clamp(28px, 9.2vw, 36px) clamp(14px, 4.6vw, 18px) clamp(32px, 11vw, 43px);
    color: #fff;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
  }

  .about-hero__eyebrow {
    display: block;
    font-family: Georgia, 'Noto Serif TC', serif;
    font-size: clamp(13px, 3.6vw, 14px);
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: #fff;
  }

  .about-hero__title {
    font-family: 'Swei Spring CJK TC', 'Noto Sans TC', sans-serif;
    font-size: clamp(18px, 5.1vw, 20px);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    white-space: normal;
    margin: 0;
    color: #fff;
  }

  .about-hero__text {
    width: 100%;
    max-width: min(286px, 73.3vw);
    font-family: Inter, 'Noto Sans TC', sans-serif;
    font-size: clamp(12px, 3.3vw, 13px);
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #fff;
  }

  .about-hero__text p {
    display: inline;
    margin: 0;
    color: #fff;
  }

  .about-hero__text p + p::before {
    content: ' ';
  }

  #about-main .about-hero__content,
  #about-main .about-hero__content .about-hero__eyebrow,
  #about-main .about-hero__content .about-hero__title,
  #about-main .about-hero__content .about-hero__text,
  #about-main .about-hero__content .about-hero__text p {
    color: #fff;
  }

  .about-principles {
    padding: clamp(24px, 7.2vw, 32px) 0 clamp(24px, 7.1vw, 31px);
  }

  .about-principles .about-section-inner {
    max-width: none;
    padding: 0;
  }

  .about-principles .about-section-header,
  .about-odm .about-section-header,
  .about-vision .about-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 16px;
  }

  .about-principles .about-section-title,
  .about-odm .about-section-title,
  .about-vision .about-section-title {
    color: #d77350;
    text-align: center;
    font-family: Inter, 'Noto Sans TC', sans-serif;
    font-size: clamp(12px, 3.3vw, 13px);
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0;
  }

  .about-principles .about-section-title-bar,
  .about-odm .about-section-title-bar,
  .about-vision .about-section-title-bar {
    display: block;
    width: 40px;
    height: 5px;
    margin: 0 auto;
    object-fit: contain;
  }

  .about-principles__grid {
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 5.1vw, 20px);
    margin-bottom: clamp(34px, 9.5vw, 40px);
  }

  .about-principle {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(300px, 76.9vw);
    height: clamp(100px, 27.7vw, 108px);
    min-height: 0;
    padding: 0;
    border-radius: 100px;
  }

  .about-principle--quality {
    height: clamp(102px, 28.2vw, 110px);
  }

  .about-principle--natural {
    background: #d77350;
  }

  .about-principle--science {
    background: #5a8a94;
  }

  .about-principle--quality {
    background: #e5a949;
  }

  .about-principle__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 4.1vw, 16px);
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    transform: none;
  }

  .about-principle__media,
  .about-principle__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-principle__media {
    flex-shrink: 0;
  }

  .about-principle__copy {
    gap: 8px;
    width: min(118px, 30.3vw);
    max-width: 118px;
  }

  .about-principle__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0;
    gap: 0;
  }

  .about-principle__icon--natural {
    width: clamp(42px, 12.3vw, 48px);
    height: clamp(42px, 12.3vw, 48px);
  }

  .about-principle__icon--science {
    width: clamp(43px, 12.6vw, 49px);
    height: clamp(42px, 12.3vw, 48px);
  }

  .about-principle__icon--quality {
    width: clamp(41px, 12vw, 47px);
    height: clamp(39px, 11.5vw, 45px);
  }

  .about-principle__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Inter, 'Noto Sans TC', sans-serif;
    font-size: clamp(12px, 3.3vw, 13px);
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
  }

  .about-principle--quality .about-principle__media {
    width: min(88px, 22.6vw);
  }

  .about-principle__desc {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Inter, 'Noto Sans TC', sans-serif;
    font-size: clamp(12px, 3.3vw, 13px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre-line;
  }

  .about-principle__note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Noto Serif TC', serif;
    font-size: clamp(9px, 2.56vw, 10px);
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
  }

  .about-principle__note::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent 43%, currentColor 44%, currentColor 56%, transparent 57%);
    flex: 0 0 auto;
  }

  .about-stats {
    --stats-pad-y: clamp(14px, 4.1vw, 17px);
    --stats-row-gap: clamp(12px, 3.6vw, 16px);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 0;
    row-gap: var(--stats-row-gap);
    width: min(88vw, 340px);
    min-height: clamp(118px, 35vw, 138px);
    margin: 0 auto;
    padding: var(--stats-pad-y) clamp(13px, 3.8vw, 16px);
    background: #fff;
    border: 1px solid rgba(58, 63, 59, 0.3);
    border-radius: 8px;
  }

  .about-stats::before,
  .about-stats::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: calc((100% - (var(--stats-pad-y) * 2) - var(--stats-row-gap)) / 2);
    background: rgba(58, 63, 59, 0.3);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .about-stats::before {
    top: var(--stats-pad-y);
  }

  .about-stats::after {
    bottom: var(--stats-pad-y);
  }

  .about-stats__divider {
    display: none;
  }

  .about-stat {
    min-width: 0;
    gap: clamp(3px, 0.85vw, 5px);
    justify-content: center;
  }

  .about-stat:nth-of-type(3) {
    order: 2;
  }

  .about-stat:nth-of-type(4) {
    order: 1;
  }

  .about-stat__value {
    font-family: Georgia, 'Noto Sans TC', serif;
    font-weight: 700;
    line-height: 1;
    color: #5a8a94;
  }

  .about-stat__num-lg {
    font-size: clamp(14px, 3.7vw, 16px);
    color: #5a8a94;
  }

  .about-stat__num-sm {
    font-size: clamp(11px, 2.9vw, 12px);
    color: #3a3f3b;
  }

  .about-stat__label {
    min-height: clamp(16px, 4.5vw, 18px);
    padding: 1px clamp(7px, 2.3vw, 10px);
    border-radius: 999px;
    background: #d77350;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(10px, 2.7vw, 11px);
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    white-space: nowrap;
  }

  .about-stat:nth-of-type(2) .about-stat__label,
  .about-stat:nth-of-type(4) .about-stat__label {
    background: #e5a949;
  }

  .about-vision {
    padding: clamp(28px, 8.2vw, 35px) 0 clamp(40px, 11.5vw, 53px);
    overflow: hidden;
  }

  .about-vision .about-section-inner {
    max-width: none;
    padding: 0;
  }

  .about-vision__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 17px;
  }

  .about-vision__grid {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 calc((100% - min(48.3vw, 256px)) / 2) 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - min(48.3vw, 256px)) / 2);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-vision__grid::-webkit-scrollbar {
    display: none;
  }

  .about-vision-card {
    flex: 0 0 min(48.3vw, 256px);
    width: min(48.3vw, 256px);
    max-width: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .about-vision-card__image-wrap {
    height: min(58.7vw, 311px);
  }

  .about-vision-card__body {
    gap: 8px;
    margin-top: 17px;
  }

  .about-vision-card__title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: min(3.53vw, 19px);
    line-height: 20px;
    color: #d77350;
  }

  .about-vision-card__name {
    color: #d77350;
  }

  .about-vision-card__role {
    color: #3a3f3b;
  }

  .about-vision-card__desc {
    min-height: min(20.3vw, 108px);
    padding: 10px 12px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: min(3.1vw, 16px);
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d77350;
    color: #fff;
  }

  .about-vision-card:nth-child(2) .about-vision-card__desc {
    background: #5a8a94;
  }

  .about-vision-card:nth-child(3) .about-vision-card__desc {
    background: #e5a949;
  }

  .about-vision__dot {
    width: 4px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(58, 63, 59, 0.28);
    cursor: pointer;
  }

  .about-vision__dot.is-active {
    background: #d77350;
  }
}

@media (max-width: 768px) {
  .about-content-background .about-vision__dot.is-active {
    background: #d77350;
  }
}
