/*
Theme Name: Pure & True
Theme URI: https://pure-and-true.com
Description: 專業名牌手袋與皮革維修網站主題
Version: 1.0
Author: Your Name
Author URI: https://pure-and-true.com
Text Domain: pure-and-true
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:    #AC8368;
  --gold-lt: #d4b896;
  --dark:    #2c2318;
  --mid:     #6b5744;
  --light:   #f3ede6;
  --gray:    #F2F0F1;
  --white:   #ffffff;
  --text:    #2F2F2F;
  --text-lt: #2F2F2F;
}

html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans TC', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ─── NAV ─── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e8e0d8;
}
nav {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; height: 64px;
}

.wpml-ls-statics-footer,.otgs-development-site-front-end{
  display: none!important;
}

.features, .services-grid, .testimonials-grid, .reviews-slider, .partners-grid, .steps-row{
  max-width: 1000px;
  margin: 0 auto;
}

.nav-toggle,
.submenu-toggle {
  display: none;
}
.nav-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid #e4dbd1;
  background: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: var(--dark);
  transition: transform .2s, opacity .2s;
}
.logo {
  display: flex; flex-direction: column; align-items: center; line-height: 1;
}

nav ul {
  list-style: none; display: flex; gap: 28px;
}
nav ul li {
  position: relative;
}
nav ul li a {
  font-size: 14px; color: var(--text); letter-spacing: 1px;
  transition: color .2s;
}


/* Dropdown Menu */
nav ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 11px;
}
nav .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: var(--white);
  min-width: 160px;
  padding: 0;
  margin-top: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
/* 橋接 nav item 和 dropdown 之間的空隙，防止 hover 中斷 */
nav .dropdown::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}
nav ul li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
nav .dropdown li {
  margin: 0;
}
nav .dropdown li a {
  display: block;
  padding: 14px 28px;
  color: var(--text);
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

nav .dropdown li:hover {
  background: var(--gold);
  color: var(--white);
}

.nav-social { display: flex; gap: 16px; }
.nav-social a { font-size: 15px; color: var(--text); transition: color .2s; }
.nav-social a:hover { color: var(--gold); }

/* ─── HERO ─── */
#hero {
  position: relative; max-height: 100vh; min-height: 663px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; align-items: center; justify-content: center;
}
#hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 100%);
}
.hero-content {
  position: relative; text-align: center; color: var(--white); padding: 0 20px;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-content h1 {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(32px, 5vw, 43px);
  font-weight: 700; letter-spacing: 6px; margin-bottom: 36px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.hero-content .btn-outline{
  max-width: 187px;
  margin: 0 auto;
}
.btn-outline {
  display: inline-block;
  border: 1px solid var(--white); color: var(--white);
  padding: 12px 36px; font-size: 15px; letter-spacing: 3px;
  transition: background .25s, color .25s;
}
.btn-outline:hover { background: var(--white); color: var(--dark); }
.btn-gold {
  display: inline-block;
  background: var(--gold); color: var(--white);
  padding: 14px 42px; font-size: 13px; letter-spacing: 3px;
  transition: background .25s;
}
.btn-gold:hover { background: var(--mid); }
.btn-dark {
  display: inline-block;
  border: 1px solid var(--white); color: var(--white);
  padding: 13px 38px; font-size: 15px; letter-spacing: 3px;
  transition: background .25s, color .25s;
}
.btn-dark:hover { background: var(--white); color: var(--dark); }

/* ─── TAGLINE ─── */
#tagline {
  padding: 60px 24px;
  text-align: center; background: var(--white);
}
#tagline p {
  font-size: 15px; color: var(--text-lt); letter-spacing: 2px; margin-bottom: 50px; font-weight: 400;
}
.features {
  display: flex; justify-content: space-between; gap: 80px;
  flex-wrap: wrap; padding: 0 30px;
}
.feature-item { text-align: center; 
  height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Noto Serif TC', serif;
    align-items: center;
}
.feature-icon {
  font-size: 36px; color: var(--gold); margin-bottom: 14px; width: 80px; display: flex;
    justify-content: center;
}
.feature-icon img{
  max-height: 80px;
}
.feature-item h3 { font-size: 20px; letter-spacing: 2px; color: var(--dark); font-weight: 600; margin: 0 auto; }

