.phone-1{position:fixed;right:1%;top:20%;z-index:1000;}
.fb{position:fixed;right:1%;top:32%;z-index:1000;}
.line-1{position:fixed;right:1%;top:44%;z-index:1000;}
.ig{position:fixed;right:1%;top:56%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 430px){ 
  .phone-1, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .youtube-1, .tiktok , .thread , .messenger-link , .mail-1 { 
    transform: scale(0.7);
    right:0;
  }
}

/*根元素*/
:root{
--white:#ffffff; /* 背景(白) var(--white)*/
--black:#282828; /* 段落文字  var(--black)*/
--card:#f1f1f1; /* 卡片底(淺灰) var(--card)*/
--text:#080808; /* 主要文字(深灰) var(--text)*/
--text2:#9e8877; /* h3次要文字(灰褐) var(--text2)*/
--text3:#f0e9e0; /* h4次要文字(淺褐) var(--text3)*/
--text4:#f6f4f2; /* 次要文字(淺灰褐) var(--text4)*/
--shadow: 0 5px 10px rgba(0,0,0,.25); /* 陰影 var(--shadow)*/
--gradient: linear-gradient(120deg, var(--text) 0%, var(--text2) 100%); /* 漸層 var(--gradient)*/
}

/*logo&頁籤選單文字區塊左右靠齊*/
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;
}

.topnavbar .container {
  padding: 0;  /* 清除內距 */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#logo { margin: 0 4rem; }

body {
    background-color: #fff;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}

.t-Serif { font-family: 'Noto Serif TC', serif; }/*宋體*/
.t-playfair { font-family: "Playfair", serif; }

/*動到表格手機不會破版*/
table {
  table-layout: fixed;
  word-wrap:break-word;
} 

hr {
  border-top: 1px solid #ddd;
  border-bottom: 0;
  margin: 2em 0;
}

/*編輯欄設定*/
#main-wrap .container {
  font-size: clamp(14px, 2vw, 16px);
  color:  var(--black);
}/*編輯欄文字*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

.fcol p{  
  line-height: 2;
  text-wrap: pretty ;  /*適用內文,段落避開孤字*/
 }

h1, h2, h3, h4, h5, h6 { 
  font-family: 'Noto Serif TC', serif; 
  text-wrap: balance ;  /*適用標題和短文案,視覺效果更平衡*/
} 

.fcol h2 { 
  color: var(--text);
  font-size: clamp(26px, 3vw, 36px);/*最小值 首選值 最大值 限制屬性值區間*/
}

.fcol h3 { 
  color: var(--text);
  font-size: clamp(24px, 3vw, 30px);/*最小值 首選值 最大值 限制屬性值區間*/
}


/*nav*/
#nav ul li a {
    white-space: normal; /*自動換行*/
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #2C3A32;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: var(--text);/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: var(--text);/*頁籤按下後文字顏色*/
    font-weight: 500;
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    width: max-content;/*最大內容*/
    text-align: left;
}

#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

/*產品頁*/
#side h3 {
  background-image: var(--gradient);
  font-size: 1.4em;
  font-weight: 700;
  color: var(--white);
}
#side ul li a {
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}
#side ul li a:hover {
  color: var(--text);
}

ul.product-list li a {
    color: var(--text);/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: var(--text2);/*產品格滑過文字顏色*/
}
ul.product-list li h3 {
    font-size: 0.9rem;
    padding: 0 15px;
}
.productdetail .detail-spec h2 {
    color: #333;
    font-size: clamp(20px,3vw,24px);
}/*產品內頁標題文字*/


/*分頁title文字顏色,before;after左右短線*/
.h1title h1{
    text-align: center;
    color: var(--text);
  margin-top: 1em;
}
.h1title h1 span::after, 
.h1title h1 span::before {
  content: "";
  display: inline-block;
    background: var(--text);
    width: 25px;
    height: 1px;
    margin: 10px;
}

a {
    color: var(--text);/*連結顏色*/
    text-decoration: none;
}
a:hover { color: var(--text2); }

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}
.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}
/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(900 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(0 / 1920 * 100%); /* 內頁 banner 大小 */
}

