/**
 * Stack / Themify 首頁：全幅主視覺、隱藏側欄與頁面標題
 * 僅在首頁或「首頁主視覺預覽」範本頁載入
 */

body.home,
body.page-template-page-hero-preview {
  /* 隱藏 Stack 頁面標題（截圖中的「首頁」） */
}

body.home .page-title-section,
body.home .themify-pageheader,
body.page-template-page-hero-preview .page-title-section,
body.page-template-page-hero-preview .themify-pageheader {
  display: none !important;
}

/* 側欄（Search、Recent Posts 等） */
body.home #sidebar,
body.home .sidebar,
body.home .widget-area,
body.page-template-page-hero-preview #sidebar,
body.page-template-page-hero-preview .sidebar,
body.page-template-page-hero-preview .widget-area {
  display: none !important;
}

/* Bootstrap 兩欄：側欄 col-md-4 */
body.home .col-md-4.sidebar,
body.page-template-page-hero-preview .col-md-4.sidebar {
  display: none !important;
}

body.home #content,
body.home .content-wrap,
body.page-template-page-hero-preview #content,
body.page-template-page-hero-preview .content-wrap {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

body.home .col-md-8,
body.page-template-page-hero-preview .col-md-8 {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}

/* 主視覺區塊：脫離內容欄寬度限制 */
body.home #hero-section,
body.page-template-page-hero-preview #hero-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 主視覺下方古騰堡內容 */
.omhere-home-below {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--theme_container_width, 1160px);
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 80px;
}
