@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400&family=Noto+Serif+TC:wght@600&display=swap");

/* =========================================================
   01｜全站基礎
   ========================================================= */

:root {
    --VCC: #d6c09a;
    --VCC-light: #eee1c8;
    --VCC-black: #0a0a0a;
    --VCC-line: rgba(214, 192, 154, 0.32);
    --inner-white: #eee8dc;
    --inner-gray: #aaa397;
    --header-height: 85px;
}

#page {
    background: url("https://pic03.eapple.com.tw/0981540301/back.png");
}

#content_main {
    margin-top: 0;
}


/* =========================================================
   02｜首頁輪播與 SLOGAN
   ========================================================= */

.BannerHome02 .swiperBan02 .swiper-slide img {
    transform: scale(1);
    transition: transform 5s ease-out;
}

.BannerHome02 .swiperBan02 .swiper-slide-active img {
    transform: scale(1.06);
}

.pageIndex .bannerindex {
    position: relative;
    overflow: hidden;
    background: var(--VCC-black);
}

.pageIndex .bannerindex .swiper-slide {
    position: relative;
}

.pageIndex .bannerindex .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(8, 7, 6, 0.34) 0%,
        rgba(8, 7, 6, 0.05) 24%,
        transparent 58%,
        rgba(8, 7, 6, 0.28) 100%
    );
}

.pageIndex .bannerindex .swiper-slide::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12%;
    z-index: 5;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 24px) scale(0.96);
    filter: blur(12px) brightness(1.25);
}

.pageIndex .bannerindex .swiper-slide-active::after {
    animation: sloganReveal 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1)::after {
    width: min(630px, 82vw);
    aspect-ratio: 630 / 117;
    background-image: url("https://pic03.eapple.com.tw/0981540301/slogen01.png");
}

.pageIndex .bannerindex .swiper-slide:nth-child(2)::after {
    width: min(703px, 82vw);
    aspect-ratio: 703 / 117;
    background-image: url("https://pic03.eapple.com.tw/0981540301/slogen02.png");
}

@keyframes sloganReveal {
    0% {
        opacity: 0;
        transform: translate(-50%, 24px) scale(0.96);
        filter: blur(12px) brightness(1.25);
    }

    45% {
        opacity: 0.8;
        filter: blur(4px) brightness(1.1);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
        filter: none;
    }
}

.pageIndex .bannerindex .swiper-pagination {
    z-index: 8;
}

.pageIndex .bannerindex .swiper-pagination-bullet {
    background: rgba(214, 192, 154, 0.38);
    opacity: 1;
}

.pageIndex .bannerindex .swiper-pagination-bullet-active {
    background: var(--VCC);
}

.pageIndex .bannerindex .swiper-button-prev,
.pageIndex .bannerindex .swiper-button-next {
    color: var(--VCC);
}


/* =========================================================
   03｜HEADER
   保留現有視覺，只精簡重複選取器
   ========================================================= */

.header_area {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: rgba(6, 6, 6, 0.97);
    border-bottom: 1px solid var(--VCC-line);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: background 0.4s ease;
}

.pageIndex .header_area {
    background: rgba(6, 6, 6, 0.88);
    backdrop-filter: blur(7px);
}

.header_area.sticky {
    background: rgba(4, 4, 4, 0.98);
}

.main_header_area {
    background: transparent;
}

.tp_links a,
.stellarnav > ul > li > a {
    color: var(--VCC);
}

