@charset "UTF-8";
:root {
  --color-primary: #9dc2c2;
  --color-text: #231815;
  --color-grey: #dee3e2;
  --bs-body-font-family: Noto Sans TC, system-ui, -apple-system, sans-serif;
  --bs-body-color: #231815;
  --bs-body-bg: #ffffff;
  --bs-primary: #9dc2c2;
  --bs-primary-rgb: 157, 194, 194;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  color: #231815;
  line-height: 1.9;
  background: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
}

.font-en {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.title-serif {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}

.js-animate {
  opacity: 0;
}

.js-animate.is-visible {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 60px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: rgba(35, 24, 21, 0.06);
  box-shadow: 0 4px 24px rgba(35, 24, 21, 0.06);
}

.site-header__inner {
  width: min(100% - 2.5rem, 1340px);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .site-header__inner {
    border-bottom: 0;
  }
}

.site-header__logo {
  text-decoration: none;
  color: #231815;
  flex-shrink: 0;
}
.site-header__logo .logo-zh {
  display: block;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.site-header__logo .logo-en {
  display: block;
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  color: rgba(35, 24, 21, 0.45);
  margin-top: 0.15rem;
}
.site-header__logo:hover {
  color: #231815;
  opacity: 0.85;
}

.site-header__nav {
  display: none;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header__nav {
    display: flex;
  }
}
.site-header__nav li {
  position: relative;
}
.site-header__nav li:after {
  display: inline-block;
  content: "/";
  position: absolute;
  right: -22px;
  opacity: 0.5;
}
.site-header__nav li:last-child::after {
  display: none;
}
.site-header__nav a {
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #231815;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}
.site-header__nav a:hover, .site-header__nav a.is-active {
  color: color-mix(in srgb, #9dc2c2 70%, #231815);
}

.site-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__toggle span {
  display: block;
  height: 1px;
  width: 100%;
  background: #231815;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__backdrop {
  position: fixed;
  inset: 60px 0 0 0;
  background: rgba(35, 24, 21, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1025;
}
.site-header__backdrop.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .site-header__backdrop {
    display: none;
  }
}

.site-header__drawer {
  position: fixed;
  top: 60px;
  right: 0;
  width: min(85vw, 320px);
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  background: #ffffff;
  padding: 2rem 1.75rem;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1028;
  overflow-y: auto;
}
.site-header__drawer.is-open {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .site-header__drawer {
    display: none;
  }
}
.site-header__drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__drawer li {
  border-bottom: 1px solid rgba(35, 24, 21, 0.08);
}
.site-header__drawer a {
  display: block;
  padding: 1rem 0;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #231815;
  text-decoration: none;
}
.site-header__drawer a:hover {
  color: color-mix(in srgb, #9dc2c2 60%, #231815);
}

body.is-nav-open {
  overflow: hidden;
}

.hero-cards {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/hero-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-cards__inner {
  width: min(100% - 2.5rem, 1340px);
  margin-inline: auto;
  position: relative;
}

.hero-cards__stage {
  position: relative;
  width: 100%;
}

.hero-cards__track {
  --carousel-x: clamp(250px, 45vw, 490px);
  --carousel-y-prev: clamp(32px, 4.5vh, 56px);
  --carousel-y-next: clamp(64px, 6vh, 92px);
  position: relative;
  width: 100%;
  height: clamp(400px, 62vh, 620px);
  margin: 0 auto;
  cursor: grab;
  touch-action: pan-y;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  perspective: 1600px;
  perspective-origin: 50% 50%;
}
.hero-cards__track.is-dragging {
  cursor: grabbing;
  touch-action: none;
}
.hero-cards__track.is-dragging .hero-cards__item {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.hero-cards__item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(200px, 26vw, 290px);
  aspect-ratio: 3/4;
  transform-style: preserve-3d;
  transform-origin: center center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform 0.85s cubic-bezier(0.33, 1, 0.48, 1), width 0.85s cubic-bezier(0.33, 1, 0.48, 1), opacity 0.55s ease, visibility 0s linear 0.85s;
}
.hero-cards__item.is-prev, .hero-cards__item.is-active, .hero-cards__item.is-next {
  opacity: 1;
  visibility: visible;
  transition: transform 0.85s cubic-bezier(0.33, 1, 0.48, 1), width 0.85s cubic-bezier(0.33, 1, 0.48, 1), opacity 0.55s ease, visibility 0s;
}
.hero-cards__item.is-prev {
  transform: translate3d(calc(-50% - var(--carousel-x)), calc(-50% - var(--carousel-y-prev)), -60px) rotateY(42deg) scale(0.84);
  z-index: 2;
  opacity: 0.9;
}
.hero-cards__item.is-next {
  transform: translate3d(calc(-50% + var(--carousel-x)), calc(-50% + var(--carousel-y-next)), -60px) rotateY(-42deg) scale(0.84);
  z-index: 2;
  opacity: 0.9;
}
.hero-cards__item.is-active {
  width: clamp(270px, 38vw, 390px);
  transform: translate3d(-50%, -50%, 40px) rotateY(0deg) scale(1);
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.hero-cards__frame {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  backface-visibility: hidden;
}
.hero-cards__frame img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hero-cards__badge {
  position: absolute;
  right: 12%;
  top: 0%;
  width: clamp(100px, 24vw, 360px);
  height: clamp(100px, 20vw, 360px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  z-index: 6;
  pointer-events: none;
}
.hero-cards__badge img {
  width: 100%;
}
.hero-cards__badge p {
  margin: 0;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.4vw, 0.9rem);
  line-height: 1.6;
  color: #ffffff;
}

.hero-cards__float-text {
  position: absolute;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1.8rem, 2.2vw, 1.8rem);
  white-space: nowrap;
  z-index: 4;
  pointer-events: none;
}
.hero-cards__float-text--sub {
  left: 5%;
  bottom: -5%;
  white-space: normal;
  line-height: 1.7;
  font-weight: 300;
}
.hero-cards__float-text--sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80%;
  height: 1px;
  background: black;
  opacity: 0.3;
  bottom: -16px;
  right: -24%;
}
.hero-cards__float-text--sub:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% + 40px);
  background: black;
  opacity: 0.3;
  right: -20px;
  bottom: -40px;
}

.hero-cards__headline {
  display: none;
  text-align: center;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}
.hero-cards__headline p {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(35, 24, 21, 0.8);
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .hero-cards__headline {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hero-cards__track {
    --carousel-x: clamp(155px, 40vw, 235px);
    --carousel-y-prev: clamp(22px, 3.5vh, 36px);
    --carousel-y-next: clamp(32px, 4.5vh, 48px);
    height: clamp(360px, 58vh, 480px);
    perspective: 1100px;
  }
  .hero-cards__item {
    width: clamp(155px, 38vw, 200px);
  }
  .hero-cards__item.is-prev {
    transform: translate3d(calc(-50% - var(--carousel-x)), calc(-50% - var(--carousel-y-prev)), -40px) rotateY(36deg) scale(0.82);
  }
  .hero-cards__item.is-next {
    transform: translate3d(calc(-50% + var(--carousel-x)), calc(-50% + var(--carousel-y-next)), -40px) rotateY(-36deg) scale(0.82);
  }
  .hero-cards__item.is-active {
    width: clamp(215px, 54vw, 280px);
    transform: translate3d(-50%, -50%, 24px) rotateY(0deg) scale(1);
  }
  .hero-cards__float-text--sub {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-cards {
    padding-top: 0;
  }
  .hero-cards__item.is-active,
  .hero-cards__inner {
    width: 100%;
  }
  .hero-cards__badge {
    width: 280px;
    bottom: -64px;
    top: auto;
    left: 0;
    right: auto;
  }
  .hero-cards__headline {
    position: absolute;
    right: 12px;
    top: 0;
    margin-top: -48px;
    transform: translateY(-50%);
  }
  .hero-cards__headline p {
    font-size: 17px;
    margin-right: 24px;
  }
  .hero-cards__headline p::before {
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    width: 60%;
    height: 1px;
    background: black;
    opacity: 0.3;
    bottom: -8px;
    right: 0%;
  }
  .hero-cards__headline p:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: calc(100% + 16px);
    background: black;
    opacity: 0.3;
    right: 12px;
    bottom: -20px;
  }
}
.fullscreen-scroll {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.fullscreen-scroll__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-scroll__bg {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.fullscreen-scroll__overlay {
  position: absolute;
  inset: 0;
  background: #9dc2c2;
  opacity: 0;
  pointer-events: none;
}

.fullscreen-scroll__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 1340px);
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 2rem 0;
  color: #ffffff;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  .fullscreen-scroll__content {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-scroll__content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2rem 1.25rem;
  }
}

.fullscreen-scroll__quote {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1.1rem, 2.4vw, 1.75rem);
  margin: 0;
  line-height: 1.85;
  text-shadow: 0 2px 20px rgba(35, 24, 21, 0.3);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fullscreen-scroll__quote.desk-white {
  font-weight: bold;
}
.fullscreen-scroll__quote.desk-white:after {
  content: "";
  width: 80%;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: absolute;
  right: -12%;
  bottom: -24px;
}
@media (min-width: 768px) {
  .fullscreen-scroll__quote.desk-white {
    color: #fff;
    margin-top: -80px;
  }
}
.fullscreen-scroll__quote.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fullscreen-scroll__quote--answer {
  transition-delay: 0.12s;
  font-size: 18px;
  text-align: left;
  margin-top: 240px;
}
.fullscreen-scroll__quote--answer:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 60px);
  background: #fff;
  position: absolute;
  left: -32px;
  top: -30px;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .fullscreen-scroll__quote--answer {
    text-align: center;
  }
}

.section-block {
  padding: clamp(4rem, 8vw, 7rem) 0;
  padding-bottom: 160px;
}

.section-block--grey {
  background: #dee3e2;
  border-radius: 20px;
}

.section-inner {
  width: min(100% - 2.5rem, 1340px);
  margin-inline: auto;
}
@media (min-width: 991.98px) {
  .section-inner {
    max-width: 1140px;
  }
}

.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 991.98px) {
  .section-split {
    grid-template-columns: 1fr;
  }
}
.section-split--reverse .section-split__media {
  order: 2;
}
.section-split--reverse .section-split__body {
  order: 1;
}
@media (max-width: 991.98px) {
  .section-split--reverse .section-split__media,
  .section-split--reverse .section-split__body {
    order: unset;
  }
}