/* ─── SERVICES ─── */
#services {
  background: var(--gray); padding: 70px 24px;
}
.section-title {
  text-align: center; font-family: 'Noto Serif TC', serif;
  font-size: 30px; letter-spacing: 4px; color: var(--dark);
  margin-bottom: 48px; font-weight: 600;
}
.services-grid {
  margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.service-card { background: transparent; overflow: hidden; text-align: center; }
.service-card-image {
  position: relative;
  overflow: hidden;
  width: 235px; height: 235px;
  max-width: 100%;
  margin: 0 auto;
}
.service-card-image img { 
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.service-card-image h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 20px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 20px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.service-card-body { padding: 18px 16px 20px; }
.service-card-body p {
  font-size: 15px; color: var(--text-lt); line-height: 1.8;
  margin: 0;
}

/* ─── TESTIMONIALS ─── */
#testimonials {
  padding: 70px 24px; background: var(--white);
}
.testimonials-grid {
  margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.testimonial-item {
  position: relative; overflow: hidden;
}
.testimonial-item img {
  width: 100%; height: 260px; object-fit: cover;
  transition: transform .4s;
}
.testimonial-item:hover img { transform: scale(1.04); }
.testimonial-caption {
  font-size: 15px; color: var(--text-lt); margin-top: 10px;
  letter-spacing: 1px;
}

/* ─── REVIEWS ─── */
#reviews {
  background: var(--gray); padding: 70px 24px;
}
.reviews-slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.reviews-wrap {
  display: flex; gap: 20px; overflow-x: auto; padding-bottom: 8px;
  scroll-snap-type: x mandatory; justify-content: flex-start;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.reviews-wrap::-webkit-scrollbar {
  display: none;
}
.review-card {
  flex: 0 0 calc((100% - 20px) / 2);
  background: var(--white);
  padding: 26px 28px 24px;
  scroll-snap-align: start;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

}
.reviewer {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.reviewer-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
.reviewer-name { font-size: 20px; font-weight: 500; }
.stars { color: #f5a623; font-size: 20px; margin-bottom: 10px; letter-spacing: 2px; }
.review-text { font-size: 15px; color: var(--text-lt); line-height: 1.3; }
.reviews-nav {
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  pointer-events: all;
}
/* 桌面版：評論 ≤ 2 時隱藏按鈕 */
.few-reviews .reviews-nav { display: none; }
.reviews-nav button {
  pointer-events: all;
  width: 40px; height: 40px; border: 1px solid var(--gold);
  color: var(--gold); background: transparent; cursor: pointer; font-size: 14px;
  transition: background .2s, color .2s;
  flex-shrink: 0;
  border-radius: 30px;
}
.reviews-nav button:hover { background: var(--gold); color: var(--white); }

.reviews-nav button.disabled, .reviews-nav button:disabled {
    cursor: default;
    pointer-events: none;
    background: unset;
    color: var(--gold);
}
/* ─── PARTNERS ─── */
#partners {
  padding: 70px 24px; background: var(--white);
}
.partners-grid {
  max-width: 1000px; margin: 0 auto 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.partners-grid img {
  width: 100%; height: 160px; object-fit: cover;
  transition: opacity .25s;
}
.partners-grid img:hover { opacity: .85; }
.partners-cta { text-align: center; }
.btn-border {
  display: inline-block;
  border: 1px solid var(--dark); color: var(--dark);
  padding: 12px 40px; font-size: 15px; letter-spacing: 3px;
  transition: background .25s, color .25s;
}
.btn-border:hover { background: var(--dark); color: var(--white); }

/* ─── STEPS ─── */
#steps { background: var(--gray); padding: 70px 24px; }
.steps-row {
  margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: nowrap; gap: 16px;
}
.step-item { text-align: center; flex: 1 1 0; min-width: 0; }
.step-label {
  font-size: 20px; color: var(--gold); letter-spacing: 1px; margin-bottom: 14px; font-family: 'Noto Serif TC', serif; font-weight: 600;
}
.step-circle {
  width: 117px; height: 117px; border-radius: 50%;
  background: var(--gold); margin: 0 auto 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: space-evenly;
  gap: 8px; padding: 14px;
}
.step-circle-img {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.step-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-circle i { font-size: 36px; color: var(--white); }
.step-item .step-title {
  font-size: 20px; font-weight: 600; color: var(--text-lt);
  letter-spacing: 0.5px; line-height: 1.3; font-family: 'Noto Serif TC', serif; margin-bottom: 14px;
}
.step-desc { font-size: 15px; color: var(--text-lt); line-height: 1.2; }

/* ─── CTA BANNER ─── */
.cta-banner {
  position: relative; padding: 201.32px 24px;
  background: url('https://images.unsplash.com/photo-1585386959984-a4155224a1ad?w=1600&q=80') center/cover no-repeat;
  text-align: center;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;

}
.cta-content { position: relative; color: var(--white); }
.cta-content h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(32px, 4vw, 43px); letter-spacing: 4px;
  margin-bottom: 16px;
}
.cta-content p {
  font-size: 20px; letter-spacing: 3px; margin-bottom: 36px;
  color: rgba(255,255,255,.8);
}

/* ─── FOOTER ─── */
footer {
  background: #2B2B2B; color: rgba(255,255,255,.7);
  padding: 60px 24px 0px 30px;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 200px 1fr auto; gap: 60px;
  padding-bottom: 40px; 
}
.footer-logo .logo-text { color: var(--white); }
.footer-logo .logo-border { border-color: rgba(255,255,255,.5); }
.footer-logo .logo-sub { color: var(--gold-lt); }
.footer-nav {
  display: flex; gap: 60px; flex-wrap: wrap;
}
.footer-nav-col h5 {
  font-size: 12px; color: var(--white); letter-spacing: 2px;
  margin-bottom: 16px; font-weight: 500;
}
.footer-nav-col ul { list-style: none; }
.footer-nav-col ul li { margin-bottom: 10px; }
.footer-nav-col ul li a {
  font-size: 14px; letter-spacing: 1px;
  transition: color .2s;
}
.footer-nav-col ul li a:hover { color: var(--gold-lt); }
.footer-contact { text-align: left; }
.footer-contact h5 {
  font-size: 14px; color: var(--white); letter-spacing: 2px; margin-bottom: 16px;
}
.footer-contact p { font-size: 14px; line-height: 2; }
.footer-social { display: flex; justify-content: flex-start; gap: 16px; margin-top: 16px; }
.footer-social a { font-size: 16px; transition: color .2s; }
.footer-social a:hover { color: var(--gold-lt); }
.footer-bottom {
  width: 100%; margin: 0;
  text-align: center; font-size: 11px; color: rgba(255,255,255,.35);
  letter-spacing: 1px; background: #202020; padding: 30px 30px;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ─── WHATSAPP FAB ─── */
.whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: transform .2s;
}
.whatsapp-fab:hover { transform: scale(1.08); }

/* ─── UTILITY ─── */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
/* ─── HOME PAGE ─── */
.home .service-card-image:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(100, 70, 44, 0.42);
}
/* ─── ABOUT PAGE ─── */
.page-header {
  position: relative; height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex; align-items: center; justify-content: center;
  min-height: 663px;
}
.page-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,.6) 100%);
}
.page-header-content {
  position: relative; text-align: center; color: var(--white);
}
.page-header-content h1 {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(32px, 4vw, 43px);
  font-weight: 700; letter-spacing: 6px;
}

.breadcrumb-wrapper {
  background: var(--white);
  padding: 20px 24px;
}
.breadcrumb-container {
  max-width: 1100px; margin: 0 auto;
  font-size: 13px; color: var(--text-lt);
}
.breadcrumb-container a {
  color: var(--text-lt);
  transition: color .2s;
}
.breadcrumb-container a:hover { color: var(--gold); }
.breadcrumb-container .separator {
  margin: 0 8px;
}
.current {
  color: var(--gold);
}