.stellarnav > ul > li > a {
    margin: 0 9px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.stellarnav > ul > li:hover > a {
    color: var(--VCC-light);
}

.stellarnav li.has-sub > a::after {
    border-top-color: var(--VCC);
}

.stellarnav ul ul {
    background: rgba(15, 14, 13, 0.98);
    border: 1px solid var(--VCC-line);
}

.stellarnav li li a {
    color: var(--VCC);
    background: transparent;
}

.stellarnav li li a:hover,
.stellarnav li > ul > li:hover > a {
    color: var(--VCC-black);
    background: var(--VCC);
}


/* =========================================================
   04｜手機選單
   ========================================================= */

.stellarnav .menu-toggle span.bars span {
    background: var(--VCC);
}

.stellarnav .menu-toggle::after,
.stellarnav.mobile a {
    color: var(--VCC);
}

/* 第一層與 CLOSE */
.stellarnav.mobile > ul {
    padding: 0;
    background: #0a0a0a;
    border: 0;
    box-shadow: none;
}

.stellarnav.mobile > ul > .close-menu,
.stellarnav.mobile > ul > li > a {
    background: #0a0a0a;
    border-color: var(--VCC-line);
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #343434;}
/* 第二層子選單 */
.stellarnav.mobile ul ul {
    margin: 0;
    padding: 0;
    background: #141311;
    border: 0;
}
.stellarnav.mobile li.open{ background: #f3f3f300;}

.stellarnav.mobile ul ul li {
    border: 0;
    border-bottom: 1px solid rgba(214, 192, 154, 0.22);
}

.stellarnav.mobile ul ul li:last-child {
    border-bottom: 0;
}

.stellarnav.mobile ul ul a {
    padding-left: 22px;
    background: #141311;
}

.stellarnav .icon-close::before,
.stellarnav .icon-close::after,
.stellarnav a.dd-toggle .icon-plus::before,
.stellarnav a.dd-toggle .icon-plus::after {
    border-bottom-color: var(--VCC);
}


/* =========================================================
   05｜內頁 BANNER
   ========================================================= */

.banner {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    margin-top: var(--header-height);
    padding: 48px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(214, 192, 154, 0.10),
            transparent 55%
        ),
        linear-gradient(
            135deg,
            rgba(8, 8, 8, 0.98),
            rgba(25, 22, 18, 0.94)
        );
    border-bottom: 1px solid rgba(214, 192, 154, 0.28);
}

.banner h5 {
    margin: 0;
    padding: 0;
    color: var(--VCC);
    font-size: clamp(28px, 2.3vw, 38px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.banner h5::after {
    content: "PROJECTS";
    display: block;
    margin-top: 9px;
    color: #f2eee7;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
}

.blog_page .banner h5::after,
.blog_in_page .banner h5::after {
    content: "NEWS & ARTICLES";
}


/* =========================================================
   06｜專欄文章列表
   ========================================================= */

.blog_page .main_part,
.blog_in_page .main_part {
    max-width: 1600px;
    padding-top: 65px;
    padding-bottom: 100px;
}

.blog_page .path,
.blog_page .path a,
.blog_in_page .path,
.blog_in_page .path a {
    color: var(--inner-gray);
}

.blog_page .path a:hover,
.blog_in_page .path a:hover {
    color: var(--VCC-light);
}

.blog_page h5.blog_le_t,
.blog_page h4.blog_category_title,
.blog_in_page h5.blog_le_t,
.blog_in_page h4.blog_category_title {
    color: var(--VCC);
    font-weight: 500;
    letter-spacing: 2px;
}

.blog_page .blog_search input[type="search"] {
    color: #292621;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(214, 192, 154, 0.4);
}

.blog_page .accordion > li {
    overflow: hidden;
    background: rgba(14, 14, 13, 0.58);
    border: 1px solid rgba(214, 192, 154, 0.34);
}

.blog_page .accordion li .link,
.blog_page .accordion li .link a {
    color: var(--inner-white);
    background: transparent;
}

.blog_page .blog_le .accordion > li:hover,
.blog_page .blog_le .accordion > li.on_this_category {
    background: rgba(214, 192, 154, 0.14);
    border-color: rgba(214, 192, 154, 0.62);
}

.blog_page .submenu a {
    color: #b8b0a3;
    background: rgba(5, 5, 5, 0.42);
}

.blog_page .submenu li.on_this_category a,
.blog_page .submenu a:hover {
    color: var(--VCC-black);
    background: var(--VCC);
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.subbox_item {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(14, 14, 13, 0.70);
    border: 1px solid rgba(214, 192, 154, 0.18);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.subbox_item:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 192, 154, 0.55);
}

.subbox_item > a {
    display: block;
    height: 100%;
    color: inherit;
}

.blog_list_le {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
}

.blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.subbox_item:hover .blog_list_le img {
    transform: scale(1.04);
}

.blog_list_ri {
    padding: 20px 21px 23px;
}

.blog_list_ri h5 {
    margin: 0 0 9px;
    color: var(--VCC-light);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1px;
}

.blog_list_ri p {
    margin: 0;
    color: #b8b0a3;
    font-size: 14px;
    line-height: 1.8;
}

.blog_list_ri em {
    display: block;
    margin-top: 13px;
    color: #948c81;
    font-size: 12px;
    font-style: normal;
}


/* =========================================================
   07｜專欄文章內容
   ========================================================= */

.blog_in_page .blog_ri,
.blog_in_page .edit,
.blog_in_page .edit p,
.blog_in_page .edit li {
    color: var(--inner-white);
}

.blog_in_page .blog_ri h1,
.blog_in_page .blog_ri h2,
.blog_in_page .blog_ri h3,
.blog_in_page .blog_ri h4,
.blog_in_page .blog_ri h5,
.blog_in_page .blog_ri h6,
.blog_in_page .edit h1,
.blog_in_page .edit h2,
.blog_in_page .edit h3,
.blog_in_page .edit h4,
.blog_in_page .edit h5,
.blog_in_page .edit h6 {
    color: var(--VCC-light);
    font-weight: 500;
}

.blog_in_page .blog_shareData,
.blog_in_page .blog_shareData a {
    color: var(--inner-gray);
}

.blog_in_page .edit {
    padding: 42px 0 90px;
    font-size: 16px;
    line-height: 2;
}

.blog_in_page .edit a {
    color: var(--VCC);
}

.blog_in_page .edit img {
    max-width: 100%;
    height: auto;
}

.blog_in_page .blog_back a {
    color: var(--VCC-light);
    background: rgba(14, 14, 13, 0.88);
    border: 1px solid rgba(214, 192, 154, 0.34);
}

.blog_in_page .blog_back a:hover {
    color: var(--VCC-black);
    background: var(--VCC);
}


/* =========================================================
   08｜實績案例分類
   ========================================================= */

.work_page .main_part,
.work_info_page .main_part {
    width: 100%;
    max-width: 1600px;
    padding: 70px 30px 110px;
}

.work_page .path,
.work_page .path a,
.work_info_page .path,
.work_info_page .path a {
    color: var(--inner-gray);
}

.album_fixed_title,
.subalbum-menu h2 {
    color: var(--VCC);
    background: transparent;
    font-weight: 500;
    letter-spacing: 2px;
}

.show-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.show-list .item {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    overflow: hidden;
    color: var(--VCC);
    font-size: 20px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.show-list .item:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 192, 154, 0.58);
}

.show-list .item > a {
    display: block;
    width: 100%;
    color: inherit;
    background: transparent;
}

.show-list .show_pic {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}

.show-list .show_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.04);
}

.show-list .show_name {
    margin: 0;
    padding: 14px 17px 16px;
    position: static;
    color: var(--VCC-light);
    background: rgba(13, 13, 12, 0.98);
    border: 0;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 1px;
    text-align: left;
    opacity: 1;
    transform: none;
}

.show-list .item:hover .show_name {
    color: var(--VCC);
    background: #171410;
}

.other_subalbum li {
    background: transparent;
}

.other_subalbum li a p {
    color: var(--VCC);
    font-size: 20px;
    line-height: 2;
    text-align: center;
}


/* =========================================================
   09｜實績案例照片
   ========================================================= */

.subalbum-menu {
    padding-bottom: 30px;
    text-align: left;
}

.subalbum-menu h2 {
    font-size: 25px;
    line-height: 1.5;
    float: none;
}

.pic-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pic-list .item {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(214, 192, 154, 0.18);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.pic-list .item:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 192, 154, 0.52);
}

