@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  background-color: #ffffff;
  color: #122844;
  line-height: 1.75;
  letter-spacing: 0.5px;
}

/* CSS */
[data-aos=blur-up] {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(10px);
  transition: all 0.1s ease;
}

[data-aos=blur-up].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

h2.section-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #122844;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  h2.section-heading {
    font-size: 1.75rem;
    margin-bottom: 3rem;
    padding-left: 1rem;
  }
}
h2.section-heading .zh-sub {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #64748b;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-transform: none;
  position: relative;
}
h2.section-heading .zh-sub::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #c0c6cd;
  vertical-align: middle;
  margin-left: 10px;
}

.split {
  display: inline-block;
  overflow: hidden;
  text-shadow: 0 1.3em currentColor; /* 和 JS 位移一致 */
  will-change: transform;
  padding: 1 1rem;
}

.char {
  display: inline-block;
  position: relative;
}

section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

a {
  text-decoration: none;
  color: #122844;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.all-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: brightness(0.8);
}
.all-bg img {
  width: 100%;
  height: 100%;
}

.cta-link {
  position: fixed;
  right: 0rem;
  bottom: 2rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  background: rgba(93, 93, 93, 0.684);
}
@media (max-width: 768px) {
  .cta-link {
    bottom: 1rem;
    gap: 0.8rem;
  }
}
.cta-link a {
  display: inline-block;
  border-bottom: 1px solid rgb(68, 68, 68);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cta-link a {
    width: 40px;
    height: 40px;
  }
}
.cta-link a i {
  font-size: 1.8rem;
  color: gray;
  color: white;
}
@media (max-width: 768px) {
  .cta-link a i {
    font-size: 1.4rem;
  }
}
.cta-link a svg {
  fill: white;
}
@media (max-width: 768px) {
  .cta-link a svg {
    width: 25px;
  }
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.6);
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler {
  border-color: rgb(181, 181, 181);
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar .navbar-brand .logo {
  display: flex;
  flex-direction: column;
}
.navbar .navbar-brand .logo span {
  color: white;
}
.navbar .navbar-brand .logo span:first-child {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: Noto Serif TC;
}
.navbar .navbar-brand .logo span:last-child {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.navbar .navbar-brand img {
  width: 100px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 80px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    padding-top: 1rem;
  }
}
.navbar .navbar-collapse .navbar-nav {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 0.5rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: white;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #122844;
}

.parallax-fixed {
  position: relative;
  height: 100vh; /* 可自行調整高度 */
  overflow: hidden;
}
.parallax-fixed .parallax-img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
}
.parallax-fixed .parallax-img img {
  width: 100%;
  height: 100%;
}

.parallax-dynamic {
  position: relative;
  /* 高度交給圖片本身決定 */
}
.parallax-dynamic .parallax-media {
  overflow: hidden;
  line-height: 0; /* 移除 img 作為 inline 元素的行高縫隙 */
}
.parallax-dynamic .parallax-media img {
  display: block;
  width: 100%;
  height: auto;
  /* 關鍵：先往上、並放大一點，避免上下兩端出現空白 */
  transform: translateY(-12%) scale(1.12);
  transform-origin: center;
  will-change: transform;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #122844;
}
@media (max-width: 768px) {
  #hero {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
#hero .swiper {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
}
@media (max-width: 768px) {
  #hero .swiper {
    position: relative;
    top: -20px;
    width: 100%;
    height: auto;
  }
}
#hero .swiper .swiper-slide {
  overflow: hidden;
}
#hero .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#hero .swiper .swiper-slide-active img {
  transform: scale(1.15);
}
#hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(18, 40, 68, 0.8) 0%, rgba(18, 40, 68, 0.4) 50%, transparent 100%);
}
@media (max-width: 768px) {
  #hero .hero-overlay {
    position: relative;
    height: auto;
    background: #122844;
    padding: 2rem 1.5rem;
    z-index: 1;
  }
}
#hero .hero-overlay .hero-content-box {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  max-width: 600px;
  padding: 3rem;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    padding: 0;
    border: none;
    text-align: left;
  }
}
#hero .hero-overlay .hero-content-box .subtitle {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c0c6cd;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .subtitle {
    font-size: 0.85rem;
  }
}
#hero .hero-overlay .hero-content-box .main-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
#hero .hero-overlay .hero-content-box .main-title .dot {
  color: #00b0b9;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .main-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
