@charset "utf-8";
/* CSS Document - 全局共用、首頁、產品頁與 About 頁整合版 */

/* ==========================================================================
   1. 全局與首頁/產品頁基礎樣式 (保留 100% 舊版定位結構)
   ========================================================================== */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    font-family: "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    background-color: #000;
    height: auto;
	margin-bottom: 1000px;
}

.bg-image {
    width: 100%;
    height: auto;
    display: block;
}

.interactive-btn {
    position: absolute;
    border: 2px solid rgba(255, 0, 0, 0);
    background: rgba(255, 0, 0, 0);
    cursor: pointer;
    z-index: 10;
}

.nav-text-btn {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 0.72rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    pointer-events: none;
    z-index: 5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

/* === 頂部選單位置 === */
.pos-platen { top: 2.5%; left: 80%; width: 18%; height: 4.0%; }
.pos-focus { top: 10.5%; left: 80%; width: 18%; height: 4.0%; }
.pos-partnr { top: 18.5%; left: 80%; width: 18%; height: 4.0%; }

/* === Home 與 About us 位置 === */
.pos-home { top: 1.5%; left: 16%; width: 14%; height: 3.2%; }
.pos-about {
    top: 18.5%;
    left: 1.5%;
    width: 15.5%;
    height: 8%;
    justify-content: flex-end !important;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.nav-text-home { font-size: 0.85rem; color: #ffffff; font-weight: bold; }
.nav-text-about { font-size: 0.65rem; color: #ffffff; line-height: 1.2; }
.nav-text-about span { color: #fff; font-size: 0.8rem; font-weight: bold; }

.lang-switch-btn {
    position: absolute;
    top: 1.6%;
    left: 30.5%;
    width: 6%;
    height: 2.8%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 15;
}

/* ==========================================================================
   子選單按鈕樣式與雙欄佈局 (P1~P7 在左，SS1~SS3 在右)
   ========================================================================== */
.menu-child-btn {
    position: absolute;
    width: 16%;                  /* 調整寬度以適應雙欄 */
    background: rgba(230, 80, 0, 0.85);
    border: 2px solid #ff6600;
    border-radius: 20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 20;
    display: none;               /* 預設隱藏 */
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    box-sizing: border-box;
}

/* --- 左欄：Platen 普通系列 (P1 ~ P7) --- */
.btn-p1 { top: 3.0%;  left: 64%; height: 3.5%; }
.btn-p2 { top: 7.7%;  left: 64%; height: 3.5%; }
.btn-p3 { top: 12.4%; left: 64%; height: 3.5%; }
.btn-p4 { top: 17.1%; left: 64%; height: 3.5%; }
.btn-p5 { top: 21.8%; left: 64%; height: 3.5%; }
.btn-p6 { top: 26.5%; left: 64%; height: 3.5%; }
.btn-p7 { top: 31.3%; left: 64%; height: 3.5%; }

/* --- 右欄：Combo 系列 (SS1 ~ SS3，並排在 P1 ~ P3 旁) --- */
.btn-ss1, .btn-ss2, .btn-ss3 {
    background: rgba(180, 120, 0, 0.9);   /* 微調背景色以區隔 Combo 系列 */
    border: 2px solid #ffd700;            /* 金色邊框凸顯 Gold Disc 特色 */
}

.btn-ss1 { top: 3.0%;  left: 46%; height: 3.5%; }
.btn-ss2 { top: 7.7%;  left: 46.0%; height: 3.5%; }
.btn-ss3 { top: 12.4%; left: 46.0%; height: 3.5%; }


/* 口號標語 */
.top-slogan-text {
    position: absolute;
    top: 48.5%;
    left: 4%;
    width: 92%;
    text-align: center;
    color: #eed4a2;
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.9);
    z-index: 6;
}

/* 眼鏡框 */
.frame-charm { 
    top: 53.5%; left: 13%; width: 38%; height: 12%; border-radius: 12px; 
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.frame-cool { 
    top: 53.5%; left: 55%; width: 38%; height: 12%; border-radius: 12px;
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.glass-btn-img {
    object-fit: contain;
    display: block;
    width: 90%;
    height: 90%;
    max-height: 100%;
    max-width: 100%;
}
.glass-btn-text {
    position: absolute;
    bottom: 1px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
    z-index: 12;
    pointer-events: none;
    box-sizing: border-box;
}
.frame-charm .glass-btn-text { right: 9px; text-align: right; }
.frame-cool .glass-btn-text { left: 9px; text-align: left; }

.slogan-text {
    position: absolute;
    top: 66.5%;
    width: 92%;
    left: 4%;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
    z-index: 5;
}

h1.top-slogan-text{
margin:0;
	padding:0;
	font-size:18px;
	font-weight: bold;	
}


h2.block-yellow-text{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight: normal;
}

/* 底部區塊佈局 */
.display-portion {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 96%;
    height: 160px;
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
    gap: 1%;
    z-index: 5;
}

.left-section-wrapper {
    flex: 0 0 58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

/* 修正後的右側漸層區塊 (修復原本語法錯誤) */
.right-section-wrapper {
    flex: 0 0 40%;
    height: 100%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(100,100,100,0.8) 35%, rgba(0,0,0,1.0) 100%);
    overflow: hidden;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.top-frames-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1%;
    height: calc(100% - 60px); 
    width: 100%;
}

.portion-block {
    box-sizing: border-box;
    overflow: hidden;
    border: none;
}

.block-img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-yellow {
    width: 100%;
    height: 35px; 
    background: transparent; 
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-shrink: 0;
    order: 1;
}

.block-yellow-text {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
    line-height: 14px;
    box-sizing: border-box;
}

.block-white {
    width: 100%;
    flex: none;
    height: auto;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center; 
    align-items: center;
    order: 2;
}
.block-white .block-img {
    width: 90%;
    height: auto;
    display: block;
}

.block-red { 
    flex: 0 0 65%;
    height: 100%;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.block-red .block-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.block-green { 
    flex: 0 0 34%;
    height: 100%;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;	
    display: flex;
}

.block-green .block-img {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.block-blue {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    box-sizing: border-box;
    display: flex; 
    justify-content: center;
    align-items: center;
    z-index: 6;
}
.block-blue .block-img {
    object-fit: contain;
    width: auto;
    height: 95%;
    max-height: 57px;
    max-width: 100%;
}


/* ==========================================================================
   2. about.html 奢華晨曦黑金風格 (專為 uplaten_background-02 背景打造)
   ========================================================================== */

/* 主內容區域 */
.about-container {
    width: 90%;
    max-width: 500px;
    margin: 25px auto 40px auto;
    padding: 24px 20px;
    box-sizing: border-box; 
    background: rgba(121,80,50,0.88); 
    border-radius: 16px;
    border: 1px solid rgba(241, 194, 125, 0.4);
    
}

/* 將 about-section 改為 Contact us 版塊的漸層黑金風格 */
.about-section {
    margin-bottom: 20px;
    background: #ffffff
    border: 1px solid #f1c27d;
    padding: 18px 20px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.about-section h3 {
    font-size: 1.05rem;
    color: #f1c27d !important;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.about-section p, 
.about-section ul, 
.about-section li {
    color: #000000 !important;
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 8px;
    font-weight: 300;
}

/* 右下角可點選心心按鈕樣式 */
.about-heart-btn {
    position: absolute;
    right: 15px;
    bottom: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.about-heart-btn:hover {
    transform: scale(1.2);
}

.about-heart-btn svg {
    pointer-events: none; 
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.4);
    stroke: #f1c27d;
    stroke-width: 1px;
    transition: fill 0.3s ease, transform 0.2s ease;
}


/* 點選啟動後的紅心效果 */
.about-heart-btn.active svg {
    fill: #ff3333;
    stroke: #ff3333;
    filter: drop-shadow(0 0 5px rgba(255, 51, 51, 0.8));
}

.promo-container {
    position: absolute !important;
    bottom: -700px !important;    /* 強行推到背景圖的最底端下方 */
    left: 50% !important;         /* 靠中 */
    transform: translateX(-50%) !important; /* 精確水平居中 */
    width: 96% !important;        /* 寬度拉滿至 90% */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    z-index: 999 !important;      /* 確保最上層顯示 */

/* 1. 相片框與文字疊加樣式 */
.promo-card {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(241, 194, 125, 0.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.promo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.promo-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.promo-text-overlay h3 {
    margin: 0;
    font-size: 1.0rem;
    color: #eed4a2;
}

.promo-text-overlay p {
    margin: 4px 0 0 0;
    font-size: 0.75rem;
    color: #cccccc;
}