.section-split__media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-split__media--dotted {
  position: relative;
  padding: 1rem 2.5rem 0 0;
}
.section-split__media--dotted::before {
  content: "";
  position: absolute;
  bottom: -32%;
  left: -20%;
  width: 32%;
  height: 100%;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(157, 194, 194, 0.45) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
}
.section-split__media--dotted img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.section-split__media--thumb img {
  max-width: 280px;
  aspect-ratio: 4/3;
}
.section-split__media--wide img {
  aspect-ratio: 16/10;
}
.section-split__media--portrait img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter: grayscale(100%);
}

.section-split__body {
  max-width: 460px;
}
.section-split__body h2 {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.section-split__body h2::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background: #231815;
  position: absolute;
  right: 0px;
  top: 60%;
  opacity: 0.5;
}
.section-split__body h2:after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 1px;
  background: #231815;
  position: absolute;
  left: 18%;
  bottom: -12px;
  opacity: 0.5;
}
.section-split__body ul li {
  font-weight: bold;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.section-split__body p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: rgba(35, 24, 21, 0.85);
}
.section-split__body .btn-primary-wrap {
  margin-top: 2rem;
}

#section-services .section-split__body h2:before, #section-services .section-split__body h2:after,
#about-section-quote .section-split__body h2:before,
#about-section-quote .section-split__body h2:after,
.about-s3 .section-split__body h2:before,
.about-s3 .section-split__body h2:after {
  display: none;
}

