@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* CSS */
[data-aos=blur-up] {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  transition: all 0.1s ease;
}

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

body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #faf4ed;
  background: white;
  color: #4a403d;
  line-height: 1.8;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #3a2e2a;
  font-weight: 200;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-padding {
  padding: 200px 0 100px;
}
@media (max-width: 768px) {
  .section-padding {
    padding: 80px 0;
  }
}

.bg-light-soft {
  background-color: #f5f0e8;
  background: white;
}

.section-header {
  color: #777777;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.bg-svg-lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg-svg-lines .single-wave {
  fill: none;
  stroke: #777777;
  stroke-width: 4px;
  opacity: 0.05;
  vector-effect: non-scaling-stroke;
  animation: floatLine 20s infinite alternate ease-in-out;
}

@keyframes floatLine {
  0% {
    transform: translateY(0) scaleX(1);
  }
  100% {
    transform: translateY(-50px) scaleX(1.1);
  }
}
.split {
  display: inline-block;
  overflow: hidden;
  text-shadow: 0 1.5em currentColor; /* 和 JS 位移一致 */
  will-change: transform;
  padding: 1 1rem;
}

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

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(0);
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}
.navbar .navbar-brand .brand-logo {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .navbar-brand .brand-text {
  display: flex;
  flex-direction: column;
}
.navbar .navbar-brand .brand-text .tc {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #3a2e2a;
  letter-spacing: 2px;
}
.navbar .navbar-brand .brand-text .en {
  font-size: 0.65rem;
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8b5e3c;
}
.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: #827875;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #777777;
}

#hero {
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
}
@media (max-width: 508px) {
  #hero {
    margin-top: 8rem;
  }
}
#hero .hero-swiper {
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/3;
}
#hero .swiper-slide {
  overflow: hidden;
}
#hero .hero-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 8000ms linear;
}
#hero .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  z-index: 2;
}
#hero .swiper-slide-active .hero-bg {
  transform: scale(1.15);
}
#hero .hero-text-container {
  z-index: 10;
  pointer-events: none;
}
#hero .hero-content {
  padding-bottom: 2rem;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
@media (max-width: 768px) {
  #hero .hero-content {
    padding-bottom: 1.5rem;
  }
}
#hero .hero-content .hero-title {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 8px;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 768px) {
  #hero .hero-content .hero-title {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }
}
#hero .hero-content .hero-subtitle {
  font-size: 1rem;
  letter-spacing: 4px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#about .about-text p {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: #4a403d;
  text-align: justify;
  letter-spacing: 1px;
}
#about .about-text p:first-child {
  position: relative;
  padding-left: 20px;
}
#about .about-text p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 100%;
  width: 1px;
  background-color: #777777;
}
#about .about-img-wrapper {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
#about .about-img-wrapper img {
  border-radius: 2px;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
#about .about-img-wrapper .img-deco {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 20px;
  background-color: #e8d9c4;
  z-index: 1;
}

#services .service-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(119, 119, 119, 0.05);
  display: flex;
  flex-direction: column;
}
#services .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(58, 46, 42, 0.08);
}
#services .service-card:hover .img-box img {
  transform: scale(1.05);
}
#services .service-card .img-box {
  overflow: hidden;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  #services .service-card .img-box {
    margin-bottom: 1.5rem;
  }
}
#services .service-card .img-box svg {
  width: 50%;
}
#services .service-card .text-box {
  text-align: center;
  margin-top: auto;
}
#services .service-card .text-box h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#services .service-card .text-box span {
  font-size: 0.8rem;
  color: #777777;
  letter-spacing: 1px;
}

#works #works-container {
  --bs-gutter-x: 4rem; /* 自定義水平間距 */
  --bs-gutter-y: 4rem; /* 自定義垂直間距 */
}
#works .work-card {
  position: relative;
  width: 100%;
}
#works .work-card .img-box {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
#works .work-card .img-box img {
  width: 100%;
  height: 100%;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .work-card h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: 1s;
}

/* =========================================
   覆蓋 Fancybox 預設樣式，解決滿版壓迫感
========================================= */
#process .process-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#process .process-timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(119, 119, 119, 0.2);
}
@media (max-width: 768px) {
  #process .process-timeline::before {
    left: 20px;
  }
}
#process .process-timeline .process-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #process .process-timeline .process-item {
    padding-left: 60px;
    margin-bottom: 40px;
  }
}
#process .process-timeline .process-item:last-child {
  margin-bottom: 0;
}
#process .process-timeline .process-item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: white;
  border: 1px solid #777777;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #777777;
  z-index: 2;
}
@media (max-width: 768px) {
  #process .process-timeline .process-item .num {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
#process .process-timeline .process-item .content {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}
#process .process-timeline .process-item .content h4 {
  display: flex;
  align-items: center;
  gap: 10px; /* 圖示與文字的間距 */
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #3a2e2a;
  letter-spacing: 1px;
  /* Phosphor Icon 樣式設定 */
}
#process .process-timeline .process-item .content h4 i {
  color: #777777; /* 使用你的主色調 */
  font-size: 1.6rem; /* 讓圖示比文字稍微大一點 */
  font-weight: normal;
}
#process .process-timeline .process-item .content p {
  margin: 0;
  color: #827875;
  font-size: 0.95rem;
  line-height: 1.8;
}

#contact {
  background-color: #3a2e2a;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 0;
  }
}
#contact h2 {
  color: white;
}
#contact .contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
#contact .contact-info-list li i {
  font-size: 1.5rem;
  color: #e8d9c4;
  margin-top: 3px;
}
#contact .contact-info-list li a {
  color: #fff;
  opacity: 0.8;
  font-size: 1rem;
  letter-spacing: 1px;
}
#contact .contact-info-list li a:hover {
  opacity: 1;
  color: #e8d9c4;
}
#contact .social-links {
  display: flex;
  gap: 15px;
}
#contact .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
}
#contact .social-links a:hover {
  background-color: #777777;
  border-color: #777777;
}
#contact .social-links a svg {
  width: 20px;
  height: 20px;
}
#contact .map-container {
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  min-height: 350px;
}
#contact .map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  filter: grayscale(80%) contrast(120%);
}

footer {
  background-color: #3a2e2a;
  padding: 30px 0;
}
footer .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  letter-spacing: 1px;
}
footer .copyright .designed-by {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 10px;
}
footer .copyright .designed-by:hover {
  color: #e8d9c4;
}

.floating-actions {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}
@media (max-width: 768px) {
  .floating-actions {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
}
.floating-actions .action-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 768px) {
  .floating-actions .action-btn {
    width: 45px;
    height: 45px;
  }
}
.floating-actions .action-btn:hover {
  transform: scale(1.1);
}
.floating-actions .action-btn.phone-btn {
  background-color: #777777;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .floating-actions .action-btn.phone-btn {
    font-size: 1.2rem;
  }
}
.floating-actions .action-btn.line-btn {
  background-color: transparent;
  box-shadow: none;
}
.floating-actions .action-btn.line-btn svg {
  width: 55px;
  height: 55px;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px) {
  .floating-actions .action-btn.line-btn svg {
    width: 45px;
    height: 45px;
  }
}/*# sourceMappingURL=all.css.map */