:root {
    --font-size-scale: 1;
    --minimal-font-size: 16px;
    --main-color: #8C736A;
    --secondary-color: #867F6E;
    --background-sea-color: #9AB0DC;
    --background-green-color: #24717B;
    --background-green2-color: #287392;
    --background-blue-color: #5186A7;
    --min-hero-h: 800px;
    --hero-h: 100dvh;
    --container-w: 1200px;
    --container-xw: 1400px;

    /* 卡片顏色 */
    --card-bg-color: #E5E6E7;

    /* 文字顏色 */
    --text-cream: #F7EDD1;
    --text-darkgreen: #D6E2E5;
    --text-card-header-color: #3B6576;
    --text-card-brief:    #6F6364;
    --text-card-color: #2E3132;

    --hero-gap-scale: 1;
}
@media screen and (max-width: 1600px) {
    :root {
        --hero-gap-scale: 0.8;
    }
}
@media screen and (max-width: 1500px) {
    :root {
        --hero-gap-scale: 0.6;
    }
}
@media screen and (max-width: 1400px) {
    :root {
        --hero-gap-scale: 0.3;
    }
}
@media screen and (max-width: 1300px) {
    :root {
        --hero-gap-scale: 0.6;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --font-size-scale: 0.7;
        --minimal-font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    :root {
        --font-size-scale: 0.6;
    }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
    #id-Shuang-Zi-Yang {
        display: none;
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Serif TC", Arial, "Noto Sans TC", sans-serif;
    color: #fff;
    font-size: 16px;
    /* 用 clip 取代 hidden：避免單軸 hidden 觸發另一軸自動變 auto，導致 section 內冒出獨立卷軸 */
    overflow-x: hidden; /* 舊瀏覽器 fallback */
    overflow-x: clip;
}



img {
    display: block;
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}
.d-none {display: none;}
.text-shadow {
    text-shadow: 0px 4px 4px #00000066;
}
.text-shadow-white {
    /* text-shadow: 0px 4px 4px #FFFFFF66; */
    text-shadow: 1px 1px 4px #FFF;
}
.text-right {
    text-align: right;
}
main {overflow-x: hidden; overflow-x: clip;}
.hero {
    position: relative;
    /*min-height: var(--hero-h);*/
    min-height: max(var(--hero-h), var(--min-hero-h));
    overflow: hidden;
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-layers {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;

    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: max(var(--hero-h), var(--min-hero-h));
}

.layer {
    position: absolute;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.layer-back {
    inset: -3% -3% 0 -3%;
    z-index: 2;
}

.layer-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.02) contrast(1.02);
}

.layer-cloud {
    min-width: 360px;
    max-width: 760px;
    z-index: 3;
}

.layer-cloud img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.88;
    mix-blend-mode: screen;
}

.layer-cloud-copy {
    z-index: 4;
    color: var(--main-color);
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.layer-cloud-copy p {
    margin: 0;
}

.cloud-copy-01 {
    top: 13%;
    right: 17%;
}

.cloud-copy-02 {
    top: 31%;
    right: 35%;
}

.cloud-copy-03 {
    top: 30%;
    right: 3%;
}

.layer.layer-cloud.layer-cloud-01 {
    top: 8%;
    right: 10%;
}

.layer.layer-cloud.layer-cloud-02 {
    top: 25%;
    right: 30%;
}

.layer.layer-cloud.layer-cloud-03 {
    top: 25%;
    right: 0%;
}

.layer-cloud img.cloud1 {
    width: 400px;
}

.layer-cloud img.cloud2 {
    width: 400px;
}

.layer-cloud img.cloud3 {
    width: 400px;
}

.layer-oceanwave {
    /*width: calc(100dvw + 8dvw);*/
    /*width: 70vw;*/
    /*min-width: 700px;*/
    /*max-width: 1200px;*/
    left: -10%;
    right: -10%;
    /* RWD：桌機保留 -35%；窄螢幕用 -28vw 為天花板（圖比例約 2.82:1，layer 寬 120vw → 圖高 ~40vw，露出至少 30%） */
    /* bottom: max(-35%, -28vw); */
    bottom: 0px;
    height: 30vh;
    z-index: 4;
}

.layer-oceanwave.layer-oceanwave-01 {
    left: -10%;
    right: -10%;
    height: 32vh;
}
.layer-oceanwave.layer-oceanwave-02 {
    height: 34vh;
}
.layer-oceanwave.layer-oceanwave-03 {
    height: 36vh;
}
.layer-oceanwave.layer-oceanwave-04 {
    height: 38vh;
}

.layer-oceanwave img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.layer-boat {
    left: 30%;
    bottom: 20%;
    width: 72px;
    z-index: 5;
}

.layer-boat img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: var(--container-w);
    width: 90%;
    min-height: 100dvh;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

#heroCopy {
    /*top: 200px;*/
    top: clamp(100px, calc(50vh - 180px), 200px);
    position: absolute;
    left: 0px;
}
#heroCopy .vlabel {
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    width: 1em;
    display: inline-block;
    color: var(--main-color);
    position: absolute;
    line-height: 1.3em;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}
#heroCopy .vlabel.line1 {
  font-size: 60px;
}
#heroCopy .vlabel.line2 {
    margin-left: calc(40px * 2);
    margin-top: 2em;
    font-size: 40px;
}


/*    .copy {
      max-width: 620px;
      padding-top: 8vh;
      will-change: transform;
    }



    h1 {
      margin: 0 0 16px;
      font-size: clamp(44px, 7vw, 92px);
      line-height: 0.95;
      letter-spacing: -0.045em;
      text-shadow: 0 8px 30px rgba(0,0,0,0.18);
    }

    .lead {
      margin: 0;
      font-size: clamp(16px, 2vw, 21px);
      line-height: 1.75;
      color: rgba(255,255,255,0.88);
      text-shadow: 0 4px 18px rgba(0,0,0,0.12);
    }

    .cta-row {
      display: flex;
      gap: 14px;
      margin-top: 28px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      padding: 14px 20px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 700;
      transition: transform .25s ease, opacity .25s ease;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      color: #0d1727;
      background: #ffffff;
    }

    .btn-secondary {
      color: #fff;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(12px);
    }*/

.site-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 28px 40px;
}

.site-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--container-xw);
    margin: 0 auto;
}

.site-logo {
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    font-size: 18px;
    letter-spacing: 0.12em;
    color: var(--main-color);
    text-decoration: none;
    font-weight: 500;
}

.site-menu-btn {
    position: fixed;
    top: 28px;
    /* right: max(40px, calc((100vw - var(--container-xw)) / 2)); */
    right: 36px;
    z-index: 60;
    background: transparent;
    border: 0;
    /*width: 36px;
    height: 36px;*/
    width: 52px;
    height: 52px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.35s ease;
}
.site-menu-btn img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.site-menu-btn:hover {
    transform: rotate(12deg);
}
.site-menu-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: 4px;
    border-radius: 6px;
}