#hero .hero-overlay .hero-content-box .separator-line {
  width: 60px;
  height: 2px;
  background-color: #c0c6cd;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .separator-line {
    display: none;
  }
}
#hero .hero-overlay .hero-content-box .description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#hero .hero-overlay .hero-content-box .description .tags {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #c0c6cd;
}
#hero .hero-overlay .hero-content-box .description .tags span {
  margin: 0 5px;
  font-size: 0.8rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .description .tags {
    margin-top: 0.25rem;
    font-size: 0.85rem;
  }
}
#hero .hero-overlay .hero-content-box .btn-group {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .btn-group {
    gap: 1rem;
    width: 100%;
  }
}
#hero .hero-overlay .hero-content-box .btn-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #hero .hero-overlay .hero-content-box .btn-group a {
    padding: 0.7rem 0;
    font-size: 0.9rem;
    flex: 1;
  }
}
#hero .hero-overlay .hero-content-box .btn-group a i,
#hero .hero-overlay .hero-content-box .btn-group a svg {
  margin-right: 8px;
}
#hero .hero-overlay .hero-content-box .btn-group a .ph-arrow-right {
  margin-right: 0;
  margin-left: 8px;
}
#hero .hero-overlay .hero-content-box .btn-group .btn-primary-custom {
  background-color: #c0c6cd;
  color: #122844;
  border: 1px solid #c0c6cd;
}
#hero .hero-overlay .hero-content-box .btn-group .btn-primary-custom .icon-line {
  width: 20px;
  height: 20px;
  fill: #122844;
}
#hero .hero-overlay .hero-content-box .btn-group .btn-primary-custom:hover {
  background-color: white;
  color: #122844;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#hero .hero-overlay .hero-content-box .btn-group .btn-outline-custom {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hero .hero-overlay .hero-content-box .btn-group .btn-outline-custom:hover {
  border-color: #c0c6cd;
  color: #c0c6cd;
  background: rgba(18, 40, 68, 0.5);
}

#about {
  background: white;
}
#about .about-image-frame {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 576px) {
  #about .about-image-frame {
    margin-top: 3rem;
  }
}
#about .about-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.337));
}
#about .about-image-frame .team-locations {
  border-top: 1px solid rgba(192, 198, 205, 0.2);
  padding-top: 1.5rem;
  position: absolute;
  bottom: 5%;
  right: 8%;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 576px) {
  #about .about-image-frame .team-locations {
    top: 0;
    bottom: auto;
    padding-top: 0;
  }
}
#about .about-image-frame .team-locations h4 {
  font-size: 2rem;
  color: #122844;
  color: white;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  #about .about-image-frame .team-locations h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#about .about-image-frame .team-locations h4 .icon {
  margin-right: 8px;
  color: #c0c6cd;
}
#about .about-image-frame .team-locations ul li {
  margin-bottom: 1rem;
  color: #64748b;
  color: white;
  font-size: 1rem;
}
@media (max-width: 576px) {
  #about .about-image-frame .team-locations ul li {
    margin-bottom: 0.5rem;
  }
}
#about .about-image-frame .team-locations ul li .loc-tag {
  display: inline-block;
  background: #122844;
  background: white;
  color: gray;
  padding: 2px 8px;
  font-size: 0.85rem;
  margin-right: 10px;
  border-radius: 2px;
}
@media (max-width: 576px) {
  #about .about-image-frame .team-locations ul li .loc-tag {
    padding: 1px 5px;
  }
}
#about .about-content {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  #about .about-content {
    padding-left: 0;
    margin-top: 0rem;
  }
}
#about .about-content .brand-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #122844;
  margin-bottom: 1rem;
}
#about .about-content .brand-title small {
  display: block;
  font-size: 1rem;
  color: #64748b;
  font-weight: 400;
  margin-top: 0.5rem;
}
#about .about-content .year-mark {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 600;
  color: #c0c6cd;
  border-bottom: 2px solid #122844;
  padding-bottom: 5px;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
#about .about-content .desc-text p {
  text-align: justify;
  color: #64748b;
  font-size: 1.05rem;
}

