.elementor-kit-67{--e-global-color-primary:#353535;--e-global-color-secondary:#ECECEC;--e-global-color-text:#313131;--e-global-color-accent:#313131;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-67 button,.elementor-kit-67 input[type="button"],.elementor-kit-67 input[type="submit"],.elementor-kit-67 .elementor-button{background-color:#464444;color:#FFFFFF;border-style:none;}.elementor-kit-67 button:hover,.elementor-kit-67 button:focus,.elementor-kit-67 input[type="button"]:hover,.elementor-kit-67 input[type="button"]:focus,.elementor-kit-67 input[type="submit"]:hover,.elementor-kit-67 input[type="submit"]:focus,.elementor-kit-67 .elementor-button:hover,.elementor-kit-67 .elementor-button:focus{background-color:#292828;color:#FFFFFF;border-style:none;}.elementor-kit-67 e-page-transition{background-color:#FFBC7D;}.elementor-kit-67 a{color:#717171;}.elementor-kit-67 a:hover{color:#EBEBD7;}.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 *//* ===== 1) 整段互動舞台 ===== */
.reveal-section{
  position: relative;
  min-height: 180vh;        /* 滑動距離：越大，面板推上來越慢越長 */
  overflow: hidden;         /* 建議用 hidden，clip 在部分瀏覽器會怪 */
}

/* ===== 2) 背景固定層 ===== */
.reveal-section .bg-pin{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* 如果你是放 Video / Image 小工具 */
.reveal-section .bg-pin video,
.reveal-section .bg-pin img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 如果你用的是「容器背景圖」也能顯示得像 cover */
.reveal-section .bg-pin{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== 3) 底部圓角面板（抽屜） ===== */
.reveal-section .reveal-panel{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  background: #eee8e1;
  border-radius: 32px 32px 0 0;

  transform: translateY(65vh); /* 初始藏在下面 */
  will-change: transform;

  padding: 48px 48px 80px;
  box-shadow: 0 -20px 60px rgba(0,0,0,.18);

  z-index: 2; /* 一定要蓋在背景上 */
}

@media (max-width: 767px){
  .reveal-section{ min-height: 200vh; }
  .reveal-section .reveal-panel{
    padding: 28px 20px 56px;
    transform: translateY(70vh);
    border-radius: 24px 24px 0 0;
  }
}/* End custom CSS */