.section-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 1rem;
}
.section-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.section-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #9dc2c2;
}

.index-section-title-block {
  margin-bottom: 36px;
}
.index-section-title-block:after {
  content: "";
  display: inline-block;
  width: 150%;
  height: 1px;
  background: #54463c;
  opacity: 0.5;
}

.text-right {
  text-align: right;
}

.index-about-block {
  margin: 0 50px;
}

@media (max-width: 767.98px) {
  .fullscreen-scroll__bg {
    background: transparent !important;
    transform: none;
  }
  .fullscreen-scroll__overlay {
    display: none;
  }
  .fullscreen-scroll__quote.desk-white {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    text-shadow: none;
  }
  .fullscreen-scroll__quote--answer {
    text-align: center;
    text-align: left;
    transform: none !important;
    margin-top: 0;
  }
  .section-split__media--dotted {
    padding: 0;
  }
  .section-block .section-inner {
    width: 100%;
  }
  .section-block .section-split__body {
    padding: 0;
  }
  .section-block p, .section-block .btn-primary-wrap {
    padding: 0 20px;
  }
  .index-section-title-block {
    background-color: #dee3e2;
    padding: 20px;
  }
  .index-section-title-block .w-100 {
    padding-top: 24px;
  }
  .index-section-title-block .w-100 img {
    width: 160px !important;
  }
  .index-section-title-block:after {
    display: none;
  }
  .index-about-block {
    margin: 0 0px;
  }
  .index-about-block .section-block--grey {
    border-radius: 0;
  }
  .index-about-block .section-block {
    padding-bottom: 64px;
  }
  .index-about-block .section-block .section-inner {
    padding: 0 20px;
  }
  .index-about-block .section-split {
    display: flex;
    flex-direction: column-reverse;
  }
  #section-works {
    padding: 0 0 64px;
  }
}
.about-hero {
  position: relative;
  height: 100vh;
}