#cta-statement {
  position: relative;
  padding: 1rem 0;
}
#cta-statement img {
  width: 120px;
}
#cta-statement .container {
  position: relative;
  z-index: 2;
}
#cta-statement .cta-frame {
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#cta-statement .content-wrapper .deco-icon {
  font-size: 2.5rem;
  color: #c0c6cd;
  margin-bottom: 2rem;
  opacity: 0.8;
}
#cta-statement .content-wrapper .main-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  #cta-statement .content-wrapper .main-text {
    font-size: 1.5rem;
  }
}
#cta-statement .content-wrapper .sub-text {
  font-size: 1.1rem;
  color: #c0c6cd;
  font-weight: 300;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  opacity: 0.9;
}
#cta-statement .content-wrapper .divider {
  width: 60px;
  height: 1px;
  background-color: rgba(192, 198, 205, 0.5);
  margin: 0 auto 2.5rem auto;
}
#cta-statement .content-wrapper .service-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
#cta-statement .content-wrapper .service-area .label {
  font-size: 0.9rem;
  color: rgba(192, 198, 205, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(192, 198, 205, 0.3);
  padding: 2px 10px;
  border-radius: 20px;
}
#cta-statement .content-wrapper .service-area .area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#cta-statement .content-wrapper .service-area .area-list li {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 2px;
  position: relative;
  font-weight: 400;
}
#cta-statement .content-wrapper .service-area .area-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.8rem;
  color: rgba(192, 198, 205, 0.4);
  font-weight: 300;
}
@media (max-width: 576px) {
  #cta-statement .content-wrapper .service-area .area-list {
    gap: 1rem;
  }
  #cta-statement .content-wrapper .service-area .area-list li {
    font-size: 1rem;
  }
  #cta-statement .content-wrapper .service-area .area-list li:not(:last-child)::after {
    right: -0.6rem;
  }
}
#cta-statement .content-wrapper .action-box .btn-silver {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2.5rem;
  background: transparent;
  border: 1px solid #c0c6cd;
  color: #c0c6cd;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
#cta-statement .content-wrapper .action-box .btn-silver i {
  margin-right: 10px;
}
#cta-statement .content-wrapper .action-box .btn-silver:hover {
  background: #c0c6cd;
  color: #122844;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#services {
  background-color: #f8f9fb;
}
#services .service-box {
  background: #ffffff;
  border: 1px solid rgba(192, 198, 205, 0.2);
  padding: 2.5rem;
  height: 100%;
  min-height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
}
@media (max-width: 768px) {
  #services .service-box {
    min-height: auto;
  }
}
#services .service-box:hover {
  border-color: #122844;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(18, 40, 68, 0.08);
}
#services .service-box:hover .box-header .service-icon {
  color: #122844;
  transform: scale(1.1);
}
#services .service-box:hover .box-header .step-num {
  color: rgba(192, 198, 205, 0.5);
}
#services .service-box:hover .box-body .line-deco {
  width: 100%;
  background-color: #122844;
}
#services .service-box .box-header {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #services .service-box .box-header {
    margin-bottom: 2.5rem;
  }
}
#services .service-box .box-header .step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: sans-serif;
  color: rgba(192, 198, 205, 0.3);
  line-height: 1;
  transition: color 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  #services .service-box .box-header .step-num {
    font-size: 2rem;
  }
}
#services .service-box .box-header .service-icon {
  display: inline-block;
  font-size: 3rem;
  color: #c0c6cd;
  transition: all 0.3s ease;
}
#services .service-box .box-body {
  position: relative;
  padding-bottom: 1rem;
}
#services .service-box .box-body h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #122844;
  margin: 0;
  letter-spacing: 1px;
}
#services .service-box .box-body .line-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #c0c6cd;
  transition: all 0.4s ease;
}