.pic-list .item a {
    display: block;
    width: 100%;
    padding: 0;
}

.pic-list .show_pic {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}

.pic-list .show_pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pic-list .item:hover img {
    transform: scale(1.035);
}

.work_info_page .edit,
.work_info_page .edit p,
.work_info_page .edit li {
    color: var(--inner-white);
}

.work_info_page .edit a {
    color: var(--VCC);
}


/* =========================================================
   10｜首頁實績標題
   ========================================================= */

.module_i_album {
    padding: 90px 20px 100px;
    background: #0a0a0a url("https://pic03.eapple.com.tw/0981540301/back.png") repeat;
}

.module_i_album .title_i_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin: 0 auto 50px;
    text-align: center;
}

.module_i_album .title_i_box h6 {
    display: none;
}

.module_i_album .title_i_box::before,
.module_i_album .title_i_box::after {
    color: var(--VCC);
    font-family: "Cinzel", serif;
    font-weight: 400;
    line-height: 1;
}

.module_i_album .title_i_box::before {
    content: "P";
    order: 1;
    font-size: 60px;
}

.module_i_album .title_i_box::after {
    content: "ROJECTS";
    order: 2;
    font-size: 50px;
    letter-spacing: 0.025em;
}

.module_i_album .title_i_box h4 {
    order: 3;
    flex: 0 0 100%;
    position: relative;
    margin: 17px 0 0;
    padding-top: 18px;
    color: var(--VCC-light);
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-align: center;
}

