.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-409edc0:#3C180C;--e-global-color-a06e78f:#9D7553;--e-global-color-3dea34d:#B44A24;--e-global-color-0ffcb8e:#DDDDDD;--e-global-color-c78221c:#FFFEF2;--e-global-color-48708cb:#222222;--e-global-color-715583c:#FEF6EC;--e-global-color-45542e3:#A87C6B;--e-global-color-0564027:#CCC2B0;--e-global-color-463a477:#CCC2B0;--e-global-typography-primary-font-family:"Philosopher";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Philosopher";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{color:var( --e-global-color-a06e78f );font-family:"Noto Serif TC", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-5 h3{color:var( --e-global-color-a06e78f );font-family:"Noto Serif TC", Sans-serif;font-size:26px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------------------------------------
   MEDICAL AESTHETIC GLOBAL STYLE (TYPOGRAPHY FOCUS)
   設計師：A | HTML/CSS：B | 色彩學：C
   目標：極致簡約、高級排版、高易讀性
   ------------------------------------------------------------
*/

/* 1. 引入精緻字體庫 (Google Fonts) */
/* Noto Serif TC: 提供優雅的襯線體 (適合大標題) */
/* Noto Sans TC: 提供現代簡潔的黑體 (適合內文) */
/* Playfair Display: 國際精品感英文字體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;600&family=Noto+Sans+TC:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Lato:wght@300;400&display=swap');

/* 2. 全局基礎設定 */
body {
    -webkit-font-smoothing: antialiased; /* 字體平滑化，增加精緻感 */
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.8; /* 醫美網站關鍵：充足的行高才有呼吸感 */
    letter-spacing: 0.05em; /* 微微張開字距 */
}

/* 3. 標題系統 (Heading System) */
/* H1 - 頁面大標，展現權威感 */
h1, .elementor-heading-title.elementor-size-xl {
    font-family: 'Playfair Display', 'Noto Serif TC', serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem !important;
}

/* H2 - 區塊標題，優雅與平衡 */
h2, .elementor-heading-title.elementor-size-large {
    font-family: 'Playfair Display', 'Noto Serif TC', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.4 !important;
    position: relative;
}

/* H3 - 小標題/功能標題 */
h3, .elementor-heading-title.elementor-size-medium {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.5 !important;
}

/* 4. 內文與段落 (Body & Paragraph) */
p, .elementor-text-editor {
    font-family: 'Lato', 'Noto Sans TC', sans-serif !important;
    font-weight: 300 !important; /* 輕量級字體在白底上更有高級感 */
    font-size: 16px;
    line-height: 2 !important; /* 加大行高到 2.0 */
    text-align: justify; /* 兩端對齊，讓文字塊邊緣整齊 */
    margin-bottom: 1.2rem !important;
}

/* 強調文字 */
b, strong {
    font-weight: 500 !important;
    letter-spacing: 0.02em;
}

/* 5. Elementor 特定元件優化 (Component Refinement) */

/* 按鈕 (Button) - 營造精品感 */
.elementor-button {
    font-family: 'Lato', 'Noto Sans TC', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.2em !important; /* 拉大按鈕字距 */
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border-radius: 0px !important; /* 醫美精品通常使用方角或微圓角 */
    padding: 15px 35px !important;
}

/* 列表 (Icon List) */
.elementor-icon-list-item {
    line-height: 1.8 !important;
    margin-bottom: 10px !important;
}

.elementor-icon-list-text {
    padding-left: 10px !important;
    font-weight: 300 !important;
}

/* 6. 修飾元素 (Decorative Details) */
/* 標題下方的小短線修飾 */
.hx-title-decoration::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: currentColor; /* 跟隨文字顏色 */
    margin: 20px auto;
}

/* 7. 響應式字體調整 (Mobile Optimization) */
@media (max-width: 767px) {
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    p { font-size: 15px !important; line-height: 1.8 !important; }
}

/* 8. 修正中文字體在特定瀏覽器下的渲染 */
:lang(zh-Hant) {
    word-break: break-all;
    overflow-wrap: break-word;
}/* End custom CSS */