.about-section {
  padding: 80px 24px;
  background: var(--white);
}
.about-section.alt {
  background: var(--gray);
}
.about-container {
  max-width: 1100px; margin: 0 auto;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-grid.reverse {
  direction: rtl;
}
.about-grid.reverse > * {
  direction: ltr;
}
.about-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 19px;
}
.about-content h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  letter-spacing: 3px;
  color: var(--dark);
  margin-bottom: 24px;
  font-weight: 600;
}
.about-content p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.about-content p:last-child {
  margin-bottom: 0;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 991px) {
  nav {
    position: relative;
  }
  .nav-toggle {
    display: inline-flex;
  }
  nav.menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  nav.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  nav.menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  nav .nav-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid #e8e0d8;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    padding: 10px 24px 20px;
    flex-direction: column;
    gap: 0;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  nav.menu-open .nav-menu {
    display: flex;
  }
  nav .nav-menu > li > a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
  }
  nav .nav-menu > li {
    border-bottom: 1px solid #f1ebe5;
  }
  nav .nav-menu > li:last-child {
    border-bottom: 0;
  }
  nav ul li.has-dropdown > a::after {
    display: none;
  }
  nav ul li.has-dropdown {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .submenu-toggle {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: var(--mid);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s, color .2s;
  }
  .has-dropdown.open .submenu-toggle {
    transform: rotate(180deg);
    color: var(--gold);
  }
  nav .dropdown {
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 10px 12px;
    box-shadow: none;
    border-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    grid-column: 1 / -1;
    background: transparent;
  }
  nav ul li.has-dropdown:hover .dropdown {
    display: none;
  }
  nav ul li.has-dropdown.open .dropdown {
    display: block;
    transform: none;
  }
  nav .dropdown li a {
    padding: 8px 0;
    font-size: 13px;
    text-align: left;
  }
  nav .dropdown li:first-child a {
    background: transparent;
    color: var(--text);
  }
  .nav-social {
    display: none;
  }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { text-align: left; }
  .footer-social { justify-content: flex-start; }
  
  .about-grid,
  .about-grid.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    direction: ltr;
  }
  /* alt section: image on top, content below on mobile */
  .about-section.alt .about-image { order: -1; }
  .about-section.alt .about-content { order: 0; }
  .about-image img {
    height: 300px;
  }

  /* Reviews – mobile/tablet */
  .few-reviews .reviews-nav { display: flex; }
}
@media (max-width: 600px) {
  .video-grid { grid-template-columns: 1fr; }
  .feature-item{
    height: 90px;
  }
  .feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
  .feature-item h3{
    font-size: 15px;
  }
  .steps-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .step-item {
    width: 100%;
    max-width: 260px;
    flex: none;
  }
  .features { gap: 20px; padding: 0px; }
  
  .page-header {
    height: 200px;
  }
  .about-section {
    padding: 50px 24px;
  }
  .about-image img {
    height: 250px;
  }

  /* Reviews – mobile */
  .review-card {
    flex: 0 0 85vw;
  }
  .reviews-wrap {
    padding-bottom: 8px;
    scroll-padding-left: 0;
  }

  /* Testimonials – mobile: 1 item per row */
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════
   手袋翴新專頁 (Bag Renewal Page)
═══════════════════════════════════════ */

/* ── Hero ── */
.br-hero {
  position: relative;
  min-height: 663px;
  background-size: cover;
  background-position: center;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.br-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.58) 100%);
}
.br-hero-content {
  position: relative; color: var(--white); text-align: center;
}
.br-hero-content h1,.page-header-content h1 {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(32px, 4vw, 43px);
  font-weight: 700; letter-spacing: 6px;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.br-hero-content p,.page-header-content p {
  font-size: 20px; letter-spacing: 3px; font-weight: 700;
  color: rgba(255,255,255,.85);
}

/* ── Breadcrumb ── */
.br-breadcrumb {
  background: var(--white);
  padding: 14px 24px;
  border-bottom: 1px solid #e8e0d8;
}
.br-breadcrumb-inner {
  max-width: 1100px; 
  font-size: 13px; color: var(--text-lt);
  display: flex; align-items: center; gap: 8px;
}
.br-breadcrumb-inner a { color: var(--text-lt); transition: color .2s; }
.br-breadcrumb-inner a:hover { color: var(--gold); }
.br-breadcrumb-inner .sep { color: var(--gold); }


/* ── FAQ (常見問題) ── */
.br-faq-section {
  background: var(--white); padding: 70px 24px;
}
.br-faq-grid {
  max-width: 1000px; margin: 0 auto;
  display: flex; flex-wrap: nowrap; gap: 24px;
  overflow: hidden;
}
.br-faq-card { flex: 1 1 0; min-width: 0; text-align: center; }
.br-faq-card-img {
  width: 100%; aspect-ratio: 1;
  overflow: hidden; margin-bottom: 16px;
}
.br-faq-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.br-faq-card:hover .br-faq-card-img img { transform: scale(1.05); }
.br-faq-card h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 20px; font-weight: 600; color: var(--dark);
  letter-spacing: 1px; margin-bottom: 10px;
}
.br-faq-card p {
  font-size: 15px; color: var(--text-lt); line-height: 1.3; font-family: 'Noto Sans TC', serif; font-weight: 500;
}

/* ── Process (專業工序) ── */
.br-process-section {
  background: var(--gray); padding: 70px 24px; text-align: center;
}
.br-process-section .section-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 30px; letter-spacing: 4px; color: var(--dark);
  margin-bottom: 16px; font-weight: 600;
}

.br-process-section > .section-title,
.br-process-section > p {
  text-align: center;
}

.br-process-section > p{
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 20px;
}

.br-process-inner {
  text-align: left;
}
.br-process-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch;
}
.br-process-content h2 {
  font-family: 'Noto Sans TC', serif;
  font-size: 20px; font-weight: 500; color: var(--dark);
  letter-spacing: 3px; margin-bottom: 10px;
}
.br-process-content > p {
  font-size: 15px; color: var(--text-lt); line-height: 1.9; margin-bottom: 28px;
}
.br-process-steps { display: flex; flex-direction: column; gap: 30px; padding: 20px 0px; }
.br-process-step {
  display: flex; gap: 18px; align-items: flex-start;
}
.br-step-num {
  flex-shrink: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 600;
}
.br-step-body p {
  font-size: 15px; color: var(--text); line-height: 1.3; font-weight: 500;
}
.br-process-img img {
  width: 100%;height: 100%;
}