/* ===== 右側抽屜選單 ===== */
.site-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99;
}
.site-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}
.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(280px, 28vw, 360px);
    background: #4f89a8;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    padding: 28px 36px 36px;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 18px rgba(0, 0, 0, .15);
}
.site-drawer.is-open {
    transform: translateX(0);
}
.site-drawer-close {
    align-self: flex-end;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.site-drawer-close img {
    width: 18px;
    height: 18px;
    display: block;
    pointer-events: none;
}
.site-drawer-close:hover {
    transform: rotate(90deg);
    background: rgba(255, 255, 255, .08);
}
/* 抽屜頂部標題（擺渡人 / 知識方舟） */
.site-drawer-header {
    margin-top: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    text-align: right;
}
.site-drawer-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    text-decoration: none;
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    line-height: 1.1;
}
.site-drawer-logo-main {
    color: #ece4cf;
    font-size: clamp(30px, 3.4vw, 38px);
    font-weight: 600;
    letter-spacing: .22em;
    /* 抵銷字距在右側留下的空白，使右緣對齊 */
    margin-right: -.22em;
}
.site-drawer-logo-sub {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 500;
    letter-spacing: .42em;
    margin-right: -.42em;
}

.site-drawer-nav {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: right;
}
.site-drawer-nav a {
    color: rgba(255, 255, 255, .95);
    text-decoration: none;
    font-size: clamp(18px, 1.3vw, 22px);
    letter-spacing: .12em;
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    transition: opacity 0.2s ease;
}
.site-drawer-nav a:hover {
    opacity: 0.75;
}
/* 預設選單項目前方加上 ｜ 分隔 */
.site-drawer-nav a:not(.site-drawer-back)::before {
    content: "｜";
    color: rgba(255, 255, 255, .6);
    margin-right: 6px;
}
.site-drawer-nav .site-drawer-back {
    margin-top: 16px;
}
/* 抽屜底部的小船 + 橫線：船 300s 從左航行到右後停住，之後僅上下搖擺
   外層 .menu-boat-track 做平移（transform: translateX 有 sub-pixel 渲染，慢速也不會頓）
   內層 <img> 做上下搖擺；兩層分開避免 transform 互蓋 */
.site-drawer .menu-boat {
    margin-top: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    padding-bottom: 6px;
    position: relative;
    min-height: 44px;
}
.site-drawer .menu-boat .menu-boat-track {
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    will-change: transform;
    animation: drawer-boat-sail 45s linear forwards;
}
.site-drawer .menu-boat .menu-boat-track:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #4f89a8;
    display: block;
    position: absolute;
    bottom: 0;
}
.site-drawer .menu-boat .menu-boat-track img {
    width: 56px;
    height: auto;
    display: block;
    will-change: transform;
    animation: drawer-boat-bob 2.4s ease-in-out infinite;
}
@keyframes drawer-boat-sail {
    from { transform: translate3d(0, 0, 0); }
    /* 終點 = drawer 內部寬 - 船寬。drawer = clamp(280,28vw,360)，扣 padding 72 與船寬 56 後即下式 */
    to   { transform: translate3d(clamp(152px, calc(28vw - 128px), 232px), 0, 0); }
}
@keyframes drawer-boat-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
    .site-drawer .menu-boat .menu-boat-track {
        animation: none;
        transform: translate3d(clamp(152px, calc(28vw - 128px), 232px), 0, 0);
    }
    .site-drawer .menu-boat .menu-boat-track img {
        animation: none;
    }
}
/* drawer 開啟時鎖住主頁面捲動 */
body.has-drawer-open {
    overflow: hidden;
}

/* ===== 回到頁首按鈕 ===== */
.page-top {
    position: fixed;
    right: 36px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 60;
}
.page-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.page-top img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}
.page-top.is-visible:hover {
    transform: translateY(-4px);
}
.page-top:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: 4px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .page-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
}

.hero-question {
    position: absolute;
    /*left: 300px;*/
    left: 15vw;
    top: 190px;
    z-index: 11;
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    color: var(--secondary-color);
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.hero-question p {
    margin: 0;
}

.hero-question-highlight {
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 14px !important;
    font-size: 30px;
    letter-spacing: 0.08em;
}

.hero-cta {
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 11;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    color: var(--main-color);
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
}

.hero-cta-text {
    color: #293D5F;
    text-align: right;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.hero-cta-text p {
    margin: 0;
}

.hero-cta-arrow {
    width: 10px;
    height: 64px;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
}
.hero-cta-arrow img {
    animation: heroArrowBounce 1.6s ease-in-out infinite;
    will-change: transform;
}
.hero-cta-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 70%);
    transform: translate(-50%, 0) scale(0.6);
    opacity: 0;
    pointer-events: none;
    animation: heroArrowGlow 1.6s ease-out infinite;
}
.hero-cta-arrow:hover {
    transform: translateY(4px) scale(1.1);
    filter: drop-shadow(0 4px 10px rgba(255,255,255,0.5));
}
.hero-cta-arrow:hover img,
.hero-cta-arrow:hover::after {
    animation-play-state: paused;
}
@keyframes heroArrowBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(8px); }
}
@keyframes heroArrowGlow {
    0%   { transform: translate(-50%, 0) scale(0.6); opacity: 0.6; }
    80%  { transform: translate(-50%, 6px) scale(1.4); opacity: 0; }
    100% { opacity: 0; }
}





@media screen and (max-width: 1200px) {
    .hero-question {
        top: 85px;
        left: 14vw;
    }

    div#heroCopy {
        top: 10px;
    }
}

/* 首頁第一視覺結束*/


.section {
    position: relative;
    z-index: 20;
    max-width: 1120px;
    margin: 0 auto;
    padding: 96px 24px;
}

.section h2 {
    margin-top: 0;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.03em;
}

.cross-land {
    background-color: var(--background-sea-color);
    position: relative;
    min-height: calc(10dvw + 100dvw * 3335 / 1921);
}
.mountain-land-lv1 {
    background-image: url('../images/mountain_faraway.png');
    width: 100vw;
    height: 30vw;
}
.mountain-land-lv2 {
    background-image: url(../images/mountain.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100dvw;
    height: 29dvw;
    position: relative;
/*    position: absolute;
    top: 1dvw;
    left: 0;*/
}
.section2-mountain-land {
    background-color: var(--background-green2-color);
    /*min-height: 100dvh;*/
    width: 100dvw;
    height: 89dvw;
    position: relative;
    margin-top: 3vw;
    margin-bottom: 21vw;
    z-index: 3;
}
.section2-mountain-land:before {
    background-image: url(../images/section2_mountain_faraway.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 100vw;
    height: 14vw;
    position: absolute;
    left: 0;
    top: -13vw;
}

.mountain-river {
    top: 10dvw;
    width: 100dvw;
    height: auto;
    position: absolute;
    z-index: 0;
}
.mountain-river:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #25717c;
    top: 10%;
}

.mountain-river .river-img {
/*  full-image:  width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;*/

    width: 58vw;
    left: 42vw;
    top: 4px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}



.mountain-river .river-path-svg {
    position: absolute;
    top: 4px;
    right: 0%;
    width: 58vw;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}
/* 預設僅顯示桌機版 SVG；mobile SVG 由 @media 規則切換 */
.mountain-river .river-path-svg-mobile {
    display: none;
}
/* boat 預設只顯示桌機版；mobile 版由 @media 規則切換 */
.mountain-river .river-boat-mobile {
    display: none;
}

.mountain-river .river-boat,
.section-mountain-river .river-boat {
    position: absolute;
    left: 0;
    top: 0;
    /*width: 80px;*/
    width: 120px;
    height: auto;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    will-change: transform, left, top;
    pointer-events: none;
    z-index: 3;
}

.mountain-river .river-branch-container {
    position: absolute;
    margin-top: 0;
    top: calc(54dvw + 352px);
    left: 0px;
    width: 52vw;
    z-index: 2;
}

#id-main-content {
    /* 區塊對標 河流區塊 */
    top: 10dvw;
    width: 100dvw;
    max-width: 1440px;
    height: auto;
    padding: 0px 10%;
    position: absolute;
    /* 不設 z-index，避免建立 stacking context；改由內部 text 與 bg 元素分別控制 */
}
#id-main-content > label,
#id-main-content > h2,
#id-main-content > p {
    position: relative;
    z-index: 4;
}
#id-main-content label {
    display: block;
    /*font-size: clamp(28px, 3.2vw, 56px);*/
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 auto 40px;
    color: var(--text-cream);
}

