.elementor-359 .elementor-element.elementor-element-5573eeb9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-359 .elementor-element.elementor-element-2d8cbcff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-359 .elementor-element.elementor-element-cfd552a{width:var( --container-widget-width, 55% );max-width:55%;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;--container-widget-width:55%;--container-widget-flex-grow:0;}.elementor-359 .elementor-element.elementor-element-cfd552a.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-359 .elementor-element.elementor-element-5573eeb9{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-359 .elementor-element.elementor-element-cfd552a{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-2d8cbcff *//* ============================================
   熾熱之源 — Elementor 樣式
   class 全部加 .ho- 前綴以避免與 Elementor / 主題衝突
   ============================================ */

:root {
  /* 品牌色 */
  --ho-ember: #f84a01;
  --ho-rose:  #ec7c82;
  --ho-peach: #ffba85;
  --ho-honey: #ffe06f;
  --ho-skin:  #f5e3b6;

  /* 介面色 */
  --ho-bg:    #fbf3e7;
  --ho-bg2:   #f7e6d0;
  --ho-ink:   #3a1a0d;
  --ho-ink2:  #6b3a25;
  --ho-ink3:  #9a6b52;
  --ho-line:  rgba(58, 26, 13, 0.14);
  --ho-gold:  #c98856;

  /* 字體 */
  --ho-display: "Shippori Mincho", "Noto Serif TC", "PingFang TC", serif;
  --ho-body:    "Noto Sans TC", "PingFang TC", -apple-system, sans-serif;
  --ho-en:      "Belleza", "Cormorant Garamond", serif;
}

/* ====== 基礎 ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing, .ho-footer {
  font-family: var(--ho-body);
  color: var(--ho-ink);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ho-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .ho-wrap { padding: 0 48px; } }

.ho-display {
  font-family: var(--ho-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-wrap: balance;
}
.ho-eyebrow {
  font-family: var(--ho-en);
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ho-ember);
  font-weight: 500;
}
.ho-eyebrow.ho-center,
.ho-display.ho-center { display: block; text-align: center; }
.ho-accent { color: var(--ho-ember); font-style: normal; }

/* ====== Fade-in reveal ====== */
.ho-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1);
}
.ho-reveal.ho-in { opacity: 1; transform: translateY(0); }
.ho-d1 { transition-delay: 0.10s; }
.ho-d2 { transition-delay: 0.22s; }
.ho-d3 { transition-delay: 0.34s; }
.ho-d4 { transition-delay: 0.46s; }
.ho-d5 { transition-delay: 0.58s; }

/* ====== Texture grain ====== */
.ho-grain {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.18; mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(58,26,13,0.5) 1px, transparent 1px),
    radial-gradient(rgba(58,26,13,0.3) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
}

/* ====== Section base padding ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing {
  position: relative;
  padding: 80px 0;
  background: var(--ho-bg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
  .ho-venue, .ho-guide, .ho-forwhom, .ho-register,
  .ho-faq, .ho-closing { padding: 120px 0; }
}

/* ============================================
   TOP NAV
   ============================================ */
.ho-topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  background: linear-gradient(to bottom, rgba(251,243,231,0.85), transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}
.ho-brand, .ho-nav-cta { pointer-events: auto; }
.ho-brand { display: flex; align-items: center; gap: 10px; }
.ho-brand img { width: 38px; height: 38px; object-fit: contain; }
.ho-brand-text {
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-brand-text small {
  display: block;
  font-family: var(--ho-en);
  font-size: 9px; letter-spacing: 0.3em; color: var(--ho-ink3);
  margin-top: 2px;
}
.ho-nav-cta {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.2em; color: var(--ho-ink);
  padding: 10px 18px; border: 1px solid var(--ho-line);
  border-radius: 999px; background: rgba(255,255,255,0.4);
  transition: all 0.3s; text-decoration: none;
}
.ho-nav-cta:hover {
  background: var(--ho-ember); color: white;
  border-color: var(--ho-ember);
}
@media (max-width: 640px) {
  .ho-brand-text { font-size: 13px; }
  .ho-brand-text small { display: none; }
}

/* ============================================
   HERO
   ============================================ */
.ho-hero {
  min-height: 100vh; min-height: 100svh;
  padding: 100px 0 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.ho-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255,224,111,0.55), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(248,74,1,0.25), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(236,124,130,0.35), transparent 60%),
    linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 100%);
}
.ho-hero-content { position: relative; z-index: 2; text-align: center; }
.ho-hero-mandala {
  width: clamp(120px, 18vw, 180px);
  height: auto; margin: 0 auto 24px; display: block;
  animation: ho-pulse 6s ease-in-out infinite;
  filter: drop-shadow(0 8px 28px rgba(248,74,1,0.25));
}
@keyframes ho-pulse {
  0%,100% { transform: scale(1) rotate(0deg); opacity: 0.95; }
  50%     { transform: scale(1.04) rotate(2deg); opacity: 1; }
}
.ho-hero .ho-eyebrow {
  margin: 0 auto 24px; display: inline-flex; align-items: center; gap: 14px;
}
.ho-hero .ho-eyebrow::before,
.ho-hero .ho-eyebrow::after {
  content: ''; width: 36px; height: 1px; background: currentColor; opacity: 0.5;
}
.ho-hero-title-block { margin-bottom: 28px; }
.ho-hero-title-block .ho-zh {
  font-family: var(--ho-display);
  font-size: clamp(28px, 5vw, 44px); letter-spacing: 0.5em;
  color: var(--ho-ember); text-indent: 0.5em; margin-bottom: 8px;
}
.ho-hero-title-block .ho-en {
  font-family: var(--ho-en);
  font-size: clamp(11px, 1.4vw, 13px); letter-spacing: 0.42em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-hero h1 {
  font-family: var(--ho-display);
  font-weight: 400;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1.4; letter-spacing: 0.1em;
  color: var(--ho-ink);
  margin: 0 auto 36px; max-width: 22ch;
}
.ho-hero-sub {
  font-size: clamp(14px, 1.7vw, 16px); line-height: 1.9;
  color: var(--ho-ink2); max-width: 30em;
  margin: 0 auto 48px; letter-spacing: 0.1em;
}
.ho-hero-meta {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 14px 24px; margin-bottom: 48px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2);
}
.ho-dot {
  width: 4px; height: 4px; border-radius: 999px;
  background: var(--ho-ember); opacity: 0.6;
}
.ho-scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--ho-ink3);
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  z-index: 3;
}
.ho-scroll-indicator .ho-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, currentColor);
  animation: ho-scroll-pulse 2.5s ease-in-out infinite;
}
@keyframes ho-scroll-pulse {
  0%,100% { transform: scaleY(0.4); transform-origin: top; }
  50%     { transform: scaleY(1); transform-origin: top; }
}

/* ============================================
   CTA Button
   ============================================ */
.ho-cta-btn {
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  padding: 22px 38px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.22em;
  color: white; text-decoration: none;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  border-radius: 999px; overflow: hidden; isolation: isolate; cursor: pointer;
  box-shadow:
    0 12px 40px -8px rgba(248,74,1,0.5),
    0 4px 12px -2px rgba(248,74,1,0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s;
}
.ho-cta-btn::before {
  content: ''; position: absolute; inset: -2px;
  background: conic-gradient(from 0deg,
    rgba(255,224,111,0) 0%, rgba(255,224,111,0.6) 25%,
    rgba(255,186,133,0.8) 50%, rgba(236,124,130,0.6) 75%,
    rgba(255,224,111,0) 100%);
  border-radius: 999px; opacity: 0; z-index: -1;
  animation: ho-ember-spin 4s linear infinite;
  transition: opacity 0.4s; filter: blur(6px);
}
.ho-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 24px 60px -8px rgba(248,74,1,0.7),
    0 8px 20px -2px rgba(248,74,1,0.5),
    inset 0 1px 0 rgba(255,255,255,0.3);
}
.ho-cta-btn:hover::before { opacity: 1; }
@keyframes ho-ember-spin { to { transform: rotate(360deg); } }
.ho-cta-btn .ho-meta {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; opacity: 0.85;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,0.4); margin-left: 6px;
}
@media (max-width: 480px) {
  .ho-cta-btn { padding: 18px 26px; font-size: 13px; flex-wrap: wrap; justify-content: center; }
  .ho-cta-btn .ho-meta { border-left: none; padding-left: 0; margin-left: 0; font-size: 10px; }
}

/* ============================================
   PAIN POINT
   ============================================ */
.ho-painpoint { background: var(--ho-bg2); text-align: center; }
.ho-painpoint .ho-glyph { width: 80px; height: 80px; margin: 0 auto 32px; opacity: 0.7; color: var(--ho-ember); }
.ho-painpoint .ho-heading {
  font-size: clamp(26px, 4vw, 42px);
  margin-bottom: 56px; text-wrap: balance;
}
.ho-painpoint .ho-body {
  max-width: 30em; margin: 0 auto;
  font-size: clamp(16px, 1.8vw, 19px); line-height: 2.2; color: var(--ho-ink2);
}
.ho-painpoint .ho-body p { margin-bottom: 20px; }
.ho-painpoint .ho-body p:last-child {
  margin-top: 40px;
  font-family: var(--ho-display);
  font-size: clamp(18px, 2vw, 22px); color: var(--ho-ember); letter-spacing: 0.12em;
}

/* ============================================
   ESSENCE
   ============================================ */
.ho-essence-text { max-width: 36em; margin: 0 auto; text-align: center; }
.ho-essence h2 { font-size: clamp(28px, 4.5vw, 48px); line-height: 1.4; margin-bottom: 40px; }
.ho-essence p {
  font-size: clamp(15px, 1.6vw, 18px); line-height: 2.1;
  color: var(--ho-ink2); margin-bottom: 18px;
}
.ho-essence p strong { color: var(--ho-ember); font-weight: 500; }
.ho-modalities {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px;
}
.ho-modality {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.18em;
  padding: 8px 16px; border: 1px solid var(--ho-line); border-radius: 999px;
  color: var(--ho-ink2); background: rgba(255,255,255,0.3);
}

/* ============================================
   SCHEDULE
   ============================================ */
.ho-schedule { background: var(--ho-bg2); }
.ho-sched-header { text-align: center; margin-bottom: 56px; }
.ho-sched-header h2 { font-size: clamp(28px, 4.5vw, 48px); margin-top: 12px; }
.ho-sched-tabs {
  display: flex; justify-content: center; gap: 0;
  margin-bottom: 56px; border-bottom: 1px solid var(--ho-line); position: relative;
}
.ho-sched-tab {
  position: relative; padding: 18px 28px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink3);
  background: none; border: none; cursor: pointer; transition: color 0.3s;
}
.ho-sched-tab .ho-day-num {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; display: block; margin-bottom: 4px; opacity: 0.7;
}
.ho-sched-tab.ho-active { color: var(--ho-ember); }
.ho-sched-tab .ho-underline {
  position: absolute; bottom: -1px; left: 0; right: 0; height: 2px;
  background: var(--ho-ember); transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.ho-sched-tab.ho-active .ho-underline { transform: scaleX(1); }
.ho-sched-tab .ho-icon { display: inline-block; margin-right: 8px; font-size: 18px; vertical-align: middle; }
@media (max-width: 600px) { .ho-sched-tab { padding: 14px 16px; font-size: 13px; } }

.ho-sched-day { max-width: 760px; margin: 0 auto; display: none; }
.ho-sched-day.ho-active { display: block; }
.ho-sched-day-intro { text-align: center; margin-bottom: 56px; }
.ho-sched-day-intro .ho-day-title {
  font-family: var(--ho-display);
  font-size: clamp(22px, 3vw, 30px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 12px;
}
.ho-sched-day-intro .ho-day-sub {
  font-size: clamp(14px, 1.6vw, 16px); color: var(--ho-ink2); letter-spacing: 0.08em;
}

.ho-timeline { position: relative; }
.ho-timeline::before {
  content: ''; position: absolute;
  left: 130px; top: 8px; bottom: 8px; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--ho-ember) 10%, var(--ho-ember) 90%, transparent);
  opacity: 0.4;
}
@media (max-width: 600px) { .ho-timeline::before { left: 92px; } }

.ho-tl-item {
  position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 24px;
  padding: 14px 0; transition: transform 0.4s;
}
@media (max-width: 600px) {
  .ho-tl-item { grid-template-columns: 92px 1fr; gap: 14px; }
}
.ho-tl-time {
  font-family: var(--ho-en);
  font-size: 13px; letter-spacing: 0.08em; color: var(--ho-ember);
  padding-top: 20px; text-align: right; position: relative; line-height: 1.4;
}
.ho-tl-time::after {
  content: ''; position: absolute; right: -22px; top: 28px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ho-ember);
  border: 2px solid var(--ho-bg2);
  box-shadow: 0 0 0 2px var(--ho-ember); z-index: 2;
}
@media (max-width: 600px) {
  .ho-tl-time { font-size: 11px; padding-top: 22px; }
  .ho-tl-time::after { right: -8px; width: 10px; height: 10px; top: 24px; }
}
.ho-tl-content {
  background: rgba(255,255,255,0.55);
  border: 1px solid var(--ho-line); border-radius: 14px;
  padding: 18px 24px; transition: all 0.4s cubic-bezier(.2,.7,.2,1);
}
.ho-tl-item:hover .ho-tl-content {
  border-color: var(--ho-ember);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 12px 32px -12px rgba(248,74,1,0.25);
  transform: translateX(4px);
}
.ho-tl-title {
  font-family: var(--ho-display);
  font-size: 17px; letter-spacing: 0.08em; color: var(--ho-ink); margin-bottom: 4px;
}
.ho-tl-sub {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.28em;
  color: var(--ho-ink3); margin-bottom: 10px; text-transform: uppercase;
}
.ho-tl-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.75; color: var(--ho-ink2); }
.ho-tl-list li { position: relative; padding-left: 16px; }
.ho-tl-list li::before {
  content: ''; position: absolute; left: 0; top: 12px;
  width: 6px; height: 1px; background: var(--ho-ember);
}

