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

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

.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: 424px;
  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;
  width: 100%;
  max-width: 1500px;
  margin: 0;
  padding: 42px 20px 32px clamp(72px, 8.3vw, 160px);
  color: #fff;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}

.about-hero__eyebrow {
  font-family: 'Georgia', 'Noto Sans TC', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 14px;
}

.about-hero__title {
  font-family: 'Noto Serif TC', 'Georgia', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin: 0 0 10px;
}

.about-hero__text {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.about-hero__text p {
  margin: 0;
}

/* ========================================
   核心原則
   ======================================== */
.about-principles {
  position: relative;
  padding: 45px 0 0;
  background: var(--color-wants-dark);
  overflow: hidden;
}

.about-principles__bg {
  position: absolute;
  top: 0;
  left: -7.45%;
  width: 40.6%;
  min-width: 320px;
  max-width: 780px;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  pointer-events: none;
  z-index: 0;
}

.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,
.about-principle--quality {
  background: var(--color-wants-accent);
}

.about-principle--science {
  background: var(--color-brand-orange);
}

.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-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;
}

/* ========================================
   ODM 合作流程
   ======================================== */
.about-odm {
  position: relative;
  padding: 66px 0 100px;
  background: var(--color-wants-cream);
  overflow: visible;
}

.about-odm__bg-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.about-odm__inner {
  position: relative;
  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-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__timeline {
    width: 616px;
    max-width: none;
    padding: 22px 0 40px;
  }

  .about-odm__line {
    left: 50%;
    top: 49px;
    bottom: 91.5px;
  }

  .about-odm__step {
    grid-template-columns: 176px 105px 54px 105px 176px;
    width: 616px;
    min-height: 103px;
    margin-bottom: 0;
  }

  .about-odm__card {
    width: 176px;
    height: 94px;
    min-height: 94px;
    padding: 14px 10px;
    gap: 2px;
  }

  .about-odm__step-title {
    color: var(--0001, #3A3F3B);
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }

  .about-odm__step-desc {
    color: var(--0001, #3A3F3B);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
  }

  .about-odm__badge {
    grid-column: 3;
    width: 54px;
    height: 54px;
  }

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

  .about-odm__step--left .about-odm__connector {
    left: 176px;
    right: auto;
    width: 105px;
  }

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

  .about-odm__step--right .about-odm__connector {
    left: 335px;
    width: 105px;
  }
}

.about-odm__deco {
  position: absolute;
  right: clamp(50px, 5vw, 100px);
  bottom: -164px;
  width: 280px;
  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: var(--color-wants-dark);
}

.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__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;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 991px) {
  .about-hero__content {
    padding-left: 8.3vw;
    padding-top: 42px;
    max-width: 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-hero {
    height: 214px;
    min-height: 0;
  }

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

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

  .about-hero__content {
    height: 100%;
    padding: 28px 36px 18px 43px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  }

  .about-hero__eyebrow {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .about-hero__title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 7px;
  }

  .about-hero__text {
    font-size: 14px;
    line-height: 22px;
  }

  .about-hero__text p {
    display: inline;
  }

  .about-principles {
    padding: 30px 0 21px;
  }

  .about-principles__bg {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }

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

  .about-principles .about-section-header {
    gap: 4px;
    margin-bottom: 14px;
  }

  .about-principles .about-section-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .about-principles__grid {
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin-bottom: 0;
  }

  .about-principle {
    width: 68.6%;
    max-width: 363px;
    min-height: 0;
    aspect-ratio: 2.61 / 1;
    padding: 0;
    border-radius: 999px;
  }

  .about-principle__body {
    display: grid;
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr auto;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 12px 17px;
  }

  .about-principle__icon-wrap {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    gap: 0;
  }

  .about-principle__icon--natural {
    width: 43px;
    height: 45px;
  }

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

  .about-principle__icon--quality {
    width: 27px;
    height: 43px;
  }

  .about-principle__title {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }

  .about-principle__desc {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    max-width: none;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .about-stats {
    display: none;
  }

  .about-odm {
    box-sizing: border-box;
    min-height: 0;
    height: 153.3vw;
    max-height: 812px;
    padding: 31px 0 0;
    overflow: visible;
  }

  .about-odm__bg-shape {
    display: none;
  }

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

  .about-odm .about-section-header {
    position: relative;
    z-index: 1;
    gap: 4px;
    margin-bottom: 20px;
  }

  .about-odm .about-section-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: min(3.53vw, 19px);
    font-weight: 700;
    line-height: 20px;
    color: #3a3f3b;
  }

  .about-odm .about-section-title-bar {
    width: 32px;
    height: 4px;
  }

  .about-odm__timeline {
    position: relative;
    z-index: 1;
    width: 76.4%;
    max-width: 405px;
    margin: 0 auto;
    padding: 0;
  }

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

  .about-odm__step {
    display: grid;
    grid-template-columns: 1fr min(10.6vw, 56px) 1fr;
    gap: 0;
    min-height: min(18.3vw, 97px);
    margin-bottom: 7.1vw;
  }

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

  .about-odm__card {
    grid-row: 1;
    box-sizing: border-box;
    width: min(29.5vw, 156px);
    min-height: min(18.3vw, 97px);
    padding: 8px;
    border-radius: 10px;
    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: 'Noto Sans TC', sans-serif;
    font-size: min(3.53vw, 19px);
    line-height: 1.38;
  }

  .about-odm__step-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: min(3.1vw, 16px);
    line-height: 1.35;
  }

  .about-odm__connector {
    display: block;
    top: 50%;
    width: calc((100% - min(10.6vw, 56px)) / 2 - min(29.5vw, 156px));
    min-width: 0;
    transform: translateY(-50%);
  }

  .about-odm__step--left .about-odm__connector {
    right: 50%;
  }

  .about-odm__step--right .about-odm__connector {
    left: 50%;
  }

  .about-odm__badge {
    grid-column: 2;
    grid-row: 1;
    width: min(10.6vw, 56px);
    height: min(10.6vw, 56px);
    border-radius: 50%;
    font-size: min(5.3vw, 28px);
  }

  .about-odm__deco {
    position: absolute;
    right: 10.4%;
    bottom: -14px;
    width: 34%;
    height: auto;
    margin: 0;
    z-index: 3;
  }

  .about-vision {
    padding: 35px 0 53px;
    overflow: hidden;
  }

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

  .about-vision .about-section-header {
    gap: 4px;
    margin-bottom: 24px;
  }

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

  .about-vision .about-section-title-bar {
    width: 32px;
    height: 4px;
  }

  .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;
  }

  .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;
  }

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

  .about-vision__dot {
    width: 4px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(252, 250, 242, 0.45);
    cursor: pointer;
  }

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