#id-main-content h2 {
    /*font-size: clamp(72px, 9vw, 108px);*/
    font-size: 108px;
    font-weight: 700;
    letter-spacing: 5%;
    line-height: 1;
    margin: 0 auto 48px;
    color: var(--text-darkgreen);

}

#id-main-content p {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.08em;
    opacity: 0.9;
    margin: 0 auto;
}
.main-content-href {
    color: inherit;
}


.keyman-card {
    background-color: var(--card-bg-color);
    border: 1px solid #3B5A67;
    max-width: min(810px, 40vw);
    border-radius: 25px;
    padding: 30px;
    text-align: left;
    z-index: 2;
}

.keyman-card.text-right {
    text-align: right;
}
.keyman-card .name {
    color: var(--text-card-header-color);
    font-weight: 700;
    font-size: clamp(var(--minimal-font-size) , calc(60px * var(--font-size-scale)), 999px);
    line-height: 100%;
    letter-spacing: 5%;
    margin: 0px 0px 20px 0px;
}
.keyman-card .brief-description {
    color: var(--text-card-brief);
    /*font-size: 32px;*/
    font-size: clamp(var(--minimal-font-size) , calc(28px * var(--font-size-scale)), 999px);
    /*font-family: 'Noto Serif TC';*/
    font-weight: 700;
}
.keyman-card .description {
    color: var(--text-card-color);
    line-height: 1.6em;
    text-align: justify;
    padding-bottom: 3em;
    border-bottom: 1px solid;
}
.keyman-card .slogan-container {
    text-align: right;
    margin-top: calc(-1.5em - 3px);
}
.keyman-card .slogan {
    color: #363A3B;
    font-weight: bold;
    background-color: #e5e6e7;
    padding-left: 20px;
}

#id-keyman-card-container {
    position: absolute;
    /*top: 30dvw;*/
    top: 305px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    justify-items: end;
    z-index: 5;
    pointer-events: none;
}
#id-keyman-card-container > * {
    pointer-events: auto;
}

#id-Jung-Wen-Wang {
    margin-right: 50px;
}
#id-Yung-Feng-Lee{
    margin-top: calc(10dvw * var(--hero-gap-scale));
    margin-right: 140px;
}
#id-Liu-Ta-Tan {
    margin-top: calc(22dvw * var(--hero-gap-scale));
    margin-right: calc(100vw - 900px);
}
#id-Shuang-Zi-Yang {
    margin-top: calc(10dvw * var(--hero-gap-scale));
    margin-right: 50px;
}

.more-stories-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: min(640px, 55vw);
    margin-top: 60px;
    margin-right: 50px;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    font-weight: 700;
    font-size: clamp(20px, 1.8vw, 30px);
    letter-spacing: 0.18em;
    transition: opacity 0.3s ease;
}

.more-stories-link:hover {
    opacity: 0.78;
}

.more-stories-text {
    margin-bottom: 14px;
    font-size: clamp(20px, 2.1vw, 36px);
    line-height: 100%;
    letter-spacing: 5%;
    color: var(--text-cream);
}

.more-stories-bar {
    display: flex;
    width: 100%;
}
.more-stories-bar img {
    margin-left: auto;
}

.more-stories-line {
    flex: 1;
    height: 1px;
    background: currentColor;
}

.more-stories-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: currentColor;
}
@media screen and (max-width: 1300px) {
    #id-keyman-card-container {    justify-items: center;}
    .keyman-card {width: 80vw; max-width: unset;margin-right: 0px!important;margin-left: 10vw!important;}
    .keyman-card.text-right {text-align: left;}
    .more-stories-link {margin-right: 0px;width: 80vw;}
    /* 強制符合位置跟版型調整 */
    #id-Jung-Wen-Wang {margin-right: 10vw;margin-top: 5vw;}
    #id-Yung-Feng-Lee {margin-right: 55vw;text-align: left;}
}
@media screen and (max-width: 1300px) {
    /* 強制符合位置跟版型調整 */
    .mountain-river:before {top: 3%;}
    #id-main-content label {font-size: clamp(20px, 3vw, 46px); margin-bottom: 16px;}
    #id-main-content h2 {font-size: clamp(40px, 4vw, 64px);margin-bottom: 16px;}
    #id-main-content p {font-size: 14px;}
}
@media screen and (max-width: 1200px) {
    .keyman-card .description {padding-bottom: 2em; font-size: 14px;}
    #id-Liu-Ta-Tan {    margin-top: calc(10dvw * var(--hero-gap-scale));}
}



/* @media screen and (max-width: 1440px) {
    #id-Yung-Feng-Lee {
        margin-right: calc(95vw - min(810px, 40vw));
        margin-top: 30px;
    }
    #id-Shuang-Zi-Yang {
        margin-right: 5vw;
        margin-top: 30px;
    }
    #id-Liu-Ta-Tan {
        margin-right: calc(95vw - min(810px, 40vw));
        margin-top: 30px;
    }

} */

/* 背景圖片圖層 */
.land-tree01-container {
    width:40vw;
    position: absolute;
    left: 0;
}
.railway_bridge-container {
    margin-top: 54%;
    position: absolute;
    z-index: 2;
    left: 27vw;
    width: 55vw;
}
.river-branch-container {
    margin-top: 54%;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 52vw;
}
.land-tree02-container {
    margin-top: 70%;
    position: absolute;
    z-index: 1;
    left: 60vw;
    width: 40vw;
}
.bridge-container {
    margin-top: 110%;
    position: absolute;
    z-index: 2;
    left: 12vw;
    width: 70vw;
}
.land-tree03-container {
    margin-top: 140%;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 45vw;
}


@media (prefers-reduced-motion: reduce) {

    .layer,
    .copy {
        transform: none !important;
    }
}

