#about .about-page-v2 {
  color: #493d35;
  background: #fff;
}

#about .about-page-v2 h2 {
  color: #44372f;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .08em;
}

#about .about-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #a1724d;
  font-size: .78rem;
  letter-spacing: .22em;
}

#about .about-story {
  padding: clamp(78px, 7vw, 108px) 0 clamp(92px, 8vw, 126px);
  background: #fff;
}

#about .about-story > .container {
  max-width: 1260px;
}

#about .about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(58px, 7.4vw, 104px);
}

#about .about-story--copy-only .about-story__grid {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

#about .about-story__visual {
  position: relative;
  min-width: 0;
  margin-bottom: 32px;
}

#about .about-story__visual .swiper-container,
#about .about-story__visual .swiper-wrapper,
#about .about-story__visual .swiper-slide {
  width: 100%;
  height: 100%;
}

#about .about-story__visual .center-thumb {
  width: 100%;
  aspect-ratio: 6 / 5;
  overflow: hidden;
  background: #eee5dc;
}

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

#about .about-story__note {
  position: absolute;
  right: -24px;
  bottom: -32px;
  z-index: 2;
  max-width: calc(100% - 24px);
  padding: 20px 32px;
  color: #fff;
  background: #f5ca9f;
  font-size: clamp(.86rem, 1.35vw, 1.15rem);
  letter-spacing: .14em;
  white-space: nowrap;
}

#about .about-story__copy {
  min-width: 0;
}

#about .about-story__copy h2 {
  margin-bottom: 34px;
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  letter-spacing: .08em;
}

#about .about-richtext {
  color: #685e57;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 400;
  line-height: 1.82;
}

#about .about-richtext p {
  margin-bottom: 30px;
}

#about .about-richtext > :last-child {
  margin-bottom: 0;
}

#about .about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  color: #8f6241;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  border-bottom: 1px solid currentColor;
  letter-spacing: .08em;
  transition: opacity .3s ease;
}

#about .about-text-link:hover {
  color: #8f6241;
  opacity: .68;
}

#about .about-highlights {
  color: #fff;
  background: #89b5dd;
}

#about .about-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#about .about-highlight {
  min-width: 0;
  padding: 34px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .25);
}

#about .about-highlight:last-child {
  border-right: 0;
}

#about .about-highlight i {
  display: block;
  margin-bottom: 12px;
  font-size: 1.8rem;
}

#about .about-highlight strong {
  display: block;
  color: #fff;
  font-size: clamp(1.22rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: .04em;
}

#about .about-highlight strong small {
  margin-left: 4px;
  font-size: .7em;
}

#about .about-highlight span {
  display: block;
  margin-top: 6px;
  opacity: .86;
}

#about .about-highlight p {
  margin: 7px 0 0;
  opacity: .75;
}

#about .about-gallery-section {
  padding: clamp(76px, 9vw, 126px) 0;
  background: #f9f4f0;
}

#about .about-section-heading {
  max-width: 690px;
  margin: 0 auto 44px;
  text-align: center;
}

#about .about-section-heading h2 {
  margin-bottom: 18px;
}

#about .about-section-heading p {
  margin: 0;
  color: #74665c;
  line-height: 1.8;
}

#about .about-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 12px;
  min-height: 520px;
}

#about .about-gallery__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d8c5b6;
}

@media (min-width: 768px) {
  #about .about-gallery__item--main {
    grid-column: 1;
    grid-row: 1;
  }

  #about .about-gallery__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  #about .about-gallery__item:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

#about .about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .75, .25, 1);
}

#about .about-gallery__item:hover img {
  transform: scale(1.035);
}

#about .about-gallery__item::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(43, 29, 20, .68));
  pointer-events: none;
}

#about .about-gallery__item figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-size: .76rem;
  letter-spacing: .16em;
}

#about .about-awards {
  padding: clamp(76px, 9vw, 126px) 0 clamp(82px, 10vw, 140px);
  background: #fff;
}

#about .about-awards__top {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: clamp(42px, 8vw, 104px);
}

#about .about-awards__top--single {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
}