/* ── Cases (案例分享, ACF) ── */
.cases-section {
  background: var(--white);
  padding: 70px 0 60px;
  text-align: center;
}
.cases-section .section-title {
  padding: 0 24px;
}
.cases-grid {
  max-width: 1048px; margin: 0 auto 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding: 0 24px;
}
.case-item {
  overflow: hidden;
  display: block;
  position: relative;
  background: #F0F0F0;
}
.case-item-img {
  overflow: hidden;
}
.case-item-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform .45s ease;
  max-height:197px;
}
.case-item:hover .case-item-img img { transform: scale(1.07); }
.case-item-desc { font-size: 15px; padding: 20px; background: #F0F0F0; margin-top:0; }
.cases-cta {
  text-align: center;
  padding: 0 24px;
  margin-top: 8px;
}

/* ── Brand Promise (品牌承諾) ── */
.br-promise-section {
  background: var(--gray); padding: 70px 24px;
}
.br-promise-grid {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  text-align: center;
}
.br-promise-item {}
.br-promise-icon {
  width: 117px; height: 117px; border-radius: 50%;
  background: var(--gold); margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.br-promise-icon img {
  width: 47px;
  height: 45px;
  object-fit: contain;
}
.br-promise-icon i { font-size: 26px; color: var(--white); }
.br-promise-label {
  font-size: 20px; color: var(--text); letter-spacing: 1px; line-height: 1.8; font-family: 'Noto Serif TC', serif; font-weight: 600;
}

/* ── CTA Banner ── */
.br-cta {
  position: relative; padding: 110px 24px;
  background-size: cover; background-position: center;
  text-align: center;
}
.br-cta::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
}
.br-cta-content { position: relative; color: var(--white); }
.br-cta-content h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(26px, 3.5vw, 42px); letter-spacing: 4px; margin-bottom: 14px;
}
.br-cta-content p {
  font-size: 14px; letter-spacing: 3px; margin-bottom: 34px;
  color: rgba(255,255,255,.8);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .br-faq-grid { gap: 16px; flex-wrap: wrap; }
  .br-faq-card { flex: 0 0 calc(50% - 8px); }
  .br-process-inner { grid-template-columns: 1fr; gap: 40px; }
  .br-process-img { order: -1; }
  .br-promise-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .br-faq-grid { gap: 12px; }
  .br-faq-card { flex: 0 0 calc(50% - 6px); }
  .cases-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; padding: 0 16px; }
  .br-promise-grid { grid-template-columns: repeat(2, 1fr); }

}

/* ═══════════════════════════════════════
   皮具修復 (Repair) Page
═══════════════════════════════════════ */
.repair-services-section {
  padding-bottom: 48px;
  background: var(--white);
}
.repair-services-section--alt {
  background: var(--gray);
}
.repair-services-section > .section-title {
  padding-top: 70px;
  margin-bottom: 32px;
}
.repair-services-section--alt > .section-title {
  padding-top: 70px;
}

/* Service Row */
.repair-service-row {
  padding: 0 24px 40px;
  background: transparent;
}
.repair-service-row--alt {
  background: var(--gray);
}
.repair-service-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 277px;
  gap: 53px;
  align-items: center;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  padding: 32px 40px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  border-radius: 20px;
}


/* 翻轉：圖片在左，文字在右 */
.repair-service-inner--flip {
  grid-template-columns: 277px 1fr;
}
.repair-service-inner--flip .repair-service-image {
  order: -1;
}

/* Text */
.repair-service-text {
    max-width: 475px;
}
.repair-service-text h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.repair-service-text p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
}

/* Image */
.repair-service-image {
  width: 100%;
}
.repair-service-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 860px) {
  .repair-service-inner,
  .repair-service-inner--flip {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }
  .repair-service-inner--flip .repair-service-image {
    order: 0;
  }
}

/* ─── LOCATION PAGE ─── */
.contact-info-section {
  padding: 60px 24px;
  background: var(--gray);
}
.contact-info-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.info-card {
  background: var(--white);
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s;
  border-radius: 20px;
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-icon {
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 50px;
}
.info-icon img{
 margin: 0 auto;
 width: 30px;
 height: 30px;
}
.info-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: 'Noto Serif TC', serif;
}
.info-card p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
}

/* Inquiry Section */
.inquiry-section {
  padding: 70px 24px;
  background: var(--white);
}
.inquiry-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.inquiry-form{
    padding: 30px;
    border: 1px solid #979797;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.inquiry-map{
  
}

.inquiry-form h2,
.inquiry-map h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-size: 15px;
  color: var(--dark);
  font-weight: 500;
}
.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.submit-btn {
  background: var(--gold);
  color: var(--white);
  padding: 14px 40px;
  border: none;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s;
  align-self: flex-start;
}
.submit-btn:hover {
  background: var(--mid);
}

/* ── Contact Form 7 ── */
.wpcf7 {
  width: 100%;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* 預設 CF7 每個 <p> 作為一個欄位行 */
.wpcf7-form > p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px 0;
}
/* 雙欄排列（在 CF7 後台用 <div class="cf7-row"> 包住兩個欄位） */
.wpcf7-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.wpcf7-form .cf7-row > span,
.wpcf7-form .cf7-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Label */
.wpcf7-form label {
  font-size: 15px;
  color: var(--dark);
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
}
.wpcf7-form label + br {
  display: none;
}
/* Input / Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  color: var(--dark);
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
  -webkit-appearance: none;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.wpcf7-form textarea {
  resize: vertical;
  min-height: 140px;
}
/* Submit button */
.wpcf7-form input[type="submit"],
.wpcf7-submit {
  width: 100%;
  background: var(--gold);
  color: var(--white);
  padding: 16px;
  border: none;
  font-size: 15px;
  letter-spacing: 4px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Noto Sans TC', sans-serif;
  border-radius: 0;
  margin-top: 4px;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover {
  background: var(--mid);
}
/* Validation */
.wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}
.wpcf7-response-output {
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: var(--dark);
}
/* Spinner */
.wpcf7-spinner {
  display: none !important;
}
/* Mobile */
@media (max-width: 600px) {
  .wpcf7-form .cf7-row {
    grid-template-columns: 1fr;
  }
}
.map-container {
  width: 100%;
  height: 450px;
  background: var(--light);
}