/* ============================================
   VENUE
   ============================================ */
.ho-venue h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 32px; }
.ho-venue .ho-eyebrow { display: block; margin-bottom: 12px; text-align: center; }
.ho-venue-body {
  max-width: 32em; margin: 0 auto 56px; text-align: center;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 2; color: var(--ho-ink2);
}
.ho-venue-body p { margin-bottom: 14px; }
.ho-venue-body .ho-accent-line {
  color: var(--ho-ember); font-family: var(--ho-display); letter-spacing: 0.12em; margin-top: 14px;
}
.ho-divider {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin: 0 auto 32px; color: var(--ho-ember); opacity: 0.6;
}
.ho-divider .ho-line { width: 48px; height: 1px; background: currentColor; }
.ho-divider .ho-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ===== Carousel ===== */
.ho-carousel { margin: 56px 0 48px; position: relative; }
.ho-vc-stage {
  position: relative; border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.45);
  background: #0a0908;
}
.ho-vc-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.ho-vc-slide {
  flex: 0 0 100%; position: relative; aspect-ratio: 16/10; background: #0a0908;
}
@media (max-width: 640px) { .ho-vc-slide { aspect-ratio: 4/3; } }
.ho-vc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ho-vc-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  color: #fff;
  font-family: var(--ho-display);
  font-size: 16px; letter-spacing: 0.08em;
}
.ho-vc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(10,9,8,0.45); color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 24px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  z-index: 2;
}
.ho-vc-arrow:hover {
  background: var(--ho-ember); border-color: var(--ho-ember);
  transform: translateY(-50%) scale(1.06);
}
.ho-vc-prev { left: 16px; } .ho-vc-next { right: 16px; }
.ho-vc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ho-vc-dot {
  width: 28px; height: 3px; border: none; border-radius: 2px;
  background: rgba(74,69,62,0.35); cursor: pointer; padding: 0;
  transition: background 0.3s, width 0.3s;
}
.ho-vc-dot.ho-active { background: var(--ho-ember); width: 44px; }
.ho-vc-counter {
  position: absolute; top: 18px; right: 22px;
  font-family: var(--ho-en);
  letter-spacing: 0.2em; font-size: 12px;
  color: rgba(255,255,255,0.85);
  background: rgba(10,9,8,0.45);
  padding: 6px 12px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 2;
}
@media (max-width: 640px) {
  .ho-vc-arrow { width: 38px; height: 38px; }
  .ho-vc-prev { left: 10px; } .ho-vc-next { right: 10px; }
  .ho-vc-caption { font-size: 14px; padding: 48px 18px 18px; }
}

/* ===== Includes ===== */
.ho-includes {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  max-width: 600px; margin: 0 auto;
}
@media (min-width: 720px) { .ho-includes { grid-template-columns: repeat(4, 1fr); } }
.ho-inc-item {
  text-align: center; padding: 24px 16px;
  border: 1px solid var(--ho-line); border-radius: 16px;
  transition: all 0.4s;
}
.ho-inc-item:hover {
  border-color: var(--ho-ember); background: rgba(248,74,1,0.03);
  transform: translateY(-2px);
}
.ho-inc-label {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-venue-link { text-align: center; margin-top: 32px; }
.ho-venue-link a {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.2em; color: var(--ho-ember);
  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px;
}
.ho-venue-link a:hover { opacity: 0.7; }

/* ============================================
   GUIDE
   ============================================ */
.ho-guide { background: var(--ho-bg2); }
.ho-guide-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 800px) { .ho-guide-grid { grid-template-columns: 360px 1fr; gap: 72px; } }
.ho-guide-portrait {
  aspect-ratio: 4/5;
  border-radius: 200px 200px 24px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--ho-peach), var(--ho-honey) 40%, var(--ho-rose) 90%);
  position: relative;
  box-shadow: 0 30px 60px -20px rgba(248,74,1,0.3);
}
.ho-guide-portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block;
}
.ho-guide-portrait::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,8,0.35), transparent 45%);
  pointer-events: none;
}
.ho-guide-text .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-guide-text h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 8px; }
.ho-name-zh {
  font-family: var(--ho-display);
  font-size: clamp(36px, 5vw, 56px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 8px;
}
.ho-titles {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.15em;
  color: var(--ho-ink2); margin-bottom: 28px;
  padding-bottom: 24px; border-bottom: 1px solid var(--ho-line);
}
.ho-tagline {
  font-family: var(--ho-display);
  font-size: clamp(17px, 2vw, 20px) !important;
  color: var(--ho-ember) !important; letter-spacing: 0.1em;
  margin-bottom: 24px !important;
}
.ho-guide-text p {
  font-size: clamp(15px, 1.5vw, 16px); line-height: 2;
  color: var(--ho-ink2); margin-bottom: 16px;
}
.ho-guide-text p strong { color: var(--ho-ember); font-weight: 500; }
.ho-credits {
  list-style: none; margin-top: 24px; padding: 24px 0 0;
  border-top: 1px dashed var(--ho-line);
  display: flex; flex-direction: column; gap: 10px;
}
.ho-credits li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.1em; color: var(--ho-ink2);
}
.ho-credits li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ho-ember); flex-shrink: 0;
}

/* ============================================
   FOR WHOM
   ============================================ */
.ho-forwhom h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 56px; }
.ho-fw-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.ho-fw-item {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: center;
  padding: 24px 28px; background: var(--ho-bg2);
  border: 1px solid var(--ho-line); border-radius: 18px;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 1.7;
  color: var(--ho-ink); transition: all 0.4s;
}
.ho-fw-item:hover {
  border-color: var(--ho-ember); transform: translateX(6px);
  box-shadow: 0 16px 40px -12px rgba(248,74,1,0.2);
}
.ho-fw-num {
  font-family: var(--ho-en);
  font-size: 32px; color: var(--ho-ember); text-align: center;
  font-weight: 400; line-height: 1;
}
@media (max-width: 480px) {
  .ho-fw-item { padding: 20px 22px; grid-template-columns: 44px 1fr; gap: 16px; }
  .ho-fw-num { font-size: 26px; }
}

/* ============================================
   REGISTER / PRICING
   ============================================ */
.ho-register {
  background: linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 50%, var(--ho-bg) 100%);
  text-align: center;
}
.ho-register::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(248,74,1,0.12), transparent 60%);
  pointer-events: none;
}
.ho-register-content { position: relative; max-width: 720px; margin: 0 auto; }
.ho-register .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-register h2 { font-size: clamp(30px, 5vw, 52px); margin-bottom: 56px; }
.ho-price-card {
  background: var(--ho-bg); border: 1px solid var(--ho-line); border-radius: 24px;
  padding: 48px 32px; margin-bottom: 40px; position: relative; overflow: hidden;
}
.ho-price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--ho-honey), var(--ho-peach), var(--ho-ember), var(--ho-rose));
}
.ho-price-amount {
  font-family: var(--ho-en);
  font-size: clamp(48px, 8vw, 72px); color: var(--ho-ember);
  letter-spacing: 0.05em; line-height: 1;
}
.ho-currency { font-size: 0.45em; vertical-align: super; margin-right: 4px; opacity: 0.7; }
.ho-aud { font-size: 0.32em; letter-spacing: 0.15em; color: var(--ho-ink2); }
.ho-price-includes {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2); margin-top: 14px;
}
.ho-price-meta {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  margin-top: 32px; background: var(--ho-line);
  border: 1px solid var(--ho-line); border-radius: 12px; overflow: hidden;
}
@media (min-width: 600px) { .ho-price-meta { grid-template-columns: 1fr 1fr 1fr; } }
.ho-pm-item { background: var(--ho-bg); padding: 18px 16px; text-align: center; }
.ho-pm-lbl {
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em;
  color: var(--ho-ink3); margin-bottom: 6px; text-transform: uppercase;
}
.ho-pm-val {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.12em; color: var(--ho-ink);
}
.ho-pm-val strong { color: var(--ho-ember); font-weight: 500; }

.ho-form-placeholder {
  margin: 40px 0;
  padding: 60px 24px;
  border: 2px dashed var(--ho-ember);
  border-radius: 16px;
  color: var(--ho-ember);
  font-family: var(--ho-display);
  font-size: 14px;
  letter-spacing: 0.15em;
}

.ho-register-note {
  margin-top: 40px; padding: 24px;
  border-left: 2px solid var(--ho-ember); text-align: left;
  font-size: 14px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-register-note .ho-lbl {
  font-family: var(--ho-display);
  color: var(--ho-ember); font-size: 12px; letter-spacing: 0.3em;
  display: block; margin-bottom: 8px;
}

/* ============================================
   ELEMENTOR FORM 樣式（如果你用 Elementor Form widget）
   ============================================ */
.ho-register .elementor-form,
.ho-register form.elementor-form {
  text-align: left;
  margin: 0 auto 40px;
  padding: 0;
}
.ho-register .elementor-field-group label,
.ho-register .elementor-field-label {
  font-family: var(--ho-display);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--ho-ink);
  margin-bottom: 6px;
}
.ho-register .elementor-field-textual {
  background: var(--ho-bg);
  border: 1px solid var(--ho-line);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--ho-body);
  font-size: 15px;
  color: var(--ho-ink);
  width: 100%;
}
.ho-register .elementor-field-textual:focus {
  outline: none;
  border-color: var(--ho-ember);
  box-shadow: 0 0 0 3px rgba(248, 74, 1, 0.15);
}
.ho-register .elementor-button {
  font-family: var(--ho-display);
  font-size: 15px;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  color: white;
  padding: 18px 32px;
  border-radius: 999px;
  box-shadow: 0 12px 40px -8px rgba(248,74,1,0.5);
}

/* ============================================
   FAQ (靜態展開)
   ============================================ */