#about .about-awards__intro {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#about .about-awards__intro h2 {
  margin-bottom: 0;
}

#about .about-recognition-photos {
  position: relative;
  width: min(100%, 390px);
  height: 310px;
  margin: auto auto 0;
  padding-top: 42px;
}

#about .about-recognition-photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(42%, 164px);
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  transform-origin: 50% 100%;
  border: 5px solid #fffaf5;
  background: #d1b9a5;
  box-shadow: 0 12px 28px rgba(75, 48, 29, .2);
  transition: transform .42s cubic-bezier(.2, .75, .25, 1), box-shadow .42s ease;
}

#about .about-recognition-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .about-recognition-photo--1 {
  z-index: 1;
  transform: translateX(-112%) translateY(8px) rotate(-11deg);
}

#about .about-recognition-photo--2 {
  z-index: 2;
  transform: translateX(-50%) translateY(-4px);
}

#about .about-recognition-photo--3 {
  z-index: 1;
  transform: translateX(12%) translateY(8px) rotate(11deg);
}

#about .about-recognition-photo--1:hover {
  z-index: 5;
  transform: translateX(-112%) translateY(-18px) rotate(-11deg) scale(1.08);
  box-shadow: 0 24px 44px rgba(75, 48, 29, .3);
}

#about .about-recognition-photo--2:hover {
  z-index: 5;
  transform: translateX(-50%) translateY(-28px) scale(1.08);
  box-shadow: 0 24px 44px rgba(75, 48, 29, .3);
}

#about .about-recognition-photo--3:hover {
  z-index: 5;
  transform: translateX(12%) translateY(-18px) rotate(11deg) scale(1.08);
  box-shadow: 0 24px 44px rgba(75, 48, 29, .3);
}

#about .about-recognition-photo:first-child:nth-last-child(1) {
  transform: translateX(-50%);
}

#about .about-recognition-photo:first-child:nth-last-child(2) {
  transform: translateX(-90%) rotate(-8deg);
}

#about .about-recognition-photo:first-child:nth-last-child(2) + .about-recognition-photo {
  transform: translateX(-10%) rotate(8deg);
}

#about .about-featured-awards {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

#about .about-featured-awards article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(109, 80, 58, .2);
}

#about .about-featured-awards article:first-child {
  border-top: 1px solid rgba(109, 80, 58, .2);
}

#about .about-featured-awards time {
  color: #a57550;
}

#about .about-featured-awards article > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#about .about-featured-awards strong {
  color: #463a32;
  font-weight: 400;
  letter-spacing: .08em;
}

#about .about-featured-awards span {
  color: #74665c;
  line-height: 1.6;
}

#about .about-award-archive {
  margin-top: clamp(58px, 8vw, 92px);
  padding-top: 38px;
  border-top: 1px solid rgba(109, 80, 58, .2);
}

#about .about-award-archive__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

#about .about-award-archive__heading strong {
  color: #44372f;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .08em;
}

#about .about-award-archive__heading span {
  color: #84756a;
}

#about .about-year-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
}

#about .about-year-tabs button {
  flex: 1 1 0;
  min-width: 0;
  padding: 11px 9px;
  color: #3c76aa;
  background: transparent;
  border: 1px solid rgba(60, 118, 170, .34);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

#about .about-year-tabs button[aria-selected="true"] {
  color: #fff;
  background: #3c76aa;
  border-color: #3c76aa;
}

#about .about-award-panel[hidden] {
  display: none;
}

#about .about-award-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 22px;
}

#about .about-award-panel:not(.is-expanded) .about-award-card:nth-child(n + 9) {
  display: none;
}

#about .about-award-card {
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(109, 80, 58, .16);
}

#about .about-award-card__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 15px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .88);
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 246, 231, .42) 0 15%, transparent 16%),
    linear-gradient(145deg, #d8c0aa, #8e684d);
  box-shadow: 0 12px 26px rgba(76, 51, 34, .13);
}

#about .about-award-card:nth-child(3n + 2) .about-award-card__photo {
  background:
    linear-gradient(28deg, transparent 0 44%, rgba(249, 231, 211, .3) 45% 58%, transparent 59%),
    linear-gradient(145deg, #c7ab9c, #78584c);
}