#process {
  background-color: #122844;
  color: #c0c6cd;
  position: relative;
}
#process .section-heading {
  color: #ffffff;
}
#process .section-heading::before {
  background: linear-gradient(to bottom, #ffffff 30%, #c0c6cd 100%);
}
#process .process-grid-wrapper {
  border-top: 1px solid rgba(192, 198, 205, 0.3);
  border-left: 1px solid rgba(192, 198, 205, 0.3);
}
#process .process-step {
  padding: 2.5rem;
  height: 100%;
  border-right: 1px solid rgba(192, 198, 205, 0.3);
  border-bottom: 1px solid rgba(192, 198, 205, 0.3);
  transition: all 0.3s ease;
  background: transparent;
}
#process .process-step:hover {
  background: rgba(192, 198, 205, 0.05);
}
#process .process-step:hover .step-header .num,
#process .process-step:hover .step-header .icon {
  color: #ffffff;
}
#process .process-step .step-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#process .process-step .step-header .num {
  font-size: 2rem;
  font-weight: 700;
  font-family: sans-serif;
  color: rgba(192, 198, 205, 0.5);
  line-height: 1;
  transition: color 0.3s ease;
}
#process .process-step .step-header .icon {
  font-size: 1.8rem;
  color: #c0c6cd;
  transition: color 0.3s ease;
}
#process .process-step h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
}
#process .process-step p {
  font-size: 0.95rem;
  color: rgba(192, 198, 205, 0.8);
  margin-bottom: 0;
}
#process .budget-note {
  display: inline-block;
  border: 2px solid #c0c6cd;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
#process .budget-note::before, #process .budget-note::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #c0c6cd;
  transform: translateY(-50%);
}
#process .budget-note::before {
  left: -4px;
}
#process .budget-note::after {
  right: -4px;
}

@media (max-width: 768px) {
  #process h2 {
    margin-bottom: 0;
  }
}
#process .process-box {
  padding: 0rem 8rem 0;
}
@media (max-width: 768px) {
  #process .process-box {
    padding: 0 2rem;
  }
}
#process .process-box .img-box {
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #process .process-box .img-box {
    width: 30px;
  }
}
#process .process-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: invert(1);
}
#process .process-box .content h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #process .process-box .content h4 {
    margin-top: 0;
    font-size: 1rem;
  }
}
#process .process-box .content h4 span {
  font-style: italic;
  color: #bfbfbf;
  margin-right: 0.5rem;
}
#process .process-box .content p {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  #process .process-box .content p {
    font-size: 0.9rem;
  }
}
#process .process-box .line {
  width: 1px;
  height: 50px;
  background: #d2d2d2;
  padding: 0;
  margin-bottom: 1rem;
}

.auto-carousel {
  background: white;
}
.auto-carousel .swiper {
  width: 100%;
  transform: rotate(0deg);
  position: relative;
}
.auto-carousel .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* 平滑線性移動 */
}
.auto-carousel .swiper .swiper-slide {
  width: 600px;
  aspect-ratio: 3/2;
}
@media (max-width: 768px) {
  .auto-carousel .swiper .swiper-slide {
    width: 300px;
  }
}
.auto-carousel .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #122844;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

#contact {
  background-color: #ffffff;
  background-color: #f8f9fb;
  position: relative;
}
#contact .contact-directory {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#contact .contact-directory .contact-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(192, 198, 205, 0.3);
  transition: all 0.3s ease;
}
#contact .contact-directory .contact-item:last-child {
  border-bottom: none;
}
#contact .contact-directory .contact-item:hover .icon-wrap {
  transform: translateY(-3px);
}
#contact .contact-directory .contact-item .icon-wrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  color: #122844;
  transition: all 0.3s ease;
}
#contact .contact-directory .contact-item .icon-wrap i {
  font-size: 1.75rem;
}
#contact .contact-directory .contact-item .icon-wrap svg {
  fill: currentColor;
}
#contact .contact-directory .contact-item .info-wrap h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c0c6cd;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#contact .contact-directory .contact-item .info-wrap p {
  margin-bottom: 0.5rem;
  color: #122844;
  font-weight: 500;
  line-height: 1.5;
}
#contact .contact-directory .contact-item .info-wrap a.link-plain {
  font-size: 1.1rem;
  font-weight: 600;
  color: #122844;
  position: relative;
}
#contact .contact-directory .contact-item .info-wrap a.link-arrow {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
#contact .contact-directory .contact-item .info-wrap a.link-arrow i {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}
#contact .contact-directory .contact-item .info-wrap a.link-arrow:hover i {
  margin-left: 10px;
}
#contact .map-frame {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  border: 1px solid #c0c6cd;
  padding: 10px;
  background: #ffffff;
}
#contact .map-frame iframe {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  display: block;
}
#contact .map-frame:hover iframe {
  filter: grayscale(0%);
}
#contact .map-frame .corner-deco {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #122844;
  z-index: 2;
}
#contact .map-frame .corner-deco.top-left {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
#contact .map-frame .corner-deco.bottom-right {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

footer {
  background-color: #f8f9fb;
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}/*# sourceMappingURL=all.css.map */