.module_i_album .title_i_box h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 66px;
    height: 1px;
    background: rgba(214, 192, 154, 0.8);
    transform: translateX(-50%);
}


/* =========================================================
   11｜FOOTER 與浮動按鈕
   ========================================================= */

.footer {
    position: relative;
    color: #cbbd9f;
    background: linear-gradient(180deg, #17130f, #070605);
    border-top: 1px solid var(--VCC-line);
}

.footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: min(180px, 32vw);
    height: 1px;
    background: var(--VCC);
    transform: translateX(-50%);
}

.footer p,
.footer li,
.footer a,
.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #cbbd9f;
}

.footer a:hover,
.footer_info li p a:hover {
    color: var(--VCC-light);
}

.copy {
    color: #9e9076;
    background: #060504;
    border-top: 1px solid var(--VCC-line);
}

.copy a,
.privacyLinks a {
    color: #b8a98d;
}

.info_fix_links a,
#to_top {
    color: var(--VCC);
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid var(--VCC-line);
}

.info_fix_links a:hover,
#to_top:hover {
    color: var(--VCC-black);
    background: var(--VCC);
}


/* =========================================================
   12｜聯絡表單
   ========================================================= */

.blank_letter {
    color: #bca987;
}

.contact_form li .form__label {
    color: #fff;
}


/* =========================================================
   13｜RWD
   ========================================================= */

@media screen and (max-width: 1100px) {
    .blog_subbox,
    .show-list,
    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    :root {
        --header-height: 63px;
    }

    .nav-header {
        max-width: 160px;
    }

    .me_tp_features {
        display: none;
    }

    .pageIndex .header_area {
        background: #0a0a0a;
        border-bottom-color: var(--VCC-line);
        box-shadow: none;
        backdrop-filter: none;
    }

    .pageIndex .bannerindex {
        margin-top: var(--header-height);
    }

    .pageIndex .bannerindex .swiper-slide::after {
        bottom: 10%;
        width: 88vw;
    }

    .banner {
        min-height: 165px;
        padding: 36px 18px;
    }

    .banner h5 {
        font-size: 25px;
        letter-spacing: 3px;
    }

    .banner h5::after {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .blog_page .main_part,
    .blog_in_page .main_part,
    .work_page .main_part,
    .work_info_page .main_part {
        padding: 46px 20px 72px;
    }

    .blog_subbox,
    .show-list,
    .pic-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .module_i_album {
        padding: 70px 20px 80px;
    }

    .module_i_album .title_i_box {
        margin-bottom: 38px;
    }

    .module_i_album .title_i_box::before {
        font-size: 48px;
    }

    .module_i_album .title_i_box::after {
        font-size: 40px;
    }

    .module_i_album .title_i_box h4 {
        margin-top: 14px;
        font-size: 18px;
    }

    #bottom_menu {
        background: rgba(8, 7, 6, 0.98);
        border-top: 1px solid var(--VCC-line);
    }

    #bottom_menu li a,
    #bottom_menu li a i {
        color: var(--VCC);
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

