@charset "UTF-8";
.container {
  max-width: 1600px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.news-page {
  padding-top: 120px;
  background: white;
  min-height: 100vh;
}

.news-header {
  padding: 80px 0 0px;
  background: white;
  margin-top: 160px;
}
.news-header .news-header-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .news-header .news-header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
}
.news-header .news-title-section {
  flex: 1;
  margin-left: -300px;
}
@media (max-width: 1440px) {
  .news-header .news-title-section {
    margin-left: 0;
  }
}
.news-header .news-title-section .news-category-label {
  font-family: "Mada", sans-serif;
  font-weight: 600;
  font-size: 15pt;
  color: #999;
  letter-spacing: 0.1em;
  position: relative;
}
.news-header .news-title-section .news-category-label::before {
  content: "˙";
  color: #999;
  font-weight: 600;
  margin-right: 8px;
  position: relative;
  top: 6px;
  left: 5px;
}
.news-header .news-title-section .news-main-title {
  font-family: "Arial", sans-serif;
  font-size: 8rem;
  font-weight: 200;
  color: #cdc4be;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .news-header .news-title-section .news-main-title {
    font-size: 4rem;
  }
}
.news-header .news-title-section .news-main-title-animated {
  margin-bottom: 20px;
  font-size: 8rem !important;
  font-weight: 200 !important;
  color: #cdc4be !important;
  line-height: 0.8 !important;
}
@media (max-width: 1024px) {
  .news-header .news-title-section .news-main-title-animated {
    font-size: 6rem !important;
  }
}
@media (max-width: 768px) {
  .news-header .news-title-section .news-main-title-animated {
    font-size: 4rem !important;
  }
}
@media (max-width: 480px) {
  .news-header .news-title-section .news-main-title-animated {
    font-size: 3rem !important;
  }
}
.news-header .news-title-section .news-subtitle {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-size: 45pt;
  color: #595657;
  font-weight: 500;
  letter-spacing: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news-header .news-title-section .news-subtitle {
    font-size: 1.5rem;
  }
}
.news-header .news-intro-section {
  flex: 0 0 400px;
  padding-left: 60px;
  padding-top: 60px;
  transform: translateX(325px);
}
@media (max-width: 1440px) {
  .news-header .news-intro-section {
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .news-header .news-intro-section {
    flex: none;
    padding: 30px 0 0 0;
    max-width: 500px;
  }
}
.news-header .news-intro-section .news-intro-text {
  font-size: 23px;
  color: #595657;
  margin-bottom: 1px;
  line-height: 1.6;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 4px;
}
.news-header .news-intro-section .news-intro-subtext {
  font-size: 23px;
  color: #595657;
  line-height: 1.6;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 2px;
}
.news-header .news-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-left: -300px;
  margin-bottom: 70px;
  margin-top: 140px;
}
@media (max-width: 1440px) {
  .news-header .news-controls {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .news-header .news-controls {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.news-header .news-categories {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.news-header .news-categories .category-btn {
  font-family: "Noto Sans CJK TC", sans-serif;
  min-width: 69px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #928070;
  background: white;
  color: #928070;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.news-header .news-categories .category-btn.active {
  background: #928070;
  border-color: #928070;
  color: white;
}
@media (max-width: 768px) {
  .news-header .news-categories .category-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.news-header .news-search {
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(320px);
}
@media (max-width: 1440px) {
  .news-header .news-search {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .news-header .news-search {
    justify-content: center;
  }
}
.news-header .news-search .search-label {
  font-size: 15pt;
  color: #928070;
  letter-spacing: 2px;
  white-space: nowrap;
}
.news-header .news-search .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.news-header .news-search .search-input {
  width: 160px;
  padding: 8px 32px 8px 12px;
  border: none;
  border-bottom: 1px solid #d0c4b8;
  background: transparent;
  font-size: 0.875rem;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}
.news-header .news-search .search-input::-moz-placeholder {
  color: #999;
}
.news-header .news-search .search-input::placeholder {
  color: #999;
}
.news-header .news-search .search-input:focus {
  border-bottom-color: #928070;
}
@media (max-width: 768px) {
  .news-header .news-search .search-input {
    width: 140px;
  }
}
.news-header .news-search .search-btn {
  position: absolute;
  right: 4px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  transition: color 0.3s ease;
}
.news-header .news-search .search-btn:hover {
  color: #928070;
}

.custom-dropdown .dropdown-btn {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.custom-dropdown .dropdown-options {
  background: white;
  border: none;
  box-shadow: none;
  padding: 8px 0;
}
.custom-dropdown .dropdown-option {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: left;
  white-space: nowrap;
}
.custom-dropdown .dropdown-option .option-bullet {
  color: #928070;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.custom-dropdown .dropdown-option .option-text {
  color: rgba(146, 128, 112, 0.6);
  letter-spacing: 2px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.custom-dropdown .dropdown-option:hover {
  background: #f7f5f4;
}
.custom-dropdown .dropdown-option:hover .option-bullet {
  opacity: 1 !important;
}
.custom-dropdown .dropdown-option:hover .option-text {
  color: #928070 !important;
}

.news-content {
  background: #F7F5F4;
  overflow-x: hidden;
}
.news-content .container {
  max-width: 100%;
  padding: 0 120px;
  margin: 0;
}
@media (max-width: 768px) {
  .news-content .container {
    padding: 0;
    overflow-x: hidden;
  }
}
.news-content .news-item {
  display: flex;
  background: #F7F5F4;
  width: 100%;
  max-width: 1800px;
  /* 移除 overflow: hidden 避免截断刷色效果 */
  transition: all 0.3s ease;
  border-bottom: 1px solid #928070;
  padding: 60px;
  position: relative;
  align-items: center;
  /* 桌面版的 ::before（刷色效果） */
}
@media (max-width: 768px) {
  .news-content .news-item {
    max-width: 100%;
    border-bottom: none;
    overflow-x: hidden;
  }
  .news-content .news-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 291px;
    height: 1px;
    background-color: #928070;
    z-index: 1;
  }
  .news-content .news-item::after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
  }
  .news-content .news-item:hover::after {
    background: linear-gradient(90deg, rgba(212, 203, 198, 0.6) 0%, rgba(212, 203, 198, 0.8) 50%, rgba(212, 203, 198, 0.6) 100%);
    animation: none;
  }
}
.news-content .news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .news-content .news-item::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 291px;
    height: 1px;
    background-color: #928070;
    z-index: 1;
  }
}
.news-content .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  transform: translateX(0);
  transition: transform 1s ease;
  z-index: 2;
  pointer-events: none;
}
.news-content .news-item:hover::after {
  animation: shimmer 1s forwards; /* forwards 保留最後狀態 */
}
.news-content .news-item:hover .more-btn {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (max-width: 1200px) {
  .news-content .news-item:hover .more-btn {
    max-height: 100px;
    margin-top: 55px;
  }
}
.news-content .news-item .news-text,
.news-content .news-item .news-image {
  position: relative;
  z-index: 3;
}
@keyframes shimmer {
  0% {
    left: -100%;
    background: linear-gradient(90deg, transparent 0%, transparent 30%, rgba(212, 203, 198, 0.6) 45%, rgba(212, 203, 198, 0.8) 50%, rgba(212, 203, 198, 0.6) 55%, transparent 70%, transparent 100%);
  }
  100% {
    left: -70%;
    background: linear-gradient(90deg, transparent 0%, transparent 30%, rgba(212, 203, 198, 0.6) 45%, rgba(212, 203, 198, 0.8) 50%, rgba(212, 203, 198, 0.6) 55%, transparent 70%, transparent 100%);
  }
}
.news-content .news-text {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.news-content .news-text .news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-content .news-text .news-meta .news-date {
  font-family: "Noto Sans TC", sans-serif;
  color: #727171;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.news-content .news-text .news-meta .news-category {
  background: #f5f5f5;
  color: #666;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.news-content .news-text .news-item-title {
  font-size: 24px;
  margin-top: -18px;
  font-weight: 500;
  color: #595657;
  line-height: 1.4;
  margin-bottom: 35px;
  letter-spacing: 5px;
}
.news-content .news-text .news-tag {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  letter-spacing: 0.2em;
}
.news-content .news-text .tag {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #928070;
  border: 1px solid var(--line);
}
.news-content .news-text .news-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-content .news-text .read-more-btn {
  display: none;
}
.news-content .news-text .more-btn {
  font-family: "Noto Sans CJK TC", sans-serif;
  background: #928070;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  margin-top: 120px;
  letter-spacing: 3px;
  width: 110px;
  height: 36px;
}
.news-content .news-text .more-btn:hover {
  background: #7a6b5d;
  transform: translateY(-2px);
  background: rgba(20, 47, 70, 0.9);
}
@media (max-width: 1200px) {
  .news-content .news-text .more-btn {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
  }
}
.news-content .news-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news-content .news-image {
    width: 100%;
    height: 180px;
  }
}
.news-content .news-image img {
  width: 402.6874px;
  height: 238.2807px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .news-content .news-image img {
    height: 175px;
  }
}

.pagination-section {
  padding: 60px 0 80px;
  background: white;
}
.pagination-section .container {
  max-width: 1600px;
  padding: 0 10px;
}
.pagination-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination-section .pagination .page-btn {
  min-width: 48px;
  height: 48px;
  border: 2px solid #e9ecef;
  background: white;
  color: #666;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pagination-section .pagination .page-btn:hover:not(.disabled):not(.active) {
  border-color: #928070;
  color: #928070;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
}
.pagination-section .pagination .page-btn.active {
  background: #928070;
  border-color: #928070;
  color: white;
}
.pagination-section .pagination .page-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f8f9fa;
  border-color: #e9ecef;
}
.pagination-section .pagination .page-btn.prev, .pagination-section .pagination .page-btn.next {
  font-size: 1.125rem;
  padding: 0 4px;
}
.pagination-section .pagination .page-dots {
  color: #999;
  font-weight: 600;
  padding: 0 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination-section .load-more-section {
  text-align: center;
  margin-top: 40px;
}
.pagination-section .load-more-section .load-more-btn {
  background: white;
  border: 2px solid #e9ecef;
  color: #666;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-section .load-more-section .load-more-btn:hover {
  border-color: #928070;
  color: #928070;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
}
.pagination-section .load-more-section .load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .news-page {
    padding-top: 100px;
  }
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .news-page {
    padding-top: 80px;
  }
  .news-header .news-title-section {
    margin-bottom: 30px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-item {
  animation: fadeInUp 0.6s ease-out;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #928070;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b8941f;
}

.article-page {
  padding-top: 120px;
  background: #F7F5F4;
  min-height: 100vh;
}

.article-header {
  padding: 80px 0 40px;
  background: #F7F5F4;
}
.article-header .article-title-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.article-header .article-title-section .article-main-title {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-size: 30pt;
  font-weight: 500;
  color: #595657;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 5px;
  text-align: left;
  margin-left: -48px;
}
@media (max-width: 768px) {
  .article-header .article-title-section .article-main-title {
    font-size: 2rem;
  }
}
.article-header .article-title-section .title-underline {
  width: 900px;
  height: 2px;
  background: #928070;
  margin: 0 0 60px -50px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .article-header .article-title-section .title-underline {
    width: 200px;
  }
}
.article-header .article-title-section .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .article-header .article-title-section .article-meta {
    flex-direction: column;
    align-items: center;
  }
}
.article-header .article-title-section .article-meta .article-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  transform: translate(-50px, -30px);
}
@media (max-width: 768px) {
  .article-header .article-title-section .article-meta .article-tags {
    transform: translate(0px, -30px);
  }
}
.article-header .article-title-section .article-meta .article-tags .tag {
  font-family: "Noto Sans CJK TC", sans-serif;
  background: #F7F5F4;
  border: 1px solid #928070;
  color: #928070;
  padding: 1px 12px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
}
.article-header .article-title-section .article-meta .article-date {
  color: #928070;
  font-family: "Mada", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transform: translate(35px, -25px);
}
@media (max-width: 768px) {
  .article-header .article-title-section .article-meta .article-date {
    transform: translate(1px, -25px);
  }
}

.article-hero .hero-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.article-hero .hero-image img {
  width: 914px;
  height: 540px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-quote {
  padding: 60px 0;
  background: #F7F5F4;
}
.article-quote .quote-text {
  font-size: 27px;
  font-family: "Noto Sans CJK TC", normal;
  font-weight: 600;
  color: #595657;
  text-align: left;
  max-width: 800px;
  margin: -50px 0 0 -20px;
  line-height: 1.4;
  letter-spacing: 9px;
}
.article-quote .second-quote {
  color: #928070;
  font-size: 20px;
  margin: 50px 20px 0 0;
  letter-spacing: 5px;
  font-weight: 400;
  white-space: nowrap; /* 防止換行 */
}
@media (max-width: 768px) {
  .article-quote {
    font-size: 1.8rem;
  }
}

.article-content {
  background: #F7F5F4;
}
.article-content .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.article-content .content-wrapper .content-text {
  margin-bottom: 40px;
}
.article-content .content-wrapper .content-text .highlight-text {
  font-size: 20px;
  font-weight: 400;
  color: #928070 !important;
}
.article-content .content-wrapper .content-image {
  margin: 60px 0;
  text-align: center;
}
.article-content .content-wrapper .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: -20px;
  margin-bottom: 100px;
}

.article-share {
  padding: 60px 0;
  background: #f8f6f4;
}
.article-share .share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .article-share .share-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.article-share .share-wrapper .title-underline {
  width: 900px;
  height: 2px;
  background: #928070;
  margin: 0 0 60px 0px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .article-share .share-wrapper .title-underline {
    width: 350px;
  }
}
.article-share .share-wrapper .more-btn {
  background: #928070;
  color: white;
  border: none;
  width: 110px;
  height: 36px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 3px;
}
.article-share .share-wrapper .more-btn:hover {
  background: #142f46;
}
.article-share .share-wrapper .share-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-share .share-wrapper .share-section .share-text {
  font-size: 0.875rem;
  color: #928070;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.article-share .share-wrapper .share-section .share-buttons {
  display: flex;
  gap: 16px;
}
.article-share .share-wrapper .share-section .share-buttons .share-btn {
  width: 40px;
  height: 40px;
  background: #F7F5F4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.article-share .share-wrapper .share-section .share-buttons .share-btn:hover {
  border-color: #928070;
  transform: translateY(-2px);
}
.article-share .share-wrapper .share-section .share-buttons .share-btn img {
  width: 50px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.article-share .share-wrapper .share-section .share-buttons .share-btn:hover img {
  opacity: 1;
}

.related-articles {
  padding: 80px 0;
  background: #F7F5F4;
}
.related-articles .related-header {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  top: -180px;
}
.related-articles .related-header .related-title {
  font-family: "Mada", sans-serif;
  font-size: 67pt;
  font-weight: Bold;
  color: #E3DFDB;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .related-articles .related-header .related-title {
    font-size: 2.5rem;
  }
}
.related-articles .related-header .related-subtitle {
  font-size: 27px;
  color: #595657;
  font-weight: 500;
  letter-spacing: 13px;
  position: relative;
  top: -40px;
}
.related-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  position: relative;
  top: -150px;
}
@media (max-width: 768px) {
  .related-articles .articles-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.related-articles .articles-grid .related-article {
  cursor: pointer;
  transition: all 0.3s ease;
}
.related-articles .articles-grid .related-article:hover {
  transform: translateY(-4px);
}
.related-articles .articles-grid .related-article:hover .article-image img {
  transform: scale(1.05);
}
.related-articles .articles-grid .related-article:hover .article-image .more-overlay {
  opacity: 1;
  visibility: visible;
}
.related-articles .articles-grid .related-article .article-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.related-articles .articles-grid .related-article .article-image img {
  width: 440px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.related-articles .articles-grid .related-article .article-image .more-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 35px;
  line-height: 0.5;
  transform: translate(-50%, -50%);
  background: rgba(146, 128, 112, 0.8);
  color: white;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.related-articles .articles-grid .related-article .article-image .more-overlay:hover {
  background: rgba(20, 47, 70, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}
.related-articles .articles-grid .related-article .article-info .article-date {
  color: #928070;
  font-family: "Mada", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.related-articles .articles-grid .related-article .article-info .article-title {
  font-size: 22px;
  font-family: "Noto Sans TC", sans-serif;
  color: #595657;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 5px;
}

.page-actions {
  padding: 80px 0;
  background: #f8f6f4;
}
.page-actions .actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-actions .actions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.page-actions .actions-grid .action-item {
  text-align: center;
  padding: 40px 20px;
  background: white;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-actions .actions-grid .action-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.page-actions .actions-grid .action-item.tooth-cleaning {
  border: 2px solid #928070;
}
.page-actions .actions-grid .action-item h3 {
  font-size: 1.5rem;
  color: #cdc4be;
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.page-actions .actions-grid .action-item p {
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .article-page {
    padding-top: 100px;
  }
  .article-header {
    padding: 60px 0 30px;
  }
  .article-quote {
    padding: 40px 0;
  }
  .article-content {
    padding: 60px 0;
  }
  .related-articles {
    padding: 60px 0;
  }
  .page-actions {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .article-page {
    padding-top: 80px;
  }
  .article-header {
    padding: 40px 0 0;
  }
  .article-quote {
    padding: 30px 0;
  }
  .article-content {
    padding: 40px 0;
  }
  .article-share {
    padding: 40px 0;
  }
  .related-articles {
    padding: 40px 0;
  }
  .page-actions {
    padding: 40px 0;
  }
}
/* GSAP ScrollTrigger 視差效果 - 替換原有的 .parallax-hero */
.parallax-hero {
  background-image: url("images/location-1.svg");
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0%; /* 初始位置 */
  /* 移除 transition: background-position 0.1s ease-out; */
}

/* 如果需要顯示預留的上下部分 */
.parallax-hero.extended-image {
  background-size: 100% 120%; /* 調整為120%來顯示更多內容 */
}

/* GSAP 專用樣式 - 確保變換順暢 */
.gsap-parallax {
  will-change: background-position;
}

/* 防止水平滾動 */
body {
  overflow-x: hidden;
}

.js-anim_elm.-brightness .brightness {
  opacity: 0;
  transition: opacity 1s 0.2s, filter 1s 0.4s;
  filter: blur(1em) brightness(1.85);
  transform: translateZ(0);
  will-change: filter;
}

/* 動畫觸發後 */
.js-anim_elm.-brightness.is-act .brightness {
  opacity: 1;
  filter: blur(0) brightness(1);
}

.google-btn {
  perspective: 600px; /* 3D 效果 */
}

.google-btn .char {
  display: inline-block;
  transform-origin: bottom;
  transition: transform 0.4s ease, color 0.4s ease;
  opacity: 1; /* 初始可見 */
}

.google-btn.hover-active .char {
  animation: flipHover 0.5s forwards;
}

/* stagger 延遲可以用 JS 設置，每個字延遲不同 */
@keyframes flipHover {
  0% {
    transform: rotateX(0deg);
    color: #fff;
  }
  50% {
    transform: rotateX(-90deg);
    color: #ffebc0;
  }
  100% {
    transform: rotateX(0deg);
    color: #fff;
  }
}
.contact-content {
  position: relative;
  overflow: hidden;
}

.content-slider {
  height: 200%; /* 兩倍高度容納兩個內容 */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0); /* 確保初始位置是0 */
}

.content-slide {
  position: absolute;
  width: 100%;
  height: 50%;
}

/* 第一個slide (CONTACT) 在上半部 */
.content-slide:nth-child(1) {
  top: 0;
}

.content-slide:nth-child(2) {
  top: 50%; /* 第二個slide在下半部 */
}

.indicator-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 0.67px solid #928070;
  background: transparent;
  transition: background-color 0.3s ease;
}
.indicator-dot.active {
  background: #928070;
}
/*# sourceMappingURL=fly.css.map */