.ho-faq { background: var(--ho-bg2); }
.ho-faq h2 { text-align: center; font-size: clamp(26px, 4vw, 38px); margin-bottom: 56px; }
.ho-faq .ho-eyebrow { display: block; text-align: center; margin-bottom: 12px; }
.ho-faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
}
.ho-faq-item {
  border-top: 1px solid var(--ho-line);
  padding: 28px 0 0;
}
.ho-faq-q {
  display: flex; gap: 14px; align-items: baseline;
  font-family: var(--ho-display);
  font-size: clamp(16px, 1.7vw, 19px); letter-spacing: 0.06em;
  color: var(--ho-ink); line-height: 1.55; margin-bottom: 14px;
}
.ho-qm {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 0.85em; font-weight: 600;
}
.ho-faq-a {
  display: flex; gap: 14px; align-items: baseline;
  font-size: 15px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-faq-a a { color: var(--ho-ember); }
.ho-am {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 13px; font-weight: 600; opacity: 0.7;
}

/* ============================================
   CLOSING
   ============================================ */
.ho-closing { text-align: center; }
.ho-closing-mandala {
  position: absolute; width: 600px; height: 600px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  opacity: 0.15; pointer-events: none; filter: blur(2px);
}
.ho-closing-content { position: relative; max-width: 640px; margin: 0 auto; }
.ho-quote {
  font-family: var(--ho-display);
  font-size: clamp(20px, 2.8vw, 28px); line-height: 1.9; letter-spacing: 0.1em;
  color: var(--ho-ink); margin-bottom: 56px; text-wrap: balance;
}
.ho-quote em { color: var(--ho-ember); font-style: normal; }
.ho-summary {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.25em; color: var(--ho-ink2);
  margin-bottom: 56px; line-height: 2.2;
}
.ho-summary .ho-big {
  display: block;
  font-size: clamp(28px, 4.5vw, 44px); letter-spacing: 0.4em;
  color: var(--ho-ember); margin-bottom: 20px; text-indent: 0.4em;
}

/* ============================================
   FOOTER
   ============================================ */
.ho-footer {
  padding: 48px 0; text-align: center;
  border-top: 1px solid var(--ho-line);
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-footer a { color: var(--ho-ember); text-decoration: none; }

/* ============================================
   STICKY CTA
   ============================================ */
.ho-sticky-cta {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  opacity: 0; transform: translateY(20px) scale(0.95);
  transition: all 0.5s cubic-bezier(.2,.7,.2,1); pointer-events: none;
}
.ho-sticky-cta.ho-show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ho-sticky-cta .ho-cta-btn { padding: 14px 22px; font-size: 13px; }
.ho-sticky-cta .ho-cta-btn .ho-meta { display: none; }
@media (max-width: 600px) {
  .ho-sticky-cta { left: 16px; right: 16px; bottom: 16px; }
  .ho-sticky-cta .ho-cta-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cfd552a */.ho-registers2 {
  font-size: 15px;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  color: white;
  padding: 18px 32px;
  border-radius: 999px;
  box-shadow: 0 12px 40px -8px rgba(248,74,1,0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70e1b8b *//* ============================================
   熾熱之源 — Elementor 樣式
   class 全部加 .ho- 前綴以避免與 Elementor / 主題衝突
   ============================================ */

:root {
  /* 品牌色 */
  --ho-ember: #f84a01;
  --ho-rose:  #ec7c82;
  --ho-peach: #ffba85;
  --ho-honey: #ffe06f;
  --ho-skin:  #f5e3b6;

  /* 介面色 */
  --ho-bg:    #fbf3e7;
  --ho-bg2:   #f7e6d0;
  --ho-ink:   #3a1a0d;
  --ho-ink2:  #6b3a25;
  --ho-ink3:  #9a6b52;
  --ho-line:  rgba(58, 26, 13, 0.14);
  --ho-gold:  #c98856;

  /* 字體 */
  --ho-display: "Shippori Mincho", "Noto Serif TC", "PingFang TC", serif;
  --ho-body:    "Noto Sans TC", "PingFang TC", -apple-system, sans-serif;
  --ho-en:      "Belleza", "Cormorant Garamond", serif;
}

/* ====== 基礎 ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing, .ho-footer {
  font-family: var(--ho-body);
  color: var(--ho-ink);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ho-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .ho-wrap { padding: 0 48px; } }

.ho-display {
  font-family: var(--ho-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-wrap: balance;
}
.ho-eyebrow {
  font-family: var(--ho-en);
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ho-ember);
  font-weight: 500;
}
.ho-eyebrow.ho-center,
.ho-display.ho-center { display: block; text-align: center; }
.ho-accent { color: var(--ho-ember); font-style: normal; }

/* ====== Fade-in reveal ====== */
.ho-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1);
}
.ho-reveal.ho-in { opacity: 1; transform: translateY(0); }
.ho-d1 { transition-delay: 0.10s; }
.ho-d2 { transition-delay: 0.22s; }
.ho-d3 { transition-delay: 0.34s; }
.ho-d4 { transition-delay: 0.46s; }
.ho-d5 { transition-delay: 0.58s; }

/* ====== Texture grain ====== */
.ho-grain {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.18; mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(58,26,13,0.5) 1px, transparent 1px),
    radial-gradient(rgba(58,26,13,0.3) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
}

/* ====== Section base padding ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing {
  position: relative;
  padding: 80px 0;
  background: var(--ho-bg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
  .ho-venue, .ho-guide, .ho-forwhom, .ho-register,
  .ho-faq, .ho-closing { padding: 120px 0; }
}

/* ============================================
   TOP NAV
   ============================================ */
.ho-topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  background: linear-gradient(to bottom, rgba(251,243,231,0.85), transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}
.ho-brand, .ho-nav-cta { pointer-events: auto; }
.ho-brand { display: flex; align-items: center; gap: 10px; }
.ho-brand img { width: 38px; height: 38px; object-fit: contain; }
.ho-brand-text {
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-brand-text small {
  display: block;
  font-family: var(--ho-en);
  font-size: 9px; letter-spacing: 0.3em; color: var(--ho-ink3);
  margin-top: 2px;
}
.ho-nav-cta {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.2em; color: var(--ho-ink);
  padding: 10px 18px; border: 1px solid var(--ho-line);
  border-radius: 999px; background: rgba(255,255,255,0.4);
  transition: all 0.3s; text-decoration: none;
}
.ho-nav-cta:hover {
  background: var(--ho-ember); color: white;
  border-color: var(--ho-ember);
}
@media (max-width: 640px) {
  .ho-brand-text { font-size: 13px; }
  .ho-brand-text small { display: none; }
}

/* ============================================
   HERO
   ============================================ */
.ho-hero {
  min-height: 100vh; min-height: 100svh;
  padding: 100px 0 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.ho-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255,224,111,0.55), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(248,74,1,0.25), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(236,124,130,0.35), transparent 60%),
    linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 100%);
}
.ho-hero-content { position: relative; z-index: 2; text-align: center; }
.ho-hero-mandala {
  width: clamp(120px, 18vw, 180px);
  height: auto; margin: 0 auto 24px; display: block;
  animation: ho-pulse 6s ease-in-out infinite;
  filter: drop-shadow(0 8px 28px rgba(248,74,1,0.25));
}
@keyframes ho-pulse {
  0%,100% { transform: scale(1) rotate(0deg); opacity: 0.95; }
  50%     { transform: scale(1.04) rotate(2deg); opacity: 1; }
}
.ho-hero .ho-eyebrow {
  margin: 0 auto 24px; display: inline-flex; align-items: center; gap: 14px;
}
.ho-hero .ho-eyebrow::before,
.ho-hero .ho-eyebrow::after {
  content: ''; width: 36px; height: 1px; background: currentColor; opacity: 0.5;
}
.ho-hero-title-block { margin-bottom: 28px; }
.ho-hero-title-block .ho-zh {
  font-family: var(--ho-display);
  font-size: clamp(28px, 5vw, 44px); letter-spacing: 0.5em;
  color: var(--ho-ember); text-indent: 0.5em; margin-bottom: 8px;
}
.ho-hero-title-block .ho-en {
  font-family: var(--ho-en);
  font-size: clamp(11px, 1.4vw, 13px); letter-spacing: 0.42em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-hero h1 {
  font-family: var(--ho-display);
  font-weight: 400;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1.4; letter-spacing: 0.1em;
  color: var(--ho-ink);
  margin: 0 auto 36px; max-width: 22ch;
}
.ho-hero-sub {
  font-size: clamp(14px, 1.7vw, 16px); line-height: 1.9;
  color: var(--ho-ink2); max-width: 30em;
  margin: 0 auto 48px; letter-spacing: 0.1em;
}
.ho-hero-meta {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 14px 24px; margin-bottom: 48px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2);
}
.ho-dot {
  width: 4px; height: 4px; border-radius: 999px;
  background: var(--ho-ember); opacity: 0.6;
}
.ho-scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--ho-ink3);
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  z-index: 3;
}
.ho-scroll-indicator .ho-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, currentColor);
  animation: ho-scroll-pulse 2.5s ease-in-out infinite;
}
@keyframes ho-scroll-pulse {
  0%,100% { transform: scaleY(0.4); transform-origin: top; }
  50%     { transform: scaleY(1); transform-origin: top; }
}

/* ============================================
   CTA Button
   ============================================ */
.ho-cta-btn {
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  padding: 22px 38px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.22em;
  color: white; text-decoration: none;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  border-radius: 999px; overflow: hidden; isolation: isolate; cursor: pointer;
  box-shadow:
    0 12px 40px -8px rgba(248,74,1,0.5),
    0 4px 12px -2px rgba(248,74,1,0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s;
}
.ho-cta-btn::before {
  content: ''; position: absolute; inset: -2px;
  background: conic-gradient(from 0deg,
    rgba(255,224,111,0) 0%, rgba(255,224,111,0.6) 25%,
    rgba(255,186,133,0.8) 50%, rgba(236,124,130,0.6) 75%,
    rgba(255,224,111,0) 100%);
  border-radius: 999px; opacity: 0; z-index: -1;
  animation: ho-ember-spin 4s linear infinite;
  transition: opacity 0.4s; filter: blur(6px);
}
.ho-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 24px 60px -8px rgba(248,74,1,0.7),
    0 8px 20px -2px rgba(248,74,1,0.5),
    inset 0 1px 0 rgba(255,255,255,0.3);
}
.ho-cta-btn:hover::before { opacity: 1; }
@keyframes ho-ember-spin { to { transform: rotate(360deg); } }
.ho-cta-btn .ho-meta {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; opacity: 0.85;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,0.4); margin-left: 6px;
}
@media (max-width: 480px) {
  .ho-cta-btn { padding: 18px 26px; font-size: 13px; flex-wrap: wrap; justify-content: center; }
  .ho-cta-btn .ho-meta { border-left: none; padding-left: 0; margin-left: 0; font-size: 10px; }
}

/* ============================================
   PAIN POINT
   ============================================ */
.ho-painpoint { background: var(--ho-bg2); text-align: center; }
.ho-painpoint .ho-glyph { width: 80px; height: 80px; margin: 0 auto 32px; opacity: 0.7; color: var(--ho-ember); }
.ho-painpoint .ho-heading {
  font-size: clamp(26px, 4vw, 42px);
  margin-bottom: 56px; text-wrap: balance;
}
.ho-painpoint .ho-body {
  max-width: 30em; margin: 0 auto;
  font-size: clamp(16px, 1.8vw, 19px); line-height: 2.2; color: var(--ho-ink2);
}
.ho-painpoint .ho-body p { margin-bottom: 20px; }
.ho-painpoint .ho-body p:last-child {
  margin-top: 40px;
  font-family: var(--ho-display);
  font-size: clamp(18px, 2vw, 22px); color: var(--ho-ember); letter-spacing: 0.12em;
}

/* ============================================
   ESSENCE
   ============================================ */
.ho-essence-text { max-width: 36em; margin: 0 auto; text-align: center; }
.ho-essence h2 { font-size: clamp(28px, 4.5vw, 48px); line-height: 1.4; margin-bottom: 40px; }
.ho-essence p {
  font-size: clamp(15px, 1.6vw, 18px); line-height: 2.1;
  color: var(--ho-ink2); margin-bottom: 18px;
}
.ho-essence p strong { color: var(--ho-ember); font-weight: 500; }
.ho-modalities {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px;
}
.ho-modality {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.18em;
  padding: 8px 16px; border: 1px solid var(--ho-line); border-radius: 999px;
  color: var(--ho-ink2); background: rgba(255,255,255,0.3);
}

/* ============================================
   SCHEDULE
   ============================================ */
.ho-schedule { background: var(--ho-bg2); }
.ho-sched-header { text-align: center; margin-bottom: 56px; }
.ho-sched-header h2 { font-size: clamp(28px, 4.5vw, 48px); margin-top: 12px; }
.ho-sched-tabs {
  display: flex; justify-content: center; gap: 0;
  margin-bottom: 56px; border-bottom: 1px solid var(--ho-line); position: relative;
}
.ho-sched-tab {
  position: relative; padding: 18px 28px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink3);
  background: none; border: none; cursor: pointer; transition: color 0.3s;
}
.ho-sched-tab .ho-day-num {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; display: block; margin-bottom: 4px; opacity: 0.7;
}
.ho-sched-tab.ho-active { color: var(--ho-ember); }
.ho-sched-tab .ho-underline {
  position: absolute; bottom: -1px; left: 0; right: 0; height: 2px;
  background: var(--ho-ember); transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.ho-sched-tab.ho-active .ho-underline { transform: scaleX(1); }
.ho-sched-tab .ho-icon { display: inline-block; margin-right: 8px; font-size: 18px; vertical-align: middle; }
@media (max-width: 600px) { .ho-sched-tab { padding: 14px 16px; font-size: 13px; } }

.ho-sched-day { max-width: 760px; margin: 0 auto; display: none; }
.ho-sched-day.ho-active { display: block; }
.ho-sched-day-intro { text-align: center; margin-bottom: 56px; }
.ho-sched-day-intro .ho-day-title {
  font-family: var(--ho-display);
  font-size: clamp(22px, 3vw, 30px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 12px;
}
.ho-sched-day-intro .ho-day-sub {
  font-size: clamp(14px, 1.6vw, 16px); color: var(--ho-ink2); letter-spacing: 0.08em;
}

.ho-timeline { position: relative; }
.ho-timeline::before {
  content: ''; position: absolute;
  left: 130px; top: 8px; bottom: 8px; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--ho-ember) 10%, var(--ho-ember) 90%, transparent);
  opacity: 0.4;
}
@media (max-width: 600px) { .ho-timeline::before { left: 92px; } }

