/* ===== 工具類樣式 ===== */

/* 錨點偏移工具類 */
.anchor-offset {
    scroll-margin-top: calc(var(--header-h) + 16px);
}

.anchor-offset-large {
    scroll-margin-top: calc(var(--header-h) + 32px);
}

/* 移除所有內容區域的 margin-top，讓內容自然往下排 */
main,
.main-content,
.content-area,
.page-content,
.single-post-content,
.archive-content,
.search-content,
.content-layout {
    margin-top: 0 !important;
}

/* 首頁 Hero Slider 使用小間距 */
.home .hero-slider {
    margin-top: var(--space-sm);
}