@media (max-width: 768px) {
  .about-principles {
    padding: clamp(26px, 7.9vw, 34px) 0 clamp(24px, 7.1vw, 31px);
  }

  .about-principles__bg {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }

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

  .about-principles .about-section-header {
    gap: 4px;
    margin-bottom: clamp(15px, 4.2vw, 18px);
  }

  .about-principles .about-section-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(13px, 3.42vw, 15px);
    font-weight: 700;
    line-height: 1.54;
    color: #fcfaf2;
  }

  .about-principles .about-section-title-bar {
    width: 32px;
    height: 4px;
  }

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

  .about-principle {
    width: clamp(226px, 69.7vw, 265px);
    min-height: 0;
    aspect-ratio: 2.65 / 1;
    padding: 0;
    border-radius: 999px;
  }

  .about-principle__body {
    display: grid;
    grid-template-columns: 39% 61%;
    grid-template-rows: 1fr auto;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: clamp(13px, 3.9vw, 15px) clamp(18px, 5.3vw, 20px) clamp(12px, 3.7vw, 14px);
    color: #fff;
  }

  .about-principle__icon-wrap {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    gap: 0;
  }

  .about-principle__icon--natural {
    width: clamp(42px, 11.8vw, 45px);
    height: clamp(44px, 12.4vw, 47px);
  }

  .about-principle__icon--science {
    width: clamp(42px, 11.6vw, 44px);
    height: clamp(42px, 11.6vw, 44px);
  }

  .about-principle__icon--quality {
    width: clamp(27px, 7.4vw, 28px);
    height: clamp(42px, 11.6vw, 44px);
  }

  .about-principle__title {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    justify-self: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(13px, 3.7vw, 14px);
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
  }

  .about-principle__desc {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    max-width: 112px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(13px, 3.7vw, 14px);
    font-weight: 400;
    line-height: 1.42;
    text-align: center;
  }

  .about-stats {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 0;
    row-gap: clamp(19px, 5.5vw, 21px);
    width: clamp(226px, 70.6vw, 268px);
    min-height: clamp(139px, 43.4vw, 165px);
    margin: 0 auto;
    padding: clamp(20px, 5.8vw, 22px) clamp(17px, 5vw, 19px);
    border: 1px solid #fcfaf2;
    border-radius: 8px;
  }

  .about-stats::after {
    content: "";
    position: absolute;
    background: #fcfaf2;
    pointer-events: none;
  }

  .about-stats::after {
    top: clamp(20px, 5.8vw, 22px);
    bottom: clamp(20px, 5.8vw, 22px);
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
  }

  .about-stats__divider {
    display: none;
  }

  .about-stat {
    min-width: 0;
    gap: 2px;
    justify-content: center;
  }

  .about-stat__value {
    font-family: Georgia, 'Noto Sans TC', serif;
    font-size: clamp(15px, 4vw, 16px);
    font-weight: 700;
    line-height: 1;
    color: #fcfaf2;
  }

  .about-stat__num-lg {
    font-size: clamp(15px, 4vw, 16px);
  }

  .about-stat__num-sm {
    font-size: clamp(12px, 3.3vw, 13px);
  }

  .about-stat__label {
    min-height: clamp(18px, 5.3vw, 20px);
    padding: 1px clamp(9px, 3.2vw, 12px);
    border-radius: 999px;
    background: #fcfaf2;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: clamp(12px, 3.4vw, 13px);
    font-weight: 400;
    line-height: 1.15;
    color: #3a3f3b;
  }
}
