@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("../aos/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Playfair+Display:ital,wght@1,500;1,600&display=swap");
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:0.875rem; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size:0.75rem;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
.editor{ padding:50px 0 20px 0; font-size:1rem; line-height:1.875; }

/*連結*/
a{ color:#000000;text-decoration:none; }
a:hover{ color:#506267; }

/*表格*/
#css-table { display:table; width:100%; }
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size:0.875rem;color:#121212;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:0.8125rem;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:0.75rem;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

/* ============================================ 表單提交遮罩 ============================================ */
.upload-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.upload-overlay-inner {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    min-width: 260px;
}
.upload-overlay-spinner {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
    border-top-color: #396393;
    margin: 0 auto 10px auto;
    -webkit-animation: upload-spin 0.8s linear infinite;
    animation: upload-spin 0.8s linear infinite;
}
.upload-overlay-text { font-size: 0.875rem; color: #333333; }
@-webkit-keyframes upload-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes upload-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ============================================================================
   Header + Banner + Sidenav  (Eden BODY脈 視障按摩)
   ============================================================================ */

body { color:#4a3526; font-family: "Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif; letter-spacing:.5px; }

#wrapper { width:100%; overflow:visible; }

/* ----- Header ----- */
#header {
    position:relative;
    width:100%;
    background: #fffbf4;
    z-index:50;
}
#header .wrap {
    max-width: 1250px;
    margin:0 auto;
    padding: 14px 30px 0px;
    display:flex;
    align-items:center;
    gap:24px;
}
.header-logo {
    display:flex; align-items:center; gap:14px;
    color:#4a3526; text-decoration:none; flex-shrink:0;
}
.header-logo img {
    height:54px; width:auto; display:block;
    padding-right:14px; border-right:1px solid #d9cfc0;
}
.header-logo-text {display:flex;flex-direction:column;line-height:1.5;}
.header-logo-text .logo-line-1 {font-size: 1.25rem;font-weight:500;color: #6a3906;letter-spacing: 2px;}
.header-logo-text .logo-line-2 {font-size:1.25rem;font-weight: 500;color: #6a3906;letter-spacing: 2px;}

.header-nav-group {
    display:grid;
    grid-template-columns:auto auto;
    grid-template-rows:auto auto;
    column-gap: 30px;
    row-gap: 20px;
    margin-left:auto;
    flex-shrink:0;
    align-items:center;
}
.fb-link {
    grid-column:2;
    grid-row:1;
    justify-self:end;
}
#menu {
    grid-column:1;
    grid-row:2;
    display:flex;
    align-items:center;
    flex-shrink:0;
}
.inquiry-btn {
    grid-column:2;
    grid-row:2;
    justify-self:end;
}
.menu-list { display:flex; align-items:center; gap:32px; margin:0; padding:0; list-style:none; }
.menu-list > li { position:relative; }
.menu-list > li > a {
    position:relative;
    display:inline-block;
    padding:0 2px;
    font-size:1rem;
    line-height:1.5;
    color: #59493f;
    text-decoration:none;
    transition:color .2s ease;
}
.menu-list > li > a:hover { color:#5a9046; }

/* 主選單 hover 雙愛心 */
.menu-list > li > a::before {
    content:"";
    position:absolute; top:-26px; left:50%;
    width:34px; height:26px;
    transform:translateX(-50%);
    background:url("../../images/menu-heart.png") no-repeat center/contain;
    opacity:0; visibility:hidden;
    transition:opacity .25s ease, visibility .25s ease;
    pointer-events:none; z-index:5;
}
.menu-list > li:hover > a::before {
    opacity:1; visibility:visible;
}

.menu-list .submenu {
    position:absolute; top:100%; left:50%; transform:translateX(-50%) translateY(10px);
    min-width:170px; padding:8px 0; margin:0;
    background:#fff; border:1px solid #f1e7d6; border-radius:8px;
    box-shadow:0 8px 24px rgba(91,66,51,.08);
    list-style:none; opacity:0; visibility:hidden;
    transition:opacity .2s ease, transform .2s ease, visibility .2s;
    z-index:60;
}
.menu-list .has-submenu:hover .submenu {
    opacity:1; visibility:visible; transform:translateX(-50%) translateY(0);
}
.menu-list .submenu li { list-style:none; }
.menu-list .submenu a {
    display:block; padding:10px 18px; font-size:0.875rem; color:#5b4233;
    text-decoration:none; white-space:nowrap;
}
.menu-list .submenu a:hover { background:#fdf3e6; color:#e78b3d; }

.fb-link {
    display:inline-flex;
    align-items:center;
    gap: 6px;
    padding: 0 5px 0 0px;
    color: #59493f;
    font-size: 0.9375rem;
    font-weight:500;
    text-decoration:none;
    white-space:nowrap;
    transition:color .2s ease;
}
.fb-link i {
    color:#fff;
    background: #6f9036;
    font-size: 0.9375rem;
    line-height:1.5;
    width: 27px;
    height: 27px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:background .2s ease;
}
.fb-link:hover { color:#e78b3d; }
.fb-link:hover i { background:#4a7c2c; }

.inquiry-btn {
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 13px 28px;
    border-radius:999px;
    background: linear-gradient(135deg,#ee6f07 0%,#e67a26 100%);
    color:#fff;
    font-size: 1rem;
    font-weight:500;
    text-decoration:none;
    border: 3px solid #f7ca6d;
    /* box-shadow:0 4px 12px rgba(230,122,38,.25); */
    transition:transform .2s ease, box-shadow .2s ease;
}
.inquiry-btn:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(230,122,38,.35); color:#fff; }
.inquiry-btn i { font-size:0.875rem; }

#menu-bar {
    display:none; cursor:pointer; font-size:1.5rem; color:#5b4233;
    margin-left:auto; padding:6px 10px;
}

/* ----- Banner ----- */
#home_banner {
    position:relative; width:100%;
    overflow:hidden;
    background-color:#fdf8f1;
}
.banner-wave-mask {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:10;
    line-height:1.5;
    pointer-events:none;
}
.banner-wave-mask img {
    width:100%;
    height:auto;
    display:block;
}
.banner-slider {
    margin:0; padding:0; list-style:none;
}
.banner-slider li { display:none; }
.banner-slider li.active { display:block; }
.banner-slider img {
    width:100%; height:auto; display:block; vertical-align:top;
}
.banner-cta {
    position:absolute;
    left: 16%;
    right: 0;
    bottom: 20%;
    z-index:15;
    pointer-events:none;
}
.banner-cta-inner {
    max-width:1400px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}
.banner-cta .btn-site {
    pointer-events:auto;
}

@media (max-width: 1024px) {
    .banner-cta .btn-site {
        min-width:180px;
        gap:14px;
        padding:12px 18px 12px 24px;
        font-size:0.9375rem;
    }
    .banner-cta .btn-site-icon {
        width:24px; height:24px;
        font-size:0.75rem;
    }
}

@media (max-width: 768px) {
    .banner-cta .btn-site {
        min-width:0;
        width:auto;
        gap:10px;
        padding:10px 14px 10px 18px;
        font-size:0.875rem;
        letter-spacing:.5px;
        box-shadow:0 3px 10px rgba(74,124,44,.2);
    }
    .banner-cta .btn-site-icon {
        width:22px; height:22px;
        font-size:0.6875rem;
    }
}

@media (max-width: 480px) {
    .banner-cta { display:none; }
}

/* ----- Sidenav (mobile) — 對齊參考版面 pattern ----- */
.bg-overlay {
    display:block; position:fixed; left:0; top:0;
    width:100%; height:100%; background:rgba(0,0,0,.7);
    opacity:0; visibility:hidden; z-index:9998;
    transition:opacity .2s ease, visibility .2s;
}
.bg-overlay.visible { opacity:1; visibility:visible; }

.sidenav {
    display:flex; flex-direction:column;
    width:0; height:100%; position:fixed; z-index:9999;
    top:0; right:0; overflow:hidden;
    background:#fff;
    box-shadow:0 4px 8px rgba(0,0,0,.2), 0 6px 20px rgba(0,0,0,.19);
    transition:width .2s ease;
}
.sidenav .closebtn {
    font-size: 1.75rem;
    position:absolute;
    top: 30px;
    right:10px;
    color:#5a9046;
    text-decoration:none;
}
.sidenav .closebtn:hover { color:#e78b3d; }
.sidenav .head {
    width:100%; position:relative; overflow:hidden;
    height:90px; padding:15px 0 15px 5px;
    border-top:3px solid #5a9046;
    border-bottom:1px solid #ebebeb;
    background:#fff; flex-shrink:0;
}
.sidenav .head img { max-width:259px; max-height:60px; width:auto; height:auto; }
.sidenav .menu-top { flex:1; overflow-y:auto; overflow-x:hidden; }

.sidenav .menu-bottom {
    width:100%; flex-shrink:0;
    background:#ebebeb;
    padding:20px 0 10px;
    display:flex; align-items:flex-end; justify-content:center;
}
.sidenav .menu-bottom .copyright {
    text-align:center; color:#939797;
    line-height:1.5; padding:20px 10px; font-size:0.75rem;
}
.sidenav .menu-bottom .copyright a { color:#939797; text-decoration:none; }
.sidenav .menu-bottom .copyright a:hover { text-decoration:underline; }

/* 主選單項目：左側色條 + 底部分隔線 */
#ajax-sidenav > div {
    position:relative; width:100%;
    border-left:5px solid #5a9046;
    border-bottom:1px solid #ebebeb;
    color:#000; padding:15px 25px; line-height:1.5;
    box-sizing:border-box; cursor:pointer;
    font-size:0.875rem; letter-spacing:3px;
}
#ajax-sidenav > div a {
    color:#000; text-decoration:none; font-size:0.875rem;
}
#ajax-sidenav > div:hover a { color:#5a9046; }
#ajax-sidenav > div i {
    position:absolute; right:15px; top:17px; color:#5b4233;
}
#ajax-sidenav .sidenav-fb-item a.fb-link {
    display:inline-flex; align-items:center; gap:6px;
    color:#5b4233; font-size:0.875rem; font-weight:500;
    letter-spacing:1px;
}
#ajax-sidenav .sidenav-fb-item a.fb-link i {
    position:static;
    color:#fff; background:#5a9046;
    font-size:0.75rem; line-height:1.5;
    width:22px; height:22px; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    margin-right:0;
}
#ajax-sidenav .sidenav-fb-item:hover a.fb-link { color:#e78b3d; }
#ajax-sidenav .sidenav-fb-item:hover a.fb-link i { background:#4a7c2c; }

/* 子選單：預設隱藏，展開後顯示圓點符號 */
.submenu-nav {
    width:100%; overflow:hidden; display:none;
    background:#fff;
}
.submenu-nav div {
    position:relative; font-size:0.875rem; background:#fff;
    line-height:1.5; border-bottom:1px solid #ebebeb !important;
    padding:18px 30px 18px 55px !important;
    cursor:pointer; box-sizing:border-box;
}
.submenu-nav div:before {
    position:absolute; left:30px; top:20px;
    font-family:"Font Awesome 5 Free"; font-weight:900;
    content:"\f111"; color:#e2e2e2;
}
.submenu-nav div a {
    font-size:0.875rem !important; color:#000 !important; text-decoration:none;
}
.submenu-nav div a:hover { color:#5a9046 !important; }
.submenu-nav.layer2 div { padding:18px 30px 18px 55px !important; }

/* ----- RWD ----- */
@media (max-width: 1100px) {
    .menu-list { gap:24px; }
    .menu-list > li > a { font-size:0.9375rem; }
}

@media (max-width: 900px) {
    #header .wrap { padding:12px 18px 6px; gap:12px; }
    .header-nav-group { display:none; }
    #menu-bar { display:inline-flex; align-items:center; }
    .header-logo img { height:44px; }
    .header-logo-text .logo-line-1 { font-size:0.8125rem; }
    .header-logo-text .logo-line-2 { font-size:0.6875rem; }
}

@media (max-width: 480px) {
    .header-logo-text {/* display:none; */}
}

/* ============================================================================
   全站區塊大標題（Service / 中文主標 / Slogan）
   ============================================================================ */
.site-section-label {
    margin:0 0 6px;
    font-family:"Caveat","Segoe Script","Comic Sans MS",cursive;
    font-size: 1.5rem;
    font-weight:600;
    line-height:1.5;
    color: #6a3906;
    letter-spacing:1px;
}
.site-section-title {
    margin:0 0 22px;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size: 1.875rem;
    font-weight: normal;
    line-height:1.5;
    color: #6f9036;
    letter-spacing:2px;
}
.site-section-slogan {
    max-width:820px;
    margin:0 auto;
    font-size:0.9375rem;
    line-height:1.9;
    color: #7e6b5a;
    letter-spacing:.5px;
}
.site-section-slogan p {margin: 0 0 1px;}
.site-section-slogan p:last-child { margin-bottom:0; }

/* 全站共用：內頁區塊標題（半圓 halo + 愛心主標 + slogan + 分隔線） */
.site-inner-head {
    text-align:center;
    margin:0 auto 48px;
    max-width: 1000px;
}
.site-inner-head-halo {
    position:relative;
    width:320px;
    max-width:100%;
    height:118px;
    margin:0 auto 4px;
    background:url("../../images/service-halo-bg.png") no-repeat center bottom;
    background-size:contain;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding-bottom:10px;
    box-sizing:border-box;
}
.site-inner-head-label {
    margin:0;
    font-family:"Caveat","Segoe Script","Comic Sans MS",cursive;
    font-size:2.625rem;
    font-weight:600;
    line-height:1.5;
    color:#6a3906;
    letter-spacing:1px;
}
.site-inner-head-title {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0 0 20px;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size: 1.875rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.site-inner-head-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.site-inner-head-slogan {
    margin:0 auto 32px;
    max-width:720px;
    font-size:0.9375rem;
    /* font-weight:700; */
    line-height:1.9;
    color: #7e6b5a;
    letter-spacing:.5px;
}
.site-inner-head-slogan p { margin:0 0 4px; }
.site-inner-head-slogan p:last-child { margin-bottom:0; }
.site-inner-head-divider {
    display:block;
    width:100%;
    max-width: 1200px;
    height: 3px;
    margin:0 auto;
    border:0;
    background: #f9caa2;
}

/* 全站區塊大標題：英文＋中文同一行（關於我們等） */
.site-section-heading {
    display:flex; flex-wrap:wrap; align-items:baseline;
    gap:8px 18px; margin:0 0 26px;
    text-align:left;
}
.site-section-heading-en {
    font-family:"Playfair Display","Noto Serif TC",Georgia,serif;
    font-size:2.375rem; font-weight:500; font-style:italic;
    line-height:1.5; color:#8b5e3c; letter-spacing:.5px;
}
.site-section-heading-zh {
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:2.5rem; font-weight:700; line-height:1.5;
    color:#4a7c2c; letter-spacing:2px;
}

/* 全站共用按鈕（詳細介紹、瞭解更多等） */
.btn-site {
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-width: 200px;
    max-width:100%;
    padding:14px 22px 14px 32px;
    border-radius:999px;
    background: #6f9036;
    color:#fff;
    font-size:1rem;
    font-weight:500;
    letter-spacing:1px;
    text-decoration:none;
    box-shadow:0 4px 14px rgba(74,124,44,.22);
    transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.btn-site:hover {
    background:#3d6a24; color:#fff;
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(74,124,44,.3);
}
.btn-site-text { flex:1; text-align:center; white-space:nowrap; }
.btn-site-icon {
    display:inline-flex; align-items:center; justify-content:center;
    width:28px; height:28px; flex-shrink:0;
    font-size:0.8125rem;
}

/* ----- 首頁：客製化專業按摩服務 ----- */
.home-service-section {
    width:100%;
    background: #fffbf4;
    padding:72px 24px 88px;
}
.home-service-inner {
    max-width:1400px; margin:0 auto;
    text-align:center;
}
.home-service-head { margin-bottom:56px; }

.home-service-grid {
    display:flex; flex-wrap:wrap;
    justify-content:center; align-items:flex-start;
    gap:24px 40px;
}
.home-service-item {
    position:relative;
    flex:1 1 280px; max-width:340px;
    padding:28px 20px 32px;
    box-sizing:border-box;
}
.home-service-halo {
    position:absolute;
    left:50%; top:50%;
    z-index:0;
    width:300px; max-width:280px; height:230px;
    transform:translate(-50%, -28%);
    background:url("../../images/service-halo-bg.png") no-repeat center center;
    background-size:100% auto;
    opacity:0;
    transition:opacity .35s ease;
    pointer-events:none;
}
.home-service-item:hover .home-service-halo {
    opacity:1;
}
.home-service-icon {
    position:relative; z-index:1;
    width:120px; height:120px;
    margin:0 auto 16px;
    display:flex; align-items:center; justify-content:center;
    overflow:visible;
}
.home-service-icon img {
    position:relative; z-index:1;
    width:100%; height:100%; object-fit:contain; display:block;
}
.home-service-name {
    position:relative;
    z-index:1;
    margin:0 0 12px;
    font-size:1.25rem;
    font-weight:700;
    color: #6a3906;
    letter-spacing:1px;
}
.home-service-desc {
    position:relative;
    z-index:1;
    margin:0 auto;
    max-width:280px;
    font-size:0.875rem;
    line-height:1.85;
    color: #a6937c;
}

@media (max-width: 900px) {
    .home-service-section {padding: 30px 20px 0px;}
    .site-section-label { font-size:2.25rem; }
    .site-section-title { font-size:1.75rem; margin-bottom:18px; }
    .site-section-slogan { font-size:0.875rem; }
    .home-service-head { margin-bottom:40px; }
    .home-service-grid {gap: 10px;}
    .home-service-item {flex:1 1 100%;max-width:400px;padding: 10px 0px;}
    .home-service-halo { max-width:260px; height:210px; transform:translate(-50%, -26%); }
}

@media (max-width: 480px) {
    .site-section-label { font-size:2rem; }
    .site-section-title { font-size:1.5rem; letter-spacing:1px; }
    .home-service-icon { width:100px; height:100px; }
    .home-service-halo { max-width:240px; height:190px; transform:translate(-50%, -24%); }
}

/* ----- 首頁：關於我們 ----- */
.home-about-section {
    position:relative;
    width:100%;
    background: #fef5ec;
    padding:0;
    overflow:visible;
    z-index:1;
}
.home-about-top-bg {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:2;
    line-height:1.5;
    pointer-events:none;
}
.home-about-top-bg img {
    width:100%;
    height:auto;
    display:block;
}
.home-about-inner {
    position:relative;
    z-index:1;
    max-width:1400px; margin:0 auto;
    padding:80px 24px 88px;
    display:flex; align-items:center;
    gap:48px 56px;
}
.home-about-media {
    flex:0 0 44%; max-width:520px;
}
.home-about-media img {
    width:100%;
    max-width: 500px;
    margin: 0 auto;
    height:auto;
    display:block;
    /* border-radius:16px; */
    /* box-shadow:0 8px 28px rgba(91,66,51,.08); */
}
.home-about-content {
    flex:1;
    min-width:0;
    text-align:left;
    max-width: 600px;
}
.home-about-heading {
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:8px 18px;
    margin:0 0 26px;
    text-align:left;
}
.home-about-heading .site-section-label,
.home-about-heading .site-section-title {
    margin:0;
}
.home-about-lead {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight:700;
    line-height:1.5;
    color: #95522b;
    letter-spacing:1px;
}
.home-about-highlight {
    margin:0 0 22px;
    font-size: 0.9375rem;
    font-weight:700;
    line-height:1.6;
    color: #ca5738;
    letter-spacing:.5px;
}
.home-about-body {
    font-size: 1rem;
    line-height:1.95;
    color: #7e6b5a;
    letter-spacing:.3px;
}
.home-about-body p { margin:0 0 16px; }
.home-about-body p:last-child { margin-bottom:0; }
.home-about-action {
    margin-top:32px; text-align:right;
}

@media (max-width: 900px) {
    .home-about-inner {
        flex-direction:column;
        padding:56px 20px 64px;
        gap:32px;
    }
    .home-about-media {flex:0 0 auto;width:100%;max-width:100%;}
    .home-about-lead { font-size:1.25rem; }
    .home-about-highlight { font-size:1rem; }
    .home-about-action { text-align:center; }
    .btn-site { min-width:200px; }
}

@media (max-width: 480px) {
    .home-about-lead { font-size:1.125rem; }
    .btn-site {
        width:100%; min-width:0;
        padding:12px 18px 12px 24px;
    }
}

/* ----- 首頁：按摩據點 ----- */
.home-location-section {
    position:relative;
    width:100%;
    background:#fffbf4;
    padding:0;
    overflow:visible;
    z-index:4;
}
.home-location-top-bg {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:2;
    line-height:1.5;
    pointer-events:none;
}
.home-location-top-bg img {
    width:100%;
    height:auto;
    display:block;
}
.home-location-carousel-zone {
    position:relative;
    max-width:1400px;
    margin:0 auto 48px;
    overflow:visible;
}
.home-location-deco {
    position:absolute;
    top:46%;
    z-index:1;
    pointer-events:none;
    line-height:1.5;
    transform:translateY(-50%);
    animation:homeLocationFloat 3.6s ease-in-out infinite;
    will-change:transform;
}
.home-location-deco--right { animation-delay:.25s; }
.home-location-deco--left { animation-delay:0s; }
.home-location-deco img {
    display:block;
    width:100%;
    height:auto;
}
.home-location-deco img { transform:translateZ(0); }

@keyframes homeLocationFloat {
    0%, 100% { transform:translateY(-52%); }
    50% { transform:translateY(-48%); }
}

@media (prefers-reduced-motion: reduce) {
    .home-location-deco { animation:none; }
}
.home-location-deco--left {
    right:calc(100% - 64px);
    width:clamp(300px, 38vw, 520px);
}
.home-location-deco--right {
    left:calc(100% - 64px);
    width:clamp(320px, 40vw, 560px);
}
.home-location-inner {
    position:relative;
    z-index:2;
    overflow:visible;
    max-width:1400px;
    margin:0 auto;
    padding: 100px 24px 88px;
    text-align:center;
}
.home-location-head { margin-bottom:48px; }

.home-location-carousel-wrap {
    position:relative;
    z-index:3;
    max-width:1400px;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
    --location-nav-offset:56px;
}
/* 可視區域：僅顯示左右箭頭之間的內容 */
.home-location-carousel-viewport {
    margin:0 var(--location-nav-offset);
    overflow:hidden;
    position:relative;
}
.home-location-nav {
    position:absolute;
    top:50%;
    z-index:25;
    width: 45px;
    height: 45px;
    margin:0;
    padding:0;
    border:none;
    border-radius:50%;
    background:#4a7c2c;
    color:#fff;
    font-size:1.125rem;
    line-height:1.5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 14px rgba(74,124,44,.28);
    transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.home-location-nav--prev {
    left:var(--location-nav-offset);
    transform:translate(-50%, -50%);
}
.home-location-nav--next {
    right:var(--location-nav-offset);
    transform:translate(50%, -50%);
}
.home-location-nav--prev:hover {
    background:#3d6a24;
    transform:translate(-50%, -50%) scale(1.04);
    box-shadow:0 6px 18px rgba(74,124,44,.35);
}
.home-location-nav--next:hover {
    background:#3d6a24;
    transform:translate(50%, -50%) scale(1.04);
    box-shadow:0 6px 18px rgba(74,124,44,.35);
}

#home_location_owl.owl-carousel {
    display:block;
    width:100% !important;
    margin:0;
}
#home_location_owl .owl-wrapper-outer {
    overflow:hidden;
}
#home_location_owl .owl-wrapper,
#home_location_owl .owl-item {
    box-sizing:border-box;
}
#home_location_owl .owl-item {padding: 0px 8px;}
#home_location_owl .owl-pagination { display:none !important; }

.home-location-slide {
    height:100%;
    box-sizing:border-box;
    padding:20px 4px;
}
.home-location-card {
    background:#fff;
    border-radius:20px;
    box-shadow: 0 8px 10px rgba(91,66,51,.1);
    overflow:hidden;
    text-align:left;
    height:100%;
    display:flex;
    flex-direction:column;
    position:relative;
    z-index:1;
}
.home-location-card-head {
    display:flex;
    align-items:center;
    gap:10px;
    padding:16px 20px;
    background: linear-gradient(180deg, #f58330 0%, #e86b3a 100%);
    color:#fff;
}
.home-location-card-head i {
    font-size:1.25rem; flex-shrink:0;
    opacity:.95;
}
.home-location-card-name {
    margin:0;
    font-size:1.125rem; font-weight:700;
    letter-spacing:.5px;
    line-height:1.5;
}
.home-location-card-body {
    flex:1;
    padding:20px 20px 12px;
}
.home-location-row {
    display:flex; align-items:flex-start; gap:12px;
    margin-bottom:14px;
    font-size:0.875rem; line-height:1.65; color:#4a3f36;
}
.home-location-row:last-child { margin-bottom:0; }
.home-location-row-label {
    flex:0 0 auto;
    min-width:72px;
    padding:4px 12px;
    border-radius:999px;
    background:#f5ebe0;
    font-size:0.8125rem; font-weight:600;
    color:#6b5344;
    text-align:center;
    white-space:nowrap;
}
.home-location-row-value {
    flex:1; min-width:0;
    padding-top:2px;
}
.home-location-intro {
    margin:0;
    font-size:0.875rem;
    line-height:1.65;
    color:#4a3f36;
    letter-spacing:.3px;
}
.home-location-card-foot {
    padding:8px 20px 20px;
    text-align:right;
}
.btn-location-map {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding: 12px 20px;
    border-radius:999px;
    background:#4a7c2c;
    color:#fff;
    font-size:0.875rem;
    font-weight:500;
    letter-spacing:.5px;
    text-decoration:none;
    box-shadow:0 3px 12px rgba(74,124,44,.22);
    transition:background .25s ease, transform .25s ease;
}
.btn-location-map:hover {
    background:#3d6a24; color:#fff;
    transform:translateY(-2px);
}
.btn-location-map i { font-size:0.875rem; }

.home-location-action {
    display:flex; justify-content:center;
}

@media (max-width: 1024px) {
    .home-location-inner {padding: 56px 0px 64px;}
    .home-location-deco--left { width:clamp(220px, 32vw, 380px); }
    .home-location-deco--right { width:clamp(240px, 34vw, 420px); }
    .home-location-carousel-wrap {
        max-width:560px;
        margin-bottom:0;
        --location-nav-offset:50px;
    }
    .home-location-nav { width:46px; height:46px; font-size:1rem; }
}

@media (max-width: 900px) {
    .home-location-deco { display:none; }
}

@media (max-width: 600px) {
    .home-location-carousel-wrap {
        max-width:100%;
        --location-nav-offset:44px;
    }
    .home-location-nav { width:42px; height:42px; }
    .home-location-slide { padding:16px 2px; }
    .home-location-card-name { font-size:1rem; }
    .home-location-row {
        flex-direction:column; gap:6px;
        margin-bottom:16px;
    }
    .home-location-row-label {
        align-self:flex-start;
        min-width:0;
    }
}

@media (max-width: 480px) {
    .home-location-head { margin-bottom:36px; }
    .home-location-carousel-wrap {
        margin-bottom:32px;
        --location-nav-offset:40px;
    }
    .home-location-nav { width:38px; height:38px; font-size:0.875rem; }
    .home-location-slide { padding:14px 0; }
    .home-location-card-body { padding:16px 16px 10px; }
    .home-location-card-foot { padding:8px 16px 16px; }
}

/* ----- 首頁：支持文案 + 合作廠商 ----- */
.home-partner-section {
    width:100%;
    background: #fef5ec;
    position:relative;
    z-index:5;
    overflow:visible;
}
.home-partner-top-bg {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:2;
    line-height:1.5;
    pointer-events:none;
}
.home-partner-top-bg img {
    width:100%;
    height:auto;
    display:block;
}
.home-partner-inner {
    position:relative;
    z-index:3;
    max-width:1400px; margin:0 auto;
    padding:96px 24px 80px;
}
.home-partner-support {
    display:flex; align-items:center; justify-content:center;
    gap:24px 40px;
    margin-bottom:64px;
    text-align:center;
    position:relative;
}
.home-partner-support-leaf,
.home-partner-support-heart {
    flex:0 0 auto;
    line-height:1.5;
}
.home-partner-support-leaf {
    max-width:clamp(160px, 18vw, 240px);
}
.home-partner-support-heart {
    position:relative;
    z-index:4;
    max-width:clamp(180px, 20vw, 280px);
    margin-top:-72px;
    align-self:center;
}
.home-partner-support-leaf img,
.home-partner-support-heart img {
    width:100%; height:auto; display:block;
}
.home-partner-support-text {
    flex:1 1 420px; max-width:520px; min-width:0;
    padding-top:12px;
}
.home-partner-support-title {
    margin:0 0 18px;
    font-size:1.75rem;
    font-weight:700;
    line-height:1.5;
    color: #ca5738;
    letter-spacing:1px;
}
.home-partner-support-desc {
    margin:0 0 8px;
    font-size:0.9375rem;
    line-height:1.9;
    color: #7e6b5a;
    letter-spacing:.3px;
}
.home-partner-support-desc:last-child { margin-bottom:0; }

.home-partner-carousel-block { text-align:center; }
.home-partner-head { margin-bottom:40px; }

.home-partner-carousel-wrap {
    position:relative;
    max-width:1400px;
    margin:0 auto;
    padding:0;
}
.home-partner-carousel-viewport {
    margin:0 56px;
    overflow:hidden;
}
.home-partner-nav {
    position:absolute;
    top:50%;
    z-index:20;
    width: 45px;
    height: 45px;
    margin:0;
    padding:0;
    border:none;
    border-radius:50%;
    background:#4a7c2c;
    color:#fff;
    font-size:1.125rem;
    line-height:1.5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    box-shadow:0 4px 14px rgba(74,124,44,.28);
    transition:background .25s ease, transform .25s ease;
}
.home-partner-nav:hover {
    background:#3d6a24;
    transform:translateY(-50%) scale(1.04);
}
.home-partner-nav--prev { left:0; }
.home-partner-nav--next { right:0; }

#home_partner_owl.owl-carousel { display:block; width:100% !important; }
#home_partner_owl .owl-wrapper-outer { overflow:hidden; }
#home_partner_owl .owl-item { padding:0 8px; box-sizing:border-box; }
#home_partner_owl .owl-pagination { display:none !important; }

.home-partner-slide { height:100%; box-sizing:border-box; }
.home-partner-card {
    background:#fff;
    border-radius:16px;
    box-shadow: 0 6px 10px rgba(91,66,51,.1);
    padding:16px 20px;
    height:104px;
    min-height:104px;
    max-height:104px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home-partner-card-logo {
    width:100%;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home-partner-card-logo img {
    width:auto;
    height:72px;
    max-width:100%;
    max-height:72px;
    object-fit:contain;
    display:block;
}

@media (max-width: 1024px) {
    .home-partner-inner { padding:80px 20px 64px; }
    .home-partner-support {
        gap:20px 28px;
        margin-bottom:48px;
    }
    .home-partner-support-leaf { max-width:clamp(140px, 16vw, 200px); }
    .home-partner-support-heart {
        max-width:clamp(150px, 18vw, 220px);
        margin-top:-56px;
    }
    .home-partner-support-title { font-size:1.5rem; }
    .home-partner-carousel-wrap { max-width:720px; }
    .home-partner-carousel-viewport { margin:0 50px; }
    .home-partner-nav { width:46px; height:46px; font-size:1rem; }
}

@media (max-width: 768px) {
    .home-partner-support {
        flex-wrap:wrap;
        justify-content:center;
    }
    .home-partner-support-leaf { order:1; max-width:120px; }
    .home-partner-support-heart {
        order:2;
        max-width:130px;
        margin-top:-32px;
    }
    .home-partner-support-text {
        order:3; flex:1 1 100%; max-width:100%;
        padding-top:0;
    }
    .home-partner-support-leaf,
    .home-partner-support-heart {
        flex:0 0 42%;
    }
}

@media (max-width: 600px) {
    .home-partner-carousel-wrap { max-width:100%; }
    .home-partner-carousel-viewport { margin:0 44px; }
    .home-partner-nav { width:42px; height:42px; }
    .home-partner-card { height:96px; min-height:96px; max-height:96px; padding:14px 16px; }
    .home-partner-card-logo,
    .home-partner-card-logo img { height:68px; max-height:68px; }
}

@media (max-width: 480px) {
    .home-partner-inner { padding:72px 16px 56px; }
    .home-partner-support-title { font-size:1.375rem; }
    .home-partner-support-desc { font-size:0.875rem; }
    .home-partner-carousel-viewport { margin:0 40px; }
    .home-partner-nav { width:38px; height:38px; font-size:0.875rem; }
}

/* ----- 全站 Footer ----- */
.site-footer {
    width:100%;
    background:#fff;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
}
.site-footer-inner {
    max-width:1400px;
    margin:0 auto;
    padding: 48px 24px 44px;
    box-sizing:border-box;
}
.site-footer-main {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px 48px;
}
.site-footer-logos {
    display:flex;
    align-items:center;
    gap: 20px;
    flex:1 1 auto;
    min-width:0;
}
.site-footer-brand {
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#5b4233;
    flex-shrink:0;
}
.site-footer-brand img {
    height:64px;
    width:auto;
    display:block;
    padding-right: 0px;
    /* border-right:1px solid #d9cfc0; */
}
.site-footer-brand-text {
    display:flex;
    flex-direction:column;
    line-height:1.5;
}
.site-footer-brand-text .logo-line-1 {
    font-size:1.25rem;
    font-weight:500;
    color:#6a3906;
    letter-spacing:2px;
}
.site-footer-brand-text .logo-line-2 {
    font-size:1.25rem;
    font-weight:500;
    color:#6a3906;
    letter-spacing:2px;
}
.site-footer-brand-divider {
    width:1px;
    height:72px;
    background:#d9cfc0;
    flex-shrink:0;
}
.site-footer-sub-logo {
    flex:0 1 auto;
    min-width:0;
}
.site-footer-sub-logo img {
    /* height:78px; */
    width:auto;
    max-width: 230px;
    display:block;
    object-fit:contain;
}
.site-footer-contact {
    flex: 0 1 470px;
    text-align:left;
}
.site-footer-fb {
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:22px;
    color:#5b4233;
    font-size:0.9375rem;
    font-weight:500;
    text-decoration:none;
    letter-spacing:.5px;
}
.site-footer-fb i {
    color:#fff;
    background:#5a9046;
    font-size:0.875rem;
    width:28px;
    height:28px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.site-footer-fb:hover { color:#e78b3d; }
.site-footer-contact-line {
    margin: 0 0 5px;
    font-size:1rem;
    line-height:1.65;
    color:#a0522d;
    letter-spacing:.3px;
}
.site-footer-contact-line:last-child { margin-bottom:0; }
.site-footer-contact-label {font-weight:500;color: #ca5738;}
.site-footer-contact-sep {
    margin:0 6px;
    color:#c49a7a;
}
.site-footer-contact-value {
    color:#a0522d;
    text-decoration:none;
}
a.site-footer-contact-value:hover { color:#e78b3d; text-decoration:underline; }

.site-footer-copyright {
    width:100%;
    background: #f1efeb;
}
.site-footer-copyright-inner {
    max-width:1400px;
    margin:0 auto;
    padding: 10px 24px;
    box-sizing:border-box;
    text-align:center;
}
.site-footer-copyright-inner p {
    display: inline-block;
    margin: 5px;
    font-size:0.875rem;
    line-height:1.6;
    color: #7e6b5a;
    letter-spacing: 1px;
}
.site-footer-copyright-inner a {
    color: #7e6b5a;
    text-decoration:none;
    transition:color .2s ease;
}
.site-footer-copyright-inner a:hover { color:#ca5738; }
.site-footer-policy {
    margin-top:6px !important;
}
.site-footer-policy a {
    text-decoration:underline;
    text-underline-offset:2px;
}

@media (max-width: 1024px) {
    .site-footer-inner { padding:40px 20px 36px; }
    .site-footer-main {
        flex-direction:column;
        align-items:flex-start;
    }
    .site-footer-contact { flex:1 1 auto; width:100%; }
    .site-footer-brand img { height:56px; }
    .site-footer-brand-text .logo-line-1,
    .site-footer-brand-text .logo-line-2 { font-size:1.125rem; letter-spacing:1.2px; }
    .site-footer-sub-logo img { height:64px; }
    .site-footer-brand-divider { height:64px; }
}

@media (max-width: 600px) {
    .site-footer-inner {
        padding:28px 14px 24px;
    }
    .site-footer-main {
        gap:22px;
        align-items:stretch;
    }
    .site-footer-logos {
        flex-wrap:wrap;
        gap:14px;
        justify-content:center;
        padding:14px 12px;
        border:1px solid #eee3d4;
        border-radius:16px;
        background:linear-gradient(180deg, #fffdf8 0%, #fff8ed 100%);
        box-shadow:0 6px 16px rgba(122, 92, 65, .08);
    }
    .site-footer-brand-divider {
        display:none;
    }
    .site-footer-brand {
        flex:1 1 100%;
        justify-content:center;
        gap:10px;
    }
    .site-footer-brand img {
        height:42px;
        padding-right:10px;
    }
    .site-footer-sub-logo {
        flex:1 1 100%;
        display:flex;
        justify-content:center;
    }
    .site-footer-sub-logo img {
        height:auto;
        max-width:210px;
    }
    .site-footer-brand-text .logo-line-1 { font-size:0.75rem; letter-spacing:.4px; }
    .site-footer-brand-text .logo-line-2 { font-size:1rem; letter-spacing:.6px; }
    .site-footer-contact {
        width:100%;
        padding:16px 14px;
        border-radius:14px;
        border:1px solid #eee3d4;
        background:#fff;
        box-shadow:0 6px 16px rgba(122, 92, 65, .07);
    }
    .site-footer-fb {
        width:100%;
        justify-content:center;
        margin-bottom:14px;
        padding:8px 10px;
        border-radius:999px;
        background:#f7efe3;
    }
    .site-footer-contact-line {
        margin-bottom:8px;
        font-size:0.875rem;
        line-height:1.7;
    }
    .site-footer-copyright-inner {
        padding:12px 14px;
    }
    .site-footer-copyright-inner p { font-size:0.8125rem; }
}

/* ----- 內頁 Banner ----- */
.page-inner-banner {
    width:100%;
    min-height: 400px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
}
.page-inner-banner-bg {
    position:absolute;
    inset:0;
    z-index:0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    transform:scale(1.12);
    animation:pageInnerBannerZoomIn 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change:transform;
}
.page-inner-banner .banner-wave-mask {
    z-index:2;
}
.page-inner-banner--about .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-about.jpg");
}
.page-inner-banner--partner .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-partner.jpg");
}
.page-inner-banner--contact .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-contact.jpg");
}
.page-inner-banner--service .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-service.jpg");
}
.page-inner-banner--highlights .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-highlights.jpg");
}
.page-inner-banner--article .page-inner-banner-bg {
    background-image:url("../../images/banner-inner-highlights.jpg");
}

@keyframes pageInnerBannerZoomIn {
    from { transform:scale(1.12); }
    to { transform:scale(1); }
}
.page-inner-banner-inner {
    position:relative;
    z-index:3;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:48px 24px;
    box-sizing:border-box;
    text-align:center;
}
.page-inner-banner-title {
    margin:0;
    font-size:2.25rem;
    font-weight: normal;
    color:#fff;
    letter-spacing:4px;
    line-height:1.5;
    text-shadow:0 1px 3px rgba(0,0,0,.65), 0 3px 12px rgba(0,0,0,.45), 0 6px 28px rgba(0,0,0,.35);
    animation:pageInnerBannerTitleIn 0.9s ease-out 0.35s both;
}
@keyframes pageInnerBannerTitleIn {
    from {
        opacity:0;
        transform:translateY(18px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}

@media (max-width: 768px) {
    .page-inner-banner { min-height:180px; }
    .page-inner-banner-inner { padding:36px 20px; }
    .page-inner-banner-title { font-size:1.75rem; letter-spacing:2px; }
}

@media (max-width: 480px) {
    .page-inner-banner { min-height:150px; }
    .page-inner-banner-title { font-size:1.5rem; }
}

/* ----- 內頁：麵包屑（置於各頁第一個 section 內，繼承區塊背景） ----- */
.page-breadcrumb {
    width:100%;
}
.page-breadcrumb-inner {
    max-width:1250px;
    margin:0 auto;
    padding:24px 24px 0;
    box-sizing:border-box;
    text-align:left;
    font-size:0.875rem;
    line-height:1.6;
    color:#8a7564;
    letter-spacing:.3px;
}
section > .page-breadcrumb + .about-founder-inner,
section > .page-breadcrumb + .page-service-inner,
section > .page-breadcrumb + .page-contact-info-inner,
section > .page-breadcrumb + .page-partner-inner,
section > .page-breadcrumb + .page-event-inner,
section > .page-breadcrumb + .page-highlights-detail-inner {
    padding-top:48px;
}
.page-breadcrumb-inner a {
    color: #7e6b5a;
    text-decoration:none;
    transition:color .2s ease;
}
.page-breadcrumb-inner a:hover { color:#ca5738; }
.page-breadcrumb-sep {
    margin:0 8px;
    color:#c4b5a5;
}
.page-breadcrumb-current {
    color: #7e6b5a;
    /* font-weight:500; */
}

/* ----- 內頁：關於創辦人 ----- */
.about-founder-section {
    width:100%;
    background: #fef5ec;
}
.about-founder-inner {
    max-width:1250px;
    margin:0 auto;
    padding:64px 24px 72px;
    display:flex;
    align-items:center;
    gap:48px 56px;
    box-sizing:border-box;
}
.about-founder-media {
    flex:0 0 44%;
    max-width:520px;
}
.about-founder-media img {
    width:100%;
    max-width:500px;
    margin:0 auto;
    height:auto;
    display:block;
}
.about-founder-content {
    flex:1;
    min-width:0;
    text-align:left;
}
.about-founder-label {
    margin:0 0 10px;
    text-align:left;
    font-size: 1.25rem;
}
.about-founder-heading {
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size: 1.875rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.about-founder-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.about-founder-highlight {
    margin: 40px 0 30px;
    font-size:1.125rem;
    font-weight:700;
    line-height:1.6;
    color: #ca5738;
    letter-spacing:.5px;
}
.about-founder-body {
    font-size:0.9375rem;
    line-height:1.95;
    color:#7e6b5a;
    letter-spacing:.3px;
}
.about-founder-body p { margin:0 0 16px; }
.about-founder-body p:last-child { margin-bottom:0; }

@media (max-width: 900px) {
    .about-founder-inner {
        flex-direction:column;
        padding:48px 20px 56px;
        gap:32px;
    }
    .about-founder-media {
        flex:0 0 auto;
        width:100%;
        max-width:100%;
    }
    .about-founder-heading { font-size:1.75rem; }
    .about-founder-highlight { font-size:1rem; }
}

@media (max-width: 900px) {
    section > .page-breadcrumb + .about-founder-inner,
    section > .page-breadcrumb + .page-service-inner,
    section > .page-breadcrumb + .page-contact-info-inner,
    section > .page-breadcrumb + .page-partner-inner,
    section > .page-breadcrumb + .page-event-inner,
    section > .page-breadcrumb + .page-highlights-detail-inner {
        padding-top:36px;
    }
}

@media (max-width: 600px) {
    section > .page-breadcrumb .page-breadcrumb-inner {
        padding:20px 16px 0;
        font-size:0.8125rem;
    }
    section > .page-breadcrumb + .about-founder-inner,
    section > .page-breadcrumb + .page-service-inner,
    section > .page-breadcrumb + .page-contact-info-inner,
    section > .page-breadcrumb + .page-partner-inner,
    section > .page-breadcrumb + .page-event-inner,
    section > .page-breadcrumb + .page-highlights-detail-inner {
        padding-top:28px;
    }
    .about-founder-heading { font-size:1.5rem; letter-spacing:1px; }
    .about-founder-heart { width:24px; }
    .about-founder-label { font-size:2rem; }
}

/* ----- 內頁：合作廠商 ----- */
.page-partner-section {
    width:100%;
    background:#fffbf4;
}
.page-partner-inner {
    max-width:1400px;
    margin:0 auto;
    padding:56px 24px 72px;
    box-sizing:border-box;
}
.page-partner-intro {
    margin:0 0 48px;
    text-align:center;
    font-size:1.125rem;
    /* font-weight:700; */
    line-height:1.85;
    color:#b45f43;
    letter-spacing:.5px;
}
.page-partner-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 50px 20px;
}
.page-partner-card {
    height:104px;
    min-height:104px;
    max-height:104px;
    padding:16px 20px;
}

@media (max-width: 1024px) {
    .page-partner-inner { padding:48px 20px 64px; }
    .page-partner-intro { font-size:1.0625rem; margin-bottom:40px; }
    .page-partner-grid { grid-template-columns:repeat(3, minmax(0, 1fr)); gap:20px 16px; }
}

@media (max-width: 768px) {
    .page-partner-intro { font-size:1rem; line-height:1.75; }
    .page-partner-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
    .page-partner-card {
        height:96px;
        min-height:96px;
        max-height:96px;
        padding:14px 16px;
    }
    .page-partner-card .home-partner-card-logo,
    .page-partner-card .home-partner-card-logo img {
        height:68px;
        max-height:68px;
    }
}

@media (max-width: 480px) {
    .page-partner-inner { padding:40px 16px 56px; }
    .page-partner-intro br { display:none; }
    .page-partner-grid { grid-template-columns:1fr; }
}

/* ----- 內頁：支持文案（include/partner.php） ----- */
.page-support-section {
    width:100%;
    background:#fef5ec;
    position:relative;
    overflow:visible;
}
.page-support-inner {
    position:relative;
    max-width:1400px;
    margin:0 auto;
    padding: 72px 24px 0px;
    box-sizing:border-box;
}
.page-support-row {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px 40px;
    text-align:center;
    position:relative;
}
.page-support-leaf,
.page-support-heart {
    flex:0 0 auto;
    line-height:1.5;
}
.page-support-leaf {
    max-width:clamp(160px, 18vw, 240px);
}
.page-support-heart {
    position:relative;
    z-index:2;
    max-width:clamp(180px, 20vw, 280px);
    /* margin-top:-72px; */
    align-self:center;
}
.page-support-leaf img,
.page-support-heart img {
    width:100%;
    height:auto;
    display:block;
}
.page-support-text {
    flex:1 1 420px;
    max-width:520px;
    min-width:0;
    padding-top:12px;
}
.page-support-title {
    margin:0 0 18px;
    font-size:1.75rem;
    font-weight:700;
    line-height:1.5;
    color:#ca5738;
    letter-spacing:1px;
}
.page-support-desc {
    margin:0 0 8px;
    font-size:0.9375rem;
    line-height:1.9;
    color:#7e6b5a;
    letter-spacing:.3px;
}
.page-support-desc:last-child { margin-bottom:0; }

@media (max-width: 1024px) {
    .page-support-inner { padding:64px 20px 72px; }
    .page-support-row { gap:20px 28px; }
    .page-support-leaf { max-width:clamp(140px, 16vw, 200px); }
    .page-support-heart {
        max-width:clamp(150px, 18vw, 220px);
        margin-top:-56px;
    }
    .page-support-title { font-size:1.5rem; }
}

@media (max-width: 768px) {
    .page-support-row {
        flex-wrap:wrap;
        justify-content:center;
    }
    .page-support-leaf { order:1; max-width:120px; }
    .page-support-heart {
        order:2;
        max-width:130px;
        margin-top:-32px;
    }
    .page-support-text {
        order:3;
        flex:1 1 100%;
        max-width:100%;
        padding-top:0;
    }
    .page-support-leaf,
    .page-support-heart { flex:0 0 42%; }
}

@media (max-width: 480px) {
    .page-support-inner { padding:56px 16px 64px; }
    .page-support-title { font-size:1.375rem; }
    .page-support-desc { font-size:0.875rem; }
}

/* ----- 內頁：聯絡我們 ----- */
.page-contact-info-section {
    width:100%;
    background:#fffbf4;
}
.page-contact-info-inner {
    max-width:1250px;
    margin:0 auto;
    padding:56px 24px 48px;
    display:flex;
    align-items:center;
    gap:40px 48px;
    box-sizing:border-box;
}
.page-contact-info-content {
    flex:1;
    min-width:0;
}
.page-contact-label {
    margin:0 0 10px;
    text-align:left;
    font-size:1.25rem;
}
.page-contact-heading {
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 28px;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:1.875rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.page-contact-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-contact-details {
    border-left:3px solid #d8c5b0;
    padding-left:20px;
}
.page-contact-detail-line {
    margin:0 0 14px;
    font-size:1rem;
    line-height:1.75;
    color:#7e6b5a;
    letter-spacing:.3px;
}
.page-contact-detail-line:last-child { margin-bottom:0; }
.page-contact-detail-label {
    color: #ca5738;
    font-weight:500;
}
.page-contact-detail-sep {
    margin:0 6px;
    color:#c4b5a5;
}
.page-contact-detail-value {
    color: #6a3906;
    text-decoration:none;
}
a.page-contact-detail-value:hover { color:#ca5738; }
.page-contact-map {
    flex:0 0 52%;
    max-width:620px;
    min-height:320px;
    border-radius:4px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(91,66,51,.12);
    background:#e8e0d6;
}
.page-contact-map iframe {
    display:block;
    width:100%;
    height:320px;
    border:0;
}

.page-contact-wave {
    width:100%;
    line-height:1.5;
    background:#fffbf4;
}
.page-contact-wave img {
    display:block;
    width:100%;
    height:auto;
}

.page-contact-form-section {
    width:100%;
    background:#fffbf4;
}
.page-contact-form-inner {
    max-width: 900px;
    margin:0 auto;
    padding:40px 24px 72px;
    box-sizing:border-box;
}
.page-contact-form-head {
    text-align:center;
    margin-bottom:36px;
}
.page-contact-form-head .page-contact-label {
    text-align:center;
    font-size: 1.25rem;
}
.page-contact-form-head .page-contact-heading {
    justify-content:center;
    margin-bottom:20px;
    font-size:2.25rem;
}
.page-contact-form-lead {
    margin:0;
    font-size:0.9375rem;
    line-height:1.85;
    color: #a27057;
    letter-spacing:.3px;
}
.page-contact-form {
    width:100%;
}
.page-contact-form-split {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px 24px;
    margin-bottom:20px;
}
.page-contact-field {
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
}
.page-contact-field--full,
.page-contact-field--textarea {
    display:flex;
    align-items:flex-start;
}
.page-contact-field--textarea {
    align-items:flex-start;
}
.page-contact-field-label {
    flex:0 0 88px;
    font-size:0.9375rem;
    line-height:1.5;
    color:#5a4a40;
    text-align:right;
    letter-spacing:.3px;
    white-space:nowrap;
}
.page-contact-field--textarea .page-contact-field-label {
    padding-top:14px;
}
.page-contact-required {
    color:#ca5738;
    margin-left:2px;
}
.page-contact-input,
.page-contact-textarea {
    flex:1;
    width:100%;
    min-width:0;
    border: 1px solid #80685c;
    background: transparent;
    color:#5a4a40;
    font-size:0.9375rem;
    line-height:1.5;
    letter-spacing:.3px;
    box-sizing:border-box;
    outline:none;
    transition:border-color .2s ease, box-shadow .2s ease;
}
.page-contact-input {
    height:48px;
    padding:0 22px;
    border-radius:999px;
}
.page-contact-textarea {
    min-height:180px;
    padding:14px 22px;
    border-radius:20px;
    resize:vertical;
}
.page-contact-input:focus,
.page-contact-textarea:focus {
    border-color:#6f9036;
    box-shadow:0 0 0 3px rgba(111,144,54,.12);
}
.page-contact-form-action {
    margin-top:32px;
    text-align:center;
}
button.btn-site {
    border:none;
    cursor:pointer;
    font-family:inherit;
}

@media (max-width: 1024px) {
    .page-contact-info-inner {
        flex-direction:column;
        align-items:stretch;
        padding:48px 20px 40px;
        gap:28px;
    }
    .page-contact-map {
        flex:1 1 auto;
        max-width:100%;
        width:100%;
    }
}

@media (max-width: 768px) {
    .page-contact-form-inner {
        padding:32px 20px 56px;
    }
    .page-contact-form-head {
        margin-bottom:24px;
    }
    .page-contact-form-head .page-contact-heading {
        font-size:1.75rem;
        margin-bottom:14px;
    }
    .page-contact-form-head .page-contact-label {
        font-size:2.25rem;
        margin-bottom:8px;
    }
    .page-contact-form-lead {
        font-size:0.875rem;
        line-height:1.65;
    }
    .page-contact-form-split {
        grid-template-columns:1fr;
        gap:0;
        margin-bottom:12px;
    }
    .page-contact-field {
        flex-direction:column;
        align-items:stretch;
        gap:6px;
        margin-bottom:12px;
    }
    .page-contact-field-label {
        flex:0 0 auto;
        text-align:left;
        font-size:0.875rem;
    }
    .page-contact-field--textarea .page-contact-field-label {
        padding-top:0;
    }
    .page-contact-input {
        height:52px;
        padding: 9px 18px;
        font-size:1rem;
        border-radius:12px;
    }
    .page-contact-textarea {
        min-height:150px;
        padding:12px 18px;
        font-size:1rem;
        border-radius:12px;
    }
    .page-contact-form-action {
        margin-top:20px;
    }
    .page-contact-heading {
        margin-bottom:20px;
    }
    .page-contact-info-inner {
        gap:24px;
        padding:40px 20px 32px;
    }
}

@media (max-width: 480px) {
    .page-contact-info-inner { padding:36px 16px 28px; gap:20px; }
    .page-contact-heading { font-size:1.5rem; margin-bottom:16px; }
    .page-contact-heart { width:24px; }
    .page-contact-map iframe { height:240px; }
    .page-contact-form-inner { padding:24px 16px 48px; }
    .page-contact-form-head { margin-bottom:20px; }
    .page-contact-form-head .page-contact-label { font-size:2rem; }
    .page-contact-form-head .page-contact-heading { font-size:1.5rem; margin-bottom:12px; }
    .page-contact-field { margin-bottom:10px; gap:5px; }
    .page-contact-form-split { margin-bottom:10px; }
    .page-contact-input {
        height:50px;
        padding: 8px 16px;
    }
    .page-contact-textarea {
        min-height:140px;
        padding:12px 16px;
    }
    .page-contact-form-action { margin-top:16px; }
    .page-contact-detail-line { font-size:0.9375rem; margin-bottom:10px; }
    .btn-site { width:100%; min-width:0; }
}

/* ----- 內頁：服務項目 ----- */
.page-service-section {
    width:100%;
    background:linear-gradient(to bottom, #fffbf4 66.67%, #fef2e5 66.67%);
}
.page-service-inner {
    max-width:1250px;
    margin:0 auto;
    padding:64px 24px 72px;
    display:flex;
    align-items:center;
    gap:48px 56px;
    box-sizing:border-box;
}
.page-service-media {
    flex:0 0 44%;
    max-width:520px;
}
.page-service-media img {
    width:100%;
    max-width:500px;
    margin:0 auto;
    height:auto;
    display:block;
}
.page-service-content {
    flex:1;
    min-width:0;
    text-align:left;
    max-width: 519px;
}
.page-service-label {
    margin:0 0 10px;
    text-align:left;
    font-size:1.25rem;
}
.page-service-heading {
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:1.875rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.page-service-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-service-slogan {
    margin:0 0 24px;
    font-size:1.125rem;
    /* font-weight:700; */
    line-height:1.6;
    color: #ca5738;
    letter-spacing:.5px;
}
.page-service-body {
    font-size:0.9375rem;
    line-height:1.95;
    color:#7e6b5a;
    letter-spacing:.3px;
}
.page-service-body p {margin: 0 0 5px;}
.page-service-body p:last-child { margin-bottom:0; }

@media (max-width: 900px) {
    .page-service-inner {
        flex-direction:column;
        padding:48px 20px 56px;
        gap:32px;
    }
    .page-service-media {
        flex:0 0 auto;
        width:100%;
        max-width:100%;
    }
    .page-service-heading { font-size:1.75rem; }
    .page-service-slogan { font-size:1rem; }
}

@media (max-width: 600px) {
    .page-service-heading { font-size:1.5rem; letter-spacing:1px; }
    .page-service-heart { width:24px; }
    .page-service-label { font-size:2rem; }
}

/* ----- 內頁：個人按摩客製化 ----- */
.page-service-personal-section {
    width:100%;
    background:#fef2e5;
}
.page-service-personal-inner {
    max-width:1250px;
    margin:0 auto;
    padding:0 24px 80px;
    box-sizing:border-box;
}
.page-service-personal-grid {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    gap:32px 40px;
}
.page-service-personal-item {
    flex:1 1 280px;
    max-width:340px;
    text-align:center;
    box-sizing:border-box;
}
.page-service-personal-icon {
    width:140px;
    height:140px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-service-personal-icon img {
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.page-service-personal-name {
    margin:0 0 14px;
    font-size:1.25rem;
    /* font-weight:700; */
    line-height:1.5;
    color: #ce6a52;
    letter-spacing:1px;
}
.page-service-personal-desc {
    margin:0 auto;
    max-width:300px;
    font-size:0.9375rem;
    line-height:1.9;
    color: #a6937c;
    letter-spacing:.3px;
}

@media (max-width: 900px) {
    .site-inner-head { margin-bottom:40px; }
    .site-inner-head-halo { height:100px; }
    .site-inner-head-label { font-size:2.25rem; }
    .site-inner-head-title { font-size:1.75rem; margin-bottom:16px; }
    .site-inner-head-slogan { font-size:0.875rem; margin-bottom:28px; }
    .page-service-personal-inner { padding:0 20px 64px; }
    .page-service-personal-grid { gap:28px 24px; }
    .page-service-personal-item { flex:1 1 100%; max-width:400px; }
}

@media (max-width: 600px) {
    .site-inner-head-label { font-size:2rem; }
    .site-inner-head-title { font-size:1.5rem; letter-spacing:1px; }
    .site-inner-head-heart { width:24px; }
    .page-service-personal-icon { width:120px; height:120px; }
    .page-service-personal-name { font-size:1.125rem; }
}

/* ----- 內頁：企業合作服務 ----- */
.page-service-corp-section {
    width:100%;
    background:#f0f0df;
}
.page-service-corp-inner {
    max-width:1250px;
    margin:0 auto;
    padding:56px 24px 80px;
    box-sizing:border-box;
}
.page-service-corp-section .page-service-corp-intro {
    font-weight:normal;
    color:#7e6b5a;
}
.page-service-corp-grid {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:36px 40px;
    max-width:1100px;
    margin:0 auto;
}
.page-service-corp-item {
    text-align:center;
    box-sizing:border-box;
}
.page-service-corp-icon {
    width:140px;
    height:140px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-service-corp-icon img {
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.page-service-corp-name {
    margin:0 0 14px;
    font-size:1.25rem;
    font-weight:700;
    line-height:1.5;
    color: #ce6a52;
    letter-spacing:1px;
}
.page-service-corp-desc {
    margin:0 auto;
    max-width:300px;
    font-size:0.9375rem;
    line-height:1.9;
    color: #a6937c;
    letter-spacing:.3px;
}

@media (max-width: 900px) {
    .page-service-corp-inner { padding:48px 20px 64px; }
    .page-service-corp-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:32px 28px;
    }
}

@media (max-width: 600px) {
    .page-service-corp-grid { grid-template-columns:1fr; }
    .page-service-corp-icon { width:120px; height:120px; }
    .page-service-corp-name { font-size:1.125rem; }
}

/* ----- 內頁：合作流程 ----- */
.page-service-process-section {
    width:100%;
    background:#fff;
}
.page-service-process-inner {
    max-width:1250px;
    margin:0 auto;
    padding:64px 24px 80px;
    box-sizing:border-box;
}
.page-service-process-head {
    margin:0 0 48px;
    text-align:left;
}
.page-service-process-label {
    margin:0 0 8px;
    text-align:left;
    font-size:1.25rem;
}
.page-service-process-heading {
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:1.875rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.page-service-process-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-service-process-divider {
    display:block;
    width:100%;
    height: 2px;
    margin:28px 0 0;
    border:0;
    background: #d4ddc2;
}
.page-service-process-flow {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:0;
}
.page-service-process-step {
    flex:1 1 0;
    min-width:0;
    max-width:240px;
}
.page-service-process-step-head {
    display:flex;
    align-items:center;
    gap:14px;
    min-height:64px;
    margin:0 0 14px;
}
.page-service-process-num {
    flex:0 0 64px;
    width:64px;
    height:64px;
    border-radius:50%;
    background:#ee6f07;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    font-family:"Caveat","Segoe Script","Comic Sans MS",cursive;
    font-size:2.375rem;
    font-weight:600;
    font-style:normal;
    line-height:1.5;
    letter-spacing:0;
    text-align:center;
    padding:0 0 3px;
}
.page-service-process-name {
    margin:0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size: 1.25rem;
    font-weight:700;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:1px;
}
.page-service-process-desc {
    margin:0;
    font-size:0.9375rem;
    line-height:1.85;
    color: #a6937c;
    letter-spacing:.3px;
}
.page-service-process-arrow {
    flex:0 0 52px;
    width:52px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:0;
}
.page-service-process-arrow img {
    width:38px;
    height:auto;
    display:block;
    object-fit:contain;
}

@media (max-width: 1100px) {
    .page-service-process-step { max-width:none; }
    .page-service-process-name { font-size:1.25rem; }
    .page-service-process-arrow { flex:0 0 40px; width:40px; }
    .page-service-process-arrow img { width:30px; }
}

@media (max-width: 900px) {
    .page-service-process-inner { padding:48px 20px 64px; }
    .page-service-process-head { margin-bottom:36px; }
    .page-service-process-flow {
        flex-direction:column;
        align-items:stretch;
        gap:0;
    }
    .page-service-process-step {
        flex:0 0 auto;
        max-width:100%;
        width:100%;
    }
    .page-service-process-arrow {
        width:100%;
        height:48px;
        flex:0 0 auto;
        margin:4px 0 8px;
    }
    .page-service-process-arrow img {
        transform:rotate(90deg);
        width:32px;
    }
}

@media (max-width: 600px) {
    .page-service-process-label { font-size:2rem; }
    .page-service-process-heading { font-size:1.5rem; letter-spacing:1px; }
    .page-service-process-heart { width:24px; }
    .page-service-process-num {
        flex:0 0 56px;
        width:56px;
        height:56px;
        font-size:2.125rem;
        padding:0 0 2px;
    }
    .page-service-process-step-head {
        min-height:56px;
        gap:12px;
        margin-bottom:12px;
    }
    .page-service-process-name { font-size:1.125rem; }
    .page-service-process-desc { font-size:0.875rem; }
}

/* ----- 內頁：按摩據點 ----- */
.page-location-section {
    width:100%;
    background:#fffbf4;
}
.page-location-inner {
    max-width:1250px;
    margin:0 auto;
    padding:64px 24px 80px;
    box-sizing:border-box;
}
.page-location-head {
    text-align:center;
    margin:0 0 32px;
}
.page-location-label {
    margin:0 0 8px;
    font-size:1.25rem;
}
.page-location-heading {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:2.25rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.page-location-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-location-filter {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px 16px;
    margin:0 0 40px;
}
.page-location-filter-btn {
    min-width:100px;
    padding:10px 28px;
    border:0;
    border-radius:999px;
    background:#a8c47a;
    color:#fff;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:1rem;
    font-weight:500;
    letter-spacing:2px;
    cursor:pointer;
    transition:background .25s ease, transform .2s ease;
}
.page-location-filter-btn:hover {
    background:#8fb35e;
}
.page-location-filter-btn.is-active {
    background:#6f9036;
    box-shadow:0 4px 12px rgba(111,144,54,.28);
}
.page-location-grid {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:32px 36px;
}
.page-location-card {
    display:none;
    flex-direction:column;
    background:#fff;
    border-radius:20px;
    box-shadow:0 8px 28px rgba(91,66,51,.1);
    overflow:hidden;
    text-align:left;
}
.page-location-card.is-visible {
    display:flex;
}
.page-location-card-head {
    display:flex;
    align-items:center;
    gap:10px;
    padding:16px 20px;
    background: linear-gradient(180deg, #f58330 0%, #e86b3a 100%);
    color:#fff;
}
.page-location-card-head i {
    font-size:1.25rem;
    flex-shrink:0;
    opacity:.95;
}
.page-location-card-name {
    margin:0;
    font-size:1.125rem;
    font-weight:700;
    letter-spacing:.5px;
    line-height:1.5;
}
.page-location-card-body {
    flex:1;
    padding:20px 20px 12px;
}
.page-location-row {
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    font-size:0.875rem;
    line-height:1.65;
    color: #7e6b5a;
}
.page-location-row:last-of-type {
    margin-bottom:18px;
}
.page-location-row-label {
    flex:0 0 auto;
    min-width:72px;
    padding:4px 12px;
    border-radius:999px;
    background:#f5ebe0;
    font-size:0.8125rem;
    font-weight:600;
    color:#6b5344;
    text-align:center;
    white-space:nowrap;
}
.page-location-row-value {
    flex:1;
    min-width:0;
    padding-top:2px;
}
.page-location-gallery {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
    margin-bottom:16px;
}
.page-location-gallery a {
    display:block;
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;
    line-height:1.5;
    aspect-ratio:1;
}
.page-location-gallery img {
    width:100%;
    height:100%;
    aspect-ratio:1;
    object-fit:cover;
    display:block;
    transition:opacity .25s ease, transform .25s ease;
}
.page-location-gallery a:hover img {
    opacity:.92;
    transform:scale(1.03);
}
.page-location-intro {
    margin:0;
    font-size:0.875rem;
    line-height:1.85;
    color: #7e6b5a;
    letter-spacing:.3px;
}
.page-location-card-foot {
    padding:8px 20px 20px;
    text-align:right;
}
.page-location-map {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding: 12px 20px;
    border-radius:999px;
    background:#6f9036;
    color:#fff;
    font-size:0.875rem;
    font-weight:500;
    letter-spacing:.5px;
    text-decoration:none;
    box-shadow:0 3px 12px rgba(111,144,54,.22);
    transition:background .25s ease, transform .25s ease;
}
.page-location-map:hover {
    background:#5a7a2c;
    color:#fff;
    transform:translateY(-2px);
}
.page-location-map i {
    font-size:0.875rem;
}

@media (max-width: 900px) {
    .page-location-inner { padding:48px 20px 64px; }
    .page-location-grid { grid-template-columns:1fr; gap:28px; }
    .page-location-heading { font-size:1.75rem; }
}

@media (max-width: 600px) {
    .page-location-label { font-size:2rem; }
    .page-location-heading { font-size:1.5rem; letter-spacing:1px; }
    .page-location-heart { width:24px; }
    .page-location-filter-btn {
        min-width:88px;
        padding:9px 22px;
        font-size:0.9375rem;
    }
    .page-location-card-name { font-size:1rem; }
    .page-location-row {
        flex-direction:column;
        gap:6px;
    }
    .page-location-row-label {
        align-self:flex-start;
    }
}

/* ----- 內頁：合作優勢 ----- */
.page-service-advantage-section {
    width:100%;
    background:#fef2e5;
}
.page-service-advantage-inner {
    max-width:1250px;
    margin:0 auto;
    padding:56px 24px 80px;
    box-sizing:border-box;
}
.page-service-advantage-section .page-service-advantage-intro {
    font-weight:normal;
    color: #7e6b5a;
}
.page-service-advantage-grid {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    gap:32px 40px;
}
.page-service-advantage-item {
    flex:1 1 280px;
    max-width:340px;
    text-align:center;
    box-sizing:border-box;
}
.page-service-advantage-icon {
    width:140px;
    height:140px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-service-advantage-icon img {
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.page-service-advantage-name {
    margin:0 0 14px;
    font-size:1.25rem;
    font-weight:700;
    line-height:1.5;
    color: #ce6a52;
    letter-spacing:1px;
}
.page-service-advantage-desc {
    margin:0 auto;
    max-width:300px;
    font-size:0.9375rem;
    line-height:1.9;
    color: #a6937c;
    letter-spacing:.3px;
}

@media (max-width: 900px) {
    .page-service-advantage-inner { padding:48px 20px 64px; }
    .page-service-advantage-grid { gap:28px 24px; }
    .page-service-advantage-item { flex:1 1 100%; max-width:400px; }
}

@media (max-width: 600px) {
    .page-service-advantage-icon { width:120px; height:120px; }
    .page-service-advantage-name { font-size:1.125rem; }
}

/* ----- 內頁：活動花絮 ----- */
.page-event-section {
    width:100%;
    background:#fffbf4;
}
.page-event-inner {
    max-width:1250px;
    margin:0 auto;
    padding:64px 24px 80px;
    box-sizing:border-box;
}
.page-event-head {
    text-align:center;
    margin:0 0 48px;
}
.page-event-label {
    margin:0 0 8px;
    font-size:1.25rem;
}
.page-event-heading {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:2.25rem;
    font-weight:normal;
    line-height:1.5;
    color:#6f9036;
    letter-spacing:2px;
}
.page-event-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-event-grid {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:32px 36px;
}
.page-event-card {
    text-align:left;
    box-sizing:border-box;
}
.page-event-media {
    margin:0 0 16px;
    border-radius:18px;
    overflow:hidden;
    line-height:1.5;
}
.page-event-media img {
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
    border-radius:18px;
}
.page-event-meta {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 12px;
    margin:0 0 12px;
}
.page-event-date {
    flex:0 0 auto;
    padding:4px 14px;
    border-radius:999px;
    background:#f5ebe0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:0.8125rem;
    font-weight:600;
    line-height:1.5;
    color:#6b5344;
    white-space:nowrap;
}
.page-event-title {
    margin:0;
    flex:1 1 auto;
    min-width:0;
    font-family:"Noto Sans TC","Microsoft JhengHei","PingFang TC",sans-serif;
    font-size:1.125rem;
    font-weight:700;
    line-height:1.5;
    color:#5c4a3a;
    letter-spacing:.3px;
}
.page-event-desc {
    margin:0;
    font-size:0.875rem;
    line-height:1.85;
    color: #a6937c;
    letter-spacing:.3px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
}
.page-event-action {
    display:flex;
    justify-content:center;
    margin:24px 0 0;
}
.page-event-card-link {
    display:block;
    color:inherit;
    text-decoration:none;
    transition:opacity .25s ease;
}
.page-event-card-link:hover {
    opacity:.88;
}
.page-event-card-link:hover .page-event-title {
    color:#6f9036;
}
.page-highlights-pagination {
    margin-top:8px;
}
.page-highlights-section .page-event-grid {
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

/* ----- 內頁：活動花絮詳情 ----- */
.page-highlights-detail-section {
    width:100%;
    background:#fffbf4;
}
.page-highlights-detail-inner {
    max-width:900px;
    margin:0 auto;
    padding:48px 24px 80px;
    box-sizing:border-box;
}
.page-highlights-detail-meta {
    margin:0 0 20px;
    justify-content:space-between;
}
.page-highlights-detail-title {
    font-size:1.5rem;
    display:flex;
    align-items:center;
    gap:10px;
    color:#6f9036;
}
.page-highlights-detail-heart {
    width:30px;
    height:auto;
    flex-shrink:0;
    display:block;
}
.page-highlights-detail-intro {
    margin:0 0 28px;
    font-size:0.9375rem;
    line-height:1.95;
    color:#7e6b5a;
    letter-spacing:.3px;
}
.page-highlights-detail-intro p {
    margin:0;
}
.page-highlights-detail-gallery {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
    margin:0 0 40px;
}
.page-highlights-detail-gallery a {
    display:block;
    border-radius:14px;
    overflow:hidden;
    line-height:1.5;
    aspect-ratio:1;
    cursor:pointer;
}
.page-highlights-detail-gallery img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:opacity .25s ease, transform .25s ease;
}
.page-highlights-detail-gallery a:hover img {
    opacity:.92;
    transform:scale(1.03);
}
.page-highlights-detail-back {
    display:flex;
    justify-content:center;
}

@media (max-width: 900px) {
    .page-event-inner { padding:48px 20px 64px; }
    .page-event-head { margin-bottom:36px; }
    .page-event-grid {
        grid-template-columns:1fr;
        gap:28px;
        max-width:480px;
        margin:0 auto;
    }
    .page-highlights-section .page-event-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        max-width:100%;
    }
    .page-event-heading { font-size:1.75rem; }
}

@media (max-width: 600px) {
    .page-event-label { font-size:2rem; }
    .page-event-heading { font-size:1.5rem; letter-spacing:1px; }
    .page-event-heart { width:24px; }
    .page-event-title { font-size:1rem; }
    .page-event-media { border-radius:14px; }
    .page-event-media img { border-radius:14px; }
    .page-highlights-detail-inner { padding:40px 20px 64px; }
    .page-highlights-detail-gallery { grid-template-columns:repeat(2, minmax(0, 1fr)); }
    .page-highlights-detail-title { font-size:1.25rem; }
    .page-highlights-section .page-event-grid { grid-template-columns:1fr; }
}

/* ----- 內頁：文宣內容（隱私權/使用條款等，全版單欄） ----- */
.page-article-section {
    width:100%;
    background:#fffbf4;
}
.page-article-inner {
    max-width: 1200px;
    margin:0 auto;
    padding:48px 24px 80px;
    box-sizing:border-box;
}
.page-article-body {
    font-size:0.9375rem;
    line-height:1.95;
    /*color:#7e6b5a;*/
    letter-spacing:.3px;
}
.page-article-body p { margin:0 0 16px; }
.page-article-body p:last-child { margin-bottom:0; }
.page-article-body h2,
.page-article-body h3 {
    margin:32px 0 16px;
    /*color:#6a3906;*/
}
.page-article-body ul,
.page-article-body ol {
    margin:0 0 16px;
    padding-left:1.5em;
}
.page-article-body a {
    color:#a0522d;
    text-decoration:underline;
}
.page-article-body a:hover { color:#e78b3d; }

@media (max-width:900px) {
    .page-article-inner { padding:40px 20px 64px; }
}

/* ----- 首頁 / 內頁：AOS 捲動動畫 ----- */
@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .page-inner-banner-bg,
    .page-inner-banner-title {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Cookie <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cookie-notice {
    position: fixed;
    display: none; /* 預設隱藏 */
    align-items: center;
    gap: 24px;
    max-width: 1100px;
    width: calc(100% - 20px);
    margin: 0 auto;
    bottom: 24px;
    left: 10px;
    right: 10px;
    background: rgba(255, 250, 245, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #5b4233;
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 22px 30px;
    text-align: left;
    border: 1px solid #eadfce;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(91, 66, 51, .16);
    overflow: hidden;
    z-index: 999;
}

.cookie-notice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #5a9046, #e78b3d);
}

.cookie-notice-text {
    flex: 1 1 auto;
}

.cookie-notice-text a {
    color: #a0522d;
    text-decoration: underline;
}

.cookie-notice-text a:hover {
    color: #e78b3d;
}

.cookie-notice button {
    flex-shrink: 0;
    background: #a0522d;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: .5px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(160, 82, 45, .25);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.cookie-notice button:hover {
    background: #e78b3d;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(230, 139, 61, .35);
}

@media (max-width: 640px) {
    .cookie-notice {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 22px;
        bottom: 14px;
    }

    .cookie-notice button {
        width: 100%;
    }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Page Loader <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 251, 244, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity .55s ease, visibility .55s ease;
}
#page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-loader-inner {
    text-align: center;
    padding: 24px;
    animation: page-loader-in .7s ease both;
}
.page-loader-logo {
    width: 88px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    animation: page-loader-breathe 2.2s ease-in-out infinite;
}
.page-loader-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    color: #6a3906;
    letter-spacing: 2px;
    line-height: 1.7;
}
.page-loader-bar {
    width: 120px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: #f1e7d6;
    overflow: hidden;
}
.page-loader-bar span {
    display: block;
    width: 40%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e78b3d, #5a9046);
    animation: page-loader-slide 1.2s ease-in-out infinite;
}
@keyframes page-loader-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes page-loader-breathe {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.03); opacity: .92; }
}
@keyframes page-loader-slide {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(320%); }
}