@media (max-width: 900px) {
    .hero-content {
        align-items: flex-end;
        padding-bottom: 18dvh;
    }

    .copy {
        max-width: 100%;
    }

    .layer-cloud {
        width: 74vw;
        top: 10%;
        left: -16%;
    }

    

    /* 手機版：三朵雲 + 三段文字共用同一位置，由 JS 輪流淡入淡出 */
    .layer.layer-cloud.layer-cloud-01,
    .layer.layer-cloud.layer-cloud-02,
    .layer.layer-cloud.layer-cloud-03 {
        /* top: 8%; */
        /* left: 15vw; */
        right: auto;
        width: 70vw;
        min-width: 0;
        max-width: none;
        /* top: 30%; */
        top: 150px;
        left: 40%;
    }
    .layer-cloud-copy.cloud-copy-01,
    .layer-cloud-copy.cloud-copy-02,
    .layer-cloud-copy.cloud-copy-03 {
        /* top: 18%; */
        /* left: 10vw; */
        right: auto;
        width: 80vw;
        text-align: center;
        /* top: 35%; */
        top: 210px;
        left: 22.5%;
    }

    .layer-oceanwave {
        /* width: 100vw; */
        /* min-width: 0; */
        /* right: -20%; */
        /* bottom: 3%; */
        right: 0;
        left: -20vw;
        width: calc(100vw + 40vw);
        /* bottom: 3%; */
        bottom: 0px;
    }
    .layer-oceanwave.layer-oceanwave-01 {
        right: 0;
        left: -20vw;
    }

    .layer-oceanwave img {
        /* 圖貼齊 layer 下緣，讓海浪永遠跟隨 hero 底部，不受 layer 高度與圖實際高度差影響 */
        position: absolute;
        left: 0;
        /* bottom: 0; */
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .layer-foreground {
        width: 90vw;
        min-width: 0;
        left: -14%;
        bottom: -1%;
    }

    .site-nav {
        padding: 20px 24px;
    }

    .site-menu-btn {
        top: 20px;
        right: 24px;
    }

    .site-logo {
        font-size: 16px;
        text-shadow: 1px 1px 10px #FFF;
    }

    /* .hero-question {
        left: 180px;
        top: 40px;
        font-size: 18px;
    } */

    .hero-question-highlight {
        font-size: 22px;
    }

    .layer-cloud-copy {
        font-size: 13px;
    }

    .hero-cta {
        right: 24px;
        bottom: 24px;
        gap: 12px;
    }

    .hero-cta-text {
        font-size: 15px;
    }

    .hero-cta-arrow {
        height: 48px;
    }
}



/* 區塊2 - 四個大夢 */
.river-path2-svg {
    display: none;
    position: absolute;
    top: 54px;
    left: 10vw;
    width: 67vw;
    height: auto;
}
.river-path2-svg.river-path2-svg-desktop {
    display: block;
}
.river-path2-svg.river-path2-svg-md {
    left: 6vw;
    width: 48vw;
}
.river-path2-svg.river-path2-svg-xs {
    top: 21vw;
    left: 17px;
    width: 49vw;
}
.section-mountain-river {
    top: 10dvw;
    width: 100dvw;
    height: auto;
    position: absolute;
    z-index: 0;
}
img#section2Land {
    position: absolute;
    z-index: -1;
    top: 20vw;
    width: 17vw;
}
img#riverBridge2-1 {
    position: absolute;
    top: 20vw;
    width: 40vw;
    z-index: 10;
}
img#ncfta {
    position: absolute;
    top: 47vw;
    width: 20vw;
}