#bodyinhome .fcol:nth-child(-n+6) .container {  width: 100%; padding: 0;} /*首頁-全編輯欄間距*/
body.about-us .fcol:nth-child(-n+7) .container {  width: 100%; padding: 0;} /*首頁-全編輯欄間距*/

#bodyinhome .fcol.fcol-2 {     background-color: var(--text4); }

#bodyinhome .fcol.fcol-5 {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(-45deg, var(--text) 20%, transparent 50%, var(--text) 80%), url(https://static.iyp.tw/409999/files/8ca77c24-d33f-4caa-8f6d-3a7224fc12b4.JPEG);
      padding: 3em 0;
}

body.about-us ,body.product-list { background-color: var(--text4); }

#bodyinpage .fcol.fcol-3 .container {  width: 100%; padding: 0; }
  
  
/*首頁*/
/* == 按鈕--文字+箭頭滑動 ==*/
/* 按鈕主體 */
.vo-btn-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--text);
	font-family: sans-serif;
}
/* 文字本體與短底線 */
.vo-btn-more__text {
	position: relative;
	font-size: clamp(12px, 2vw, 14px);
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.vo-btn-more__text::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 2em;
	height: 1px;
	background-color: #555555;
}
/* 純 CSS 箭頭：橫線本體 */
.vo-btn-more__arrow {
	position: relative;
	width: 60px;/* 箭頭長度 */
	height: 1px;/* 橫線粗細 */
	background-color: #555555;
	display: inline-block;
	transition: transform 0.3s ease;
}
/* 純 CSS 箭頭：右側尖端 (利用 1px 邊框旋轉 45 度) */
.vo-btn-more__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	/* 高度置中微調 */
	width: 6px;
	height: 6px;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	transform: rotate(45deg);
}

/* 滑鼠懸停效果 */
.vo-btn-more:hover .vo-btn-more__arrow {
  color: var(--text2);
  transform: translateX(6px);
}

/* 純 CSS 箭頭：橫線本體-白 */
.vo-btn-more__arrow2 {
	position: relative;
	width: 60px;/* 箭頭長度 */
	height: 1px;/* 橫線粗細 */
	background-color: #fff;
	display: inline-block;
	transition: transform 0.3s ease;
}
/* 純 CSS 箭頭：右側尖端 (利用 1px 邊框旋轉 45 度)-白 */
.vo-btn-more__arrow2::after {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	/* 高度置中微調 */
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
/* 滑鼠懸停效果 */
.vo-btn-more:hover .vo-btn-more__arrow2 {
  color: var(--text2);
  transform: translateX(6px);
}

/*滿版插圖*/
.about-img-1 img{
  display: block;
  width: 100%;
  height: -webkit-fill-available;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media only screen and (max-width: 768px){ 
  .about-img-1 img{  aspect-ratio: 16 / 9; }
} /* 在螢幕寬度 768px 以下顯現 */


/* ===================================================
  COLLECTION 產品-便當盒排版-層疊錯落網格
   =================================================== */
.bento-gallery-wrap, .bento-gallery-wrap * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.bento-gallery-wrap {
	display: grid;
	width: 100%;
	max-width: 1700px;
	margin: 40px auto;
	padding: 0 16px;
	gap: 15px;
	/* 網格標準間距 */
	background-color: transparent;
}
/* ===================================================
   2. 卡片基礎與超連結
   =================================================== */
.bento-gallery-wrap .bg-card {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	overflow: hidden;
	background-color: #f2efe9;
}
.bento-gallery-wrap .bg-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
/* 滑鼠懸停效果 */
.bento-gallery-wrap .bg-card:hover img {
	transform: scale(1.04);
}
/* ===================================================
   3. 文字標籤與中英文懸停切換
   =================================================== */
.bento-gallery-wrap .bg-label {
	position: absolute;
	top: 16px;
	left: 16px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 3;
	pointer-events: none;
}
/* 預設狀態：顯示英文，隱藏中文 */
.bento-gallery-wrap .bg-label .en {
	display: none;
}
.bento-gallery-wrap .bg-label .zh {
	display: inline-block;
	letter-spacing: 3px;	/* 中文字體微調字距增加質感 */
	font-weight: 500;
}
/* 懸停狀態 (.bg-card:hover)：隱藏英文，顯示中文 */
.bento-gallery-wrap .bg-card:hover .bg-label .en {	display: inline-block; }
.bento-gallery-wrap .bg-card:hover .bg-label .zh {	display: none; }
/* 標題卡片樣式 */
.bento-gallery-wrap .bg-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent;
	padding: 20px;
	cursor: default;
}
.bento-gallery-wrap .bg-title h2 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  color: var(--text);
  letter-spacing: 1px;
}
.bg-line {
  width: 30px;
  height: 1px;
  background-color: var(--text);
  margin: 15px 0;
}
/* ===================================================
   4. 電腦版 (Desktop: >= 992px) - 6欄梯級錯落網格
   =================================================== */