.ho-tl-item {
  position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 24px;
  padding: 14px 0; transition: transform 0.4s;
}
@media (max-width: 600px) {
  .ho-tl-item { grid-template-columns: 92px 1fr; gap: 14px; }
}
.ho-tl-time {
  font-family: var(--ho-en);
  font-size: 13px; letter-spacing: 0.08em; color: var(--ho-ember);
  padding-top: 20px; text-align: right; position: relative; line-height: 1.4;
}
.ho-tl-time::after {
  content: ''; position: absolute; right: -22px; top: 28px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ho-ember);
  border: 2px solid var(--ho-bg2);
  box-shadow: 0 0 0 2px var(--ho-ember); z-index: 2;
}
@media (max-width: 600px) {
  .ho-tl-time { font-size: 11px; padding-top: 22px; }
  .ho-tl-time::after { right: -8px; width: 10px; height: 10px; top: 24px; }
}
.ho-tl-content {
  background: rgba(255,255,255,0.55);
  border: 1px solid var(--ho-line); border-radius: 14px;
  padding: 18px 24px; transition: all 0.4s cubic-bezier(.2,.7,.2,1);
}
.ho-tl-item:hover .ho-tl-content {
  border-color: var(--ho-ember);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 12px 32px -12px rgba(248,74,1,0.25);
  transform: translateX(4px);
}
.ho-tl-title {
  font-family: var(--ho-display);
  font-size: 17px; letter-spacing: 0.08em; color: var(--ho-ink); margin-bottom: 4px;
}
.ho-tl-sub {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.28em;
  color: var(--ho-ink3); margin-bottom: 10px; text-transform: uppercase;
}
.ho-tl-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.75; color: var(--ho-ink2); }
.ho-tl-list li { position: relative; padding-left: 16px; }
.ho-tl-list li::before {
  content: ''; position: absolute; left: 0; top: 12px;
  width: 6px; height: 1px; background: var(--ho-ember);
}

/* ============================================
   VENUE
   ============================================ */
.ho-venue h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 32px; }
.ho-venue .ho-eyebrow { display: block; margin-bottom: 12px; text-align: center; }
.ho-venue-body {
  max-width: 32em; margin: 0 auto 56px; text-align: center;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 2; color: var(--ho-ink2);
}
.ho-venue-body p { margin-bottom: 14px; }
.ho-venue-body .ho-accent-line {
  color: var(--ho-ember); font-family: var(--ho-display); letter-spacing: 0.12em; margin-top: 14px;
}
.ho-divider {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin: 0 auto 32px; color: var(--ho-ember); opacity: 0.6;
}
.ho-divider .ho-line { width: 48px; height: 1px; background: currentColor; }
.ho-divider .ho-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ===== Carousel ===== */
.ho-carousel { margin: 56px 0 48px; position: relative; }
.ho-vc-stage {
  position: relative; border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.45);
  background: #0a0908;
}
.ho-vc-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.ho-vc-slide {
  flex: 0 0 100%; position: relative; aspect-ratio: 16/10; background: #0a0908;
}
@media (max-width: 640px) { .ho-vc-slide { aspect-ratio: 4/3; } }
.ho-vc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ho-vc-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  color: #fff;
  font-family: var(--ho-display);
  font-size: 16px; letter-spacing: 0.08em;
}
.ho-vc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(10,9,8,0.45); color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 24px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  z-index: 2;
}
.ho-vc-arrow:hover {
  background: var(--ho-ember); border-color: var(--ho-ember);
  transform: translateY(-50%) scale(1.06);
}
.ho-vc-prev { left: 16px; } .ho-vc-next { right: 16px; }
.ho-vc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ho-vc-dot {
  width: 28px; height: 3px; border: none; border-radius: 2px;
  background: rgba(74,69,62,0.35); cursor: pointer; padding: 0;
  transition: background 0.3s, width 0.3s;
}
.ho-vc-dot.ho-active { background: var(--ho-ember); width: 44px; }
.ho-vc-counter {
  position: absolute; top: 18px; right: 22px;
  font-family: var(--ho-en);
  letter-spacing: 0.2em; font-size: 12px;
  color: rgba(255,255,255,0.85);
  background: rgba(10,9,8,0.45);
  padding: 6px 12px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 2;
}
@media (max-width: 640px) {
  .ho-vc-arrow { width: 38px; height: 38px; }
  .ho-vc-prev { left: 10px; } .ho-vc-next { right: 10px; }
  .ho-vc-caption { font-size: 14px; padding: 48px 18px 18px; }
}

/* ===== Includes ===== */
.ho-includes {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  max-width: 600px; margin: 0 auto;
}
@media (min-width: 720px) { .ho-includes { grid-template-columns: repeat(4, 1fr); } }
.ho-inc-item {
  text-align: center; padding: 24px 16px;
  border: 1px solid var(--ho-line); border-radius: 16px;
  transition: all 0.4s;
}
.ho-inc-item:hover {
  border-color: var(--ho-ember); background: rgba(248,74,1,0.03);
  transform: translateY(-2px);
}
.ho-inc-label {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-venue-link { text-align: center; margin-top: 32px; }
.ho-venue-link a {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.2em; color: var(--ho-ember);
  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px;
}
.ho-venue-link a:hover { opacity: 0.7; }

/* ============================================
   GUIDE
   ============================================ */
.ho-guide { background: var(--ho-bg2); }
.ho-guide-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 800px) { .ho-guide-grid { grid-template-columns: 360px 1fr; gap: 72px; } }
.ho-guide-portrait {
  aspect-ratio: 4/5;
  border-radius: 200px 200px 24px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--ho-peach), var(--ho-honey) 40%, var(--ho-rose) 90%);
  position: relative;
  box-shadow: 0 30px 60px -20px rgba(248,74,1,0.3);
}
.ho-guide-portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block;
}
.ho-guide-portrait::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,8,0.35), transparent 45%);
  pointer-events: none;
}
.ho-guide-text .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-guide-text h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 8px; }
.ho-name-zh {
  font-family: var(--ho-display);
  font-size: clamp(36px, 5vw, 56px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 8px;
}
.ho-titles {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.15em;
  color: var(--ho-ink2); margin-bottom: 28px;
  padding-bottom: 24px; border-bottom: 1px solid var(--ho-line);
}
.ho-tagline {
  font-family: var(--ho-display);
  font-size: clamp(17px, 2vw, 20px) !important;
  color: var(--ho-ember) !important; letter-spacing: 0.1em;
  margin-bottom: 24px !important;
}
.ho-guide-text p {
  font-size: clamp(15px, 1.5vw, 16px); line-height: 2;
  color: var(--ho-ink2); margin-bottom: 16px;
}
.ho-guide-text p strong { color: var(--ho-ember); font-weight: 500; }
.ho-credits {
  list-style: none; margin-top: 24px; padding: 24px 0 0;
  border-top: 1px dashed var(--ho-line);
  display: flex; flex-direction: column; gap: 10px;
}
.ho-credits li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.1em; color: var(--ho-ink2);
}
.ho-credits li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ho-ember); flex-shrink: 0;
}

/* ============================================
   FOR WHOM
   ============================================ */
.ho-forwhom h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 56px; }
.ho-fw-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.ho-fw-item {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: center;
  padding: 24px 28px; background: var(--ho-bg2);
  border: 1px solid var(--ho-line); border-radius: 18px;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 1.7;
  color: var(--ho-ink); transition: all 0.4s;
}
.ho-fw-item:hover {
  border-color: var(--ho-ember); transform: translateX(6px);
  box-shadow: 0 16px 40px -12px rgba(248,74,1,0.2);
}
.ho-fw-num {
  font-family: var(--ho-en);
  font-size: 32px; color: var(--ho-ember); text-align: center;
  font-weight: 400; line-height: 1;
}
@media (max-width: 480px) {
  .ho-fw-item { padding: 20px 22px; grid-template-columns: 44px 1fr; gap: 16px; }
  .ho-fw-num { font-size: 26px; }
}

/* ============================================
   REGISTER / PRICING
   ============================================ */
.ho-register {
  background: linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 50%, var(--ho-bg) 100%);
  text-align: center;
}
.ho-register::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(248,74,1,0.12), transparent 60%);
  pointer-events: none;
}
.ho-register-content { position: relative; max-width: 720px; margin: 0 auto; }
.ho-register .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-register h2 { font-size: clamp(30px, 5vw, 52px); margin-bottom: 56px; }
.ho-price-card {
  background: var(--ho-bg); border: 1px solid var(--ho-line); border-radius: 24px;
  padding: 48px 32px; margin-bottom: 40px; position: relative; overflow: hidden;
}
.ho-price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--ho-honey), var(--ho-peach), var(--ho-ember), var(--ho-rose));
}
.ho-price-amount {
  font-family: var(--ho-en);
  font-size: clamp(48px, 8vw, 72px); color: var(--ho-ember);
  letter-spacing: 0.05em; line-height: 1;
}
.ho-currency { font-size: 0.45em; vertical-align: super; margin-right: 4px; opacity: 0.7; }
.ho-aud { font-size: 0.32em; letter-spacing: 0.15em; color: var(--ho-ink2); }
.ho-price-includes {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2); margin-top: 14px;
}
.ho-price-meta {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  margin-top: 32px; background: var(--ho-line);
  border: 1px solid var(--ho-line); border-radius: 12px; overflow: hidden;
}
@media (min-width: 600px) { .ho-price-meta { grid-template-columns: 1fr 1fr 1fr; } }
.ho-pm-item { background: var(--ho-bg); padding: 18px 16px; text-align: center; }
.ho-pm-lbl {
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em;
  color: var(--ho-ink3); margin-bottom: 6px; text-transform: uppercase;
}
.ho-pm-val {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.12em; color: var(--ho-ink);
}
.ho-pm-val strong { color: var(--ho-ember); font-weight: 500; }

.ho-form-placeholder {
  margin: 40px 0;
  padding: 60px 24px;
  border: 2px dashed var(--ho-ember);
  border-radius: 16px;
  color: var(--ho-ember);
  font-family: var(--ho-display);
  font-size: 14px;
  letter-spacing: 0.15em;
}

.ho-register-note {
  margin-top: 40px; padding: 24px;
  border-left: 2px solid var(--ho-ember); text-align: left;
  font-size: 14px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-register-note .ho-lbl {
  font-family: var(--ho-display);
  color: var(--ho-ember); font-size: 12px; letter-spacing: 0.3em;
  display: block; margin-bottom: 8px;
}

/* ============================================
   ELEMENTOR FORM 樣式（如果你用 Elementor Form widget）
   ============================================ */
.ho-register .elementor-form,
.ho-register form.elementor-form {
  text-align: left;
  margin: 0 auto 40px;
  padding: 0;
}
.ho-register .elementor-field-group label,
.ho-register .elementor-field-label {
  font-family: var(--ho-display);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--ho-ink);
  margin-bottom: 6px;
}
.ho-register .elementor-field-textual {
  background: var(--ho-bg);
  border: 1px solid var(--ho-line);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--ho-body);
  font-size: 15px;
  color: var(--ho-ink);
  width: 100%;
}
.ho-register .elementor-field-textual:focus {
  outline: none;
  border-color: var(--ho-ember);
  box-shadow: 0 0 0 3px rgba(248, 74, 1, 0.15);
}
.ho-register .elementor-button {
  font-family: var(--ho-display);
  font-size: 15px;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  color: white;
  padding: 18px 32px;
  border-radius: 999px;
  box-shadow: 0 12px 40px -8px rgba(248,74,1,0.5);
}

/* ============================================
   FAQ (靜態展開)
   ============================================ */