/* Pickup Locations */
.pickup-locations-section {
  padding: 70px 0px;
  background: var(--white);
}
.pickup-locations-section .container {
  max-width: 100%;
  padding: 0;
}
.pickup-locations-section .section-title {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 12px;
}
.pickup-locations-section .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}
.pickup-map {
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Google Maps InfoWindow — title + close button same row */
.gm-style-iw-chr {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  padding: 8px 8px 4px 12px !important;
}
.gm-style-iw-ch {
  flex: 1 1 auto !important;
  padding-top: 0 !important;
}
.gm-ui-hover-effect {
  position: static !important;
  flex-shrink: 0 !important;
  width: 32px !important;
  height: 32px !important;
}
.gm-ui-hover-effect span {
  width: 18px !important;
  height: 18px !important;
  margin: 7px !important;
}

/* Store Details */
.store-details-section {
  padding: 0px 24px 70px 24px;
}
.store-details-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.store-card {
  background: var(--white);
  padding: 30px;
}
.store-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.store-info p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 5px;
}
.store-name {
  font-weight: 500;
  color: var(--dark);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info-grid,
  .store-details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .inquiry-grid {
    grid-template-columns: 1fr;
  }
  .map-container {
    height: 300px;
  }
}

/* ═══════════════════════════════════════
   皮具知識 (Leather Knowledge) Page
═══════════════════════════════════════ */

/* ── Hero ── */
.lk-hero {
  background-image: url('/wp-content/uploads/2026/03/leather-knowledge-hero.jpg');
  background-size: cover;
  background-position: center;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 64px;
}
.lk-hero .page-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,.6) 100%);
}
.lk-hero .page-header-title {
  position: relative;
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(32px, 4vw, 43px);
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}

/* ── Breadcrumb ── */
.lk-breadcrumb {
  background: var(--white);
  max-width: 1000px;;
}
.lk-breadcrumb-inner {
  max-width: 1000px;
  padding: 12px 24px;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text-lt);
}
.lk-breadcrumb-inner a { color: var(--text-lt); transition: color .2s; }
.lk-breadcrumb-inner a:hover { color: var(--gold); }
.lk-breadcrumb-inner span:last-child { color: var(--text); }
.lk-breadcrumb-sep { color: var(--gold); }

/* ── Top Section (Featured + Popular) ── */
.lk-top-section { background: var(--white); padding: 52px 24px 44px; }
.lk-top-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 595px 1fr; gap: 45px;
  align-items: start;
}

/* Featured Post */
.lk-featured-link {
  display: block; color: inherit;
  border: 1px solid #ede5da;
  transition: box-shadow .25s;
  border-radius: 19px;
}
.lk-featured-link:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.lk-featured-img {
  position: relative; overflow: hidden;
  height: 320px;
}
.lk-featured-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
  border-radius: 19px 19px 0 0;
}
.lk-featured-link:hover .lk-featured-img img { transform: scale(1.04); }
.lk-featured-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); color: var(--white);
  font-size: 11px; letter-spacing: 1.5px;
  padding: 4px 10px;
}
.lk-featured-body { padding: 24px 28px 28px; }
.lk-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.lk-cat-badge {
  font-size: 11px; letter-spacing: 1px;
  color: var(--white); padding: 3px 10px;
  border-radius: 4px;
}
.lk-date { font-size: 12px; color: var(--text-lt); }
.lk-featured-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 22px; font-weight: 600; color: var(--dark);
  line-height: 1.5; margin-bottom: 14px;
}
.lk-featured-excerpt { font-size: 13px; color: var(--text-lt); line-height: 1.9; margin-bottom: 20px; }
.lk-read-more { font-size: 13px; color: var(--gold); letter-spacing: 1px; transition: opacity .2s; }
.lk-featured-link:hover .lk-read-more { opacity: .75; }

/* Popular Posts */
.lk-popular { display: flex; flex-direction: column; gap: 0; }
.lk-sidebar-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 16px; font-weight: 600; color: var(--dark);
  letter-spacing: 2px;
  border-left: 4px solid #8b5e3c;
    padding-left: 14px;
    padding-top: 5px;
  padding-bottom: 5px;
      width: 100%;
}
.lk-popular-item {
  display: flex; gap: 25px; align-items: stretch;
  padding: 30px 0; border-bottom: 1px solid #ede5da;
  color: inherit; transition: opacity .2s;
}
.lk-popular-item:last-child { border-bottom: none; }
.lk-popular-item:hover { opacity: .75; }
.lk-popular-thumb {
  flex-shrink: 0; width: 140px; height: 140px; overflow: hidden;border-radius: 8px;
}
.lk-popular-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lk-popular-info { flex: 1; display: flex;
    flex-direction: column;}
.lk-popular-title { font-size: 20px; color: var(--dark); line-height: 1.6; margin-bottom: 6px; font-weight: 500; }
.lk-popular-excerpt {font-size: 15px;
    color: var(--text-lt);
    }
.lk-popular-date  { font-size: 11px; color: var(--text-lt); margin-top: auto;}

/* ── Posts Section ── */
.lk-posts-section { background: var(--gray); padding: 52px 24px 64px; }
.lk-posts-inner { max-width: 1160px; margin: 0 auto; }

/* Category Tabs */
.lk-tabs {
  display: flex; gap: 0; flex-wrap: wrap;margin-bottom: 17px;
}
.lk-tab {
  background: none; border: none; cursor: pointer;
  font-size: 15px; color: var(--text-lt);
  padding: 7.5px 22px; position: relative;
  transition: color .2s;
}

.lk-tab:hover { color: var(--dark); }
.lk-tab.active { color: var(--white); font-weight: 500;background: rgba(139, 94, 60, 1); border-radius: 66px;}


/* Post Grid */
.lk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  min-height: 200px;
}
.lk-no-posts { color: var(--text-lt); font-size: 14px; text-align: center; padding: 40px; grid-column: 1/-1; }