@media (min-width: 992px) {
	.bento-gallery-wrap {
		grid-template-columns: repeat(6, 1fr);
		grid-auto-rows: 210px;
	}
	/* 第一列 */
	.bento-gallery-wrap .bg-title {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.bento-gallery-wrap .bg-instock {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.bento-gallery-wrap .bg-sofa {
		grid-column: 3 / 5;
		grid-row: 1 / 2;
	}
	.bento-gallery-wrap .bg-chairs {
		grid-column: 5 / 7;
		grid-row: 1 / 3;
	}
	/* 第二與三列 (錯落定位) */
	.bento-gallery-wrap .bg-tables {
		grid-column: 1 / 4;
		grid-row: 2 / 4;
		z-index: 1;
	}
	.bento-gallery-wrap .bg-kids {
		grid-column: 4 / 5;
		grid-row: 2 / 3;
		z-index: 1;
	}
	/* OUTDOOR 壓圖與縫隙切割核心設定 */
	.bento-gallery-wrap .bg-outdoor {
		grid-column: 3 / 5;
		grid-row: 3 / 4;
		z-index: 2;
		/* 蓋在 TABLES 上層 */
		outline: 15px solid var(--text4);
		/* 模擬壓圖間隔邊框 */
	}
	.bento-gallery-wrap .bg-lighting {
		grid-column: 5 / 7;
		grid-row: 3 / 4;
		z-index: 1;
	}
}
/* ===================================================
   5. 平板版 (Tablet: 768px ~ 991px)
   =================================================== */
@media (min-width: 768px) and (max-width: 991px) {
	.bento-gallery-wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 200px;
	}
	.bento-gallery-wrap .bg-title {
		grid-column: span 1;
		grid-row: span 1;
	}
	.bento-gallery-wrap .bg-instock {
		grid-column: span 1;
		grid-row: span 1;
	}
	.bento-gallery-wrap .bg-sofa {
		grid-column: span 2;
		grid-row: span 1;
	}
	.bento-gallery-wrap .bg-chairs {
		grid-column: span 1;
		grid-row: span 2;
	}
	.bento-gallery-wrap .bg-tables {
		grid-column: span 1;
		grid-row: span 1;
	}
	.bento-gallery-wrap .bg-kids {
		grid-column: span 1;
		grid-row: span 1;
	}
	.bento-gallery-wrap .bg-outdoor {
		grid-column: span 1;
		grid-row: span 1;
		outline: none !important;
		/* 平板取消壓圖 outline */
	}
	.bento-gallery-wrap .bg-lighting {
		grid-column: span 1;
		grid-row: span 1;
	}
}
/* ===================================================
   6. 手機版 (Mobile: < 767px)
   =================================================== */
@media (max-width: 767px) {
	.bento-gallery-wrap {
		grid-template-columns: 1fr;
		grid-auto-rows: 220px;
		gap: 12px;
	}
	.bento-gallery-wrap .bg-card {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
		outline: none !important;
		/* 手機取消壓圖 outline */
	}
	.bento-gallery-wrap .bg-title {
		height: auto;
		padding: 10px 0;
	}
}

/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  top:40%;
  left: 0;
  right: 0;
  transform: translateY(0%);
}
.owl-carousel.owl-theme .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 2em; /*箭頭大小*/
  width: auto;
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  height: auto; 
  aspect-ratio: 4 / 3;  /*比例*/
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}