.ho-faq { background: var(--ho-bg2); }
.ho-faq h2 { text-align: center; font-size: clamp(26px, 4vw, 38px); margin-bottom: 56px; }
.ho-faq .ho-eyebrow { display: block; text-align: center; margin-bottom: 12px; }
.ho-faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
}
.ho-faq-item {
  border-top: 1px solid var(--ho-line);
  padding: 28px 0 0;
}
.ho-faq-q {
  display: flex; gap: 14px; align-items: baseline;
  font-family: var(--ho-display);
  font-size: clamp(16px, 1.7vw, 19px); letter-spacing: 0.06em;
  color: var(--ho-ink); line-height: 1.55; margin-bottom: 14px;
}
.ho-qm {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 0.85em; font-weight: 600;
}
.ho-faq-a {
  display: flex; gap: 14px; align-items: baseline;
  font-size: 15px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-faq-a a { color: var(--ho-ember); }
.ho-am {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 13px; font-weight: 600; opacity: 0.7;
}

/* ============================================
   CLOSING
   ============================================ */
.ho-closing { text-align: center; }
.ho-closing-mandala {
  position: absolute; width: 600px; height: 600px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  opacity: 0.15; pointer-events: none; filter: blur(2px);
}
.ho-closing-content { position: relative; max-width: 640px; margin: 0 auto; }
.ho-quote {
  font-family: var(--ho-display);
  font-size: clamp(20px, 2.8vw, 28px); line-height: 1.9; letter-spacing: 0.1em;
  color: var(--ho-ink); margin-bottom: 56px; text-wrap: balance;
}
.ho-quote em { color: var(--ho-ember); font-style: normal; }
.ho-summary {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.25em; color: var(--ho-ink2);
  margin-bottom: 56px; line-height: 2.2;
}
.ho-summary .ho-big {
  display: block;
  font-size: clamp(28px, 4.5vw, 44px); letter-spacing: 0.4em;
  color: var(--ho-ember); margin-bottom: 20px; text-indent: 0.4em;
}

/* ============================================
   FOOTER
   ============================================ */
.ho-footer {
  padding: 48px 0; text-align: center;
  border-top: 1px solid var(--ho-line);
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-footer a { color: var(--ho-ember); text-decoration: none; }

/* ============================================
   STICKY CTA
   ============================================ */
.ho-sticky-cta {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  opacity: 0; transform: translateY(20px) scale(0.95);
  transition: all 0.5s cubic-bezier(.2,.7,.2,1); pointer-events: none;
}
.ho-sticky-cta.ho-show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ho-sticky-cta .ho-cta-btn { padding: 14px 22px; font-size: 13px; }
.ho-sticky-cta .ho-cta-btn .ho-meta { display: none; }
@media (max-width: 600px) {
  .ho-sticky-cta { left: 16px; right: 16px; bottom: 16px; }
  .ho-sticky-cta .ho-cta-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58e4734 *//* ============================================
   熾熱之源 — Elementor 樣式
   class 全部加 .ho- 前綴以避免與 Elementor / 主題衝突
   ============================================ */

:root {
  /* 品牌色 */
  --ho-ember: #f84a01;
  --ho-rose:  #ec7c82;
  --ho-peach: #ffba85;
  --ho-honey: #ffe06f;
  --ho-skin:  #f5e3b6;

  /* 介面色 */
  --ho-bg:    #fbf3e7;
  --ho-bg2:   #f7e6d0;
  --ho-ink:   #3a1a0d;
  --ho-ink2:  #6b3a25;
  --ho-ink3:  #9a6b52;
  --ho-line:  rgba(58, 26, 13, 0.14);
  --ho-gold:  #c98856;

  /* 字體 */
  --ho-display: "Shippori Mincho", "Noto Serif TC", "PingFang TC", serif;
  --ho-body:    "Noto Sans TC", "PingFang TC", -apple-system, sans-serif;
  --ho-en:      "Belleza", "Cormorant Garamond", serif;
}

/* ====== 基礎 ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing, .ho-footer {
  font-family: var(--ho-body);
  color: var(--ho-ink);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ho-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .ho-wrap { padding: 0 48px; } }

.ho-display {
  font-family: var(--ho-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-wrap: balance;
}
.ho-eyebrow {
  font-family: var(--ho-en);
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ho-ember);
  font-weight: 500;
}
.ho-eyebrow.ho-center,
.ho-display.ho-center { display: block; text-align: center; }
.ho-accent { color: var(--ho-ember); font-style: normal; }

/* ====== Fade-in reveal ====== */
.ho-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1);
}
.ho-reveal.ho-in { opacity: 1; transform: translateY(0); }
.ho-d1 { transition-delay: 0.10s; }
.ho-d2 { transition-delay: 0.22s; }
.ho-d3 { transition-delay: 0.34s; }
.ho-d4 { transition-delay: 0.46s; }
.ho-d5 { transition-delay: 0.58s; }

/* ====== Texture grain ====== */
.ho-grain {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.18; mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(58,26,13,0.5) 1px, transparent 1px),
    radial-gradient(rgba(58,26,13,0.3) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
}

/* ====== Section base padding ====== */
.ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
.ho-venue, .ho-guide, .ho-forwhom, .ho-register,
.ho-faq, .ho-closing {
  position: relative;
  padding: 80px 0;
  background: var(--ho-bg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ho-hero, .ho-painpoint, .ho-essence, .ho-schedule,
  .ho-venue, .ho-guide, .ho-forwhom, .ho-register,
  .ho-faq, .ho-closing { padding: 120px 0; }
}

/* ============================================
   TOP NAV
   ============================================ */
.ho-topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  background: linear-gradient(to bottom, rgba(251,243,231,0.85), transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}
.ho-brand, .ho-nav-cta { pointer-events: auto; }
.ho-brand { display: flex; align-items: center; gap: 10px; }
.ho-brand img { width: 38px; height: 38px; object-fit: contain; }
.ho-brand-text {
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-brand-text small {
  display: block;
  font-family: var(--ho-en);
  font-size: 9px; letter-spacing: 0.3em; color: var(--ho-ink3);
  margin-top: 2px;
}
.ho-nav-cta {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.2em; color: var(--ho-ink);
  padding: 10px 18px; border: 1px solid var(--ho-line);
  border-radius: 999px; background: rgba(255,255,255,0.4);
  transition: all 0.3s; text-decoration: none;
}
.ho-nav-cta:hover {
  background: var(--ho-ember); color: white;
  border-color: var(--ho-ember);
}
@media (max-width: 640px) {
  .ho-brand-text { font-size: 13px; }
  .ho-brand-text small { display: none; }
}

/* ============================================
   HERO
   ============================================ */
.ho-hero {
  min-height: 100vh; min-height: 100svh;
  padding: 100px 0 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.ho-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255,224,111,0.55), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(248,74,1,0.25), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(236,124,130,0.35), transparent 60%),
    linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 100%);
}
.ho-hero-content { position: relative; z-index: 2; text-align: center; }
.ho-hero-mandala {
  width: clamp(120px, 18vw, 180px);
  height: auto; margin: 0 auto 24px; display: block;
  animation: ho-pulse 6s ease-in-out infinite;
  filter: drop-shadow(0 8px 28px rgba(248,74,1,0.25));
}
@keyframes ho-pulse {
  0%,100% { transform: scale(1) rotate(0deg); opacity: 0.95; }
  50%     { transform: scale(1.04) rotate(2deg); opacity: 1; }
}
.ho-hero .ho-eyebrow {
  margin: 0 auto 24px; display: inline-flex; align-items: center; gap: 14px;
}
.ho-hero .ho-eyebrow::before,
.ho-hero .ho-eyebrow::after {
  content: ''; width: 36px; height: 1px; background: currentColor; opacity: 0.5;
}
.ho-hero-title-block { margin-bottom: 28px; }
.ho-hero-title-block .ho-zh {
  font-family: var(--ho-display);
  font-size: clamp(28px, 5vw, 44px); letter-spacing: 0.5em;
  color: var(--ho-ember); text-indent: 0.5em; margin-bottom: 8px;
}
.ho-hero-title-block .ho-en {
  font-family: var(--ho-en);
  font-size: clamp(11px, 1.4vw, 13px); letter-spacing: 0.42em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-hero h1 {
  font-family: var(--ho-display);
  font-weight: 400;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1.4; letter-spacing: 0.1em;
  color: var(--ho-ink);
  margin: 0 auto 36px; max-width: 22ch;
}
.ho-hero-sub {
  font-size: clamp(14px, 1.7vw, 16px); line-height: 1.9;
  color: var(--ho-ink2); max-width: 30em;
  margin: 0 auto 48px; letter-spacing: 0.1em;
}
.ho-hero-meta {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 14px 24px; margin-bottom: 48px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2);
}
.ho-dot {
  width: 4px; height: 4px; border-radius: 999px;
  background: var(--ho-ember); opacity: 0.6;
}
.ho-scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--ho-ink3);
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  z-index: 3;
}
.ho-scroll-indicator .ho-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, currentColor);
  animation: ho-scroll-pulse 2.5s ease-in-out infinite;
}
@keyframes ho-scroll-pulse {
  0%,100% { transform: scaleY(0.4); transform-origin: top; }
  50%     { transform: scaleY(1); transform-origin: top; }
}

/* ============================================
   CTA Button
   ============================================ */
.ho-cta-btn {
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  padding: 22px 38px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.22em;
  color: white; text-decoration: none;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  border-radius: 999px; overflow: hidden; isolation: isolate; cursor: pointer;
  box-shadow:
    0 12px 40px -8px rgba(248,74,1,0.5),
    0 4px 12px -2px rgba(248,74,1,0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s;
}
.ho-cta-btn::before {
  content: ''; position: absolute; inset: -2px;
  background: conic-gradient(from 0deg,
    rgba(255,224,111,0) 0%, rgba(255,224,111,0.6) 25%,
    rgba(255,186,133,0.8) 50%, rgba(236,124,130,0.6) 75%,
    rgba(255,224,111,0) 100%);
  border-radius: 999px; opacity: 0; z-index: -1;
  animation: ho-ember-spin 4s linear infinite;
  transition: opacity 0.4s; filter: blur(6px);
}
.ho-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 24px 60px -8px rgba(248,74,1,0.7),
    0 8px 20px -2px rgba(248,74,1,0.5),
    inset 0 1px 0 rgba(255,255,255,0.3);
}
.ho-cta-btn:hover::before { opacity: 1; }
@keyframes ho-ember-spin { to { transform: rotate(360deg); } }
.ho-cta-btn .ho-meta {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; opacity: 0.85;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,0.4); margin-left: 6px;
}
@media (max-width: 480px) {
  .ho-cta-btn { padding: 18px 26px; font-size: 13px; flex-wrap: wrap; justify-content: center; }
  .ho-cta-btn .ho-meta { border-left: none; padding-left: 0; margin-left: 0; font-size: 10px; }
}

/* ============================================
   PAIN POINT
   ============================================ */
.ho-painpoint { background: var(--ho-bg2); text-align: center; }
.ho-painpoint .ho-glyph { width: 80px; height: 80px; margin: 0 auto 32px; opacity: 0.7; color: var(--ho-ember); }
.ho-painpoint .ho-heading {
  font-size: clamp(26px, 4vw, 42px);
  margin-bottom: 56px; text-wrap: balance;
}
.ho-painpoint .ho-body {
  max-width: 30em; margin: 0 auto;
  font-size: clamp(16px, 1.8vw, 19px); line-height: 2.2; color: var(--ho-ink2);
}
.ho-painpoint .ho-body p { margin-bottom: 20px; }
.ho-painpoint .ho-body p:last-child {
  margin-top: 40px;
  font-family: var(--ho-display);
  font-size: clamp(18px, 2vw, 22px); color: var(--ho-ember); letter-spacing: 0.12em;
}

/* ============================================
   ESSENCE
   ============================================ */
.ho-essence-text { max-width: 36em; margin: 0 auto; text-align: center; }
.ho-essence h2 { font-size: clamp(28px, 4.5vw, 48px); line-height: 1.4; margin-bottom: 40px; }
.ho-essence p {
  font-size: clamp(15px, 1.6vw, 18px); line-height: 2.1;
  color: var(--ho-ink2); margin-bottom: 18px;
}
.ho-essence p strong { color: var(--ho-ember); font-weight: 500; }
.ho-modalities {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px;
}
.ho-modality {
  font-family: var(--ho-display);
  font-size: 13px; letter-spacing: 0.18em;
  padding: 8px 16px; border: 1px solid var(--ho-line); border-radius: 999px;
  color: var(--ho-ink2); background: rgba(255,255,255,0.3);
}

/* ============================================
   SCHEDULE
   ============================================ */
.ho-schedule { background: var(--ho-bg2); }
.ho-sched-header { text-align: center; margin-bottom: 56px; }
.ho-sched-header h2 { font-size: clamp(28px, 4.5vw, 48px); margin-top: 12px; }
.ho-sched-tabs {
  display: flex; justify-content: center; gap: 0;
  margin-bottom: 56px; border-bottom: 1px solid var(--ho-line); position: relative;
}
.ho-sched-tab {
  position: relative; padding: 18px 28px;
  font-family: var(--ho-display);
  font-size: 15px; letter-spacing: 0.18em; color: var(--ho-ink3);
  background: none; border: none; cursor: pointer; transition: color 0.3s;
}
.ho-sched-tab .ho-day-num {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em; display: block; margin-bottom: 4px; opacity: 0.7;
}
.ho-sched-tab.ho-active { color: var(--ho-ember); }
.ho-sched-tab .ho-underline {
  position: absolute; bottom: -1px; left: 0; right: 0; height: 2px;
  background: var(--ho-ember); transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.ho-sched-tab.ho-active .ho-underline { transform: scaleX(1); }
.ho-sched-tab .ho-icon { display: inline-block; margin-right: 8px; font-size: 18px; vertical-align: middle; }
@media (max-width: 600px) { .ho-sched-tab { padding: 14px 16px; font-size: 13px; } }

.ho-sched-day { max-width: 760px; margin: 0 auto; display: none; }
.ho-sched-day.ho-active { display: block; }
.ho-sched-day-intro { text-align: center; margin-bottom: 56px; }
.ho-sched-day-intro .ho-day-title {
  font-family: var(--ho-display);
  font-size: clamp(22px, 3vw, 30px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 12px;
}
.ho-sched-day-intro .ho-day-sub {
  font-size: clamp(14px, 1.6vw, 16px); color: var(--ho-ink2); letter-spacing: 0.08em;
}

.ho-timeline { position: relative; }
.ho-timeline::before {
  content: ''; position: absolute;
  left: 130px; top: 8px; bottom: 8px; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--ho-ember) 10%, var(--ho-ember) 90%, transparent);
  opacity: 0.4;
}
@media (max-width: 600px) { .ho-timeline::before { left: 92px; } }