/* Post Card */
.lk-card { background: var(--white); display: flex; flex-direction: column;border-radius: 19px;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); }
.lk-card-img {
  position: relative; overflow: hidden; height: 200px;
}
.lk-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s;border-radius: 19px 19px 0 0; }
.lk-card:hover .lk-card-img img { transform: scale(1.05); }
.lk-card-cat {
  position: absolute; top: 12px; left: 12px;
  font-size: 11px; letter-spacing: 1px; color: var(--white);
  padding: 3px 9px;
  border-radius: 50px;
}
.lk-card-body { padding: 20px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.lk-card-date { font-size: 12px; color: var(--text-lt); }
.lk-card-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 20px; font-weight: 600; color: var(--dark);
  line-height: 1.6; margin-bottom: 10px;
  flex: 1;
}
.lk-card-excerpt { font-size: 15px; color: var(--text-lt); line-height: 1.8; margin-bottom: 16px; }
.lk-card-more { font-size: 15px; color: var(--gold); letter-spacing: 1px; transition: opacity .2s; }
.lk-card:hover .lk-card-more { opacity: .7; }

/* Load More */
.lk-load-more-wrap {
  display: flex; justify-content: center;
  margin-top: 44px;
}
.lk-load-more {
  background: none; border: 1px solid var(--dark);
  color: var(--dark); font-size: 13px; letter-spacing: 3px;
  padding: 14px 52px; cursor: pointer;
  transition: background .25s, color .25s;
}
.lk-load-more:hover { background: var(--dark); color: var(--white); }
.lk-load-more:disabled { opacity: .5; cursor: not-allowed; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .lk-top-inner { grid-template-columns: 1fr; }
  .lk-popular { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .lk-popular-item { flex: 1 1 260px; border-bottom: none; border: 1px solid #ede5da; padding: 12px; }
}
@media (max-width: 760px) {
  .lk-grid { grid-template-columns: repeat(2, 1fr); }
  .lk-featured-img { height: 220px; }
}
@media (max-width: 520px) {
  .lk-grid { grid-template-columns: 1fr; }
  .lk-tabs { gap: 0; padding: 0 20px;}
  .lk-tab { padding: 10px 14px; font-size: 12px; }
}

/* ====================================================
   客戶案例 (case-studies.php)
   ==================================================== */

/* ── Hero ── */
.cs-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,.85);
    margin-top: 10px;
    letter-spacing: .05em;
}

/* ── 精選案例 section ── */
.cs-featured-section {
    padding: 72px 0 64px;
    background: var(--white);
}
.cs-featured-subtitle {
    text-align: center;
    color: var(--gold);
    margin: -18px 0 44px;
    font-size: 20px;
    letter-spacing: .06em;
}

/* 兩欄 grid：左圖右文 */
.cs-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* 左側：BEFORE / AFTER 圖片 */
.cs-featured-images {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.cs-featured-img-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.cs-featured-img-item:last-child {
    border-color: #8b6f5a;
}
/* 圖片容器：相對定位供 label overlay */
.cs-img-wrap {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 300px;
    margin-bottom: 12px;
}
/* BEFORE / AFTER 標籤 */
.cs-img-wrap::before {
    content: 'BEFORE';
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #2F2F2F;
    background: #CCCCCC;
    z-index: 2;
    border-radius: 50px;
}
.cs-featured-img-item:last-child .cs-img-wrap::before {
    content: 'AFTER';
    background: #8b6f5a;
    border-radius: 50px;
    color: var(--white);
}
.cs-featured-img-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
    border-radius: 8px;
}
/* 圖片下方說明框 */
.cs-featured-caption {
    padding: 14px 16px;
    background: #f0f0f0;
    font-size: 13px;
    color: var(--text);
    line-height: 1.3;
    border-radius: 8px;
}

.cs-featured-img-item .cs-featured-caption h2{
margin-bottom: 10px;
}

.cs-featured-img-item:last-child .cs-featured-caption h2{
  color: #8B5E3C;
}

.cs-featured-caption h2 {
  font-size:20px;
}

.cs-featured-caption p {
  font-size: 15px;
}
.cs-featured-caption h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: var(--dark);
}
.cs-featured-caption ul {
    padding-left: 0;
    list-style: none;
}
.cs-featured-caption ul li::before {
    content: '・';
    color: var(--gold);
}

/* 右側文字 */
.cs-featured-content {
    counter-reset: featured-counter;
}
.cs-featured-intro {
    font-size: 14px;
    color: var(--text-lt);
    line-height: 1.9;
    margin-bottom: 24px;
}
.cs-featured-intro p { margin-bottom: 12px; }
.cs-featured-title {
    font-family: 'Noto Serif TC', serif;
    font-size: 20px;
    color: var(--dark);
    letter-spacing: 1px;
    padding-left: 14px;
    border-left: 4px solid var(--gold);
    line-height: 1.4;
    margin: 28px 0 16px;
}
.cs-featured-title:first-child { margin-top: 0; }
.cs-featured-point {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    align-items: flex-start;
    counter-increment: featured-counter;
}
.cs-point-dot {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 2px;
}
.cs-point-dot::before {
    content: counter(featured-counter);
}
.cs-featured-point .point-title {
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 4px;
}
.cs-featured-point p {
    font-size: 15px;
    color: var(--text-lt);
    margin: 0;
    line-height: 1.3;
}
.cs-featured-extra {
    font-size: 15px;
    color: var(--text-lt);
    line-height: 1.3;
    margin-top: 20px;
    padding-top: 16px;
}

/* ── 星級用家見證 section ── */
.cs-celebrity-section {
    background: var(--gray);
    padding: 72px 0;
}
.cs-celebrity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.cs-celebrity-heading {
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    color: var(--dark);
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.cs-celebrity-name {
    font-size: 25px;
    color: var(--mid);
    margin-bottom: 16px;
    letter-spacing: .04em;
}
.cs-celebrity-quote {
    font-size: 20px;
    color: var(--text-lt);
    line-height: 1.9;
}
.cs-celebrity-image img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    display: block;
}

