.elementor-kit-5{--e-global-color-primary:#775034;--e-global-color-secondary:#262114;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cc418dc:#FDFCF9;--e-global-color-f44edc0:#F5F0E6;--e-global-color-7034b98:#8B5F3E;--e-global-color-2777b0a:#2C1E14;--e-global-color-ec566b9:#666666;--e-global-color-1cfbba0:#FFFFFF;--e-global-color-ee45db9:#F1EBE0;--e-global-color-6e1370c:#8C8882;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4990b3f-font-family:"Inter";--e-global-typography-4990b3f-font-weight:400;--e-global-typography-129b437-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 全局滚动条 */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F5F0E6; }
::-webkit-scrollbar-thumb { background: #8B5F3E; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #6B4226; }

/* 淡入上移动画 */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* 悬浮浮动 */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.animate-float { animation: float 3s infinite ease-in-out; }

/* 脉冲环 */
@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.6); opacity: 0; }
}
.pulse-ring::before {
  content: ''; position: absolute; inset: -5px;
  border-radius: 50%; border: 2px solid #8B5F3E;
  animation: pulseRing 2s infinite ease-out;
}

/* 网格背景 */
.grid-bg {
  background-image: linear-gradient(to right, rgba(139,95,62,0.03) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(139,95,62,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* 滚动显示动画 */
.reveal { opacity: 0; transform: translateY(30px); transition: 0.8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* 导航下划线动画 */
.nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1.5px; background: #8B5F3E;
  transition: width 0.3s;
}
.nav-link:hover::after { width: 100%; }/* End custom CSS */