.ho-tl-item {
  position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 24px;
  padding: 14px 0; transition: transform 0.4s;
}
@media (max-width: 600px) {
  .ho-tl-item { grid-template-columns: 92px 1fr; gap: 14px; }
}
.ho-tl-time {
  font-family: var(--ho-en);
  font-size: 13px; letter-spacing: 0.08em; color: var(--ho-ember);
  padding-top: 20px; text-align: right; position: relative; line-height: 1.4;
}
.ho-tl-time::after {
  content: ''; position: absolute; right: -22px; top: 28px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ho-ember);
  border: 2px solid var(--ho-bg2);
  box-shadow: 0 0 0 2px var(--ho-ember); z-index: 2;
}
@media (max-width: 600px) {
  .ho-tl-time { font-size: 11px; padding-top: 22px; }
  .ho-tl-time::after { right: -8px; width: 10px; height: 10px; top: 24px; }
}
.ho-tl-content {
  background: rgba(255,255,255,0.55);
  border: 1px solid var(--ho-line); border-radius: 14px;
  padding: 18px 24px; transition: all 0.4s cubic-bezier(.2,.7,.2,1);
}
.ho-tl-item:hover .ho-tl-content {
  border-color: var(--ho-ember);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 12px 32px -12px rgba(248,74,1,0.25);
  transform: translateX(4px);
}
.ho-tl-title {
  font-family: var(--ho-display);
  font-size: 17px; letter-spacing: 0.08em; color: var(--ho-ink); margin-bottom: 4px;
}
.ho-tl-sub {
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.28em;
  color: var(--ho-ink3); margin-bottom: 10px; text-transform: uppercase;
}
.ho-tl-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.75; color: var(--ho-ink2); }
.ho-tl-list li { position: relative; padding-left: 16px; }
.ho-tl-list li::before {
  content: ''; position: absolute; left: 0; top: 12px;
  width: 6px; height: 1px; background: var(--ho-ember);
}

/* ============================================
   VENUE
   ============================================ */
.ho-venue h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 32px; }
.ho-venue .ho-eyebrow { display: block; margin-bottom: 12px; text-align: center; }
.ho-venue-body {
  max-width: 32em; margin: 0 auto 56px; text-align: center;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 2; color: var(--ho-ink2);
}
.ho-venue-body p { margin-bottom: 14px; }
.ho-venue-body .ho-accent-line {
  color: var(--ho-ember); font-family: var(--ho-display); letter-spacing: 0.12em; margin-top: 14px;
}
.ho-divider {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin: 0 auto 32px; color: var(--ho-ember); opacity: 0.6;
}
.ho-divider .ho-line { width: 48px; height: 1px; background: currentColor; }
.ho-divider .ho-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ===== Carousel ===== */
.ho-carousel { margin: 56px 0 48px; position: relative; }
.ho-vc-stage {
  position: relative; border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.45);
  background: #0a0908;
}
.ho-vc-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.ho-vc-slide {
  flex: 0 0 100%; position: relative; aspect-ratio: 16/10; background: #0a0908;
}
@media (max-width: 640px) { .ho-vc-slide { aspect-ratio: 4/3; } }
.ho-vc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ho-vc-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  color: #fff;
  font-family: var(--ho-display);
  font-size: 16px; letter-spacing: 0.08em;
}
.ho-vc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(10,9,8,0.45); color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 24px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  z-index: 2;
}
.ho-vc-arrow:hover {
  background: var(--ho-ember); border-color: var(--ho-ember);
  transform: translateY(-50%) scale(1.06);
}
.ho-vc-prev { left: 16px; } .ho-vc-next { right: 16px; }
.ho-vc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ho-vc-dot {
  width: 28px; height: 3px; border: none; border-radius: 2px;
  background: rgba(74,69,62,0.35); cursor: pointer; padding: 0;
  transition: background 0.3s, width 0.3s;
}
.ho-vc-dot.ho-active { background: var(--ho-ember); width: 44px; }
.ho-vc-counter {
  position: absolute; top: 18px; right: 22px;
  font-family: var(--ho-en);
  letter-spacing: 0.2em; font-size: 12px;
  color: rgba(255,255,255,0.85);
  background: rgba(10,9,8,0.45);
  padding: 6px 12px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 2;
}
@media (max-width: 640px) {
  .ho-vc-arrow { width: 38px; height: 38px; }
  .ho-vc-prev { left: 10px; } .ho-vc-next { right: 10px; }
  .ho-vc-caption { font-size: 14px; padding: 48px 18px 18px; }
}

/* ===== Includes ===== */
.ho-includes {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  max-width: 600px; margin: 0 auto;
}
@media (min-width: 720px) { .ho-includes { grid-template-columns: repeat(4, 1fr); } }
.ho-inc-item {
  text-align: center; padding: 24px 16px;
  border: 1px solid var(--ho-line); border-radius: 16px;
  transition: all 0.4s;
}
.ho-inc-item:hover {
  border-color: var(--ho-ember); background: rgba(248,74,1,0.03);
  transform: translateY(-2px);
}
.ho-inc-label {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink);
}
.ho-venue-link { text-align: center; margin-top: 32px; }
.ho-venue-link a {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.2em; color: var(--ho-ember);
  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px;
}
.ho-venue-link a:hover { opacity: 0.7; }

/* ============================================
   GUIDE
   ============================================ */
.ho-guide { background: var(--ho-bg2); }
.ho-guide-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 800px) { .ho-guide-grid { grid-template-columns: 360px 1fr; gap: 72px; } }
.ho-guide-portrait {
  aspect-ratio: 4/5;
  border-radius: 200px 200px 24px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--ho-peach), var(--ho-honey) 40%, var(--ho-rose) 90%);
  position: relative;
  box-shadow: 0 30px 60px -20px rgba(248,74,1,0.3);
}
.ho-guide-portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block;
}
.ho-guide-portrait::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,8,0.35), transparent 45%);
  pointer-events: none;
}
.ho-guide-text .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-guide-text h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 8px; }
.ho-name-zh {
  font-family: var(--ho-display);
  font-size: clamp(36px, 5vw, 56px); letter-spacing: 0.18em;
  color: var(--ho-ember); margin-bottom: 8px;
}
.ho-titles {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.15em;
  color: var(--ho-ink2); margin-bottom: 28px;
  padding-bottom: 24px; border-bottom: 1px solid var(--ho-line);
}
.ho-tagline {
  font-family: var(--ho-display);
  font-size: clamp(17px, 2vw, 20px) !important;
  color: var(--ho-ember) !important; letter-spacing: 0.1em;
  margin-bottom: 24px !important;
}
.ho-guide-text p {
  font-size: clamp(15px, 1.5vw, 16px); line-height: 2;
  color: var(--ho-ink2); margin-bottom: 16px;
}
.ho-guide-text p strong { color: var(--ho-ember); font-weight: 500; }
.ho-credits {
  list-style: none; margin-top: 24px; padding: 24px 0 0;
  border-top: 1px dashed var(--ho-line);
  display: flex; flex-direction: column; gap: 10px;
}
.ho-credits li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.1em; color: var(--ho-ink2);
}
.ho-credits li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ho-ember); flex-shrink: 0;
}

/* ============================================
   FOR WHOM
   ============================================ */
.ho-forwhom h2 { text-align: center; font-size: clamp(26px, 4vw, 42px); margin-bottom: 56px; }
.ho-fw-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.ho-fw-item {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: center;
  padding: 24px 28px; background: var(--ho-bg2);
  border: 1px solid var(--ho-line); border-radius: 18px;
  font-size: clamp(15px, 1.6vw, 17px); line-height: 1.7;
  color: var(--ho-ink); transition: all 0.4s;
}
.ho-fw-item:hover {
  border-color: var(--ho-ember); transform: translateX(6px);
  box-shadow: 0 16px 40px -12px rgba(248,74,1,0.2);
}
.ho-fw-num {
  font-family: var(--ho-en);
  font-size: 32px; color: var(--ho-ember); text-align: center;
  font-weight: 400; line-height: 1;
}
@media (max-width: 480px) {
  .ho-fw-item { padding: 20px 22px; grid-template-columns: 44px 1fr; gap: 16px; }
  .ho-fw-num { font-size: 26px; }
}

/* ============================================
   REGISTER / PRICING
   ============================================ */
.ho-register {
  background: linear-gradient(180deg, var(--ho-bg) 0%, var(--ho-bg2) 50%, var(--ho-bg) 100%);
  text-align: center;
}
.ho-register::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(248,74,1,0.12), transparent 60%);
  pointer-events: none;
}
.ho-register-content { position: relative; max-width: 720px; margin: 0 auto; }
.ho-register .ho-eyebrow { display: block; margin-bottom: 16px; }
.ho-register h2 { font-size: clamp(30px, 5vw, 52px); margin-bottom: 56px; }
.ho-price-card {
  background: var(--ho-bg); border: 1px solid var(--ho-line); border-radius: 24px;
  padding: 48px 32px; margin-bottom: 40px; position: relative; overflow: hidden;
}
.ho-price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--ho-honey), var(--ho-peach), var(--ho-ember), var(--ho-rose));
}
.ho-price-amount {
  font-family: var(--ho-en);
  font-size: clamp(48px, 8vw, 72px); color: var(--ho-ember);
  letter-spacing: 0.05em; line-height: 1;
}
.ho-currency { font-size: 0.45em; vertical-align: super; margin-right: 4px; opacity: 0.7; }
.ho-aud { font-size: 0.32em; letter-spacing: 0.15em; color: var(--ho-ink2); }
.ho-price-includes {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.18em; color: var(--ho-ink2); margin-top: 14px;
}
.ho-price-meta {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  margin-top: 32px; background: var(--ho-line);
  border: 1px solid var(--ho-line); border-radius: 12px; overflow: hidden;
}
@media (min-width: 600px) { .ho-price-meta { grid-template-columns: 1fr 1fr 1fr; } }
.ho-pm-item { background: var(--ho-bg); padding: 18px 16px; text-align: center; }
.ho-pm-lbl {
  font-family: var(--ho-en);
  font-size: 10px; letter-spacing: 0.32em;
  color: var(--ho-ink3); margin-bottom: 6px; text-transform: uppercase;
}
.ho-pm-val {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.12em; color: var(--ho-ink);
}
.ho-pm-val strong { color: var(--ho-ember); font-weight: 500; }

.ho-form-placeholder {
  margin: 40px 0;
  padding: 60px 24px;
  border: 2px dashed var(--ho-ember);
  border-radius: 16px;
  color: var(--ho-ember);
  font-family: var(--ho-display);
  font-size: 14px;
  letter-spacing: 0.15em;
}

.ho-register-note {
  margin-top: 40px; padding: 24px;
  border-left: 2px solid var(--ho-ember); text-align: left;
  font-size: 14px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-register-note .ho-lbl {
  font-family: var(--ho-display);
  color: var(--ho-ember); font-size: 12px; letter-spacing: 0.3em;
  display: block; margin-bottom: 8px;
}

/* ============================================
   ELEMENTOR FORM 樣式（如果你用 Elementor Form widget）
   ============================================ */
.ho-register .elementor-form,
.ho-register form.elementor-form {
  text-align: left;
  margin: 0 auto 40px;
  padding: 0;
}
.ho-register .elementor-field-group label,
.ho-register .elementor-field-label {
  font-family: var(--ho-display);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--ho-ink);
  margin-bottom: 6px;
}
.ho-register .elementor-field-textual {
  background: var(--ho-bg);
  border: 1px solid var(--ho-line);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--ho-body);
  font-size: 15px;
  color: var(--ho-ink);
  width: 100%;
}
.ho-register .elementor-field-textual:focus {
  outline: none;
  border-color: var(--ho-ember);
  box-shadow: 0 0 0 3px rgba(248, 74, 1, 0.15);
}
.ho-register .elementor-button {
  font-family: var(--ho-display);
  font-size: 15px;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, var(--ho-ember), #d63a00 60%, #a82500 100%);
  color: white;
  padding: 18px 32px;
  border-radius: 999px;
  box-shadow: 0 12px 40px -8px rgba(248,74,1,0.5);
}

/* ============================================
   FAQ (靜態展開)
   ============================================ */
.ho-faq { background: var(--ho-bg2); }
.ho-faq h2 { text-align: center; font-size: clamp(26px, 4vw, 38px); margin-bottom: 56px; }
.ho-faq .ho-eyebrow { display: block; text-align: center; margin-bottom: 12px; }
.ho-faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
}
.ho-faq-item {
  border-top: 1px solid var(--ho-line);
  padding: 28px 0 0;
}
.ho-faq-q {
  display: flex; gap: 14px; align-items: baseline;
  font-family: var(--ho-display);
  font-size: clamp(16px, 1.7vw, 19px); letter-spacing: 0.06em;
  color: var(--ho-ink); line-height: 1.55; margin-bottom: 14px;
}
.ho-qm {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 0.85em; font-weight: 600;
}
.ho-faq-a {
  display: flex; gap: 14px; align-items: baseline;
  font-size: 15px; line-height: 1.9; color: var(--ho-ink2);
}
.ho-faq-a a { color: var(--ho-ember); }
.ho-am {
  color: var(--ho-ember);
  font-family: var(--ho-en);
  letter-spacing: 0.1em; flex-shrink: 0;
  font-size: 13px; font-weight: 600; opacity: 0.7;
}

/* ============================================
   CLOSING
   ============================================ */