/* ── 客戶點評（文字卡片）── */
.cs-reviews-section {
    background: var(--gray);
    padding: 70px 24px;
}
.cs-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    flex-shrink: 0;
}

/* 分頁點 */
.cs-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}
.cs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4cdc7;
    display: inline-block;
    cursor: pointer;
    transition: background .25s;
}
.cs-dot--active { background: var(--gold); }

/* ── 客戶點評 — 相片牆 ── */
.cs-photos-section {
    background: var(--light);
    padding: 56px 0 72px;
}
.cs-photos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 32px;
}
.cs-photo-item { overflow: hidden; }
.cs-photo-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}
.cs-photo-item:hover img { transform: scale(1.04); }

/* ── 精選頂案案例 section ── */
.cs-all-cases-section {
    padding: 72px 0 80px;
    background: var(--white);
}
.cs-all-cases-section h3 {
  margin-bottom: 30px;
}
.cs-reviews#reviews {
  background: var(--white);
}

/* 篩選 Tabs */
.cs-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 36px;
    border-radius: 3px;
    width: 100%;
}
.cs-filter-btn {
    padding: 9px 24px;
    border: none;
    background: var(--white);
    color: var(--dark);
    font-size: 13px;
    font-family: 'Noto Sans TC', sans-serif;
    cursor: pointer;
    border: 1px solid #E2E8F0;
    transition: background .2s, color .2s;
    border-radius: 66px;
}

.cs-filter-btn:hover { background: var(--light); }
.cs-filter-btn--active {
    background: var(--gold);
    color: var(--white);
}

/* 案例 Grid — 沿用全域 .case-item / .case-item-img 樣式 */
.cs-cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .cs-cases-grid { grid-template-columns: repeat(3, 1fr); }
    .cs-photos-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .cs-featured-grid  { grid-template-columns: 1fr; gap: 32px; }
    .cs-featured-images { flex-direction: column; }
    .cs-celebrity-grid { grid-template-columns: 1fr; gap: 28px; }
    .cs-reviews-grid   { grid-template-columns: 1fr; }
    .cs-cases-grid     { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .cs-photos-grid    { grid-template-columns: repeat(2, 1fr); }
    .cs-celebrity-image { order: -1; }
    .cs-filter-tabs { gap: 8px; }
    .page-header-content h1 {
      font-size: 33px;
    }
    .section-title {
      font-size: 20px;
    }
    .feature-item h3 {
      font-size: 16px;
    }
    #tagline p {
      font-size: 12px;
    }
}
@media (max-width: 480px) {
    .cs-cases-grid  { grid-template-columns: 1fr; }
    .cs-photos-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ══════════════════════════════════════════
   商業合作 (corporation.php)
══════════════════════════════════════════ */

/* ── 整體外層 ── */
.cp-modes-section {
    padding: 60px 24px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.cp-modes-section > .section-title {
    text-align: center;
    margin-bottom: 48px;
}

/* ── 每個方案區塊 ── */
.cp-package {
    margin-bottom: 80px;
}
.cp-package.alt {
    background: var(--gray);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 81px calc(50vw - 50%) 60px;
}

/* ── 方案橫幅 ── */
.cp-banner {
    width: 100%;
    aspect-ratio: 16 / 5;
    background: #e8e4e0 center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}
.cp-banner::after {
    content: '';
    position: absolute; inset: 0;
}
.cp-banner-title {
    position: relative; z-index: 1;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 24px;
}
/* 無背景圖時顯示深色文字 */
.cp-banner:not([style]) .cp-banner-title,
.cp-banner[style=''] .cp-banner-title {
    color: var(--dark);
}
.cp-banner:not([style])::after,
.cp-banner[style='']::after {
    display: none;
}

/* ── 解決方案 ── */
.cp-solutions {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.cp-solutions-label {
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    font-size: 25px;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 2px;
    margin-bottom: 32px;
}
.cp-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}
.cp-sol-item {
    text-align: center;
}
.cp-sol-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
}
.cp-sol-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cp-sol-item h4 {
    font-family: 'Noto Serif TC', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.cp-sol-item p {
    font-size: 14px;
    color: var(--text-lt);
    line-height: 1.7;
    font-family: 'Noto Sans TC', sans-serif;
}
.cp-cases-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
/* ── Responsive ── */
@media (max-width: 768px) {
    .cp-modes-section { padding: 40px 16px 0; }
    .cp-package { margin-bottom: 56px; }
    .cp-banner { aspect-ratio: 16 / 6; }
    .cp-solutions-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}
@media (max-width: 480px) {
    .cp-banner { aspect-ratio: 4 / 3; }
    .cp-solutions-grid { grid-template-columns: 1fr; }
}

/* ── Global Font Size Scale: 768px ── */
@media (max-width: 768px) {
  /* 43px → 33px */
  .hero-content h1,
  .cta-content h2,
  .br-hero-content h1,
  .page-header-content h1 { font-size: 33px; }

  /* 30px → 20px */
  .section-title,
  .entry-title,
  .about-content h2,
  .inquiry-form h2,
  .inquiry-map h2,.cs-celebrity-heading { font-size: 25px; }

  .cp-solutions-label,.cs-celebrity-name{
    font-size: 20px;
  }

  /* 20px → 16px */
  .feature-item h3,
  .service-card-image h4,
  .reviewer-name,
  .stars,
  .step-label,
  .step-item .step-title,
  .cta-content p,
  .about-content p,
  .br-hero-content p,
  .br-faq-card h3,
  .br-process-section > p,
  .br-process-content h2,
  .br-promise-label,
  .info-card h3,
  .cs-featured-title,
  .cs-celebrity-quote,
  .point-title,
  .lk-card-title,
  .lk-popular-title,
  .lk-featured-title { font-size: 16px; }

  /* 15px → 12px */
  .nav-social a,
  .btn-outline,
  .btn-dark,
  .service-card-body p,
  .testimonial-caption,
  .review-text,
  .btn-border,
  .step-desc,
  .br-faq-card p,
  .br-process-content > p,
  .br-step-body p,
  .case-item-desc,
  .repair-service-text p,
  .form-group label,
  .wpcf7-form label,
  .wpcf7-form input[type="submit"],
  .wpcf7-submit,
  .cs-hero-sub,
  .cs-featured-intro,
  .cs-featured-point p,
  .cs-featured-extra,
  .lk-card-more,
  .lk-card-excerpt,
  .lk-featured-excerpt,
  .cp-sol-item p,
  .footer-contact p,
  .entry-body { font-size: 12px; }

}



/* ═══════════════════════════════════════
   文章內頁 (Knowledge Single Post)
═══════════════════════════════════════ */

/* ── Hero ── */
.entry-header {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.entry-header-img-wrap {
  position: relative;
  width: 100%;
  max-width: 1160px;
}
.entry-hero-img {
  width: 100%;
  max-width: 1160px;
  height: 670px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.entry-cat-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--white);
  padding: 5px 12px;
  border-radius: 20px;
}

/* ── Article Wrapper ── */
.entry-content {
  background: var(--white);
  padding: 52px 24px 72px;
}
.entry-content-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.entry-date {
  font-size: 12px;
  color: var(--text-lt);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.entry-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.55;
  letter-spacing: 2px;
  margin-bottom: 36px;
}

/* ── Article Body ── */
.entry-body {
  font-size: 15px;
  color: var(--text);
  line-height: 2;
}
.entry-body p {
  margin-bottom: 22px;
  display: flex;
  gap: 18px;
}
.entry-body h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin: 40px 0 16px;
  letter-spacing: 1px;
}
.entry-body h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--dark);
  margin: 32px 0 12px;
}
.entry-body img {
  width: 100%;
  height: auto;
  margin: 28px 0;
  display: block;
  max-width: 196px;
}
.entry-body ul,
.entry-body ol {
  padding-left: 24px;
  margin-bottom: 22px;
}
.entry-body li {
  margin-bottom: 8px;
  line-height: 1.9;
}
.entry-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 12px 20px;
  margin: 28px 0;
  color: var(--mid);
  font-style: italic;
  background: var(--gray);
}