.section2-content {
    width: min(var(--container-w), 90%);
    min-height: 62vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.section2-title-group {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--text-cream);
}
.section2-kicker {
    margin: 0 0 .25em;
    /*font-size: clamp(30px, 3.25vw, 58px);*/
    font-size: clamp(24px, 2.6vw, 46px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .08em;
}
.section2-title-group h2 {
    margin: 0;
    color: #E99698;
    /*font-size: clamp(54px, 6.25vw, 112px);*/
    font-size: clamp(30px, 3.5vw, 64px);
    font-weight: 800;
    /*line-height: 1.05;*/
    line-height: 1.3em;
    margin-top: 20px;
    letter-spacing: .09em;
}
.dream-list {
    position: absolute;
    right: 0vw;
    top: clamp(110px, 18vw, 320px);
    width: min(720px, 53vw);
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1em;
}
.dream-item {
    display: grid;
    /*grid-template-columns: auto 1fr;*/
    grid-template-columns: 1fr;
    gap: clamp(14px, 1.4vw, 24px);
    align-items: start;
    margin-bottom: clamp(26px, 3.2vw, 58px);
    color: var(--text-cream);
}
.dream-copy .first-row {
    display: flex;
    align-items: baseline;
}
.dream-no {
    /*font-size: clamp(42px, 4.3vw, 76px);*/
    font-size: clamp(24px, 2.6vw, 46px);
    font-weight: 800;
    line-height: .92;
    padding-right: 20px;
}
.dream-copy h3 {
    margin: 0 0 .35em;
    /*font-size: clamp(28px, 3vw, 56px);*/
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .05em;
    white-space: nowrap;
}
.dream-copy em {
    color: #E99698;
    font-style: normal;
    letter-spacing: .02em;
    margin-left: .25em;
}
.dream-copy p {
    margin: 0;
    max-width: 620px;
    font-size: clamp(14px, 1.05vw, 19px);
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: .08em;
    color: rgba(247,237,209,.86);
}

/* ===== sann-kap-tsui ===== */
.sann-kap-tsui {
    position: absolute;
    z-index: 99;
    margin-top: -15vw;
    width: 90%;
    padding-left: 5%;
    display: flex;
    justify-content: center;
}
.sann-kap-tsui .title {
    margin-right: 50px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1em;
    display: flex;
    justify-content: center;
    /*font-size: 24px;*/
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
    color: #FAEAD8;
}
.sann-kap-tsui .subtitle {
    font-weight: bold;
    /*font-size: 22px;*/
    font-size: clamp(18px, 2.4vw, 22px);
    line-height: 36px;
    letter-spacing: 10%;
    text-shadow: 0px 3px 3px #00000080;
}
.sann-kap-tsui .content {
    font-weight: 400;
    /*font-size: 20px;*/
    font-size: clamp(14px, 1.05vw, 20px);
    line-height: 2em;
    letter-spacing: 10%;
    text-align: justify;
}


/* ===== Footer ===== */
.site-footer {
    position: relative;
    overflow: hidden;
    background: #4f89a8;
    color: rgba(255,255,255,.92);
    /* padding: clamp(46px, 5.5vw, 86px) 6vw 34px; */
    padding: 300px 6vw 34px;
    background-image: url(../images/footer_wave.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

body:not(#indexPage) .site-footer {
    background-image: none;
    background-color: #25717c;
    padding: 0px 6vw;
}
.footer-inner {
    width: min(1440px, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: clamp(40px, 5vw, 96px);
    row-gap: 36px;
    align-items: start;
}
.footer-left {
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
}
.footer-logo-icon {
    display: inline-block;
    width: 60px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.footer-logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer-journey {
    display: block;
    color: rgba(255,255,255,.95);
    text-decoration: none;
    font-size: clamp(18px, 1.3vw, 22px);
    letter-spacing: .08em;
    margin-bottom: 14px;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.footer-links a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: clamp(15px, 1.1vw, 18px);
    letter-spacing: .08em;
}
.footer-links a + a::before {
    content: "｜";
    padding: 0 .55em;
    color: rgba(255,255,255,.55);
}
.footer-description {
    margin-top: clamp(36px, 4vw, 64px);
    color: rgba(255,255,255,.82);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 2;
    letter-spacing: .06em;
}
.footer-description p {
    margin: 0;
}
.footer-books {
    display: flex;
    align-items: flex-end;
    gap: clamp(16px, 1.8vw, 32px);
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: end;
}
.footer-book {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: clamp(120px, 11vw, 170px);*/
    /* height: 200px; */
    height:auto;
}
.footer-book figcaption {
    color: #fff;
    font-size: clamp(14px, 1vw, 17px);
    letter-spacing: .06em;
    margin-bottom: 14px;
    white-space: nowrap;
    text-align: center;
}
.footer-book img {
    /*width: 100%;*/
    /*height: auto;*/
    width: auto;
    height: 100%;
    display: block;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .5));
}
.footer-books a {text-decoration: none;}
.footer-books a img { transition: transform 0.2s;}
.footer-books a:hover img { transform: scale(1.1);}
.footer-copyright {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: end;
    font-size: 14px;
    letter-spacing: .04em;
    color: rgba(255,255,255,.85);
    margin: 0;
    margin-top: 30px;
    line-height: 1.4em;
}
.footer-copyright a {color: #FFF;}

figure.footer-quote {
    padding: 0px;
    margin: 0px;
}

figure.footer-quote blockquote {
    margin: 0;
}

figure.footer-quote figcaption {
    width: 100%;
    /* text-align: right; */
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
}

figure.footer-quote figcaption:before {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

/* ===== 故事頁 footer 版型：左側 logo+nav、右側 quote + sailboat（含底線），最底左側為 copyright ===== */
body:not(#indexPage) .footer-inner {
    grid-template-rows: auto auto auto;
    padding: 56px 0 36px;
}
body:not(#indexPage) .footer-quote {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: end;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.8;
    letter-spacing: .04em;
    max-width: 700px;
}
body:not(#indexPage) .footer-quote blockquote {
    margin: 0;
}
body:not(#indexPage) .footer-quote figcaption {
    margin-top: 12px;
    color: rgba(255, 255, 255, .85);
}
body:not(#indexPage) .footer-sailboat {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    justify-self: stretch;
    align-self: end;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    justify-content: left;
    margin-top: 16px;
    padding-left: 5em;
}
body:not(#indexPage) .footer-sailboat img {
    width: 56px;
    height: auto;
    display: block;
}
body:not(#indexPage) .footer-copyright {
    grid-column: 1 / 2;
    margin: 16px 0 0;
    text-align: left;
    justify-self: start;
    margin-top: auto;
}
@media (max-width: 900px) {
    body:not(#indexPage) .footer-quote {
        grid-row: auto;
        grid-column: 1 / -1;
        justify-self: start;
        max-width: 100%;
    }
    body:not(#indexPage) .footer-sailboat {
        grid-row: auto;
        grid-column: 1 / -1;
    }
    body:not(#indexPage) .footer-copyright {
        grid-row: auto;
        grid-column: 1 / -1;
        justify-self: start;
        text-align: left;
        width: auto;
    }
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .footer-books {
        grid-row: auto;
        grid-column: 1 / -1;
        justify-self: start;
        flex-wrap: wrap;
        justify-content: end;
        margin: auto;
        align-items: flex-start;
        padding-left: 5%;
        padding-right: 5%;
    }
    .footer-copyright {
        grid-row: auto;
        grid-column: 1 / -1;
        justify-self: start;
        width: 100%;
        text-align: center;
    }
}



img.section2-right-section {
    position: absolute;
    right: 0;
    width: 80vw;
}

img.section2-r-section {
    position: absolute;
    right: 18vw;
    width: 80vw;
}
img.section2-r-section-v2 {
    /*width: 90vw;*/
    width: 100vw;
    position: absolute;
    right: 0;
}
.river-path2-svg {
    position: absolute;
    top: 9vw;
    left: 15vw;
    width: 42vw;
    height: auto;
}

/* 人物卡片 - 手機與小螢幕 */
@media (max-width: 900px) {
    .cross-land {
        min-height: 0;
        margin-bottom: -35vh;
    }


    /* 隱藏手機版本圖片, 改用before準確定位 */
    .bridge-container,
    .railway_bridge-container {display: none;}

    .mountain-land-lv2 {
        height: auto;
        /* 配合 river_xs.png（230×3129，比例約 13.6:1）以 50vw 寬度顯示 → 高度 ~680vw，再加上 top offset 與底部留白 */
        /*min-height: calc(50vw * 3129 / 230 + 40vw);*/
        /* 配合 river_md.png（230×1580）以 50vw 寬度顯示 → 高度 ~680vw，再加上 top offset 與底部留白 */
        min-height: calc(50vw * 1580 / 230 + 40vw);
        padding-bottom: 40px;
    }

    /* 河流：手機版改用 river_xs.png（更窄更長），靠右半邊；img 與 SVG 必須同位置才能讓 boat 沿視覺河道走 */
    .mountain-river .river-img {
        width: 50vw;
        left: 50vw;
    }
    .mountain-river .river-path-svg {
        width: 50vw;
        right: 0;          /* 與 img 一致：占右半 50vw */
        left: auto;
    }
    /* river-branch 也跟著縮窄並重新對齊到河身左側 */
    .mountain-river .river-branch-container {
        display: none;
        /* width: 30vw; */
        /* left: 18vw; */
        /* top: 50vw; */
    }
    /* 桌機/手機 SVG 切換 */
    .mountain-river .river-path-svg-desktop {
        display: none;
    }
    .mountain-river .river-path-svg-mobile {
        display: block;
    }
    /* 手機版切換 boat：藏桌機、顯手機 */
    .mountain-river .river-boat-desktop {
        display: none;
    }
    .mountain-river .river-boat-mobile {
        display: block;
    }
    /* 手機版卡片全寬（z-index: 4），boat 預設 3 會被蓋住，提到上面才看得到沿河移動 */
    .mountain-river .river-boat,
    .section-mountain-river .river-boat {
        z-index: 6;
        width: 8vw;
    }

    .keyman-card {
        max-width: calc(100vw - 40px);
        padding: 20px;
        z-index: 4;
    }
    .keyman-card .name {
        font-size: clamp(32px, 7vw, 44px);
        margin: 0 0 12px 0;
    }
    .keyman-card .brief-description {
        font-size: clamp(17px, 4vw, 22px);
        line-height: 1.4;
    }
    .keyman-card .description {
        font-size: clamp(13px, 3.6vw, 15px);
        padding-bottom: 2.4em;
    }
    .keyman-card .slogan {
        font-size: clamp(13px, 3.4vw, 15px);
        padding-left: 12px;
    }
    .keyman-card .slogan-container {
        margin-top: calc(-1.4em - 3px);
    }

    .keyman-card:nth-child(1) + .keyman-card:before {
        content: "";
        background-image: url(/assets/images/dongshan_river_railway_bridge.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 16vw;
        position: absolute;
        top: -18vw;
        left: 20px;
    }

    .keyman-card:nth-child(3) + .keyman-card:before {
        content: "";
        background-image: url(/assets/images/bridge.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 14vw;
        position: absolute;
        top: -18vw;
        left: 0;
    }

    #id-keyman-card-container {
        position: relative;
        top: auto;
        /* margin-top: 260px; */
        padding: 260px 20px 0px 20px;
        justify-items: center;
        row-gap: 24px;
        z-index: 4;
    }
    #id-Jung-Wen-Wang,
    #id-Yung-Feng-Lee,
    #id-Shuang-Zi-Yang,
    #id-Liu-Ta-Tan {
        margin-right: 0;
    }
    /*#id-Yung-Feng-Lee { margin-top: 6dvw; }
    #id-Shuang-Zi-Yang { margin-top: 10dvw; }
    #id-Liu-Ta-Tan { margin-top: 10dvw; }*/
    #id-Jung-Wen-Wang,
    #id-Yung-Feng-Lee,
    #id-Shuang-Zi-Yang,
    #id-Liu-Ta-Tan { margin-top: 24dvw; }

    .more-stories-link {
        width: calc(100vw - 40px);
        max-width: 480px;
        margin-right: 0;
        margin-top: 28px;
        font-size: clamp(17px, 4.6vw, 22px);
        letter-spacing: 0.14em;
    }
    .more-stories-text {
        margin-bottom: 10px;
    }
}

@media (max-width: 700px) {
    .mountain-land-lv2 {
        min-height: calc(50vw * 1889 / 230 + 40vw);
    }
    /* footer 出版品：≤700px 排成 2x2 */
    .footer-books {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 28px;
        justify-items: center;
    }
}
@media (max-width: 640px) {
    .keyman-card .description {
        text-align: left;
    }
    .mountain-land-lv2 {
        /* 配合 river_xs.png（230×3129，比例約 13.6:1）以 50vw 寬度顯示 → 高度 ~680vw，再加上 top offset 與底部留白 */
        min-height: calc(50vw * 3129 / 230 + 40vw);
    }
}
/* ===== Store List Page ===== */
.story-page {
    min-height: 100vh;
    background: var(--background-green-color);
    color: var(--text-cream);
    font-family: "Noto Serif TC", Arial, "Noto Sans TC", sans-serif;
}


.story-hero-boat {
    position: absolute;
    right: 12vw;
    top: 96px;
    width: 92px;
    z-index: 3;
}

.story-hero {
    background-image: url(../images/inner-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 52vw;
    position: relative;
}
.story-kicker {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(24px, 2.3vw, 38px);
    letter-spacing: .12em;
    font-weight: 500;
    position: absolute;
    top: 150px;
    margin-left: 5%;
    z-index: 99;
}
.story-title {
    position: absolute;
    margin: 0;
    color: #405a80;
    font-size: clamp(32px, 4vw, 60px);
    line-height: 1.08;
    letter-spacing: .08em;
    font-weight: 800;
    position: absolute;
    top: 200px;
    margin-left: 5%;
    z-index: 99;
}
.story-main {
    position: relative;
    margin-top: -20vw;
    padding: 0 6vw 110px;
    min-height: 900px;
    padding-bottom:22vw;
}
.story-main:after {
    content: "";
    background-image: url(../images/inner-bottom.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    height: 44vw;
    position: absolute;
    left: 0;
    margin-top: -22vw;
}



.story-content {
    position: relative;
    z-index: 2;
    width: min(var(--container-xw), 100%);
    margin: 0 auto;
}
.story-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
}
.story-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
    .story-tabs {
        margin-top: 40px;
    }
}
.story-tab {
    min-width: 108px;
    padding: 10px 28px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.08);
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .12em;
}
.story-tab.active {
    color: var(--text-card-header-color);
    background: var(--card-bg-color);
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.story-search {
    width: 260px;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.72);
    background: var(--card-bg-color);
    overflow: hidden;
}
.story-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 16px;
    background: transparent;
    color: var(--text-card-color);
    font: inherit;
    font-size: 14px;
}
.story-search button {
    flex: 0 0 58px;
    height: 100%;
    border: 0;
    border-left: 1px solid rgba(59,101,118,.18);
    border-radius: 999px;
    color: #fff;
    background: var(--text-card-header-color);
    font-size: 22px;
    cursor: pointer;
}
.story-search button img {
    margin: auto;
    width: 20px;
}
.story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}
.story-card {
    min-height: 172px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 22px;
    padding: 22px 22px 20px;
    border-radius: 14px;
    background: var(--card-bg-color);
    color: var(--text-card-color);
    box-shadow: 0 7px 18px rgba(0,0,0,.12);
}
.story-photo {
    width: 140px;
    height: 132px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f2f2f0 0%, #c9d2d6 100%);
    color: var(--text-card-header-color);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .08em;
}
.story-meta {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.story-badge {
    display: inline-block;
    min-width: 62px;
    padding: 5px 12px;
    border-radius: 999px;
    color: #fff;
    background: #7f9aa6;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: .08em;
}
.story-more {
    color: var(--text-card-header-color);
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .12em;
    border-bottom: 1px solid currentColor;
}
.story-name {
    margin: 0 0 8px;
    color: var(--text-card-header-color);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .06em;
    font-weight: 800;
}
.story-name small {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 700;
}
.story-brief {
    margin: 0;
    color: var(--text-card-brief);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .04em;
    /* 最多 2 行，超過顯示 ... */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.story-pagination {
    display: flex;
    gap: 22px;
    margin-top: 64px;
    align-items: center;
    color: var(--text-cream);
    font-size: 20px;
    letter-spacing: .16em;
}
.story-pagination a {
    color: inherit;
    text-decoration: none;
}
.story-pagination .current {
    border-bottom: 1px solid currentColor;
}
@media (max-width: 1100px) {
    /* .story-grid { grid-template-columns: repeat(2, 1fr); } */
    .story-grid { grid-template-columns: 1fr; }
    .story-toolbar { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
    .story-hero { min-height: 330px; padding: 96px 24px 96px; }
    .story-main { padding: 0 24px 72px; }
    .story-hero-boat { width: 68px; right: 28px; top: 92px; }
    .story-grid { grid-template-columns: 1fr; gap: 24px; }
    .story-card { grid-template-columns: 108px 1fr; gap: 16px; padding: 18px; }
    .story-photo { width: 108px; height: 116px; font-size: 16px; }
    .story-name { font-size: 21px; }
    .story-search { width: 100%; }
}
@media (max-width: 650px) {
    .story-hero {
        height: auto;
        min-height: 0;
        /* padding: 110px 5% 48px; */
        padding: 190px 5% 0px;
        background-position: bottom center;
    }
    .story-hero-inner { position: relative; z-index: 2; }
    .story-kicker,
    .story-title {
        position: static;
        top: auto;
        margin-left: 0;
    }
    .story-kicker { margin: 0 0 14px; }
    .story-title { margin: 0; }
    .story-main { margin-top: 0; }
    .story-hero-boat {display: none;;}
}
@media (max-width: 500px) {
    .story-card { grid-template-columns: 1fr; }
    .story-photo {width: 100%;height: auto;}
}

/* ===== News List Page ===== */
.news-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.news-row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 40px;
    align-items: stretch;
}
.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-cream);
    font-family: "Noto Serif CJK TC", "Noto Serif TC", "PingFang TC", serif;
    letter-spacing: .08em;
    line-height: 1;
    padding-top: 12px;
}
.news-date-year {
    font-size: 38px;
    font-weight: 300;
}
.news-date-bar {
    width: 40px;
    height: 1px;
    background: currentColor;
    margin: 22px 0;
    opacity: .8;
}
.news-date-md {
    font-size: 44px;
    font-weight: 400;
}
.news-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.news-link:hover,
.news-link:focus,
.news-link:visited {
    color: inherit;
    text-decoration: none;
}
.news-card-photo .news-link {
    display: block;
    width: 100%;
    height: 100%;
}
a.news-link:hover img {transform: scale(1.1);}
a.news-link img {transition: all 0.5s;}

.news-card {
    display: grid;
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
    gap: 36px;
    padding: 28px 36px 28px 28px;
    border-radius: 18px;
    background: var(--card-bg-color);
    color: var(--text-card-color);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
    align-items: stretch;
}
.news-card-photo {
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(135deg, #f2f2f0 0%, #c9d2d6 100%);
    aspect-ratio: 4 / 3;
    width: 100%;
}
.news-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-card-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.news-card-title {
    margin: 0 0 14px;
    color: #6E6364;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: .04em;
    font-weight: 800;
}
.news-card-brief {
    margin: 0;
    color:#333536;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .04em;
    flex: 1;
}
.news-card-brief p {
    margin: 0 0 8px;
}
.news-card-brief p:last-child {
    margin-bottom: 0;
}
.news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.news-card-badge {
    display: inline-block;
    min-width: 64px;
    padding: 7px 18px;
    border-radius: 999px;
    color: #FFF;
    background: #758993;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: .08em;
}
.news-card-more {
    position: relative;
    display: inline-block;
    color: var(--text-card-header-color);
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .12em;
    padding-bottom: 8px;
    margin-right: 6px;
}
.news-card-more::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: 0;
    width: 78px;
    height: 1px;
    background: currentColor;
}
.news-card-more::after {
    content: "";
    position: absolute;
    right: -22px;
    bottom: 8px;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}
.news-empty {
    color: var(--text-cream);
    text-align: center;
    padding: 48px 0;
    font-size: 16px;
}
@media (max-width: 1100px) {
    .news-row {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 24px;
    }
    .news-date-year { font-size: 30px; }
    .news-date-md { font-size: 34px; }
    .news-date-bar { margin: 16px 0; }
    .news-card {
        grid-template-columns: minmax(220px, 40%) minmax(0, 1fr);
        gap: 24px;
        padding: 22px;
    }
    .news-card-title { font-size: 19px; }
}
@media (max-width: 700px) {
    .news-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .news-date {
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        padding-top: 0;
    }
    .news-date-bar {
        width: 1px;
        height: 22px;
        margin: 0;
    }
    .news-date-year,
    .news-date-md { font-size: 24px; }
    /* .news-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
    } */
    .news-card-photo { aspect-ratio: 16 / 10; }
    .news-card-title { font-size: 18px; }
}

/* ===== News Detail Page ===== */
.news-detail-content {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}
.news-detail-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 36px;
}
.news-detail-side .news-date {
    padding-top: 0;
}
.news-detail-side .detail-back {
    margin: 280px 0 0;
}
.news-detail-card {
    background: var(--card-bg-color);
    color: var(--text-card-color);
    border-radius: 18px;
    padding: 22px 22px 36px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.news-detail-photo {
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #f2f2f0 0%, #c9d2d6 100%);
}
.news-detail-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.news-detail-body {
    padding: 0;
}
.news-detail-body .news-card-badge {
    display: inline-block;
    margin-bottom: 18px;
}
.news-detail-title {
    margin: 0 0 28px;
    color: var(--text-card-header-color);
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .04em;
}
.news-detail-text p {
    margin: 0 0 18px;
    color: var(--text-card-brief);
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: .04em;
}
.news-detail-text p:last-child {
    margin-bottom: 0;
}
.news-detail-source {
    margin-top: 32px;
    color: var(--text-card-header-color);
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .04em;
}
.news-detail-source p {
    margin: 0 0 4px;
    color: var(--text-card-header-color);
}
.news-detail-source a {
    color: var(--text-card-header-color);
    text-decoration: none;
    word-break: break-all;
}
.news-detail-source a:hover {
    text-decoration: underline;
}
@media (max-width: 1100px) {
    .news-detail-content {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 24px;
    }
    .news-detail-side .detail-back { margin-top: 200px; }
}
@media (max-width: 700px) {
    .news-detail-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .news-detail-side {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
    }
    .news-detail-side .news-date {
        flex-direction: row;
        gap: 14px;
    }
    .news-detail-side .news-date-bar {
        width: 1px;
        height: 22px;
        margin: 0;
    }
    .news-detail-side .news-date-year,
    .news-detail-side .news-date-md { font-size: 22px; }
    .news-detail-side .detail-back { margin: 0; }
    .news-detail-title { font-size: 18px; }
}

/* ===== Store Detail Page ===== */

.detail-content {
    min-height: 760px;
}
.detail-card {
    width: min(1030px, 82vw);
    min-height: 418px;
    margin: 0 auto;
    padding: 58px 58px 50px;
    display: grid;
    /*grid-template-columns: minmax(0, 1fr) 112px 270px;*/
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 34px;
    align-items: start;
    border: 1px solid rgba(59,90,103,.76);
    border-radius: 17px;
    background: var(--card-bg-color);
    color: var(--text-card-color);
    box-shadow: 0 10px 22px rgba(0,0,0,.11);
}
.detail-copy {
    padding-top: 2px;
}
.detail-copy p {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}
.detail-title {
    margin: 0 0 10px;
    color: var(--text-card-header-color);
    font-size: clamp(34px, 3.15vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: .08em;
}
.detail-title small {
    margin-left: 6px;
    font-size: .46em;
    font-weight: 800;
    letter-spacing: .08em;
}
.detail-copy p.detail-subtitle {
    margin: 0 0 42px;
    color: var(--text-card-brief);
    font-size: clamp(20px, 1.85vw, 30px);
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.35;
}
.detail-description {
    margin: 0;
    color: var(--text-card-brief);
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: justify;
}
.detail-badge {
    min-width: 105px;
    margin-top: 4px;
    padding: 9px 23px 10px;
    justify-self: center;
    border-radius: 999px;
    color: #fff;
    background: #7f9aa6;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .12em;
}
.detail-photo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 270px;
    height: 300px;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.detail-share {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 70px;
    color: var(--text-card-header-color);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .08em;
}
/*.detail-share a {
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: var(--text-card-header-color);
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}*/
.detail-back {
    position: relative;
    display: inline-block;
    margin: 66px 0 0 120px;
    padding-bottom: 14px;
    color: var(--text-cream);
    text-decoration: none;
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
}
.detail-back::before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 118px;
    height: 1px;
    background: currentColor;
}
.detail-back::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 17px;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: left center;
}
@media (max-width: 1100px) {
    .detail-card {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 24px;
        padding: 42px;
    }
    .detail-photo { width: 220px; height: 260px; }
    .detail-back { margin-left: 40px; }
}
@media (max-width: 760px) {
    .story-detail-main { padding: 44px 24px 0; }
    .detail-content { min-height: auto; padding-bottom: 72px; }
    .detail-card {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        gap: 22px;
    }
    .detail-badge { justify-self: start; order: -1; }
    .detail-photo { width: 100%; height: 260px; }
    .detail-share { margin-top: 36px; }
    .detail-back { margin: 42px 0 0 42px; }
}



/* 飛鳥 */
.bird-fly-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bird-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 70px;
  opacity: 0;
  transform-origin: center center;
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.bird-item svg {
  width: 100%;
  height: 100%;
  display: block;
}
div#id-bird-container1 {
    position: absolute;
    top: 16dvw;        /* 從 mountain-land-lv2 頂端起算，維持與原本 mountain-river 內 top:10% 接近的視覺位置 */
    left: 0;
    width: 50vw;
    height: 50vh;
    z-index: 3;        /* 在 mountain-land-lv2 stacking context 內：高於背景圖示(0~2)，低於文案(4)與卡片(5) */
    pointer-events: none;
}
div#id-bird-container2 {
    position: absolute;
    top: 40dvw;        /* 從 mountain-land-lv2 頂端起算，維持與原本 mountain-river 內 top:10% 接近的視覺位置 */
    left: 0;
    width: 160vw;
    height: 70vh;
    z-index: 3;        /* 在 mountain-land-lv2 stacking context 內：高於背景圖示(0~2)，低於文案(4)與卡片(5) */
    pointer-events: none;
}
div#id-bird-container3 {
    position: absolute;
    top: 80dvw;
    left: 0;
    width: 160vw;
    height: 150vh;
    z-index: 3;
    pointer-events: none;
}
div#id-bird-container4 {
    position: absolute;
    top: 150dvw;
    left: 0;
    width: 60vw;
    height: 60vh;
    z-index: 3;
    pointer-events: none;
}