/*首頁-品牌*/
/* 右側欄位背景色與滿版對齊 */
.vo-brand-grid-col {
  background-color: #f7f5f2; /* 底色調整為與參考圖相近的米白/淺灰 */
  padding: 3em 2em;
  display: flex;
  align-items: center; /* 垂直居中對齊 */
}

/* Grid 網格設定：固定 3 列 (一排 3 個) */
.vo-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 一排 3 等分 */
  gap: 2.5em 1.5em; /* 上下與左右的間距 */
  width: 100%;
}

/* 每個品牌格子 */
.vo-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #222222;
  text-transform: uppercase;
  min-height: 50px; /* 為未來放 Logo 預留高度 */
}

.vo-brand-item img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(100%); /* 強制轉灰階維持統一風格 */
  transition: transform 0.4s ease;
  mix-blend-mode: multiply; /*正片疊底*/
  opacity: 0.6;
}

.vo-brand-item img:hover {
  filter: grayscale(0%); /* 滑鼠懸停時恢復原色 */
  opacity: 1;
  transform: scale(1.1);
}

/* 手機版 (768px 以下) 自動轉為一排 2 個或 1 個 */
@media (max-width: 767px) {
  .vo-brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em 1em;
  }
}

/*首頁-FAQ*/
.faq-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.faq-card h3 {
  font-size: clamp(16px, 2vw, 18px);
  text-wrap: auto;
  margin-top: 5px;
}

/*footer*/
#footer {
    color: var(--text);
    background-color: var(--text4);
}
#foot-nav {
  display:none;
}
.contact-row h5 {
  color: var(--text);
  font-family: 'Noto Sans TC', sans-serif;
}
#contact-info ul li span {
    color: var(--text);
}
#footer a, #footer a:hover {
    color: initial;
}

/*footer-社群icon按鈕*/
.f-icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.f-icon ul li i {
  font-size: 18px;
  color: #fff;
}
.f-icon-btn {
  width: 35px;
  height: 35px; 
  background-color: var(--text2);
  border-radius: 100%;
  margin: 0 auto;
  border-width: 0;
  transition: all 0.3s ease;
  line-height: 0;
      position: relative;
}
.f-icon-btn a {  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.f-icon-btn:hover { background-color: var(--text); }


/*分頁-公司簡介*/
/* 照片牆容器：設定 2 欄 2 列 Grid 布局 */
.vo-story-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 左大欄佔 2 份，右小欄佔 1 份 */
  grid-template-rows: 1fr 1fr;    /* 上下分成等高的 2 列 */
  gap: 10px;                      /* 圖片間的白色縫隙，可依需求調整 */
  width: 100%;
  height: 100%;
  min-height: 500px;              /* 確保桌機版有足夠高度 */
}

/* 格子與圖片滿版填滿設定 */
.vo-story-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 讓圖片 100% 裁切填滿，防變形 */
.vo-story-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 左側大圖：跨越 2 列 (從第 1 列延伸到第 3 列線) */
.vo-story-item--large {
  grid-row: span 2;
}

/* 平板與手機版 (767px 以下) 自動切換為單欄垂直排列 */
@media (max-width: 767px) {
  .vo-story-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 10px;
  }
  
  .vo-story-item--large {
    grid-row: span 1; /* 手機版不跨列，恢復為一般單張高度 */
  }

  .vo-story-item {
    height: 250px; /* 手機版固定圖片高度 */
  }
}