/* ── Gutenberg Gallery (3 cols) ── */
.entry-body .wp-block-gallery,
.entry-body .blocks-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.entry-body .wp-block-gallery figure,
.entry-body .blocks-gallery-item { margin: 0; }
.entry-body .wp-block-gallery img,
.entry-body .blocks-gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin: 0;
}

/* ── Related Posts ── */
.lk-related {
  background: var(--gray);
  padding: 52px 24px 64px;
}
.lk-related-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.lk-related-heading {
  font-family: 'Noto Serif TC', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 3px;
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}

/* ── Single Page Responsive ── */
@media (max-width: 760px) {
  .entry-hero-img { height: 280px; }
  .entry-body .wp-block-gallery,
  .entry-body .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .entry-body .wp-block-gallery img,
  .entry-body .blocks-gallery-item img { height: 130px; }
}
@media (max-width: 480px) {
  .entry-hero-img { height: 220px; }
  .entry-body .wp-block-gallery,
  .entry-body .blocks-gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .entry-body .wp-block-gallery img,
  .entry-body .blocks-gallery-item img { height: auto; }
}

/* ═══════════════════════════════════════
   文章內頁 lk-single (single-.php)
═══════════════════════════════════════ */

/* Breadcrumb 位於 nav 之後，補足 fixed nav 高度 */
body.single .lk-breadcrumb {
  margin-top: 64px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1160px;
}

body.single .lk-breadcrumb .lk-breadcrumb-inner{
  padding-left: 0px;
  padding-right: 0px;
}

/* ── Hero ── */
.lk-single-hero {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  background: var(--gray);
}
.lk-single-hero-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.lk-single-hero .lk-featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--white);
  padding: 5px 12px;
}

/* ── Article Wrapper ── */
.lk-single-wrap {
  background: var(--white);
  padding: 52px 24px 72px;
}
.lk-single-inner {
  max-width: 760px;
  margin: 0 auto;
}
.lk-single-date {
  font-size: 12px;
  color: var(--text-lt);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.lk-single-title {
  font-family: 'Noto Serif TC', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.55;
  letter-spacing: 2px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ede5da;
}

/* ── Article Body ── */
.lk-single-content {
  font-size: 15px;
  color: var(--text);
  line-height: 2;
}
.lk-single-content p { margin-bottom: 22px; }
.lk-single-content h2 {
  font-family: 'Noto Serif TC', serif;
  font-size: 20px; font-weight: 600;
  color: var(--dark);
  margin: 40px 0 16px; letter-spacing: 1px;
}
.lk-single-content h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 17px; font-weight: 600;
  color: var(--dark);
  margin: 32px 0 12px;
}
.lk-single-content img {
  width: 100%; height: auto;
  margin: 28px 0; display: block;
}
.lk-single-content ul,
.lk-single-content ol { padding-left: 24px; margin-bottom: 22px; }
.lk-single-content li { margin-bottom: 8px; line-height: 1.9; }
.lk-single-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 12px 20px; margin: 28px 0;
  color: var(--mid); font-style: italic;
  background: var(--gray);
}

/* ── Gutenberg Gallery (3 cols) ── */
.lk-single-content .wp-block-gallery,
.lk-single-content .blocks-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px; margin: 28px 0;
  padding: 0; list-style: none;
}
.lk-single-content .wp-block-gallery figure,
.lk-single-content .blocks-gallery-item { margin: 0; }
.lk-single-content .wp-block-gallery img,
.lk-single-content .blocks-gallery-item img {
  width: 100%; height: 160px;
  object-fit: cover; margin: 0;
}
.reason-text {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
#hero h1 {
    margin-bottom: 150px;
}
@media (max-width: 768px) {
  .reason-text {
    font-size: 16px;
  }
}

/* ── lk-single Responsive ── */
@media (max-width: 768px) {
  .lk-single-hero-img { height: 280px; }
  .lk-single-content .wp-block-gallery,
  .lk-single-content .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .lk-single-content .wp-block-gallery img,
  .lk-single-content .blocks-gallery-item img { height: 130px; }
  body.single .lk-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .lk-single-hero-img { height: 220px; }
  .lk-single-content .wp-block-gallery,
  .lk-single-content .blocks-gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .lk-single-content .wp-block-gallery img,
  .lk-single-content .blocks-gallery-item img { height: auto; }
}