#about .about-award-card:nth-child(3n + 3) .about-award-card__photo {
  background:
    radial-gradient(ellipse at 48% 62%, #b98759 0 18%, transparent 19%),
    linear-gradient(145deg, #e2d1c2, #a27a5d);
}

#about .about-award-card__photo i {
  font-size: 2.3rem;
}

#about .about-award-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .about-award-card > strong,
#about .about-award-card > span {
  display: block;
}

#about .about-award-card > strong {
  color: #9a6e49;
  font-weight: 400;
  letter-spacing: .06em;
}

#about .about-award-card > span {
  margin-top: 6px;
  color: #685a51;
  line-height: 1.55;
}

#about .about-award-archive__actions {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

#about .about-award-archive__actions[hidden] {
  display: none;
}

#about .about-award-archive__actions button {
  min-width: 156px;
  padding: 11px 24px;
  color: #3c76aa;
  background: #fff;
  border: 1px solid #3c76aa;
  transition: color .25s ease, background .25s ease;
}

#about .about-award-archive__actions button:hover {
  color: #fff;
  background: #3c76aa;
}

#about .about-cta {
  padding: clamp(90px, 9vw, 126px) 20px;
  text-align: center;
  background: #f3f9ff;
}

#about .about-cta > .container {
  max-width: 920px;
}

#about .about-cta .about-eyebrow {
  margin-bottom: 24px;
  font-size: clamp(.9rem, 1.45vw, 1.18rem);
  letter-spacing: .28em;
}

#about .about-cta h2 {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  letter-spacing: .08em;
}

#about .about-cta p {
  margin: 40px 0 0;
  color: #6d6158;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.8;
}

#about .about-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 46px;
}

#about .about-cta__actions a {
  min-width: 270px;
  padding: 23px 32px;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  letter-spacing: .03em;
  transition: color .25s ease, background .25s ease, opacity .25s ease;
}

#about .about-cta__primary {
  color: #fff;
  background: #3c76aa;
  border: 1px solid #3c76aa;
}

#about .about-cta__primary:hover {
  color: #fff;
  opacity: .82;
}

#about .about-cta__secondary {
  color: #3c76aa;
  background: transparent;
  border: 1px solid #3c76aa;
}

#about .about-cta__secondary:hover {
  color: #fff;
  background: #3c76aa;
}

#about footer {
  background: #fff;
}

@media (max-width: 991px) {
  #about .about-awards__top {
    gap: 52px;
  }

  #about .about-recognition-photos {
    height: 280px;
  }

  #about .about-award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #about .about-page-v2 h2 {
    font-size: 2rem;
  }

  #about .about-story__grid,
  #about .about-awards__top {
    grid-template-columns: 1fr;
  }

  #about .about-story__visual {
    order: 2;
  }

  #about .about-story__note {
    right: 8px;
    bottom: -24px;
    padding: 14px 18px;
    white-space: normal;
  }

  #about .about-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #about .about-highlight:nth-child(2n) {
    border-right: 0;
  }

  #about .about-highlight:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .25);
  }

  #about .about-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 170px;
    min-height: 0;
  }

  #about .about-gallery__item--main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  #about .about-featured-awards {
    margin-top: 10px;
  }

  #about .about-recognition-photos {
    margin-top: 34px;
  }

  #about .about-year-tabs {
    flex-wrap: wrap;
  }

  #about .about-year-tabs button {
    flex: 1 1 calc(33.333% - 8px);
  }

  #about .about-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  #about .about-cta__actions a {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  #about .about-story,
  #about .about-gallery-section,
  #about .about-awards {
    padding-right: 4px;
    padding-left: 4px;
  }

  #about .about-highlight {
    padding: 28px 10px;
  }

  #about .about-gallery {
    grid-template-rows: 250px 150px;
  }

  #about .about-recognition-photos {
    height: 266px;
  }

  #about .about-featured-awards article {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
  }

  #about .about-award-archive__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  #about .about-award-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #about .about-gallery__item img,
  #about .about-recognition-photo {
    transition: none;
  }
}