.about-hero__pin {
  position: sticky;
  top: 60px;
  height: 100%;
  overflow: hidden;
}

.about-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero__curtain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: rgba(157, 194, 194, 0.9);
  z-index: 1;
  will-change: height;
}

.about-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
  pointer-events: none;
}

.about-hero__dots {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
}
.about-hero__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: #fff;
}

.about-hero__grid {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}

.about-hero__brand {
  text-align: center;
}
.about-hero__brand h1 {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: 30px;
  margin: 0 0 0.5rem;
  letter-spacing: 0.08em;
}
.about-hero__brand p {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 34px;
  letter-spacing: 0.35em;
  margin: 0;
  opacity: 0.95;
  font-weight: 300;
}

.about-hero__copy {
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 2;
}
.about-hero__copy p {
  margin: 0 0 0.75rem;
}
.about-hero__copy .about-hero__lead {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.about-hero__copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.about-hero__copy ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.35rem;
}
.about-hero__copy ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.about-hero__copy strong {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
}

.about-hero__actions {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  max-width: 1140px;
  width: 100%;
  margin-top: 40px;
}
.about-hero__actions .btn-site {
  font-size: 1.1rem;
  width: 50%;
  max-width: 200px;
  min-width: 100px;
  color: #9dc2c2 !important;
  padding-right: 64px;
}
.about-hero__actions .btn-site:hover {
  background-color: #9dc2c2;
  color: #fff;
}

/* 確保滿版容器不會產生橫向滾動條 */
.about-s3 {
  overflow-hidden: hidden;
  width: 100%;
}

/* 桌機版（MD 以上）啟動右圖爆版效果 */
@media (min-width: 768px) {
  /* 讓左側內部的 container 自動對齊原本滿版容器的右邊，從而達到左邊對齊 container 的效果 */
  .about-s3__left .container {
    max-width: 540px; /* 對應 Bootstrap col-6 在各尺寸下的 max-width / 2 */
  }
  .about-s3__right {
    position: relative;
  }
  /* 核心魔法：讓圖片寬度直接延伸到螢幕最右側 */
  .about-s3__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* 確保圖片不變形並填滿 */
    display: block;
  }
}
/* 大螢幕時修正左側 container 最大寬度 */
@media (min-width: 992px) {
  .about-s3__left .container {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .about-s3__left .container {
    max-width: 570px;
  }
}
.btn-about-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  transition: background 0.25s ease, color 0.25s ease;
}
.btn-about-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.about-profile {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
  overflow: visible;
}

.about-profile__card {
  background: #e9ecef;
  border-radius: 20px;
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
}

.about-profile__body h2 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  margin-bottom: 2.5rem;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}
.about-profile__body h2 span {
  display: block;
  font-size: 0.55em;
  letter-spacing: 0.25em;
  margin-top: 0.35rem;
  opacity: 0.7;
  font-family: "Optima", "Marcellus", "Tenor Sans", "Arsenal", "Segoe UI", "URW Classico", "Cinzel", "Bodoni MT", sans-serif;
}
.about-profile__body h2::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-profile__cols {
  font-size: 0.85rem;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.88);
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}
.about-profile__cols h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #6a9ea4;
}
.about-profile__cols p {
  margin: 0 0 0.35rem;
}
.about-profile__cols ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.about-profile__cols ul li {
  position: relative;
  padding-left: 0.8rem;
  margin-bottom: 0.5rem;
}
.about-profile__cols ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.about-profile__photo-wrap {
  position: relative;
}

