/* ============================================================
   DuraOne Footer v2
   ============================================================ */

.foot2 {
    background: #f5f3ef;
    border-top: 3px solid #c41d1f;
}

.foot2 .v2-brand img {
    height: 50px;
    width: auto;
}

.foot-intro p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
    color: #706860;
    max-width: 290px;
}

.foot-mail {
    margin-top: 22px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #2a2420;
    border-bottom: 2px solid rgb(196 29 31 / 0.32);
    padding-bottom: 6px;
    text-decoration: none;
    transition: color .2s;
}
.foot-mail:hover { color: #c41d1f; }

.foot-soc {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}
.foot-soc a {
    width: 40px; height: 40px;
    border: 2px solid rgb(0 0 0 / 0.12);
    border-radius: 2px;
    display: grid; place-items: center;
    color: #706860;
    transition: .2s;
    text-decoration: none;
}
.foot-soc a:hover {
    background: #c41d1f;
    color: #fff;
    border-color: #c41d1f;
}

/* ── Column links ── */
.fcol h5 {
    font-family: "Archivo", "Noto Sans TC", sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #2a2420;
    margin-bottom: 20px;
    font-weight: 600;
}
.fcol a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
    color: #706860;
    transition: color .2s, padding-left .2s;
    text-decoration: none;
}
.fcol a:hover {
    color: #c41d1f;
    padding-left: 4px;
}

/* ── Bottom bar ── */
.foot-bot {
    font-size: 12.5px;
    color: #8a8078;
    border-top: 2px solid rgb(0 0 0 / 0.12);
    padding-block: 18px;
}
.foot-bot a {
    color: #8a8078;
    text-decoration: none;
    transition: color .2s;
}
.foot-bot a:hover { color: #2a2420; }