/* 手機版本用的 第二區塊 */
@media screen and (max-width: 900px) {
    .dream-list {
        position: relative;
        width: 70vw;
        margin-left: 20vw;
        background-color: rgb(41 115 146 / 80%);
        padding: 10px;
        padding-top: 1.5em;
        /* margin-top: 0px; */
        top: 0px;
    }

    .section2-title-group {
        position: relative;
    }
    .section2-mountain-land {
        height: 104vw;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    .sann-kap-tsui {
        position: relative;
        margin-top: 0px;
        /* background-color: #4f89a8; */
        width: 100%;
        flex-wrap: wrap;
        background: linear-gradient(to bottom, #5287a7 0%, #4f89a8 100%);
        padding-right: 5%;
        border-top: 1px solid #5287a7;
        border-bottom: 1px solid #4f89a8;
        margin: 0px;overflow:hidden;margin-top: -3px; margin-bottom: -3px;
    }

    .sann-kap-tsui .title {
        writing-mode: unset;
        margin-top: 20px;
        margin-right: 0px;
        width: 100%;
    }
    
}

@media screen and (max-width: 767px) {
    .footer-left {
        flex-wrap: wrap;
    }

    .footer-left > div {
        width: 100%;
    }

}
@media screen and (max-width: 680px) {

/*}*/
/*@media screen and (max-width: 499px) {*/
    #section2Land {
        display: none;
    }
    .section-mountain-river {
        position: relative;
    }
    .section2-mountain-land {
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 30vw;
    }
}
@media screen and (min-width: 501px) and (max-width: 680px) {
    .section2-mountain-land {
        height: 139vw;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .section2-mountain-land {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 140vw;}
    .dream-list {
        width: 90vw;
        margin-left: 0;
    }

    .section2-title-group {
        padding-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .section2-mountain-land {
        height: 139vw;
    }
    .river-path2-svg.river-path2-svg-md {
        display: block;
    }
}
@media screen and (max-width: 425px) {
    .keyman-card {
        margin-left: 0px !important;
    }
    .dream-copy h3 {
        font-size: 20px;
    }

    .dream-item {
        margin-bottom: 20px;
    }

    .section2-title-group {
        background-color: rgb(41 115 146 / 80%);
    }

    .dream-list {
        margin-top: 0px;
    }

    .section2-title-group h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .river-path2-svg.river-path2-svg-xs {
        display: block;
    }
    .river-path2-svg.river-path2-svg-md {
        display: none;
    }
    .section2-mountain-land {
        height: 225vw;
    }
}
@media screen and (max-width: 375px) {


    .sann-kap-tsui .description p {
        margin: 0;
        padding-top: 20px;
    }

    .sann-kap-tsui .title {
        align-self: start;
        padding-top: 30px;
        margin-right: 30px;
    }

    .sann-kap-tsui .description {
        margin-right: 20px;
        text-align: justify;
    }
}




/* news-list styles */
.news-list-page {
    min-height: 100vh;
    background: var(--background-green-color);
    color: var(--text-cream);
    font-family: "Noto Serif TC", Arial, "Noto Sans TC", sans-serif;
}
.news-list-page .story-hero {
    background-image: url(../images/news-banner.jpg);
}
.news-river {
    background-image: url(../images/news-river.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: min(100vw, 1091px) auto;
    width: min(100vw, 1091px);
    position: absolute;
    top: -10.5vw;
    right: 30vw;
    -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 80%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 0, #000 80%, transparent 100%);
}
@media (max-width: 650px) {
    .news-river {display: none;}
    .story-detail-main {padding-top: 50px;}
    .story-hero {    position: relative; /* min-height: 57vw; */ background-position: bottom;}

}

@media (max-width: 1200px) {
    .news-card {grid-template-columns: 1fr;}
}
.story-hero:after {
        content: "";
        position: absolute;
        height: 4px;
        bottom: -2px;
        width: 100%;
        left: 0;
        background-color: #25717c;
        z-index: 0;
    }


/* 連結樣式 */
a.story-link {
    text-decoration: none;
}

a.story-link:hover img {
    transform: scale(1.1);
}

a.story-link img {
    transition: all 0.3s;
}

a.story-link:hover .story-card {
    box-shadow: 4px 4px 10px #0f4148;
}

/* 頁尾的敘述連結 */
.footer-description a {
    color: #FFF;
    transition: all 0.3s;
}

.footer-description a:hover {
    opacity: 0.7;
}



@media screen and (max-width: 900px) {
    /* 首頁第一視覺 - 手機版本 */
    #heroCopy .vlabel {
        width: 100%;
        position: relative;
    }

    #heroCopy .vlabel.line2 {
        margin-top: 0;
    }

    .hero-question {
        top: 180px;
        left: 0;
        margin-top: 10px;
    }
    .layer.layer-cloud.layer-cloud-01, .layer.layer-cloud.layer-cloud-02, .layer.layer-cloud.layer-cloud-03 {top: 350px;left: 15vw;}
    .layer-cloud-copy.cloud-copy-01, .layer-cloud-copy.cloud-copy-02, .layer-cloud-copy.cloud-copy-03 {top: 407px;left: 7vw;}
    .layer-oceanwave img {bottom: unset;}
    .layer-oceanwave.layer-oceanwave-01 {background: linear-gradient(180deg, transparent 50%, #9ab0dc 60%); left: -40vw;}
    /* 首頁第一視覺 End */

    #id-main-content {
        margin-top: 80px;
    }
    .site-footer {padding-top: 100px;}
}

@media screen and (max-width: 767px) {
    /* 首頁第一視覺 - 手機版本 */
    .hero-question {
        top: 150px;
        left: 0;
        margin-top: 10px;
    }
    .layer.layer-cloud.layer-cloud-01, .layer.layer-cloud.layer-cloud-02, .layer.layer-cloud.layer-cloud-03 {top: 300px;left: 15vw;}
    .layer-cloud-copy.cloud-copy-01, .layer-cloud-copy.cloud-copy-02, .layer-cloud-copy.cloud-copy-03 {top: 340px;left: 8vw;}
    /* 首頁第一視覺 End */

    #id-main-content {
        margin-top: 60px;
    }
    #id-Jung-Wen-Wang, #id-Yung-Feng-Lee, #id-Shuang-Zi-Yang, #id-Liu-Ta-Tan  {
        margin-top: 10dvw;
    }
}
@media screen and (max-width: 400px) {
    #id-Jung-Wen-Wang {margin-top: 20dvw;}
}



@media screen and (max-width: 900px) {
    #heroCopy .vlabel.line1 { font-size: clamp(30px, 10vw, 60px); }
    #heroCopy .vlabel.line2 { font-size: clamp(26px, 8vw, 54px); }
    .hero-question {font-size: clamp(18px, 4vw, 22px);}
    .hero-question-highlight {font-size: clamp(18px, 4vw, 22px);}
}