.about-profile__photo {
  position: absolute;
  top: -5.5rem;
  bottom: -5.5rem;
  right: 0;
  left: 1rem;
}
.about-profile__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .about-profile__card {
    padding: 2rem 1.5rem;
  }
  .about-profile__body {
    padding: 0 20px;
  }
  .about-profile__body h2::after {
    width: 100%;
  }
  .about-profile__photo-wrap {
    margin-top: 2rem;
    height: 350px;
  }
  .about-hero {
    height: 200vh;
  }
  .about-hero__grid {
    grid-template-columns: 1fr;
  }
  .about-hero__actions {
    justify-content: flex-start;
  }
  .about-profile__card {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .about-profile__photo {
    margin: 2rem 0 0;
    max-width: 280px;
    margin-inline: auto;
  }
  .about-profile__cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .about-hero__content {
    padding: 1.5rem;
    justify-content: flex-end;
    padding-bottom: 2.5rem;
    position: relative;
    transform: none !important;
    opacity: 1 !important;
  }
  .about-hero__curtain {
    background: rgb(234, 236, 239);
  }
  .about-hero__dots {
    margin-bottom: 1.5rem;
  }
  .about-hero__bg {
    background: none !important;
  }
  .about-hero__curtain {
    height: 100% !important;
  }
  .about-hero__actions {
    flex-direction: column;
  }
  .about-hero__actions .btn-site {
    width: 80%;
  }
  .about-hero__grid h4 {
    font-size: 1.5rem;
  }
  .about-hero__dots {
    margin-top: 32px;
  }
  .about-hero__dots span {
    background: #9dc2c2;
  }
  .about-hero__visual {
    display: none;
  }
  .about-hero__pin {
    background: #e6e7e7;
    padding-bottom: 48px;
    height: auto;
  }
  .about-hero {
    height: auto;
  }
  #about-section-quote {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .about-s3__wrapper {
    flex-direction: column-reverse;
  }
  .about-s3__left {
    margin-top: 32px;
  }
  .about-profile .container {
    padding: 0;
  }
  .about-profile__card {
    flex-direction: column-reverse;
    padding: 0;
  }
  .about-profile__photo-wrap {
    height: auto;
  }
  .about-profile {
    padding-top: 0;
    margin-top: 120px;
  }
  .about-profile__photo img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0;
  }
  .about-profile__photo-wrap {
    margin-top: -100px;
  }
  .about-profile__bod {
    padding: 0 20px;
  }
  .about-profile__card {
    border-radius: 0;
    padding-bottom: 40px;
  }
  #about-profile {
    padding-bottom: 0;
  }
  .about-profile__photo {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.design-concept {
  padding-top: 24px;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  color: #231815;
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  overflow: hidden;
}
.design-concept > .container {
  max-width: 1340px;
  padding: 0;
}
.design-concept .gray-bg {
  background-color: #dee3e2;
  border-radius: 24px;
}

.concept-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding-top: 48px;
}
.concept-header .concept-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.concept-header .concept-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9dc2c2;
  opacity: 0.6;
}
.concept-header .concept-dots span:nth-child(3), .concept-header .concept-dots span:nth-child(4) {
  opacity: 1;
}
.concept-header h2 {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.concept-header p {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  opacity: 0.8;
  font-weight: 300;
}

.concept-intro {
  background-color: #9dc2c2;
  margin-bottom: clamp(4rem, 8vw, 6rem);
  width: 80%;
  border-radius: 0 20px 0 0;
}
.concept-intro__body {
  padding: clamp(2rem, 5vw, 4rem);
  color: #ffffff;
}
.concept-intro__body h3 {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  color: #231815;
}
.concept-intro__body .highlight {
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  line-height: 1.7;
  font-weight: 300;
}
.concept-intro__photo {
  position: absolute;
  right: 80px;
  width: 36%;
  height: auto;
  top: 40px;
}
.concept-intro__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-dose {
  margin-bottom: clamp(4rem, 8vw, 6rem);
}
.concept-dose__body h3 {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  margin-bottom: 0.35rem;
  font-weight: 500;
}
.concept-dose__body h4 {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.concept-dose__body .description {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
.concept-dose__body li {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}
.concept-dose__body li span {
  font-weight: bold;
  color: #3993a3;
}
.concept-dose__body .conclusion {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 2.5rem;
  opacity: 0.85;
}
.concept-dose .dose-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.concept-dose .dose-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}
.concept-dose .dose-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: -0.2rem;
  font-size: 1.5rem;
  color: #9dc2c2;
  line-height: 1;
}
.concept-dose .dose-list li h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #9dc2c2;
}
.concept-dose .dose-list li p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.8;
}
.concept-dose__chart-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.dose-chart {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.1) rotate(-540deg);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease;
  transition-delay: 0.3s;
  transform-origin: center center;
}
.dose-chart.is-visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.dose-chart__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: #9dc2c2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(157, 194, 194, 0.3);
  z-index: 5;
}
.dose-chart__center .icon {
  width: 20px;
  height: 20px;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.dose-chart .dose-node {
  position: absolute;
  width: 96px;
  height: 96px;
  border: 1px solid #dee3e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3;
  background-color: #ffffff;
  color: #9dc2c2;
  transition: transform 0.3s ease;
}
.dose-chart .dose-node small {
  display: block;
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.65rem;
  opacity: 0.7;
  margin-top: 0.15rem;
}
.dose-chart .dose-node.dopamine {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dose-chart .dose-node.oxytocin {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dose-chart .dose-node.serotonin {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.dose-chart .dose-node.endorphin {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.concept-gallery {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4rem);
}
.concept-gallery img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-gallery .gallery-overlay-text {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  pointer-events: none;
  letter-spacing: 0.02em;
  opacity: 0.9;
  overflow: visible;
}

.design-concept .gray-bg .container {
  padding: clamp(2rem, 5vw, 4rem);
  margin: 0;
}

.concept-gallery {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4rem);
}
.concept-gallery img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-gallery .gallery-overlay-text {
  position: absolute;
  bottom: -0.65rem;
  left: 0;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  white-space: nowrap;
}
.concept-gallery .gallery-overlay-text .marquee-track {
  display: inline-flex;
  gap: 2rem;
  animation: marqueeRunning 15s linear infinite;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}
.concept-gallery .gallery-overlay-text .marquee-track span {
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 1;
  flex-shrink: 0;
}

@keyframes marqueeRunning {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .concept-gallery .gallery-overlay-text .marquee-track {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dose-chart {
    opacity: 0;
    transform: none;
    transition: opacity 0.5s ease;
  }
  .dose-chart.is-visible {
    opacity: 1;
    transform: none;
  }
}
.works-s5 .section-split__body h2::before {
  right: auto;
  left: -20px;
  top: 44%;
}
.works-s5 .section-split__body h2:after {
  width: 100vw;
  left: -50vw;
}

.concept-intro__phot-doto:after {
  content: "";
  position: absolute;
  bottom: -32%;
  right: -20%;
  width: 32%;
  height: 100%;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(157, 194, 194, 0.45) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .concept-intro__body {
    padding: 2.5rem 1.5rem;
  }
  .concept-dose__chart-wrap {
    margin-top: 3rem;
  }
  .dose-chart {
    width: 100%;
    height: auto;
    transition-delay: 0s;
  }
  .dose-chart__center {
    width: 96px;
    height: 96px;
    font-size: 0.75rem;
  }
  .dose-chart .dose-node {
    width: 84px;
    height: 84px;
    font-size: 0.75rem;
  }
  .concept-gallery .gallery-overlay-text {
    bottom: 0.5rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    word-wrap: break-word;
  }
  .design-concept .concept-intro {
    width: 100%;
    background: transparent;
    margin-bottom: 0;
  }
  .design-concept .concept-intro > .align-items-center {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .design-concept .concept-intro__body {
    background-color: #9dc2c2;
    border-radius: 0 20px 20px 0;
    position: relative;
    left: -5%;
    top: -24px;
    width: 90%;
    padding: 24px 20px 0;
    z-index: 2;
  }
  .design-concept .concept-intro__body .highlight {
    margin-bottom: 24px;
  }
  .design-concept .concept-intro__photo {
    position: relative;
    right: auto;
    width: calc(100% - 40px);
    top: auto;
  }
  .design-concept .concept-gallery {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .design-concept .concept-gallery.m-left-20 {
    left: -20px;
    width: 100vw;
  }
  .design-concept .concept-gallery .gallery-overlay-text {
    display: none;
  }
  .design-concept .gray-bg .container {
    padding: 20px;
  }
  .design-concept .container > .concept-dose {
    padding: 0 12px;
  }
  .design-concept .section-split__body.mt-5 {
    margin-top: 20px !important;
  }
  .design-concept .row > .dose-chart {
    width: 80%;
    height: auto;
    margin: 0 auto 40px;
  }
  .design-concept .gray-bg {
    border-radius: 0;
  }
  .about-s3__left {
    margin-top: 0;
  }
  .about-s3__left .container {
    padding: 0 20px;
  }
}
.process-section {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  overflow: hidden;
}
.process-section .container {
  max-width: 1340px;
  padding: 0 !important;
}

.process-title {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #3993a3;
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  letter-spacing: 0.2em;
}

.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.process-steps {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.process-card {
  background-color: #ffffff;
  border-radius: 8px;
  width: 70px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.process-card__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.05rem;
  letter-spacing: 0.3em;
  color: #231815;
  white-space: nowrap;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}

.process-arrow {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #a3bebd;
  flex-shrink: 0;
}

.process-cta-wrap {
  flex-shrink: 0;
  padding-left: 1rem;
}

.process-cta {
  width: 170px;
  height: 170px;
  background-color: #99b6b5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.process-cta:hover {
  transform: scale(1.05);
  background-color: #88a7a6;
}
.process-cta__text {
  color: #ffffff;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
.process-cta__line {
  width: 35px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 0.75rem;
  position: relative;
}
.process-cta__line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #ffffff;
}

@media (max-width: 991.98px) {
  .process-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .process-steps {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 450px;
  }
  .process-card {
    width: 100%;
    height: auto;
    padding: 1.25rem 2rem;
    justify-content: flex-start;
  }
  .process-card__text {
    writing-mode: horizontal-tb;
    text-orientation: unset;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  }
  .process-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #a3bebd;
    border-bottom: 0;
    margin: 0.25rem 0;
  }
  .process-cta-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .s-contact .gray-bg .container {
    width: 80%;
    margin: 0 auto;
  }
  .s-contact .gray-bg {
    border-radius: 0;
  }
  .process-card {
    justify-content: center;
  }
  .process-cta {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: auto;
    padding: 1.25rem 2rem;
  }
  .process-cta br {
    display: none;
  }
  .process-cta img {
    margin: 0 0 0 auto !important;
  }
  .process-cta .process-cta__text {
    width: 100%;
  }
}
.site-footer {
  background: #dee3e2;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 991.98px) {
  .site-footer .container {
    max-width: 1140px;
  }
}

.site-footer__brand {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
@media (min-width: 991.98px) {
  .site-footer__brand {
    padding-bottom: 100px;
  }
}
.site-footer__brand img {
  max-width: 360px;
  width: 100%;
}
.site-footer__brand .brand-name {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.25rem;
  color: #231815;
}
.site-footer__brand .brand-en {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #231815;
  margin: 0;
}

.site-footer__nav {
  margin-bottom: 32px;
}
.site-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav li {
  margin-bottom: 0.65rem;
}
.site-footer__nav a {
  color: #231815;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 5px;
}
.site-footer__nav a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.site-footer__nav a:hover {
  color: #231815;
}

.site-footer__contact {
  font-size: 0.9rem;
  line-height: 2;
  color: #231815;
}
.site-footer__contact p {
  margin: 0;
}
.site-footer__contact a {
  color: #231815;
  text-decoration: none;
}
.site-footer__contact a:hover {
  color: #231815;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .site-footer__inner {
    padding: 0 20px;
  }
  .site-footer__brand {
    padding-bottom: 32px;
  }
  .site-footer__nav a {
    font-size: 16px;
  }
}
.btn-site {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.65rem 1.5rem;
  background: #9dc2c2;
  color: #ffffff;
  border: none;
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  position: relative;
}
.btn-site:hover {
  opacity: 0.88;
  color: #ffffff;
  transform: translateY(-1px);
}
.btn-site .btn-arrow {
  font-family: "Lato", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 300;
  position: absolute;
  right: 24px;
}
.btn-site {
  font-size: 1.1rem;
  width: 64%;
  max-width: 280px;
  min-width: 240px;
  border-radius: 8px;
  justify-content: center;
}

html {
  overflow-x: hidden;
  width: 100vw;
}

p {
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
}/*# sourceMappingURL=style.css.map */