/* 公司簡介-特色區塊 ICON 樣式 */
.vo-feature-icon {
  font-size: 2rem;            /* 圖示大小 */
  color: var(--text, #2b2b2b); /* 圖示顏色，預設吃網站 --text 變數 */
  margin-bottom: 0.8rem;      /* 與英文標題的間距 */
  display: inline-block;
  line-height: 1;
}

/* ==========================================================================
   品牌介紹
   ========================================================================== */
.brand-pg-header {
	border-bottom: 1px solid var(--text3);
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
}
.brand-pg-title {
	font-size: clamp(26px, 3vw, 30px) !important;
	color: var(--text);
	margin-bottom: 1rem;
	letter-spacing: -0.02em;
}
.brand-pg-subtitle {
	font-size: 1.1rem;
	color: var(--black);
	font-weight: 400;
	margin: 0;
	line-height: 1.8;
}
.brand-pg-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.5rem;
}
.brand-pg-tag {
	background-color: var(--card);
	color: var(--text);
	font-size: 0.8rem;
	padding: 0.3rem 0.8rem;
	border-radius: 0;	/* 完全直角 */
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.brand-pg-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.brand-pg-section {
	background-color: transparent;
	padding: 0;
}
/* H3 套用 --text2 (灰褐) 與左側俐落直角邊框 */
.brand-pg-section-title {
	font-size: 1.25rem !important;
	font-weight: 600;
	color: var(--text2);
	margin-bottom: 1rem;
	border-left: 2px solid var(--text2);
	padding-left: 0.75rem;
	letter-spacing: 0.03em;
}
/* 段落文字 */
.brand-pg-text {
	color: var(--black);
	margin-bottom: 1rem;
	text-align: justify;
}
/* 卡片區塊：純方角，移除預設陰影改以極簡邊框呈送 */
.brand-pg-highlight {
	background-color: var(--card);
	border-radius: 0;	/* 完全直角 */
	padding: 1.5rem;
	margin: 1.5rem 0;
	border-left: 3px solid var(--text);
}
/* H4 標題套用漸層 background: var(--gradient) 與 --text3 (淺褐) 文字，純直角 */
.brand-pg-highlight-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--text3);
	background: var(--gradient);
	padding: 0.5rem 0.85rem;
	border-radius: 0;	/* 完全直角 */
	margin-bottom: 0.75rem;
	letter-spacing: 0.03em;
}
.brand-pg-footer-cta {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--card);
	text-align: center;
}

/* ==========================================================================
   商品一覽-產品圖文連結
   ========================================================================== */
.vo-product-card {
  position: relative;/* 關鍵：設定為絕對定位的基準點，讓 a 標籤範圍只限定在此卡片內 */
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease;
	text-align: center;
}
/* 連結a 使用 absolute 覆蓋整個卡片範圍 */
.vo-product-card a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* Hover 互動效果：輕微向上懸浮與加深邊框/陰影 */
.vo-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
/* Active 互動效果：模擬點擊按下的回饋感 */
.vo-product-card:active {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
.vo-product-img-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: var(--card);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vo-product-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Hover 時圖片微放大效果 */
.vo-product-card:hover .vo-product-img-wrapper img {
	transform: scale(1.03);
}
/* Figcaption 產品文字標籤 */
.vo-product-caption {
	padding: 1rem;
	background-color: #ffffff;
}
.vo-product-title {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text);
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
.vo-product-en {
  display: block;
  font-size: 0.8rem;
  color: var(--text2);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* =========================
	服務流程
	=========================*/	
/* 區塊整體背景與邊距 */
.process-section {
  background-color: #f7f5f2; /* 暖米色背景 */
  padding: 60px 20px;
  margin: 0 -16px;
  text-align: center;
  font-family: "Noto Serif TC", "Playfair Display", serif;
}

.process-container {
  max-width: 1700px;
  margin: 0 auto;
}

/* 流程外框佈局 */
.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 3em;
}

/* 單個步驟 */
.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 數字標題與下劃線 */
.step-num {
  font-family: serif;
  font-size: 22px;
  color: #2b2b2b;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.step-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #777777;
}

/* 圓形圖示區域 */
.step-icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  margin-bottom: 20px;
}

/* Font Awesome 圖示大小與顏色調整 */
.step-icon i {
  font-size: 38px;
  color: #5a524c; /* 棕灰色調 */
}

/* 步驟文字描述 */
.step-text {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text);
  letter-spacing: 1px;
  margin: 0;
  white-space: nowrap;
}

/* 步驟箭頭 */
.step-arrow {
  padding: 0 10px;
  margin-top: -30px; /* 對齊圓圈中心高度 */
}

.step-arrow i {
  font-size: 16px;
  color: #aaaaaa;
}

/* 手機版 (RWD) 彈性切換 */
@media (max-width: 768px) {
  .process-steps {
    flex-direction: column;
    gap: 30px;
  }
  
  .step-arrow {
    transform: rotate(90deg);
    margin-top: 0;
  }
  
  .step-text {
    white-space: normal;
  }
}