.ho-closing { text-align: center; }
.ho-closing-mandala {
  position: absolute; width: 600px; height: 600px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  opacity: 0.15; pointer-events: none; filter: blur(2px);
}
.ho-closing-content { position: relative; max-width: 640px; margin: 0 auto; }
.ho-quote {
  font-family: var(--ho-display);
  font-size: clamp(20px, 2.8vw, 28px); line-height: 1.9; letter-spacing: 0.1em;
  color: var(--ho-ink); margin-bottom: 56px; text-wrap: balance;
}
.ho-quote em { color: var(--ho-ember); font-style: normal; }
.ho-summary {
  font-family: var(--ho-display);
  font-size: 14px; letter-spacing: 0.25em; color: var(--ho-ink2);
  margin-bottom: 56px; line-height: 2.2;
}
.ho-summary .ho-big {
  display: block;
  font-size: clamp(28px, 4.5vw, 44px); letter-spacing: 0.4em;
  color: var(--ho-ember); margin-bottom: 20px; text-indent: 0.4em;
}

/* ============================================
   FOOTER
   ============================================ */
.ho-footer {
  padding: 48px 0; text-align: center;
  border-top: 1px solid var(--ho-line);
  font-family: var(--ho-en);
  font-size: 11px; letter-spacing: 0.32em;
  color: var(--ho-ink3); text-transform: uppercase;
}
.ho-footer a { color: var(--ho-ember); text-decoration: none; }

/* ============================================
   STICKY CTA
   ============================================ */
.ho-sticky-cta {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  opacity: 0; transform: translateY(20px) scale(0.95);
  transition: all 0.5s cubic-bezier(.2,.7,.2,1); pointer-events: none;
}
.ho-sticky-cta.ho-show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ho-sticky-cta .ho-cta-btn { padding: 14px 22px; font-size: 13px; }
.ho-sticky-cta .ho-cta-btn .ho-meta { display: none; }
@media (max-width: 600px) {
  .ho-sticky-cta { left: 16px; right: 16px; bottom: 16px; }
  .ho-sticky-cta .ho-cta-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS *//* ════════════════════════════════════════════════════════════════
   熾熱之源 · 全站 CSS（貼到 外觀 → 自訂 → 額外的 CSS）
   ════════════════════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Noto+Serif+TC:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500&display=swap");

:root{
  --c-ember:#f84a01; --c-rose:#ec7c82; --c-peach:#ffba85;
  --c-sun:#ffe06f;   --c-skin:#f5e3b6; --c-cream:#fff8ed;
  --c-ink:#2a1408;   --c-mute:#6b4a35; --c-deep:#3d1e0c;
  --font-display:"Noto Serif TC","PingFang TC",serif;
  --font-en:"Belleza","Noto Serif TC",serif;
  --font-body:"Noto Sans TC","PingFang TC",system-ui,sans-serif;
}
body.elementor-page{font-family:var(--font-body);color:var(--c-ink);background:var(--c-cream);}

/* ─── 通用 Eyebrow + 字體 ─── */
.elementor .eyebrow{
  font-family:var(--font-en);font-size:11px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--c-ember);display:block;
}
.elementor .zh-display{font-family:var(--font-display);font-weight:500;letter-spacing:.08em;line-height:1.35;}

/* ─── 光暈球底 + 顆粒紋理（套到每個 section.bloom-section） ─── */
.elementor section.bloom-section{position:relative!important;overflow:hidden!important;}
.elementor section.bloom-section::before,
.elementor section.bloom-section::after{
  content:"";position:absolute;border-radius:50%;
  filter:blur(60px);mix-blend-mode:screen;pointer-events:none;z-index:0;opacity:.7;
}
.elementor section.bloom-section > .elementor-container{position:relative;z-index:2;}

/* 顆粒紋理 */
.elementor section.grain-tex::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  opacity:.08;z-index:1;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.7'/></svg>");
}

/* ─── 各區塊光暈配色（左/上, 右/下） ─── */
.elementor section.bloom-warm::before{width:280px;height:280px;top:8%;left:5%;background:radial-gradient(circle,#ffe06f,transparent 70%);}
.elementor section.bloom-warm::after{width:240px;height:240px;top:55%;right:6%;background:radial-gradient(circle,#ec7c82,transparent 70%);opacity:.55;}
.elementor section.bloom-sunset::before{width:300px;height:300px;top:10%;left:-5%;background:radial-gradient(circle,#f84a01,transparent 70%);opacity:.45;}
.elementor section.bloom-sunset::after{width:340px;height:340px;bottom:-80px;right:-50px;background:radial-gradient(circle,#ec7c82,transparent 70%);opacity:.4;}
.elementor section.bloom-cream::before{width:280px;height:280px;top:-50px;right:-50px;background:radial-gradient(circle,#ffe06f,transparent 70%);}
.elementor section.bloom-cream::after{width:320px;height:320px;bottom:-80px;left:-60px;background:radial-gradient(circle,#ffba85,transparent 70%);opacity:.5;}

/* ─── Section 漸層底（各區塊調性） ─── */
.elementor section.s-hero{background:linear-gradient(180deg,#fff8ed 0%,#ffe9c8 50%,#ffd1a3 100%)!important;}
.elementor section.s-pain{background:linear-gradient(180deg,#ffd1a3 0%,#f5b6a3 100%)!important;}
.elementor section.s-essence{background:linear-gradient(180deg,#f5b6a3 0%,#ec9282 100%)!important;color:#fff8ed!important;}
.elementor section.s-schedule{background:linear-gradient(180deg,#fff8ed 0%,#fff3df 100%)!important;}
.elementor section.s-venue{background:linear-gradient(180deg,#fff3df 0%,#ffe9c8 100%)!important;}
.elementor section.s-facilitator{background:linear-gradient(180deg,#ffe9c8 0%,#f5e3b6 100%)!important;}
.elementor section.s-fitfor{background:linear-gradient(180deg,#f5e3b6 0%,#ffd1a3 100%)!important;}
.elementor section.s-pricing{background:radial-gradient(ellipse at center,#f84a01 0%,#c93502 60%,#6b1d01 100%)!important;color:#fff8ed!important;}
.elementor section.s-faq{background:linear-gradient(180deg,#fff8ed 0%,#ffe9c8 100%)!important;}
.elementor section.s-closing{background:radial-gradient(ellipse at center top,#ffba85 0%,#ec7c82 50%,#c93502 100%)!important;color:#fff8ed!important;}
.elementor section.s-essence h2,.elementor section.s-essence p,
.elementor section.s-pricing h2,.elementor section.s-pricing p,
.elementor section.s-closing h2,.elementor section.s-closing p{color:#fff8ed;}

/* ─── 主 CTA 按鈕 (.btn-ember) ─── */
.elementor .btn-ember .elementor-button{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  padding:18px 32px!important;
  background:linear-gradient(100deg,#f84a01 0%,#ec7c82 60%,#ffba85 100%)!important;
  color:#fff!important;border:none!important;
  font-family:var(--font-body)!important;font-weight:500!important;
  font-size:15px!important;letter-spacing:.12em!important;
  border-radius:999px!important;cursor:pointer;text-decoration:none;
  box-shadow:0 12px 40px -12px rgba(248,74,1,.6),inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .3s ease,box-shadow .3s ease;
  position:relative;overflow:hidden;
}
.elementor .btn-ember .elementor-button::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);
  transform:translateX(-100%);transition:transform .6s ease;
}
.elementor .btn-ember .elementor-button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 50px -12px rgba(248,74,1,.7);
}
.elementor .btn-ember .elementor-button:hover::before{transform:translateX(100%);}

/* ─── Hero ─── */
.elementor section.s-hero{padding:80px 24px 60px!important;}
.elementor section.s-hero .hero-logo-banner{width:100vw;margin-left:calc(50% - 50vw);aspect-ratio:16/9;max-height:50vh;overflow:hidden;}
.elementor section.s-hero .hero-logo-banner img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(255,186,133,.4));animation:orbFloat 8s ease-in-out infinite;}
.elementor section.s-hero .hero-title{
  font-family:var(--font-display)!important;font-weight:500!important;
  font-size:clamp(28px,7vw,44px)!important;line-height:1.5!important;
  letter-spacing:.06em;color:#3d1e0c!important;text-wrap:balance;
}
.elementor section.s-hero .hero-title .hl{
  background:linear-gradient(180deg,transparent 60%,rgba(255,224,111,.6) 60%);
}
.elementor section.s-hero .hero-sub{
  font-family:var(--font-body);font-size:15px;line-height:2;
  color:var(--c-mute);max-width:460px;margin:0 auto 48px;text-align:center;text-wrap:pretty;
}
.elementor section.s-hero .hero-banner{
  background:linear-gradient(135deg,rgba(255,255,255,.6),rgba(255,255,255,.2));
  backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);
  border-radius:20px;padding:28px 24px;margin:0 auto 36px;max-width:360px;
  box-shadow:0 20px 60px -20px rgba(248,74,1,.2);text-align:center;
}
.elementor section.s-hero .hero-banner .label{font-family:var(--font-en);font-size:10px;letter-spacing:.3em;color:var(--c-ember);margin-bottom:8px;}
.elementor section.s-hero .hero-banner .title-zh{font-family:var(--font-display);font-size:28px;letter-spacing:.3em;color:#3d1e0c;margin-bottom:8px;}
.elementor section.s-hero .hero-banner .subtitle-zh{font-family:var(--font-display);font-size:14px;letter-spacing:.15em;color:var(--c-mute);margin-bottom:16px;}
.elementor section.s-hero .hero-banner .divider{width:24px;height:1px;background:var(--c-ember);margin:12px auto;opacity:.5;}
.elementor section.s-hero .hero-banner .date{font-family:var(--font-en);font-size:20px;letter-spacing:.2em;color:var(--c-ink);}
.elementor section.s-hero .hero-banner .place{font-size:12px;letter-spacing:.1em;color:var(--c-mute);margin-top:4px;}
@keyframes orbFloat{0%,100%{transform:translateY(0) scale(1);}50%{transform:translateY(-8px) scale(1.02);}}
@media(min-width:768px){.elementor section.s-hero .hero-banner .title-zh{font-size:36px;}}

/* ─── Pain ─── */
.elementor section.s-pain p{font-family:var(--font-body)!important;font-size:16px!important;line-height:2.1!important;color:#3d1e0c!important;text-align:center;margin-bottom:28px;}
.elementor section.s-pain .emphasis{font-family:var(--font-display)!important;font-size:19px!important;letter-spacing:.08em;color:var(--c-ember)!important;margin-top:40px;}

/* ─── Essence ─── */
.elementor section.s-essence h2{color:#fff8ed!important;}
.elementor section.s-essence .eyebrow{color:#fff8ed!important;}
.elementor section.s-essence p{color:#fff8ed!important;text-align:center;line-height:2.1;}
.elementor section.s-essence .tag{
  display:inline-block;font-family:var(--font-display);font-size:14px;letter-spacing:.15em;
  padding:8px 18px;border:1px solid rgba(255,248,237,.4);border-radius:999px;
  backdrop-filter:blur(10px);background:rgba(255,255,255,.08);
  color:#fff8ed;margin:4px;
}

/* ─── Schedule Tabs (Day card style) ─── */
.elementor section.s-schedule .elementor-tabs-wrapper{
  display:flex;justify-content:center;gap:8px;
  background:rgba(248,74,1,.06);padding:6px;border-radius:999px;
  margin:0 auto 40px;width:fit-content;border:none!important;
}
.elementor section.s-schedule .elementor-tab-title{
  font-family:var(--font-en)!important;font-size:12px!important;letter-spacing:.25em;
  padding:12px 24px!important;border:none!important;background:transparent!important;
  border-radius:999px!important;color:var(--c-mute)!important;
  transition:all .4s ease;
}
.elementor section.s-schedule .elementor-tab-title.elementor-active{
  background:linear-gradient(100deg,#f84a01,#ec7c82)!important;
  color:#fff!important;
  box-shadow:0 8px 24px -8px rgba(248,74,1,.5);
}
.elementor section.s-schedule .elementor-tab-content{
  background:rgba(255,255,255,.65);backdrop-filter:blur(20px);
  border:1px solid rgba(255,186,133,.4);border-radius:24px;
  padding:36px 28px!important;
  box-shadow:0 30px 80px -30px rgba(248,74,1,.25);
}
.elementor section.s-schedule .card-header{text-align:center;margin-bottom:32px;padding-bottom:28px;border-bottom:1px dashed rgba(248,74,1,.2);}
.elementor section.s-schedule .day-symbol{font-size:32px;margin-bottom:12px;}
.elementor section.s-schedule .day-num{font-family:var(--font-en);font-size:11px;letter-spacing:.4em;color:var(--c-ember);margin-bottom:8px;}
.elementor section.s-schedule .day-title{font-family:var(--font-display);font-size:22px;letter-spacing:.15em;color:#3d1e0c;margin-bottom:8px;}
.elementor section.s-schedule .day-tagline{font-family:var(--font-display);font-size:14px;color:var(--c-mute);font-style:italic;letter-spacing:.08em;}
.elementor section.s-schedule .timeline-item{
  display:grid;grid-template-columns:64px 1fr;gap:16px;padding:18px 0;
  border-bottom:1px solid rgba(248,74,1,.1);
}
.elementor section.s-schedule .timeline-item:last-child{border-bottom:none;}
.elementor section.s-schedule .timeline-item .time{font-family:var(--font-en);font-size:13px;letter-spacing:.1em;color:var(--c-ember);font-weight:500;}
.elementor section.s-schedule .timeline-item .activity{font-size:14px;line-height:1.7;color:#3d1e0c;}
@media(min-width:768px){
  .elementor section.s-schedule .timeline-item{grid-template-columns:80px 1fr;gap:24px;padding:22px 0;}
}

/* ─── Venue Carousel ─── */
.elementor section.s-venue .elementor-image-carousel-wrapper{
  border-radius:20px;overflow:hidden;
  box-shadow:0 30px 80px -25px rgba(61,30,12,.35);
}
.elementor section.s-venue .pill{
  display:inline-block;font-size:12px;letter-spacing:.1em;
  padding:8px 16px;border:1px solid rgba(248,74,1,.3);
  background:rgba(255,255,255,.4);border-radius:999px;
  color:#3d1e0c;margin:4px;
}
.elementor section.s-venue .venue-info{
  background:rgba(255,255,255,.6);backdrop-filter:blur(20px);
  border:1px solid rgba(255,186,133,.4);border-radius:16px;
  padding:24px;margin-top:24px;text-align:center;
}
.elementor section.s-venue .venue-info .label{font-family:var(--font-en);font-size:10px;letter-spacing:.3em;color:var(--c-ember);margin-bottom:8px;}
.elementor section.s-venue .venue-info .name{font-family:var(--font-display);font-size:18px;letter-spacing:.1em;margin-bottom:16px;color:#3d1e0c;}
.elementor section.s-venue .venue-info a{
  font-size:13px;color:var(--c-ember);text-decoration:none;
  border-bottom:1px solid var(--c-ember);padding-bottom:2px;
}

/* ─── Facilitator ─── */
.elementor section.s-facilitator .ruth-photo img{
  width:100%;max-width:320px;aspect-ratio:9/16;
  object-fit:cover;object-position:center 25%;
  border-radius:18px;
  box-shadow:0 30px 80px -20px rgba(248,74,1,.4);
}
.elementor section.s-facilitator .fac-name{font-family:var(--font-display);font-size:28px;letter-spacing:.15em;color:#3d1e0c;margin-bottom:8px;}
.elementor section.s-facilitator .fac-role{font-size:13px;color:var(--c-mute);letter-spacing:.1em;margin-bottom:24px;}
.elementor section.s-facilitator .fac-bio{font-size:15px;line-height:2;color:#3d1e0c;}
.elementor section.s-facilitator .fac-ig{
  display:inline-flex;align-items:center;gap:8px;margin-top:24px;
  font-family:var(--font-en);font-size:12px;letter-spacing:.15em;
  color:var(--c-ember);text-decoration:none;
  padding:8px 16px;border:1px solid var(--c-ember);border-radius:999px;
  transition:all .3s ease;
}
.elementor section.s-facilitator .fac-ig:hover{background:var(--c-ember);color:#fff;}

/* ─── FitFor 列表 + 包容卡 ─── */
.elementor section.s-fitfor .fitfor-list{list-style:none;padding:0;margin:0 auto;max-width:680px;}
.elementor section.s-fitfor .fitfor-list li{
  display:grid;grid-template-columns:32px 1fr;gap:16px;align-items:start;
  padding:20px 0;border-bottom:1px solid rgba(248,74,1,.15);
  font-size:15px;line-height:1.8;color:#3d1e0c;
}
.elementor section.s-fitfor .fitfor-list li:last-child{border-bottom:none;}
.elementor section.s-fitfor .fitfor-list .marker{
  display:flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;
  background:linear-gradient(135deg,var(--c-sun),var(--c-ember));
  color:#fff;font-family:var(--font-en);font-size:11px;
  box-shadow:0 6px 16px -4px rgba(248,74,1,.4);
}
.elementor section.s-fitfor .inclusive-note{
  margin:48px auto 0;padding:28px 24px;max-width:680px;
  background:linear-gradient(135deg,rgba(255,248,237,.8),rgba(255,224,111,.3));
  backdrop-filter:blur(20px);border:1px solid rgba(248,74,1,.2);
  border-radius:20px;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;
  box-shadow:0 20px 60px -20px rgba(248,74,1,.2);
}
.elementor section.s-fitfor .inclusive-icon{
  width:44px;height:44px;border-radius:50%;
  background:linear-gradient(135deg,var(--c-sun),var(--c-ember));
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:18px;flex-shrink:0;
  box-shadow:0 8px 20px -4px rgba(248,74,1,.4);
}
.elementor section.s-fitfor .inclusive-title{font-family:var(--font-display);font-size:16px;letter-spacing:.08em;color:#3d1e0c;margin-bottom:12px;line-height:1.6;}
.elementor section.s-fitfor .inclusive-text p{font-size:14px;line-height:1.95;color:#3d1e0c;margin:0 0 10px;}
.elementor section.s-fitfor .inclusive-sub{color:var(--c-mute)!important;font-size:13px!important;font-style:italic;margin-top:12px!important;padding-top:12px;border-top:1px dashed rgba(248,74,1,.2);}

/* ─── Pricing ─── */
.elementor section.s-pricing h2{color:#fff8ed!important;}
.elementor section.s-pricing .eyebrow{color:var(--c-sun)!important;}
.elementor section.s-pricing .pricing-card{
  background:rgba(255,248,237,.08);backdrop-filter:blur(20px);
  border:1px solid rgba(255,248,237,.2);border-radius:24px;
  padding:40px 28px;max-width:720px;margin:0 auto;text-align:center;
}
.elementor section.s-pricing .pricing-row{
  display:grid;grid-template-columns:auto 1fr;gap:20px;
  padding:18px 0;border-bottom:1px solid rgba(255,248,237,.15);
  text-align:left;
}
.elementor section.s-pricing .pricing-row:last-child{border-bottom:none;}
.elementor section.s-pricing .pricing-row .label{
  font-family:var(--font-en);font-size:10px;letter-spacing:.3em;
  color:rgba(255,248,237,.7);padding-top:4px;
}
.elementor section.s-pricing .pricing-row .value{
  font-family:var(--font-display);font-size:16px;letter-spacing:.05em;color:#fff8ed;
}
.elementor section.s-pricing .pricing-row .big{
  font-family:var(--font-en);font-size:36px;display:block;margin-bottom:4px;color:var(--c-sun);
}
.elementor section.s-pricing .warning-box{
  margin:40px auto;padding:24px;max-width:720px;
  border-left:2px solid var(--c-sun);
  background:rgba(255,224,111,.08);
  font-family:var(--font-display);font-size:15px;line-height:2;
  color:#fff8ed;text-align:left;
}
@media(min-width:768px){.elementor section.s-pricing .pricing-row{grid-template-columns:140px 1fr;gap:24px;}}
@media(max-width:767px){.elementor section.s-pricing .pricing-row{grid-template-columns:1fr;gap:6px;}}

/* ─── Form (Pricing) ─── */
.elementor section.s-pricing .elementor-form{max-width:720px;margin:40px auto 0;}
.elementor section.s-pricing .elementor-field-group > label,
.elementor section.s-pricing .elementor-field-label{
  font-family:var(--font-en)!important;letter-spacing:.2em!important;
  text-transform:uppercase;color:var(--c-sun)!important;
  font-size:11px!important;margin-bottom:8px!important;
}
.elementor section.s-pricing .elementor-field,
.elementor section.s-pricing select.elementor-field,
.elementor section.s-pricing textarea.elementor-field{
  background:rgba(255,248,237,.08)!important;
  border:1px solid rgba(255,224,111,.25)!important;
  border-radius:10px!important;color:#fff8ed!important;
  padding:14px 18px!important;
}
.elementor section.s-pricing .elementor-field::placeholder{color:rgba(255,248,237,.45);}
.elementor section.s-pricing .elementor-field:focus{
  border-color:var(--c-sun)!important;
  box-shadow:0 0 0 4px rgba(255,224,111,.12)!important;
}
.elementor section.s-pricing .elementor-field-type-radio label,
.elementor section.s-pricing .elementor-field-type-checkbox label,
.elementor section.s-pricing .elementor-field-type-acceptance label{
  color:#fff8ed!important;font-size:14px!important;
  text-transform:none!important;letter-spacing:0!important;
}

/* ─── FAQ ─── */
.elementor section.s-faq .elementor-toggle{max-width:720px;margin:0 auto;}
.elementor section.s-faq .elementor-toggle-item{
  border:none!important;border-top:1px solid rgba(248,74,1,.2)!important;
}
.elementor section.s-faq .elementor-toggle-item:last-child{border-bottom:1px solid rgba(248,74,1,.2)!important;}
.elementor section.s-faq .elementor-tab-title{
  padding:24px 0!important;
  font-family:var(--font-display)!important;font-size:16px!important;
  letter-spacing:.06em;color:#3d1e0c!important;
  background:transparent!important;border:none!important;
}
.elementor section.s-faq .elementor-tab-title.elementor-active{color:var(--c-ember)!important;}
.elementor section.s-faq .elementor-toggle-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;border:1px solid var(--c-ember);
  color:var(--c-ember);transition:all .4s ease;
}
.elementor section.s-faq .elementor-active .elementor-toggle-icon{background:var(--c-ember);color:#fff;transform:rotate(45deg);}
.elementor section.s-faq .elementor-tab-content{
  padding:0 0 24px!important;font-size:14px!important;line-height:2!important;
  color:var(--c-mute)!important;border:none!important;
}

/* ─── Closing ─── */
.elementor section.s-closing h2{color:#fff8ed!important;}
.elementor section.s-closing p{color:#fff8ed!important;}
.elementor section.s-closing .closing-emphasis{
  font-family:var(--font-display)!important;font-size:24px!important;
  color:var(--c-sun)!important;line-height:2.1;text-align:center;
}
.elementor section.s-closing .closing-copy{
  text-align:center;font-family:var(--font-display);
  font-size:18px;line-height:2.1;letter-spacing:.06em;
  color:#fff8ed;text-wrap:pretty;
}
.elementor section.s-closing .closing-banner{
  background:rgba(255,248,237,.08);backdrop-filter:blur(20px);
  border:1px solid rgba(255,248,237,.25);border-radius:20px;
  padding:32px 24px;margin:48px auto;max-width:360px;text-align:center;
}
.elementor section.s-closing .closing-banner .title-zh{
  font-family:var(--font-display);font-size:22px;letter-spacing:.3em;margin-bottom:12px;color:#fff8ed;
}
.elementor section.s-closing .closing-banner .meta{
  font-family:var(--font-en);font-size:12px;letter-spacing:.2em;opacity:.85;margin:4px 0;color:#fff8ed;
}

/* ════════════════════════════════════════════════════════════════
   Sticky Bottom CTA（黏性 CTA 按鈕）
   ════════════════════════════════════════════════════════════════ */
.ignite-sticky-cta{
  position:fixed;left:50%;bottom:24px;
  transform:translateX(-50%) translateY(120%);
  z-index:9999;
  width:calc(100% - 32px);max-width:420px;
  transition:transform .5s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.ignite-sticky-cta.visible{
  transform:translateX(-50%) translateY(0);
  pointer-events:auto;
}
.ignite-sticky-cta a{
  display:flex;align-items:center;justify-content:center;gap:12px;
  width:100%;padding:16px 24px;
  background:linear-gradient(100deg,#f84a01 0%,#ec7c82 60%,#ffba85 100%);
  color:#fff8ed!important;text-decoration:none;
  font-family:var(--font-body);font-weight:500;font-size:14px;
  letter-spacing:.12em;border-radius:999px;
  backdrop-filter:blur(20px);
  box-shadow:0 18px 50px -10px rgba(248,74,1,.65),inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .3s ease,box-shadow .3s ease;
}
.ignite-sticky-cta a:hover{transform:translateY(-3px);}
.ignite-sticky-cta .dot{
  width:8px;height:8px;border-radius:50%;background:var(--c-sun);
  box-shadow:0 0 12px var(--c-sun);
  animation:pulse 1.6s ease-in-out infinite;
}
.ignite-sticky-cta .arrow{transition:transform .3s ease;}
.ignite-sticky-cta a:hover .arrow{transform:translateX(4px);}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.4;transform:scale(1.3);}}


/* ─── Facilitator (修正版：單欄 + CSS Grid 佈局) ─── */
.elementor section.s-facilitator .fac-grid{
  max-width:880px;margin:0 auto;
  display:grid;grid-template-columns:1fr;gap:32px;
  align-items:center;text-align:center;
}
.elementor section.s-facilitator .fac-photo-wrap{display:flex;justify-content:center;}
.elementor section.s-facilitator .ruth-photo-img{
  width:100%;max-width:320px;aspect-ratio:9/16;
  object-fit:cover;object-position:center 25%;
  border-radius:18px;display:block;
  box-shadow:0 30px 80px -20px rgba(248,74,1,.4);
}
@media(min-width:768px){
  .elementor section.s-facilitator .fac-grid{
    grid-template-columns:280px 1fr;gap:48px;text-align:left;
  }
  .elementor section.s-facilitator .fac-photo-wrap{justify-content:flex-start;}
  .elementor section.s-facilitator .fac-bio{text-align:left;}
}/* End custom CSS */